:root {
  --ink: #17202a;
  --muted: #687482;
  --line: #dce1e7;
  --soft: #f4f6f8;
  --blue: #0b5cab;
  --blue-dark: #073b70;
  --red: #d71920;
  --green: #207a4b;
  --max: 1360px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font: 15px/1.45 Arial, Helvetica, sans-serif; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; letter-spacing: 0; }
button, select { cursor: pointer; }
img { display: block; max-width: 100%; }
svg { width: 20px; height: 20px; }

.announcement { min-height: 38px; display: flex; justify-content: center; align-items: center; gap: 22px; padding: 6px 20px; color: #fff; background: var(--blue-dark); font-size: 13px; text-align: center; }
.announcement span { display: inline-flex; align-items: center; gap: 7px; }
.announcement button { width: 30px; height: 28px; display: grid; place-items: center; padding: 0; color: #fff; background: transparent; border: 0; border-radius: 4px; }
.announcement button:hover { background: rgba(255,255,255,.15); }
.site-header { position: relative; z-index: 30; background: #fff; border-bottom: 1px solid var(--line); }
.topline { max-width: var(--max); margin: auto; padding: 7px 18px 0; display: flex; justify-content: flex-end; align-items: center; gap: 30px; color: var(--muted); font-size: 12px; }
.social-links { display: flex; align-items: center; gap: 12px; }
.social-links a { display: inline-flex; align-items: center; gap: 4px; }
.social-links svg { width: 17px; height: 17px; }
.market-button { display: inline-flex; align-items: center; gap: 6px; padding: 2px 0; color: inherit; background: transparent; border: 0; font-size: 12px; }
.market-button:hover { color: var(--blue); }
.market-button svg { width: 14px; height: 14px; }
[data-market-country] { display: inline-grid; min-width: 24px; height: 17px; place-items: center; padding: 0 3px; color: #fff; background: var(--red); border-radius: 2px; font-size: 9px; font-weight: 800; line-height: 1; }
.header-main { max-width: var(--max); margin: auto; padding: 8px 18px 14px; display: grid; grid-template-columns: minmax(300px, 1fr) minmax(320px, 420px) auto; align-items: center; gap: 18px; }
.brand { display: flex; align-items: center; gap: 11px; min-width: 0; }
.brand-mark { display: none !important; }
.brand-logo-upload { width: auto; max-width: 300px; height: 78px; object-fit: contain; }
.brand-logo-upload[hidden] { display: none; }
.brand strong { display: block; color: var(--blue-dark); font-size: 21px; }
.brand small { display: block; max-width: 185px; margin-top: 1px; overflow: hidden; color: var(--muted); font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.search { min-height: 48px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 8px; padding-left: 16px; background: var(--soft); border: 1px solid #d8dde3; border-radius: 6px; }
.search input { min-width: 0; height: 44px; border: 0; outline: 0; background: transparent; }
.search button { align-self: stretch; padding: 0 22px; color: #fff; background: var(--blue); border: 0; border-radius: 0 5px 5px 0; font-weight: 700; }
.header-actions { display: flex; gap: 8px; }
.header-actions a { position: relative; min-width: 66px; height: 52px; display: grid; place-items: center; gap: 1px; color: var(--ink); border: 1px solid transparent; border-radius: 5px; font-size: 11px; }
.header-actions a:hover { border-color: var(--line); background: var(--soft); }
.header-actions b { position: absolute; top: -5px; right: 5px; min-width: 21px; height: 21px; display: grid; place-items: center; color: #fff; background: var(--red); border: 2px solid #fff; border-radius: 50%; font-size: 10px; }
.nav { max-width: var(--max); margin: auto; padding: 0 18px; display: flex; gap: 30px; overflow-x: auto; scrollbar-width: none; }
.nav a { flex: 0 0 auto; padding: 12px 0 14px; color: #171717; font-size: 15px; font-weight: 700; border-bottom: 3px solid transparent; }
.nav a:hover { color: var(--blue); border-color: var(--red); }

main { min-height: 62vh; }
.hero { width: calc(100% - 100px); max-width: 1949px; aspect-ratio: 16 / 9; margin: 12px auto 0; display: block; overflow: hidden; background: #dce8ef var(--hero) center/cover no-repeat; border-radius: 16px; }
.empty a { width: fit-content; min-height: 46px; display: inline-flex; align-items: center; gap: 8px; padding: 0 22px; color: #fff; background: var(--red); border-radius: 5px; font-weight: 800; }
.hero p, .eyebrow, .page-title > p { margin: 0 0 8px; color: #90d1ff; font-weight: 800; text-transform: uppercase; }

.home-intro { max-width: 1120px; margin: 54px auto 58px; padding: 0 18px; text-align: center; }
.home-intro-inner { max-width: 920px; margin: auto; }
.home-intro-kicker { margin: 0 0 9px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.home-intro h1 { margin: 0; color: var(--ink); font-size: clamp(28px, 3vw, 42px); line-height: 1.16; }
.home-intro-body { margin: 18px auto 0; color: #354351; font-size: 15px; line-height: 1.7; }
.home-intro-body p { margin: 0 0 12px; }
.home-intro-body p:last-child { margin-bottom: 0; }
.content-page { width: min(960px, calc(100% - 36px)); margin: 66px auto 86px; }
.content-page .eyebrow { color: var(--blue); font-size: 12px; }
.content-page h1 { max-width: 780px; margin: 0; color: var(--ink); font-size: clamp(32px, 4vw, 50px); line-height: 1.14; }
.content-page-body { max-width: 880px; margin-top: 28px; color: #354351; font-size: 16px; line-height: 1.8; }
.content-page-body p { margin: 0 0 18px; }
.content-page-body p:last-child { margin-bottom: 0; }

.value-strip { max-width: var(--max); margin: 48px auto; padding: 0 18px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-strip > div { padding: 24px; border-right: 1px solid var(--line); }
.value-strip > div:last-child { border-right: 0; }
.value-strip strong, .value-strip span { display: flex; align-items: center; gap: 8px; }
.value-strip span { margin-top: 6px; color: var(--muted); }

.section { max-width: var(--max); margin: 46px auto; padding: 0 18px; }
.section.band { max-width: none; padding: 40px max(18px, calc((100vw - var(--max)) / 2 + 18px)); background: var(--soft); }
.section-head { margin-bottom: 20px; display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.section-head h2 { margin: 0; font-size: 28px; }
.section-head p, .page-title span { margin: 4px 0 0; color: var(--muted); }
.section-head > a { color: var(--blue); font-weight: 800; }
.collection-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.collection-tile { min-width: 0; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: #fff; }
.collection-tile img { width: 100%; aspect-ratio: 1.25; object-fit: cover; background: var(--soft); }
.collection-tile span { display: block; padding: 13px; }
.collection-tile strong, .collection-tile small { display: block; }
.collection-tile strong { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.collection-tile small { margin-top: 3px; color: var(--muted); font-size: 12px; }

.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 26px 16px; }
.product-card { min-width: 0; }
.product-image { position: relative; display: block; overflow: hidden; background: var(--soft); border: 1px solid var(--line); border-radius: 6px; }
.product-image > img { width: 100%; aspect-ratio: 1; object-fit: contain; transition: transform .25s ease; }
.product-image:hover > img { transform: scale(1.035); }
.discount { position: absolute; top: 10px; left: 10px; padding: 4px 7px; color: #fff; background: var(--red); border-radius: 4px; font-size: 12px; font-weight: 800; }
.quick-add { position: absolute; right: 10px; bottom: 10px; width: 40px; height: 40px; display: grid; place-items: center; color: var(--blue); background: #fff; border: 1px solid var(--line); border-radius: 50%; }
.quick-add:hover { color: #fff; background: var(--blue); }
.product-copy { padding-top: 10px; }
.product-copy > a { height: 43px; display: -webkit-box; overflow: hidden; font-weight: 700; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.price { margin-top: 8px; display: flex; align-items: baseline; gap: 8px; }
.price strong { color: var(--red); font-size: 19px; }
.price s { color: var(--muted); font-size: 12px; }
.product-copy small { color: var(--green); font-size: 11px; }

.page-title { max-width: var(--max); margin: 0 auto; padding: 42px 18px 28px; border-bottom: 1px solid var(--line); }
.page-title h1 { margin: 0; font-size: 42px; }
.page-title > p { color: var(--blue); font-size: 12px; }
.catalog { max-width: var(--max); margin: 30px auto 56px; padding: 0 18px; display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 34px; }
.filters { position: sticky; top: 14px; align-self: start; min-width: 0; border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; }
.filter-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding: 16px 16px 11px; }
.filter-heading h2 { margin: 0; font-size: 18px; }
.filter-heading span { color: var(--muted); font-size: 11px; white-space: nowrap; }
.department-search { min-height: 38px; display: grid; grid-template-columns: 18px 1fr; align-items: center; gap: 8px; margin: 0 12px 12px; padding: 0 10px; color: var(--muted); background: var(--soft); border: 1px solid var(--line); border-radius: 5px; }
.department-search svg { width: 16px; height: 16px; }
.department-search input { width: 100%; min-width: 0; height: 34px; padding: 0; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 13px; }
.department-list { max-height: min(600px, calc(100vh - 190px)); overflow-y: auto; border-top: 1px solid var(--line); scrollbar-color: #b8c1cc transparent; scrollbar-width: thin; }
.filters a { display: flex; justify-content: space-between; gap: 10px; padding: 10px 15px; color: #47515c; border-bottom: 1px solid #edf0f3; font-size: 13px; }
.filters a span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.filters a small { flex: 0 0 auto; color: var(--muted); }
.filters a:hover, .filters a.active { color: var(--blue); background: #f5f9fd; font-weight: 800; }
.filters a.active, .filters a:hover { color: var(--blue); font-weight: 700; }
.filters small { color: var(--muted); }
.catalog-toolbar { min-height: 46px; margin-bottom: 18px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--muted); border-bottom: 1px solid var(--line); }
.catalog-toolbar > span, .catalog-toolbar label { display: inline-flex; align-items: center; gap: 7px; }
.catalog-toolbar svg { width: 17px; height: 17px; }
.catalog-toolbar select { margin-left: 8px; padding: 8px 28px 8px 10px; background: #fff; border: 1px solid var(--line); border-radius: 4px; }
.catalog .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pagination { margin-top: 34px; display: flex; justify-content: center; gap: 6px; }
.pagination a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 4px; }
.pagination a.active { color: #fff; background: var(--blue); border-color: var(--blue); }
.pagination-ellipsis { width: 38px; height: 38px; display: grid; place-items: center; color: var(--muted); }

.breadcrumbs { max-width: var(--max); margin: auto; padding: 26px 18px 18px; display: flex; gap: 10px; overflow: hidden; color: var(--muted); font-size: 12px; white-space: nowrap; }
.breadcrumbs a { display: inline-flex; align-items: center; gap: 5px; }
.breadcrumbs svg { width: 14px; height: 14px; }
.brand-asset-icon { width: 1em; height: 1em; object-fit: contain; flex: 0 0 auto; }
.breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
.product-detail { max-width: var(--max); margin: 0 auto 28px; padding: 0 18px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(340px, .7fr); gap: 34px; }
.gallery { min-width: 0; display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 13px; }
.thumbs { max-height: 710px; overflow-y: auto; scrollbar-width: thin; }
.thumb { width: 76px; height: 76px; margin: 0 0 10px; padding: 3px; background: #fff; border: 1px solid var(--line); border-radius: 5px; }
.thumb.active { border: 2px solid var(--blue); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.main-image { min-height: 620px; display: grid; place-items: center; background: var(--soft); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.main-image img { width: 100%; height: 100%; max-height: 710px; object-fit: contain; }
.product-panel { align-self: start; position: sticky; top: 146px; padding: 22px; border: 1px solid var(--line); border-radius: 6px; }
.sale-clock { margin: -22px -22px 20px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #fff; background: #e21f2f; }
.sale-clock > strong { font-size: 13px; }
.sale-clock > span { display: grid; grid-template-columns: repeat(3, 48px); gap: 6px; }
.sale-clock b { min-height: 44px; display: grid; place-content: center; color: #e21f2f; background: #fff; border-radius: 4px; font-size: 16px; line-height: 1; text-align: center; }
.sale-clock small { display: block; margin-top: 3px; color: #7c8791; font-size: 9px; font-weight: 500; }
.product-panel .eyebrow { color: var(--blue); font-size: 12px; }
.product-panel h1 { margin: 0; font-size: 28px; line-height: 1.16; }
.detail-price { margin: 18px 0; display: flex; align-items: baseline; gap: 10px; }
.detail-price strong { color: var(--red); font-size: 34px; }
.detail-price s { color: var(--muted); }
.detail-price span { color: var(--red); font-weight: 800; }
.availability { display: grid; gap: 8px; padding: 14px 0; color: #4a5560; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.availability span, .trust-row span { display: flex; align-items: center; gap: 8px; }
.availability span strong { color: var(--ink); }
.availability svg { width: 17px; height: 17px; flex: 0 0 auto; }
.options, .quantity { margin: 18px 0; }
.options > div { margin-top: 9px; display: flex; flex-wrap: wrap; gap: 8px; }
.options button { min-height: 36px; padding: 0 12px; background: #fff; border: 1px solid var(--line); border-radius: 4px; }
.options button.active { color: #fff; background: var(--blue); border-color: var(--blue); }
.quantity { display: flex; justify-content: space-between; align-items: center; }
.quantity > div { display: grid; grid-template-columns: 38px 48px 38px; }
.quantity button, .quantity input { height: 38px; text-align: center; background: #fff; border: 1px solid var(--line); }
.quantity button:first-child { border-radius: 4px 0 0 4px; }
.quantity button:last-child { border-radius: 0 4px 4px 0; }
.add-primary, .buy-now { width: 100%; min-height: 50px; display: flex; justify-content: center; align-items: center; gap: 8px; border-radius: 5px; font-weight: 800; }
.add-primary { color: #fff; background: var(--blue); border: 1px solid var(--blue); }
.buy-now { margin-top: 10px; color: #fff; background: var(--red); border: 1px solid var(--red); }
.trust-row { margin-top: 18px; display: flex; justify-content: space-between; gap: 14px; color: var(--muted); font-size: 12px; }
.product-info { max-width: var(--max); margin: 0 auto 36px; padding: 28px 18px; border-top: 1px solid var(--line); }
.product-facts { margin-bottom: 38px; }
.product-info h2 { margin: 0 0 16px; }
.product-info dl { max-width: 760px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.product-info dl div { padding: 12px; border-right: 1px solid var(--line); }
.product-info dt { color: var(--muted); font-size: 12px; }
.product-info dd { margin: 3px 0 0; font-weight: 700; }
.description-section { padding-top: 28px; border-top: 1px solid var(--line); }
.description-rich { max-width: 1120px; color: #37424d; font-size: 15px; line-height: 1.75; overflow-wrap: anywhere; }
.description-rich h1, .description-rich h2, .description-rich h3, .description-rich h4 { margin: 28px 0 12px; color: var(--ink); line-height: 1.25; }
.description-rich h1 { font-size: 30px; }
.description-rich h2 { font-size: 25px; }
.description-rich h3 { font-size: 20px; }
.description-rich p { margin: 0 0 16px; }
.description-rich ul, .description-rich ol { margin: 0 0 18px; padding-left: 24px; }
.description-rich li { margin: 5px 0; }
.description-rich li { width: auto !important; max-width: 100% !important; box-sizing: border-box; }
.description-rich img, .description-rich video { width: auto; max-width: 100%; height: auto; margin: 18px auto; object-fit: contain; }
.description-rich table { width: 100%; margin: 18px 0; border-collapse: collapse; overflow: hidden; }
.description-rich th, .description-rich td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.description-rich blockquote { margin: 18px 0; padding: 12px 18px; color: #47515c; background: var(--soft); border-left: 4px solid var(--blue); }
.description-rich a { color: var(--blue); text-decoration: underline; }

.cart-layout { max-width: var(--max); margin: 30px auto 60px; padding: 0 18px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 28px; align-items: start; }
.cart-item { display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 110px; height: 110px; object-fit: contain; background: var(--soft); border-radius: 5px; }
.cart-item div > span { display: block; margin-top: 7px; color: var(--red); font-weight: 800; }
.cart-controls { margin-top: 14px; display: flex; align-items: center; gap: 10px; }
.cart-controls button { min-height: 32px; padding: 0 11px; background: #fff; border: 1px solid var(--line); border-radius: 4px; }
.cart-controls .remove { color: var(--red); }
.cart-summary { padding: 22px; border: 1px solid var(--line); border-radius: 6px; }
.cart-summary h2 { margin: 0 0 20px; }
.cart-summary > div { padding: 13px 0; display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); }
.checkout-button { width: 100%; min-height: 50px; margin: 20px 0 10px; display: flex; justify-content: center; align-items: center; gap: 8px; color: #fff; background: var(--red); border: 0; border-radius: 5px; font-weight: 800; }
.checkout-button:disabled { background: #6f7780; cursor: not-allowed; }
.cart-summary small { color: var(--muted); }
.empty { max-width: 760px; margin: 80px auto; padding: 30px 18px; text-align: center; }
.empty h1 { font-size: 42px; }
.cart-empty { margin: 0; padding: 50px; background: var(--soft); border-radius: 6px; }
.notice { position: fixed; right: 22px; bottom: 22px; z-index: 80; max-width: min(420px, calc(100vw - 44px)); padding: 14px 18px; color: #fff; background: var(--ink); border-radius: 5px; box-shadow: 0 10px 30px rgba(0,0,0,.25); }

.site-footer { margin-top: 50px; padding: 46px max(18px, calc((100vw - var(--max)) / 2 + 18px)) 28px; color: #e8eef2; background: #31414a; }
.footer-main { display: grid; grid-template-columns: 2.1fr 1fr 1fr 1.5fr; gap: 42px; padding-bottom: 34px; border-bottom: 1px solid rgba(232,238,242,.35); }
.site-footer h2, .footer-brand strong { display: block; margin: 0 0 12px; color: #fff; font-size: 15px; }
.footer-brand img { width: auto; max-width: 240px; height: 66px; margin: 0 0 14px; object-fit: contain; object-position: left center; }
.footer-brand img[hidden] { display: none; }
.site-footer a, .site-footer span { display: block; margin: 8px 0; color: #d2dbe0; font-size: 14px; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.site-footer p { margin: 0; color: #d2dbe0; line-height: 1.55; }
.footer-newsletter form { min-height: 46px; display: grid; grid-template-columns: 1fr 54px; overflow: hidden; margin-top: 15px; border: 1px solid #a9b6bf; border-radius: 9px; }
.footer-newsletter input { min-width: 0; padding: 0 13px; color: #fff; background: transparent; border: 0; outline: 0; }
.footer-newsletter input::placeholder { color: #d2dbe0; }
.footer-newsletter button { display: grid; place-items: center; color: #fff; background: transparent; border: 0; border-left: 1px solid #a9b6bf; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 18px; padding-top: 26px; }
.footer-bottom > span { margin: 0; font-size: 13px; }
.footer-social { justify-self: end; display: flex !important; gap: 16px; }
.footer-social svg { width: 19px; height: 19px; }

@media (max-width: 1100px) {
  .header-main { grid-template-columns: 210px 1fr auto; gap: 14px; }
  .brand small, .header-actions span { display: none; }
  .header-actions a { min-width: 48px; }
  .collection-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .catalog .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-detail { grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); }
}

@media (max-width: 760px) {
  .announcement { min-height: 32px; padding: 6px 12px; }
  .announcement { gap: 8px; }
  .announcement button { width: 24px; }
  .topline { display: none; }
  .site-header { position: static; }
  .header-main { padding: 10px 12px; grid-template-columns: 48px minmax(0, 1fr) 48px; gap: 8px; }
  .brand > span:last-child, .header-actions a:first-child { display: none; }
  .brand-mark { width: 44px; height: 44px; flex-basis: 44px; }
  .search { min-height: 44px; grid-template-columns: 20px 1fr; padding: 0 12px; }
  .search input { height: 40px; }
  .search button { display: none; }
  .header-actions { display: block; }
  .header-actions a { width: 44px; min-width: 44px; height: 44px; border-color: var(--line); }
  .nav { padding: 0 12px; gap: 22px; }
  .nav a { padding: 10px 0; font-size: 12px; }
  .hero { width: calc(100% - 24px); aspect-ratio: 1.18 / 1; margin: 10px 12px 0; border-radius: 8px; background-position: center; }
  .home-intro { margin: 32px auto 38px; padding: 0 20px; text-align: left; }
  .home-intro h1 { font-size: 28px; }
  .home-intro-body { margin-top: 13px; font-size: 14px; }
  .content-page { width: calc(100% - 40px); margin: 36px auto 52px; }
  .content-page h1 { font-size: 30px; }
  .content-page-body { margin-top: 18px; font-size: 15px; }
  .filters { position: static; }
  .department-list { max-height: 260px; }
  .value-strip { margin: 30px 0; padding: 0 12px; grid-template-columns: 1fr; }
  .value-strip > div { padding: 18px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section, .section.band { margin: 34px 0; padding: 0 12px; }
  .section.band { padding-top: 28px; padding-bottom: 28px; }
  .section-head { align-items: center; }
  .section-head h2 { font-size: 23px; }
  .section-head p { font-size: 13px; }
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-grid, .catalog .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 10px; }
  .product-copy > a { height: 39px; font-size: 13px; }
  .price strong { font-size: 17px; }
  .page-title { padding: 28px 12px 20px; }
  .page-title h1 { font-size: 32px; }
  .catalog { margin: 18px auto 44px; padding: 0 12px; display: block; }
  .filters { margin-bottom: 16px; padding: 0 0 12px; display: flex; gap: 8px; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .filters h2 { display: none; }
  .filters a { flex: 0 0 auto; padding: 8px 10px; border: 1px solid var(--line); border-radius: 4px; }
  .filters small { display: none; }
  .catalog-toolbar { font-size: 12px; }
  .catalog-toolbar select { max-width: 150px; }
  .breadcrumbs { padding: 15px 12px; }
  .product-detail { padding: 0 12px; display: block; }
  .gallery { grid-template-columns: 1fr; }
  .thumbs { order: 2; display: flex; gap: 8px; overflow-x: auto; }
  .thumb { flex: 0 0 64px; width: 64px; height: 64px; margin: 0; }
  .main-image { min-height: 0; aspect-ratio: 1; }
  .product-panel { position: static; margin-top: 18px; padding: 18px; }
  .sale-clock { margin: -18px -18px 18px; padding: 10px; }
  .sale-clock > span { grid-template-columns: repeat(3, 44px); }
  .product-panel h1 { font-size: 24px; }
  .detail-price strong { font-size: 30px; }
  .trust-row { flex-wrap: wrap; }
  .product-info { padding: 24px 12px; }
  .product-facts { margin-bottom: 26px; }
  .product-info dl { grid-template-columns: 1fr; }
  .product-info dl div { border-right: 0; border-bottom: 1px solid var(--line); }
  .description-section { padding-top: 22px; }
  .description-rich { font-size: 14px; line-height: 1.65; }
  .description-rich h1 { font-size: 25px; }
  .description-rich h2 { font-size: 22px; }
  .description-rich h3 { font-size: 18px; }
  .description-rich table { display: block; overflow-x: auto; white-space: nowrap; }
  .cart-layout { margin: 18px auto 40px; padding: 0 12px; display: block; }
  .cart-item { grid-template-columns: 82px minmax(0, 1fr); gap: 12px; }
  .cart-item img { width: 82px; height: 82px; }
  .cart-item > strong { grid-column: 2; }
  .cart-summary { margin-top: 20px; }
  .site-footer { padding: 34px 18px 24px; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; padding-bottom: 25px; }
  .footer-bottom { grid-template-columns: 1fr; gap: 10px; }
  .footer-social { justify-self: start; }
}
