

/* Start:/local/templates/arthomework_b1/assets/css/theme.css?1782225455105335*/
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@500;600;700&family=Nunito+Sans:wght@400;500;600;700;800&display=swap");

:root {
  --ahw-ink: #273026;
  --ahw-soft: #5f685b;
  --ahw-paper: #f4f2e8;
  --ahw-paper-2: #fffefa;
  --ahw-line: #c7d0b7;
  --ahw-green: #667a55;
  --ahw-green-dark: #334235;
  --ahw-gold: #e4bc50;
  --ahw-clay: #8f684f;
  --ahw-button: #d9e1cd;
  --ahw-button-hover: #cfdabb;
  --ahw-tag: #e8eddc;
  --ahw-max: 1440px;
  --ahw-page: #edf2e9;
  --ahw-grid-line: rgba(102, 122, 85, .08);
  --ahw-grid-line-soft: rgba(102, 122, 85, .06);
  --ahw-grid-size-x: 86px;
  --ahw-grid-size-y: 86px;
  --ahw-pad: max(20px, calc((100vw - var(--ahw-max)) / 2 + 40px));
  --ahw-card-shadow: 0 18px 46px rgba(39, 48, 38, .09);
  --ahw-card-shadow-strong: 0 26px 72px rgba(39, 48, 38, .14);
  --ahw-body-font: "Nunito Sans", "Segoe UI", system-ui, sans-serif;
  --ahw-display-font: "Lora", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

body.ahw-page {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, var(--ahw-grid-line) 1px, transparent 1px),
    linear-gradient(0deg, var(--ahw-grid-line-soft) 1px, transparent 1px),
    var(--ahw-page);
  background-size: var(--ahw-grid-size-x) var(--ahw-grid-size-y);
  color: var(--ahw-ink);
  font-family: var(--ahw-body-font);
}

.ahw-shell {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow: clip;
  background: transparent;
}

.ahw-utility,
.ahw-header,
.ahw-nav,
.ahw-main,
.ahw-footer {
  padding-inline: var(--ahw-pad);
}

.ahw-utility {
  min-height: 32px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  background: var(--ahw-green-dark);
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 600;
}

.ahw-utility a {
  color: inherit;
  text-decoration: none;
}

.ahw-utility__group {
  display: flex;
  gap: 18px;
  align-items: center;
  white-space: nowrap;
}

.ahw-header {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(270px, 330px) minmax(280px, 1fr) auto;
  align-items: center;
  gap: 22px;
  background: rgba(255, 253, 247, .82);
  backdrop-filter: blur(10px);
}

.ahw-logo {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: var(--ahw-ink);
  text-decoration: none;
}

.ahw-logo img {
  width: min(100%, 318px);
  height: auto;
  display: block;
}

.ahw-search input[type="text"],
.ahw-search input[type="search"] {
  width: 100%;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(115, 96, 69, .34);
  border-radius: 999px;
  background: #fff;
  color: var(--ahw-ink);
  font: inherit;
}

.ahw-search-form {
  position: relative;
  width: 100%;
}

.ahw-search-form__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.ahw-search-form__button {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--ahw-green);
  font-weight: 900;
}

.ahw-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.ahw-action-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(115, 96, 69, .3);
  border-radius: 999px;
  background: #fff;
  color: var(--ahw-ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.ahw-nav {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #efe7d6;
  color: #4f493f;
  font-size: 13px;
  font-weight: 800;
  overflow: hidden;
  white-space: nowrap;
}

.ahw-nav a {
  color: inherit;
  text-decoration: none;
}

.ahw-nav__catalog {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 15px;
  border-radius: 8px;
  background: var(--ahw-ink);
  color: #fff !important;
  flex: 0 0 auto;
}

.ahw-catalog-menu {
  min-width: 0;
  display: flex;
  flex: 1 1 auto;
  gap: clamp(12px, 1.4vw, 22px);
  align-items: center;
  overflow: hidden;
}

.ahw-catalog-menu__link {
  min-width: 0;
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  flex: 0 0 auto;
  position: relative;
  padding-block: 16px;
}

.ahw-catalog-menu__link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: transparent;
}

.ahw-catalog-menu__link.is-active {
  color: var(--ahw-ink);
}

.ahw-catalog-menu__link.is-active::after {
  background: var(--ahw-clay);
}

.ahw-cart {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border-radius: 999px;
  background: var(--ahw-green);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.ahw-cart strong,
.ahw-cart em {
  font-style: normal;
  font-weight: 800;
}

.ahw-main {
  min-height: 560px;
  background: transparent;
}

.ahw-container {
  padding-block: clamp(28px, 4vw, 44px);
}

.ahw-home-atelier {
  padding-block: clamp(32px, 4.6vw, 66px) clamp(34px, 5vw, 70px);
}

.ahw-home-atelier__hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(380px, .74fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
}

.ahw-home-atelier__copy {
  min-height: clamp(420px, 42vw, 560px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(18px, 3vw, 42px);
}

.ahw-home-atelier .ahw-eyebrow {
  color: var(--ahw-clay);
}

.ahw-home-atelier .ahw-title {
  max-width: 720px;
  color: var(--ahw-ink);
  font-size: clamp(48px, 5vw, 74px);
  line-height: .92;
}

.ahw-home-atelier__text {
  max-width: 620px;
  margin: 22px 0 0;
  color: #5d554b;
  font-size: 17px;
  line-height: 1.65;
}

.ahw-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ahw-button--ghost {
  border: 1px solid rgba(115, 96, 69, .26);
  background: rgba(255, 253, 247, .72);
  color: var(--ahw-ink);
}

.ahw-home-visual {
  position: relative;
  min-height: clamp(430px, 42vw, 560px);
  padding: 18px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 247, .96), rgba(239, 231, 214, .72)),
    #fffaf1;
  box-shadow: var(--ahw-card-shadow);
}

.ahw-home-visual__label {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(41, 37, 31, .9);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.ahw-home-mosaic {
  min-height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ahw-home-mosaic__item {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  color: var(--ahw-ink);
  text-decoration: none;
}

.ahw-home-mosaic__item--large {
  grid-row: span 2;
}

.ahw-home-mosaic--gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1.35fr) minmax(0, .82fr);
}

.ahw-home-mosaic--gallery .ahw-home-mosaic__item--gallery {
  grid-column: 1 / -1;
  grid-row: auto;
}

.ahw-home-mosaic--gallery .ahw-home-mosaic__item--gallery img {
  padding: clamp(20px, 2vw, 30px);
}

.ahw-home-mosaic__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: clamp(18px, 2.4vw, 34px);
}

.ahw-home-mosaic__item span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: -webkit-box;
  max-height: 3em;
  overflow: hidden;
  padding: 9px 10px;
  border-radius: 6px;
  background: rgba(255, 253, 247, .9);
  color: var(--ahw-ink);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ahw-home-mosaic__empty {
  min-height: 280px;
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  place-content: center;
  border: 1px dashed rgba(115, 96, 69, .32);
  border-radius: 8px;
  background: rgba(255, 253, 247, .76);
  text-align: center;
}

.ahw-home-mosaic__empty span {
  color: var(--ahw-soft);
}

.ahw-home-popular {
  margin-top: clamp(30px, 4.8vw, 58px);
}

.ahw-home-popular .ahw-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ahw-home-popular .ahw-empty {
  grid-column: 1 / -1;
}

.ahw-home-popular .ahw-pagination {
  display: none;
}

.ahw-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr);
  gap: 22px;
}

.ahw-hero__panel {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(35, 42, 35, .88), rgba(35, 42, 35, .48), rgba(35, 42, 35, .10)),
    var(--ahw-green-dark);
}

.ahw-hero__content {
  position: absolute;
  inset: 42px auto auto 42px;
  max-width: 460px;
  color: #fff;
}

.ahw-eyebrow,
.ahw-kicker {
  display: inline-block;
  margin: 0 0 18px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  color: var(--ahw-clay);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ahw-hero .ahw-eyebrow {
  color: #fff;
}

.ahw-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  line-height: .9;
}

.ahw-hero__content p {
  margin: 18px 0 24px;
  max-width: 420px;
  color: rgba(255, 255, 255, .84);
  font-size: 15px;
  line-height: 1.55;
}

.ahw-button,
.ahw-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 0;
  border-radius: 6px;
  background: var(--ahw-gold);
  color: var(--ahw-ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
}

.ahw-card-button {
  min-height: 38px;
  background: var(--ahw-green);
  color: #fff;
  width: 100%;
}

.ahw-card-button--muted {
  border: 1px solid rgba(79, 105, 77, .22);
  background: #f0e6d5;
  color: #2f392d;
}

.ahw-button.ahw-button--ghost {
  border: 1px solid rgba(115, 96, 69, .26);
  background: rgba(255, 253, 247, .72);
  color: var(--ahw-ink);
}

.ahw-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ahw-story-card {
  min-height: 190px;
  padding: 20px;
  border: 0;
  border-radius: 8px;
  background: #fffaf1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--ahw-ink);
  text-decoration: none;
}

.ahw-story-card:nth-child(1) {
  background: #f2e5cd;
}

.ahw-story-card:nth-child(4) {
  background: #e8f0e0;
}

.ahw-story-card b {
  display: block;
  max-width: 190px;
  font-size: 18px;
  line-height: 1.18;
}

.ahw-story-card small {
  color: #746b5f;
  font-size: 12px;
  line-height: 1.45;
}

.ahw-home-categories {
  padding: 0 0 clamp(32px, 5vw, 54px);
}

.ahw-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.ahw-section-head h2 {
  margin: 0;
  font-size: 24px;
}

.ahw-section-head a,
.ahw-text-link {
  color: var(--ahw-green);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.ahw-home-categories__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}

.ahw-category-tile {
  min-height: 252px;
  display: grid;
  grid-template-rows: auto minmax(48px, 1fr) auto;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 253, 247, .92), rgba(247, 242, 231, .82));
  box-shadow: var(--ahw-card-shadow);
  color: var(--ahw-ink);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.ahw-category-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(41, 37, 31, .12);
}

.ahw-category-tile__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.56;
  overflow: hidden;
  border-radius: 0;
  background: rgba(233, 226, 210, .26);
  border: 0;
}

.ahw-category-tile__image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(255, 253, 247, 0), rgba(255, 253, 247, .68));
  pointer-events: none;
}

.ahw-category-tile__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  padding: 0;
  border-radius: inherit;
}

.ahw-category-tile__image--generated img {
  filter: saturate(.98) contrast(.99);
  transform: scale(1.01);
}

.ahw-category-tile__name {
  padding: 16px 18px 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.ahw-category-tile small {
  padding: 10px 18px 18px;
  color: #746b5f;
  font-size: 12px;
  font-weight: 700;
}

.ahw-home-categories:not(.ahw-home-categories--compact) > .ahw-section-head {
  align-items: flex-end;
  margin-bottom: 24px;
}

.ahw-home-categories:not(.ahw-home-categories--compact) > .ahw-section-head h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.1vw, 64px);
  line-height: 1.04;
  font-weight: 700;
}

.ahw-home-categories__showcase {
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.ahw-category-feature {
  position: relative;
  min-height: clamp(460px, 34vw, 560px);
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  color: var(--ahw-ink);
  text-decoration: none;
  box-shadow: var(--ahw-card-shadow);
}

.ahw-category-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(37, 48, 38, 0) 38%, rgba(37, 48, 38, .42));
  pointer-events: none;
}

.ahw-category-feature__image {
  position: absolute;
  inset: 0;
  background: #fff;
}

.ahw-category-feature__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ahw-category-feature__image--generated img {
  filter: saturate(.98) contrast(.99);
  transform: scale(1.01);
}

.ahw-category-feature__caption {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  gap: 8px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(255, 254, 250, .93);
  box-shadow: 0 14px 32px rgba(39, 48, 38, .14);
}

.ahw-category-feature__name {
  font-size: 28px;
  line-height: 1.08;
  font-weight: 850;
}

.ahw-category-feature__summary {
  color: var(--ahw-soft);
  line-height: 1.48;
}

.ahw-category-feature small {
  color: var(--ahw-soft);
  font-size: 12px;
  font-weight: 800;
}

.ahw-home-categories__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-content: start;
}

.ahw-home-categories__cards .ahw-category-tile {
  min-height: 144px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 8px 16px;
  align-items: center;
  padding: 14px;
  background: rgba(255, 254, 250, .9);
}

.ahw-home-categories__cards .ahw-category-tile__image {
  grid-row: 1 / span 2;
  width: 112px;
  height: 100px;
  aspect-ratio: auto;
  border-radius: 7px;
  background: #fff;
}

.ahw-home-categories__cards .ahw-category-tile__image::after {
  content: none;
}

.ahw-home-categories__cards .ahw-category-tile__name {
  align-self: end;
  padding: 0;
  font-size: 17px;
  line-height: 1.18;
}

.ahw-home-categories__cards .ahw-category-tile small {
  align-self: start;
  padding: 0;
  color: var(--ahw-soft);
  font-size: 12px;
  font-weight: 800;
}

.ahw-page-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.ahw-page-head--catalog {
  max-width: 1120px;
  margin-bottom: 32px;
}

.ahw-page-head h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  line-height: 1;
}

.ahw-page-head p:last-child {
  margin: 12px 0 0;
  color: var(--ahw-soft);
  line-height: 1.55;
}

.ahw-main--static-text {
  padding-block: clamp(46px, 5vw, 78px) clamp(54px, 6vw, 86px);
}

.ahw-static-page {
  max-width: 100%;
}

.ahw-static-page__head {
  max-width: 1040px;
  margin-bottom: 28px;
}

.ahw-static-page__head .ahw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 0;
  border-bottom: 0;
  color: var(--ahw-clay);
}

.ahw-static-page__head .ahw-eyebrow::after {
  content: "";
  width: 84px;
  height: 1px;
  background: currentColor;
  opacity: .72;
}

.ahw-static-page__head h1 {
  max-width: 980px;
  margin: 0;
  font-family: var(--ahw-display-font);
  font-size: clamp(42px, 4.2vw, 68px);
  font-weight: 600;
  line-height: 1.04;
}

.ahw-static-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.ahw-static-page__content {
  min-width: 0;
  padding: 34px 38px;
  border: 1px solid rgba(199, 208, 183, .68);
  border-radius: 10px;
  background: rgba(255, 254, 250, .94);
  box-shadow: 0 10px 28px rgba(39, 48, 38, .06);
  color: var(--ahw-soft);
  font-size: 16px;
  line-height: 1.72;
}

.ahw-static-page__content .intec-content,
.ahw-static-page__content .intec-content-wrapper {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ahw-static-page__content p,
.ahw-static-page__content ul,
.ahw-static-page__content ol {
  margin: 0 0 16px;
}

.ahw-static-page__content p:last-child,
.ahw-static-page__content ul:last-child,
.ahw-static-page__content ol:last-child {
  margin-bottom: 0;
}

.ahw-static-page__content h2,
.ahw-static-page__content h3,
.ahw-static-page__content h4 {
  margin: 30px 0 12px;
  color: var(--ahw-ink);
  line-height: 1.2;
}

.ahw-static-page__content h2:first-child,
.ahw-static-page__content h3:first-child,
.ahw-static-page__content h4:first-child {
  margin-top: 0;
}

.ahw-static-page__content h2 {
  font-family: var(--ahw-display-font);
  font-size: 30px;
  font-weight: 600;
}

.ahw-static-page__content h3 {
  font-size: 24px;
  font-weight: 850;
}

.ahw-static-page__content h4 {
  font-size: 18px;
  font-weight: 850;
}

.ahw-static-page__content a {
  color: var(--ahw-green);
  font-weight: 800;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  word-break: break-word;
}

.ahw-static-page__content strong,
.ahw-static-page__content b {
  color: var(--ahw-ink);
}

.ahw-static-page__content ul,
.ahw-static-page__content ol {
  padding-left: 22px;
}

.ahw-static-page__content li {
  margin: 6px 0;
}

.ahw-static-page__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.ahw-static-page__content th,
.ahw-static-page__content td {
  padding: 12px 14px;
  border: 1px solid rgba(199, 208, 183, .68);
  text-align: left;
  vertical-align: top;
}

.ahw-static-page__content th {
  color: var(--ahw-ink);
  font-weight: 850;
}

.ahw-static-page__aside {
  position: sticky;
  top: 22px;
  min-width: 0;
  display: grid;
  gap: 16px;
  align-self: start;
}

.ahw-static-help-card {
  padding: 24px;
  border-radius: 10px;
  background: var(--ahw-green-dark);
  color: #fff;
  box-shadow: var(--ahw-card-shadow);
}

.ahw-static-help-card h2 {
  margin: 0 0 18px;
  color: inherit;
  font-size: 26px;
  line-height: 1.24;
  font-weight: 850;
}

.ahw-static-help-card p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.55;
}

.ahw-static-help-card__phone {
  display: block;
  margin-top: 22px;
  color: #fff;
  font-size: 27px;
  line-height: 1.12;
  font-weight: 900;
  text-decoration: none;
}

.ahw-static-help-card__button {
  width: 100%;
  min-height: 58px;
  display: grid;
  place-items: center;
  margin-top: 24px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--ahw-button);
  color: var(--ahw-ink);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.ahw-static-help-card__button:hover {
  background: var(--ahw-button-hover);
}

.ahw-static-side-nav {
  padding: 22px;
  border: 1px solid rgba(199, 208, 183, .68);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 254, 250, .94), rgba(247, 242, 231, .8));
  box-shadow: 0 10px 28px rgba(39, 48, 38, .06);
}

.ahw-static-side-nav h2 {
  margin: 0 0 16px;
  color: var(--ahw-ink);
  font-size: 22px;
  line-height: 1.16;
}

.ahw-static-side-nav__list {
  display: grid;
}

.ahw-static-side-nav__link {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(199, 208, 183, .66);
  color: var(--ahw-soft);
  text-decoration: none;
  font-weight: 800;
}

.ahw-static-side-nav__link:first-child {
  border-top: 0;
}

.ahw-static-side-nav__link::after {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  opacity: .44;
  transform: rotate(45deg);
}

.ahw-static-side-nav__link:hover,
.ahw-static-side-nav__link.is-active {
  color: var(--ahw-ink);
}

.ahw-static-side-nav__link.is-active::after {
  opacity: .9;
}

.ahw-articles-page {
  padding-block: clamp(42px, 5vw, 72px) clamp(54px, 6vw, 86px);
}

.ahw-articles-page__head {
  max-width: 980px;
  margin-bottom: 30px;
}

.ahw-articles-page__head h1,
.ahw-article-detail__head h1 {
  margin: 0;
  color: var(--ahw-ink);
  font-family: var(--ahw-display-font);
  font-size: clamp(44px, 4.6vw, 72px);
  font-weight: 600;
  line-height: 1.03;
}

.ahw-articles-page__head p:last-child {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--ahw-soft);
  font-size: 17px;
  line-height: 1.58;
}

.ahw-articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.ahw-article-card {
  min-width: 0;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 254, 250, .94);
  color: var(--ahw-ink);
  text-decoration: none;
  box-shadow: var(--ahw-card-shadow);
  transition: transform .18s ease, box-shadow .18s ease;
}

.ahw-article-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--ahw-card-shadow-strong);
}

.ahw-article-card__media {
  width: 100%;
  aspect-ratio: 1.65;
  display: block;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(102, 122, 85, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(102, 122, 85, .06) 1px, transparent 1px),
    #f7f4eb;
  background-size: 44px 44px;
}

.ahw-article-card__media.is-empty {
  aspect-ratio: 2.8;
}

.ahw-article-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ahw-article-card__body {
  min-width: 0;
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px;
}

.ahw-article-card__date,
.ahw-article-detail__head time {
  color: var(--ahw-clay);
  font-size: 13px;
  font-weight: 850;
}

.ahw-article-card__title {
  color: var(--ahw-ink);
  font-size: 22px;
  font-weight: 850;
  line-height: 1.18;
}

.ahw-article-card__text {
  color: var(--ahw-soft);
  font-size: 15px;
  line-height: 1.58;
}

.ahw-article-card__more {
  align-self: end;
  width: fit-content;
  margin-top: 8px;
  color: var(--ahw-green);
  font-size: 13px;
  font-weight: 900;
}

.ahw-articles-page__pager {
  margin-top: 28px;
}

.ahw-article-detail {
  max-width: 1120px;
  padding-block: clamp(42px, 5vw, 72px) clamp(54px, 6vw, 86px);
}

.ahw-article-detail__back {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 254, 250, .86);
  color: var(--ahw-green);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(39, 48, 38, .06);
}

.ahw-article-detail__head {
  max-width: 980px;
  margin-bottom: 26px;
}

.ahw-article-detail__head time {
  display: inline-block;
  margin-top: 18px;
}

.ahw-article-detail__picture {
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--ahw-card-shadow);
}

.ahw-article-detail__picture img {
  width: 100%;
  max-height: 520px;
  display: block;
  object-fit: cover;
}

.ahw-article-detail__content {
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(199, 208, 183, .68);
  border-radius: 10px;
  background: rgba(255, 254, 250, .94);
  box-shadow: 0 10px 28px rgba(39, 48, 38, .06);
  color: var(--ahw-soft);
  font-size: 17px;
  line-height: 1.78;
}

.ahw-article-detail__content p,
.ahw-article-detail__content ul,
.ahw-article-detail__content ol {
  margin: 0 0 18px;
}

.ahw-article-detail__content p:last-child,
.ahw-article-detail__content ul:last-child,
.ahw-article-detail__content ol:last-child {
  margin-bottom: 0;
}

.ahw-article-detail__content h2,
.ahw-article-detail__content h3,
.ahw-article-detail__content h4 {
  margin: 34px 0 14px;
  color: var(--ahw-ink);
  line-height: 1.22;
}

.ahw-article-detail__content h2:first-child,
.ahw-article-detail__content h3:first-child,
.ahw-article-detail__content h4:first-child {
  margin-top: 0;
}

.ahw-article-detail__content h2 {
  font-family: var(--ahw-display-font);
  font-size: 32px;
  font-weight: 600;
}

.ahw-article-detail__content h3 {
  font-size: 24px;
  font-weight: 850;
}

.ahw-article-detail__content a {
  color: var(--ahw-green);
  font-weight: 850;
  overflow-wrap: anywhere;
  text-underline-offset: 3px;
  word-break: break-word;
}

.ahw-article-detail__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.ahw-article-detail__content table {
  width: 100%;
  margin: 22px 0;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.ahw-article-detail__content th,
.ahw-article-detail__content td {
  padding: 12px 14px;
  border: 1px solid rgba(199, 208, 183, .68);
  text-align: left;
  vertical-align: top;
}

.ahw-catalog-layout {
  display: grid;
  grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.ahw-product-detail__summary,
.ahw-basket-summary,
.ahw-order-summary,
.ahw-order-section {
  padding: 18px;
  border: 0;
  border-radius: 8px;
  background: var(--ahw-paper-2);
  box-shadow: var(--ahw-card-shadow);
}

.ahw-filter-panel {
  min-width: 0;
}

.ahw-filter-card {
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 253, 247, .9);
  box-shadow: var(--ahw-card-shadow);
}

.ahw-filter-card__head {
  display: block;
  padding: 20px 20px 17px;
  background: var(--ahw-green-dark);
  color: #fff;
}

.ahw-filter-card__head h2 {
  margin: 0 0 8px;
  font-size: 25px;
  line-height: 1.16;
  font-weight: 850;
}

.ahw-filter-card__head p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.45;
}

.ahw-filter-details {
  border-radius: 8px;
  background: rgba(255, 253, 247, .86);
  box-shadow: var(--ahw-card-shadow);
}

.ahw-filter-details > summary {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: center;
  gap: 6px 12px;
  padding: 20px;
  cursor: pointer;
  color: #fff;
  list-style: none;
}

.ahw-filter-details > summary h2,
.ahw-filter-details > summary p {
  grid-column: 1;
}

.ahw-filter-details > summary::-webkit-details-marker {
  display: none;
}

.ahw-filter-details > summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 16px;
  font-weight: 850;
}

.ahw-filter-details[open] > summary::after {
  content: "-";
}

@media (min-width: 681px) {
  .ahw-filter-details > summary {
    grid-template-columns: 1fr;
    cursor: default;
  }

  .ahw-filter-details > summary::after {
    content: none;
    display: none;
  }
}

.ahw-filter {
  padding: 0 16px 16px;
}

.ahw-filter-panel--navigator .ahw-filter {
  padding: 16px 18px 18px;
}

.ahw-smart-filter {
  display: grid;
  gap: 10px;
}

.ahw-smart-filter__group {
  overflow: hidden;
  border: 1px solid rgba(199, 208, 183, .82);
  border-radius: 8px;
  background: rgba(255, 255, 255, .76);
}

.ahw-smart-filter__group > summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 13px 12px 16px;
  cursor: pointer;
  color: var(--ahw-ink);
  list-style: none;
}

.ahw-smart-filter__group[open] > summary {
  border-bottom: 1px solid rgba(199, 208, 183, .72);
  background: #eef3e7;
}

.ahw-smart-filter__group > summary::-webkit-details-marker {
  display: none;
}

.ahw-smart-filter__group > summary::after {
  content: "+";
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ahw-button);
  color: var(--ahw-ink);
  font-size: 13px;
}

.ahw-smart-filter__group[open] > summary::after {
  content: "-";
}

.ahw-smart-filter__group-heading {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.ahw-smart-filter__group-heading strong,
.ahw-smart-filter__group-heading em {
  min-width: 0;
  display: block;
}

.ahw-smart-filter__group-heading strong {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ahw-smart-filter__group-heading em {
  overflow: hidden;
  color: var(--ahw-soft);
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ahw-smart-filter__range {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px 14px 14px;
}

.ahw-smart-filter__range-field {
  display: grid;
  grid-template-rows: auto 38px;
  gap: 6px;
  align-items: start;
  min-width: 0;
}

.ahw-smart-filter__range-field label {
  color: var(--ahw-soft);
  font-size: 12px;
  font-weight: 750;
  display: block;
  padding-left: 1px;
  line-height: 1.2;
}

.ahw-smart-filter__range input {
  min-height: 36px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid rgba(115, 96, 69, .26);
  border-radius: 6px;
  background: #fff;
  color: var(--ahw-ink);
  font: inherit;
  text-align: left;
}

.ahw-smart-filter__hint {
  margin: -4px 14px 14px;
  color: var(--ahw-soft);
  font-size: 12px;
}

.ahw-smart-filter__values {
  display: grid;
  gap: 7px;
  padding: 12px 14px 14px;
}

.ahw-smart-filter__values--extra {
  padding: 9px 14px 14px;
}

.ahw-smart-filter__more {
  margin: -4px 14px 12px;
}

.ahw-smart-filter__more summary {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  list-style: none;
  color: var(--ahw-green);
  font-size: 12px;
  font-weight: 850;
}

.ahw-smart-filter__more summary::-webkit-details-marker {
  display: none;
}

.ahw-smart-filter__more summary::after {
  content: "+";
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #efe7d6;
  color: var(--ahw-ink);
  font-size: 12px;
}

.ahw-smart-filter__more[open] summary::after {
  content: "-";
}

.ahw-smart-filter__choice {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: #4f493f;
  font-size: 13px;
  line-height: 1.28;
}

.ahw-smart-filter__choice input {
  width: 15px;
  height: 15px;
  margin: 1px 0 0;
  accent-color: var(--ahw-green);
}

.ahw-smart-filter__choice input:disabled + span {
  opacity: .42;
}

.ahw-smart-filter__choice small {
  color: var(--ahw-soft);
  font-size: 12px;
}

.ahw-smart-filter__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 10px;
  align-items: center;
  margin-top: 4px;
  padding-top: 16px;
  border-top: 1px solid rgba(216, 200, 173, .7);
}

.ahw-smart-filter__actions button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: var(--ahw-button);
  color: var(--ahw-ink);
  font-weight: 850;
}

.ahw-smart-filter__actions button:hover {
  background: var(--ahw-button-hover);
}

.ahw-smart-filter__actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(199, 208, 183, .9);
  border-radius: 8px;
  background: rgba(255, 254, 250, .76);
  color: var(--ahw-soft);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.ahw-filter .bx-filter,
.ahw-filter .bx-filter.bx-blue,
.ahw-filter .bx-filter-section,
.ahw-filter .bx-filter-block,
.ahw-filter .bx-filter-parameters-box-container,
.ahw-filter .bx-filter-parameters-box-container-block {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent !important;
  color: var(--ahw-ink);
  font-family: inherit;
}

.ahw-filter .container-fluid,
.ahw-filter .row,
.ahw-filter [class*="col-"] {
  float: none;
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.ahw-filter .bx-filter-title {
  display: none;
}

.ahw-filter .bx-filter-parameters-box {
  margin: 0;
  padding: 13px 0;
  border-top: 1px solid rgba(216, 200, 173, .7);
  background: transparent !important;
}

.ahw-filter .bx-filter-parameters-box:first-of-type {
  border-top: 0;
}

.ahw-filter .bx-filter-parameters-box-title {
  margin: 0;
  padding: 0 0 8px;
  color: var(--ahw-green);
  font-size: 13px;
  font-weight: 850;
}

.ahw-filter .bx-filter-parameters-box-title span,
.ahw-filter .bx-filter-parameters-box-hint {
  color: inherit;
  border: 0;
}

.ahw-filter .checkbox {
  margin: 0 0 8px;
}

.ahw-filter label {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: #4f493f;
  font-size: 13px;
  line-height: 1.32;
}

.ahw-filter input[type="checkbox"],
.ahw-filter input[type="radio"] {
  width: 15px;
  height: 15px;
  margin: 1px 0 0;
  accent-color: var(--ahw-green);
}

.ahw-filter input[type="text"] {
  width: 100%;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(115, 96, 69, .28);
  border-radius: 6px;
  background: #fff;
  color: var(--ahw-ink);
  font: inherit;
}

.ahw-filter .bx-ui-slider-track-container {
  padding: 18px 4px 2px;
}

.ahw-filter .bx-ui-slider-track {
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: #dfd4bf;
}

.ahw-filter .bx-ui-slider-range,
.ahw-filter .bx-ui-slider-pricebar-v {
  background: var(--ahw-green);
}

.ahw-filter .bx-ui-slider-handle {
  top: -7px;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--ahw-green);
  box-shadow: 0 2px 8px rgba(41, 37, 31, .22);
}

.ahw-filter .btn,
.ahw-filter input[type="submit"],
.ahw-filter input[type="button"] {
  min-height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 6px;
  background: var(--ahw-green);
  color: #fff;
  font-weight: 850;
}

.ahw-filter a,
.ahw-filter .bx-filter-param-text {
  color: inherit;
}

.ahw-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
}

.ahw-catalog-layout .ahw-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ahw-product-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--ahw-paper-2);
  box-shadow: var(--ahw-card-shadow);
  transition: transform .16s ease, box-shadow .16s ease;
}

.ahw-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(41, 37, 31, .12);
}

.ahw-product-card__image {
  display: block;
  height: clamp(190px, 17vw, 245px);
  background: #fff;
}

.ahw-product-card__image img,
.ahw-product-detail__main-image img,
.ahw-product-detail__thumbs img,
.ahw-basket-item__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 14px;
}

.ahw-product-card__favorite {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(199, 208, 183, .78);
  border-radius: 50%;
  background: rgba(255, 254, 250, .92);
  color: var(--ahw-green-dark);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(39, 48, 38, .08);
}

.ahw-product-card__favorite:hover {
  color: var(--ahw-clay);
}

.ahw-product-card__favorite.is-active,
.ahw-basket-item__action.is-active {
  color: var(--ahw-clay);
}

.ahw-product-card__favorite.is-updating,
.ahw-basket-item__action.is-updating {
  opacity: .6;
  pointer-events: none;
}

.ahw-product-card__body {
  min-height: 206px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 14px 16px 16px;
}

.ahw-product-card__article {
  color: var(--ahw-soft);
  font-size: 12px;
}

.ahw-product-card__title,
.ahw-basket-item__title {
  color: var(--ahw-ink);
  text-decoration: none;
  font-weight: 850;
  line-height: 1.25;
}

.ahw-product-card__title {
  display: -webkit-box;
  min-height: 3.75em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ahw-product-card__props {
  min-height: 76px;
  max-height: 76px;
  display: grid;
  gap: 4px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.32;
}

.ahw-product-card__props div {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(56px, max-content) minmax(0, 1fr);
  gap: 8px;
  align-items: baseline;
}

.ahw-product-card__props dt {
  color: rgba(95, 104, 91, .78);
  font-weight: 650;
}

.ahw-product-card__props dd {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #4f5a4e;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ahw-product-card__meta {
  margin-top: auto;
  display: grid;
  gap: 3px;
  color: var(--ahw-soft);
  font-size: 13px;
}

.ahw-product-card__meta strong {
  color: var(--ahw-ink);
  font-size: 22px;
  line-height: 1;
}

.ahw-product-card__price {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: baseline;
}

.ahw-product-card__price del {
  color: rgba(95, 104, 91, .72);
  font-size: 13px;
  font-weight: 750;
}

.ahw-product-card__price mark {
  padding: 3px 7px;
  border-radius: 999px;
  background: #efe0ca;
  color: var(--ahw-clay);
  font-size: 12px;
  font-weight: 900;
}

.ahw-pagination {
  margin-top: 24px;
}

.ahw-empty {
  padding: 42px;
  border: 1px dashed #cbb99d;
  border-radius: 8px;
  background: var(--ahw-paper-2);
  text-align: center;
}

.ahw-empty h1,
.ahw-empty h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
}

.ahw-product-detail {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.ahw-product-detail__main-image {
  aspect-ratio: 1;
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--ahw-card-shadow);
}

.ahw-product-detail__thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.ahw-product-detail__thumbs img {
  aspect-ratio: 1;
  border: 1px solid rgba(216, 200, 173, .68);
  border-radius: 6px;
  background: #fff;
}

.ahw-product-detail__summary {
  padding: 26px;
}

.ahw-product-detail__summary h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  line-height: 1.05;
}

.ahw-product-detail__lead,
.ahw-rich-text {
  color: #524c43;
  line-height: 1.65;
}

.ahw-buybox {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #e0d2bb;
}

.ahw-buybox__price {
  font-size: 26px;
}

.ahw-buybox__state {
  color: var(--ahw-green);
  font-weight: 850;
}

.ahw-product-section {
  margin-top: 34px;
}

.ahw-product-section h2 {
  margin: 0 0 14px;
  font-size: 24px;
}

.ahw-props {
  display: grid;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--ahw-paper-2);
  box-shadow: var(--ahw-card-shadow);
}

.ahw-props__row {
  display: grid;
  grid-template-columns: minmax(160px, 260px) minmax(0, 1fr);
  gap: 16px;
  padding: 13px 16px;
  border-bottom: 1px solid #eadfce;
}

.ahw-props__row:last-child {
  border-bottom: 0;
}

.ahw-props dt {
  color: var(--ahw-soft);
  font-weight: 750;
}

.ahw-props dd {
  margin: 0;
}

.ahw-basket,
.ahw-order {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 22px;
  align-items: start;
}

.ahw-basket__items,
.ahw-order__main {
  display: grid;
  gap: 12px;
}

.ahw-basket-item {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 16px;
  padding: 14px;
  border: 0;
  border-radius: 8px;
  background: var(--ahw-paper-2);
  box-shadow: var(--ahw-card-shadow);
}

.ahw-basket-item__image {
  aspect-ratio: 1;
  border-radius: 6px;
  background: #fff;
}

.ahw-basket-item__body {
  display: grid;
  gap: 10px;
}

.ahw-basket-item__meta,
.ahw-order-item {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  color: var(--ahw-soft);
  font-size: 14px;
}

.ahw-basket-summary,
.ahw-order-summary {
  position: sticky;
  top: 16px;
  display: grid;
  gap: 14px;
}

.ahw-basket-summary strong,
.ahw-order-summary strong {
  font-size: 28px;
}

.ahw-order-section h2 {
  margin: 0 0 14px;
}

.ahw-order-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ahw-field {
  display: grid;
  gap: 6px;
  color: var(--ahw-soft);
  font-size: 13px;
  font-weight: 750;
}

.ahw-field input {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #cbb99d;
  border-radius: 6px;
  font: inherit;
}

.ahw-order-items {
  display: grid;
  gap: 10px;
}

.ahw-order-item {
  justify-content: space-between;
  padding-block: 8px;
  border-bottom: 1px solid #eadfce;
}

.ahw-order-item:last-child {
  border-bottom: 0;
}

.ahw-footer {
  margin-top: clamp(42px, 6vw, 84px);
  padding: 0;
  color: rgba(255, 255, 255, .84);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(135deg, #263d2d, #1f3025 68%);
  background-size: var(--ahw-grid-size-x) var(--ahw-grid-size-y), var(--ahw-grid-size-x) var(--ahw-grid-size-y), auto;
}

.ahw-footer__topline {
  min-height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: #1f3025;
}

.ahw-footer__topline .ahw-info-nav {
  max-width: none;
  padding-inline: var(--ahw-pad);
  background: transparent;
}

.ahw-footer__topline .ahw-info-nav__items {
  flex-wrap: nowrap;
}

.ahw-footer__topline .ahw-info-nav__phone {
  font-size: 21px;
}

.ahw-footer__body {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) minmax(150px, .7fr) minmax(190px, .9fr) minmax(260px, 1fr);
  gap: clamp(28px, 4vw, 66px);
  align-items: start;
  padding: 42px var(--ahw-pad) 24px;
}

.ahw-footer__brand {
  min-width: 0;
}

.ahw-footer p {
  max-width: 360px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 17px;
  line-height: 1.55;
}

.ahw-logo--footer {
  width: min(100%, 300px);
}

.ahw-logo--footer img {
  width: 100%;
  height: auto;
}

.ahw-footer__developer {
  width: 154px;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  opacity: .92;
  transition: opacity .16s ease, transform .16s ease;
}

.ahw-footer__developer:hover {
  transform: translateY(-1px);
  opacity: 1;
}

.ahw-footer__developer img {
  width: 100%;
  height: auto;
  display: block;
}

.ahw-footer__menu,
.ahw-footer__catalog {
  min-width: 0;
}

.ahw-footer-nav h2,
.ahw-footer__contacts h2 {
  margin: 0 0 17px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 850;
}

.ahw-footer-nav__list {
  display: grid;
  gap: 11px;
}

.ahw-footer-nav__link,
.ahw-footer__contacts a,
.ahw-footer__contacts span {
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.36;
  text-decoration: none;
}

.ahw-footer-nav__link:hover,
.ahw-footer-nav__link.is-active,
.ahw-footer__contacts a:hover {
  color: #fff;
}

.ahw-footer__contacts {
  display: grid;
  gap: 13px;
  color: rgba(255, 255, 255, .76);
}

.ahw-footer__phone {
  color: #fff !important;
  font-size: 28px !important;
  line-height: 1.05 !important;
  font-weight: 850;
  white-space: nowrap;
}

.ahw-footer__button {
  width: 100%;
  min-height: 54px;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--ahw-button);
  color: var(--ahw-ink) !important;
  font-size: 15px !important;
  font-weight: 850;
  text-align: center;
}

.ahw-footer__button:hover {
  background: var(--ahw-button-hover);
}

.ahw-footer__bottom {
  margin-inline: var(--ahw-pad);
  padding: 18px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
}

@media (max-width: 1100px) {
  .ahw-footer__body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ahw-footer__topline .ahw-info-nav {
    justify-content: flex-end;
  }

  .ahw-footer__topline .ahw-info-nav__items {
    display: none;
  }
}

@media (max-width: 680px) {
  .ahw-footer {
    margin-top: 36px;
  }

  .ahw-footer__body {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 30px 22px;
  }

  .ahw-footer__topline .ahw-info-nav {
    min-height: 48px;
  }

  .ahw-footer__topline .ahw-info-nav__phone {
    font-size: 21px;
  }

  .ahw-logo--footer {
    width: 260px;
  }

  .ahw-footer p {
    font-size: 16px;
  }

  .ahw-footer__phone {
    font-size: 24px !important;
  }

  .ahw-footer__bottom {
    display: grid;
    justify-content: stretch;
  }
}

@media (max-width: 980px) {
  .ahw-header,
  .ahw-home-atelier__hero,
  .ahw-hero,
  .ahw-catalog-layout,
  .ahw-static-page__layout,
  .ahw-product-detail,
  .ahw-basket,
  .ahw-order {
    grid-template-columns: 1fr;
  }

  .ahw-home-atelier__copy {
    min-height: 0;
    padding-block: 8px 0;
  }

  .ahw-home-visual {
    min-height: 430px;
  }

  .ahw-home-mosaic {
    min-height: 394px;
  }

  .ahw-home-popular .ahw-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ahw-actions {
    justify-content: flex-start;
  }

  .ahw-filter-panel {
    position: static;
  }

  .ahw-static-page__aside {
    position: static;
  }

  .ahw-catalog-menu__link:nth-of-type(n+5) {
    display: none;
  }

  .ahw-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  }

  .ahw-catalog-layout .ahw-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .ahw-shell {
    width: 100%;
  }

  .ahw-catalog-layout .ahw-product-grid {
    grid-template-columns: 1fr;
  }

  .ahw-utility,
  .ahw-utility__group {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .ahw-header {
    min-height: 0;
    gap: 14px;
    padding-block: 18px;
  }

  .ahw-main--static-text {
    padding-block: 34px 56px;
  }

  .ahw-static-page__head {
    margin-bottom: 22px;
  }

  .ahw-static-page__head h1 {
    font-size: 36px;
  }

  .ahw-static-page__content,
  .ahw-static-help-card,
  .ahw-static-side-nav {
    padding: 24px;
  }

  .ahw-static-help-card__phone {
    font-size: 24px;
  }

  .ahw-logo {
    width: min(100%, 280px);
  }

  .ahw-actions {
    gap: 8px;
  }

  .ahw-action-link {
    display: none;
  }

  .ahw-cart {
    min-height: 36px;
    padding-inline: 12px;
  }

  .ahw-nav {
    min-height: 48px;
    gap: 10px;
  }

  .ahw-catalog-menu__link:nth-of-type(n+3) {
    display: none;
  }

  .ahw-story-grid,
  .ahw-order-fields {
    grid-template-columns: 1fr;
  }

  .ahw-home-atelier .ahw-title {
    font-size: 42px;
    line-height: .98;
  }

  .ahw-home-atelier__text {
    font-size: 15px;
  }

  .ahw-home-visual {
    min-height: 0;
    padding: 12px;
  }

  .ahw-home-mosaic {
    min-height: 292px;
    grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ahw-home-mosaic__item--large {
    grid-column: auto;
    grid-row: span 2;
  }

  .ahw-home-mosaic--gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1.24fr) minmax(0, .82fr);
  }

  .ahw-home-mosaic--gallery .ahw-home-mosaic__item--gallery {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .ahw-home-mosaic__item img {
    padding: 14px;
  }

  .ahw-home-mosaic__item span {
    right: 8px;
    bottom: 8px;
    left: 8px;
    font-size: 11px;
  }

  .ahw-hero__content {
    inset: 28px 24px auto 24px;
  }

  .ahw-title,
  .ahw-page-head h1,
  .ahw-product-detail__summary h1 {
    font-size: 36px;
    line-height: .98;
  }

  .ahw-home-atelier .ahw-title {
    font-size: 42px;
  }

  .ahw-hero__panel {
    min-height: 360px;
  }

  .ahw-hero__content p {
    font-size: 14px;
  }

  .ahw-home-popular .ahw-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ahw-home-popular .ahw-product-card__image {
    height: 154px;
  }

  .ahw-home-popular .ahw-product-card__body {
    min-height: 190px;
    gap: 7px;
    padding: 11px;
  }

  .ahw-home-popular .ahw-product-card__title {
    min-height: 2.5em;
    -webkit-line-clamp: 2;
  }

  .ahw-home-popular .ahw-product-card__props {
    min-height: 76px;
    max-height: 76px;
    font-size: 12px;
    gap: 4px;
  }

  .ahw-home-popular .ahw-product-card__props div {
    grid-template-columns: minmax(56px, max-content) minmax(0, 1fr);
  }

  .ahw-home-popular .ahw-product-card__meta strong {
    font-size: 18px;
  }

  .ahw-home-popular .ahw-card-button {
    min-height: 34px;
  }
}

@media (max-width: 520px) {
  .ahw-utility {
    font-size: 11px;
  }

  .ahw-catalog-menu__link {
    display: none;
  }

  .ahw-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap: 14px;
  }

  .ahw-home-actions {
    display: grid;
  }

  .ahw-home-mosaic {
    min-height: 258px;
  }

  .ahw-home-mosaic__item span {
    display: none;
    font-size: 11px;
  }

  .ahw-product-card__body {
    min-height: 202px;
    padding: 12px;
  }

  .ahw-basket-item {
    grid-template-columns: 86px minmax(0, 1fr);
  }
}

/* T2 C2 template pass */
.ahw-utility {
  min-height: 30px;
  padding-block: 7px;
  background: var(--ahw-green-dark);
  color: rgba(255, 255, 255, .88);
  font-weight: 700;
}

.ahw-header {
  min-height: 88px;
  padding-block: 14px;
  grid-template-columns: minmax(270px, 330px) minmax(320px, 1fr) auto;
  gap: 28px;
  background: rgba(255, 254, 250, .88);
  backdrop-filter: blur(10px);
}

.ahw-search input[type="text"],
.ahw-search input[type="search"] {
  min-height: 48px;
  border-color: rgba(153, 165, 138, .88);
  color: var(--ahw-ink);
  font-size: 15px;
}

.ahw-icon {
  width: 18px;
  height: 18px;
  display: block;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ahw-action-icon {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(199, 208, 183, .72);
  border-radius: 50%;
  background: #fff;
  color: var(--ahw-green-dark);
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease;
}

.ahw-action-icon:hover,
.ahw-cart:hover {
  transform: translateY(-1px);
}

.ahw-cart {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  border: 1px solid rgba(51, 66, 53, .08);
  border-radius: 999px;
  background: var(--ahw-green-dark);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 760;
  box-shadow: 0 10px 24px rgba(51, 66, 53, .12);
  transition: transform .16s ease, box-shadow .16s ease;
}

.ahw-cart__count,
.ahw-cart strong {
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  font-size: 12px;
  line-height: 1;
}

.ahw-cart__total,
.ahw-cart em {
  color: rgba(255, 255, 255, .88);
  font-style: normal;
  font-weight: 700;
}

.ahw-nav {
  min-height: 60px;
  padding-block: 10px;
  gap: 10px;
  background: rgba(229, 237, 222, .92);
  border-top: 1px solid rgba(39, 48, 38, .05);
  border-bottom: 1px solid rgba(39, 48, 38, .05);
  color: rgba(39, 48, 38, .84);
  font-size: 14px;
  font-weight: 700;
}

.ahw-nav__catalog,
.ahw-catalog-menu__link {
  border-radius: 8px;
}

.ahw-nav__catalog {
  min-height: 40px;
  padding-inline: 18px;
  background: var(--ahw-green-dark);
}

.ahw-catalog-menu__link {
  max-width: none;
  padding: 13px 8px;
}

.ahw-catalog-menu__link.is-active::after {
  background: var(--ahw-clay);
}

.ahw-title,
.ahw-page-head h1,
.ahw-product-detail__summary h1 {
  font-family: var(--ahw-display-font);
  font-weight: 600;
  letter-spacing: 0;
}

.ahw-page-head {
  max-width: 980px;
  margin-bottom: 32px;
}

.ahw-page-head--catalog {
  max-width: none;
}

.ahw-page-head__row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
}

.ahw-page-head__row h1 {
  margin-bottom: 0;
}

.ahw-page-head--catalog .ahw-page-head__row h1 {
  white-space: nowrap;
}

.ahw-catalog-sort {
  flex: 0 0 300px;
  display: grid;
  grid-template-columns: auto minmax(190px, 1fr);
  gap: 10px;
  align-items: center;
  max-width: none;
  padding-bottom: 8px;
}

.ahw-catalog-sort__label {
  color: var(--ahw-soft);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ahw-catalog-sort__select-wrap {
  position: relative;
  display: block;
}

.ahw-catalog-sort__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--ahw-green-dark);
  border-bottom: 2px solid var(--ahw-green-dark);
  pointer-events: none;
  transform: translateY(-65%) rotate(45deg);
}

.ahw-catalog-sort select {
  width: 100%;
  min-height: 38px;
  appearance: none;
  padding: 0 38px 0 14px;
  border: 1px solid rgba(199, 208, 183, .72);
  border-radius: 999px;
  background: rgba(255, 254, 250, .74);
  color: var(--ahw-ink);
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.ahw-page-head h1 {
  font-size: clamp(42px, 4vw, 64px);
}

.ahw-page-head p:last-child {
  max-width: 760px;
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.55;
}

.ahw-kicker {
  color: var(--ahw-clay);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ahw-button {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  background: var(--ahw-green-dark);
  color: #fff;
  font-size: 14px;
  font-weight: 760;
  cursor: pointer;
}

.ahw-button:hover {
  background: #28352a;
}

.ahw-card-button {
  min-height: 46px;
  border-radius: 8px;
  background: var(--ahw-button);
  color: var(--ahw-ink);
  font-size: 14px;
  font-weight: 760;
}

.ahw-card-button:hover {
  background: var(--ahw-button-hover);
}

.ahw-product-detail__summary,
.ahw-basket-summary,
.ahw-order-summary,
.ahw-order-section {
  border-radius: 10px;
  background: rgba(255, 254, 250, .9);
  box-shadow: var(--ahw-card-shadow);
}

.ahw-basket,
.ahw-order {
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
}

.ahw-basket__items,
.ahw-order__main {
  gap: 16px;
}

.ahw-basket-item {
  grid-template-columns: 118px minmax(0, 1fr) 124px 130px;
  gap: 20px;
  align-items: center;
  padding: 18px;
  border-radius: 10px;
  background: rgba(255, 254, 250, .9);
  box-shadow: 0 14px 34px rgba(39, 48, 38, .07);
}

.ahw-basket-item__image {
  width: 118px;
  height: 118px;
  aspect-ratio: auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.ahw-basket-item__image img {
  padding: 8px;
}

.ahw-basket-item__info {
  min-width: 0;
}

.ahw-basket-item__kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--ahw-green);
  font-size: 12px;
  font-weight: 800;
}

.ahw-basket-item__title {
  display: block;
  font-size: 20px;
  font-weight: 760;
}

.ahw-basket-item__info p {
  margin: 8px 0 0;
  color: var(--ahw-soft);
  font-size: 13px;
  line-height: 1.45;
}

.ahw-qty {
  width: max-content;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(199, 208, 183, .76);
  border-radius: 999px;
  background: #fff;
}

.ahw-qty button,
.ahw-qty span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--ahw-ink);
  font: inherit;
  font-weight: 800;
}

.ahw-qty button {
  color: rgba(39, 48, 38, .64);
  cursor: pointer;
}

.ahw-qty button:hover {
  background: rgba(215, 224, 200, .6);
  color: var(--ahw-ink);
}

.ahw-qty button:disabled {
  cursor: wait;
  opacity: .55;
}

.ahw-qty span {
  width: 44px;
  border-inline: 1px solid rgba(199, 208, 183, .58);
}

.ahw-basket-item__price {
  justify-self: end;
  text-align: right;
  white-space: nowrap;
}

.ahw-basket-item__price strong {
  display: block;
  font-size: 21px;
  font-weight: 800;
}

.ahw-basket-item__price small {
  display: block;
  margin-top: 6px;
  color: var(--ahw-soft);
  font-size: 12px;
  font-weight: 600;
}

.ahw-basket-summary,
.ahw-order-summary {
  top: 24px;
  gap: 0;
  padding: 24px;
}

.ahw-basket-summary h2,
.ahw-order-summary h2,
.ahw-order-section h2 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 760;
}

.ahw-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 0;
  color: var(--ahw-soft);
  border-bottom: 1px solid rgba(199, 208, 183, .56);
  font-size: 14px;
}

.ahw-summary-row b {
  color: var(--ahw-ink);
  font-weight: 800;
  text-align: right;
}

.ahw-summary-total {
  margin-top: 18px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  font-size: 15px;
  font-weight: 800;
}

.ahw-summary-total strong {
  font-size: 30px;
  line-height: 1;
  text-align: right;
}

.ahw-basket-summary .ahw-button,
.ahw-order-summary .ahw-button {
  width: 100%;
  margin-top: 22px;
}

.ahw-basket-summary .ahw-text-link {
  margin-top: 14px;
  justify-self: center;
}

.ahw-order-section {
  padding: 24px;
}

.ahw-order-fields {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ahw-field--full {
  grid-column: 1 / -1;
}

.ahw-field {
  gap: 7px;
  color: var(--ahw-soft);
  font-size: 13px;
  font-weight: 700;
}

.ahw-field input,
.ahw-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(199, 208, 183, .76);
  border-radius: 8px;
  background: #fff;
  color: var(--ahw-ink);
  font: inherit;
  font-size: 15px;
  font-weight: 500;
}

.ahw-field input {
  min-height: 46px;
  padding: 0 14px;
}

.ahw-field textarea {
  min-height: 92px;
  padding: 12px 14px;
  resize: vertical;
}

.ahw-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ahw-option-card {
  position: relative;
  min-height: 92px;
  padding: 16px;
  display: grid;
  align-content: start;
  gap: 7px;
  border: 1px solid rgba(199, 208, 183, .72);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.ahw-option-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.ahw-option-card.is-active,
.ahw-option-card:has(input:checked) {
  border-color: rgba(102, 122, 85, .64);
  background: var(--ahw-tag);
  box-shadow: inset 0 0 0 1px rgba(102, 122, 85, .14);
}

.ahw-option-card b {
  font-size: 15px;
  font-weight: 800;
}

.ahw-option-card span {
  color: var(--ahw-soft);
  font-size: 13px;
  line-height: 1.4;
}

.ahw-order-items {
  gap: 0;
}

.ahw-order-item {
  justify-content: space-between;
  padding-block: 10px;
  border-color: rgba(199, 208, 183, .56);
}

.ahw-mini-items {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.ahw-mini-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.ahw-mini-item img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  padding: 5px;
  border-radius: 7px;
  background: #fff;
}

.ahw-mini-item b {
  display: block;
  font-size: 13px;
  line-height: 1.25;
}

.ahw-mini-item span {
  display: block;
  margin-top: 3px;
  color: var(--ahw-soft);
  font-size: 12px;
}

.ahw-mini-item > strong {
  font-size: 13px;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .ahw-basket-item {
    grid-template-columns: 104px minmax(0, 1fr) 116px;
  }

  .ahw-basket-item__image {
    width: 104px;
    height: 104px;
  }

  .ahw-basket-item__price {
    grid-column: 2 / -1;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 980px) {
  .ahw-header {
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  }

  .ahw-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .ahw-basket,
  .ahw-order {
    grid-template-columns: 1fr;
  }

  .ahw-basket-summary,
  .ahw-order-summary {
    position: static;
  }
}

@media (max-width: 760px) {
  .ahw-page-head__row {
    display: grid;
    gap: 16px;
    align-items: start;
  }

  .ahw-page-head--catalog .ahw-page-head__row h1 {
    white-space: normal;
  }

  .ahw-catalog-sort {
    width: 100%;
    grid-template-columns: 1fr;
    max-width: none;
    padding-bottom: 0;
  }
}

@media (max-width: 680px) {
  .ahw-header {
    grid-template-columns: 1fr;
    padding-block: 18px;
  }

  .ahw-actions {
    justify-content: flex-start;
  }

  .ahw-cart__label,
  .ahw-cart__total {
    display: none;
  }

  .ahw-cart {
    width: 40px;
    padding: 0;
    justify-content: center;
  }

  .ahw-basket-item {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px;
  }

  .ahw-basket-item__image {
    width: 86px;
    height: 86px;
  }

  .ahw-qty,
  .ahw-basket-item__price {
    grid-column: 2 / -1;
    justify-self: start;
    text-align: left;
  }

  .ahw-order-fields,
  .ahw-option-grid {
    grid-template-columns: 1fr;
  }

  .ahw-summary-total {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Home hero and full catalog menu refinement */
.ahw-home-atelier {
  padding-block: clamp(42px, 5.8vw, 82px) clamp(42px, 5vw, 70px);
}

.ahw-home-atelier__hero {
  grid-template-columns: minmax(500px, .9fr) minmax(620px, 1fr);
  gap: clamp(40px, 5vw, 84px);
  align-items: center;
}

.ahw-home-atelier__copy {
  min-height: clamp(520px, 38vw, 650px);
  justify-content: center;
}

.ahw-home-atelier .ahw-title {
  max-width: 820px;
  font-size: clamp(62px, 5.7vw, 104px);
  line-height: .98;
}

.ahw-home-atelier__text {
  max-width: 740px;
  margin-top: 22px;
  color: var(--ahw-soft);
  font-size: 18px;
  line-height: 1.62;
}

.ahw-home-actions {
  margin-top: 34px;
}

.ahw-home-visual {
  min-height: clamp(520px, 35vw, 650px);
  padding: 0;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ahw-home-visual__label {
  display: none;
}

.ahw-weekly-card {
  width: 100%;
  min-height: clamp(500px, 34vw, 640px);
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(260px, 330px);
  gap: clamp(26px, 3vw, 44px);
  align-items: center;
  padding: clamp(34px, 4vw, 58px);
  border: 1px solid rgba(199, 208, 183, .58);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--ahw-card-shadow-strong);
}

.ahw-weekly-card__image {
  min-height: clamp(260px, 20vw, 360px);
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.ahw-weekly-card__image img {
  width: 100%;
  height: 100%;
  max-height: 380px;
  object-fit: contain;
}

.ahw-weekly-card__copy {
  align-self: center;
  justify-self: center;
  width: 100%;
  max-width: 330px;
  display: grid;
  justify-items: center;
  text-align: center;
}

.ahw-weekly-card__label {
  display: block;
  margin-bottom: 13px;
  color: var(--ahw-green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ahw-weekly-card__title {
  display: block;
  color: var(--ahw-ink);
  text-decoration: none;
  font-size: 26px;
  line-height: 1.18;
  font-weight: 800;
}

.ahw-weekly-card__copy p {
  margin: 18px 0 0;
  color: var(--ahw-soft);
  font-size: 16px;
  line-height: 1.56;
}

.ahw-weekly-card__price {
  margin-top: 28px;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
}

.ahw-weekly-card .ahw-card-button {
  margin-top: 26px;
  width: 100%;
  min-height: 58px;
  background: var(--ahw-button);
  color: var(--ahw-ink);
}

.ahw-catalog-menu {
  position: relative;
  gap: 12px;
  align-self: stretch;
  align-items: center;
  overflow: visible;
}

.ahw-catalog-menu__items {
  min-width: 0;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  gap: 0 clamp(14px, 1.6vw, 28px);
  align-content: center;
  align-items: center;
  max-height: 44px;
  overflow: hidden;
}

.ahw-catalog-menu__items .ahw-catalog-menu__link {
  max-width: none;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}

.ahw-catalog-menu__items .ahw-catalog-menu__link {
  min-height: 32px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 6px 0;
}

.ahw-catalog-menu__items .ahw-catalog-menu__link[hidden] {
  display: none !important;
}

.ahw-catalog-menu__items .ahw-catalog-menu__link::after {
  bottom: 2px;
}

/* Open Design product detail A refined */
.ahw-product-page {
  padding-block: 52px 84px;
}

.ahw-product-page .ahw-product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .78fr);
  gap: 36px;
  align-items: stretch;
}

.ahw-product-page .ahw-product-detail__card {
  border: 1px solid rgba(216, 205, 183, .72);
  border-radius: 10px;
  background: rgba(255, 253, 247, .92);
  box-shadow: var(--ahw-card-shadow);
}

.ahw-product-page .ahw-product-detail__gallery {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 680px;
  padding: 32px;
}

.ahw-product-page .ahw-product-detail__main-image {
  display: grid;
  width: 100%;
  min-height: 500px;
  place-items: center;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(216, 205, 183, .62);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  cursor: zoom-in;
}

.ahw-product-page .ahw-product-detail__main-image img {
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 26px;
  object-fit: contain;
}

.ahw-product-page .ahw-product-detail__thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.ahw-product-page .ahw-product-detail__thumb {
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(216, 205, 183, .82);
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
}

.ahw-product-page .ahw-product-detail__thumb.is-active {
  border: 2px solid var(--ahw-clay);
}

.ahw-product-page .ahw-product-detail__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ahw-product-page .ahw-product-detail__summary {
  display: grid;
  min-height: 680px;
  align-content: start;
  padding: 42px 44px 38px;
}

.ahw-product-page .ahw-product-detail__summary h1 {
  margin: 0 0 22px;
  font-size: clamp(36px, 3.1vw, 62px);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.ahw-product-page .ahw-product-detail__lead {
  max-width: 650px;
  margin: 0 0 30px;
  color: #58675d;
  font-size: 21px;
  line-height: 1.55;
}

.ahw-product-page .ahw-product-detail__facts {
  display: grid;
  gap: 12px;
  margin: 0 0 26px;
  padding: 24px 0 26px;
  border-top: 1px solid rgba(216, 205, 183, .8);
  border-bottom: 1px solid rgba(216, 205, 183, .8);
}

.ahw-product-page .ahw-product-detail__fact {
  display: grid;
  grid-template-columns: 166px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  color: var(--ahw-ink);
  font-size: 18px;
  line-height: 1.32;
}

.ahw-product-page .ahw-product-detail__fact dt {
  color: #738072;
  font-weight: 850;
}

.ahw-product-page .ahw-product-detail__fact dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.ahw-product-page .ahw-buybox {
  display: grid;
  grid-template-columns: minmax(160px, auto) minmax(220px, 1fr);
  gap: 22px;
  align-items: end;
  margin-top: auto;
  padding-top: 0;
  border-top: 0;
}

.ahw-product-page .ahw-buybox__meta {
  display: grid;
  gap: 8px;
}

.ahw-product-page .ahw-buybox__price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  color: #092229;
  font-size: 44px;
  line-height: 1;
}

.ahw-product-page .ahw-buybox__price del {
  color: #869082;
  font-size: 22px;
  font-weight: 750;
  text-decoration-thickness: 2px;
}

.ahw-product-page .ahw-buybox__price strong {
  font-weight: 850;
}

.ahw-product-page .ahw-buybox__price mark {
  align-self: center;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--ahw-clay);
  color: #fff;
  font-size: 15px;
  font-weight: 850;
}

.ahw-product-page .ahw-buybox__state {
  color: #657266;
  font-size: 17px;
  font-weight: 650;
}

.ahw-product-page .ahw-buybox__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 62px;
  gap: 12px;
}

.ahw-product-page .ahw-buybox .ahw-button,
.ahw-product-page .ahw-buybox__favorite {
  min-height: 62px;
  font-size: 18px;
}

.ahw-product-page .ahw-buybox__favorite {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(216, 205, 183, .82);
  border-radius: 8px;
  background: #fff;
  color: var(--ahw-green-dark);
}

.ahw-product-page .ahw-buybox__favorite svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.ahw-product-page .ahw-buybox__favorite.is-active {
  border-color: rgba(155, 101, 70, .5);
  background: rgba(155, 101, 70, .12);
  color: var(--ahw-clay);
}

.ahw-product-section--full {
  margin-top: 36px;
}

.ahw-product-section--card {
  min-height: 420px;
  padding: 38px 42px;
  border: 1px solid rgba(216, 205, 183, .72);
  border-radius: 10px;
  background: rgba(255, 253, 247, .92);
  box-shadow: var(--ahw-card-shadow);
}

.ahw-product-info__content {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .78fr);
  gap: 52px;
  align-items: start;
}

.ahw-product-section__label {
  margin-bottom: 14px;
  color: var(--ahw-clay);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.ahw-product-page .ahw-product-section h2 {
  margin: 0 0 22px;
  font-family: var(--ahw-display-font);
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 600;
  line-height: 1.08;
}

.ahw-product-page .ahw-rich-text {
  max-width: none;
  margin: 0;
  color: #48564d;
  font-size: 19px;
  line-height: 1.68;
}

.ahw-product-page .ahw-rich-text p:first-child {
  margin-top: 0;
}

.ahw-product-page .ahw-rich-text p:last-child {
  margin-bottom: 0;
}

.ahw-product-page .ahw-props {
  display: grid;
  overflow: visible;
  border-top: 1px solid rgba(216, 205, 183, .75);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ahw-product-info__props h3 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.2;
}

.ahw-product-page .ahw-props__row {
  display: grid;
  grid-template-columns: minmax(160px, .48fr) 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(216, 205, 183, .75);
  font-size: 18px;
  line-height: 1.34;
}

.ahw-product-page .ahw-props dt {
  color: #718073;
  font-weight: 850;
}

.ahw-product-page .ahw-props dd {
  min-width: 0;
  overflow-wrap: anywhere;
}

.ahw-product-section--related {
  margin-top: 58px;
}

.ahw-product-section--related .ahw-section-head {
  align-items: flex-end;
  margin-bottom: 24px;
}

.ahw-product-carousel {
  position: relative;
}

.ahw-product-carousel__viewport {
  overflow: hidden;
  padding-inline: 2px;
}

.ahw-product-section--related .ahw-product-grid {
  display: flex;
  grid-template-columns: none;
  gap: 24px;
  overflow-x: auto;
  padding: 0 2px 4px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.ahw-product-section--related .ahw-product-grid::-webkit-scrollbar {
  display: none;
}

.ahw-product-section--related .ahw-product-card {
  flex: 0 0 clamp(260px, 22vw, 330px);
  scroll-snap-align: start;
}

.ahw-product-carousel__arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(199, 208, 183, .82);
  border-radius: 50%;
  background: rgba(255, 254, 250, .96);
  color: var(--ahw-green-dark);
  box-shadow: 0 14px 34px rgba(39, 48, 38, .16);
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity .16s ease, transform .16s ease, background .16s ease;
}

.ahw-product-carousel__arrow:hover {
  background: var(--ahw-button);
  transform: translateY(-50%) scale(1.04);
}

.ahw-product-carousel__arrow[disabled] {
  opacity: .34;
  cursor: default;
  transform: translateY(-50%);
}

.ahw-product-carousel__arrow span {
  display: block;
  margin-top: -2px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
}

.ahw-product-carousel__arrow--prev {
  left: -18px;
}

.ahw-product-carousel__arrow--next {
  right: -18px;
}

@media (max-width: 680px) {
  .ahw-product-carousel__arrow {
    width: 40px;
    height: 40px;
  }

  .ahw-product-carousel__arrow--prev {
    left: 6px;
  }

  .ahw-product-carousel__arrow--next {
    right: 6px;
  }
}

.ahw-gallery-viewer {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 48px 84px;
  background: rgba(18, 30, 22, .78);
}

.ahw-gallery-open {
  overflow: hidden;
}

.ahw-gallery-viewer[hidden] {
  display: none;
}

.ahw-gallery-viewer img {
  width: min(1100px, 100%);
  max-height: calc(100vh - 120px);
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
}

.ahw-gallery-viewer__close,
.ahw-gallery-viewer__nav {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 253, 247, .94);
  color: var(--ahw-ink);
  cursor: pointer;
}

.ahw-gallery-viewer__close {
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  font-size: 34px;
  line-height: 1;
}

.ahw-gallery-viewer__nav {
  top: 50%;
  width: 56px;
  height: 56px;
  font-size: 44px;
  transform: translateY(-50%);
}

.ahw-gallery-viewer__nav--prev {
  left: 24px;
}

.ahw-gallery-viewer__nav--next {
  right: 24px;
}

@media (max-width: 1100px) {
  .ahw-product-page .ahw-product-detail {
    grid-template-columns: 1fr;
  }

  .ahw-product-page .ahw-product-detail__gallery,
  .ahw-product-page .ahw-product-detail__summary {
    min-height: auto;
  }

  .ahw-product-page .ahw-buybox {
    max-width: 720px;
  }

  .ahw-product-info__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .ahw-product-page {
    padding-block: 34px 58px;
  }

  .ahw-product-page .ahw-product-detail__gallery,
  .ahw-product-page .ahw-product-detail__summary,
  .ahw-product-section--card {
    padding: 22px;
  }

  .ahw-product-page .ahw-product-detail__main-image {
    min-height: 360px;
  }

  .ahw-product-page .ahw-product-detail__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ahw-product-page .ahw-product-detail__fact,
  .ahw-product-page .ahw-props__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ahw-product-page .ahw-buybox {
    grid-template-columns: 1fr;
  }

  .ahw-product-page .ahw-buybox__actions {
    grid-template-columns: 1fr 58px;
  }

  .ahw-gallery-viewer {
    padding: 52px 18px;
  }

  .ahw-gallery-viewer__nav {
    width: 44px;
    height: 44px;
    font-size: 34px;
  }

  .ahw-gallery-viewer__nav--prev {
    left: 8px;
  }

  .ahw-gallery-viewer__nav--next {
    right: 8px;
  }
}

/* Cart and checkout refinement */
.ahw-basket {
  align-items: start;
}

.ahw-basket__items {
  min-height: 0;
  align-content: start;
  padding: 22px;
  border: 1px solid rgba(199, 208, 183, .58);
  border-radius: 10px;
  background: rgba(255, 254, 250, .9);
  box-shadow: var(--ahw-card-shadow);
}

.ahw-basket__items--single {
  align-content: center;
  align-items: center;
}

.ahw-basket-item {
  grid-template-columns: 132px minmax(0, 1fr) 128px 132px;
  gap: 22px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(199, 208, 183, .64);
  background: #fff;
  box-shadow: none;
}

.ahw-basket-item.is-updating {
  opacity: .72;
}

.ahw-basket-item__image {
  width: 132px;
  height: 132px;
  border: 1px solid rgba(199, 208, 183, .55);
}

.ahw-basket-item__props,
.ahw-mini-item__props {
  display: grid;
  gap: 6px;
  margin: 12px 0 0;
}

.ahw-basket-item__props div,
.ahw-mini-item__props div {
  min-width: 0;
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
}

.ahw-basket-item__props dt,
.ahw-mini-item__props dt {
  color: var(--ahw-soft);
  font-size: 13px;
  font-weight: 850;
}

.ahw-basket-item__props dd,
.ahw-mini-item__props dd {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: var(--ahw-ink);
  font-size: 13px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ahw-basket-item__details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 18px;
  align-items: end;
  margin-top: 12px;
}

.ahw-basket-item__details .ahw-basket-item__props {
  min-width: 0;
  margin: 0;
}

.ahw-basket-item__actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}

.ahw-basket-item__action {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ahw-green);
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.ahw-basket-item__action:hover {
  color: var(--ahw-green-dark);
}

.ahw-basket-item__action--delete {
  color: var(--ahw-clay);
}

.ahw-basket-item__action-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}

.ahw-basket-summary,
.ahw-order-summary {
  border: 1px solid rgba(199, 208, 183, .58);
}

.ahw-basket-summary {
  align-self: start;
  min-height: 236px;
}

.ahw-order {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 420px);
  gap: 26px;
}

.ahw-order__main {
  gap: 18px;
}

.ahw-order-section {
  padding: 28px;
  border: 1px solid rgba(199, 208, 183, .58);
}

.ahw-order-section h2,
.ahw-order-summary h2 {
  font-family: var(--ahw-body-font);
  font-size: 28px;
  font-weight: 850;
}

.ahw-field input,
.ahw-field select,
.ahw-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(199, 208, 183, .76);
  border-radius: 8px;
  background: #fff;
  color: var(--ahw-ink);
  font: inherit;
  font-size: 15px;
  font-weight: 600;
}

.ahw-field input,
.ahw-field select {
  min-height: 48px;
  padding: 0 14px;
}

.ahw-field textarea {
  min-height: 104px;
  padding: 12px 14px;
  resize: vertical;
}

.ahw-location-field {
  min-width: 0;
}

.ahw-location-field .quick-locations,
.ahw-location-field .bx-sls .quick-locations,
.ahw-location-field .bx-ui-sls-quick-locations {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 9px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ahw-location-field .quick-locations input[type="button"],
.ahw-location-field .quick-locations button,
.ahw-location-field .quick-locations a,
.ahw-location-field .quick-location-tag,
.ahw-location-field .bx-sls .quick-location-tag,
.ahw-location-field .bx-ui-sls-quick-locations input[type="button"],
.ahw-location-field .bx-ui-sls-quick-locations button,
.ahw-location-field .bx-ui-sls-quick-locations a {
  width: auto;
  min-width: 0;
  min-height: 28px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid rgba(199, 208, 183, .86);
  border-radius: 999px;
  background: var(--ahw-button);
  color: var(--ahw-ink);
  box-shadow: none;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.ahw-location-field .quick-locations input[type="button"]:hover,
.ahw-location-field .quick-locations button:hover,
.ahw-location-field .quick-locations a:hover,
.ahw-location-field .quick-location-tag:hover,
.ahw-location-field .bx-sls .quick-location-tag:hover,
.ahw-location-field .bx-ui-sls-quick-locations input[type="button"]:hover,
.ahw-location-field .bx-ui-sls-quick-locations button:hover,
.ahw-location-field .bx-ui-sls-quick-locations a:hover {
  border-color: rgba(102, 122, 85, .48);
  background: var(--ahw-button-hover);
}

.ahw-location-field .quick-locations input[type="button"]:focus-visible,
.ahw-location-field .quick-locations button:focus-visible,
.ahw-location-field .quick-locations a:focus-visible,
.ahw-location-field .quick-location-tag:focus-visible,
.ahw-location-field .bx-sls .quick-location-tag:focus-visible,
.ahw-location-field .bx-ui-sls-quick-locations input[type="button"]:focus-visible,
.ahw-location-field .bx-ui-sls-quick-locations button:focus-visible,
.ahw-location-field .bx-ui-sls-quick-locations a:focus-visible {
  outline: 2px solid rgba(102, 122, 85, .42);
  outline-offset: 2px;
}

.ahw-location-field .bx-sls {
  min-height: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ahw-location-field .bx-ui-sls-container {
  min-height: 48px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ahw-location-field .dropdown-block,
.ahw-location-field .dropdown-block-ui {
  min-height: 48px;
  border: 1px solid rgba(199, 208, 183, .76);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.ahw-location-field .bx-ui-sls-fake,
.ahw-location-field .bx-ui-sls-route,
.ahw-location-field .bx-ui-sls-input {
  min-height: 46px;
  color: var(--ahw-ink);
  font: inherit;
  font-size: 15px;
  font-weight: 600;
}

.ahw-order-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 16px;
  border-radius: 8px;
  background: var(--ahw-tag);
  color: var(--ahw-soft);
  font-size: 14px;
  line-height: 1.5;
}

.ahw-order-alert {
  margin: 0 0 24px;
  padding: 18px 22px;
  border: 1px solid rgba(159, 83, 54, .28);
  border-radius: 8px;
  background: rgba(255, 248, 236, .96);
  color: #7a3426;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.45;
}

.ahw-order-alert p {
  margin: 0;
}

.ahw-order-alert p + p {
  margin-top: 8px;
}

.ahw-option-card {
  min-height: 108px;
  border-color: rgba(199, 208, 183, .82);
  background: rgba(255, 255, 255, .82);
}

.ahw-mini-item {
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(199, 208, 183, .58);
  border-radius: 8px;
  background: #fff;
}

.ahw-mini-item img {
  width: 68px;
  height: 68px;
}

.ahw-mini-item > strong {
  grid-column: 2;
  justify-self: start;
  font-size: 16px;
}

.ahw-mini-item .ahw-mini-item__kicker {
  margin: 0 0 4px;
  color: var(--ahw-green);
  font-size: 12px;
  font-weight: 850;
}

.ahw-mini-items--main {
  display: grid;
  gap: 12px;
}

.ahw-mini-items--main .ahw-mini-item {
  grid-template-columns: 88px minmax(0, 1fr) auto;
  align-items: center;
}

.ahw-mini-items--main .ahw-mini-item img {
  width: 88px;
  height: 88px;
}

.ahw-mini-items--main .ahw-mini-item > strong {
  grid-column: auto;
  justify-self: end;
  white-space: nowrap;
}

.ahw-mini-item__props {
  gap: 5px;
  margin-top: 8px;
}

.ahw-mini-item__props div {
  grid-template-columns: 82px minmax(0, 1fr);
}

@media (max-width: 1180px) {
  .ahw-basket-item {
    grid-template-columns: 112px minmax(0, 1fr) 118px;
  }

  .ahw-basket-item__image {
    width: 112px;
    height: 112px;
  }

  .ahw-basket-item__price {
    grid-column: 2 / -1;
  }

  .ahw-basket-item__details {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ahw-basket-item__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  .ahw-basket__items {
    min-height: 0;
  }

  .ahw-order {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .ahw-basket__items {
    padding: 12px;
  }

  .ahw-basket__items--single {
    align-content: start;
    align-items: stretch;
  }

  .ahw-basket-item {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
  }

  .ahw-basket-item__image {
    width: 92px;
    height: 92px;
  }

  .ahw-basket-item__props div,
  .ahw-mini-item__props div {
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .ahw-order-section {
    padding: 20px;
  }

  .ahw-mini-items--main .ahw-mini-item {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .ahw-mini-items--main .ahw-mini-item img {
    width: 76px;
    height: 76px;
  }

  .ahw-mini-items--main .ahw-mini-item > strong {
    grid-column: 2;
    justify-self: start;
  }
}

/* Open Design home v2 sync */
.ahw-info-nav {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-inline: var(--ahw-pad);
  background: var(--ahw-green-dark);
  color: rgba(255, 255, 255, .9);
}

.ahw-info-nav__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 0;
  gap: 0 clamp(18px, 3vw, 52px);
}

.ahw-info-nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  color: inherit;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.ahw-info-nav__link:hover,
.ahw-info-nav__link.is-active {
  color: #fff;
}

.ahw-info-nav__phone {
  flex: 0 0 auto;
  color: #fff;
  font-size: 21px;
  font-weight: 850;
  text-decoration: none;
}

.ahw-home-categories__showcase {
  grid-template-columns: minmax(0, .92fr) minmax(680px, 1fr);
  gap: 24px;
  align-items: stretch;
}

.ahw-category-feature {
  min-height: 584px;
}

.ahw-category-feature::after {
  background: linear-gradient(180deg, rgba(37, 48, 38, 0) 46%, rgba(37, 48, 38, .44));
}

.ahw-category-feature__caption {
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 22px;
}

.ahw-home-categories__cards {
  grid-auto-rows: 180px;
  align-content: start;
  gap: 24px;
}

.ahw-home-categories__cards .ahw-category-tile {
  min-height: 180px;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 20px;
  padding: 24px 28px 24px 18px;
}

.ahw-home-categories__cards .ahw-category-tile__image {
  width: 128px;
  height: 124px;
}

.ahw-home-categories__cards .ahw-category-tile__name {
  font-size: 20px;
  line-height: 1.12;
}

.ahw-home-categories__cards .ahw-category-tile small {
  margin-top: 11px;
  font-size: 13px;
}

.ahw-home-categories--cards-only {
  padding-bottom: clamp(44px, 5vw, 72px);
}

.ahw-home-categories--cards-only .ahw-home-categories__cards {
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}

.ahw-home-categories--cards-only .ahw-category-tile {
  min-width: 0;
}

.ahw-about-store {
  padding: 0 0 104px;
}

.ahw-about-store__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .48fr);
  gap: 30px;
  align-items: stretch;
  padding: 34px;
  border: 1px solid rgba(199, 208, 183, .68);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 254, 250, .94), rgba(247, 242, 231, .76));
  box-shadow: var(--ahw-card-shadow);
}

.ahw-about-store__copy {
  padding: 8px 4px 4px;
}

.ahw-about-store__copy .ahw-eyebrow {
  margin-bottom: 14px;
}

.ahw-about-store h2 {
  max-width: 760px;
  margin: 0 0 18px;
  font-family: var(--ahw-display-font);
  font-size: clamp(38px, 3.7vw, 58px);
  font-weight: 700;
  line-height: 1.06;
}

.ahw-about-store__lead {
  max-width: 820px;
  margin: 0;
  color: var(--ahw-soft);
  font-size: 17px;
  line-height: 1.72;
}

.ahw-about-store__lead + .ahw-about-store__lead {
  margin-top: 12px;
}

.ahw-about-store__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.ahw-about-store__facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.ahw-about-fact {
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(199, 208, 183, .62);
  border-radius: 8px;
  background: rgba(255, 255, 255, .74);
}

.ahw-about-fact b {
  display: block;
  margin-bottom: 8px;
  color: var(--ahw-green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ahw-about-fact span {
  display: block;
  color: var(--ahw-ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.28;
}

.ahw-about-fact small {
  display: block;
  margin-top: 8px;
  color: var(--ahw-soft);
  font-size: 13px;
  line-height: 1.42;
}

@media (max-width: 1280px) {
  .ahw-home-categories__showcase {
    grid-template-columns: minmax(0, .88fr) minmax(600px, 1fr);
  }

  .ahw-category-feature {
    min-height: 540px;
  }

  .ahw-home-categories__cards {
    grid-auto-rows: 168px;
  }

  .ahw-home-categories__cards .ahw-category-tile {
    min-height: 168px;
    grid-template-columns: 116px minmax(0, 1fr);
    padding: 22px 24px 22px 18px;
  }

  .ahw-home-categories__cards .ahw-category-tile__image {
    width: 116px;
    height: 112px;
  }
}

@media (max-width: 1180px) {
  .ahw-home-categories__showcase {
    grid-template-columns: 1fr;
  }

  .ahw-category-feature {
    min-height: 440px;
  }

  .ahw-home-categories__cards {
    grid-auto-rows: 160px;
  }

  .ahw-about-store__panel {
    grid-template-columns: 1fr;
  }

  .ahw-about-store__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .ahw-info-nav {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-block: 10px;
  }

  .ahw-info-nav__items {
    gap: 8px 18px;
  }

  .ahw-info-nav__link {
    min-height: 0;
    padding-block: 3px;
  }

  .ahw-info-nav__phone {
    font-size: 21px;
  }

  .ahw-home-categories__cards {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 14px;
  }

  .ahw-home-categories__cards .ahw-category-tile {
    min-height: 132px;
    grid-template-columns: 96px minmax(0, 1fr);
    padding: 16px;
  }

  .ahw-home-categories__cards .ahw-category-tile__image {
    width: 96px;
    height: 96px;
  }

  .ahw-home-categories__cards .ahw-category-tile__name {
    font-size: 17px;
  }

  .ahw-home-categories--cards-only .ahw-home-categories__cards {
    grid-template-columns: 1fr;
  }

  .ahw-category-feature {
    min-height: 380px;
  }

  .ahw-about-store {
    padding-bottom: 70px;
  }

  .ahw-about-store__panel {
    padding: 24px;
  }

  .ahw-about-store h2 {
    font-size: 34px;
  }

  .ahw-about-store__facts {
    grid-template-columns: 1fr;
  }
}

/* Home new items with compact category index */
.ahw-home-popular {
  margin-top: clamp(28px, 4.6vw, 56px);
}

.ahw-home-popular > .ahw-section-head {
  align-items: flex-end;
  margin-bottom: 24px;
}

.ahw-home-popular > .ahw-section-head h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.1vw, 64px);
  line-height: 1.04;
  font-weight: 700;
}

.ahw-home-popular__layout {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.ahw-home-popular__categories,
.ahw-home-popular__products {
  min-width: 0;
}

.ahw-home-popular__products {
  display: contents;
}

.ahw-home-popular .ahw-product-grid {
  display: contents;
}

.ahw-home-popular .ahw-product-card {
  min-height: 100%;
}

.ahw-home-popular .ahw-empty,
.ahw-home-popular .ahw-pagination {
  grid-column: 1 / -1;
}

.ahw-home-categories--compact {
  min-height: 460px;
  height: 100%;
  padding: 24px;
  border: 1px solid rgba(199, 208, 183, .58);
  border-radius: 8px;
  background: rgba(255, 253, 247, .9);
  box-shadow: var(--ahw-card-shadow);
}

.ahw-home-categories--compact .ahw-section-head {
  display: block;
  margin-bottom: 20px;
}

.ahw-home-categories--compact .ahw-section-head h2 {
  font-family: var(--ahw-font);
  font-size: 24px;
  line-height: 1.18;
  font-weight: 850;
}

.ahw-home-categories--compact .ahw-section-head a {
  display: none;
}

.ahw-home-categories__list {
  display: grid;
}

.ahw-category-line {
  min-height: 66px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border-top: 1px solid rgba(199, 208, 183, .68);
  color: var(--ahw-ink);
  text-decoration: none;
}

.ahw-category-line:first-child {
  border-top: 0;
}

.ahw-category-line__image {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
}

.ahw-category-line__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ahw-category-line__name {
  min-width: 0;
  overflow: hidden;
  color: var(--ahw-ink);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.22;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ahw-category-line__count {
  color: var(--ahw-soft);
  font-size: 13px;
  font-weight: 850;
}

.ahw-home-categories__all {
  width: 100%;
  margin-top: 20px;
  background: var(--ahw-button);
}

@media (max-width: 1180px) {
  .ahw-home-categories__showcase {
    grid-template-columns: 1fr;
  }

  .ahw-home-popular__layout {
    grid-template-columns: 1fr;
  }

  .ahw-home-popular__products {
    display: block;
  }

  .ahw-home-categories--compact {
    min-height: 0;
  }

  .ahw-home-popular .ahw-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 680px) {
  .ahw-home-categories:not(.ahw-home-categories--compact) > .ahw-section-head {
    display: block;
  }

  .ahw-home-categories:not(.ahw-home-categories--compact) > .ahw-section-head h2 {
    margin-bottom: 8px;
    font-size: 36px;
  }

  .ahw-category-feature {
    min-height: 380px;
  }

  .ahw-home-categories__cards {
    grid-template-columns: 1fr;
  }

  .ahw-home-categories__cards .ahw-category-tile {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .ahw-home-categories__cards .ahw-category-tile__image {
    width: 96px;
    height: 88px;
  }

  .ahw-home-popular > .ahw-section-head {
    display: block;
  }

  .ahw-home-popular > .ahw-section-head h2 {
    margin-bottom: 8px;
    font-size: 36px;
  }

  .ahw-home-popular .ahw-product-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1320px) {
  .ahw-home-atelier__hero {
    grid-template-columns: minmax(420px, .85fr) minmax(520px, 1fr);
    gap: 36px;
  }

  .ahw-home-atelier .ahw-title {
    font-size: clamp(54px, 5.3vw, 86px);
  }
}

@media (max-width: 980px) {
  .ahw-home-atelier__hero {
    grid-template-columns: 1fr;
  }

  .ahw-home-atelier__copy {
    min-height: 0;
  }

  .ahw-weekly-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .ahw-weekly-card {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .ahw-weekly-card__copy {
    max-width: none;
  }

  .ahw-catalog-menu__items {
    max-height: 38px;
  }
}

/* Wider first-screen composition */
.ahw-home-atelier {
  margin-inline: calc(var(--ahw-pad) * -1);
  padding-inline: max(52px, calc((100vw - 1720px) / 2 + 56px));
}

.ahw-home-atelier__hero {
  grid-template-columns: minmax(620px, .94fr) minmax(680px, 1fr);
  align-items: start;
}

.ahw-home-atelier__copy {
  min-height: clamp(540px, 36vw, 650px);
}

.ahw-home-atelier .ahw-title {
  max-width: 780px;
  font-size: clamp(58px, 4.35vw, 86px);
  line-height: 1.04;
}

.ahw-home-visual {
  align-items: flex-start;
}

.ahw-weekly-card {
  min-height: clamp(520px, 34.5vw, 650px);
}

@media (max-width: 1500px) {
  .ahw-home-atelier {
    padding-inline: max(36px, calc((100vw - 1380px) / 2 + 40px));
  }

  .ahw-home-atelier__hero {
    grid-template-columns: minmax(500px, .9fr) minmax(520px, 1fr);
  }
}

@media (max-width: 1120px) {
  .ahw-home-atelier {
    margin-inline: 0;
    padding-inline: 0;
  }

  .ahw-home-atelier__hero {
    grid-template-columns: 1fr;
  }
}

/* First-screen alignment with the approved B1.1 mockup */
.ahw-home-atelier__copy {
  justify-content: flex-start;
  padding-top: clamp(58px, 4vw, 76px);
}

.ahw-home-atelier {
  padding-inline: clamp(38px, 2.7vw, 52px);
}

.ahw-home-atelier__hero {
  grid-template-columns: minmax(700px, .86fr) minmax(760px, 1fr);
  gap: clamp(48px, 3.4vw, 64px);
}

.ahw-home-atelier .ahw-eyebrow {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: auto;
  margin-bottom: 24px;
  padding-bottom: 0;
  border-bottom: 0;
}

.ahw-home-atelier .ahw-eyebrow::after {
  content: "";
  width: clamp(86px, 6.2vw, 126px);
  height: 1px;
  background: currentColor;
  opacity: .68;
}

.ahw-home-actions {
  margin-top: 28px;
}

.ahw-home-actions .ahw-button--ghost {
  border-color: transparent;
  background: var(--ahw-button);
  color: var(--ahw-ink);
}

.ahw-home-actions .ahw-button--ghost:hover {
  background: var(--ahw-button-hover);
}

.ahw-weekly-card {
  align-items: center;
}

.ahw-weekly-card__copy {
  justify-items: start;
  text-align: left;
}

.ahw-weekly-card__title {
  font-size: 28px;
}

.ahw-weekly-card .ahw-card-button {
  min-height: 60px;
}

.ahw-catalog-menu {
  flex: 1 1 auto;
  max-width: none;
}

@media (max-width: 1180px) {
  .ahw-catalog-menu {
    flex: 1 1 auto;
    max-width: none;
  }
}

@media (max-width: 1600px) {
  .ahw-home-atelier__hero {
    grid-template-columns: minmax(560px, .88fr) minmax(620px, 1fr);
  }
}

@media (max-width: 1260px) {
  .ahw-home-atelier__hero {
    grid-template-columns: 1fr;
  }
}

/* Open Design first-screen geometry sync */
.ahw-home-atelier {
  margin-inline: calc(var(--ahw-pad) * -1);
  padding-inline: var(--ahw-pad);
  padding-block: 54px 64px;
}

.ahw-home-atelier__hero {
  grid-template-columns: minmax(460px, .95fr) minmax(520px, 1.05fr);
  gap: 44px;
  align-items: center;
}

.ahw-home-atelier__copy {
  min-height: 520px;
  justify-content: center;
  padding-block: 0;
}

.ahw-home-atelier .ahw-eyebrow {
  gap: 10px;
  margin-bottom: 10px;
}

.ahw-home-atelier .ahw-eyebrow::after {
  width: 64px;
}

.ahw-home-atelier .ahw-title {
  max-width: 740px;
  font-size: clamp(50px, 5.2vw, 78px);
  line-height: .98;
}

.ahw-home-atelier__text {
  max-width: 650px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.62;
}

.ahw-home-visual {
  align-items: center;
}

.ahw-weekly-card {
  min-height: 520px;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 24px;
  padding: 28px;
}

.ahw-weekly-card__image {
  min-height: 456px;
}

.ahw-weekly-card__image img {
  max-height: none;
}

.ahw-weekly-card__copy {
  max-width: 260px;
}

.ahw-weekly-card__title {
  font-size: 23px;
  line-height: 1.2;
  font-weight: 760;
}

.ahw-weekly-card__copy p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.ahw-weekly-card__price {
  margin-top: 18px;
  font-size: 26px;
}

@media (max-width: 1260px) {
  .ahw-home-atelier {
    margin-inline: 0;
    padding-inline: 0;
  }

  .ahw-home-atelier__hero {
    grid-template-columns: 1fr;
  }

  .ahw-weekly-card {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  }
}

/* Open Design header and navigation sync */
.ahw-utility {
  gap: 20px;
}

.ahw-actions {
  gap: 12px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
}

.ahw-search input[type="text"],
.ahw-search input[type="search"] {
  padding-inline: 20px;
}

.ahw-search-form__button {
  display: none;
}

.ahw-nav__catalog {
  min-height: 45px;
  padding: 13px 18px;
  line-height: 1.35;
}

.ahw-nav__catalog--mobile {
  display: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.ahw-catalog-menu {
  gap: 10px;
}

.ahw-catalog-menu__items {
  gap: 0 10px;
  flex-wrap: nowrap;
  max-height: 46px;
  overflow: hidden;
}

.ahw-catalog-menu__items .ahw-catalog-menu__link {
  min-height: 45px;
  padding: 13px 18px;
  line-height: 1.35;
}

.ahw-catalog-menu__items .ahw-catalog-menu__link::after {
  bottom: 7px;
}

@media (max-width: 680px) {
  .ahw-info-nav {
    min-height: 44px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-block: 7px;
  }

  .ahw-info-nav__items {
    display: none;
  }

  .ahw-info-nav__phone {
    font-size: 21px;
    line-height: 1.1;
  }

  .ahw-header {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "logo actions"
      "search search";
    gap: 12px;
    padding-block: 13px;
  }

  .ahw-logo {
    grid-area: logo;
    width: auto;
  }

  .ahw-logo img {
    width: min(218px, 58vw);
  }

  .ahw-search {
    grid-area: search;
    width: 100%;
  }

  .ahw-search input[type="text"],
  .ahw-search input[type="search"] {
    min-height: 42px;
    padding-inline: 15px;
    font-size: 14px;
  }

  .ahw-actions {
    grid-area: actions;
    justify-content: flex-end;
    gap: 8px;
  }

  .ahw-action-icon,
  .ahw-cart {
    width: 40px;
    height: 40px;
    min-height: 40px;
    flex: 0 0 40px;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
  }

  .ahw-cart {
    position: relative;
  }

  .ahw-cart__label,
  .ahw-cart__total {
    display: none;
  }

  .ahw-cart__count,
  .ahw-cart strong {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, .88);
    background: var(--ahw-clay);
    color: #fff;
    font-size: 10px;
  }

  .ahw-nav {
    min-height: 0;
    display: block;
    padding-block: 10px;
    overflow: visible;
    white-space: normal;
  }

  .ahw-nav__catalog--desktop {
    display: none;
  }

  .ahw-nav__catalog--mobile {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff !important;
  }

  .ahw-nav__catalog--mobile .ahw-icon {
    transition: transform .16s ease;
  }

  .ahw-nav.is-mobile-catalog-open .ahw-nav__catalog--mobile .ahw-icon {
    transform: rotate(180deg);
  }

  .ahw-catalog-menu {
    display: none;
    width: 100%;
    max-width: none;
    margin-top: 8px;
  }

  .ahw-nav.is-mobile-catalog-open .ahw-catalog-menu {
    display: block;
  }

  .ahw-catalog-menu__items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    max-height: none;
    overflow: visible;
  }

  .ahw-catalog-menu__items .ahw-catalog-menu__link {
    min-height: 44px;
    width: 100%;
    display: flex !important;
    align-items: center;
    padding: 11px 14px;
    border: 1px solid rgba(199, 208, 183, .62);
    background: rgba(255, 254, 250, .72);
    white-space: normal;
  }

  .ahw-catalog-menu__items .ahw-catalog-menu__link::after {
    content: none;
  }

  .ahw-product-page .ahw-product-detail__gallery {
    min-height: 0;
    padding: 18px;
  }

  .ahw-product-page .ahw-product-detail__main-image {
    min-height: 0;
    width: 100%;
    overflow: hidden;
  }

  .ahw-product-page .ahw-product-detail__main-image img {
    max-width: 100%;
    height: auto;
  }

}

/* Catalog pagination */
.ahw-pagination {
  grid-column: 1 / -1;
  margin-top: 30px;
}

.ahw-pagenav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
  padding: 16px 18px;
  border: 1px solid rgba(199, 208, 183, .62);
  border-radius: 10px;
  background: rgba(255, 254, 250, .9);
  box-shadow: 0 12px 30px rgba(39, 48, 38, .07);
}

.ahw-pagenav__summary {
  color: var(--ahw-soft);
  font-size: 14px;
  font-weight: 800;
}

.ahw-pagenav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

.ahw-pagenav__button,
.ahw-pagenav__dots {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--ahw-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.ahw-pagenav__button {
  border: 1px solid rgba(199, 208, 183, .78);
  background: rgba(255, 255, 255, .82);
  transition: background .16s ease, border-color .16s ease, color .16s ease;
}

.ahw-pagenav__button:hover {
  border-color: rgba(102, 122, 85, .48);
  background: var(--ahw-button-hover);
}

.ahw-pagenav__button.is-active {
  border-color: var(--ahw-green-dark);
  background: var(--ahw-green-dark);
  color: #fff;
}

.ahw-pagenav__button.is-disabled {
  opacity: .42;
  pointer-events: none;
}

.ahw-pagenav__button--wide {
  min-width: 86px;
  padding-inline: 18px;
}

.ahw-pagenav__dots {
  min-width: 24px;
  color: var(--ahw-soft);
}

@media (max-width: 680px) {
  .ahw-pagenav {
    align-items: stretch;
    padding: 14px;
  }

  .ahw-pagenav__summary,
  .ahw-pagenav__list {
    width: 100%;
  }

  .ahw-pagenav__list {
    justify-content: flex-start;
  }

  .ahw-pagenav__button--wide {
    min-width: 78px;
  }
}

@media (max-width: 760px) {
  .ahw-articles-page,
  .ahw-article-detail {
    padding-block: 32px 48px;
  }

  .ahw-articles-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ahw-article-card__body {
    padding: 18px;
  }

  .ahw-article-card__title {
    font-size: 20px;
  }

  .ahw-article-detail__content {
    padding: 22px;
    font-size: 16px;
  }
}

/* End */


/* Start:/local/templates/arthomework_b1/template_styles.css?178222557640*/
@import url("/local/templates/arthomework_b1/./assets/css/theme.css");


/* End */
/* /local/templates/arthomework_b1/assets/css/theme.css?1782225455105335 */
/* /local/templates/arthomework_b1/template_styles.css?178222557640 */
