:root {
  --green: #137a48;
  --green-dark: #0d5936;
  --green-soft: #eaf5ef;
  --gold: #d89c2b;
  --ink: #18231d;
  --muted: #66746c;
  --line: #dfe7e2;
  --surface: #ffffff;
  --page: #f5f7f5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--page); font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; letter-spacing: 0; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.top-strip { background: #f1f4f2; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.top-strip__inner { height: 36px; display: flex; align-items: center; justify-content: space-between; }
.top-strip nav { display: flex; align-items: center; gap: 4px; }
.top-strip button { border: 0; padding: 5px 10px; color: var(--muted); background: transparent; }
.top-strip button:hover { color: var(--green); }
.top-strip .cart-entry { color: var(--ink); }
.top-strip .cart-entry b { display: inline-grid; min-width: 18px; height: 18px; place-items: center; margin-left: 3px; border-radius: 9px; color: #fff; background: #c63c27; font-size: 11px; }

.site-header { background: var(--surface); }
.header-main { min-height: 108px; display: grid; grid-template-columns: 280px minmax(360px, 620px) 220px; gap: 34px; align-items: center; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; color: inherit; text-decoration: none; }
.brand img { width: 54px; height: 54px; object-fit: contain; border-radius: 8px; }
.brand span { min-width: 0; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 22px; line-height: 1.25; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 12px; }
.search { height: 46px; display: grid; grid-template-columns: 1fr 86px; border: 2px solid var(--green); border-radius: 6px; overflow: hidden; }
.search input { min-width: 0; border: 0; outline: 0; padding: 0 17px; color: var(--ink); background: #fff; }
.search button { border: 0; color: #fff; background: var(--green); font-weight: 700; }
.search button:hover { background: var(--green-dark); }
.mobile-entry { display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 6px; padding: 11px 13px; color: var(--ink); background: #fff; text-align: left; }
.mobile-entry:hover { border-color: var(--green); }
.mobile-entry__icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: var(--green); font-size: 24px; }
.mobile-entry strong, .mobile-entry small { display: block; }
.mobile-entry small { margin-top: 3px; color: var(--muted); font-size: 11px; }

.nav-band { color: #fff; background: var(--green); }
.nav-band__inner { display: flex; min-height: 48px; }
.all-categories { width: 220px; border: 0; color: #fff; background: var(--green-dark); font-weight: 700; }
.primary-nav { display: flex; align-items: stretch; }
.primary-nav button { min-width: 106px; border: 0; padding: 0 20px; color: #fff; background: transparent; }
.primary-nav button:hover, .primary-nav button.active { background: rgba(255,255,255,.14); }

.hero { display: grid; grid-template-columns: 220px minmax(0, 1fr) 220px; gap: 16px; height: 388px; padding-top: 18px; }
.category-panel, .service-panel, .carousel { overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); }
.category-panel { padding: 8px 0; }
.category-loading { padding: 20px; color: var(--muted); }
.category-item { position: relative; }
.category-button { width: 100%; height: 44px; display: flex; align-items: center; justify-content: space-between; border: 0; padding: 0 16px; color: var(--ink); background: transparent; text-align: left; }
.category-button:hover, .category-button.active { color: var(--green); background: var(--green-soft); }
.category-button span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.category-children { display: none; position: fixed; z-index: 20; width: 560px; min-height: 180px; padding: 22px; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: 0 18px 45px rgba(20,55,35,.15); }
.category-item:hover .category-children { display: block; }
.category-children h3 { margin: 0 0 14px; font-size: 16px; }
.category-links { display: flex; flex-wrap: wrap; gap: 10px; }
.category-links button { border: 1px solid var(--line); border-radius: 4px; padding: 8px 12px; color: var(--muted); background: #fff; }
.category-links button:hover { color: var(--green); border-color: var(--green); }

.carousel { position: relative; background: #e9efe9; }
.carousel__track { height: 100%; }
.carousel__slide { display: none; width: 100%; height: 100%; }
.carousel__slide.active { display: block; }
.carousel__slide img { width: 100%; height: 100%; object-fit: cover; }
.carousel__placeholder { height: 100%; display: grid; align-content: center; padding: 48px; color: #fff; background: linear-gradient(120deg, #0e6940, #2f9664); }
.carousel__placeholder strong { max-width: 560px; font-size: 42px; }
.carousel__placeholder span { margin-top: 14px; font-size: 18px; }
.carousel__arrow { position: absolute; top: 50%; width: 36px; height: 50px; border: 0; border-radius: 4px; color: #fff; background: rgba(0,0,0,.28); transform: translateY(-50%); font-size: 28px; }
.carousel__arrow:hover { background: rgba(0,0,0,.5); }
.carousel__arrow--prev { left: 12px; }
.carousel__arrow--next { right: 12px; }
.carousel__dots { position: absolute; left: 0; right: 0; bottom: 16px; display: flex; justify-content: center; gap: 8px; }
.carousel__dots button { width: 20px; height: 4px; border: 0; padding: 0; background: rgba(255,255,255,.55); }
.carousel__dots button.active { width: 32px; background: #fff; }

.service-panel { padding: 24px 18px; }
.service-panel h2 { margin: 0; font-size: 20px; }
.service-panel > p { margin: 7px 0 20px; color: var(--muted); font-size: 13px; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 8px; }
.service-grid span { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; }
.service-grid b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--green); background: var(--green-soft); }
.service-panel > button { width: 100%; height: 38px; margin-top: 28px; border: 1px solid var(--green); border-radius: 4px; color: var(--green); background: #fff; }
.service-panel > button:hover { color: #fff; background: var(--green); }

.feature-band { margin-top: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.feature-grid article { min-height: 92px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); padding: 0 28px; }
.feature-grid article:last-child { border-right: 0; }
.feature-grid strong { font-size: 17px; }
.feature-grid span { margin-top: 6px; color: var(--muted); font-size: 13px; }

.marketing-section { padding-top: 54px; }
.marketing-section .section-heading h2 { margin: 0; font-size: 30px; }
.marketing-tabs { display: flex; align-items: center; gap: 8px; }
.marketing-tabs button { height: 36px; border: 1px solid var(--line); border-radius: 4px; padding: 0 16px; color: var(--muted); background: #fff; }
.marketing-tabs button:hover, .marketing-tabs button.active { border-color: var(--green); color: #fff; background: var(--green); }
.marketing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.marketing-card { min-width: 0; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: #fff; transition: transform .18s ease, box-shadow .18s ease; }
.marketing-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(20,55,35,.1); }
.marketing-card > button { width: 100%; border: 0; padding: 0; color: inherit; background: transparent; text-align: left; }
.marketing-image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #eef2ef; }
.marketing-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.marketing-card:hover .marketing-image img { transform: scale(1.03); }
.marketing-image span { position: absolute; top: 10px; left: 10px; border-radius: 3px; padding: 4px 8px; color: #fff; background: #c63c27; font-size: 11px; }
.marketing-body { padding: 14px; }
.marketing-body h3 { min-height: 42px; display: -webkit-box; overflow: hidden; margin: 0; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 21px; font-size: 14px; }
.marketing-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 13px; }
.marketing-meta strong { color: #c63c27; font-size: 21px; }
.marketing-meta span { color: var(--green); font-size: 12px; font-weight: 700; }
.products-section { padding-top: 54px; padding-bottom: 68px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 22px; }
.section-heading p, .eyebrow { margin: 0 0 6px; color: var(--green); font-weight: 700; font-size: 12px; }
.section-heading h1 { margin: 0; font-size: 30px; }
.product-tools { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; }
.product-tools button { border: 1px solid var(--line); border-radius: 4px; padding: 7px 11px; color: var(--green); background: #fff; }
.catalog-toolbar { min-height: 48px; display: flex; align-items: center; gap: 4px; margin-bottom: 18px; border: 1px solid var(--line); padding: 6px 10px; background: #fff; }
.catalog-toolbar > span { padding: 0 12px; color: var(--muted); font-size: 13px; }
.catalog-toolbar button { height: 34px; border: 0; padding: 0 14px; color: var(--muted); background: transparent; }
.catalog-toolbar button:hover, .catalog-toolbar button.active { color: #fff; background: var(--green); }
.catalog-toolbar label { margin-left: auto; padding: 0 10px; color: var(--muted); font-size: 13px; }
.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; min-height: 360px; }
.product-card { min-width: 0; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: #fff; transition: transform .18s ease, box-shadow .18s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(20,55,35,.1); }
.product-card button { width: 100%; border: 0; padding: 0; color: inherit; background: transparent; text-align: left; }
.product-image { position: relative; aspect-ratio: 1; overflow: hidden; background: #eef2ef; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.product-card:hover .product-image img { transform: scale(1.03); }
.product-image span { position: absolute; left: 10px; top: 10px; border-radius: 3px; padding: 4px 7px; color: #fff; background: rgba(19,122,72,.9); font-size: 11px; }
.product-body { padding: 14px; }
.product-name { min-height: 42px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 21px; font-size: 14px; }
.product-meta { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; margin-top: 13px; }
.product-price { color: #c63c27; }
.product-price b { font-size: 22px; }
.product-stock { color: var(--muted); font-size: 11px; }
.product-empty, .product-error { grid-column: 1 / -1; min-height: 300px; display: grid; place-items: center; border: 1px dashed var(--line); border-radius: 6px; color: var(--muted); background: #fff; }
.product-skeleton { height: 330px; border: 1px solid var(--line); border-radius: 6px; background: linear-gradient(100deg,#edf1ee 20%,#f8faf8 40%,#edf1ee 60%); background-size: 200% 100%; animation: shimmer 1.2s infinite; }
@keyframes shimmer { to { background-position-x: -200%; } }
.pagination { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 28px; }
.pagination button { min-width: 86px; height: 36px; border: 1px solid var(--line); border-radius: 4px; color: var(--ink); background: #fff; }
.pagination button:disabled { cursor: default; color: #aab2ad; background: #f2f4f2; }

.about-section { border-top: 1px solid var(--line); padding: 70px 0; background: #fff; }
.about-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 90px; }
.about-grid h2 { margin: 0 0 18px; font-size: 32px; }
.about-grid p { max-width: 680px; color: var(--muted); line-height: 1.9; }
.about-grid dl { margin: 0; }
.about-grid dl div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.about-grid dt { color: var(--muted); font-size: 12px; }
.about-grid dd { margin: 7px 0 0; font-weight: 700; }

.site-footer { color: #dce7e0; background: #133528; }
.footer-inner { min-height: 150px; display: flex; align-items: center; justify-content: space-between; }
.footer-inner strong, .footer-inner span { display: block; }
.footer-inner strong { color: #fff; font-size: 20px; }
.footer-inner span { margin-top: 8px; color: #9eb3a6; font-size: 13px; }
.footer-inner a { color: #dce7e0; text-decoration: none; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 50; background: rgba(8,21,14,.46); }
.product-drawer { position: fixed; z-index: 51; top: 0; right: 0; bottom: 0; width: min(520px, 100%); overflow-y: auto; padding: 54px 32px 32px; background: #fff; box-shadow: -18px 0 44px rgba(0,0,0,.16); transform: translateX(105%); transition: transform .22s ease; }
.product-drawer.open { transform: translateX(0); }
.drawer-close { position: absolute; top: 16px; right: 18px; width: 34px; height: 34px; border: 0; border-radius: 50%; color: var(--ink); background: #eef2ef; font-size: 24px; }
.drawer-content > img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 6px; background: #eef2ef; }
.drawer-content h2 { margin: 24px 0 10px; font-size: 24px; line-height: 1.45; }
.drawer-price { color: #c63c27; font-size: 16px; }
.drawer-price strong { font-size: 34px; }
.drawer-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.drawer-facts span { padding: 15px 4px; color: var(--muted); text-align: center; font-size: 12px; }
.drawer-facts b { display: block; margin-bottom: 5px; color: var(--ink); font-size: 15px; }
.drawer-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.drawer-actions button { height: 44px; border: 1px solid var(--green); border-radius: 4px; color: var(--green); background: #fff; font-weight: 700; }
.drawer-actions button.primary { color: #fff; background: var(--green); }
.drawer-actions button:disabled { cursor: not-allowed; color: #7d837f; border-color: #d7dcda; background: #eef1f0; opacity: 1; }
.drawer-actions button.danger { color: #b73824; border-color: #d9a79f; background: #fff8f7; }
.drawer-loading { min-height: 420px; display: grid; place-items: center; color: var(--muted); }

.account-drawer { position: fixed; z-index: 52; top: 0; right: 0; bottom: 0; width: min(760px, 100%); overflow: hidden; color: var(--ink); background: #fff; box-shadow: -18px 0 44px rgba(0,0,0,.18); transform: translateX(105%); transition: transform .22s ease; }
.account-drawer.open { transform: translateX(0); }
.account-drawer > header { height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 0 28px; }
.account-drawer header small { color: var(--green); font-weight: 700; }
.account-drawer header h2 { margin: 4px 0 0; font-size: 22px; }
.account-drawer header button { width: 36px; height: 36px; border: 0; border-radius: 50%; color: var(--ink); background: #eef2ef; font-size: 24px; }
.account-drawer > nav { height: 50px; display: flex; border-bottom: 1px solid var(--line); padding: 0 20px; }
.account-drawer > nav button { position: relative; border: 0; padding: 0 18px; color: var(--muted); background: transparent; }
.account-drawer > nav button.active { color: var(--green); font-weight: 700; }
.account-drawer > nav button.active::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: -1px; height: 3px; background: var(--green); }
.account-content { height: calc(100% - 132px); overflow-y: auto; padding: 24px 28px 48px; background: #f7f9f7; }
.account-loading, .account-empty { min-height: 340px; display: grid; place-items: center; border: 1px dashed var(--line); color: var(--muted); background: #fff; }
.account-login-prompt { min-height: 340px; display: grid; align-content: center; justify-items: center; border: 1px solid var(--line); padding: 30px; background: #fff; text-align: center; }
.account-login-prompt h3 { margin: 0; font-size: 22px; }
.account-login-prompt p { margin: 10px 0 22px; color: var(--muted); }
.account-login-prompt button, .account-primary { min-width: 136px; height: 40px; border: 0; color: #fff; background: var(--green); font-weight: 700; }
.cart-list, .order-list, .favorite-grid { display: grid; gap: 12px; }
.cart-item { display: grid; grid-template-columns: 92px minmax(0,1fr) 124px; gap: 16px; align-items: center; border: 1px solid var(--line); padding: 14px; background: #fff; }
.cart-item img { width: 92px; height: 92px; object-fit: cover; background: #edf1ee; }
.cart-item h3 { margin: 0 0 8px; font-size: 15px; line-height: 1.45; }
.cart-item p { margin: 5px 0; color: var(--muted); font-size: 12px; }
.cart-price { color: #c63c27; font-weight: 700; }
.quantity-control { display: grid; grid-template-columns: 34px 48px 34px; height: 32px; }
.quantity-control button, .quantity-control input { min-width: 0; border: 1px solid var(--line); text-align: center; background: #fff; }
.quantity-control button + input, .quantity-control input + button { border-left: 0; }
.cart-remove { border: 0; margin-top: 10px; padding: 4px 0; color: #a14a3d; background: transparent; font-size: 12px; }
.cart-footer { position: sticky; bottom: -24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; border: 1px solid var(--line); padding: 16px 18px; background: #fff; box-shadow: 0 -6px 20px rgba(20,55,35,.06); }
.cart-footer strong { color: #c63c27; font-size: 22px; }
.order-card { border: 1px solid var(--line); background: #fff; }
.order-card header { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); padding: 12px 16px; color: var(--muted); font-size: 12px; }
.order-goods { display: grid; gap: 10px; padding: 14px 16px; }
.order-good { display: grid; grid-template-columns: 62px minmax(0,1fr) auto; gap: 12px; align-items: center; }
.order-good img { width: 62px; height: 62px; object-fit: cover; background: #edf1ee; }
.order-good strong { font-size: 13px; line-height: 1.4; }
.order-card footer { display: flex; justify-content: flex-end; gap: 14px; border-top: 1px solid var(--line); padding: 12px 16px; font-size: 13px; }
.favorite-grid { grid-template-columns: 1fr 1fr; }
.favorite-card { display: grid; grid-template-columns: 86px minmax(0,1fr); gap: 13px; border: 1px solid var(--line); padding: 12px; background: #fff; }
.favorite-card img { width: 86px; height: 86px; object-fit: cover; }
.favorite-card button { border: 0; padding: 0; color: inherit; background: transparent; text-align: left; }
.favorite-card h3 { margin: 0; font-size: 13px; line-height: 1.45; }
.favorite-card strong { display: block; margin-top: 9px; color: #c63c27; }
.profile-panel { display: grid; grid-template-columns: 92px 1fr; gap: 22px; align-items: center; border: 1px solid var(--line); padding: 24px; background: #fff; }
.profile-panel img { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; background: #edf1ee; }
.profile-panel h3 { margin: 0 0 8px; font-size: 22px; }
.profile-panel p { margin: 5px 0; color: var(--muted); }
.profile-actions { grid-column: 1 / -1; display: flex; gap: 10px; border-top: 1px solid var(--line); padding-top: 18px; }
.profile-actions button { height: 38px; border: 1px solid var(--line); padding: 0 18px; color: var(--ink); background: #fff; }

.login-dialog { width: min(440px, calc(100% - 28px)); border: 0; padding: 0; background: transparent; }
.login-dialog::backdrop { background: rgba(8,21,14,.58); }
.login-card { position: relative; border-radius: 6px; padding: 30px; background: #fff; box-shadow: 0 25px 80px rgba(0,0,0,.22); }
.dialog-close { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; border: 0; border-radius: 50%; background: #eef2ef; font-size: 22px; }
.login-brand { display: flex; align-items: center; gap: 13px; margin-bottom: 24px; padding-right: 34px; }
.login-brand img { width: 48px; height: 48px; object-fit: contain; }
.login-brand strong, .login-brand span { display: block; }
.login-brand strong { font-size: 20px; }
.login-brand span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.login-card > label { display: grid; gap: 7px; margin-top: 14px; color: var(--muted); font-size: 13px; }
.login-card input { width: 100%; height: 44px; border: 1px solid var(--line); border-radius: 4px; padding: 0 13px; outline: 0; }
.login-card input:focus { border-color: var(--green); box-shadow: 0 0 0 3px var(--green-soft); }
.login-error { min-height: 20px; margin: 8px 0 0; color: #b73824; font-size: 12px; }
.login-submit, .login-mobile { width: 100%; height: 44px; border: 1px solid var(--green); border-radius: 4px; font-weight: 700; }
.login-submit { color: #fff; background: var(--green); }
.login-submit:disabled { cursor: wait; opacity: .65; }
.login-mobile { color: var(--green); background: #fff; }
.login-divider { display: flex; align-items: center; gap: 10px; margin: 19px 0; color: #9aa69f; font-size: 11px; }
.login-divider::before, .login-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.login-note { margin: 13px 0 0; color: #8a968e; text-align: center; font-size: 11px; }
.toast { position: fixed; z-index: 70; left: 50%; bottom: 48px; max-width: calc(100% - 32px); border-radius: 4px; padding: 11px 18px; color: #fff; background: rgba(16,36,25,.92); opacity: 0; pointer-events: none; transform: translate(-50%, 10px); transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1100px) {
  .header-main { grid-template-columns: 250px 1fr; }
  .mobile-entry { display: none; }
  .hero { grid-template-columns: 210px minmax(0, 1fr); }
  .service-panel { display: none; }
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .marketing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 24px, 680px); }
  .top-strip nav, .brand small, .all-categories, .category-panel, .carousel__arrow { display: none; }
  .header-main { min-height: 132px; grid-template-columns: 1fr; gap: 12px; padding: 16px 0; }
  .brand img { width: 44px; height: 44px; }
  .search { width: 100%; }
  .primary-nav { overflow-x: auto; }
  .primary-nav button { min-width: max-content; height: 46px; padding: 0 14px; }
  .hero { width: 100%; height: 260px; grid-template-columns: 1fr; padding-top: 0; }
  .carousel { border-radius: 0; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid article { border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .marketing-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .marketing-tabs { width: 100%; overflow-x: auto; }
  .marketing-tabs button { flex: 0 0 auto; }
  .catalog-toolbar { align-items: stretch; flex-wrap: wrap; }
  .catalog-toolbar label { width: 100%; margin-left: 0; }
  .section-heading { align-items: flex-start; gap: 16px; }
  .section-heading h1 { font-size: 24px; }
  .product-tools { align-items: flex-end; flex-direction: column; }
  .about-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; gap: 18px; }
  .account-drawer > nav { overflow-x: auto; }
  .cart-item { grid-template-columns: 76px minmax(0,1fr); }
  .cart-item img { width: 76px; height: 76px; }
  .cart-item > div:last-child { grid-column: 2; }
  .favorite-grid { grid-template-columns: 1fr; }
}
