.woocommerce-cart .tasteae-content {
  width: min(100% - 32px, 1240px);
  margin: 0 auto;
}

.woocommerce-cart .tasteae-page-body {
  max-width: none;
}

.woocommerce-cart .tasteae-cart-form,
.woocommerce-cart .cart-collaterals {
  width: 100%;
  margin: 0 auto;
}

.woocommerce-cart .tasteae-cart-form {
  overflow-x: auto;
}

.woocommerce-cart .tasteae-cart-form table.shop_table {
  min-width: 720px;
  margin: 0;
  border: 1px solid var(--commerce-line, rgba(36, 22, 15, 0.14));
  border-radius: 12px;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
}

.woocommerce-cart .tasteae-cart-form th,
.woocommerce-cart .tasteae-cart-form td {
  padding: 16px;
  border-bottom: 1px solid var(--commerce-line, rgba(36, 22, 15, 0.14));
  vertical-align: middle;
}

.woocommerce-cart .tasteae-cart-form th {
  color: var(--commerce-muted, #6c625a);
  background: #f8f7f5;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.woocommerce-cart .tasteae-cart-form .product-remove {
  width: 48px;
  padding-right: 4px;
  padding-left: 10px;
  text-align: center;
}

.woocommerce-cart .tasteae-cart-form .product-thumbnail {
  width: 92px;
}

.woocommerce-cart .tasteae-cart-form .product-thumbnail img {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
}

.woocommerce-cart .tasteae-cart-form .product-name {
  min-width: 230px;
  color: var(--commerce-ink, #24160f);
  font-weight: 900;
}

.woocommerce-cart .tasteae-cart-form .product-name a {
  text-decoration: underline;
  text-decoration-color: rgba(36, 22, 15, 0.22);
  text-underline-offset: 3px;
}

.woocommerce-cart .tasteae-cart-form .remove {
  display: inline-flex;
  width: 40px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #7a2e22;
  font-size: 1.45rem;
  line-height: 1;
}

.woocommerce-cart .tasteae-cart-form .remove:hover,
.woocommerce-cart .tasteae-cart-form .remove:focus-visible {
  color: #fff;
  background: #7a2e22;
  outline: none;
}

.woocommerce-cart .tasteae-cart-form .quantity .qty {
  width: 80px;
  min-height: 44px;
  padding: 0 8px;
  border: 1px solid var(--commerce-line, rgba(36, 22, 15, 0.18));
  border-radius: 8px;
  color: var(--commerce-ink, #24160f);
  background: #fff;
  font: inherit;
  font-weight: 800;
  text-align: center;
}

.woocommerce-cart .tasteae-cart-form .variation {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 8px;
  margin: 8px 0 0;
  color: var(--commerce-muted, #6c625a);
  font-size: 0.82rem;
  font-weight: 700;
}

.woocommerce-cart .tasteae-cart-form .variation dt,
.woocommerce-cart .tasteae-cart-form .variation dd {
  margin: 0;
}

.woocommerce-cart .tasteae-cart-form .variation dd {
  margin-right: 10px;
}

.woocommerce-cart .tasteae-cart-form .backorder_notification {
  margin: 8px 0 0;
  color: #8a4b00;
  font-size: 0.82rem;
  font-weight: 800;
}

.woocommerce-cart .tasteae-cart-form .actions {
  display: table-cell;
  width: 100%;
  gap: 10px;
  border-bottom: 0;
  background: #fff;
}

.woocommerce-cart .tasteae-cart-actions-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.woocommerce-cart .tasteae-cart-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-left: auto;
}

.woocommerce-cart .tasteae-cart-form .coupon {
  display: flex;
  flex: 1 1 420px;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-right: auto;
}

.woocommerce-cart .tasteae-cart-form .tasteae-cart-actions-row > .coupon {
  width: auto;
  min-width: min(100%, 420px);
}

.woocommerce-cart .tasteae-cart-form .coupon .input-text {
  flex: 1 1 180px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--commerce-line, rgba(36, 22, 15, 0.18));
  border-radius: 8px;
  font: inherit;
}

.woocommerce-cart .tasteae-cart-form .tasteae-cart-action,
.woocommerce-cart .cart-collaterals .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--commerce-dark, #24160f);
  border-radius: 999px;
  color: #fff8ed;
  background: var(--commerce-dark, #24160f);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
  cursor: pointer;
}

.woocommerce-cart .tasteae-cart-form .tasteae-cart-action--coupon {
  color: var(--commerce-dark, #24160f);
  background: #fff;
}

.woocommerce-cart .tasteae-cart-form .tasteae-cart-action--coupon:hover,
.woocommerce-cart .tasteae-cart-form .tasteae-cart-action--coupon:focus-visible {
  color: #fff8ed;
  background: var(--commerce-accent, #b54f3d);
}

.woocommerce-cart .tasteae-cart-form .tasteae-cart-action--update:hover,
.woocommerce-cart .tasteae-cart-form .tasteae-cart-action--update:focus-visible,
.woocommerce-cart .cart-collaterals .button:hover,
.woocommerce-cart .cart-collaterals .button:focus-visible {
  color: var(--commerce-dark, #24160f);
  background: #fff;
  outline: none;
}

.woocommerce-cart .tasteae-cart-form .tasteae-cart-action:disabled {
  color: var(--commerce-dark, #24160f) !important;
  background: #e8e1dc;
  border-color: #c4b9b1;
  cursor: not-allowed;
  opacity: 1;
}

.woocommerce-cart .cart_totals .checkout-button {
  width: 100%;
  min-height: 54px;
  color: #fff8ed;
  background: #9b3c2b !important;
  border-color: #9b3c2b !important;
  font-size: 1rem;
}

.woocommerce-cart .cart_totals .checkout-button:hover,
.woocommerce-cart .cart_totals .checkout-button:focus-visible {
  color: #fff8ed;
  background: #2a1710 !important;
  border-color: #2a1710 !important;
}

.woocommerce-cart .tasteae-cart-continue-shopping {
  margin: 18px 0 0;
  color: var(--commerce-muted, #6c625a);
  font-size: 0.9rem;
  font-weight: 900;
}

.woocommerce-cart .tasteae-cart-continue-shopping a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.woocommerce-cart .cart-collaterals {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 22px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  flex: 0 1 420px;
  min-width: min(100%, 320px);
  padding: 20px;
  border: 1px solid var(--commerce-line, rgba(36, 22, 15, 0.14));
  border-radius: 12px;
  background: #fff;
}

.woocommerce-cart .cart-collaterals .cross-sells {
  flex: 1 1 420px;
  min-width: min(100%, 320px);
}

.woocommerce-cart .woocommerce-message .restore-item {
  margin-left: 8px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 720px) {
  .woocommerce-cart .tasteae-content {
    width: min(100% - 20px, 1240px);
  }

  .woocommerce-cart .tasteae-cart-form {
    overflow: visible;
  }

  .woocommerce-cart .tasteae-cart-form table.shop_table,
  .woocommerce-cart .tasteae-cart-form thead,
  .woocommerce-cart .tasteae-cart-form tbody,
  .woocommerce-cart .tasteae-cart-form tr,
  .woocommerce-cart .tasteae-cart-form th,
  .woocommerce-cart .tasteae-cart-form td {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .woocommerce-cart .tasteae-cart-form table.shop_table {
    border: 0;
    background: transparent;
  }

  .woocommerce-cart .tasteae-cart-form thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .woocommerce-cart .tasteae-cart-form tr.cart_item {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid var(--commerce-line, rgba(36, 22, 15, 0.14));
    border-radius: 12px;
    background: #fff;
  }

  .woocommerce-cart .tasteae-cart-form tr.cart_item td {
    border: 0;
    padding: 8px 0;
  }

  .woocommerce-cart .tasteae-cart-form tr.cart_item .product-remove {
    order: 1;
    width: 40px;
    margin-left: auto;
    padding: 0;
  }

  .woocommerce-cart .tasteae-cart-form tr.cart_item .product-thumbnail {
    order: 0;
    width: 82px;
    padding: 0;
  }

  .woocommerce-cart .tasteae-cart-form tr.cart_item .product-name {
    order: 2;
    flex: 1 1 calc(100% - 132px);
    width: auto;
    min-width: 0;
  }

  .woocommerce-cart .tasteae-cart-form tr.cart_item .product-price,
  .woocommerce-cart .tasteae-cart-form tr.cart_item .product-quantity,
  .woocommerce-cart .tasteae-cart-form tr.cart_item .product-subtotal {
    flex: 1 1 30%;
    width: auto;
  }

  .woocommerce-cart .tasteae-cart-form tr.cart_item td[data-title]::before {
    display: block;
    margin-bottom: 4px;
    color: var(--commerce-muted, #6c625a);
    content: attr(data-title);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .woocommerce-cart .tasteae-cart-form tr:not(.cart_item) td.actions {
    display: table-cell;
    padding: 0;
    background: transparent;
  }

  .woocommerce-cart .tasteae-cart-actions-row {
    align-items: stretch;
    flex-direction: column;
  }

  .woocommerce-cart .tasteae-cart-actions {
    width: 100%;
    margin: 10px 0 0;
  }

  .woocommerce-cart .tasteae-cart-form .coupon {
    width: 100%;
    margin: 0;
  }

  .woocommerce-cart .tasteae-cart-form .coupon .tasteae-cart-action,
  .woocommerce-cart .tasteae-cart-actions .tasteae-cart-action {
    width: 100%;
  }

  .woocommerce-cart .cart-collaterals {
    display: block;
  }

  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-cart .cart-collaterals .cross-sells {
    width: 100%;
    margin-bottom: 16px;
  }
}

.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  width: auto;
  height: auto;
  padding: 10px 14px;
  color: #fff;
  background: #171717;
  clip: auto;
  clip-path: none;
}

.tasteae-checkout-header,
.tasteae-checkout-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
}

.tasteae-checkout-header {
  padding: 22px 0;
  border-bottom: 1px solid rgba(23, 23, 23, 0.14);
}

.tasteae-checkout-header__logo {
  display: inline-flex;
  align-items: center;
  max-width: 150px;
}

.tasteae-checkout-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.tasteae-checkout-header__actions,
.tasteae-checkout-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px 20px;
}

.tasteae-checkout-header__actions a,
.tasteae-checkout-footer a {
  color: inherit;
  font-size: 0.88rem;
  text-decoration: none;
}

.tasteae-checkout-header__actions a:first-child {
  font-weight: 700;
}

.tasteae-checkout-footer {
  justify-content: flex-end;
  padding: 28px 0 36px;
  border-top: 1px solid rgba(23, 23, 23, 0.14);
}

@media (max-width: 640px) {
  .tasteae-checkout-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .tasteae-checkout-header__actions,
  .tasteae-checkout-footer nav {
    justify-content: flex-start;
  }
}

    .tasteae-commerce,
    .tasteae-commerce-flow {
      --commerce-ink: #24160f;
      --commerce-muted: rgba(36, 22, 15, 0.66);
      --commerce-line: rgba(36, 22, 15, 0.14);
      --commerce-paper: #fff9ef;
      --commerce-card: rgba(255, 252, 246, 0.78);
      --commerce-accent: #9b3c2b;
      --commerce-dark: #2a1710;
      color: var(--commerce-ink);
      background:
        linear-gradient(90deg, rgba(36, 22, 15, 0.03) 1px, transparent 1px),
        linear-gradient(180deg, rgba(36, 22, 15, 0.028) 1px, transparent 1px),
        linear-gradient(180deg, #fbf2e2 0%, #f4e5cc 54%, #ead0ab 100%);
      background-size: 86px 86px, 86px 86px, auto;
    }

    .tasteae-commerce {
      min-height: 100svh;
      padding: calc(var(--wp-admin--admin-bar--height, 0px) + 98px) clamp(18px, 5vw, 76px) 112px;
    }

    body.woocommerce-page .tasteae-floating-shop,
    body.post-type-archive-product .tasteae-floating-shop,
    body.single-product .tasteae-floating-shop {
      display: none;
    }

    .tasteae-commerce-flow {
      padding-top: calc(var(--wp-admin--admin-bar--height, 0px) + 104px);
    }

    .tasteae-commerce-page-hero {
      display: flex;
      flex-direction: column;
      gap: 16px;
      max-width: 940px;
      margin: 0 auto 34px;
      padding: clamp(44px, 8vw, 86px) 0 18px;
    }

    .tasteae-commerce-page-hero h1,
    .commerce-shop-hero h1,
    .commerce-empty-store h2,
    .commerce-product-detail__summary h1 {
      margin: 0;
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", "Songti TC", serif;
      font-weight: 900;
      letter-spacing: 0;
      text-wrap: balance;
    }

    .tasteae-commerce-page-hero h1 {
      font-size: clamp(3.2rem, 8vw, 7rem);
      line-height: 0.95;
    }

    .tasteae-commerce-page-hero p:not(.section-kicker) {
      max-width: 36rem;
      margin: 0;
      color: var(--commerce-muted);
      font-size: clamp(1rem, 1.4vw, 1.16rem);
      font-weight: 700;
      line-height: 1.8;
    }

    .tasteae-page-body {
      max-width: 1180px;
      margin: 0 auto;
    }

    body.woocommerce-checkout .tasteae-commerce-page-hero {
      max-width: 1240px;
      margin-bottom: 16px;
      padding: clamp(18px, 4vw, 42px) 0 10px;
      border-bottom: 1px solid rgba(36, 22, 15, 0.10);
    }

    body.woocommerce-checkout .tasteae-commerce-page-hero h1 {
      font-size: clamp(2.8rem, 5.4vw, 5.2rem);
      line-height: 0.94;
    }

    body.woocommerce-checkout .tasteae-commerce-page-hero p:not(.section-kicker) {
      max-width: 30rem;
      font-size: clamp(0.96rem, 1.15vw, 1.05rem);
      line-height: 1.58;
    }

    .commerce-shop-hero {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      align-items: start;
      max-width: 1240px;
      margin: 0 auto;
      padding: clamp(24px, 4.2vw, 56px) 0 clamp(16px, 2.8vw, 30px);
    }

    .commerce-shop-hero__heading {
      display: flex;
      flex-direction: column;
      flex: 1 1 100%;
      gap: clamp(10px, 1.4vw, 16px);
    }

    .commerce-shop-hero h1 {
      max-width: none;
      font-size: clamp(4rem, 10vw, 9.8rem);
      line-height: 0.88;
      text-wrap: balance;
    }

    .commerce-shop-hero__story {
      max-width: 34rem;
    }

    .commerce-shop-hero__story p {
      margin: 0;
      color: var(--commerce-muted);
      font-size: clamp(1rem, 1.35vw, 1.16rem);
      font-weight: 700;
      line-height: 1.86;
    }

    .commerce-search-form {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-self: start;
      padding: 10px;
      border: 1px solid var(--commerce-line);
      border-radius: 8px;
      background: rgba(255, 252, 246, 0.72);
      box-shadow: 0 24px 80px rgba(77, 48, 25, 0.12);
    }

    .commerce-search-form input[type="search"] {
      flex: 1 1 240px;
      min-width: 0;
      min-height: 54px;
      padding: 0 16px;
      border: 1px solid rgba(36, 22, 15, 0.16);
      border-radius: 6px;
      background: rgba(255, 252, 246, 0.94);
      color: var(--commerce-ink);
      font: inherit;
      font-weight: 900;
    }

    .commerce-search-form button {
      flex: 0 0 auto;
      min-height: 54px;
      padding: 0 20px;
      border: 0;
      border-radius: 6px;
      color: #fff8ed;
      background: var(--commerce-dark);
      font: inherit;
      font-weight: 900;
      cursor: pointer;
    }

    .commerce-shop-paths {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      max-width: 1240px;
      margin: 0 auto clamp(22px, 4vw, 54px);
    }

    .commerce-shop-paths a {
      position: relative;
      display: flex;
      flex-direction: column;
      flex: 1 1 360px;
      gap: 10px;
      min-height: 190px;
      padding: clamp(22px, 3vw, 36px);
      border: 1px solid var(--commerce-line);
      border-radius: 8px;
      color: var(--commerce-ink);
      background:
        radial-gradient(circle at 86% 12%, rgba(155, 60, 43, 0.12), transparent 34%),
        rgba(255, 252, 246, 0.72);
      text-decoration: none;
      box-shadow: 0 22px 70px rgba(77, 48, 25, 0.10);
      transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
    }

    .commerce-shop-paths a::after {
      content: attr(data-path-label);
      position: absolute;
      right: 18px;
      bottom: 12px;
      color: rgba(33, 23, 15, 0.045);
      font-family: "Noto Serif TC", serif;
      font-size: clamp(3.6rem, 7vw, 5.8rem);
      font-weight: 900;
      letter-spacing: 0;
      line-height: 0.8;
      pointer-events: none;
      user-select: none;
    }

    .commerce-shop-paths a > * {
      position: relative;
      z-index: 1;
    }

    .commerce-shop-paths a em {
      margin-top: auto;
      color: var(--commerce-dark);
      font-size: 0.84rem;
      font-style: normal;
      font-weight: 900;
      line-height: 1.2;
      transition: color 220ms ease;
    }

    .commerce-shop-paths a:hover,
    .commerce-shop-paths a:focus-visible {
      border-color: rgba(155, 60, 43, 0.34);
      background: rgba(255, 250, 241, 0.94);
      outline: none;
      transform: translateY(-3px);
    }

    .commerce-shop-paths a:hover em,
    .commerce-shop-paths a:focus-visible em {
      color: var(--commerce-accent);
    }

    .commerce-shop-paths span,
    .commerce-product-card__media span,
    .commerce-showcase-card__image span,
    .commerce-product-detail__badges span,
    .commerce-product-proof span,
    .commerce-product-card__badges span,
    .commerce-showcase-card__badges span {
      color: var(--commerce-accent);
      font-size: 0.72rem;
      font-weight: 900;
      letter-spacing: 0.08em;
      line-height: 1.1;
      text-transform: uppercase;
    }

    .commerce-shop-paths strong {
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", serif;
      font-size: clamp(1.8rem, 3.4vw, 3.45rem);
      font-weight: 900;
      line-height: 1.02;
    }

    .commerce-shop-paths small {
      color: var(--commerce-muted);
      font-size: 1rem;
      font-weight: 800;
      line-height: 1.45;
    }

    .commerce-product-section,
    .commerce-empty-store {
      max-width: 1240px;
      margin: 0 auto;
    }

    .commerce-shop-toolbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 22px;
      padding: 13px 15px;
      border: 1px solid var(--commerce-line);
      border-radius: 8px;
      background: rgba(255, 252, 246, 0.72);
    }

    .woocommerce-result-count {
      margin: 0;
      color: var(--commerce-muted);
      font-size: 0.92rem;
      font-weight: 800;
    }

    .woocommerce-ordering {
      margin: 0;
    }

    .woocommerce-ordering select,
    .woocommerce select,
    .woocommerce input.input-text,
    .woocommerce textarea,
    .wc-block-components-text-input input,
    .wc-block-components-combobox-control input,
    .wc-block-components-form .wc-block-components-text-input input {
      min-height: 44px;
      border: 1px solid rgba(36, 22, 15, 0.18);
      border-radius: 6px;
      background: rgba(255, 252, 246, 0.94);
      color: var(--commerce-ink);
      font: inherit;
      font-weight: 700;
    }

    .woocommerce ul.products,
    .woocommerce-page ul.products {
      --commerce-product-gap: clamp(18px, 2.6vw, 30px);
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      gap: var(--commerce-product-gap);
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .woocommerce ul.products::before,
    .woocommerce ul.products::after {
      display: none;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
      flex: 0 1 calc((100% - (var(--commerce-product-gap) * 2)) / 3);
      width: calc((100% - (var(--commerce-product-gap) * 2)) / 3) !important;
      max-width: calc((100% - (var(--commerce-product-gap) * 2)) / 3);
      min-width: min(100%, 280px);
      float: none !important;
      clear: none !important;
      margin: 0 !important;
      list-style: none;
    }

    .commerce-product-card {
      display: flex;
      flex-direction: column;
      min-width: 0;
      overflow: hidden;
      border: 1px solid var(--commerce-line);
      border-radius: 8px;
      background: rgba(255, 252, 246, 0.82);
      box-shadow: 0 28px 86px rgba(77, 48, 25, 0.13);
    }

    .commerce-product-card__media {
      position: relative;
      display: flex;
      min-height: clamp(260px, 26vw, 330px);
      align-items: center;
      justify-content: center;
      overflow: hidden;
      padding: 22px;
      background:
        linear-gradient(90deg, rgba(36, 22, 15, 0.034) 1px, transparent 1px),
        linear-gradient(180deg, rgba(36, 22, 15, 0.03) 1px, transparent 1px),
        #f6ead6;
      background-size: 54px 54px, 54px 54px, auto;
      text-decoration: none;
    }

    .commerce-product-card__media img {
      width: min(82%, 300px);
      height: min(82%, 300px);
      object-fit: contain;
      transition: transform 420ms ease;
    }

    .commerce-product-card:hover .commerce-product-card__media img {
      transform: scale(1.055) rotate(-1deg);
    }

    .commerce-product-card__media span,
    .commerce-showcase-card__image span {
      position: absolute;
      top: 14px;
      left: 14px;
      padding: 8px 10px;
      border-radius: 999px;
      background: rgba(255, 252, 246, 0.88);
      box-shadow: 0 12px 34px rgba(77, 48, 25, 0.11);
    }

    .commerce-product-card__stock {
      position: absolute;
      right: 14px;
      bottom: 14px;
      padding: 9px 11px;
      border-radius: 999px;
      color: #fff8ed;
      background: #7a2e22;
      box-shadow: 0 12px 34px rgba(77, 48, 25, 0.16);
      font-size: 0.78rem;
      font-weight: 900;
      line-height: 1;
    }

    .commerce-product-card__sale {
      position: absolute;
      top: 14px;
      right: 14px;
      padding: 9px 11px;
      border-radius: 999px;
      color: #fff8ed;
      background: #b54f3d;
      box-shadow: 0 12px 34px rgba(181, 79, 61, 0.18);
      font-size: 0.78rem;
      font-weight: 900;
      line-height: 1;
    }

    .commerce-product-card__video {
      position: absolute;
      left: 14px;
      bottom: 14px;
      padding: 9px 11px;
      border-radius: 999px;
      color: #21170f;
      background: rgba(255, 252, 246, 0.92);
      box-shadow: 0 12px 34px rgba(77, 48, 25, 0.12);
      font-size: 0.78rem;
      font-weight: 900;
      line-height: 1;
    }

    .commerce-product-card__body {
      display: flex;
      flex: 1;
      flex-direction: column;
      gap: 14px;
      padding: 20px;
    }

    .commerce-product-card__badges,
    .commerce-product-card__quick-tags,
    .commerce-showcase-card__badges,
    .commerce-product-detail__badges,
    .commerce-product-detail__profile,
    .commerce-product-detail__assurance {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .commerce-product-card__badges span,
    .commerce-product-card__quick-tags span,
    .commerce-showcase-card__badges span,
    .commerce-product-detail__badges span,
    .commerce-product-detail__profile span {
      padding: 7px 9px;
      border: 1px solid rgba(155, 60, 43, 0.16);
      border-radius: 999px;
      background: rgba(255, 252, 246, 0.74);
      text-transform: none;
    }

    .commerce-product-card__quick-tags span,
    .commerce-product-detail__profile span {
      border-color: rgba(36, 22, 15, 0.10);
      color: var(--commerce-ink);
      background: rgba(255, 255, 255, 0.64);
      font-size: 0.76rem;
      font-weight: 900;
      letter-spacing: 0;
      line-height: 1.1;
    }

    .commerce-product-detail__badges .is-stock-alert {
      color: #fff8ed;
      border-color: #7a2e22;
      background: #7a2e22;
    }

    .commerce-product-detail__badges .is-sale-alert {
      color: #fff8ed;
      border-color: #b54f3d;
      background: #b54f3d;
    }

    .commerce-product-card h2,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
      margin: 0;
      padding: 0;
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", serif;
      font-size: clamp(1.45rem, 2.2vw, 2rem);
      font-weight: 900;
      line-height: 1.12;
    }

    .commerce-product-card h2 a {
      color: inherit;
      text-decoration: none;
    }

    .commerce-product-card p {
      margin: 0;
      color: var(--commerce-muted);
      font-size: 0.94rem;
      font-weight: 700;
      line-height: 1.68;
    }

    .commerce-product-card__specs,
    .commerce-product-detail__specs {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 0;
      padding: 0;
    }

    .commerce-product-card__specs div,
    .commerce-product-detail__specs div {
      display: flex;
      min-width: 0;
      align-items: center;
      gap: 6px;
      padding: 7px 10px;
      border: 1px solid rgba(49, 30, 20, 0.1);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.64);
      color: var(--commerce-muted);
      font-size: 0.78rem;
      font-weight: 800;
      line-height: 1.2;
    }

    .commerce-product-card__specs dt,
    .commerce-product-card__specs dd,
    .commerce-product-detail__specs dt,
    .commerce-product-detail__specs dd {
      margin: 0;
    }

    .commerce-product-card__specs dt,
    .commerce-product-detail__specs dt {
      color: rgba(49, 30, 20, 0.56);
    }

    .commerce-product-card__specs dd,
    .commerce-product-detail__specs dd {
      color: var(--commerce-ink);
    }

    .commerce-product-card__footer {
      display: flex;
      gap: 14px;
      align-items: center;
      justify-content: space-between;
      margin-top: 4px;
    }

    .woocommerce ul.products li.product .commerce-product-card__footer .button,
    .woocommerce-page ul.products li.product .commerce-product-card__footer .button,
    .commerce-product-card__footer .button {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      text-align: center !important;
      white-space: nowrap;
    }

    .woocommerce div.product p.price,
    .woocommerce div.product span.price,
    .woocommerce ul.products li.product .price,
    .commerce-product-card .price {
      color: var(--commerce-accent);
      font-size: 1.08rem;
      font-weight: 900;
    }

    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button,
    .woocommerce #respond input#submit,
    .wc-block-components-button,
    .commerce-showcase-card__cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 18px;
      border: 0;
      border-radius: 999px;
      color: #fff8ed;
      background: var(--commerce-dark);
      font-size: 0.9rem;
      font-weight: 900;
      line-height: 1.1;
      text-decoration: none;
      transition: transform 180ms ease, background 180ms ease;
    }

    .woocommerce a.button:hover,
    .woocommerce button.button:hover,
    .woocommerce input.button:hover,
    .woocommerce #respond input#submit:hover,
    .wc-block-components-button:hover,
    .commerce-showcase-card__cta:hover {
      color: #fff8ed;
      background: #7a2e22;
      transform: translateY(-2px);
    }

    .commerce-empty-store {
      display: flex;
      flex-direction: column;
      gap: clamp(24px, 4vw, 42px);
    }

    .commerce-empty-store__intro {
      max-width: 820px;
    }

    .commerce-empty-store h2 {
      max-width: 10em;
      font-size: clamp(2.8rem, 6vw, 5.8rem);
      line-height: 0.98;
    }

    .commerce-empty-store__intro p:not(.section-kicker) {
      max-width: 40rem;
      color: var(--commerce-muted);
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.82;
    }

    .commerce-showcase-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }

    .commerce-showcase-card {
      display: flex;
      flex-direction: column;
      flex: 1 1 220px;
      overflow: hidden;
      border: 1px solid var(--commerce-line);
      border-radius: 8px;
      background: rgba(255, 252, 246, 0.82);
      box-shadow: 0 22px 70px rgba(77, 48, 25, 0.12);
    }

    .commerce-showcase-card__image {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 230px;
      overflow: hidden;
      background: #f4e4ca;
    }

    .commerce-showcase-card__image img {
      width: 82%;
      height: 82%;
      object-fit: contain;
    }

    .commerce-showcase-card__body {
      display: flex;
      flex-direction: column;
      gap: 12px;
      padding: 16px;
    }

    .commerce-showcase-card h3 {
      margin: 0;
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", serif;
      font-size: 1.35rem;
      font-weight: 900;
      line-height: 1.12;
    }

    .commerce-showcase-card p {
      margin: 0;
      color: var(--commerce-muted);
      font-size: 0.9rem;
      font-weight: 700;
      line-height: 1.58;
    }

    .commerce-showcase-card__cta {
      width: fit-content;
      min-height: 38px;
      padding: 0 14px;
      font-size: 0.82rem;
    }

    .commerce-product-detail__hero {
      display: flex;
      flex-wrap: wrap;
      gap: clamp(28px, 5vw, 78px);
      align-items: center;
      max-width: 1240px;
      margin: 0 auto;
      padding: clamp(32px, 6vw, 70px) 0;
    }

    .commerce-product-detail__media {
      flex: 1 1 520px;
      min-width: 0;
      overflow: hidden;
      border: 1px solid var(--commerce-line);
      border-radius: 8px;
      background:
        linear-gradient(90deg, rgba(36, 22, 15, 0.034) 1px, transparent 1px),
        linear-gradient(180deg, rgba(36, 22, 15, 0.03) 1px, transparent 1px),
        #f6ead6;
      background-size: 72px 72px, 72px 72px, auto;
      box-shadow: 0 34px 110px rgba(77, 48, 25, 0.16);
    }

    .commerce-product-detail__gallery {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .woocommerce div.product div.images,
    .commerce-product-detail__media .woocommerce-product-gallery {
      width: 100%;
      float: none;
      margin: 0;
    }

    .commerce-product-detail__figure {
      display: flex;
      min-height: clamp(360px, 46vw, 620px);
      align-items: center;
      justify-content: center;
      margin: 0;
      padding: clamp(18px, 3vw, 34px);
    }

    .commerce-product-detail__image-link {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      color: inherit;
      text-decoration: none;
    }

    .commerce-product-detail__media img,
    .commerce-product-detail__image {
      display: block;
      width: 100%;
      max-width: 760px;
      max-height: 620px;
      height: auto;
      object-fit: contain;
    }

    .commerce-product-detail__video {
      display: block;
      width: 100%;
      max-width: 760px;
      max-height: 620px;
      aspect-ratio: 4 / 3;
      border-radius: 8px;
      background: #21170f;
      object-fit: contain;
    }

    .commerce-product-detail__image-link[hidden],
    .commerce-product-detail__video[hidden] {
      display: none;
    }

    .commerce-product-detail__thumbs {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding: 0 clamp(18px, 3vw, 34px) clamp(18px, 3vw, 28px);
    }

    .commerce-product-detail__thumb {
      display: inline-flex;
      width: 74px;
      height: 74px;
      align-items: center;
      justify-content: center;
      padding: 0;
      border: 1px solid rgba(36, 22, 15, 0.16);
      border-radius: 8px;
      background: rgba(255, 252, 246, 0.72);
      cursor: pointer;
      transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
    }

    .commerce-product-detail__thumb--video {
      position: relative;
      overflow: hidden;
      color: #fff8ed;
      background: #21170f;
    }

    .commerce-product-detail__thumb--video span {
      position: absolute;
      right: 6px;
      bottom: 6px;
      padding: 4px 6px;
      border-radius: 999px;
      background: rgba(33, 23, 15, 0.82);
      font-size: 0.68rem;
      font-weight: 900;
      line-height: 1;
    }

    .commerce-product-detail__thumb:hover,
    .commerce-product-detail__thumb:focus-visible,
    .commerce-product-detail__thumb.is-active {
      border-color: rgba(155, 60, 43, 0.58);
      box-shadow: 0 12px 28px rgba(77, 48, 25, 0.12);
      outline: none;
      transform: translateY(-1px);
    }

    .commerce-product-detail__thumb img {
      width: 100%;
      height: 100%;
      border-radius: 7px;
      object-fit: cover;
    }

    .commerce-product-detail__summary {
      display: flex;
      flex: 1 1 360px;
      flex-direction: column;
      justify-content: center;
      gap: 18px;
      min-width: 0;
    }

    .commerce-product-detail__summary h1 {
      max-width: 7em;
      font-size: clamp(3.2rem, 6.2vw, 6rem);
      line-height: 0.92;
    }

    .commerce-product-detail__price {
      padding: 16px 0;
      border-top: 1px solid var(--commerce-line);
      border-bottom: 1px solid var(--commerce-line);
    }

    .commerce-product-detail__excerpt,
    .commerce-product-detail__excerpt p {
      color: var(--commerce-muted);
      font-size: 1.05rem;
      font-weight: 700;
      line-height: 1.82;
    }

    .commerce-product-detail__note {
      padding: 14px 16px;
      border: 1px solid rgba(181, 79, 61, 0.16);
      border-radius: 8px;
      background: rgba(255, 252, 246, 0.82);
      color: var(--commerce-muted);
      font-size: 0.95rem;
      font-weight: 700;
      line-height: 1.7;
    }

    .commerce-product-detail__note p {
      margin: 0;
    }

    .commerce-product-detail__note p + p {
      margin-top: 0.7em;
    }

    .commerce-product-detail__purchase form.cart {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
      margin: 0;
    }

    .woocommerce .quantity .qty {
      width: 88px;
      min-height: 48px;
      border: 1px solid rgba(36, 22, 15, 0.18);
      border-radius: 999px;
      background: rgba(255, 252, 246, 0.92);
      color: var(--commerce-ink);
      font-weight: 900;
      text-align: center;
    }

    .commerce-product-detail__purchase .single_add_to_cart_button {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      min-height: 50px;
      padding: 0 28px;
      text-align: center !important;
    }

    .woocommerce .commerce-product-detail__purchase .single_add_to_cart_button.button,
    .woocommerce .commerce-product-detail__purchase .single_add_to_cart_button.button.alt {
      color: #fff8ed;
      background: var(--commerce-dark);
    }

    .woocommerce .commerce-product-detail__purchase .single_add_to_cart_button.button:hover,
    .woocommerce .commerce-product-detail__purchase .single_add_to_cart_button.button:focus-visible,
    .woocommerce .commerce-product-detail__purchase .single_add_to_cart_button.button.alt:hover,
    .woocommerce .commerce-product-detail__purchase .single_add_to_cart_button.button.alt:focus-visible {
      color: #fff8ed;
      background: #7a2e22;
    }

    .commerce-product-detail__assurance span {
      padding: 9px 11px;
      border: 1px solid var(--commerce-line);
      border-radius: 999px;
      background: rgba(255, 252, 246, 0.74);
      color: var(--commerce-ink);
      font-size: 0.82rem;
      font-weight: 900;
    }

    .commerce-product-profile {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      max-width: 1240px;
      margin: 0 auto clamp(24px, 5vw, 64px);
    }

    .commerce-product-profile article {
      display: flex;
      flex: 1 1 260px;
      flex-direction: column;
      gap: 14px;
      min-width: min(100%, 250px);
      padding: clamp(18px, 2.6vw, 28px);
      border: 1px solid var(--commerce-line);
      border-radius: 8px;
      background: rgba(255, 252, 246, 0.78);
      box-shadow: 0 18px 58px rgba(77, 48, 25, 0.10);
    }

    .commerce-product-profile article > span {
      color: var(--commerce-accent);
      font-size: 0.72rem;
      font-weight: 900;
      letter-spacing: 0.08em;
      line-height: 1;
      text-transform: uppercase;
    }

    .commerce-product-profile h2 {
      margin: 0;
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", serif;
      font-size: clamp(1.5rem, 2.2vw, 2.2rem);
      font-weight: 900;
      line-height: 1.08;
    }

    .commerce-product-profile ul {
      display: flex;
      flex-direction: column;
      gap: 9px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .commerce-product-profile li,
    .commerce-product-profile p {
      margin: 0;
      color: var(--commerce-muted);
      font-weight: 800;
      line-height: 1.62;
    }

    .commerce-product-profile li {
      position: relative;
      padding-left: 18px;
    }

    .commerce-product-profile li::before {
      content: "";
      position: absolute;
      top: 0.76em;
      left: 0;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--commerce-accent);
      transform: translateY(-50%);
    }

    .commerce-product-profile__chips {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .commerce-product-profile__chips b {
      display: inline-flex;
      min-height: 34px;
      align-items: center;
      justify-content: center;
      padding: 0 12px;
      border: 1px solid rgba(36, 22, 15, 0.12);
      border-radius: 999px;
      color: var(--commerce-ink);
      background: rgba(255, 255, 255, 0.70);
      font-size: 0.86rem;
      font-weight: 900;
      line-height: 1;
    }

    .commerce-product-proof {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      max-width: 1240px;
      margin: clamp(24px, 5vw, 64px) auto;
    }

    .commerce-product-proof article {
      flex: 1 1 calc((100% - 28px) / 3);
      min-width: min(100%, 280px);
      min-height: 300px;
      padding: clamp(20px, 3vw, 34px);
      border: 1px solid var(--commerce-line);
      border-radius: 8px;
      background: rgba(255, 252, 246, 0.78);
      box-shadow: 0 22px 70px rgba(77, 48, 25, 0.10);
    }

    .commerce-product-proof h2 {
      margin: 38px 0 0;
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", serif;
      font-size: clamp(1.8rem, 3vw, 2.9rem);
      font-weight: 900;
      line-height: 1.05;
    }

    .commerce-product-proof p {
      margin: 16px 0 0;
      color: var(--commerce-muted);
      font-weight: 700;
      line-height: 1.75;
    }

    .commerce-product-extra {
      max-width: 1120px;
      margin: 0 auto;
      padding: clamp(20px, 4vw, 48px) 0 0;
    }

    .tasteae-recommendation {
      display: flex;
      flex-direction: column;
      gap: clamp(18px, 3vw, 28px);
      max-width: 1240px;
      margin: clamp(28px, 5vw, 64px) auto;
      padding: clamp(20px, 3vw, 34px);
      border: 1px solid var(--commerce-line);
      border-radius: 8px;
      background: rgba(255, 252, 246, 0.84);
      box-shadow: 0 24px 76px rgba(77, 48, 25, 0.11);
    }

    .tasteae-recommendation__head {
      display: flex;
      flex-direction: column;
      gap: 8px;
      max-width: 720px;
    }

    .tasteae-recommendation__head h2 {
      margin: 0;
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", serif;
      font-size: clamp(2rem, 4vw, 4rem);
      font-weight: 900;
      line-height: 1.02;
      letter-spacing: 0;
    }

    .tasteae-recommendation__head p {
      margin: 0;
      color: var(--commerce-muted);
      font-weight: 800;
      line-height: 1.62;
    }

    .tasteae-recommendation__list {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .tasteae-recommendation-card {
      display: flex;
      flex: 1 1 230px;
      min-width: min(100%, 220px);
      overflow: hidden;
      border: 1px solid rgba(36, 22, 15, 0.12);
      border-radius: 8px;
      background: rgba(255, 250, 241, 0.88);
    }

    .tasteae-recommendation-card__media {
      display: flex;
      flex: 0 0 112px;
      align-items: center;
      justify-content: center;
      padding: 10px;
      background: #f5ead8;
      text-decoration: none;
    }

    .tasteae-recommendation-card__media img {
      display: block;
      width: 92px;
      height: 92px;
      object-fit: contain;
      transition: transform 220ms ease;
    }

    .tasteae-recommendation-card:hover .tasteae-recommendation-card__media img {
      transform: scale(1.05) rotate(-1deg);
    }

    .tasteae-recommendation-card__body {
      display: flex;
      flex: 1;
      flex-direction: column;
      gap: 8px;
      min-width: 0;
      padding: 14px;
    }

    .tasteae-recommendation-card__body strong,
    .tasteae-recommendation-card__body strong a {
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", serif;
      font-size: 1.08rem;
      font-weight: 900;
      line-height: 1.15;
      text-decoration: none;
    }

    .tasteae-recommendation-card__price {
      color: var(--commerce-accent);
      font-weight: 900;
    }

    .tasteae-recommendation-card__button {
      width: fit-content;
      min-height: 38px;
      margin-top: auto;
      padding: 0 14px;
      font-size: 0.82rem;
    }

    .tasteae-recommendation--drawer {
      gap: 14px;
      margin: 16px 0 0;
      padding: 14px;
      border-radius: 14px;
      background: rgba(255, 252, 246, 0.72);
      box-shadow: none;
    }

    .tasteae-recommendation--drawer .tasteae-recommendation__head {
      gap: 4px;
    }

    .tasteae-recommendation--drawer .tasteae-recommendation__head h2 {
      font-size: 1.35rem;
      line-height: 1.1;
    }

    .tasteae-recommendation--drawer .tasteae-recommendation__head p:not(.section-kicker) {
      font-size: 0.85rem;
      line-height: 1.45;
    }

    .tasteae-recommendation--drawer .tasteae-recommendation-card {
      flex-basis: 100%;
    }

    .tasteae-recommendation--drawer .tasteae-recommendation-card__media {
      flex-basis: 82px;
    }

    .tasteae-recommendation--drawer .tasteae-recommendation-card__media img {
      width: 64px;
      height: 64px;
    }

    .tasteae-recommendation--drawer .tasteae-recommendation-card__body {
      padding: 10px;
    }

    body.is-cart-drawer-open {
      overflow: hidden;
    }

    .tasteae-cart-drawer-shell {
      position: relative;
      z-index: 10000;
    }

    .tasteae-cart-drawer__overlay {
      position: fixed;
      inset: 0;
      z-index: 10000;
      background: rgba(21, 12, 8, 0.42);
      backdrop-filter: blur(5px);
      opacity: 0;
      transition: opacity 180ms ease;
    }

    body.is-cart-drawer-open .tasteae-cart-drawer__overlay {
      opacity: 1;
    }

    .tasteae-cart-drawer {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 10001;
      display: flex;
      flex-direction: column;
      gap: 16px;
      width: min(430px, calc(100vw - 18px));
      padding: calc(var(--wp-admin--admin-bar--height, 0px) + 18px) 18px 18px;
      overflow: auto;
      color: var(--commerce-ink);
      background:
        linear-gradient(90deg, rgba(36, 22, 15, 0.032) 1px, transparent 1px),
        linear-gradient(180deg, rgba(36, 22, 15, 0.028) 1px, transparent 1px),
        #fffaf2;
      background-size: 52px 52px, 52px 52px, auto;
      box-shadow: -34px 0 90px rgba(33, 23, 15, 0.24);
      transform: translateX(105%);
      transition: transform 220ms ease;
    }

    body.is-cart-drawer-open .tasteae-cart-drawer {
      transform: translateX(0);
    }

    .tasteae-cart-drawer__head,
    .tasteae-cart-drawer__summary,
    .tasteae-cart-drawer-item,
    .tasteae-cart-drawer__actions {
      display: flex;
      gap: 12px;
    }

    .tasteae-cart-drawer__head,
    .tasteae-cart-drawer__summary {
      align-items: center;
      justify-content: space-between;
    }

    .tasteae-cart-drawer__head strong {
      display: block;
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", serif;
      font-size: 2rem;
      font-weight: 900;
      line-height: 1;
    }

    .tasteae-cart-drawer__head button {
      display: inline-flex;
      min-height: 38px;
      align-items: center;
      justify-content: center;
      padding: 0 13px;
      border: 1px solid var(--commerce-line);
      border-radius: 999px;
      color: var(--commerce-ink);
      background: rgba(255, 252, 246, 0.9);
      font: inherit;
      font-size: 0.82rem;
      font-weight: 900;
      cursor: pointer;
    }

    .tasteae-cart-drawer__items {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .tasteae-cart-drawer-item {
      align-items: center;
      padding: 10px;
      border: 1px solid rgba(36, 22, 15, 0.12);
      border-radius: 12px;
      background: rgba(255, 252, 246, 0.78);
    }

    .tasteae-cart-drawer-item a {
      flex: 0 0 76px;
      color: inherit;
      text-decoration: none;
    }

    .tasteae-cart-drawer-item img {
      display: block;
      width: 76px;
      height: 76px;
      border-radius: 10px;
      object-fit: cover;
    }

    .tasteae-cart-drawer-item > div {
      display: flex;
      flex: 1;
      flex-direction: column;
      gap: 4px;
      min-width: 0;
      font-weight: 900;
    }

    .tasteae-cart-drawer-item__quantity {
      display: flex;
      width: min(100%, 168px);
      flex-direction: column;
      gap: 4px;
      margin: 2px 0;
    }

    .tasteae-cart-drawer-item__quantity .quantity {
      display: block;
      flex: none;
    }

    .tasteae-cart-drawer-item__quantity .qty {
      width: 100%;
      min-height: 40px;
      padding: 0 10px;
      border: 1px solid rgba(36, 22, 15, 0.18);
      border-radius: 10px;
      color: #24160f;
      background: #fff;
      font: inherit;
      font-weight: 900;
      text-align: center;
    }

    .tasteae-cart-drawer-item strong {
      color: var(--commerce-ink);
      font-size: 0.98rem;
      line-height: 1.25;
    }

    .tasteae-cart-drawer-item span {
      color: var(--commerce-muted);
      font-size: 0.84rem;
      line-height: 1.2;
    }

    .tasteae-cart-progress {
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding: 12px;
      border: 1px solid rgba(155, 60, 43, 0.16);
      border-radius: 12px;
      background: rgba(255, 252, 246, 0.78);
    }

    .tasteae-cart-progress span {
      display: block;
      height: 8px;
      overflow: hidden;
      border-radius: 999px;
      background: rgba(49, 30, 20, 0.1);
    }

    .tasteae-cart-progress span::before {
      content: "";
      display: block;
      width: var(--tasteae-cart-progress, 0%);
      height: 100%;
      border-radius: inherit;
      background: #b54f3d;
    }

    .tasteae-cart-progress p {
      margin: 0;
      color: var(--commerce-muted);
      font-size: 0.86rem;
      font-weight: 900;
      line-height: 1.45;
    }

    .tasteae-cart-drawer__update {
      display: flex;
      justify-content: flex-start;
      margin-top: 10px;
    }

    .tasteae-cart-drawer__update-button {
      display: inline-flex;
      min-height: 44px;
      align-items: center;
      justify-content: center;
      padding: 0 16px;
      border: 1px solid #2a1710;
      border-radius: 999px;
      color: #fff8ed;
      background: #2a1710;
      font: inherit;
      font-size: 0.86rem;
      font-weight: 900;
      line-height: 1.1;
      cursor: pointer;
    }

    .tasteae-cart-drawer__update-button:hover,
    .tasteae-cart-drawer__update-button:focus-visible {
      border-color: #9b3c2b;
      color: #fff8ed;
      background: #9b3c2b;
      outline: none;
    }

    .tasteae-cart-drawer__summary {
      padding: 14px 0;
      border-top: 1px solid var(--commerce-line);
      border-bottom: 1px solid var(--commerce-line);
      font-weight: 900;
    }

    .tasteae-cart-drawer__summary strong {
      color: var(--commerce-accent);
      font-size: 1.2rem;
    }

    .tasteae-cart-drawer__actions {
      align-items: stretch;
    }

    .tasteae-cart-drawer__actions a,
    .tasteae-cart-drawer__empty a {
      display: inline-flex;
      flex: 1 1 0;
      min-height: 46px;
      align-items: center;
      justify-content: center;
      padding: 0 16px;
      border-radius: 999px;
      color: #fff8ed;
      background: var(--commerce-dark);
      font-size: 0.9rem;
      font-weight: 900;
      text-decoration: none;
    }

    .tasteae-cart-drawer__actions a + a {
      color: var(--commerce-ink);
      border: 1px solid var(--commerce-line);
      background: rgba(255, 252, 246, 0.86);
    }

    .tasteae-cart-drawer__empty {
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-content: center;
      gap: 12px;
      text-align: center;
    }

    .tasteae-cart-drawer__empty strong {
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", serif;
      font-size: 2.2rem;
      font-weight: 900;
      line-height: 1.05;
    }

    .tasteae-cart-drawer__empty p {
      margin: 0;
      color: var(--commerce-muted);
      font-weight: 800;
      line-height: 1.6;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 0 0 18px;
      padding: 0;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs::before,
    .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
    .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
      display: none;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
      border: 1px solid var(--commerce-line);
      border-radius: 999px;
      background: rgba(255, 252, 246, 0.68);
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
      background: var(--commerce-dark);
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      color: var(--commerce-ink);
      font-weight: 900;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
      color: #fff8ed;
    }

    .woocommerce div.product .woocommerce-tabs .panel,
    .woocommerce-MyAccount-content,
    .woocommerce-MyAccount-navigation,
    .wc-block-cart,
    .wc-block-checkout {
      border: 1px solid var(--commerce-line);
      border-radius: 8px;
      background: rgba(255, 252, 246, 0.78);
      box-shadow: 0 24px 76px rgba(77, 48, 25, 0.11);
    }

    .woocommerce div.product .woocommerce-tabs .panel {
      padding: clamp(20px, 3vw, 34px);
    }

    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error {
      max-width: 1240px;
      margin: 0 auto 18px;
      border-top: 0;
      border-left: 4px solid var(--commerce-accent);
      border-radius: 8px;
      background: rgba(255, 252, 246, 0.92);
      color: var(--commerce-ink);
      box-shadow: 0 18px 48px rgba(77, 48, 25, 0.10);
      font-weight: 800;
    }

    .wc-block-cart,
    .wc-block-checkout {
      padding: clamp(16px, 3vw, 30px);
    }

    .wp-block-woocommerce-cart,
    .wp-block-woocommerce-checkout,
    .wc-block-components-sidebar-layout.wc-block-cart,
    .wc-block-components-sidebar-layout.wc-block-checkout {
      max-width: 1120px;
      margin-right: auto;
      margin-left: auto;
    }

    .wc-block-components-button:not(.is-link) {
      display: inline-flex;
      min-height: 48px;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      color: #fff8ed;
      background: var(--commerce-dark);
      font-weight: 900;
      text-align: center;
      text-decoration: none;
    }

    .wc-block-components-button:not(.is-link):hover,
    .wc-block-components-button:not(.is-link):focus-visible {
      color: #fff8ed;
      background: #7a2e22;
    }

    .wc-block-cart__empty-cart__title,
    .wc-block-components-title,
    .wc-block-components-checkout-step__title,
    .wc-block-components-sidebar-layout .wc-block-components-main h2,
    .woocommerce-MyAccount-content h2,
    .woocommerce-MyAccount-content h3 {
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", serif;
      font-weight: 900;
      letter-spacing: 0;
    }

    .wc-block-components-sidebar,
    .wc-block-cart__totals-title,
    .wp-block-woocommerce-cart-order-summary-block,
    .wp-block-woocommerce-checkout-order-summary-block {
      border-radius: 8px;
      color: var(--commerce-ink);
      background: rgba(255, 250, 241, 0.86);
    }

    .wc-block-components-product-name,
    .wc-block-cart-item__product a,
    .wc-block-components-totals-item__label,
    .wc-block-components-totals-item__value {
      color: var(--commerce-ink);
      font-weight: 900;
    }

    .wc-block-components-product-metadata,
    .wc-block-components-totals-footer-item,
    .wc-block-components-checkout-step__description {
      color: var(--commerce-muted);
      font-weight: 700;
    }

    .woocommerce-account .woocommerce {
      display: flex;
      gap: 22px;
      align-items: flex-start;
    }

    .woocommerce-account:not(.logged-in) .woocommerce {
      display: block;
      max-width: 1120px;
      margin: 0 auto;
    }

    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
      width: 100%;
      padding: 22px;
    }

    .woocommerce-MyAccount-navigation {
      flex: 0 0 260px;
    }

    .woocommerce-MyAccount-content {
      flex: 1 1 auto;
      min-width: 0;
    }

    .woocommerce-MyAccount-navigation ul {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .woocommerce-MyAccount-navigation a {
      display: flex;
      min-height: 42px;
      align-items: center;
      padding: 0 13px;
      border-radius: 999px;
      color: var(--commerce-ink);
      background: rgba(255, 252, 246, 0.74);
      font-weight: 900;
      text-decoration: none;
    }

    .woocommerce-MyAccount-navigation .is-active a {
      color: #fff8ed;
      background: var(--commerce-dark);
    }

    .woocommerce-account:not(.logged-in) .u-columns.col2-set {
      display: flex;
      flex-wrap: wrap;
      gap: clamp(18px, 3vw, 34px);
      align-items: stretch;
    }

    .woocommerce-account:not(.logged-in) .u-columns.col2-set::before,
    .woocommerce-account:not(.logged-in) .u-columns.col2-set::after {
      display: none;
    }

    .woocommerce-account:not(.logged-in) .u-columns.col2-set .u-column1,
    .woocommerce-account:not(.logged-in) .u-columns.col2-set .u-column2 {
      flex: 1 1 420px;
      width: auto !important;
      max-width: none;
      float: none !important;
    }

    .woocommerce-account:not(.logged-in) .u-column1 h2,
    .woocommerce-account:not(.logged-in) .u-column2 h2 {
      margin: 0 0 16px;
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", serif;
      font-size: clamp(2rem, 3.2vw, 3.2rem);
      font-weight: 900;
      line-height: 1.02;
    }

    .woocommerce form.login,
    .woocommerce form.register,
    .woocommerce form.lost_reset_password,
    .woocommerce form.edit-account,
    .woocommerce form.woocommerce-EditAccountForm {
      min-height: 100%;
      margin: 0;
      padding: clamp(20px, 3vw, 34px);
      border: 1px solid var(--commerce-line);
      border-radius: 8px;
      background: rgba(255, 252, 246, 0.82);
      box-shadow: 0 22px 70px rgba(77, 48, 25, 0.10);
    }

    .woocommerce form.lost_reset_password {
      max-width: 720px;
      margin: 0 auto;
    }

    .woocommerce form .form-row {
      width: 100%;
      margin: 0 0 14px;
      padding: 0;
    }

    .woocommerce form .form-row label,
    .woocommerce form legend {
      color: var(--commerce-ink);
      font-weight: 900;
    }

    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea,
    .woocommerce form .form-row select {
      width: 100%;
      min-height: 48px;
      padding: 0 14px;
      border: 1px solid rgba(36, 22, 15, 0.18);
      border-radius: 6px;
      background: rgba(255, 252, 246, 0.94);
      color: var(--commerce-ink);
      font: inherit;
      font-weight: 800;
    }

    .woocommerce form .form-row textarea {
      min-height: 130px;
      padding-top: 12px;
    }

    .woocommerce form .show-password-input {
      top: 50%;
      transform: translateY(-50%);
    }

    .woocommerce-account:not(.logged-in) .woocommerce-form__label-for-checkbox {
      display: inline-flex;
      gap: 8px;
      align-items: center;
      color: var(--commerce-muted);
      font-weight: 800;
    }

    .tasteae-checkout {
      max-width: 1240px;
      margin: 0 auto;
    }

    .tasteae-checkout-entrypoints {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      max-width: 1240px;
      margin: 0 auto clamp(22px, 3vw, 36px);
      padding: 0 0 14px;
      border-bottom: 1px solid var(--commerce-line);
    }

    .tasteae-checkout-entrypoints > .woocommerce-error,
    .tasteae-checkout-entrypoints > .woocommerce-message,
    .tasteae-checkout-entrypoints > .woocommerce-info {
      order: 0;
      flex: 0 0 100%;
    }

    .tasteae-checkout-entrypoints > .woocommerce-form-login-toggle,
    .tasteae-checkout-entrypoints > .woocommerce-form-coupon-toggle {
      order: 1;
      flex: 0 1 auto;
      margin: 0;
      padding: 0;
    }

    .tasteae-checkout-entrypoints > .woocommerce-form-coupon-toggle {
      margin-inline-start: 24px;
      padding-inline-start: 24px;
      border-inline-start: 1px solid var(--commerce-line);
    }

    .tasteae-checkout-entrypoints .woocommerce-info {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      gap: 6px;
      max-width: none;
      margin: 0;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      color: var(--commerce-muted);
      font-size: 0.9rem;
      font-weight: 700;
      line-height: 1.45;
    }

    .tasteae-checkout-entrypoints .woocommerce-info::before {
      display: none;
      content: none;
    }

    .tasteae-checkout-entrypoints .woocommerce-info a {
      color: var(--commerce-dark);
      font-weight: 900;
      text-decoration: underline;
      text-decoration-color: rgba(36, 22, 15, 0.28);
      text-underline-offset: 3px;
    }

    .tasteae-checkout-entrypoints .woocommerce-info a:hover,
    .tasteae-checkout-entrypoints .woocommerce-info a:focus-visible {
      color: var(--commerce-accent);
    }

    .tasteae-checkout-entrypoints > .woocommerce-form-login,
    .tasteae-checkout-entrypoints > .checkout_coupon {
      display: flex !important;
      order: 2;
      flex: 0 0 100%;
      flex-wrap: wrap;
      align-items: flex-end;
      gap: 10px;
      width: 100%;
      max-width: 760px;
      margin: 12px 0 0;
      padding: 14px;
      border: 1px solid var(--commerce-line);
      border-radius: 10px;
      background: rgba(255, 252, 246, 0.82);
      box-shadow: none;
    }

    .tasteae-checkout-entrypoints > .woocommerce-form-login[style*="display:none"],
    .tasteae-checkout-entrypoints > .woocommerce-form-login[style*="display: none"],
    .tasteae-checkout-entrypoints > .checkout_coupon[style*="display:none"],
    .tasteae-checkout-entrypoints > .checkout_coupon[style*="display: none"] {
      display: none !important;
    }

    .tasteae-checkout-entrypoints > .woocommerce-form-login .form-row,
    .tasteae-checkout-entrypoints > .checkout_coupon .form-row {
      flex: 1 1 220px;
      width: auto;
      margin: 0;
      padding: 0;
      float: none;
    }

    .tasteae-checkout-entrypoints > .checkout_coupon .form-row-last {
      flex: 0 0 auto;
    }

    .tasteae-checkout-entrypoints > .woocommerce-form-login > p:not(.form-row),
    .tasteae-checkout-entrypoints > .checkout_coupon > p:not(.form-row) {
      flex: 0 0 100%;
      margin: 0;
      color: var(--commerce-muted);
      font-size: 0.86rem;
      line-height: 1.55;
    }

    .tasteae-checkout-entrypoints > .woocommerce-form-login .form-row input.input-text,
    .tasteae-checkout-entrypoints > .checkout_coupon .form-row input.input-text {
      width: 100%;
      min-height: 44px;
      padding: 0 12px;
      border: 1px solid rgba(36, 22, 15, 0.18);
      border-radius: 7px;
      background: #fff;
      color: var(--commerce-ink);
      font: inherit;
      font-weight: 700;
    }

    .tasteae-checkout-entrypoints > .woocommerce-form-login .button,
    .tasteae-checkout-entrypoints > .checkout_coupon .button {
      display: inline-flex;
      min-height: 44px;
      align-items: center;
      justify-content: center;
      padding: 0 16px;
      border: 1px solid var(--commerce-dark);
      border-radius: 999px;
      color: #fff8ed;
      background: var(--commerce-dark);
      font: inherit;
      font-size: 0.86rem;
      font-weight: 900;
      line-height: 1.1;
      cursor: pointer;
    }

    .tasteae-checkout-entrypoints > .woocommerce-form-login .button:hover,
    .tasteae-checkout-entrypoints > .woocommerce-form-login .button:focus-visible,
    .tasteae-checkout-entrypoints > .checkout_coupon .button:hover,
    .tasteae-checkout-entrypoints > .checkout_coupon .button:focus-visible {
      color: #fff8ed;
      background: var(--commerce-accent);
      outline: none;
    }

    .tasteae-checkout-entrypoints > .woocommerce-form-login .clear,
    .tasteae-checkout-entrypoints > .checkout_coupon .clear {
      display: none;
    }

    .woocommerce-checkout .tasteae-page-body {
      max-width: 1240px;
      margin: 0 auto;
    }

    .tasteae-checkout-layout {
      display: flex;
      flex-wrap: nowrap;
      gap: clamp(16px, 2vw, 24px);
      align-items: flex-start;
    }

    .tasteae-checkout-layout__main {
      display: flex;
      flex: 1 1 0;
      flex-direction: column;
      gap: 12px;
      min-width: 0;
    }

    .tasteae-checkout-layout__eyebrow,
    .tasteae-checkout-panel__eyebrow {
      margin: 0 0 10px;
      color: var(--commerce-accent);
      font-size: 0.76rem;
      font-weight: 900;
      letter-spacing: 0.12em;
      line-height: 1.2;
      text-transform: uppercase;
    }

    .tasteae-checkout-layout__panels {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .tasteae-checkout-panel {
      display: flex;
      flex-direction: column;
      gap: 18px;
      min-width: 0;
    }

    .tasteae-checkout-layout__sidebar {
      position: sticky;
      top: calc(var(--wp-admin--admin-bar--height, 0px) + 12px);
      display: flex;
      flex: 0 0 clamp(318px, 31vw, 380px);
      flex-direction: column;
      gap: 10px;
      width: clamp(318px, 31vw, 380px);
      max-height: calc(100svh - var(--wp-admin--admin-bar--height, 0px) - 24px);
      min-width: 0;
      align-self: flex-start;
      overflow: auto;
    }

    .tasteae-checkout-sidebar__head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 10px;
    }

    .tasteae-checkout-sidebar__title {
      margin: 0;
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", serif;
      font-size: clamp(1.35rem, 1.8vw, 1.8rem);
      font-weight: 900;
      line-height: 1.1;
    }

    .tasteae-checkout-summary-details {
      overflow: hidden;
      border: 1px solid var(--commerce-line);
      border-radius: 8px;
      background: rgba(255, 252, 246, 0.82);
      box-shadow: 0 22px 70px rgba(77, 48, 25, 0.10);
    }

    .tasteae-checkout-summary-details > summary {
      display: flex;
      min-height: 48px;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 10px 16px;
      cursor: pointer;
      list-style: none;
    }

    .tasteae-checkout-summary-details > summary::-webkit-details-marker {
      display: none;
    }

    .tasteae-checkout-summary-details > summary::after {
      content: "+";
      display: inline-flex;
      flex: 0 0 auto;
      width: 28px;
      height: 28px;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--commerce-line);
      border-radius: 50%;
      color: var(--commerce-ink);
      background: #fff;
      font-size: 1.1rem;
      font-weight: 900;
      line-height: 1;
    }

    .tasteae-checkout-summary-details[open] > summary {
      border-bottom: 1px solid rgba(36, 22, 15, 0.10);
    }

    .tasteae-checkout-summary-details[open] > summary::after {
      content: "−";
    }

    .tasteae-checkout-summary-details > summary:focus-visible {
      outline: 3px solid rgba(181, 79, 61, 0.28);
      outline-offset: -3px;
    }

    .tasteae-checkout-summary-details__label {
      color: var(--commerce-ink);
      font-size: 0.9rem;
      font-weight: 900;
    }

    .tasteae-checkout-summary-details > summary small {
      margin-left: auto;
      color: var(--commerce-muted);
      font-size: 0.78rem;
      font-weight: 700;
    }

    .tasteae-checkout-summary {
      padding: 16px;
      border: 0;
      background: transparent;
      box-shadow: none;
    }

    .tasteae-checkout-layout__sidebar {
      padding-top: 6px;
    }

    .tasteae-checkout-panel__section,
    .tasteae-checkout-summary {
      min-width: 0;
    }

    .tasteae-checkout-panel__section {
      display: flex;
      flex-direction: column;
      gap: 12px;
      padding: clamp(15px, 1.8vw, 22px);
      border: 1px solid var(--commerce-line);
      border-radius: 8px;
      background: rgba(255, 252, 246, 0.82);
      box-shadow: 0 22px 70px rgba(77, 48, 25, 0.10);
    }

    .tasteae-checkout-panel__head {
      display: flex;
      flex-wrap: wrap;
      gap: 6px 12px;
      align-items: flex-end;
      justify-content: space-between;
      max-width: none;
      padding-bottom: 8px;
      border-bottom: 1px solid rgba(36, 22, 15, 0.10);
    }

    .tasteae-checkout-panel__head h2 {
      margin: 0;
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", serif;
      font-size: clamp(1.35rem, 2vw, 2.05rem);
      font-weight: 900;
      line-height: 1.04;
      letter-spacing: 0;
    }

    .tasteae-checkout-panel__head p,
    .tasteae-checkout-section-note {
      flex: 1 1 100%;
      margin: 0;
      color: var(--commerce-muted);
      font-size: 0.88rem;
      font-weight: 700;
      line-height: 1.48;
    }

    .tasteae-checkout-fields,
    .tasteae-checkout-additional-fields {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .tasteae-checkout .woocommerce-error,
    .tasteae-checkout .woocommerce-info,
    .tasteae-checkout .woocommerce-message {
      margin: 0 0 18px;
      border-radius: 8px;
    }

    .tasteae-checkout-fields .form-row,
    .tasteae-checkout-additional-fields .form-row {
      margin: 0;
    }

    .tasteae-checkout-fields .form-row-first,
    .tasteae-checkout-fields .form-row-last {
      flex: 1 1 calc(50% - 7px);
      width: auto;
      max-width: none;
      float: none;
    }

    .tasteae-checkout-fields .form-row-wide,
    .tasteae-checkout-additional-fields .form-row-wide {
      flex: 1 1 100%;
      width: 100%;
      max-width: none;
      float: none;
    }

    .tasteae-checkout-fields .form-row label,
    .tasteae-checkout-additional-fields .form-row label {
      color: var(--commerce-ink);
      font-weight: 900;
    }

    .tasteae-checkout-fields .form-row input.input-text,
    .tasteae-checkout-fields .form-row textarea,
    .tasteae-checkout-fields .form-row select,
    .tasteae-checkout-additional-fields .form-row input.input-text,
    .tasteae-checkout-additional-fields .form-row textarea,
    .tasteae-checkout-additional-fields .form-row select {
      width: 100%;
      min-height: 44px;
      padding: 0 12px;
      border: 1px solid rgba(36, 22, 15, 0.18);
      border-radius: 6px;
      background: rgba(255, 252, 246, 0.94);
      color: var(--commerce-ink);
      font: inherit;
      font-weight: 800;
    }

    .tasteae-checkout-fields .form-row textarea,
    .tasteae-checkout-additional-fields .form-row textarea {
      min-height: 96px;
      padding-top: 10px;
    }

    .tasteae-checkout-summary table.shop_table {
      margin: 0;
      border: 0;
      background: transparent;
    }

    .tasteae-checkout-summary .shop_table th,
    .tasteae-checkout-summary .shop_table td {
      padding: 9px 0;
      border-color: rgba(36, 22, 15, 0.12);
      color: var(--commerce-ink);
      vertical-align: top;
    }

    .tasteae-checkout-summary .shop_table thead th {
      padding-top: 0;
      font-size: 0.86rem;
      text-transform: uppercase;
    }

    .tasteae-checkout-summary .woocommerce-info {
      display: flex;
      flex-direction: column;
      gap: 4px;
      margin: 12px 0 0;
      padding: 12px 0 0;
      border: 0;
      border-top: 1px solid rgba(36, 22, 15, 0.10);
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      color: var(--commerce-ink);
      font-weight: 800;
    }

    .tasteae-checkout-summary .woocommerce-info::before {
      display: none;
    }

  .tasteae-checkout-summary .woocommerce-info:empty {
    display: none;
  }

  .tasteae-js-ready .tasteae-checkout .woocommerce-checkout-payment noscript {
    display: none;
  }

  .tasteae-checkout-summary .woocommerce-info strong {
      color: var(--commerce-ink);
      font-weight: 900;
    }

    .tasteae-checkout-summary .woocommerce-info span {
      color: var(--commerce-muted);
      font-size: 0.88rem;
      font-weight: 700;
      line-height: 1.55;
    }

    .tasteae-checkout-summary .product-name,
    .tasteae-checkout-summary .cart_item .product-name {
      font-weight: 900;
    }

    .tasteae-checkout-summary .woocommerce-checkout-payment {
      margin-top: 12px;
      padding-top: 12px;
      border-top: 1px solid var(--commerce-line);
    }

    .tasteae-checkout-summary #payment,
    .tasteae-checkout-summary .woocommerce-checkout-payment {
      background: transparent;
    }

    .tasteae-checkout-summary #payment ul.payment_methods {
      padding: 0;
      border: 0;
    }

    .tasteae-checkout-summary #payment div.payment_box {
      border-radius: 8px;
      background: rgba(255, 249, 238, 0.86);
      color: var(--commerce-muted);
      font-weight: 800;
    }

    .tasteae-checkout-payment-blocked {
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding: 12px 0 0;
      border-top: 1px solid rgba(36, 22, 15, 0.10);
    }

    .tasteae-checkout-payment-blocked strong {
      color: var(--commerce-ink);
      font-size: 0.98rem;
      font-weight: 900;
    }

    .tasteae-checkout-payment-blocked p {
      margin: 0;
      color: var(--commerce-muted);
      font-size: 0.88rem;
      font-weight: 700;
      line-height: 1.55;
    }

    .tasteae-checkout-payment-blocked__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 4px;
    }

    .tasteae-checkout-payment-blocked__link {
      display: inline-flex;
      min-height: 42px;
      align-items: center;
      justify-content: center;
      padding: 0 14px;
      border: 1px solid var(--commerce-dark);
      border-radius: 999px;
      color: #fff8ed;
      background: var(--commerce-dark);
      font-size: 0.84rem;
      font-weight: 900;
      text-decoration: none;
    }

    .tasteae-checkout-payment-blocked__link:hover,
    .tasteae-checkout-payment-blocked__link:focus-visible {
      color: #fff8ed;
      background: var(--commerce-accent);
      border-color: var(--commerce-accent);
      outline: none;
    }

    .tasteae-checkout-payment-blocked__link--secondary {
      color: var(--commerce-dark);
      background: transparent;
    }

    .tasteae-checkout-payment-blocked__link--secondary:hover,
    .tasteae-checkout-payment-blocked__link--secondary:focus-visible {
      color: var(--commerce-dark);
      background: rgba(181, 79, 61, 0.10);
    }

    .tasteae-checkout-summary .place-order {
      position: sticky;
      bottom: 0;
      z-index: 2;
      margin: 12px -16px -16px;
      padding: 12px 16px 16px;
      border-top: 1px solid rgba(36, 22, 15, 0.12);
      background: rgba(255, 252, 246, 0.96);
      box-shadow: 0 -14px 32px rgba(77, 48, 25, 0.08);
    }

    .tasteae-checkout-summary .button,
    .tasteae-checkout-summary #place_order {
      width: 100%;
      min-height: 52px;
      border: 0;
      border-radius: 999px;
      color: #fff8ed;
      background: var(--commerce-dark);
      font-size: 1rem;
      font-weight: 900;
      box-shadow: 0 16px 38px rgba(42, 23, 16, 0.20);
    }

    .tasteae-checkout-summary .button:hover,
    .tasteae-checkout-summary .button:focus-visible,
    .tasteae-checkout-summary #place_order:hover,
    .tasteae-checkout-summary #place_order:focus-visible {
      color: #fff8ed;
      background: #7a2e22;
      outline: none;
    }

    .tasteae-checkout-optional {
      padding: 0;
      overflow: hidden;
    }

    .tasteae-checkout-optional summary {
      display: flex;
      gap: 10px;
      align-items: center;
      justify-content: space-between;
      min-height: 52px;
      padding: 0 clamp(15px, 1.8vw, 22px);
      cursor: pointer;
      list-style: none;
    }

    .tasteae-checkout-optional summary::-webkit-details-marker {
      display: none;
    }

    .tasteae-checkout-optional summary::after {
      content: "+";
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      color: #fff8ed;
      background: var(--commerce-dark);
      font-weight: 900;
    }

    .tasteae-checkout-optional[open] summary::after {
      content: "-";
    }

    .tasteae-checkout-optional summary strong {
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", serif;
      font-size: clamp(1.2rem, 1.8vw, 1.65rem);
      font-weight: 900;
      line-height: 1;
    }

    .tasteae-checkout-optional .tasteae-checkout-additional-fields {
      padding: 0 clamp(15px, 1.8vw, 22px) clamp(15px, 1.8vw, 22px);
    }

    .tasteae-contact-form {
      display: flex;
      flex-direction: column;
      gap: 18px;
      max-width: 980px;
      margin: 0 auto;
    }

    .tasteae-contact-page .commerce-support--contact {
      max-width: 1080px;
    }

    .tasteae-contact-page .commerce-support-shortcode--primary {
      padding: 0;
      border: 0;
      background: transparent;
      box-shadow: none;
    }

    .tasteae-contact-form__notice {
      padding: 14px 16px;
      border: 1px solid var(--commerce-line);
      border-radius: 8px;
      background: rgba(255, 252, 246, 0.88);
      color: var(--commerce-ink);
      font-weight: 900;
    }

    .tasteae-contact-form__notice--success {
      border-color: rgba(58, 123, 82, 0.24);
      background: rgba(235, 246, 239, 0.94);
    }

    .tasteae-contact-form__notice--error {
      border-color: rgba(155, 60, 43, 0.28);
      background: rgba(255, 241, 241, 0.96);
    }

    .tasteae-contact-form__form {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin: 0;
      padding: clamp(20px, 3vw, 34px);
      border: 1px solid var(--commerce-line);
      border-radius: 8px;
      background: rgba(255, 252, 246, 0.82);
      box-shadow: 0 22px 70px rgba(77, 48, 25, 0.10);
    }

    .tasteae-contact-form__grid {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }

    .tasteae-contact-form__grid .form-row {
      width: 100%;
      margin: 0;
    }

    .tasteae-contact-form__grid .form-row-first,
    .tasteae-contact-form__grid .form-row-last {
      flex: 1 1 calc(50% - 7px);
      width: auto;
      max-width: none;
      float: none;
    }

    .tasteae-contact-form__grid .form-row-wide {
      flex: 1 1 100%;
    }

    .tasteae-contact-form__grid label {
      display: block;
      margin: 0 0 8px;
      color: var(--commerce-ink);
      font-weight: 900;
    }

    .tasteae-contact-form__grid input.input-text,
    .tasteae-contact-form__grid input[type="text"],
    .tasteae-contact-form__grid input[type="email"],
    .tasteae-contact-form__grid select,
    .tasteae-contact-form__grid textarea {
      width: 100%;
      min-height: 48px;
      padding: 0 14px;
      border: 1px solid rgba(36, 22, 15, 0.18);
      border-radius: 6px;
      background: rgba(255, 252, 246, 0.94);
      color: var(--commerce-ink);
      font: inherit;
      font-weight: 800;
    }

    .tasteae-contact-form__grid textarea {
      min-height: 150px;
      padding-top: 12px;
      resize: vertical;
    }

    .tasteae-contact-form__trap {
      position: absolute;
      left: -9999px;
      width: 1px;
      height: 1px;
      opacity: 0;
      pointer-events: none;
    }

    .tasteae-contact-form__submit {
      align-self: flex-start;
    }

    .tasteae-contact-page .commerce-support__grid--contact .commerce-support-card {
      min-height: 220px;
    }

    .commerce-support {
      display: flex;
      flex-direction: column;
      gap: clamp(18px, 3vw, 32px);
      max-width: 1120px;
      margin: 0 auto;
    }

    .commerce-support__intro,
    .commerce-support-steps,
    .commerce-support-actions {
      border: 1px solid var(--commerce-line);
      border-radius: 8px;
      background: rgba(255, 252, 246, 0.78);
      box-shadow: 0 22px 70px rgba(77, 48, 25, 0.10);
    }

    .commerce-support__intro {
      padding: clamp(20px, 3vw, 34px);
    }

    .commerce-support__intro p {
      max-width: 780px;
      margin: 0;
      color: var(--commerce-muted);
      font-size: clamp(1rem, 1.35vw, 1.16rem);
      font-weight: 800;
      line-height: 1.86;
    }

    .commerce-support-shortcode {
      padding: clamp(18px, 3vw, 30px);
      border: 1px solid var(--commerce-line);
      border-radius: 8px;
      background: rgba(255, 252, 246, 0.84);
      box-shadow: 0 22px 70px rgba(77, 48, 25, 0.10);
    }

    .commerce-support-shortcode .track_order,
    .commerce-support-shortcode form {
      display: flex;
      flex-direction: column;
      gap: 16px;
      max-width: 760px;
      margin: 0;
    }

    .commerce-support-shortcode .form-row {
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: 100%;
      margin: 0;
    }

    .commerce-support-shortcode label {
      color: var(--commerce-ink);
      font-weight: 900;
    }

    .commerce-support-shortcode input.input-text,
    .commerce-support-shortcode input[type="text"],
    .commerce-support-shortcode input[type="email"] {
      width: 100%;
      min-height: 48px;
      padding: 0 14px;
      border: 1px solid rgba(36, 22, 15, 0.18);
      border-radius: 6px;
      background: rgba(255, 252, 246, 0.94);
      color: var(--commerce-ink);
      font: inherit;
      font-weight: 800;
    }

    .commerce-support__grid {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }

    .commerce-support-card {
      flex: 1 1 280px;
      min-height: 260px;
      padding: clamp(20px, 3vw, 32px);
      border: 1px solid var(--commerce-line);
      border-radius: 8px;
      background:
        radial-gradient(circle at 84% 14%, rgba(155, 60, 43, 0.12), transparent 32%),
        rgba(255, 252, 246, 0.76);
      box-shadow: 0 22px 70px rgba(77, 48, 25, 0.10);
    }

    .commerce-support-card span {
      color: var(--commerce-accent);
      font-size: 0.72rem;
      font-weight: 900;
      letter-spacing: 0.08em;
      line-height: 1.1;
      text-transform: uppercase;
    }

    .commerce-support-card h2,
    .commerce-support-steps h2 {
      margin: 34px 0 0;
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", serif;
      font-size: clamp(1.75rem, 3vw, 2.85rem);
      font-weight: 900;
      letter-spacing: 0;
      line-height: 1.06;
    }

    .commerce-support-card h2 a {
      color: inherit;
      text-decoration: none;
    }

    .commerce-support-card h2 a:hover,
    .commerce-support-card h2 a:focus-visible {
      color: var(--commerce-accent);
      outline: none;
    }

    .commerce-support-card p {
      margin: 16px 0 0;
      color: var(--commerce-muted);
      font-weight: 800;
      line-height: 1.78;
    }

    .commerce-support-steps {
      padding: clamp(20px, 3vw, 34px);
    }

    .commerce-support-steps h2 {
      margin-top: 0;
    }

    .commerce-support-steps ol {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin: 18px 0 0;
      padding: 0;
      list-style: none;
      counter-reset: support-step;
    }

    .commerce-support-steps li {
      position: relative;
      min-height: 46px;
      padding: 12px 14px 12px 56px;
      border-radius: 999px;
      background: rgba(255, 249, 238, 0.86);
      color: var(--commerce-ink);
      font-weight: 900;
      line-height: 1.45;
      counter-increment: support-step;
    }

    .commerce-support-steps li::before {
      content: counter(support-step, decimal-leading-zero);
      position: absolute;
      top: 50%;
      left: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      color: #fff8ed;
      background: var(--commerce-dark);
      font-size: 0.74rem;
      transform: translateY(-50%);
    }

    .commerce-support-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      justify-content: flex-start;
      padding: 14px;
    }

    .commerce-support-actions a {
      display: inline-flex;
      min-height: 46px;
      align-items: center;
      justify-content: center;
      padding: 0 18px;
      border-radius: 999px;
      color: #fff8ed;
      background: var(--commerce-dark);
      font-size: 0.9rem;
      font-weight: 900;
      text-decoration: none;
      transition: transform 180ms ease, background 180ms ease;
    }

    .commerce-support-actions a:hover,
    .commerce-support-actions a:focus-visible {
      color: #fff8ed;
      background: #7a2e22;
      outline: none;
      transform: translateY(-2px);
    }

    @media (max-width: 980px) {
      .tasteae-checkout-layout {
        gap: 18px;
      }

      .tasteae-checkout-layout__sidebar {
        flex-basis: clamp(300px, 34vw, 340px);
        width: clamp(300px, 34vw, 340px);
      }

      .tasteae-checkout-fields .form-row-first,
      .tasteae-checkout-fields .form-row-last,
      .tasteae-contact-form__grid .form-row-first,
      .tasteae-contact-form__grid .form-row-last {
        flex-basis: 100%;
      }

      .commerce-shop-hero {
        flex-direction: column;
      }

      .commerce-showcase-grid,
      .commerce-support__grid {
        flex-direction: column;
      }

      .woocommerce ul.products li.product,
      .woocommerce-page ul.products li.product {
        flex-basis: calc((100% - var(--commerce-product-gap)) / 2);
        width: calc((100% - var(--commerce-product-gap)) / 2) !important;
        max-width: calc((100% - var(--commerce-product-gap)) / 2);
      }

      .commerce-product-detail__media,
      .commerce-product-detail__summary,
      .commerce-product-proof article {
        flex-basis: 100%;
        max-width: 100%;
      }
    }

    @media (max-width: 760px) {
      .tasteae-commerce {
        padding: calc(var(--wp-admin--admin-bar--height, 0px) + 82px) 16px 84px;
        background-size: 62px 62px, 62px 62px, auto;
      }

      .tasteae-commerce-flow {
        padding-top: calc(var(--wp-admin--admin-bar--height, 0px) + 80px);
      }

      .tasteae-commerce-page-hero {
        padding-top: 26px;
      }

      .tasteae-commerce-page-hero h1,
      .commerce-shop-hero h1,
      .commerce-product-detail__summary h1 {
        font-size: clamp(3rem, 15vw, 4.8rem);
        line-height: 0.9;
      }

      .commerce-shop-hero {
        gap: 12px;
        padding-top: 18px;
        padding-bottom: 12px;
      }

      .commerce-shop-hero h1 {
        white-space: normal;
      }

      .commerce-search-form,
      .commerce-shop-paths,
      .commerce-showcase-grid,
      .commerce-support__grid {
        flex-direction: column;
      }

      .commerce-search-form {
        gap: 8px;
        padding: 8px;
      }

      .commerce-shop-paths {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 8px;
      }

      .commerce-shop-paths a {
        flex: 1 1 0;
        width: auto;
        min-height: 0;
        padding: 11px 10px;
        border-radius: 999px;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 0 12px 28px rgba(77, 48, 25, 0.08);
      }

      .commerce-shop-paths a::after {
        display: none;
      }

      .commerce-shop-paths a > * {
        width: 100%;
      }

      .commerce-shop-paths span {
        font-size: 0.66rem;
        line-height: 1;
      }

      .commerce-shop-paths strong {
        font-size: clamp(0.96rem, 3.8vw, 1.08rem);
        line-height: 1.08;
        white-space: nowrap;
      }

      .commerce-shop-paths small {
        display: none;
      }

      .commerce-shop-paths a em {
        display: none;
      }

      .commerce-shop-toolbar {
        align-items: stretch;
        flex-direction: column;
      }

      .woocommerce-ordering select {
        width: 100%;
      }

      .woocommerce ul.products li.product,
      .woocommerce-page ul.products li.product {
        flex-basis: 100%;
        width: 100% !important;
        max-width: 100%;
      }

      .commerce-product-card__media {
        min-height: 276px;
      }

      .commerce-product-card__footer {
        align-items: stretch;
        flex-direction: column;
      }

      .commerce-product-card__footer .button,
      .commerce-showcase-card__cta,
      .commerce-product-detail__purchase .single_add_to_cart_button {
        width: 100%;
      }

      .commerce-showcase-card__image {
        min-height: 260px;
      }

      .commerce-product-detail__media {
        margin: 0 -16px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
      }

      .commerce-product-detail__figure {
        min-height: 330px;
        padding: 18px 16px;
      }

    .commerce-product-detail__purchase form.cart {
        align-items: stretch;
        flex-direction: row;
        flex-wrap: wrap;
      }

      .woocommerce .quantity .qty {
        width: 100%;
      }

      .tasteae-recommendation {
        gap: 16px;
        margin: 24px 0;
        padding: 16px;
      }

      .tasteae-recommendation__head h2 {
        font-size: clamp(1.8rem, 9vw, 2.8rem);
        line-height: 1.04;
      }

      .tasteae-recommendation-card {
        flex-basis: 100%;
      }

      .tasteae-recommendation-card__media {
        flex-basis: 96px;
      }

      .tasteae-recommendation-card__media img {
        width: 74px;
        height: 74px;
      }

      .tasteae-recommendation-card__button {
        width: 100%;
      }

      .tasteae-cart-drawer {
        width: min(100vw, 390px);
        padding-right: 14px;
        padding-left: 14px;
      }

      .tasteae-cart-drawer__actions {
        flex-direction: column;
      }

      .tasteae-cart-drawer__head strong {
        font-size: 1.75rem;
      }

      .commerce-product-proof article {
        min-height: 0;
      }

      .commerce-support-card {
        min-height: 0;
      }

      .commerce-support-card h2,
      .commerce-support-steps h2 {
        margin-top: 24px;
      }

      .commerce-support-actions a {
        width: 100%;
      }

      .tasteae-checkout-panel__head h2,
      .tasteae-checkout-sidebar__title {
        font-size: clamp(1.55rem, 8vw, 2.35rem);
      }

      .tasteae-checkout-summary {
        padding: 16px;
      }

      .tasteae-contact-form__submit,
      .tasteae-checkout-summary .button,
      .tasteae-checkout-summary #place_order {
        width: 100%;
      }

      .tasteae-checkout-entrypoints {
        align-items: stretch;
        flex-direction: column;
        margin-bottom: 24px;
        padding-bottom: 8px;
      }

      .tasteae-checkout-entrypoints > .woocommerce-form-login-toggle,
      .tasteae-checkout-entrypoints > .woocommerce-form-coupon-toggle {
        flex: 0 0 auto;
        width: 100%;
      }

      .tasteae-checkout-entrypoints > .woocommerce-form-coupon-toggle {
        margin-top: 10px;
        margin-inline-start: 0;
        padding-top: 10px;
        padding-inline-start: 0;
        border-top: 1px solid var(--commerce-line);
        border-inline-start: 0;
      }

      .tasteae-checkout-entrypoints .woocommerce-info {
        min-height: 44px;
        align-items: center;
      }

      .tasteae-checkout-entrypoints > .woocommerce-form-login,
      .tasteae-checkout-entrypoints > .checkout_coupon {
        max-width: none;
        padding: 12px;
      }

      .tasteae-checkout-entrypoints > .woocommerce-form-login .form-row,
      .tasteae-checkout-entrypoints > .checkout_coupon .form-row,
      .tasteae-checkout-entrypoints > .checkout_coupon .form-row-last {
        flex-basis: 100%;
      }

      .tasteae-checkout-entrypoints > .woocommerce-form-login .button,
      .tasteae-checkout-entrypoints > .checkout_coupon .button {
        width: 100%;
      }

      .wc-block-cart,
      .wc-block-checkout,
      .woocommerce-MyAccount-navigation,
      .woocommerce-MyAccount-content {
        padding: 16px;
      }

      .woocommerce-account .woocommerce {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
      }

      .woocommerce-MyAccount-navigation ul {
        flex-flow: row wrap;
      }

      .woocommerce-MyAccount-navigation a {
        justify-content: center;
        min-height: 40px;
        font-size: 0.82rem;
        text-align: center;
      }

      .tasteae-checkout-layout {
        flex-direction: column;
      }

      .tasteae-checkout-layout__sidebar {
        order: -1;
        position: static;
        flex-basis: auto;
        width: 100%;
      }
    }

    @media (min-width: 761px) {
      .tasteae-checkout-layout {
        flex-direction: row;
        align-items: flex-start;
      }

      .tasteae-checkout-layout__main {
        order: 0;
      }

      .tasteae-checkout-layout__sidebar {
        order: 0;
        position: sticky;
        top: calc(var(--wp-admin--admin-bar--height, 0px) + 12px);
        flex: 0 0 clamp(318px, 31vw, 380px);
        width: clamp(318px, 31vw, 380px);
      }
    }

    body.woocommerce-page,
    body.post-type-archive-product,
    body.tax-product_cat,
    body.tax-product_tag,
    body.single-product {
      background: #ffffff;
    }

    body.woocommerce-page .tasteae-page-header,
    body.post-type-archive-product .tasteae-page-header,
    body.tax-product_cat .tasteae-page-header,
    body.tax-product_tag .tasteae-page-header,
    body.single-product .tasteae-page-header {
      position: sticky;
      top: var(--wp-admin--admin-bar--height, 0px);
      z-index: 120;
      width: 100%;
      max-width: none;
      margin: 0;
      padding: 0 clamp(18px, 4vw, 56px);
      background: rgba(255, 255, 255, 0.94);
      border-bottom: 1px solid #e8e3dd;
      box-shadow: 0 8px 24px rgba(24, 24, 24, 0.04);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
    }

    body.woocommerce-page .tasteae-page-header__bar,
    body.post-type-archive-product .tasteae-page-header__bar,
    body.tax-product_cat .tasteae-page-header__bar,
    body.tax-product_tag .tasteae-page-header__bar,
    body.single-product .tasteae-page-header__bar {
      width: 100%;
      max-width: 1280px;
      min-height: 76px;
      margin: 0 auto;
      padding: 0;
      border: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }

    body.woocommerce-page .tasteae-page-header .brand-lockup,
    body.post-type-archive-product .tasteae-page-header .brand-lockup,
    body.tax-product_cat .tasteae-page-header .brand-lockup,
    body.tax-product_tag .tasteae-page-header .brand-lockup,
    body.single-product .tasteae-page-header .brand-lockup {
      width: clamp(150px, 12vw, 190px);
      min-height: 50px;
      border: 1px solid #e8e3dd;
      background: #ffffff;
    }

    .tasteae-commerce,
    .tasteae-commerce-flow {
      --commerce-ink: #181512;
      --commerce-muted: #68605a;
      --commerce-line: #e8e3dd;
      --commerce-paper: #ffffff;
      --commerce-card: #ffffff;
      --commerce-accent: #a75643;
      --commerce-dark: #231916;
      background: #ffffff;
      background-image: none;
    }

    .tasteae-commerce-shop {
      padding: clamp(54px, 7vw, 92px) clamp(16px, 4.5vw, 64px) 96px;
      overflow-x: hidden;
    }

    .commerce-shop-hero--clean {
      align-items: flex-end;
      gap: clamp(18px, 3vw, 34px);
      width: 100%;
      max-width: 1280px;
      padding: clamp(22px, 4vw, 42px) 0 clamp(18px, 3vw, 30px);
      border-bottom: 1px solid var(--commerce-line);
    }

    .commerce-shop-hero--clean .commerce-shop-hero__heading {
      flex: 1 1 560px;
      gap: 10px;
      max-width: 760px;
    }

    .commerce-shop-hero--clean h1 {
      max-width: 12em;
      font-size: clamp(2.75rem, 5vw, 5.75rem);
      line-height: 1.02;
      text-wrap: balance;
    }

    .commerce-shop-hero--clean .commerce-shop-hero__heading p:not(.section-kicker) {
      max-width: 42rem;
      margin: 0;
      color: var(--commerce-muted);
      font-size: clamp(0.98rem, 1.15vw, 1.08rem);
      font-weight: 700;
      line-height: 1.72;
    }

    .commerce-search-form--clean {
      flex: 0 1 460px;
      width: min(100%, 460px);
      max-width: 100%;
      padding: 8px;
      border: 1px solid var(--commerce-line);
      border-radius: 999px;
      background: #f7f5f2;
      box-shadow: none;
    }

    .commerce-search-form--clean input[type="search"] {
      min-height: 46px;
      border: 0;
      border-radius: 999px;
      background: transparent;
      color: var(--commerce-ink);
      font-weight: 800;
    }

    .commerce-search-form--clean button {
      min-height: 46px;
      border-radius: 999px;
      background: var(--commerce-dark);
    }

    .commerce-product-section--clean {
      max-width: 1280px;
      padding-top: 22px;
    }

    .commerce-shop-category-filter {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px 12px;
      width: 100%;
      min-width: 0;
    }

    .commerce-shop-category-filter__label {
      flex: 0 0 auto;
      color: #8a8078;
      font-size: 0.78rem;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .commerce-shop-category-filter__list {
      display: flex;
      flex: 1 1 auto;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center;
      min-width: 0;
    }

    .commerce-shop-category-filter__list a {
      display: inline-flex;
      min-height: 38px;
      align-items: center;
      justify-content: center;
      padding: 0 14px;
      border: 1px solid var(--commerce-line);
      border-radius: 999px;
      color: var(--commerce-ink);
      background: #ffffff;
      font: inherit;
      font-size: 0.9rem;
      font-weight: 900;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
    }

    .commerce-shop-category-filter__list a:hover,
    .commerce-shop-category-filter__list a:focus-visible,
    .commerce-shop-category-filter__list a.is-active,
    .commerce-shop-category-filter__list a[aria-current="page"] {
      color: #ffffff;
      background: var(--commerce-dark);
      border-color: var(--commerce-dark);
      outline: none;
      transform: translateY(-1px);
    }

    .commerce-shop-toolbar--clean {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 10px 14px;
      margin-bottom: 16px;
      padding: 12px 16px;
      border: 1px solid var(--commerce-line);
      border-radius: 18px;
      background: #ffffff;
      box-shadow: 0 10px 28px rgba(24, 24, 24, 0.05);
    }

    .commerce-shop-toolbar--clean .woocommerce-result-count {
      margin: 0;
      color: var(--commerce-muted);
      font-size: 0.9rem;
      font-weight: 800;
    }

    .commerce-shop-toolbar--clean .woocommerce-ordering {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-left: auto;
    }

    .commerce-shop-toolbar--clean .woocommerce-ordering::before {
      color: var(--commerce-muted);
      content: "排序";
      font-size: 0.78rem;
      font-weight: 900;
      white-space: nowrap;
    }

    .commerce-shop-toolbar--clean .woocommerce-ordering select {
      min-width: 180px;
      min-height: 42px;
      border-color: var(--commerce-line);
      border-radius: 999px;
      background: #ffffff;
      box-shadow: 0 8px 22px rgba(24, 24, 24, 0.05);
    }

    .commerce-product-section--clean .woocommerce ul.products,
    .commerce-product-section--clean .woocommerce-page ul.products,
    .woocommerce .commerce-product-section--clean ul.products,
    .commerce-product-section--clean ul.products {
      --commerce-product-gap: clamp(14px, 1.8vw, 22px);
      align-items: stretch;
      justify-content: flex-start;
    }

    .commerce-product-section--clean .woocommerce ul.products li.product,
    .commerce-product-section--clean .woocommerce-page ul.products li.product,
    .woocommerce .commerce-product-section--clean ul.products li.product,
    .woocommerce-page .commerce-product-section--clean ul.products li.product,
    .commerce-product-section--clean ul.products li.product {
      flex: 0 1 calc((100% - (var(--commerce-product-gap) * 3)) / 4);
      width: calc((100% - (var(--commerce-product-gap) * 3)) / 4) !important;
      max-width: calc((100% - (var(--commerce-product-gap) * 3)) / 4);
      min-width: min(100%, 230px);
    }

    .commerce-product-section--clean .commerce-product-card {
      overflow: hidden;
      border: 1px solid var(--commerce-line);
      border-radius: 18px;
      background: #ffffff;
      box-shadow: 0 14px 36px rgba(24, 24, 24, 0.07);
      transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    }

    .commerce-product-section--clean .commerce-product-card:hover,
    .commerce-product-section--clean .commerce-product-card:focus-within {
      border-color: #d8d1ca;
      box-shadow: 0 20px 46px rgba(24, 24, 24, 0.10);
      transform: translateY(-2px);
    }

    .commerce-product-section--clean .commerce-product-card__media {
      min-height: clamp(220px, 22vw, 300px);
      padding: 18px;
      background: #f8f7f5;
      background-image: none;
    }

    .commerce-product-section--clean .commerce-product-card__media img {
      width: min(88%, 260px);
      height: min(88%, 260px);
      object-fit: contain;
    }

    .commerce-product-section--clean .commerce-product-card__media span,
    .commerce-product-section--clean .commerce-product-card__badges span {
      color: var(--commerce-accent);
      background: #ffffff;
      box-shadow: none;
    }

    .commerce-product-section--clean .commerce-product-card__media > .onsale {
      display: none;
    }

    .commerce-product-section--clean .commerce-product-card__media > span:not(.onsale),
    .commerce-product-section--clean .commerce-product-card__sale,
    .commerce-product-section--clean .commerce-product-card__stock {
      z-index: 2;
    }

    .commerce-product-section--clean .commerce-product-card__body {
      gap: 12px;
      padding: 18px;
    }

    .commerce-product-section--clean .commerce-product-card__badges {
      gap: 6px;
    }

    .commerce-product-section--clean .commerce-product-card__badges span,
    .commerce-product-section--clean .commerce-product-card__quick-tags span {
      padding: 6px 9px;
      border-color: #eee8e2;
      font-size: 0.72rem;
      letter-spacing: 0;
    }

    .commerce-product-section--clean .commerce-product-card__quick-tags {
      gap: 6px;
    }

    .commerce-product-section--clean .commerce-product-card__quick-tags span {
      color: #4e4741;
      background: #f8f7f5;
    }

    .commerce-product-section--clean .commerce-product-card h2,
    .woocommerce .commerce-product-section--clean ul.products li.product .woocommerce-loop-product__title {
      font-size: clamp(1.25rem, 1.55vw, 1.65rem);
      line-height: 1.18;
    }

    .commerce-product-section--clean .commerce-product-card p {
      color: var(--commerce-muted);
      font-size: 0.9rem;
      line-height: 1.58;
    }

    .commerce-product-section--clean .commerce-product-card__footer {
      gap: 10px;
      align-items: center;
      margin-top: auto;
    }

    .commerce-product-section--clean .commerce-product-card .price {
      color: var(--commerce-ink);
      font-size: 1rem;
      line-height: 1.2;
    }

    .commerce-product-section--clean .commerce-product-card__footer .button {
      min-height: 40px;
      padding: 0 14px;
      border-radius: 999px;
      background: var(--commerce-dark);
      font-size: 0.84rem;
    }

    @media (max-width: 1120px) {
      .commerce-shop-hero--clean .commerce-shop-hero__heading,
      .commerce-shop-hero--clean .commerce-search-form--clean {
        flex-basis: auto;
      }

      .commerce-product-section--clean .woocommerce ul.products li.product,
      .commerce-product-section--clean .woocommerce-page ul.products li.product,
      .woocommerce .commerce-product-section--clean ul.products li.product,
      .woocommerce-page .commerce-product-section--clean ul.products li.product,
      .commerce-product-section--clean ul.products li.product {
        flex-basis: calc((100% - (var(--commerce-product-gap) * 2)) / 3);
        width: calc((100% - (var(--commerce-product-gap) * 2)) / 3) !important;
        max-width: calc((100% - (var(--commerce-product-gap) * 2)) / 3);
      }
    }

    @media (max-width: 820px) {
      .commerce-product-section--clean .woocommerce ul.products li.product,
      .commerce-product-section--clean .woocommerce-page ul.products li.product,
      .woocommerce .commerce-product-section--clean ul.products li.product,
      .woocommerce-page .commerce-product-section--clean ul.products li.product,
      .commerce-product-section--clean ul.products li.product {
        flex-basis: calc((100% - var(--commerce-product-gap)) / 2);
        width: calc((100% - var(--commerce-product-gap)) / 2) !important;
        max-width: calc((100% - var(--commerce-product-gap)) / 2);
      }
    }

    @media (max-width: 760px) {
      .tasteae-commerce-shop {
        padding: 34px 14px 72px;
      }

      .commerce-shop-hero--clean {
        align-items: stretch;
        padding-top: 18px;
      }

      .commerce-shop-hero--clean .commerce-shop-hero__heading {
        width: 100%;
        max-width: 100%;
      }

      .commerce-shop-hero--clean .commerce-shop-hero__heading p:not(.section-kicker) {
        max-width: 100%;
      }

      .commerce-shop-hero--clean h1 {
        max-width: 9em;
        font-size: clamp(2.6rem, 11vw, 4.25rem);
        line-height: 1.04;
      }

      .commerce-search-form--clean {
        width: 100%;
        border-radius: 16px;
      }

      .commerce-search-form--clean input[type="search"],
      .commerce-search-form--clean button {
        flex: 1 1 100%;
        width: 100%;
      }

      .commerce-shop-category-filter {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
      }

      .commerce-shop-category-filter__list {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 3px;
        scrollbar-width: thin;
      }

      .commerce-shop-category-filter__list a {
        flex: 0 0 auto;
        min-height: 36px;
        padding: 0 12px;
        font-size: 0.84rem;
      }

      .commerce-shop-toolbar--clean {
        align-items: stretch;
        flex-direction: column;
      }

      .commerce-shop-toolbar--clean .woocommerce-ordering {
        width: 100%;
        margin-left: 0;
      }

      .commerce-shop-toolbar--clean .woocommerce-ordering select {
        width: 100%;
      }

      .commerce-product-section--clean .commerce-product-card__footer {
        align-items: stretch;
        flex-direction: column;
      }
    }

    @media (max-width: 540px) {
      .commerce-product-section--clean .woocommerce ul.products li.product,
      .commerce-product-section--clean .woocommerce-page ul.products li.product,
      .woocommerce .commerce-product-section--clean ul.products li.product,
      .woocommerce-page .commerce-product-section--clean ul.products li.product,
      .commerce-product-section--clean ul.products li.product {
        flex-basis: 100%;
        width: 100% !important;
        max-width: 100%;
      }
    }

    .tasteae-commerce-single {
      padding: clamp(34px, 5vw, 68px) clamp(16px, 4vw, 58px) 104px;
      background: #ffffff;
    }

    .tasteae-commerce-single .woocommerce-message,
    .tasteae-commerce-single .woocommerce-info,
    .tasteae-commerce-single .woocommerce-error {
      max-width: 1280px;
      margin-bottom: 22px;
    }

    .tasteae-commerce-single .commerce-product-detail__hero {
      align-items: flex-start;
      gap: clamp(24px, 4vw, 58px);
      max-width: 1280px;
      padding: clamp(18px, 3vw, 44px) 0 clamp(28px, 5vw, 70px);
    }

    .tasteae-commerce-single .commerce-product-detail__media {
      flex: 1 1 58%;
      border-color: #e8e3dd;
      border-radius: 24px;
      background: #f8f7f5;
      background-image: none;
      box-shadow: 0 18px 44px rgba(24, 24, 24, 0.07);
    }

    .tasteae-commerce-single .commerce-product-detail__figure {
      min-height: clamp(430px, 46vw, 680px);
      padding: clamp(18px, 3vw, 42px);
    }

    .tasteae-commerce-single .commerce-product-detail__media img,
    .tasteae-commerce-single .commerce-product-detail__image {
      max-width: 840px;
      max-height: 680px;
    }

    .tasteae-commerce-single .commerce-product-detail__summary {
      flex: 1 1 360px;
      gap: 14px;
      padding-top: 0;
    }

    .tasteae-commerce-single .commerce-product-detail__copy {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .tasteae-commerce-single .commerce-product-detail__summary h1 {
      max-width: 100%;
      margin: 0;
      color: var(--commerce-ink);
      font-size: clamp(1.9rem, 3.4vw, 3.8rem);
      line-height: 1.12;
      text-wrap: balance;
      word-break: normal;
      overflow-wrap: break-word;
    }

    .tasteae-commerce-single .commerce-product-detail__excerpt,
    .tasteae-commerce-single .commerce-product-detail__excerpt p {
      max-width: 42rem;
      margin: 0;
      color: var(--commerce-muted);
      font-size: clamp(0.98rem, 1.05vw, 1.08rem);
      line-height: 1.76;
    }

    .commerce-product-buybox {
      display: flex;
      flex-direction: column;
      gap: 16px;
      padding: clamp(18px, 2.4vw, 26px);
      border: 1px solid #e8e3dd;
      border-radius: 22px;
      background: #ffffff;
      box-shadow: 0 18px 44px rgba(24, 24, 24, 0.08);
    }

    .commerce-product-buybox__top {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: flex-end;
      justify-content: space-between;
      padding-bottom: 14px;
      border-bottom: 1px solid #eee8e2;
    }

    .commerce-product-buybox__top div:first-child {
      display: flex;
      flex: 1 1 180px;
      flex-direction: column;
      gap: 5px;
    }

    .commerce-product-buybox__top span {
      color: var(--commerce-accent);
      font-size: 0.74rem;
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .commerce-product-buybox__top strong {
      color: var(--commerce-ink);
      font-size: 1rem;
      font-weight: 900;
      line-height: 1.3;
    }

    .commerce-product-buybox__short-description {
      margin: -2px 0 0;
      padding-bottom: 14px;
      border-bottom: 1px solid #eee8e2;
      color: var(--commerce-muted);
      font-size: 0.9rem;
      font-weight: 700;
      line-height: 1.65;
    }

    .commerce-product-buybox__short-description > :first-child {
      margin-top: 0;
    }

    .commerce-product-buybox__short-description > :last-child {
      margin-bottom: 0;
    }

    .commerce-product-buybox .commerce-product-detail__price {
      flex: 0 0 auto;
      padding: 0;
      border: 0;
      color: var(--commerce-ink);
      font-size: 1.35rem;
      font-weight: 900;
      text-align: right;
    }

    .commerce-product-buybox .price {
      color: inherit;
      font-weight: 900;
    }

    .commerce-product-buybox .price del {
      color: #a89f97;
      font-size: 0.9rem;
      opacity: 1;
    }

    .commerce-product-buybox .price ins {
      color: var(--commerce-accent);
      text-decoration: none;
    }

    .tasteae-commerce-single .commerce-product-detail__badges,
    .tasteae-commerce-single .commerce-product-detail__profile,
    .tasteae-commerce-single .commerce-product-detail__assurance {
      gap: 7px;
    }

    .tasteae-commerce-single .commerce-product-detail__badges span,
    .tasteae-commerce-single .commerce-product-detail__profile span,
    .tasteae-commerce-single .commerce-product-detail__assurance span {
      border-color: #eee8e2;
      background: #f8f7f5;
      box-shadow: none;
    }

    .tasteae-commerce-single .commerce-product-detail__badges span {
      color: var(--commerce-accent);
    }

    .tasteae-commerce-single .commerce-product-detail__purchase {
      padding-top: 2px;
    }

    .tasteae-product-add-feedback {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-top: 2px;
      padding-top: 12px;
      border-top: 1px solid #eee8e2;
      color: var(--commerce-muted);
      font-size: 0.9rem;
      font-weight: 700;
      line-height: 1.5;
    }

    .tasteae-product-add-feedback__icon {
      display: inline-flex;
      flex: 0 0 22px;
      width: 22px;
      height: 22px;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: #ffffff;
      background: #8aa923;
      font-size: 0.78rem;
      font-weight: 900;
      line-height: 1;
    }

    .tasteae-product-add-feedback__body {
      display: flex;
      flex: 1 1 auto;
      flex-wrap: wrap;
      align-items: baseline;
      justify-content: space-between;
      gap: 4px 12px;
      min-width: 0;
    }

    .tasteae-product-add-feedback__message {
      flex: 1 1 180px;
      margin: 0;
      color: var(--commerce-ink);
    }

    .tasteae-product-add-feedback__link {
      flex: 0 0 auto;
      color: var(--commerce-dark);
      font-size: 0.85rem;
      font-weight: 900;
      text-decoration: underline;
      text-decoration-color: rgba(36, 22, 15, 0.3);
      text-underline-offset: 3px;
    }

    .tasteae-product-add-feedback__link:hover,
    .tasteae-product-add-feedback__link:focus-visible {
      color: var(--commerce-accent);
    }

    .tasteae-commerce-single .commerce-product-detail__purchase form.cart {
      align-items: stretch;
      gap: 10px;
    }

    .tasteae-commerce-single .commerce-product-detail__purchase .woocommerce-variation-add-to-cart {
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
      gap: 14px;
      margin: 0;
    }

    .tasteae-commerce-single .commerce-product-detail__purchase .quantity {
      display: flex;
      flex: 0 0 120px;
    }

    .tasteae-commerce-single .woocommerce .quantity .qty,
    .tasteae-commerce-single .quantity .qty {
      width: 100%;
      min-height: 52px;
      border-radius: 14px;
      background: #f8f7f5;
    }

    .tasteae-commerce-single .commerce-product-detail__purchase .single_add_to_cart_button {
      flex: 1 1 210px;
      min-height: 52px;
      border-radius: 14px;
      font-size: 0.98rem;
    }

    .tasteae-commerce-single .commerce-product-detail__purchase table.variations {
      display: block;
      width: 100%;
      margin: 0;
    }

    .tasteae-commerce-single .commerce-product-detail__purchase table.variations tbody,
    .tasteae-commerce-single .commerce-product-detail__purchase table.variations tr,
    .tasteae-commerce-single .commerce-product-detail__purchase table.variations th,
    .tasteae-commerce-single .commerce-product-detail__purchase table.variations td {
      display: block;
      width: 100%;
      padding: 0;
    }

    .tasteae-commerce-single .commerce-product-detail__purchase table.variations tr {
      margin-bottom: 10px;
    }

    .tasteae-commerce-single .commerce-product-detail__purchase table.variations label {
      display: block;
      margin-bottom: 6px;
      color: var(--commerce-ink);
      font-weight: 900;
      text-align: left;
    }

    .tasteae-commerce-single .commerce-product-detail__purchase table.variations select {
      width: 100%;
      min-height: 46px;
      border: 1px solid #e8e3dd;
      border-radius: 14px;
      background: #f8f7f5;
      color: var(--commerce-ink);
      font-weight: 800;
    }

    .tasteae-commerce-single .commerce-product-detail__assurance {
      padding-top: 2px;
    }

    .tasteae-commerce-single .commerce-product-detail__profile,
    .tasteae-commerce-single .commerce-product-detail__specs,
    .tasteae-commerce-single .commerce-product-detail__note {
      border-radius: 18px;
      background: #ffffff;
      box-shadow: none;
    }

    .tasteae-commerce-single .commerce-product-detail__specs {
      gap: 8px;
    }

    .tasteae-commerce-single .commerce-product-detail__specs div {
      flex: 1 1 150px;
      border-color: #eee8e2;
      background: #f8f7f5;
    }

    .tasteae-commerce-single .commerce-product-detail__note {
      border-color: #eee8e2;
      background: #f8f7f5;
    }

    .commerce-product-description {
      display: flex;
      flex-direction: column;
      gap: 10px;
      max-width: 1280px;
      margin: 0 auto clamp(22px, 5vw, 58px);
      padding: clamp(22px, 4vw, 42px);
      border: 1px solid #e8e3dd;
      border-radius: 24px;
      background: #ffffff;
      box-shadow: 0 14px 36px rgba(24, 24, 24, 0.06);
    }

    .commerce-product-description__head {
      display: flex;
      width: 100%;
      flex: 0 1 auto;
      flex-direction: column;
      gap: 0;
    }

    .commerce-product-description__head h2 {
      margin: 0;
      color: var(--commerce-muted);
      font-family: inherit;
      font-size: clamp(0.95rem, 1vw, 1.1rem);
      font-weight: 900;
      letter-spacing: 0.04em;
      line-height: 1.4;
    }

    .commerce-product-description__body {
      width: 100%;
      flex: 0 1 auto;
      min-width: 0;
      max-width: 72ch;
      margin-inline: auto;
      color: var(--commerce-muted);
      font-size: 1rem;
      font-weight: 650;
      line-height: 1.85;
      text-align: center;
    }

    .commerce-product-description__body > :first-child {
      margin-top: 0;
    }

    .commerce-product-description__body > :last-child {
      margin-bottom: 0;
    }

    .commerce-product-description__body img{display:block;max-width:100%;height:auto;margin-inline:auto}

    .tasteae-commerce-single .commerce-product-description {
      border-color: #e8e3dd;
      background: #faf9f7;
    }
    .commerce-noodle-story {
      display: flex;
      flex-direction: column;
      gap: clamp(22px, 4vw, 42px);
      max-width: 1280px;
      margin: 0 auto clamp(22px, 5vw, 58px);
      scroll-margin-top: 120px;
      padding: clamp(18px, 3.2vw, 38px);
      border: 1px solid #e8e3dd;
      border-radius: 28px;
      background:
        linear-gradient(90deg, rgba(33, 23, 15, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(33, 23, 15, 0.03) 1px, transparent 1px),
        #fffaf1;
      background-size: 78px 78px, 78px 78px, auto;
      box-shadow: 0 20px 54px rgba(24, 24, 24, 0.06);
    }

    .commerce-noodle-story__intro,
    .commerce-noodle-story__bottom {
      display: flex;
      flex-wrap: wrap;
      gap: clamp(18px, 3vw, 32px);
      align-items: stretch;
    }

    .commerce-noodle-story__copy,
    .commerce-noodle-story__benefits,
    .commerce-noodle-story__textures {
      display: flex;
      flex: 1 1 410px;
      flex-direction: column;
      gap: 16px;
      min-width: 0;
    }

    .commerce-noodle-story__copy {
      justify-content: center;
      padding: clamp(4px, 1vw, 14px) 0;
    }

    .commerce-noodle-story__copy h2,
    .commerce-noodle-story__section-head h3 {
      margin: 0;
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", serif;
      font-weight: 900;
      letter-spacing: 0;
      word-break: keep-all;
      overflow-wrap: normal;
    }

    .commerce-noodle-story__copy h2 {
      max-width: 9.5em;
      font-size: clamp(2.45rem, 4.8vw, 5.5rem);
      line-height: 1.02;
    }

    .commerce-noodle-story__copy h2 .tasteae-copy-phrase,
    .commerce-noodle-story__section-head h3 .tasteae-copy-phrase {
      display: block;
    }

    .commerce-noodle-story__copy p:not(.section-kicker) {
      max-width: 41rem;
      margin: 0;
      color: var(--commerce-muted);
      font-size: clamp(0.98rem, 1.06vw, 1.1rem);
      font-weight: 760;
      line-height: 1.82;
    }

    .commerce-noodle-story__stats {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 6px;
    }

    .commerce-noodle-story__stats article {
      display: flex;
      flex: 1 1 132px;
      min-width: 118px;
      min-height: 108px;
      flex-direction: column;
      justify-content: center;
      gap: 4px;
      padding: 14px;
      border: 1px solid rgba(33, 23, 15, 0.12);
      border-radius: 18px;
      color: #fffaf1;
      background: var(--commerce-dark);
    }

    .commerce-noodle-story__stats strong {
      font-family: "Noto Serif TC", serif;
      font-size: clamp(2.1rem, 3.2vw, 3.7rem);
      font-weight: 900;
      line-height: 0.95;
    }

    .commerce-noodle-story__stats span {
      font-size: 0.82rem;
      font-weight: 900;
      line-height: 1.25;
    }

    .commerce-noodle-story__plate {
      position: relative;
      display: flex;
      flex: 1 1 360px;
      min-height: clamp(280px, 34vw, 460px);
      align-items: center;
      justify-content: center;
      margin: 0;
      overflow: hidden;
      border: 1px solid rgba(33, 23, 15, 0.12);
      border-radius: 24px;
      background: radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.9), rgba(246, 239, 228, 0.74) 62%, rgba(232, 221, 204, 0.84));
    }

    .commerce-noodle-story__plate img {
      display: block;
      width: min(92%, 520px);
      height: auto;
      max-height: 420px;
      object-fit: contain;
      filter: drop-shadow(0 24px 40px rgba(33, 23, 15, 0.16));
    }

    .commerce-noodle-story__plate figcaption {
      position: absolute;
      right: 14px;
      bottom: 14px;
      left: 14px;
      display: flex;
      justify-content: center;
      min-height: 38px;
      align-items: center;
      padding: 0 14px;
      border: 1px solid rgba(255, 255, 255, 0.72);
      border-radius: 999px;
      color: var(--commerce-ink);
      background: rgba(255, 250, 241, 0.82);
      font-size: 0.8rem;
      font-weight: 900;
      line-height: 1;
      box-shadow: 0 14px 34px rgba(33, 23, 15, 0.10);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }

    .commerce-noodle-calorie {
      display: flex;
      flex-direction: column;
      gap: 18px;
      padding: clamp(18px, 3vw, 30px);
      border: 1px solid rgba(177, 151, 105, 0.42);
      border-radius: 26px;
      background:
        linear-gradient(90deg, rgba(177, 151, 105, 0.12) 1px, transparent 1px),
        linear-gradient(180deg, rgba(177, 151, 105, 0.10) 1px, transparent 1px),
        rgba(255, 253, 246, 0.82);
      background-size: 42px 42px, 42px 42px, auto;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    }

    .commerce-noodle-calorie__head {
      max-width: 820px;
    }

    .commerce-noodle-calorie__head p:not(.section-kicker) {
      margin: 0;
      color: var(--commerce-muted);
      font-size: clamp(0.95rem, 1vw, 1.05rem);
      font-weight: 760;
      line-height: 1.78;
    }

    .commerce-noodle-calorie__board {
      display: flex;
      gap: 18px;
      align-items: stretch;
    }

    .commerce-noodle-calorie__list {
      display: flex;
      flex: 1 1 760px;
      flex-wrap: wrap;
      gap: clamp(12px, 1.5vw, 18px);
      align-content: flex-start;
      min-width: 0;
    }

    .commerce-noodle-calorie__item {
      display: flex;
      flex: 1 1 130px;
      min-width: 120px;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      gap: 7px;
      text-align: center;
    }

    .commerce-noodle-calorie__item img {
      display: block;
      width: clamp(92px, 9vw, 128px);
      aspect-ratio: 1;
      overflow: hidden;
      border: 4px solid rgba(255, 250, 241, 0.9);
      border-radius: 50%;
      object-fit: cover;
      box-shadow: 0 12px 26px rgba(33, 23, 15, 0.12);
    }

    .commerce-noodle-calorie__item strong {
      color: #ee7200;
      font-family: "Noto Serif TC", serif;
      font-size: clamp(1.6rem, 2.8vw, 3rem);
      font-weight: 900;
      line-height: 0.9;
      letter-spacing: 0;
    }

    .commerce-noodle-calorie__item span {
      color: rgba(33, 23, 15, 0.72);
      font-size: 0.88rem;
      font-weight: 900;
      line-height: 1;
      text-transform: uppercase;
    }

    .commerce-noodle-calorie__winner {
      position: relative;
      display: flex;
      flex: 0 1 280px;
      flex-direction: column;
      justify-content: center;
      gap: 10px;
      min-height: 280px;
      overflow: hidden;
      padding: clamp(18px, 2.5vw, 28px);
      border: 1px solid rgba(33, 23, 15, 0.14);
      border-radius: 24px;
      color: var(--commerce-ink);
      background:
        radial-gradient(circle at 86% 12%, rgba(255, 205, 57, 0.36), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 246, 227, 0.94));
      box-shadow: 0 18px 40px rgba(33, 23, 15, 0.12);
    }

    .commerce-noodle-calorie__winner span {
      width: fit-content;
      padding: 7px 14px;
      border-radius: 999px;
      background: rgba(33, 23, 15, 0.08);
      color: rgba(33, 23, 15, 0.72);
      font-size: 0.82rem;
      font-weight: 900;
      line-height: 1;
    }

    .commerce-noodle-calorie__winner strong {
      max-width: 8em;
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", serif;
      font-size: clamp(1.75rem, 3vw, 3rem);
      font-weight: 900;
      line-height: 1.05;
      letter-spacing: 0;
      word-break: keep-all;
      overflow-wrap: normal;
    }

    .commerce-noodle-calorie__winner p {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      align-items: baseline;
      margin: 0;
      color: rgba(33, 23, 15, 0.74);
      font-size: clamp(1rem, 1.4vw, 1.2rem);
      font-weight: 900;
      line-height: 1.1;
    }

    .commerce-noodle-calorie__winner b {
      color: #ee7200;
      font-family: "Noto Serif TC", serif;
      font-size: clamp(3.7rem, 7vw, 6.4rem);
      font-weight: 900;
      line-height: 0.82;
    }

    .commerce-noodle-calorie__winner em {
      position: absolute;
      right: 18px;
      bottom: 18px;
      display: flex;
      width: 72px;
      height: 72px;
      align-items: center;
      justify-content: center;
      border: 4px solid rgba(255, 255, 255, 0.78);
      border-radius: 50%;
      color: #fff;
      background: #f1b820;
      font-family: "Noto Serif TC", serif;
      font-size: 2.2rem;
      font-style: normal;
      font-weight: 900;
      line-height: 1;
      box-shadow: 0 12px 24px rgba(33, 23, 15, 0.16);
    }

    .commerce-noodle-calorie__note {
      margin: 0;
      color: rgba(33, 23, 15, 0.52);
      font-size: 0.78rem;
      font-weight: 760;
      line-height: 1.6;
    }

    .commerce-noodle-story__pure-gallery {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .commerce-noodle-story__pure-list {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .commerce-noodle-story__pure-card {
      display: flex;
      flex: 1 1 300px;
      min-width: min(100%, 280px);
      flex-direction: column;
      overflow: hidden;
      border: 1px solid rgba(33, 23, 15, 0.12);
      border-radius: 22px;
      background: #ffffff;
      box-shadow: 0 14px 36px rgba(24, 24, 24, 0.06);
    }

    .commerce-noodle-story__pure-card img {
      display: block;
      width: 100%;
      aspect-ratio: 1.18 / 1;
      object-fit: cover;
      object-position: center;
      background: #f5f1ea;
    }

    .commerce-noodle-story__pure-card div {
      display: flex;
      flex: 1 1 auto;
      flex-direction: column;
      gap: 8px;
      padding: 16px;
    }

    .commerce-noodle-story__scenes {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .commerce-noodle-story__section-head {
      display: flex;
      flex-direction: column;
      gap: 8px;
      max-width: 720px;
    }

    .commerce-noodle-story__section-head h3 {
      font-size: clamp(1.85rem, 3.1vw, 3.45rem);
      line-height: 1.06;
    }

    .commerce-noodle-story__scene-list {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .commerce-noodle-story__scene {
      display: flex;
      flex: 1 1 260px;
      min-width: min(100%, 250px);
      min-height: 310px;
      flex-direction: column;
      overflow: hidden;
      border: 1px solid rgba(33, 23, 15, 0.12);
      border-radius: 20px;
      background: #ffffff;
      box-shadow: 0 14px 36px rgba(24, 24, 24, 0.06);
    }

    .commerce-noodle-story__scene img {
      display: block;
      width: 100%;
      aspect-ratio: 1.25 / 1;
      object-fit: cover;
    }

    .commerce-noodle-story__scene div {
      display: flex;
      flex: 1 1 auto;
      flex-direction: column;
      gap: 8px;
      padding: 16px;
    }

    .commerce-noodle-story__pure-card span,
    .commerce-noodle-story__scene span,
    .commerce-noodle-story__texture-list span {
      color: var(--commerce-accent);
      font-size: 0.76rem;
      font-weight: 900;
      letter-spacing: 0.08em;
      line-height: 1;
      text-transform: uppercase;
    }

    .commerce-noodle-story__pure-card h4,
    .commerce-noodle-story__scene h4,
    .commerce-noodle-story__benefit-list strong,
    .commerce-noodle-story__texture-list strong {
      margin: 0;
      color: var(--commerce-ink);
      font-family: "Noto Serif TC", serif;
      font-size: 1.32rem;
      font-weight: 900;
      line-height: 1.16;
      letter-spacing: 0;
      word-break: keep-all;
      overflow-wrap: normal;
    }

    .commerce-noodle-story__pure-card p,
    .commerce-noodle-story__scene p,
    .commerce-noodle-story__benefit-list p,
    .commerce-noodle-story__texture-list p {
      margin: 0;
      color: var(--commerce-muted);
      font-size: 0.94rem;
      font-weight: 760;
      line-height: 1.66;
    }

    .commerce-noodle-story__pure-card small {
      display: block;
      margin-top: auto;
      color: rgba(33, 23, 15, 0.66);
      font-size: 0.82rem;
      font-weight: 900;
      line-height: 1.45;
    }

    .commerce-noodle-story__benefits,
    .commerce-noodle-story__textures {
      padding: clamp(18px, 2.6vw, 28px);
      border: 1px solid rgba(33, 23, 15, 0.12);
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.74);
    }

    .commerce-noodle-story__benefit-list,
    .commerce-noodle-story__texture-list {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .commerce-noodle-story__benefit-list article,
    .commerce-noodle-story__texture-list article {
      display: flex;
      flex-direction: column;
      gap: 6px;
      padding: 14px 0;
      border-top: 1px solid rgba(33, 23, 15, 0.10);
    }

    .commerce-noodle-story__benefit-list article:first-child,
    .commerce-noodle-story__texture-list article:first-child {
      border-top: 0;
    }

    .tasteae-commerce-single .commerce-product-profile,
    .tasteae-commerce-single .commerce-product-proof,
    .tasteae-commerce-single .tasteae-recommendation {
      max-width: 1280px;
    }

    .tasteae-commerce-single .commerce-product-profile {
      margin-bottom: clamp(22px, 5vw, 58px);
    }

    .tasteae-commerce-single .commerce-product-profile article,
    .tasteae-commerce-single .commerce-product-proof article,
    .tasteae-commerce-single .tasteae-recommendation {
      border-color: #e8e3dd;
      border-radius: 22px;
      background: #ffffff;
      box-shadow: 0 14px 36px rgba(24, 24, 24, 0.06);
    }

    .tasteae-commerce-single .commerce-product-proof article {
      min-height: 230px;
    }

    .tasteae-commerce-single .commerce-product-extra {
      max-width: 1280px;
      padding-top: 0;
    }

    .commerce-product-sticky-cta {
      position: fixed;
      right: 12px;
      bottom: 12px;
      left: 12px;
      z-index: 90;
      display: none;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 10px;
      border: 1px solid #e8e3dd;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.94);
      box-shadow: 0 18px 48px rgba(24, 24, 24, 0.16);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }

    .commerce-product-sticky-cta div {
      display: flex;
      flex-direction: column;
      gap: 2px;
      min-width: 0;
    }

    .commerce-product-sticky-cta span {
      color: var(--commerce-muted);
      font-size: 0.72rem;
      font-weight: 900;
      line-height: 1;
    }

    .commerce-product-sticky-cta strong {
      color: var(--commerce-ink);
      font-weight: 900;
      line-height: 1.2;
    }

    .commerce-product-sticky-cta a {
      display: inline-flex;
      flex: 0 0 auto;
      min-height: 44px;
      align-items: center;
      justify-content: center;
      padding: 0 18px;
      border-radius: 999px;
      color: #ffffff;
      background: var(--commerce-dark);
      font-size: 0.9rem;
      font-weight: 900;
      text-decoration: none;
    }

    @media (min-width: 981px) {
      .tasteae-commerce-single .commerce-product-detail__summary {
        position: sticky;
        top: calc(var(--wp-admin--admin-bar--height, 0px) + 96px);
      }
    }

    @media (max-width: 980px) {
      .tasteae-commerce-single .commerce-product-detail__hero {
        flex-direction: column;
      }

      .tasteae-commerce-single .commerce-product-detail__media,
      .tasteae-commerce-single .commerce-product-detail__summary {
        width: 100%;
        max-width: 100%;
      }

      .tasteae-commerce-single .commerce-product-detail__summary {
        position: static;
      }

      .commerce-noodle-story__copy h2 {
        max-width: 100%;
      }
    }

    @media (max-width: 760px) {
      .tasteae-commerce-single {
        padding: 14px 14px 104px;
      }

      .tasteae-commerce-single .commerce-product-detail__hero {
        gap: 18px;
        padding-top: 0;
      }

      .tasteae-commerce-single .commerce-product-detail__media {
        margin: 0;
        border: 1px solid #e8e3dd;
        border-radius: 18px;
      }

      .tasteae-commerce-single .commerce-product-detail__figure {
        min-height: min(78vw, 390px);
        padding: 14px;
      }

      .tasteae-commerce-single .commerce-product-detail__thumbs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0 14px 14px;
        -webkit-overflow-scrolling: touch;
      }

      .tasteae-commerce-single .commerce-product-detail__thumb {
        flex: 0 0 64px;
        width: 64px;
        height: 64px;
      }

      .tasteae-commerce-single .commerce-product-detail__summary h1 {
        font-size: clamp(1.8rem, 7vw, 2.75rem);
        line-height: 1.18;
      }

      .commerce-product-buybox {
        gap: 12px;
        padding: 14px;
        border-radius: 16px;
      }

      .commerce-product-buybox .commerce-product-detail__price {
        width: 100%;
        text-align: left;
      }

      .tasteae-commerce-single .commerce-product-buybox__top {
        align-items: flex-start;
        gap: 8px;
        flex-direction: column;
      }

      .tasteae-commerce-single .commerce-product-buybox__top > div {
        width: 100%;
        flex: 0 0 auto;
      }

      .tasteae-commerce-single .commerce-product-detail__purchase form.cart {
        flex-direction: row;
        gap: 14px;
      }

      .tasteae-commerce-single .commerce-product-detail__purchase .quantity {
        flex: 0 0 88px;
      }

      .tasteae-commerce-single .commerce-product-detail__purchase .single_add_to_cart_button {
        flex: 1 1 160px;
        width: auto;
      }

      .commerce-noodle-story {
        gap: 20px;
        padding: 16px;
        border-radius: 20px;
      }

      .commerce-noodle-story__intro,
      .commerce-noodle-story__bottom {
        flex-direction: column;
      }

      .commerce-noodle-story__copy,
      .commerce-noodle-story__benefits,
      .commerce-noodle-story__textures,
      .commerce-noodle-story__plate {
        flex-basis: auto;
      }

      .commerce-noodle-story__copy h2 {
        font-size: clamp(2.1rem, 9.8vw, 3rem);
      }

      .commerce-noodle-story__copy p:not(.section-kicker) {
        font-size: 0.95rem;
        line-height: 1.72;
      }

      .commerce-noodle-story__stats article {
        min-height: 88px;
      }

      .commerce-noodle-story__plate {
        min-height: 250px;
        border-radius: 18px;
      }

      .commerce-noodle-story__plate img {
        width: min(88%, 390px);
        max-height: 280px;
      }

      .commerce-noodle-story__section-head h3 {
        font-size: clamp(1.65rem, 7.8vw, 2.35rem);
      }

      .commerce-noodle-calorie {
        padding: 16px;
        border-radius: 20px;
      }

      .commerce-noodle-calorie__head p:not(.section-kicker) {
        font-size: 0.94rem;
        line-height: 1.7;
      }

      .commerce-noodle-calorie__board {
        flex-direction: column;
        gap: 14px;
      }

      .commerce-noodle-calorie__list {
        flex: 0 0 auto;
        flex-wrap: nowrap;
        margin: 0 -16px;
        padding: 0 16px 6px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
      }

      .commerce-noodle-calorie__item {
        flex: 0 0 34%;
        min-width: 112px;
        scroll-snap-align: start;
      }

      .commerce-noodle-calorie__item img {
        width: 94px;
      }

      .commerce-noodle-calorie__item strong {
        font-size: 1.7rem;
      }

      .commerce-noodle-calorie__winner {
        flex-basis: auto;
        min-height: 0;
        padding: 18px;
        border-radius: 18px;
      }

      .commerce-noodle-calorie__winner strong {
        max-width: 10em;
        font-size: 1.65rem;
      }

      .commerce-noodle-calorie__winner b {
        font-size: 4.2rem;
      }

      .commerce-noodle-calorie__winner em {
        right: 14px;
        bottom: 14px;
        width: 58px;
        height: 58px;
        font-size: 1.78rem;
      }

      .commerce-noodle-story__pure-list {
        flex-wrap: nowrap;
        margin: 0 -16px;
        padding: 0 16px 4px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
      }

      .commerce-noodle-story__pure-card {
        flex: 0 0 78%;
        min-width: 0;
        border-radius: 18px;
        scroll-snap-align: start;
      }

      .commerce-noodle-story__pure-card img {
        aspect-ratio: 1.08 / 1;
      }

      .commerce-noodle-story__scene-list {
        flex-wrap: nowrap;
        margin: 0 -16px;
        padding: 0 16px 4px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
      }

      .commerce-noodle-story__scene {
        flex: 0 0 82%;
        min-width: 0;
        min-height: 285px;
        scroll-snap-align: start;
      }

      .commerce-noodle-story__pure-card h4,
      .commerce-noodle-story__scene h4,
      .commerce-noodle-story__benefit-list strong,
      .commerce-noodle-story__texture-list strong {
        font-size: 1.18rem;
      }

      .commerce-noodle-story__benefits,
      .commerce-noodle-story__textures {
        padding: 16px;
        border-radius: 18px;
      }

      .commerce-product-sticky-cta {
        display: flex;
      }
    }

.commerce-breadcrumbs {
	max-width: 1180px;
	margin: 0 auto;
	padding: 18px 24px 0;
}

.commerce-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .82rem;
}

.commerce-breadcrumbs li + li::before {
	content: '/';
	margin-inline-end: 8px;
	opacity: .5;
}

.commerce-breadcrumbs a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tasteae-commerce-context :focus-visible,
.tasteae-checkout-context :focus-visible {
	outline: 3px solid #1f6f54;
	outline-offset: 3px;
}

.tasteae-commerce-context [hidden],
.tasteae-checkout-context [hidden] {
	display: none !important;
}

.tasteae-cart-drawer[aria-hidden="true"] {
	visibility: hidden;
}

.tasteae-cart-drawer[aria-hidden="false"] {
	visibility: visible;
}

.commerce-product-sticky-cta[hidden] {
	display: none;
}

.commerce-product-sticky-cta a,
.commerce-product-sticky-cta button,
.tasteae-product-cta,
.gir-button {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.commerce-error-summary {
	border: 2px solid #a61b1b;
	padding: 16px;
	margin: 0 0 24px;
}

.commerce-error-summary a {
	text-decoration: underline;
}

.tasteae-cart-drawer__feedback {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 16px;
	background: #f3eee7;
}

.tasteae-cart-drawer__feedback button {
	border: 0;
	background: transparent;
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.tasteae-contact-form__notice[role="status"],
.tasteae-contact-form__notice[role="alert"] {
	margin-block: 16px;
}

.tasteae-contact-form__service-info {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-block: 0 16px;
	font-size: .9rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-content ul {
	padding-inline-start: 1.25rem;
}

.woocommerce-account .woocommerce-orders-table__row {
	border-block-end: 1px solid rgba(31, 111, 84, .2);
}

@media (prefers-reduced-motion: reduce) {
	.tasteae-commerce-context *,
	.tasteae-checkout-context * {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
	}
}

.tasteae-commerce-context {
	--tasteae-commerce-primary: #9b3c2b;
	--tasteae-commerce-primary-hover: #762d22;
	--tasteae-commerce-ink: #24160f;
	--tasteae-commerce-muted: #6c625a;
	--tasteae-commerce-paper: #fffdf8;
	--tasteae-commerce-line: #e2d9d0;
	--tasteae-commerce-success: #3f7657;
	--tasteae-commerce-warning: #8a5d16;
	--tasteae-commerce-error: #a21f2b;
	--tasteae-commerce-focus: #1f6f54;
	--commerce-ink: var(--tasteae-commerce-ink);
	--commerce-muted: var(--tasteae-commerce-muted);
	--commerce-line: var(--tasteae-commerce-line);
	--commerce-accent: var(--tasteae-commerce-primary);
	--commerce-dark: var(--tasteae-commerce-ink);
	--woocommerce: var(--tasteae-commerce-primary);
	--wc-red: var(--tasteae-commerce-error);
	--wc-blue: var(--tasteae-commerce-focus);
	--wc-green: var(--tasteae-commerce-success);
	--wc-form-border-color: var(--tasteae-commerce-line);
	color: var(--tasteae-commerce-ink);
}

.tasteae-commerce-context .woocommerce-info,
.tasteae-commerce-context .woocommerce-error,
.tasteae-commerce-context .woocommerce-message {
	display: flex;
	max-width: none;
	min-height: 0;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid var(--tasteae-commerce-line);
	border-inline-start: 3px solid var(--tasteae-commerce-primary);
	border-radius: 14px;
	color: var(--tasteae-commerce-ink);
	background: var(--tasteae-commerce-paper);
	box-shadow: none;
	font-size: .92rem;
	font-weight: 800;
	line-height: 1.55;
}

.tasteae-commerce-context .woocommerce-error {
	border-inline-start-color: var(--tasteae-commerce-error);
}

.tasteae-commerce-context .woocommerce-message {
	border-inline-start-color: var(--tasteae-commerce-success);
}

.tasteae-commerce-context .woocommerce-info::before,
.tasteae-commerce-context .woocommerce-error::before,
.tasteae-commerce-context .woocommerce-message::before {
	display: none !important;
	content: none !important;
}

.tasteae-commerce-context .woocommerce-info a,
.tasteae-commerce-context .woocommerce-error a,
.tasteae-commerce-context .woocommerce-message a {
	color: inherit;
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tasteae-commerce-context .woocommerce a.button,
.tasteae-commerce-context .woocommerce button.button,
.tasteae-commerce-context .woocommerce input.button,
.tasteae-commerce-context .woocommerce .button.alt,
.tasteae-commerce-context .wc-block-components-button:not(.is-link) {
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid var(--tasteae-commerce-ink);
	border-radius: 999px;
	color: #fffaf0;
	background: var(--tasteae-commerce-ink);
	box-shadow: none;
	font: inherit;
	font-size: .9rem;
	font-weight: 900;
	line-height: 1.15;
	text-decoration: none;
}

.tasteae-commerce-context .woocommerce a.button:hover,
.tasteae-commerce-context .woocommerce a.button:focus-visible,
.tasteae-commerce-context .woocommerce button.button:hover,
.tasteae-commerce-context .woocommerce button.button:focus-visible,
.tasteae-commerce-context .woocommerce input.button:hover,
.tasteae-commerce-context .woocommerce input.button:focus-visible,
.tasteae-commerce-context .woocommerce .button.alt:hover,
.tasteae-commerce-context .woocommerce .button.alt:focus-visible,
.tasteae-commerce-context .wc-block-components-button:not(.is-link):hover,
.tasteae-commerce-context .wc-block-components-button:not(.is-link):focus-visible {
	border-color: var(--tasteae-commerce-primary-hover);
	color: #fffaf0;
	background: var(--tasteae-commerce-primary-hover);
	box-shadow: none;
}

.tasteae-commerce-context .woocommerce a.button:focus-visible,
.tasteae-commerce-context .woocommerce button.button:focus-visible,
.tasteae-commerce-context .woocommerce input.button:focus-visible,
.tasteae-commerce-context .woocommerce .button.alt:focus-visible {
	outline: 3px solid var(--tasteae-commerce-focus);
	outline-offset: 3px;
}

.tasteae-commerce-context .woocommerce form .form-row input.input-text,
.tasteae-commerce-context .woocommerce form .form-row textarea,
.tasteae-commerce-context .woocommerce form .form-row select,
.tasteae-commerce-context .woocommerce form .input-text,
.tasteae-commerce-context .select2-container .select2-selection--single {
	min-height: 48px;
	border: 1px solid var(--tasteae-commerce-line);
	border-radius: 12px;
	color: var(--tasteae-commerce-ink);
	background: var(--tasteae-commerce-paper);
	box-shadow: none;
	font: inherit;
}

.tasteae-commerce-context .woocommerce form .form-row input.input-text,
.tasteae-commerce-context .woocommerce form .form-row textarea,
.tasteae-commerce-context .woocommerce form .form-row select {
	padding: 0 14px;
}

.tasteae-commerce-context .woocommerce form .form-row textarea {
	min-height: 120px;
	padding-top: 12px;
}

.tasteae-commerce-context .woocommerce form .form-row input.input-text:focus,
.tasteae-commerce-context .woocommerce form .form-row textarea:focus,
.tasteae-commerce-context .woocommerce form .form-row select:focus,
.tasteae-commerce-context .woocommerce form .input-text:focus,
.tasteae-commerce-context .select2-container--focus .select2-selection--single {
	border-color: var(--tasteae-commerce-focus);
	box-shadow: 0 0 0 3px rgba(31, 111, 84, .14);
	outline: 0;
}

.tasteae-commerce-context .select2-container .select2-selection--single {
	display: flex;
	align-items: center;
	height: 48px;
}

.tasteae-commerce-context .select2-container .select2-selection--single .select2-selection__rendered {
	padding-inline: 14px 36px;
	color: var(--tasteae-commerce-ink);
	font: inherit;
	font-weight: 800;
	line-height: 46px;
}

.tasteae-commerce-context .select2-container .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}

.woocommerce-cart .tasteae-commerce-page-hero {
	padding-top: clamp(14px, 2vw, 28px);
	padding-bottom: clamp(14px, 2vw, 24px);
}

.woocommerce-cart .tasteae-commerce-page-hero h1 {
	max-width: none;
	font-size: clamp(2.25rem, 3.8vw, 3.75rem);
	line-height: 1.05;
}

.woocommerce-cart .tasteae-cart-form table.shop_table {
	border-color: var(--tasteae-commerce-line);
	border-radius: 16px;
	background: #fff;
}

.woocommerce-cart .tasteae-cart-form th {
	color: var(--tasteae-commerce-muted);
	background: #f7f4ef;
}

.woocommerce-cart .tasteae-cart-form .remove {
	width: auto;
	min-width: 46px;
	border-radius: 999px;
	color: var(--tasteae-commerce-muted);
	font-size: 0;
	font-weight: 900;
	text-decoration: none;
}

.woocommerce-cart .tasteae-cart-form .remove::after {
	content: '移除';
	font-size: .78rem;
}

.woocommerce-cart .tasteae-cart-form .remove:hover,
.woocommerce-cart .tasteae-cart-form .remove:focus-visible {
	color: var(--tasteae-commerce-primary);
	background: rgba(155, 60, 43, .08);
	outline: 0;
}

.woocommerce-cart .tasteae-cart-form .quantity .qty {
	min-height: 46px;
	border-color: var(--tasteae-commerce-line);
	border-radius: 12px;
	background: var(--tasteae-commerce-paper);
}

.woocommerce-cart .tasteae-cart-form .tasteae-cart-actions-row {
	align-items: center;
	padding-top: 4px;
}

.woocommerce-cart .tasteae-cart-form .coupon .input-text {
	min-height: 46px;
	border-color: var(--tasteae-commerce-line);
	border-radius: 12px;
	background: var(--tasteae-commerce-paper);
}

.woocommerce-cart .tasteae-cart-form .tasteae-cart-action--coupon {
	border-color: var(--tasteae-commerce-line);
	color: var(--tasteae-commerce-ink);
	background: #fff;
}

.woocommerce-cart .tasteae-cart-form .tasteae-cart-action--coupon:hover,
.woocommerce-cart .tasteae-cart-form .tasteae-cart-action--coupon:focus-visible {
	border-color: var(--tasteae-commerce-primary);
	color: var(--tasteae-commerce-primary);
	background: rgba(155, 60, 43, .06);
}

.woocommerce-cart .tasteae-cart-form .tasteae-cart-action--update {
	border-color: var(--tasteae-commerce-ink);
	color: #fffaf0;
	background: var(--tasteae-commerce-ink);
}

.woocommerce-cart .tasteae-cart-form .tasteae-cart-action--update:disabled {
	border-color: var(--tasteae-commerce-line);
	color: var(--tasteae-commerce-muted) !important;
	background: #f1ece6;
}

.woocommerce-cart .cart-collaterals {
	justify-content: flex-end;
	margin-top: clamp(18px, 2.5vw, 32px);
}

.woocommerce-cart .cart-collaterals .cart_totals {
	position: sticky;
	top: 96px;
	padding: clamp(20px, 2.4vw, 28px);
	border-color: var(--tasteae-commerce-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(36, 22, 15, .06);
}

.woocommerce-cart .cart_totals h2 {
	margin-top: 0;
	font-size: clamp(1.45rem, 2vw, 2rem);
	line-height: 1.15;
}

.woocommerce-cart .cart_totals .checkout-button {
	background: var(--tasteae-commerce-primary) !important;
	border-color: var(--tasteae-commerce-primary) !important;
}

.woocommerce-cart .cart_totals .checkout-button:hover,
.woocommerce-cart .cart_totals .checkout-button:focus-visible {
	background: var(--tasteae-commerce-primary-hover) !important;
	border-color: var(--tasteae-commerce-primary-hover) !important;
}

.tasteae-commerce-single .commerce-product-detail__figure {
	position: relative;
	overflow: hidden;
}

.tasteae-commerce-single .commerce-product-detail__figure > .onsale {
	position: absolute;
	top: 18px;
	right: 18px;
	left: auto;
	inset: 18px 18px auto auto;
	z-index: 3;
	display: inline-flex;
	width: auto;
	min-width: 0;
	height: auto;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border-radius: 999px;
	color: #fffaf0;
	background: var(--tasteae-commerce-primary);
	font-size: .78rem;
	font-weight: 900;
	line-height: 1;
}

.tasteae-commerce-single .commerce-product-detail__badges .is-sale-alert {
	display: none;
}

.tasteae-commerce-context .tasteae-order-pay-recovery {
	display: flex;
	max-width: 620px;
	flex-direction: column;
	gap: 12px;
	margin: 28px auto 0;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid var(--tasteae-commerce-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(36, 22, 15, .06);
}

.tasteae-commerce-context .tasteae-order-pay-recovery h2,
.tasteae-commerce-context .tasteae-order-pay-recovery p {
	margin: 0;
}

.tasteae-commerce-context .tasteae-order-pay-recovery h2 {
	font-size: clamp(1.55rem, 3vw, 2.25rem);
	line-height: 1.15;
}

.tasteae-commerce-context .tasteae-order-pay-recovery p:not(.section-kicker) {
	color: var(--tasteae-commerce-muted);
	font-weight: 700;
	line-height: 1.7;
}

.tasteae-order-pay-recovery__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 4px;
}

.tasteae-order-pay-recovery__actions a {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border: 1px solid var(--tasteae-commerce-ink);
	border-radius: 999px;
	color: #fffaf0;
	background: var(--tasteae-commerce-ink);
	font-weight: 900;
	text-decoration: none;
}

.tasteae-order-pay-recovery__actions a + a {
	color: var(--tasteae-commerce-ink);
	background: #fff;
}

.tasteae-order-pay-recovery__actions a:hover,
.tasteae-order-pay-recovery__actions a:focus-visible {
	border-color: var(--tasteae-commerce-primary);
	color: #fffaf0;
	background: var(--tasteae-commerce-primary);
}

.tasteae-commerce-flow--order-pay .woocommerce-error {
	max-width: 620px;
	margin: 0 auto;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce form.lost_reset_password {
	border-color: var(--tasteae-commerce-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(36, 22, 15, .05);
}

.woocommerce-account .woocommerce .woocommerce-form__label-for-checkbox {
	color: var(--tasteae-commerce-muted);
}

.woocommerce-account .woocommerce .show-password-input::after {
	color: var(--tasteae-commerce-muted);
}

@media (max-width: 760px) {
	.woocommerce-cart .cart-collaterals .cart_totals {
		position: static;
	}

	.tasteae-commerce-single .commerce-product-detail__figure > .onsale {
		top: 12px;
		right: 12px;
		inset: 12px 12px auto auto;
	}

	.tasteae-order-pay-recovery__actions {
		flex-direction: column;
	}

	.tasteae-order-pay-recovery__actions a {
		width: 100%;
	}
}

.tasteae-commerce-context.woocommerce-cart .cart-collaterals .cart_totals .checkout-button {
	display: flex;
	width: 100%;
	min-height: 56px;
	align-items: center;
	justify-content: space-between;
	padding: 0 18px 0 20px;
	border: 1px solid var(--tasteae-commerce-primary) !important;
	border-radius: 8px !important;
	box-shadow: 0 10px 22px rgba(155, 60, 43, 0.16);
	font-size: 0.96rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: left;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tasteae-commerce-context.woocommerce-cart .cart-collaterals .cart_totals .checkout-button::after {
	content: "→";
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1;
}

.tasteae-commerce-context.woocommerce-cart .cart-collaterals .cart_totals .checkout-button:hover,
.tasteae-commerce-context.woocommerce-cart .cart-collaterals .cart_totals .checkout-button:focus-visible {
	border-color: var(--tasteae-commerce-primary-hover) !important;
	background: var(--tasteae-commerce-primary-hover) !important;
	box-shadow: 0 12px 24px rgba(118, 45, 34, 0.2);
	transform: translateY(-1px);
}

.tasteae-commerce-context.woocommerce-cart .cart-collaterals .cart_totals .checkout-button:focus-visible {
	outline: 3px solid var(--tasteae-commerce-focus);
	outline-offset: 3px;
}

.tasteae-commerce-context .commerce-shop-toolbar--clean .woocommerce-ordering {
	position: relative;
	padding-left: 12px;
	border-left: 1px solid var(--tasteae-commerce-line);
}

.tasteae-commerce-context .commerce-shop-toolbar--clean .woocommerce-ordering::after {
	position: absolute;
	top: 50%;
	right: 14px;
	color: var(--tasteae-commerce-muted);
	content: "⌄";
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
	pointer-events: none;
	transform: translateY(-58%);
}

.tasteae-commerce-context .commerce-shop-toolbar--clean .woocommerce-ordering select {
	min-width: 184px;
	min-height: 46px;
	padding: 0 38px 0 14px;
	border: 1px solid var(--tasteae-commerce-line) !important;
	border-radius: 8px !important;
	background: var(--tasteae-commerce-paper) !important;
	box-shadow: none;
	color: var(--tasteae-commerce-ink);
	font-size: 0.9rem;
	font-weight: 900;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.tasteae-commerce-context .commerce-shop-toolbar--clean .woocommerce-ordering select:hover {
	border-color: rgba(155, 60, 43, 0.48) !important;
}

.tasteae-commerce-context .commerce-shop-toolbar--clean .woocommerce-ordering select:focus-visible {
	border-color: var(--tasteae-commerce-primary) !important;
	box-shadow: 0 0 0 3px var(--tasteae-commerce-focus);
	outline: none;
}

@media (max-width: 760px) {
	.tasteae-commerce-context.woocommerce-cart .cart-collaterals .cart_totals .checkout-button {
		min-height: 54px;
	}

	.tasteae-commerce-context .commerce-shop-toolbar--clean .woocommerce-ordering {
		padding-left: 0;
		border-left: 0;
	}

	.tasteae-commerce-context .commerce-shop-toolbar--clean .woocommerce-ordering select {
		width: 100%;
	}
}

.tasteae-commerce-context .tasteae-commerce-page-hero{max-width:1180px;gap:8px;margin-bottom:18px;padding:24px 0 8px}
.tasteae-commerce-context .tasteae-commerce-page-hero h1{max-width:12em;font-size:clamp(2rem,4vw,3rem);line-height:1.08}
.commerce-shop-hero--clean{padding-top:clamp(18px,3vw,34px);padding-bottom:clamp(12px,2vw,22px)}
.commerce-shop-hero--clean h1{max-width:14em;font-size:clamp(2.45rem,5vw,4.6rem);line-height:1.02}
.commerce-shop-toolbar--clean{gap:10px 18px;margin-bottom:18px;padding:10px 14px;border-radius:12px;box-shadow:none}
.commerce-shop-toolbar__categories{flex:1 1 auto;min-width:0}
.commerce-shop-toolbar__meta{display:flex;min-width:min(100%,280px);align-items:center;gap:12px;margin-left:auto}
.commerce-shop-toolbar__meta .woocommerce-ordering{margin-left:auto}
.commerce-product-section--clean.commerce-product-section--single ul.products>li.product{flex:1 1 100%;width:100%!important;max-width:100%;flex-direction:row}
.commerce-product-section--clean.commerce-product-section--single ul.products>li.product .commerce-product-card__media{width:52%;min-height:clamp(300px,34vw,460px)}
.commerce-product-section--clean.commerce-product-section--single ul.products>li.product .commerce-product-card__body{justify-content:center;padding:clamp(24px,4vw,52px)}
@media(max-width:760px){
 .commerce-shop-toolbar--clean{align-items:stretch;flex-direction:column}
 .commerce-shop-toolbar__meta{width:100%;min-width:0}
 .commerce-product-section--clean.commerce-product-section--single ul.products>li.product{flex-direction:column}
 .commerce-product-section--clean.commerce-product-section--single ul.products>li.product :is(.commerce-product-card__media,.commerce-product-card__body){width:100%}
 .commerce-product-section--clean.commerce-product-section--single ul.products>li.product .commerce-product-card__media{min-height:min(78vw,360px)}
}
@media(max-width:920px){
 .tasteae-commerce-context .tasteae-header-actions{display:flex}
 .tasteae-commerce-context .tasteae-header-actions .tasteae-header-action:not(.tasteae-header-action--cart){display:none}
 .tasteae-commerce-context .tasteae-header-action--cart{min-height:44px;padding:0 10px;border:1px solid var(--commerce-line);border-radius:8px;color:var(--commerce-ink);background:var(--tasteae-commerce-paper)}
 body.single-product .tasteae-page-header__bar{justify-content:flex-start;gap:8px}
 body.single-product .tasteae-page-header .brand-lockup{width:clamp(132px,42vw,154px);margin-right:auto}
 body.single-product .tasteae-header-actions{gap:6px;margin-left:auto}
}
.tasteae-checkout-field-group{display:flex;flex-direction:column;gap:10px;min-width:0;padding-top:14px;border-top:1px solid var(--commerce-line)}
.tasteae-checkout-field-group:first-child{padding-top:4px;border-top:0}
.tasteae-checkout-field-group__title{margin:0;color:var(--commerce-muted);font-family:inherit;font-size:.82rem;font-weight:900;letter-spacing:.04em;line-height:1.35}
.tasteae-checkout-field-group__fields .form-row:is(.form-row-first,.form-row-last){flex-basis:calc(50% - 5px)}
.tasteae-checkout-shipping-toggle{margin:0;padding:12px 14px;border:1px solid var(--commerce-line);border-radius:8px;background:transparent}
.tasteae-checkout-shipping-toggle .checkbox{display:flex;align-items:center;gap:10px;margin:0;color:var(--commerce-ink);font-size:.92rem;font-weight:900}
.tasteae-checkout-shipping-toggle input:focus-visible{outline:3px solid var(--wc-blue);outline-offset:3px}
.shipping_address .tasteae-checkout-field-group{margin-top:4px}
@media(max-width:560px){.tasteae-checkout-field-group__fields .form-row:is(.form-row-first,.form-row-last){flex-basis:100%}}
.commerce-product-rating-summary{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;color:var(--commerce-muted);font-size:.9rem;font-weight:800}
.commerce-product-rating-summary__stars{color:var(--commerce-accent);font-size:1rem;letter-spacing:.08em;line-height:1}
.commerce-product-rating-summary strong{color:var(--commerce-ink);font-weight:900}
.commerce-product-rating-summary a{color:inherit;text-decoration:underline;text-decoration-color:var(--commerce-line);text-underline-offset:3px}
.commerce-product-buybox__evidence{display:flex;flex-direction:column;gap:6px;padding:12px 0;border-top:1px solid #eee8e2;border-bottom:1px solid #eee8e2}
.commerce-product-buybox__evidence p{display:flex;gap:8px;margin:0;color:var(--commerce-muted);font-size:.86rem;font-weight:700;line-height:1.5}
.commerce-product-buybox__evidence p span{flex:0 0 auto;color:var(--commerce-ink);font-weight:900}

.tasteae-commerce-context .tasteae-commerce-brand-link{min-height:44px}
