:root {
  --brand: #e2231a;
  --brand-soft: #fff1f0;
  --text: #262626;
  --muted: #777777;
  --line: #e7e7e7;
  --bg: #f5f5f5;
  --price: #e2231a;
  --radius: 8px;
  --mobile-nav-height: 68px;
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  font-size: 14px;
  color: var(--text);
  background: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
html {
  max-width: 100%;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
  letter-spacing: 0;
}
body {
  margin: 0;
  min-width: 320px;
  line-height: 1.6;
  max-width: 100%;
  overflow-x: hidden;
}
#app {
  min-width: 0;
  max-width: 100%;
  overflow-x: hidden;
}
body:has(.store-home) {
  background: var(--bg);
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.45;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 16px;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}
button {
  border: 0;
  background: none;
  cursor: pointer;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #f39b96;
  outline-offset: 3px;
}
input,
select,
textarea {
  min-width: 0;
  max-width: 100%;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background: #fff;
  padding: 10px 12px;
}
input::placeholder,
textarea::placeholder {
  color: #999999;
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand);
}
textarea {
  resize: vertical;
  line-height: 1.8;
}
img {
  display: block;
  max-width: 100%;
}
svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke-width: 1.7;
}
small {
  font-size: 12px;
}
em {
  font-style: normal;
}
.container {
  width: min(1240px, calc(100% - 80px));
  margin-inline: auto;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  transition:
    background-color 0.15s,
    border-color 0.15s;
}
.button:hover {
  background: #f7f7f7;
  border-color: #bbbbbb;
}
.button.primary {
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
}
.button.primary:hover {
  background: #c91c14;
}
.button.danger {
  color: #bd333b;
  border-color: #f1c6c9;
  background: #fff6f6;
}
.button.small {
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
}
.button svg {
  width: 18px;
  height: 18px;
}
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  padding: 0;
  border-radius: 6px;
  color: #777777;
}
.icon-button:hover {
  color: var(--brand);
  background: var(--brand-soft);
}
.text-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 0;
  color: var(--brand);
  font-size: 13px;
  line-height: 1.6;
}
.text-button:hover {
  color: #b41b14;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.text-button svg {
  width: 17px;
  height: 17px;
}
.muted {
  color: var(--muted);
}
.full-width {
  width: 100%;
}
.row-gap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.divider {
  height: 1px;
  margin: 28px 0;
  background: var(--line);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--brand);
  margin-bottom: 8px;
}
.page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}
.page-heading > div {
  min-width: 0;
}
.page-heading h1 {
  font-size: 27px;
  overflow-wrap: anywhere;
}
.page-heading h1 small {
  margin-left: 10px;
  font-size: 14px;
  color: var(--muted);
  font-weight: 400;
}
.page-heading p {
  color: var(--muted);
  font-size: 13px;
  margin-top: 8px;
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}
.section-head small {
  color: var(--muted);
  font-weight: 400;
  margin-left: 7px;
}
.price {
  color: var(--price);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.credit-unit {
  display: inline;
  margin-left: 4px;
  color: currentColor;
  font-size: max(10px, 0.52em);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}
.original {
  color: #999999;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: 400;
}
.skip {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 100;
  padding: 12px 20px;
  color: #fff;
  background: var(--brand);
}
.skip:focus {
  top: 8px;
}
.loading {
  display: flex;
  min-height: 100dvh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: var(--muted);
}
.loading-logo {
  display: block;
  width: 78px;
  height: 78px;
  margin-bottom: 7px;
  border-radius: 16px;
  background: #fff;
  object-fit: contain;
}
.loading strong { color: var(--ink); font-size: 20px; }
.loading small { font-size: 12px; }
.empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  min-height: 330px;
  padding: 48px 20px;
  text-align: center;
}
.empty > svg {
  width: 46px;
  height: 46px;
  color: #aaaaaa;
  stroke-width: 1.2;
}
.empty h2 {
  font-size: 21px;
}
.empty p {
  color: var(--muted);
  font-size: 14px;
  max-width: 460px;
}
#toasts {
  position: fixed;
  z-index: 100;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 32px);
  display: grid;
  gap: 10px;
  pointer-events: none;
}
.toast {
  padding: 12px 20px;
  color: #fff;
  background: #333333;
  border-radius: 6px;
  box-shadow: 0 5px 24px #00000029;
  font-size: 14px;
  overflow-wrap: anywhere;
}
.toast.error {
  background: #b8241c;
}

.utility-bar {
  background: #f5f5f5;
  color: #777777;
  border-bottom: 1px solid #eeeeee;
  font-size: 12px;
}
.utility-bar > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 34px;
}
.utility-bar > .container > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.utility-bar > .container > div {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
.utility-bar a,
.utility-bar button {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 0;
  font-size: 12px;
}
.utility-bar svg {
  width: 13px;
  height: 13px;
}
.utility-bar a:hover,
.utility-bar button:hover {
  color: var(--brand);
}
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 46px;
  min-height: 88px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
  color: var(--brand);
}
.brand-mark {
  display: block;
  width: 45px;
  height: 45px;
  border: 1px solid #e9e9e9;
  background: #fff url("/assets/customer-logo-avatar.png?v=2.5.38-header-r2") center / cover no-repeat;
  border-radius: 8px;
  color: transparent;
  font-size: 0;
  object-fit: cover;
  overflow: hidden;
}
.brand > span:last-child {
  max-width: 180px;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.brand small {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 5px;
  color: #888888;
}
.site-search {
  display: flex;
  align-items: center;
  flex: 1 1 480px;
  gap: 10px;
  height: 44px;
  padding-left: 16px;
  border: 1.5px solid var(--brand);
  border-radius: 6px;
  max-width: 570px;
  background: #fff;
}
.site-search > svg {
  width: 18px;
  height: 18px;
  color: #999999;
}
.site-search input {
  width: 0;
  flex: 1 1 auto;
  height: 100%;
  border: 0;
  background: none;
  padding: 8px 0;
  font-size: 13px;
}
.site-search input:focus-visible {
  outline: none;
}
.site-search:focus-within {
  box-shadow: 0 0 0 3px #ffdcd9;
}
.site-search button {
  align-self: stretch;
  padding: 0 24px;
  color: #fff;
  background: var(--brand);
  font-size: 14px;
  border-radius: 0 3px 3px 0;
  flex-shrink: 0;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-shrink: 0;
}
.header-account,
.header-cart {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  white-space: nowrap;
}
.header-account > span {
  max-width: 94px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-cart > b {
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 4px;
  border-radius: 10px;
  background: var(--brand-soft);
  color: var(--brand);
  font-size: 11px;
}
.desktop-nav {
  display: flex;
  align-items: stretch;
  gap: 44px;
  min-height: 48px;
  overflow-x: auto;
  scrollbar-width: none;
}
.desktop-nav a {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 3px 13px;
  font-size: 14px;
  color: #555555;
}
.desktop-nav a.active,
.desktop-nav a:hover {
  color: var(--brand);
  font-weight: 600;
}
.desktop-nav a.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--brand);
}
.store {
  min-height: 55vh;
  padding-top: 32px;
  padding-bottom: 64px;
}
.store-home {
  padding-top: 24px;
}
.campaign {
  position: relative;
  isolation: isolate;
  min-height: 230px;
  overflow: hidden;
  background: #dcdadb;
}
.campaign-image {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 80% 50%;
}
.campaign-copy {
  position: relative;
  padding: 22px 36px;
  max-width: 55%;
}
.campaign-label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #9b211a;
  font-size: 12px;
  font-weight: 600;
}
.campaign-label > span {
  color: #c28e89;
}
.campaign h1 {
  color: #9b211a;
  font-size: 31px;
  line-height: 1.45;
  font-weight: 800;
  margin-top: 8px;
}
.campaign h1 span {
  color: #e2231a;
}
.campaign-copy p {
  font-size: 13px;
  color: #9b211a;
  margin-top: 9px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.campaign-link {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 7px 14px;
  margin-top: 12px;
  border-radius: 4px;
  background: var(--brand);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.campaign-link svg {
  width: 16px;
  height: 16px;
}
.campaign-price {
  position: absolute;
  right: 28px;
  bottom: 23px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  color: #9b211a;
}
.campaign-price small {
  font-size: 11px;
}
.campaign-price strong {
  font-size: 20px;
  font-weight: 600;
}
.home-assurance {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 60px;
  row-gap: 8px;
  min-height: 44px;
  border-bottom: 1px solid var(--line);
  color: #777777;
  font-size: 12px;
}
.home-assurance span,
.home-assurance button {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  padding: 0;
}
.home-assurance svg {
  width: 15px;
  height: 15px;
}
.home-assurance button > svg:last-child {
  width: 12px;
  height: 12px;
}
.category-discovery,
.category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}
.category-discovery {
  padding: 23px 0 25px;
  border-bottom: 1px solid var(--line);
}
.category-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-width: 0;
}
.category-art {
  display: block;
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--bg);
}
.category-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s;
}
.category-tile:hover img {
  transform: scale(1.08);
}
.category-tile > div {
  min-width: 0;
}
.category-tile h3 {
  font-size: 14px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.category-tile small {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #999999;
  margin-top: 4px;
}
.category-tile small svg {
  width: 12px;
  height: 12px;
}
.category-grid {
  gap: 32px;
  padding: 18px 0 50px;
}
.category-grid .category-tile {
  flex-direction: column;
  text-align: center;
  gap: 18px;
}
.category-grid .category-art {
  width: 120px;
  height: 120px;
}
.category-grid h3 {
  font-size: 17px;
}
.category-grid small {
  justify-content: center;
}
.catalog-section {
  padding-top: 27px;
}
.catalog-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.catalog-heading > div {
  min-width: 0;
}
.section-kicker {
  display: block;
  color: #888888;
  font-size: 11px;
  margin-bottom: 5px;
}
.catalog-heading h1,
.catalog-heading h2 {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 23px;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.catalog-count {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  white-space: nowrap;
}
.sort-select {
  padding: 8px 12px;
  font-size: 12px;
  color: #666666;
  flex-shrink: 0;
  background: #fff;
}
.category-strip {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 19px 0 22px;
  border-bottom: 1px solid var(--line);
  overflow-x: auto;
  scrollbar-width: none;
}
.category-strip button {
  position: relative;
  padding: 0 0 12px;
  font-size: 13px;
  color: #777777;
  white-space: nowrap;
  flex-shrink: 0;
}
.category-strip button.active {
  color: var(--brand);
  font-weight: 600;
}
.category-strip button.active:after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--brand);
}
.product-grid {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 32px;
}
.product-card {
  min-width: 0;
  max-width: 100%;
  background: #fff;
  border-radius: 6px;
  content-visibility: auto;
  contain-intrinsic-size: 0 330px;
  overflow: hidden;
}
.product-image {
  position: relative;
  display: block;
  aspect-ratio: 1;
  background: #f7f7f7;
  overflow: hidden;
  border-radius: 6px;
}
.product-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.product-card:hover .product-image > img {
  transform: scale(1.025);
}
.product-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 3px 7px;
  background: #ffffffed;
  color: #b3342a;
  border: 1px solid #f1d0cd;
  font-size: 11px;
  border-radius: 3px;
  max-width: calc(100% - 24px);
  overflow-wrap: anywhere;
}
.sold-out {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px 12px;
  background: #333333dc;
  color: white;
  white-space: nowrap;
  border-radius: 4px;
}
.product-info {
  padding: 12px;
}
.product-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #999999;
  font-size: 11px;
  margin-bottom: 5px;
}
.product-category > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  min-height: 48px;
  overflow-wrap: anywhere;
}
.product-title:hover {
  color: var(--brand);
}
.product-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 8px;
  min-height: 24px;
  font-size: 11px;
  color: #888888;
  margin: 5px 0;
}
.product-meta span:first-child {
  color: #bb493f;
}
.product-meta .shipping-badge {
  padding: 2px 6px;
  border: 1px solid #e2231a;
  border-radius: 3px;
  color: #e2231a;
  background: #fff7f6;
  font-weight: 700;
}
.product-meta span + span {
  padding-left: 8px;
  border-left: 1px solid #dddddd;
}
.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  gap: 6px;
}
.product-prices {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  min-width: 0;
  gap: 2px 9px;
}
.price-row .price {
  font-size: 23px;
  overflow-wrap: anywhere;
}
.price-row .price em {
  font-size: 13px;
  margin-right: 2px;
}
.price-row .original {
  font-size: 11px;
}
.add-cart {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  height: 36px;
  color: var(--brand);
  background: var(--brand-soft);
  border: 1px solid #f4c9c5;
  border-radius: 50%;
}
.add-cart > svg:first-child {
  width: 19px;
  height: 19px;
}
.add-cart .add-cart-plus {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 6px;
  bottom: 5px;
  background: var(--brand-soft);
  border-radius: 50%;
  stroke-width: 2.3;
}
.add-cart:hover {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}
.add-cart:hover .add-cart-plus {
  background: var(--brand);
}
.empty-reset {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.catalog-more {
  display: flex;
  justify-content: center;
  padding: 24px 0 8px;
}
.catalog-more .button {
  min-width: 180px;
}
.catalog-more .button span {
  color: #777;
  font-size: 12px;
  margin-left: 4px;
}
.catalog-more-sentinel {
  width: 100%;
  height: 1px;
}
.service-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 80px;
  padding-top: 46px;
  margin-top: 36px;
  border-top: 1px solid var(--line);
  color: #888888;
  font-size: 13px;
}
.service-row > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-row svg {
  color: #999999;
}
.site-footer {
  background: #f6f6f6;
  border-top: 1px solid var(--line);
  color: #888888;
}
.footer-main {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-block: 32px;
}
.footer-main .brand-mark {
  width: 32px;
  height: 32px;
  font-size: 21px;
  border-radius: 6px;
}
.footer-main .brand > span:last-child {
  font-size: 20px;
}
.footer-main .brand small {
  display: none;
}
.footer-main > p {
  font-size: 12px;
}
.footer-main > div {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-left: auto;
  font-size: 12px;
}
.footer-main button {
  padding: 0;
  font-size: 12px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-block: 17px;
  font-size: 11px;
  overflow-wrap: anywhere;
}
.mobile-nav {
  display: none;
}

@media (min-width: 1500px) {
  .container {
    width: min(1320px, calc(100% - 120px));
  }
  .campaign {
    min-height: 230px;
  }
  .campaign-copy {
    padding-top: 22px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 48px);
  }
  .header-inner {
    gap: 26px;
  }
  .header-account > span,
  .header-cart > span {
    display: none;
  }
  .header-actions {
    gap: 16px;
  }
  .desktop-nav {
    gap: 30px;
  }
  .category-discovery {
    gap: 12px;
  }
  .category-tile {
    gap: 8px;
  }
  .category-art {
    width: 48px;
    height: 48px;
  }
  .category-tile h3 {
    font-size: 13px;
  }
  .product-grid {
    gap: 28px 18px;
  }
  .footer-main {
    gap: 20px;
  }
  .footer-main > p {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-card {
    content-visibility: auto;
    contain-intrinsic-size: 0 330px;
  }
  html,
  body,
  html * {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar,
  html *::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  body:has(.mobile-nav) {
    padding-bottom: calc(
      var(--mobile-nav-height) + env(safe-area-inset-bottom)
    );
  }
  .container {
    width: calc(100% - 32px);
  }
  .utility-bar,
  .store-navigation {
    display: none;
  }
  .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 13px 20px;
    min-height: 0;
    padding-block: 17px 14px;
  }
  .brand {
    gap: 8px;
  }
  .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 6px;
  }
  .brand > span:last-child {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 3px 9px;
    font-size: 23px;
    max-width: 240px;
  }
  .brand small {
    font-size: 11px;
    margin: 0;
  }
  .header-actions {
    gap: 13px;
  }
  .header-actions svg {
    width: 21px;
    height: 21px;
  }
  .header-cart {
    gap: 4px;
  }
  .header-cart > b {
    min-width: 16px;
    height: 16px;
    font-size: 11px;
  }
  .site-search {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: none;
    width: 100%;
    height: 39px;
    padding-left: 12px;
    border-width: 1px;
    background: #fafafa;
  }
  .site-search input {
    font-size: 16px;
  }
  .site-search button {
    padding-inline: 19px;
    font-size: 13px;
  }
  .store {
    padding-top: 23px;
    padding-bottom: 35px;
  }
  .store-home {
    padding-top: 10px;
  }
  .campaign {
    min-height: 146px;
  }
  .campaign-image {
    object-position: 100% 50%;
  }
  .campaign-copy {
    max-width: 66%;
    padding: 14px;
  }
  .campaign-label {
    font-size: 11px;
    gap: 6px;
  }
  .campaign h1 {
    font-size: 23px;
    line-height: 1.35;
    margin-top: 6px;
  }
  .campaign-copy p {
    font-size: 11px;
    display: none;
    max-width: 165px;
  }
  .campaign-link {
    font-size: 11px;
    margin-top: 7px;
    padding-block: 4px;
    gap: 15px;
  }
  .campaign-price {
    right: 12px;
    bottom: 11px;
    gap: 0;
  }
  .campaign-price small {
    font-size: 11px;
  }
  .campaign-price strong {
    font-size: 15px;
  }
  .home-assurance {
    min-height: 32px;
    column-gap: 17px;
    row-gap: 5px;
    padding-block: 6px;
  }
  .home-assurance span,
  .home-assurance button {
    font-size: 11px;
    gap: 4px;
  }
  .home-assurance svg {
    width: 12px;
    height: 12px;
  }
  .home-assurance button > svg:last-child {
    display: none;
  }
  .category-discovery {
    gap: 10px;
    padding-block: 12px;
  }
  .category-tile {
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }
  .category-art {
    width: 43px;
    height: 43px;
  }
  .category-tile h3 {
    font-size: 12px;
    font-weight: 500;
  }
  .category-discovery .category-tile small {
    display: none;
  }
  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 16px;
  }
  .category-grid .category-art {
    width: 80px;
    height: 80px;
  }
  .category-grid h3 {
    font-size: 14px;
  }
  .category-grid small {
    font-size: 11px;
  }
  .catalog-section {
    padding-top: 16px;
  }
  .store-home:has(.campaign) .category-strip {
    display: none;
  }
  .store-home:has(.campaign) .product-grid {
    margin-top: 16px;
  }
  .catalog-heading {
    align-items: flex-end;
    gap: 8px;
  }
  .section-kicker {
    display: none;
  }
  .catalog-heading h1,
  .catalog-heading h2 {
    font-size: 19px;
    gap: 5px;
  }
  .catalog-count {
    font-size: 11px;
  }
  .sort-select {
    padding: 6px;
    font-size: 11px;
    max-width: 108px;
  }
  .category-strip {
    gap: 24px;
    margin: 12px 0;
  }
  .category-strip button {
    padding-bottom: 9px;
    font-size: 12px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 13px;
  }
  .product-image {
    border-radius: 5px;
  }
  .product-tag {
    top: 8px;
    left: 8px;
    font-size: 11px;
    padding: 2px 5px;
  }
  .product-info {
    padding: 12px;
  }
  .product-category {
    font-size: 11px;
    margin-bottom: 4px;
    gap: 4px;
  }
  .product-title {
    font-size: 14px;
    line-height: 1.65;
    min-height: 48px;
  }
  .product-meta {
    font-size: 11px;
    gap: 3px 5px;
    margin-block: 3px;
  }
  .product-meta span + span {
    padding-left: 5px;
  }
  .price-row {
    gap: 4px;
  }
  .price-row .price {
    font-size: 21px;
  }
  .price-row .price em {
    font-size: 11px;
  }
  .price-row .original {
    font-size: 11px;
  }
  .product-prices {
    gap: 0 6px;
  }
  .add-cart {
    flex-basis: 32px;
    height: 32px;
  }
  .add-cart > svg:first-child {
    width: 17px;
    height: 17px;
  }
  .add-cart .add-cart-plus {
    right: 5px;
    bottom: 5px;
  }
  .service-row {
    gap: 10px 20px;
    margin-top: 30px;
    padding-top: 25px;
    font-size: 11px;
  }
  .service-row > div {
    gap: 5px;
  }
  .service-row svg {
    width: 15px;
    height: 15px;
  }
  .footer-main {
    padding-block: 24px 17px;
    flex-direction: column;
    gap: 16px;
  }
  .footer-main > div {
    margin-left: 0;
    gap: 25px;
    font-size: 11px;
  }
  .footer-main button {
    font-size: 11px;
  }
  .footer-bottom {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 3px;
    font-size: 11px;
  }
  .footer-bottom > span {
    width: 100%;
  }
  .mobile-nav {
    position: fixed;
    z-index: 60;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));
    padding: 9px 12px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: #fffffffa;
    isolation: isolate;
  }
  .mobile-nav-count-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .mobile-nav-count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .mobile-nav a {
    position: relative;
    display: flex;
    min-height: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #999999;
    font-size: 12px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }
  .mobile-nav a svg {
    width: 22px;
    height: 22px;
  }
  .mobile-nav a.active {
    color: var(--brand);
    font-weight: 600;
  }
  .mobile-nav a.active svg {
    stroke-width: 2.1;
  }
  .mobile-nav .badge-count {
    position: absolute;
    top: -2px;
    left: calc(50% + 7px);
    padding: 0 4px;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    color: #fff;
    background: var(--price);
    border-radius: 8px;
    font-size: 11px;
  }
  .page-heading {
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 23px;
  }
  .page-heading h1 {
    font-size: 23px;
  }
  .page-heading p {
    font-size: 12px;
    line-height: 1.8;
  }
  .page-heading .row-gap {
    gap: 8px;
  }
  .page-heading .button {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 12px;
  }
  #toasts {
    top: 12px;
  }
  .toast {
    padding: 10px 15px;
    font-size: 13px;
  }
  .empty {
    min-height: 330px;
    padding: 38px 16px;
  }
  .empty h2 {
    font-size: 19px;
  }
  .empty p {
    font-size: 13px;
  }
}

/* Home merchandising follows the customer-approved notice -> carousel -> categories -> updates order. */
.home-notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  padding: 9px 16px;
  border: 1px solid #ffd5c2;
  border-radius: 6px;
  background: #fff8f3;
  color: #6d2d18;
}
.home-notice-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ed4b20;
  white-space: nowrap;
}
.home-notice-brand {
  display: block;
  width: clamp(104px, 11vw, 140px);
  height: auto;
  max-height: 32px;
  object-fit: contain;
}
.home-notice-label svg {
  width: 18px;
  height: 18px;
}
.home-notice-label strong {
  font-size: 13px;
}
.home-notice-viewport {
  min-width: 0;
  overflow: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}
.home-notice-marquee {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: home-notice-ticker 20s linear infinite;
}
.home-notice-item {
  flex: 0 0 auto;
  padding-right: 72px;
  white-space: nowrap;
  font-size: 13px;
}
.home-notice:hover .home-notice-marquee,
.home-notice:focus-within .home-notice-marquee {
  animation-play-state: paused;
}
@keyframes home-notice-ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.home-notice > a {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #a55d42;
}
.home-notice > a svg {
  width: 17px;
  height: 17px;
}
.promo-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
  grid-template-rows: repeat(2, minmax(120px, 1fr));
  gap: 12px;
  min-height: 276px;
  margin-top: 16px;
}
.promo-card {
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #eadbd4;
}
.promo-card-1 {
  grid-row: 1 / 3;
  background: #d9362b;
  color: #fff;
}
.promo-card-2 {
  background: #174d43;
  color: #fff;
}
.promo-card-3 {
  background: #f4c746;
  color: #312514;
}
.promo-card-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  width: 54%;
  height: 100%;
  padding: 22px;
}
.promo-card-copy small {
  display: inline-flex;
  padding: 3px 8px;
  border-radius: 4px;
  background: #ffffffeb;
  color: #d9362b;
  font-size: 12px;
  font-weight: 700;
}
.promo-card-copy strong {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 19px;
  line-height: 1.45;
}
.promo-card-copy em {
  font-size: 15px;
  font-weight: 700;
}
.promo-card-1 .promo-card-copy {
  padding: 34px;
}
.promo-card-1 .promo-card-copy strong {
  font-size: 28px;
}
.promo-card-2 .promo-card-copy small {
  color: #174d43;
}
.promo-card-3 .promo-card-copy small {
  color: #6d4c00;
}
.promo-card img {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 auto;
  width: 46%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #fff;
  transition: transform 220ms ease;
}
.promo-card:hover img {
  transform: scale(1.035);
}
.home-carousel {
  position: relative;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 8px;
  background: #d9362b;
}
.home-carousel-viewport {
  overflow: hidden;
  scroll-behavior: smooth;
  aspect-ratio: 3.6 / 1;
  min-height: 240px;
  max-height: 330px;
}
.home-carousel-track {
  display: flex;
  height: 100%;
}
.home-carousel-slide {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  flex: 0 0 100%;
  min-width: 0;
  height: 100%;
  overflow: hidden;
}
.home-carousel-theme-1 {
  background: #d9362b;
  color: #fff;
}
.home-carousel-theme-2 {
  background: #174d43;
  color: #fff;
}
.home-carousel-theme-3 {
  background: #e7b938;
  color: #2a2110;
}
.home-carousel-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: 32px 34px 48px;
}
.home-carousel-copy > span {
  font-size: 12px;
  font-weight: 700;
}
.home-carousel-copy h2 {
  margin-top: 5px;
  font-size: 30px;
  line-height: 1.35;
}
.home-carousel-copy p {
  margin-top: 7px;
  font-size: 13px;
  opacity: 0.84;
}
.home-carousel-copy a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 36px;
  margin-top: 16px;
  padding: 7px 12px;
  border-radius: 4px;
  background: #fff;
  color: #b62a22;
  font-size: 13px;
  font-weight: 700;
}
.home-carousel-copy a svg {
  width: 16px;
  height: 16px;
}
.home-carousel-theme-2 .home-carousel-copy a {
  color: #174d43;
}
.home-carousel-theme-3 .home-carousel-copy a {
  color: #614700;
}
.home-carousel-product {
  position: relative;
  min-width: 0;
  background: #fff;
}
.home-carousel-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-carousel-product strong,
.home-carousel-product em {
  position: absolute;
  right: 18px;
  max-width: calc(100% - 36px);
  padding: 4px 8px;
  border-radius: 4px;
  background: #ffffffed;
  color: #282828;
}
.home-carousel-product strong {
  bottom: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.home-carousel-product em {
  bottom: 15px;
  color: #d9362b;
  font-size: 13px;
  font-weight: 800;
}
.home-carousel-arrow,
.home-carousel-toggle {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff52;
  border-radius: 50%;
  background: #18181880;
  color: #fff;
}
.home-carousel-arrow {
  top: auto;
  bottom: 11px;
  width: 38px;
  height: 38px;
  transform: none;
}
.home-carousel-arrow.previous {
  left: 12px;
}
.home-carousel-arrow.next {
  right: 12px;
}
.home-carousel-arrow svg {
  width: 20px;
  height: 20px;
}
.home-carousel-controls {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 11px;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
}
.home-carousel-dots {
  display: flex;
  gap: 1px;
}
.home-carousel-dots button {
  position: relative;
  display: grid;
  place-items: center;
  width: 24px;
  height: 26px;
  padding: 0;
  background: transparent;
}
.home-carousel-dots button:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff80;
}
.home-carousel-dots button[aria-current="true"]:before {
  width: 18px;
  border-radius: 4px;
  background: #fff;
}
.home-carousel-toggle {
  position: static;
  width: 26px;
  height: 26px;
}
.home-carousel-toggle svg {
  width: 13px;
  height: 13px;
}

@media (max-width: 767px) {
  body:has(.store-home) .site-header {
    border-bottom: 0;
    background: #ff4b18;
  }
  body:has(.store-home) .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding-block: 13px 14px;
  }
  body:has(.store-home) .brand,
  body:has(.store-home) .header-account {
    display: none;
  }
  body:has(.store-home) .site-search {
    grid-column: 1;
    grid-row: 1;
    height: 42px;
    border: 0;
    border-radius: 22px;
    background: #fff;
  }
  body:has(.store-home) .site-search button {
    padding-inline: 16px;
    border-radius: 0 22px 22px 0;
    background: transparent;
    color: #ed4217;
    font-weight: 700;
  }
  body:has(.store-home) .site-search:focus-within {
    box-shadow: 0 0 0 3px #ffffff5c;
  }
  body:has(.store-home) .header-actions,
  body:has(.store-home) .header-cart {
    color: #fff;
  }
  body:has(.store-home) .header-cart > b {
    background: #fff;
    color: #ed4217;
  }
  .store-home {
    width: calc(100% - 20px);
    padding-top: 10px;
  }
  .home-notice {
    min-height: 44px;
    gap: 8px;
    padding: 7px 10px;
    border-color: #ffd0bd;
    background: #fff3eb;
  }
  .home-notice-label strong,
  .home-notice-item {
    font-size: 12px;
  }
  .home-notice-label svg {
    width: 16px;
    height: 16px;
  }
  .home-notice-brand {
    width: 104px;
    max-height: 28px;
  }
  .home-notice > a {
    width: 24px;
    height: 24px;
  }
  .promo-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 142px 112px;
    gap: 8px;
    min-height: 0;
    margin-top: 10px;
  }
  .promo-card-1 {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .promo-card-2,
  .promo-card-3 {
    grid-row: 2;
  }
  .promo-card-copy,
  .promo-card-1 .promo-card-copy {
    width: 58%;
    gap: 4px;
    padding: 12px;
  }
  .promo-card-copy small {
    padding: 2px 6px;
    font-size: 10px;
  }
  .promo-card-copy strong,
  .promo-card-1 .promo-card-copy strong {
    font-size: 14px;
    line-height: 1.4;
  }
  .promo-card-1 .promo-card-copy strong {
    font-size: 18px;
  }
  .promo-card-copy em {
    font-size: 12px;
  }
  .promo-card img {
    width: 43%;
  }
  .home-carousel {
    margin-top: 10px;
  }
  .home-carousel-viewport {
    min-height: 0;
    max-height: none;
    aspect-ratio: 2.08 / 1;
  }
  .home-carousel-copy {
    padding: 18px 12px 38px 16px;
  }
  .home-carousel-copy > span {
    font-size: 10px;
  }
  .home-carousel-copy h2 {
    margin-top: 3px;
    font-size: 18px;
    line-height: 1.35;
  }
  .home-carousel-copy p {
    display: none;
  }
  .home-carousel-copy a {
    min-height: 30px;
    gap: 8px;
    margin-top: 9px;
    padding: 4px 8px;
    font-size: 11px;
  }
  .home-carousel-copy a svg {
    width: 13px;
    height: 13px;
  }
  .home-carousel-product strong,
  .home-carousel-product em {
    display: none;
  }
  .home-carousel-arrow {
    top: auto;
    bottom: 6px;
    width: 27px;
    height: 27px;
    transform: none;
  }
  .home-carousel-arrow.previous {
    left: 5px;
  }
  .home-carousel-arrow.next {
    right: 5px;
  }
  .home-carousel-arrow svg {
    width: 16px;
    height: 16px;
  }
  .home-carousel-controls {
    bottom: 7px;
  }
  .home-carousel-dots button {
    width: 22px;
    height: 24px;
  }
  .home-carousel-dots button:before {
    width: 7px;
    height: 7px;
  }
  .home-carousel-dots button[aria-current="true"]:before {
    width: 17px;
  }
  .home-carousel-toggle {
    width: 23px;
    height: 23px;
  }
  .store-home .catalog-section {
    padding-top: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-carousel-track,
  .promo-card img {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* v1.5 home: dense, mobile-first retail layout using real shop data. */
.home-channel-strip {
  display: none;
}
.home-category-shortcuts {
  display: grid;
  grid-template-columns: repeat(10, minmax(74px, 1fr));
  gap: 10px;
  margin-top: 16px;
  padding: 18px 12px;
  border-block: 1px solid #ececec;
  background: #fff;
}
.home-category-shortcut {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-align: center;
}
.home-category-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background: #e83f36;
}
.home-category-icon svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.8;
}
.home-category-tone-2 .home-category-icon {
  background: #e7a51a;
}
.home-category-tone-3 .home-category-icon {
  background: #289b73;
}
.home-category-tone-4 .home-category-icon {
  background: #397dcc;
}
.home-category-tone-5 .home-category-icon {
  background: #d95782;
}
.home-category-all .home-category-icon {
  background: #4d5a69;
}
.home-category-shortcut strong {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
}
.home-category-shortcut small {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  font-size: 10px;
}
.home-deals {
  margin-top: 16px;
  padding: 17px 18px 18px;
  border-block: 1px solid #ececec;
  background: #fff;
}
.home-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
}
.home-section-heading > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
}
.home-section-heading strong {
  color: #222;
  font-size: 20px;
  font-weight: 800;
}
.home-section-heading span {
  color: #9b5f33;
  font-size: 12px;
}
.home-section-heading > a {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  color: #777;
  font-size: 12px;
}
.home-section-heading > a svg {
  width: 15px;
  height: 15px;
}
.home-deal-rail {
  --home-update-card-width: 142px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  touch-action: pan-x;
}
.home-deal-rail::-webkit-scrollbar {
  display: none;
}
.home-update-marquee {
  display: flex;
  gap: 12px;
  width: max-content;
}
.home-deal-card {
  display: flex;
  width: var(--home-update-card-width);
  flex: 0 0 var(--home-update-card-width);
  flex-direction: column;
  align-items: flex-start;
  scroll-snap-align: start;
}
.home-deal-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 6px;
  background: #f6f6f6;
}
.home-deal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-deal-card > strong {
  margin-top: 7px;
  color: var(--price);
  font-size: 17px;
  line-height: 1.25;
}
.home-deal-card > small {
  display: -webkit-box;
  width: 100%;
  margin-top: 3px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #666;
  font-size: 11px;
}

@media (max-width: 1100px) and (min-width: 768px) {
  .home-category-shortcuts {
    grid-template-columns: repeat(5, minmax(90px, 1fr));
  }
}

@media (max-width: 767px) {
  body:has(.store-home) .site-header {
    position: sticky;
    z-index: 30;
    top: 0;
    background: #e2231a;
  }
  body:has(.store-home) .header-inner {
    padding: 9px 10px 8px;
  }
  body:has(.store-home) .site-search {
    height: 40px;
    padding-left: 13px;
    border: 2px solid #fff;
    border-radius: 20px;
  }
  body:has(.store-home) .site-search button {
    padding-inline: 15px;
    border-radius: 0 18px 18px 0;
    background: #fff;
    color: #e2231a;
  }
  body:has(.store-home) .header-actions {
    gap: 8px;
  }
  body:has(.store-home) .header-cart {
    width: 34px;
    justify-content: center;
  }
  body:has(.store-home) .header-cart > b {
    position: absolute;
    margin: -22px 0 0 21px;
    border: 1px solid #e2231a;
  }
  .store-home {
    width: 100%;
    padding: 0 10px 24px;
  }
  .home-channel-strip {
    display: flex;
    align-items: center;
    gap: 25px;
    width: calc(100% + 20px);
    min-height: 40px;
    margin-inline: -10px;
    padding: 0 14px 7px;
    overflow-x: auto;
    background: #e2231a;
    color: #fff;
    scrollbar-width: none;
  }
  .home-channel-strip a {
    position: relative;
    flex-shrink: 0;
    font-size: 14px;
    opacity: 0.82;
  }
  .home-channel-strip a.active {
    font-size: 16px;
    font-weight: 800;
    opacity: 1;
  }
  .home-channel-strip a.active:after {
    position: absolute;
    content: "";
    right: 7px;
    bottom: -6px;
    left: 7px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
  }
  .home-notice {
    min-height: 38px;
    margin-top: 8px;
    padding: 5px 8px;
    border: 0;
    border-radius: 6px;
    background: #fff;
  }
  .home-notice-label {
    color: #e2231a;
  }
  .home-notice-label strong {
    font-weight: 800;
  }
  .home-carousel {
    margin-top: 8px;
    border-radius: 8px;
  }
  .home-carousel-viewport {
    aspect-ratio: 2.16 / 1;
  }
  .home-carousel-copy {
    padding: 16px 10px 36px 15px;
  }
  .home-carousel-copy h2 {
    font-size: 19px;
  }
  .home-category-shortcuts {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px 4px;
    width: calc(100% + 20px);
    margin: 8px -10px 0px;
    padding: 15px 8px 13px;
    border-block: 0;
  }
  .home-category-icon {
    width: 43px;
    height: 43px;
  }
  .home-category-icon svg {
    width: 21px;
    height: 21px;
  }
  .home-category-shortcut strong {
    font-size: 11px;
  }
  .home-category-shortcut small {
    display: none;
  }
  .home-deals {
    width: calc(100% + 20px);
    margin: 8px -10px 0;
    padding: 13px 10px 14px;
    border-block: 0;
  }
  .home-section-heading {
    margin-bottom: 10px;
  }
  .home-section-heading strong {
    font-size: 18px;
  }
  .home-section-heading span {
    font-size: 11px;
  }
  .home-deal-rail {
    --home-update-card-width: 104px;
    padding-bottom: 2px;
  }
  .home-deal-card > strong {
    font-size: 16px;
  }
  .promo-mosaic {
    margin-top: 8px;
  }
  .store-home .catalog-section {
    padding-top: 18px;
  }
  .catalog-browsing .category-strip {
    display: none;
  }
  .catalog-browsing .catalog-heading {
    align-items: center;
    margin-bottom: 12px;
  }
  .catalog-browsing .catalog-heading h2 {
    position: relative;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 800;
  }
  .catalog-browsing .catalog-heading h2:before {
    position: absolute;
    content: "";
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 4px;
    border-radius: 2px;
    background: #e2231a;
  }
  .catalog-browsing .product-grid {
    gap: 8px;
  }
  .catalog-browsing .product-card {
    border-radius: 8px;
  }
  .catalog-browsing .product-info {
    padding: 9px;
  }
  .catalog-browsing .product-title {
    min-height: 44px;
    font-size: 13px;
    line-height: 1.65;
  }
  .catalog-browsing .product-meta span + span {
    display: none;
  }
  .catalog-browsing .price-row .price {
    font-size: 20px;
  }
  .catalog-browsing .add-cart {
    flex-basis: 30px;
    height: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-deal-rail { overflow-x: auto; }
  .home-update-marquee { animation: none; }
  .home-update-group:last-child { display: none; }
  .home-notice-viewport { overflow-x: auto; }
  .home-notice-marquee { animation: none; }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.support-chat,
.support-admin {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.support-chat {
  max-width: 860px;
  margin: 0 auto;
}
.support-chat > header,
.support-admin-chat > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 74px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
}
.support-chat > header > div,
.support-admin-chat > header > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.support-chat > header span,
.support-admin-chat > header span {
  color: #777;
  font-size: 12px;
}
.support-presence {
  flex-shrink: 0;
  padding: 5px 9px;
  border-radius: 4px;
  background: #f1f2f4;
  color: #62666d !important;
  font-size: 12px;
}
.support-presence.online {
  background: #eaf8ef;
  color: #23864a !important;
}
.support-messages {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: min(52vh, 520px);
  min-height: 320px;
  overflow-y: auto;
  padding: 22px;
  background: #f7f8fa;
}
.support-message {
  align-self: flex-start;
  width: fit-content;
  max-width: min(76%, 560px);
}
.support-message.mine {
  align-self: flex-end;
}
.support-message-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 4px 5px;
  color: #999;
  font-size: 11px;
}
.support-message.mine .support-message-meta {
  justify-content: flex-end;
}
.support-message-meta strong {
  color: #555;
  font-weight: 600;
}
.support-message p {
  margin: 0;
  padding: 11px 14px;
  border: 1px solid #e4e6ea;
  border-radius: 6px;
  background: #fff;
  line-height: 1.7;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.support-message.mine p {
  border-color: #ef3f38;
  background: #e2231a;
  color: #fff;
}
.support-message.bot p {
  border-color: #d9e6f7;
  background: #f3f8ff;
}
.support-compose {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
  padding: 15px 18px;
  border-top: 1px solid var(--line);
  background: #fff;
}
.support-compose textarea {
  width: 100%;
  min-height: 54px;
  max-height: 140px;
  resize: vertical;
  padding: 10px 12px;
}
.support-compose .button {
  min-width: 92px;
  min-height: 44px;
}
.support-compose .form-error {
  grid-column: 1 / -1;
}
.support-empty {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  min-height: 280px;
  padding: 32px;
  color: #888;
  text-align: center;
}
.support-empty svg {
  width: 38px;
  height: 38px;
  color: #c4c7cc;
}
.support-empty strong {
  color: #333;
  font-size: 17px;
}
.support-admin {
  display: grid;
  grid-template-columns: minmax(240px, 32%) minmax(0, 1fr);
  min-height: 620px;
}
.support-conversations {
  overflow-y: auto;
  border-right: 1px solid var(--line);
  background: #fafafa;
}
.support-list-title {
  display: flex;
  justify-content: space-between;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}
.support-list-title span {
  color: #999;
}
.support-conversation {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 72px;
  padding: 12px 14px;
  border-bottom: 1px solid #eceef1;
}
.support-conversation:hover,
.support-conversation.active {
  background: #fff;
}
.support-conversation.active {
  box-shadow: inset 3px 0 #e2231a;
}
.support-conversation > span:nth-child(2) {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.support-conversation small {
  overflow: hidden;
  color: #888;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.support-conversation em {
  padding: 3px 6px;
  border-radius: 3px;
  background: #fff0ef;
  color: #d52b23;
  font-size: 11px;
  font-style: normal;
}
.support-conversation time {
  color: #aaa;
  font-size: 10px;
}
.support-list-empty {
  padding: 36px 18px;
  color: #999;
  text-align: center;
}
.support-admin-chat {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-width: 0;
}
.support-admin-chat .support-messages {
  height: auto;
  min-height: 420px;
}
@media (max-width: 760px) {
  body:has(.store-support) {
    height: 100dvh;
    padding-bottom: 0;
    overflow: hidden;
  }
  body:has(.store-support) #app {
    display: flex;
    height: 100dvh;
    flex-direction: column;
    padding-bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));
  }
  body:has(.store-support) .site-header {
    flex: 0 0 auto;
  }
  .store-support {
    display: flex;
    width: 100%;
    min-height: 0;
    flex: 1 1 0;
    padding: 10px 16px 8px;
  }
  .store-support > .page-heading,
  .store-support + .site-footer {
    display: none;
  }
  .store-support .support-chat {
    display: grid;
    width: 100%;
    min-height: 0;
    grid-template-rows: auto minmax(0, 1fr) auto;
  }
  .support-chat > header,
  .support-admin-chat > header {
    align-items: flex-start;
    padding: 12px 14px;
  }
  .support-messages {
    height: calc(100dvh - 360px);
    min-height: 180px;
    padding: 14px;
  }
  .store-support .support-messages {
    height: auto;
    min-height: 0;
  }
  .store-support .support-empty {
    min-height: 0;
    padding: 18px;
  }
  .support-message {
    max-width: 88%;
  }
  .support-compose {
    grid-template-columns: minmax(0, 1fr) 74px;
    padding: 10px;
  }
  .support-compose .button {
    min-width: 0;
    padding-inline: 10px;
  }
  .support-admin {
    grid-template-columns: 1fr;
  }
  .support-conversations {
    max-height: 240px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}
