:root {
  --axt-ink: #171b19;
  --axt-graphite: #202a26;
  --axt-forest: #0f5a45;
  --axt-rust: #c45531;
  --axt-paper: #f4f6f2;
  --axt-line: #d7ddd8;
  --axt-white: #ffffff;
}

.axtstore-v5 {
  color: var(--axt-ink);
  background: var(--axt-white);
  letter-spacing: 0;
}

.axtstore-v5 .whb-header-bottom,
.axtstore-v5 .whb-general-header,
.axtstore-v5 .whb-row {
  background-color: var(--axt-graphite) !important;
}

.axtstore-v5 .whb-header-bottom a,
.axtstore-v5 .whb-general-header a,
.axtstore-v5 .wd-header-nav .item-level-0 > a,
.axtstore-v5 .wd-header-my-account,
.axtstore-v5 .wd-header-cart {
  color: var(--axt-white) !important;
}

.axtstore-v5 .whb-header-bottom h5,
.axtstore-v5 .whb-general-header h5 {
  color: #ff7a52 !important;
}

.axtstore-v5 .main-page-wrapper {
  padding-top: 0;
}

.axtstore-v5.home .elementor-section,
.axtstore-v5.home .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.axt-home {
  overflow: clip;
  background: var(--axt-white);
}

.axt-hero {
  position: relative;
  min-height: min(650px, 76vh);
  display: flex;
  align-items: flex-end;
  background-color: var(--axt-graphite);
  background-position: center 42%;
  background-size: cover;
  isolation: isolate;
}

.axt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(13, 20, 17, 0.92) 0%, rgba(13, 20, 17, 0.72) 43%, rgba(13, 20, 17, 0.12) 76%);
}

.axt-hero__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 82px 0 74px;
  color: var(--axt-white);
}

.axt-kicker {
  margin: 0 0 14px;
  color: #8dd0b4;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.axt-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--axt-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6vw, 82px);
  line-height: 1.02;
  letter-spacing: 0;
}

.axt-hero__copy {
  max-width: 630px;
  margin: 24px 0 0;
  color: #edf3ef;
  font-size: 18px;
  line-height: 1.65;
}

.axt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.axt-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid var(--axt-rust);
  border-radius: 4px;
  background: var(--axt-rust);
  color: var(--axt-white) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.axt-button:hover,
.axt-button:focus-visible {
  border-color: #aa4425;
  background: #aa4425;
}

.axt-button--secondary {
  border-color: rgba(255, 255, 255, 0.62);
  background: transparent;
}

.axt-button--secondary:hover,
.axt-button--secondary:focus-visible {
  border-color: var(--axt-white);
  background: var(--axt-white);
  color: var(--axt-ink) !important;
}

.axt-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--axt-paper);
  border-bottom: 1px solid var(--axt-line);
}

.axt-proof__item {
  min-height: 112px;
  padding: 26px 28px;
  border-right: 1px solid var(--axt-line);
}

.axt-proof__item:last-child {
  border-right: 0;
}

.axt-proof strong,
.axt-proof span {
  display: block;
}

.axt-proof strong {
  margin-bottom: 7px;
  font-size: 16px;
}

.axt-proof span {
  color: #58625d;
  font-size: 14px;
  line-height: 1.5;
}

.axt-intro,
.axt-selection,
.axt-guide,
.axt-faq,
.axt-contact-band,
.axt-archive-intro {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.axt-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 72px;
  padding: 88px 0 58px;
  align-items: end;
}

.axt-intro h2,
.axt-selection h2,
.axt-guide h2,
.axt-faq h2,
.axt-contact-band h2,
.axt-archive-intro h1 {
  margin: 0;
  color: var(--axt-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: 0;
}

.axt-intro__copy {
  max-width: 620px;
  color: #4c5651;
  font-size: 17px;
  line-height: 1.7;
}

.axt-intro__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
}

.axt-intro__links a,
.axt-guide a,
.axt-contact-band a {
  color: var(--axt-forest);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.axt-selection {
  padding: 30px 0 22px;
}

.axt-selection__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.axt-selection__head p {
  max-width: 520px;
  margin: 0;
  color: #58625d;
  line-height: 1.65;
}

.axt-products-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 22px 0 84px;
}

.axt-products-wrap .products {
  margin-bottom: 0;
}

.axt-products-wrap .product-grid-item .product-image-link,
.axtstore-v5 .products .product-grid-item .product-image-link {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #eef1ee;
}

.axt-products-wrap .product-grid-item img,
.axtstore-v5 .products .product-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.axt-products-wrap .wd-entities-title,
.axtstore-v5 .products .wd-entities-title {
  font-size: 15px;
  line-height: 1.45;
}

.axt-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  min-height: 520px;
  margin-bottom: 88px;
  background: var(--axt-graphite);
  color: var(--axt-white);
}

.axt-guide__media {
  min-height: 420px;
  background-position: center;
  background-size: cover;
}

.axt-guide__content {
  padding: 64px;
  align-self: center;
}

.axt-guide h2,
.axt-guide a {
  color: var(--axt-white);
}

.axt-guide p {
  color: #dfe8e3;
  font-size: 16px;
  line-height: 1.7;
}

.axt-guide ul {
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.axt-guide li {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.axt-guide li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.axt-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 64px;
  padding-bottom: 88px;
}

.axt-faq details {
  border-top: 1px solid var(--axt-line);
}

.axt-faq details:last-child {
  border-bottom: 1px solid var(--axt-line);
}

.axt-faq summary {
  cursor: pointer;
  padding: 20px 34px 20px 0;
  color: var(--axt-ink);
  font-size: 17px;
  font-weight: 700;
}

.axt-faq details p {
  margin: 0;
  padding: 0 0 20px;
  color: #58625d;
  line-height: 1.65;
}

.axt-contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  margin-bottom: 88px;
  padding: 48px 0;
  border-top: 1px solid var(--axt-line);
  border-bottom: 1px solid var(--axt-line);
}

.axt-contact-band p {
  max-width: 520px;
  margin: 0;
  color: #58625d;
  line-height: 1.65;
}

.axt-archive-intro {
  padding: 48px 0 36px;
  border-bottom: 1px solid var(--axt-line);
}

.axt-archive-intro p:last-child {
  max-width: 720px;
  margin: 18px 0 0;
  color: #58625d;
  font-size: 16px;
  line-height: 1.65;
}

.axtstore-v5 .wd-product-info.wd-sold-count {
  display: none !important;
}

.axtstore-v5 .footer-container,
.axtstore-v5 .copyrights-wrapper {
  display: none !important;
}

.axt-v5-footer {
  position: relative;
  z-index: 2;
  padding: 58px 24px 22px;
  background: var(--axt-graphite);
  color: #dfe8e3;
}

.axt-v5-footer__inner {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 54px;
  margin: 0 auto;
}

.axt-v5-footer__brand > a {
  color: var(--axt-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
}

.axt-v5-footer__brand p {
  max-width: 360px;
  color: #bfcac4;
  line-height: 1.65;
}

.axt-v5-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.axt-v5-footer__nav strong {
  margin-bottom: 4px;
  color: var(--axt-white);
}

.axt-v5-footer__nav a {
  color: #cbd5d0;
}

.axt-v5-footer__legal {
  width: min(1180px, 100%);
  margin: 42px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #96a59e;
  font-size: 13px;
}

.axtstore-v5 .scrollToTop {
  right: 12px !important;
}

@media (max-width: 1024px) {
  .axtstore-v5.single-product .wd-sticky-btn {
    bottom: 55px !important;
  }

  .axtstore-v5.woocommerce-cart .wd-toolbar,
  .axtstore-v5.woocommerce-checkout .wd-toolbar {
    display: none !important;
  }

  .axtstore-v5.woocommerce-cart,
  .axtstore-v5.woocommerce-checkout {
    padding-bottom: 0 !important;
  }

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

  .axt-proof__item:nth-child(2) {
    border-right: 0;
  }

  .axt-proof__item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--axt-line);
  }

  .axt-intro,
  .axt-faq,
  .axt-guide {
    grid-template-columns: 1fr;
  }

  .axt-guide__media {
    min-height: 420px;
  }

  .axt-v5-footer__inner {
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 28px;
  }
}

@media (max-width: 767px) {
  .axtstore-v5 {
    overflow-x: clip;
  }

  .axt-hero {
    min-height: 66vh;
    align-items: flex-end;
    background-position: 60% center;
  }

  .axt-hero::before {
    background: linear-gradient(0deg, rgba(12, 18, 15, 0.94) 0%, rgba(12, 18, 15, 0.62) 58%, rgba(12, 18, 15, 0.2) 100%);
  }

  .axt-hero__inner,
  .axt-intro,
  .axt-selection,
  .axt-products-wrap,
  .axt-guide,
  .axt-faq,
  .axt-contact-band,
  .axt-archive-intro {
    width: min(100% - 28px, 1180px);
  }

  .axt-hero__inner {
    padding: 76px 0 40px;
  }

  .axt-hero h1 {
    font-size: 46px;
  }

  .axt-hero__copy {
    font-size: 16px;
  }

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

  .axt-button {
    width: 100%;
  }

  .axt-proof {
    grid-template-columns: 1fr;
  }

  .axt-proof__item,
  .axt-proof__item:nth-child(2) {
    min-height: 0;
    padding: 19px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--axt-line);
  }

  .axt-intro {
    gap: 24px;
    padding: 58px 0 38px;
  }

  .axt-intro h2,
  .axt-selection h2,
  .axt-guide h2,
  .axt-faq h2,
  .axt-contact-band h2,
  .axt-archive-intro h1 {
    font-size: 36px;
  }

  .axt-selection__head,
  .axt-contact-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .axt-products-wrap {
    padding-bottom: 58px;
  }

  .axt-guide {
    margin-bottom: 58px;
  }

  .axt-guide__media {
    min-height: 300px;
  }

  .axt-guide__content {
    padding: 34px 24px 38px;
  }

  .axt-faq {
    gap: 28px;
    padding-bottom: 58px;
  }

  .axt-contact-band {
    margin-bottom: 58px;
    padding: 36px 0;
  }

  .axt-archive-intro {
    padding: 34px 0 26px;
  }

  .axt-v5-footer {
    padding: 44px 18px 74px;
  }

  .axt-v5-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 22px;
  }

  .axt-v5-footer__brand {
    grid-column: 1 / -1;
  }

  .axtstore-v5 .wd-cookies-popup {
    max-width: calc(100vw - 20px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .axt-button {
    transition: none;
  }
}

