/** Shopify CDN: Minification failed

Line 810:37 Unexpected "\"name\""
Line 816:5 Unexpected ","
Line 820:4 Unexpected "\"play_model\""
Line 842:6 Expected identifier but found "\"one\""
Line 844:5 Expected identifier but found ","
Line 875:3 Unexpected ","
Line 877:4 Unexpected "\"add_to_cart\""
Line 886:6 Expected identifier but found "\"one\""
Line 888:5 Expected identifier but found ","
Line 917:3 Unexpected ","
... and 51 more hidden warnings

**/
* {
  box-sizing: border-box;
}

.cc-header-order {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-inline-start: 8px;
  padding-inline: 19px;
  border-radius: 999px;
  background: #e93224;
  color: #fff !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(233, 50, 36, .22);
  transition: transform .2s ease, background .2s ease;
}

.cc-header-order:hover {
  background: #240b06;
  color: #fff !important;
  transform: translateY(-2px);
}

.cc-header-order:focus-visible {
  outline: 3px solid #ffbd19;
  outline-offset: 3px;
}

body {
  background: #fff3df;
}

.product-grid-container {
  background: #fff3df;
}

.product-grid-container .main-collection-grid__title {
  color: #240b06;
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: .9;
  text-transform: uppercase;
}

.product-grid-container .product-card {
  border: 1px solid rgba(36, 11, 6, .09);
  border-radius: 24px;
  background: #fffaf1;
  box-shadow: 0 14px 38px rgba(57, 20, 10, .07);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.product-grid-container .product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(57, 20, 10, .14);
}

.product-grid-container .product-card .product-media {
  background: radial-gradient(circle, rgba(255, 189, 25, .26), transparent 66%);
}

.product-information {
  background: #fff3df;
}

.product-information__grid {
  gap: clamp(24px, 5vw, 72px);
}

.product-information .product-details {
  border-radius: 28px;
}

.product-information .button,
.cc-full-product-page-v3 button,
.cc-full-product-page-v3 .cc-add-cart-v3 {
  min-height: 54px;
  border-radius: 999px;
}

.cc-full-product-page-v3 input:focus-visible,
.cc-full-product-page-v3 button:focus-visible,
.cc-full-product-page-v3 textarea:focus-visible,
.cc-full-product-page-v3 select:focus-visible {
  outline: 3px solid #ffbd19;
  outline-offset: 3px;
}

@media (max-width: 749px) {
  .cc-header-order {
    display: none;
  }

  .product-grid-container .product-card {
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc-header-order,
  .product-grid-container .product-card {
    transition-duration: .01ms;
  }
}

body {
  color: var(--color-foreground);
  background: var(--color-background);
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100svh;
  font-variation-settings: 'slnt' 0;
}

:root {
  --hover-lift-amount: 4px;
  --hover-scale-amount: 1.03;
  --hover-subtle-zoom-amount: 1.015;
  --hover-shadow-color: var(--color-shadow);
  --hover-transition-duration: 0.25s;
  --hover-transition-timing: ease-out;
  --surface-transition-duration: 0.3s;
  --surface-transition-timing: var(--ease-out-quad);
  --submenu-animation-speed: 360ms;
  --submenu-animation-easing: cubic-bezier(0.25, 0.1, 0.25, 1);
}

html {
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: rgb(var(--color-foreground-rgb) / var(--opacity-40)) var(--color-background);
  scroll-behavior: smooth;
}

@media (min-width: 990px) {
  html:has(.page-wrapper),
  html:has(.page-wrapper) body {
    height: 100dvh;
    overflow: hidden;
  }
}

html[scroll-lock],
html[scroll-lock] .page-wrapper {
  overflow: hidden;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  transition: margin-right var(--animation-speed) var(--animation-timing-fade-out);
}

@media (min-width: 990px) {
  .page-wrapper {
    height: 100dvh;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--color-foreground-rgb) / var(--opacity-40)) var(--color-background);
  }

  .page-wrapper--drawer-open shopify-account::part(dialog) {
    translate: calc(-1 * var(--theme-drawer-width, var(--sidebar-width)));
  }
}

.page-wrapper--drawer-open {
  margin-right: var(--theme-drawer-width, var(--sidebar-width));
  transition-timing-function: var(--animation-timing-fade-in);
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
}

input,
textarea,
select {
  font: inherit;
  border-radius: var(--style-border-radius-inputs);
}

/** override ios and firefox defaults */
select {
  background-color: var(--color-background);
  color: currentcolor;
}

.product-card,
.collection-card,
.predictive-search-results__card--product,
.predictive-search-results__card {
  position: relative;
  transition: transform var(--hover-transition-duration) var(--hover-transition-timing),
    box-shadow var(--hover-transition-duration) var(--hover-transition-timing);
  z-index: var(--layer-flat);
}

.product-card__link {
  position: absolute;
  inset: 0;
}

.product-card__content {
  position: relative;
}

.product-card__content {
  cursor: pointer;
}

@media (any-pointer: fine) and (prefers-reduced-motion: no-preference) {
  .card-hover-effect-lift .product-card:hover,
  .card-hover-effect-lift .collection-card:hover,
  .card-hover-effect-lift .predictive-search-results__card:hover {
    transform: translateY(calc(-1 * var(--hover-lift-amount)));
  }

  .card-hover-effect-scale .product-card:hover,
  .card-hover-effect-scale .collection-card:hover,
  .card-hover-effect-scale .predictive-search-results__card:hover {
    transform: scale(var(--hover-scale-amount));
  }

  .card-hover-effect-subtle-zoom .card-gallery,
  .card-hover-effect-subtle-zoom .collection-card__image,
  .card-hover-effect-subtle-zoom .product-card__image {
    overflow: hidden;
    transition: transform var(--hover-transition-duration) var(--hover-transition-timing);
  }

  .card-hover-effect-subtle-zoom .product-card:hover .card-gallery,
  .card-hover-effect-subtle-zoom .collection-card:hover .collection-card__image,
  .card-hover-effect-subtle-zoom .product-card:hover .product-card__image,
  .card-hover-effect-subtle-zoom .predictive-search-results__card:hover {
    transform: scale(var(--hover-subtle-zoom-amount));
  }
}

dialog {
  /* the ::backdrop inherits from the originating element, custom properties must be set on the dialog element */
  --backdrop-color-rgb: var(--color-shadow-rgb);

  background-color: var(--color-background);
  color: var(--color-foreground);
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.wrap-text {
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

p:empty {
  display: none;
}

:first-child:is(p, h1, h2, h3, h4, h5, h6),
:first-child:empty + :where(p, h1, h2, h3, h4, h5, h6) {
  margin-block-start: 0;
}

/* Remove bottom margin from last text item, or previous to last if the last is empty */
:last-child:is(p, h1, h2, h3, h4, h5, h6),
:where(p, h1, h2, h3, h4, h5, h6):nth-child(2):has(+ :last-child:empty) {
  margin-block-end: 0;
}

/* view transitions */

/*
 * The cross-document (MPA) opt-in `@view-transition { navigation: auto }` is declared per-layout
 * (layout/theme.liquid and layout/password.liquid), because this stylesheet is shared by both layouts
 * and a static stylesheet can't read theme settings.
 * It is gated on the same `settings.page_transition_enabled or settings.transition_to_main_product` condition as the
 * render blocker, so the opt-in and its opt-out switch can never disagree. The rules below only
 * take effect once an `@view-transition` opt-in is active, so they are inert without it.
 */
@media (prefers-reduced-motion: no-preference) {
  /* Keep page interactive while view transitions are running */
  :root {
    view-transition-name: none;
  }

  /* Have the root transition during page navigation */
  html:active-view-transition-type(page-navigation),
  html:active-view-transition-type(product-image-transition) {
    view-transition-name: root-custom;
  }

  ::view-transition {
    pointer-events: none;
  }

  html:active-view-transition-type(page-navigation) main[data-page-transition-enabled='true'] {
    view-transition-name: main-content;
  }

  html:active-view-transition-type(page-navigation) main[data-product-transition='true'][data-template*='product'] {
    view-transition-name: none;
  }

  ::view-transition-old(main-content) {
    animation: var(--view-transition-old-main-content);
  }

  ::view-transition-new(main-content) {
    animation: var(--view-transition-new-main-content);
  }

  html:active-view-transition-type(product-image-transition) {
    [data-view-transition-type='product-image-transition'] {
      view-transition-name: product-image-transition;
    }

    [data-view-transition-type='product-details'] {
      view-transition-name: product-details;
    }
  }

  ::view-transition-group(product-image-transition) {
    z-index: 1;
  }

  ::view-transition-group(product-image-transition),
  ::view-transition-group(product-details) {
    animation-duration: var(--animation-speed);
    animation-timing-function: var(--animation-easing);
  }

  ::view-transition-old(product-image-transition),
  ::view-transition-new(product-image-transition) {
    block-size: 100%;
    overflow: hidden;
    object-fit: cover;
    animation-duration: 0.25s;
    animation-timing-function: var(--animation-easing);
  }

  ::view-transition-new(product-details) {
    animation: var(--view-transition-new-main-content);
  }
}

/* Focus */
*:focus-visible {
  outline: var(--focus-outline-width) solid currentcolor;
  outline-offset: var(--focus-outline-offset);
}

@supports not selector(:focus-visible) {
  *:focus {
    outline: var(--focus-outline-width) solid currentcolor;
    outline-offset: var(--focus-outline-offset);
  }
}

.focus-inset {
  outline-offset: calc(var(--focus-outline-width) * -1);
}

/* Layout */
.content-for-layout {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.content-for-layout > .shopify-section:last-child {
  flex-grow: 1;
}

/* Set up page widths & margins */
.page-width-wide,
.page-width-normal,
.page-width-narrow,
.page-width-content {
  --page-margin: 16px;
}

@media screen and (min-width: 750px) {
  .page-width-wide,
  .page-width-normal,
  .page-width-narrow,
  .page-width-content {
    --page-margin: 40px;
  }
}

.page-width-wide {
  /* NOTE: This results in a page width of 2400px because of how we set up margins with grid */
  --page-content-width: var(--wide-page-width);
  --page-width: calc(var(--page-content-width) + (var(--page-margin) * 2));
}

.page-width-normal {
  --page-content-width: var(--normal-page-width);
  --page-width: calc(var(--page-content-width) + (var(--page-margin) * 2));
}

.page-width-narrow,
.page-width-content {
  /* NOTE: This results in a page width of 1400px because of how we set up margins with grid */
  --page-content-width: var(--narrow-page-width);
  --page-width: calc(var(--page-content-width) + (var(--page-margin) * 2));
}

.page-width-content {
  --page-content-width: var(--normal-content-width);
  --page-width: calc(var(--page-content-width) + (var(--page-margin) * 2));
}

/* Section width full vs. page
   The reason we use a grid to contain the section is to allow for the section to have a
   full-width background image even if the section content is constrained by the page width. Do not try
   to rewrite this to max-width: --page-width; margin: 0 auto;, it doesn't work. */
.section {
  --full-page-grid-central-column-width: min(
    var(--page-width) - var(--page-margin) * 2,
    calc(100% - var(--page-margin) * 2)
  );
  --full-page-grid-margin: minmax(var(--page-margin), 1fr);
  --full-page-grid-with-margins: var(--full-page-grid-margin) var(--full-page-grid-central-column-width)
    var(--full-page-grid-margin);

  /* Utility variable gives the grid's first column width. Provides an offset width for components like carousels */
  --util-page-margin-offset: max(
    var(--page-margin),
    calc((100% - min(var(--page-content-width), 100% - var(--page-margin) * 2)) / 2)
  );

  /* Offset for full-width sections to account for the page margin,
  used for Marquee — note that --util-page-margin-offset doesn't work here */
  --full-page-margin-inline-offset: calc(((100vw - var(--full-page-grid-central-column-width)) / 2) * -1);

  width: 100%;

  /* This is required to make background images work, which are <img> rendered absolutely */
  position: relative;

  /* Set up the grid */
  display: grid;
  grid-template-columns: var(--full-page-grid-with-margins);
  min-height: var(--section-min-height, 'auto');
}

/* Place all direct children in the center column by default */
.section > * {
  grid-column: 2;
}

/* Make the actual section background transparent, and instead apply it to a separate sibling element to enable stacking with hero shadow  */
.shopify-section:not(.header-section) :is(.section, .cart-summary) {
  background: transparent;
}

.shopify-section:not(.header-section):has(.section) {
  position: relative;
}

.shopify-section:not(.header-section) .section-background {
  content: '';
  position: absolute;
  inset: 0;
  z-index: var(--layer-section-background);
  background-color: var(--color-background);
}

/* For page-width sections, all content goes in the center column */
.section--page-width > * {
  grid-column: 2;
}

/* For full-width sections, content spans all columns */
.section--full-width > * {
  grid-column: 1 / -1;
}

@media screen and (max-width: 749px) {
  .section--mobile-full-width > * {
    grid-column: 1 / -1;
  }
}

/* Some page-width sections should still extend all the way to the right edge of the page, e.g. collection carousel */
.section--page-width.section--full-width-right > * {
  grid-column: 2 / 4;
}

/* For full-width sections with margin, content still spans full width but with space on the sides */
.section--full-width.section--full-width-margin > * {
  grid-column: 1 / -1;

  @media screen and (min-width: 750px) {
    padding-left: var(--page-margin);
    padding-right: var(--page-margin);
  }
}

/* Some section content break out to full width of the page */
.section > .force-full-width {
  grid-column: 1 / -1;
}

.section--height-small {
  --section-min-height: var(--section-height-small);
}

.section--height-medium {
  --section-min-height: var(--section-height-medium);
}

.section--height-large {
  --section-min-height: var(--section-height-large);
}

.section--height-full-screen {
  --section-min-height: 100svh;
}

.section-content-wrapper.section-content-wrapper {
  min-height: calc(var(--section-min-height, 'auto') - var(--section-height-offset, 0px));
  position: relative;
  width: 100%;
  height: 100%;
}

/* Utility */

.hidden {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}

@media screen and (max-width: 749px) {
  .hidden--mobile,
  .mobile\:hidden {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media screen and (min-width: 750px) {
  .hidden--desktop,
  .desktop\:hidden {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.hide-when-empty:empty {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}

.visually-hidden:not(:focus, :active) {
  /* stylelint-disable-next-line declaration-no-important */
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  /* stylelint-disable-next-line declaration-no-important */
  word-wrap: normal !important;
}

.contents {
  display: contents;
}

.flex {
  display: flex;
  gap: var(--gap-md);
}

.grid {
  --centered-column-number: 12;
  --full-width-column-number: 14;
  --centered: column-1 / span var(--centered-column-number);
  --full-width: column-0 / span var(--full-width-column-number);

  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 750px) {
  .grid {
    display: grid;
    gap: 0;
    grid-template-columns: var(--margin-4xl) repeat(var(--centered-column-number), minmax(0, 1fr)) var(--margin-4xl);
    grid-template-areas: 'column-0 column-1 column-2 column-3 column-4 column-5 column-6 column-7 column-8 column-9 column-10 column-11 column-12 column-13';
  }
}

@media screen and (min-width: 1400px) {
  .grid {
    grid-template-columns:
      1fr repeat(
        var(--centered-column-number),
        minmax(0, calc((var(--page-width) - var(--page-margin) * 2) / var(--centered-column-number)))
      )
      1fr;
  }
}

.flex {
  display: flex;
  gap: var(--gap-md);
}

.flip-x {
  scale: -1 1;
}

.flip-y {
  scale: 1 -1;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text-left {
  --text-align: left;

  text-align: left;
}

.text-center {
  --text-align: center;

  text-align: center;
}

.text-right {
  --text-align: right;

  text-align: right;
}

.text-inherit {
  color: inherit;
}

.user-select-text {
  user-select: text;
}

.justify-left {
  justify-content: left;
}

.justify-center {
  justify-content: center;
}

.justify-right {
  justify-content: right;
}

.title--aligned-center {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.background-image-container {
  overflow: hidden;
  position: absolute;
  inset: 0;
  opacity: var(--image-opacity);
}

.background-image-container img,
.background-image-container svg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.background-image-fit img,
.background-image-fit svg {
  object-fit: contain;
}

.svg-wrapper {
  color: currentcolor;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: var(--icon-size-sm);
  height: var(--icon-size-sm);
  pointer-events: none;
}

.svg-wrapper--smaller {
  width: var(--icon-size-2xs);
  height: var(--icon-size-2xs);
}

.svg-wrapper--small {
  width: var(--icon-size-xs);
  height: var(--icon-size-xs);
}

.svg-wrapper > svg {
  width: var(--icon-size-sm);
  height: var(--icon-size-sm);
}

.relative {
  position: relative;
}

/* Icons */
.icon-success,
.icon-error {
  width: var(--icon-size-md);
  height: var(--icon-size-md);
  flex-shrink: 0;
}

.icon-success {
  color: var(--color-success);
}

.icon-error {
  fill: var(--color-error);
}

.icon-default {
  fill: currentColor;
}

[data-placeholder='true'] * {
  cursor: default;
}

/* Base text and heading styles */
body,
.paragraph:not(.button),
.paragraph > *,
.text-block.paragraph :is(h1, h2, h3, h4, h5, h6) {
  font-family: var(--font-paragraph--family);
  font-style: var(--font-paragraph--style);
  font-weight: var(--font-paragraph--weight);
  font-size: var(--font-paragraph--size);
  line-height: var(--font-paragraph--line-height);
  text-transform: var(--font-paragraph--case);
  -webkit-font-smoothing: antialiased;
  color: var(--color, var(--color-foreground));
}

/* Ensure inputs with type presets maintain minimum 16px on mobile to prevent iOS zoom */
@media screen and (max-width: 1200px) {
  input.paragraph.paragraph,
  input.paragraph.paragraph:not([type]),
  tex…205786 tokens truncated…   "name": "名稱",
      "email": "電子郵件",
      "phone": "電話",
      "comment": "留言",
      "post_success": "感謝您聯絡我們。我們會盡快回覆您。",
      "error_heading": "請調整以下內容："
    },
    "slider_label": "投影播放器"
  },
  "accessibility": {
    "play_model": "播放 3D 模型",
    "play_video": "播放影片",
    "unit_price": "單價",
    "country_results_count": "{{ count }} 項結果",
    "slideshow_pause": "暫停素材輪播",
    "slideshow_play": "播放素材輪播",
    "remove_item": "移除 {{ title}}",
    "skip_to_text": "跳至內容",
    "skip_to_product_info": "跳到商品資訊",
    "skip_to_results_list": "跳到結果清單",
    "new_window": "在新視窗中開啟。",
    "slideshow_next": "下一張投影片",
    "slideshow_previous": "上一張投影片",
    "close_dialog": "關閉對話",
    "reset_search": "重設搜尋條件",
    "search_results_count": "找到 {{ count }} 筆「{{ query }}」的搜尋結果",
    "search_results_no_results": "找不到「{{ query }}」的相關結果",
    "filters": "篩選條件",
    "account": "帳號",
    "cart": "購物車",
    "cart_count": "購物車內品項總數",
    "filter_count": {
      "one": "已套用 {{ count }} 個篩選條件",
      "other": "已套用 {{ count }} 個篩選條件"
    },
    "menu": "選單",
    "country_region": "國家/地區",
    "slide_status": "第 {{ index }} 張投影片，共 {{ length }} 張",
    "scroll_to": "捲動至 {{ title }}",
    "loading_product_recommendations": "正在載入商品推薦",
    "discount": "套用折扣代碼",
    "discount_menu": "折扣代碼",
    "discount_applied": "套用的折扣代碼：{{ code }}",
    "inventory_status": "庫存狀態",
    "pause_video": "暫停影片",
    "find_country": "尋找國家/地區",
    "localization_region_and_language": "地區和語言選擇器",
    "decrease_quantity": "減少數量",
    "increase_quantity": "增加數量",
    "quantity": "數量",
    "rating": "本商品的評分為 {{ rating }}/5",
    "nested_product": "適用於 {{ parent_title }} 的 {{ product_title }}",
    "remove": "移除",
    "view_pricing_info": "檢視定價資訊",
    "slideshow": "素材輪播",
    "header_navigation_label": "主要",
    "home_logo_alt": "{{ store_name }} - 首頁",
    "active_filters": "啟用篩選條件：",
    "product_details": "商品詳情",
    "show_product_details": "顯示 {{ product_name }} 的商品詳情",
    "featured_product": "精選商品",
    "search_suggestions_available": "可用於「{{ query }}」的搜尋建議",
    "price_filter_low": "低價",
    "price_filter_high": "高價",
    "view_disclosure_information_for_product": "檢視 {{ product_title }} 的揭露資訊"
  },
  "actions": {
    "add_to_cart": "加入購物車",
    "clear_all": "全部清除",
    "remove": "移除",
    "view_in_your_space": "在您的空間中檢視",
    "show_filters": "篩選條件",
    "clear": "清除",
    "continue_shopping": "繼續購物",
    "log_in_html": "已有帳號？<a href=\"{{ link }}\">登入</a>以加速結帳。",
    "see_items": {
      "one": "查看 {{ count }} 個品項",
      "other": "查看 {{ count }} 個品項"
    },
    "view_all": "檢視全部",
    "add": "新增",
    "choose": "選擇",
    "added": "已新增",
    "show_less": "顯示較少",
    "show_more": "顯示更多",
    "close": "關閉",
    "more": "更多",
    "reset": "重設",
    "zoom": "縮放",
    "close_dialog": "關閉對話",
    "apply": "套用",
    "back": "返回",
    "log_in": "登入",
    "log_out": "登出",
    "remove_discount": "移除折扣 {{ code }}",
    "enter_using_password": "使用密碼輸入",
    "submit": "提交",
    "enter_password": "輸入密碼",
    "view_store_information": "檢視商店資訊",
    "sign_in_options": "其他登入選項",
    "open_image_in_full_screen": "全螢幕開啟圖片",
    "sign_up": "註冊",
    "sort": "排序",
    "show_all_options": "顯示所有選項",
    "open": "開啟",
    "back_to": "返回「{{ title }}」",
    "zoom_media": "Zoom 多媒體檔案 {{ index }}"
  },
  "content": {
    "reviews": "評論數",
    "no_results_found": "找不到結果",
    "language": "語言",
    "localization_region_and_language": "地區和語言",
    "cart_total": "購物車總金額",
    "your_cart_is_empty": "您的購物車是空的",
    "cart_estimated_total": "估計總金額",
    "seller_note": "特別指示",
    "cart_subtotal": "小計",
    "discounts": "折扣",
    "discount": "折扣",
    "duties_and_taxes_included_shipping_at_checkout_with_policy_html": "已包含關稅和稅額。結帳時計算折扣和<a href=\"{{ link }}\">運費</a>。",
    "duties_and_taxes_included_shipping_at_checkout_without_policy": "已包含關稅和稅額。結帳時計算折扣和運費。",
    "taxes_included_shipping_at_checkout_with_policy_html": "已包含稅額。結帳時計算折扣和<a href=\"{{ link }}\">運費</a>。",
    "taxes_included_shipping_at_checkout_without_policy": "已包含稅額。結帳時計算折扣和運費。",
    "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_html": "已包含關稅。結帳時計算稅額、折扣和<a href=\"{{ link }}\">運費</a>。",
    "duties_included_taxes_at_checkout_shipping_at_checkout_without_policy": "已包含關稅。結帳時計算稅額、折扣和運費。",
    "taxes_at_checkout_shipping_at_checkout_with_policy_html": "結帳時計算稅額、折扣和<a href=\"{{ link }}\">運費</a>。",
    "taxes_at_checkout_shipping_at_checkout_without_policy": "結帳時計算稅額、折扣和運費。",
    "checkout": "結帳",
    "cart_title": "購物車",
    "product_image": "產品圖片",
    "product_information": "產品資訊",
    "product_total": "商品總數",
    "quantity": "數量",
    "price": "價格",
    "price_regular": "定價",
    "price_compare_at": "比較售價",
    "price_sale": "促銷價",
    "duties_and_taxes_included": "已包含關稅和稅額。",
    "duties_included": "已包含關稅。",
    "shipping_policy_html": "結帳時計算<a href=\"{{ link }}\">運費</a>。",
    "taxes_included": "已包含稅額。",
    "product_badge_sold_out": "售罄",
    "product_badge_sale": "特賣",
    "search_input_label": "搜尋",
    "search_input_placeholder": "搜尋",
    "search_results": "搜尋結果",
    "search_results_label": "搜尋結果",
    "search_results_no_results": "找不到「{{ terms }}」的相關結果。請試著搜尋其他內容。",
    "search_results_resource_articles": "網誌文章",
    "search_results_resource_collections": "商品系列",
    "search_results_resource_pages": "頁面",
    "search_results_resource_products": "商品",
    "search_results_resource_queries": "搜尋建議",
    "search_results_view_all": "檢視全部",
    "search_results_view_all_button": "檢視全部",
    "search_results_resource_products_count": {
      "one": "{{ count }} 項商品",
      "other": "{{ count }} 項商品"
    },
    "grid_view": {
      "default_view": "預設",
      "grid_fieldset": "欄網格",
      "single_item": "單一",
      "zoom_out": "縮小"
    },
    "unavailable": "不適用",
    "collection_placeholder": "商品系列標題",
    "product_card_placeholder": "產品名稱",
    "recently_viewed_products": "最近檢視的項目",
    "product_count": "商品數量",
    "item_count": {
      "one": "{{ count }} 個品項",
      "other": "{{ count }} 個品項"
    },
    "errors": "錯誤",
    "search": "搜尋",
    "search_results_no_results_check_spelling": "找不到「{{ terms }}」的相關結果。請檢查拼字或使用其他字詞。",
    "featured_products": "精選商品",
    "price_from": "從 {{ price }} 起",
    "filters": "篩選條件",
    "no_products_found": "找不到任何商品。",
    "price_filter_html": "最高價格為 {{ price }}",
    "use_fewer_filters_html": "嘗試使用較少的篩選條件，或<a class=\"{{ class }}\" href=\"{{ link }}\">清除所有篩選條件</a>。",
    "blog_details_separator": "|",
    "account_title": "帳號",
    "account_title_personalized": "{{ first_name }}，您好！",
    "account_orders": "訂單",
    "account_profile": "個人檔案",
    "discount_code": "折扣代碼",
    "duties_and_taxes_included_shipping_at_checkout_with_policy_without_discounts_html": "已包含關稅和稅額。結帳時計算運費。",
    "duties_and_taxes_included_shipping_at_checkout_without_policy_without_discounts": "已包含關稅和稅額。結帳時計算運費。",
    "duties_included_taxes_at_checkout_shipping_at_checkout_with_policy_without_discounts_html": "已包含關稅。結帳時計算運費。",
    "duties_included_taxes_at_checkout_shipping_at_checkout_without_policy_without_discounts": "已包含關稅。結帳時計算運費。",
    "pickup_available_at_html": "可提供取貨服務的地點：<b>{{ location }}</b>",
    "pickup_available_in": "可提供取貨服務的時間：{{ pickup_time }}",
    "pickup_not_available": "目前無法提供取貨服務",
    "pickup_ready_in": "{{ pickup_time }}",
    "read_more": "繼續閱讀…",
    "taxes_at_checkout_shipping_at_checkout_with_policy_without_discounts_html": "結帳時計算稅額和<a href=\"{{ link }}\">運費</a>。",
    "taxes_at_checkout_shipping_at_checkout_without_policy_without_discounts": "結帳時計算稅額和運費。",
    "taxes_included_shipping_at_checkout_with_policy_without_discounts_html": "已包含稅額。結帳時計算運費。",
    "taxes_included_shipping_at_checkout_without_policy_without_discounts": "已包含稅額。結帳時計算運費。",
    "view_more_details": "檢視更多詳情",
    "wrong_password": "密碼錯誤",
    "inventory_low_stock": "庫存不足",
    "inventory_in_stock": "有庫存",
    "inventory_out_of_stock": "無庫存",
    "inventory_low_stock_show_count": {
      "one": "尚餘 {{ count }}",
      "other": "尚餘 {{ count }}"
    },
    "powered_by": "本商店技術支援來自",
    "store_owner_link_html": "您是商店擁有人嗎？<a href=\"{{ link }}\">請在此登入</a>",
    "shipping_discount_error": "新增地址後，結帳時將顯示運費折扣",
    "discount_code_error": "折扣代碼無法套用至您的購物車",
    "page_placeholder_title": "頁面標題",
    "page_placeholder_content": "選取一個頁面，即可顯示其內容。",
    "placeholder_image": "佔位符圖片",
    "shipping_policy": "結帳時計算運費。",
    "recipient_form_send_to": "傳送至",
    "recipient_form_email_label": "收件者電子郵件",
    "recipient_form_email_label_my_email": "我的電子郵件",
    "recipient_form_email_address": "收件者電子郵件地址",
    "recipient_form_name_label": "收件者姓名 (選填)",
    "recipient_form_characters_used": "已使用 {{ used_chars }} 個字元/上限 {{ max_chars }} 個字元",
    "recipient_form_send_on": "YYYY-MM-DD",
    "recipient_form_send_on_label": "傳送時間 (選填)",
    "recipient_form_message": "訊息 (選填)",
    "recipient_form_fields_visible": "收件人表單欄位現已可見",
    "recipient_form_fields_hidden": "收件人表單欄位現已隱藏",
    "recipient_form_error": "提交表單時發生錯誤",
    "product_custom_property_character_count": "已使用 {{ used_chars }} 個字元/上限 {{ max_chars }} 個字元",
    "terms_and_policies": "條款及政策",
    "pagination": {
      "nav_label": "分頁",
      "previous": "上一頁",
      "next": "下一頁",
      "page": "第 {{ page }} 頁"
    },
    "volume_pricing_available": "提供批發價",
    "volume_pricing": "批發價",
    "at_price_each": "{{ price }}/每件",
    "each": "({{ price }}/每件",
    "each_abbreviation": "每件",
    "price_at": "價格",
    "price_range": "價格範圍",
    "cancel": "取消",
    "product_subtotal": "商品小計",
    "quantity_per_item": "/件",
    "remove_all": "全部移除",
    "remove_all_items_confirmation": "是否要從購物車移除全部 {{ count }} 個品項？",
    "remove_one_item_confirmation": "是否要從您的購物車移除 1 個品項？",
    "total_items": "品項總數",
    "variant": "子類",
    "variant_total": "子類總計",
    "view_cart": "檢視購物車",
    "your_cart": "您的購物車",
    "items_added_to_cart": {
      "one": "1 個品項已加入購物車",
      "other": "{{ count }} 個品項已加入購物車"
    },
    "item_count_cutoff": "超過 {{ count }} 個品項",
    "quick_order_list": "快速訂購清單",
    "product_disclosures": "商品揭露資訊"
  },
  "gift_cards": {
    "issued": {
      "how_to_use_gift_card": "請在網路商店使用禮品卡代碼或在實體商店使用 QR 碼",
      "title": "這是您在 {{ shop }} 餘額為 {{ value }} 的禮品卡！",
      "subtext": "您的禮品卡",
      "shop_link": "造訪網路商店",
      "add_to_apple_wallet": "加入 Apple 錢包",
      "qr_image_alt": "QR 碼：掃描以兌換禮品卡",
      "copy_code": "複製禮品卡代碼",
      "expiration_date": "於 {{ expires_on }}到期",
      "copy_code_success": "已成功複製代碼",
      "expired": "已到期"
    }
  },
  "blogs": {
    "article": {
      "comment_author_separator": "•",
      "comments_heading": {
        "one": "{{ count }} 則留言",
        "other": "{{ count }} 則留言"
      }
    },
    "comment_form": {
      "email": "電子郵件",
      "error": "無法發布留言，請處理以下問題：",
      "heading": "發表留言",
      "message": "訊息",
      "moderated": "請注意，留言須先通過審核才能發布。",
      "name": "名稱",
      "post": "發布留言",
      "success_moderated": "已發布留言，正等待審核",
      "success": "已發布留言"
    }
  },
  "fields": {
    "separator": "至"
  },
  "placeholders": {
    "password": "密碼",
    "search": "搜尋",
    "product_title": "產品名稱",
    "collection_title": "商品系列標題",
    "blog_posts": "部落格貼文",
    "blog_post_title": "標題",
    "blog_post_author": "作者",
    "blog_post_date": "日期",
    "blog_post_description": "您部落格貼文的內容摘錄"
  },
  "products": {
    "product": {
      "add_to_cart": "加入購物車",
      "adding_to_cart": "正在新增…",
      "added_to_cart": "已放入購物車",
      "add_to_cart_error": "加入購物車時發生錯誤",
      "quantity_error_max": "此品項上限為 {{ maximum }}",
      "sold_out": "售罄",
      "unavailable": "無可用資料",
      "quantity": "數量",
      "quantity_increments": "{{ increment }} 的倍數",
      "quantity_minimum": "最少 {{ minimum }} 個",
      "quantity_maximum": "最多 {{ maximum }} 個",
      "in_cart": "在購物車中",
      "default_title": "預設標題",
      "sticky_add_to_cart": "快速加入購物車列"
    }
  },
  "cravin": {
    "actions": {
      "order_now": "Order now",
      "explore_menu": "Explore the menu",
      "view_full_menu": "View full menu",
      "build_order": "Build your order",
      "customize": "Customize",
      "directions": "Get directions"
    },
    "hero": {
      "eyebrow": "New York comfort food",
      "title": "Crispy hits different",
      "body": "Big flavor, serious crunch, and made-your-way favorites ready for pickup or delivery.",
      "proof_label": "Ordering benefits",
      "proof_fresh": "Made fresh",
      "proof_fast": "Fast ordering",
      "proof_custom": "Built your way",
      "featured": "Most craved",
      "stamp": "Fresh · Hot · Crispy"
    },
    "ticker": "Platters · Burgers · Wings · Waffles · Shakes",
    "categories": {
      "eyebrow": "Pick your craving",
      "title": "The whole lineup",
      "items": "items"
    },
    "craved": {
      "eyebrow": "Customer favorites",
      "title": "Most craved",
      "body": "The orders New York keeps coming back for—loaded, crispy, saucy, and ready to customize.",
      "popular": "Popular"
    },
    "promo": {
      "eyebrow": "Make it yours",
      "title": "Sauce it. Stack it. Crave it.",
      "body": "Choose your flavor, sides, sauces, and add-ons. Every order is built around exactly what you want."
    },
    "why": {
      "eyebrow": "Why Cravin",
      "title": "Fast food, fully loaded",
      "fresh_title": "Made fresh",
      "fresh_body": "Hot, crispy food prepared for the order—not the shelf.",
      "choice_title": "Your call",
      "choice_body": "Sauces, sides, toppings, and add-ons make every meal your own.",
      "speed_title": "Built for speed",
      "speed_body": "A clear menu and simple ordering flow get you to checkout fast.",
      "late_title": "Late-night ready",
      "late_body": "Open daily for the cravings that do not follow a schedule."
    },
    "location": {
      "eyebrow": "Visit us",
      "title": "Your New York crispy spot",
      "body": "Stop in for fresh, hot favorites or order ahead and keep your day moving.",
      "place": "Location",
      "hours_label": "Open daily",
      "map_title": "Map showing Cravin Crispy in New York"
    },
    "final": {
      "eyebrow": "Ready when you are",
      "title": "Your next craving starts here",
      "body": "Pick a favorite, make it yours, and get something crispy on the way."
    },
    "menu": {
      "eyebrow": "The Cravin Crispy menu",
      "title": "Find your favorite",
      "body": "Browse by category, customize every detail, and order the food you actually want.",
      "categories_label": "Menu categories",
      "category_fallback": "Fresh favorites made to order and ready to customize.",
      "view_cart": "View cart"
    },
    "header": {
      "order_now": "Order now"
    }
  }
}
