@font-face {
  font-family: "Satoshi";
  src: url("/assets/user/fonts/satoshi-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("/assets/user/fonts/satoshi-500.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("/assets/user/fonts/satoshi-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("/assets/user/fonts/satoshi-900.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}

:root,
html.theme-neon,
html.theme-night {
  --taste-bg: #0b0d0c;
  --taste-surface: #151816;
  --taste-surface-2: #1d211e;
  --taste-paper: #f3f1e9;
  --taste-text: #f7f8f4;
  --taste-muted: #a3aaa4;
  --taste-line: rgba(247, 248, 244, 0.14);
  --taste-ink: #101210;
  --taste-lime: #c8ff3d;
  --taste-cobalt: #6678ff;
  --taste-coral: #ff7157;
  --taste-cyan: #58e8d2;
  --taste-shell: 1440px;
  --taste-radius: 8px;
  --taste-font: "Satoshi", "PingFang SC", "Microsoft YaHei", sans-serif;
}

html.theme-night {
  --taste-bg: #f5f4ef;
  --taste-surface: #ffffff;
  --taste-surface-2: #ecebe5;
  --taste-paper: #121412;
  --taste-text: #111311;
  --taste-muted: #646b65;
  --taste-line: rgba(17, 19, 17, 0.13);
  --taste-ink: #f7f8f4;
}

html,
body.yy-taste {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.yy-taste {
  margin: 0 !important;
  background: var(--taste-bg) !important;
  color: var(--taste-text) !important;
  font-family: var(--taste-font) !important;
  letter-spacing: 0 !important;
}

body.yy-taste *,
body.yy-taste *::before,
body.yy-taste *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}

body.yy-taste .taste-shell {
  width: min(var(--taste-shell), calc(100% - 64px));
  max-width: var(--taste-shell);
  margin-inline: auto;
}

body.yy-taste .yy-topbar.yy-topbar-pro {
  position: sticky !important;
  top: 0 !important;
  z-index: 1050 !important;
  min-height: 74px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--taste-line) !important;
  background: color-mix(in srgb, var(--taste-bg) 90%, transparent) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px) saturate(125%) !important;
}

body.yy-taste .yy-topbar.yy-topbar-pro.is-scrolled {
  background: color-mix(in srgb, var(--taste-bg) 96%, transparent) !important;
}

body.yy-taste .yy-topbar-inner {
  width: min(var(--taste-shell), calc(100% - 48px)) !important;
  max-width: var(--taste-shell) !important;
  min-height: 74px !important;
  padding: 0 !important;
}

body.yy-taste .yy-brand {
  min-width: 190px !important;
  gap: 10px !important;
}

body.yy-taste .yy-brand-mark {
  width: 38px !important;
  height: 38px !important;
  border: 1px solid var(--taste-line) !important;
  border-radius: 6px !important;
  background: var(--taste-surface) !important;
  box-shadow: none !important;
}

body.yy-taste .yy-brand-mark img {
  width: 28px !important;
  height: 28px !important;
  object-fit: contain !important;
}

body.yy-taste .yy-brand-text strong {
  color: var(--taste-text) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

body.yy-taste .yy-brand-text small {
  color: var(--taste-muted) !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
}

body.yy-taste .yy-nav-pills {
  gap: 2px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.yy-taste .yy-nav-pills .nav-link {
  min-height: 40px !important;
  padding: 0 14px !important;
  border: 1px solid transparent !important;
  border-radius: 5px !important;
  color: var(--taste-muted) !important;
  background: transparent !important;
  font-size: 14px !important;
}

body.yy-taste .yy-nav-pills .nav-link:hover,
body.yy-taste .yy-nav-pills .nav-link.active {
  border-color: var(--taste-line) !important;
  color: var(--taste-text) !important;
  background: var(--taste-surface) !important;
}

body.yy-taste .yy-search {
  width: 230px !important;
}

body.yy-taste .yy-search .input-group {
  height: 40px !important;
  border: 1px solid var(--taste-line) !important;
  border-radius: 5px !important;
  background: var(--taste-surface) !important;
  overflow: hidden !important;
}

body.yy-taste .yy-search .input-group-text,
body.yy-taste .yy-search .form-control {
  border: 0 !important;
  color: var(--taste-text) !important;
  background: transparent !important;
}

body.yy-taste .yy-search .form-control::placeholder {
  color: var(--taste-muted) !important;
}

body.yy-taste .yy-theme-switch,
body.yy-taste .yy-btn,
body.yy-taste .yy-user-trigger {
  border-radius: 5px !important;
}

body.yy-taste .yy-theme-switch,
body.yy-taste .yy-btn-ghost,
body.yy-taste .yy-user-trigger {
  border: 1px solid var(--taste-line) !important;
  color: var(--taste-text) !important;
  background: var(--taste-surface) !important;
}

body.yy-taste .yy-btn-solid {
  border: 1px solid var(--taste-lime) !important;
  color: #101210 !important;
  background: var(--taste-lime) !important;
}

.taste-page {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--taste-bg);
  color: var(--taste-text);
}

.taste-hero {
  position: relative;
  min-height: calc(100svh - 126px);
  border-bottom: 1px solid var(--taste-line);
  background: var(--taste-bg);
  overflow: hidden;
}

.taste-hero::before,
.taste-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.taste-hero::before {
  top: 0;
  bottom: 0;
  left: calc(50% + 160px);
  width: 1px;
  background: var(--taste-line);
}

.taste-hero::after {
  right: 0;
  bottom: 54px;
  width: 34%;
  height: 1px;
  background: var(--taste-line);
}

.taste-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(420px, 5fr);
  align-items: center;
  gap: 72px;
  min-height: calc(100svh - 126px);
  padding-block: 70px 88px;
}

.taste-hero-copy {
  max-width: 850px;
}

.taste-brand-line {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
  color: var(--taste-text);
  font-size: 18px;
  font-weight: 700;
}

.taste-brand-line img {
  width: 48px;
  height: 48px;
  border: 1px solid var(--taste-line);
  border-radius: 7px;
  background: var(--taste-surface);
  object-fit: contain;
}

.taste-hero h1 {
  width: 100%;
  max-width: 1120px;
  margin: 0;
  color: var(--taste-text);
  font-family: var(--taste-font);
  font-size: 84px;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
}

.taste-hero h1 span {
  color: var(--taste-lime);
}

html.theme-night .taste-hero h1 span {
  color: #446000;
}

.taste-hero-lead {
  max-width: 680px;
  margin: 30px 0 0;
  color: var(--taste-muted);
  font-size: 19px;
  line-height: 1.8;
}

.taste-hero-actions,
.taste-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.taste-hero-actions {
  margin-top: 38px;
}

.taste-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.taste-button:hover {
  transform: translateY(-2px);
}

.taste-button-primary {
  border-color: var(--taste-lime);
  color: #101210 !important;
  background: var(--taste-lime);
}

.taste-button-primary:hover {
  color: #101210 !important;
  background: #d7ff76;
}

.taste-button-secondary {
  border-color: var(--taste-line);
  color: var(--taste-text) !important;
  background: var(--taste-surface);
}

.taste-button-inverse {
  border-color: rgba(255, 255, 255, 0.28);
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}

.taste-hero-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 40px;
  color: var(--taste-muted);
  font-size: 13px;
}

.taste-hero-assurance span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.taste-hero-assurance i {
  color: var(--taste-cyan);
}

.taste-hero-stage {
  position: relative;
  width: 100%;
  min-height: 492px;
  padding: 28px;
  border: 1px solid var(--taste-line);
  border-radius: var(--taste-radius);
  background: var(--taste-surface);
  box-shadow: 28px 28px 0 var(--taste-cobalt);
  overflow: hidden;
  transform-origin: center center;
}

.taste-stage-topline,
.taste-stage-notice-head,
.taste-stage-focus {
  display: flex;
  align-items: center;
}

.taste-stage-topline {
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--taste-line);
  color: var(--taste-muted);
  font-size: 13px;
}

.taste-stage-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--taste-text);
}

.taste-stage-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--taste-cyan);
  box-shadow: 0 0 0 4px rgba(88, 232, 210, 0.1);
}

.taste-stage-focus {
  gap: 16px;
  padding: 28px 0;
}

.taste-stage-logo {
  display: grid;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 8px;
  background: var(--taste-paper);
  overflow: hidden;
}

.taste-stage-logo img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.taste-stage-focus div:nth-child(2) {
  min-width: 0;
  flex: 1;
}

.taste-stage-focus small,
.taste-stage-focus strong {
  display: block;
}

.taste-stage-focus small {
  margin-bottom: 6px;
  color: var(--taste-muted);
  font-size: 12px;
}

.taste-stage-focus strong {
  color: var(--taste-text);
  font-size: 18px;
  line-height: 1.4;
}

.taste-stage-check {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #101210;
  background: var(--taste-lime);
}

.taste-stage-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--taste-line);
  border-radius: 7px;
  overflow: hidden;
}

.taste-stage-flow > div {
  min-width: 0;
  padding: 18px;
  border-right: 1px solid var(--taste-line);
}

.taste-stage-flow > div:last-child {
  border-right: 0;
}

.taste-stage-flow span,
.taste-stage-flow strong,
.taste-stage-flow em {
  display: block;
}

.taste-stage-flow span {
  margin-bottom: 18px;
  color: var(--taste-muted);
  font-size: 11px;
}

.taste-stage-flow strong {
  color: var(--taste-text);
  font-size: 14px;
}

.taste-stage-flow em {
  margin-top: 4px;
  color: var(--taste-muted);
  font-size: 11px;
  font-style: normal;
}

.taste-stage-flow .is-active {
  background: var(--taste-lime);
}

.taste-stage-flow .is-active span,
.taste-stage-flow .is-active strong,
.taste-stage-flow .is-active em {
  color: #101210;
}

.taste-stage-notice {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--taste-line);
  border-radius: 7px;
  background: color-mix(in srgb, var(--taste-surface-2) 75%, transparent);
}

.taste-stage-notice-head {
  justify-content: space-between;
  color: var(--taste-text);
  font-size: 13px;
  font-weight: 700;
}

.taste-stage-notice-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.taste-stage-notice-head b {
  color: var(--taste-cyan);
  font-size: 11px;
}

.taste-stage-notice-body {
  max-height: 62px;
  margin-top: 10px;
  color: var(--taste-muted);
  font-size: 12px;
  line-height: 1.65;
  overflow: auto;
}

.taste-stage-notice-body p {
  margin: 0;
}

.taste-stage-notice-body a {
  color: var(--taste-cyan) !important;
}

.taste-marquee {
  width: 100%;
  border-bottom: 1px solid var(--taste-line);
  background: var(--taste-paper);
  color: var(--taste-ink);
  overflow: hidden;
}

.taste-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  min-height: 58px;
  animation: tasteMarquee 24s linear infinite;
  will-change: transform;
}

.taste-marquee-track span {
  padding: 0 32px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.taste-marquee-track i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--taste-coral);
}

@keyframes tasteMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.taste-interest {
  display: grid;
  grid-template-columns: minmax(280px, 4fr) minmax(0, 8fr);
  gap: 72px;
  padding-block: 170px;
}

.taste-interest-copy {
  align-self: start;
  max-width: 410px;
}

.taste-interest-copy > p,
.taste-proof-heading > p,
.taste-storefront-head > div > p,
.taste-final-layout > div > p {
  margin: 0 0 18px;
  color: var(--taste-coral);
  font-size: 13px;
  font-weight: 700;
}

.taste-interest-copy h2,
.taste-proof-heading h2,
.taste-storefront-head h2,
.taste-final-layout h2 {
  margin: 0;
  font-family: var(--taste-font);
  font-weight: 900;
  line-height: 1.08;
}

.taste-interest-copy h2 {
  color: var(--taste-text);
  font-size: 54px;
}

.taste-interest-copy > span {
  display: block;
  margin-top: 28px;
  color: var(--taste-muted);
  font-size: 16px;
  line-height: 1.8;
}

.taste-accordion {
  display: flex;
  gap: 8px;
  min-width: 0;
  height: 540px;
}

.taste-accordion-panel {
  position: relative;
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(16, 18, 16, 0.16);
  border-radius: var(--taste-radius);
  color: #101210 !important;
  text-decoration: none !important;
  overflow: hidden;
  transition: flex 600ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 260ms ease;
}

.taste-accordion-panel:nth-child(1) { background: var(--taste-lime); }
.taste-accordion-panel:nth-child(2) { color: #ffffff !important; background: var(--taste-cobalt); }
.taste-accordion-panel:nth-child(3) { background: var(--taste-coral); }

.taste-accordion-panel:hover,
.taste-accordion-panel.is-active {
  flex: 2.35 1 0;
}

.taste-accordion-index {
  position: absolute;
  top: 22px;
  right: 22px;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.62;
}

.taste-accordion-content {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  min-width: 250px;
}

.taste-accordion-content h3 {
  margin: 0 0 12px;
  color: inherit;
  font-size: 30px;
  font-weight: 900;
}

.taste-accordion-content p {
  max-width: 360px;
  margin: 0;
  color: inherit;
  font-size: 15px;
  line-height: 1.75;
  opacity: 0.78;
}

.taste-accordion-content > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
}

.taste-proof {
  padding-block: 150px;
  background: var(--taste-paper);
  color: var(--taste-ink);
}

.taste-proof-layout {
  display: grid;
  grid-template-columns: minmax(280px, 5fr) minmax(0, 7fr);
  gap: 80px;
  align-items: center;
}

.taste-proof-heading h2 {
  max-width: 560px;
  color: var(--taste-ink);
  font-size: 58px;
}

.taste-proof-controls {
  display: flex;
  gap: 8px;
  margin-top: 38px;
}

.taste-proof-controls button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--taste-ink) 22%, transparent);
  border-radius: 6px;
  color: var(--taste-ink);
  background: transparent;
  font-size: 19px;
  font-weight: 700;
  transition: color 180ms ease, background-color 180ms ease;
}

.taste-proof-controls button:hover {
  color: var(--taste-paper);
  background: var(--taste-ink);
}

.taste-proof-slider {
  width: 100%;
  border: 1px solid color-mix(in srgb, var(--taste-ink) 18%, transparent);
  border-radius: var(--taste-radius);
  overflow: hidden;
}

.taste-proof-track {
  display: flex;
  width: 100%;
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.taste-proof-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: 390px;
  padding: 44px;
  background: var(--taste-cyan);
}

.taste-proof-slide:nth-child(2) {
  color: #ffffff;
  background: var(--taste-cobalt);
}

.taste-proof-slide:nth-child(3) {
  background: var(--taste-lime);
}

.taste-proof-slide > span {
  position: absolute;
  top: 30px;
  right: 34px;
  font-size: 13px;
  font-weight: 700;
  opacity: 0.65;
}

.taste-proof-slide h3 {
  margin: 170px 0 14px;
  color: inherit;
  font-size: 36px;
  font-weight: 900;
}

.taste-proof-slide p {
  max-width: 520px;
  margin: 0;
  color: inherit;
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.76;
}

.taste-storefront {
  padding-block: 168px;
}

.taste-storefront-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--taste-line);
}

.taste-storefront-head h2 {
  color: var(--taste-text);
  font-size: 62px;
}

.taste-storefront-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 8px;
  color: var(--taste-muted);
  font-size: 14px;
}

.taste-storefront-note i {
  color: var(--taste-lime);
}

.taste-category-bar {
  padding: 24px 0 30px;
}

body.yy-taste .taste-category-bar .e-chips {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
}

body.yy-taste .taste-category-bar .chip {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 40px !important;
  padding: 0 15px !important;
  border: 1px solid var(--taste-line) !important;
  border-radius: 5px !important;
  color: var(--taste-muted) !important;
  background: var(--taste-surface) !important;
  font-size: 13px !important;
  text-decoration: none !important;
}

body.yy-taste .taste-category-bar .chip:hover,
body.yy-taste .taste-category-bar .chip.is-primary {
  border-color: var(--taste-lime) !important;
  color: #101210 !important;
  background: var(--taste-lime) !important;
}

body.yy-taste .taste-category-bar .chip-icon {
  width: 18px !important;
  height: 18px !important;
  border-radius: 4px !important;
}

body.yy-taste .taste-product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: dense !important;
  gap: 14px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.yy-taste .taste-product-grid > .yy-product-cell {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
}

body.yy-taste .taste-product-grid .acg-card.yy-card-pro {
  height: 100% !important;
  min-height: 390px !important;
  border: 1px solid var(--taste-line) !important;
  border-radius: var(--taste-radius) !important;
  background: var(--taste-surface) !important;
  box-shadow: none !important;
  overflow: hidden !important;
  transition: transform 320ms ease, border-color 320ms ease !important;
}

body.yy-taste .taste-product-grid .yy-product-cell:hover .acg-card.yy-card-pro {
  transform: translateY(-5px) !important;
  border-color: color-mix(in srgb, var(--taste-lime) 65%, transparent) !important;
}

body.yy-taste .taste-product-grid .acg-thumb {
  position: relative !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--taste-line) !important;
  border-radius: 0 !important;
  background: var(--taste-surface-2) !important;
  overflow: hidden !important;
}

body.yy-taste .taste-product-grid .acg-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 700ms ease !important;
}

body.yy-taste .taste-product-grid .yy-product-cell:hover .acg-thumb img {
  transform: scale(1.05) !important;
}

body.yy-taste .taste-product-grid .yy-card-body {
  display: flex !important;
  flex-direction: column !important;
  min-height: 150px !important;
  padding: 20px !important;
}

body.yy-taste .taste-product-grid .goods-title {
  min-height: 44px !important;
  margin: 0 !important;
  color: var(--taste-text) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

body.yy-taste .taste-product-grid .goods-subtitle {
  margin: 8px 0 18px !important;
  color: var(--taste-muted) !important;
  font-size: 12px !important;
}

body.yy-taste .taste-product-grid .yy-card-foot {
  margin-top: auto !important;
}

body.yy-taste .taste-product-grid .price {
  color: var(--taste-lime) !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: var(--taste-lime) !important;
  font-size: 24px !important;
  font-weight: 900 !important;
}

html.theme-night body.yy-taste .taste-product-grid .price {
  color: #446000 !important;
  -webkit-text-fill-color: #446000 !important;
}

body.yy-taste .taste-product-grid .price *,
body.yy-taste .taste-product-grid .price .unit {
  color: inherit !important;
  background: none !important;
  background-image: none !important;
  -webkit-text-fill-color: inherit !important;
}

body.yy-taste .taste-product-grid .yy-card-cta {
  min-height: 34px !important;
  padding: 0 12px !important;
  border: 1px solid var(--taste-line) !important;
  border-radius: 5px !important;
  color: var(--taste-text) !important;
  background: transparent !important;
}

body.yy-taste .taste-product-grid .yy-card-badges,
body.yy-taste .taste-product-grid .yy-stock-pill {
  top: 12px !important;
}

body.yy-taste .taste-product-grid .yy-card-badges { left: 12px !important; }
body.yy-taste .taste-product-grid .yy-stock-pill { right: 12px !important; }

body.yy-taste .taste-product-grid .yy-chip,
body.yy-taste .taste-product-grid .yy-stock-pill {
  border-radius: 4px !important;
}

body.yy-taste .taste-product-grid .yy-chip-hot,
body.yy-taste .taste-product-grid .soldout-ribbon {
  display: none !important;
}

body.yy-taste .taste-product-grid .yy-skeleton-grid,
body.yy-taste .taste-product-grid .yy-empty-state {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}

body.yy-taste .taste-product-grid .yy-skeleton-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.yy-taste .taste-product-grid .yy-skel-card {
  min-height: 390px !important;
  border-radius: var(--taste-radius) !important;
  background: var(--taste-surface) !important;
}

.taste-final {
  padding-block: 130px;
  color: #ffffff;
  background: var(--taste-cobalt);
}

.taste-final-layout {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
  gap: 60px;
  align-items: end;
}

.taste-final-layout > div > p {
  color: var(--taste-lime);
}

.taste-final-layout h2 {
  max-width: 800px;
  color: #ffffff;
  font-size: 66px;
}

.taste-final-actions {
  justify-content: flex-end;
}

body.yy-taste footer {
  margin: 0 !important;
  padding: 26px 32px !important;
  border-top: 1px solid var(--taste-line) !important;
  color: var(--taste-muted) !important;
  background: var(--taste-bg) !important;
}

body.yy-taste:has(.taste-page) .yy-side-tools {
  display: none !important;
}

@media (max-width: 1199px) {
  .taste-hero-layout {
    grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr);
    gap: 42px;
  }

  .taste-hero h1 { font-size: 68px; }
  .taste-hero-stage { box-shadow: 18px 18px 0 var(--taste-cobalt); }
  .taste-interest { gap: 40px; }
  .taste-interest-copy h2 { font-size: 46px; }
  .taste-accordion { height: 500px; }
  .taste-accordion-panel { padding: 20px; }
  .taste-accordion-content { min-width: 210px; }
  .taste-accordion-content h3 { font-size: 25px; }
  .taste-proof-heading h2 { font-size: 50px; }
  .taste-storefront-head h2 { font-size: 54px; }
  body.yy-taste .taste-product-grid,
  body.yy-taste .taste-product-grid .yy-skeleton-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  body.yy-taste .taste-shell {
    width: min(100% - 40px, var(--taste-shell));
  }

  body.yy-taste .yy-topbar-inner {
    width: calc(100% - 32px) !important;
  }

  body.yy-taste .yy-brand {
    min-width: 0 !important;
  }

  body.yy-taste .yy-brand-text small {
    display: none !important;
  }

  body.yy-taste .yy-topbar-nav {
    margin-top: 10px !important;
    padding: 12px !important;
    border: 1px solid var(--taste-line) !important;
    border-radius: 7px !important;
    background: var(--taste-surface) !important;
  }

  body.yy-taste .yy-nav-pills .nav-link {
    justify-content: flex-start !important;
  }

  body.yy-taste .yy-search {
    width: 100% !important;
    margin-top: 10px !important;
  }

  .taste-hero {
    min-height: auto;
  }

  .taste-hero::before,
  .taste-hero::after {
    display: none;
  }

  .taste-hero-layout {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 78px 94px;
  }

  .taste-hero-copy { max-width: 760px; }
  .taste-hero-stage { max-width: 680px; }

  .taste-interest {
    grid-template-columns: 1fr;
    padding-block: 120px;
  }

  .taste-interest-copy {
    max-width: 650px;
  }

  .taste-accordion {
    height: 470px;
  }

  .taste-proof {
    padding-block: 110px;
  }

  .taste-proof-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .taste-storefront {
    padding-block: 120px;
  }

  .taste-final-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .taste-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .taste-hero-layout {
    gap: 52px;
    padding-block: 58px 76px;
  }

  .taste-brand-line {
    margin-bottom: 24px;
  }

  .taste-hero h1 {
    font-size: 48px;
    line-height: 1.08;
  }

  .taste-hero-lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.7;
  }

  .taste-hero-actions {
    margin-top: 30px;
  }

  .taste-button {
    min-height: 48px;
    padding-inline: 18px;
  }

  .taste-hero-assurance {
    gap: 14px;
    margin-top: 28px;
  }

  .taste-hero-stage {
    min-height: 430px;
    padding: 18px;
    box-shadow: 10px 10px 0 var(--taste-cobalt);
  }

  .taste-stage-focus {
    padding-block: 22px;
  }

  .taste-stage-logo {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }

  .taste-stage-logo img {
    width: 50px;
    height: 50px;
  }

  .taste-stage-focus strong { font-size: 15px; }
  .taste-stage-flow > div { padding: 13px 10px; }
  .taste-stage-flow span { margin-bottom: 12px; }

  .taste-interest {
    gap: 48px;
    padding-block: 96px;
  }

  .taste-interest-copy h2,
  .taste-proof-heading h2 {
    font-size: 40px;
  }

  .taste-accordion {
    flex-direction: column;
    height: auto;
  }

  .taste-accordion-panel,
  .taste-accordion-panel:hover,
  .taste-accordion-panel.is-active {
    flex: none;
    min-height: 260px;
  }

  .taste-accordion-content {
    min-width: 0;
  }

  .taste-accordion-content h3 {
    margin: 0 0 10px;
    font-size: 28px;
  }

  .taste-proof {
    padding-block: 90px;
  }

  .taste-proof-slide {
    min-height: 350px;
    padding: 32px;
  }

  .taste-proof-slide h3 {
    margin-top: 150px;
    font-size: 31px;
  }

  .taste-storefront {
    padding-block: 98px;
  }

  .taste-storefront-head {
    display: block;
  }

  .taste-storefront-head h2 {
    font-size: 42px;
  }

  .taste-storefront-note {
    margin-top: 22px;
  }

  body.yy-taste .taste-category-bar .e-chips {
    flex-wrap: nowrap !important;
    padding-bottom: 6px !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  body.yy-taste .taste-category-bar .e-chips::-webkit-scrollbar {
    display: none;
  }

  body.yy-taste .taste-category-bar .chip {
    flex: 0 0 auto !important;
  }

  body.yy-taste .taste-product-grid,
  body.yy-taste .taste-product-grid .yy-skeleton-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.yy-taste .taste-product-grid .acg-card.yy-card-pro,
  body.yy-taste .taste-product-grid .yy-skel-card {
    min-height: 330px !important;
  }

  body.yy-taste .taste-product-grid .yy-card-body {
    min-height: 155px !important;
    padding: 14px !important;
  }

  body.yy-taste .taste-product-grid .goods-title {
    min-height: 42px !important;
    font-size: 14px !important;
  }

  body.yy-taste .taste-product-grid .price {
    font-size: 20px !important;
  }

  body.yy-taste .taste-product-grid .yy-card-cta {
    padding-inline: 8px !important;
    font-size: 11px !important;
  }

  .taste-final {
    padding-block: 90px;
  }

  .taste-final-layout h2 {
    font-size: 44px;
  }
}

@media (max-width: 430px) {
  body.yy-taste .taste-shell {
    width: calc(100% - 28px);
  }

  .taste-hero h1 { font-size: 43px; }
  .taste-hero-actions .taste-button { flex: 1 1 140px; }
  .taste-hero-assurance { font-size: 11px; }
  .taste-stage-flow em { display: none; }
  .taste-stage-notice-body { max-height: 72px; }
  .taste-interest-copy h2,
  .taste-proof-heading h2,
  .taste-storefront-head h2,
  .taste-final-layout h2 { font-size: 37px; }
  body.yy-taste .taste-product-grid .acg-card.yy-card-pro,
  body.yy-taste .taste-product-grid .yy-skel-card { min-height: 306px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .taste-marquee-track {
    animation-play-state: paused;
  }

  .taste-button,
  .taste-accordion-panel,
  .taste-proof-track,
  body.yy-taste .taste-product-grid .acg-card.yy-card-pro,
  body.yy-taste .taste-product-grid .acg-thumb img {
    transition: none !important;
  }
}

/* Compact storefront composition: inventory is visible in the first viewport. */
body.yy-taste .yy-marketbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 1050 !important;
  min-height: 68px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--taste-line) !important;
  background: #0b0d0c !important;
  box-shadow: inset 0 -1px 0 rgba(200, 255, 61, 0.06) !important;
  backdrop-filter: blur(18px) saturate(120%) !important;
}

html body.yy-taste nav#yyTopbar.yy-marketbar {
  border-color: var(--taste-line) !important;
  color: var(--taste-text) !important;
  background: #0b0d0c !important;
}

html.theme-night body.yy-taste .yy-marketbar {
  background: #f5f4ef !important;
}

html.theme-night body.yy-taste nav#yyTopbar.yy-marketbar {
  background: #f5f4ef !important;
}

body.yy-taste .yy-marketbar .yy-topbar-inner {
  display: grid !important;
  grid-template-columns: 215px minmax(0, 1fr) !important;
  align-items: stretch !important;
  width: min(var(--taste-shell), calc(100% - 40px)) !important;
  max-width: var(--taste-shell) !important;
  min-height: 68px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.yy-taste .yy-marketbar .yy-brand {
  display: flex !important;
  align-items: center !important;
  align-self: stretch !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 24px 0 0 !important;
  border-right: 1px solid var(--taste-line) !important;
}

body.yy-taste .yy-marketbar .yy-brand-mark {
  width: 42px !important;
  height: 42px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: var(--taste-paper) !important;
}

body.yy-taste .yy-marketbar .yy-brand-mark img {
  width: 36px !important;
  height: 36px !important;
}

body.yy-taste .yy-marketbar .yy-brand-text {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

body.yy-taste .yy-marketbar .yy-brand-text strong {
  font-size: 16px !important;
  line-height: 1.2 !important;
}

body.yy-taste .yy-marketbar .yy-brand-text small {
  margin-top: 3px !important;
  color: var(--taste-coral) !important;
  font-size: 9px !important;
  font-weight: 700 !important;
}

body.yy-taste .yy-marketbar .yy-topbar-nav {
  display: flex !important;
  align-items: stretch !important;
  justify-content: space-between !important;
  min-width: 0 !important;
  padding-left: 18px !important;
}

body.yy-taste .yy-marketbar .yy-primary-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.yy-taste .yy-marketbar .yy-primary-nav .nav-item {
  display: flex !important;
  align-items: stretch !important;
}

body.yy-taste .yy-marketbar .yy-primary-nav .nav-link {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 68px !important;
  padding: 0 17px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--taste-muted) !important;
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.yy-taste .yy-marketbar .yy-primary-nav .nav-link::after {
  position: absolute;
  right: 17px;
  bottom: 0;
  left: 17px;
  height: 3px;
  content: "";
  background: transparent;
}

body.yy-taste .yy-marketbar .yy-primary-nav .nav-link:hover,
body.yy-taste .yy-marketbar .yy-primary-nav .nav-link.active {
  color: var(--taste-text) !important;
}

body.yy-taste .yy-marketbar .yy-primary-nav .nav-link.active::after {
  background: var(--taste-lime);
}

body.yy-taste .yy-marketbar .yy-primary-nav .yy-workbench-link {
  margin: 10px 0 10px 8px !important;
  min-height: 48px !important;
  padding-inline: 16px !important;
  color: #101210 !important;
  background: var(--taste-lime) !important;
}

body.yy-taste .yy-marketbar .yy-primary-nav .yy-workbench-link::after {
  display: none;
}

body.yy-taste .yy-marketbar .yy-topbar-right {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  min-width: 0 !important;
  margin-left: auto !important;
}

body.yy-taste .yy-marketbar .yy-search {
  width: 270px !important;
  margin: 0 !important;
}

body.yy-taste .yy-marketbar .yy-search .input-group {
  height: 44px !important;
  border-color: var(--taste-line) !important;
  border-radius: 4px !important;
  background: var(--taste-surface) !important;
}

body.yy-taste .yy-marketbar .yy-search .input-group-text,
body.yy-taste .yy-marketbar .yy-search .form-control {
  color: var(--taste-text) !important;
}

body.yy-taste .yy-marketbar .yy-search .input-group-text {
  color: var(--taste-cyan) !important;
}

body.yy-taste .yy-marketbar .yy-search .form-control::placeholder {
  color: var(--taste-muted) !important;
}

body.yy-taste .yy-marketbar .yy-theme-switch {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  padding: 0 11px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
}

body.yy-taste .yy-marketbar .yy-theme-switch .theme-toggle-text {
  display: none !important;
}

body.yy-taste .yy-marketbar .yy-auth-box {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  height: 44px !important;
  margin: 0 !important;
}

body.yy-taste .yy-marketbar .yy-login-link,
body.yy-taste .yy-marketbar .yy-register-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 54px !important;
  height: 44px !important;
  border: 1px solid var(--taste-line) !important;
  border-radius: 0 !important;
  color: var(--taste-text) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

body.yy-taste .yy-marketbar .yy-register-link {
  border-color: var(--taste-coral) !important;
  color: #101210 !important;
  background: var(--taste-coral) !important;
}

.taste-market-hero {
  border-bottom: 1px solid var(--taste-line);
  background: var(--taste-bg);
}

.taste-market-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(430px, 5fr);
  gap: 64px;
  align-items: center;
  min-height: 266px;
  padding-block: 34px;
}

.taste-market-copy {
  min-width: 0;
}

.taste-market-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 12px;
  color: var(--taste-muted);
  font-size: 12px;
  font-weight: 700;
}

.taste-market-brand img {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background: var(--taste-paper);
  object-fit: contain;
}

.taste-market-copy h1 {
  margin: 0;
  color: var(--taste-text);
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
}

.taste-market-copy > p {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--taste-muted);
  font-size: 16px;
  line-height: 1.65;
}

.taste-market-copy > p strong {
  color: var(--taste-lime);
  font-size: 20px;
}

.taste-market-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 19px;
}

.taste-market-links a {
  color: var(--taste-text) !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
}

.taste-market-links a:hover {
  color: var(--taste-lime) !important;
}

.taste-market-board {
  border: 1px solid var(--taste-line);
  border-radius: 6px;
  background: var(--taste-surface);
  overflow: hidden;
}

.taste-market-notice {
  min-height: 116px;
  padding: 18px 20px;
}

.taste-market-notice-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--taste-text);
  font-size: 12px;
  font-weight: 700;
}

.taste-market-notice-title span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.taste-market-notice-title i,
.taste-stock-note i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--taste-cyan);
}

.taste-market-notice-title b {
  color: var(--taste-cyan);
  font-size: 11px;
}

.taste-market-notice-copy {
  max-height: 50px;
  margin-top: 12px;
  color: var(--taste-muted);
  font-size: 12px;
  line-height: 1.55;
  overflow: auto;
}

.taste-market-notice-copy p { margin: 0; }
.taste-market-notice-copy a { color: var(--taste-cyan) !important; }

.taste-market-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--taste-line);
}

.taste-market-services > div {
  padding: 13px 16px;
  border-right: 1px solid var(--taste-line);
}

.taste-market-services > div:last-child { border-right: 0; }

.taste-market-services span,
.taste-market-services strong {
  display: block;
}

.taste-market-services span {
  margin-bottom: 6px;
  color: var(--taste-coral);
  font-size: 9px;
}

.taste-market-services strong {
  color: var(--taste-text);
  font-size: 12px;
}

.taste-storefront.taste-storefront-first {
  padding-block: 52px 120px;
}

.taste-storefront-head-quick {
  align-items: center;
  padding-bottom: 22px;
}

.taste-storefront-head-quick h2 {
  font-size: 38px;
}

.taste-quick-search {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 76px;
  align-items: center;
  width: min(520px, 48vw);
  height: 52px;
  border: 1px solid var(--taste-line);
  border-radius: 5px;
  background: var(--taste-paper);
  overflow: hidden;
}

.taste-quick-search > i {
  justify-self: center;
  color: var(--taste-ink);
}

.taste-quick-search input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  color: var(--taste-ink);
  background: transparent;
  font-size: 14px;
}

.taste-quick-search input::placeholder {
  color: color-mix(in srgb, var(--taste-ink) 48%, transparent);
}

.taste-quick-search button {
  align-self: stretch;
  border: 0;
  color: #101210;
  background: var(--taste-lime);
  font-size: 13px;
  font-weight: 700;
}

.taste-storefront-first .taste-category-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 16px 20px;
}

.taste-stock-note {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: var(--taste-muted);
  font-size: 11px;
}

html body.yy-taste .taste-storefront .taste-product-grid .yy-product-cell .acg-card.yy-card-pro .yy-card-body .price {
  color: var(--taste-lime) !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: var(--taste-lime) !important;
}

html.theme-night body.yy-taste .taste-storefront .taste-product-grid .yy-product-cell .acg-card.yy-card-pro .yy-card-body .price {
  color: #446000 !important;
  -webkit-text-fill-color: #446000 !important;
}

@media (min-width: 992px) {
  html body.yy-taste nav#yyTopbar.yy-marketbar .yy-topbar-inner {
    align-items: center !important;
  }

  html body.yy-taste nav#yyTopbar.yy-marketbar .yy-brand,
  html body.yy-taste nav#yyTopbar.yy-marketbar #navbarNav.yy-topbar-nav,
  html body.yy-taste nav#yyTopbar.yy-marketbar #navbarNav .yy-primary-nav,
  html body.yy-taste nav#yyTopbar.yy-marketbar #navbarNav .yy-primary-nav > li.nav-item,
  html body.yy-taste nav#yyTopbar.yy-marketbar .yy-topbar-right,
  html body.yy-taste nav#yyTopbar.yy-marketbar .yy-auth-box,
  html body.yy-taste nav#yyTopbar.yy-marketbar .yy-user-box {
    height: 68px !important;
    min-height: 68px !important;
    max-height: none !important;
  }

  html body.yy-taste nav#yyTopbar.yy-marketbar .yy-brand,
  html body.yy-taste nav#yyTopbar.yy-marketbar #navbarNav.yy-topbar-nav,
  html body.yy-taste nav#yyTopbar.yy-marketbar .yy-topbar-right {
    align-self: center !important;
  }

  html body.yy-taste nav#yyTopbar.yy-marketbar .yy-brand-text {
    height: 44px !important;
    min-height: 44px !important;
    max-height: none !important;
    line-height: normal !important;
    overflow: visible !important;
  }

  html body.yy-taste nav#yyTopbar.yy-marketbar #navbarNav .yy-primary-nav > li.nav-item > a.nav-link {
    height: 68px !important;
    min-height: 68px !important;
    max-height: none !important;
    background: transparent !important;
  }

  html body.yy-taste nav#yyTopbar.yy-marketbar #navbarNav .yy-primary-nav > li.nav-item > a.nav-link.active {
    background: rgba(200, 255, 61, 0.045) !important;
  }

  html body.yy-taste nav#yyTopbar.yy-marketbar #navbarNav .yy-primary-nav > li.nav-item > a.yy-workbench-link {
    align-self: center !important;
    width: auto !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    margin: 0 8px !important;
    border: 1px solid rgba(200, 255, 61, 0.48) !important;
    border-radius: 4px !important;
    color: var(--taste-lime) !important;
    background: rgba(200, 255, 61, 0.06) !important;
  }

  html body.yy-taste nav#yyTopbar.yy-marketbar #navbarNav .yy-primary-nav > li.nav-item > a.yy-workbench-link:hover {
    color: #101210 !important;
    background: var(--taste-lime) !important;
  }

  html body.yy-taste nav#yyTopbar.yy-marketbar .yy-search .input-group,
  html body.yy-taste nav#yyTopbar.yy-marketbar .yy-theme-switch,
  html body.yy-taste nav#yyTopbar.yy-marketbar .yy-login-link,
  html body.yy-taste nav#yyTopbar.yy-marketbar .yy-register-link {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
  }
}

@media (max-width: 1199px) {
  body.yy-taste .yy-marketbar .yy-topbar-inner {
    grid-template-columns: 190px minmax(0, 1fr) !important;
  }

  body.yy-taste .yy-marketbar .yy-primary-nav .nav-link {
    padding-inline: 12px !important;
  }

  body.yy-taste .yy-marketbar .yy-search { width: 220px !important; }
  .taste-market-grid { gap: 38px; }
}

@media (max-width: 991px) {
  body.yy-taste .yy-marketbar {
    min-height: 62px !important;
  }

  body.yy-taste .yy-marketbar .yy-topbar-inner {
    display: flex !important;
    width: calc(100% - 28px) !important;
    min-height: 62px !important;
  }

  body.yy-taste .yy-marketbar .yy-brand {
    min-width: 0 !important;
    padding-right: 12px !important;
    border-right: 0 !important;
  }

  body.yy-taste .yy-marketbar .yy-brand-mark {
    width: 38px !important;
    height: 38px !important;
  }

  body.yy-taste .yy-marketbar .yy-brand-mark img {
    width: 32px !important;
    height: 32px !important;
  }

  body.yy-taste .yy-marketbar .yy-brand-text small {
    display: none !important;
  }

  body.yy-taste .yy-marketbar .yy-topbar-actions-mobile {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    margin-left: auto !important;
  }

  body.yy-taste .yy-mobile-workbench,
  body.yy-taste .yy-marketbar .yy-menu-btn {
    display: grid !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    place-items: center !important;
    border: 1px solid var(--taste-line) !important;
    border-radius: 5px !important;
    color: #101210 !important;
    background: var(--taste-lime) !important;
  }

  body.yy-taste .yy-marketbar .yy-menu-btn {
    color: var(--taste-text) !important;
    background: var(--taste-surface) !important;
  }

  body.yy-taste .yy-marketbar .yy-menu-btn::before,
  body.yy-taste .yy-marketbar .yy-menu-btn::after {
    display: none !important;
    content: none !important;
    animation: none !important;
  }

  body.yy-taste .yy-marketbar .yy-menu-lines {
    display: grid !important;
    width: 17px !important;
    height: 13px !important;
    align-content: space-between !important;
  }

  body.yy-taste .yy-marketbar .yy-menu-lines i {
    display: block !important;
    width: 100% !important;
    height: 2px !important;
    border-radius: 0 !important;
    background: currentColor !important;
  }

  body.yy-taste .yy-marketbar .yy-topbar-nav {
    position: absolute !important;
    top: 56px !important;
    right: 14px !important;
    left: 14px !important;
    display: none !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 12px !important;
    border: 1px solid var(--taste-line) !important;
    border-radius: 6px !important;
    background: var(--taste-surface) !important;
    overflow: visible !important;
  }

  body.yy-taste .yy-marketbar .yy-topbar-nav.show {
    display: block !important;
  }

  body.yy-taste .yy-marketbar .yy-primary-nav {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: 44px !important;
    gap: 6px !important;
    width: 100% !important;
    height: auto !important;
  }

  body.yy-taste .yy-marketbar .yy-primary-nav .nav-item {
    display: block !important;
    grid-column: auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: 44px !important;
  }

  body.yy-taste .yy-marketbar .yy-primary-nav .nav-link,
  body.yy-taste .yy-marketbar .yy-primary-nav .yy-workbench-link {
    justify-content: center !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 8px !important;
    border: 1px solid var(--taste-line) !important;
    border-radius: 4px !important;
  }

  body.yy-taste .yy-marketbar .yy-primary-nav .nav-link::after { display: none !important; }

  body.yy-taste .yy-marketbar .yy-topbar-right {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin-top: 10px !important;
  }

  body.yy-taste .yy-marketbar .yy-search {
    width: 100% !important;
  }

  body.yy-taste .yy-marketbar .yy-theme-switch { display: none !important; }

  body.yy-taste .yy-marketbar .yy-auth-box {
    position: static !important;
    inset: auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    transform: none !important;
  }

  body.yy-taste .yy-marketbar .yy-auth-box a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 12px !important;
    border: 1px solid var(--taste-line) !important;
    border-radius: 4px !important;
  }

  body.yy-taste .yy-marketbar .yy-user-box {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    margin: 0 !important;
    transform: none !important;
  }

  body.yy-taste .yy-marketbar .yy-user-trigger {
    width: 100% !important;
    min-height: 42px !important;
    justify-content: flex-start !important;
  }

  html body.yy-taste nav#yyTopbar.yy-marketbar #navbarNav.yy-topbar-nav.show {
    height: auto !important;
    min-height: 122px !important;
  }

  html body.yy-taste nav#yyTopbar.yy-marketbar #navbarNav .yy-primary-nav {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    width: 100% !important;
    height: 44px !important;
  }

  html body.yy-taste nav#yyTopbar.yy-marketbar #navbarNav .yy-primary-nav > li.nav-item {
    flex: 1 1 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 44px !important;
  }

  html body.yy-taste nav#yyTopbar.yy-marketbar #navbarNav .yy-primary-nav > li.nav-item > a.nav-link {
    width: 100% !important;
    height: 44px !important;
  }

  .taste-market-grid {
    grid-template-columns: minmax(0, 6fr) minmax(340px, 6fr);
    gap: 24px;
    min-height: 246px;
    padding-block: 26px;
  }

  .taste-market-copy h1 { font-size: 48px; }
  .taste-market-copy > p { font-size: 14px; }
  .taste-market-copy > p strong { font-size: 17px; }
}

@media (max-width: 767px) {
  .taste-market-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding-block: 24px 20px;
  }

  .taste-market-brand {
    margin-bottom: 8px;
  }

  .taste-market-brand img {
    width: 32px;
    height: 32px;
  }

  .taste-market-copy h1 {
    font-size: 42px;
  }

  .taste-market-copy > p {
    margin-top: 10px;
    font-size: 13px;
  }

  .taste-market-links {
    gap: 15px;
    margin-top: 12px;
  }

  .taste-market-links a { font-size: 11px; }

  .taste-market-board {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 154px;
  }

  .taste-market-notice {
    min-height: 92px;
    padding: 12px;
  }

  .taste-market-notice-copy {
    max-height: 34px;
    margin-top: 8px;
    font-size: 10px;
  }

  .taste-market-services {
    grid-template-columns: 1fr;
    border-top: 0;
    border-left: 1px solid var(--taste-line);
  }

  .taste-market-services > div {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-right: 0;
    border-bottom: 1px solid var(--taste-line);
  }

  .taste-market-services > div:last-child { border-bottom: 0; }
  .taste-market-services span { margin: 0; }
  .taste-market-services strong { font-size: 10px; }

  .taste-storefront.taste-storefront-first {
    padding-block: 34px 86px;
  }

  .taste-storefront-head-quick {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 18px;
  }

  .taste-storefront-head-quick h2 {
    font-size: 32px;
  }

  .taste-quick-search {
    width: 100%;
    max-width: none;
    height: 48px;
    grid-template-columns: 42px minmax(0, 1fr) 68px;
  }

  .taste-storefront-first .taste-category-bar {
    display: block;
    padding-block: 13px 16px;
  }

  .taste-stock-note { display: none; }
}

@media (max-width: 430px) {
  body.yy-taste .yy-marketbar .yy-brand-text strong { font-size: 14px !important; }
  .taste-market-copy h1 { font-size: 38px; }
  .taste-market-board { grid-template-columns: minmax(0, 1fr) 128px; }
  .taste-market-services > div { padding-inline: 7px; }
}
