.ak24-home {
  --ak24-bg: #f8f6f1;
  --ak24-paper: #fffdf8;
  --ak24-card: #f3eee5;
  --ak24-green: #17351f;
  --ak24-green-2: #203d26;
  --ak24-green-3: #2e4a32;
  --ak24-orange: #e6502a;
  --ak24-text: #111111;
  --ak24-muted: #5f655f;
  --ak24-border: rgba(17, 17, 17, 0.08);
  --ak24-shadow: 0 18px 44px rgba(23, 53, 31, 0.11);
  background: var(--ak24-bg);
  color: var(--ak24-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: clip;
}

body.ak24-redesign-testleht {
  overflow-x: hidden;
}

.ak24-home *,
.ak24-home *::before,
.ak24-home *::after {
  box-sizing: border-box;
}

.ak24-home a {
  color: inherit;
  text-decoration: none;
}

.ak24-home img {
  display: block;
  max-width: 100%;
}

.ak24-container {
  width: min(1440px, calc(100% - 80px));
  margin: 0 auto;
}

.ak24-icon {
  flex: 0 0 auto;
}

.ak24-topbar {
  min-height: 34px;
  background: #fbf8f0;
  border-bottom: 1px solid rgba(23, 53, 31, 0.08);
  font-size: 13px;
  color: #1f2a22;
}

.ak24-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 34px;
}

.ak24-topbar__facts,
.ak24-topbar__links {
  display: flex;
  align-items: center;
  gap: 22px;
  white-space: nowrap;
}

.ak24-topbar__facts span,
.ak24-topbar__links a,
.ak24-topbar__links span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ak24-topbar .ak24-icon {
  width: 16px;
  height: 16px;
  color: var(--ak24-green);
}

.ak24-header {
  background: #fffefa;
  border-bottom: 1px solid var(--ak24-border);
}

.ak24-header__inner {
  display: grid;
  grid-template-columns: 268px minmax(260px, 1fr) auto;
  align-items: center;
  gap: 32px;
  min-height: 88px;
}

.ak24-logo {
  display: inline-flex;
  align-items: baseline;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  color: var(--ak24-green);
}

.ak24-logo strong {
  color: #b98227;
  font-weight: 600;
}

.ak24-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  align-items: stretch;
  height: 52px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 6px;
  background: #ffffff;
}

.ak24-search input[type="search"] {
  width: 100%;
  min-width: 0;
  border: 0;
  padding: 0 20px;
  background: transparent;
  color: var(--ak24-text);
  font: inherit;
  outline: 0;
}

.ak24-search button[type="submit"] {
  display: grid;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--ak24-green);
  color: #ffffff;
  line-height: 1;
  box-shadow: none;
  cursor: pointer;
  appearance: none;
}

.ak24-search button[type="submit"] .ak24-icon {
  width: 23px;
  height: 23px;
}

.ak24-header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}

.ak24-header-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0e1810;
}

.ak24-header-action .ak24-icon {
  width: 30px;
  height: 30px;
}

.ak24-header-action strong,
.ak24-header-action small {
  display: block;
}

.ak24-header-action strong {
  font-size: 14px;
  font-weight: 800;
}

.ak24-header-action small {
  color: #3e453f;
  font-size: 13px;
}

.ak24-main-nav {
  position: relative;
  z-index: 5;
  background: #ffffff;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.ak24-main-nav__inner {
  display: flex;
  align-items: stretch;
  gap: 26px;
  min-height: 54px;
}

.ak24-all-categories {
  position: relative;
  flex: 0 0 auto;
}

.ak24-all-categories summary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 54px;
  min-width: 238px;
  padding: 0 18px;
  border-radius: 6px 6px 0 0;
  background: var(--ak24-green);
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  list-style: none;
}

.ak24-all-categories summary::-webkit-details-marker {
  display: none;
}

.ak24-all-categories summary .ak24-icon--chevron {
  margin-left: auto;
  width: 18px;
}

.ak24-all-categories__panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: min(520px, calc(100vw - 36px));
  max-height: 70vh;
  overflow: auto;
  padding: 12px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 0 0 10px 10px;
  background: #fffefa;
  box-shadow: var(--ak24-shadow);
}

.ak24-all-categories:not([open]) .ak24-all-categories__panel {
  display: none;
}

.ak24-category-tree {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ak24-category-tree ul,
.ak24-category-tree .ak24-category-tree {
  margin: 2px 0 5px;
  padding-left: 14px;
  border-left: 1px solid rgba(23, 53, 31, 0.1);
}

.ak24-category-tree li {
  margin: 0;
  padding: 0;
}

.ak24-category-tree a {
  display: block;
  padding: 11px 12px;
  border-radius: 7px;
  color: #172119;
  font-weight: 650;
}

.ak24-category-tree .ak24-category-tree a {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #39443b;
  font-size: 13px;
  font-weight: 600;
}

.ak24-category-tree a:hover {
  background: #f0eadf;
  color: var(--ak24-orange);
}

.ak24-nav-links {
  display: flex;
  align-items: center;
  gap: 25px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.ak24-nav-links::-webkit-scrollbar {
  display: none;
}

.ak24-nav-links a,
.ak24-nav-shop {
  display: inline-flex;
  align-items: center;
  height: 54px;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 800;
}

.ak24-nav-links__deal {
  color: var(--ak24-orange) !important;
}

.ak24-nav-shop {
  margin-left: auto;
  color: var(--ak24-green);
}

.ak24-hero {
  position: relative;
  min-height: 420px;
  background-image:
    linear-gradient(90deg, rgba(8, 18, 10, 0.9) 0%, rgba(8, 18, 10, 0.7) 34%, rgba(8, 18, 10, 0.2) 64%, rgba(8, 18, 10, 0.04) 100%),
    var(--ak24-hero-image);
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.ak24-hero__inner {
  display: flex;
  min-height: 420px;
  align-items: center;
}

.ak24-hero-content {
  width: min(650px, 100%);
  padding: 46px 0 70px;
}

.ak24-hero h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5vw, 74px);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.38);
}

.ak24-hero p {
  max-width: 540px;
  margin: 24px 0 28px;
  color: rgba(255, 255, 255, 0.91);
  font-size: 18px;
  line-height: 1.65;
}

.ak24-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ak24-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ak24-btn-primary {
  background: var(--ak24-orange);
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(230, 80, 42, 0.24);
}

.ak24-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(8, 18, 10, 0.28);
  color: #ffffff !important;
}

.ak24-trust-wrap {
  position: relative;
  z-index: 4;
  margin-top: -29px;
}

.ak24-trust-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 82px;
  border: 1px solid var(--ak24-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--ak24-shadow);
}

.ak24-trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 18px;
}

.ak24-trust-item + .ak24-trust-item {
  border-left: 1px solid rgba(17, 17, 17, 0.08);
}

.ak24-trust-item .ak24-icon {
  width: 30px;
  height: 30px;
  color: var(--ak24-green);
}

.ak24-trust-item strong,
.ak24-trust-item small {
  display: block;
}

.ak24-trust-item strong {
  font-size: 14px;
  font-weight: 850;
}

.ak24-trust-item small {
  margin-top: 2px;
  color: #343b35;
  font-size: 13px;
}

.ak24-section {
  padding: 34px 0;
}

.ak24-section--categories {
  padding-top: 26px;
}

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

.ak24-category-card {
  position: relative;
  display: grid;
  min-height: 186px;
  overflow: hidden;
  padding: 24px 22px 0;
  border: 1px solid rgba(17, 17, 17, 0.04);
  border-radius: 12px;
  background: linear-gradient(135deg, #fbf6ec 0%, #f0eadf 100%);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.ak24-category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(23, 53, 31, 0.1);
}

.ak24-category-card__title {
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.ak24-category-card__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: #263528;
  font-size: 13px;
  font-weight: 750;
}

.ak24-category-card__link .ak24-icon {
  width: 15px;
  height: 15px;
}

.ak24-category-card__image {
  align-self: end;
  justify-self: end;
  width: min(72%, 230px);
  height: 118px;
  margin-top: 8px;
}

.ak24-category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}

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

.ak24-section-header h2,
.ak24-deals-strip h2,
.ak24-newsletter-card h2,
.ak24-footer h2 {
  margin: 0;
  color: var(--ak24-text);
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
}

.ak24-section-header a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ak24-green);
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

.ak24-section-header a .ak24-icon {
  width: 16px;
  height: 16px;
}

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

.ak24-product-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 12px;
  background: #fffefa;
}

.ak24-product-card__image {
  position: relative;
  display: grid;
  height: 190px;
  overflow: hidden;
  place-items: center;
  padding: 14px;
  background: #fbf7ef;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.ak24-product-card__image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ak24-product-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  background: #fffefa;
}

.ak24-product-card h3 {
  display: -webkit-box;
  min-height: 42px;
  margin: 0;
  overflow: hidden;
  color: #141915;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ak24-product-card__rating {
  min-height: 18px;
  color: #f3a313;
  font-size: 12px;
}

.ak24-product-card__rating .star-rating {
  float: none;
  margin: 0;
}

.ak24-product-card__bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.ak24-product-card__price {
  color: #111111;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.ak24-product-card__price del {
  display: inline-block;
  margin-left: 4px;
  color: #6d6d6d;
  font-size: 13px;
  font-weight: 500;
}

.ak24-product-card__price ins {
  text-decoration: none;
}

.ak24-cart-button {
  display: grid !important;
  width: 34px;
  height: 34px;
  min-width: 34px;
  place-items: center;
  border: 0 !important;
  border-radius: 7px !important;
  background: var(--ak24-green) !important;
  color: #ffffff !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.ak24-cart-button .ak24-icon {
  width: 18px;
  height: 18px;
}

.ak24-sale-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  border-radius: 6px;
  background: var(--ak24-orange);
  color: #ffffff;
  padding: 0 9px;
  font-size: 13px;
  font-weight: 900;
}

.ak24-section--deals {
  padding-top: 18px;
}

.ak24-deals-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.75fr);
  gap: 28px;
  overflow: hidden;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(23, 53, 31, 0.96), rgba(47, 75, 50, 0.93)),
    var(--ak24-hero-image);
  background-size: cover;
  background-position: center;
  padding: 30px;
  box-shadow: var(--ak24-shadow);
}

.ak24-deals-strip__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
}

.ak24-deals-strip h2 {
  color: #ffffff;
}

.ak24-deals-strip__lead {
  margin: 14px 0 6px;
  color: #ffffff;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.2;
}

.ak24-deals-strip__copy p:not(.ak24-deals-strip__lead) {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.55;
}

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

.ak24-product-card--compact .ak24-product-card__image {
  height: 150px;
}

.ak24-product-card--compact h3 {
  min-height: 38px;
  font-size: 13px;
}

.ak24-product-card--compact .ak24-product-card__price {
  font-size: 17px;
}

.ak24-section--values {
  padding: 0 0 32px;
}

.ak24-value-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--ak24-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 28px rgba(23, 53, 31, 0.06);
}

.ak24-value-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  padding: 16px 18px;
}

.ak24-value-item + .ak24-value-item {
  border-left: 1px solid rgba(17, 17, 17, 0.07);
}

.ak24-value-item .ak24-icon {
  width: 30px;
  height: 30px;
  color: var(--ak24-green);
}

.ak24-value-item strong,
.ak24-value-item small {
  display: block;
}

.ak24-value-item strong {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ak24-value-item small {
  margin-top: 3px;
  color: var(--ak24-muted);
  font-size: 12px;
}

.ak24-section--inspiration {
  padding-top: 0;
}

.ak24-inspiration-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.65fr);
  gap: 44px;
  align-items: start;
}

.ak24-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ak24-blog-card {
  overflow: hidden;
  border-radius: 10px;
  background: #fffefa;
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.ak24-blog-card__image {
  display: block;
  height: 162px;
  background: #ece5d9;
}

.ak24-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ak24-blog-card__body {
  padding: 14px;
}

.ak24-blog-card__body span {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  border-radius: 4px;
  background: var(--ak24-green);
  color: #ffffff;
  padding: 0 8px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.ak24-blog-card h3 {
  display: -webkit-box;
  min-height: 44px;
  margin: 10px 0;
  overflow: hidden;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ak24-blog-card time {
  color: var(--ak24-muted);
  font-size: 13px;
}

.ak24-side-panel {
  display: grid;
  gap: 18px;
}

.ak24-newsletter-card,
.ak24-contact-card {
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 12px;
  background: linear-gradient(135deg, #f7f2e8, #fffdf8);
  padding: 28px;
}

.ak24-newsletter-card h2 {
  font-size: 20px;
}

.ak24-newsletter-card p {
  margin: 12px 0 20px;
  color: #30362f;
  line-height: 1.55;
}

.ak24-newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px;
  gap: 0;
  overflow: hidden;
  min-height: 48px;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.ak24-newsletter-form input {
  min-width: 0;
  border: 0;
  padding: 0 16px;
  font: inherit;
  outline: 0;
}

.ak24-newsletter-form button {
  border: 0;
  background: var(--ak24-green);
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  cursor: default;
}

.ak24-newsletter-card small {
  display: block;
  margin-top: 10px;
  color: var(--ak24-muted);
  font-size: 12px;
}

.ak24-newsletter-card small a {
  text-decoration: underline;
}

.ak24-contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fffefa;
}

.ak24-contact-card .ak24-icon {
  width: 36px;
  height: 36px;
  color: var(--ak24-green);
}

.ak24-contact-card strong,
.ak24-contact-card small {
  display: block;
}

.ak24-contact-card strong {
  font-size: 16px;
  font-weight: 900;
}

.ak24-contact-card small {
  margin-top: 4px;
  color: var(--ak24-muted);
}

.ak24-footer {
  margin-top: 14px;
  background: linear-gradient(135deg, #17351f, #2f4b32);
  color: rgba(255, 255, 255, 0.86);
}

.ak24-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, minmax(150px, 0.8fr));
  gap: 44px;
  padding: 48px 0 34px;
}

.ak24-logo--footer {
  color: #ffffff;
  font-size: 34px;
}

.ak24-footer__brand p {
  max-width: 310px;
  margin: 18px 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.ak24-socials {
  display: flex;
  gap: 10px;
}

.ak24-socials a {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.ak24-socials .ak24-icon {
  width: 20px;
  height: 20px;
}

.ak24-footer h2 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 15px;
}

.ak24-footer__column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ak24-footer__column a,
.ak24-footer__column span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.ak24-footer__contact .ak24-icon {
  width: 17px;
  height: 17px;
}

.ak24-footer__bottom {
  display: flex;
  min-height: 56px;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

@media (max-width: 1180px) {
  .ak24-header__inner {
    grid-template-columns: 220px minmax(250px, 1fr);
  }

  .ak24-header-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
    padding-bottom: 18px;
  }

  .ak24-nav-links {
    gap: 18px;
  }

  .ak24-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ak24-deals-strip {
    grid-template-columns: 1fr;
  }

  .ak24-value-bar,
  .ak24-footer__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ak24-container {
    width: min(100% - 36px, 760px);
  }

  .ak24-topbar__inner {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding: 8px 0;
  }

  .ak24-topbar__facts {
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .ak24-header__inner {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 0;
  }

  .ak24-logo {
    font-size: 34px;
  }

  .ak24-header-actions {
    grid-column: auto;
    justify-content: space-between;
    padding-bottom: 0;
  }

  .ak24-main-nav__inner {
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 12px;
  }

  .ak24-all-categories,
  .ak24-all-categories summary {
    width: 100%;
  }

  .ak24-all-categories__panel {
    width: 100%;
  }

  .ak24-nav-links {
    width: 100%;
  }

  .ak24-nav-shop {
    display: none;
  }

  .ak24-hero {
    min-height: 500px;
    background-position: center right;
  }

  .ak24-hero__inner {
    min-height: 500px;
  }

  .ak24-hero h1 {
    font-size: 48px;
  }

  .ak24-trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ak24-trust-item:nth-child(odd) {
    border-left: 0;
  }

  .ak24-trust-item:nth-child(n + 3) {
    border-top: 1px solid rgba(17, 17, 17, 0.08);
  }

  .ak24-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ak24-deals-strip__products,
  .ak24-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ak24-inspiration-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ak24-container {
    width: min(100% - 28px, 560px);
  }

  .ak24-topbar__facts {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    overflow: visible;
    white-space: normal;
  }

  .ak24-topbar__links {
    gap: 16px;
  }

  .ak24-search {
    grid-template-columns: minmax(0, 1fr) 52px;
  }

  .ak24-header-actions {
    align-items: stretch;
    gap: 10px;
  }

  .ak24-header-action {
    flex: 1;
    min-width: 0;
    padding: 10px;
    border-radius: 8px;
    background: #f7f2e8;
  }

  .ak24-header-action strong,
  .ak24-header-action small {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ak24-header-action .ak24-icon {
    width: 24px;
    height: 24px;
  }

  .ak24-hero {
    min-height: 520px;
    background-image:
      linear-gradient(90deg, rgba(8, 18, 10, 0.93) 0%, rgba(8, 18, 10, 0.78) 55%, rgba(8, 18, 10, 0.3) 100%),
      var(--ak24-hero-image);
  }

  .ak24-hero__inner {
    min-height: 520px;
  }

  .ak24-hero-content {
    padding: 40px 0 82px;
  }

  .ak24-hero h1 {
    font-size: 42px;
  }

  .ak24-hero p {
    font-size: 16px;
  }

  .ak24-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ak24-btn {
    width: 100%;
  }

  .ak24-trust-item {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px;
  }

  .ak24-trust-item .ak24-icon {
    width: 26px;
    height: 26px;
  }

  .ak24-section {
    padding: 26px 0;
  }

  .ak24-section-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .ak24-category-card {
    min-height: 172px;
    padding: 18px 16px 0;
  }

  .ak24-category-card__title {
    font-size: 13px;
  }

  .ak24-category-card__image {
    width: 86%;
    height: 102px;
  }

  .ak24-product-grid,
  .ak24-deals-strip__products,
  .ak24-blog-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ak24-product-card__image {
    height: 190px;
  }

  .ak24-product-card__body {
    padding: 12px;
  }

  .ak24-product-card h3 {
    font-size: 13px;
  }

  .ak24-product-card__price {
    font-size: 17px;
  }

  .ak24-deals-strip {
    padding: 20px;
  }

  .ak24-deals-strip__lead {
    font-size: 23px;
  }

  .ak24-value-bar {
    grid-template-columns: 1fr;
  }

  .ak24-value-item + .ak24-value-item {
    border-left: 0;
    border-top: 1px solid rgba(17, 17, 17, 0.07);
  }

  .ak24-newsletter-form {
    grid-template-columns: 1fr;
  }

  .ak24-newsletter-form input,
  .ak24-newsletter-form button {
    min-height: 46px;
  }

  .ak24-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 420px) {
  .ak24-trust-bar,
  .ak24-category-grid,
  .ak24-product-grid,
  .ak24-deals-strip__products,
  .ak24-blog-grid {
    grid-template-columns: 1fr;
  }

  .ak24-hero h1 {
    font-size: 38px;
  }
}
