:root {
  --areeka-ink: #18171c;
  --areeka-muted: #67616d;
  --areeka-line: #e6e0dc;
  --areeka-surface: #f5f6f7;
  --areeka-panel: #ffffff;
  --areeka-plum: #6f3a78;
  --areeka-coral: #cf6a42;
  --areeka-moss: #577766;
  --areeka-gold: #b7925f;
  --areeka-page-measure: min(1050px, calc(100vw - 40px));
  --areeka-wide-measure: min(1180px, calc(100vw - 40px));
}

/* Adaptive contact page: staging-only approved implementation. */
.page-id-14 .entry-content {
  overflow: visible;
}

.page-id-14 .entry-content > .areeka-nd-contact-hero,
.page-id-14 .entry-content > .areeka-nd-contact-methods,
.page-id-14 .entry-content > .areeka-nd-contact-layout,
.page-id-14 .entry-content > .areeka-nd-contact-visit {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.areeka-nd-contact-hero {
  padding: 62px 0 52px;
}

.areeka-nd-contact-hero h1 {
  max-width: 760px;
  margin: 0 0 14px;
  color: var(--areeka-ink);
  font-family: Georgia, serif;
  font-size: clamp(42px, 6vw, 68px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: none;
}

.areeka-nd-contact-hero > p:last-child {
  max-width: 680px;
  margin: 0;
  color: var(--areeka-muted);
  font-size: 18px;
}

.areeka-nd-contact-methods {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: 60px;
}

.areeka-nd-contact-methods article {
  min-width: 0;
  border: 1px solid var(--areeka-line);
  border-radius: 8px;
  background: var(--areeka-panel);
  padding: 20px;
  box-shadow: 0 12px 30px rgba(24, 23, 28, 0.07);
}

.areeka-nd-contact-methods span {
  display: block;
  margin-bottom: 3px;
  color: var(--areeka-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.areeka-nd-contact-methods strong {
  display: block;
  min-height: 50px;
  overflow-wrap: anywhere;
  color: var(--areeka-ink);
  font-size: 16px;
}

.areeka-nd-contact-methods a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--areeka-plum);
  font-weight: 800;
  text-decoration: none;
}

.areeka-nd-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 48px;
  align-items: start;
  padding: 64px 0;
  border-top: 1px solid var(--areeka-line);
}

.areeka-nd-contact-form > h2,
.areeka-nd-contact-address h2 {
  margin: 0 0 12px;
  color: var(--areeka-ink);
  font-family: Georgia, serif;
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: none;
}

.areeka-nd-contact-form > p:not(.areeka-nd-kicker) {
  margin: 0 0 28px;
  color: var(--areeka-muted);
}

.areeka-nd-contact-help {
  position: sticky;
  top: 24px;
  border-left: 4px solid var(--areeka-gold);
  background: #faf8f4;
  padding: 24px;
}

.areeka-nd-contact-help h3 {
  margin: 0 0 9px;
  color: var(--areeka-ink);
  font-size: 19px;
  letter-spacing: 0;
  text-transform: none;
}

.areeka-nd-contact-help p {
  color: var(--areeka-muted);
}

.areeka-nd-contact-help .areeka-nd-button {
  width: 100%;
  min-height: 48px;
  margin-top: 9px;
}

.areeka-nd-adaptive-form fieldset {
  min-width: 0;
  margin: 0 0 30px;
  padding: 0;
  border: 0;
}

.areeka-nd-contact-type legend {
  width: 100%;
  margin-bottom: 10px;
  color: var(--areeka-ink);
  font-size: 15px;
  font-weight: 800;
}

.areeka-nd-contact-type .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #aaa4ad;
  border-radius: 7px;
}

.areeka-nd-contact-type .wpcf7-list-item {
  min-width: 0;
  margin: 0;
}

.areeka-nd-contact-type .wpcf7-list-item + .wpcf7-list-item {
  border-left: 1px solid #aaa4ad;
}

.areeka-nd-contact-type label {
  position: relative;
  min-height: 54px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 8px 10px;
  background: var(--areeka-panel);
  color: var(--areeka-ink);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}

.areeka-nd-contact-type input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.areeka-nd-contact-type label:has(input:checked) {
  background: var(--areeka-plum);
  color: white;
}

.areeka-nd-contact-type label:has(input:focus-visible) {
  outline: 3px solid #1261a0;
  outline-offset: -4px;
}

.areeka-nd-contact-panel[hidden] {
  display: none !important;
}

.areeka-nd-contact-panel__intro {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--areeka-line);
}

.areeka-nd-contact-panel__intro h3 {
  margin: 0 0 5px;
  color: var(--areeka-ink);
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.areeka-nd-contact-panel__intro p {
  margin: 0;
  color: var(--areeka-muted);
}

.areeka-nd-contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px;
}

.areeka-nd-contact-fields > p {
  min-width: 0;
  margin: 0;
}

.areeka-nd-contact-fields > p.is-wide {
  grid-column: 1 / -1;
}

.areeka-nd-contact-fields label {
  display: block;
  margin-bottom: 7px;
  color: var(--areeka-ink);
  font-size: 14px;
  font-weight: 800;
}

.areeka-nd-contact-fields label > span,
.areeka-nd-contact-fields small {
  color: var(--areeka-muted);
  font-weight: 500;
}

.areeka-nd-contact-fields small {
  display: block;
  margin-top: 6px;
  font-size: 12px;
}

.areeka-nd-contact-fields .wpcf7-form-control-wrap {
  display: block;
}

.areeka-nd-contact-fields input,
.areeka-nd-contact-fields select,
.areeka-nd-contact-fields textarea {
  width: 100%;
  min-height: 48px;
  margin: 0;
  border: 1px solid #aaa4ad;
  border-radius: 5px;
  background: var(--areeka-panel);
  color: var(--areeka-ink);
  padding: 11px 12px;
  font-size: 16px;
}

.areeka-nd-contact-fields textarea {
  min-height: 132px;
  resize: vertical;
}

.areeka-nd-contact-fields input:focus,
.areeka-nd-contact-fields select:focus,
.areeka-nd-contact-fields textarea:focus {
  border-color: #1261a0;
  box-shadow: 0 0 0 1px #1261a0;
  outline: 0;
}

.areeka-nd-contact-fields input[type="file"] {
  min-height: 54px;
  padding: 9px;
}

.areeka-nd-file-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.areeka-nd-contact-submit {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
}

.areeka-nd-contact-submit .wpcf7-submit {
  min-width: 160px;
  min-height: 48px;
  margin: 0;
  border-radius: 6px;
  background: var(--areeka-coral);
  color: white;
}

.areeka-nd-contact-visit {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 42px;
  align-items: center;
  padding: 68px 0;
  border-top: 1px solid var(--areeka-line);
}

.areeka-nd-contact-map {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid #d8d4d0;
  border-radius: 8px;
  background: #e9ece7;
  box-shadow: 0 12px 30px rgba(24, 23, 28, 0.08);
  isolation: isolate;
}

.areeka-nd-contact-map::before,
.areeka-nd-contact-map::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -15%;
  width: 135%;
  height: 38px;
  border-block: 1px solid #d7d9d4;
  background: white;
  transform: rotate(-14deg);
}

.areeka-nd-contact-map::before { top: 36%; }
.areeka-nd-contact-map::after { top: 67%; transform: rotate(18deg); }

.areeka-nd-contact-map__block {
  position: absolute;
  border: 1px solid #d0d3ce;
  background: #f7f8f5;
  color: #6a7169;
  padding: 12px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.areeka-nd-contact-map__block.is-a { top: 9%; left: 8%; width: 28%; height: 22%; }
.areeka-nd-contact-map__block.is-b { top: 11%; right: 8%; width: 31%; height: 27%; }
.areeka-nd-contact-map__block.is-c { bottom: 9%; left: 7%; width: 34%; height: 21%; }
.areeka-nd-contact-map__block.is-d { right: 7%; bottom: 8%; width: 30%; height: 24%; }

.areeka-nd-contact-map__pin {
  position: absolute;
  left: 52%;
  top: 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 5px solid white;
  border-radius: 50% 50% 50% 8px;
  background: var(--areeka-plum);
  color: white;
  font-weight: 900;
  transform: translate(-50%, -50%) rotate(-45deg);
  box-shadow: 0 9px 22px rgba(24, 23, 28, 0.22);
}

.areeka-nd-contact-map__pin span { transform: rotate(45deg); }

.areeka-nd-contact-map__note {
  position: absolute;
  left: 14px;
  bottom: 14px;
  border-radius: 5px;
  background: var(--areeka-ink);
  color: white;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 750;
}

.areeka-nd-contact-address address {
  margin: 17px 0 22px;
  color: var(--areeka-ink);
  font-style: normal;
  font-size: 17px;
}

.areeka-nd-contact-address dl {
  margin: 0 0 24px;
}

.areeka-nd-contact-address dl div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--areeka-line);
}

.areeka-nd-contact-address dt { color: var(--areeka-muted); font-weight: 700; }
.areeka-nd-contact-address dd { margin: 0; color: var(--areeka-ink); font-weight: 750; }

@media (max-width: 920px) {
  .areeka-nd-contact-methods { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .areeka-nd-contact-layout,
  .areeka-nd-contact-visit { grid-template-columns: 1fr; }
  .areeka-nd-contact-help { position: static; }
}

@media (max-width: 620px) {
  .page-id-14 .entry-content > .areeka-nd-contact-hero,
  .page-id-14 .entry-content > .areeka-nd-contact-methods,
  .page-id-14 .entry-content > .areeka-nd-contact-layout,
  .page-id-14 .entry-content > .areeka-nd-contact-visit {
    width: min(100% - 28px, 1120px);
  }

  .areeka-nd-contact-hero { padding: 46px 0 38px; }
  .areeka-nd-contact-hero h1 { font-size: 40px; }
  .areeka-nd-contact-hero > p:last-child { font-size: 16px; }
  .areeka-nd-contact-methods { grid-template-columns: 1fr; padding-bottom: 46px; }
  .areeka-nd-contact-methods strong { min-height: 0; }
  .areeka-nd-contact-layout,
  .areeka-nd-contact-visit { gap: 28px; padding: 52px 0; }
  .areeka-nd-contact-type .wpcf7-radio { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .areeka-nd-contact-type .wpcf7-list-item:nth-child(3) { border-left: 0; }
  .areeka-nd-contact-type .wpcf7-list-item:nth-child(n+3) { border-top: 1px solid #aaa4ad; }
  .areeka-nd-contact-fields { grid-template-columns: 1fr; gap: 17px; }
  .areeka-nd-contact-fields > p.is-wide { grid-column: auto; }
  .areeka-nd-file-row { grid-template-columns: 1fr; }
  .areeka-nd-contact-submit { align-items: stretch; flex-direction: column; }
  .areeka-nd-contact-submit .wpcf7-submit { width: 100%; }
  .areeka-nd-contact-map { min-height: 300px; }
  .areeka-nd-contact-address dl div { grid-template-columns: 1fr; gap: 2px; }
}

/* Homepage catalogue carousel */
.areeka-nd-hero-carousel {
  position: relative;
  overflow: hidden;
  background: var(--areeka-ink);
}

.areeka-nd-hero-slide[hidden] {
  display: none !important;
}

.areeka-nd-hero-slide.is-active {
  animation: areeka-hero-fade .42s ease both;
}

.areeka-nd[data-areeka-new-design="home"] .areeka-nd-hero-slide--catalog {
  background-position: center 56%;
}

.areeka-nd[data-areeka-new-design="home"] .areeka-nd-hero-slide--catalog .areeka-nd-hero__shade {
  background:
    linear-gradient(90deg, rgba(24, 23, 28, .94), rgba(24, 23, 28, .72) 48%, rgba(24, 23, 28, .16)),
    linear-gradient(0deg, rgba(24, 23, 28, .74), rgba(24, 23, 28, .12) 62%);
}

.areeka-nd[data-areeka-new-design="home"] .areeka-nd-hero h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.01;
  letter-spacing: 0;
}

.areeka-nd-hero__file-note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  font-weight: 700;
}

.areeka-nd-hero-carousel__controls {
  position: absolute;
  z-index: 4;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(24, 23, 28, .72);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .2);
  backdrop-filter: blur(10px);
}

.areeka-nd-hero-carousel__controls button {
  min-width: 0;
  min-height: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
}

.areeka-nd-hero-carousel__arrow {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  padding: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.areeka-nd-hero-carousel__arrow:hover {
  background: rgba(255, 255, 255, .14);
}

.areeka-nd-hero-carousel__dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.areeka-nd-hero-carousel__dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .46);
  padding: 0;
}

.areeka-nd-hero-carousel__dots button[aria-current="true"] {
  width: 24px;
  border-radius: 999px;
  background: var(--areeka-coral);
}

.areeka-nd-hero-carousel__controls button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

@keyframes areeka-hero-fade {
  from { opacity: .35; }
  to { opacity: 1; }
}

@media (max-width: 900px) {
  .areeka-nd[data-areeka-new-design="home"] .areeka-nd-hero__grid--solo {
    padding-bottom: 92px;
  }

  .areeka-nd-hero-carousel__controls {
    right: 20px;
    bottom: 22px;
  }
}

@media (min-width: 761px) and (max-height: 780px) {
  .areeka-nd[data-areeka-new-design="home"] .areeka-nd-hero-carousel .areeka-nd-hero__copy {
    padding-left: 18px;
  }
}

@media (max-width: 760px) {
  .areeka-nd[data-areeka-new-design="home"] .areeka-nd-hero h2 {
    max-width: 340px;
    font-size: 29px;
    line-height: 1.08;
  }

  .areeka-nd[data-areeka-new-design="home"] .areeka-nd-hero-slide--catalog {
    background-position: 58% center;
  }

  .areeka-nd[data-areeka-new-design="home"] .areeka-nd-hero__grid--solo {
    padding-bottom: 84px;
  }

  .areeka-nd-hero-carousel__controls {
    right: 50%;
    bottom: 18px;
    transform: translateX(50%);
  }

  .areeka-nd-hero__file-note {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .areeka-nd-hero-slide.is-active {
    animation: none;
  }
}

/* Request-a-quote V3: UX Builder structure with scoped CF7 enhancements. */
.page-id-164 #main,
.page-id-164 #content {
  background: var(--areeka-surface, #f5f6f7);
}

.page-id-164 .entry-header,
.page-id-164 .page-title {
  display: none;
}

.page-id-164 .areeka-nd-rfq-v3-hero {
  min-height: 430px;
  overflow: hidden;
  background: var(--areeka-ink, #18171c);
}

.page-id-164 .areeka-nd-rfq-v3-hero .section-bg {
  background-position: center center !important;
}

.page-id-164 .areeka-nd-rfq-v3-hero .section-bg::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(24, 23, 28, .88) 0%, rgba(24, 23, 28, .7) 42%, rgba(24, 23, 28, .24) 70%, rgba(24, 23, 28, .08) 100%);
  pointer-events: none;
}

.page-id-164 .areeka-nd-rfq-v3-hero-row,
.page-id-164 .areeka-nd-rfq-v3-process-row,
.page-id-164 .areeka-nd-rfq-v3-layout {
  width: min(1120px, calc(100% - 40px));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.page-id-164 .areeka-nd-rfq-v3-hero-row {
  min-height: 430px;
  align-items: center;
  padding: 62px 0;
}

.page-id-164 .areeka-nd-rfq-v3-hero-copy {
  max-width: 700px;
}

.page-id-164 .areeka-nd-rfq-v3-hero-copy .areeka-nd-kicker {
  margin-bottom: 11px;
  color: #f1a17f;
}

.page-id-164 .areeka-nd-rfq-v3-hero-copy h1 {
  max-width: 700px;
  margin: 0 0 17px;
  color: white;
  font-family: Georgia, serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: 0;
  text-transform: none;
}

.page-id-164 .areeka-nd-rfq-v3-hero-copy p:last-child {
  max-width: 620px;
  margin: 0 0 24px;
  color: #eee9ef;
  font-size: 18px;
  line-height: 1.5;
}

.page-id-164 .areeka-nd-rfq-v3-hero .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 248px;
  min-height: 48px;
  margin: 0 12px 0 0;
  border-radius: 5px;
  padding: 11px 17px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: none;
  white-space: nowrap;
}

.page-id-164 .areeka-nd-rfq-v3-hero .button i {
  margin-top: 0;
  font-size: 15px;
}

.page-id-164 .areeka-nd-rfq-v3-hero .areeka-nd-rfq-v3-start {
  border-color: #b85231;
  background-color: #b85231;
  color: white;
}

.page-id-164 .areeka-nd-rfq-v3-hero .areeka-nd-rfq-v3-start:hover {
  border-color: #a7472a;
  background-color: #a7472a;
  color: white;
}

.page-id-164 .areeka-nd-rfq-v3-hero .areeka-nd-rfq-v3-browse {
  border-color: white;
  background-color: white;
  color: var(--areeka-plum, #6f3a78) !important;
}

.page-id-164 .areeka-nd-rfq-v3-hero .areeka-nd-rfq-v3-browse:hover {
  border-color: var(--areeka-surface, #f5f6f7);
  background-color: var(--areeka-surface, #f5f6f7);
  color: var(--areeka-plum, #6f3a78) !important;
}

.page-id-164 .areeka-nd-rfq-v3-hero .button:focus,
.page-id-164 .areeka-nd-rfq-v3-hero .button:focus-visible {
  outline: 3px solid #f1a17f;
  outline-offset: 3px;
}

.page-id-164 .areeka-nd-rfq-v3-process {
  position: relative;
  z-index: 3;
  overflow: visible;
}

.page-id-164 .areeka-nd-rfq-v3-process-row {
  position: relative;
  isolation: isolate;
  width: min(1440px, calc(100% - clamp(40px, 8vw, 160px)));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  transform: translateY(-22px);
  overflow: hidden;
  border: 1px solid rgba(111, 58, 120, .14);
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 28px rgba(24, 23, 28, .07);
}

.page-id-164 .areeka-nd-rfq-v3-process-row::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 3px;
  background: linear-gradient(90deg, var(--areeka-plum, #6f3a78), var(--areeka-coral, #cf6a42) 52%, var(--areeka-moss, #577766));
}

.page-id-164 .areeka-nd-rfq-v3-step {
  position: relative;
  width: 100%;
  max-width: none;
  flex-basis: auto;
  padding: 0;
  animation: areeka-rfq-v3-step-in 220ms ease both;
}

.page-id-164 .areeka-nd-rfq-v3-step + .areeka-nd-rfq-v3-step {
  border-left: 1px solid rgba(111, 58, 120, .1);
}

.page-id-164 .areeka-nd-rfq-v3-step:nth-child(2) {
  animation-delay: 45ms;
}

.page-id-164 .areeka-nd-rfq-v3-step:nth-child(3) {
  animation-delay: 90ms;
}

.page-id-164 .areeka-nd-rfq-v3-step .col-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(12px, 1.15vw, 20px);
  padding: clamp(15px, 1.35vw, 23px) clamp(16px, 1.7vw, 28px);
  transition: transform 200ms ease, background-color 200ms ease;
}

.page-id-164 .areeka-nd-rfq-v3-step .ux-text,
.page-id-164 .areeka-nd-rfq-v3-step .text {
  display: contents;
}

.page-id-164 .areeka-nd-rfq-v3-step br {
  display: none;
}

.page-id-164 .areeka-nd-rfq-v3-step:hover .col-inner,
.page-id-164 .areeka-nd-rfq-v3-step:focus-within .col-inner {
  background: #fbfafb;
  transform: translateY(-2px);
}

.page-id-164 .areeka-nd-rfq-v3-step-number {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 1;
  width: clamp(36px, 3vw, 42px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(111, 58, 120, .14);
  border-radius: 50%;
  background: #f3edf4;
  color: var(--areeka-plum, #6f3a78);
  font-size: clamp(11px, .8vw, 13px);
  font-weight: 900;
  line-height: 1;
}

.page-id-164 .areeka-nd-rfq-v3-step-copy {
  min-width: 0;
  display: grid;
  grid-column: 2;
  grid-row: 1;
  gap: 3px;
  word-break: normal;
  overflow-wrap: normal;
}

.page-id-164 .areeka-nd-rfq-v3-step-copy strong {
  color: var(--areeka-ink, #18171c);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.25;
  text-wrap: balance;
}

.page-id-164 .areeka-nd-rfq-v3-step-copy small {
  color: var(--areeka-muted, #67616d);
  font-size: clamp(11.5px, .78vw, 13px);
  line-height: 1.35;
}

@keyframes areeka-rfq-v3-step-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 720px) and (max-width: 1099px) {
  .page-id-164 .areeka-nd-rfq-v3-process-row {
    width: min(960px, calc(100% - 40px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    transform: translateY(-18px);
  }

  .page-id-164 .areeka-nd-rfq-v3-step:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(111, 58, 120, .1);
    border-left: 0;
  }
}

@media (max-width: 719px) {
  .page-id-164 .areeka-nd-rfq-v3-process-row {
    width: min(560px, calc(100% - 28px));
    grid-template-columns: minmax(0, 1fr);
    transform: translateY(-10px);
  }

  .page-id-164 .areeka-nd-rfq-v3-process-row::after {
    top: 18px;
    right: auto;
    bottom: 18px;
    left: 31px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, var(--areeka-plum, #6f3a78), var(--areeka-coral, #cf6a42) 52%, var(--areeka-moss, #577766));
  }

  .page-id-164 .areeka-nd-rfq-v3-step + .areeka-nd-rfq-v3-step {
    border-top: 1px solid rgba(111, 58, 120, .08);
    border-left: 0;
  }

  .page-id-164 .areeka-nd-rfq-v3-step .col-inner {
    gap: 12px;
    padding: 11px 14px;
  }

  .page-id-164 .areeka-nd-rfq-v3-step-number {
    width: 34px;
    font-size: 10px;
  }

  .page-id-164 .areeka-nd-rfq-v3-step-copy strong {
    font-size: 14px;
  }

  .page-id-164 .areeka-nd-rfq-v3-step-copy small {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-id-164 .areeka-nd-rfq-v3-step {
    animation: none;
  }

  .page-id-164 .areeka-nd-rfq-v3-step .col-inner {
    transition: none;
  }

  .page-id-164 .areeka-nd-rfq-v3-step:hover .col-inner,
  .page-id-164 .areeka-nd-rfq-v3-step:focus-within .col-inner {
    transform: none;
  }
}

.page-id-164 .areeka-ai-chat__eyecatcher {
  display: none !important;
}

.page-id-164 .areeka-ai-chat__launcher:focus,
.page-id-164 .areeka-ai-chat__launcher:focus-visible {
  outline: 3px solid #b85231;
  outline-offset: 3px;
}

@media (min-width: 761px) and (max-width: 1280px) {
  .page-id-164 .areeka-ai-chat {
    right: 12px;
    bottom: 12px;
  }

  .page-id-164 .areeka-ai-chat__launcher {
    width: 54px;
    min-width: 54px;
    height: 54px;
    justify-content: center;
    margin: 0;
    border-radius: 50%;
    padding: 10px;
  }

  .page-id-164 .areeka-ai-chat__launcher-text {
    display: none;
  }
}

.page-id-164 .areeka-nd-rfq-v3-body {
  padding: 36px 0 78px !important;
}

.page-id-164 .areeka-nd-rfq-v3-anchor-wrap,
.page-id-164 .areeka-nd-rfq-v3-anchor {
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
}

.page-id-164 .areeka-nd-rfq-v3-anchor {
  scroll-margin-top: 90px;
}

.page-id-164 .areeka-nd-rfq-v3-layout {
  align-items: flex-start;
}

.page-id-164 .areeka-nd-rfq-v3-aside-col {
  align-self: stretch;
}

.page-id-164 .areeka-nd-rfq-v3-form-col > .col-inner {
  overflow: hidden;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 34px rgba(24, 23, 28, .06);
}

.page-id-164 .areeka-nd-rfq-v3-form-intro {
  padding: 30px 30px 25px;
  border-bottom: 1px solid var(--areeka-line, #e6e0dc);
}

.page-id-164 .areeka-nd-rfq-v3-form-intro .areeka-nd-kicker {
  margin: 0 0 9px;
  color: #b85231;
}

.page-id-164 .areeka-nd-rfq-v3-form-intro h2 {
  margin: 0 0 10px;
  color: var(--areeka-ink, #18171c);
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.page-id-164 .areeka-nd-rfq-v3-form-intro p:last-child {
  max-width: 680px;
  margin: 0;
  color: var(--areeka-muted, #67616d);
}

.page-id-164 .areeka-nd-rfq-v3-form-col .wpcf7 {
  margin: 0;
}

.page-id-164 .areeka-nd-rfq-v3-form {
  padding: 0 30px 30px;
}

.page-id-164 .areeka-nd-rfq-v3-intent {
  margin: 0 -30px;
  border-bottom: 1px solid var(--areeka-line, #e6e0dc);
  background: #fbfafb;
  padding: 24px 30px;
}

.page-id-164 .areeka-nd-rfq-v3-control-label,
.page-id-164 .areeka-nd-rfq-v3-setting legend,
.page-id-164 .areeka-nd-rfq-v3-files legend {
  display: block;
  margin-bottom: 11px;
  color: var(--areeka-ink, #18171c);
  font-size: 14px;
  font-style: normal;
  font-weight: 850;
}

.page-id-164 .areeka-nd-rfq-v3-intent .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.page-id-164 .areeka-nd-rfq-v3-intent .wpcf7-list-item,
.page-id-164 .areeka-nd-rfq-v3-setting .wpcf7-list-item {
  margin: 0;
}

.page-id-164 .areeka-nd-rfq-v3-intent label,
.page-id-164 .areeka-nd-rfq-v3-setting label {
  position: relative;
  display: block;
  margin: 0;
}

.page-id-164 .areeka-nd-rfq-v3-intent input,
.page-id-164 .areeka-nd-rfq-v3-setting input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
}

.page-id-164 .areeka-nd-rfq-v3-intent .wpcf7-list-item-label,
.page-id-164 .areeka-nd-rfq-v3-setting .wpcf7-list-item-label {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--areeka-line, #e6e0dc);
  border-radius: 6px;
  background: white;
  color: var(--areeka-ink, #18171c);
  padding: 9px 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

.page-id-164 .areeka-nd-rfq-v3-intent input:checked + .wpcf7-list-item-label,
.page-id-164 .areeka-nd-rfq-v3-setting input:checked + .wpcf7-list-item-label {
  border-color: var(--areeka-plum, #6f3a78);
  background: var(--areeka-plum, #6f3a78);
  color: white;
}

.page-id-164 .areeka-nd-rfq-v3-intent input:focus-visible + .wpcf7-list-item-label,
.page-id-164 .areeka-nd-rfq-v3-setting input:focus-visible + .wpcf7-list-item-label {
  outline: 3px solid #1261a0;
  outline-offset: 3px;
}

.page-id-164 .areeka-nd-rfq-v3-accordion {
  border-bottom: 1px solid var(--areeka-line, #e6e0dc);
}

.page-id-164 .areeka-nd-rfq-v3-accordion h3 {
  margin: 0;
}

.page-id-164 .areeka-nd-rfq-v3-accordion-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  color: var(--areeka-ink, #18171c);
  padding: 24px 0 18px;
  text-align: left;
  text-transform: none;
}

.page-id-164 .areeka-nd-rfq-v3-accordion-title span {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.page-id-164 .areeka-nd-rfq-v3-accordion-title b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--areeka-surface, #f5f6f7);
  color: var(--areeka-plum, #6f3a78);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
}

.page-id-164 .areeka-nd-rfq-v3-accordion-title i {
  color: var(--areeka-plum, #6f3a78);
  font-size: 20px;
  font-style: normal;
  transition: transform 160ms ease;
}

.page-id-164 .areeka-nd-rfq-v3-accordion.is-collapsed .areeka-nd-rfq-v3-accordion-title i {
  transform: rotate(-90deg);
}

.page-id-164 .areeka-nd-rfq-v3-accordion.is-collapsed .areeka-nd-rfq-v3-accordion-content {
  display: none;
}

.page-id-164 .areeka-nd-rfq-v3-accordion-content {
  padding: 0 0 25px;
}

.page-id-164 .areeka-nd-rfq-v3-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.page-id-164 .areeka-nd-rfq-v3-field {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.page-id-164 .areeka-nd-rfq-v3-field--full {
  grid-column: 1 / -1;
}

.page-id-164 .areeka-nd-rfq-v3-field label,
.page-id-164 .areeka-nd-rfq-v3-upload-row label {
  display: block;
  margin: 0;
  color: #333037;
  font-size: 13px;
  font-weight: 800;
}

.page-id-164 .areeka-nd-rfq-v3-field em,
.page-id-164 .areeka-nd-rfq-v3-files em {
  color: var(--areeka-muted, #67616d);
  font-style: normal;
  font-weight: 500;
}

.page-id-164 .areeka-nd-rfq-v3-field .wpcf7-form-control-wrap,
.page-id-164 .areeka-nd-rfq-v3-upload-row .wpcf7-form-control-wrap {
  display: block;
  margin-top: 7px;
}

.page-id-164 .areeka-nd-rfq-v3-form input:not([type="radio"]):not([type="submit"]),
.page-id-164 .areeka-nd-rfq-v3-form select,
.page-id-164 .areeka-nd-rfq-v3-form textarea {
  width: 100%;
  min-height: 49px;
  margin: 0;
  border: 1px solid #aaa4ad;
  border-radius: 5px;
  background: white;
  color: var(--areeka-ink, #18171c);
  box-shadow: none;
  padding: 11px 12px;
}

.page-id-164 .areeka-nd-rfq-v3-form textarea {
  min-height: 122px;
  resize: vertical;
}

.page-id-164 .areeka-nd-rfq-v3-form input:focus,
.page-id-164 .areeka-nd-rfq-v3-form select:focus,
.page-id-164 .areeka-nd-rfq-v3-form textarea:focus {
  border-color: var(--areeka-plum, #6f3a78);
  box-shadow: 0 0 0 3px rgba(111, 58, 120, .12);
  outline: 0;
}

.page-id-164 .areeka-nd-rfq-v3-setting .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-id-164 .areeka-nd-rfq-v3-setting .wpcf7-list-item-label {
  min-height: 44px;
  padding: 9px 13px;
}

.page-id-164 .areeka-nd-rfq-v3-mode-copy {
  margin-bottom: 18px;
  border-left: 4px solid var(--areeka-gold, #b7925f);
  background: #faf8f4;
  padding: 16px;
}

.page-id-164 .areeka-nd-rfq-v3-mode-copy strong {
  display: block;
  margin-bottom: 3px;
}

.page-id-164 .areeka-nd-rfq-v3-mode-copy p {
  margin: 0;
  color: var(--areeka-muted, #67616d);
  font-size: 13px;
}

.page-id-164 .areeka-nd-rfq-v3-mode-panel {
  margin-bottom: 18px;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 6px;
  background: white;
  padding: 18px;
}

.page-id-164 .areeka-nd-rfq-v3-mode-panel[hidden] {
  display: none !important;
}

.page-id-164 .areeka-nd-rfq-v3-guidance {
  display: grid;
  gap: 18px;
  background: #fbfafb;
}

.page-id-164 .areeka-nd-rfq-v3-guidance-needs {
  padding: 0;
  border: 0;
}

.page-id-164 .areeka-nd-rfq-v3-guidance-needs legend {
  margin-bottom: 10px;
  color: var(--areeka-ink, #18171c);
  font-size: 13px;
  font-weight: 800;
}

.page-id-164 .areeka-nd-rfq-v3-guidance-needs em {
  color: var(--areeka-muted, #67616d);
  font-style: normal;
  font-weight: 500;
}

.page-id-164 .areeka-nd-rfq-v3-guidance-needs .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.page-id-164 .areeka-nd-rfq-v3-guidance-needs .wpcf7-list-item {
  margin: 0;
}

.page-id-164 .areeka-nd-rfq-v3-guidance-needs label {
  position: relative;
  display: block;
  margin: 0;
}

.page-id-164 .areeka-nd-rfq-v3-guidance-needs input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
}

.page-id-164 .areeka-nd-rfq-v3-guidance-needs .wpcf7-list-item-label {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #aaa4ad;
  border-radius: 5px;
  background: white;
  color: var(--areeka-ink, #18171c);
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

.page-id-164 .areeka-nd-rfq-v3-guidance-needs input:checked + .wpcf7-list-item-label {
  border-color: var(--areeka-plum, #6f3a78);
  background: var(--areeka-plum, #6f3a78);
  color: white;
}

.page-id-164 .areeka-nd-rfq-v3-guidance-needs input:focus-visible + .wpcf7-list-item-label {
  outline: 3px solid #1261a0;
  outline-offset: 2px;
}

.page-id-164 .areeka-nd-rfq-v3-known-items,
.page-id-164 .areeka-nd-rfq-v3-shortlist {
  background: var(--areeka-surface, #f5f6f7);
}

.page-id-164 .areeka-nd-rfq-v3-product-search > label {
  margin: 0 0 8px;
  color: var(--areeka-ink, #18171c);
  font-size: 13px;
  font-weight: 800;
}

.page-id-164 .areeka-nd-rfq-v3-product-search-controls {
  display: block;
}

.page-id-164 .areeka-nd-rfq-v3-product-search-controls > p {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin: 0;
}

.page-id-164 .areeka-nd-rfq-v3-product-search-controls input {
  min-width: 0;
}

.page-id-164 .areeka-nd-rfq-v3-product-search-controls button,
.page-id-164 .areeka-nd-rfq-v3-product-result > button,
.page-id-164 .areeka-nd-rfq-v3-shortlist-head button {
  min-height: 44px;
  margin: 0;
  border: 1px solid var(--areeka-plum, #6f3a78);
  border-radius: 5px;
  background: var(--areeka-plum, #6f3a78);
  color: white;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.page-id-164 .areeka-nd-rfq-v3-product-search-controls button:disabled,
.page-id-164 .areeka-nd-rfq-v3-product-result > button:disabled,
.page-id-164 .areeka-nd-rfq-v3-shortlist-head button:disabled {
  border-color: #aaa4ad;
  background: #aaa4ad;
  cursor: wait;
}

.page-id-164 .areeka-nd-rfq-v3-product-status {
  margin: 7px 0 0;
  color: var(--areeka-muted, #67616d);
  font-size: 11px;
}

.page-id-164 .areeka-nd-rfq-v3-product-results,
.page-id-164 .areeka-nd-rfq-v3-product-selection,
.page-id-164 .areeka-nd-rfq-v3-shortlist-items {
  margin-top: 14px;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 6px;
  background: white;
}

.page-id-164 .areeka-nd-rfq-v3-product-results[hidden],
.page-id-164 .areeka-nd-rfq-v3-product-selection[hidden],
.page-id-164 .areeka-nd-rfq-v3-shortlist-items[hidden] {
  display: none !important;
}

.page-id-164 .areeka-nd-rfq-v3-product-result,
.page-id-164 .areeka-nd-rfq-v3-product-row {
  min-width: 0;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  padding: 12px;
}

.page-id-164 .areeka-nd-rfq-v3-product-result + .areeka-nd-rfq-v3-product-result,
.page-id-164 .areeka-nd-rfq-v3-product-row + .areeka-nd-rfq-v3-product-row {
  border-top: 1px solid var(--areeka-line, #e6e0dc);
}

.page-id-164 .areeka-nd-rfq-v3-product-identity {
  min-width: 0;
  display: grid;
  align-items: center;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
}

.page-id-164 .areeka-nd-rfq-v3-product-media {
  width: 58px;
  height: 58px;
  display: block;
  overflow: hidden;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 5px;
  background: white;
}

.page-id-164 .areeka-nd-rfq-v3-product-media:empty {
  background: var(--areeka-surface, #f5f6f7);
}

.page-id-164 .areeka-nd-rfq-v3-product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-id-164 .areeka-nd-rfq-v3-product-name {
  display: block;
  color: var(--areeka-ink, #18171c);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
}

.page-id-164 .areeka-nd-rfq-v3-product-name:hover {
  color: var(--areeka-plum, #6f3a78);
}

.page-id-164 .areeka-nd-rfq-v3-product-meta {
  display: block;
  margin-top: 3px;
  color: var(--areeka-muted, #67616d);
  font-size: 10px;
  line-height: 1.35;
}

.page-id-164 .areeka-nd-rfq-v3-product-selection-head,
.page-id-164 .areeka-nd-rfq-v3-shortlist-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.page-id-164 .areeka-nd-rfq-v3-product-selection-head {
  border-bottom: 1px solid var(--areeka-line, #e6e0dc);
  padding: 11px 12px;
}

.page-id-164 .areeka-nd-rfq-v3-product-selection-head strong,
.page-id-164 .areeka-nd-rfq-v3-shortlist-head strong,
.page-id-164 .areeka-nd-rfq-v3-shortlist-head span {
  display: block;
}

.page-id-164 .areeka-nd-rfq-v3-product-selection-head strong,
.page-id-164 .areeka-nd-rfq-v3-shortlist-head strong {
  color: var(--areeka-ink, #18171c);
  font-size: 13px;
}

.page-id-164 .areeka-nd-rfq-v3-product-selection-head span,
.page-id-164 .areeka-nd-rfq-v3-shortlist-head span {
  color: var(--areeka-muted, #67616d);
  font-size: 11px;
}

.page-id-164 .areeka-nd-rfq-v3-product-row-actions {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.page-id-164 .areeka-nd-rfq-v3-product-row-actions label {
  margin: 0;
  color: var(--areeka-muted, #67616d);
  font-size: 10px;
  font-weight: 700;
}

.page-id-164 .areeka-nd-rfq-v3-product-row-actions input {
  width: 62px !important;
  min-height: 38px !important;
  display: block;
  margin-top: 3px !important;
  padding: 7px 8px !important;
}

.page-id-164 .areeka-nd-rfq-v3-product-row-actions button {
  min-height: 38px;
  margin: 0;
  border: 1px solid #aaa4ad;
  border-radius: 5px;
  background: white;
  color: var(--areeka-plum, #6f3a78);
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.page-id-164 .areeka-nd-rfq-v3-known-items > .areeka-nd-rfq-v3-field {
  margin-top: 18px;
}

.page-id-164 .areeka-nd-rfq-v3-known-items textarea {
  min-height: 92px;
}

.page-id-164 .areeka-nd-rfq-v3-shortlist-head > div {
  min-width: 0;
}

.page-id-164 .areeka-nd-rfq-v3-shortlist-head p,
.page-id-164 .areeka-nd-rfq-v3-shortlist-actions > p {
  margin: 0;
}

.page-id-164 .areeka-nd-rfq-v3-shortlist-actions {
  margin-top: 14px;
}

.page-id-164 .areeka-nd-rfq-v3-shortlist-actions > p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.page-id-164 .areeka-nd-rfq-v3-shortlist-actions a {
  color: var(--areeka-plum, #6f3a78);
  font-size: 11px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-id-164 .areeka-nd-rfq-v3-upload-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.page-id-164 .areeka-nd-rfq-v3-upload-row input[type="file"] {
  min-height: 54px;
  padding: 8px;
}

.page-id-164 .areeka-nd-rfq-v3-files small {
  display: block;
  margin-top: 7px;
  color: var(--areeka-muted, #67616d);
  font-size: 11px;
}

.page-id-164 .areeka-nd-rfq-v3-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 26px;
}

.page-id-164 .areeka-nd-rfq-v3-submit p {
  max-width: 410px;
  margin: 0;
  color: var(--areeka-muted, #67616d);
  font-size: 11px;
}

.page-id-164 .areeka-nd-rfq-v3-submit-actions {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.page-id-164 .areeka-nd-rfq-v3-submit-actions .wpcf7-form-control-wrap {
  margin: 0;
}

.page-id-164 .areeka-nd-rfq-v3-submit .wpcf7-submit {
  min-width: 190px;
  min-height: 48px;
  margin: 0;
  border-color: #b85231;
  border-radius: 6px;
  background: #b85231;
  color: white;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.page-id-164 .wpcf7-response-output {
  margin: 20px 30px 30px;
  border-radius: 6px;
}

.page-id-164 .areeka-nd-rfq-v3-aside-col > .col-inner {
  position: sticky;
  top: 20px;
}

.page-id-164 .areeka-nd-rfq-v3-summary,
.page-id-164 .areeka-nd-rfq-v3-help {
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: white;
  padding: 22px;
}

.page-id-164 .areeka-nd-rfq-v3-summary {
  margin-bottom: 16px;
  border-top: 4px solid var(--areeka-plum, #6f3a78);
  box-shadow: 0 12px 34px rgba(24, 23, 28, .06);
}

.page-id-164 .areeka-nd-rfq-v3-summary h3,
.page-id-164 .areeka-nd-rfq-v3-help h3 {
  margin: 0 0 9px;
  color: var(--areeka-ink, #18171c);
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
}

.page-id-164 .areeka-nd-rfq-v3-summary > p,
.page-id-164 .areeka-nd-rfq-v3-help > p {
  margin: 0;
  color: var(--areeka-muted, #67616d);
  font-size: 13px;
}

.page-id-164 .areeka-nd-rfq-v3-progress {
  height: 7px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--areeka-line, #e6e0dc);
  margin: 18px 0 8px;
}

.page-id-164 .areeka-nd-rfq-v3-progress span {
  width: 8%;
  height: 100%;
  display: block;
  background: var(--areeka-moss, #577766);
  transition: width 180ms ease;
}

.page-id-164 .areeka-nd-rfq-v3-progress-copy {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--areeka-muted, #67616d);
  font-size: 11px;
}

.page-id-164 .areeka-nd-rfq-v3-summary dl {
  margin: 18px 0 0;
}

.page-id-164 .areeka-nd-rfq-v3-summary dl > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--areeka-line, #e6e0dc);
  padding: 11px 0;
  font-size: 12px;
}

.page-id-164 .areeka-nd-rfq-v3-summary dt {
  color: var(--areeka-muted, #67616d);
}

.page-id-164 .areeka-nd-rfq-v3-summary dd {
  max-width: 155px;
  margin: 0;
  color: var(--areeka-ink, #18171c);
  font-weight: 800;
  overflow-wrap: anywhere;
  text-align: right;
}

.page-id-164 .areeka-nd-rfq-v3-help {
  border-color: #e7dcc8;
  border-radius: 8px;
  background: #faf8f4;
  margin-bottom: 12px;
}

.page-id-164 .areeka-nd-rfq-v3-whatsapp {
  width: 100%;
  min-height: 46px;
  margin: 0 0 12px;
  border-color: var(--areeka-plum, #6f3a78);
  border-radius: 5px;
  background: white;
  color: var(--areeka-plum, #6f3a78);
  padding: 10px 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.page-id-164 .areeka-nd-rfq-v3-chat-open {
  width: 100%;
  min-height: 46px;
  margin: 0 0 12px;
  border-color: var(--areeka-plum, #6f3a78);
  border-radius: 5px;
  background: var(--areeka-plum, #6f3a78);
  color: white;
  padding: 10px 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.page-id-164 .areeka-nd-rfq-v3-chat-open:hover,
.page-id-164 .areeka-nd-rfq-v3-chat-open:focus {
  border-color: #5f3068;
  background: #5f3068;
  color: white;
}

.page-id-164 .areeka-nd-rfq-v3-live-chat-note {
  border: 1px solid #e7dcc8;
  border-radius: 8px;
  background: #faf8f4;
  padding: 18px 22px;
}

.page-id-164 .areeka-nd-rfq-v3-live-chat-note strong {
  display: block;
  color: var(--areeka-moss, #577766);
  font-size: 12px;
}

.page-id-164 .areeka-nd-rfq-v3-live-chat-note p {
  margin: 3px 0 0;
  color: var(--areeka-muted, #67616d);
  font-size: 11px;
}

@media (max-width: 849px) {
  .page-id-164 .areeka-nd-rfq-v3-form-col,
  .page-id-164 .areeka-nd-rfq-v3-aside-col {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .page-id-164 .areeka-nd-rfq-v3-aside-col {
    align-self: auto;
  }

  .page-id-164 .areeka-nd-rfq-v3-aside-col > .col-inner {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 20px;
  }

  .page-id-164 .areeka-nd-rfq-v3-summary {
    grid-row: 1 / 5;
    margin: 0;
  }

  .page-id-164 .areeka-nd-rfq-v3-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .page-id-164 .areeka-nd-rfq-v3-submit p {
    max-width: none;
  }

  .page-id-164 .areeka-nd-rfq-v3-submit-actions {
    width: 100%;
    justify-items: start;
  }
}

@media (max-width: 1099px) {
  .page-id-164 #ht-ctc-chat,
  .page-id-164 .areeka-ai-chat__launcher {
    display: none !important;
  }

  .page-id-164 .wpcf7 input,
  .page-id-164 .wpcf7 select,
  .page-id-164 .wpcf7 textarea,
  .page-id-164 .wpcf7 .wpcf7-response-output,
  .page-id-164 .wpcf7 .wpcf7-not-valid-tip,
  .page-id-164 .wpcf7-submit {
    scroll-margin-top: 110px;
    scroll-margin-bottom: 24px;
  }
}

@media (min-width: 621px) and (max-width: 849px) {
  .page-id-164 .areeka-nd-rfq-v3-hero {
    min-height: 370px;
  }

  .page-id-164 .areeka-nd-rfq-v3-hero-row {
    min-height: 370px;
    padding: 34px 0;
  }

  .page-id-164 .areeka-nd-rfq-v3-hero-copy h1 {
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 1.02;
  }

  .page-id-164 .areeka-nd-rfq-v3-hero-copy p:last-child {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.42;
  }

  .page-id-164 .areeka-nd-rfq-v3-hero .button {
    min-height: 44px;
    margin-bottom: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .page-id-164 .areeka-nd-rfq-v3-hero .button:last-child {
    margin-bottom: 0;
  }

  .page-id-164 .areeka-nd-rfq-v3-help,
  .page-id-164 .areeka-nd-rfq-v3-whatsapp,
  .page-id-164 .areeka-nd-rfq-v3-chat-open {
    margin: 0;
  }
}

@media (max-width: 620px) {
  .page-id-164 .areeka-nd-rfq-v3-hero {
    min-height: 300px;
  }

  .page-id-164 .areeka-nd-rfq-v3-hero .section-bg {
    background-position: 68% center !important;
  }

  .page-id-164 .areeka-nd-rfq-v3-hero .section-bg::after {
    background: linear-gradient(180deg, rgba(24, 23, 28, .48) 0%, rgba(24, 23, 28, .68) 55%, rgba(24, 23, 28, .45) 100%);
  }

  .page-id-164 .areeka-nd-rfq-v3-hero-row,
  .page-id-164 .areeka-nd-rfq-v3-process-row,
  .page-id-164 .areeka-nd-rfq-v3-layout {
    width: calc(100% - 28px);
  }

  .page-id-164 .areeka-nd-rfq-v3-hero-row {
    min-height: 300px;
    padding: 30px 0;
  }

  .page-id-164 .areeka-nd-rfq-v3-hero-copy h1 {
    margin-bottom: 12px;
    font-size: 35px;
  }

  .page-id-164 .areeka-nd-rfq-v3-hero-copy p:last-child {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.42;
  }

  .page-id-164 .areeka-nd-rfq-v3-hero .button {
    width: 248px;
    max-width: 100%;
    min-height: 44px;
    margin: 0 0 12px;
    padding: 9px 14px;
    font-size: 13px;
    white-space: normal;
  }

  .page-id-164 .areeka-nd-rfq-v3-hero .button:last-child {
    margin: 0;
  }

  .page-id-164 .areeka-nd-rfq-v3-body {
    padding: 16px 0 54px !important;
  }

  .page-id-164 .areeka-nd-rfq-v3-form-intro {
    padding: 16px 18px 13px;
  }

  .page-id-164 .areeka-nd-rfq-v3-form-intro h2 {
    font-size: 27px;
  }

  .page-id-164 .areeka-nd-rfq-v3-form-intro p:last-child {
    font-size: 12px;
    line-height: 1.35;
  }

  .page-id-164 .areeka-nd-rfq-v3-form {
    padding: 0 18px 22px;
  }

  .page-id-164 .areeka-nd-rfq-v3-intent {
    margin: 0 -18px;
    padding: 13px 18px;
  }

  .page-id-164 .areeka-nd-rfq-v3-control-label {
    margin-bottom: 7px;
  }

  .page-id-164 .areeka-nd-rfq-v3-intent .wpcf7-radio {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-id-164 .areeka-nd-rfq-v3-intent .wpcf7-list-item-label {
    min-height: 52px;
    padding: 6px 5px;
    font-size: 11px;
  }

  .page-id-164 .areeka-nd-rfq-v3-accordion-title {
    padding: 17px 0 13px;
  }

  .page-id-164 .areeka-nd-rfq-v3-accordion-title span {
    font-size: 21px;
  }

  .page-id-164 .areeka-nd-rfq-v3-field-grid,
  .page-id-164 .areeka-nd-rfq-v3-upload-row {
    grid-template-columns: 1fr;
  }

  .page-id-164 .areeka-nd-rfq-v3-field--full {
    grid-column: auto;
  }

  .page-id-164 .areeka-nd-rfq-v3-setting .wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-id-164 .areeka-nd-rfq-v3-mode-copy,
  .page-id-164 .areeka-nd-rfq-v3-mode-panel {
    margin-bottom: 14px;
    padding: 14px;
  }

  .page-id-164 .areeka-nd-rfq-v3-guidance-needs .wpcf7-checkbox {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-id-164 .areeka-nd-rfq-v3-product-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .page-id-164 .areeka-nd-rfq-v3-product-row-actions {
    justify-content: flex-end;
  }

  .page-id-164 .areeka-nd-rfq-v3-product-result,
  .page-id-164 .areeka-nd-rfq-v3-product-row {
    padding: 10px;
  }

  .page-id-164 .areeka-nd-rfq-v3-product-identity {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
  }

  .page-id-164 .areeka-nd-rfq-v3-product-media {
    width: 52px;
    height: 52px;
  }

  .page-id-164 .areeka-nd-rfq-v3-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .page-id-164 .areeka-nd-rfq-v3-submit-actions {
    width: 100%;
    justify-items: stretch;
  }

  .page-id-164 .areeka-nd-rfq-v3-submit-actions .g-recaptcha {
    max-width: 100%;
    overflow: hidden;
  }

  .page-id-164 .areeka-nd-rfq-v3-submit .wpcf7-submit {
    width: 100%;
  }

  .page-id-164 .areeka-nd-rfq-v3-aside-col > .col-inner {
    display: block;
  }

  .page-id-164 .areeka-nd-rfq-v3-summary {
    margin-bottom: 16px;
  }

  .page-id-164 .areeka-nd-rfq-v3-help,
  .page-id-164 .areeka-nd-rfq-v3-whatsapp,
  .page-id-164 .areeka-nd-rfq-v3-chat-open {
    margin-bottom: 12px;
  }

  .page-id-164 .wpcf7-response-output {
    margin-right: 18px;
    margin-left: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-id-164 .areeka-nd-rfq-v3-accordion-title i,
  .page-id-164 .areeka-nd-rfq-v3-progress span {
    transition: none;
  }
}

.areeka-nd {
  --areeka-ink: #18171c;
  --areeka-muted: #67616d;
  --areeka-line: #e6e0dc;
  --areeka-surface: #f5f6f7;
  --areeka-panel: #ffffff;
  --areeka-plum: #6f3a78;
  --areeka-coral: #cf6a42;
  --areeka-moss: #577766;
  --areeka-gold: #b7925f;
  --areeka-page-measure: min(1050px, calc(100vw - 40px));
  --areeka-wide-measure: min(1180px, calc(100vw - 40px));
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  color: var(--areeka-ink);
  font-family: inherit;
  overflow: hidden;
}

.page-id-35110 .entry-header,
.page-id-35110 .entry-title {
  display: none;
}

.page-id-35110 .page-inner {
  padding-top: 0;
}

body .button,
body button,
body input[type="button"],
body input[type="submit"],
body .submit-button,
body a.primary,
body .primary.button {
  border-radius: 6px;
  box-shadow: none;
  letter-spacing: 0;
  text-shadow: none;
  text-transform: none;
}

body .button.primary,
body .primary.button,
body input[type="submit"] {
  background-color: var(--areeka-coral, #cf6a42);
}

body .button.secondary,
body .secondary.button {
  background-color: var(--areeka-plum, #6f3a78);
}

#header .header-wrapper {
  background: #fff;
  box-shadow: 0 10px 30px rgba(24, 23, 28, .08);
}

#header #top-bar,
#header .header-top {
  min-height: 32px;
  background: #18171c !important;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

#top-bar .nav > li > a,
#top-bar .nav > li > span,
#top-bar .html {
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

#top-bar .top-bar-nav > li > a {
  color: rgba(255, 255, 255, .68);
  font-weight: 700;
  text-transform: none;
}

#top-bar .top-bar-nav > li > a:hover {
  color: #fff;
}

#masthead {
  min-height: 66px;
  background: #fff;
}

#masthead .header-inner {
  min-height: 66px;
}

#masthead .nav > li > a {
  color: #2a2830;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

#masthead .nav > li > a:hover,
#masthead .nav > li.active > a {
  color: var(--areeka-plum, #6f3a78);
}

#masthead .header-search .button,
#masthead .search-button {
  background: var(--areeka-plum, #6f3a78);
  color: #fff;
}

#masthead .cart-icon,
#masthead .cart-icon strong {
  border-color: var(--areeka-plum, #6f3a78);
  color: var(--areeka-plum, #6f3a78);
}

#masthead .header-contact,
#masthead .header-divider {
  color: #5f5a66;
}

.off-canvas .sidebar-menu {
  background: #fff;
}

.off-canvas .nav-sidebar.nav-vertical > li > a {
  color: #18171c;
  font-weight: 900;
}

body .page-loader {
  pointer-events: none;
}

.areeka-nd * {
  box-sizing: border-box;
}

.areeka-nd a {
  text-decoration: none;
}

.areeka-nd-shell {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.areeka-nd-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  background-color: #2b2a2f;
  background-position: center;
  background-size: cover;
}

.areeka-nd-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 15, 18, .84) 0%, rgba(16, 15, 18, .62) 43%, rgba(16, 15, 18, .2) 100%),
    linear-gradient(0deg, rgba(16, 15, 18, .5), rgba(16, 15, 18, .08));
}

.areeka-nd-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 56px;
  align-items: center;
  padding: 96px 0;
}

.areeka-nd-kicker {
  margin: 0 0 14px;
  color: var(--areeka-coral);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.areeka-nd-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .98;
  letter-spacing: 0;
}

.areeka-nd-lede {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 20px;
  line-height: 1.55;
}

.areeka-nd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.areeka-nd-actions--end {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
}

.areeka-nd-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 13px 20px;
  font-weight: 800;
  line-height: 1.15;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.areeka-nd-button:hover {
  transform: translateY(-1px);
}

.areeka-nd-button--primary {
  background: var(--areeka-coral);
  color: #fff;
  box-shadow: 0 14px 34px rgba(207, 106, 66, .26);
}

.areeka-nd-button--light {
  background: #fff;
  color: var(--areeka-ink);
}

.areeka-nd-button--outline {
  border: 1px solid rgba(255, 255, 255, .44);
  color: #fff;
}

.areeka-nd-quote-card {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .26);
  padding: 26px;
}

.areeka-nd-card-label {
  margin: 0 0 18px;
  color: var(--areeka-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.areeka-nd-quote-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.areeka-nd-quote-card li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  color: var(--areeka-ink);
  font-weight: 700;
}

.areeka-nd-quote-card li span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eceff2;
  color: var(--areeka-coral);
}

.areeka-nd-quote-card a {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border-radius: 6px;
  background: var(--areeka-plum);
  color: #fff;
  font-weight: 800;
}

.areeka-nd-strip {
  background: var(--areeka-ink);
  color: #fff;
}

.areeka-nd-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.areeka-nd-strip__grid div {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, .12);
  padding: 20px 22px;
}

.areeka-nd-strip__grid div:first-child {
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.areeka-nd-strip strong {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.areeka-nd-strip span {
  margin-top: 8px;
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
}

.areeka-nd-section {
  padding: 78px 0;
  background: #fff;
}

.areeka-nd-section--soft {
  border-top: 1px solid var(--areeka-line);
  border-bottom: 1px solid var(--areeka-line);
  background: var(--areeka-surface);
}

.areeka-nd-section__head {
  max-width: 760px;
  margin-bottom: 28px;
  text-align: center;
}

.areeka-nd-section__head--left {
  text-align: left;
}

.areeka-nd-section h2,
.areeka-nd-cta h2 {
  margin: 0;
  color: var(--areeka-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.areeka-nd-section__copy {
  max-width: 420px;
  margin: 18px 0 0;
  color: var(--areeka-muted);
  font-size: 16px;
  line-height: 1.65;
}

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

.areeka-nd-path-card {
  min-height: 410px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--areeka-line);
  border-radius: 8px;
  background: #fff;
  color: var(--areeka-ink);
  box-shadow: 0 18px 50px rgba(24, 23, 28, .08);
}

.areeka-nd-path-card__image {
  min-height: 220px;
  background-color: #ddd4cf;
  background-position: center;
  background-size: cover;
}

.areeka-nd-path-card__body {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.areeka-nd-path-card strong {
  color: var(--areeka-ink);
  font-size: 24px;
  line-height: 1.16;
}

.areeka-nd-path-card span span {
  color: var(--areeka-muted);
  font-size: 15px;
  line-height: 1.5;
}

.areeka-nd-path-card em {
  color: var(--areeka-coral);
  font-style: normal;
  font-weight: 800;
}

.areeka-nd-intent-section {
  background: #fff;
}

.areeka-nd-intent-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 34px;
  align-items: end;
  margin-bottom: 28px;
}

.areeka-nd-intent-head .areeka-nd-section__head {
  margin-bottom: 0;
}

.areeka-nd-intent-note {
  border: 1px solid var(--areeka-line);
  border-left: 4px solid var(--areeka-coral);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(24, 23, 28, .06);
  padding: 20px 22px;
}

.areeka-nd-intent-note strong,
.areeka-nd-intent-note span {
  display: block;
}

.areeka-nd-intent-note strong {
  color: var(--areeka-ink);
  font-size: 18px;
  line-height: 1.2;
}

.areeka-nd-intent-note span {
  margin-top: 8px;
  color: var(--areeka-muted);
  font-size: 15px;
  line-height: 1.5;
}

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

.areeka-nd-intent-card {
  min-height: 390px;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 16px;
  border: 1px solid var(--areeka-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(24, 23, 28, .08);
  color: var(--areeka-ink);
  padding: 28px;
}

.areeka-nd-intent-card.is-featured {
  border-color: rgba(255, 255, 255, .12);
  background: linear-gradient(135deg, #18171c 0%, #241f28 58%, #151318 100%);
  box-shadow: 0 24px 70px rgba(24, 23, 28, .18);
  color: #fff;
}

.areeka-nd-intent-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.areeka-nd-intent-card__top span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(111, 58, 120, .12);
  color: var(--areeka-plum);
  font-size: 13px;
  font-weight: 900;
}

.areeka-nd-intent-card__top p {
  margin: 0;
  color: var(--areeka-plum);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.areeka-nd-intent-card h3 {
  margin: 4px 0 0;
  color: var(--areeka-ink);
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.1;
  letter-spacing: 0;
}

.areeka-nd-intent-card > p {
  margin: 0;
  color: var(--areeka-muted);
  font-size: 15px;
  line-height: 1.58;
}

.areeka-nd-intent-card ol {
  display: grid;
  gap: 10px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.areeka-nd-intent-card li {
  position: relative;
  padding-left: 22px;
  color: var(--areeka-muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.areeka-nd-intent-card li::before {
  content: "";
  position: absolute;
  top: .56em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--areeka-coral);
}

.areeka-nd-intent-card__action {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  border-radius: 6px;
  background: var(--areeka-plum);
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.areeka-nd-intent-card.is-featured .areeka-nd-intent-card__top span {
  background: var(--areeka-coral);
  color: #fff;
}

.areeka-nd-intent-card.is-featured .areeka-nd-intent-card__top p,
.areeka-nd-intent-card.is-featured h3 {
  color: #fff;
}

.areeka-nd-intent-card.is-featured > p,
.areeka-nd-intent-card.is-featured li {
  color: rgba(255, 255, 255, .74);
}

.areeka-nd-intent-card.is-featured .areeka-nd-intent-card__action {
  background: var(--areeka-coral);
  box-shadow: 0 14px 34px rgba(207, 106, 66, .26);
}

.areeka-nd-products-gateway {
  width: 100%;
  overflow: hidden;
}

.areeka-nd-products-switchboard {
  border-top: 1px solid var(--areeka-line);
}

.areeka-nd-products-band {
  border-top: 1px solid var(--areeka-line);
  border-bottom: 1px solid var(--areeka-line);
  background: var(--areeka-surface);
  padding: 32px 0;
}

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

.areeka-nd-products-band__grid a {
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 10px;
  border: 1px solid var(--areeka-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(24, 23, 28, .05);
  color: var(--areeka-ink);
  padding: 20px;
}

.areeka-nd-products-band__grid a:hover {
  border-color: rgba(111, 58, 120, .28);
  box-shadow: 0 18px 46px rgba(24, 23, 28, .08);
  transform: translateY(-1px);
}

.areeka-nd-products-band__grid strong {
  color: var(--areeka-plum);
  font-size: 18px;
  line-height: 1.18;
}

.areeka-nd-products-band__grid span {
  color: var(--areeka-muted);
  font-size: 14px;
  line-height: 1.5;
}

.areeka-nd-products-copy {
  background: #18171c;
  color: #fff;
  padding: 74px 0;
}

.areeka-nd-products-copy__grid {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.areeka-nd-products-copy .areeka-nd-kicker {
  color: var(--areeka-coral);
}

.areeka-nd-products-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.areeka-nd-products-copy__body {
  max-width: 760px;
}

.areeka-nd-products-copy__body p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .76);
  font-size: 16px;
  line-height: 1.68;
}

.areeka-nd-products-copy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.areeka-nd-button--outline-light {
  border: 1px solid rgba(255, 255, 255, .4);
  background: rgba(255, 255, 255, .06);
  color: #fff;
}

.areeka-nd-button--outline-light:hover {
  background: #fff;
  color: var(--areeka-ink);
}

.areeka-nd-categories {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

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

.areeka-nd-category {
  position: relative;
  min-height: 306px;
  display: grid;
  grid-column: span 3;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--areeka-line);
  border-radius: 8px;
  background: #fff;
  color: var(--areeka-ink);
  box-shadow: 0 18px 48px rgba(24, 23, 28, .08);
  transition: transform .18s ease, box-shadow .18s ease;
}

.areeka-nd-category:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 58px rgba(24, 23, 28, .13);
}

.areeka-nd-category--wide {
  grid-column: span 6;
}

.areeka-nd-category__media {
  position: relative;
  min-height: 160px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 18px;
  background-color: #d9d0c9;
  background-position: center;
  background-size: cover;
}

.areeka-nd-category__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 23, 28, .46), rgba(24, 23, 28, .1) 45%, rgba(24, 23, 28, .38));
}

.areeka-nd-category__media span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: var(--areeka-plum);
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.areeka-nd-category__body {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.areeka-nd-category strong {
  color: var(--areeka-ink);
  font-size: 23px;
  line-height: 1.12;
}

.areeka-nd-category__body > span {
  color: var(--areeka-muted);
  line-height: 1.45;
}

.areeka-nd-category em {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 4px;
  color: var(--areeka-coral);
  font-style: normal;
  font-weight: 900;
}

.areeka-nd-category em b {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  background: #eceff2;
  color: var(--areeka-plum);
  padding: 7px 12px;
  font-size: 12px;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .single-product) .iksm-widget {
  display: none !important;
}

.single-product #product-sidebar {
  padding-right: 20px;
  padding-left: 0;
}

.areeka-nd-category-nav {
  width: 100%;
  margin: 0 0 24px;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 23, 28, .08);
  overflow: hidden;
}

.areeka-nd-category-nav--mobile {
  display: none;
}

.areeka-nd-category-nav__head {
  padding: 20px 18px 18px;
  background:
    radial-gradient(circle at 0 0, rgba(111, 58, 120, .42), transparent 38%),
    #18171c;
  color: #fff;
}

.areeka-nd-category-nav__head h2 {
  margin: 6px 0 0;
  color: #fff;
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: none;
}

.areeka-nd-category-nav__head .areeka-nd-kicker {
  color: var(--areeka-coral, #cf6a42);
}

.areeka-nd-category-nav__head > span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .74);
  font-size: 13px;
  line-height: 1.4;
}

.areeka-nd-category-nav__switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  border-bottom: 1px solid var(--areeka-line, #e6e0dc);
  background: #fff;
}

.areeka-nd-category-nav__switch a {
  display: grid;
  gap: 3px;
  min-height: 82px;
  align-content: start;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 6px;
  background: var(--areeka-surface, #f5f6f7);
  color: var(--areeka-ink, #18171c);
  padding: 11px 10px;
}

.areeka-nd-category-nav__switch a:hover,
.areeka-nd-category-nav__switch a.is-active {
  border-color: var(--areeka-plum, #6f3a78);
  background: var(--areeka-plum, #6f3a78);
  color: #fff !important;
}

.areeka-nd-category-nav__switch strong,
.areeka-nd-category-nav__switch span,
.areeka-nd-category-nav__switch b {
  display: block;
}

.areeka-nd-category-nav__switch strong {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.areeka-nd-category-nav__switch span {
  color: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  opacity: .72;
}

.areeka-nd-category-nav__switch b {
  width: max-content;
  margin-top: 5px;
  border-radius: 999px;
  background: rgba(24, 23, 28, .08);
  color: inherit;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 900;
}

.areeka-nd-category-nav__switch a.is-active b,
.areeka-nd-category-nav__switch a:hover b {
  background: rgba(255, 255, 255, .17);
}

.areeka-nd-category-nav__section {
  padding: 14px 12px 12px;
}

.areeka-nd-category-nav__section > p {
  margin: 0 0 9px;
  color: var(--areeka-coral, #cf6a42);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.areeka-nd-category-nav__list,
.areeka-nd-category-nav__sublist,
.areeka-nd-category-nav__tree,
.areeka-nd-category-nav__children {
  margin: 0;
  padding: 0;
  list-style: none;
}

.areeka-nd-category-nav__list {
  display: grid;
  gap: 5px;
  background: #fff;
}

.areeka-nd-category-nav__list > li > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  border-radius: 6px;
  border: 1px solid transparent;
  color: var(--areeka-muted, #67616d);
  padding: 9px 10px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.18;
}

.areeka-nd-category-nav__list > li > a:hover,
.areeka-nd-category-nav__list > li.is-active > a {
  border-color: rgba(111, 58, 120, .14);
  background: rgba(111, 58, 120, .08);
  color: var(--areeka-plum, #6f3a78);
}

.areeka-nd-category-nav__list em {
  min-width: 28px;
  border-radius: 999px;
  background: #f5f6f7;
  color: var(--areeka-muted, #67616d);
  padding: 3px 7px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.areeka-nd-category-nav__list > li.is-active em {
  background: var(--areeka-plum, #6f3a78);
  color: #fff;
}

.areeka-nd-category-nav__tree {
  display: grid;
  gap: 6px;
  background: #fff;
}

.areeka-nd-category-nav__tree li {
  min-width: 0;
}

.areeka-nd-category-nav__row {
  display: flex;
  gap: 6px;
  align-items: stretch;
}

.areeka-nd-category-nav__row > a {
  flex: 1 1 auto;
  min-width: 0;
}

.areeka-nd-category-nav__tree a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--areeka-muted, #67616d);
  padding: 9px 10px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.18;
}

.areeka-nd-category-nav__tree a:hover,
.areeka-nd-category-nav__tree li.is-active > .areeka-nd-category-nav__row > a {
  border-color: rgba(111, 58, 120, .18);
  background: rgba(111, 58, 120, .08);
  color: var(--areeka-plum, #6f3a78) !important;
}

.areeka-nd-category-nav__tree li.is-current > .areeka-nd-category-nav__row > a {
  border-color: var(--areeka-coral, #cf6a42);
  background: var(--areeka-coral, #cf6a42);
  color: #fff !important;
}

.areeka-nd-category-nav__tree span {
  min-width: 0;
}

.areeka-nd-category-nav__tree em {
  min-width: 28px;
  border-radius: 999px;
  background: #f5f6f7;
  color: var(--areeka-muted, #67616d);
  padding: 3px 7px;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.areeka-nd-category-nav__tree li.is-active > .areeka-nd-category-nav__row > a em {
  background: var(--areeka-plum, #6f3a78);
  color: #fff !important;
}

.areeka-nd-category-nav__tree li.is-current > .areeka-nd-category-nav__row > a em {
  background: rgba(255, 255, 255, .18);
  color: #fff !important;
}

.areeka-nd-category-nav__toggle {
  position: relative;
  flex: 0 0 38px;
  width: 38px;
  min-height: 38px;
  border: 1px solid rgba(111, 58, 120, .2);
  border-radius: 6px;
  background: #fff;
  color: var(--areeka-plum, #6f3a78);
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.areeka-nd-category-nav__toggle:hover {
  border-color: var(--areeka-plum, #6f3a78);
  background: rgba(111, 58, 120, .08);
}

.areeka-nd-category-nav__toggle span,
.areeka-nd-category-nav__toggle span::before,
.areeka-nd-category-nav__toggle span::after {
  position: absolute;
  inset: 0;
  margin: auto;
}

.areeka-nd-category-nav__toggle span::before,
.areeka-nd-category-nav__toggle span::after {
  content: "";
  width: 13px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.areeka-nd-category-nav__toggle span::after {
  transform: rotate(90deg);
}

.areeka-nd-category-nav__tree li.is-expanded > .areeka-nd-category-nav__row > .areeka-nd-category-nav__toggle span::after {
  opacity: 0;
  transform: rotate(90deg) scaleX(.2);
}

.areeka-nd-category-nav__tree li.is-active > .areeka-nd-category-nav__row > .areeka-nd-category-nav__toggle {
  border-color: rgba(111, 58, 120, .18);
  background: rgba(111, 58, 120, .08);
  color: var(--areeka-plum, #6f3a78);
}

.areeka-nd-category-nav__tree li.is-current > .areeka-nd-category-nav__row > .areeka-nd-category-nav__toggle {
  border-color: var(--areeka-coral, #cf6a42);
  background: var(--areeka-coral, #cf6a42);
  color: #fff;
}

.areeka-nd-category-nav__children {
  display: grid;
  gap: 5px;
  max-height: 0;
  margin: 0 0 0 10px;
  border-left: 2px solid rgba(207, 106, 66, .35);
  opacity: 0;
  overflow: hidden;
  padding-left: 9px;
  transition: max-height .26s ease, margin .22s ease, opacity .2s ease;
}

.areeka-nd-category-nav__tree li.is-expanded > .areeka-nd-category-nav__children {
  max-height: 1600px;
  margin: 6px 0 8px 10px;
  opacity: 1;
}

.areeka-nd-category-nav__children a {
  min-height: 38px;
  padding: 8px 9px;
  font-size: 12px;
}

.areeka-nd-category-nav__assist {
  display: grid;
  gap: 10px;
  margin: 0 12px 14px;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: var(--areeka-surface, #f5f6f7);
  padding: 13px;
}

.areeka-nd-category-nav__assist span {
  color: var(--areeka-muted, #67616d);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.areeka-nd-category-nav__assist a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--areeka-coral, #cf6a42);
  color: #fff !important;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.areeka-nd-category-nav__assist a:hover {
  background: #b95433;
  color: #fff;
}

.areeka-nd-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 22px;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 23, 28, .05);
  padding: 13px 14px;
}

.areeka-nd-catalog-toolbar .woocommerce-result-count {
  display: block !important;
  margin: 0;
  color: var(--areeka-muted, #67616d);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.areeka-nd-catalog-toolbar .woocommerce-ordering {
  display: block;
  float: none;
  margin: 0;
}

.areeka-nd-catalog-toolbar select.orderby {
  width: 230px;
  min-height: 42px;
  margin: 0;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 6px;
  background-color: #fff;
  color: var(--areeka-ink, #18171c);
  font-size: 13px;
  font-weight: 800;
}

.areeka-nd-product-row {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 34px;
  align-items: start;
}

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

.areeka-nd-product {
  display: grid;
  gap: 14px;
  color: var(--areeka-ink);
}

.areeka-nd-product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--areeka-line);
  border-radius: 8px;
  background: #f5f6f7;
}

.areeka-nd-product span {
  min-height: 48px;
  font-weight: 800;
  line-height: 1.25;
}

.areeka-nd-cta {
  padding: 72px 0 54px;
  background:
    linear-gradient(180deg, #fff 0%, #f5f6f7 100%);
  color: #fff;
}

.areeka-nd-cta .areeka-nd-kicker,
.areeka-nd-cta h2 {
  color: #fff;
}

.areeka-nd-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .7fr) auto;
  gap: 30px;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 10%, rgba(111, 58, 120, .55), transparent 34%),
    linear-gradient(135deg, #18171c 0%, #221f28 48%, #111015 100%);
  box-shadow: 0 24px 70px rgba(24, 23, 28, .16);
  padding: 34px;
}

.areeka-nd-cta__copy p:last-child {
  max-width: 680px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 16px;
  line-height: 1.6;
}

.areeka-nd-cta__steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.areeka-nd-cta__steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  padding: 10px 12px;
  font-weight: 900;
}

.areeka-nd-cta__steps span {
  color: var(--areeka-coral);
  font-size: 12px;
  font-weight: 900;
}

.areeka-nd-cta .areeka-nd-button--outline {
  background: rgba(255, 255, 255, .06);
}

.page-id-35110 #main {
  padding-bottom: 0;
}

.page-id-35110 #footer {
  margin-top: 0;
}

.tax-product_cat .shop-container {
  padding-top: 34px;
}

.tax-product_cat .woocommerce-breadcrumb {
  color: var(--areeka-muted, #67616d);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.areeka-nd-archive-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 24px;
  align-items: stretch;
  margin: 0 0 30px;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(111, 58, 120, .06), rgba(24, 23, 28, .03)),
    #f5f6f7;
  padding: 26px;
}

.areeka-nd-archive-intro h2 {
  margin: 0;
  color: var(--areeka-ink, #18171c);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: 0;
}

.areeka-nd-archive-intro p:last-child {
  max-width: 650px;
  margin: 14px 0 0;
  color: var(--areeka-muted, #67616d);
  font-size: 16px;
  line-height: 1.58;
}

.areeka-nd-archive-intro__meta {
  display: grid;
  align-content: center;
  justify-items: start;
  border-radius: 8px;
  background: #18171c;
  color: #fff;
  padding: 22px;
}

.areeka-nd-archive-intro__meta strong {
  font-size: 38px;
  line-height: 1;
}

.areeka-nd-archive-intro__meta span {
  margin-top: 8px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.3;
}

.areeka-nd-archive-intro__meta a {
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border-radius: 6px;
  background: var(--areeka-coral, #cf6a42);
  color: #fff;
  font-weight: 900;
}

.tax-product_cat .woocommerce-result-count {
  color: var(--areeka-muted, #67616d);
  font-weight: 800;
}

.tax-product_cat .woocommerce-ordering select {
  min-height: 44px;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 6px;
  background-color: #fff;
  color: var(--areeka-ink, #18171c);
  font-weight: 700;
}

.tax-product_cat #shop-sidebar .widget {
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.tax-product_cat #shop-sidebar .widget-title {
  color: var(--areeka-ink, #18171c);
  font-size: 16px;
  letter-spacing: 0;
}

.tax-product_cat #shop-sidebar .is-divider {
  background: var(--areeka-coral, #cf6a42);
}

.tax-product_cat #shop-sidebar a {
  color: var(--areeka-muted, #67616d);
}

.tax-product_cat .product-small .box-image {
  overflow: hidden;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
}

.tax-product_cat .product-small .box-image img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 10px;
}

.tax-product_cat .product-small .box-text {
  padding-top: 14px;
}

.tax-product_cat .product-small .category {
  color: var(--areeka-coral, #cf6a42);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.tax-product_cat .product-small .name,
.tax-product_cat .product-small .product-title {
  color: var(--areeka-ink, #18171c);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.28;
}

.tax-product_cat .product-small .price {
  color: var(--areeka-ink, #18171c);
  font-size: 14px;
  font-weight: 900;
}

.tax-product_cat .badge-inner {
  background: var(--areeka-plum, #6f3a78);
}

.tax-product_cat .areeka-nd-term-description {
  margin: 38px 0 58px;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 23, 28, .06);
  padding: 30px;
}

.tax-product_cat .areeka-nd-term-description hr,
.tax-product_cat .areeka-nd-term-description br {
  display: none;
}

.tax-product_cat .areeka-nd-term-description h1,
.tax-product_cat .areeka-nd-term-description h2,
.tax-product_cat .areeka-nd-term-description h3 {
  margin: 0 0 18px;
  color: var(--areeka-ink, #18171c);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
}

.tax-product_cat .areeka-nd-term-description p,
.tax-product_cat .areeka-nd-term-description ol,
.tax-product_cat .areeka-nd-term-description li {
  color: var(--areeka-muted, #67616d);
  font-size: 15px;
  line-height: 1.65;
}

.tax-product_cat .areeka-nd-term-description p {
  margin: 0 0 16px;
}

.tax-product_cat .areeka-nd-term-description ol {
  margin: 20px 0 8px;
  padding-left: 0;
  list-style-position: inside;
}

.tax-product_cat .areeka-nd-term-description a {
  color: var(--areeka-plum, #6f3a78);
  font-weight: 800;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_tag) .shop-container {
  padding-top: 34px;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_tag) .woocommerce-breadcrumb {
  color: var(--areeka-muted, #67616d);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_tag) .woocommerce-result-count {
  color: var(--areeka-muted, #67616d);
  font-weight: 800;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_tag) .woocommerce-ordering select {
  min-height: 44px;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 6px;
  background-color: #fff;
  color: var(--areeka-ink, #18171c);
  font-weight: 700;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_tag) #shop-sidebar .widget {
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_tag) #shop-sidebar .widget-title {
  color: var(--areeka-ink, #18171c);
  font-size: 16px;
  letter-spacing: 0;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_tag) #shop-sidebar .is-divider {
  background: var(--areeka-coral, #cf6a42);
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_tag) #shop-sidebar a {
  color: var(--areeka-muted, #67616d);
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_tag) .product-small .box-image {
  overflow: hidden;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_tag) .product-small .box-image img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 10px;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_tag) .product-small .box-text {
  padding-top: 14px;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_tag) .product-small .category {
  color: var(--areeka-coral, #cf6a42);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_tag) .product-small .name,
body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_tag) .product-small .product-title {
  color: var(--areeka-ink, #18171c);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.28;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_tag) .product-small .price {
  color: var(--areeka-ink, #18171c);
  font-size: 14px;
  font-weight: 900;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_tag) .badge-inner {
  background: var(--areeka-plum, #6f3a78);
}

.areeka-nd-flow-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  gap: 28px;
  align-items: center;
  margin: 0 0 28px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 10%, rgba(111, 58, 120, .55), transparent 34%),
    linear-gradient(135deg, #18171c 0%, #221f28 48%, #111015 100%);
  box-shadow: 0 24px 70px rgba(24, 23, 28, .16);
  padding: 26px;
}

.areeka-nd-flow-card h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.06;
  letter-spacing: 0;
}

.areeka-nd-flow-card p:last-child {
  max-width: 640px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 16px;
  line-height: 1.58;
}

.areeka-nd-flow-card ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.areeka-nd-flow-card li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .72);
  padding: 10px 12px;
  font-weight: 900;
}

.areeka-nd-flow-card li span {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: var(--areeka-coral, #cf6a42);
}

.areeka-nd-flow-card li.is-active {
  border-color: rgba(207, 106, 66, .44);
  background: rgba(207, 106, 66, .18);
  color: #fff;
}

.areeka-nd-flow-card li.is-active span {
  background: var(--areeka-coral, #cf6a42);
  color: #fff;
}

.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title {
  display: none;
}

.woocommerce-cart .page-inner,
.woocommerce-checkout .page-inner {
  padding-top: 34px;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
  color: var(--areeka-ink, #18171c);
}

.woocommerce-cart .cart-empty {
  margin: 0;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(24, 23, 28, .06);
  padding: 24px;
  color: var(--areeka-ink, #18171c);
  font-size: 18px;
  font-weight: 900;
}

.woocommerce-cart .return-to-shop {
  margin-top: 18px;
}

.woocommerce-cart .return-to-shop .button {
  min-height: 48px;
  border-radius: 6px;
  background: var(--areeka-coral, #cf6a42);
  color: #fff;
  font-weight: 900;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #order_review {
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(24, 23, 28, .06);
}

.woocommerce-cart table.shop_table th,
.woocommerce-checkout table.shop_table th {
  color: var(--areeka-ink, #18171c);
  font-weight: 900;
  letter-spacing: 0;
}

.woocommerce-cart .checkout-button,
.woocommerce-checkout #place_order {
  min-height: 52px;
  background: var(--areeka-coral, #cf6a42);
  color: #fff;
  font-weight: 900;
}

.woocommerce-checkout .woocommerce-info,
.woocommerce-cart .woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-radius: 8px;
  border-color: var(--areeka-line, #e6e0dc);
  background: #f5f6f7;
  color: var(--areeka-ink, #18171c);
}

.page-id-164 #main {
  background: #f5f6f7;
}

.page-id-164 #main > h1.entry-title:first-of-type {
  display: none;
}

.page-id-164 #row-1547414944,
.page-id-164 #col-1520288658,
.page-id-164 #col-1410340248 {
  display: none;
}

.areeka-nd-anchor {
  display: block;
  scroll-margin-top: 120px;
}

.areeka-nd-request-panel {
  width: var(--areeka-page-measure);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .7fr) auto;
  gap: 30px;
  align-items: center;
  margin: 36px auto 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 10%, rgba(111, 58, 120, .55), transparent 34%),
    linear-gradient(135deg, #18171c 0%, #221f28 48%, #111015 100%);
  box-shadow: 0 24px 70px rgba(24, 23, 28, .16);
  color: #fff;
  padding: 34px;
}

.areeka-nd-request-panel .areeka-nd-kicker,
.areeka-nd-request-panel h1 {
  color: #fff;
}

.areeka-nd-request-panel h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: none;
}

.areeka-nd-request-panel__copy p:last-child {
  max-width: 700px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 16px;
  line-height: 1.6;
}

.areeka-nd-request-panel__steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.areeka-nd-request-panel__steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  padding: 10px 12px;
  font-weight: 900;
}

.areeka-nd-request-panel__steps span {
  color: var(--areeka-coral, #cf6a42);
  font-size: 12px;
  font-weight: 900;
}

.areeka-nd-request-panel .areeka-nd-button--outline {
  background: rgba(255, 255, 255, .06);
}

.page-id-164 #row-534068443 {
  width: min(900px, calc(100vw - 40px));
  margin-right: auto;
  margin-left: auto;
}

.page-id-164 #col-1039176914 {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.page-id-164 #main h1.entry-title:not(:first-of-type) {
  max-width: min(900px, calc(100vw - 40px));
  margin-right: auto;
  margin-left: auto;
  color: var(--areeka-ink, #18171c);
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.1;
  letter-spacing: 0;
  text-align: left;
  text-transform: none;
}

.areeka-nd-request-form-shell {
  width: var(--areeka-page-measure);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 24px;
  align-items: start;
  margin: 0 auto 70px;
}

.areeka-nd-request-form-card,
.areeka-nd-request-help {
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 23, 28, .08);
  padding: 28px;
}

.areeka-nd-request-form-card h2 {
  margin: 0;
  color: var(--areeka-ink, #18171c);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: 0;
}

.areeka-nd-request-form-card > p:not(.areeka-nd-kicker) {
  max-width: 720px;
  margin: 14px 0 24px;
  color: var(--areeka-muted, #67616d);
  font-size: 16px;
  line-height: 1.6;
}

.areeka-nd-request-form-card .wpcf7-form {
  display: grid;
  gap: 14px;
}

.areeka-nd-request-form-card .wpcf7-form p {
  margin: 0;
}

.areeka-nd-request-form-card input,
.areeka-nd-request-form-card select,
.areeka-nd-request-form-card textarea {
  min-height: 46px;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 6px;
  background: #f5f6f7;
  color: var(--areeka-ink, #18171c);
}

.areeka-nd-request-form-card input:focus,
.areeka-nd-request-form-card select:focus,
.areeka-nd-request-form-card textarea:focus {
  border-color: var(--areeka-plum, #6f3a78);
  box-shadow: 0 0 0 3px rgba(111, 58, 120, .12);
}

.areeka-nd-request-form-card input[type="submit"] {
  width: auto;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: var(--areeka-coral, #cf6a42);
  color: #fff;
  font-weight: 900;
}

.areeka-nd-request-help {
  position: sticky;
  top: 110px;
}

.areeka-nd-request-help h3 {
  margin: 0 0 16px;
  color: var(--areeka-ink, #18171c);
  font-size: 20px;
  letter-spacing: 0;
  text-transform: none;
}

.areeka-nd-request-help ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.areeka-nd-request-help li {
  position: relative;
  padding-left: 22px;
  color: var(--areeka-muted, #67616d);
  font-weight: 700;
  line-height: 1.45;
}

.areeka-nd-request-help li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--areeka-coral, #cf6a42);
}

.areeka-nd-framed-page #main {
  background: #f5f6f7;
}

.areeka-nd-framed-page .page-wrapper,
.areeka-nd-framed-page .page-inner {
  padding-top: 0;
}

.areeka-nd-framed-page .entry-header,
.areeka-nd-framed-page .entry-title,
.areeka-nd-framed-page .page-header,
.areeka-nd-framed-page .page-title,
.areeka-nd-framed-page .page-title-inner,
.areeka-nd-framed-page .archive-page-header {
  display: none !important;
}

.areeka-nd-page-hero {
  width: var(--areeka-page-measure);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  margin: 36px auto 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 10%, rgba(111, 58, 120, .55), transparent 34%),
    linear-gradient(135deg, #18171c 0%, #221f28 48%, #111015 100%);
  box-shadow: 0 24px 70px rgba(24, 23, 28, .16);
  color: #fff;
  padding: 34px;
}

.areeka-nd-page-hero .areeka-nd-kicker,
.areeka-nd-page-hero h1 {
  color: #fff;
}

.areeka-nd-page-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: none;
}

.areeka-nd-page-hero__copy p:last-child {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 16px;
  line-height: 1.6;
}

.areeka-nd-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.areeka-nd-page-hero .areeka-nd-button--outline {
  background: rgba(255, 255, 255, .06);
}

.areeka-nd-framed-page .entry-content > .row,
.areeka-nd-framed-page .entry-content > .section,
.areeka-nd-framed-page .blog-wrapper,
.areeka-nd-framed-page .archive-page-header {
  width: var(--areeka-page-measure);
  margin-right: auto;
  margin-left: auto;
}

.areeka-nd-framed-page .entry-content > .row,
.areeka-nd-framed-page .entry-content > .section {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 23, 28, .06);
  padding: 26px;
}

.areeka-nd-framed-page .entry-content h1,
.areeka-nd-framed-page .entry-content h2,
.areeka-nd-framed-page .entry-content h3,
.areeka-nd-framed-page .entry-content h4 {
  color: var(--areeka-ink, #18171c);
  letter-spacing: 0;
  text-transform: none;
}

.areeka-nd-framed-page .entry-content p,
.areeka-nd-framed-page .entry-content li {
  color: var(--areeka-muted, #67616d);
  line-height: 1.65;
}

.areeka-nd-framed-page .entry-content .areeka-nd-page-hero h1,
.areeka-nd-framed-page .entry-content .areeka-nd-page-hero .areeka-nd-kicker {
  color: #fff !important;
}

.areeka-nd-framed-page .entry-content .areeka-nd-page-hero p {
  color: rgba(255, 255, 255, .74) !important;
}

.areeka-nd-framed-page .entry-content > p,
.areeka-nd-framed-page .entry-content > ul,
.areeka-nd-framed-page .entry-content > ol,
.areeka-nd-framed-page .entry-content > h2,
.areeka-nd-framed-page .entry-content > h3,
.areeka-nd-framed-page .entry-content > h4,
.areeka-nd-framed-page .entry-content > table,
.areeka-nd-framed-page .entry-content > .woocommerce,
.areeka-nd-framed-page .entry-content > .wishlist_table,
.areeka-nd-framed-page .entry-content > .tinv-wishlist,
.areeka-nd-framed-page .entry-content > .wsp-container {
  width: var(--areeka-page-measure);
  margin-right: auto;
  margin-left: auto;
}

.areeka-nd-framed-page .entry-content > .woocommerce,
.areeka-nd-framed-page .entry-content > .wishlist_table,
.areeka-nd-framed-page .entry-content > .tinv-wishlist,
.areeka-nd-framed-page .entry-content > .wsp-container,
.page-id-10778 .entry-content > table,
.page-id-10787 .entry-content > table {
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 23, 28, .06);
  padding: 28px;
}

.areeka-nd-framed-page .blog-wrapper > .row.row-large.row-divided {
  width: var(--areeka-page-measure);
  max-width: var(--areeka-page-measure);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 28px;
  margin-right: auto;
  margin-left: auto;
}

.areeka-nd-framed-page .blog-wrapper > .row.row-large.row-divided > .large-9,
.areeka-nd-framed-page .blog-wrapper > .row.row-large.row-divided > .large-3,
.areeka-nd-framed-page .blog-wrapper > .row.row-large.row-divided #secondary {
  width: 100%;
  max-width: 100% !important;
  flex-basis: auto !important;
  padding-right: 0;
  padding-left: 0;
}

.areeka-nd-framed-page .blog-wrapper article {
  width: 100%;
}

.search-no-results.areeka-nd-framed-page .blog-wrapper > .row.row-large.row-divided {
  display: block;
}

.search-no-results.areeka-nd-framed-page .blog-wrapper > .row.row-large.row-divided > .large-9 {
  width: 100%;
}

.search-no-results.areeka-nd-framed-page .blog-wrapper > .row.row-large.row-divided > .large-3 {
  display: none;
}

.page-id-10251 .entry-content img,
.page-id-10261 .entry-content img,
.page-id-10326 .entry-content img,
.page-id-9822 .entry-content img,
.page-id-12 .entry-content img {
  overflow: hidden;
  border-radius: 8px;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #f5f6f7;
  padding: 24px;
}

.woocommerce-account .woocommerce input,
.woocommerce-account .woocommerce select,
.woocommerce-account .woocommerce textarea,
.page-id-3406 input,
.page-id-3406 select,
.page-id-3406 textarea {
  min-height: 44px;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 6px;
  background: #fff;
  color: var(--areeka-ink, #18171c);
}

.woocommerce-account .woocommerce .button,
.page-id-3406 .button {
  min-height: 46px;
  border-radius: 6px;
  background: var(--areeka-coral, #cf6a42);
  color: #fff;
  font-weight: 900;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  border-bottom: 1px solid var(--areeka-line, #e6e0dc);
  color: var(--areeka-ink, #18171c);
  padding: 12px 0;
  font-weight: 800;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  color: var(--areeka-plum, #6f3a78);
}

.blog .post-item .col-inner,
.archive.category .post-item .col-inner {
  overflow: hidden;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(24, 23, 28, .06);
}

.blog .post-item .box-image img,
.archive.category .post-item .box-image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.blog .post-item .box-text,
.archive.category .post-item .box-text {
  padding: 18px;
}

.blog .post-title,
.archive.category .post-title,
.single-post .entry-title {
  color: var(--areeka-ink, #18171c);
  letter-spacing: 0;
  text-transform: none;
}

.blog .more-link,
.archive.category .more-link,
.blog .button,
.archive.category .button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: var(--areeka-coral, #cf6a42);
  color: #fff;
  box-shadow: 0 12px 30px rgba(207, 106, 66, .2);
  font-weight: 900;
  text-transform: none;
}

.blog .post,
.archive.category .post {
  border-bottom-color: var(--areeka-line, #e6e0dc);
}

.blog .post-meta,
.archive.category .post-meta,
.blog .is-divider,
.archive.category .is-divider {
  color: var(--areeka-muted, #67616d);
}

.blog #secondary .widget,
.archive.category #secondary .widget,
.blog .widget-area .widget,
.archive.category .widget-area .widget {
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(24, 23, 28, .05);
  padding: 20px;
}

.blog #secondary .widget-title,
.archive.category #secondary .widget-title,
.blog .widget-area .widget-title,
.archive.category .widget-area .widget-title {
  color: var(--areeka-ink, #18171c);
  letter-spacing: 0;
}

.search .blog-wrapper,
.error404 #main {
  background: #f5f6f7;
}

.search .blog-wrapper {
  padding-top: 1px;
}

.search .post-item .col-inner,
.search article.post .article-inner,
.search article.product .article-inner {
  overflow: hidden;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(24, 23, 28, .06);
}

.search article.post,
.search article.product {
  margin-bottom: 18px;
}

.search article.post .article-inner,
.search article.product .article-inner {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 240px;
}

.search article.post .entry-header,
.search article.product .entry-header {
  display: block !important;
  grid-column: 1;
  grid-row: 1 / span 3;
  min-height: 240px;
  margin: 0;
  border-right: 1px solid var(--areeka-line, #e6e0dc);
  background: #f5f6f7;
}

.search article.post .entry-header-text,
.search article.product .entry-header-text {
  display: none;
}

.search article.post .entry-image,
.search article.product .entry-image {
  width: 100%;
  height: 100%;
  min-height: 240px;
  margin: 0;
  background: #f5f6f7;
}

.search article.post .entry-image a,
.search article.product .entry-image a {
  width: 100%;
  height: 100%;
  display: block;
}

.search .post-item .box-image img,
.search article img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.search article.post .entry-image img,
.search article.product .entry-image img {
  border-radius: 0;
}

.search article.post .badge,
.search article.product .badge {
  display: none;
}

.search article.post .entry-content,
.search article.product .entry-content {
  grid-column: 2;
  padding: 28px 30px 24px;
}

.search article.post .entry-summary,
.search article.product .entry-summary {
  display: grid;
  gap: 18px;
}

.search article.post .entry-summary p,
.search article.product .entry-summary p {
  margin: 0;
  color: var(--areeka-muted, #67616d);
  font-size: 16px;
  line-height: 1.58;
}

.search article.post .entry-summary .text-center,
.search article.product .entry-summary .text-center {
  text-align: left;
}

.search article.post .entry-meta,
.search article.product .entry-meta {
  display: none;
}

.search .post-title,
.search .entry-title {
  color: var(--areeka-ink, #18171c);
  letter-spacing: 0;
  text-transform: none;
}

.search .post-meta,
.search .is-divider {
  color: var(--areeka-muted, #67616d);
}

.search .more-link,
.search .button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: var(--areeka-coral, #cf6a42);
  color: #fff;
  box-shadow: 0 12px 30px rgba(207, 106, 66, .2);
  font-weight: 900;
  text-transform: none;
}

.search #secondary .widget,
.search .widget-area .widget,
.search-no-results .no-results,
.search-no-results .page-content {
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(24, 23, 28, .05);
  padding: 20px;
}

.search-no-results .no-results {
  width: var(--areeka-page-measure);
  margin: 0 auto 56px;
}

.search-no-results .no-results .page-title,
.error404 .page-title {
  display: none !important;
}

.search .searchform,
.error404 .searchform {
  display: flex;
  overflow: hidden;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(24, 23, 28, .05);
}

.search .searchform input[type="search"],
.error404 .searchform input[type="search"] {
  min-height: 50px;
  border: 0;
  background: #fff;
  color: var(--areeka-ink, #18171c);
}

.search .searchform .button,
.error404 .searchform .button,
.search .searchform button,
.error404 .searchform button {
  min-width: 56px;
  border-radius: 0;
  background: var(--areeka-plum, #6f3a78);
  color: #fff;
}

.error404 #primary.content-area {
  width: var(--areeka-page-measure);
  margin: 0 auto 70px;
  padding-top: 0;
}

.error404 .error-404 {
  margin: 0;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 23, 28, .06);
  padding: 30px;
}

.error404 .error-404 .row {
  align-items: center;
}

.error404 .error-404 .header-font {
  color: var(--areeka-coral, #cf6a42);
  opacity: .18 !important;
}

.error404 .page-content p {
  color: var(--areeka-muted, #67616d);
  font-size: 17px;
  line-height: 1.6;
}

.single-post #main {
  background: #f5f6f7;
}

.single-post article {
  width: min(980px, calc(100vw - 40px));
  margin: 36px auto;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 23, 28, .06);
  padding: 34px;
}

.single-post article .areeka-nd-page-hero {
  width: calc(100% + 68px);
  margin: -34px -34px 30px;
  border-radius: 8px 8px 0 0;
  box-shadow: none;
}

.areeka-nd-single-post-media {
  max-width: 820px;
  margin: 0 auto 30px;
  overflow: hidden;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: var(--areeka-surface, #f5f6f7);
}

.areeka-nd-single-post-media img,
.areeka-nd-single-post-media__image {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.single-post .entry-content > p,
.single-post .entry-content > ul,
.single-post .entry-content > ol,
.single-post .entry-content > h2,
.single-post .entry-content > h3 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.single-post .entry-content img {
  border-radius: 8px;
}

.single-post.areeka-nd-framed-page .blog-wrapper {
  width: min(980px, calc(100vw - 48px));
  max-width: min(980px, calc(100vw - 48px));
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0 76px;
}

.single-post.areeka-nd-framed-page .blog-wrapper > .row.row-large.row-divided {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}

.single-post.areeka-nd-framed-page .blog-wrapper > .row.row-large.row-divided > .large-9,
.single-post.areeka-nd-framed-page .blog-wrapper > .row.row-large.row-divided > .large-3,
.single-post.areeka-nd-framed-page .blog-wrapper > .row.row-large.row-divided #secondary {
  box-sizing: border-box;
}

.single-post.areeka-nd-framed-page .blog-wrapper > .row.row-large.row-divided > .large-9 {
  width: 100%;
  max-width: 100% !important;
  flex-basis: 100% !important;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.single-post.areeka-nd-framed-page .blog-wrapper > .row.row-large.row-divided > .large-3,
.single-post.areeka-nd-framed-page .blog-wrapper > .row.row-large.row-divided #secondary,
.single-post.areeka-nd-framed-page .post-sidebar {
  display: none !important;
}

.single-post.areeka-nd-framed-page article {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid var(--areeka-line, #e6e0dc);
}

.single-post.areeka-nd-framed-page article .article-inner,
.single-post.areeka-nd-framed-page article .entry-content {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.single-post.areeka-nd-framed-page article .entry-content {
  padding: 0;
}

.single-post.areeka-nd-framed-page .areeka-nd-single-post-media {
  max-width: 100%;
}

.single-post.areeka-nd-framed-page .areeka-ai-chat {
  width: auto !important;
  max-width: calc(100vw - 24px);
  isolation: isolate;
}

.single-product #main {
  background: #f5f6f7;
}

.single-product .product-container {
  padding-top: 0;
}

.single-product .product-main {
  width: var(--areeka-page-measure);
  margin: 0 auto 34px;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 23, 28, .06);
  padding: 26px;
}

.single-product .product-gallery,
.single-product .product-info {
  padding-top: 0;
}

.single-product .product-gallery .woocommerce-product-gallery__wrapper,
.single-product .product-gallery .product-gallery-slider,
.single-product .product-gallery .flickity-viewport {
  border-radius: 8px;
  background: #f5f6f7;
}

.single-product .product-gallery img {
  border-radius: 8px;
}

.single-product .product-info .product-title {
  display: none;
}

.single-product .product-info .price-wrapper,
.single-product .product_meta,
.single-product .woocommerce-product-details__short-description {
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #f5f6f7;
  padding: 16px;
}

.single-product .woocommerce-product-details__short-description p,
.single-product .product_meta,
.single-product .product_meta a {
  color: var(--areeka-muted, #67616d);
  line-height: 1.55;
}

.single-product .quantity input {
  min-height: 46px;
  border-color: var(--areeka-line, #e6e0dc);
  border-radius: 6px;
  color: var(--areeka-ink, #18171c);
  font-weight: 900;
}

.single-product .single_add_to_cart_button {
  min-height: 50px;
  border-radius: 6px;
  background: var(--areeka-coral, #cf6a42);
  color: #fff;
  box-shadow: 0 14px 34px rgba(207, 106, 66, .22);
  font-weight: 900;
  text-transform: none;
}

.single-product .product-footer,
.single-product .woocommerce-tabs,
.single-product .related-products-wrapper,
.single-product .related,
.single-product .up-sells,
.single-product .upsells {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.single-product .woocommerce-tabs,
.single-product .related-products-wrapper,
.single-product .related,
.single-product .up-sells,
.single-product .upsells {
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 23, 28, .06);
  padding: 26px;
}

.single-product .woocommerce-tabs {
  overflow: hidden;
}

.single-product .woocommerce-tabs .panel {
  overflow-x: auto;
}

.single-product .woocommerce-tabs .shop_attributes,
.single-product .woocommerce-tabs table {
  width: 100% !important;
  max-width: 100%;
  margin: 0;
  table-layout: fixed;
}

.single-product .woocommerce-tabs .shop_attributes th,
.single-product .woocommerce-tabs .shop_attributes td {
  border-color: var(--areeka-line, #e6e0dc);
  color: var(--areeka-muted, #67616d);
  padding: 17px 18px;
  vertical-align: top;
  word-break: break-word;
}

.single-product .woocommerce-tabs .shop_attributes th {
  width: 28%;
  color: var(--areeka-ink, #18171c);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: uppercase;
}

.single-product .woocommerce-tabs .shop_attributes td,
.single-product .woocommerce-tabs .shop_attributes td p {
  color: var(--areeka-muted, #67616d);
  font-size: 15px;
  line-height: 1.45;
}

.single-product .woocommerce-tabs .tabs a,
.single-product .related h3,
.single-product .up-sells h3,
.single-product .upsells h3,
.single-product .product-section-title {
  color: var(--areeka-ink, #18171c);
  letter-spacing: 0;
  text-transform: none;
}

.single-product .up-sells.products,
.single-product .upsells.products {
  display: block !important;
}

.single-product .related .row-slider,
.single-product .up-sells .row-slider,
.single-product .upsells .row-slider {
  display: block !important;
}

.single-product .related .products,
.single-product .related .flickity-slider,
.single-product .up-sells .products:not(.product-section),
.single-product .up-sells .row-slider,
.single-product .up-sells .flickity-slider,
.single-product .upsells .products:not(.product-section),
.single-product .upsells .row-slider,
.single-product .upsells .flickity-slider {
  width: 100% !important;
  max-width: 100%;
  overflow: visible !important;
  margin: 0 !important;
}

.single-product .related .products:not(.row-slider),
.single-product .related .flickity-slider,
.single-product .up-sells .products:not(.product-section):not(.row-slider),
.single-product .up-sells .flickity-slider,
.single-product .upsells .products:not(.product-section):not(.row-slider),
.single-product .upsells .flickity-slider {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.single-product .related .row-slider:not(.flickity-enabled),
.single-product .up-sells .row-slider:not(.flickity-enabled),
.single-product .upsells .row-slider:not(.flickity-enabled) {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.single-product .related .flickity-viewport,
.single-product .up-sells .flickity-viewport,
.single-product .upsells .flickity-viewport {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  width: 100% !important;
}

.single-product .related .flickity-slider,
.single-product .up-sells .flickity-slider,
.single-product .upsells .flickity-slider {
  left: auto !important;
  position: relative !important;
  transform: none !important;
}

.single-product .related .flickity-button,
.single-product .related .flickity-page-dots,
.single-product .up-sells .flickity-button,
.single-product .up-sells .flickity-page-dots,
.single-product .upsells .flickity-button,
.single-product .upsells .flickity-page-dots {
  display: none !important;
}

.single-product .related .products::before,
.single-product .related .products::after,
.single-product .related .row-slider::before,
.single-product .related .row-slider::after,
.single-product .related .flickity-slider::before,
.single-product .related .flickity-slider::after,
.single-product .up-sells .row-slider::before,
.single-product .up-sells .row-slider::after,
.single-product .up-sells .flickity-slider::before,
.single-product .up-sells .flickity-slider::after,
.single-product .upsells .row-slider::before,
.single-product .upsells .row-slider::after,
.single-product .upsells .flickity-slider::before,
.single-product .upsells .flickity-slider::after {
  display: none !important;
}

.single-product .up-sells.products > h3,
.single-product .upsells.products > h3 {
  grid-column: 1 / -1;
  margin: 0 0 4px;
}

.single-product .related .products > .product-small,
.single-product .related .row-slider:not(.flickity-enabled) > .product-small,
.single-product .related .flickity-slider > .product-small,
.single-product .up-sells .products:not(.product-section) > .product-small,
.single-product .up-sells .row-slider:not(.flickity-enabled) > .product-small,
.single-product .up-sells .row-slider > .product-small,
.single-product .up-sells .flickity-slider > .product-small,
.single-product .upsells .products:not(.product-section) > .product-small,
.single-product .upsells .row-slider:not(.flickity-enabled) > .product-small,
.single-product .upsells .row-slider > .product-small,
.single-product .upsells .flickity-slider > .product-small {
  display: block !important;
  left: auto !important;
  margin: 0 !important;
  max-width: none !important;
  min-width: 0;
  padding: 0 !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  width: 100% !important;
  flex: initial !important;
}

.single-product .related .product-small .box,
.single-product .up-sells .product-small .box,
.single-product .upsells .product-small .box {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  width: 100%;
  height: 100%;
}

.single-product .related .box-image,
.single-product .up-sells .box-image,
.single-product .upsells .box-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: clamp(150px, 18vw, 230px);
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  max-height: none;
  padding: 14px;
  width: 100%;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #f5f6f7;
}

.single-product .related .box-image a,
.single-product .related .box-image .image-cover,
.single-product .related .box-image .image-zoom,
.single-product .up-sells .box-image a,
.single-product .up-sells .box-image .image-cover,
.single-product .up-sells .box-image .image-zoom,
.single-product .upsells .box-image a,
.single-product .upsells .box-image .image-cover,
.single-product .upsells .box-image .image-zoom {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 !important;
  width: 100%;
}

.single-product .related .box-image img,
.single-product .up-sells .box-image img,
.single-product .upsells .box-image img {
  box-sizing: border-box;
  display: block;
  height: auto !important;
  max-height: calc(clamp(150px, 18vw, 230px) - 28px) !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center;
  padding: 0;
  position: static !important;
  transform: none !important;
  width: auto !important;
}

.single-product .related .box-text,
.single-product .up-sells .box-text,
.single-product .upsells .box-text {
  padding-top: 12px;
}

.single-product .related .product-title,
.single-product .up-sells .product-title,
.single-product .upsells .product-title {
  font-size: 14px;
  font-weight: 850;
  line-height: 1.28;
}

.areeka-nd-instagram {
  background: #f5f6f7;
}

.areeka-nd-instagram__grid {
  display: grid;
  grid-template-columns: minmax(360px, .72fr) minmax(440px, 1fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(24, 23, 28, .12);
}

.areeka-nd-instagram__copy {
  min-height: 560px;
  display: grid;
  align-content: center;
  border-radius: 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(111, 58, 120, .5), transparent 34%),
    linear-gradient(135deg, #18171c 0%, #221f28 48%, #111015 100%);
  box-shadow: none;
  color: #fff;
  padding: 44px;
}

.areeka-nd-instagram__copy h2,
.areeka-nd-instagram__copy .areeka-nd-kicker {
  color: #fff;
}

.areeka-nd-instagram__copy p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 16px;
  line-height: 1.6;
}

.areeka-nd-instagram__embed {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 0;
  border-left: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.areeka-nd-instagram__embed::before {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 0;
  z-index: 3;
  width: 3px;
  background: linear-gradient(180deg, var(--areeka-coral, #cf6a42), var(--areeka-plum, #6f3a78));
}

.areeka-nd-instagram__embed iframe {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 560px;
  min-height: 0;
  display: block;
  border: 0;
  background: #fff;
}

.areeka-nd-instagram__fallback {
  position: absolute;
  inset: 22px;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.areeka-nd-instagram__fallback strong {
  color: var(--areeka-ink, #18171c);
  font-size: 28px;
}

.areeka-nd-instagram__fallback span {
  max-width: 360px;
  color: var(--areeka-muted, #67616d);
}

.areeka-nd-instagram__fallback a {
  color: var(--areeka-plum, #6f3a78);
  font-weight: 900;
}

.areeka-nd-cart-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.areeka-nd-cart-assurance div {
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(24, 23, 28, .05);
  padding: 18px;
}

.areeka-nd-cart-assurance strong,
.areeka-nd-cart-assurance span {
  display: block;
}

.areeka-nd-cart-assurance strong {
  color: var(--areeka-ink, #18171c);
  font-size: 15px;
}

.areeka-nd-cart-assurance span {
  margin-top: 8px;
  color: var(--areeka-muted, #67616d);
  line-height: 1.45;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals {
  width: var(--areeka-page-measure);
  max-width: none;
  flex-basis: 100%;
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.woocommerce-cart .woocommerce.row.row-large {
  width: var(--areeka-page-measure);
  max-width: var(--areeka-page-measure);
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.woocommerce-cart .woocommerce.row.row-large > .large-7,
.woocommerce-cart .woocommerce.row.row-large > .large-5 {
  width: 100%;
  max-width: 100% !important;
  flex-basis: 100% !important;
  padding-right: 0;
  padding-left: 0;
}

.woocommerce-cart .woocommerce-cart-form {
  overflow: hidden;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 23, 28, .06);
}

.woocommerce-cart .woocommerce-cart-form table.shop_table {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
  width: 72px;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #f5f6f7;
  padding: 6px;
}

.woocommerce-cart .woocommerce-cart-form .product-name a {
  color: var(--areeka-plum, #6f3a78);
  font-weight: 900;
}

.woocommerce-cart .woocommerce-cart-form .product-price,
.woocommerce-cart .woocommerce-cart-form .product-subtotal,
.woocommerce-cart .cart_totals .order-total {
  color: var(--areeka-ink, #18171c);
  font-weight: 900;
}

.woocommerce-cart .woocommerce-cart-form .quantity input {
  min-height: 42px;
  border-color: var(--areeka-line, #e6e0dc);
  color: var(--areeka-ink, #18171c);
  font-weight: 900;
}

.woocommerce-cart .woocommerce-cart-form .actions {
  border-top: 1px solid var(--areeka-line, #e6e0dc);
  background: #f5f6f7;
  padding: 18px;
}

.woocommerce-cart .continue-shopping .button,
.woocommerce-cart button[name="update_cart"] {
  min-height: 44px;
  border-radius: 6px;
  color: #fff !important;
  font-weight: 900;
}

.woocommerce-cart .continue-shopping .button {
  background: var(--areeka-plum, #6f3a78);
}

.woocommerce-cart button[name="update_cart"] {
  background: var(--areeka-coral, #cf6a42);
}

.woocommerce-cart .cart-collaterals {
  margin-top: 24px;
}

.woocommerce-cart .cart_totals {
  width: min(520px, 100%);
  margin-left: auto;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 23, 28, .06);
  padding: 24px;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-cart .cart_totals .product-name {
  color: var(--areeka-ink, #18171c);
  letter-spacing: 0;
  text-transform: none;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  margin-bottom: 0;
}

.page-id-62 #content .col-inner > p:first-of-type {
  width: min(1050px, calc(100vw - 40px));
  margin: 34px auto 24px;
  border: 1px solid rgba(207, 106, 66, .26);
  border-left: 4px solid var(--areeka-coral, #cf6a42);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(24, 23, 28, .06);
  color: var(--areeka-ink, #18171c) !important;
  padding: 18px 22px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
  text-align: left !important;
}

.page-id-62 #content .col-inner > p:first-of-type * {
  color: var(--areeka-ink, #18171c) !important;
  font-size: inherit !important;
  line-height: inherit;
  text-align: inherit !important;
}

.woocommerce-checkout form.checkout {
  width: min(1050px, calc(100vw - 40px));
  margin-right: auto;
  margin-left: auto;
}

.woocommerce-checkout form.checkout > .row {
  width: 100%;
  max-width: none;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 30px;
  align-items: start;
  margin-right: 0;
  margin-left: 0;
}

.woocommerce-checkout form.checkout > .row > .large-7,
.woocommerce-checkout form.checkout > .row > .large-5 {
  width: 100%;
  max-width: 100% !important;
  flex-basis: auto !important;
  padding: 0;
}

.woocommerce-checkout form.checkout > .row > .large-7 {
  grid-column: 1;
}

.woocommerce-checkout form.checkout > .row > .large-5 {
  grid-column: 2;
}

.woocommerce-checkout form.checkout > .row > .large-5 .col-inner {
  border: 0 !important;
  padding: 0 !important;
}

.woocommerce-checkout #customer_details {
  width: 100%;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 23, 28, .06);
  padding: 28px;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields,
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.woocommerce-checkout #order_review_heading {
  width: 100%;
  margin: 0;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: #18171c;
  color: #fff;
  padding: 22px 24px 0;
  letter-spacing: 0;
  text-transform: none;
}

.woocommerce-checkout #order_review {
  position: sticky;
  top: 110px;
  width: 100%;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 23, 28, .08);
  padding: 0 24px 24px;
}

.woocommerce-checkout #order_review table.shop_table {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.woocommerce-checkout #order_review .order-total {
  color: var(--areeka-ink, #18171c);
  font-size: 16px;
  font-weight: 900;
}

.woocommerce-checkout .place-order {
  border-top: 1px solid var(--areeka-line, #e6e0dc);
  padding-top: 18px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  color: var(--areeka-muted, #67616d);
  line-height: 1.5;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout #ship-to-different-address {
  color: var(--areeka-ink, #18171c);
  letter-spacing: 0;
  text-transform: none;
}

.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  min-height: 44px;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 6px;
  background: #fff;
  color: var(--areeka-ink, #18171c);
}

.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
  border-color: var(--areeka-plum, #6f3a78);
  box-shadow: 0 0 0 3px rgba(111, 58, 120, .12);
}

.page-id-164 .page-header,
.page-id-5028 .page-header {
  overflow: hidden;
}

.page-id-164 .page-header .page-title,
.page-id-5028 .page-header .page-title {
  letter-spacing: 0;
}

.page-id-164 .form-flat {
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 23, 28, .08);
  padding: 24px;
}

.page-id-164 .form-flat input,
.page-id-164 .form-flat select,
.page-id-164 .form-flat textarea {
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 6px;
  background: #f5f6f7;
  color: var(--areeka-ink, #18171c);
}

.page-id-164 .form-flat input:focus,
.page-id-164 .form-flat select:focus,
.page-id-164 .form-flat textarea:focus {
  border-color: var(--areeka-plum, #6f3a78);
  box-shadow: 0 0 0 3px rgba(111, 58, 120, .12);
}

.page-id-5028 #main {
  background: #f5f6f7;
  padding: 0 0 72px;
}

.page-id-5028 #main .entry-title {
  max-width: 980px;
  margin: 0 auto 20px;
  color: var(--areeka-ink, #18171c);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.page-id-5028 #main .row {
  width: min(860px, calc(100vw - 40px));
  margin-right: auto;
  margin-left: auto;
}

.page-id-5028 #main h3.uppercase,
.page-id-5028 .entry-content h3 {
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 23, 28, .08);
  color: var(--areeka-ink, #18171c);
  padding: 30px;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

#footer.footer-wrapper {
  background: #18171c;
}

#footer .footer-2 {
  border-top: 1px solid rgba(255, 255, 255, .08);
  background:
    linear-gradient(135deg, rgba(111, 58, 120, .24), rgba(24, 23, 28, 0) 38%),
    #18171c;
  color: rgba(255, 255, 255, .78);
  padding: 38px 0;
}

#footer .footer-2 .row {
  align-items: stretch;
}

#footer .footer-2 .col-inner {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  padding: 18px;
}

#footer .footer-2 .widget-title,
#footer .footer-2 h3,
#footer .footer-2 h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
}

#footer .footer-2 .is-divider {
  width: 34px;
  height: 3px;
  background: var(--areeka-coral, #cf6a42);
}

#footer .footer-2 p,
#footer .footer-2 li,
#footer .footer-2 a {
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.6;
}

#footer .footer-2 img {
  border-radius: 6px;
}

#footer .footer-2 a:hover {
  color: #fff;
}

#footer .footer-2 .menu > li,
#footer .footer-2 .widget > ul > li {
  border-color: rgba(255, 255, 255, .08);
}

#footer .tagcloud a {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .78);
  padding: 6px 10px;
}

#footer .tagcloud a:hover {
  border-color: rgba(255, 255, 255, .44);
  background: rgba(255, 255, 255, .12);
}

#footer .absolute-footer {
  background: #111015;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .7);
  padding: 18px 0;
}

#footer .absolute-footer a,
#footer .absolute-footer ul li a {
  color: rgba(255, 255, 255, .72);
  font-weight: 800;
}

#footer .absolute-footer a:hover {
  color: #fff;
}

#footer .payment-icons,
#footer .payment-icon {
  opacity: .72;
}

#footer .payment-icons .payment-icon {
  border-radius: 5px;
  background: rgba(255, 255, 255, .08);
}

@media (max-width: 900px) {
  .areeka-nd-hero {
    min-height: auto;
  }

  .areeka-nd-hero__grid,
  .areeka-nd-categories,
  .areeka-nd-intent-head,
  .areeka-nd-products-copy__grid,
  .areeka-nd-product-row,
  .areeka-nd-cta__panel,
  .areeka-nd-request-panel,
  .areeka-nd-request-form-shell,
  .areeka-nd-page-hero,
  .areeka-nd-instagram__grid,
  .areeka-nd-cart-assurance {
    grid-template-columns: 1fr;
  }

  .areeka-nd-hero__grid {
    gap: 28px;
    padding: 72px 0;
  }

  .areeka-nd-quote-card {
    max-width: 480px;
  }

  .areeka-nd-strip__grid,
  .areeka-nd-paths,
  .areeka-nd-intent-grid,
  .areeka-nd-products-band__grid,
  .areeka-nd-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .areeka-nd-category,
  .areeka-nd-category--wide {
    grid-column: span 6;
  }

  .areeka-nd-actions--end {
    justify-content: flex-start;
  }

  .areeka-nd-page-hero__actions {
    justify-content: flex-start;
  }

  .areeka-nd-framed-page .blog-wrapper > .row.row-large.row-divided {
    grid-template-columns: 1fr;
  }

  .areeka-nd-archive-intro {
    grid-template-columns: 1fr;
  }

  .areeka-nd-category-nav--desktop {
    display: none !important;
  }

  .areeka-nd-category-nav--mobile {
    display: block;
    width: min(1180px, calc(100vw - 24px));
    margin: 22px auto;
  }

  .tax-product_cat .areeka-nd-category-nav--mobile,
  .post-type-archive-product .areeka-nd-category-nav--mobile,
  .woocommerce-shop .areeka-nd-category-nav--mobile {
    margin-top: 0;
  }

  .areeka-nd-flow-card {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout form.checkout > .row {
    grid-template-columns: 1fr;
  }

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review,
  .woocommerce-checkout form.checkout > .row > .large-7,
  .woocommerce-checkout form.checkout > .row > .large-5 {
    grid-column: 1;
    grid-row: auto;
  }

  .woocommerce-checkout #order_review {
    position: static;
  }

  .areeka-nd-instagram__copy {
    min-height: auto;
  }

  .areeka-nd-instagram__embed {
    min-height: 460px;
    border-top: 1px solid var(--areeka-line, #e6e0dc);
    border-left: 0;
  }

  .areeka-nd-instagram__embed::before {
    top: 0;
    right: 34px;
    bottom: auto;
    left: 34px;
    width: auto;
    height: 3px;
  }

  .single-product .related .products,
  .single-product .related .row-slider:not(.flickity-enabled),
  .single-product .related .flickity-slider,
  .single-product .up-sells .row-slider:not(.flickity-enabled),
  .single-product .up-sells .row-slider,
  .single-product .up-sells .flickity-slider,
  .single-product .upsells .row-slider:not(.flickity-enabled),
  .single-product .upsells .flickity-slider,
  .single-product .upsells .row-slider {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* The contact page uses Flatsome's blank template, so sections are direct #content children. */
.page-id-14 #content > .areeka-nd-contact-hero,
.page-id-14 #content > .areeka-nd-contact-methods,
.page-id-14 #content > .areeka-nd-contact-layout,
.page-id-14 #content > .areeka-nd-contact-visit {
  width: min(1120px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 620px) {
  .page-id-14 #content > .areeka-nd-contact-hero,
  .page-id-14 #content > .areeka-nd-contact-methods,
  .page-id-14 #content > .areeka-nd-contact-layout,
  .page-id-14 #content > .areeka-nd-contact-visit {
    width: calc(100% - 28px);
  }
}

@media (max-width: 600px) {
  #top-bar {
    min-height: 28px;
  }

  #top-bar .nav > li > a,
  #top-bar .nav > li > span,
  #top-bar .html {
    font-size: 11px;
  }

  #masthead,
  #masthead .header-inner {
    min-height: 68px;
  }

  .areeka-nd-shell {
    width: min(1180px, calc(100vw - 24px));
  }

  .areeka-nd-hero__grid {
    gap: 18px;
    padding: 28px 0 36px;
  }

  .areeka-nd-hero h1 {
    font-size: 36px;
  }

  .areeka-nd-lede {
    margin-top: 18px;
    font-size: 17px;
  }

  .areeka-nd-quote-card {
    padding: 20px;
  }

  .areeka-nd-actions,
  .areeka-nd-actions--end {
    display: grid;
  }

  .areeka-nd-strip__grid,
  .areeka-nd-paths,
  .areeka-nd-intent-grid,
  .areeka-nd-products-band__grid,
  .areeka-nd-category-grid,
  .areeka-nd-products {
    grid-template-columns: 1fr;
  }

  .areeka-nd-category,
  .areeka-nd-category--wide {
    grid-column: auto;
  }

  .areeka-nd-category {
    min-height: 0;
  }

  .areeka-nd-category__media {
    min-height: 150px;
  }

  .areeka-nd-archive-intro {
    margin-bottom: 22px;
    padding: 20px;
  }

  .areeka-nd-archive-intro__meta {
    padding: 18px;
  }

  .tax-product_cat .areeka-nd-term-description {
    margin: 28px 0 44px;
    padding: 22px;
  }

  .areeka-nd-flow-card {
    padding: 20px;
  }

  .areeka-nd-request-panel {
    width: min(1180px, calc(100vw - 24px));
    margin-top: 24px;
    padding: 22px;
  }

  .areeka-nd-page-hero {
    width: min(1180px, calc(100vw - 24px));
    margin-top: 24px;
    padding: 22px;
  }

  .search-no-results .no-results,
  .error404 #primary.content-area,
  .woocommerce-cart .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals,
  .woocommerce-checkout form.checkout,
  .page-id-62 #content .col-inner > p:first-of-type {
    width: min(1180px, calc(100vw - 24px));
  }

  .error404 .error-404,
  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review,
  .woocommerce-cart .cart_totals {
    padding: 20px;
  }

  .search article.post .article-inner,
  .search article.product .article-inner {
    grid-template-columns: 1fr;
  }

  .search article.post .entry-header,
  .search article.product .entry-header {
    grid-column: 1;
    grid-row: auto;
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--areeka-line, #e6e0dc);
  }

  .search article.post .entry-image,
  .search article.product .entry-image {
    min-height: 220px;
  }

  .search article.post .entry-content,
  .search article.product .entry-content {
    grid-column: 1;
    padding: 22px;
  }

  .woocommerce-checkout #order_review_heading {
    padding: 20px 20px 0;
  }

  .areeka-nd-instagram__copy {
    width: auto;
    margin-top: 0;
    padding: 24px;
  }

  .areeka-nd-request-form-shell {
    width: min(1180px, calc(100vw - 24px));
    margin-bottom: 52px;
  }

  .areeka-nd-request-form-card,
  .areeka-nd-request-help {
    padding: 20px;
  }

  .areeka-nd-request-help {
    position: static;
  }

  .page-id-164 .form-flat {
    padding: 18px;
  }

  .areeka-nd-strip__grid div,
  .areeka-nd-strip__grid div:first-child {
    min-height: 92px;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .areeka-nd-section {
    padding: 56px 0;
  }

  .areeka-nd-framed-page .entry-content > .row,
  .areeka-nd-framed-page .entry-content > .section,
  .areeka-nd-framed-page .blog-wrapper,
  .single-post article {
    width: min(1180px, calc(100vw - 24px));
    box-sizing: border-box;
    padding: 20px;
  }

  .areeka-nd-framed-page .entry-content > p,
  .areeka-nd-framed-page .entry-content > ul,
  .areeka-nd-framed-page .entry-content > ol,
  .areeka-nd-framed-page .entry-content > h2,
  .areeka-nd-framed-page .entry-content > h3,
  .areeka-nd-framed-page .entry-content > h4,
  .areeka-nd-framed-page .entry-content > table,
  .areeka-nd-framed-page .entry-content > .woocommerce,
  .areeka-nd-framed-page .entry-content > .wishlist_table,
  .areeka-nd-framed-page .entry-content > .tinv-wishlist,
  .areeka-nd-framed-page .entry-content > .wsp-container {
    width: min(980px, calc(100vw - 24px));
  }

  .areeka-nd-framed-page .entry-content > .woocommerce,
  .areeka-nd-framed-page .entry-content > .wishlist_table,
  .areeka-nd-framed-page .entry-content > .tinv-wishlist,
  .areeka-nd-framed-page .entry-content > .wsp-container,
  .page-id-10778 .entry-content > table,
  .page-id-10787 .entry-content > table {
    padding: 20px;
  }

  .single-post article .areeka-nd-page-hero {
    width: calc(100% + 40px);
    margin: -20px -20px 24px;
  }

  .single-post.areeka-nd-framed-page .blog-wrapper {
    width: min(100%, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    padding: 36px 0 56px;
  }

  .single-post.areeka-nd-framed-page article {
    padding: 20px;
  }

  .single-post.areeka-nd-framed-page .entry-content > p,
  .single-post.areeka-nd-framed-page .entry-content > ul,
  .single-post.areeka-nd-framed-page .entry-content > ol,
  .single-post.areeka-nd-framed-page .entry-content > h2,
  .single-post.areeka-nd-framed-page .entry-content > h3 {
    width: 100%;
    max-width: 100%;
  }

  .areeka-nd-single-post-media {
    margin-bottom: 24px;
  }

  .single-product .product-main,
  .single-product .product-footer,
  .single-product .woocommerce-tabs,
  .single-product .related-products-wrapper,
  .single-product .related,
  .single-product .up-sells,
  .single-product .upsells {
    width: 100%;
    max-width: 100%;
  }

  .single-product .product-main {
    width: min(1180px, calc(100vw - 24px));
    max-width: min(1180px, calc(100vw - 24px));
    margin-right: auto;
    margin-left: auto;
  }

  .single-product .product-main,
  .single-product .woocommerce-tabs,
  .single-product .related-products-wrapper,
  .single-product .related,
  .single-product .up-sells,
  .single-product .upsells {
    padding: 20px;
  }

  .areeka-nd-category-nav__head {
    padding: 18px;
  }

  .areeka-nd-category-nav__switch a {
    gap: 2px;
    min-height: 0;
    padding: 9px;
  }

  .areeka-nd-category-nav__switch span {
    display: none;
  }

  .areeka-nd-category-nav__section {
    padding: 12px;
  }

  .areeka-nd-category-nav__tree {
    gap: 7px;
  }

  .areeka-nd-category-nav__tree a {
    min-height: 48px;
    align-content: center;
    padding: 8px;
    font-size: 12px;
  }

  .areeka-nd-category-nav__toggle {
    flex-basis: 42px;
    width: 42px;
    min-height: 48px;
  }

  .areeka-nd-category-nav__tree em {
    padding: 3px 6px;
    font-size: 10px;
  }

  .areeka-nd-category-nav__children {
    margin-left: 7px;
    padding-left: 8px;
  }

  .areeka-nd-category-nav__tree li.is-expanded > .areeka-nd-category-nav__children {
    margin-left: 7px;
  }

  .areeka-nd-category-nav__assist {
    margin-bottom: 12px;
  }

  .areeka-nd-catalog-toolbar {
    display: grid;
    gap: 10px;
    width: min(1180px, calc(100vw - 24px));
    margin: 0 auto 18px;
    padding: 12px;
  }

  .areeka-nd-catalog-toolbar select.orderby {
    width: 100%;
  }

  .single-product .woocommerce-tabs .shop_attributes th,
  .single-product .woocommerce-tabs .shop_attributes td {
    display: block;
    width: 100%;
    padding: 14px 0;
  }

  .single-product .woocommerce-tabs .shop_attributes tr {
    display: block;
    padding: 0 16px;
  }

  .single-product .woocommerce-tabs .shop_attributes th {
    padding-bottom: 4px;
  }

  .single-product .woocommerce-tabs .shop_attributes td {
    padding-top: 4px;
  }

  .single-product .related .products,
  .single-product .related .row-slider:not(.flickity-enabled),
  .single-product .related .flickity-slider,
  .single-product .up-sells .row-slider:not(.flickity-enabled),
  .single-product .up-sells .row-slider,
  .single-product .up-sells .flickity-slider,
  .single-product .upsells .row-slider:not(.flickity-enabled),
  .single-product .upsells .flickity-slider,
  .single-product .upsells .row-slider {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
  }

  .single-product .related .box-image,
  .single-product .up-sells .box-image,
  .single-product .upsells .box-image {
    max-height: 170px;
  }

  .areeka-nd-instagram__embed {
    min-height: 420px;
  }

  .areeka-nd-instagram__embed iframe {
    height: 460px;
    min-height: 0;
  }

  .areeka-nd-path-card {
    min-height: 0;
  }

  .areeka-nd-path-card__image {
    min-height: 180px;
  }
}

.areeka-ai-chat {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99998;
  box-sizing: border-box;
  font-family: inherit;
  color: var(--areeka-ink, #18171c);
}

.areeka-ai-chat *,
.areeka-ai-chat *::before,
.areeka-ai-chat *::after {
  box-sizing: border-box;
}

html.areeka-ai-chat-lock,
body.areeka-ai-chat-lock {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.areeka-ai-chat.is-open {
  z-index: 2147483000;
}

.areeka-ai-chat__launcher {
  position: relative;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 6px;
  background: var(--areeka-plum, #6f3a78);
  color: #fff;
  box-shadow: 0 18px 44px rgba(24, 23, 28, .22);
  padding: 10px 16px 10px 12px;
  font-weight: 900;
  letter-spacing: 0;
  cursor: pointer;
  transition: opacity .18s ease, transform .18s ease, background .18s ease;
}

.areeka-ai-chat__launcher:hover,
.areeka-ai-chat__launcher:focus {
  background: #5f3068;
  color: #fff;
}

.areeka-ai-chat__launcher-mark {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.areeka-ai-chat__launcher-text {
  color: #fff;
}

.areeka-ai-chat__unread-badge {
  position: absolute;
  top: -13px;
  right: -10px;
  display: none;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--areeka-coral, #cf6a42);
  color: #fff;
  box-shadow: 0 12px 28px rgba(207, 106, 66, .35);
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.areeka-ai-chat.has-unread-response .areeka-ai-chat__launcher {
  animation: areeka-chat-ready-pulse 1.15s ease-in-out infinite;
}

.areeka-ai-chat.is-awaiting-response .areeka-ai-chat__launcher {
  box-shadow: 0 16px 36px rgba(111, 58, 120, .28);
}

.areeka-ai-chat.has-unread-response .areeka-ai-chat__unread-badge {
  display: inline-flex;
  animation: areeka-chat-badge-pop .95s ease-in-out infinite;
}

.areeka-ai-chat__eyecatcher {
  position: absolute;
  right: 0;
  bottom: 68px;
  width: min(350px, calc(100vw - 44px));
  border: 2px solid rgba(255, 255, 255, .88);
  border-radius: 8px;
  background: var(--areeka-plum, #6f3a78);
  color: #fff;
  box-shadow: 0 22px 54px rgba(111, 58, 120, .42), 0 0 0 6px rgba(207, 106, 66, .16);
  padding: 16px 18px 16px 52px;
  text-align: left;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.28;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

.areeka-ai-chat__eyecatcher::before {
  content: "AI";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--areeka-coral, #cf6a42);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  transform: translateY(-50%);
}

.areeka-ai-chat__eyecatcher::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background: var(--areeka-plum, #6f3a78);
  border-right: 2px solid rgba(255, 255, 255, .88);
  border-bottom: 2px solid rgba(255, 255, 255, .88);
  transform: rotate(45deg);
}

.areeka-ai-chat.has-eye-catcher .areeka-ai-chat__eyecatcher {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  animation: areeka-chat-eyecatcher-in .28s ease-out both, areeka-chat-eyecatcher-glow 1.5s ease-in-out .35s infinite;
}

.page-id-35110 .areeka-ai-chat__eyecatcher {
  display: none !important;
}

.areeka-ai-chat__eyecatcher span {
  position: relative;
  z-index: 1;
  display: block;
}

@keyframes areeka-chat-eyecatcher-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes areeka-chat-eyecatcher-glow {
  0%, 100% {
    box-shadow: 0 22px 54px rgba(111, 58, 120, .42), 0 0 0 6px rgba(207, 106, 66, .16);
  }
  50% {
    box-shadow: 0 28px 62px rgba(111, 58, 120, .56), 0 0 0 11px rgba(207, 106, 66, .30);
  }
}

@keyframes areeka-chat-badge-pop {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@keyframes areeka-chat-ready-pulse {
  0%, 100% {
    box-shadow:
      0 18px 44px rgba(24, 23, 28, .22),
      0 0 0 0 rgba(207, 106, 66, .18);
  }
  50% {
    box-shadow:
      0 18px 44px rgba(24, 23, 28, .22),
      0 0 0 8px rgba(207, 106, 66, .14);
  }
}

.areeka-ai-chat.is-open .areeka-ai-chat__launcher {
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
}

.areeka-ai-chat__panel {
  position: absolute;
  right: 0;
  bottom: 68px;
  width: clamp(820px, 76vw, 1240px);
  height: min(920px, calc(100vh - 44px));
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 44px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(24, 23, 28, .14);
  border-radius: 8px;
  background: var(--areeka-panel, #fff);
  box-shadow: 0 28px 80px rgba(24, 23, 28, .24);
}

.areeka-ai-chat.is-open .areeka-ai-chat__panel {
  bottom: 0;
}

.areeka-ai-chat__header {
  min-height: 64px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: linear-gradient(135deg, var(--areeka-ink, #18171c), #2b1e31);
  padding: 10px 18px;
}

.areeka-ai-chat__header p {
  margin: 0 0 3px;
  color: var(--areeka-coral, #cf6a42);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.areeka-ai-chat__header h2 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: 0;
}

.areeka-ai-chat__header-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.areeka-ai-chat__minimize,
.areeka-ai-chat__close {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  flex: 0 0 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 6px;
  background: transparent;
  padding: 0 !important;
  color: #fff;
  font-size: 22px;
  line-height: 1 !important;
  cursor: pointer;
}

.areeka-ai-chat__minimize:hover,
.areeka-ai-chat__minimize:focus,
.areeka-ai-chat__close:hover,
.areeka-ai-chat__close:focus {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.areeka-ai-chat__messages {
  min-height: 280px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 22px 24px;
  background: var(--areeka-surface, #f5f6f7);
}

.areeka-ai-chat__message {
  max-width: min(88%, 780px);
  border-radius: 8px;
  padding: 13px 15px;
  font-size: 15px;
  line-height: 1.48;
}

.areeka-ai-chat__message.has-quote {
  width: min(96%, 980px);
  max-width: min(96%, 980px);
}

.areeka-ai-chat__message > p {
  margin: 0;
}

.areeka-ai-chat__reply {
  display: grid;
  gap: 10px;
}

.areeka-ai-chat__reply p {
  margin: 0;
}

.areeka-ai-chat__reply strong {
  color: inherit;
  font-weight: 900;
}

.areeka-ai-chat__message--agent {
  align-self: flex-start;
  border: 1px solid var(--areeka-line, #e6e0dc);
  background: #fff;
  color: var(--areeka-ink, #18171c);
}

.areeka-ai-chat__message--user {
  align-self: flex-end;
  background: var(--areeka-plum, #6f3a78);
  color: #fff;
}

.areeka-ai-chat__message--image {
  display: grid;
  gap: 8px;
  max-width: min(420px, 88%);
}

.areeka-ai-chat__message--image img {
  width: 180px;
  max-width: 100%;
  aspect-ratio: 1;
  display: block;
  border-radius: 6px;
  background: rgba(255, 255, 255, .14);
  object-fit: cover;
}

.areeka-ai-chat__image-note,
.areeka-ai-chat__image-meta {
  display: block;
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  line-height: 1.35;
}

.single-post .areeka-ai-chat .areeka-ai-chat__message {
  width: auto;
  max-width: min(88%, 780px);
  margin: 0;
  border-radius: 8px;
  box-shadow: none;
  padding: 13px 15px;
}

.single-post .areeka-ai-chat .areeka-ai-chat__message.has-quote {
  width: min(96%, 980px);
  max-width: min(96%, 980px);
}

.single-post .areeka-ai-chat .areeka-ai-chat__message--agent {
  align-self: flex-start;
  border: 1px solid var(--areeka-line, #e6e0dc);
  background: #fff;
  color: var(--areeka-ink, #18171c);
}

.single-post .areeka-ai-chat .areeka-ai-chat__message--user {
  align-self: flex-end;
  border: 0;
  background: var(--areeka-plum, #6f3a78);
  color: #fff;
}

.areeka-ai-chat__recommendations {
  display: none !important;
}

.areeka-ai-chat__recommendations[hidden] {
  display: none !important;
}

.areeka-ai-chat__notice {
  border-left: 3px solid var(--areeka-gold, #b7925f);
  background: #faf8f4;
  padding: 10px 12px;
  color: var(--areeka-ink, #18171c);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.areeka-ai-chat__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 8px;
}

.areeka-ai-chat__inline-results {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.areeka-ai-chat__card {
  min-width: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  color: var(--areeka-ink, #18171c);
}

.areeka-ai-chat__card:hover {
  border-color: var(--areeka-plum, #6f3a78);
  color: var(--areeka-plum, #6f3a78);
}

.areeka-ai-chat__card-image {
  width: 72px;
  height: 72px;
  border-radius: 6px;
  background: #dce5e8;
  overflow: hidden;
}

.areeka-ai-chat__card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.areeka-ai-chat__card strong {
  color: inherit;
  font-size: 12px;
  line-height: 1.25;
}

.areeka-ai-chat__card-body {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.areeka-ai-chat__card-price {
  color: var(--areeka-ink, #18171c);
  font-size: 12px;
  font-weight: 900;
}

.areeka-ai-chat__card-reason,
.areeka-ai-chat__upsell span:not(.areeka-ai-chat__card-image) {
  color: var(--areeka-muted, #67616d);
  font-size: 12px;
  line-height: 1.35;
}

.areeka-ai-chat__suggestions {
  display: grid;
  gap: 8px;
}

.areeka-ai-chat__suggestions h3 {
  margin: 0;
  color: var(--areeka-ink, #18171c);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.areeka-ai-chat__quote {
  margin-top: 12px;
  overflow: hidden;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
}

.areeka-ai-chat__quote h3 {
  margin: 0;
  border-bottom: 1px solid var(--areeka-line, #e6e0dc);
  background: #eef5f7;
  padding: 10px 12px;
  color: var(--areeka-ink, #18171c);
  font-size: 13px;
  line-height: 1.2;
}

.areeka-ai-chat__quote-table-wrap {
  overflow-x: auto;
}

.areeka-ai-chat__quote-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--areeka-ink, #18171c);
  font-size: 12px;
  line-height: 1.35;
}

.areeka-ai-chat__quote-table th,
.areeka-ai-chat__quote-table td {
  border-bottom: 1px solid #edf1f3;
  padding: 8px 9px;
  text-align: left;
  vertical-align: top;
}

.areeka-ai-chat__quote-table th {
  background: #f7fafb;
  color: var(--areeka-muted, #67616d);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.areeka-ai-chat__quote-table th:not(:first-child),
.areeka-ai-chat__quote-table td:not(:first-child) {
  text-align: right;
  white-space: nowrap;
}

.areeka-ai-chat__quote-is-summary td {
  background: #fbfdfe;
  font-weight: 800;
}

.areeka-ai-chat__quote-is-total td {
  background: #fff;
  font-weight: 900;
}

.areeka-ai-chat__quote-note {
  margin: 0;
  border-top: 1px solid var(--areeka-line, #e6e0dc);
  background: #fbfdfe;
  padding: 9px 12px;
  color: var(--areeka-muted, #67616d);
  font-size: 12px;
  line-height: 1.35;
}

.areeka-ai-chat__proposal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  border: 1px solid rgba(207, 106, 66, .26);
  border-radius: 8px;
  background: #fff9f6;
  padding: 12px;
}

.areeka-ai-chat__proposal-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.areeka-ai-chat__proposal-title {
  color: var(--areeka-ink, #18171c);
  font-size: 13px;
  line-height: 1.25;
}

.areeka-ai-chat__proposal-copy > span:not(.areeka-ai-chat__proposal-status) {
  color: var(--areeka-muted, #67616d);
  font-size: 12px;
  line-height: 1.35;
}

.areeka-ai-chat__proposal-button {
  min-height: 40px;
  border: 0;
  border-radius: 6px;
  background: var(--areeka-coral, #cf6a42);
  padding: 9px 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.areeka-ai-chat__proposal-button:disabled {
  cursor: wait;
  opacity: .72;
}

.areeka-ai-chat__proposal-status {
  color: var(--areeka-muted, #67616d);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.areeka-ai-chat__proposal-link {
  color: var(--areeka-plum, #6f3a78);
  font-weight: 900;
}

.areeka-ai-chat__upsell {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  color: var(--areeka-ink, #18171c);
}

.areeka-ai-chat__handoff {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--areeka-coral, #cf6a42);
  color: #fff;
  font-weight: 900;
}

.areeka-ai-chat__handoff:hover {
  color: #fff;
}

.areeka-ai-chat__form {
  flex: 0 0 auto;
  border-top: 1px solid var(--areeka-line, #e6e0dc);
  padding: 12px 16px;
  background: #fff;
}

.areeka-ai-chat__composer-stack {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.areeka-ai-chat__composer {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  padding: 6px;
}

.areeka-ai-chat__composer.is-dragging,
.areeka-ai-chat__composer:focus-within {
  border-color: var(--areeka-plum, #6f3a78);
  box-shadow: 0 0 0 2px rgba(111, 58, 120, .10);
}

.areeka-ai-chat__form textarea {
  min-height: 38px;
  max-height: 104px;
  resize: none;
  overflow-y: auto;
  border: 0;
  border-radius: 0;
  padding: 9px 4px;
  color: var(--areeka-ink, #18171c);
  font-size: 14px;
  line-height: 1.35;
}

.areeka-ai-chat__form textarea:focus {
  box-shadow: none;
  outline: 0;
}

.areeka-ai-chat__upload-status {
  min-height: 16px;
  color: var(--areeka-muted, #67616d);
  font-size: 11px;
  line-height: 1.35;
}

.areeka-ai-chat__upload-button {
  width: 38px;
  height: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 6px;
  background: #fbfdfe;
  padding: 0;
  color: var(--areeka-plum, #6f3a78);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.areeka-ai-chat__upload-button:disabled {
  cursor: wait;
  opacity: .65;
}

.areeka-ai-chat__send {
  align-self: end;
  min-width: 72px;
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  background: var(--areeka-coral, #cf6a42);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.areeka-ai-chat__send:disabled {
  cursor: wait;
  opacity: .7;
}

.areeka-ai-chat__footer {
  min-height: 42px;
  flex: 0 0 auto;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--areeka-line, #e6e0dc);
  padding: 10px 20px;
  background: #fff;
  color: var(--areeka-muted, #67616d);
  font-size: 12px;
  line-height: 1.35;
}

.areeka-ai-chat__footer a {
  color: var(--areeka-plum, #6f3a78);
  font-weight: 900;
  white-space: nowrap;
}

@supports (height: 100dvh) {
  .areeka-ai-chat__panel {
    height: min(920px, calc(100dvh - 44px));
    max-height: calc(100dvh - 44px);
  }
}

/* Sweep polish: restore legacy Flatsome content into the new staging frame. */
.areeka-nd-framed-page .blog-wrapper.blog-archive article.post {
  margin-bottom: 22px;
}

.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .article-inner {
  display: grid;
  grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  grid-template-areas:
    "media heading"
    "media content";
  align-items: stretch;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(24, 23, 28, .06);
}

.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-header {
  display: contents !important;
  min-height: 0;
  margin: 0;
}

.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-image,
.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-image a {
  position: relative;
  grid-area: media;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 310px;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid var(--areeka-line, #e6e0dc);
  background: var(--areeka-surface, #f5f6f7);
}

.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-header-text {
  grid-area: heading;
  z-index: 2;
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
  margin: 0;
  border-bottom: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 0;
  background: #fff;
  padding: 28px 30px 14px;
  text-align: left;
}

.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-category,
.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-divider,
.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .badge {
  display: none !important;
}

.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-meta {
  display: none !important;
}

.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-header-text > .entry-meta {
  order: 1;
  display: block !important;
  margin: 0;
  color: var(--areeka-muted, #67616d);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-meta a {
  color: var(--areeka-plum, #6f3a78);
}

.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-header .entry-title {
  order: 2;
  display: block !important;
  margin: 0;
  color: var(--areeka-ink, #18171c);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: none;
}

.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-header .entry-title a {
  color: var(--areeka-ink, #18171c);
}

.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-content {
  grid-area: content;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 14px 30px 30px;
}

.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-summary {
  display: grid;
  gap: 20px;
}

.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-summary p {
  margin: 0;
  color: var(--areeka-muted, #67616d);
  font-size: 16px;
  line-height: 1.58;
}

.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-summary .text-center {
  text-align: left;
}

.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .more-link,
.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .button,
.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .button.primary,
.areeka-nd-framed-page .blog-wrapper.blog-archive article.post .button.is-outline,
.search .more-link,
.search .button,
.search .button.primary,
.search .button.is-outline,
.blog .more-link,
.archive.category .more-link,
.blog .button,
.archive.category .button,
.blog .button.primary,
.archive.category .button.primary,
.blog .button.is-outline,
.archive.category .button.is-outline {
  border-color: var(--areeka-coral, #cf6a42) !important;
  background: var(--areeka-coral, #cf6a42) !important;
  color: #fff !important;
}

.page-id-3014 #content .col-inner > .container {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  margin: 0 0 70px !important;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 23, 28, .06);
  padding: 28px;
}

.page-id-3014 #content .col-inner > .container > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-id-3014 #content .col-inner > .container > ul > li {
  min-width: 0;
  display: block;
  margin-left: 0 !important;
  border: 1px solid var(--areeka-line, #e6e0dc);
  border-radius: 8px;
  background: var(--areeka-surface, #f5f6f7);
  padding: 18px;
  list-style: none !important;
}

.page-id-3014 #content .col-inner > .container > ul > li > a {
  color: var(--areeka-plum, #6f3a78);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.page-id-3014 #content .col-inner > .container .container {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  margin: 12px 0 0 !important;
  padding: 0;
}

.page-id-3014 #content .col-inner > .container ul ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.page-id-3014 #content .col-inner > .container ul ul a {
  display: block;
  border-radius: 6px;
  background: #fff;
  color: var(--areeka-ink, #18171c);
  padding: 9px 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.page-id-3014 #content .col-inner > .container ul ul a:hover {
  background: var(--areeka-plum, #6f3a78);
  color: #fff;
}

.page-id-3014 #content .col-inner > .container li {
  margin-left: 0 !important;
  list-style: none !important;
}

.page-id-3014 #content .col-inner > .container li::marker {
  content: "";
}

.page-id-9822 #content .section,
.page-id-12 #content .section,
.page-id-10251 #content .section,
.page-id-10261 #content .section,
.page-id-10326 #content .section {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(24, 23, 28, .08);
}

.page-id-9822 #content .section .button,
.page-id-12 #content .section .button,
.page-id-10251 #content .section .button,
.page-id-10261 #content .section .button,
.page-id-10326 #content .section .button {
  color: #fff !important;
}

@media (max-width: 760px) {
  .areeka-ai-chat {
    right: 12px;
    bottom: 12px;
    left: auto;
    width: auto;
  }

  .areeka-ai-chat.is-open {
    inset: 0;
    width: 100vw;
    height: 100vh;
  }

  .areeka-ai-chat__launcher {
    width: 54px;
    min-width: 54px;
    height: 54px;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
  }

  .areeka-ai-chat__launcher-text {
    display: none;
  }

  .areeka-ai-chat__unread-badge {
    top: -10px;
    right: -12px;
    min-width: 26px;
    min-height: 26px;
    padding: 3px 7px;
    font-size: 10px;
  }

  .areeka-ai-chat__eyecatcher {
    right: 0;
    bottom: 66px;
    width: min(280px, calc(100vw - 24px));
    font-size: 13px;
  }

  .areeka-ai-chat.is-open .areeka-ai-chat__launcher {
    display: none;
  }

  .areeka-ai-chat__panel {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    border-radius: 0;
  }

  @supports (height: 100dvh) {
    .areeka-ai-chat.is-open {
      height: 100dvh;
    }

    .areeka-ai-chat__panel {
      height: 100dvh;
      max-height: 100dvh;
    }
  }

  .areeka-ai-chat__header {
    min-height: 56px;
    padding: 8px 12px;
  }

  .areeka-ai-chat__header p {
    margin-bottom: 2px;
    font-size: 10px;
  }

  .areeka-ai-chat__header h2 {
    font-size: 16px;
  }

  .areeka-ai-chat__minimize,
  .areeka-ai-chat__close {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    flex-basis: 30px;
    font-size: 20px;
  }

  .areeka-ai-chat__messages {
    min-height: 0;
    padding: 14px 12px;
  }

  .areeka-ai-chat__message {
    max-width: 96%;
    font-size: 14px;
  }

  .areeka-ai-chat__message.has-quote {
    width: 96%;
    max-width: 96%;
  }

  .single-post .areeka-ai-chat .areeka-ai-chat__message {
    max-width: 96%;
    padding: 13px 15px;
  }

  .single-post .areeka-ai-chat .areeka-ai-chat__message.has-quote {
    width: 96%;
    max-width: 96%;
  }

  .areeka-ai-chat__cards {
    grid-template-columns: 1fr;
  }

  .areeka-ai-chat__card {
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
  }

  .areeka-ai-chat__card-image {
    width: 64px;
    height: 64px;
  }

  .areeka-ai-chat__quote-table {
    table-layout: fixed;
    font-size: 11px;
  }

  .areeka-ai-chat__quote-table th,
  .areeka-ai-chat__quote-table td {
    padding: 7px 5px;
  }

  .areeka-ai-chat__quote-table th {
    letter-spacing: 0;
    white-space: normal;
  }

  .areeka-ai-chat__quote-table th:nth-child(1),
  .areeka-ai-chat__quote-table td:nth-child(1) {
    width: 46%;
  }

  .areeka-ai-chat__quote-table th:nth-child(2),
  .areeka-ai-chat__quote-table td:nth-child(2) {
    width: 12%;
  }

  .areeka-ai-chat__quote-table th:nth-child(3),
  .areeka-ai-chat__quote-table td:nth-child(3) {
    width: 18%;
  }

  .areeka-ai-chat__quote-table th:nth-child(4),
  .areeka-ai-chat__quote-table td:nth-child(4) {
    width: 24%;
  }

  .areeka-ai-chat__quote-table th:not(:first-child) {
    white-space: normal;
  }

  .areeka-ai-chat__upsell {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .areeka-ai-chat__proposal {
    grid-template-columns: 1fr;
  }

  .areeka-ai-chat__proposal-button {
    width: 100%;
  }

  .areeka-ai-chat__card strong {
    min-height: 0;
    font-size: 12px;
  }

  .areeka-ai-chat__form {
    padding: 8px 10px;
  }

  .areeka-ai-chat__composer-stack {
    gap: 3px;
  }

  .areeka-ai-chat__composer {
    grid-template-columns: 34px minmax(0, 1fr) 58px;
    gap: 6px;
    padding: 5px;
  }

  .areeka-ai-chat__form textarea {
    min-height: 34px;
    max-height: 88px;
    padding: 8px 2px;
  }

  .areeka-ai-chat__upload-button {
    width: 34px;
    height: 34px;
    min-height: 34px;
    font-size: 20px;
  }

  .areeka-ai-chat__send {
    min-width: 58px;
    min-height: 34px;
    padding: 0 8px;
    font-size: 12px;
  }

  .areeka-ai-chat__footer {
    padding: 10px 14px;
  }
}

@media (max-width: 600px) {
  .areeka-nd-framed-page .blog-wrapper {
    padding: 0;
  }

  .areeka-nd-page-hero {
    width: min(1180px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    margin-right: auto;
    margin-left: auto;
  }

  .areeka-nd-page-hero h1 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .areeka-nd-page-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .areeka-nd-framed-page .blog-wrapper.blog-archive article.post .article-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "media"
      "heading"
      "content";
    min-height: 0;
  }

  .areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-image,
  .areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-image a {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid var(--areeka-line, #e6e0dc);
  }

  .areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-header-text {
    padding: 22px 22px 10px;
  }

  .areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-header .entry-title {
    font-size: clamp(22px, 7vw, 28px);
  }

  .areeka-nd-framed-page .blog-wrapper.blog-archive article.post .entry-content {
    padding: 12px 22px 24px;
  }

  .page-id-3014 #content .col-inner > .container {
    padding: 20px;
  }

  .page-id-3014 #content .col-inner > .container > ul {
    grid-template-columns: 1fr;
  }

  .areeka-nd-request-form-shell,
  .areeka-nd-request-form-card,
  .areeka-nd-request-help,
  .page-id-164 .form-flat {
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .areeka-nd-request-form-card input,
  .areeka-nd-request-form-card select,
  .areeka-nd-request-form-card textarea,
  .areeka-nd-request-form-card .wpcf7-form-control-wrap {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

.areeka-nd[data-areeka-new-design="home"] .areeka-nd-hero {
  align-items: end;
  min-height: 650px;
  background-position: center 45%;
}

.areeka-nd[data-areeka-new-design="home"] .areeka-nd-hero__shade {
  background:
    linear-gradient(90deg, rgba(24, 23, 28, .94), rgba(24, 23, 28, .7) 46%, rgba(24, 23, 28, .16)),
    linear-gradient(0deg, rgba(24, 23, 28, .82), rgba(24, 23, 28, .12) 58%);
}

.areeka-nd[data-areeka-new-design="home"] .areeka-nd-hero__grid--solo {
  display: block;
  padding: 82px 0 52px;
}

.areeka-nd[data-areeka-new-design="home"] .areeka-nd-hero__copy {
  max-width: 720px;
}

.areeka-nd[data-areeka-new-design="home"] .areeka-nd-hero h1 {
  max-width: 780px;
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.01;
}

.areeka-nd[data-areeka-new-design="home"] .areeka-nd-lede {
  max-width: 640px;
  margin-top: 22px;
}

.areeka-nd-hero-search {
  max-width: 660px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 154px;
  align-items: stretch;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 26px 72px rgba(24, 23, 28, .18);
}

.areeka-nd-hero-search input[type="search"] {
  min-width: 0;
  min-height: 56px;
  margin: 0;
  border: 0;
  background: #fff;
  color: var(--areeka-ink);
  padding: 0 16px;
  outline: none;
}

.areeka-nd-hero-search button {
  min-height: 56px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  margin: 0 !important;
  border: 0;
  border-radius: 0 8px 8px 0;
  background: var(--areeka-plum);
  color: #fff;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.areeka-nd-strip--light {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid var(--areeka-line);
  background: linear-gradient(180deg, #fff 0%, var(--areeka-surface) 100%);
  color: var(--areeka-ink);
  padding-bottom: 18px;
}

.areeka-nd-strip--light .areeka-nd-strip__grid {
  gap: 1px;
  transform: translateY(-28px);
  background: var(--areeka-line);
  border: 1px solid var(--areeka-line);
  border-right: 1px solid var(--areeka-line);
  border-left: 1px solid var(--areeka-line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(24, 23, 28, .1);
}

.areeka-nd-strip--light .areeka-nd-strip__grid div,
.areeka-nd-strip--light .areeka-nd-strip__grid div:first-child {
  min-height: 94px;
  border: 0;
  background: #fff;
  padding: 20px 24px;
}

.areeka-nd-strip--light strong {
  color: var(--areeka-plum);
}

.areeka-nd-strip--light span {
  color: var(--areeka-muted);
  font-weight: 800;
}

.areeka-nd-home-route-grid,
.areeka-nd-inspiration-grid,
.areeka-nd-service-grid,
.areeka-nd-process-grid,
.areeka-nd-testimonial-grid,
.areeka-nd-faq-grid {
  display: grid;
  gap: 16px;
}

.areeka-nd-home-route-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.areeka-nd-home-route-card {
  position: relative;
  min-height: 315px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-content: stretch;
  gap: 18px;
  overflow: hidden;
  border: 1px solid var(--areeka-line);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, .96), rgba(245, 246, 247, .82)),
    #fff;
  box-shadow: 0 18px 42px rgba(24, 23, 28, .09);
  color: var(--areeka-ink);
  padding: 26px;
}

.areeka-nd-home-route-card::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -44px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(207, 106, 66, .1);
  pointer-events: none;
}

.areeka-nd-home-route-card:hover {
  border-color: rgba(111, 58, 120, .28);
  transform: translateY(-2px);
}

.areeka-nd-home-route-card.is-featured {
  border-color: var(--areeka-plum);
  background:
    linear-gradient(160deg, rgba(111, 58, 120, .96), rgba(77, 37, 86, .96)),
    var(--areeka-plum);
  color: #fff;
}

.areeka-nd-home-route-card.is-featured::after {
  background: rgba(255, 255, 255, .12);
}

.areeka-nd-home-route-card__mark {
  width: 46px;
  height: 5px;
  display: block;
  border-radius: 999px;
  background: var(--areeka-coral);
}

.areeka-nd-home-route-card__eyebrow {
  display: grid;
  gap: 5px;
  color: var(--areeka-muted);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
}

.areeka-nd-home-route-card__eyebrow > span {
  color: var(--areeka-plum);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.areeka-nd-home-route-card__eyebrow em {
  color: inherit;
  font-style: normal;
}

.areeka-nd-home-route-card.is-featured .areeka-nd-home-route-card__eyebrow,
.areeka-nd-home-route-card.is-featured .areeka-nd-home-route-card__eyebrow > span,
.areeka-nd-home-route-card.is-featured .areeka-nd-home-route-card__body span {
  color: rgba(255, 255, 255, .78);
}

.areeka-nd-home-route-card__body {
  display: grid;
  gap: 12px;
  align-self: end;
}

.areeka-nd-home-route-card strong {
  display: block;
  color: inherit;
  font-size: 24px;
  line-height: 1.18;
}

.areeka-nd-home-route-card__body span {
  color: var(--areeka-muted);
  line-height: 1.5;
}

.areeka-nd-home-route-card__cta {
  position: relative;
  z-index: 1;
  min-height: 42px;
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  background: var(--areeka-coral);
  color: #fff;
  padding: 0 15px;
  font-weight: 900;
  line-height: 1;
}

.areeka-nd-home-route-card.is-featured .areeka-nd-home-route-card__cta {
  background: #fff;
  color: var(--areeka-plum);
}

.areeka-nd-inspiration-grid {
  grid-template-columns: 1.1fr .9fr .9fr;
  grid-auto-rows: 230px;
}

.areeka-nd-inspiration-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 8px;
  background: var(--areeka-ink);
  box-shadow: 0 18px 42px rgba(24, 23, 28, .09);
  color: #fff;
}

.areeka-nd-inspiration-card.is-large {
  grid-row: span 2;
}

.areeka-nd-inspiration-card__media {
  position: absolute;
  inset: 0;
  background-color: var(--areeka-surface);
  background-position: center;
  background-size: cover;
  opacity: .84;
}

.areeka-nd-inspiration-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(24, 23, 28, .84), rgba(24, 23, 28, .04));
}

.areeka-nd-inspiration-card__body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 24px;
}

.areeka-nd-inspiration-card__body em {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.areeka-nd-inspiration-card__body strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.18;
}

.areeka-nd[data-areeka-new-design="home"] .areeka-nd-product-row {
  grid-template-columns: 1fr;
}

.areeka-nd[data-areeka-new-design="home"] .areeka-nd-product-row--stacked .areeka-nd-section__head {
  max-width: 760px;
}

.areeka-nd[data-areeka-new-design="home"] .areeka-nd-products {
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.areeka-nd[data-areeka-new-design="home"] .areeka-nd-product {
  grid-template-rows: auto 1fr auto;
  border: 1px solid var(--areeka-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(24, 23, 28, .08);
  padding: 16px;
}

.areeka-nd[data-areeka-new-design="home"] .areeka-nd-product img {
  aspect-ratio: 1 / .78;
  object-fit: contain;
  padding: 14px;
}

.areeka-nd[data-areeka-new-design="home"] .areeka-nd-product strong {
  min-height: 52px;
  color: var(--areeka-plum);
  font-size: 17px;
  line-height: 1.3;
}

.areeka-nd[data-areeka-new-design="home"] .areeka-nd-product span {
  min-height: 0;
}

.areeka-nd-product__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--areeka-ink);
  margin-top: 4px;
}

.areeka-nd-product__foot em {
  color: var(--areeka-ink);
  font-style: normal;
  font-weight: 900;
}

.areeka-nd-product__foot b {
  min-height: 36px;
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--areeka-coral);
  color: #fff;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.areeka-nd-about__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 46px;
  align-items: start;
}

.areeka-nd-about__copy {
  color: var(--areeka-muted);
  font-size: 18px;
  line-height: 1.65;
}

.areeka-nd-proof-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.areeka-nd-proof-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--areeka-line);
  border-radius: 8px;
  background: #fff;
  color: var(--areeka-ink);
  padding: 16px 18px;
  font-weight: 900;
}

.areeka-nd-proof-list span {
  color: var(--areeka-muted);
  font-size: 13px;
}

.areeka-nd-service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.areeka-nd-service-tile {
  position: relative;
  min-height: 230px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  overflow: hidden;
  border: 1px solid rgba(207, 106, 66, .2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(245, 246, 247, .84)),
    #fff;
  box-shadow: 0 18px 42px rgba(24, 23, 28, .08);
  color: var(--areeka-ink);
  padding: 24px;
}

.areeka-nd-service-tile::after {
  content: "";
  position: absolute;
  inset: auto -28px -52px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(207, 106, 66, .1);
  pointer-events: none;
}

.areeka-nd-service-tile > span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--areeka-coral);
  color: #fff;
  font-weight: 900;
}

.areeka-nd-service-tile strong {
  color: var(--areeka-ink);
  font-size: 22px;
  line-height: 1.18;
}

.areeka-nd-service-tile em {
  color: var(--areeka-muted);
  font-style: normal;
  line-height: 1.5;
}

.areeka-nd-proof-band {
  background:
    linear-gradient(135deg, var(--areeka-plum), #4f2758);
}

.areeka-nd-proof-band__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .9));
  box-shadow: 0 18px 42px rgba(24, 23, 28, .14);
  color: var(--areeka-ink);
  padding: 42px;
}

.areeka-nd-proof-band__panel strong {
  display: block;
  margin-bottom: 8px;
  color: var(--areeka-plum);
  font-size: clamp(48px, 7vw, 92px);
  line-height: .92;
}

.areeka-nd-proof-band__panel h2 {
  color: var(--areeka-ink);
}

.areeka-nd-proof-band__panel p {
  margin: 12px 0 0;
  color: var(--areeka-muted);
  font-size: 18px;
  line-height: 1.55;
}

.areeka-nd-process,
.areeka-nd-ai-home {
  background:
    radial-gradient(circle at 84% 16%, rgba(207, 106, 66, .22), transparent 30%),
    linear-gradient(135deg, #18171c 0%, #241c27 56%, #111015 100%);
  color: #fff;
}

.areeka-nd-process h2,
.areeka-nd-ai-home h2 {
  color: #fff;
}

.areeka-nd-process .areeka-nd-section__copy,
.areeka-nd-ai-home .areeka-nd-section__copy {
  color: rgba(255, 255, 255, .74);
}

.areeka-nd-process-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.areeka-nd-process-step {
  min-height: 190px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  padding: 18px;
}

.areeka-nd-process-step b {
  display: block;
  margin-bottom: 12px;
  color: var(--areeka-coral);
  font-size: 13px;
}

.areeka-nd-process-step h3 {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.areeka-nd-process-step p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.5;
}

.areeka-nd-testimonials {
  background:
    linear-gradient(135deg, rgba(24, 23, 28, .96), rgba(73, 38, 82, .95)),
    var(--areeka-ink);
  color: #fff;
}

.areeka-nd-testimonials h2 {
  color: #fff;
}

.areeka-nd-testimonials .areeka-nd-section__copy {
  color: rgba(255, 255, 255, .72);
}

.areeka-nd-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 6px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  padding: 0 16px;
  font-weight: 900;
}

.areeka-nd-text-link:hover {
  background: #fff;
  color: var(--areeka-plum);
}

.areeka-nd-testimonial-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.areeka-nd-testimonial {
  min-height: 250px;
  display: grid;
  align-content: space-between;
  gap: 20px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 18px 42px rgba(24, 23, 28, .12);
  padding: 22px;
}

.areeka-nd-testimonial span {
  color: var(--areeka-gold);
  font-weight: 900;
}

.areeka-nd-testimonial p {
  margin: 10px 0 0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.areeka-nd-testimonial footer {
  color: rgba(255, 255, 255, .72);
  font-weight: 900;
}

.areeka-nd-ai-home__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 40px;
  align-items: stretch;
}

.areeka-nd-ai-home__brief {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.areeka-nd-ai-home__brief div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 5px 14px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .82);
  padding: 16px;
}

.areeka-nd-ai-home__brief span {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--areeka-coral);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.areeka-nd-ai-home__brief strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
}

.areeka-nd-ai-home__brief em {
  color: rgba(255, 255, 255, .68);
  font-style: normal;
  line-height: 1.5;
}

.areeka-nd-prompt-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.areeka-nd-prompt-list div {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .82);
  padding: 16px;
  font-weight: 800;
}

.areeka-nd-ai-home__card {
  display: grid;
  align-content: center;
  gap: 18px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff, #f9f6f2);
  color: var(--areeka-ink);
  box-shadow: 0 24px 74px rgba(0, 0, 0, .24);
  padding: 34px;
}

.areeka-nd-ai-home__card h3 {
  color: var(--areeka-ink);
  font-size: 26px;
}

.areeka-nd-ai-home__card p {
  color: var(--areeka-muted);
  line-height: 1.55;
}

.areeka-nd-ai-home__card .areeka-nd-button {
  width: max-content;
  max-width: 100%;
}

.areeka-nd-faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.areeka-nd-faq-list {
  display: grid;
  border-top: 1px solid var(--areeka-line);
}

.areeka-nd-faq-card {
  border: 1px solid var(--areeka-line);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
}

.areeka-nd-faq-list .areeka-nd-faq-card {
  display: grid;
  grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
  padding: 22px 0;
}

.areeka-nd-faq-card h3 {
  color: var(--areeka-ink);
  font-size: 21px;
  line-height: 1.2;
}

.areeka-nd-faq-card p {
  margin: 0;
  color: var(--areeka-muted);
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .areeka-nd-home-route-grid,
  .areeka-nd-service-grid,
  .areeka-nd-testimonial-grid,
  .areeka-nd-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .areeka-nd-inspiration-grid {
    grid-template-columns: 1fr 1fr;
  }

  .areeka-nd[data-areeka-new-design="home"] .areeka-nd-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .areeka-nd-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .areeka-nd-about__grid,
  .areeka-nd-ai-home__grid,
  .areeka-nd-proof-band__panel {
    grid-template-columns: 1fr;
  }

  .areeka-nd-ai-home__card .areeka-nd-button {
    width: 100%;
  }

  .areeka-nd-proof-band__panel .areeka-nd-actions--end {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .areeka-nd[data-areeka-new-design="home"] .areeka-nd-hero {
    min-height: auto;
    background-position: 58% center;
  }

  .areeka-nd[data-areeka-new-design="home"] .areeka-nd-hero__grid--solo {
    padding: 42px 0 34px;
  }

  .areeka-nd[data-areeka-new-design="home"] .areeka-nd-kicker {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .areeka-nd[data-areeka-new-design="home"] .areeka-nd-hero h1 {
    max-width: 340px;
    font-size: 29px;
    line-height: 1.08;
  }

  .areeka-nd[data-areeka-new-design="home"] .areeka-nd-lede {
    max-width: 340px;
    margin-top: 16px;
    font-size: 15.5px;
    line-height: 1.48;
  }

  .areeka-nd[data-areeka-new-design="home"] .areeka-nd-actions {
    gap: 10px;
    margin-top: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .areeka-nd[data-areeka-new-design="home"] .areeka-nd-actions .areeka-nd-button {
    min-height: 48px;
    padding: 12px 10px;
    font-size: 14px;
  }

  .areeka-nd-hero-search {
    grid-template-columns: minmax(0, 1fr) 128px;
    max-width: 100%;
    margin-top: 14px;
  }

  .areeka-nd-hero-search input[type="search"] {
    min-height: 52px;
    padding: 0 14px;
    font-size: 14px;
  }

  .areeka-nd-hero-search button {
    min-height: 52px;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
  }

  .areeka-nd-home-route-grid,
  .areeka-nd-inspiration-grid,
  .areeka-nd-service-grid,
  .areeka-nd-process-grid,
  .areeka-nd-testimonial-grid,
  .areeka-nd-faq-grid {
    grid-template-columns: 1fr;
  }

  .areeka-nd-strip--light {
    padding-bottom: 12px;
  }

  .areeka-nd-strip--light .areeka-nd-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    transform: translateY(-14px);
  }

  .areeka-nd-strip--light .areeka-nd-strip__grid div,
  .areeka-nd-strip--light .areeka-nd-strip__grid div:first-child {
    min-height: 82px;
    padding: 15px 14px;
  }

  .areeka-nd-strip--light strong {
    font-size: 22px;
  }

  .areeka-nd-strip--light span {
    font-size: 12px;
    line-height: 1.25;
  }

  .areeka-nd-inspiration-grid {
    grid-auto-rows: 230px;
  }

  .areeka-nd-inspiration-card.is-large {
    grid-row: auto;
  }

  .areeka-nd-proof-band__panel {
    padding: 26px;
  }

  .areeka-nd-faq-list .areeka-nd-faq-card,
  .areeka-nd-ai-home__brief div {
    grid-template-columns: 1fr;
  }

  .areeka-nd-ai-home__brief span {
    grid-row: auto;
  }

  .areeka-nd[data-areeka-new-design="home"] .areeka-nd-product-row,
  .areeka-nd[data-areeka-new-design="home"] .areeka-nd-products {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .areeka-nd-proof-list div,
  .areeka-nd-product__foot {
    display: grid;
    justify-content: stretch;
  }

  .areeka-nd-product__foot b {
    width: 100%;
  }
}
.areeka-codex-home {
  --codex-ink: var(--areeka-ink, #18171c);
  --codex-muted: var(--areeka-muted, #67616d);
  --codex-line: var(--areeka-line, #e6e0dc);
  --codex-surface: var(--areeka-surface, #f5f6f7);
  --codex-panel: var(--areeka-panel, #fff);
  --codex-plum: var(--areeka-plum, #6f3a78);
  --codex-coral: var(--areeka-coral, #cf6a42);
  --codex-moss: var(--areeka-moss, #577766);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #fff;
  color: var(--codex-ink);
}

body.page-id-35114 .entry-header,
body.page-id-35114 .page-title,
body.page-id-35114 .entry-title {
  display: none;
}

body.page-id-35114 #main,
body.page-id-35114 .page-wrapper {
  padding-top: 0;
}

body.page-id-35114 .areeka-ai-chat__eyecatcher {
  display: none;
}

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

.areeka-codex-shell {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.areeka-codex-kicker {
  margin: 0 0 14px;
  color: var(--codex-coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.areeka-codex-home h1,
.areeka-codex-home h2,
.areeka-codex-home h3,
.areeka-codex-home p {
  letter-spacing: 0;
}

.areeka-codex-home h1,
.areeka-codex-home h2 {
  margin: 0;
  color: inherit;
  font-weight: 900;
  line-height: .98;
}

.areeka-codex-home p {
  color: var(--codex-muted);
  font-size: 17px;
  line-height: 1.62;
}

.areeka-codex-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: stretch;
  background-color: #241a27;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.areeka-codex-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24, 23, 28, .9) 0%, rgba(24, 23, 28, .72) 43%, rgba(24, 23, 28, .22) 100%),
    linear-gradient(180deg, rgba(24, 23, 28, .12), rgba(24, 23, 28, .45));
}

.areeka-codex-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(320px, 440px);
  gap: 48px;
  align-items: end;
  padding: 96px 0 76px;
}

.areeka-codex-hero__copy h1 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(54px, 7vw, 92px);
}

.areeka-codex-hero__copy p {
  max-width: 610px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 20px;
}

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

.areeka-codex-actions--end {
  justify-content: flex-end;
  margin-top: 0;
}

.areeka-codex-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 13px 20px;
  font-weight: 900;
  line-height: 1;
}

.areeka-codex-button--primary {
  background: var(--codex-coral);
  color: #fff;
}

.areeka-codex-button--light {
  border: 1px solid rgba(255, 255, 255, .52);
  color: #fff;
}

.areeka-codex-button--outline {
  border: 1px solid rgba(255, 255, 255, .44);
  color: #fff;
}

.areeka-codex-search {
  align-self: end;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
  padding: 20px;
}

.areeka-codex-search label {
  display: block;
  margin: 0 0 10px;
  color: var(--codex-ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.areeka-codex-search div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px;
  gap: 8px;
}

.areeka-codex-search input,
.areeka-codex-search button {
  min-height: 48px;
  border-radius: 6px;
  font: inherit;
}

.areeka-codex-search input {
  width: 100%;
  border: 1px solid var(--codex-line);
  background: #fff;
  color: var(--codex-ink);
  padding: 0 14px;
}

.areeka-codex-search button {
  border: 0;
  background: var(--codex-plum);
  color: #fff;
  font-weight: 900;
}

.areeka-codex-section {
  padding: 86px 0;
}

.areeka-codex-section--lift {
  padding: 0 0 58px;
  background: var(--codex-surface);
}

.areeka-codex-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  transform: translateY(-42px);
}

.areeka-codex-route-grid a {
  min-height: 178px;
  display: grid;
  gap: 12px;
  align-content: start;
  border: 1px solid var(--codex-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 64px rgba(24, 23, 28, .1);
  padding: 24px;
  color: var(--codex-ink);
}

.areeka-codex-route-grid span,
.areeka-codex-journey li span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--codex-coral);
  color: #fff;
  font-weight: 900;
}

.areeka-codex-route-grid strong {
  font-size: 24px;
  line-height: 1.15;
}

.areeka-codex-route-grid em,
.areeka-codex-family-card em,
.areeka-codex-journey li em {
  color: var(--codex-muted);
  font-style: normal;
  line-height: 1.48;
}

.areeka-codex-split-head {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(320px, 1fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 34px;
}

.areeka-codex-split-head h2,
.areeka-codex-journey h2,
.areeka-codex-cta h2 {
  font-size: clamp(42px, 5vw, 68px);
}

.areeka-codex-split-head p {
  margin: 0;
}

.areeka-codex-family-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.areeka-codex-family-card {
  min-height: 410px;
  display: grid;
  grid-column: span 2;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  border: 1px solid var(--codex-line);
  border-radius: 8px;
  background: #fff;
  color: var(--codex-ink);
  box-shadow: 0 18px 50px rgba(24, 23, 28, .08);
}

.areeka-codex-family-card.wide {
  grid-column: span 3;
}

.areeka-codex-family-card__image {
  min-height: 220px;
  background-color: #dadde0;
  background-position: center;
  background-size: cover;
}

.areeka-codex-family-card__body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.areeka-codex-family-card strong {
  font-size: 28px;
  line-height: 1.05;
}

.areeka-codex-family-card b {
  width: max-content;
  border-radius: 999px;
  background: #eceff2;
  color: var(--codex-plum);
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 900;
}

.areeka-codex-section--ink {
  background:
    radial-gradient(circle at 86% 12%, rgba(207, 106, 66, .2), transparent 32%),
    linear-gradient(135deg, #18171c 0%, #231826 100%);
  color: #fff;
}

.areeka-codex-section--ink .areeka-codex-kicker,
.areeka-codex-section--ink h2 {
  color: #fff;
}

.areeka-codex-section--ink p {
  color: rgba(255, 255, 255, .74);
}

.areeka-codex-proof {
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
}

.areeka-codex-proof h2 {
  color: #fff;
  font-size: clamp(42px, 5vw, 66px);
}

.areeka-codex-proof__mosaic {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: repeat(2, 240px);
  gap: 14px;
}

.areeka-codex-proof__mosaic span {
  display: block;
  border-radius: 8px;
  background-color: #333;
  background-position: center;
  background-size: cover;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .2);
}

.areeka-codex-proof__mosaic .is-large {
  grid-row: span 2;
}

.areeka-codex-journey {
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}

.areeka-codex-journey p {
  margin-top: 20px;
}

.areeka-codex-journey ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.areeka-codex-journey li {
  min-height: 190px;
  display: grid;
  gap: 13px;
  align-content: start;
  border: 1px solid var(--codex-line);
  border-radius: 8px;
  background: var(--codex-surface);
  padding: 24px;
}

.areeka-codex-journey li strong {
  font-size: 23px;
  line-height: 1.15;
}

.areeka-codex-cta {
  padding-top: 0;
}

.areeka-codex-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  border-radius: 8px;
  background: var(--codex-plum);
  padding: 34px;
  color: #fff;
}

.areeka-codex-cta__panel h2,
.areeka-codex-cta__panel .areeka-codex-kicker {
  color: #fff;
}

@media (max-width: 980px) {
  .areeka-codex-hero__grid,
  .areeka-codex-split-head,
  .areeka-codex-proof,
  .areeka-codex-journey,
  .areeka-codex-cta__panel {
    grid-template-columns: 1fr;
  }

  .areeka-codex-route-grid,
  .areeka-codex-journey ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .areeka-codex-family-card,
  .areeka-codex-family-card.wide {
    grid-column: span 3;
  }

  .areeka-codex-actions--end {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .areeka-codex-shell {
    width: min(1180px, calc(100vw - 24px));
  }

  .areeka-codex-hero {
    min-height: 610px;
  }

  .areeka-codex-hero__grid {
    gap: 28px;
    padding: 42px 0 36px;
  }

  .areeka-codex-hero__copy h1 {
    font-size: 39px;
  }

  .areeka-codex-hero__copy p {
    font-size: 17px;
  }

  .areeka-codex-search {
    padding: 14px;
  }

  .areeka-codex-search div {
    grid-template-columns: 1fr 88px;
  }

  .areeka-codex-section {
    padding: 58px 0;
  }

  .areeka-codex-section--lift {
    padding-bottom: 28px;
  }

  .areeka-codex-route-grid {
    grid-template-columns: 1fr;
    transform: translateY(-74px);
  }

  .areeka-codex-route-grid a {
    min-height: 0;
  }

  .areeka-codex-split-head {
    gap: 18px;
  }

  .areeka-codex-split-head h2,
  .areeka-codex-journey h2,
  .areeka-codex-proof h2,
  .areeka-codex-cta h2 {
    font-size: 36px;
  }

  .areeka-codex-family-grid,
  .areeka-codex-journey ol {
    grid-template-columns: 1fr;
  }

  .areeka-codex-family-card,
  .areeka-codex-family-card.wide {
    grid-column: auto;
    min-height: 0;
  }

  .areeka-codex-family-card__image {
    min-height: 190px;
  }

  .areeka-codex-proof__mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .areeka-codex-proof__mosaic span,
  .areeka-codex-proof__mosaic .is-large {
    min-height: 220px;
    grid-row: auto;
  }

  .areeka-codex-cta__panel {
    padding: 24px;
  }

  .areeka-codex-actions,
  .areeka-codex-actions--end {
    display: grid;
  }
}

/* RFQ support-action cascade guards for legacy Flatsome button rules. */
.page-id-164 .areeka-nd-rfq-v3-whatsapp {
  border-color: var(--areeka-plum, #6f3a78) !important;
  background: white !important;
  color: var(--areeka-plum, #6f3a78) !important;
  padding: 10px 16px !important;
}

.page-id-164 .areeka-nd-rfq-v3-chat-open {
  border-color: var(--areeka-plum, #6f3a78) !important;
  background: var(--areeka-plum, #6f3a78) !important;
  color: white !important;
  padding: 10px 16px !important;
}

.page-id-164 .areeka-nd-rfq-v3-whatsapp:hover,
.page-id-164 .areeka-nd-rfq-v3-whatsapp:focus {
  border-color: var(--areeka-coral, #cf6a42) !important;
  background: white !important;
  color: var(--areeka-coral, #cf6a42) !important;
}

.page-id-164 .areeka-nd-rfq-v3-chat-open:hover,
.page-id-164 .areeka-nd-rfq-v3-chat-open:focus {
  border-color: #5f3068 !important;
  background: #5f3068 !important;
  color: white !important;
}

/* Contact-page cascade guards for legacy Flatsome and fixed widgets. */
.page-id-14 .areeka-nd-contact-submit .wpcf7-submit {
  min-width: 160px !important;
  min-height: 48px !important;
  margin: 0 !important;
  border-color: var(--areeka-coral) !important;
  background: var(--areeka-coral) !important;
  color: white !important;
}

.page-id-14 .areeka-nd-contact-help .areeka-nd-button--outline,
.page-id-14 .areeka-nd-contact-address .areeka-nd-button--outline {
  border-color: var(--areeka-ink) !important;
  background: white !important;
  color: var(--areeka-ink) !important;
}

.page-id-14 .areeka-nd-contact-help .areeka-nd-button--outline:hover,
.page-id-14 .areeka-nd-contact-address .areeka-nd-button--outline:hover {
  border-color: var(--areeka-plum) !important;
  background: white !important;
  color: var(--areeka-plum) !important;
}

.page-id-14 #ht-ctc-chat,
.page-id-14 .areeka-ai-chat__eyecatcher {
  display: none !important;
}

.page-id-14 .areeka-nd-contact-type .wpcf7-radio {
  gap: 12px;
  overflow: visible;
  border: 0;
  border-radius: 0;
}

.page-id-14 .areeka-nd-contact-type .wpcf7-list-item,
.page-id-14 .areeka-nd-contact-type .wpcf7-list-item + .wpcf7-list-item {
  border: 0;
}

.page-id-14 .areeka-nd-contact-type label {
  min-height: 58px;
  border: 2px solid var(--areeka-plum);
  border-radius: 6px;
  background: white;
  color: var(--areeka-plum);
  box-shadow: 0 5px 14px rgba(24, 23, 28, 0.08);
  text-transform: uppercase;
}

.page-id-14 .areeka-nd-contact-type label:hover {
  border-color: var(--areeka-coral);
  color: var(--areeka-coral);
}

.page-id-14 .areeka-nd-contact-type label:has(input:checked),
.page-id-14 .areeka-nd-contact-type label:has(input:checked):hover {
  border-color: var(--areeka-plum);
  background: var(--areeka-plum);
  color: white;
  box-shadow: 0 8px 18px rgba(111, 58, 120, 0.24);
}

.page-id-14 .areeka-nd-contact-map {
  min-height: 0;
  margin: 0;
  background: white;
}

.page-id-14 .areeka-nd-contact-map::before,
.page-id-14 .areeka-nd-contact-map::after {
  display: none;
}

.page-id-14 .areeka-nd-contact-map img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1400 / 1013;
  object-fit: contain;
}

.page-id-14 .areeka-nd-contact-map figcaption {
  margin: 0;
  border-top: 1px solid var(--areeka-line);
  background: white;
  color: var(--areeka-muted);
  padding: 10px 12px;
  font-size: 12px;
}

@media (max-width: 620px) {
  .page-id-14 .areeka-nd-contact-type .wpcf7-radio {
    gap: 10px;
  }

  .page-id-14 .areeka-nd-contact-type .wpcf7-list-item:nth-child(3),
  .page-id-14 .areeka-nd-contact-type .wpcf7-list-item:nth-child(n+3) {
    border: 0;
  }
}

/* Keep carousel controls clear of hero actions after all legacy breakpoints. */
@media (max-width: 900px) {
  .areeka-nd[data-areeka-new-design="home"] .areeka-nd-hero-carousel .areeka-nd-hero__grid--solo {
    padding-bottom: 100px;
  }
}

@media (max-width: 760px) {
  .areeka-nd[data-areeka-new-design="home"] .areeka-nd-hero-carousel .areeka-nd-hero__grid--solo {
    padding-bottom: 104px;
  }
}
