/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Helvetica Neue",Helvetica,sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #111;
    --color-neutral: #111;
    --color-background: #f6f6f3;
    --font-display: "Arial Narrow","Helvetica Neue",sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #f6f6f3;
    color: #111;
    font-family: var(--font-sans);
  }
  a {
    color: inherit;
  }
  img {
    display: block;
    max-width: 100%;
  }
}
@layer components {
  .crkb-shell {
    width: min(1280px,calc(100% - 96px));
    margin-inline: auto;
  }
  .crkb-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(246,246,243,.96);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid #deded9;
  }
  .crkb-header-inner {
    min-height: 92px;
    display: grid;
    grid-template-columns: 220px 1fr auto;
    align-items: center;
    gap: 40px;
  }
  .crkb-logo {
    width: 158px;
    height: auto;
  }
  .crkb-nav {
    display: flex;
    justify-content: center;
  }
  .crkb-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 34px;
    align-items: center;
  }
  .crkb-nav-list a {
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
  }
  .crkb-header-cta {
    background: #111;
    color: #fff;
    text-decoration: none;
    padding: 14px 22px;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 800;
  }
  .crkb-main {
    overflow: hidden;
  }
  .crkb-menu-toggle,.crkb-mobile-panel {
    display: none;
  }
  .crkb-hero {
    padding: 96px 0 88px;
  }
  .crkb-hero-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 88px;
    align-items: center;
  }
  .crkb-eyebrow {
    margin: 0 0 24px;
    font-size: 11px;
    letter-spacing: .2em;
    font-weight: 800;
    color: #6c6c68;
    text-transform: uppercase;
  }
  .crkb-eyebrow.light {
    color: #aaa;
  }
  .crkb-hero h1,.crkb-section h2,.crkb-education h2,.crkb-final-cta h2 {
    font-family: var(--font-display);
    text-transform: uppercase;
    letter-spacing: -.045em;
    line-height: .91;
    margin: 0;
    font-weight: 900;
  }
  .crkb-hero h1 {
    font-size: clamp(4.2rem,7.3vw,7.4rem);
  }
  .crkb-hero h1 span {
    color: #9a9a95;
  }
  .crkb-lead {
    font-size: clamp(1.05rem,1.35vw,1.25rem);
    line-height: 1.65;
    color: #50504d;
    max-width: 620px;
    margin: 34px 0 0;
  }
  .crkb-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 38px;
  }
  .crkb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 26px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    border: 1px solid #111;
  }
  .crkb-btn-dark {
    background: #111;
    color: #fff;
  }
  .crkb-btn-light {
    background: transparent;
  }
  .crkb-since {
    margin: 52px 0 0;
    padding-top: 24px;
    border-top: 1px solid #d2d2cc;
    font-size: 13px;
    letter-spacing: .03em;
    color: #666;
  }
  .crkb-since strong {
    color: #111;
  }
  .crkb-hero-visual {
    min-height: 680px;
    overflow: hidden;
    background: #e4e4df;
  }
  .crkb-hero-visual img {
    width: 100%;
    height: 680px;
    object-fit: cover;
    object-position: 50% 30%;
    filter: grayscale(10%);
  }
  .crkb-statement {
    background: #111;
    color: #fff;
  }
  .crkb-statement p {
    margin: 0;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    letter-spacing: .22em;
    font-weight: 800;
  }
  .crkb-section {
    padding: 132px 0;
  }
  .crkb-section-head {
    display: flex;
    justify-content: space-between;
    gap: 64px;
    align-items: flex-end;
    margin-bottom: 62px;
  }
  .crkb-section-head.compact {
    margin-bottom: 42px;
  }
  .crkb-section-head h2,.crkb-education h2,.crkb-final-cta h2 {
    font-size: clamp(3.2rem,5.6vw,6rem);
    max-width: 900px;
  }
  .crkb-section-head>a {
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    white-space: nowrap;
    padding-bottom: 7px;
  }
  .crkb-category-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
  }
  .crkb-category-card {
    text-decoration: none;
    background: #fff;
    transition: transform .25s ease;
  }
  .crkb-category-card:hover {
    transform: translateY(-4px);
  }
  .crkb-product-image {
    background: #efefeb;
    aspect-ratio: 1/1;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 48px;
  }
  .crkb-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
  }
  .crkb-card-copy {
    padding: 28px 30px 32px;
  }
  .crkb-card-copy span {
    font-size: 10px;
    color: #92928d;
    letter-spacing: .15em;
  }
  .crkb-card-copy h3 {
    font-family: var(--font-display);
    font-size: 34px;
    margin: 10px 0 9px;
    text-transform: uppercase;
    letter-spacing: -.03em;
  }
  .crkb-card-copy p {
    margin: 0;
    color: #666;
    line-height: 1.6;
    max-width: 330px;
  }
  .crkb-education {
    background: #131313;
    color: #fff;
    padding: 132px 0;
  }
  .crkb-education-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 120px;
    align-items: start;
  }
  .crkb-education p {
    color: #c7c7c4;
    font-size: 18px;
    line-height: 1.75;
    margin: 0 0 22px;
    max-width: 590px;
  }
  .crkb-education strong {
    color: #fff;
  }
  .crkb-text-link {
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: .12em;
    text-decoration: none;
  }
  .crkb-calendar-preview {
    background: #e9e9e4;
  }
  .crkb-event-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .crkb-event-card {
    background: #f8f8f5;
    padding: 36px;
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 32px;
    align-items: start;
  }
  .crkb-event-date {
    border-right: 1px solid #d3d3ce;
    padding-right: 26px;
    display: flex;
    gap: 10px;
  }
  .crkb-event-date strong {
    font-size: 54px;
    line-height: .88;
  }
  .crkb-event-date span {
    font-size: 10px;
    letter-spacing: .13em;
    font-weight: 800;
    color: #777;
    line-height: 1.4;
  }
  .crkb-event-type {
    font-size: 10px;
    letter-spacing: .16em;
    font-weight: 800;
    color: #777;
    margin: 0 0 10px;
  }
  .crkb-event-card h3 {
    font-family: var(--font-display);
    font-size: 30px;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: -.03em;
  }
  .crkb-event-card p {
    color: #666;
    margin: 0 0 20px;
    line-height: 1.5;
  }
  .crkb-event-card a {
    font-size: 11px;
    letter-spacing: .08em;
    font-weight: 800;
    text-decoration: none;
  }
  .crkb-final-cta {
    padding: 116px 0;
    background: #f6f6f3;
  }
  .crkb-final-cta-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 64px;
  }
  .crkb-final-cta h2 {
    max-width: 860px;
  }
  .crkb-footer {
    background: #0d0d0d;
    color: #fff;
    padding: 72px 0 28px;
  }
  .crkb-footer-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr;
    gap: 70px;
  }
  .crkb-footer-logo {
    width: 155px;
    filter: brightness(0) invert(1);
  }
  .crkb-footer p {
    color: #aaa;
    max-width: 440px;
    line-height: 1.7;
  }
  .crkb-footer strong {
    display: block;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .14em;
  }
  .crkb-footer a,.crkb-footer span {
    display: block;
    color: #aaa;
    text-decoration: none;
    margin: 9px 0;
    font-size: 14px;
  }
  .crkb-footer-bottom {
    margin-top: 54px;
    border-top: 1px solid #292929;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .crkb-footer-bottom span {
    font-size: 11px;
    color: #777;
  }
  .woocommerce .site-main,.woocommerce-page .site-main {
    width: min(1280px,calc(100% - 96px));
    margin: 0 auto;
    padding: 80px 0 120px;
  }
  .woocommerce div.product {
    display: grid;
    grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr);
    column-gap: 72px;
    align-items: start;
    background: #fff;
    padding: 34px;
  }
  .woocommerce div.product div.images,.woocommerce div.product div.summary {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
  }
  .woocommerce div.product div.images {
    background: #f0f0ec;
    padding: 34px;
  }
  .woocommerce div.product .summary {
    padding-top: 18px;
  }
  .woocommerce div.product .product_title {
    font-family: var(--font-display);
    font-size: clamp(2.45rem,3.7vw,4.35rem);
    line-height: .96;
    text-transform: uppercase;
    letter-spacing: -.04em;
    margin: 0 0 18px;
  }
  .woocommerce div.product p.price {
    font-size: clamp(1.9rem,2.6vw,2.55rem);
    font-weight: 900;
    color: #111;
    margin: 0 0 26px;
    line-height: 1;
  }
  .woocommerce div.product form.cart .variations {
    margin: 0 0 24px;
    width: 100%;
  }
  .woocommerce div.product form.cart .variations th,.woocommerce div.product form.cart .variations td {
    display: block;
    text-align: left;
    padding: 0;
  }
  .woocommerce div.product form.cart .variations label {
    display: block;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin: 0 0 10px;
  }
  .woocommerce div.product form.cart .variations select {
    width: 100%;
    min-height: 52px;
    border: 1px solid #bbb;
    background: #fff;
    padding: 0 14px;
    font-size: 15px;
    margin: 0 0 18px;
  }
  .woocommerce div.product form.cart .button {
    min-height: 54px;
    background: #111 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 0 28px !important;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 11px;
  }
  .woocommerce div.product .woocommerce-product-details__short-description {
    font-size: 17px;
    line-height: 1.65;
    color: #555;
    margin-bottom: 30px;
  }
  .woocommerce div.product .woocommerce-tabs {
    grid-column: 1/-1;
    margin-top: 100px;
  }
  .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
  }
  .woocommerce ul.products:before,.woocommerce ul.products:after {
    display: none !important;
  }
  .woocommerce ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
    background: #fff;
    padding-bottom: 24px;
    display: flex !important;
    flex-direction: column;
  }
  .woocommerce ul.products li.product img {
    background: #efefeb;
    margin: 0 0 22px !important;
    padding: 28px;
    aspect-ratio: 1/1;
    object-fit: contain;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .price,.woocommerce ul.products li.product .button {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--font-display);
    font-size: 22px !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: -.02em;
    margin-bottom: 10px !important;
  }
  .woocommerce ul.products li.product .price {
    color: #111 !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
  .woocommerce ul.products li.product .button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: calc(100% - 44px) !important;
    min-height: 54px !important;
    margin-top: auto !important;
    margin-left: 22px !important;
    margin-right: 22px !important;
    padding: 0 18px !important;
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    background: #111 !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: .11em !important;
    box-sizing: border-box !important;
    transition: background .2s ease,color .2s ease;
  }
  .woocommerce ul.products li.product .button:hover,.woocommerce ul.products li.product .button:focus {
    background: #fff !important;
    color: #111 !important;
  }
  .crkb-shop-main>.woocommerce-breadcrumb {
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 30px;
  }
  .crkb-shop-main .woocommerce-products-header {
    margin-bottom: 34px;
  }
  .crkb-shop-main .woocommerce-products-header__title {
    font-family: var(--font-display);
    font-size: clamp(3.4rem,6vw,6.4rem);
    line-height: .9;
    text-transform: uppercase;
    letter-spacing: -.045em;
    margin: 0 0 28px;
  }
  .crkb-shop-main .woocommerce-products-header .page-description {
    max-width: 820px;
    color: #5c5c58;
    font-size: 17px;
    line-height: 1.65;
  }
  .crkb-shop-main .woocommerce-products-header .page-description h1 {
    display: none;
  }
  .crkb-shop-categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 28px 0 36px;
    clear: both;
  }
  .crkb-shop-categories a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 17px;
    border: 1px solid #bdbdb8;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    background: transparent;
  }
  .crkb-shop-categories a.is-primary {
    background: #111;
    color: #fff;
    border-color: #111;
  }
  .crkb-shop-main .woocommerce-result-count {
    font-size: 12px;
    color: #777;
    margin: 0 0 28px;
  }
  .crkb-shop-main .woocommerce-ordering {
    margin: 0 0 28px;
  }
  .crkb-shop-main .woocommerce-ordering select {
    min-height: 42px;
    border: 1px solid #c8c8c3;
    background: #fff;
    padding: 0 36px 0 12px;
  }
  .post-type-archive-product .crkb-shop-main .woocommerce-result-count,.post-type-archive-product .crkb-shop-main .woocommerce-ordering {
    display: none !important;
  }
  .crkb-shop-main .gridlist-toggle,.crkb-shop-main .yith-wcqv-button,.crkb-shop-main ul.products li.product .woocommerce-product-details__short-description {
    display: none !important;
  }
  .crkb-shop-main ul.products li.product>a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
  }
  .crkb-shop-main ul.products li.product .gridlist-buttonwrap {
    margin-top: auto;
  }
  .crkb-shop-main ul.products li.product .woocommerce-loop-product__title {
    min-height: 2.16em;
  }
  .crkb-shop-main ul.products li.product .price {
    font-size: 25px !important;
    font-weight: 900 !important;
    letter-spacing: -.025em;
  }
  .crkb-shop-main ul.products li.product .button {
    background: #111 !important;
    color: #fff !important;
    border-color: #111 !important;
    box-shadow: none !important;
  }
  .crkb-shop-main ul.products li.product .button:after {
    content: "  →";
    font-size: 14px;
    margin-left: 8px;
  }
  .crkb-shop-main ul.products li.product .button:hover,.crkb-shop-main ul.products li.product .button:focus {
    background: #2a2a2a !important;
    color: #fff !important;
  }
  .crkb-shop-main ul.products li.product {
    position: relative;
    overflow: hidden;
  }
  .crkb-shop-main ul.products li.product .onsale {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: #111;
    color: #fff;
    border-radius: 0;
    min-width: 0;
    min-height: 0;
    line-height: 1;
    padding: 8px 10px;
    font-size: 9px;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .crkb-shop-main ul.products li.product .price {
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    margin-bottom: 20px !important;
  }
  .crkb-shop-main ul.products li.product .button {
    display: flex !important;
    min-height: 54px !important;
    align-items: center !important;
    justify-content: center !important;
    width: calc(100% - 44px) !important;
    padding: 0 18px !important;
    text-align: center !important;
  }
  .crkb-shop-main .woocommerce-pagination {
    margin-top: 54px;
  }
  .crkb-shop-main .woocommerce-pagination ul {
    border: 0 !important;
  }
  .crkb-shop-main .woocommerce-pagination li {
    border: 0 !important;
    margin: 0 4px !important;
  }
  .crkb-shop-main .woocommerce-pagination a,.crkb-shop-main .woocommerce-pagination span {
    min-width: 40px !important;
    min-height: 40px !important;
    display: grid !important;
    place-items: center !important;
    background: #fff !important;
    color: #111 !important;
  }
  .crkb-shop-main .woocommerce-pagination .current {
    background: #111 !important;
    color: #fff !important;
  }
  .single-product .crkb-shop-main {
    padding-top: 72px;
  }
  .single-product .crkb-shop-main .product {
    margin-bottom: 0;
  }
  .single-product .summary .price {
    font-weight: 700;
  }
  .single-product .summary .yay-currency-single-page-switcher {
    margin: 0 0 24px;
  }
  .single-product .summary form.variations_form {
    margin-top: 28px;
  }
  .single-product .summary form.variations_form .variations select {
    appearance: none;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;
    padding-right: 42px;
  }
  .single-product .summary .single_variation_wrap {
    margin-top: 12px;
  }
  .single-product .summary .woocommerce-variation-price {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 18px;
  }
  .single-product .summary .quantity .qty {
    min-height: 54px;
    width: 76px;
    border: 1px solid #bbb;
    padding: 0 10px;
  }
  .single-product .summary .single_add_to_cart_button {
    min-width: 220px;
  }
  .single-product .product_meta,.single-product .yith-wcwl-add-to-wishlist,.single-product .compare {
    font-size: 12px;
  }
  .single-product .woocommerce-tabs {
    border-top: 1px solid #d8d8d3;
    padding-top: 46px;
  }
  .single-product .woocommerce-tabs ul.tabs {
    padding: 0 !important;
    margin: 0 0 34px !important;
  }
  .single-product .woocommerce-tabs ul.tabs:before {
    border-bottom: 1px solid #d8d8d3 !important;
  }
  .single-product .woocommerce-tabs ul.tabs li {
    border: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 22px 12px 0 !important;
  }
  .single-product .woocommerce-tabs ul.tabs li a {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .1em;
  }
  .single-product .woocommerce-tabs .panel {
    max-width: 820px;
    line-height: 1.7;
    color: #555;
  }
  .single-product .related.products {
    margin-top: 100px;
  }
  .single-product .related.products>h2 {
    font-family: var(--font-display);
    font-size: clamp(2.6rem,4vw,4.6rem);
    text-transform: uppercase;
    letter-spacing: -.04em;
    margin-bottom: 34px;
  }
  @media (max-width:980px) {
    .crkb-shell {
      width: min(100% - 56px,1280px);
    }
    .crkb-header-inner {
      grid-template-columns: 1fr auto auto;
      gap: 18px;
    }
    .crkb-nav {
      display: none;
    }
    .crkb-menu-toggle {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 0;
      background: transparent;
      padding: 12px 4px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .12em;
    }
    .crkb-menu-toggle i {
      display: block;
      width: 14px;
      height: 1px;
      background: #111;
    }
    .crkb-header-cta {
      justify-self: end;
    }
    .crkb-mobile-panel {
      display: block;
      background: #f6f6f3;
      border-top: 1px solid #deded9;
    }
    .crkb-mobile-panel[hidden] {
      display: none;
    }
    .crkb-mobile-panel .crkb-shell {
      padding: 14px 0 20px;
    }
    .crkb-mobile-nav-list {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .crkb-mobile-nav-list li {
      border-bottom: 1px solid #d8d8d3;
    }
    .crkb-mobile-nav-list a {
      display: block;
      padding: 14px 0;
      text-decoration: none;
      font-family: var(--font-display);
      font-size: clamp(1.9rem,6.4vw,2.75rem);
      font-weight: 900;
      letter-spacing: -.035em;
      text-transform: uppercase;
      line-height: 1;
    }
    .crkb-mobile-whatsapp {
      display: inline-block;
      margin-top: 18px;
      text-decoration: none;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .12em;
    }
    .crkb-hero-grid,.crkb-education-grid {
      grid-template-columns: 1fr;
      gap: 56px;
    }
    .crkb-hero {
      padding: 72px 0;
    }
    .crkb-hero-visual,.crkb-hero-visual img {
      min-height: 560px;
      height: 560px;
    }
    .crkb-category-grid {
      grid-template-columns: 1fr;
    }
    .crkb-event-grid {
      grid-template-columns: 1fr;
    }
    .crkb-final-cta-inner {
      align-items: flex-start;
      flex-direction: column;
    }
    .woocommerce .site-main,.woocommerce-page .site-main {
      width: min(100% - 56px,1280px);
    }
    .woocommerce div.product {
      grid-template-columns: 1fr;
      gap: 48px;
    }
    .woocommerce ul.products {
      grid-template-columns: repeat(2,1fr);
    }
  }
  .crkb-family-feature {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr);
    gap: 56px;
    align-items: center;
    margin: 18px 0 44px;
    padding: 38px;
    background: #f3f3ef;
    border: 1px solid #e1e1db;
  }
  .crkb-family-image {
    background: #fff;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px;
  }
  .crkb-family-image img {
    width: 100%;
    max-width: 520px;
    height: 100%;
    max-height: 430px;
    object-fit: contain;
  }
  .crkb-family-copy h2 {
    margin: 8px 0 14px;
    font-family: var(--font-display);
    font-size: clamp(3.4rem,5vw,5.9rem);
    font-weight: 900;
    line-height: .9;
    letter-spacing: -.055em;
  }
  .crkb-family-copy>p:not(.crkb-eyebrow) {
    max-width: 520px;
    font-size: 1.15rem;
    line-height: 1.55;
    color: #5c5c57;
  }
  .crkb-eyebrow,.crkb-weight-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .crkb-weight-label {
    display: block;
    margin: 30px 0 12px;
  }
  .crkb-weight-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .crkb-weight-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    padding: 13px 16px;
    border: 1px solid #b9b9b3;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: .03em;
  }
  .crkb-weight-grid a:hover,.crkb-weight-grid a:focus {
    background: #111;
    color: #fff;
    border-color: #111;
  }
  .crkb-shop-main .page-description {
    max-width: 900px;
    margin: 64px auto 0;
    padding-top: 48px;
    border-top: 1px solid #ddd;
  }
  .single-product .crkb-shop-main {
    padding-top: 54px;
  }
  .single-product .woocommerce div.product .product_title {
    font-size: clamp(2.5rem,5vw,5rem);
    line-height: .95;
    letter-spacing: -.045em;
  }
  .single-product .woocommerce div.product div.images {
    background: #f3f3ef;
    padding: 28px;
  }
  .single-product .woocommerce div.product div.images img {
    object-fit: contain;
  }
  .single-product .woocommerce div.product .summary {
    padding: 10px 4px 0;
  }
  .single-product .woocommerce div.product .summary>.price {
    font-size: clamp(2rem,2.8vw,2.7rem);
    font-weight: 900;
    margin: 16px 0 24px;
  }
  .single-product .summary:before {
    content: "COSTA RICA KETTLEBELL";
    display: block;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    color: #777;
  }
  .crkb-inline-weight-selector {
    margin: 18px 0 22px;
  }
  .crkb-inline-weight-label {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .crkb-inline-weight-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 8px;
    max-width: 520px;
  }
  .crkb-inline-weight-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border: 1px solid #c9c9c3;
    background: #fafaf8;
    color: #111;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    transition: .18s ease;
  }
  .crkb-inline-weight-grid a:hover {
    border-color: #111;
  }
  .crkb-inline-weight-grid a.is-current {
    background: #111;
    color: #fff;
    border-color: #111;
    box-shadow: inset 0 0 0 1px #111;
  }
  .single-product .woocommerce-product-details__short-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #5b5b56;
  }
  .single-product .yay-currency-custom-select-wrapper {
    max-width: 300px;
    margin: 14px 0 20px;
  }
  .single-product .yay-currency-custom-select__trigger {
    min-height: 42px !important;
    font-size: 12px !important;
  }
  .single-product .div_evowap_btn,.single-product .compare,.single-product .yith-wcwl-add-to-wishlist {
    margin-top: 14px;
  }
  .single-product .woocommerce-tabs {
    margin-top: 70px;
  }
  .single-product .summary form.cart {
    display: grid;
    grid-template-columns: 150px minmax(0,1fr);
    align-items: end;
    gap: 12px;
    margin: 28px 0 14px;
    max-width: 520px;
  }
  .single-product .summary form.cart .quantity {
    position: relative;
    width: 100%;
    margin: 0 !important;
  }
  .single-product .summary form.cart .quantity:before {
    content: "Cantidad";
    display: block;
    position: static;
    margin: 0 0 8px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #73736f;
  }
  .single-product .summary form.cart .quantity .qty {
    width: 100% !important;
    height: 58px;
    min-height: 58px;
    border: 1px solid #bdbdb7;
    background: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
  }
  .single-product .summary form.cart .single_add_to_cart_button {
    width: 100%;
    min-width: 0 !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .1em !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }
  .single-product .div_evowap_btn {
    margin: 10px 0 0 !important;
  }
  .single-product .div_evowap_btn .evowap_btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 54px;
    padding: 0 22px !important;
    background: #fff !important;
    color: #111 !important;
    border: 1px solid #bdbdb7 !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .09em !important;
  }
  .single-product .div_evowap_btn:before {
    content: "¿Quieres consultar este producto antes de agregarlo?";
    display: block;
    margin: 0 0 8px;
    color: #73736f;
    font-size: 11px;
    line-height: 1.45;
  }
  .single-product .div_evowap_btn .evowap_btn svg {
    width: 20px !important;
    height: 20px !important;
  }
  .single-product .div_evowap_btn .evowap_btn svg path {
    fill: #111 !important;
  }
  .crkb-order-flow-note {
    display: grid;
    gap: 5px;
    margin: 20px 0 26px;
    padding: 18px 20px;
    border-left: 3px solid #111;
    background: #ededE8;
  }
  .crkb-order-flow-note strong {
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .crkb-order-flow-note span {
    font-size: 13px;
    line-height: 1.55;
    color: #595955;
  }
  .single-product .woocommerce-product-details__short-description {
    margin: 0 0 28px;
    padding-top: 24px;
    border-top: 1px solid #d8d8d3;
  }
  .single-product .yith-wcwl-add-to-wishlist,.single-product .compare {
    display: none !important;
  }
  .single-product .product_meta {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid #d8d8d3;
    color: #777;
    line-height: 1.7;
  }
  .single-product .product_meta a {
    color: #555;
    text-decoration: none;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 8px;
    margin-top: 10px !important;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs li {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
  }
  .single-product .woocommerce-product-gallery .flex-control-thumbs img {
    background: #fff;
    padding: 6px;
  }
  .single-product .summary .yay-currency-custom-select__trigger {
    border-radius: 0 !important;
    border-color: #c6c6c0 !important;
    background: #fff !important;
  }
  .crkb-shop-family-lines {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px;
    margin: 18px 0 44px;
  }
  .crkb-shop-family-lines .crkb-family-feature {
    grid-template-columns: 1fr;
    gap: 22px;
    margin: 0;
    padding: 24px;
    align-content: start;
  }
  .crkb-shop-family-lines .crkb-family-image {
    min-height: 300px;
    padding: 24px;
  }
  .crkb-shop-family-lines .crkb-family-image img {
    max-height: 300px;
  }
  .crkb-shop-family-lines .crkb-family-copy h2 {
    font-size: clamp(2.65rem,4vw,4.3rem);
  }
  .crkb-shop-family-lines .crkb-weight-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 8px;
  }
  .crkb-shop-family-lines .crkb-weight-grid a {
    min-width: 0;
    padding: 12px 8px;
  }
  .crkb-variant-selector {
    padding: 20px;
    border: 1px solid #d8d8d2;
    background: #f7f7f4;
    max-width: 560px;
  }
  .crkb-variant-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid #d8d8d2;
  }
  .crkb-variant-kicker {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #777;
  }
  .crkb-variant-head strong {
    font-family: var(--font-display);
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -.03em;
  }
  .crkb-variant-selector .crkb-inline-weight-label {
    margin: 0 0 10px;
    color: #555;
  }
  .crkb-variant-selector .crkb-inline-weight-grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
    max-width: none;
  }
  .crkb-variant-selector .crkb-inline-weight-grid a {
    min-height: 50px;
    background: #fff;
    border: 1px solid #c9c9c3;
  }
  .crkb-variant-selector .crkb-inline-weight-grid a.is-current {
    background: #111;
    color: #fff;
    border-color: #111;
  }
  @media (max-width:640px) {
    .crkb-shell {
      width: min(100% - 32px,1280px);
    }
    .crkb-header-inner {
      min-height: 68px;
      grid-template-columns: 1fr auto;
    }
    .crkb-logo {
      width: 150px;
      max-height: 54px;
      object-fit: contain;
      object-position: left center;
    }
    .crkb-header-cta {
      display: none;
    }
    .crkb-menu-toggle {
      justify-self: end;
      min-height: 46px;
      padding: 0 16px;
      border: 1px solid #111;
      background: #111;
      color: #fff;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .14em;
      gap: 9px;
      cursor: pointer;
      transition: background .2s ease,color .2s ease,transform .2s ease;
    }
    .crkb-menu-toggle i {
      background: #fff;
    }
    .crkb-menu-toggle:hover,.crkb-menu-toggle:focus-visible {
      background: #2a2a2a;
      color: #fff;
      transform: translateY(-1px);
    }
    .crkb-hero {
      padding: 48px 0 44px;
    }
    .crkb-hero-grid {
      gap: 38px;
    }
    .crkb-hero-copy {
      min-width: 0;
    }
    .crkb-hero h1 {
      font-size: clamp(2.65rem,12.5vw,3.15rem);
      line-height: .94;
      letter-spacing: -.05em;
      max-width: 100%;
      overflow-wrap: anywhere;
    }
    .crkb-lead {
      margin-top: 24px;
      font-size: 1rem;
      line-height: 1.6;
      max-width: 100%;
    }
    .crkb-since {
      margin-top: 38px;
    }
    .crkb-hero-visual,.crkb-hero-visual img {
      min-height: 430px;
      height: 430px;
    }
    .crkb-statement p {
      justify-content: flex-start;
      white-space: nowrap;
      overflow: hidden;
      font-size: 9px;
    }
    .crkb-section,.crkb-education {
      padding: 84px 0;
    }
    .crkb-section-head {
      align-items: flex-start;
      flex-direction: column;
      gap: 24px;
      margin-bottom: 38px;
    }
    .crkb-section-head h2,.crkb-education h2,.crkb-final-cta h2 {
      font-size: clamp(2.35rem,10.5vw,2.9rem);
      line-height: .95;
      letter-spacing: -.045em;
      max-width: 100%;
      overflow-wrap: anywhere;
      word-break: normal;
    }
    .crkb-card-copy h3,.crkb-event-card h3 {
      max-width: 100%;
      overflow-wrap: anywhere;
    }
    .crkb-product-image {
      padding: 36px;
    }
    .crkb-card-copy {
      padding: 24px;
    }
    .crkb-education-grid {
      gap: 44px;
    }
    .crkb-event-card {
      grid-template-columns: 1fr;
      padding: 26px;
      gap: 22px;
    }
    .crkb-event-date {
      border-right: 0;
      border-bottom: 1px solid #d3d3ce;
      padding: 0 0 18px;
    }
    .crkb-final-cta {
      padding: 84px 0;
    }
    .crkb-footer-grid {
      grid-template-columns: 1fr;
      gap: 36px;
    }
    .crkb-footer-bottom {
      flex-direction: column;
    }
    .woocommerce .site-main,.woocommerce-page .site-main {
      width: min(100% - 32px,1280px);
      padding: 48px 0 84px;
    }
    .woocommerce div.product div.images {
      padding: 18px;
    }
    .woocommerce div.product .product_title {
      font-size: 3rem;
    }
    .woocommerce ul.products {
      grid-template-columns: 1fr;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
      font-size: 21px !important;
      line-height: 1.08 !important;
    }
    .woocommerce ul.products li.product .price {
      font-size: 23px !important;
      margin-bottom: 18px !important;
    }
    .woocommerce ul.products li.product .button {
      min-height: 56px !important;
      font-size: 11px !important;
      letter-spacing: .1em !important;
    }
    .crkb-family-feature {
      grid-template-columns: 1fr;
      gap: 18px;
      margin: 6px 0 24px;
      padding: 14px;
    }
    .crkb-family-image {
      min-height: 220px;
      padding: 14px;
    }
    .crkb-family-image img {
      max-height: 220px;
    }
    .crkb-family-copy {
      padding: 4px 6px 8px;
    }
    .crkb-family-copy h2 {
      font-size: clamp(2.55rem,12vw,3.4rem);
      margin: 6px 0 10px;
    }
    .crkb-family-copy>p:not(.crkb-eyebrow) {
      font-size: .98rem;
      line-height: 1.5;
    }
    .crkb-weight-label {
      margin: 22px 0 10px;
    }
    .crkb-weight-grid {
      display: grid;
      grid-template-columns: repeat(4,1fr);
      gap: 8px;
    }
    .crkb-weight-grid a {
      min-width: 0;
      padding: 11px 6px;
      font-size: .88rem;
    }
    .crkb-shop-categories {
      margin: 20px 0 28px;
    }
    .crkb-shop-main .page-description {
      margin-top: 42px;
      padding-top: 34px;
    }
    .single-product .crkb-shop-main {
      padding-top: 28px;
    }
    .single-product .woocommerce div.product .product_title {
      font-size: clamp(2.35rem,11vw,3.35rem);
      line-height: .96;
    }
    .single-product .woocommerce div.product div.images {
      padding: 16px;
    }
    .single-product .woocommerce div.product .summary>.price {
      font-size: 1.65rem;
    }
    .single-product .woocommerce-product-details__short-description {
      font-size: 1rem;
      line-height: 1.65;
    }
    .single-product .yay-currency-custom-select-wrapper {
      margin: 16px 0;
    }
    .single-product .summary form.cart {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      margin-top: 28px;
      max-width: none;
    }
    .single-product .summary form.cart .quantity {
      width: 100%;
    }
    .single-product .summary form.cart .quantity:before {
      margin-bottom: 7px;
    }
    .single-product .summary form.cart .quantity .qty {
      width: 100% !important;
      height: 56px;
      min-height: 56px;
      font-size: 18px;
    }
    .single-product .summary form.cart .single_add_to_cart_button {
      width: 100%;
      min-width: 0 !important;
      min-height: 56px !important;
      padding: 0 16px !important;
      font-size: 10px !important;
      letter-spacing: .08em !important;
      white-space: normal !important;
      text-align: center !important;
      line-height: 1.25 !important;
    }
    .single-product .div_evowap_btn .evowap_btn {
      min-height: 52px;
      font-size: 10px !important;
    }
    .crkb-order-flow-note {
      margin: 16px 0 22px;
      padding: 16px;
    }
    .single-product .woocommerce-product-details__short-description {
      padding-top: 20px;
      margin-bottom: 22px;
    }
    .single-product .product_meta {
      margin-top: 22px;
    }
    .single-product .woocommerce-tabs {
      margin-top: 48px;
    }
    .crkb-shop-family-lines {
      grid-template-columns: 1fr;
      gap: 16px;
      margin: 6px 0 28px;
    }
    .crkb-shop-family-lines .crkb-family-feature {
      padding: 14px;
    }
    .crkb-shop-family-lines .crkb-family-image {
      min-height: 220px;
      padding: 14px;
    }
    .crkb-shop-family-lines .crkb-family-image img {
      max-height: 220px;
    }
    .crkb-shop-family-lines .crkb-weight-grid {
      grid-template-columns: repeat(4,1fr);
    }
    .crkb-variant-selector {
      padding: 16px;
    }
    .crkb-variant-head {
      align-items: flex-start;
      flex-direction: column;
      gap: 6px;
    }
    .crkb-variant-head strong {
      font-size: 24px;
    }
    .crkb-variant-selector .crkb-inline-weight-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .crkb-variant-selector .crkb-inline-weight-grid a {
      min-height: 48px;
      padding: 8px;
    }
    .crkb-variant-selector .crkb-inline-weight-label {
      margin-bottom: 8px;
    }
  }
  .crkb-page {
    background: #f6f6f3;
  }
  .crkb-page-hero {
    padding: 100px 0 78px;
    border-bottom: 1px solid #ddd;
  }
  .crkb-training-page .crkb-page-hero .crkb-shell {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr);
    column-gap: 80px;
    align-items: start;
  }
  .crkb-training-page .crkb-page-hero .crkb-eyebrow,.crkb-training-page .crkb-page-hero h1 {
    grid-column: 1;
  }
  .crkb-training-page .crkb-page-hero .crkb-training-intro {
    grid-column: 2;
    grid-row: 1/3;
    padding-top: 34px;
    max-width: 590px;
  }
  .crkb-training-hero-image {
    margin: 0 0 30px;
    overflow: hidden;
    background: #e8e8e5;
    aspect-ratio: 16/8;
  }
  .crkb-training-hero-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 32%;
  }
  .crkb-course-visual {
    grid-column: 1/-1;
    overflow: hidden;
    background: #eee;
    aspect-ratio: 16/8;
    margin: -28px -28px 26px;
  }
  .crkb-course-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .crkb-training-intro h2 {
    margin: 0 0 22px;
    font-family: var(--font-display);
    font-size: clamp(1.7rem,2.4vw,2.45rem);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -.035em;
  }
  .crkb-training-intro p {
    margin: 0 0 16px;
    color: #565652;
    font-size: 1.02rem;
    line-height: 1.65;
  }
  .crkb-history-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
    text-underline-offset: 4px;
  }
  .crkb-page-hero h1,.crkb-page-section h2,.crkb-page-cta h2,.crkb-contact-form-section h2 {
    font-family: var(--font-display);
    text-transform: uppercase;
    letter-spacing: -.05em;
    line-height: .91;
    margin: 0;
    font-weight: 900;
  }
  .crkb-page-hero h1 {
    font-size: clamp(4rem,8vw,7.5rem);
    max-width: 980px;
  }
  .crkb-page-lead {
    max-width: 700px;
    margin: 30px 0 0;
    font-size: 1.18rem;
    line-height: 1.65;
    color: #565652;
  }
  .crkb-page-section {
    padding: 84px 0 110px;
  }
  .crkb-course-grid {
    display: grid;
    gap: 24px;
  }
  .crkb-course-card {
    display: grid;
    grid-template-columns: 140px minmax(0,1fr);
    gap: 34px;
    background: #fff;
    padding: 34px;
    border: 1px solid #e1e1dc;
  }
  .crkb-course-date {
    border-right: 1px solid #d8d8d3;
    padding-right: 28px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
  .crkb-course-date strong {
    font-size: 4rem;
    line-height: .85;
  }
  .crkb-course-date span {
    font-size: 10px;
    letter-spacing: .12em;
    font-weight: 800;
    color: #777;
    line-height: 1.4;
  }
  .crkb-course-copy h2 {
    font-size: clamp(2.2rem,4vw,4rem);
    margin: 0 0 14px;
  }
  .crkb-course-meta {
    font-weight: 700;
    color: #333;
  }
  .crkb-course-price {
    font-size: 1.7rem;
    font-weight: 900;
    margin: 18px 0 8px;
  }
  .crkb-course-copy>p:not(.crkb-event-type):not(.crkb-course-price) {
    max-width: 760px;
    line-height: 1.6;
    color: #5b5b57;
  }
  .crkb-course-copy .crkb-btn {
    margin-top: 18px;
  }
  .crkb-page-cta {
    background: #ecece7;
    padding: 84px 0;
  }
  .crkb-page-cta-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
  }
  .crkb-page-cta h2 {
    font-size: clamp(3rem,6vw,5.5rem);
  }
  .crkb-page-cta p:not(.crkb-eyebrow) {
    max-width: 640px;
    line-height: 1.65;
    color: #595955;
  }
  .crkb-empty-state {
    padding: 60px;
    background: #fff;
    border: 1px solid #e1e1dc;
  }
  .crkb-empty-state h2 {
    font-size: clamp(3rem,6vw,5rem);
  }
  .crkb-contact-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 90px;
    align-items: start;
  }
  .crkb-contact-primary h2 {
    font-size: clamp(3.2rem,6vw,5.8rem);
    margin-bottom: 24px;
  }
  .crkb-contact-primary>p:not(.crkb-eyebrow) {
    max-width: 560px;
    font-size: 1.08rem;
    line-height: 1.7;
    color: #5b5b56;
  }
  .crkb-contact-primary .crkb-btn {
    margin-top: 20px;
  }
  .crkb-contact-details {
    border-top: 1px solid #ccc;
  }
  .crkb-contact-item {
    padding: 20px 0;
    border-bottom: 1px solid #d6d6d1;
    display: grid;
    gap: 6px;
  }
  .crkb-contact-item span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #777;
  }
  .crkb-contact-item strong {
    font-size: 1.05rem;
  }
  .crkb-contact-item a {
    text-decoration: none;
  }
  .crkb-contact-form-section {
    background: #ededE8;
    padding: 96px 0;
  }
  .crkb-contact-form-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
    align-items: start;
  }
  .crkb-contact-form-section h2 {
    font-size: clamp(2.8rem,5vw,4.8rem);
  }
  .crkb-contact-form-section p:not(.crkb-eyebrow) {
    line-height: 1.65;
    color: #5b5b56;
  }
  .crkb-contact-form-wrap {
    background: #fff;
    padding: 32px;
  }
  .crkb-contact-form-wrap label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .crkb-contact-form-wrap input[type=text],.crkb-contact-form-wrap input[type=email],.crkb-contact-form-wrap textarea {
    width: 100%;
    border: 1px solid #c8c8c2;
    border-radius: 0;
    background: #fafaf8;
    padding: 12px;
    font: inherit;
    margin-top: 8px;
  }
  .crkb-contact-form-wrap input[type=submit] {
    min-height: 52px;
    border: 0;
    border-radius: 0;
    background: #111;
    color: #fff;
    padding: 0 24px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .crkb-contact-form-wrap .wpcf7-response-output {
    margin: 20px 0 0 !important;
  }
  .crkb-commerce-hero {
    padding: 58px 0 42px;
  }
  .crkb-commerce-hero h1 {
    font-size: clamp(3.2rem,5.5vw,5.2rem);
  }
  .crkb-commerce-section {
    padding: 48px 0 110px;
  }
  .crkb-cart-page .woocommerce-cart-form {
    width: 68%;
    float: left;
    padding-right: 28px;
  }
  .crkb-cart-page .cart-collaterals {
    width: 32%;
    float: right;
    margin-top: 0 !important;
  }
  .crkb-cart-page .woocommerce:after {
    content: "";
    display: block;
    clear: both;
  }
  .crkb-commerce-content {
    max-width: 1180px;
  }
  .crkb-commerce-content .woocommerce {
    font-size: 15px;
  }
  .crkb-commerce-content .woocommerce-notices-wrapper {
    margin-bottom: 24px;
  }
  .crkb-commerce-content .woocommerce-message,.crkb-commerce-content .woocommerce-info {
    border-top: 0 !important;
    border-left: 3px solid #111;
    background: #efefe9;
    color: #222;
    padding: 18px 20px 18px 54px !important;
  }
  .crkb-commerce-content .woocommerce-message:before,.crkb-commerce-content .woocommerce-info:before {
    color: #111 !important;
  }
  .crkb-commerce-content .shop_table {
    border: 0 !important;
    border-collapse: collapse !important;
    background: #fff;
  }
  .crkb-commerce-content .shop_table th {
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #666;
    padding: 14px 16px !important;
    background: #ededE8 !important;
    border-bottom: 1px solid #deded8 !important;
  }
  .crkb-commerce-content .shop_table td {
    padding: 20px 16px !important;
    border-top: 0 !important;
    border-bottom: 1px solid #e2e2dc !important;
    vertical-align: middle !important;
  }
  .crkb-commerce-content .product-thumbnail img {
    width: 88px !important;
    background: #f1f1ed;
    padding: 8px;
  }
  .crkb-commerce-content .product-name a {
    text-decoration: none;
    font-weight: 800;
  }
  .crkb-commerce-content .product-remove a {
    color: #111 !important;
    font-size: 28px !important;
    font-weight: 300 !important;
  }
  .crkb-commerce-content .quantity .qty {
    width: 74px !important;
    min-height: 46px;
    border: 1px solid #bbb;
    background: #fff;
    text-align: center;
    font-weight: 800;
  }
  .crkb-commerce-content .actions {
    padding: 20px 0 !important;
    background: #f6f6f3 !important;
  }
  .crkb-commerce-content .actions .button,.crkb-commerce-content .coupon .button,.crkb-commerce-content .wc-backward {
    min-height: 46px !important;
    border-radius: 0 !important;
    background: #111 !important;
    color: #fff !important;
    padding: 0 18px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
  }
  .crkb-commerce-content .coupon .input-text {
    min-height: 46px !important;
    border: 1px solid #bbb !important;
    background: #fff !important;
    padding: 0 12px !important;
    width: 180px !important;
  }
  .crkb-commerce-content .cart-collaterals {
    margin-top: 42px;
  }
  .crkb-commerce-content .cart_totals {
    float: none !important;
    width: min(100%,560px) !important;
    margin-left: auto;
    background: #fff;
    padding: 28px;
  }
  .crkb-commerce-content .cart_totals h2 {
    font-family: var(--font-display);
    font-size: 2.4rem;
    text-transform: uppercase;
    letter-spacing: -.04em;
    margin: 0 0 18px;
  }
  .crkb-commerce-content .wc-proceed-to-checkout {
    padding: 18px 0 0 !important;
  }
  .crkb-commerce-content .wc-proceed-to-checkout .checkout-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 56px !important;
    background: #111 !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .11em !important;
    text-transform: uppercase !important;
  }
  .crkb-commerce-content .woocommerce form .form-row input.input-text,.crkb-commerce-content .woocommerce form .form-row textarea,.crkb-commerce-content .woocommerce form .form-row select,.crkb-commerce-content .select2-container .select2-selection {
    min-height: 48px;
    border: 1px solid #bfbfba !important;
    border-radius: 0 !important;
    background: #fff !important;
    padding: 10px !important;
  }
  .crkb-commerce-content .woocommerce form .form-row label {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .crkb-commerce-content #order_review_heading,.crkb-commerce-content .woocommerce-billing-fields h3,.crkb-commerce-content .woocommerce-additional-fields h3 {
    font-family: var(--font-display);
    font-size: 2.3rem;
    text-transform: uppercase;
    letter-spacing: -.03em;
  }
  .crkb-commerce-help {
    display: grid;
    gap: 5px;
    margin: 40px 0 0;
    padding: 20px;
    border-left: 3px solid #111;
    background: #ededE8;
  }
  .crkb-commerce-help strong {
    font-size: 11px;
    letter-spacing: .11em;
    text-transform: uppercase;
  }
  .crkb-commerce-help span {
    line-height: 1.55;
    color: #595955;
  }
  .crkb-commerce-content .cart-empty {
    margin-bottom: 20px;
  }
  .crkb-commerce-content .return-to-shop {
    margin-top: 18px;
  }
  @media (max-width:760px) {
    .crkb-page-hero {
      padding: 58px 0 48px;
    }
    .crkb-training-page .crkb-page-hero .crkb-shell {
      display: block;
    }
    .crkb-training-page .crkb-page-hero .crkb-training-intro {
      padding-top: 34px;
      max-width: none;
    }
    .crkb-training-intro h2 {
      font-size: 1.45rem;
      margin-bottom: 18px;
    }
    .crkb-training-intro p {
      font-size: 1rem;
      line-height: 1.62;
      margin-bottom: 15px;
    }
    .crkb-history-link {
      margin-top: 5px;
      font-size: 12px;
    }
    .crkb-page-hero h1 {
      font-size: clamp(3rem,15vw,4.3rem);
    }
    .crkb-page-lead {
      font-size: 1rem;
    }
    .crkb-page-section {
      padding: 52px 0 72px;
    }
    .crkb-course-card {
      grid-template-columns: 1fr;
      gap: 22px;
      padding: 22px;
    }
    .crkb-course-date {
      border-right: 0;
      border-bottom: 1px solid #d8d8d3;
      padding: 0 0 18px;
    }
    .crkb-course-date strong {
      font-size: 3.4rem;
    }
    .crkb-page-cta {
      padding: 60px 0;
    }
    .crkb-page-cta-inner {
      align-items: flex-start;
      flex-direction: column;
      gap: 28px;
    }
    .crkb-contact-grid,.crkb-contact-form-grid {
      grid-template-columns: 1fr;
      gap: 44px;
    }
    .crkb-contact-form-section {
      padding: 64px 0;
    }
    .crkb-contact-form-wrap {
      padding: 20px;
    }
    .crkb-commerce-section {
      padding: 42px 0 72px;
    }
    .crkb-cart-page .woocommerce-cart-form,.crkb-cart-page .cart-collaterals {
      width: 100%;
      float: none;
      padding-right: 0;
    }
    .crkb-cart-page .cart-collaterals {
      margin-top: 28px !important;
    }
    .crkb-commerce-content .shop_table_responsive tr {
      display: block;
      border: 1px solid #deded8;
      margin-bottom: 14px;
      background: #fff;
    }
    .crkb-commerce-content .shop_table_responsive td {
      display: flex !important;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      text-align: right !important;
      padding: 13px 14px !important;
    }
    .crkb-commerce-content .shop_table_responsive td:before {
      font-size: 9px;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: #777;
    }
    .crkb-commerce-content .shop_table_responsive .product-thumbnail {
      display: none !important;
    }
    .crkb-commerce-content .shop_table_responsive .product-remove {
      justify-content: flex-end;
    }
    .crkb-commerce-content .actions {
      display: block !important;
      border: 0 !important;
    }
    .crkb-commerce-content .coupon {
      display: grid !important;
      grid-template-columns: 1fr auto;
      gap: 8px;
      margin-bottom: 10px !important;
    }
    .crkb-commerce-content .coupon .input-text {
      width: 100% !important;
    }
    .crkb-commerce-content .actions>.button {
      width: 100%;
    }
    .crkb-commerce-content .cart_totals {
      width: 100% !important;
      padding: 20px;
    }
    .crkb-commerce-content .cart_totals h2 {
      font-size: 2rem;
    }
    .crkb-commerce-content .woocommerce-message,.crkb-commerce-content .woocommerce-info {
      padding: 16px 16px 16px 44px !important;
    }
    .crkb-commerce-help {
      margin-top: 28px;
    }
    .crkb-commerce-content form.checkout {
      display: block !important;
    }
  }
  @media (max-width:760px) {
    .crkb-page-hero h1 {
      font-size: clamp(2.65rem,12vw,3.65rem);
      line-height: .94;
      letter-spacing: -.045em;
      overflow-wrap: normal;
      word-break: normal;
    }
    .crkb-training-page .crkb-page-hero h1 {
      font-size: clamp(2.45rem,11.2vw,3.35rem);
      max-width: 100%;
    }
    .crkb-contact-page .crkb-page-hero h1 {
      font-size: clamp(2.8rem,12.5vw,3.7rem);
    }
    .crkb-page-cta h2 {
      font-size: clamp(2.55rem,11.5vw,3.55rem);
      line-height: .94;
    }
    .crkb-contact-primary h2 {
      font-size: clamp(2.65rem,12vw,3.65rem);
      line-height: .95;
    }
    .crkb-family-copy h2 {
      font-size: clamp(2.25rem,10.5vw,3rem);
      line-height: .92;
      letter-spacing: -.045em;
    }
    .woocommerce ul.products li.product .button,.woocommerce-page ul.products li.product .button {
      display: flex !important;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 50px !important;
      margin-top: 18px !important;
      padding: 0 14px !important;
      border-radius: 0 !important;
      background: #111 !important;
      color: #fff !important;
      font-size: 10px !important;
      font-weight: 800 !important;
      letter-spacing: .11em !important;
      line-height: 1.15 !important;
      text-transform: uppercase !important;
      white-space: nowrap !important;
      box-shadow: none !important;
    }
    .woocommerce ul.products li.product .button:hover,.woocommerce-page ul.products li.product .button:hover {
      background: #2a2a2a !important;
      color: #fff !important;
    }
  }
  .woocommerce ul.products li.product .yith-wcqv-button,.woocommerce-page ul.products li.product .yith-wcqv-button {
    display: none !important;
  }
  .crkb-cart-page .coupon,.crkb-cart-page .woocommerce-shipping-totals {
    display: none !important;
  }
  .crkb-whatsapp-checkout {
    background: #111 !important;
    color: #fff !important;
  }
  .crkb-whatsapp-checkout-note {
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 1.55;
    color: #666;
  }
  .crkb-whatsapp-final {
    max-width: 820px;
  }
  .crkb-whatsapp-final-card {
    background: #fff;
    padding: 48px;
    border: 1px solid #deded8;
  }
  .crkb-whatsapp-final-card h2 {
    font-family: var(--font-display);
    font-size: clamp(3rem,6vw,5.5rem);
    line-height: .92;
    letter-spacing: -.045em;
    text-transform: uppercase;
    margin: 0 0 22px;
  }
  .crkb-whatsapp-final-card>p:not(.crkb-eyebrow) {
    max-width: 620px;
    font-size: 1.08rem;
    line-height: 1.65;
    color: #5b5b56;
  }
  .crkb-whatsapp-final-button {
    margin: 22px 0 16px;
  }
  .crkb-whatsapp-final-card>span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #777;
  }
  @media (max-width:760px) {
    .crkb-whatsapp-final-card {
      padding: 26px 22px;
    }
    .crkb-whatsapp-final-card h2 {
      font-size: clamp(2.7rem,13vw,3.8rem);
    }
    .crkb-whatsapp-final-button {
      width: 100%;
      padding: 0 14px;
      text-align: center;
    }
  }
  .crkb-cart-page .woocommerce-shipping-totals,.crkb-cart-page .shipping-calculator-button,.crkb-cart-page .woocommerce-shipping-calculator {
    display: none !important;
  }
  .crkb-cart-page .actions .coupon {
    display: none !important;
  }
  .crkb-cart-page .actions>.button {
    margin-left: auto !important;
  }
  .crkb-cart-page .cart_totals .shop_table tr:last-child td,.crkb-cart-page .cart_totals .shop_table tr:last-child th {
    border-bottom: 0 !important;
  }
  .crkb-whatsapp-checkout-note {
    text-align: left;
  }
  @media (max-width:760px) {
    .crkb-cart-page .crkb-commerce-hero {
      padding: 42px 0 30px;
    }
    .crkb-cart-page .crkb-commerce-section {
      padding-top: 28px;
    }
    .crkb-cart-page .woocommerce-cart-form table.cart thead {
      display: none;
    }
    .crkb-cart-page .woocommerce-cart-form table.cart tbody {
      display: block;
    }
    .crkb-cart-page .woocommerce-cart-form tr.cart_item {
      position: relative;
      display: grid !important;
      grid-template-columns: 76px minmax(0,1fr) auto;
      grid-template-rows: auto auto auto;
      column-gap: 14px;
      row-gap: 10px;
      padding: 18px 16px;
      margin: 0 0 12px;
      border: 1px solid #deded8;
      background: #fff;
    }
    .crkb-cart-page .woocommerce-cart-form tr.cart_item td {
      display: block !important;
      border: 0 !important;
      padding: 0 !important;
      text-align: left !important;
    }
    .crkb-cart-page .woocommerce-cart-form tr.cart_item td:before {
      display: none !important;
    }
    .crkb-cart-page .woocommerce-cart-form .product-thumbnail {
      display: block !important;
      grid-column: 1;
      grid-row: 1/4;
    }
    .crkb-cart-page .woocommerce-cart-form .product-thumbnail img {
      width: 76px !important;
      height: 76px !important;
      object-fit: contain;
      padding: 6px;
    }
    .crkb-cart-page .woocommerce-cart-form .product-name {
      grid-column: 2/4;
      grid-row: 1;
      padding-right: 26px !important;
    }
    .crkb-cart-page .woocommerce-cart-form .product-name a {
      font-size: 14px;
      line-height: 1.35;
    }
    .crkb-cart-page .woocommerce-cart-form .product-price {
      grid-column: 2;
      grid-row: 2;
      font-size: 13px;
      font-weight: 800;
      color: #555;
    }
    .crkb-cart-page .woocommerce-cart-form .product-quantity {
      grid-column: 2;
      grid-row: 3;
    }
    .crkb-cart-page .woocommerce-cart-form .product-quantity:after {
      content: "Cantidad";
      display: block;
      margin-top: 5px;
      font-size: 8px;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #777;
    }
    .crkb-cart-page .woocommerce-cart-form .quantity .qty {
      width: 68px !important;
      min-height: 40px;
    }
    .crkb-cart-page .woocommerce-cart-form .product-subtotal {
      grid-column: 3;
      grid-row: 2/4;
      align-self: end;
      text-align: right !important;
      font-size: 18px;
      font-weight: 900;
    }
    .crkb-cart-page .woocommerce-cart-form .product-remove {
      position: absolute;
      top: 10px;
      right: 12px;
    }
    .crkb-cart-page .woocommerce-cart-form .product-remove a {
      font-size: 23px !important;
    }
    .crkb-cart-page .woocommerce-cart-form tr:last-child:not(.cart_item) {
      display: block !important;
      margin: 4px 0 22px;
      border: 0;
      background: transparent;
    }
    .crkb-cart-page .woocommerce-cart-form tr:last-child:not(.cart_item) td.actions {
      display: block !important;
      padding: 0 !important;
      background: transparent !important;
    }
    .crkb-cart-page .woocommerce-cart-form .actions>.button {
      width: 100% !important;
      min-height: 46px !important;
      background: #fff !important;
      color: #111 !important;
      border: 1px solid #111 !important;
    }
    .crkb-cart-page .cart-collaterals {
      margin-top: 0 !important;
    }
    .crkb-cart-page .cart_totals {
      padding: 22px !important;
    }
    .crkb-cart-page .cart_totals h2 {
      font-size: 1.9rem;
      margin-bottom: 12px;
    }
    .crkb-cart-page .cart_totals .shop_table tr {
      display: flex !important;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      border: 0;
      border-bottom: 1px solid #e2e2dc;
      background: transparent;
    }
    .crkb-cart-page .cart_totals .shop_table th,.crkb-cart-page .cart_totals .shop_table td {
      display: block !important;
      background: transparent !important;
      border: 0 !important;
      padding: 14px 0 !important;
      text-align: right !important;
    }
    .crkb-cart-page .cart_totals .shop_table th {
      font-size: 9px !important;
    }
    .crkb-cart-page .wc-proceed-to-checkout {
      padding-top: 20px !important;
    }
    .crkb-cart-page .crkb-whatsapp-checkout {
      min-height: 58px !important;
      font-size: 10px !important;
      line-height: 1.2 !important;
      padding: 0 14px !important;
      text-align: center;
    }
    .crkb-cart-page .crkb-whatsapp-checkout-note {
      font-size: 11px;
      line-height: 1.5;
      margin-top: 10px;
    }
    .crkb-commerce-help {
      font-size: 13px;
    }
  }
  .crkb-shop-family-lines {
    display: grid;
    gap: 34px;
    margin: 18px 0 36px;
  }
  .woocommerce-shop .woocommerce-result-count,.woocommerce-shop .woocommerce-ordering,.woocommerce-shop .gridlist-toggle,.woocommerce-shop ul.products,.term-kettlebells .woocommerce-result-count,.term-kettlebells .woocommerce-ordering,.term-kettlebells .gridlist-toggle,.term-kettlebells ul.products,.term-steel-clubs .woocommerce-result-count,.term-steel-clubs .woocommerce-ordering,.term-steel-clubs .gridlist-toggle,.term-steel-clubs ul.products,.term-steelmaces .woocommerce-result-count,.term-steelmaces .woocommerce-ordering,.term-steelmaces .gridlist-toggle,.term-steelmaces ul.products {
    display: none !important;
  }
  .single-product .related.products,.single-product .upsells.products {
    display: none !important;
  }
  .crkb-cart-toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    z-index: 9999;
    width: min(92vw,620px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    background: #111;
    color: #fff;
    border: 1px solid #2e2e2e;
    box-shadow: 0 18px 50px rgba(0,0,0,.28);
    opacity: 0;
    transform: translate(-50%,20px);
    transition: .22s ease;
  }
  .crkb-cart-toast.is-visible {
    opacity: 1;
    transform: translate(-50%,0);
  }
  .crkb-cart-toast__copy {
    display: grid;
    gap: 3px;
  }
  .crkb-cart-toast__copy strong {
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .crkb-cart-toast__copy span {
    font-size: 13px;
    color: #cfcfcf;
  }
  .crkb-cart-toast__actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .crkb-cart-toast__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .crkb-cart-toast__actions button {
    width: 40px;
    height: 40px;
    border: 1px solid #555;
    background: transparent;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
  }
  @media (max-width:760px) {
    .crkb-shop-family-lines {
      gap: 18px;
    }
    .crkb-cart-toast {
      bottom: 18px;
      align-items: stretch;
      flex-direction: column;
      gap: 14px;
      padding: 16px;
    }
    .crkb-cart-toast__actions {
      display: grid;
      grid-template-columns: 1fr 44px;
    }
    .crkb-cart-toast__actions a {
      min-height: 44px;
    }
    .crkb-cart-toast__actions button {
      width: 44px;
      height: 44px;
    }
  }
  .crkb-cart-toast__continue {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #555 !important;
  }
  .crkb-cart-next {
    clear: both;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 34px;
    margin: 34px 0 20px;
    padding: 28px;
    background: #efefea;
    border: 1px solid #deded8;
  }
  .crkb-cart-next h2 {
    margin: 4px 0 10px;
    font-family: var(--font-display);
    font-size: clamp(2rem,3.2vw,3.4rem);
    line-height: .95;
    text-transform: uppercase;
    letter-spacing: -.035em;
  }
  .crkb-cart-next>div>p:not(.crkb-eyebrow) {
    margin: 0;
    max-width: 620px;
    color: #62625d;
    line-height: 1.6;
  }
  .crkb-cart-next__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    align-content: start;
  }
  .crkb-cart-next__links a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 12px;
    border: 1px solid #bbb;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
  }
  .crkb-cart-next__links a:first-child {
    grid-column: 1/-1;
    background: #111;
    color: #fff;
    border-color: #111;
  }
  .single-product .woocommerce-Tabs-panel--description {
    max-width: 980px;
    margin-inline: auto;
  }
  .single-product .woocommerce-Tabs-panel--description h2,.single-product .woocommerce-Tabs-panel--description h3 {
    font-family: var(--font-display);
    text-transform: uppercase;
    letter-spacing: -.025em;
    color: #111;
  }
  .single-product .woocommerce-Tabs-panel--description h2 {
    font-size: clamp(2rem,4vw,3.6rem);
    line-height: 1;
    margin: 0 0 24px;
  }
  .single-product .woocommerce-Tabs-panel--description h3 {
    font-size: 1rem;
    letter-spacing: .1em;
    margin: 34px 0 14px;
  }
  .single-product .woocommerce-Tabs-panel--description p {
    font-size: 1.05rem;
    line-height: 1.72;
    color: #555;
    margin: 0 0 18px;
  }
  .single-product .woocommerce-Tabs-panel--description p:first-of-type {
    font-size: 1.16rem;
    color: #333;
  }
  .single-product .woocommerce-Tabs-panel--description strong {
    color: #111;
    font-weight: 850;
  }
  .single-product .woocommerce-Tabs-panel--description ul {
    list-style: none;
    margin: 18px 0 30px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .single-product .woocommerce-Tabs-panel--description li {
    position: relative;
    padding: 14px 16px 14px 42px;
    background: #f0f0eb;
    border: 1px solid #dfdfd9;
    font-weight: 700;
    color: #292929;
  }
  .single-product .woocommerce-Tabs-panel--description li:before {
    content: "✓";
    position: absolute;
    left: 16px;
    top: 13px;
    font-weight: 900;
    color: #111;
  }
  @media (max-width:760px) {
    .crkb-cart-next {
      grid-template-columns: 1fr;
      padding: 20px;
      margin-top: 24px;
    }
    .crkb-cart-next__links {
      grid-template-columns: 1fr 1fr;
    }
    .crkb-cart-next__links a:first-child {
      grid-column: 1/-1;
    }
    .single-product .woocommerce-Tabs-panel--description h2 {
      font-size: 2rem;
    }
    .single-product .woocommerce-Tabs-panel--description p {
      font-size: 1rem;
      line-height: 1.68;
    }
    .single-product .woocommerce-Tabs-panel--description p:first-of-type {
      font-size: 1.06rem;
    }
    .single-product .woocommerce-Tabs-panel--description ul {
      grid-template-columns: 1fr;
    }
    .crkb-cart-toast__actions {
      grid-template-columns: 1fr 1fr 44px;
    }
  }
  .crkb-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }
  .crkb-cart-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #bdbdb8;
    background: #fff;
    color: #111;
    text-decoration: none;
    flex: 0 0 auto;
    transition: background .2s ease,color .2s ease,border-color .2s ease;
  }
  .crkb-cart-link:hover,.crkb-cart-link:focus-visible {
    background: #111;
    color: #fff;
    border-color: #111;
  }
  .crkb-cart-link svg {
    width: 23px;
    height: 23px;
  }
  .crkb-cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    display: grid;
    place-items: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    border: 2px solid #f6f6f3;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
  }
  .crkb-cart-link:hover .crkb-cart-count,.crkb-cart-link:focus-visible .crkb-cart-count {
    background: #fff;
    color: #111;
    border-color: #111;
  }
  @media (max-width:640px) {
    .crkb-header-inner {
      min-height: 82px;
      grid-template-columns: 1fr auto;
    }
    .crkb-header-actions {
      gap: 12px;
    }
    .crkb-cart-link {
      width: 48px;
      height: 48px;
      border: 0;
      background: transparent;
    }
    .crkb-cart-link:hover,.crkb-cart-link:focus-visible {
      background: #ecece7;
      color: #111;
    }
    .crkb-cart-link svg {
      width: 25px;
      height: 25px;
    }
    .crkb-cart-count {
      top: -3px;
      right: -3px;
      min-width: 23px;
      height: 23px;
      background: #e82f3c;
      color: #fff;
      border: 2px solid #f6f6f3;
      font-size: 10px;
    }
    .crkb-cart-link:hover .crkb-cart-count,.crkb-cart-link:focus-visible .crkb-cart-count {
      background: #e82f3c;
      color: #fff;
      border-color: #f6f6f3;
    }
    .crkb-menu-toggle {
      justify-self: auto;
    }
    .crkb-header-actions .crkb-header-cta {
      display: none;
    }
    .crkb-menu-toggle {
      min-width: 132px;
      min-height: 56px;
      padding: 0 16px 0 20px;
      border: 1px solid #bdbdb8;
      border-radius: 12px;
      background: #fff;
      color: #111;
      justify-content: space-between;
      gap: 18px;
      box-shadow: 0 1px 0 rgba(0,0,0,.03);
    }
    .crkb-menu-toggle:hover,.crkb-menu-toggle:focus-visible {
      background: #f7f7f4;
      color: #111;
      transform: none;
      border-color: #111;
    }
    .crkb-menu-label {
      font-size: 11px;
      font-weight: 850;
      letter-spacing: .15em;
    }
    .crkb-menu-icon {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      width: 26px;
      height: 22px;
    }
    .crkb-menu-toggle .crkb-menu-icon i {
      display: block;
      width: 26px;
      height: 2px;
      margin: 0;
      background: #111;
      border-radius: 2px;
      transition: transform .2s ease,opacity .2s ease;
    }
    .crkb-menu-toggle[aria-expanded="true"] .crkb-menu-icon i:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }
    .crkb-menu-toggle[aria-expanded="true"] .crkb-menu-icon i:nth-child(2) {
      opacity: 0;
    }
    .crkb-menu-toggle[aria-expanded="true"] .crkb-menu-icon i:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }
  }
  .crkb-variant-selector .crkb-inline-weight-grid button {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 8px;
    border: 1px solid #c9c9c3;
    border-radius: 0;
    background: #fff;
    color: #111;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition: background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
  }
  .crkb-variant-selector .crkb-inline-weight-grid button:hover,.crkb-variant-selector .crkb-inline-weight-grid button:focus-visible {
    border-color: #111;
    outline: none;
  }
  .crkb-variant-selector .crkb-inline-weight-grid button.is-current {
    background: #111;
    color: #fff;
    border-color: #111;
    box-shadow: inset 0 0 0 1px #111;
  }
  @media (max-width:640px) {
    .crkb-variant-selector .crkb-inline-weight-grid button {
      min-height: 48px;
      padding: 8px;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}

/* === CRKB · franja "La tecnica tambien se entrena" =======================
   Sin @layer a proposito: las reglas sin capa ganan a las de @layer sin
   depender de especificidad. Mismo bloque en theme.css por si se recompila. */
.crkb-education{border-top:1px solid #262626}
.crkb-education-grid{grid-template-columns:1.08fr .92fr;gap:clamp(56px,5.5vw,104px);align-items:end}
.crkb-education-grid>div:first-child{align-self:end}
.crkb-education .crkb-eyebrow.light{margin-bottom:28px;color:#8f8f8a}
.crkb-education h2{max-width:none;text-wrap:balance}
.crkb-education-grid>div:last-child{padding-bottom:6px}
.crkb-education p{max-width:52ch;margin-bottom:20px}
.crkb-education p:last-of-type{margin-bottom:0}
.crkb-text-link{margin-top:28px;padding-bottom:7px;border-bottom:1px solid rgba(255,255,255,.34);transition:border-color .22s ease,color .22s ease}
.crkb-text-link:hover,.crkb-text-link:focus-visible{border-bottom-color:#fff}
@media(max-width:980px){
  .crkb-education-grid{grid-template-columns:1fr;align-items:start}
  .crkb-education-grid>div:first-child,.crkb-education-grid>div:last-child{align-self:auto;padding-bottom:0}
  .crkb-education p{max-width:none}
}

/* === CRKB · logotipo de texto ===========================================
   Sustituye la imagen del logo. "KETTLEBELL" manda en negro; "COSTA RICA"
   va arriba, mas pequena, espaciada y en gris. Misma altura de caja.      */
.crkb-brand-text{display:flex;flex-direction:column;justify-content:center;gap:4px;text-decoration:none;line-height:1}
.crkb-brand-top{font-size:11px;font-weight:700;letter-spacing:.44em;margin-right:-.44em;color:#8b8b85;text-transform:uppercase;white-space:nowrap;transition:color .2s ease}
.crkb-brand-main{font-family:var(--font-display);font-size:30px;font-weight:900;letter-spacing:-.025em;color:#111;text-transform:uppercase;line-height:.9;white-space:nowrap}
.crkb-brand-text:hover .crkb-brand-top{color:#111}

/* === CRKB · Capacitaciones: el H1 se salia de su columna ================
   El tamano iba en 8vw pero el .crkb-shell tope en 1280px, asi que en
   pantallas anchas "CAPACITACIONES." invadia el bloque de la derecha.     */
.crkb-training-page .crkb-page-hero h1{font-size:clamp(2.6rem,4.4vw,3.9rem)}

/* Banner de cada curso: ocupaba 633px de alto a pantalla completa. */
.crkb-course-visual{aspect-ratio:auto;height:clamp(180px,22vw,300px);margin:-34px -34px 28px}

@media(max-width:980px){
  .crkb-course-visual{height:clamp(160px,30vw,240px);margin:-22px -22px 22px}
}
@media(max-width:640px){
  .crkb-header-inner .crkb-brand-main{font-size:24px}
  .crkb-header-inner .crkb-brand-top{font-size:9px;letter-spacing:.36em;margin-right:-.36em}
  .crkb-brand-text{gap:3px}
}

/* === CRKB · el badge de reCAPTCHA se montaba sobre el boton de WhatsApp ===
   Ambos quedaban anclados en bottom:14px / right:14px. Google pone la
   posicion en un style inline, por eso hace falta !important.            */
.grecaptcha-badge{bottom:84px!important}

/* === CRKB · carrusel de productos por categoria ========================= */
.crkb-shelf .crkb-section-head.compact{margin-bottom:26px}
.crkb-shelf-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 30px}
.crkb-shelf-tab{border:1px solid #d6d6d0;background:transparent;color:#55554f;cursor:pointer;
  padding:9px 16px;font:inherit;font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease}
.crkb-shelf-tab:hover{border-color:#111;color:#111}
.crkb-shelf-tab.is-active{background:#111;border-color:#111;color:#fff}

.crkb-shelf-viewport{position:relative}
.crkb-shelf-rail{position:relative}
.crkb-shelf-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;
  scrollbar-width:none;-ms-overflow-style:none;padding:4px 0 6px;scroll-behavior:smooth}
.crkb-shelf-track::-webkit-scrollbar{display:none}
.crkb-shelf-track:focus-visible{outline:2px solid #111;outline-offset:4px}

.crkb-shelf-card{flex:0 0 clamp(198px,21vw,256px);scroll-snap-align:start;background:#fff;border:1px solid #e1e1dc;
  transition:transform .25s ease,border-color .25s ease}
.crkb-shelf-card:hover{transform:translateY(-4px);border-color:#c9c9c2}
.crkb-shelf-card[hidden]{display:none}
.crkb-shelf-card a{display:block;text-decoration:none;color:inherit;height:100%}
.crkb-shelf-media{background:#efefeb;aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden;padding:26px}
.crkb-shelf-media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.crkb-shelf-copy{padding:18px 20px 22px}
.crkb-shelf-copy h3{font-family:var(--font-display);font-size:19px;line-height:1.1;margin:0 0 8px;
  text-transform:uppercase;letter-spacing:-.02em}
.crkb-shelf-price{margin:0;font-size:15px;font-weight:700;color:#111}
.crkb-shelf-price del{color:#9a9a93;font-weight:400;margin-right:6px}
.crkb-shelf-price ins{text-decoration:none}

.crkb-shelf-nav{position:absolute;top:34%;transform:translateY(-50%);z-index:3;width:46px;height:46px;
  border-radius:50%;border:1px solid #dcdcd6;background:#fff;color:#111;cursor:pointer;
  font-size:24px;line-height:1;display:grid;place-items:center;padding:0 0 3px;
  box-shadow:0 6px 22px rgba(0,0,0,.13);transition:background-color .2s ease,color .2s ease,transform .2s ease}
.crkb-shelf-nav:hover{background:#111;color:#fff;transform:translateY(-50%) scale(1.06)}
.crkb-shelf-nav[hidden]{display:none}
.crkb-shelf-nav.prev{left:-20px}
.crkb-shelf-nav.next{right:-20px}
.crkb-shelf-empty{margin:26px 0 0;color:#6c6c66}

@media(max-width:980px){
  .crkb-shelf-nav.prev{left:-6px}
  .crkb-shelf-nav.next{right:-6px}
}
@media(max-width:640px){
  .crkb-shelf-card{flex:0 0 74vw}
  .crkb-shelf-nav{display:none}
  .crkb-shelf-tabs{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;margin-bottom:22px}
  .crkb-shelf-tabs::-webkit-scrollbar{display:none}
  .crkb-shelf-tab{white-space:nowrap}
}
@media(prefers-reduced-motion:reduce){
  .crkb-shelf-track{scroll-behavior:auto}
  .crkb-shelf-card:hover{transform:none}
}
