:root {
  --red: #c8102e;
  --red-dark: #9e0b24;
  --ink: #181818;
  --muted: #666;
  --line: #d9d9d9;
  --soft: #f4f4f2;
  --yellow: #f6c344;
  --white: #fff;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #fff; }
body.drawer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.shell { width: min(1440px, calc(100% - 48px)); margin-inline: auto; }
.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; }

.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 32px; padding: 7px 20px; color: #fff; background: #1f1f1f; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.announcement span { color: #f3d16d; }
.site-header { position: relative; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); }
.header-main { min-height: 90px; display: grid; grid-template-columns: 235px minmax(260px, 1fr) 190px; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; width: fit-content; letter-spacing: 0; }
.brand strong { display: grid; place-items: center; min-height: 40px; padding: 0 10px; color: #fff; background: var(--red); font-size: 24px; }
.brand span { padding-left: 9px; font-size: 23px; font-weight: 800; letter-spacing: 0; }
.site-search { display: grid; grid-template-columns: 1fr auto; height: 46px; border: 2px solid var(--ink); }
.site-search input { min-width: 0; border: 0; padding: 0 16px; outline: 0; color: var(--ink); }
.site-search button { min-width: 92px; border: 0; color: #fff; background: var(--ink); font-weight: 700; }
.utility-nav { display: flex; justify-content: flex-end; gap: 12px; }
.icon-action { position: relative; width: 76px; min-height: 56px; border: 0; background: transparent; color: var(--ink); }
.icon-action span { display: block; height: 27px; font-size: 24px; line-height: 27px; }
.icon-action small { display: block; font-size: 11px; text-transform: uppercase; }
.icon-action b { position: absolute; top: 0; right: 8px; display: grid; place-items: center; min-width: 19px; height: 19px; padding: 0 4px; border-radius: 50%; color: #fff; background: var(--red); font-size: 10px; }
.department-nav { border-top: 1px solid var(--line); }
.department-nav .shell { min-height: 47px; display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: none; }
.department-nav a { display: flex; align-items: center; flex: 0 0 auto; padding: 0 23px; font-size: 14px; font-weight: 700; }
.department-nav a:hover { color: var(--red); }
.department-nav .all-departments { padding-inline: 26px; color: #fff; background: var(--red); }
.department-nav .sale-link { color: var(--red); }

.hero { position: relative; min-height: 530px; overflow: hidden; background: #e9e7e1; }
.hero-media { position: absolute; inset: 0 0 0 42%; background-position: center; background-size: contain; background-repeat: no-repeat; }
.hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, #e9e7e1 0%, rgba(233,231,225,.96) 35%, rgba(233,231,225,.25) 62%, rgba(233,231,225,0) 80%); }
.hero-copy { position: relative; z-index: 1; min-height: 530px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero-copy p { margin: 0 0 16px; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-copy h1 { max-width: 700px; margin: 0; font-size: clamp(44px, 5vw, 76px); line-height: .98; letter-spacing: 0; }
.hero-copy span { max-width: 570px; margin-top: 22px; color: #444; font-size: 18px; line-height: 1.5; }
.primary-button { margin-top: 30px; min-width: 180px; padding: 16px 24px; color: #fff; background: var(--red); text-align: center; font-weight: 800; }
.primary-button:hover { background: var(--red-dark); }

.department-tiles { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 32px; border: 1px solid var(--line); }
.department-tiles a { min-height: 138px; padding: 22px; border-right: 1px solid var(--line); background: #fff; }
.department-tiles a:last-child { border-right: 0; }
.department-tiles span { color: var(--red); font-size: 12px; font-weight: 800; }
.department-tiles strong { display: block; margin-top: 20px; font-size: 18px; }
.department-tiles small { display: block; margin-top: 8px; color: var(--muted); line-height: 1.35; }
.department-tiles a:hover { background: #f8f8f8; }

.product-band { padding-top: 70px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 3px solid var(--ink); }
.section-heading p { margin: 0 0 7px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.section-heading h2 { margin: 0; font-size: 34px; letter-spacing: 0; }
.section-heading > a { font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.product-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.product-card { position: relative; min-width: 0; border: 1px solid var(--line); background: #fff; }
.product-card:hover { border-color: #999; box-shadow: 0 5px 18px rgba(0,0,0,.08); }
.card-image { position: relative; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: #fff; border-bottom: 1px solid var(--line); }
.card-image::after { content: ''; position: absolute; inset: 8px; border: 1px solid #e8e8e8; pointer-events: none; }
.card-image img { width: 100%; height: 100%; object-fit: contain; padding: 12px; }
.card-badge { position: absolute; z-index: 2; top: 13px; left: 13px; padding: 6px 8px; color: #fff; background: var(--red); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.wish-button { position: absolute; z-index: 3; top: 10px; right: 10px; width: 36px; height: 36px; border: 1px solid #ccc; border-radius: 50%; background: rgba(255,255,255,.94); font-size: 21px; }
.wish-button.active { color: #fff; background: var(--red); border-color: var(--red); }
.card-body { min-height: 198px; padding: 15px; display: flex; flex-direction: column; }
.card-category { color: var(--muted); font-size: 11px; line-height: 1.35; text-transform: uppercase; }
.card-title { margin: 8px 0 12px; display: -webkit-box; min-height: 43px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 15px; line-height: 1.42; font-weight: 700; }
.card-stock { color: #477044; font-size: 11px; font-weight: 700; }
.card-footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 15px; }
.card-price { font-size: 20px; font-weight: 800; }
.add-cart { width: 38px; height: 38px; border: 0; color: #fff; background: var(--ink); font-size: 21px; }
.add-cart:hover { background: var(--red); }

.split-promos { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 70px; }
.promo { position: relative; min-height: 315px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 38px; color: #fff; background-color: #282828; }
.promo::before { content: ''; position: absolute; inset: 0; opacity: .46; background-size: cover; background-position: center; }
.promo-tech::before, .promo-outdoor::before { background-image: linear-gradient(90deg, #111 0 42%, transparent), var(--promo-image); }
.promo > * { position: relative; z-index: 1; max-width: 390px; }
.promo span { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.promo strong { margin-top: 12px; font-size: 32px; line-height: 1.08; }
.promo small { width: fit-content; margin-top: 22px; padding-bottom: 5px; border-bottom: 2px solid #fff; font-size: 13px; font-weight: 800; }

.deal-zone { margin-top: 75px; padding: 55px 0 65px; background: #e9ece8; border-top: 1px solid #d7dbd6; border-bottom: 1px solid #d7dbd6; }
.deal-zone .shell { display: grid; grid-template-columns: 250px 1fr; gap: 38px; }
.deal-heading { align-self: center; }
.deal-heading p { margin: 0 0 10px; color: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.deal-heading h2 { margin: 0; font-size: 43px; line-height: 1; }
.deal-heading a { display: inline-block; margin-top: 25px; padding: 13px 18px; color: #fff; background: var(--red); font-size: 13px; font-weight: 800; }
.deal-heading a:hover { background: var(--red-dark); }
.deal-zone .product-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.service-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; margin-bottom: 65px; border: 1px solid var(--line); }
.service-strip div { min-height: 105px; display: flex; flex-direction: column; justify-content: center; padding: 20px 28px; border-right: 1px solid var(--line); }
.service-strip div:last-child { border-right: 0; }
.service-strip b { font-size: 15px; }
.service-strip span { margin-top: 7px; color: var(--muted); font-size: 12px; }
.newsletter { padding: 46px 0; color: #fff; background: var(--red); }
.newsletter .shell { display: grid; grid-template-columns: 1fr minmax(360px, 560px); align-items: center; gap: 60px; }
.newsletter p { margin: 0 0 8px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.newsletter h2 { margin: 0; font-size: 31px; }
.newsletter form { height: 48px; display: grid; grid-template-columns: 1fr auto; }
.newsletter input { min-width: 0; border: 0; padding: 0 16px; }
.newsletter button { min-width: 110px; border: 2px solid #fff; color: #fff; background: transparent; font-weight: 800; }

.site-footer { padding-top: 55px; color: #eee; background: #202020; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; padding-bottom: 55px; }
.footer-brand strong { background: #fff; color: var(--red); }
.footer-brand span { color: #fff; }
.footer-grid p { max-width: 370px; color: #aaa; line-height: 1.55; }
.footer-grid h2 { margin: 0 0 18px; font-size: 14px; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; margin: 12px 0; color: #bbb; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #444; color: #aaa; font-size: 12px; }
.compact-footer { margin-top: 80px; padding-top: 0; }

.drawer-backdrop { position: fixed; z-index: 80; inset: 0; visibility: hidden; opacity: 0; background: rgba(0,0,0,.45); transition: .2s; }
.cart-drawer { position: fixed; z-index: 90; top: 0; right: 0; width: min(430px, 100%); height: 100%; display: flex; flex-direction: column; visibility: hidden; transform: translateX(100%); background: #fff; transition: .25s; }
.drawer-open .drawer-backdrop { visibility: visible; opacity: 1; }
.drawer-open .cart-drawer { visibility: visible; transform: translateX(0); }
.drawer-head { min-height: 74px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font-size: 23px; }
.drawer-head button { width: 40px; height: 40px; border: 0; background: transparent; font-size: 30px; }
.cart-lines { flex: 1; overflow-y: auto; padding: 20px 24px; }
.cart-empty { color: var(--muted); text-align: center; padding: 60px 0; }
.cart-line { display: grid; grid-template-columns: 72px 1fr auto; gap: 13px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 72px; height: 72px; object-fit: contain; border: 1px solid var(--line); }
.cart-line strong { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 12px; line-height: 1.35; }
.cart-line span { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; }
.cart-line button { align-self: start; border: 0; background: transparent; font-size: 20px; }
.drawer-total { display: flex; justify-content: space-between; padding: 20px 24px; border-top: 1px solid var(--line); }
.checkout-button { margin: 0 24px 24px; min-height: 50px; border: 0; color: #fff; background: var(--red); font-weight: 800; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; min-width: 260px; max-width: calc(100% - 40px); padding: 14px 20px; opacity: 0; transform: translate(-50%, 20px); color: #fff; background: #222; pointer-events: none; text-align: center; transition: .2s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.breadcrumbs { min-height: 58px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; }
.catalog-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.catalog-title p { margin: 0 0 8px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.catalog-title h1 { margin: 0; font-size: 45px; }
.catalog-title > span { color: var(--muted); font-size: 13px; }
.catalog-toolbar { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.catalog-toolbar label { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.catalog-toolbar select { min-height: 38px; padding: 0 34px 0 12px; border: 1px solid #bbb; background: #fff; }
.active-query { font-size: 14px; font-weight: 700; }
.filter-toggle { display: none; }
.catalog-layout { display: grid; grid-template-columns: 225px minmax(0, 1fr); gap: 34px; padding-top: 30px; }
.filters { border-right: 1px solid var(--line); padding-right: 26px; }
.filter-head { display: flex; align-items: center; justify-content: space-between; }
.filter-head h2 { font-size: 17px; }
.filter-head button { display: none; border: 0; background: transparent; font-size: 28px; }
.department-filter { width: 100%; display: flex; align-items: center; justify-content: space-between; min-height: 42px; border: 0; border-bottom: 1px solid #eee; background: transparent; text-align: left; font-size: 12px; }
.department-filter.active { color: var(--red); font-weight: 800; }
.clear-filters { margin-top: 18px; border: 0; padding: 0; background: transparent; font-size: 12px; text-decoration: underline; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.pagination { min-height: 80px; display: flex; align-items: center; justify-content: center; gap: 7px; }
.pagination button { min-width: 40px; height: 40px; border: 1px solid var(--line); background: #fff; }
.pagination button.active { color: #fff; background: var(--ink); border-color: var(--ink); }
.pagination button:disabled { opacity: .4; cursor: default; }

.product-main { padding-bottom: 20px; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); gap: 65px; padding: 25px 0 60px; }
.detail-image { position: sticky; top: 20px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line); background: #fff; }
.detail-image::after { content: ''; position: absolute; inset: 12px; border: 1px solid #e8e8e8; }
.detail-image img { width: 100%; height: 100%; object-fit: contain; padding: 25px; }
.detail-copy { padding-top: 10px; }
.detail-copy .category { color: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.detail-copy h1 { margin: 14px 0 18px; font-size: clamp(30px, 3vw, 48px); line-height: 1.08; }
.detail-rating { display: flex; gap: 12px; color: var(--muted); font-size: 12px; }
.detail-price { display: block; margin: 28px 0 7px; font-size: 34px; }
.shipping-note { color: #477044; font-size: 13px; font-weight: 700; }
.detail-points { margin: 28px 0; padding: 25px 0 25px 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #444; line-height: 1.7; }
.detail-actions { display: grid; grid-template-columns: 1fr 56px; gap: 10px; }
.detail-add { min-height: 54px; border: 0; color: #fff; background: var(--red); font-size: 16px; font-weight: 800; }
.detail-wish { min-height: 54px; border: 1px solid var(--ink); background: #fff; font-size: 25px; }
.detail-wish.active { color: #fff; background: var(--ink); }
.detail-meta { margin-top: 25px; display: grid; gap: 12px; font-size: 12px; }
.detail-meta div { display: flex; justify-content: space-between; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.detail-meta span { color: var(--muted); }
.product-info { border-top: 3px solid var(--ink); padding: 0 0 55px; }
.info-tabs { display: flex; gap: 32px; border-bottom: 1px solid var(--line); }
.info-tabs button { min-height: 54px; border: 0; border-bottom: 3px solid transparent; background: transparent; font-weight: 800; }
.info-tabs button.active { border-bottom-color: var(--red); }
.product-info > div:last-child { max-width: 900px; padding-top: 25px; color: #444; line-height: 1.7; }
.related-section { padding-top: 25px; }
.not-found { padding: 100px 0; text-align: center; }

/* WordPress and WooCommerce integration */
.brand-link { display: inline-flex; color: inherit; text-decoration: none; }
.admin-bar .cart-drawer, .admin-bar .wishlist-panel { top: 32px; height: calc(100% - 32px); }
.card-image img, .detail-image img { width: 100%; height: 100%; object-fit: contain; }
.add-cart { display: grid; place-items: center; text-decoration: none; }
.card-price del { margin-right: 5px; color: #777; font-size: .75em; }
.card-price ins, .detail-price ins { text-decoration: none; }
.wish-button.active, .detail-wish.active { color: #fff; background: var(--red); border-color: var(--red); }
.wishlist-panel { position: fixed; z-index: 90; top: 0; right: 0; width: min(430px, 100%); height: 100%; visibility: hidden; overflow-y: auto; transform: translateX(100%); background: #fff; transition: .25s; }
.wishlist-open .drawer-backdrop { visibility: visible; opacity: 1; }
.wishlist-open .wishlist-panel { visibility: visible; transform: translateX(0); }
[data-ngan-wishlist-lines] { padding: 18px 24px; }
.wishlist-empty { color: #666; line-height: 1.6; }
.wishlist-row { display: grid; grid-template-columns: 74px 1fr; gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 700; text-decoration: none; }
.wishlist-row img { width: 74px; aspect-ratio: 1; object-fit: contain; border: 1px solid var(--line); }
.cart-lines .woocommerce-mini-cart { margin: 0; padding: 0; list-style: none; }
.cart-lines .woocommerce-mini-cart-item { position: relative; min-height: 92px; padding: 10px 25px 10px 82px; border-bottom: 1px solid var(--line); }
.cart-lines .woocommerce-mini-cart-item img { position: absolute; left: 0; top: 10px; width: 68px; height: 68px; object-fit: contain; }
.cart-lines .remove { position: absolute; right: 0; top: 8px; color: var(--red); font-size: 20px; text-decoration: none; }
.cart-lines .quantity { display: block; margin-top: 8px; color: #555; }
.cart-lines .woocommerce-mini-cart__total { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); }
.cart-lines .woocommerce-mini-cart__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cart-lines .woocommerce-mini-cart__buttons a { min-height: 44px; display: grid; place-items: center; color: #fff; background: var(--ink); text-decoration: none; }
.cart-lines .woocommerce-mini-cart__buttons .checkout { background: var(--red); }
.pagination .page-numbers { display: flex; gap: 7px; margin: 0; padding: 0; list-style: none; }
.pagination .page-numbers a, .pagination .page-numbers span { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--ink); background: #fff; text-decoration: none; }
.pagination .page-numbers .current { color: #fff; background: var(--ink); border-color: var(--ink); }
.woocommerce-ordering select { min-height: 40px; padding: 0 36px 0 12px; border: 1px solid var(--line); background: #fff; }
.detail-add-wrap form.cart { display: flex; gap: 8px; margin: 0; }
.detail-add-wrap .quantity input { width: 64px; min-height: 50px; padding: 0 8px; border: 1px solid var(--line); text-align: center; }
.detail-add-wrap .single_add_to_cart_button { min-height: 50px; padding: 0 24px; border: 0; color: #fff; background: var(--red); font-weight: 800; }
.toast.show { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.filter-open .filters { transform: translateX(0); box-shadow: 10px 0 30px rgba(0,0,0,.2); }

@media (max-width: 782px) {
  .admin-bar .cart-drawer, .admin-bar .wishlist-panel { top: 46px; height: calc(100% - 46px); }
}

@media (max-width: 1180px) {
  .shell { width: min(100% - 32px, 1120px); }
  .header-main { grid-template-columns: 210px 1fr 160px; gap: 18px; }
  .department-nav a { padding-inline: 16px; }
  .product-row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .product-row .product-card:nth-child(n+5) { display: none; }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .deal-zone .shell { grid-template-columns: 210px 1fr; }
}

@media (max-width: 820px) {
  .announcement { justify-content: center; }
  .announcement span { display: none; }
  .header-main { min-height: 122px; grid-template-columns: 1fr auto; grid-template-rows: auto auto; padding-block: 13px; }
  .site-search { grid-column: 1 / -1; grid-row: 2; height: 42px; }
  .utility-nav { grid-column: 2; grid-row: 1; }
  .icon-action { width: 54px; min-height: 45px; }
  .department-nav .shell { width: 100%; }
  .hero, .hero-copy { min-height: 475px; }
  .hero-media { inset: 0; opacity: .28; background-size: cover; }
  .hero::after { background: rgba(233,231,225,.66); }
  .hero-copy h1 { font-size: 46px; }
  .department-tiles { grid-template-columns: repeat(2, 1fr); }
  .department-tiles a { border-bottom: 1px solid var(--line); }
  .department-tiles a:nth-child(2n) { border-right: 0; }
  .department-tiles a:last-child { grid-column: 1 / -1; }
  .product-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-row .product-card:nth-child(n+5) { display: none; }
  .split-promos { grid-template-columns: 1fr; }
  .deal-zone .shell { grid-template-columns: 1fr; }
  .deal-zone .product-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .service-strip { grid-template-columns: repeat(2, 1fr); }
  .service-strip div:nth-child(2) { border-right: 0; }
  .service-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .newsletter .shell { grid-template-columns: 1fr; gap: 25px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-layout { grid-template-columns: 1fr; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .filters { position: fixed; z-index: 70; inset: 0 auto 0 0; width: min(340px, 90vw); overflow-y: auto; padding: 22px; transform: translateX(-100%); background: #fff; transition: .2s; }
  .filters.open { transform: translateX(0); box-shadow: 10px 0 30px rgba(0,0,0,.2); }
  .filter-head button, .filter-toggle { display: block; }
  .filter-toggle { min-height: 38px; padding: 0 14px; border: 1px solid var(--ink); background: #fff; }
  .product-detail { grid-template-columns: 1fr; gap: 25px; }
  .detail-image { position: relative; top: auto; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 22px, 500px); }
  .brand strong { font-size: 19px; min-height: 34px; }
  .brand span { font-size: 17px; }
  .site-search button { min-width: 72px; }
  .hero-copy h1 { font-size: 39px; }
  .hero-copy span { font-size: 15px; }
  .department-tiles a { min-height: 125px; padding: 17px; }
  .product-band { padding-top: 48px; }
  .section-heading h2 { font-size: 28px; }
  .product-row, .deal-zone .product-row, .catalog-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .card-body { min-height: 190px; padding: 11px; }
  .card-title { font-size: 13px; }
  .card-category { font-size: 9px; }
  .card-price { font-size: 17px; }
  .promo { min-height: 265px; padding: 25px; }
  .promo strong { font-size: 27px; }
  .deal-heading h2 { font-size: 36px; }
  .service-strip { grid-template-columns: 1fr; }
  .service-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .newsletter form { grid-template-columns: 1fr; height: auto; gap: 8px; }
  .newsletter input, .newsletter button { min-height: 46px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .catalog-title { align-items: flex-start; flex-direction: column; }
  .catalog-title h1 { font-size: 36px; }
  .catalog-toolbar { flex-wrap: wrap; padding: 12px 0; }
  .active-query { order: 3; width: 100%; }
  .product-detail { padding-top: 10px; }
  .detail-copy h1 { font-size: 30px; }
}


.footer-intro { display: flex; flex-direction: column; align-items: flex-start; }
.footer-intro small { margin-top: 7px; color: #888; font-size: 12px; line-height: 1.5; }
.footer-email { color: #fff; font-size: 13px; font-weight: 700; }
.default-content { min-height: 55vh; }
.policy-page { padding-bottom: 80px; }
.policy-header { padding: 42px 0 30px; border-bottom: 1px solid var(--line); }
.policy-header p { margin: 0 0 10px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.policy-header h1 { max-width: 780px; margin: 0; font-size: 44px; line-height: 1.08; }
.policy-content { max-width: 860px; padding: 38px 0 10px; color: #333; font-size: 15px; line-height: 1.75; }
.policy-content h2 { margin: 38px 0 12px; color: var(--ink); font-size: 23px; }
.policy-content h3 { margin: 28px 0 10px; color: var(--ink); font-size: 17px; }
.policy-content p { margin: 0 0 17px; }
.policy-content ul, .policy-content ol { margin: 0 0 20px; padding-left: 22px; }
.policy-content li { margin: 8px 0; }
.policy-content a { color: var(--red); font-weight: 700; }
.policy-content .wp-block-group { margin: 26px 0; padding: 22px 24px; border-left: 3px solid var(--red); background: #f6f6f4; }
@media (max-width: 520px) {
  .policy-header { padding-top: 28px; }
  .policy-header h1 { font-size: 34px; }
  .policy-content { padding-top: 28px; }
}
