
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
p,
ol,
ul {
  margin-top: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
}

button {
  color: inherit;
  cursor: pointer;
}

img {
  vertical-align: middle;
}

[hidden],
.d-none {
  display: none !important;
}

.d-lg-block {
  display: none !important;
}

.d-xl-none {
  display: block !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.navbar-nav,
.nav,
.breadcrumb,
.pagination,
.carousel-indicators {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.navbar-nav,
.nav,
.pagination {
  display: flex;
}

.nav-link,
.dropdown-item {
  display: block;
}

.dropdown,
.dropright,
.carousel,
.carousel-inner {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 10rem;
  background: #fff;
}

[data-dropdown].show > .dropdown-menu,
[data-dropdown].show > .admin-sidebar-category__trigger + .dropdown-menu {
  display: block;
}

.tab-pane:not(.active) {
  display: none;
}

.carousel-item {
  display: none;
}

.carousel-item.active {
  display: block;
}

.carousel-indicators {
  position: absolute;
  z-index: 2;
  display: flex;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  z-index: 2;
  display: grid;
  padding: 0;
  place-items: center;
  cursor: pointer;
}

.form-control {
  display: block;
  width: 100%;
  border: 1px solid #ced4da;
  background-clip: padding-box;
}

.page-link {
  display: block;
}

.page-item.disabled .page-link {
  pointer-events: none;
  opacity: 0.55;
}

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}
.money {
  display: inline-flex;
  align-items: center;
  gap: 0.12em;
  white-space: nowrap;
}

:root {
  --color-ink: #15181e;
  --color-muted: #69707d;
  --color-soft: #f3f5f7;
  --color-line: #e5e8ec;
  --color-brand: #18a75b;
  --color-brand-dark: #0f8345;
  --color-dark: #0f1217;
  --color-white: #ffffff;
  --shadow-sm: 0 8px 24px rgba(15, 18, 23, 0.06);
  --shadow-md: 0 18px 50px rgba(15, 18, 23, 0.09);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--color-soft);
  color: var(--color-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
}
body a {
  color: inherit;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
body a:hover {
  color: var(--color-brand-dark);
  text-decoration: none;
}
body img {
  max-width: 100%;
}

button,
input {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(24, 167, 91, 0.35);
  outline-offset: 3px;
}

.site-shell {
  width: min(100% - 48px, 1440px);
  margin-right: auto;
  margin-left: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1040;
}

.analytics-fallback {
  position: absolute;
  left: -9999px;
}

.utility-bar {
  background: var(--color-dark);
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  letter-spacing: 0.01em;
}

.utility-bar__inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 36px;
  gap: 24px;
}

.utility-bar__location {
  margin-right: auto;
}

.utility-bar__phone {
  color: var(--color-white);
  font-weight: 700;
}

.utility-bar__phone:hover {
  color: #62db98;
}

.site-navbar {
  min-height: 74px;
  padding: 0;
  border-bottom: 1px solid rgba(15, 18, 23, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 30px rgba(15, 18, 23, 0.05);
  backdrop-filter: blur(18px);
}

.site-navbar__inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 18px;
  min-height: 74px;
}

.brand-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 8px 0;
}

.brand-logo {
  display: block;
  width: 148px;
  height: auto;
}

.site-navbar__menu {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  margin-left: 4px;
}

.site-navbar__menu .navbar-nav {
  align-items: center;
  gap: 2px;
}

.site-navbar__menu .nav-link {
  border: 0;
  background: transparent;
  padding: 10px 11px !important;
  border-radius: 10px;
  color: #313640 !important;
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}

.site-navbar__menu .nav-link:hover,
.site-navbar__menu .nav-item.show > .nav-link {
  background: #eef8f2;
  color: var(--color-brand-dark) !important;
}

.site-navbar__menu .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.45em;
  vertical-align: 0.18em;
  border-top: 0.35em solid currentColor;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  content: "";
  transition: transform 160ms ease;
}

.site-navbar__menu .nav-item.show .dropdown-toggle::after {
  transform: rotate(180deg);
}

.site-navbar .dropdown-menu {
  z-index: 1060;
  margin-top: 10px;
  padding: 8px;
  border: 1px solid var(--color-line);
  border-radius: 16px;
  box-shadow: var(--shadow-md);
}

.site-navbar .dropdown-item {
  padding: 10px 12px;
  border-radius: 10px;
  color: #313640;
  font-size: 14px;
}

.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:focus {
  background: #eef8f2;
  color: var(--color-brand-dark);
}

.site-navbar__toggler {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 6px;
  border: 1px solid var(--color-line);
  border-radius: 12px;
  background: var(--color-white);
  place-items: center;
}

.site-navbar__toggler .navbar-toggler-icon {
  display: block;
  width: 20px;
  height: 16px;
  background: linear-gradient(var(--color-ink), var(--color-ink)) top/100% 2px no-repeat, linear-gradient(var(--color-ink), var(--color-ink)) center/100% 2px no-repeat, linear-gradient(var(--color-ink), var(--color-ink)) bottom/100% 2px no-repeat;
}

.site-navbar__toggler:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(24, 167, 91, 0.16);
}

.site-search {
  position: relative;
  display: flex;
  flex: 0 0 288px;
  align-items: center;
  margin: 0;
}

.site-search__icon {
  position: absolute;
  left: 16px;
  z-index: 2;
  width: 15px;
  height: 15px;
  border: 2px solid #7b828e;
  border-radius: 50%;
  pointer-events: none;
}

.site-search__icon::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: #7b828e;
  content: "";
  transform: rotate(45deg);
}

.site-search .typeahead {
  width: 100%;
  height: 44px;
  padding: 0 16px 0 43px;
  border: 1px solid #dfe3e8;
  border-radius: 14px;
  background: #f7f8fa;
  box-shadow: none;
  color: var(--color-ink);
  font-size: 14px;
}

.site-search .typeahead::placeholder {
  color: var(--color-muted);
}

.site-search .typeahead:focus {
  border-color: rgba(24, 167, 91, 0.55);
  background: var(--color-white);
  box-shadow: 0 0 0 4px rgba(24, 167, 91, 0.1);
}

#search_list {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 1050;
  width: min(440px, 100vw - 28px);
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 18px;
  background: var(--color-white);
  box-shadow: 0 22px 60px rgba(15, 18, 23, 0.18);
}

#search_list:empty {
  display: none;
}

.search-empty {
  padding: 20px 18px;
  text-align: left;
}

.search-empty strong {
  display: block;
  margin-bottom: 6px;
  color: var(--color-ink);
  font-size: 15px;
  font-weight: 750;
}

.search-empty p {
  margin: 0 0 12px;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.45;
}

.search-empty a {
  color: var(--color-brand-dark);
  font-size: 14px;
  font-weight: 700;
}

.search-results {
  max-height: min(560px, 100vh - 140px);
  margin: 0;
  padding: 8px;
  overflow-y: auto;
  list-style: none;
}

.search-result {
  padding: 8px;
  border-bottom: 1px solid #eef0f2;
}

.search-result:last-child {
  border-bottom: 0;
}

.search-result__row {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 12px;
}

.search-result__image {
  display: grid;
  width: 64px;
  height: 64px;
  overflow: hidden;
  place-items: center;
  border-radius: 12px;
  background: #f5f6f8;
}

.search-result__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search-result__content > a {
  display: block;
  margin-bottom: 5px;
  color: var(--color-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.search-result__content .price-badge {
  font-size: 14px;
}

.category-search-result > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 4px;
  color: var(--color-ink);
  font-size: 14px;
  font-weight: 650;
}

.mobile-catalog {
  padding-top: 16px;
}

.top-navbar {
  gap: 8px;
  padding: 5px;
  border-radius: 13px;
  background: #eff1f3;
}

.top-navbar .nav-item {
  flex: 1;
}

.top-navbar .nav-link {
  width: 100%;
  text-align: center;
}

.top-navbar .nav-link.active {
  background: var(--color-white);
  color: var(--color-ink) !important;
  box-shadow: 0 3px 12px rgba(15, 18, 23, 0.08);
}

.top-mobile-cats {
  padding-top: 12px;
}

.mobile-catalog__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mobile-catalog__link {
  padding: 11px 12px;
  border: 1px solid var(--color-line);
  border-radius: 12px;
  background: var(--color-white);
  color: #343942;
  font-size: 14px;
  font-weight: 600;
}

.site-main {
  padding-top: 24px;
  padding-bottom: 68px;
}

.site-layout {
  isolation: isolate;
  display: grid;
  grid-template-columns: 244px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
}

.site-sidebar {
  position: relative;
  z-index: 30;
  min-width: 0;
}

.content-panel {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 30px;
  border: 1px solid rgba(15, 18, 23, 0.06);
  border-radius: var(--radius-lg);
  background: var(--color-white);
  box-shadow: var(--shadow-sm);
}

.site-alert {
  margin-bottom: 18px;
  border: 0;
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
}

.breadcrumb-nav {
  margin-bottom: 14px;
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 4px;
  overflow-x: auto;
  background: transparent;
  color: #7b828d;
  font-size: 13px;
  scrollbar-width: none;
  white-space: nowrap;
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 8px;
  color: #afb4bc;
  content: "›";
}

.breadcrumb-item a {
  color: #6e7580;
}

.breadcrumb-item.active {
  max-width: 420px;
  overflow: hidden;
  color: var(--color-ink);
  text-overflow: ellipsis;
}

.category-panel {
  position: sticky;
  z-index: 30;
  top: 128px;
  overflow: visible;
  border: 1px solid rgba(15, 18, 23, 0.07);
  border-radius: 22px;
  background: var(--color-white);
  box-shadow: var(--shadow-sm);
}

.category-panel__heading {
  display: flex;
  flex-direction: column;
  padding: 22px 20px 16px;
  border-bottom: 1px solid var(--color-line);
}

.category-panel__eyebrow,
.eyebrow {
  display: block;
  margin-bottom: 6px;
  color: var(--color-brand-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.category-panel__heading strong {
  font-size: 24px;
  letter-spacing: -0.04em;
}

.category-panel__list {
  padding: 8px;
}

.category-panel__link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #3c424c;
  font-size: 14px;
  font-weight: 620;
  line-height: 1.3;
  text-align: left;
}

.category-panel__link:hover,
.dropright.show .category-panel__button {
  background: #eef8f2;
  color: var(--color-brand-dark);
}

.category-panel__button::after {
  margin-left: auto;
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  border-left: 5px solid currentColor;
  content: "";
}

.category-panel__submenu {
  z-index: 1060;
  top: -8px !important;
  left: calc(100% + 8px) !important;
  min-width: 250px;
  padding: 8px;
  border: 1px solid var(--color-line);
  border-radius: 14px;
  box-shadow: var(--shadow-md);
}

.category-panel__submenu .dropdown-item {
  padding: 9px 10px;
  border-radius: 9px;
  font-size: 14px;
}

.category-panel__help {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 8px;
  padding: 16px;
  border-radius: 14px;
  background: var(--color-dark);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.category-panel__help a {
  color: var(--color-white);
  font-size: 15px;
  font-weight: 750;
}

.category-panel__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px 16px;
  color: var(--color-muted);
  font-size: 12px;
}

.category-panel__social > div {
  display: flex;
  gap: 7px;
}

.category-panel__social a,
.footer-social a {
  display: grid;
  width: 34px;
  height: 34px;
  overflow: hidden;
  place-items: center;
  border-radius: 10px;
  background: #eef0f2;
}

.category-panel__social img,
.footer-social img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.homepage-heading {
  max-width: 980px;
  margin-bottom: 26px;
}

.homepage-heading h1 {
  max-width: 900px;
  margin: 8px 0 16px;
  color: var(--color-ink);
  font-size: clamp(38px, 4.6vw, 66px);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.homepage-heading > p {
  max-width: 800px;
  margin: 0;
  color: var(--color-muted);
  font-size: 17px;
}

.homepage-heading__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.button--secondary {
  border-color: var(--color-line);
  background: var(--color-white);
  color: var(--color-ink);
}

.button--secondary:hover {
  border-color: #cdd3da;
  background: #f8f9fa;
  color: var(--color-brand-dark);
}

.homepage-hero {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: var(--color-white);
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
}

.button--primary {
  background: var(--color-brand);
  color: var(--color-white);
  box-shadow: 0 10px 26px rgba(24, 167, 91, 0.24);
}

.button--primary:hover {
  background: #13974f;
  color: var(--color-white);
  transform: translateY(-1px);
}

.homepage-hero__showcase {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: inherit;
  background: var(--color-white);
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item,
.hero-product {
  height: 100%;
  min-height: 430px;
}

.hero-product {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  color: var(--color-ink);
}

.hero-product__image {
  display: grid;
  min-height: 360px;
  padding: 20px;
  place-items: center;
  background: linear-gradient(145deg, #f7f8fa, #eef1f4);
}

.hero-product__image a {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.hero-product__image picture {
  display: grid;
  width: 100%;
  height: 100%;
}

.hero-product__image img {
  width: 100%;
  height: 100%;
  max-height: 390px;
  object-fit: contain;
}

.hero-product__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 34px 38px 44px 28px;
}

.hero-product__label {
  margin-bottom: 12px;
  color: var(--color-brand-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-product__content h2 {
  margin: 0 0 14px;
  font-size: clamp(23px, 2.2vw, 34px);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.hero-product__content h2 a:hover {
  color: var(--color-brand-dark);
}

.hero-product__content > p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--color-muted);
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.hero-product__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 26px;
}

.hero-product__link,
.text-link {
  color: var(--color-brand-dark);
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.hero-carousel .carousel-indicators {
  right: auto;
  bottom: 15px;
  left: calc(45% + 28px);
  justify-content: flex-start;
  margin: 0;
}

.hero-carousel .carousel-indicators button {
  width: 18px;
  height: 4px;
  margin: 0 3px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #c5cad1;
}

.hero-carousel .carousel-indicators button.active {
  width: 32px;
  background: var(--color-brand);
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  top: 16px;
  bottom: auto;
  width: 38px;
  height: 38px;
  border: 1px solid var(--color-line);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-ink);
  font-size: 26px;
  opacity: 1;
}

.hero-carousel .carousel-control-prev {
  right: 60px;
  left: auto;
}

.hero-carousel .carousel-control-next {
  right: 16px;
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 44px;
}

.benefit {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--color-line);
  border-radius: 17px;
  background: #fafbfc;
}

.benefit__number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: #e9f7ef;
  color: var(--color-brand-dark);
  font-size: 12px;
  font-weight: 850;
}

.benefit div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.benefit strong {
  margin-bottom: 2px;
  font-size: 14px;
}

.benefit div span {
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.35;
}

.homepage-trust {
  margin: 0 0 44px;
  padding: 30px;
  border-radius: 22px;
  background: var(--color-dark);
  color: var(--color-white);
}

.homepage-trust__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 24px;
}

.homepage-trust__intro .eyebrow {
  grid-column: 1/-1;
  margin-bottom: -18px;
  color: #62db98;
}

.homepage-trust__intro h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.homepage-trust__intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.homepage-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.trust-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.trust-card > span {
  display: block;
  margin-bottom: 8px;
  color: #62db98;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.trust-card strong {
  display: block;
  font-size: 14px;
}

.trust-card strong a:hover {
  color: #62db98;
}

.trust-card p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.45;
}

.homepage-trust__legal {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
}

.catalog-section {
  scroll-margin-top: 130px;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.section-heading h2,
.page-heading h1,
.product-detail__header h1,
.article-detail__header h1 {
  margin: 0;
  color: var(--color-ink);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.section-heading h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.section-heading__note {
  color: var(--color-muted);
  font-size: 13px;
}

.page-heading {
  max-width: 900px;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-line);
}

.page-heading h1 {
  margin-bottom: 12px;
  font-size: clamp(34px, 4vw, 54px);
}

.page-heading p {
  max-width: 720px;
  margin: 0;
  color: var(--color-muted);
  font-size: 16px;
}

.category-landing {
  display: grid;
  gap: 58px;
}

.category-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.42fr);
  align-items: stretch;
  gap: 30px;
  padding: 34px;
  border-radius: 24px;
  background: radial-gradient(circle at 18% 0, rgba(79, 174, 107, 0.13), transparent 34%), #f5f7f6;
}

.category-hero__copy {
  align-self: center;
}

.category-hero h1 {
  max-width: 790px;
  margin: 9px 0 16px;
  color: var(--color-ink);
  font-size: clamp(38px, 4.4vw, 60px);
  font-weight: 790;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.category-hero__copy > p {
  max-width: 720px;
  margin: 0;
  color: var(--color-muted);
  font-size: 16px;
}

.category-hero__trust {
  display: grid;
  margin: 0;
  padding: 8px 24px;
  border-radius: 20px;
  background: var(--color-dark);
  color: var(--color-white);
}

.category-hero__trust div {
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.category-hero__trust div:last-child {
  border-bottom: 0;
}

.category-hero__trust dt {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.category-hero__trust dd {
  margin: 0;
  font-size: 14px;
  font-weight: 720;
}

.category-catalog .section-heading h2 {
  margin: 3px 0 0;
}

.category-empty {
  padding: 36px;
  border: 1px dashed #ccd2d7;
  border-radius: 20px;
  background: #fafbfc;
  text-align: center;
}

.category-empty strong {
  display: block;
  font-size: 20px;
}

.category-empty p {
  margin: 8px 0 14px;
  color: var(--color-muted);
}

.category-empty a {
  color: var(--color-brand-dark);
  font-weight: 780;
}

.category-guide {
  padding: 36px;
  border-radius: 24px;
  background: radial-gradient(circle at 100% 0, rgba(79, 174, 107, 0.17), transparent 32%), var(--color-dark);
  color: var(--color-white);
}

.category-guide__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.5fr);
  align-items: end;
  gap: 36px;
  margin-bottom: 30px;
}

.category-guide .eyebrow {
  color: #73ca8d;
}

.category-guide h2,
.category-faq h2 {
  margin: 8px 0 0;
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 790;
  letter-spacing: -0.05em;
  line-height: 1;
}

.category-guide__intro > p {
  margin: 0 0 2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.category-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.category-guide-card {
  min-height: 230px;
  padding: 24px;
  border-radius: 17px;
  background: var(--color-white);
  color: var(--color-ink);
}

.category-guide-card:nth-child(2) {
  background: #eaf7ef;
}

.category-guide-card > span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 38px;
  place-items: center;
  border: 1px solid rgba(15, 18, 23, 0.11);
  border-radius: 50%;
  color: var(--color-brand-dark);
  font-size: 12px;
  font-weight: 800;
}

.category-guide-card h3 {
  margin: 0 0 9px;
  font-size: 19px;
  font-weight: 760;
  letter-spacing: -0.025em;
}

.category-guide-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 13px;
}

.category-commerce {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #d9eadf;
  border-radius: 20px;
  background: #eef8f2;
}

.category-commerce > div {
  padding: 22px;
  border-right: 1px solid #d9eadf;
}

.category-commerce > div:last-child {
  border-right: 0;
}

.category-commerce span {
  display: block;
  margin-bottom: 8px;
  color: var(--color-brand-dark);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-commerce strong,
.category-commerce a {
  color: var(--color-ink);
  font-size: 13px;
  font-weight: 720;
}

.category-faq {
  display: grid;
  grid-template-columns: minmax(220px, 0.46fr) minmax(0, 1fr);
  gap: 42px;
  padding-top: 8px;
}

.category-faq__items {
  border-top: 1px solid var(--color-line);
}

.category-faq details {
  border-bottom: 1px solid var(--color-line);
}

.category-faq summary {
  position: relative;
  padding: 20px 42px 20px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 730;
  list-style: none;
}

.category-faq summary::-webkit-details-marker {
  display: none;
}

.category-faq summary::after {
  position: absolute;
  top: 17px;
  right: 2px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  background: #eef2f3;
  color: var(--color-brand-dark);
  content: "+";
}

.category-faq details[open] summary::after {
  content: "−";
}

.category-faq details p {
  max-width: 680px;
  margin: -5px 42px 20px 0;
  color: var(--color-muted);
  font-size: 14px;
}

.category-related {
  padding-top: 30px;
  border-top: 1px solid var(--color-line);
}

.category-related > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.category-related a {
  display: flex;
  min-width: min(100%, 260px);
  flex: 1 1 260px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 18px;
  border: 1px solid var(--color-line);
  border-radius: 14px;
  color: var(--color-ink);
  font-size: 13px;
  font-weight: 720;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.category-related a:hover {
  border-color: #cbe5d5;
  background: #eef8f2;
  color: var(--color-brand-dark);
}

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

.product-card {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--color-line);
  border-radius: 18px;
  background: var(--color-white);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

@media (hover: hover) {
  .product-card:hover {
    border-color: #d7dce2;
    box-shadow: 0 18px 42px rgba(15, 18, 23, 0.1);
    transform: translateY(-4px);
  }
  .product-card:hover .product-card__image {
    transform: scale(1.025);
  }
}
.product-card__media {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: linear-gradient(145deg, #f8f9fa, #eef1f4);
}

.product-card__image-link {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 12px;
  place-items: center;
}

.product-card__image-link picture {
  display: grid;
  width: 100%;
  height: 100%;
}

.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 220ms ease;
}

.product-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 180px;
  place-items: center;
  color: #7b828e;
  font-weight: 750;
}

.product-card__badges {
  position: absolute;
  top: 12px;
  right: 12px;
  left: 12px;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px;
  pointer-events: none;
}

.product-card__badge {
  padding: 6px 9px;
  border-radius: 8px;
  background: var(--color-brand);
  color: var(--color-white);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.product-card__badge--digital {
  background: linear-gradient(135deg, #118549, #20a961);
  box-shadow: 0 5px 14px rgba(17, 133, 73, 0.24);
}

.product-card__badge--digital span {
  margin-right: 3px;
  font-size: 13px;
  line-height: 0;
}

.product-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 17px 16px 14px;
}

.product-card__category {
  display: block;
  margin-bottom: 7px;
  overflow: hidden;
  color: var(--color-brand-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-card__title {
  display: -webkit-box;
  min-height: 42px;
  margin: 0 0 9px;
  overflow: hidden;
  color: var(--color-ink);
  font-size: 15px;
  font-weight: 720;
  letter-spacing: -0.025em;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-card__title a:hover {
  color: var(--color-brand-dark);
}

.product-card__description {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.product-card__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 13px 16px 16px;
  border-top: 1px solid #eef0f2;
}

.product-card__footer .price-group {
  min-width: 0;
  margin-right: auto;
}

.price-group {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 8px;
}

.price-badge {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.12em;
  color: var(--color-ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
  white-space: nowrap;
}

.currency-symbol {
  display: block;
  width: 0.7em;
  height: 0.7em;
  flex: 0 0 0.7em;
  width: 1cap;
  height: 1cap;
  flex-basis: 1cap;
  fill: currentColor;
}

.price-badge.with-promo {
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 600;
  text-decoration: line-through;
  text-decoration-color: #e04c59;
}

.price-badge.promo {
  color: var(--color-brand-dark);
}

.pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.pagination {
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
}

.page-link {
  min-width: 40px;
  padding: 9px 12px;
  border: 1px solid var(--color-line);
  border-radius: 10px !important;
  color: #4c535d;
  text-align: center;
}

.page-link:hover {
  border-color: #cfe8da;
  background: #eef8f2;
  color: var(--color-brand-dark);
}

.page-item.active .page-link {
  border-color: var(--color-brand);
  background: var(--color-brand);
}

.product-detail__header {
  max-width: 1120px;
  margin-bottom: 28px;
}

.product-detail__header h1 {
  font-size: clamp(32px, 3.3vw, 48px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-wrap: balance;
}

.product-detail__lead {
  max-width: 780px;
  margin: 14px 0 0;
  color: var(--color-muted);
  font-size: 17px;
  line-height: 1.6;
}

.product-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
  align-items: start;
  gap: 24px;
}

.product-detail__media {
  display: grid;
  min-height: 480px;
  padding: 30px;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(145deg, #f8f9fa, #eef1f4);
}

.product-detail__media img {
  width: 100%;
  max-height: 580px;
  object-fit: contain;
}

.product-detail__summary {
  padding: 24px;
  border: 1px solid var(--color-line);
  border-radius: 22px;
  background: var(--color-white);
}

.product-detail__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 20px;
  color: var(--color-brand-dark);
  font-size: 13px;
  font-weight: 750;
}

.product-detail__status::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-brand);
  box-shadow: 0 0 0 5px rgba(24, 167, 91, 0.11);
  content: "";
}

.product-detail__status--preorder {
  color: #8a5a00;
}

.product-detail__status--preorder::before {
  background: #e6a700;
  box-shadow: 0 0 0 5px rgba(230, 167, 0, 0.13);
}

.product-detail__status--out_of_stock,
.product-detail__status--discontinued,
.product-detail__status--unknown {
  color: var(--color-muted);
}

.product-detail__status--out_of_stock::before,
.product-detail__status--discontinued::before,
.product-detail__status--unknown::before {
  background: #8a929d;
  box-shadow: 0 0 0 5px rgba(138, 146, 157, 0.13);
}

.product-detail__digital {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  padding: 14px 16px;
  border: 1px solid rgba(42, 104, 203, 0.2);
  border-radius: 14px;
  color: #184b91;
  background: #eef5ff;
}

.product-detail__digital-icon {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--color-white);
  background: #2a68cb;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.product-detail__digital strong,
.product-detail__digital small {
  display: block;
}

.product-detail__digital strong {
  font-size: 14px;
}

.product-detail__digital small {
  margin-top: 2px;
  color: #46658e;
  font-size: 12px;
}

.product-detail__price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--color-line);
}

.product-detail__price > span:first-child {
  color: var(--color-muted);
  font-size: 13px;
}

.product-detail__price .price-badge {
  font-size: 30px;
}

.product-detail__price .price-badge.with-promo {
  font-size: 15px;
}

.spec-list {
  margin: 18px 0 0;
}

.spec-list__row {
  display: grid;
  grid-template-columns: minmax(110px, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid #eef0f2;
  font-size: 13px;
}

.spec-list__row dt {
  margin: 0;
  color: var(--color-muted);
  font-weight: 500;
}

.spec-list__row dd {
  margin: 0;
  color: var(--color-ink);
  font-weight: 650;
  text-align: right;
}

.product-detail__contact {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 18px;
  border-radius: 16px;
  background: #f3f5f7;
}

.product-detail__contact strong {
  margin-bottom: 2px;
  font-size: 15px;
}

.product-detail__contact > span {
  margin-bottom: 14px;
  color: var(--color-muted);
  font-size: 13px;
}

.product-detail__contact .button {
  align-self: auto;
}

.product-detail__contact-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.product-description,
.similar-products {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid var(--color-line);
}

.rich-content {
  color: #454b55;
  font-size: 16px;
  line-height: 1.75;
}

.rich-content > :last-child {
  margin-bottom: 0;
}

.rich-content h1,
.rich-content h2,
.rich-content h3 {
  margin-top: 1.5em;
  color: var(--color-ink);
  font-weight: 750;
  letter-spacing: -0.035em;
}

.rich-content img {
  height: auto;
  border-radius: 16px;
}

.rich-content table {
  width: 100%;
  margin: 20px 0;
}

.rich-content iframe {
  max-width: 100%;
}

.videoWrapper {
  position: relative;
  height: 0;
  margin: 24px 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 18px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-list {
  display: grid;
  gap: 16px;
}

.article-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 20px;
  background: var(--color-white);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

@media (hover: hover) {
  .article-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
  }
}
.article-card__media {
  display: grid;
  min-height: 240px;
  place-items: center;
  background: #f1f3f5;
}

.article-card__media picture {
  display: grid;
  width: 100%;
  height: 100%;
}

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

.article-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
}

.article-card__content time,
.article-detail__header time {
  margin-bottom: 9px;
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 650;
}

.article-card__content h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.article-card__content p {
  display: -webkit-box;
  margin: 0 0 18px;
  overflow: hidden;
  color: var(--color-muted);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.article-detail {
  max-width: 1000px;
  margin: 0 auto;
}

.article-detail__header {
  max-width: 850px;
  margin: 0 auto 28px;
  text-align: center;
}

.article-detail__header h1 {
  margin-bottom: 14px;
  font-size: clamp(36px, 5vw, 64px);
}

.article-detail__cover {
  overflow: hidden;
  margin-bottom: 34px;
  border-radius: 22px;
  background: #f1f3f5;
}

.article-detail__cover img {
  display: block;
  width: 100%;
}

.article-detail__content {
  max-width: 760px;
  margin: 0 auto;
}

.information-page {
  max-width: 1000px;
}

.about-page {
  display: grid;
  gap: 54px;
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  align-items: stretch;
  gap: 30px;
}

.about-hero > div:first-child {
  padding: 18px 0;
}

.about-hero h1 {
  max-width: 900px;
  margin: 8px 0 18px;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.about-hero > div:first-child > p {
  max-width: 790px;
  margin: 0;
  color: var(--color-muted);
  font-size: 17px;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.about-facts {
  display: grid;
  margin: 0;
  padding: 10px 24px;
  border-radius: 22px;
  background: var(--color-dark);
  color: var(--color-white);
}

.about-facts div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about-facts div:last-child {
  border-bottom: 0;
}

.about-facts dt {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-facts dd {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.about-section__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.about-section__heading h2,
.about-legal h2 {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.about-section--formats {
  padding: 34px;
  overflow: hidden;
  border-radius: 24px;
  background: radial-gradient(circle at 92% 0, rgba(79, 174, 107, 0.18), transparent 34%), var(--color-dark);
}

.about-section--formats .about-section__heading {
  align-items: end;
  margin-bottom: 30px;
}

.about-section--formats .eyebrow {
  color: #73ca8d;
}

.about-section--formats .about-section__heading h2 {
  margin-top: 9px;
  color: var(--color-white);
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.about-section__lead {
  max-width: 400px;
  margin: 0 0 2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.about-card-grid {
  display: grid;
  gap: 12px;
}

.about-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.about-card {
  padding: 24px;
  border: 1px solid var(--color-line);
  border-radius: 18px;
  background: #fafbfc;
}

.about-card--format {
  min-height: 250px;
  padding: 28px;
  border: 0;
  background: var(--color-white);
}

.about-card--format:nth-child(2) {
  background: #e9f7ef;
}

.about-card__marker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 54px;
}

.about-card__marker > span:last-child {
  flex: 1;
  height: 1px;
  background: rgba(15, 18, 23, 0.12);
}

.about-card__index {
  color: var(--color-brand-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-card--format h3 {
  max-width: 390px;
  font-size: clamp(23px, 2.3vw, 30px);
  font-weight: 780;
  line-height: 1.05;
}

.about-card--format p {
  max-width: 500px;
  font-size: 15px;
}

.about-card h3 {
  margin: 0 0 9px;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -0.03em;
}

.about-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
}

.about-legal {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 40px;
  padding: 32px;
  border-radius: 22px;
  background: #eef8f2;
}

.about-legal > div > p {
  margin: 16px 0 0;
  color: var(--color-muted);
  font-size: 14px;
}

.about-legal dl {
  margin: 0;
}

.about-legal dl div {
  display: grid;
  grid-template-columns: minmax(120px, 0.35fr) minmax(0, 0.65fr);
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(15, 18, 23, 0.09);
}

.about-legal dl div:last-child {
  border-bottom: 0;
}

.about-legal dt {
  color: var(--color-muted);
  font-size: 12px;
}

.about-legal dd {
  margin: 0;
  font-size: 13px;
  font-weight: 650;
}

.about-legal a {
  color: var(--color-brand-dark);
}

.map-wrap {
  position: relative;
  height: 0;
  margin-top: 28px;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 20px;
}

.map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.empty-state {
  display: flex;
  min-height: 460px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.empty-state__code {
  margin-bottom: 8px;
  color: var(--color-brand);
  font-size: 80px;
  font-weight: 850;
  letter-spacing: -0.08em;
  line-height: 1;
}

.empty-state h1 {
  margin: 0 0 10px;
  font-size: 36px;
  font-weight: 760;
  letter-spacing: -0.04em;
}

.empty-state p {
  max-width: 520px;
  margin: 0 0 24px;
  color: var(--color-muted);
}

.main-footer {
  padding: 54px 0 22px;
  background: radial-gradient(circle at 10% 10%, rgba(24, 167, 91, 0.16), transparent 28%), var(--color-dark);
  color: rgba(255, 255, 255, 0.68);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 46px;
}

.footer-logo-wrap {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 12px;
  background: var(--color-white);
}

.footer-logo {
  width: 150px;
}

.footer-brand p {
  max-width: 300px;
  margin: 16px 0;
  font-size: 14px;
}

.footer-social {
  display: flex;
  gap: 8px;
}

.footer-social a {
  background: rgba(255, 255, 255, 0.09);
}

.footer-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 14px;
}

.footer-column h2 {
  margin: 6px 0 16px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-column a {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.76);
}

.footer-column a:hover {
  color: #62db98;
}

.footer-column p {
  margin: 0 0 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.footer-credit {
  display: inline-block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.45) 44%, #ffffff 48.5%, #62db98 50%, #ffffff 51.5%, rgba(255, 255, 255, 0.45) 56%, rgba(255, 255, 255, 0.45) 100%);
  background-position: 180% 0;
  background-size: 260% 100%;
  background-clip: text;
  color: transparent;
  font-weight: 650;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: footer-credit-wave 5.6s linear infinite;
}

.footer-credit:hover {
  color: transparent;
}

@keyframes footer-credit-wave {
  from {
    background-position: 180% 0;
  }
  to {
    background-position: -180% 0;
  }
}
@media (max-width: 1399.98px) {
  .site-shell {
    width: min(100% - 40px, 1320px);
  }
  .hero-product {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  }
  .hero-product__content {
    padding-right: 28px;
    padding-left: 24px;
  }
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1199.98px) {
  body.mobile-menu-open {
    overflow: hidden;
  }
  .site-navbar__inner {
    flex-wrap: wrap;
    gap: 12px 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .brand-link {
    order: 1;
  }
  .site-navbar__toggler {
    display: inline-grid;
    order: 2;
  }
  .site-search {
    flex: 1 1 calc(100% - 60px);
    order: 3;
  }
  .site-navbar__menu {
    display: none;
    flex-basis: 100%;
    order: 4;
    max-height: calc(100vh - 172px);
    max-height: calc(100dvh - 172px);
    margin: 0;
    padding: 6px 3px 18px 0;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }
  .site-navbar__menu.is-open {
    display: block;
  }
  .site-navbar__menu .navbar-nav {
    display: none;
  }
  .content-panel {
    padding: 26px;
  }
  .hero-product,
  .hero-carousel,
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-item {
    min-height: 410px;
  }
}
@media (max-width: 991.98px) {
  .site-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .category-hero {
    grid-template-columns: 1fr;
  }
  .category-hero__trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .category-hero__trust div {
    padding: 12px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
  }
  .category-hero__trust div:last-child {
    border-right: 0;
  }
  .category-guide__grid {
    grid-template-columns: 1fr;
  }
  .category-guide-card {
    min-height: 0;
  }
  .category-commerce {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .category-commerce > div:nth-child(2) {
    border-right: 0;
  }
  .category-commerce > div:nth-child(-n+2) {
    border-bottom: 1px solid #d9eadf;
  }
  .about-hero {
    grid-template-columns: 1fr;
  }
  .about-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .about-facts div {
    align-content: start;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
  }
  .about-facts div:last-child {
    border-right: 0;
  }
  .about-facts dd {
    text-align: left;
  }
  .about-card-grid--three {
    grid-template-columns: 1fr;
  }
  .homepage-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-product,
  .hero-carousel,
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-item {
    min-height: 390px;
  }
  .benefit-strip {
    grid-template-columns: 1fr;
  }
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-detail__grid {
    grid-template-columns: 1fr;
  }
  .product-detail__media {
    min-height: 420px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
  }
}
@media (max-width: 767.98px) {
  .site-shell {
    width: min(100% - 28px, 720px);
  }
  .utility-bar__inner {
    min-height: 32px;
    justify-content: space-between;
    gap: 12px;
  }
  .utility-bar__location {
    display: none;
  }
  .utility-bar__hours {
    margin-right: auto;
  }
  .brand-logo {
    width: 134px;
  }
  .site-main {
    padding-top: 16px;
    padding-bottom: 42px;
  }
  .content-panel {
    padding: 20px;
    border-radius: 22px;
  }
  .category-landing {
    gap: 44px;
  }
  .category-hero {
    padding: 26px;
  }
  .category-guide {
    padding: 28px;
  }
  .category-guide__intro,
  .category-faq {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .category-guide__intro {
    margin-bottom: 24px;
  }
  .about-page {
    gap: 42px;
  }
  .about-card-grid--two,
  .about-legal {
    grid-template-columns: 1fr;
  }
  .about-section--formats {
    padding: 28px;
  }
  .about-legal {
    gap: 26px;
    padding: 26px;
  }
  .homepage-heading h1 {
    font-size: clamp(36px, 10vw, 52px);
  }
  .homepage-trust {
    padding: 24px;
  }
  .homepage-trust__intro {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .homepage-trust__intro .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }
  .homepage-hero {
    border-radius: 19px;
  }
  .hero-product {
    grid-template-columns: 1fr 1fr;
  }
  .hero-product__content {
    padding: 26px 24px 42px;
  }
  .hero-carousel .carousel-indicators {
    left: calc(50% + 24px);
  }
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .section-heading__note {
    display: none;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .article-card {
    grid-template-columns: 1fr;
  }
  .article-card__media {
    min-height: 260px;
  }
  .footer-grid {
    gap: 28px;
  }
}
@media (max-width: 575.98px) {
  .site-shell {
    width: min(100% - 20px, 540px);
  }
  .utility-bar {
    font-size: 11px;
  }
  .homepage-heading {
    margin-bottom: 22px;
  }
  .category-hero {
    padding: 22px 20px 20px;
  }
  .category-hero h1 {
    font-size: 37px;
  }
  .category-hero__copy > p {
    font-size: 15px;
  }
  .category-hero__trust {
    grid-template-columns: 1fr;
    padding: 6px 18px;
  }
  .category-hero__trust div {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .category-guide {
    padding: 24px 20px 20px;
  }
  .category-guide h2,
  .category-faq h2 {
    font-size: 36px;
  }
  .category-guide-card {
    padding: 22px;
  }
  .category-guide-card > span {
    margin-bottom: 28px;
  }
  .category-commerce {
    grid-template-columns: 1fr;
  }
  .category-commerce > div,
  .category-commerce > div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #d9eadf;
  }
  .category-commerce > div:last-child {
    border-bottom: 0;
  }
  .category-faq {
    gap: 12px;
  }
  .category-related a {
    flex-basis: 100%;
  }
  .about-hero h1 {
    font-size: 36px;
  }
  .about-hero > div:first-child > p {
    font-size: 15px;
  }
  .about-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .about-facts {
    grid-template-columns: 1fr;
    padding: 8px 20px;
  }
  .about-facts div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .about-section__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .about-section--formats {
    padding: 24px 20px 20px;
  }
  .about-section--formats .about-section__heading {
    align-items: flex-start;
    margin-bottom: 22px;
  }
  .about-section--formats .about-section__heading h2 {
    font-size: 38px;
  }
  .about-section__lead {
    margin-top: 10px;
  }
  .about-card {
    padding: 20px;
  }
  .about-card--format {
    min-height: 0;
    padding: 22px;
  }
  .about-card__marker {
    margin-bottom: 36px;
  }
  .about-legal {
    padding: 20px;
  }
  .about-legal dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .homepage-heading h1 {
    font-size: 36px;
  }
  .homepage-heading > p {
    font-size: 15px;
  }
  .homepage-heading__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .homepage-trust {
    margin-bottom: 36px;
    padding: 20px;
  }
  .homepage-trust__grid {
    grid-template-columns: 1fr;
  }
  .utility-bar__hours {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .site-navbar__inner {
    gap: 9px 12px;
  }
  .brand-logo {
    width: 126px;
  }
  .site-navbar__toggler {
    width: 42px;
    height: 42px;
  }
  .site-search .typeahead {
    height: 42px;
  }
  .mobile-catalog__grid {
    grid-template-columns: 1fr;
  }
  .content-panel {
    padding: 14px;
    border-radius: 18px;
  }
  .breadcrumb-nav {
    margin-bottom: 10px;
  }
  .hero-product,
  .hero-carousel,
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-item {
    height: auto;
    min-height: 0;
  }
  .hero-product {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .hero-product__image {
    width: 100%;
    height: clamp(220px, 76vw, 300px);
    min-height: 0;
    overflow: hidden;
    padding: 16px;
  }
  .hero-product__image a {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
  }
  .hero-product__image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  .hero-product__content {
    position: relative;
    z-index: 1;
    min-height: 270px;
    justify-content: flex-start;
    padding: 22px 20px 44px;
    background: var(--color-white);
  }
  .hero-product__content h2 {
    font-size: 24px;
  }
  .hero-product__content > p {
    -webkit-line-clamp: 3;
  }
  .hero-product__bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 18px;
  }
  .hero-carousel .carousel-indicators {
    right: auto;
    bottom: 15px;
    left: 20px;
  }
  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    top: calc(clamp(220px, 76vw, 300px) - 54px);
  }
  .benefit-strip {
    margin-bottom: 36px;
  }
  .benefit {
    padding: 14px;
  }
  .page-heading {
    margin-bottom: 22px;
    padding: 6px 2px 20px;
  }
  .page-heading h1 {
    font-size: 34px;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .product-card {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    min-height: 190px;
  }
  .product-card__media {
    grid-row: 1/3;
    aspect-ratio: auto;
  }
  .product-card__badges {
    top: 8px;
    right: 8px;
    left: 8px;
    align-items: flex-start;
    flex-direction: column;
  }
  .product-card__badge {
    padding: 5px 7px;
    font-size: 10px;
  }
  .product-card__image-link {
    padding: 8px;
  }
  .product-card__content {
    padding: 14px 13px 8px;
  }
  .product-card__title {
    min-height: auto;
    font-size: 14px;
  }
  .product-card__description {
    -webkit-line-clamp: 2;
  }
  .product-card__footer {
    padding: 8px 12px 12px;
    border-top: 0;
  }
  .product-card__badge {
    top: 8px;
    left: 8px;
  }
  .price-badge {
    font-size: 16px;
  }
  .product-detail__header h1 {
    font-size: 30px;
    letter-spacing: -0.025em;
    line-height: 1.16;
  }
  .product-detail__media {
    min-height: 300px;
    padding: 18px;
  }
  .product-detail__summary {
    padding: 18px;
  }
  .product-detail__price {
    align-items: flex-start;
    flex-direction: column;
  }
  .spec-list__row {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .spec-list__row dd {
    text-align: left;
  }
  .article-card__media {
    min-height: 210px;
  }
  .article-card__content {
    padding: 20px;
  }
  .article-detail__header h1 {
    font-size: 36px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.utility-bar__admin {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  transform: translateX(-50%);
  white-space: nowrap;
}

.admin-mode-link {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 600;
}

.admin-mode-link:hover,
.admin-mode-link.is-active {
  color: #fff;
}

.admin-mode-link.is-active {
  text-decoration: underline;
  text-decoration-color: var(--color-brand);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.admin-mode-link--panel {
  color: #69dc9c;
}

@media (max-width: 991.98px) {
  .utility-bar__inner:has(.utility-bar__admin) .utility-bar__hours {
    display: none;
  }
}
.admin-editable-heading {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.admin-edit-link {
  display: inline-grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid #aad9bc;
  border-radius: 50%;
  background: #e9f8ef;
  color: #0f8345 !important;
  font-size: 20px;
  line-height: 1;
  place-items: center;
  box-shadow: 0 6px 18px rgba(15, 131, 69, 0.16);
}

.admin-edit-link:hover {
  transform: translateY(-1px);
  background: #d8f2e2;
}

.admin-edit-link--card {
  position: absolute;
  z-index: 8;
  top: 10px;
  right: 10px;
}

.site-navbar__menu .nav-item {
  position: relative;
}

.admin-edit-link--nav {
  width: 24px;
  height: 24px;
  font-size: 15px;
}

.site-navbar__menu > .navbar-nav > .nav-item > .admin-edit-link--nav {
  position: absolute;
  z-index: 4;
  top: -7px;
  right: -4px;
}

.admin-nav-category {
  display: flex;
  align-items: center;
  gap: 4px;
}

.admin-nav-category .dropdown-item {
  flex: 1;
}

.admin-sidebar-category,
.admin-sidebar-category__trigger {
  display: flex;
  align-items: center;
  gap: 6px;
}

.admin-sidebar-category > .category-panel__link,
.admin-sidebar-category__trigger > .category-panel__link {
  flex: 1;
}

.article-card {
  position: relative;
}

.login-page {
  display: grid;
  min-height: 520px;
  padding: 36px 0;
  place-items: center;
}

.login-card {
  width: min(100%, 440px);
  padding: 36px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-md);
}

.login-card h1 {
  margin: 8px 0 24px;
  font-size: 32px;
}

.login-card__field {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}

.login-card__field label {
  font-weight: 700;
}

.login-card__field input {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid var(--color-line);
  border-radius: 10px;
}

.admin-login-alert {
  margin-bottom: 18px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fce7e7;
  color: #9d2222;
}

.preview-toolbar {
  position: sticky;
  z-index: 100;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px max(24px, (100vw - 1440px) / 2);
  background: #11161b;
  color: #fff;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}

.preview-toolbar div {
  display: grid;
  gap: 2px;
}

.preview-toolbar span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.preview-shell {
  width: min(100% - 48px, 1440px);
  margin: 32px auto 80px;
}

.preview-section {
  margin-bottom: 42px;
  padding: 28px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.preview-card-stage .product-grid {
  grid-template-columns: minmax(240px, 330px);
}

@media (max-width: 767.98px) {
  .utility-bar__inner:has(.utility-bar__admin) {
    justify-content: center;
    min-height: 32px;
    gap: 0;
  }
  .utility-bar__admin {
    position: static;
    width: auto;
    justify-content: center;
    transform: none;
  }
  .utility-bar__inner:has(.utility-bar__admin) .utility-bar__hours,
  .utility-bar__inner:has(.utility-bar__admin) .utility-bar__phone {
    display: none;
  }
  .preview-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .preview-section {
    padding: 16px;
  }
}
/* ==========================================================================
   Shop: flash messages, cart badge, cart page
   ========================================================================== */
.site-alerts {
  margin-bottom: 18px;
}

.site-alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  border-left: 4px solid var(--color-brand);
  background: var(--color-white);
  color: var(--color-ink);
  font-size: 14px;
  font-weight: 600;
}

.site-alert__text {
  flex: 1;
  min-width: 0;
}

.site-alert__close {
  padding: 0;
  border: 0;
  background: transparent;
  color: #9aa1ab;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.site-alert__close:hover {
  color: var(--color-ink);
}

.site-alert--danger {
  border-left-color: #d9453b;
}

.site-alert--warning {
  border-left-color: #e0a112;
}

.site-alert--info {
  border-left-color: #2f7fd1;
}

.utility-bar__account {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 650;
  white-space: nowrap;
}

.utility-bar__account:hover {
  color: var(--color-white);
}

.utility-bar__cart {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-white);
  font-weight: 700;
  white-space: nowrap;
}

.utility-bar__cart:hover {
  color: #62db98;
}

.utility-bar__cart-badge {
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--color-brand);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 750;
}

.product-card__cart {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 8px 12px;
  font-size: 13px;
}

.product-detail__cart {
  color: var(--color-white);
}

.cart-button__icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.product-card__cart.is-in-cart {
  background: var(--color-white);
  border-color: var(--color-brand);
  color: var(--color-brand);
  box-shadow: none;
}

.product-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.product-detail__cart {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.product-detail__cart.is-in-cart {
  background: var(--color-white);
  border-color: var(--color-brand);
  color: var(--color-brand);
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .product-card__footer {
    gap: 8px;
  }
  .product-card__footer .price-group {
    flex: 1 1 72px;
  }
  .product-card__cart {
    min-height: 34px;
    padding: 7px 9px;
    font-size: 12px;
  }
  .product-detail__contact-actions > .button {
    flex: 1 1 130px;
  }
}
.cart-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1080;
  max-width: min(360px, 100vw - 48px);
  padding: 14px 18px;
  border-radius: 14px;
  background: var(--color-dark);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 650;
  box-shadow: var(--shadow-sm);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
}

.cart-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cart-toast--error {
  background: #b5322a;
}

.cart-empty {
  padding: 40px 0;
  text-align: center;
}

.cart-empty__hint {
  margin-bottom: 22px;
  color: #7b828d;
}

.cart-lines {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.cart-line {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--color-line);
}

.cart-line__image {
  width: 96px;
  height: 120px;
  border-radius: 12px;
  object-fit: cover;
}

.cart-line__info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.cart-line__category {
  color: #7b828d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cart-line__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.cart-line__digital {
  color: var(--color-brand);
  font-size: 12px;
  font-weight: 650;
}

.cart-line__controls {
  display: flex;
  min-width: 190px;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.cart-line__qty {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.cart-line__qty-input {
  width: 68px;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid var(--color-line);
  border-radius: 10px;
  text-align: center;
  font-weight: 650;
}

.cart-line__price {
  display: flex;
  align-self: stretch;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

/* One row: struck-through price, current price, then the quantity. Each price+symbol
   pair is a .money box, so nothing can break onto its own line. */
.cart-line__unit,
.cart-line__totals {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 6px;
  white-space: nowrap;
}

.cart-line__unit {
  color: #7b828d;
  font-size: 13px;
}

.cart-line__times {
  flex: none;
}

.cart-line__total {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.cart-line__was {
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 500;
  text-decoration: line-through;
  text-decoration-color: #e04c59;
}

.cart-line__now.is-discounted,
.cart-line__total.is-discounted {
  color: var(--color-brand-dark);
}

.cart-summary__line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 3px 0;
  color: var(--color-muted);
  font-size: 14px;
}

.cart-summary__line--discount {
  color: var(--color-brand-dark);
  font-weight: 650;
}

.checkout-aside__line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 3px 0;
  color: var(--color-muted);
  font-size: 13px;
}

.checkout-aside__line--discount {
  color: var(--color-brand-dark);
  font-weight: 650;
}

.checkout-aside__was {
  margin-right: 5px;
  color: var(--color-muted);
  font-weight: 500;
  text-decoration: line-through;
  text-decoration-color: #e04c59;
}

.checkout-signin {
  max-width: 68ch;
  margin-bottom: 18px;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--color-soft);
  color: var(--color-muted);
  font-size: 13px;
}

.cart-line__remove,
.cart-summary__clear {
  padding: 0;
  border: 0;
  background: transparent;
  color: #9aa1ab;
  font-size: 13px;
  font-weight: 650;
  text-decoration: underline;
  cursor: pointer;
}

.cart-line__remove:hover,
.cart-summary__clear:hover {
  color: #b5322a;
}

.cart-summary {
  padding: 22px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  background: var(--color-white);
}

.cart-summary__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  font-weight: 650;
}

.cart-summary__total {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.cart-summary__note {
  margin: 10px 0 18px;
  color: #7b828d;
  font-size: 13px;
}

.cart-summary__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

@media (max-width: 767.98px) {
  .cart-line {
    grid-template-columns: 72px minmax(0, 1fr);
  }
  .cart-line__image {
    width: 72px;
    height: 90px;
  }
  .cart-line__controls {
    grid-column: 1/-1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .utility-bar__location,
  .utility-bar__hours {
    display: none;
  }
}
/* ==========================================================================
   Shop: checkout, order pages, account
   ========================================================================== */
.form-errors {
  margin-bottom: 18px;
  padding: 14px 18px;
  border-left: 4px solid #d9453b;
  border-radius: 10px;
  background: #fdf3f2;
}

.form-errors__title {
  display: block;
  margin-bottom: 6px;
  color: #b5322a;
  font-size: 14px;
}

.form-errors__list {
  margin: 0;
  padding-left: 18px;
  color: #7b3a35;
  font-size: 13px;
}

.login-card__lead {
  margin-bottom: 18px;
  color: #7b828d;
  font-size: 14px;
}

.login-card__hint {
  display: block;
  margin-top: 5px;
  color: #9aa1ab;
  font-size: 12px;
}

.login-card__links {
  margin-top: 18px;
  color: #7b828d;
  font-size: 13px;
}

.login-card__consent,
.checkout-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 16px 0;
  color: #3c434d;
  font-size: 13px;
  line-height: 1.5;
}

.login-card--wide {
  max-width: 560px;
}

.account-signout {
  margin-top: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #9aa1ab;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}

.account-signout:hover {
  color: #b5322a;
}

/* Checkout ---------------------------------------------------------------- */
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}

.checkout-block {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
}

.checkout-block__title {
  width: auto;
  margin-bottom: 12px;
  padding: 0;
  font-size: 15px;
  font-weight: 750;
}

.checkout-block__note {
  margin-bottom: 12px;
  color: #7b828d;
  font-size: 13px;
}

.checkout-field {
  margin-bottom: 14px;
}

.checkout-field label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 650;
}

.checkout-field input,
.checkout-field textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid var(--color-line);
  border-radius: 11px;
  background: var(--color-white);
  font-size: 15px;
}

.checkout-field textarea {
  min-height: auto;
  resize: vertical;
}

.checkout-field input:focus,
.checkout-field textarea:focus {
  border-color: var(--color-brand);
  outline: none;
}

.checkout-field__hint {
  display: block;
  margin-top: 5px;
  color: #9aa1ab;
  font-size: 12px;
}

.checkout-option {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 9px;
  padding: 13px 15px;
  border: 1px solid var(--color-line);
  border-radius: 12px;
  cursor: pointer;
}

.checkout-option:hover {
  border-color: #cdd3da;
}

.checkout-option__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.checkout-option__body small {
  color: #7b828d;
  font-size: 12px;
}

.checkout-submit {
  width: 100%;
}

.checkout-form__fineprint {
  margin-top: 12px;
  color: #9aa1ab;
  font-size: 12px;
  text-align: center;
}

.checkout-aside {
  position: sticky;
  top: 18px;
  padding: 20px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  background: var(--color-white);
}

.checkout-aside__title {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 750;
}

.checkout-aside__items {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.checkout-aside__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--color-line);
  font-size: 13px;
}

.checkout-aside__name {
  min-width: 0;
}

.checkout-aside__qty {
  color: #7b828d;
  text-align: right;
}

.checkout-aside__price {
  display: inline-flex;
  align-items: center;
  gap: 0.12em;
  grid-column: 2;
  white-space: nowrap;
}

.checkout-aside__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 12px 0;
  font-weight: 750;
}

.checkout-aside__total strong {
  display: inline-flex;
  align-items: center;
  gap: 0.12em;
  font-size: 20px;
  font-weight: 800;
  white-space: nowrap;
}

.checkout-aside__note {
  margin-bottom: 12px;
  color: #9aa1ab;
  font-size: 12px;
}

.checkout-aside__back {
  font-size: 13px;
  font-weight: 650;
}

/* Account ----------------------------------------------------------------- */
.account-orders {
  margin: 0;
  padding: 0;
  list-style: none;
}

.account-order {
  padding: 16px 0;
  border-bottom: 1px solid var(--color-line);
}

.account-order__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 6px;
}

.account-order__number {
  font-size: 16px;
  font-weight: 750;
}

.account-order__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  color: #7b828d;
  font-size: 13px;
}

.account-order__meta strong {
  display: inline-flex;
  align-items: center;
  gap: 0.12em;
  color: var(--color-ink);
  white-space: nowrap;
}

.legal-page .rich-content h2 {
  margin-top: 26px;
  font-size: 19px;
}

@media (max-width: 991.98px) {
  .checkout-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .checkout-aside {
    position: static;
    order: -1;
  }
}
@media (max-width: 575.98px) {
  .order-facts__row {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .order-summary__head {
    flex-direction: column;
  }
}
