@charset "UTF-8";
/* line 60, theme.scss */
:root {
  --aks-green: #18352b;
  --aks-green-deep: #0e1f19;
  --aks-mint: #58d398;
  --aks-paper: #ffffff;
  --aks-bg: #f2f2ee;
  --aks-ink: #161d1a;
  --aks-text: #161d1a;
  --aks-text-muted: #566c63;
  --aks-text-subtle: #6f7c76;
  --aks-surface: #ffffff;
  --aks-surface-2: #f4f6f4;
  --aks-surface-3: #eceee9;
  --aks-line: #e2e5e1;
  --aks-border: #e2e5e1;
  --aks-border-strong: #d2d6d1;
  --aks-blue: #d6e4ff;
  --aks-sand: #f0d6aa;
  --aks-lilac: #d6c9e9;
  --aks-pink: #e9c3be;
  --aks-gray: #d4d5d6;
  --aks-mint-soft: #bfe1cf;
  --aks-danger: #d64524;
  --aks-radius: 0;
  --aks-radius-lg: 14px;
  --aks-radius-md: 16px;
  --aks-radius-ctl: 8px;
  --aks-radius-pill: 999px;
  --aks-badge-new: #6552d0;
  --aks-badge-hit: #2f9c66;
  --aks-badge-sale: #e0432a;
  --aks-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --aks-gutter: clamp(14px, 2.35vw, 42px);
  --aks-shell-gap: var(--aks-gutter);
  --aks-section-gap: clamp(34px, 4.6vw, 62px);
  --aks-fs-hero: 2.75rem;
  --aks-fs-h1: 1.75rem;
  --aks-fs-h2: 1.375rem;
  --aks-fs-h3: 1.125rem;
  --aks-fs-body: 0.9375rem;
  --aks-fs-sm: 0.8125rem;
  --aks-fs-xs: 0.75rem;
  --aks-tracking-tight: -0.015em;
  --aks-tracking-hero: -0.02em; }

/* line 152, theme.scss */
* {
  box-sizing: border-box; }

/* line 154, theme.scss */
:root {
  color-scheme: light; }

@media (prefers-reduced-motion: no-preference) {
  /* line 157, theme.scss */
  html {
    scroll-behavior: smooth; } }
/* line 160, theme.scss */
body {
  margin: 0;
  background: var(--aks-surface);
  color: var(--aks-text);
  font-family: "Jost", "AKS Jost Fallback", "Manrope", "Golos Text", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: var(--aks-fs-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  caret-color: var(--aks-green); }

/* line 172, theme.scss */
.aks-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100000;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--aks-mint);
  color: var(--aks-green-deep);
  font-size: 14px;
  font-weight: 800;
  transform: translateY(calc(-100% - 16px));
  transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1); }

/* line 189, theme.scss */
.aks-skip-link:focus {
  transform: translateY(0); }

/* line 191, theme.scss */
a {
  color: inherit;
  text-decoration: none; }

/* line 192, theme.scss */
img {
  max-width: 100%; }

/* line 194, theme.scss */
button, input, select, textarea {
  font: inherit;
  color: inherit; }

/* line 196, theme.scss */
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--aks-mint);
  outline-offset: 2px;
  border-radius: 2px; }

/* line 200, theme.scss */
button:disabled,
[aria-disabled='true'] {
  opacity: .55;
  cursor: not-allowed; }

/* line 204, theme.scss */
::selection {
  background: var(--aks-mint);
  color: #0f2c20; }

/* line 206, theme.scss */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--aks-border-strong) transparent; }

/* line 207, theme.scss */
::-webkit-scrollbar {
  width: 12px;
  height: 12px; }

/* line 208, theme.scss */
::-webkit-scrollbar-track {
  background: transparent; }

/* line 209, theme.scss */
::-webkit-scrollbar-thumb {
  background: var(--aks-border-strong);
  border: 3px solid var(--aks-surface);
  border-radius: 999px; }

/* line 214, theme.scss */
::-webkit-scrollbar-thumb:hover {
  background: #adb4ad; }

/* line 217, theme.scss */
.aks-card-price strong, .aks-card-price s,
.aks-product-price strong, .aks-product-price s,
.aks-order-summary b, .aks-order-summary strong,
.aks-cart-list article > strong,
.aks-action-count {
  font-variant-numeric: tabular-nums; }

/* line 228, theme.scss */
.aks-sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0; }

/* line 239, theme.scss */
.aks-shell {
  width: 100%;
  max-width: none;
  margin-inline: auto; }

/* line 247, theme.scss */
.page_layout .layout,
.page_section_top .layout {
  width: 100%;
  max-width: none;
  padding-inline: 0; }

/* line 254, theme.scss */
.page_layout .layout__content,
.page_section_top .layout__content {
  width: 100%;
  max-width: none; }

/* line 263, theme.scss */
h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--aks-tracking-tight); }

/* line 270, theme.scss */
.aks-page-heading,
.aks-cart-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px 40px;
  margin-bottom: clamp(26px, 4vw, 46px);
  padding-bottom: clamp(18px, 2.5vw, 28px);
  border-bottom: 1px solid var(--aks-border); }
  /* line 280, theme.scss */
  .aks-page-heading h1,
  .aks-cart-heading h1 {
    grid-column: 1;
    font-size: var(--aks-fs-h1);
    letter-spacing: var(--aks-tracking-hero);
    margin: 0; }
  /* line 281, theme.scss */
  .aks-page-heading h1 small,
  .aks-cart-heading h1 small {
    display: block;
    margin-top: 12px;
    font-size: var(--aks-fs-sm);
    font-weight: 600;
    color: var(--aks-text-muted);
    letter-spacing: 0; }
  /* line 282, theme.scss */
  .aks-page-heading p,
  .aks-cart-heading p {
    grid-column: 1;
    font-size: var(--aks-fs-sm);
    color: var(--aks-text-muted);
    margin: 4px 0 0;
    max-width: 54ch; }
  /* line 283, theme.scss */
  .aks-page-heading > .aks-heading-meta,
  .aks-cart-heading > .aks-heading-meta {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    font-size: var(--aks-fs-sm);
    color: var(--aks-text-muted);
    white-space: nowrap; }
  /* line 284, theme.scss */
  .aks-page-heading > .aks-heading-actions,
  .aks-cart-heading > .aks-heading-actions {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--aks-text-muted);
    font-size: var(--aks-fs-sm);
    white-space: nowrap; }

/* line 287, theme.scss */
.aks-list-clear {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--aks-border);
  border-radius: var(--aks-radius-pill);
  background: transparent;
  color: var(--aks-text-muted);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), color 0.18s cubic-bezier(0.22, 1, 0.36, 1), background 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
  /* line 298, theme.scss */
  .aks-list-clear:hover {
    border-color: var(--aks-green);
    color: var(--aks-green);
    background: var(--aks-surface-2); }

/* line 301, theme.scss */
.editor-content {
  font-size: var(--aks-fs-body);
  line-height: 1.75; }
  /* line 305, theme.scss */
  .editor-content img {
    height: auto; }
  /* line 306, theme.scss */
  .editor-content h2 {
    font-size: var(--aks-fs-h2);
    margin: 1.6em 0 .5em; }
  /* line 307, theme.scss */
  .editor-content h3 {
    font-size: var(--aks-fs-h3);
    margin: 1.4em 0 .4em; }
  /* line 308, theme.scss */
  .editor-content a {
    text-decoration: underline;
    text-underline-offset: 3px; }
  /* line 309, theme.scss */
  .editor-content a:hover {
    color: var(--aks-green); }

/* line 315, theme.scss */
.aks-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 13px 20px;
  border: 1px solid transparent;
  font: inherit;
  font-size: var(--aks-fs-sm);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), color 0.18s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.18s cubic-bezier(0.22, 1, 0.36, 1);
  justify-content: space-between;
  gap: 28px;
  background: var(--aks-surface-3);
  color: var(--aks-text); }
  /* line 322, theme.scss */
  .aks-button .aks-icon {
    width: 18px;
    height: 18px;
    transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
  /* line 323, theme.scss */
  .aks-button span, .aks-button b {
    font-size: 1.1em;
    line-height: 0;
    transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
  /* line 324, theme.scss */
  .aks-button:hover .aks-icon, .aks-button:hover span, .aks-button:hover b {
    transform: translateX(4px); }
  /* line 325, theme.scss */
  .aks-button:active {
    transform: translateY(1px); }

/* line 327, theme.scss */
.aks-button-mint {
  background: var(--aks-mint);
  color: #0f2c20; }
  /* line 328, theme.scss */
  .aks-button-mint:hover {
    background: #40cd89; }

/* line 329, theme.scss */
.aks-button-dark {
  background: var(--aks-green);
  color: #fff; }
  /* line 330, theme.scss */
  .aks-button-dark:hover {
    background: #255142; }

/* line 333, theme.scss */
.aks-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 13px 20px;
  border: 1px solid transparent;
  font: inherit;
  font-size: var(--aks-fs-sm);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), color 0.18s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.18s cubic-bezier(0.22, 1, 0.36, 1);
  justify-content: space-between;
  width: 100%;
  background: var(--aks-mint);
  color: #0f2c20; }
  /* line 339, theme.scss */
  .aks-add:hover {
    background: #40cd89; }
  /* line 340, theme.scss */
  .aks-add:active {
    transform: translateY(1px); }

/* line 344, theme.scss */
input[type='search'],
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
select,
textarea {
  border: 1px solid var(--aks-border-strong);
  background: #fff;
  border-radius: var(--aks-radius-ctl);
  transition: border-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
  /* line 356, theme.scss */
  input[type='search']:focus,
  input[type='text']:focus,
  input[type='email']:focus,
  input[type='tel']:focus,
  input[type='number']:focus,
  select:focus,
  textarea:focus {
    outline: none;
    border-color: var(--aks-green);
    box-shadow: 0 0 0 3px rgba(88, 211, 152, 0.35); }

/* line 364, theme.scss */
.aks-header {
  background: var(--aks-green);
  color: #fff;
  position: relative;
  z-index: 20; }

/* line 366, theme.scss */
.aks-utility {
  min-height: 36px;
  padding-inline: var(--aks-gutter);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 28px;
  padding-block: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--aks-fs-xs); }
  /* line 378, theme.scss */
  .aks-utility a, .aks-utility span {
    display: inline-flex;
    align-items: center;
    gap: 7px; }
  /* line 379, theme.scss */
  .aks-utility a {
    min-height: 32px;
    color: rgba(255, 255, 255, 0.78);
    text-decoration-color: rgba(255, 255, 255, 0.38); }
  /* line 380, theme.scss */
  .aks-utility a:hover {
    color: #fff;
    text-decoration-color: rgba(255, 255, 255, 0.72); }

/* line 383, theme.scss */
.aks-icon {
  width: 20px;
  height: 20px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round; }

/* line 392, theme.scss */
.aks-utility .aks-icon {
  width: 15px;
  height: 15px; }

/* line 394, theme.scss */
.aks-header-main {
  position: relative;
  min-height: 72px;
  padding-inline: var(--aks-gutter);
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.2vw, 18px);
  padding-block: 10px; }

/* line 404, theme.scss */
.aks-logo {
  width: 148px;
  min-height: 44px;
  flex: none;
  display: flex;
  align-items: center; }
  /* line 405, theme.scss */
  .aks-logo img {
    display: block;
    width: 100%; }

/* line 407, theme.scss */
.aks-catalog-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 13px 20px;
  border: 1px solid transparent;
  font: inherit;
  font-size: var(--aks-fs-sm);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), color 0.18s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.18s cubic-bezier(0.22, 1, 0.36, 1);
  min-height: 44px;
  padding-inline: 18px;
  background: var(--aks-mint);
  color: #0f2c20;
  border-radius: var(--aks-radius-ctl); }
  /* line 414, theme.scss */
  .aks-catalog-toggle:hover {
    background: #40cd89; }

/* line 417, theme.scss */
.aks-search {
  min-height: 44px;
  flex: 1;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--aks-text);
  display: flex;
  align-items: center;
  gap: 12px;
  padding-inline: 14px; }
  /* line 429, theme.scss */
  .aks-search:focus-within {
    box-shadow: 0 0 0 3px rgba(88, 211, 152, 0.45); }
  /* line 430, theme.scss */
  .aks-search input {
    width: 100%;
    height: 42px;
    border: 0;
    background: transparent;
    outline: 0;
    font-size: var(--aks-fs-sm);
    color: var(--aks-text); }

/* line 433, theme.scss */
.aks-header-actions {
  display: flex;
  margin-left: auto; }
  /* line 437, theme.scss */
  .aks-header-actions a {
    position: relative;
    min-width: 74px;
    min-height: 44px;
    padding: 8px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: var(--aks-fs-xs);
    font-weight: 600;
    color: #fff; }
  /* line 451, theme.scss */
  .aks-header-actions a:hover {
    color: var(--aks-mint); }
  /* line 453, theme.scss */
  .aks-header-actions .aks-action-count {
    position: absolute;
    right: 10px;
    top: 4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    display: grid;
    place-items: center;
    background: var(--aks-mint);
    color: #0f2c20;
    border-radius: 999px;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; }
  /* line 468, theme.scss */
  .aks-header-actions .aks-action-count:empty {
    display: none; }

/* line 472, theme.scss */
.aks-district {
  background: var(--aks-surface-3);
  display: grid;
  grid-template-columns: minmax(280px, 30%) 1fr;
  gap: 10px;
  padding: 10px; }

/* line 479, theme.scss */
.aks-district-intro {
  position: relative;
  background: var(--aks-green);
  color: #fff;
  padding: clamp(28px, 3.5vw, 48px) clamp(22px, 2.5vw, 36px);
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  /* line 488, theme.scss */
  .aks-district-intro h1 {
    font-size: var(--aks-fs-hero);
    letter-spacing: var(--aks-tracking-hero);
    line-height: 1.05;
    margin: 0;
    max-width: 11ch; }
  /* line 495, theme.scss */
  .aks-district-intro p {
    font-size: var(--aks-fs-sm);
    margin: 18px 0 26px;
    max-width: 32ch;
    color: rgba(255, 255, 255, 0.78); }
  /* line 496, theme.scss */
  .aks-district-intro .aks-button {
    margin-top: auto; }

/* line 498, theme.scss */
.aks-district-map {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .7fr 1fr;
  grid-auto-rows: 1fr;
  gap: 8px; }

/* line 505, theme.scss */
.aks-district-room {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: clamp(16px, 1.6vw, 24px);
  background: var(--aks-blue);
  transition: box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1); }
  /* line 513, theme.scss */
  .aks-district-room:nth-child(2) {
    background: var(--aks-sand); }
  /* line 514, theme.scss */
  .aks-district-room:nth-child(3) {
    background: var(--aks-lilac); }
  /* line 515, theme.scss */
  .aks-district-room:nth-child(4) {
    background: var(--aks-mint-soft); }
  /* line 516, theme.scss */
  .aks-district-room:nth-child(5) {
    background: var(--aks-pink); }
  /* line 517, theme.scss */
  .aks-district-room:hover {
    box-shadow: inset 0 0 0 2px var(--aks-green); }
  /* line 520, theme.scss */
  .aks-district-room span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: var(--aks-fs-xs);
    font-weight: 700;
    letter-spacing: .12em;
    color: rgba(22, 29, 26, 0.55); }
  /* line 529, theme.scss */
  .aks-district-room span::before {
    content: "";
    width: 22px;
    height: 1px;
    background: currentColor; }
  /* line 534, theme.scss */
  .aks-district-room h2 {
    font-size: clamp(1.35rem, calc(.9rem + 1.5vw), 2.15rem);
    letter-spacing: var(--aks-tracking-tight);
    margin: 10px 0 0; }
  /* line 535, theme.scss */
  .aks-district-room p {
    font-size: var(--aks-fs-sm);
    color: rgba(22, 29, 26, 0.6);
    margin: 6px 0 0;
    max-width: 22ch; }
  /* line 537, theme.scss */
  .aks-district-room img {
    width: 66%;
    height: 76%;
    object-fit: contain;
    position: absolute;
    right: -6%;
    bottom: -8%;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }

@media (prefers-reduced-motion: no-preference) {
  /* line 546, theme.scss */
  .aks-district-room:hover {
    transform: translateY(-2px); }

  /* line 547, theme.scss */
  .aks-district-room:hover img {
    transform: scale(1.06) rotate(-2deg); } }
/* line 549, theme.scss */
.aks-dr-0 {
  grid-row-start: 1;
  grid-row-end: 3; }

/* line 550, theme.scss */
.aks-dr-4 {
  grid-column-start: 2;
  grid-column-end: 4; }
  /* line 550, theme.scss */
  .aks-dr-4 img {
    width: 42%;
    right: 2%; }

/* line 555, theme.scss */
.aks-district-route,
.aks-district-path {
  display: none; }

/* line 560, theme.scss */
.aks-quick {
  padding: calc(var(--aks-section-gap) * .82) var(--aks-gutter) calc(var(--aks-section-gap) * .45); }
  /* line 563, theme.scss */
  .aks-quick > .aks-section-title {
    margin-bottom: 18px; }
  /* line 564, theme.scss */
  .aks-quick h2 {
    font-size: var(--aks-fs-h2);
    margin: 0; }
  /* line 565, theme.scss */
  .aks-quick .aks-quick-row {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    padding: 2px 2px 12px;
    border: 0; }
  /* line 574, theme.scss */
  .aks-quick a {
    flex: none;
    width: clamp(142px, 11vw, 180px);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    text-align: left; }
  /* line 584, theme.scss */
  .aks-quick img,
  .aks-quick .aks-quick-placeholder {
    width: 100%;
    height: clamp(118px, 10vw, 154px);
    padding: 18px;
    object-fit: contain;
    background: var(--aks-surface-2);
    border-radius: var(--aks-radius-md);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
  /* line 593, theme.scss */
  .aks-quick .aks-quick-placeholder {
    display: grid;
    place-items: center;
    color: var(--aks-green);
    font-size: clamp(30px, 3vw, 46px);
    font-style: normal;
    font-weight: 750; }
  /* line 601, theme.scss */
  .aks-quick span {
    font-weight: 700;
    font-size: var(--aks-fs-sm);
    line-height: 1.3;
    transition: color 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
  /* line 607, theme.scss */
  .aks-quick a:hover span {
    color: var(--aks-green); }

@media (prefers-reduced-motion: no-preference) {
  /* line 610, theme.scss */
  .aks-quick a:hover img,
  .aks-quick a:hover .aks-quick-placeholder {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 14px 26px -14px rgba(14, 31, 25, 0.28); } }
/* line 618, theme.scss */
.aks-section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px; }
  /* line 625, theme.scss */
  .aks-section-title h2 {
    font-size: var(--aks-fs-h2);
    margin: 0; }
  /* line 626, theme.scss */
  .aks-section-title > a {
    flex: none;
    min-height: 44px;
    border-bottom: 1px solid var(--aks-green);
    padding: 10px 0 6px;
    font-size: var(--aks-fs-sm);
    font-weight: 600;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center; }
    /* line 634, theme.scss */
    .aks-section-title > a span {
      transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
    /* line 635, theme.scss */
    .aks-section-title > a:hover span {
      transform: translateX(3px); }

/* line 640, theme.scss */
.aks-product-grid,
.aks-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: transparent;
  gap: 28px 20px; }

/* line 648, theme.scss */
.aks-product-grid > .aks-empty-state,
.aks-product-grid > .aks-empty,
.aks-catalog-grid > .aks-empty-state,
.aks-catalog-grid > .aks-empty {
  grid-column-start: 1;
  grid-column-end: -1; }

/* line 657, theme.scss */
.aks-product-card {
  background: transparent;
  padding: 0;
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1); }
  /* line 666, theme.scss */
  .aks-product-card small {
    display: block;
    color: var(--aks-text-muted);
    margin-top: 14px;
    font-size: var(--aks-fs-xs); }
  /* line 667, theme.scss */
  .aks-product-card .aks-product-title {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 7px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.5em; }
  /* line 668, theme.scss */
  .aks-product-card .aks-product-title a {
    color: var(--aks-text);
    text-decoration: none; }
  /* line 669, theme.scss */
  .aks-product-card .aks-product-title a:hover {
    color: var(--aks-green);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px; }
  /* line 670, theme.scss */
  .aks-product-card .aks-product-title a:focus-visible {
    outline: 2px solid var(--aks-green);
    outline-offset: 3px;
    border-radius: 2px; }
  /* line 671, theme.scss */
  .aks-product-card > p {
    display: none; }

@media (hover: hover) and (pointer: fine) {
  /* line 675, theme.scss */
  .aks-product-card:hover {
    transform: translateY(-3px); } }
/* line 678, theme.scss */
.aks-card-badges {
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 44px - 16px);
  pointer-events: none; }

/* line 688, theme.scss */
.aks-card-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: var(--aks-radius-pill);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.3;
  color: #fff;
  letter-spacing: .01em; }
  /* line 699, theme.scss */
  .aks-card-badge--new {
    background: var(--aks-badge-new); }
  /* line 700, theme.scss */
  .aks-card-badge--hit {
    background: var(--aks-badge-hit); }
  /* line 701, theme.scss */
  .aks-card-badge--sale {
    background: var(--aks-badge-sale); }

/* line 704, theme.scss */
.aks-favorite,
.aks-compare-toggle {
  position: absolute;
  top: 4px;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--aks-text-muted);
  cursor: pointer;
  transition: color 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
  /* line 718, theme.scss */
  .aks-favorite:hover,
  .aks-compare-toggle:hover {
    color: var(--aks-green);
    transform: scale(1.08); }
  /* line 719, theme.scss */
  .aks-favorite[aria-pressed='true'], .aks-favorite.favorites-added, .aks-favorite.compare-added,
  .aks-compare-toggle[aria-pressed='true'],
  .aks-compare-toggle.favorites-added,
  .aks-compare-toggle.compare-added {
    color: var(--aks-danger); }
  /* line 720, theme.scss */
  .aks-favorite[aria-pressed='true'] .aks-icon, .aks-favorite.favorites-added .aks-icon, .aks-favorite.compare-added .aks-icon,
  .aks-compare-toggle[aria-pressed='true'] .aks-icon,
  .aks-compare-toggle.favorites-added .aks-icon,
  .aks-compare-toggle.compare-added .aks-icon {
    fill: currentColor; }

/* line 722, theme.scss */
.aks-favorite {
  right: 2px; }

/* line 723, theme.scss */
.aks-compare-toggle {
  right: calc(2px + 44px - 6px); }

/* line 725, theme.scss */
.aks-product-media {
  display: block;
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, var(--aks-surface-2), var(--aks-surface-3));
  border-radius: var(--aks-radius-md);
  overflow: hidden;
  transition: box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1); }
  /* line 733, theme.scss */
  .aks-product-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }

@media (prefers-reduced-motion: no-preference) {
  /* line 736, theme.scss */
  .aks-product-card:hover {
    transform: translateY(-3px); }

  /* line 737, theme.scss */
  .aks-product-card:hover .aks-product-media {
    box-shadow: 0 22px 38px -16px rgba(14, 31, 25, 0.26); }

  /* line 738, theme.scss */
  .aks-product-card:hover .aks-product-media img {
    transform: scale(1.05); } }
/* line 743, theme.scss */
.aks-card-price-row {
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px; }

/* line 751, theme.scss */
.aks-card-price {
  display: flex;
  flex-direction: column-reverse;
  gap: 2px; }
  /* line 756, theme.scss */
  .aks-card-price strong {
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -.01em; }
  /* line 757, theme.scss */
  .aks-card-price s {
    font-size: var(--aks-fs-xs);
    color: var(--aks-text-subtle); }

/* line 759, theme.scss */
.aks-product-card .aks-add {
  flex: none;
  width: auto;
  min-height: 38px;
  padding: 0 16px;
  border: 1.5px solid var(--aks-green);
  border-radius: var(--aks-radius-pill);
  background: #fff;
  color: var(--aks-green);
  font-size: 12.5px; }
  /* line 770, theme.scss */
  .aks-product-card .aks-add span {
    display: none; }
  /* line 771, theme.scss */
  .aks-product-card .aks-add:hover {
    background: var(--aks-green);
    color: #fff; }

/* line 774, theme.scss */
.aks-stock,
.aks-available {
  font-size: var(--aks-fs-xs);
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 6px; }
  /* line 782, theme.scss */
  .aks-stock i,
  .aks-available i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1f9d57;
    flex: none; }
  /* line 783, theme.scss */
  .aks-stock.is-preorder i, .aks-stock.is-unavailable i,
  .aks-available.is-preorder i,
  .aks-available.is-unavailable i {
    background: #9aa19d; }

/* line 788, theme.scss */
.aks-shelf {
  padding: var(--aks-section-gap) var(--aks-gutter); }

/* line 789, theme.scss */
.aks-shelf:has(.aks-empty),
.aks-shelf[hidden] {
  display: none !important; }

/* line 791, theme.scss */
.aks-shelf .aks-product-card[hidden] {
  display: none !important; }

/* line 792, theme.scss */
.aks-shelf .aks-product-grid {
  display: flex;
  gap: clamp(14px, 1.7vw, 24px);
  overflow-x: auto;
  padding: 2px 2px 18px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: var(--aks-border) transparent; }

/* line 801, theme.scss */
.aks-shelf .aks-product-card {
  flex: 0 0 clamp(190px, 20vw, 260px);
  scroll-snap-align: start; }

/* line 806, theme.scss */
.aks-product-card .aks-notify-trigger {
  max-width: 142px;
  min-height: 40px;
  padding: 7px 12px;
  line-height: 1.15;
  white-space: normal; }

/* line 814, theme.scss */
.aks-product-notify {
  width: 100%;
  min-height: 52px;
  margin-top: 18px;
  border: 0;
  border-radius: var(--aks-radius-md);
  background: var(--aks-green);
  color: #fff;
  font-size: 15px;
  font-weight: 750;
  cursor: pointer; }

/* line 826, theme.scss */
.aks-product-notify:hover {
  background: #245648; }

/* line 827, theme.scss */
.aks-product-notify-note {
  margin: 9px 0 0;
  color: var(--aks-text-muted);
  font-size: 12px; }

/* line 828, theme.scss */
.aks-product-notify-phone {
  margin: 5px 0 0;
  color: var(--aks-text-muted);
  font-size: 13px;
  line-height: 1.4; }

/* line 834, theme.scss */
.aks-product-notify-phone a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: -12px 0;
  padding: 12px 0;
  color: var(--aks-green);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px; }

/* line 846, theme.scss */
.aks-product-notify-phone a:hover {
  color: #245648; }

/* line 848, theme.scss */
html.aks-dialog-open {
  overflow: hidden; }

/* line 849, theme.scss */
.aks-stock-dialog {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 18px; }

/* line 857, theme.scss */
.aks-stock-dialog[hidden] {
  display: none; }

/* line 858, theme.scss */
.aks-stock-dialog__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(9, 24, 20, 0.58);
  backdrop-filter: blur(5px);
  cursor: default; }

/* line 868, theme.scss */
.aks-stock-dialog__panel {
  position: relative;
  width: min(100%, 480px);
  max-height: calc(100dvh - 36px);
  overflow: auto;
  padding: clamp(26px, 5vw, 42px);
  border-radius: clamp(20px, 3vw, 30px);
  background: #fff;
  box-shadow: 0 30px 90px rgba(9, 24, 20, 0.25);
  outline: 0; }

/* line 879, theme.scss */
.aks-stock-dialog__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--aks-surface-2);
  color: var(--aks-text);
  font-size: 26px;
  line-height: 1;
  cursor: pointer; }

/* line 893, theme.scss */
.aks-stock-dialog__eyebrow {
  color: var(--aks-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase; }

/* line 894, theme.scss */
.aks-stock-dialog h2 {
  margin: 9px 44px 8px 0;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.05; }

/* line 895, theme.scss */
.aks-stock-dialog__product {
  margin: 0;
  font-weight: 750; }

/* line 896, theme.scss */
.aks-stock-dialog__lead {
  margin: 9px 0 22px;
  color: var(--aks-text-muted);
  font-size: 14px; }

/* line 897, theme.scss */
.aks-stock-dialog form {
  display: grid;
  gap: 14px; }

/* line 898, theme.scss */
.aks-stock-dialog label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 700; }

/* line 899, theme.scss */
.aks-stock-dialog label small {
  color: var(--aks-text-muted);
  font-weight: 500; }

/* line 900, theme.scss */
.aks-stock-dialog input {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--aks-border);
  border-radius: 12px;
  background: #fff;
  color: var(--aks-text);
  font: inherit; }

/* line 910, theme.scss */
.aks-stock-dialog input:focus {
  border-color: var(--aks-green);
  outline: 3px solid rgba(23, 63, 52, 0.12); }

/* line 911, theme.scss */
.aks-stock-dialog form > button {
  min-height: 52px;
  border: 0;
  border-radius: 12px;
  background: var(--aks-green);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer; }

/* line 921, theme.scss */
.aks-stock-dialog form > button:disabled {
  opacity: .72;
  cursor: wait; }

/* line 922, theme.scss */
.aks-stock-dialog__legal {
  margin: -3px 0 0;
  color: var(--aks-text-subtle);
  font-size: 11px;
  line-height: 1.45; }

/* line 923, theme.scss */
.aks-stock-dialog__legal a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px; }

/* line 924, theme.scss */
.aks-stock-dialog__legal a:focus-visible {
  outline: 2px solid var(--aks-green);
  outline-offset: 2px; }

/* line 925, theme.scss */
.aks-stock-dialog__status {
  min-height: 1.4em;
  margin: 0;
  color: var(--aks-green);
  font-size: 13px;
  font-weight: 700; }

@media (max-width: 720px) {
  /* line 928, theme.scss */
  .aks-shelf .aks-product-card {
    flex-basis: min(72vw, 238px); }

  /* line 929, theme.scss */
  .aks-stock-dialog {
    align-items: end;
    padding: 0; }

  /* line 930, theme.scss */
  .aks-stock-dialog__panel {
    width: 100%;
    max-height: 92dvh;
    padding: 28px 20px calc(24px + env(safe-area-inset-bottom));
    border-radius: 24px 24px 0 0; } }
/* line 934, theme.scss */
.aks-bundle {
  background: var(--aks-bundle-bg, #bfe1cf);
  color: var(--aks-bundle-color, #161d1a);
  padding: var(--aks-section-gap) var(--aks-gutter);
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 35px; }
  /* line 943, theme.scss */
  .aks-bundle h2 {
    font-size: var(--aks-fs-h2);
    margin: 0 0 14px; }
  /* line 944, theme.scss */
  .aks-bundle p {
    font-size: var(--aks-fs-sm);
    margin: 0; }

/* line 946, theme.scss */
.aks-bundle-products {
  display: flex; }
  /* line 948, theme.scss */
  .aks-bundle-products span {
    width: 68px;
    height: 68px;
    background: #fff;
    border-radius: 50%;
    margin-left: -12px;
    box-shadow: 0 2px 10px rgba(14, 31, 25, 0.12); }

/* line 952, theme.scss */
.aks-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  background: var(--aks-surface-2);
  padding: clamp(28px, 4vw, 44px) var(--aks-gutter); }
  /* line 958, theme.scss */
  .aks-benefits > div {
    display: flex;
    gap: 14px;
    padding: 12px 22px;
    border-right: 1px solid var(--aks-border); }
  /* line 959, theme.scss */
  .aks-benefits > div:last-child {
    border-right: 0; }
  /* line 960, theme.scss */
  .aks-benefits p {
    margin: 0; }
  /* line 961, theme.scss */
  .aks-benefits b {
    display: block;
    font-size: var(--aks-fs-sm); }
  /* line 962, theme.scss */
  .aks-benefits span {
    display: block;
    font-size: var(--aks-fs-xs);
    color: var(--aks-text-muted);
    margin-top: 4px; }

/* line 965, theme.scss */
.aks-home-journal {
  padding: clamp(54px, 7vw, 92px) var(--aks-gutter) 0; }
  /* line 968, theme.scss */
  .aks-home-journal .aks-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px; }
    /* line 974, theme.scss */
    .aks-home-journal .aks-section-heading > div > span {
      display: block;
      margin-bottom: 7px;
      color: var(--aks-text-muted);
      font-size: var(--aks-fs-xs);
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: .08em; }
    /* line 975, theme.scss */
    .aks-home-journal .aks-section-heading h2 {
      margin: 0;
      font-size: var(--aks-fs-h2); }
    /* line 976, theme.scss */
    .aks-home-journal .aks-section-heading > a {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 44px;
      color: var(--aks-green);
      font-weight: 700; }
    /* line 977, theme.scss */
    .aks-home-journal .aks-section-heading .aks-icon {
      width: 18px;
      height: 18px; }

/* line 980, theme.scss */
.aks-home-journal__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px; }

/* line 981, theme.scss */
.aks-home-journal article {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: 0 0 22px;
  border: 1px solid var(--aks-border);
  border-radius: 16px;
  background: #f2f6f3;
  transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
  /* line 991, theme.scss */
  .aks-home-journal article:hover {
    transform: translateY(-3px);
    border-color: #bfd4c9;
    box-shadow: 0 16px 38px rgba(18, 59, 47, 0.09); }
  /* line 992, theme.scss */
  .aks-home-journal article small {
    margin: 18px 22px 0;
    color: var(--aks-text-muted);
    font-size: var(--aks-fs-xs); }
  /* line 993, theme.scss */
  .aks-home-journal article h3 {
    margin: 8px 22px 18px;
    font-size: clamp(1.08rem, 1.5vw, 1.35rem);
    line-height: 1.35; }
  /* line 994, theme.scss */
  .aks-home-journal article h3 a:hover {
    color: var(--aks-green); }
  /* line 995, theme.scss */
  .aks-home-journal article > .aks-text-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    margin: auto 22px 0; }

/* line 997, theme.scss */
.aks-home-journal__image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e4eee8; }
  /* line 1002, theme.scss */
  .aks-home-journal__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 18px 26px;
    mix-blend-mode: multiply;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
  /* line 1003, theme.scss */
  .aks-home-journal__image:hover img {
    transform: scale(1.04); }

/* line 1006, theme.scss */
.aks-home-store {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: 10px;
  padding: 10px var(--aks-gutter) clamp(54px, 7vw, 92px);
  color: #fff; }
  /* line 1013, theme.scss */
  .aks-home-store__content {
    padding: clamp(30px, 5vw, 64px);
    background: var(--aks-green); }
  /* line 1014, theme.scss */
  .aks-home-store__eyebrow {
    color: var(--aks-mint);
    font-size: var(--aks-fs-xs);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em; }
  /* line 1015, theme.scss */
  .aks-home-store h2 {
    max-width: 12ch;
    margin: 14px 0 18px;
    font-size: clamp(2rem, 4vw, 4.2rem);
    line-height: .98; }
  /* line 1016, theme.scss */
  .aks-home-store p {
    max-width: 54ch;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.65; }
  /* line 1017, theme.scss */
  .aks-home-store dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 30px; }
  /* line 1018, theme.scss */
  .aks-home-store dl div {
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.18); }
  /* line 1019, theme.scss */
  .aks-home-store dt {
    color: rgba(255, 255, 255, 0.58);
    font-size: var(--aks-fs-xs); }
  /* line 1020, theme.scss */
  .aks-home-store dd {
    margin: 6px 0 0;
    font-size: var(--aks-fs-sm);
    font-weight: 700; }
  /* line 1021, theme.scss */
  .aks-home-store__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px; }
  /* line 1022, theme.scss */
  .aks-home-store__actions .aks-button {
    min-width: min(100%, 230px); }
  /* line 1023, theme.scss */
  .aks-home-store__phone {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    font-weight: 800; }
  /* line 1024, theme.scss */
  .aks-home-store__phone:hover {
    color: var(--aks-mint); }
  /* line 1025, theme.scss */
  .aks-home-store__place {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: clamp(28px, 4vw, 52px);
    background: var(--aks-mint);
    color: var(--aks-green);
    transition: background 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
    /* line 1034, theme.scss */
    .aks-home-store__place:hover {
      background: #44ce8c; }
    /* line 1035, theme.scss */
    .aks-home-store__place > span {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 28px;
      font-size: var(--aks-fs-sm);
      font-weight: 700; }
    /* line 1036, theme.scss */
    .aks-home-store__place > span .aks-icon {
      width: 19px;
      height: 19px; }
    /* line 1037, theme.scss */
    .aks-home-store__place > strong {
      font-size: clamp(2.5rem, 5vw, 5.5rem);
      line-height: .9;
      letter-spacing: -.06em; }
    /* line 1038, theme.scss */
    .aks-home-store__place > i {
      margin: 10px 0;
      font-size: var(--aks-fs-xs);
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: .1em; }
    /* line 1039, theme.scss */
    .aks-home-store__place > small {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-top: 34px;
      font-size: var(--aks-fs-sm);
      font-weight: 800; }
    /* line 1040, theme.scss */
    .aks-home-store__place > small .aks-icon {
      width: 18px;
      height: 18px; }

/* line 1044, theme.scss */
.aks-home-about {
  padding: 0 var(--aks-gutter) clamp(54px, 7vw, 92px); }
  /* line 1047, theme.scss */
  .aks-home-about__inner {
    display: grid;
    grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
    gap: clamp(28px, 5vw, 84px);
    padding: clamp(30px, 5vw, 64px);
    border: 1px solid var(--aks-border);
    border-radius: 20px;
    background: #f2f6f3; }
  /* line 1056, theme.scss */
  .aks-home-about__eyebrow {
    color: var(--aks-green);
    font-size: var(--aks-fs-xs);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em; }
  /* line 1057, theme.scss */
  .aks-home-about h2 {
    max-width: 13ch;
    margin: 14px 0 0;
    font-size: clamp(1.8rem, 3.2vw, 3.5rem);
    line-height: 1.02; }
  /* line 1058, theme.scss */
  .aks-home-about__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 30px;
    align-content: start; }
  /* line 1059, theme.scss */
  .aks-home-about p {
    margin: 0;
    color: var(--aks-text-muted);
    line-height: 1.72; }
  /* line 1060, theme.scss */
  .aks-home-about__actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 22px;
    padding-top: 8px; }
  /* line 1061, theme.scss */
  .aks-home-about__actions .aks-button {
    min-width: 210px; }
  /* line 1062, theme.scss */
  .aks-home-about__actions .aks-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    font-weight: 700; }

/* line 1066, theme.scss */
.aks-footer-wrap {
  background: var(--aks-green);
  color: #fff; }

/* line 1067, theme.scss */
.aks-footer {
  padding: 36px var(--aks-gutter) 24px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px 48px; }
  /* line 1073, theme.scss */
  .aks-footer-logo img {
    width: 160px;
    display: block; }
  /* line 1074, theme.scss */
  .aks-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: var(--aks-fs-sm);
    color: rgba(255, 255, 255, 0.8); }
  /* line 1075, theme.scss */
  .aks-footer-phone {
    display: flex;
    align-items: center;
    min-height: 44px;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff; }
  /* line 1076, theme.scss */
  .aks-footer-phone:hover {
    color: var(--aks-mint); }
  /* line 1077, theme.scss */
  .aks-footer-address {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 44px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.35);
    text-underline-offset: 4px; }
  /* line 1078, theme.scss */
  .aks-footer-address:hover {
    color: var(--aks-mint);
    text-decoration-color: currentColor; }
  /* line 1079, theme.scss */
  .aks-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    align-content: start;
    font-size: var(--aks-fs-sm); }
  /* line 1080, theme.scss */
  .aks-footer nav a:hover {
    color: var(--aks-mint); }
  /* line 1081, theme.scss */
  .aks-footer-meta {
    grid-column-start: 1;
    grid-column-end: -1;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding-top: 16px;
    font-size: var(--aks-fs-xs);
    color: rgba(255, 255, 255, 0.7); }

/* line 1091, theme.scss */
.aks-breadcrumbs {
  padding: 16px var(--aks-gutter);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: var(--aks-fs-xs);
  color: var(--aks-text-muted);
  background: #fff; }
  /* line 1101, theme.scss */
  .aks-breadcrumbs a {
    display: inline-flex;
    align-items: center;
    min-height: 24px; }
  /* line 1102, theme.scss */
  .aks-breadcrumbs a:hover {
    color: var(--aks-green); }

/* line 1106, theme.scss */
.aks-catalog-hero {
  background: #fff;
  color: var(--aks-text);
  margin: 0 auto;
  padding: 20px var(--aks-gutter) 8px;
  border-bottom: 1px solid var(--aks-border); }
  /* line 1113, theme.scss */
  .aks-catalog-hero > span {
    font-size: var(--aks-fs-xs);
    color: var(--aks-text-muted); }
  /* line 1114, theme.scss */
  .aks-catalog-hero h1 {
    font-size: var(--aks-fs-h1);
    margin: 8px 0 12px; }
  /* line 1115, theme.scss */
  .aks-catalog-hero h1 small {
    display: block;
    margin-top: 6px;
    font-size: var(--aks-fs-sm);
    font-weight: 600;
    color: var(--aks-text-muted);
    letter-spacing: 0; }
  /* line 1116, theme.scss */
  .aks-catalog-hero nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px; }
  /* line 1117, theme.scss */
  .aks-catalog-hero nav a {
    white-space: nowrap;
    font-size: var(--aks-fs-sm);
    color: var(--aks-text-muted); }
  /* line 1118, theme.scss */
  .aks-catalog-hero nav a:hover {
    color: var(--aks-green); }

/* line 1122, theme.scss */
.aks-catalog-body {
  background: var(--aks-bg);
  padding: 0 12px 32px;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 10px; }

/* line 1129, theme.scss */
.aks-filters, .aks-results {
  background: #fff;
  padding: 24px; }

/* line 1130, theme.scss */
.aks-filters {
  align-self: start; }
  /* line 1133, theme.scss */
  .aks-filters > summary {
    display: none;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: var(--aks-fs-sm);
    cursor: pointer;
    list-style: none;
    min-height: 44px; }
  /* line 1143, theme.scss */
  .aks-filters > summary::-webkit-details-marker {
    display: none; }
  /* line 1145, theme.scss */
  .aks-filters__head {
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
  /* line 1146, theme.scss */
  .aks-filters h3 {
    margin: 0;
    font-size: var(--aks-fs-h3); }
  /* line 1147, theme.scss */
  .aks-filters__reset {
    background: none;
    border: 0;
    padding: 0;
    color: var(--aks-text-muted);
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    font-size: var(--aks-fs-xs); }
  /* line 1149, theme.scss */
  .aks-filters nav {
    display: flex;
    flex-direction: column;
    margin-top: 20px; }
  /* line 1150, theme.scss */
  .aks-filters nav a {
    padding: 12px 0;
    border-bottom: 1px solid var(--aks-border);
    font-size: var(--aks-fs-sm);
    min-height: 44px;
    display: flex;
    align-items: center; }
  /* line 1157, theme.scss */
  .aks-filters nav a[aria-current='true'] {
    color: var(--aks-green);
    font-weight: 700; }
  /* line 1159, theme.scss */
  .aks-filters__price {
    margin-top: 22px; }
  /* line 1160, theme.scss */
  .aks-filters__price legend {
    font-size: var(--aks-fs-sm);
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0; }
  /* line 1161, theme.scss */
  .aks-filters__price .aks-price-inputs {
    display: flex;
    align-items: center;
    gap: 8px; }
  /* line 1162, theme.scss */
  .aks-filters__price input {
    width: 100%;
    min-height: 42px;
    padding: 8px 10px; }
  /* line 1163, theme.scss */
  .aks-filters__price button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 13px 20px;
    border: 1px solid transparent;
    font: inherit;
    font-size: var(--aks-fs-sm);
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), color 0.18s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.18s cubic-bezier(0.22, 1, 0.36, 1);
    min-height: 42px;
    width: 100%;
    margin-top: 10px;
    background: var(--aks-green);
    color: #fff; }
    /* line 1164, theme.scss */
    .aks-filters__price button:hover {
      background: #234e3f; }

/* line 1167, theme.scss */
.aks-results-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: var(--aks-fs-sm); }
  /* line 1176, theme.scss */
  .aks-results-toolbar label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--aks-text-muted); }
  /* line 1177, theme.scss */
  .aks-results-toolbar select {
    min-height: 42px;
    padding: 8px 12px; }

/* line 1179, theme.scss */
.aks-catalog-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* line 1180, theme.scss */
.aks-results .aks-empty {
  padding: 40px 0;
  color: var(--aks-text-muted); }

/* line 1183, theme.scss */
.aks-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  grid-template-rows: auto 1fr;
  background: #fff; }

/* line 1189, theme.scss */
.aks-product-intro {
  grid-column: 2;
  grid-row: 1;
  padding: clamp(28px, 4vw, 42px) clamp(20px, 3vw, 45px) 0; }
  /* line 1194, theme.scss */
  .aks-product-intro h1 {
    margin: 0 0 12px;
    font-size: var(--aks-fs-h1); }
  /* line 1195, theme.scss */
  .aks-product-intro > p {
    margin-bottom: 0;
    color: var(--aks-text-muted); }

/* line 1197, theme.scss */
.aks-gallery {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  background: var(--aks-surface-2);
  padding: 24px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px; }
  /* line 1207, theme.scss */
  .aks-gallery nav {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  /* line 1208, theme.scss */
  .aks-gallery nav button {
    height: 72px;
    border: 0;
    background: rgba(255, 255, 255, 0.55);
    padding: 4px;
    cursor: pointer;
    transition: box-shadow 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
  /* line 1216, theme.scss */
  .aks-gallery nav button.is-active {
    box-shadow: inset 0 0 0 2px var(--aks-green); }
  /* line 1217, theme.scss */
  .aks-gallery nav button:hover {
    box-shadow: inset 0 0 0 2px rgba(24, 53, 43, 0.5); }
  /* line 1218, theme.scss */
  .aks-gallery nav img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

/* line 1220, theme.scss */
.aks-main-photo {
  width: 100%;
  max-height: 580px;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center; }
  /* line 1227, theme.scss */
  .aks-main-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

/* line 1229, theme.scss */
.aks-product-buy {
  grid-column: 2;
  grid-row: 2;
  padding: 18px clamp(20px, 3vw, 45px) clamp(28px, 4vw, 42px); }
  /* line 1234, theme.scss */
  .aks-product-buy h1 {
    font-size: var(--aks-fs-h1);
    margin: 0 0 12px; }
  /* line 1235, theme.scss */
  .aks-product-buy > p {
    color: var(--aks-text-muted); }

/* line 1237, theme.scss */
.aks-mobile-buybar {
  display: none; }

/* line 1238, theme.scss */
.aks-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  justify-content: space-between;
  margin: 24px 0;
  font-size: var(--aks-fs-xs);
  color: var(--aks-text-muted); }
  /* line 1247, theme.scss */
  .aks-product-meta .aks-rating {
    color: var(--aks-text);
    font-weight: 700; }

/* line 1249, theme.scss */
.aks-option-row {
  margin: 24px 0; }
  /* line 1251, theme.scss */
  .aks-option-row b {
    display: block;
    margin-bottom: 10px; }
  /* line 1252, theme.scss */
  .aks-option-row select {
    width: 100%;
    padding: 13px; }

/* line 1254, theme.scss */
.aks-product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 26px 0; }
  /* line 1261, theme.scss */
  .aks-product-price strong {
    font-size: clamp(1.6rem, calc(1.3rem + 1vw), 1.95rem); }
  /* line 1262, theme.scss */
  .aks-product-price s {
    color: var(--aks-text-muted); }
  /* line 1263, theme.scss */
  .aks-product-price span {
    width: 100%;
    font-size: var(--aks-fs-xs);
    color: var(--aks-text-muted); }

/* line 1265, theme.scss */
.aks-buy-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px; }
  /* line 1270, theme.scss */
  .aks-buy-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 13px 20px;
    border: 1px solid transparent;
    font: inherit;
    font-size: var(--aks-fs-sm);
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), color 0.18s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.18s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 15px; }
  /* line 1271, theme.scss */
  .aks-buy-actions button[data-aks-add] {
    background: var(--aks-mint);
    color: #0f2c20; }
    /* line 1272, theme.scss */
    .aks-buy-actions button[data-aks-add]:hover:not(:disabled) {
      background: #40cd89; }
  /* line 1273, theme.scss */
  .aks-buy-actions button[data-quick-checkout] {
    background: #fff;
    border-color: var(--aks-green);
    color: var(--aks-green); }
    /* line 1274, theme.scss */
    .aks-buy-actions button[data-quick-checkout]:hover {
      background: var(--aks-surface-2); }

/* line 1278, theme.scss */
#insales-quick-checkout-dialog.m-modal--checkout {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: clamp(12px, 3vw, 28px);
  border-radius: 0;
  background: rgba(11, 34, 27, 0.62);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px); }

/* line 1291, theme.scss */
#insales-quick-checkout-dialog.m-modal--checkout[style*='display: block'] {
  display: flex !important; }

/* line 1292, theme.scss */
#insales-quick-checkout-dialog .m-modal-wrapper {
  position: relative !important;
  inset: auto !important;
  width: min(100%, 520px) !important;
  height: auto !important;
  max-height: calc(100dvh - 24px);
  margin: auto !important;
  padding: 0 !important;
  overflow: auto;
  border: 1px solid rgba(24, 53, 43, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(7, 28, 22, 0.3); }

/* line 1306, theme.scss */
#quick_checkout_form {
  box-sizing: border-box;
  width: 100%;
  padding: clamp(24px, 4vw, 34px);
  color: var(--aks-text); }

/* line 1312, theme.scss */
#quick_checkout_form .m-modal-heading {
  margin: 0 52px 24px 0;
  color: var(--aks-text);
  font-size: clamp(24px, 4vw, 30px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.025em; }

/* line 1320, theme.scss */
#quick_checkout_form .m-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  margin: 0;
  border: 1px solid var(--aks-border);
  border-radius: 50%;
  background-color: var(--aks-surface-2);
  cursor: pointer; }

/* line 1332, theme.scss */
#quick_checkout_form .m-input {
  margin: 0 0 17px; }

/* line 1333, theme.scss */
#quick_checkout_form .m-input-label {
  display: block;
  margin: 0 0 7px;
  color: var(--aks-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35; }

/* line 1341, theme.scss */
#quick_checkout_form .m-input-field {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #cbd9d1;
  border-radius: 11px;
  background: #fff;
  color: var(--aks-text);
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease; }

/* line 1357, theme.scss */
#quick_checkout_form textarea.m-input-field {
  min-height: 96px;
  resize: vertical; }

/* line 1358, theme.scss */
#quick_checkout_form .m-input-field:focus {
  border-color: var(--aks-green);
  box-shadow: 0 0 0 3px rgba(111, 155, 135, 0.22); }

/* line 1362, theme.scss */
#quick_checkout_form .m-input--checkbox {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 10px;
  row-gap: 3px;
  align-items: start;
  margin: 2px 0 18px; }

/* line 1370, theme.scss */
#quick_checkout_form .m-input--checkbox > .m-input-label {
  grid-column: 2;
  grid-row: 1;
  margin: 1px 0 0; }

/* line 1375, theme.scss */
#quick_checkout_form .m-input--checkbox > input[type='checkbox'],
#quick_checkout_form .m-input--checkbox > span {
  grid-column: 1;
  grid-row: 1; }

/* line 1380, theme.scss */
#quick_checkout_form .m-input--checkbox > .m-input-caption {
  grid-column: 2;
  grid-row: 2;
  width: auto;
  margin: 0;
  color: var(--aks-text-muted);
  line-height: 1.45; }

/* line 1388, theme.scss */
#quick_checkout_form .m-input--checkbox > .m-input-caption p {
  margin: 0;
  font-size: 12px !important; }

/* line 1392, theme.scss */
#quick_checkout_form .m-input-caption a {
  color: var(--aks-green);
  text-decoration: underline;
  text-underline-offset: 2px; }

/* line 1397, theme.scss */
#quick_checkout_form .m-modal-errors:not(:empty) {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff0ee;
  color: #8d2f25;
  font-size: 13px; }

/* line 1405, theme.scss */
#quick_checkout_form .m-modal-footer {
  margin: 22px 0 0; }

/* line 1406, theme.scss */
#quick_checkout_form .m-modal-button--checkout {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 13px 18px;
  border: 1px solid var(--aks-mint);
  border-radius: 12px;
  background: var(--aks-mint);
  color: #0f2c20;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, transform .18s ease; }

/* line 1424, theme.scss */
#quick_checkout_form .m-modal-button--checkout:hover {
  border-color: #40cd89;
  background: #40cd89; }

/* line 1428, theme.scss */
#quick_checkout_form .m-modal-button--checkout:active {
  transform: translateY(1px); }

@media (max-width: 520px) {
  /* line 1430, theme.scss */
  #insales-quick-checkout-dialog.m-modal--checkout {
    align-items: flex-start;
    padding: 10px; }

  /* line 1431, theme.scss */
  #insales-quick-checkout-dialog .m-modal-wrapper {
    max-height: calc(100dvh - 20px);
    border-radius: 18px; }

  /* line 1432, theme.scss */
  #quick_checkout_form {
    padding: 24px 20px 26px; }

  /* line 1433, theme.scss */
  #quick_checkout_form .m-modal-close {
    top: 14px;
    right: 14px; }

  /* line 1434, theme.scss */
  #quick_checkout_form .m-modal-heading {
    margin-bottom: 20px;
    font-size: 24px; } }
/* line 1436, theme.scss */
.aks-product-meta .aks-rating .aks-icon {
  width: 15px;
  height: 15px;
  color: #f2b705;
  vertical-align: -2px; }

/* line 1438, theme.scss */
.aks-pdp-secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 20px 0 4px; }

/* line 1444, theme.scss */
.aks-pdp-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--aks-text-muted);
  font-size: var(--aks-fs-sm);
  cursor: pointer;
  transition: color 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
  /* line 1457, theme.scss */
  .aks-pdp-link .aks-icon {
    width: 17px;
    height: 17px; }
  /* line 1458, theme.scss */
  .aks-pdp-link:hover {
    color: var(--aks-green); }
  /* line 1459, theme.scss */
  .aks-pdp-link[aria-pressed='true'], .aks-pdp-link.favorites-added, .aks-pdp-link.compare-added {
    color: var(--aks-danger); }
    /* line 1459, theme.scss */
    .aks-pdp-link[aria-pressed='true'] .aks-icon, .aks-pdp-link.favorites-added .aks-icon, .aks-pdp-link.compare-added .aks-icon {
      fill: currentColor; }

/* line 1462, theme.scss */
.aks-delivery-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0; }
  /* line 1467, theme.scss */
  .aks-delivery-list li {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 0;
    border-bottom: 1px solid var(--aks-border);
    font-size: var(--aks-fs-sm); }
  /* line 1468, theme.scss */
  .aks-delivery-list .aks-icon {
    color: var(--aks-green); }

/* line 1472, theme.scss */
.aks-product-description {
  background: var(--aks-bg);
  padding: 10px 12px 35px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px; }
  /* line 1479, theme.scss */
  .aks-product-description > div, .aks-product-description > aside {
    background: #fff;
    padding: clamp(22px, 3vw, 35px); }
  /* line 1480, theme.scss */
  .aks-product-description h2 {
    font-size: var(--aks-fs-h2);
    margin-top: 0; }
  /* line 1481, theme.scss */
  .aks-product-description aside p {
    font-size: var(--aks-fs-sm); }
  /* line 1483, theme.scss */
  .aks-product-description.is-description-empty {
    grid-template-columns: 1fr;
    padding-top: 0; }
    /* line 1487, theme.scss */
    .aks-product-description.is-description-empty > aside {
      display: grid;
      grid-template-columns: minmax(220px, 0.7fr) repeat(2, minmax(0, 1fr));
      gap: 24px;
      align-items: start; }
    /* line 1493, theme.scss */
    .aks-product-description.is-description-empty > aside h2, .aks-product-description.is-description-empty > aside p {
      margin: 0; }
    /* line 1494, theme.scss */
    .aks-product-description.is-description-empty > aside p {
      padding-left: 24px;
      border-left: 1px solid var(--aks-border);
      line-height: 1.55; }

/* line 1498, theme.scss */
.aks-product-description__lead {
  max-width: 72ch;
  margin: 0 0 24px;
  color: var(--aks-text-muted);
  font-size: 16px;
  line-height: 1.65; }

/* line 1506, theme.scss */
.aks-product-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px; }
  /* line 1511, theme.scss */
  .aks-product-guide article {
    min-width: 0;
    padding: 18px;
    border: 1px solid #dce6df;
    border-radius: 16px;
    background: #f4f8f5; }
  /* line 1519, theme.scss */
  .aks-product-guide article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 24px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: #dff1e7;
    color: var(--aks-green);
    font-size: 11px;
    font-weight: 700;
    font-variant-numeric: tabular-nums; }
  /* line 1534, theme.scss */
  .aks-product-guide h3 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.3; }
  /* line 1535, theme.scss */
  .aks-product-guide p {
    margin: 0;
    color: var(--aks-text-muted);
    font-size: 13px;
    line-height: 1.55; }

/* line 1538, theme.scss */
.aks-product-description__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 22px 0 0; }
  /* line 1544, theme.scss */
  .aks-product-description__links a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--aks-green);
    font-size: 13px;
    font-weight: 650;
    text-decoration: underline;
    text-underline-offset: 4px; }

/* line 1557, theme.scss */
.aks-cart-page,
.aks-list-page,
.aks-text-page,
.aks-blog-page,
.aks-article-page {
  background: var(--aks-bg);
  padding: clamp(32px, 5vw, 50px) var(--aks-gutter); }

/* line 1563, theme.scss */
.aks-cart-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 14px;
  align-items: start; }

/* line 1564, theme.scss */
.aks-cart-content {
  background: #fff;
  padding: 0 26px 18px; }

/* line 1565, theme.scss */
.aks-cart-list article {
  display: grid;
  grid-template-columns: 120px 1fr 120px 120px;
  gap: 20px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--aks-border); }
  /* line 1573, theme.scss */
  .aks-cart-list article h2 {
    font-size: 1rem;
    margin: 4px 0; }
  /* line 1574, theme.scss */
  .aks-cart-list article h2 a {
    color: var(--aks-text);
    text-decoration: none; }
  /* line 1575, theme.scss */
  .aks-cart-list article h2 a:hover {
    color: var(--aks-green); }
  /* line 1576, theme.scss */
  .aks-cart-list article small {
    display: block;
    font-size: var(--aks-fs-xs);
    color: var(--aks-text-muted); }
  /* line 1577, theme.scss */
  .aks-cart-list article p {
    font-size: var(--aks-fs-xs);
    color: var(--aks-text-muted);
    margin: 4px 0; }
  /* line 1578, theme.scss */
  .aks-cart-list article a[data-item-delete] {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    margin-block: -13px;
    padding-block: 13px;
    font-size: var(--aks-fs-xs);
    color: var(--aks-text-muted);
    text-decoration: underline;
    text-underline-offset: 3px; }
    /* line 1579, theme.scss */
    .aks-cart-list article a[data-item-delete]:hover {
      color: var(--aks-danger); }
  /* line 1580, theme.scss */
  .aks-cart-list article > strong {
    font-size: 1.05rem;
    text-align: right; }

/* line 1582, theme.scss */
.aks-cart-photo {
  aspect-ratio: 1;
  background: linear-gradient(180deg, var(--aks-surface-2), var(--aks-surface-3));
  border-radius: var(--aks-radius-md);
  overflow: hidden; }
  /* line 1583, theme.scss */
  .aks-cart-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

/* line 1585, theme.scss */
.aks-quantity {
  display: inline-flex;
  border: 1px solid var(--aks-border-strong);
  border-radius: var(--aks-radius-ctl);
  overflow: hidden; }
  /* line 1591, theme.scss */
  .aks-quantity button, .aks-quantity input {
    width: 44px;
    height: 44px;
    border: 0;
    background: #fff;
    text-align: center; }
  /* line 1592, theme.scss */
  .aks-quantity button {
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1;
    transition: background-color 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
    /* line 1593, theme.scss */
    .aks-quantity button:hover {
      background: var(--aks-surface-2); }
  /* line 1594, theme.scss */
  .aks-quantity input {
    border-inline: 1px solid var(--aks-border);
    -moz-appearance: textfield; }
  /* line 1595, theme.scss */
  .aks-quantity input::-webkit-outer-spin-button, .aks-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

/* line 1598, theme.scss */
.aks-update-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 13px 20px;
  border: 1px solid transparent;
  font: inherit;
  font-size: var(--aks-fs-sm);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), color 0.18s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.18s cubic-bezier(0.22, 1, 0.36, 1);
  margin: 16px 0;
  background: var(--aks-green);
  color: #fff; }
  /* line 1603, theme.scss */
  .aks-update-cart:hover {
    background: #234e3f; }

/* line 1605, theme.scss */
[data-cart-form].is-live .aks-update-cart {
  display: none; }

/* line 1606, theme.scss */
[data-cart-form][aria-busy='true'] {
  opacity: .55;
  pointer-events: none; }

/* line 1608, theme.scss */
.aks-continue {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid var(--aks-green);
  color: var(--aks-green);
  text-decoration: none; }

/* line 1610, theme.scss */
.aks-order-summary {
  background: var(--aks-green);
  color: #fff;
  padding: 32px;
  position: sticky;
  top: 20px;
  transition: opacity 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
  /* line 1618, theme.scss */
  .aks-order-summary h2 {
    font-size: var(--aks-fs-h2);
    margin-top: 0; }
  /* line 1619, theme.scss */
  .aks-order-summary > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0; }
  /* line 1620, theme.scss */
  .aks-order-summary > div > span {
    flex: none; }
  /* line 1621, theme.scss */
  .aks-order-summary > div > b, .aks-order-summary > div > strong {
    max-width: 64%;
    line-height: 1.35;
    text-align: right; }
  /* line 1622, theme.scss */
  .aks-order-summary hr {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 8px 0; }
  /* line 1623, theme.scss */
  .aks-order-summary .aks-total strong {
    font-size: 1.5rem; }
  /* line 1624, theme.scss */
  .aks-order-summary p {
    font-size: var(--aks-fs-xs);
    color: rgba(255, 255, 255, 0.75); }

/* line 1626, theme.scss */
.aks-order-summary[aria-busy='true'] {
  opacity: .72; }

/* line 1627, theme.scss */
.aks-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 13px 20px;
  border: 1px solid transparent;
  font: inherit;
  font-size: var(--aks-fs-sm);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), color 0.18s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.18s cubic-bezier(0.22, 1, 0.36, 1);
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
  background: var(--aks-mint);
  color: #0f2c20;
  margin: 20px 0; }
  /* line 1636, theme.scss */
  .aks-checkout > span {
    display: grid;
    gap: 2px;
    text-align: left; }
  /* line 1637, theme.scss */
  .aks-checkout b {
    font-size: 13px;
    line-height: 1.25; }
  /* line 1638, theme.scss */
  .aks-checkout small {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.25; }
  /* line 1639, theme.scss */
  .aks-checkout .aks-icon {
    flex: none; }
  /* line 1640, theme.scss */
  .aks-checkout:hover {
    background: #40cd89; }

/* line 1644, theme.scss */
.aks-empty-state {
  background: #fff;
  padding: clamp(45px, 8vw, 70px) var(--aks-gutter);
  text-align: center; }
  /* line 1649, theme.scss */
  .aks-empty-state h2 {
    font-size: var(--aks-fs-h2);
    margin: 0 0 10px; }
  /* line 1650, theme.scss */
  .aks-empty-state p {
    color: var(--aks-text-muted);
    margin: 0 0 22px; }
  /* line 1651, theme.scss */
  .aks-empty-state .aks-button {
    display: inline-flex; }

/* line 1653, theme.scss */
.aks-catalog-empty-popular {
  display: none !important; }

/* line 1654, theme.scss */
.aks-catalog-empty-state__visual {
  display: grid;
  place-items: center;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 16px;
  background: #e8f2ec; }

/* line 1663, theme.scss */
.aks-catalog-empty-state__visual img {
  width: 100%;
  height: 100%;
  padding: 16px;
  object-fit: contain;
  mix-blend-mode: multiply; }

/* line 1670, theme.scss */
.aks-catalog-empty-state .aks-catalog-empty-state__contact {
  margin-top: 10px;
  color: var(--aks-text);
  font-weight: 650; }

/* line 1675, theme.scss */
.aks-catalog-empty-state__contact a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--aks-green);
  text-decoration: underline;
  text-underline-offset: 3px; }

@media (max-width: 720px) {
  /* line 1684, theme.scss */
  .aks-catalog-empty-state__visual {
    width: 120px;
    height: 120px; }

  /* line 1685, theme.scss */
  .aks-catalog-empty-state__visual img {
    padding: 10px; } }
/* line 1687, theme.scss */
.aks-cart-page > .aks-empty-state {
  width: min(100%, 920px);
  margin-inline: auto;
  padding: clamp(38px, 5vw, 54px) clamp(24px, 6vw, 72px);
  border: 1px solid var(--aks-border);
  border-radius: 18px;
  background: #edf5f0; }
  /* line 1695, theme.scss */
  .aks-cart-page > .aks-empty-state h2 {
    font-size: clamp(1.55rem, 2.4vw, 2rem); }
  /* line 1696, theme.scss */
  .aks-cart-page > .aks-empty-state p {
    max-width: 42ch;
    margin-inline: auto;
    line-height: 1.55; }

/* line 1698, theme.scss */
.aks-favorites-page .aks-empty-state,
.aks-compare-page > .aks-empty-state {
  width: min(100%, 720px);
  margin-inline: auto;
  padding: clamp(38px, 5vw, 54px) clamp(24px, 6vw, 64px);
  border: 1px solid var(--aks-border);
  border-radius: 18px;
  background: #edf5f0; }
  /* line 1707, theme.scss */
  .aks-favorites-page .aks-empty-state h2,
  .aks-compare-page > .aks-empty-state h2 {
    font-size: clamp(1.55rem, 2.4vw, 2rem); }
  /* line 1708, theme.scss */
  .aks-favorites-page .aks-empty-state p,
  .aks-compare-page > .aks-empty-state p {
    max-width: 42ch;
    margin-inline: auto;
    line-height: 1.55; }

/* line 1710, theme.scss */
.aks-search-page {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px; }
  /* line 1716, theme.scss */
  .aks-search-page input {
    flex: 1;
    min-width: 200px;
    padding: 16px; }
  /* line 1717, theme.scss */
  .aks-search-page button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 13px 20px;
    border: 1px solid transparent;
    font: inherit;
    font-size: var(--aks-fs-sm);
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), color 0.18s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.18s cubic-bezier(0.22, 1, 0.36, 1);
    padding-inline: 28px;
    background: var(--aks-green);
    color: #fff; }
    /* line 1718, theme.scss */
    .aks-search-page button:hover {
      background: #234e3f; }

/* line 1720, theme.scss */
.aks-list-page > .aks-catalog-grid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }

/* line 1721, theme.scss */
.aks-search-summary {
  margin: -8px 0 20px;
  color: var(--aks-text-muted);
  font-size: var(--aks-fs-sm); }

/* line 1724, theme.scss */
.aks-compare-start {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
  max-width: 960px; }
  /* line 1731, theme.scss */
  .aks-compare-start__product {
    overflow: hidden;
    border: 1px solid var(--aks-border);
    border-radius: 16px;
    background: #fff; }
  /* line 1737, theme.scss */
  .aks-compare-start__message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 320px;
    padding: clamp(28px, 5vw, 56px);
    border-radius: 18px;
    background: var(--aks-mint-soft); }
    /* line 1747, theme.scss */
    .aks-compare-start__message h2 {
      max-width: 18ch;
      margin: 9px 0 12px;
      font-size: clamp(1.55rem, 3vw, 2.35rem);
      line-height: 1.08; }
    /* line 1748, theme.scss */
    .aks-compare-start__message p {
      max-width: 52ch;
      margin: 0 0 24px;
      color: var(--aks-text-muted);
      line-height: 1.55; }

/* line 1751, theme.scss */
.aks-compare-table {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 320px);
  justify-content: start;
  overflow-x: auto;
  gap: 12px;
  padding-bottom: 12px;
  background: transparent;
  scroll-snap-type: x proximity;
  scrollbar-color: #b8c8c0 transparent;
  scrollbar-width: thin; }
  /* line 1764, theme.scss */
  .aks-compare-table > .aks-compare-col {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--aks-border);
    border-radius: 16px;
    background: #fff;
    scroll-snap-align: start; }
  /* line 1772, theme.scss */
  .aks-compare-table .aks-product-card:hover {
    box-shadow: none; }

/* line 1774, theme.scss */
.aks-compare-properties {
  margin: 0;
  padding: 15px; }
  /* line 1778, theme.scss */
  .aks-compare-properties div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: var(--aks-fs-xs);
    border-bottom: 1px solid var(--aks-border);
    padding: 10px 0; }
  /* line 1779, theme.scss */
  .aks-compare-properties dt {
    color: var(--aks-text-muted); }
  /* line 1780, theme.scss */
  .aks-compare-properties dd {
    margin: 0;
    font-weight: 600;
    text-align: right; }

@media (min-width: 1025px) {
  /* line 1784, theme.scss */
  .aks-compare-table:has(> .aks-compare-col:nth-child(2):last-child) {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(280px, 400px));
    justify-content: center; }

  /* line 1789, theme.scss */
  .aks-compare-table:has(> .aks-compare-col:nth-child(3):last-child) {
    grid-auto-flow: row;
    grid-template-columns: repeat(3, minmax(280px, 400px));
    justify-content: center; }

  /* line 1794, theme.scss */
  .aks-compare-table:has(> .aks-compare-col:nth-child(4):last-child) {
    grid-auto-flow: row;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch; }

  /* line 1799, theme.scss */
  .aks-compare-table .aks-product-media {
    aspect-ratio: 4 / 3; } }
/* line 1803, theme.scss */
.aks-text-page > .editor-content {
  background: #fff;
  max-width: 1000px;
  padding: clamp(28px, 4vw, 45px);
  margin: auto;
  border-radius: 16px; }

/* line 1804, theme.scss */
.aks-service-page .editor-content a {
  display: inline-block;
  min-height: 24px; }

/* line 1806, theme.scss */
.aks-service-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto 10px; }
  /* line 1813, theme.scss */
  .aks-service-summary > div, .aks-service-summary > a {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    column-gap: 14px;
    min-height: 154px;
    padding: 24px;
    border-radius: 14px;
    background: var(--aks-mint-soft);
    color: var(--aks-text); }
  /* line 1825, theme.scss */
  .aks-service-summary .aks-icon {
    grid-column: 1;
    grid-row: 1 / 4;
    width: 26px;
    height: 26px;
    margin-top: 2px;
    color: var(--aks-green); }
  /* line 1826, theme.scss */
  .aks-service-summary span {
    grid-column: 2;
    font-size: var(--aks-fs-xs);
    color: #43564f; }
  /* line 1827, theme.scss */
  .aks-service-summary strong {
    grid-column: 2;
    align-self: end;
    font-size: clamp(1.05rem, 1.7vw, 1.35rem);
    line-height: 1.2; }
  /* line 1828, theme.scss */
  .aks-service-summary small {
    grid-column: 2;
    align-self: start;
    margin-top: 7px;
    color: #43564f;
    line-height: 1.45; }
  /* line 1829, theme.scss */
  .aks-service-summary > a {
    transition: background 0.18s cubic-bezier(0.22, 1, 0.36, 1), color 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
  /* line 1830, theme.scss */
  .aks-service-summary > a:hover {
    background: var(--aks-mint);
    color: var(--aks-green); }

/* line 1833, theme.scss */
.aks-service-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1000px;
  margin: 10px auto 0;
  padding: 22px 26px;
  border-radius: 16px;
  background: var(--aks-green);
  color: #fff; }
  /* line 1845, theme.scss */
  .aks-service-help > div {
    display: grid;
    gap: 3px; }
  /* line 1846, theme.scss */
  .aks-service-help strong {
    font-size: 1.15rem; }
  /* line 1847, theme.scss */
  .aks-service-help span {
    color: rgba(255, 255, 255, 0.72);
    font-size: var(--aks-fs-sm); }
  /* line 1848, theme.scss */
  .aks-service-help .aks-button {
    flex: 0 0 auto;
    background: #fff;
    color: var(--aks-green); }

/* line 1851, theme.scss */
.aks-personal-data {
  max-width: 1000px;
  margin: 10px auto 0;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 16px;
  background: var(--aks-surface-2);
  scroll-margin-top: 24px; }
  /* line 1859, theme.scss */
  .aks-personal-data h2 {
    margin: 0 0 14px;
    font-size: var(--aks-fs-h2); }
  /* line 1860, theme.scss */
  .aks-personal-data p {
    max-width: 76ch;
    margin: 0 0 10px;
    color: var(--aks-text-muted);
    line-height: 1.7; }
  /* line 1861, theme.scss */
  .aks-personal-data a {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    color: var(--aks-green);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px; }
  /* line 1862, theme.scss */
  .aks-personal-data:focus {
    outline: 3px solid var(--aks-mint);
    outline-offset: 3px; }

/* line 1865, theme.scss */
.aks-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 12px; }
  /* line 1870, theme.scss */
  .aks-blog-grid article {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    padding: 0 0 24px;
    border: 1px solid var(--aks-border);
    border-radius: 16px;
    background: #f2f6f3;
    transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
    /* line 1880, theme.scss */
    .aks-blog-grid article:hover {
      transform: translateY(-3px);
      border-color: #bfd4c9;
      box-shadow: 0 16px 38px rgba(18, 59, 47, 0.09); }
  /* line 1882, theme.scss */
  .aks-blog-grid h2 {
    margin: 8px 18px;
    font-size: clamp(1.18rem, 1.6vw, 1.4rem);
    line-height: 1.28; }
  /* line 1883, theme.scss */
  .aks-blog-grid h2 a:hover {
    color: var(--aks-green); }
  /* line 1884, theme.scss */
  .aks-blog-grid small {
    margin: 18px 18px 0;
    font-size: var(--aks-fs-xs);
    color: var(--aks-text-muted); }
  /* line 1885, theme.scss */
  .aks-blog-grid p {
    margin: 4px 18px 16px;
    font-size: var(--aks-fs-sm);
    line-height: 1.6;
    color: var(--aks-text-muted); }
  /* line 1886, theme.scss */
  .aks-blog-grid article > a:last-child {
    min-height: 44px;
    margin: auto 18px 0;
    padding-top: 8px;
    font-weight: 700; }

@media (min-width: 1100px) {
  /* line 1889, theme.scss */
  .aks-blog-grid:has(> article:nth-child(5):last-child) {
    grid-template-columns: repeat(6, minmax(0, 1fr)); }
    /* line 1892, theme.scss */
    .aks-blog-grid:has(> article:nth-child(5):last-child) > article {
      grid-column: span 2; }
    /* line 1893, theme.scss */
    .aks-blog-grid:has(> article:nth-child(5):last-child) > article:nth-last-child(-n + 2) {
      grid-column: span 3; }
    /* line 1894, theme.scss */
    .aks-blog-grid:has(> article:nth-child(5):last-child) > article:nth-last-child(-n + 2) .aks-blog-image {
      height: 260px;
      aspect-ratio: auto; } }
/* line 1897, theme.scss */
.aks-blog-grid > .aks-empty-state {
  grid-column-start: 1;
  grid-column-end: -1; }

/* line 1898, theme.scss */
.aks-blog-image {
  aspect-ratio: 16 / 10;
  display: block;
  overflow: hidden;
  background: #e4eee8; }
  /* line 1899, theme.scss */
  .aks-blog-image img {
    width: 100%;
    height: 100%;
    padding: 20px 24px;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
  /* line 1900, theme.scss */
  .aks-blog-image img[data-aks-blog-fallback="true"] {
    display: block;
    width: min(calc(100% - 48px), 480px);
    height: calc(100% - 40px);
    margin: 20px auto;
    padding: 0; }
  /* line 1901, theme.scss */
  .aks-blog-image:hover img {
    transform: scale(1.04); }

/* line 1903, theme.scss */
.aks-article-page > header {
  max-width: 1050px;
  margin: 0 auto 32px; }
  /* line 1904, theme.scss */
  .aks-article-page > header span {
    font-size: var(--aks-fs-xs);
    color: var(--aks-text-muted); }
  /* line 1905, theme.scss */
  .aks-article-page > header h1 {
    font-size: var(--aks-fs-h1);
    margin: 12px 0; }
  /* line 1906, theme.scss */
  .aks-article-page > header p {
    color: var(--aks-text-muted); }

/* line 1907, theme.scss */
.aks-article-cover {
  --aks-article-cover-pad: clamp(18px, 3vw, 34px);
  display: grid;
  position: relative;
  width: min(100%, 1000px);
  aspect-ratio: 16 / 7;
  place-items: center;
  overflow: hidden;
  margin: 0 auto 30px;
  border-radius: 18px;
  background: #e4eee8; }
  /* line 1919, theme.scss */
  .aks-article-cover > img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    padding: var(--aks-article-cover-pad);
    object-fit: contain;
    mix-blend-mode: multiply; }
  /* line 1920, theme.scss */
  .aks-article-cover > img[data-aks-article-fallback="true"] {
    inset: 50% auto auto 50%;
    width: min(calc(100% - 48px), 480px);
    height: calc(100% - (var(--aks-article-cover-pad) * 2));
    padding: 0;
    transform: translate(-50%, -50%); }

/* line 1922, theme.scss */
.aks-article-page > .editor-content {
  background: #fff;
  padding: clamp(24px, 4vw, 50px);
  max-width: 900px;
  margin: auto; }

/* line 1923, theme.scss */
.aks-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  max-width: 900px;
  margin: 24px auto 0;
  color: var(--aks-green); }

/* line 1926, theme.scss */
.aks-promotions {
  padding: var(--aks-section-gap) var(--aks-gutter); }

/* line 1927, theme.scss */
.aks-promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px; }
  /* line 1932, theme.scss */
  .aks-promo-grid a {
    min-height: 240px;
    padding: 24px;
    background: var(--aks-blue);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1); }
    /* line 1939, theme.scss */
    .aks-promo-grid a:nth-child(2) {
      background: var(--aks-sand); }
    /* line 1940, theme.scss */
    .aks-promo-grid a:nth-child(3) {
      background: var(--aks-mint-soft); }
  /* line 1942, theme.scss */
  .aks-promo-grid h3 {
    font-size: var(--aks-fs-h3);
    margin: auto 0 8px; }
  /* line 1943, theme.scss */
  .aks-promo-grid p {
    font-size: var(--aks-fs-sm);
    line-height: 1.5;
    margin: 0; }

@media (prefers-reduced-motion: no-preference) {
  /* line 1946, theme.scss */
  .aks-promo-grid a:hover {
    box-shadow: 0 20px 40px -16px rgba(14, 31, 25, 0.22);
    transform: translateY(-3px); } }
/* line 1950, theme.scss */
.aks-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  padding: 25px 0; }
  /* line 1957, theme.scss */
  .aks-pagination a, .aks-pagination span {
    min-width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--aks-border);
    background: #fff;
    font-size: var(--aks-fs-sm); }
  /* line 1964, theme.scss */
  .aks-pagination a:hover {
    border-color: var(--aks-green); }
  /* line 1965, theme.scss */
  .aks-pagination .is-current {
    background: var(--aks-green);
    border-color: var(--aks-green);
    color: #fff; }

/* line 1969, theme.scss */
.aks-not-found > span {
  font-size: 72px;
  font-weight: 700;
  color: var(--aks-mint);
  display: block; }

/* line 1972, theme.scss */
.aks-toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 9000;
  transform: translate(-50%, 20px);
  max-width: clamp(240px, 92vw, 420px);
  padding: 14px 20px;
  background: var(--aks-green);
  color: #fff;
  border-radius: var(--aks-radius-lg);
  box-shadow: 0 18px 44px rgba(14, 31, 25, 0.28);
  font-size: var(--aks-fs-sm);
  opacity: 0;
  transition: opacity 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1); }
  /* line 1988, theme.scss */
  .aks-toast.is-shown {
    opacity: 1;
    transform: translate(-50%, 0); }

@media (prefers-reduced-motion: reduce) {
  /* line 1991, theme.scss */
  .aks-toast {
    transition: opacity 0.18s linear;
    transform: translate(-50%, 0); } }
/* line 1995, theme.scss */
.page_layout-clear .aks-filters,
.page_layout-clear .aks-product-buy,
.page_layout-clear .aks-product-description > aside,
.page_layout-clear .aks-order-summary {
  display: block; }

/* line 1999, theme.scss */
.page_layout-clear .aks-product-description.is-description-empty > aside {
  display: grid; }

/* line 2001, theme.scss */
.page_layout.page_layout_sticky_right {
  display: block !important; }
  /* line 2002, theme.scss */
  .page_layout.page_layout_sticky_right > main {
    width: 100% !important;
    max-width: none !important; }
  /* line 2003, theme.scss */
  .page_layout.page_layout_sticky_right > aside {
    display: none !important; }

@media (max-width: 1180px) {
  /* line 2010, theme.scss */
  .aks-product-grid,
  .aks-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }

  /* line 2012, theme.scss */
  .aks-product-description {
    grid-template-columns: 1fr; }

  /* line 2013, theme.scss */
  .aks-cart-layout {
    grid-template-columns: 1fr; }

  /* line 2014, theme.scss */
  .aks-order-summary {
    position: static; } }
@media (max-width: 880px) {
  /* line 2018, theme.scss */
  .aks-product-layout {
    grid-template-columns: minmax(0, 0.78fr) minmax(390px, 1.22fr); }

  /* line 2019, theme.scss */
  .aks-product-intro {
    padding: 24px 22px 0; }

  /* line 2020, theme.scss */
  .aks-product-buy {
    padding: 14px 22px 28px; }

  /* line 2021, theme.scss */
  .aks-gallery {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
    padding: 16px; }
    /* line 2026, theme.scss */
    .aks-gallery nav {
      gap: 6px; }
    /* line 2027, theme.scss */
    .aks-gallery nav button {
      height: 56px; }

  /* line 2029, theme.scss */
  .aks-main-photo {
    max-height: 440px; } }
@media (max-width: 767px) {
  /* line 2033, theme.scss */
  .aks-product-description.has-editorial-fallback {
    padding-inline: 8px; }

  /* line 2034, theme.scss */
  .aks-product-description.has-editorial-fallback > div,
  .aks-product-description.has-editorial-fallback > aside {
    padding: 22px 16px; }

  /* line 2036, theme.scss */
  .aks-product-description__lead {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.55; }

  /* line 2037, theme.scss */
  .aks-product-guide {
    grid-template-columns: 1fr; }

  /* line 2038, theme.scss */
  .aks-product-guide article {
    padding: 16px; }

  /* line 2039, theme.scss */
  .aks-product-guide article > span {
    margin-bottom: 14px; }

  /* line 2040, theme.scss */
  .aks-product-description__links {
    margin-top: 14px; } }
/* Editorial continuation of the root catalog. It uses only available products
   and the existing store journal, so the category map becomes a full storefront. */
/* line 2045, theme.scss */
.aks-catalog-curation {
  border-top: 1px solid var(--aks-border);
  background: linear-gradient(180deg, #f8faf9 0, #fff 42%); }

/* line 2049, theme.scss */
.aks-catalog-featured {
  padding-top: clamp(46px, 6vw, 76px);
  padding-bottom: clamp(34px, 5vw, 60px); }

/* line 2053, theme.scss */
.aks-catalog-curation__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--aks-text-muted);
  font-size: var(--aks-fs-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em; }

/* line 2062, theme.scss */
.aks-catalog-featured .aks-section-title {
  align-items: end; }

/* line 2063, theme.scss */
.aks-catalog-featured .aks-product-grid {
  padding-bottom: 8px; }

/* line 2064, theme.scss */
.aks-catalog-journal {
  padding-top: 18px;
  padding-bottom: clamp(54px, 7vw, 86px); }

@media (min-width: 1181px) {
  /* line 2067, theme.scss */
  .aks-catalog-featured .aks-product-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    overflow: visible; }

  /* line 2073, theme.scss */
  .aks-catalog-featured .aks-product-card {
    width: auto;
    min-width: 0; } }
@media (max-width: 720px) {
  /* line 2077, theme.scss */
  .aks-catalog-featured {
    padding-top: 38px;
    padding-bottom: 28px; }

  /* line 2078, theme.scss */
  .aks-catalog-featured .aks-section-title {
    align-items: flex-start;
    gap: 12px; }

  /* line 2079, theme.scss */
  .aks-catalog-featured .aks-section-title > a {
    min-height: 44px; }

  /* line 2080, theme.scss */
  .aks-catalog-journal {
    padding-top: 10px;
    padding-bottom: 48px; } }
@media (max-width: 720px) {
  /* line 2084, theme.scss */
  .aks-product-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto; }

  /* line 2085, theme.scss */
  .aks-product-intro {
    grid-column: 1;
    grid-row: auto;
    order: 1;
    padding-bottom: 22px; }

  /* line 2086, theme.scss */
  .aks-gallery {
    grid-column: 1;
    grid-row: auto;
    order: 2; }

  /* line 2087, theme.scss */
  .aks-product-buy {
    grid-column: 1;
    grid-row: auto;
    order: 3; }

  /* line 2088, theme.scss */
  .aks-main-photo {
    aspect-ratio: 16 / 11; } }
@media (min-width: 1600px) {
  /* line 2092, theme.scss */
  .aks-product-grid,
  .aks-catalog-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)); } }
@media (min-width: 2200px) {
  /* line 2097, theme.scss */
  .aks-product-grid,
  .aks-catalog-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr)); } }
@media (max-width: 1024px) {
  /* line 2102, theme.scss */
  .aks-district {
    grid-template-columns: 1fr; }

  /* line 2103, theme.scss */
  .aks-district-map {
    grid-template-columns: repeat(2, 1fr); }

  /* line 2104, theme.scss */
  .aks-dr-0, .aks-dr-4 {
    grid-column: auto;
    grid-row: auto; }

  /* line 2105, theme.scss */
  .aks-catalog-body {
    grid-template-columns: 1fr; }

  /* line 2106, theme.scss */
  .aks-filters > summary {
    display: flex; }

  /* line 2107, theme.scss */
  .aks-filters:not([open]) > form {
    display: none; }

  /* line 2108, theme.scss */
  .aks-page-heading, .aks-cart-heading {
    grid-template-columns: 1fr; }

  /* line 2109, theme.scss */
  .aks-page-heading > .aks-heading-actions {
    grid-column: 1;
    grid-row: auto;
    justify-content: space-between;
    margin-top: 4px; }

  /* line 2110, theme.scss */
  .aks-home-store {
    grid-template-columns: 1fr; }

  /* line 2111, theme.scss */
  .aks-home-store__place {
    min-height: 280px; }

  /* line 2112, theme.scss */
  .aks-home-about__inner {
    grid-template-columns: 1fr; }

  /* line 2113, theme.scss */
  .aks-home-about h2 {
    max-width: 18ch; }

  /* line 2114, theme.scss */
  .aks-footer {
    grid-template-columns: 1fr 1fr; } }
@media (max-width: 720px) {
  /* line 2118, theme.scss */
  :root {
    --aks-gutter: clamp(14px, 4.2vw, 18px);
    --aks-section-gap: 38px; }

  /* line 2123, theme.scss */
  .aks-service-summary {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 8px;
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none; }

  /* line 2131, theme.scss */
  .aks-service-summary::-webkit-scrollbar {
    display: none; }

  /* line 2132, theme.scss */
  .aks-service-summary > div, .aks-service-summary > a {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 12px;
    min-height: 108px;
    padding: 18px;
    scroll-snap-align: none; }

  /* line 2139, theme.scss */
  .aks-service-summary .aks-icon {
    width: 23px;
    height: 23px; }

  /* line 2140, theme.scss */
  .aks-service-help {
    align-items: stretch;
    flex-direction: column;
    padding: 22px; }

  /* line 2141, theme.scss */
  .aks-product-description.is-description-empty > aside {
    grid-template-columns: 1fr;
    gap: 18px; }

  /* line 2145, theme.scss */
  .aks-product-description.is-description-empty > aside p {
    padding: 14px 0 0;
    border-top: 1px solid var(--aks-border);
    border-left: 0; }

  /* line 2146, theme.scss */
  .aks-service-help .aks-button {
    width: 100%; }

  /* line 2147, theme.scss */
  .aks-home-journal .aks-section-heading {
    align-items: start; }

  /* line 2148, theme.scss */
  .aks-home-journal__grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(270px, 84vw);
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: none; }

  /* line 2157, theme.scss */
  .aks-home-journal__grid::-webkit-scrollbar {
    display: none; }

  /* line 2158, theme.scss */
  .aks-home-journal article {
    scroll-snap-align: start; }

  /* line 2159, theme.scss */
  .aks-home-store__content, .aks-home-store__place {
    padding: 28px 22px; }

  /* line 2160, theme.scss */
  .aks-home-store dl {
    grid-template-columns: 1fr; }

  /* line 2161, theme.scss */
  .aks-home-store__place {
    min-height: 245px; }

  /* line 2162, theme.scss */
  .aks-home-about__inner {
    gap: 24px;
    padding: 28px 22px;
    border-radius: 16px; }

  /* line 2163, theme.scss */
  .aks-home-about__content {
    grid-template-columns: 1fr;
    gap: 16px; }

  /* line 2164, theme.scss */
  .aks-home-about__actions {
    grid-column: 1;
    align-items: stretch;
    padding-top: 6px; }

  /* line 2165, theme.scss */
  .aks-home-about__actions .aks-button {
    width: 100%;
    min-width: 0; }

  /* line 2167, theme.scss */
  .aks-utility {
    display: none; }

  /* line 2168, theme.scss */
  .aks-header-main {
    min-height: 64px;
    gap: 8px; }

  /* line 2169, theme.scss */
  .aks-logo {
    width: clamp(96px, 26vw, 112px); }

  /* line 2170, theme.scss */
  .aks-search {
    position: relative;
    flex: 0 0 44px;
    min-height: 44px;
    padding-inline: 12px; }

  /* line 2176, theme.scss */
  .aks-search input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0;
    cursor: pointer; }

  /* line 2185, theme.scss */
  .aks-search:focus-within {
    position: absolute;
    inset-inline: var(--aks-gutter);
    z-index: 4;
    width: auto; }

  /* line 2191, theme.scss */
  .aks-search:focus-within input {
    position: static;
    width: 100%;
    height: auto;
    opacity: 1;
    cursor: text; }

  /* line 2198, theme.scss */
  .aks-catalog-toggle {
    min-height: 44px;
    min-width: 44px;
    padding-inline: 0; }
    /* line 2198, theme.scss */
    .aks-catalog-toggle span {
      display: none; }

  /* line 2199, theme.scss */
  .aks-header-actions a {
    min-width: 44px; }
    /* line 2199, theme.scss */
    .aks-header-actions a span {
      display: none; }

  /* line 2200, theme.scss */
  .aks-header-actions .aks-action-count {
    right: 2px; }

  /* line 2202, theme.scss */
  .aks-bundle {
    grid-template-columns: 1fr;
    gap: 22px; }

  /* line 2203, theme.scss */
  .aks-bundle-products {
    margin: 4px 0; }

  /* line 2204, theme.scss */
  .aks-benefits > div {
    border-right: 0;
    border-bottom: 1px solid var(--aks-border); }

  /* line 2205, theme.scss */
  .aks-footer {
    grid-template-columns: 1fr; }

  /* line 2206, theme.scss */
  .aks-footer > div {
    flex-direction: column; }

  /* line 2208, theme.scss */
  .aks-product-grid, .aks-catalog-grid,
  .aks-list-page > .aks-catalog-grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 2210, theme.scss */
  .aks-product-card {
    padding: 0; }

  /* line 2211, theme.scss */
  .aks-compare-start {
    grid-template-columns: 1fr; }

  /* line 2212, theme.scss */
  .aks-compare-start__message {
    order: -1;
    min-height: 0;
    padding: 28px 24px; }

  /* line 2213, theme.scss */
  .aks-compare-table {
    grid-auto-columns: minmax(240px, 78vw); }

  /* line 2215, theme.scss */
  .aks-cart-list article {
    grid-template-columns: 84px 1fr;
    grid-auto-rows: min-content; }

  /* line 2216, theme.scss */
  .aks-cart-photo {
    grid-row-start: 1;
    grid-row-end: 3; }

  /* line 2217, theme.scss */
  .aks-cart-list article > strong {
    grid-column: 2;
    text-align: left; }

  /* line 2218, theme.scss */
  .aks-quantity {
    grid-column: 2; }

  /* line 2220, theme.scss */
  .aks-gallery {
    grid-template-columns: 1fr; }
    /* line 2220, theme.scss */
    .aks-gallery nav {
      flex-direction: row;
      overflow-x: auto; }

  /* line 2221, theme.scss */
  .aks-buy-actions {
    grid-template-columns: 1fr; } }
@media (max-width: 420px) {
  /* line 2225, theme.scss */
  .aks-product-grid, .aks-catalog-grid,
  .aks-list-page > .aks-catalog-grid {
    grid-template-columns: 1fr; }

  /* line 2227, theme.scss */
  .aks-district-map {
    grid-template-columns: 1fr; }

  /* line 2228, theme.scss */
  .aks-district-room p {
    display: none; }

  /* line 2229, theme.scss */
  .aks-product-meta {
    gap: 6px 12px; } }
@media (max-width: 480px) {
  /* line 2233, theme.scss */
  .aks-catalog-body .aks-catalog-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px; } }
@media (max-width: 360px) {
  /* line 2240, theme.scss */
  .aks-header-actions a:first-child {
    display: none; } }
@media print {
  /* line 2247, theme.scss */
  .aks-header, .aks-footer-wrap, .aks-breadcrumbs,
  .aks-favorite, .aks-compare-toggle, .aks-buy-actions,
  .aks-order-summary .aks-checkout, .aks-add {
    display: none !important; }

  /* line 2250, theme.scss */
  body {
    background: #fff; }

  /* line 2251, theme.scss */
  .aks-product-layout, .aks-product-card {
    break-inside: avoid; }

  /* line 2252, theme.scss */
  a {
    text-decoration: underline; } }
/* line 2256, theme.scss */
.aks-header .aks-logo img {
  height: auto;
  object-fit: contain; }

/* line 2257, theme.scss */
.aks-shortcuts {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 var(--aks-gutter);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  overflow-x: auto;
  scrollbar-width: none;
  overscroll-behavior-inline: contain; }
  /* line 2266, theme.scss */
  .aks-shortcuts a {
    flex: none;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    color: #eef6f1;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none; }
  /* line 2267, theme.scss */
  .aks-shortcuts a:hover {
    color: var(--aks-mint); }
  /* line 2268, theme.scss */
  .aks-shortcuts a:focus-visible {
    outline: 2px solid var(--aks-mint);
    outline-offset: -2px; }

/* line 2270, theme.scss */
.aks-shortcuts::-webkit-scrollbar {
  display: none; }

/* line 2271, theme.scss */
.aks-search input {
  min-width: 0;
  caret-color: var(--aks-green); }

/* line 2272, theme.scss */
.aks-search input::placeholder {
  color: #586760;
  opacity: 1; }

/* line 2273, theme.scss */
.aks-filters__availability {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin: 14px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f1f6f3;
  color: var(--aks-text);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer; }

/* line 2287, theme.scss */
.aks-filters__availability input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--aks-green); }

/* line 2288, theme.scss */
.aks-header .aks-catalog-close,
.aks-header .aks-catalog-back {
  width: 44px;
  height: 44px; }

/* line 2290, theme.scss */
.aks-header .aks-catalog-menu {
  max-height: calc(100dvh - 180px); }

/* line 2291, theme.scss */
.aks-header .aks-catalog-links a {
  padding-block: 4px; }

/* line 2292, theme.scss */
.aks-section-title > a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  white-space: nowrap; }

/* line 2293, theme.scss */
.aks-quick {
  padding-top: 30px;
  padding-bottom: 12px; }

/* line 2294, theme.scss */
.aks-quick .aks-quick-row {
  gap: 22px;
  padding-bottom: 16px; }

/* line 2295, theme.scss */
.aks-quick a {
  width: 136px;
  text-align: center;
  align-items: center; }

/* line 2296, theme.scss */
.aks-quick img,
.aks-quick .aks-quick-placeholder {
  height: 112px;
  padding: 12px;
  background: var(--aks-surface-2);
  border-radius: 16px; }

/* line 2298, theme.scss */
.aks-quick a > span {
  color: var(--aks-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35; }

/* line 2299, theme.scss */
.aks-quick a:hover img {
  transform: translateY(-3px); }

/* line 2300, theme.scss */
.aks-catalog-hero__row h1 {
  font-size: 36px;
  line-height: 1.15; }

/* line 2301, theme.scss */
.aks-catalog-hero__back,
.aks-filters__reset {
  display: inline-flex;
  align-items: center;
  min-height: 24px; }

/* line 2303, theme.scss */
.aks-catalog-grid,
.aks-product-grid,
.aks-results,
.aks-shelf,
.aks-gallery,
.aks-main-photo,
.aks-product-buy,
.layout__content {
  min-width: 0; }

/* line 2311, theme.scss */
.aks-shelf .aks-product-grid {
  max-width: 100%; }

/* line 2312, theme.scss */
.aks-product-card {
  padding-bottom: 4px; }

/* line 2313, theme.scss */
.aks-product-card .aks-product-title {
  display: block;
  overflow: visible;
  min-height: 4.2em;
  font-size: 14px;
  line-height: 1.4; }

/* line 2314, theme.scss */
.aks-product-card .aks-product-media {
  background: var(--aks-surface-2); }

/* line 2315, theme.scss */
.aks-product-card .aks-product-media img {
  padding: 12px 16px;
  mix-blend-mode: multiply; }

/* line 2316, theme.scss */
.aks-product-card .aks-favorite,
.aks-product-card .aks-compare-toggle {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 12px; }

/* line 2318, theme.scss */
.aks-card-price-row {
  flex-wrap: wrap;
  align-items: center;
  row-gap: 12px; }

/* line 2319, theme.scss */
.aks-card-price strong {
  white-space: nowrap;
  font-variant-numeric: tabular-nums; }

/* line 2320, theme.scss */
.aks-product-card .aks-add {
  min-height: 44px;
  border-radius: 10px; }

/* line 2321, theme.scss */
.aks-product-card .aks-notify-trigger {
  max-width: none;
  min-height: 44px; }

/* line 2322, theme.scss */
.aks-gallery {
  grid-template-columns: 64px minmax(0, 1fr);
  border-radius: 16px; }

/* line 2323, theme.scss */
.aks-gallery nav {
  min-width: 0; }

/* line 2324, theme.scss */
.aks-gallery nav button {
  flex: none;
  width: 64px;
  height: 64px;
  border-radius: 8px; }

/* line 2325, theme.scss */
.aks-main-photo {
  position: relative;
  width: 100%;
  min-height: 0;
  overflow: hidden; }

/* line 2331, theme.scss */
.aks-main-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: none;
  object-fit: contain; }

/* line 2341, theme.scss */
.aks-main-photo__open {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--aks-green);
  cursor: zoom-in; }

/* line 2353, theme.scss */
.aks-main-photo__open:focus-visible {
  outline: 2px solid var(--aks-green);
  outline-offset: 3px; }

/* line 2354, theme.scss */
.aks-main-photo__zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(24, 53, 43, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 18px rgba(14, 31, 25, 0.1);
  transition: transform .18s ease, box-shadow .18s ease; }

/* line 2369, theme.scss */
.aks-main-photo__zoom svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round; }

/* line 2370, theme.scss */
.aks-main-photo__open:hover .aks-main-photo__zoom {
  transform: translateY(-2px);
  box-shadow: 0 9px 24px rgba(14, 31, 25, 0.16); }

/* line 2371, theme.scss */
html.aks-gallery-dialog-open {
  overflow: hidden; }

/* line 2372, theme.scss */
.aks-gallery-dialog {
  position: fixed;
  inset: 0;
  width: min(1120px, calc(100vw - 32px));
  height: min(900px, calc(100dvh - 32px));
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 22px;
  background: #fff;
  color: var(--aks-text);
  box-shadow: 0 28px 90px rgba(8, 26, 20, 0.28);
  overflow: hidden; }

/* line 2388, theme.scss */
.aks-gallery-dialog::backdrop {
  background: rgba(8, 26, 20, 0.76);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); }

/* line 2389, theme.scss */
.aks-gallery-dialog__panel {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px; }

/* line 2390, theme.scss */
.aks-gallery-dialog figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  min-width: 0;
  height: 100%;
  margin: 0; }

/* line 2391, theme.scss */
.aks-gallery-dialog figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain; }

/* line 2392, theme.scss */
.aks-gallery-dialog figcaption {
  padding-top: 8px;
  color: var(--aks-text-muted);
  font-size: 13px;
  font-weight: 700;
  text-align: center; }

/* line 2393, theme.scss */
.aks-gallery-dialog__close,
.aks-gallery-dialog__arrow {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--aks-border);
  border-radius: 999px;
  background: #fff;
  color: var(--aks-green);
  font: inherit;
  font-size: 24px;
  cursor: pointer; }

/* line 2408, theme.scss */
.aks-gallery-dialog__close:hover,
.aks-gallery-dialog__arrow:hover {
  border-color: var(--aks-green);
  background: var(--aks-mint-soft); }

/* line 2410, theme.scss */
.aks-gallery-dialog__close:focus-visible,
.aks-gallery-dialog__arrow:focus-visible {
  outline: 2px solid var(--aks-green);
  outline-offset: 3px; }

/* line 2412, theme.scss */
.aks-gallery-dialog__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  font-size: 30px;
  font-weight: 300;
  line-height: 1; }

/* line 2413, theme.scss */
.aks-gallery-dialog__arrow {
  justify-self: center; }

/* line 2414, theme.scss */
.aks-gallery-dialog__arrow--prev {
  grid-column: 1; }

/* line 2415, theme.scss */
.aks-gallery-dialog figure {
  grid-column: 2; }

/* line 2416, theme.scss */
.aks-gallery-dialog__arrow--next {
  grid-column: 3; }

@media (max-width: 720px) {
  /* line 2418, theme.scss */
  .aks-gallery-dialog {
    width: 100vw;
    height: 100dvh;
    border-radius: 0; }

  /* line 2419, theme.scss */
  .aks-gallery-dialog__panel {
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    padding: 68px 8px 18px; }

  /* line 2420, theme.scss */
  .aks-gallery-dialog__close {
    top: 12px;
    right: 12px; }

  /* line 2421, theme.scss */
  .aks-gallery-dialog__arrow {
    width: 44px;
    height: 44px; }

  /* line 2422, theme.scss */
  .aks-main-photo__zoom {
    right: 8px;
    bottom: 8px;
    width: 40px;
    height: 40px; } }
/* line 2424, theme.scss */
.aks-product-buy {
  align-self: start; }

/* line 2425, theme.scss */
.aks-product-buy h1 {
  font-size: 28px;
  line-height: 1.25; }

/* line 2426, theme.scss */
.aks-buy-actions button {
  min-height: 50px;
  border-radius: 10px; }

/* line 2427, theme.scss */
.aks-pdp-link {
  min-height: 44px; }

/* line 2428, theme.scss */
.aks-breadcrumbs {
  overflow-wrap: anywhere;
  line-height: 1.5; }

/* line 2429, theme.scss */
.aks-breadcrumbs a {
  text-underline-offset: 4px; }

/* line 2430, theme.scss */
.aks-footer {
  grid-template-columns: minmax(260px, 1.5fr) minmax(160px, 1fr) minmax(180px, 1fr);
  gap: 32px 60px;
  padding-top: 48px; }

/* line 2431, theme.scss */
.aks-footer__group {
  min-width: 0; }

/* line 2432, theme.scss */
.aks-footer__group > summary {
  display: none; }

/* line 2433, theme.scss */
.aks-footer nav {
  display: grid;
  gap: 2px;
  align-content: start; }

/* line 2434, theme.scss */
.aks-footer__group::before {
  display: block;
  margin: 0 0 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 700; }

/* line 2435, theme.scss */
.aks-footer__group:first-of-type::before {
  content: 'Каталог'; }

/* line 2436, theme.scss */
.aks-footer__group:nth-of-type(2)::before {
  content: 'Покупателям'; }

/* line 2437, theme.scss */
.aks-footer nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: #e0ebe5; }

/* line 2438, theme.scss */
.aks-footer-logo {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  min-height: 44px; }

/* line 2439, theme.scss */
.aks-footer-brand {
  max-width: 36ch;
  gap: 18px;
  line-height: 1.65; }

/* line 2440, theme.scss */
.aks-footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  flex-wrap: wrap; }

/* line 2441, theme.scss */
.aks-footer-meta a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #e0ebe5;
  text-decoration: underline;
  text-underline-offset: 4px; }

/* line 2442, theme.scss */
.aks-footer-meta a:hover {
  color: var(--aks-mint); }

/* line 2443, theme.scss */
.aks-stock-dialog__panel {
  border-radius: 16px; }

/* line 2444, theme.scss */
.aks-stock-dialog input {
  font-size: 16px; }

/* line 2445, theme.scss */
.aks-stock-dialog__legal {
  font-size: 12px;
  color: var(--aks-text-muted); }

/* line 2446, theme.scss */
::selection {
  background: #bfe1cf;
  color: #0e1f19; }

@media (max-width: 1024px) {
  /* line 2449, theme.scss */
  .aks-catalog-hero__row h1 {
    font-size: 30px; }

  /* line 2450, theme.scss */
  .aks-gallery {
    max-width: 760px;
    width: 100%;
    margin-inline: auto; }

  /* line 2451, theme.scss */
  .aks-footer {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px; }

  /* line 2452, theme.scss */
  .aks-footer-brand {
    grid-column: 1 / -1; } }
@media (max-width: 900px) {
  /* line 2455, theme.scss */
  .aks-header .aks-catalog-menu {
    max-height: none; }

  /* line 2456, theme.scss */
  .aks-header .aks-catalog-mobile-head {
    grid-template-columns: 44px 1fr 44px; }

  /* line 2457, theme.scss */
  .aks-header .aks-catalog-links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center; } }
@media (max-width: 720px) {
  /* line 2460, theme.scss */
  .page_layout > header {
    height: auto;
    min-height: 0; }

  /* line 2461, theme.scss */
  .aks-header-main {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 8px 10px;
    padding-block: 8px; }

  /* line 2462, theme.scss */
  .aks-header .aks-logo {
    grid-column: 1;
    grid-row: 1;
    width: 108px; }

  /* line 2463, theme.scss */
  .aks-header .aks-catalog-toggle {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    min-width: 44px; }

  /* line 2464, theme.scss */
  .aks-header .aks-header-actions {
    grid-column: 3;
    grid-row: 1;
    margin: 0; }

  /* line 2465, theme.scss */
  .aks-header-actions a {
    min-width: 44px;
    padding-inline: 3px; }

  /* line 2466, theme.scss */
  .aks-header .aks-search,
  .aks-header .aks-search:focus-within {
    grid-column: 1 / -1;
    grid-row: 2;
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 46px;
    padding: 0 14px; }

  /* line 2468, theme.scss */
  .aks-header .aks-search input,
  .aks-header .aks-search:focus-within input {
    position: static;
    opacity: 1;
    width: 100%;
    height: 44px;
    padding: 0;
    cursor: text;
    font-size: 16px; }

  /* line 2470, theme.scss */
  .aks-shortcuts {
    display: none; }

  /* line 2471, theme.scss */
  .aks-shortcuts:not(.is-scroll-end) {
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 30px), transparent 100%);
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 30px), transparent 100%); }

  /* line 2475, theme.scss */
  .aks-shortcuts:not(.is-scroll-start):not(.is-scroll-end) {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 30px, #000 calc(100% - 30px), transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 30px, #000 calc(100% - 30px), transparent 100%); }

  /* line 2479, theme.scss */
  .aks-shortcuts.is-scroll-end:not(.is-scroll-start) {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 30px, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 30px, #000 100%); }

  /* line 2483, theme.scss */
  .aks-shortcuts a {
    min-height: 44px;
    font-size: 12px; }

  /* line 2484, theme.scss */
  .aks-quick {
    padding-top: 24px; }

  /* line 2485, theme.scss */
  .aks-quick .aks-quick-row {
    gap: 14px; }

  /* line 2486, theme.scss */
  .aks-quick a {
    width: 92px; }

  /* line 2487, theme.scss */
  .aks-quick img,
  .aks-quick .aks-quick-placeholder {
    height: 84px;
    padding: 10px; }

  /* line 2489, theme.scss */
  .aks-quick a > span {
    font-size: 13px;
    line-height: 1.4; }

  /* line 2490, theme.scss */
  .aks-section-title {
    gap: 12px; }

  /* line 2491, theme.scss */
  .aks-section-title > a {
    font-size: 12px; }

  /* line 2492, theme.scss */
  .aks-catalog-hero__row h1 {
    font-size: 26px; }

  /* line 2493, theme.scss */
  .aks-catalog-grid,
  .aks-product-grid,
  .aks-list-page > .aks-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 12px; }

  /* line 2496, theme.scss */
  .aks-product-card .aks-product-title {
    min-height: 4.2em;
    font-size: 13px;
    line-height: 1.4; }

  /* line 2497, theme.scss */
  .aks-product-card .aks-product-media img {
    padding: 14px 8px; }

  /* line 2498, theme.scss */
  .aks-product-card .aks-stock {
    margin-block: 7px; }

  /* line 2499, theme.scss */
  .aks-card-price-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 4px;
    padding-top: 0; }

  /* line 2500, theme.scss */
  .aks-card-price {
    min-height: 28px; }

  /* line 2501, theme.scss */
  .aks-card-price strong {
    font-size: 18px; }

  /* line 2502, theme.scss */
  .aks-product-card .aks-add {
    width: 100%;
    padding-inline: 8px; }

  /* line 2503, theme.scss */
  .aks-gallery {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
    width: 100%; }

  /* line 2504, theme.scss */
  .aks-gallery nav {
    order: 2;
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow-x: auto; }

  /* line 2505, theme.scss */
  .aks-main-photo {
    aspect-ratio: 1; }

  /* line 2506, theme.scss */
  .aks-main-photo img {
    max-height: none; }

  /* line 2507, theme.scss */
  .aks-product-intro {
    padding: 22px var(--aks-gutter) 18px; }

  /* line 2508, theme.scss */
  .aks-product-intro h1 {
    font-size: 24px;
    line-height: 1.2; }

  /* line 2509, theme.scss */
  .aks-product-intro .aks-product-meta {
    margin: 14px 0; }

  /* line 2510, theme.scss */
  .aks-product-buy {
    padding: 22px var(--aks-gutter) 30px; }

  /* line 2511, theme.scss */
  .aks-product-layout {
    padding-bottom: 72px; }

  /* line 2512, theme.scss */
  .aks-mobile-buybar {
    position: fixed;
    z-index: 18;
    inset: auto 0 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(128px, auto);
    align-items: center;
    gap: 14px;
    min-height: 68px;
    padding: 10px var(--aks-gutter);
    border-top: 1px solid var(--aks-border);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -10px 30px rgba(14, 31, 25, 0.12);
    backdrop-filter: blur(12px); }

  /* line 2513, theme.scss */
  .aks-mobile-buybar strong {
    overflow: hidden;
    font-size: 18px;
    font-variant-numeric: tabular-nums;
    text-overflow: ellipsis;
    white-space: nowrap; }

  /* line 2514, theme.scss */
  .aks-mobile-buybar button {
    min-height: 48px;
    padding: 10px 20px;
    border: 0;
    border-radius: 10px;
    background: var(--aks-mint);
    color: #173f34;
    font-weight: 800; }

  /* line 2515, theme.scss */
  .aks-mobile-buybar--notify {
    grid-template-columns: minmax(0, 1fr) minmax(174px, 1.25fr);
    gap: 10px; }

  /* line 2516, theme.scss */
  .aks-mobile-buybar--notify > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 48px;
    color: var(--aks-green);
    text-decoration: none; }

  /* line 2517, theme.scss */
  .aks-mobile-buybar--notify > a small {
    color: var(--aks-text-muted);
    font-size: 10px;
    line-height: 1.2; }

  /* line 2518, theme.scss */
  .aks-mobile-buybar--notify > a strong {
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.15; }

  /* line 2519, theme.scss */
  .aks-mobile-buybar--notify button {
    padding-inline: 12px;
    font-size: 12px;
    line-height: 1.15; }

  /* line 2520, theme.scss */
  .aks-breadcrumbs--product .aks-breadcrumbs__current,
  .aks-breadcrumbs--product .aks-breadcrumbs__current-separator {
    display: none; }

  /* line 2522, theme.scss */
  .aks-product-price {
    margin-block: 20px; }

  /* line 2523, theme.scss */
  .aks-order-summary {
    padding: 26px 22px; }

  /* line 2524, theme.scss */
  .aks-stock-dialog__panel {
    border-radius: 16px 16px 0 0; }

  /* line 2525, theme.scss */
  .aks-footer {
    grid-template-columns: 1fr;
    padding-top: 32px;
    gap: 18px; }

  /* line 2526, theme.scss */
  .aks-footer__group {
    border-top: 1px solid rgba(255, 255, 255, 0.18); }

  /* line 2527, theme.scss */
  .aks-footer__group::before {
    display: none; }

  /* line 2528, theme.scss */
  .aks-footer__group > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    color: #fff;
    font-size: 16px;
    font-weight: 750;
    cursor: pointer;
    list-style: none; }

  /* line 2529, theme.scss */
  .aks-footer__group > summary::-webkit-details-marker {
    display: none; }

  /* line 2530, theme.scss */
  .aks-footer__group > summary::after {
    content: '+';
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: var(--aks-mint);
    font-size: 24px;
    font-weight: 400;
    transition: transform .18s ease; }

  /* line 2531, theme.scss */
  .aks-footer__group[open] > summary::after {
    transform: rotate(45deg); }

  /* line 2532, theme.scss */
  .aks-footer__group nav {
    padding: 0 0 12px; }

  /* line 2533, theme.scss */
  .aks-footer nav a {
    min-height: 44px; }

  /* line 2534, theme.scss */
  .aks-footer-meta {
    margin-top: 2px; } }
@media (max-width: 360px) {
  /* line 2537, theme.scss */
  .aks-header .aks-header-actions a {
    display: flex; }

  /* line 2538, theme.scss */
  .aks-header .aks-header-actions a:first-child {
    display: none; }

  /* line 2539, theme.scss */
  .aks-header .aks-logo {
    width: 90px; }

  /* line 2540, theme.scss */
  .aks-header-actions a {
    min-width: 44px; }

  /* line 2541, theme.scss */
  .aks-card-price strong {
    font-size: 16px; } }
@media (prefers-reduced-motion: reduce) {
  /* line 2544, theme.scss */
  .aks-quick a:hover img,
  .aks-product-card:hover,
  .aks-product-card:hover .aks-product-media img {
    transform: none; } }
@media print {
  /* line 2548, theme.scss */
  .aks-shortcuts {
    display: none; } }
/* line 2552, theme.scss */
.aks-mobile-nav {
  display: none; }

@media (max-width: 720px) {
  /* line 2555, theme.scss */
  html {
    scroll-padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px)); }

  /* line 2556, theme.scss */
  main a,
  main button,
  main input,
  main select,
  main textarea,
  main summary {
    scroll-margin-top: 12px;
    scroll-margin-bottom: calc(78px + env(safe-area-inset-bottom, 0px)); }

  /* line 2565, theme.scss */
  .aks-mobile-nav {
    position: fixed;
    z-index: 40;
    inset: auto 0 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
    padding: 6px 6px calc(9px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--aks-border);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -8px 24px rgba(14, 31, 25, 0.08);
    backdrop-filter: blur(14px); }

  /* line 2578, theme.scss */
  .aks-mobile-nav a {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 46px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 4px 2px;
    border-radius: 12px;
    color: #5f6c66;
    font-size: clamp(10px, 2.7vw, 11px);
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none; }

  /* line 2595, theme.scss */
  .aks-mobile-nav a.on {
    background: var(--aks-mint-soft);
    color: var(--aks-green); }

  /* line 2599, theme.scss */
  .aks-mobile-nav .aks-icon {
    width: 20px;
    height: 20px; }

  /* line 2600, theme.scss */
  .aks-mobile-nav__cnt {
    position: absolute;
    top: 1px;
    right: max(5px, calc(50% - 24px));
    display: grid;
    min-width: 15px;
    height: 15px;
    place-items: center;
    padding: 0 3px;
    border-radius: 999px;
    background: var(--aks-green);
    color: #fff;
    font-size: 8px;
    font-style: normal;
    font-weight: 800; }

  /* line 2616, theme.scss */
  .aks-mobile-nav__cnt:empty,
  .aks-mobile-nav a.favorites-empty .aks-mobile-nav__cnt {
    display: none; }

  /* line 2618, theme.scss */
  body.settings_loaded {
    padding-bottom: calc(61px + env(safe-area-inset-bottom, 0px)) !important; }

  /* line 2622, theme.scss */
  .aks-header .aks-header-actions a {
    display: none; }

  /* line 2623, theme.scss */
  .aks-header .aks-header-actions a:first-child {
    display: flex; }

  /* line 2624, theme.scss */
  .aks-header .aks-header-actions {
    width: 44px; }

  /* line 2626, theme.scss */
  .aks-mobile-buybar {
    bottom: calc(61px + env(safe-area-inset-bottom, 0px)); }

  /* line 2627, theme.scss */
  .aks-product-layout {
    padding-bottom: 136px; } }
@media print {
  /* line 2631, theme.scss */
  .aks-mobile-nav {
    display: none !important; } }
/* line 2634, theme.scss */
.aks-quick .aks-section-title > a {
  width: auto;
  flex-direction: row;
  align-items: center; }

/* line 2635, theme.scss */
.aks-quick h1 {
  font-size: var(--aks-fs-h2);
  margin: 0; }

/* line 2636, theme.scss */
.aks-quick .aks-quick-row > a,
.aks-category-grid > .aks-category-card,
.aks-model-picker > a,
.aks-collection-navigation__track > a {
  color: var(--aks-text);
  text-decoration: none; }

/* line 2643, theme.scss */
.aks-section-title > a,
.aks-category-heading > a,
.aks-text-link,
.aks-breadcrumbs a,
.aks-pagination a,
.aks-home-store__phone,
.aks-service-page .editor-content a {
  color: var(--aks-green); }

/* line 2652, theme.scss */
.aks-home-store .aks-home-store__phone {
  color: #fff; }

/* line 2653, theme.scss */
.aks-home-store .aks-home-store__phone:hover,
.aks-home-store .aks-home-store__phone:focus-visible {
  color: #bfe9d7; }

/* line 2655, theme.scss */
.aks-home-journal h3 a,
.aks-blog-grid h2 a {
  color: var(--aks-text);
  text-decoration: none; }

/* line 2660, theme.scss */
.aks-header .aks-search input,
.aks-results-toolbar select,
.aks-filters input:not([type='checkbox']):not([type='radio']),
.aks-filters button,
.aks-product-family__option {
  min-height: 44px; }

/* line 2667, theme.scss */
.aks-banner-strip__nav {
  width: 44px;
  height: 44px; }

/* Catalog navigation release 2026-09-05: full grid and intact product photos. */
/* Model picker release 2026-09-06. */
/* Mobile purchase path and catalog empty-state release 2026-09-07. */
/* Homepage hierarchy release 2026-09-07-b. */
/* Equal promo cards, catalog-sourced imagery and compact desktop PDP release 2026-09-07-c. */
/* Original catalog imagery release 2026-09-07-d. */
/* First available product image selection release 2026-09-07-e. */
/* Empty category imagery fallback release 2026-09-07-f. */
/* Product family and relevant shelf release 2026-09-07-g. */
/* Safe iPad product families release 2026-09-07-h. */
/* Safe MacBook product families release 2026-09-07-i. */
/* Safe Apple Watch product families release 2026-09-07-j. */
/* Compact collection discovery release 2026-09-07-m. */
/* Article-specific product recommendations release 2026-09-07-n. */
/* Safe Samsung product families release 2026-09-07-o. */
/* Samsung family normalization release 2026-09-07-p. */
/* Diverse homepage popular shelf release 2026-09-07-q. */
/* Hide legacy catalog placeholder release 2026-09-07-r. */
/* Real category image fallbacks release 2026-09-07-s. */
/* Useful cart recommendations release 2026-09-07-t. */
/* Filled cart recommendations release 2026-09-07-u. */
/* Navigation hub fallback for existing InSales widget instances. */
/* line 2703, theme.scss */
.aks-model-hub-page .widget-type_aks-catalog,
.aks-model-hub-page .widget-type_aks-pagination {
  display: none; }
/* line 2707, theme.scss */
.aks-model-hub-page .widget-type_aks-collection-navigation.is-model-hub .aks-model-navigation__heading {
  padding: 10px var(--aks-gutter, 24px) 2px; }
  /* line 2709, theme.scss */
  .aks-model-hub-page .widget-type_aks-collection-navigation.is-model-hub .aks-model-navigation__heading h2 {
    margin: 0;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -.02em; }
  /* line 2710, theme.scss */
  .aks-model-hub-page .widget-type_aks-collection-navigation.is-model-hub .aks-model-navigation__heading p {
    margin: 5px 0 0;
    color: #68736e;
    font-size: 13px; }
/* line 2712, theme.scss */
.aks-model-hub-page .widget-type_aks-collection-navigation.is-model-hub .aks-model-picker {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
  overflow: visible;
  padding-bottom: 30px;
  scroll-snap-type: none; }
/* line 2720, theme.scss */
.aks-model-hub-page .widget-type_aks-collection-navigation.is-model-hub .aks-model-picker > a {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  min-height: 98px; }
/* line 2725, theme.scss */
.aks-model-hub-page .widget-type_aks-collection-navigation.is-model-hub .aks-model-picker > a:first-child {
  display: none; }
/* line 2726, theme.scss */
.aks-model-hub-page .widget-type_aks-collection-navigation.is-model-hub .aks-model-picker img {
  width: 56px;
  height: 56px; }

/* line 2730, theme.scss */
.aks-hub-guide {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.45fr) auto;
  align-items: center;
  gap: 30px;
  width: auto;
  margin: 8px var(--aks-gutter, 34px) 28px;
  padding-top: 28px;
  padding-right: 28px;
  padding-bottom: 28px;
  padding-left: 28px;
  border-radius: 20px;
  background: #eef6f1; }

/* line 2744, theme.scss */
.aks-hub-guide__intro > span {
  display: block;
  margin-bottom: 6px;
  color: #40735f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase; }

/* line 2745, theme.scss */
.aks-hub-guide__intro h2 {
  max-width: 430px;
  margin: 0;
  font-size: 27px;
  line-height: 1.08;
  letter-spacing: -.035em; }

/* line 2746, theme.scss */
.aks-hub-guide__intro p {
  max-width: 440px;
  margin: 9px 0 0;
  color: #64716b;
  font-size: 14px;
  line-height: 1.45; }

/* line 2747, theme.scss */
.aks-hub-guide__steps {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 2748, theme.scss */
.aks-hub-guide__steps li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: start;
  gap: 11px; }

/* line 2749, theme.scss */
.aks-hub-guide__steps b {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #d1eadc;
  color: #153e31;
  font-size: 13px; }

/* line 2750, theme.scss */
.aks-hub-guide__steps strong {
  display: block;
  font-size: 14px;
  line-height: 1.25; }

/* line 2751, theme.scss */
.aks-hub-guide__steps p {
  margin: 3px 0 0;
  color: #5f6c66;
  font-size: 12px;
  line-height: 1.35; }

/* line 2752, theme.scss */
.aks-hub-guide__actions {
  display: grid;
  gap: 9px; }

/* line 2753, theme.scss */
.aks-hub-guide__actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid #163f33;
  border-radius: 999px;
  color: #163f33;
  font-size: 13px;
  font-weight: 700;
  text-align: center; }

/* line 2754, theme.scss */
.aks-hub-guide__actions a:first-child {
  background: #163f33;
  color: #fff; }

/* line 2755, theme.scss */
.aks-hub-guide__actions a:hover {
  transform: translateY(-1px); }

/* line 2756, theme.scss */
.aks-hub-guide__actions a:focus-visible {
  outline: 2px solid #163f33;
  outline-offset: 3px; }

@media (max-width: 1023px) {
  /* line 2758, theme.scss */
  .aks-hub-guide {
    grid-template-columns: 1fr 1.25fr; }

  /* line 2759, theme.scss */
  .aks-hub-guide__actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) {
  /* line 2762, theme.scss */
  .aks-hub-guide {
    display: block;
    margin: 6px var(--aks-gutter, 16px) 20px;
    padding: 22px 18px;
    border-radius: 16px; }

  /* line 2763, theme.scss */
  .aks-hub-guide__intro h2 {
    font-size: 23px; }

  /* line 2764, theme.scss */
  .aks-hub-guide__steps {
    margin-top: 20px; }

  /* line 2765, theme.scss */
  .aks-hub-guide__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px; }

  /* line 2766, theme.scss */
  .aks-hub-guide__actions a {
    width: 100%; } }
@media (max-width: 767px) {
  /* line 2771, theme.scss */
  .aks-model-hub-page .widget-type_aks-collection-navigation.is-model-hub .aks-model-navigation__heading {
    padding-inline: var(--aks-gutter, 16px); }
  /* line 2772, theme.scss */
  .aks-model-hub-page .widget-type_aks-collection-navigation.is-model-hub .aks-model-navigation__heading h2 {
    font-size: 19px; }
  /* line 2773, theme.scss */
  .aks-model-hub-page .widget-type_aks-collection-navigation.is-model-hub .aks-model-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  /* line 2774, theme.scss */
  .aks-model-hub-page .widget-type_aks-collection-navigation.is-model-hub .aks-model-picker > a {
    grid-template-columns: 1fr;
    grid-template-rows: 58px auto;
    min-height: 124px;
    padding: 10px; }
  /* line 2780, theme.scss */
  .aks-model-hub-page .widget-type_aks-collection-navigation.is-model-hub .aks-model-picker img {
    justify-self: center; }
  /* line 2781, theme.scss */
  .aks-model-hub-page .widget-type_aks-collection-navigation.is-model-hub .aks-model-picker strong {
    margin-top: 6px;
    font-size: 13px; } }
/* Rich model landing cards for compact hubs such as Galaxy S26, Fold/Flip
   and iPhone 17. Long model lists keep the smaller discovery layout. */
@media (min-width: 768px) {
  /* line 2788, theme.scss */
  .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:not(:has(> a:nth-child(8))) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px; }
    /* line 2792, theme.scss */
    .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:not(:has(> a:nth-child(8))) > a {
      grid-template-columns: minmax(0, 1fr) minmax(124px, 42%);
      grid-template-rows: 1fr auto;
      min-height: 164px;
      padding: 20px 16px 17px 20px;
      border-color: transparent;
      border-radius: 18px;
      background: #f1f6f3;
      overflow: hidden;
      transition: transform .18s ease, border-color .18s ease, background-color .18s ease; }
      /* line 2803, theme.scss */
      .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:not(:has(> a:nth-child(8))) > a:hover {
        transform: translateY(-2px);
        border-color: #cfddd5;
        background: #edf5f0; }
      /* line 2804, theme.scss */
      .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:not(:has(> a:nth-child(8))) > a > span:not(.aks-model-picker__all) {
        grid-column: 1;
        grid-row: 2;
        align-self: end;
        margin: 0;
        font-size: 13px; }
    /* line 2807, theme.scss */
    .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:not(:has(> a:nth-child(8))) img {
      grid-column: 2;
      grid-row: 1 / 3;
      align-self: center;
      width: 100%;
      height: 132px;
      padding: 0;
      border-radius: 0;
      background: transparent; }
    /* line 2808, theme.scss */
    .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:not(:has(> a:nth-child(8))) strong {
      grid-column: 1;
      grid-row: 1;
      align-self: start;
      margin-top: 3px;
      font-size: 19px;
      line-height: 1.2; } }
@media (max-width: 767px) {
  /* line 2813, theme.scss */
  .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:not(:has(> a:nth-child(8))) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    scroll-snap-type: none; }
    /* line 2820, theme.scss */
    .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:not(:has(> a:nth-child(8))) > a {
      grid-template-columns: 1fr;
      grid-template-rows: 92px auto auto;
      min-width: 0;
      min-height: 168px;
      padding: 10px 10px 12px;
      border-color: transparent;
      border-radius: 15px;
      background: #f1f6f3; }
      /* line 2830, theme.scss */
      .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:not(:has(> a:nth-child(8))) > a > span:not(.aks-model-picker__all) {
        grid-column: 1;
        grid-row: 3;
        margin-top: 5px;
        font-size: 11px; }
    /* line 2833, theme.scss */
    .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:not(:has(> a:nth-child(8))) img {
      grid-column: 1;
      grid-row: 1;
      justify-self: center;
      align-self: start;
      width: 100%;
      height: 88px;
      padding: 2px;
      border-radius: 0;
      background: transparent; }
    /* line 2834, theme.scss */
    .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:not(:has(> a:nth-child(8))) strong {
      grid-column: 1;
      grid-row: 2;
      align-self: start;
      margin: 7px 0 0;
      font-size: 14px;
      line-height: 1.22; } }
/* A hub with one destination should read as the primary next step instead of
   leaving two empty columns beside a small card. */
@media (min-width: 768px) {
  /* line 2841, theme.scss */
  .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:has(> a:nth-child(2):last-child) {
    grid-template-columns: minmax(0, 1fr); }
    /* line 2844, theme.scss */
    .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:has(> a:nth-child(2):last-child) > a:nth-child(2) {
      grid-template-columns: minmax(220px, 0.72fr) minmax(280px, 1fr);
      min-height: 220px;
      padding: 30px 38px;
      border-radius: 20px;
      background: radial-gradient(60% 150% at 82% 110%, rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0) 70%), linear-gradient(135deg, #edf7f1, #dbeee3); }
      /* line 2851, theme.scss */
      .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:has(> a:nth-child(2):last-child) > a:nth-child(2) img {
        grid-column: 2;
        height: 188px;
        justify-self: end; }
      /* line 2852, theme.scss */
      .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:has(> a:nth-child(2):last-child) > a:nth-child(2) strong {
        font-size: 30px;
        letter-spacing: -.03em; }
      /* line 2853, theme.scss */
      .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:has(> a:nth-child(2):last-child) > a:nth-child(2) > span:not(.aks-model-picker__all) {
        font-size: 14px;
        font-weight: 600; } }
@media (max-width: 767px) {
  /* line 2859, theme.scss */
  .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:has(> a:nth-child(2):last-child) {
    grid-template-columns: minmax(0, 1fr); }
    /* line 2862, theme.scss */
    .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:has(> a:nth-child(2):last-child) > a:nth-child(2) {
      grid-template-columns: minmax(0, 1fr) 128px;
      grid-template-rows: 1fr auto;
      min-height: 156px;
      padding: 18px;
      background: linear-gradient(135deg, #edf7f1, #dbeee3); }
      /* line 2869, theme.scss */
      .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:has(> a:nth-child(2):last-child) > a:nth-child(2) img {
        grid-column: 2;
        grid-row: 1 / 3;
        width: 128px;
        height: 120px;
        align-self: center;
        padding: 0; }
      /* line 2870, theme.scss */
      .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:has(> a:nth-child(2):last-child) > a:nth-child(2) strong {
        grid-column: 1;
        grid-row: 1;
        align-self: start;
        margin: 4px 0 0;
        font-size: 20px; }
      /* line 2871, theme.scss */
      .aks-model-navigation.is-hub:not(.aks-model-navigation--root) .aks-model-picker:has(> a:nth-child(2):last-child) > a:nth-child(2) > span:not(.aks-model-picker__all) {
        grid-column: 1;
        grid-row: 2;
        align-self: end;
        margin: 0;
        font-size: 12px;
        font-weight: 600; } }
@media (min-width: 768px) {
  /* line 2877, theme.scss */
  .aks-model-navigation:not(.is-hub) {
    padding-top: 2px;
    padding-bottom: 0; }
    /* line 2881, theme.scss */
    .aks-model-navigation:not(.is-hub) .aks-model-navigation__heading {
      display: flex;
      align-items: baseline;
      gap: 10px 18px;
      padding-bottom: 0; }
    /* line 2882, theme.scss */
    .aks-model-navigation:not(.is-hub) .aks-model-navigation__heading h2 {
      font-size: 18px; }
    /* line 2883, theme.scss */
    .aks-model-navigation:not(.is-hub) .aks-model-navigation__heading p {
      margin: 0;
      font-size: 12px; }
    /* line 2884, theme.scss */
    .aks-model-navigation:not(.is-hub) .aks-model-picker {
      gap: 8px;
      padding-top: 8px;
      padding-bottom: 12px; }
    /* line 2885, theme.scss */
    .aks-model-navigation:not(.is-hub) .aks-model-picker > a {
      flex-basis: 174px;
      min-height: 70px;
      padding: 10px; }
    /* line 2886, theme.scss */
    .aks-model-navigation:not(.is-hub) .aks-model-picker img,
    .aks-model-navigation:not(.is-hub) .aks-model-picker__all {
      width: 48px;
      height: 48px; }

  /* line 2890, theme.scss */
  .aks-catalog-body .aks-product-media {
    aspect-ratio: 4 / 3; } }
/* Lightweight brand navigation separates the merchandising shelves without
   adding image requests or another card-heavy content block. */
/* line 2895, theme.scss */
.aks-brand-navigation {
  padding-top: clamp(46px, 6vw, 74px);
  padding-bottom: clamp(42px, 5vw, 66px); }

/* line 2899, theme.scss */
.aks-brand-navigation__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.55fr);
  align-items: end;
  gap: 4px 28px;
  margin-bottom: 24px; }

/* line 2906, theme.scss */
.aks-brand-navigation__heading > span {
  grid-column: 1;
  color: var(--aks-text-muted, #68706c);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase; }

/* line 2914, theme.scss */
.aks-brand-navigation__heading h2 {
  grid-column: 1;
  margin: 0;
  color: var(--aks-text, #173f34);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: -.035em; }

/* line 2922, theme.scss */
.aks-brand-navigation__heading p {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  max-width: 34ch;
  margin: 0;
  color: var(--aks-text-muted, #68706c);
  font-size: 14px;
  line-height: 1.45; }

/* line 2932, theme.scss */
.aks-brand-navigation__list {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 1px solid var(--aks-border, #dfe7e2);
  border-bottom: 1px solid var(--aks-border, #dfe7e2); }

/* line 2938, theme.scss */
.aks-brand-navigation__list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 106px;
  padding: 18px 16px;
  border-right: 1px solid var(--aks-border, #dfe7e2);
  color: var(--aks-text, #173f34);
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease; }

/* line 2950, theme.scss */
.aks-brand-navigation__list a:last-child {
  border-right: 0; }

/* line 2951, theme.scss */
.aks-brand-navigation__list strong {
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.1;
  letter-spacing: -.025em; }

/* line 2956, theme.scss */
.aks-brand-navigation__list span {
  margin-top: 7px;
  color: var(--aks-text-muted, #68706c);
  font-size: 11px;
  line-height: 1.25; }

/* line 2962, theme.scss */
.aks-brand-navigation__list a:hover {
  background: #eef6f1; }

/* line 2963, theme.scss */
.aks-brand-navigation__list a:focus-visible {
  position: relative;
  z-index: 1;
  outline: 2px solid var(--aks-green, #173f34);
  outline-offset: -2px; }

@media (max-width: 767px) {
  /* line 2965, theme.scss */
  .aks-brand-navigation {
    padding-top: 38px;
    padding-bottom: 42px; }

  /* line 2966, theme.scss */
  .aks-brand-navigation__heading {
    display: block;
    margin-bottom: 18px; }

  /* line 2967, theme.scss */
  .aks-brand-navigation__heading h2 {
    margin-top: 5px;
    font-size: 28px; }

  /* line 2968, theme.scss */
  .aks-brand-navigation__heading p {
    margin-top: 9px; }

  /* line 2969, theme.scss */
  .aks-brand-navigation__list {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(146px, 42vw);
    overflow-x: auto;
    scroll-padding-inline: 1px;
    scroll-snap-type: x proximity;
    scrollbar-width: none; }

  /* line 2978, theme.scss */
  .aks-brand-navigation__list::-webkit-scrollbar {
    display: none; }

  /* line 2979, theme.scss */
  .aks-brand-navigation__list a {
    min-height: 94px;
    padding: 16px 14px;
    scroll-snap-align: start; }

  /* line 2980, theme.scss */
  .aks-brand-navigation__list strong {
    font-size: 19px; } }
/* line 2985, theme.scss */
html.aks-catalog-lock,
html.aks-catalog-lock body {
  overflow: hidden;
  overscroll-behavior: none; }

/* line 2993, theme.scss */
.aks-product-description.has-apple-editorial {
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  padding-inline: 12px; }
  /* line 2998, theme.scss */
  .aks-product-description.has-apple-editorial > .aks-product-description__content {
    min-width: 0;
    padding: 0;
    background: transparent; }
    /* line 3002, theme.scss */
    .aks-product-description.has-apple-editorial > .aks-product-description__content > h2 {
      margin: 0 0 24px; }
  /* line 3004, theme.scss */
  .aks-product-description.has-apple-editorial > aside {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 24px;
    padding: 24px;
    border-radius: 16px; }
    /* line 3011, theme.scss */
    .aks-product-description.has-apple-editorial > aside h2, .aks-product-description.has-apple-editorial > aside p {
      margin: 0; }
  /* line 3014, theme.scss */
  .aks-product-description.has-apple-editorial [data-pim-apple-editorial] {
    container-type: inline-size; }
    /* line 3016, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich {
      width: 100%;
      max-width: none; }
    /* line 3017, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich h2, .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich h3, .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich p {
      margin: 0; }
    /* line 3018, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich h2, .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich h3 {
      letter-spacing: -.03em;
      overflow-wrap: normal;
      word-break: normal; }
    /* line 3023, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > section, .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__disclaimer,
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich__card {
      border-radius: 16px; }
    /* line 3025, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich .pim-rich__copy {
      padding: 40px;
      gap: 20px;
      min-height: 0; }
    /* line 3032, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__hero {
      display: flex;
      flex-direction: column;
      min-height: 0;
      height: auto; }
    /* line 3038, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__hero picture {
      position: static;
      inset: auto;
      width: 100%;
      height: auto;
      padding: 0;
      order: 0; }
    /* line 3046, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__hero img {
      width: 100%;
      height: auto !important;
      min-height: 0;
      max-height: 680px !important;
      object-fit: contain;
      margin: 0; }
    /* line 3054, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__hero .pim-rich__copy {
      width: 100%;
      padding: 40px;
      order: 1; }
    /* line 3059, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__hero h2 {
      max-width: none;
      font-size: clamp(36px, 5.2cqw, 72px);
      line-height: 1.05; }
    /* line 3064, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__hero p {
      max-width: 65ch;
      font-size: clamp(20px, 2cqw, 26px); }
    /* line 3069, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__stats {
      padding: 40px;
      gap: 24px; }
    /* line 3073, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__stats > .pim-rich__copy {
      padding: 0;
      gap: 16px; }
    /* line 3077, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich .pim-rich__stat,
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich .pim-rich__stat:nth-child(2) {
      min-width: 0;
      padding: 0;
      border: 0; }
    /* line 3083, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich .pim-rich__stat .pim-rich__copy {
      padding: 0;
      gap: 12px; }
    /* line 3084, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich .pim-rich__stat h3 {
      font-size: clamp(28px, 3.4cqw, 48px);
      line-height: 1.15;
      text-wrap: initial;
      white-space: nowrap; }
    /* line 3090, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich .pim-rich__stat h3 sup {
      font-size: .4em;
      vertical-align: super;
      line-height: 0;
      margin-left: .2em; }
    /* line 3096, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich .pim-rich__stat p {
      font-size: 16px; }
    /* line 3098, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__split:nth-of-type(n) {
      min-height: 0; }
      /* line 3100, theme.scss */
      .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__split:nth-of-type(n) .pim-rich__copy {
        padding: 40px;
        gap: 20px; }
      /* line 3101, theme.scss */
      .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__split:nth-of-type(n) picture {
        padding: 0; }
      /* line 3102, theme.scss */
      .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__split:nth-of-type(n) h2 {
        font-size: clamp(28px, 3cqw, 40px);
        line-height: 1.12; }
    /* line 3104, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__grid {
      padding: 16px;
      gap: 16px; }
    /* line 3105, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__grid > .pim-rich__copy {
      padding: 24px 8px; }
    /* line 3106, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich .pim-rich__card .pim-rich__copy {
      padding: 24px;
      gap: 16px; }
    /* line 3107, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__disclaimer .pim-rich__copy {
      padding: 32px; }
    /* line 3108, theme.scss */
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich .pim-rich__section picture,
    .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich .pim-rich__section img {
      max-width: 100%;
      object-fit: contain;
      transform: none;
      scale: none; }
  @media (max-width: 733px) {
    /* line 2993, theme.scss */
    .aks-product-description.has-apple-editorial {
      padding-inline: 12px; }
      /* line 3119, theme.scss */
      .aks-product-description.has-apple-editorial > aside {
        grid-template-columns: 1fr;
        gap: 16px; }
      /* line 3121, theme.scss */
      .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich .pim-rich__copy {
        padding: 24px;
        gap: 16px; }
      /* line 3122, theme.scss */
      .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__hero .pim-rich__copy {
        padding: 24px; }
      /* line 3123, theme.scss */
      .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__hero img {
        max-height: 460px !important; }
      /* line 3124, theme.scss */
      .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__hero h2 {
        font-size: 36px; }
      /* line 3125, theme.scss */
      .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__stats {
        grid-template-columns: 1fr;
        padding: 24px;
        gap: 24px; }
      /* line 3130, theme.scss */
      .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich .pim-rich__stat .pim-rich__copy {
        padding: 0; }
      /* line 3131, theme.scss */
      .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich .pim-rich__stat h3 {
        font-size: 32px; }
      /* line 3133, theme.scss */
      .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__split:nth-of-type(n) .pim-rich__copy {
        padding: 24px; }
      /* line 3134, theme.scss */
      .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__split:nth-of-type(n) picture {
        padding: 0; }
      /* line 3135, theme.scss */
      .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__split:nth-of-type(n) h2 {
        font-size: 28px; }
      /* line 3137, theme.scss */
      .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__grid {
        padding: 12px; }
      /* line 3138, theme.scss */
      .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__grid > .pim-rich__copy {
        padding: 12px; }
      /* line 3139, theme.scss */
      .aks-product-description.has-apple-editorial [data-pim-apple-editorial] .pim-rich > .pim-rich__disclaimer .pim-rich__copy {
        padding: 24px; } }
