/* tokens.css */
:root {
  --ck-color-navy: #0b1020;
  --ck-color-blue: #005bff;
  --ck-color-blue-hover: #0049cc;
  --ck-color-lime: #a7f500;
  --ck-color-lime-hover: #91d900;
  --ck-color-orange: #ff5a1f;
  --ck-color-orange-dark: #9f2c00;
  --ck-color-white: #ffffff;
  --ck-color-canvas: #f4f6f8;
  --ck-color-border: #d9e0e8;
  --ck-color-text: #161a22;
  --ck-color-muted: #596273;
  --ck-color-focus: #ffbf00;
  --ck-shadow-sm: 0 8px 22px rgba(11, 16, 32, 0.08);
  --ck-shadow-md: 0 18px 44px rgba(11, 16, 32, 0.13);
  --ck-radius-sm: 10px;
  --ck-radius-md: 16px;
  --ck-radius-lg: 24px;
  --ck-shell: 1440px;
  --ck-header-height: 72px;
  --ck-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ck-font-display: "Space Grotesk", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* base.css */
:where(body.ck-site) *, :where(body.ck-site) *::before, :where(body.ck-site) *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body.ck-site { margin: 0; color: var(--ck-color-text); background: var(--ck-color-white); font-family: var(--ck-font); font-size: 16px; line-height: 1.55; }
body.ck-site.admin-bar { --ck-header-offset: 32px; }
:where(body.ck-site) a { color: var(--ck-color-blue); text-underline-offset: 0.16em; }
:where(body.ck-site) a:hover { color: var(--ck-color-blue-hover); }
:where(body.ck-site) img { max-width: 100%; height: auto; }
:where(body.ck-site) button, :where(body.ck-site) input, :where(body.ck-site) select, :where(body.ck-site) textarea { font: inherit; }
:where(body.ck-site) button, :where(body.ck-site) a { -webkit-tap-highlight-color: transparent; }
:where(body.ck-site) a:focus-visible, :where(body.ck-site) button:focus-visible, :where(body.ck-site) input:focus-visible, :where(body.ck-site) select:focus-visible, :where(body.ck-site) textarea:focus-visible { outline: 3px solid var(--ck-color-focus); outline-offset: 3px; }
.ck-shell { width: min(calc(100% - 40px), var(--ck-shell)); margin-inline: auto; }
.ck-main { min-height: 60vh; }
.ck-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.ck-skip-link { position: fixed; top: 10px; left: 10px; z-index: 99999; transform: translateY(-180%); background: var(--ck-color-white); color: var(--ck-color-navy); padding: 12px 16px; border-radius: 8px; font-weight: 800; }
.ck-skip-link:focus { transform: none; }
.ck-eyebrow { margin: 0 0 6px; color: var(--ck-color-blue); font-weight: 850; font-size: 0.76rem; letter-spacing: 0.09em; text-transform: uppercase; }
.ck-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.ck-section-head h2 { margin: 0; font-family: var(--ck-font-display); font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.1; letter-spacing: -0.035em; }
.ck-link-arrow { display: inline-flex; align-items: center; gap: 8px; color: var(--ck-color-blue); font-weight: 800; text-decoration: none; }
.ck-link-arrow svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }

/* header.css */
.ck-header { position: sticky; top: var(--wp-admin--admin-bar--height, 0); z-index: 1000; min-height: var(--ck-header-height); background: var(--ck-color-navy); border-bottom: 1px solid rgba(255,255,255,.1); }
.ck-header__inner { min-height: var(--ck-header-height); display: grid; grid-template-columns: auto 1fr minmax(280px, 420px); align-items: center; gap: 36px; }
.ck-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ck-color-white); text-decoration: none; font-weight: 900; }
.ck-brand:hover { color: var(--ck-color-white); }
.ck-brand__mark { position: relative; width: 38px; height: 38px; border: 4px solid var(--ck-color-blue); border-radius: 50%; flex: 0 0 auto; }
.ck-brand__mark::after { content: ""; position: absolute; width: 20px; height: 10px; border-left: 4px solid var(--ck-color-white); border-bottom: 4px solid var(--ck-color-white); transform: rotate(-45deg); left: 7px; top: 7px; }
.ck-brand__mark span { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--ck-color-lime); right: -5px; top: -5px; }
.ck-brand__text { font-family: var(--ck-font-display); font-size: 1.18rem; letter-spacing: -0.025em; }
.ck-brand__text span { color: #4f96ff; }
.ck-nav__list { display: flex; align-items: center; justify-content: center; gap: 30px; list-style: none; padding: 0; margin: 0; }
.ck-nav__list > li { display: flex; align-items: center; flex: 0 0 auto; margin: 0; padding: 0; }
body.ck-site .ck-nav__list > li > a { min-height: 44px; display: inline-flex; align-items: center; padding: 0; border: 0; box-shadow: inset 0 -2px 0 transparent; color: var(--ck-color-white); text-decoration: none; font-size: .92rem; font-weight: 750; line-height: 1.2; white-space: nowrap; }
body.ck-site .ck-nav__list > li > a:hover,
body.ck-site .ck-nav__list > li > a:focus-visible { color: #b8d3ff; font-weight: 750; }
body.ck-site .ck-nav__list > li.current-menu-item > a,
body.ck-site .ck-nav__list > li.current_page_item > a,
body.ck-site .ck-nav__list > li.current-menu-ancestor > a,
body.ck-site .ck-nav__list > li > a[aria-current="page"] { color: var(--ck-color-white); font-weight: 750; box-shadow: inset 0 -2px 0 var(--ck-color-blue); }
.ck-search { position: relative; display: flex; }
.ck-search input { width: 100%; min-height: 44px; padding: 10px 46px 10px 14px; border: 1px solid #7d8797; border-radius: 8px; background: var(--ck-color-white); color: var(--ck-color-text); }
.ck-search input::placeholder { color: #667085; opacity: 1; }
.ck-search button { position: absolute; right: 4px; top: 4px; width: 36px; height: 36px; border: 0; border-radius: 6px; background: transparent; color: var(--ck-color-navy); cursor: pointer; }
.ck-search button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 2; }
.ck-nav-toggle { display: none; }

/* buttons.css */
.ck-button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 18px; border: 0; border-radius: 8px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .16s ease, background-color .16s ease; }
.ck-button:hover { transform: translateY(-1px); }
.ck-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.ck-button--primary { background: var(--ck-color-blue); color: var(--ck-color-white); }
.ck-button--primary:hover { background: var(--ck-color-blue-hover); color: var(--ck-color-white); }
.ck-button--lime { background: var(--ck-color-lime); color: var(--ck-color-navy); }
.ck-button--lime:hover { background: var(--ck-color-lime-hover); color: var(--ck-color-navy); }
.ck-button--block { width: 100%; }
.ck-button--secondary { border: 1px solid var(--ck-color-border); background: var(--ck-color-white); color: var(--ck-color-navy); }
.ck-button--secondary:hover { border-color: var(--ck-color-blue); background: var(--ck-color-white); color: var(--ck-color-blue-hover); }

/* hero.css */
.ck-hero { position: relative; overflow: hidden; background: linear-gradient(110deg, #fff 0%, #fff 58%, #edf4ff 58%, #edf4ff 74%, var(--ck-color-blue) 74%); }
.ck-hero::after { content: ""; position: absolute; inset: auto -7vw -32% auto; width: 36vw; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); }
.ck-hero__grid { position: relative; z-index: 1; min-height: 430px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.ck-hero__copy { padding-block: 54px; max-width: 650px; }
.ck-hero h1 { margin: 0; max-width: 11ch; color: var(--ck-color-navy); font-family: var(--ck-font-display); font-size: clamp(3rem, 5.6vw, 5.4rem); line-height: .94; letter-spacing: -0.065em; }
.ck-hero h1 span { color: var(--ck-color-blue); }
.ck-hero__lead { margin: 22px 0 24px; font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: #323a48; }
.ck-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.ck-hero__visual { min-height: 340px; display: grid; grid-template-columns: minmax(230px, 330px) minmax(190px, 260px); align-items: center; justify-content: center; gap: 26px; }
.ck-hero-product { margin: 0; justify-self: end; width: min(330px, 100%); }
.ck-hero-product picture { display: block; }
.ck-hero-product img { display: block; width: 100%; height: auto; }
.ck-hero-facts { display: grid; gap: 10px; }
.ck-hero-facts > div { min-height: 66px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; column-gap: 9px; align-items: center; padding: 10px 13px; border-radius: 9px; background: var(--ck-color-white); box-shadow: var(--ck-shadow-sm); }
.ck-hero-facts .ck-fact-icon { grid-row: 1 / span 2; width: 36px; height: 36px; display: grid; place-items: center; color: var(--ck-color-blue); }
.ck-fact-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.ck-hero-facts strong { align-self: end; font-size: .98rem; }
.ck-hero-facts small { align-self: start; color: var(--ck-color-muted); font-size: .76rem; }
.ck-hero-facts .ck-hero-facts__price { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--ck-color-lime); color: var(--ck-color-navy); }
.ck-hero-facts__price small { color: #253006; }

/* quick-links.css */
.ck-quick { position: relative; z-index: 5; margin-top: -1px; background: var(--ck-color-white); }
.ck-quick__grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ck-color-border); border-radius: 0 0 var(--ck-radius-sm) var(--ck-radius-sm); box-shadow: var(--ck-shadow-sm); overflow: hidden; }
.ck-quick-card { min-height: 88px; display: grid; grid-template-columns: 48px 1fr 22px; align-items: center; gap: 14px; padding: 16px 22px; color: var(--ck-color-text); text-decoration: none; background: var(--ck-color-white); border-right: 1px solid var(--ck-color-border); }
.ck-quick-card:last-child { border-right: 0; }
.ck-quick-card:hover { color: var(--ck-color-text); background: #f8fbff; }
.ck-quick-card__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--ck-color-blue); color: var(--ck-color-white); }
.ck-quick-card__icon--orange { background: var(--ck-color-orange); color: var(--ck-color-navy); }
.ck-quick-card__icon svg, .ck-quick-card > svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.9; }
.ck-quick-card > svg { width: 18px; }
.ck-quick-card span:nth-child(2) { display: grid; }
.ck-quick-card strong { font-size: .98rem; }
.ck-quick-card small { color: var(--ck-color-muted); font-size: .8rem; }

/* filters.css */
.ck-shop-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr) 260px; gap: 20px; padding-block: 28px 38px; }
.ck-filters { align-self: start; padding: 16px; border: 1px solid var(--ck-color-border); border-radius: var(--ck-radius-sm); background: var(--ck-color-white); }
.ck-filters__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--ck-color-border); }
.ck-filters h2, .ck-deals h2 { margin: 0; font-size: 1rem; }
.ck-filters__head button { min-height: 32px; padding: 4px 2px; border: 0; background: transparent; color: var(--ck-color-blue); font-weight: 750; cursor: pointer; }
.ck-filters fieldset { border: 0; margin: 16px 0 0; padding: 0; }
.ck-filters fieldset + fieldset { padding-top: 15px; border-top: 1px solid var(--ck-color-border); }
.ck-filters legend { margin-bottom: 8px; font-size: .79rem; font-weight: 850; }
.ck-filters label { min-height: 32px; display: flex; align-items: center; gap: 8px; color: #343c49; font-size: .8rem; cursor: pointer; }
.ck-filters input { width: 17px; height: 17px; accent-color: var(--ck-color-blue); }
.ck-filter-toggle { display: none; }
.ck-deals { align-self: start; padding: 16px; border-radius: var(--ck-radius-sm); background: #f7f9fc; border: 1px solid #e8edf3; }
.ck-deals__head p { margin: 5px 0 12px; color: var(--ck-color-muted); font-size: .8rem; }
.ck-deal-list { display: grid; gap: 8px; }
.ck-deal { position: relative; display: grid; grid-template-columns: 46px 1fr; gap: 10px; min-height: 82px; padding: 10px 48px 10px 10px; border-radius: 8px; background: var(--ck-color-white); color: var(--ck-color-text); text-decoration: none; border: 1px solid #e5eaf0; }
.ck-deal:hover { color: var(--ck-color-text); border-color: #aab6c5; }
.ck-deal__thumb { width: 36px; height: 58px; align-self: center; border-radius: 2px; background: var(--ck-color-blue); box-shadow: 0 8px 15px rgba(11,16,32,.14); }
.ck-deal__thumb--blue { background: var(--ck-color-blue); }
.ck-deal__thumb--navy { background: var(--ck-color-navy); }
.ck-deal__thumb--cream { background: #eee4cd; }
.ck-deal__thumb--electric { background: #1847a3; }
.ck-deal > span:nth-child(2) { display: grid; align-content: center; line-height: 1.15; }
.ck-deal strong { font-size: .76rem; }
.ck-deal small { margin: 3px 0 5px; color: var(--ck-color-muted); font-size: .69rem; }
.ck-deal b { font-size: .83rem; }
.ck-deal em { color: var(--ck-color-muted); font-size: .67rem; font-style: normal; }
.ck-deal mark { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); padding: 5px 6px; border-radius: 5px; background: var(--ck-color-orange); color: var(--ck-color-navy); font-size: .68rem; font-weight: 900; }
.ck-deals > .ck-link-arrow { margin-top: 12px; font-size: .78rem; }
.ck-filters form { margin: 0; }
.ck-filter-submit { margin-top: 18px; }
.ck-empty-admin { padding: 14px; border: 1px dashed #aeb9c8; border-radius: 8px; background: #fafbfd; color: var(--ck-color-muted); font-size: .82rem; }
.ck-deal__thumb--image { display: grid; place-items: center; overflow: hidden; background: var(--ck-color-white); box-shadow: none; }
.ck-deal__thumb--image img { width: 100%; height: 100%; object-fit: contain; }
.ck-deal--placeholder { cursor: default; }

/* size-tool.css */
.ck-size-tool { display: grid; grid-template-columns: minmax(220px, .8fr) 1.5fr; gap: 22px; padding: 22px; border-radius: var(--ck-radius-md); background: linear-gradient(110deg, #f3f7fd, #eef4ff); border: 1px solid #e0e8f4; }
.ck-size-tool__intro h2 { margin: 0; font-family: var(--ck-font-display); font-size: 1.45rem; letter-spacing: -.035em; }
.ck-size-tool__intro p:not(.ck-eyebrow) { margin: 8px 0 15px; color: #394353; font-size: .86rem; }
.ck-size-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; align-items: stretch; }
.ck-size-steps li { position: relative; min-height: 112px; padding: 14px 10px; display: flex; flex-direction: column; gap: 8px; justify-content: center; border-radius: 10px; background: var(--ck-color-white); border: 1px solid #e4eaf2; }
.ck-size-steps li::after { content: "→"; position: absolute; right: -8px; top: 50%; z-index: 2; transform: translateY(-50%); color: var(--ck-color-navy); font-weight: 900; }
.ck-size-steps li:last-child::after { display: none; }
.ck-size-steps span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #edf4ff; color: var(--ck-color-blue-hover); font-size: .76rem; font-weight: 900; }
.ck-size-steps strong { font-size: .76rem; line-height: 1.25; }
.ck-size-steps em { align-self: flex-start; padding: 5px 8px; border-radius: 6px; background: var(--ck-color-lime); color: var(--ck-color-navy); font-size: .82rem; font-style: normal; font-weight: 900; }

/* Interactive choice tool. Core supplies logic; Theme owns presentation. */
.ck-choice-tool { align-items: start; background: var(--ck-color-canvas); border-color: var(--ck-color-border); }
.ck-choice-tool__privacy { padding-left: 12px; border-left: 3px solid var(--ck-color-blue); color: var(--ck-color-muted); font-size: .78rem; }
.ck-choice-form { min-width: 0; padding: 18px; border: 1px solid var(--ck-color-border); border-radius: var(--ck-radius-sm); background: var(--ck-color-white); box-shadow: var(--ck-shadow-sm); }
.ck-choice-progress { display: flex; justify-content: flex-end; margin-bottom: 10px; color: var(--ck-color-muted); font-size: .75rem; font-weight: 800; }
.ck-choice-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.ck-choice-step[hidden] { display: none; }
.ck-choice-step legend { width: 100%; display: flex; align-items: center; gap: 9px; margin: 0 0 8px; padding: 0; color: var(--ck-color-navy); font-family: var(--ck-font-display); font-size: 1rem; font-weight: 900; }
.ck-choice-step legend > span { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border-radius: 50%; background: var(--ck-color-blue); color: var(--ck-color-white); font-family: var(--ck-font); font-size: .76rem; }
.ck-choice-step > p { margin: 0 0 14px; color: var(--ck-color-muted); font-size: .82rem; }
.ck-choice-measure { display: grid; gap: 6px; max-width: 330px; color: var(--ck-color-navy); font-weight: 850; }
.ck-choice-measure__field { min-height: 52px; display: grid; grid-template-columns: 1fr auto; align-items: center; border: 2px solid var(--ck-color-border); border-radius: 10px; background: var(--ck-color-white); overflow: hidden; }
.ck-choice-measure__field:focus-within { border-color: var(--ck-color-blue); }
.ck-choice-measure input { width: 100%; min-width: 0; height: 48px; padding: 0 13px; border: 0; outline: 0; color: var(--ck-color-navy); background: transparent; font-size: 1.15rem; font-weight: 900; }
.ck-choice-measure b { padding: 0 13px; color: var(--ck-color-muted); }
.ck-choice-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.ck-choice-options label { position: relative; cursor: pointer; }
.ck-choice-options input { position: absolute; opacity: 0; pointer-events: none; }
.ck-choice-options span { min-height: 58px; display: grid; place-items: center; padding: 10px; border: 2px solid var(--ck-color-border); border-radius: 10px; background: var(--ck-color-white); color: var(--ck-color-navy); text-align: center; font-size: .82rem; font-weight: 850; transition: border-color .15s ease, background-color .15s ease, color .15s ease; }
.ck-choice-options input:checked + span { border-color: var(--ck-color-blue); background: var(--ck-color-blue); color: var(--ck-color-white); }
.ck-choice-options input:focus-visible + span { outline: 3px solid var(--ck-color-focus); outline-offset: 3px; }
.ck-choice-actions { display: flex; justify-content: space-between; gap: 10px; margin-top: 16px; }
.ck-choice-actions .ck-button:only-child { margin-left: auto; }
.ck-choice-result-wrap { margin-top: 18px; }
.ck-choice-result { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .9fr) auto; gap: 22px; align-items: center; padding: 20px 22px; border: 1px solid var(--ck-color-border); border-radius: var(--ck-radius-md); background: var(--ck-color-white); box-shadow: var(--ck-shadow-sm); }
.ck-choice-result h2 { margin: 0; color: var(--ck-color-navy); font-family: var(--ck-font-display); font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.15; letter-spacing: -.03em; }
.ck-choice-result p:not(.ck-eyebrow) { margin: 7px 0 0; color: var(--ck-color-muted); font-size: .82rem; }
.ck-choice-result ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 14px; }
.ck-choice-result li { display: grid; gap: 1px; }
.ck-choice-result li strong { color: var(--ck-color-muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .05em; }
.ck-choice-result li span { color: var(--ck-color-navy); font-size: .82rem; font-weight: 850; }
.ck-choice-result--error { grid-template-columns: 1fr auto; border-color: var(--ck-color-orange); }

/* products.css */
.ck-products { margin-top: 22px; }
.ck-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ck-product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--ck-color-border); border-radius: var(--ck-radius-sm); background: var(--ck-color-white); transition: transform .16s ease, box-shadow .16s ease; }
.ck-product-card:hover { transform: translateY(-2px); box-shadow: var(--ck-shadow-sm); }
.ck-product-card__media { position: relative; min-height: 158px; display: grid; place-items: center; padding: 16px; background: #fbfcfe; }
.ck-product-card__media img { width: 100%; height: 150px; object-fit: contain; }
.ck-badge { position: absolute; top: 10px; left: 10px; z-index: 2; padding: 5px 7px; border-radius: 5px; font-size: .62rem; line-height: 1; font-weight: 900; text-transform: uppercase; }
.ck-badge--lime { background: var(--ck-color-lime); color: var(--ck-color-navy); }
.ck-badge--blue { background: var(--ck-color-blue); color: var(--ck-color-white); }
.ck-demo-pack { position: relative; width: 78px; height: 124px; display: grid; place-items: center; padding: 7px; color: var(--ck-color-white); background: linear-gradient(150deg, #0872ff, #003f9f); border-radius: 3px; box-shadow: 0 14px 24px rgba(11,16,32,.18); transform: perspective(500px) rotateY(-7deg); }
.ck-demo-pack::after { content: "52"; position: absolute; bottom: 7px; left: 8px; font-size: .68rem; font-weight: 900; }
.ck-demo-pack span { transform: rotate(-90deg); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.ck-demo-pack--navy { background: linear-gradient(150deg, #1d273d, #080c16); }
.ck-demo-pack--cream { background: linear-gradient(150deg, #f3ead6, #d0b880); color: var(--ck-color-navy); }
.ck-demo-pack--electric { background: linear-gradient(150deg, #1b58cc, #072b6a); }
.ck-product-card__body { flex: 1; display: flex; flex-direction: column; padding: 13px; }
.ck-product-card__title { margin: 0 0 5px; font-size: .9rem; line-height: 1.2; }
.ck-product-card__meta { min-height: 32px; margin: 0 0 10px; color: var(--ck-color-muted); font-size: .69rem; line-height: 1.35; }
.ck-product-card__price { margin-top: auto; font-size: 1.15rem; font-weight: 900; letter-spacing: -.03em; }
.ck-product-card__unit, .ck-product-card__shops { margin: 1px 0; color: var(--ck-color-muted); font-size: .68rem; }
.ck-product-card__shops { margin-bottom: 10px; color: #354055; }
.ck-product-card .ck-button { min-height: 40px; padding: 9px 10px; font-size: .72rem; }
.ck-feature-choices { padding: 10px 0 28px; }
.ck-feature-choices__grid { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--ck-color-border); border-radius: var(--ck-radius-sm); overflow: hidden; }
.ck-feature-choices__grid > a { min-height: 72px; display: flex; align-items: center; gap: 10px; padding: 12px; color: var(--ck-color-text); text-decoration: none; border-right: 1px solid var(--ck-color-border); }
.ck-feature-choices__grid > a:last-child { border-right: 0; }
.ck-feature-choices__grid > a:hover { color: var(--ck-color-text); background: #f7faff; }
.ck-feature-dot { width: 34px; height: 34px; flex: 0 0 auto; border: 6px solid #e5efff; border-radius: 50%; background: var(--ck-color-blue); }
.ck-feature-choices__grid span:last-child { display: grid; }
.ck-feature-choices strong { font-size: .76rem; }
.ck-feature-choices small { color: var(--ck-color-muted); font-size: .65rem; }
.ck-product-card--placeholder .ck-product-card__media { background: var(--ck-color-white); }
.ck-product-card--placeholder .ck-product-card__unit { min-height: 32px; }
.ck-button--disabled { cursor: default; pointer-events: none; transform: none; }

/* catalog.css */
.ck-catalog-hero { padding: 42px 0 34px; background: var(--ck-color-white); border-bottom: 1px solid var(--ck-color-border); }
.ck-catalog-hero__inner { max-width: 980px; margin-inline: auto; text-align: center; }
.ck-catalog-hero h1 { margin: 0; color: var(--ck-color-navy); font-family: var(--ck-font-display); font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.055em; }
.ck-catalog-hero p:last-child { max-width: 760px; margin: 14px auto 0; color: var(--ck-color-muted); font-size: 1.02rem; }
.ck-catalog-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 28px; padding-block: 32px 64px; }
.ck-catalog-filters { position: sticky; top: calc(var(--ck-header-height) + 16px); }
body.ck-site.admin-bar .ck-catalog-filters { top: calc(var(--ck-header-height) + 48px); }
.ck-catalog-filters form { margin: 0; }
.ck-catalog-filters .ck-filters__head a { color: var(--ck-color-blue); font-size: .77rem; font-weight: 800; text-decoration: none; }
.ck-filter-submit { margin-top: 18px; }
.ck-catalog-results { min-width: 0; }
.ck-catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--ck-color-border); }
.ck-catalog-toolbar h2 { margin: 0; color: var(--ck-color-navy); font-family: var(--ck-font-display); font-size: 1.55rem; letter-spacing: -.03em; }
.ck-catalog-toolbar p { margin: 3px 0 0; color: var(--ck-color-muted); font-size: .8rem; }
.ck-catalog-sort { display: flex; align-items: center; gap: 9px; }
.ck-catalog-sort label { color: var(--ck-color-muted); font-size: .76rem; font-weight: 800; }
.ck-catalog-sort select { min-height: 42px; max-width: 230px; padding: 8px 34px 8px 11px; border: 1px solid var(--ck-color-border); border-radius: 8px; background: var(--ck-color-white); color: var(--ck-color-navy); font-weight: 700; }
.ck-catalog-sort .ck-button { min-height: 42px; padding: 8px 13px; }
.ck-active-filters { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 18px; }
.ck-active-filters a { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 5px 9px; border: 1px solid #b8c8df; border-radius: 999px; background: var(--ck-color-white); color: var(--ck-color-navy); font-size: .72rem; font-weight: 800; text-decoration: none; }
.ck-active-filters a:hover { border-color: var(--ck-color-blue); color: var(--ck-color-blue-hover); }
.ck-active-filters .ck-active-filters__clear { border-color: transparent; background: transparent; color: var(--ck-color-blue); }
.ck-product-grid--catalog { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ck-catalog-empty { padding: 48px 26px; border: 1px dashed #aeb9c8; border-radius: var(--ck-radius-md); background: var(--ck-color-canvas); text-align: center; }
.ck-catalog-empty h3 { margin: 0 0 8px; color: var(--ck-color-navy); font-family: var(--ck-font-display); font-size: 1.5rem; }
.ck-catalog-empty p { margin: 0 0 18px; color: var(--ck-color-muted); }
.ck-pagination { display: flex; justify-content: center; margin-top: 30px; }
.ck-pagination .page-numbers { min-width: 40px; min-height: 40px; display: inline-grid; place-items: center; margin: 3px; padding: 6px 10px; border: 1px solid var(--ck-color-border); border-radius: 8px; background: var(--ck-color-white); color: var(--ck-color-navy); font-weight: 800; text-decoration: none; }
.ck-pagination .page-numbers.current { border-color: var(--ck-color-blue); background: var(--ck-color-blue); color: var(--ck-color-white); }
.ck-pagination a.page-numbers:hover { border-color: var(--ck-color-blue); color: var(--ck-color-blue); }

/* product-detail.css */
.ck-product-page { padding: 24px 0 72px; background: var(--ck-color-white); }
.ck-product-breadcrumb { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 22px; color: var(--ck-color-muted); font-size: .74rem; }
.ck-product-breadcrumb a { color: var(--ck-color-muted); text-decoration: none; }
.ck-product-breadcrumb a:hover { color: var(--ck-color-blue); }
.ck-product-hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(30px, 5vw, 72px); align-items: center; padding: 24px 0 46px; }
.ck-product-hero__media { position: relative; min-height: 480px; display: grid; place-items: center; padding: 30px; border: 1px solid var(--ck-color-border); border-radius: var(--ck-radius-lg); background: var(--ck-color-canvas); }
.ck-product-hero__media img { max-width: 100%; max-height: 520px; object-fit: contain; }
.ck-product-placeholder { width: min(260px, 70%); aspect-ratio: .7; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(150deg, var(--ck-color-blue), #073275); color: var(--ck-color-white); box-shadow: var(--ck-shadow-md); transform: perspective(800px) rotateY(-7deg); }
.ck-product-placeholder span { transform: rotate(-90deg); font-weight: 900; letter-spacing: .1em; }
.ck-product-hero__summary h1 { max-width: 720px; margin: 0; color: var(--ck-color-navy); font-family: var(--ck-font-display); font-size: clamp(2.4rem, 5vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.ck-product-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 24px 0; }
.ck-product-facts span { display: grid; gap: 2px; min-height: 68px; padding: 12px 14px; border: 1px solid var(--ck-color-border); border-radius: 10px; background: var(--ck-color-white); }
.ck-product-facts strong { color: var(--ck-color-navy); font-size: .95rem; }
.ck-product-facts span { color: var(--ck-color-muted); font-size: .72rem; }
.ck-product-buybox { max-width: 540px; padding: 20px; border: 1px solid #c8d6e9; border-radius: var(--ck-radius-md); background: var(--ck-color-canvas); }
.ck-product-buybox p { margin: 0; color: var(--ck-color-muted); font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.ck-product-buybox > strong { display: block; margin-top: 2px; color: var(--ck-color-navy); font-size: 2.2rem; line-height: 1.1; }
.ck-product-buybox > span { display: block; margin-top: 2px; color: var(--ck-color-muted); font-size: .82rem; }
.ck-product-buybox > small { display: block; margin: 8px 0 14px; color: #354055; }
.ck-product-no-offer { max-width: 540px; padding: 18px; border: 1px solid var(--ck-color-border); border-radius: var(--ck-radius-md); background: var(--ck-color-canvas); }
.ck-product-no-offer p { margin: 5px 0 0; color: var(--ck-color-muted); }
.ck-product-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 40px; padding: 34px 0; border-top: 1px solid var(--ck-color-border); }
.ck-product-content h2, .ck-product-specs h2, .ck-offers-section h2, .ck-related-products h2 { color: var(--ck-color-navy); font-family: var(--ck-font-display); letter-spacing: -.035em; }
.ck-product-content > h2 { margin: 0 0 18px; font-size: 1.75rem; }
.ck-product-specs { align-self: start; padding: 20px; border: 1px solid var(--ck-color-border); border-radius: var(--ck-radius-md); background: var(--ck-color-white); }
.ck-product-specs h2 { margin: 0 0 12px; font-size: 1.2rem; }
.ck-product-specs dl { margin: 0; }
.ck-product-specs dl > div { display: grid; grid-template-columns: 1fr 1.2fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid #e4e9ef; }
.ck-product-specs dl > div:last-child { border-bottom: 0; }
.ck-product-specs dt { color: var(--ck-color-muted); font-size: .75rem; }
.ck-product-specs dd { margin: 0; color: var(--ck-color-navy); font-size: .78rem; font-weight: 800; text-align: right; }
.ck-offers-section { padding: 38px 0 42px; border-top: 1px solid var(--ck-color-border); }
.ck-offers-table-wrap { overflow-x: auto; border: 1px solid var(--ck-color-border); border-radius: var(--ck-radius-md); }
.ck-offers-table { width: 100%; min-width: 760px; border-collapse: collapse; background: var(--ck-color-white); }
.ck-offers-table th { padding: 12px 14px; background: var(--ck-color-canvas); color: var(--ck-color-muted); font-size: .7rem; text-align: left; text-transform: uppercase; letter-spacing: .05em; }
.ck-offers-table td { padding: 15px 14px; border-top: 1px solid var(--ck-color-border); vertical-align: middle; }
.ck-offers-table td strong { color: var(--ck-color-navy); }
.ck-offers-table td del { display: block; color: var(--ck-color-muted); font-size: .72rem; }
.ck-offer-discount { display: inline-block; margin-left: 8px; padding: 3px 5px; border-radius: 4px; background: var(--ck-color-orange); color: var(--ck-color-navy); font-size: .66rem; font-weight: 900; }
.ck-stock { display: inline-flex; align-items: center; gap: 5px; font-size: .72rem; font-weight: 800; }
.ck-stock::before { width: 8px; height: 8px; content: ""; border-radius: 50%; background: #6d7786; }
.ck-stock--instock::before { background: #238636; }
.ck-stock--outofstock::before { background: #b42318; }
.ck-stock--unknown::before { background: #6d7786; }
.ck-offers-table .ck-button { white-space: nowrap; }
.ck-affiliate-note { margin: 10px 0 0; color: var(--ck-color-muted); font-size: .72rem; }
.ck-related-products { padding-top: 34px; border-top: 1px solid var(--ck-color-border); }
.ck-offer-unavailable { display: inline-block; min-width: 130px; padding: 9px 12px; border: 1px solid var(--ck-color-border); border-radius: 8px; background: var(--ck-color-canvas); color: var(--ck-color-muted); font-size: .72rem; font-weight: 800; text-align: center; }

/* brands.css */
.ck-brands { padding: 4px 0 34px; }
.ck-brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ck-brand-grid a { min-height: 76px; display: grid; place-items: center; border: 1px solid var(--ck-color-border); border-radius: var(--ck-radius-sm); background: var(--ck-color-white); color: var(--ck-color-navy); text-decoration: none; font-family: var(--ck-font-display); font-size: 1.12rem; font-weight: 900; letter-spacing: -.03em; }
.ck-brand-grid a:nth-child(1) { color: var(--ck-color-blue); }
.ck-brand-grid a:nth-child(2) { background: var(--ck-color-navy); color: var(--ck-color-white); }
.ck-brand-grid a:nth-child(3) { background: #080808; color: #f0c65d; }
.ck-brand-grid a:nth-child(4) { color: #1568bf; }
.ck-benefits { padding: 22px 0; border-top: 1px solid var(--ck-color-border); background: #fbfcfe; }
.ck-benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ck-benefits__grid > div { display: grid; gap: 3px; padding: 0 24px; border-right: 1px solid var(--ck-color-border); }
.ck-benefits__grid > div:first-child { padding-left: 0; }
.ck-benefits__grid > div:last-child { padding-right: 0; border-right: 0; }
.ck-benefits strong { font-size: .86rem; }
.ck-benefits span { color: var(--ck-color-muted); font-size: .72rem; }

/* content.css */
.ck-content-area { padding: 56px 0 72px; background: var(--ck-color-white); }
.ck-content-shell { max-width: 900px; }
.ck-content-header { margin-bottom: 30px; }
.ck-content-header h1 { margin: 0; font-family: var(--ck-font-display); color: var(--ck-color-navy); font-size: clamp(2.2rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -.055em; }
.ck-article__image { margin: 0 0 28px; overflow: hidden; border-radius: var(--ck-radius-md); }
.ck-prose { font-size: 1.06rem; }
.ck-prose > * { max-width: 74ch; }
.ck-prose h2, .ck-prose h3 { margin-top: 1.8em; color: var(--ck-color-navy); font-family: var(--ck-font-display); line-height: 1.15; letter-spacing: -.03em; }
.ck-prose table { width: 100%; border-collapse: collapse; }
.ck-prose th, .ck-prose td { padding: 11px; border: 1px solid var(--ck-color-border); text-align: left; }
.ck-post-card { padding: 22px 0; border-bottom: 1px solid var(--ck-color-border); }
.ck-post-card h2 { margin: 0 0 8px; }
.ck-post-card h2 a { color: var(--ck-color-navy); text-decoration: none; }
.ck-comments { margin-top: 40px; }

/* seo-pages.css */
.ck-info-page { padding: 54px 0 76px; background: var(--ck-color-white); }
.ck-info-page__shell { display: grid; gap: 38px; }
.ck-info-article { max-width: 940px; }
.ck-info-hero { max-width: 820px; margin-bottom: 30px; }
.ck-info-hero h1 { margin: 6px 0 16px; color: var(--ck-color-navy); font-family: var(--ck-font-display); font-size: clamp(2.6rem, 5.8vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.ck-info-hero > p:last-child { max-width: 68ch; margin: 0; color: var(--ck-color-muted); font-size: 1.08rem; }
.ck-info-prose { max-width: 820px; }
.ck-info-prose a { color: var(--ck-color-blue); font-weight: 750; text-underline-offset: 3px; }
.ck-info-next { padding-top: 28px; border-top: 1px solid var(--ck-color-border); }
.ck-info-next h2, .ck-info-brands h2 { margin: 0 0 18px; color: var(--ck-color-navy); font-family: var(--ck-font-display); font-size: clamp(1.7rem, 3vw, 2.5rem); letter-spacing: -.04em; }
.ck-info-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ck-info-card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.ck-site .ck-info-card-grid > a { min-height: 142px; display: grid; align-content: start; gap: 9px; padding: 22px; border: 1px solid var(--ck-color-border); border-radius: var(--ck-radius-md); background: var(--ck-color-white); color: var(--ck-color-navy); text-decoration: none; box-shadow: var(--ck-shadow-sm); }
.ck-info-card-grid > a strong { font-family: var(--ck-font-display); font-size: 1.12rem; letter-spacing: -.025em; }
.ck-info-card-grid > a span { color: var(--ck-color-muted); font-size: .92rem; }
.ck-info-card-grid > a svg { width: 22px; margin-top: auto; fill: none; stroke: var(--ck-color-blue); stroke-width: 1.8; }
.ck-info-metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--ck-color-border); border-radius: var(--ck-radius-md); }
.ck-info-metric-grid > div { display: grid; gap: 4px; padding: 18px; border-right: 1px solid var(--ck-color-border); background: var(--ck-color-white); }
.ck-info-metric-grid > div:last-child { border-right: 0; }
.ck-info-metric-grid strong { color: var(--ck-color-navy); font-family: var(--ck-font-display); }
.ck-info-metric-grid span { color: var(--ck-color-muted); font-size: .82rem; }
.ck-info-products { padding-top: 4px; }
.ck-info-brands { padding-top: 0; }
.ck-info-cta { margin-top: 30px; }
@media (max-width: 900px) {
  .ck-info-card-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ck-info-metric-grid { grid-template-columns: repeat(2, 1fr); }
  .ck-info-metric-grid > div:nth-child(2) { border-right: 0; }
  .ck-info-metric-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--ck-color-border); }
}
@media (max-width: 620px) {
  .ck-info-page { padding: 36px 0 56px; }
  .ck-info-card-grid, .ck-info-card-grid--three { grid-template-columns: 1fr; }
  .ck-info-metric-grid { grid-template-columns: 1fr; }
  .ck-info-metric-grid > div { border-right: 0; border-bottom: 1px solid var(--ck-color-border); }
  .ck-info-metric-grid > div:last-child { border-bottom: 0; }
}

/* footer.css */
.ck-footer { padding: 46px 0 22px; background: var(--ck-color-navy); color: #dce5f2; }
.ck-footer .ck-brand { margin-bottom: 16px; }
.ck-footer__grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 60px; }
.ck-footer h2 { margin: 0 0 10px; color: var(--ck-color-white); font-size: .9rem; }
.ck-footer p { margin: 0; color: #c7d1df; font-size: .8rem; }
.ck-footer__menu { list-style: none; padding: 0; margin: 0; display: grid; gap: 5px; }
.ck-footer__menu a { color: #eaf0f8; font-size: .8rem; text-decoration: none; }
.ck-footer__menu a:hover { color: var(--ck-color-white); text-decoration: underline; }
.ck-footer__bottom { margin-top: 32px; padding-top: 18px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid #394156; }
.ck-footer__bottom p { font-size: .68rem; }
.ck-footer p a { color: #eaf0f8; font-weight: 700; text-underline-offset: 3px; }
.ck-footer p a:hover { color: var(--ck-color-white); }

/* responsive.css */
@media (max-width: 1180px) {
  .ck-header__inner { grid-template-columns: auto 1fr auto; gap: 20px; }
  .ck-header__search { display: none; }
  .ck-shop-layout { grid-template-columns: 200px minmax(0,1fr); }
  .ck-deals { grid-column: 1 / -1; }
  .ck-deal-list { grid-template-columns: repeat(4,1fr); }
  .ck-product-grid { grid-template-columns: repeat(3,1fr); }
  .ck-feature-choices__grid { grid-template-columns: repeat(3,1fr); }
  .ck-feature-choices__grid > a:nth-child(3) { border-right: 0; }
  .ck-feature-choices__grid > a { border-bottom: 1px solid var(--ck-color-border); }
}
@media (max-width: 900px) {
  .ck-shell { width: min(calc(100% - 28px), var(--ck-shell)); }
  .ck-nav-toggle { width: 44px; height: 44px; display: grid; place-items: center; margin-left: auto; border: 1px solid #536078; border-radius: 8px; background: #11192b; color: var(--ck-color-white); }
  .ck-nav-toggle__bars, .ck-nav-toggle__bars::before, .ck-nav-toggle__bars::after { width: 20px; height: 2px; display: block; position: relative; background: currentColor; }
  .ck-nav-toggle__bars::before, .ck-nav-toggle__bars::after { content: ""; position: absolute; left: 0; }
  .ck-nav-toggle__bars::before { top: -6px; }
  .ck-nav-toggle__bars::after { top: 6px; }
  .ck-header__inner { grid-template-columns: 1fr auto; }
  .ck-nav { display: none; grid-column: 1 / -1; padding: 0 0 16px; }
  .ck-nav[data-open] { display: block; }
  .ck-nav__list { align-items: stretch; flex-direction: column; gap: 2px; }
  body.ck-site .ck-nav__list > li > a { width: 100%; min-height: 44px; display: flex; align-items: center; padding: 8px 10px; border-radius: 6px; box-shadow: none; }
  .ck-hero { background: linear-gradient(170deg, #fff 0%, #fff 70%, #edf4ff 70%, #edf4ff 84%, var(--ck-color-blue) 84%); }
  .ck-hero__grid { grid-template-columns: 1fr; gap: 10px; }
  .ck-hero__copy { padding-block: 42px 10px; }
  .ck-hero__visual { padding-bottom: 38px; justify-content: start; }
  .ck-quick__grid { grid-template-columns: repeat(2,1fr); }
  .ck-quick-card:nth-child(2) { border-right: 0; }
  .ck-quick-card:nth-child(-n+2) { border-bottom: 1px solid var(--ck-color-border); }
  .ck-shop-layout { grid-template-columns: 1fr; }
  .ck-filters { display: none; }
  .ck-filters[data-open] { display: block; }
  .ck-filter-toggle { min-height: 44px; display: flex; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 12px; padding: 9px 14px; border: 1px solid var(--ck-color-border); border-radius: 8px; background: var(--ck-color-white); color: var(--ck-color-navy); font-weight: 850; }
  .ck-size-tool { grid-template-columns: 1fr; }
  .ck-product-grid { grid-template-columns: repeat(2,1fr); }
  .ck-deal-list { grid-template-columns: repeat(2,1fr); }
  .ck-brand-grid { grid-template-columns: repeat(2,1fr); }
  .ck-benefits__grid { grid-template-columns: repeat(2,1fr); gap: 20px 0; }
  .ck-benefits__grid > div:nth-child(2) { border-right: 0; }
  .ck-benefits__grid > div:nth-child(3) { padding-left: 0; }
  .ck-footer__grid { grid-template-columns: 1fr 1fr; }
  .ck-footer__grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .ck-shell { width: min(calc(100% - 22px), var(--ck-shell)); }
  .ck-brand__text { font-size: 1rem; }
  .ck-brand__mark { width: 34px; height: 34px; }
  .ck-hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .ck-hero__lead { margin-top: 16px; }
  .ck-hero__actions { align-items: stretch; flex-direction: column; }
  .ck-hero__actions .ck-button { width: 100%; }
  .ck-hero__visual { min-height: 290px; grid-template-columns: .85fr 1fr; gap: 12px; }
  .ck-hero-product { width: min(280px, 100%); }
  .ck-hero-facts > div { min-height: 58px; grid-template-columns: 30px 1fr; padding: 7px 8px; }
  .ck-hero-facts .ck-fact-icon { width: 28px; height: 28px; }
  .ck-fact-icon svg { width: 22px; }
  .ck-hero-facts strong { font-size: .78rem; }
  .ck-hero-facts small { font-size: .62rem; }
  .ck-quick__grid { grid-template-columns: 1fr; }
  .ck-quick-card { min-height: 72px; border-right: 0; border-bottom: 1px solid var(--ck-color-border); }
  .ck-quick-card:last-child { border-bottom: 0; }
  .ck-size-tool { padding: 16px; }
  .ck-size-steps { grid-template-columns: repeat(2,1fr); }
  .ck-size-steps li:nth-child(2)::after { display: none; }
  .ck-product-grid { gap: 8px; }
  .ck-product-card__media { min-height: 132px; padding: 12px; }
  .ck-demo-pack { width: 62px; height: 100px; }
  .ck-product-card__body { padding: 10px; }
  .ck-product-card__title { font-size: .8rem; }
  .ck-product-card__meta { font-size: .62rem; }
  .ck-product-card__price { font-size: 1rem; }
  .ck-section-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .ck-feature-choices__grid { grid-template-columns: repeat(2,1fr); }
  .ck-feature-choices__grid > a:nth-child(3) { border-right: 1px solid var(--ck-color-border); }
  .ck-feature-choices__grid > a:nth-child(even) { border-right: 0; }
  .ck-brand-grid { gap: 8px; }
  .ck-brand-grid a { min-height: 62px; font-size: .94rem; }
  .ck-deal-list { grid-template-columns: 1fr; }
  .ck-benefits__grid { grid-template-columns: 1fr; }
  .ck-benefits__grid > div { padding: 0 0 15px; border-right: 0; border-bottom: 1px solid var(--ck-color-border); }
  .ck-benefits__grid > div:last-child { border-bottom: 0; }
  .ck-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .ck-footer__grid > div:first-child { grid-column: auto; }
  .ck-footer__bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  :where(body.ck-site) *, :where(body.ck-site) *::before, :where(body.ck-site) *::after { transition-duration: 0.01ms; animation-duration: 0.01ms; animation-iteration-count: 1; }
}

/* Catalog and product detail responsive rules. */
@media (max-width: 1180px) {
  .ck-product-grid--catalog { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .ck-catalog-layout { grid-template-columns: 1fr; gap: 14px; }
  .ck-catalog-filters { position: static; display: none; }
  .ck-catalog-filters[data-open] { display: block; }
  .ck-catalog-toolbar { align-items: flex-start; flex-direction: column; }
  .ck-catalog-sort { width: 100%; }
  .ck-catalog-sort select { flex: 1; max-width: none; }
  .ck-product-hero { grid-template-columns: 1fr; gap: 24px; }
  .ck-product-hero__media { min-height: 380px; }
  .ck-product-detail-grid { grid-template-columns: 1fr; gap: 26px; }
  .ck-product-specs { max-width: none; }
}
@media (max-width: 620px) {
  .ck-catalog-hero { padding: 32px 0 26px; }
  .ck-catalog-hero h1 { font-size: clamp(2.2rem, 13vw, 3.4rem); }
  .ck-catalog-layout { padding-block: 18px 42px; }
  .ck-catalog-sort { display: grid; grid-template-columns: 1fr auto; }
  .ck-catalog-sort label { grid-column: 1 / -1; }
  .ck-catalog-sort .ck-button { display: none; }
  .ck-product-grid--catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ck-product-page { padding-top: 14px; }
  .ck-product-hero { padding-top: 10px; }
  .ck-product-hero__media { min-height: 300px; padding: 18px; border-radius: var(--ck-radius-md); }
  .ck-product-facts { grid-template-columns: 1fr 1fr; }
  .ck-product-buybox { padding: 16px; }
  .ck-product-detail-grid { padding-top: 26px; }
  .ck-offers-section { padding-top: 30px; }
}

/* Choice tool responsive rules. */
@media (max-width: 900px) {
  .ck-choice-result { grid-template-columns: 1fr; }
  .ck-choice-result .ck-button { justify-self: start; }
}
@media (max-width: 620px) {
  .ck-choice-form { padding: 14px; }
  .ck-choice-options { grid-template-columns: 1fr; }
  .ck-choice-options span { min-height: 50px; }
  .ck-choice-actions { align-items: stretch; flex-direction: column-reverse; }
  .ck-choice-actions .ck-button { width: 100%; }
  .ck-choice-result { padding: 16px; }
  .ck-choice-result ul { grid-template-columns: 1fr 1fr; }
  .ck-choice-result--error { grid-template-columns: 1fr; }
}

