:root {
  --ak-ink: #2d2926;
  --ak-green: #c99a16;
  --ak-green-2: #ad7d08;
  --ak-sand: #f7edcc;
  --ak-cream: #fffaf0;
  --ak-gold: #e2b527;
  --ak-line: #eadfbe;
  --ak-white: #fff;
  --ak-muted: #746d61;
  --ak-radius: 4px;
  --ak-shadow: 0 18px 48px rgba(78, 57, 12, .12)
}

.ak-store {
  margin: 0;
  color: var(--ak-ink);
  font: 400 15px/1.6 "DM Sans", sans-serif;
  background: var(--ak-white);
  -webkit-font-smoothing: antialiased
}

.ak-store * {
  box-sizing: border-box
}

.ak-store h1,
.ak-store h2,
.ak-store h3 {
  font-family: "Manrope", sans-serif;
  color: var(--ak-ink);
  letter-spacing: -.035em
}

.ak-store a {
  color: inherit
}

.ak-store img {
  max-width: 100%
}

.ak-container {
  width: min(1180px, calc(100% - 40px));
  margin: auto
}

.ak-skip {
  position: fixed;
  top: -100px;
  left: 12px;
  z-index: 9999;
  padding: 10px 16px;
  background: #fff
}

.ak-skip:focus {
  top: 12px
}

.ak-announcement {
  min-height: 32px;
  padding: 6px 16px;
  background: var(--ak-green);
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase
}

.ak-announcement span {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 14px;
  border-radius: 50%;
  background: var(--ak-gold);
  vertical-align: middle
}

.ak-header {
  position: relative;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--ak-line)
}

.ak-header-main {
  height: 92px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: 45px;
  align-items: center
}

.ak-brand img {
  display: block;
  max-width: 145px;
  max-height: 70px
}

.ak-search {
  height: 46px;
  display: flex;
  border: 1px solid var(--ak-line);
  border-radius: 99px;
  background: var(--ak-cream);
  overflow: hidden
}

.ak-search input {
  width: 100%;
  padding: 0 20px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ak-ink)
}

.ak-search button {
  width: 52px;
  border: 0;
  background: transparent;
  color: var(--ak-green);
  font-size: 17px
}

.ak-actions {
  display: flex;
  gap: 24px
}

.ak-actions>a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 600
}

.ak-actions i {
  font-size: 20px
}

.ak-cart-link b {
  position: absolute;
  top: -12px;
  left: 13px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 9px;
  background: var(--ak-gold);
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 18px
}

.ak-menu-toggle {
  display: none
}

.ak-nav {
  border-top: 1px solid var(--ak-line)
}

.ak-nav>.ak-container {
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px
}

.ak-nav a,
.ak-nav button {
  border: 0;
  background: none;
  text-decoration: none;
  font-weight: 600;
  color: #35413d
}

.ak-nav a:hover,
.ak-nav button:hover {
  color: var(--ak-gold)
}

.ak-nav-products {
  position: relative
}

.ak-category-menu {
  position: absolute;
  top: 37px;
  left: 50%;
  width: min(900px, 90vw);
  padding: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  transform: translate(-50%, 10px);
  background: #fff;
  border: 1px solid var(--ak-line);
  border-radius: 0 0 16px 16px;
  box-shadow: var(--ak-shadow);
  opacity: 0;
  visibility: hidden;
  transition: .2s
}

.ak-nav-products:hover .ak-category-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0)
}

.ak-category-menu a {
  display: block;
  padding: 3px 0;
  font-weight: 400
}

.ak-category-menu .ak-category-title {
  margin-bottom: 6px;
  font-weight: 700
}

.ak-consultant {
  padding: 6px 20px;
  background: var(--ak-sand);
  text-align: center;
  font-size: 13px
}

.ak-consultant a {
  text-decoration: underline;
  margin-left: 8px
}

.ak-hero {
  padding: 42px 0;
  background: linear-gradient(120deg, #f7f1e9, #f1e6d8)
}

.ak-hero-grid {
  min-height: 510px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 55px
}

.ak-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--ak-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase
}

.ak-hero h1 {
  max-width: 600px;
  margin: 0 0 22px;
  font-size: clamp(40px, 5.2vw, 68px);
  line-height: 1.04
}

.ak-hero-copy>p {
  max-width: 530px;
  margin-bottom: 30px;
  color: #59635f;
  font-size: 18px
}

.ak-hero-actions {
  display: flex;
  align-items: center;
  gap: 26px
}

.ak-button {
  display: inline-flex;
  min-height: 50px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ak-green);
  border-radius: 99px;
  background: var(--ak-green);
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700
}

.ak-button:hover {
  background: var(--ak-green-2)
}

.ak-text-link {
  text-decoration: none;
  font-weight: 700
}

.ak-text-link i {
  margin-left: 7px
}

.ak-hero-media {
  height: 510px;
  border-radius: 120px 18px 120px 18px;
  overflow: hidden;
  box-shadow: var(--ak-shadow)
}

.ak-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.ak-benefits {
  border-bottom: 1px solid var(--ak-line)
}

.ak-benefits>.ak-container {
  min-height: 104px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center
}

.ak-benefits>.ak-container>div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 24px;
  border-right: 1px solid var(--ak-line)
}

.ak-benefits>.ak-container>div:last-child {
  border: 0
}

.ak-benefits i {
  color: var(--ak-gold);
  font-size: 24px
}

.ak-benefits strong,
.ak-benefits small {
  display: block
}

.ak-benefits small {
  color: var(--ak-muted)
}

.ak-section {
  padding: 90px 0
}

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

.ak-section-heading h2,
.ak-story h2,
.ak-newsletter h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px)
}

.ak-section-heading>a {
  padding-bottom: 5px;
  text-decoration: none;
  font-weight: 700
}

.ak-filter-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 34px;
  overflow: auto
}

.ak-filter-tabs button {
  padding: 10px 18px;
  border: 1px solid var(--ak-line);
  border-radius: 99px;
  background: #fff;
  white-space: nowrap
}

.ak-filter-tabs button.is-active {
  border-color: var(--ak-green);
  background: var(--ak-green);
  color: #fff
}

.ak-product-grid {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.ak-product-grid.is-active {
  display: grid
}

.ak-product-card {
  min-width: 0;
  background: #fff
}

.ak-product-image {
  position: relative;
  height: 350px;
  display: block;
  border-radius: var(--ak-radius);
  background: var(--ak-cream);
  overflow: hidden
}

.ak-product-image>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .4s
}

.ak-product-card:hover .ak-product-image>img {
  transform: scale(1.035)
}

.ak-product-badges {
  position: absolute;
  top: 12px;
  left: 12px
}

.ak-product-badges>* {
  margin: 0 5px 5px 0
}

.ak-product-info {
  padding: 18px 4px
}

.ak-product-eyebrow {
  margin: 0 0 4px;
  color: var(--ak-muted);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase
}

.ak-product-info h3 {
  height: 2.8em;
  min-height: 2.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.4
}

.ak-product-info h3 a {
  text-decoration: none
}

.ak-product-price {
  min-height: 50px;
  display: flex;
  flex-direction: column
}

.ak-price-pair {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  vertical-align: middle
}

.ak-store .ak-price-pair .ak-price-original {
  color: #787168;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: line-through
}

.ak-store .ak-price-pair .ak-price-current {
  margin: 0;
  color: #2d2926;
  line-height: 1.3
}

.ak-store .ak-detail-price .ak-price-original {
  font-size: 17px
}

.ak-home .ak-story-product .ak-price-original {
  font-size: 11px
}

.ak-store .ak-cart-product .ak-price-current,
.ak-store .ak-summary-items .ak-price-current {
  font-size: 15px
}

.ak-product-price s {
  color: #8b918e;
  font-size: 13px
}

.ak-product-price strong {
  font-size: 20px
}

.ak-product-action button {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  border: 1px solid var(--ak-green);
  border-radius: 99px;
  background: #fff;
  color: var(--ak-green);
  font-weight: 700;
  transition: .2s
}

.ak-product-action button:hover {
  background: var(--ak-green);
  color: #fff
}

.ak-pagination {
  text-align: center;
  margin-top: 35px
}

.ak-story {
  padding: 80px 0;
  background: var(--ak-green)
}

.ak-story>.ak-container {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: center
}

.ak-story-image {
  height: 480px;
  border-radius: 18px 110px 18px 110px;
  overflow: hidden
}

.ak-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.ak-story-copy h2,
.ak-story-copy p {
  color: #fff
}

.ak-story-copy p {
  max-width: 480px;
  margin: 22px 0 28px;
  font-size: 18px;
  opacity: .8
}

.ak-button-light {
  border-color: #fff;
  background: #fff;
  color: var(--ak-green) !important
}

.ak-newsletter {
  padding: 75px 0;
  background: var(--ak-sand)
}

.ak-newsletter>.ak-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center
}

.ak-newsletter form {
  height: 58px;
  display: flex;
  border-radius: 99px;
  background: #fff;
  overflow: hidden
}

.ak-newsletter input {
  min-width: 0;
  flex: 1;
  padding: 0 22px;
  border: 0;
  outline: 0
}

.ak-newsletter button {
  padding: 0 24px;
  border: 0;
  background: var(--ak-green);
  color: #fff;
  font-weight: 700
}

.ak-footer {
  padding-top: 70px;
  background: #18231f;
  color: #cbd1ce
}

.ak-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 50px;
  padding-bottom: 55px
}

.ak-footer h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0
}

.ak-footer-grid>div>a {
  display: block;
  margin: 8px 0;
  color: #cbd1ce;
  text-decoration: none
}

.ak-footer-brand img {
  max-width: 135px;
  filter: brightness(0) invert(1)
}

.ak-footer-brand p {
  max-width: 280px
}

.ak-social {
  display: flex;
  gap: 10px
}

.ak-social a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #50605a;
  border-radius: 50%;
  color: #fff
}

.ak-footer-bottom {
  border-top: 1px solid #34423d
}

.ak-footer-bottom>.ak-container {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.ak-footer-bottom p {
  margin: 0
}

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

@media(max-width:900px) {
  .ak-container {
    width: min(100% - 28px, 1180px)
  }

  .ak-header-main {
    height: auto;
    min-height: 76px;
    grid-template-columns: 38px 1fr auto;
    gap: 12px
  }

  .ak-menu-toggle {
    display: block;
    border: 0;
    background: none;
    font-size: 22px
  }

  .ak-brand img {
    max-width: 110px
  }

  .ak-search {
    grid-column: 1/-1;
    margin-bottom: 14px
  }

  .ak-actions span {
    display: none
  }

  .ak-nav {
    display: none
  }

  .ak-nav.is-open {
    display: block
  }

  .ak-nav>.ak-container {
    height: auto;
    display: block;
    padding: 12px 0
  }

  .ak-nav a,
  .ak-nav button {
    width: 100%;
    display: block;
    padding: 10px;
    text-align: left
  }

  .ak-category-menu {
    display: none
  }

  .ak-hero {
    padding: 28px 0
  }

  .ak-hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 30px
  }

  .ak-hero-media {
    height: 360px;
    order: -1;
    border-radius: 70px 14px 70px 14px
  }

  .ak-benefits>.ak-container {
    grid-template-columns: 1fr 1fr
  }

  .ak-benefits>.ak-container>div:nth-child(2) {
    border-right: 0
  }

  .ak-product-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .ak-story>.ak-container,
  .ak-newsletter>.ak-container {
    grid-template-columns: 1fr
  }

  .ak-footer-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:560px) {
  .ak-announcement {
    font-size: 10px
  }

  .ak-announcement span {
    margin: 0 5px
  }

  .ak-section {
    padding: 60px 0
  }

  .ak-hero h1 {
    font-size: 40px
  }

  .ak-hero-media {
    height: 280px
  }

  .ak-benefits>.ak-container {
    grid-template-columns: 1fr
  }

  .ak-benefits>.ak-container>div {
    border-right: 0;
    border-bottom: 1px solid var(--ak-line)
  }

  .ak-product-grid {
    gap: 14px
  }

  .ak-product-image {
    height: 245px
  }

  .ak-product-info h3 {
    font-size: 15px
  }

  .ak-product-action button {
    padding: 0 12px;
    font-size: 12px
  }

  .ak-section-heading {
    align-items: start
  }

  .ak-section-heading>a {
    display: none
  }

  .ak-story>.ak-container {
    gap: 35px
  }

  .ak-story-image {
    height: 320px
  }

  .ak-newsletter>.ak-container {
    gap: 25px
  }

  .ak-newsletter form {
    height: auto;
    display: grid;
    background: transparent;
    gap: 10px
  }

  .ak-newsletter input,
  .ak-newsletter button {
    height: 52px;
    border-radius: 99px
  }

  .ak-footer-grid {
    grid-template-columns: 1fr
  }

  .ak-footer-bottom>.ak-container {
    padding: 18px 0;
    display: block
  }

  .ak-footer-bottom span {
    display: block;
    margin-top: 5px
  }
}

.ak-checkout-page {
  padding: 28px 0 90px;
  background: var(--ak-cream)
}

.ak-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 38px;
  color: var(--ak-muted);
  font-size: 13px
}

.ak-breadcrumb a {
  text-decoration: none
}

.ak-page-heading {
  max-width: 700px;
  margin-bottom: 35px
}

.ak-page-heading h1 {
  margin: 0;
  font-size: 42px
}

.ak-page-heading p {
  color: var(--ak-muted);
  font-size: 17px
}

.ak-checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  align-items: start
}

.ak-checkout-content {
  display: grid;
  gap: 18px
}

.ak-checkout-card,
.ak-order-summary {
  padding: 28px;
  border: 1px solid var(--ak-line);
  border-radius: var(--ak-radius);
  background: #fff
}

.ak-checkout-card>header {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 22px
}

.ak-checkout-card>header>b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ak-sand);
  color: var(--ak-green)
}

.ak-checkout-card h2,
.ak-order-summary h2 {
  margin: 0;
  font-size: 20px
}

.ak-checkout-card header p {
  margin: 0;
  color: var(--ak-muted)
}

.ak-data-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.ak-data-grid div {
  padding: 14px;
  border-radius: 10px;
  background: var(--ak-cream)
}

.ak-data-grid small,
.ak-data-grid strong {
  display: block
}

.ak-data-grid small {
  color: var(--ak-muted)
}

.ak-checkout-card address {
  font-style: normal
}

.ak-link-button {
  padding: 0;
  border: 0;
  background: none;
  color: var(--ak-green);
  font-weight: 700;
  text-decoration: underline
}

.ak-shipping-options {
  display: grid;
  gap: 10px
}

.ak-shipping-options label,
.ak-payment-choice {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--ak-line);
  border-radius: 12px;
  cursor: pointer
}

.ak-shipping-options label:has(input:checked),
.ak-payment-choice:has(input:checked) {
  border-color: var(--ak-green);
  box-shadow: 0 0 0 1px var(--ak-green)
}

.ak-shipping-options span strong,
.ak-shipping-options span small,
.ak-payment-choice span strong,
.ak-payment-choice span small {
  display: block
}

.ak-shipping-options small,
.ak-payment-choice small {
  color: var(--ak-muted)
}

.ak-select {
  width: 100%;
  height: 46px;
  padding: 0 12px;
  border: 1px solid var(--ak-line);
  border-radius: 10px;
  background: #fff
}

.ak-inline-error {
  padding: 14px;
  border-radius: 10px;
  background: #fff1ed;
  color: #9f3928
}

.ak-order-summary {
  position: sticky;
  top: 20px
}

.ak-summary-items {
  max-height: 330px;
  overflow: auto
}

.ak-summary-items>div {
  display: grid;
  grid-template-columns: 55px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--ak-line)
}

.ak-summary-items img {
  width: 55px;
  height: 68px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--ak-cream)
}

.ak-summary-items span strong,
.ak-summary-items span small {
  display: block
}

.ak-summary-items span small {
  color: var(--ak-muted)
}

.ak-order-summary dl {
  margin: 20px 0
}

.ak-order-summary dl>div {
  display: flex;
  justify-content: space-between;
  padding: 7px 0
}

.ak-order-summary dd {
  margin: 0
}

.ak-summary-total {
  margin-top: 8px;
  padding-top: 16px !important;
  border-top: 1px solid var(--ak-line);
  font-size: 21px;
  font-weight: 700
}

.ak-checkout-submit {
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: 99px;
  background: var(--ak-green);
  color: #fff;
  font-weight: 700
}

.ak-secure-note {
  text-align: center;
  color: var(--ak-muted);
  font-size: 12px
}

.ak-result-page {
  min-height: 600px;
  padding: 80px 0;
  background: var(--ak-cream)
}

.ak-result-card {
  max-width: 680px;
  margin: auto;
  padding: 55px;
  text-align: center;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--ak-shadow)
}

.ak-result-card h1 {
  font-size: 38px
}

.ak-result-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #dff1e7;
  color: var(--ak-green);
  font-size: 28px
}

.ak-result-icon.is-error {
  background: #fff0ec;
  color: #a43826
}

.ak-order-number {
  margin: 26px 0
}

.ak-order-number small,
.ak-order-number strong {
  display: block
}

.ak-order-number strong {
  font-size: 30px
}

@media(max-width:900px) {
  .ak-checkout-grid {
    grid-template-columns: 1fr
  }

  .ak-order-summary {
    position: static
  }

  .ak-data-grid {
    grid-template-columns: 1fr
  }

  .ak-page-heading h1 {
    font-size: 34px
  }
}

@media(max-width:560px) {

  .ak-checkout-card,
  .ak-order-summary {
    padding: 20px
  }

  .ak-shipping-options label {
    grid-template-columns: auto 1fr
  }

  .ak-shipping-options label>b {
    grid-column: 2
  }

  .ak-result-card {
    padding: 35px 20px
  }

  .ak-result-card h1 {
    font-size: 30px
  }
}

.ak-cart-page {
  padding: 28px 0 90px
}

.ak-cart-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 45px;
  align-items: start
}

.ak-cart-list {
  border-top: 1px solid var(--ak-line)
}

.ak-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr auto 110px 24px;
  gap: 20px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--ak-line)
}

.ak-cart-item img {
  width: 110px;
  height: 135px;
  object-fit: contain;
  border-radius: 12px;
  background: var(--ak-cream)
}

.ak-cart-product small {
  color: var(--ak-muted)
}

.ak-cart-product h2 {
  margin: 2px 0 6px;
  font-size: 18px
}

.ak-cart-product h2 a {
  text-decoration: none
}

.ak-quantity {
  height: 38px;
  display: flex;
  border: 1px solid var(--ak-line);
  border-radius: 99px;
  overflow: hidden
}

.ak-quantity button {
  width: 34px;
  border: 0;
  background: #fff;
  font-size: 19px
}

.ak-quantity input {
  width: 32px;
  border: 0;
  text-align: center
}

.ak-cart-subtotal {
  text-align: right
}

.ak-cart-remove {
  color: #9a4c3d;
  font-size: 18px
}

.ak-cart-summary {
  position: sticky;
  top: 20px;
  padding: 28px;
  border-radius: var(--ak-radius);
  background: var(--ak-cream)
}

.ak-cart-summary h2 {
  margin-top: 0
}

.ak-cart-summary dl>div {
  display: flex;
  justify-content: space-between;
  padding: 8px 0
}

.ak-cart-summary dd {
  margin: 0
}

.ak-shipping-calculator {
  padding: 20px 0;
  border-top: 1px solid var(--ak-line)
}

.ak-shipping-calculator>label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700
}

.ak-shipping-calculator>div:first-of-type {
  height: 46px;
  display: flex;
  border: 1px solid var(--ak-line);
  border-radius: 99px;
  background: #fff;
  overflow: hidden
}

.ak-shipping-calculator input {
  width: 100%;
  padding: 0 16px;
  border: 0;
  outline: 0
}

.ak-shipping-calculator button {
  padding: 0 16px;
  border: 0;
  background: var(--ak-green);
  color: #fff;
  font-weight: 700
}

.ak-cart-shipping-options {
  display: grid;
  gap: 7px;
  margin-top: 12px
}

.ak-cart-shipping-options>button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--ak-line);
  border-radius: 9px;
  background: #fff !important;
  color: var(--ak-ink) !important;
  text-align: left
}

.ak-cart-shipping-options>button.is-active {
  border-color: var(--ak-green);
  box-shadow: 0 0 0 1px var(--ak-green)
}

.ak-cart-shipping-options span strong,
.ak-cart-shipping-options span small {
  display: block
}

.ak-cart-shipping-options small {
  color: var(--ak-muted)
}

a.ak-checkout-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none
}

.ak-continue-shopping {
  display: block;
  margin-top: 14px;
  text-align: center;
  font-weight: 700;
  text-decoration: none
}

@media(max-width:900px) {
  .ak-cart-grid {
    grid-template-columns: 1fr
  }

  .ak-cart-summary {
    position: static
  }

  .ak-cart-item {
    grid-template-columns: 85px 1fr auto
  }

  .ak-cart-item img {
    width: 85px;
    height: 105px
  }

  .ak-quantity {
    grid-column: 2
  }

  .ak-cart-subtotal {
    grid-column: 3;
    grid-row: 2
  }

  .ak-cart-remove {
    position: absolute;
    right: 0;
    top: 20px
  }

  .ak-cart-product {
    padding-right: 25px
  }
}

.ak-product-page,
.ak-listing-page {
  padding: 28px 0 80px
}

.ak-product-detail {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: start
}

.ak-gallery {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px
}

.ak-gallery-main {
  grid-column: 2;
  height: 620px;
  border-radius: var(--ak-radius);
  background: var(--ak-cream);
  overflow: hidden
}

.ak-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.ak-gallery-thumbs {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  align-content: start;
  gap: 9px
}

.ak-gallery-thumbs button {
  width: 72px;
  height: 90px;
  padding: 3px;
  border: 1px solid var(--ak-line);
  border-radius: 10px;
  background: #fff
}

.ak-gallery-thumbs button.is-active {
  border-color: var(--ak-green)
}

.ak-gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.ak-product-buy {
  position: sticky;
  top: 20px;
  padding-top: 35px
}

.ak-product-buy h1 {
  margin: 0 0 18px;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.1
}

.ak-detail-price {
  display: flex;
  flex-direction: column;
  margin: 16px 0
}

.ak-detail-price s {
  color: var(--ak-muted)
}

.ak-detail-price strong {
  font-size: 30px
}

.ak-stock {
  font-weight: 700
}

.ak-stock i {
  font-size: 9px;
  color: #33875a
}

.ak-stock.is-unavailable i {
  color: #b64737
}

.ak-product-description {
  margin: 25px 0;
  color: #505c57;
  font-size: 16px
}

.ak-detail-action {
  display: flex;
  gap: 12px;
  margin: 28px 0
}

.ak-detail-action .ak-quantity {
  height: 50px
}

.ak-detail-action .ak-button {
  border: 0
}

.ak-buy-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 28px
}

.ak-buy-benefits>div {
  display: flex;
  gap: 10px;
  padding: 14px;
  border-radius: 12px;
  background: var(--ak-cream)
}

.ak-buy-benefits i {
  color: var(--ak-gold);
  font-size: 19px
}

.ak-buy-benefits strong,
.ak-buy-benefits small {
  display: block
}

.ak-buy-benefits small {
  color: var(--ak-muted)
}

.ak-related {
  padding-bottom: 0
}

.ak-product-page .ak-product-buy h1 {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2
}

.ak-product-page .ak-related .ak-section-heading h2 {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2
}

.ak-product-page .ak-gallery-main {
  height: 434px
}

.ak-product-page .ak-related .ak-product-image {
  height: 245px
}

.ak-product-page .ak-gallery-main > img,
.ak-product-page .ak-related .ak-product-image > img {
  display: block;
  width: 70%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain
}

@media (max-width: 900px) {
  .ak-product-page .ak-gallery-main {
    height: 336px
  }
}

@media (max-width: 560px) {
  .ak-product-page .ak-gallery-main {
    height: 273px
  }

  .ak-product-page .ak-related .ak-product-image {
    height: 171.5px
  }
}

.ak-listing-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 45px
}

.ak-filter-sidebar {
  padding-right: 24px;
  border-right: 1px solid var(--ak-line)
}

.ak-filter-sidebar h2 {
  font-size: 18px
}

.ak-filter-sidebar a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: #53605b
}

.ak-filter-sidebar a:hover {
  color: var(--ak-gold)
}

.ak-listing-toolbar {
  min-height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 25px;
  color: var(--ak-muted)
}

.ak-listing-toolbar div {
  display: flex;
  gap: 8px
}

.ak-listing-toolbar a {
  padding: 7px 13px;
  border: 1px solid var(--ak-line);
  border-radius: 99px;
  text-decoration: none
}

.ak-listing-toolbar a.is-active {
  background: var(--ak-green);
  color: #fff
}

.ak-listing-layout .ak-product-grid {
  grid-template-columns: repeat(3, 1fr)
}

.ak-empty-state {
  padding: 80px 20px;
  text-align: center;
  border-radius: var(--ak-radius);
  background: var(--ak-cream)
}

.ak-empty-state i {
  font-size: 32px;
  color: var(--ak-gold)
}

@media(max-width:900px) {
  .ak-product-detail {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .ak-product-buy {
    position: static
  }

  .ak-gallery-main {
    height: 480px
  }

  .ak-listing-layout {
    grid-template-columns: 1fr
  }

  .ak-filter-sidebar {
    display: flex;
    gap: 10px;
    padding: 0 0 15px;
    border: 0;
    overflow: auto
  }

  .ak-filter-sidebar h2 {
    display: none
  }

  .ak-filter-sidebar a {
    padding: 8px 14px;
    border: 1px solid var(--ak-line);
    border-radius: 99px;
    white-space: nowrap
  }

  .ak-listing-layout .ak-product-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:560px) {
  .ak-gallery {
    grid-template-columns: 1fr
  }

  .ak-gallery-main {
    grid-column: 1;
    grid-row: 1;
    height: 390px
  }

  .ak-gallery-thumbs {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    overflow: auto
  }

  .ak-detail-action {
    display: grid
  }

  .ak-detail-action .ak-quantity {
    width: 120px
  }

  .ak-buy-benefits {
    grid-template-columns: 1fr
  }

  .ak-listing-toolbar {
    display: block
  }

  .ak-listing-toolbar div {
    margin-top: 12px
  }
}

.ak-content-hero {
  padding: 100px 0;
}

.ak-contact-hero {
  min-height: 29.25vw;
  background: url('../images/banners/banner-central-ajuda-modelo-v2-2000x585.png') center / 100% auto no-repeat
}

.ak-help-page .ak-help-hero {
  display: flex;
  align-items: center;
  padding: 96px 0;
  /* Same height as the Seja Consultor(a) hero. */
  min-height: 563px;
  background: url('../images/banners/ajuda.jpeg') center / cover no-repeat;
  background-color: #f7edcc
}

@media (max-width: 900px) {
  .ak-help-page .ak-help-hero {
    min-height: 495px
  }
}

@media (max-width: 520px) {
  .ak-help-page .ak-help-hero {
    min-height: 430px
  }
}

.ak-news-page .ak-news-hero {
  background: linear-gradient(90deg, rgba(20, 25, 22, .75), rgba(20, 25, 22, .25)), url('../images/banners/novidades.jpeg') center / cover no-repeat;
  background-color: #242b25
}

.ak-news-page .ak-news-hero h1,
.ak-news-page .ak-news-hero p {
  color: #fffaf0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .4)
}

.ak-news-page .ak-news-hero .ak-kicker {
  color: #f3d58b
}

.ak-about-page .ak-about-hero {
  display: flex;
  align-items: center;
  padding: 96px 0;
  /* Same height as the Seja Consultor(a) hero, which is content-driven at 563/495/430px. */
  min-height: 563px;
  border-bottom: 2px solid #c9a65b;
  /* The source JPEG carries 27 blank rows at the top and 28 at the bottom, which read as a
     gap under the menu. Scaling to 114.5% of the box height pushes both bands out of view. */
  background: url('../images/banners/WhatsApp Image 2026-09-04 at 02.24.04.jpeg') center / auto 114.5% no-repeat;
  background-color: #efe6d6
}

@media (max-width: 900px) {
  .ak-about-page .ak-about-hero {
    min-height: 495px
  }
}

@media (max-width: 520px) {
  .ak-about-page .ak-about-hero {
    min-height: 430px
  }
}

.ak-about-page .ak-history-heading {
  align-self: start;
  aspect-ratio: 1;
  padding: 24px;
  border: 1px solid #c9a65b;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(48, 39, 21, .14);
  background: linear-gradient(180deg, rgba(24, 32, 29, .8), rgba(24, 32, 29, .45) 45%, transparent 80%), var(--ak-heading-image) center / contain no-repeat;
  background-color: #29342e
}

.ak-about-page .ak-story-heading {
  --ak-heading-image: url('../images/banners/historia.jpeg')
}

.ak-about-page .ak-aromas-heading {
  --ak-heading-image: url('../images/banners/aromas.jpeg')
}

.ak-about-page .ak-history-heading h2 {
  color: #fffaf0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .4)
}

.ak-about-page .ak-history-heading .ak-kicker {
  color: #f3d58b;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .5)
}

/* The photo is light, so the hero copy is dark rather than white. */
.ak-about-page .ak-about-hero h1,
.ak-about-page .ak-about-hero p {
  color: #1d1a16;
  text-shadow: none
}

.ak-about-page .ak-about-hero .ak-kicker {
  color: #4a3503;
  text-shadow: none
}

.ak-catalog-page .ak-catalog-hero {
  min-height: 45.7156vw;
  background: var(--ak-sand) url('../images/banners/ChatGPT Image 31_08_2026, 11_07_30.png') center / 100% auto no-repeat
}

.ak-catalog-page .ak-catalog-hero h1,
.ak-catalog-page .ak-catalog-hero p {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .55)
}

.ak-catalog-page .ak-catalog-hero .ak-kicker {
  color: #f0cc70
}

.ak-catalog-page .ak-catalog-hero .ak-button-outline {
  color: #fff !important;
  border-color: #f0cc70
}

.ak-content-hero h1 {
  max-width: 800px;
  margin: 0 0 22px;
  font-size: clamp(42px, 6vw, 72px)
}

.ak-content-hero p {
  max-width: 720px;
  color: #55605c;
  font-size: 20px
}

.ak-content-section {
  padding: 90px 0
}

.ak-consultant-page .ak-consultant-academy {
  background: linear-gradient(rgba(20, 25, 22, .68), rgba(20, 25, 22, .68)), url('../images/banners/academia.jpeg') center / cover no-repeat;
  background-color: #242b25
}

.ak-consultant-page .ak-consultant-academy h2,
.ak-consultant-page .ak-consultant-academy h3,
.ak-consultant-page .ak-consultant-academy p {
  color: #fffaf0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .4)
}

.ak-consultant-page .ak-consultant-academy .ak-kicker {
  color: #f3d58b
}

.ak-consultant-page .ak-consultant-registration {
  background: #211f1c url('../images/banners/ChatGPT Image 31_08_2026, 11_52_422.png') center top / 100% auto no-repeat
}

.ak-consultant-page .ak-consultant-registration .ak-lead-grid > div {
  margin-top:80%;
}

@media (max-width: 900px) {
  .ak-consultant-page .ak-consultant-registration .ak-lead-grid > div {
    margin-top: 0;
  }
}

.ak-consultant-page .ak-consultant-registration .ak-lead-grid > div > h2,
.ak-consultant-page .ak-consultant-registration .ak-lead-grid > div > p {
  color: #fff
}

.ak-about-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 90px
}

.ak-about-grid h2,
.ak-contact-info h2 {
  font-size: 42px
}

.ak-about-grid p {
  font-size: 17px
}

.ak-values {
  padding: 0;
  background: var(--ak-green)
}

/* Consultant, help and editorial migration */
.ak-nav-consultant{color:#b48815!important;font-weight:700}.ak-nav a.ak-portal-link{background:#282622;color:#fff!important;border-radius:24px;padding:9px 16px!important}.ak-mega-menu{grid-template-columns:repeat(4,minmax(150px,1fr))!important}.ak-small-menu{width:260px!important;grid-template-columns:1fr!important}.ak-mega-feature{background:#f6efe1;padding:20px!important}.ak-mega-feature .ak-button{display:inline-block!important;color:#fff!important}.ak-consultant-hero{padding:96px 0;background:linear-gradient(120deg,#211f1c,#55462e);color:#fff}.ak-consultant-hero h1{max-width:760px;font:600 64px/1.02 'Cormorant Garamond',serif}.ak-consultant-hero p{max-width:600px;font-size:18px}.ak-hero-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.ak-button-outline{background:transparent!important;border:1px solid #d7a91f}.ak-section-heading{text-align:center;margin-bottom:36px}.ak-support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ak-support-grid article{background:#fff;border:1px solid #e8dfd1;padding:30px;border-radius:8px}.ak-support-grid article>b{font:600 42px 'Cormorant Garamond',serif;color:#c49a25}.ak-support-grid article>i{font-size:28px;color:#b48815}.ak-soft-section{background:#f7f2e9;padding:72px 0}.ak-lead-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px}.ak-lead-form{display:grid;gap:16px}.ak-lead-form label{display:grid;gap:7px;font-weight:600}.ak-lead-form input,.ak-help-search input{width:100%;border:1px solid #d9d0c3;padding:13px;border-radius:4px}.ak-form-row{display:grid;grid-template-columns:1fr 100px;gap:14px}.ak-form-success,.ak-form-error{padding:14px;border-radius:4px}.ak-form-success{background:#e7f5e9;color:#245e2c}.ak-form-error{background:#fde9e7;color:#8b2d24}.ak-help-search{display:flex;align-items:center;gap:10px;max-width:600px;margin-top:28px;background:#fff;padding:0 16px;border-radius:4px;color:#777}.ak-help-search input{border:0}.ak-help-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:30px}.ak-help-tabs button{border:1px solid #d8c9af;background:#fff;padding:11px 18px;border-radius:22px}.ak-help-tabs button.is-active{background:#292621;color:#fff}.ak-faq-group{display:none}.ak-faq-group.is-active{display:block}.ak-faq-item{border-bottom:1px solid #e6ded1}.ak-faq-item button{width:100%;padding:20px 0;border:0;background:none;display:flex;justify-content:space-between;text-align:left;font-weight:700}.ak-faq-item>div{display:none;padding:0 0 22px}.ak-faq-item.is-open>div{display:block}.ak-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.ak-post-card{border:1px solid #e5dccf;background:#fff}.ak-post-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.ak-post-card>div{padding:24px}.ak-post-card h2{font-family:'Cormorant Garamond',serif}.ak-post header{padding:80px 0;background:#f5efe4}.ak-post header h1{font:600 58px 'Cormorant Garamond',serif}.ak-post-cover{display:block;max-width:1100px;width:90%;margin:45px auto}.ak-post-content{max-width:780px;padding-top:55px;padding-bottom:80px}.ak-map{margin-top:40px}.ak-map iframe{width:100%;height:360px;border:0}.ak-address{display:flex;gap:14px;padding:14px 0}.ak-address small{display:block}.ak-footer-four{grid-template-columns:repeat(4,1fr)!important}.ak-footer-meta{display:flex;align-items:center;gap:24px;flex-wrap:wrap;padding-top:25px;padding-bottom:25px;border-top:1px solid rgba(255,255,255,.14)}
@media(max-width:900px){.ak-support-grid,.ak-post-grid,.ak-lead-grid{grid-template-columns:1fr}.ak-mega-menu{grid-template-columns:1fr!important}.ak-consultant-hero h1{font-size:44px}.ak-footer-four{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:520px){.ak-footer-four{grid-template-columns:1fr!important}.ak-form-row{grid-template-columns:1fr}.ak-consultant-hero{padding:64px 0}}
.ak-catalog-frame object{display:block;border:1px solid #e3d8c7;background:#fff}
.ak-package-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.ak-package-grid article{padding:25px;border:1px solid #e4d9c8;background:#fff;border-radius:8px}
.ak-package-grid article span{display:block;color:#9b751b;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.ak-package-grid article h3{margin:8px 0}.ak-package-grid article strong{display:block;margin-bottom:12px;font-size:22px;color:#2d2926}
.ak-package-details{margin:14px 0 0;padding:14px 0 0;list-style:none;border-top:1px solid #eee3d2}
.ak-package-details li{position:relative;margin:8px 0;padding-left:17px;color:#5b554d;font-size:14px;line-height:1.45}
.ak-package-details li:before{position:absolute;top:.58em;left:0;width:6px;height:6px;border-radius:50%;background:#c49a25;content:""}
.ak-package-note{margin-top:20px;padding:16px 20px;background:#f7f2e9;border-left:3px solid #c49a25}
@media(max-width:1000px){.ak-package-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.ak-package-grid{grid-template-columns:1fr}.ak-catalog-frame object{height:560px}}
.ak-consultant-page .ak-package-grid .ak-package-featured {
  position: relative;
  background: linear-gradient(135deg, #f8e5a5, #d9b34f);
  border: 1px solid #b18a27;
  box-shadow: 0 8px 24px rgba(153, 112, 20, .18)
}

.ak-consultant-page .ak-package-featured > span {
  color: #58410e
}

.ak-consultant-page .ak-package-featured h3 {
  color: #2c2414;
  font-size: 32px;
  font-weight: 700
}

.ak-consultant-page .ak-package-featured .ak-package-details {
  border-top-color: rgba(88, 65, 14, .25)
}

.ak-consultant-page .ak-package-featured .ak-package-details li {
  color: #3d321e
}

.ak-consultant-page .ak-package-featured .ak-package-details li:before {
  background: #76540b
}

.ak-consultant-page .ak-package-featured .ak-package-badge {
  position: absolute;
  top: -12px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  background: #302819;
  color: #ffe9a9;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: .06em
}

.ak-event-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.ak-event-card{overflow:hidden;border:1px solid #e4d9c8;border-radius:8px;background:#fff}
.ak-event-card>img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}
.ak-event-card>div{padding:26px}.ak-event-card time{display:block;margin-bottom:8px;color:#987318;font-weight:700}
.ak-event-card h3{margin:0 0 12px;font-size:28px}.ak-event-location{font-weight:600}.ak-event-card .ak-button{display:inline-flex;margin-top:8px}
@media(max-width:700px){.ak-event-grid{grid-template-columns:1fr}}

/* Correções de alinhamento das páginas institucionais e do cabeçalho móvel. */
.ak-policy-page .ak-page-hero>.ak-container,
.ak-policy-page .ak-policy-layout{width:min(1180px,92vw);margin-right:auto;margin-left:auto}
.ak-policy-page .ak-policy-content{width:100%;max-width:none}
.ak-policy-page .ak-policy-content h2{margin-top:0}
.ak-content-page .ak-content-hero>.ak-container,
.ak-content-page .ak-content-section>.ak-container{width:min(1180px,92vw);margin-right:auto;margin-left:auto}
@media(max-width:900px){
  .ak-header-main{grid-template-columns:40px minmax(100px,1fr) auto!important;grid-template-rows:auto auto}
  .ak-brand{grid-column:2;grid-row:1;align-self:center;justify-self:start}
  .ak-brand img{display:block;margin:0!important}
  .ak-policy-layout{gap:30px;padding-top:40px;padding-bottom:60px}
}
@media(max-width:560px){
  .ak-footer-grid{height:auto!important;line-height:normal!important}
  .ak-policy-page .ak-page-hero>.ak-container,
  .ak-policy-page .ak-policy-layout{width:min(100% - 32px,1180px)}
  .ak-policy-nav{width:100%;padding:14px}
}

/* Hero escuro da página Seja Consultor(a): garante contraste do texto e do botão outline
   (o tema geral aplica --ak-ink em h1/h2/h3 e color:#2d2926!important em .ak-button) */
.ak-consultant-hero h1,
.ak-consultant-hero h2,
.ak-consultant-hero p {
  color: #fff
}

.ak-consultant-hero .ak-kicker {
  color: #e4bd52
}

.ak-consultant-hero .ak-button-outline {
  color: #fff !important;
  border-color: #d7a91f
}

.ak-consultant-hero .ak-button-outline:hover {
  background: #d7a91f !important;
  color: #2d2926 !important
}

.ak-section-heading>p{max-width:820px;margin:12px auto 0}.ak-benefit-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.ak-benefit-list article{padding:24px;background:#fff;border-left:3px solid #c49a25}.ak-academy-card{display:flex;gap:22px;align-items:flex-start;max-width:820px;margin:0 auto 28px;padding:28px;background:#fff;border:1px solid #e6dccb}.ak-academy-card>i{font-size:34px;color:#b48815}.ak-empty-event{text-align:center;max-width:650px;margin:auto;padding:38px;border:1px dashed #cbbd9f;background:rgba(255,255,255,.55)}.ak-empty-event>i{font-size:34px;color:#a37e22}.ak-stories .ak-support-grid article{background:#f8f4ec}.ak-stories article>i{font-size:24px;color:#c49a25}.ak-lead-form select{width:100%;border:1px solid #d9d0c3;padding:13px;border-radius:4px;background:#fff}.ak-social-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:42px}.ak-social-grid article{padding:30px;background:#f7f2e9}.ak-social-goals{margin-top:36px;padding:32px;border-top:1px solid #ded2bd}.ak-social-goals li{margin:8px 0}.ak-social-goals blockquote{margin:30px 0 0;padding:20px 24px;border-left:3px solid #c49a25;font:italic 26px 'Cormorant Garamond',serif}.ak-newsletter{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;margin-top:44px;padding:42px;background:#f4eddf}.ak-newsletter form>div:not(.ak-form-success):not(.ak-form-error){display:flex}.ak-newsletter input{min-width:0;flex:1;padding:13px;border:1px solid #d9d0c3}.ak-newsletter form small{display:block;margin-top:10px}.ak-newsletter .ak-button{border-radius:0}
@media(max-width:700px){.ak-benefit-list,.ak-social-grid,.ak-newsletter{grid-template-columns:1fr}.ak-newsletter{padding:26px}.ak-newsletter form>div:not(.ak-form-success):not(.ak-form-error){display:grid}}
.ak-consultant-slide{display:flex!important;align-items:center;min-height:clamp(330px,42vw,580px);background:radial-gradient(circle at 80% 30%,rgba(215,169,31,.28),transparent 32%),linear-gradient(120deg,#1f1d1a,#51442f);color:#fff}.ak-consultant-slide .ak-container{width:100%;padding-top:50px;padding-bottom:50px}.ak-consultant-slide span{color:#e4bd52;text-transform:uppercase;letter-spacing:.15em;font-weight:700}.ak-consultant-slide h2{max-width:650px;margin:10px 0;font:600 clamp(44px,6vw,76px)/.95 'Cormorant Garamond',serif;color:#fff}.ak-consultant-slide p{font-size:18px}.ak-consultant-slide .ak-button{display:inline-block;margin-top:16px}

.ak-values-grid {
  width: 100%;
  max-width: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0
}

.ak-values article {
  padding: 0;
  border: 0
}

.ak-values article>img {
  width: 100%;
  height: auto;
  display: block
}

.ak-values i {
  color: var(--ak-gold);
  font-size: 28px
}

.ak-values h3,
.ak-values p {
  color: #fff
}

.ak-values p {
  opacity: .75
}

.ak-content-cta {
  padding: 75px 0
}

.ak-content-cta>.ak-container {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.ak-content-cta h2 {
  margin: 0;
  font-size: 38px
}

.ak-contact-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px
}

.ak-contact-info>a {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--ak-line);
  text-decoration: none
}

.ak-contact-info>a i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ak-sand);
  color: var(--ak-green);
  font-size: 18px
}

.ak-contact-info span strong,
.ak-contact-info span small {
  display: block
}

.ak-contact-info span small {
  color: var(--ak-muted)
}

.ak-contact-form {
  padding: 35px;
  border-radius: var(--ak-radius);
  background: var(--ak-cream)
}

.ak-contact-form>div {
  margin-bottom: 16px
}

.ak-contact-form label {
  display: block;
  margin-bottom: 5px
}

.ak-contact-form input,
.ak-contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--ak-line);
  border-radius: 10px;
  background: #fff;
  outline: 0
}

.ak-contact-form input:focus,
.ak-contact-form textarea:focus {
  border-color: var(--ak-green)
}

.ak-contact-form small {
  display: block;
  margin-top: 12px;
  color: var(--ak-muted)
}

@media(max-width:900px) {

  .ak-about-grid,
  .ak-contact-grid {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .ak-values-grid {
    grid-template-columns: 1fr 1fr
  }

  .ak-content-cta>.ak-container {
    align-items: start;
    gap: 25px;
    flex-direction: column
  }
}

@media(max-width:560px) {
  .ak-content-hero {
    padding: 65px 0
  }

  .ak-content-section {
    padding: 60px 0
  }

  .ak-values-grid {
    grid-template-columns: 1fr
  }

  .ak-contact-form {
    padding: 22px
  }
}

.ak-auth-page,
.ak-account-page {
  padding: 28px 0 90px
}

.ak-auth-grid {
  max-width: 980px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--ak-shadow)
}

.ak-auth-intro,
.ak-auth-form {
  padding: 55px
}

.ak-auth-intro {
  background: var(--ak-green);
  color: #fff
}

.ak-auth-intro h1 {
  color: #fff;
  font-size: 45px
}

.ak-auth-intro ul {
  margin: 30px 0;
  padding: 0;
  list-style: none
}

.ak-auth-intro li {
  margin: 10px 0
}

.ak-auth-intro li i {
  margin-right: 8px;
  color: var(--ak-gold)
}

.ak-auth-form {
  background: #fff
}

.ak-auth-form h2 {
  font-size: 30px
}

.ak-auth-form form>div {
  margin-bottom: 17px
}

.ak-auth-form label {
  display: block;
  margin-bottom: 5px
}

.ak-auth-form input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid var(--ak-line);
  border-radius: 10px
}

.ak-auth-form .ak-button {
  width: 100%;
  border: 0
}

.ak-forgot {
  display: block;
  margin: -5px 0 20px;
  text-align: right
}

.ak-account-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 45px
}

.ak-account-nav {
  align-self: start;
  border: 1px solid var(--ak-line);
  border-radius: var(--ak-radius);
  overflow: hidden
}

.ak-account-user {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 20px;
  background: var(--ak-green);
  color: #fff
}

.ak-account-user>i {
  font-size: 25px
}

.ak-account-user small,
.ak-account-user strong {
  display: block
}

.ak-account-nav nav a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 13px 18px;
  border-bottom: 1px solid var(--ak-line);
  text-decoration: none
}

.ak-account-nav nav a:last-child {
  border: 0
}

.ak-account-nav nav a.is-active {
  background: var(--ak-sand);
  color: var(--ak-green);
  font-weight: 700
}

.ak-orders {
  display: grid;
  gap: 18px
}

.ak-order-card {
  border: 1px solid var(--ak-line);
  border-radius: var(--ak-radius);
  overflow: hidden
}

.ak-order-card>header {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 18px 22px;
  background: var(--ak-cream)
}

.ak-order-card header small,
.ak-order-card header strong {
  display: block
}

.ak-order-status {
  padding: 7px 12px;
  border-radius: 99px;
  background: #eee;
  font-size: 12px;
  font-weight: 700
}

.ak-order-status.is-paid {
  background: #dff1e7;
  color: #287047
}

.ak-order-status.is-pending {
  background: #fff1cf;
  color: #805f08
}

.ak-order-status.is-cancelled {
  background: #fae2dc;
  color: #963c2a
}

.ak-order-products {
  padding: 5px 22px
}

.ak-order-products>div {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--ak-line)
}

.ak-order-products>div:last-child {
  border: 0
}

.ak-order-products img {
  width: 52px;
  height: 58px;
  object-fit: contain
}

.ak-order-products strong,
.ak-order-products small {
  display: block
}

.ak-order-products small {
  color: var(--ak-muted)
}

.ak-order-card>footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 22px;
  border-top: 1px solid var(--ak-line)
}

.ak-order-card footer a {
  text-decoration: none;
  font-weight: 700
}

.ak-order-card footer button {
  padding: 9px 16px;
  border: 0;
  border-radius: 99px;
  background: var(--ak-green);
  color: #fff;
  font-weight: 700
}

@media(max-width:900px) {
  .ak-auth-grid {
    grid-template-columns: 1fr
  }

  .ak-account-layout {
    grid-template-columns: 1fr
  }

  .ak-account-nav nav {
    display: flex;
    overflow: auto
  }

  .ak-account-nav nav a {
    min-width: max-content
  }

  .ak-account-user {
    display: none
  }

  .ak-order-card>header {
    grid-template-columns: 1fr 1fr
  }

  .ak-order-status {
    justify-self: start
  }
}

@media(max-width:560px) {

  .ak-auth-intro,
  .ak-auth-form {
    padding: 35px 24px
  }

  .ak-auth-intro h1 {
    font-size: 36px
  }

  .ak-order-card>header {
    grid-template-columns: 1fr 1fr
  }

  .ak-order-card>header>div:nth-child(3) {
    grid-column: 1
  }

  .ak-order-status {
    grid-column: 2;
    grid-row: 2
  }

  .ak-order-card>footer {
    align-items: flex-start;
    gap: 12px;
    flex-direction: column
  }
}

.ak-page-hero {
  padding: 85px 0;
  background: var(--ak-sand)
}

.ak-page-hero h1 {
  max-width: 820px;
  margin: 4px 0 15px;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.08
}

.ak-page-hero p {
  max-width: 720px;
  color: var(--ak-muted);
  font-size: 18px
}

.ak-eyebrow {
  color: var(--ak-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase
}

.ak-policy-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 70px;
  padding-top: 65px;
  padding-bottom: 90px
}

.ak-policy-nav {
  position: sticky;
  top: 20px;
  align-self: start;
  display: grid;
  padding: 20px;
  border: 1px solid var(--ak-line);
  border-radius: 14px
}

.ak-policy-nav strong {
  margin-bottom: 8px
}

.ak-policy-nav a {
  padding: 7px 0;
  color: var(--ak-muted);
  text-decoration: none
}

.ak-policy-content {
  max-width: 760px
}

.ak-policy-content section {
  padding-bottom: 38px;
  margin-bottom: 38px;
  border-bottom: 1px solid var(--ak-line);
  scroll-margin-top: 25px
}

.ak-policy-content h2 {
  font-size: 30px
}

.ak-policy-content p {
  color: #505c57;
  font-size: 16px
}

.ak-policy-update {
  font-size: 13px !important
}

.ak-opportunity-hero .ak-btn {
  margin-top: 18px
}

.ak-btn {
  display: inline-flex;
  min-height: 50px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  text-decoration: none;
  font-weight: 700
}

.ak-btn-primary {
  background: var(--ak-green);
  color: #fff !important
}

.ak-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.ak-info-card {
  padding: 30px;
  border: 1px solid var(--ak-line);
  border-radius: var(--ak-radius)
}

.ak-info-card i {
  color: var(--ak-gold);
  font-size: 28px
}

.ak-info-card h3 {
  font-size: 21px
}

.ak-info-card p {
  color: var(--ak-muted)
}

.ak-soft-section {
  background: var(--ak-cream)
}

.ak-split-content {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: center
}

.ak-split-content h2 {
  font-size: 38px
}

.ak-cta-card {
  padding: 38px;
  border-radius: var(--ak-radius);
  background: var(--ak-green);
  color: #fff
}

.ak-cta-card h3 {
  color: #fff;
  font-size: 27px
}

.ak-cta-card .ak-btn {
  margin-top: 12px;
  background: #fff;
  color: var(--ak-green) !important
}

@media(max-width:900px) {

  .ak-policy-layout,
  .ak-split-content {
    grid-template-columns: 1fr
  }

  .ak-policy-nav {
    position: static;
    display: flex;
    gap: 14px;
    overflow: auto
  }

  .ak-policy-nav strong {
    display: none
  }

  .ak-policy-nav a {
    white-space: nowrap
  }

  .ak-benefit-grid {
    grid-template-columns: 1fr
  }

  .ak-page-hero {
    padding: 60px 0
  }
}

#register-form {
  padding: 32px;
  margin-bottom: 70px;
  border: 1px solid var(--ak-line);
  border-radius: var(--ak-radius);
  background: #fff
}

#register-form fieldset {
  margin-bottom: 34px;
  padding: 0;
  border: 0
}

#register-form .sub-title {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ak-line);
  font-size: 18px;
  color: var(--ak-green)
}

#register-form .input-group {
  width: 100%;
  margin-bottom: 12px
}

#register-form .input-group-addon {
  min-width: 135px;
  border-color: var(--ak-line);
  background: var(--ak-cream);
  text-align: left
}

#register-form .form-control {
  height: 48px;
  border-color: var(--ak-line);
  box-shadow: none
}

#register-form input[type=submit] {
  padding: 14px 26px;
  border: 0;
  border-radius: 99px;
  background: var(--ak-green);
  color: #fff;
  font-weight: 700
}

#register-form .input-desc-box {
  display: none
}

.pagina-meusdados form {
  padding: 28px;
  border: 1px solid var(--ak-line);
  border-radius: var(--ak-radius)
}

.pagina-meusdados input[type=text],
.pagina-meusdados input[type=email] {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--ak-line);
  border-radius: 8px
}

/* Paleta da logomarca: grafite quente, dourado e creme */
.ak-home {
  background: #f7f2e8
}

.ak-home-slider {
  background: #2d2926
}

.ak-home-slide-shade {
  background: linear-gradient(90deg, rgba(45, 36, 28, .72) 0, rgba(45, 36, 28, .28) 48%, rgba(45, 36, 28, .03) 75%)
}

.ak-category-grid>a {
  background: #332e2a
}

.ak-category-grid p {
  color: #c7bbaa
}

.ak-popular-track .ak-product-image {
  background: #f4eee2
}

.ak-home-editorial-copy {
  background: #332e2a;
  color: #eee5d7
}

.ak-home-editorial-copy h2 {
  color: #fffaf0
}

.ak-home-editorial-copy p {
  color: #c8bcac
}

.ak-home-benefits {
  background: #2d2926;
  border-top-color: #b88a17
}

.ak-home-benefits>.ak-container>div {
  border-color: #4b433b
}

.ak-home-benefits small {
  color: #b9ab99
}

.ak-footer {
  background: #2d2926
}

.ak-footer-bottom {
  border-color: #4b433b
}

@media(max-width:900px) {
  .ak-home-benefits>.ak-container>div {
    border-bottom-color: #4b433b
  }
}

/* Home inspirada na composição editorial da Eldora */
.ak-announcement {
  height: 36px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap
}

.ak-announcement-track {
  width: max-content;
  height: 36px;
  display: flex;
  align-items: center;
  animation: ak-notice 32s linear infinite
}

.ak-announcement-item {
  display: inline-flex !important;
  width: auto !important;
  align-items: center;
  gap: 9px;
  margin: 0 !important;
  padding: 0 34px;
  color: #f0d477;
  background: none !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em
}

.ak-announcement-item i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #3d3930;
  color: #e2b527
}

@keyframes ak-notice {
  to {
    transform: translateX(-50%)
  }
}

.ak-home {
  background: #f7f4ed
}

.ak-home-slider {
  position: relative;
  height: min(700px, 72vw);
  min-height: 500px;
  overflow: hidden;
  background: #171d20
}

.ak-home-slides,
.ak-home-slide {
  position: absolute;
  inset: 0
}

.ak-home-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity .7s ease, visibility .7s
}

.ak-home-slide.is-active {
  opacity: 1;
  visibility: visible
}

.ak-home-slide>img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.ak-home-slide-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 15, 17, .75) 0, rgba(10, 15, 17, .32) 48%, rgba(10, 15, 17, .05) 75%)
}

.ak-home-slide-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff
}

.ak-home-slide-content>span,
.ak-home-heading>span,
.ak-home-heading>div>span,
.ak-home-editorial-copy>span {
  margin-bottom: 12px;
  color: #e3be4d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase
}

.ak-home-slide-content h1 {
  max-width: 630px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(56px, 7vw, 90px);
  line-height: .92
}

.ak-home-slide-content p {
  max-width: 510px;
  margin: 0 0 28px;
  color: #ece9e1;
  font-size: 17px
}

.ak-home-slide-content>a,
.ak-home-editorial-copy>a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0 22px;
  border: 1px solid #e3be4d;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: .2s
}

.ak-home-slide-content>a:hover,
.ak-home-editorial-copy>a:hover {
  background: #e3be4d;
  color: #27231e
}

.ak-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  background: rgba(12, 18, 20, .25);
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: .2s
}

.ak-home-slider:hover .ak-slider-arrow {
  opacity: 1
}

.ak-slider-arrow.is-prev {
  left: 24px
}

.ak-slider-arrow.is-next {
  right: 24px
}

.ak-slider-dots {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 24px;
  display: flex;
  gap: 9px;
  transform: translateX(-50%)
}

.ak-slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent
}

.ak-slider-dots button.is-active {
  background: #e2b527;
  border-color: #e2b527
}

.ak-home-categories {
  padding: 54px 0 34px
}

.ak-home-heading {
  margin-bottom: 25px
}

.ak-home-heading h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1
}

.ak-home-heading.is-row {
  display: flex;
  align-items: end;
  justify-content: space-between
}

.ak-home-heading.is-row>a {
  padding-bottom: 5px;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em
}

.ak-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px
}

.ak-category-grid>a {
  position: relative;
  min-height: 195px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #111d25;
  color: #fff;
  text-decoration: none;
  overflow: hidden
}

.ak-category-grid>a:after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -75px;
  width: 155px;
  height: 155px;
  border: 1px solid rgba(226, 181, 39, .25);
  transform: rotate(45deg);
  transition: .35s
}

.ak-category-grid>a:hover:after {
  right: -35px;
  bottom: -55px
}

.ak-category-grid small {
  color: #b69539;
  font-size: 8px;
  letter-spacing: .16em;
  text-transform: uppercase
}

.ak-category-grid h3 {
  margin: 27px 0 5px;
  color: #fff;
  font-size: 31px
}

.ak-category-grid p {
  max-width: 190px;
  margin: 0;
  color: #9eabb1;
  font-size: 11px
}

.ak-category-grid i {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  margin-top: auto;
  border: 1px solid #9c7e2f;
  border-radius: 50%;
  color: #d9b94f;
  font-size: 11px
}

.ak-home-popular {
  padding: 34px 0 85px
}

.ak-popular-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 54px)/4);
  gap: 18px;
  padding-bottom: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-color: #c9a129 #e5dfd2
}

.ak-popular-track .ak-product-card {
  scroll-snap-align: start;
  border: 1px solid #dcd5c8;
  border-radius: 8px;
  overflow: hidden
}

.ak-popular-track .ak-product-image {
  border-radius: 0;
  background: #101a21
}

.ak-home .ak-popular-track .ak-product-image {
  height: 312px
}

.ak-home .ak-popular-track .ak-product-image > img {
  display: block;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain
}

.ak-popular-track .ak-product-info {
  padding: 17px 15px 20px;
  background: #fff
}

.ak-popular-track .ak-product-info h3 {
  min-height: 2.8em
}

.ak-popular-track .ak-product-action button {
  margin-top: 6px
}

.ak-popular-track::-webkit-scrollbar {
  height: 4px
}

.ak-popular-track::-webkit-scrollbar-thumb {
  background: #c9a129
}

.ak-popular-track::-webkit-scrollbar-track {
  background: #e5dfd2
}

.ak-home .ak-home-perfumes,
.ak-home .ak-home-community {
  padding: 72px 0
}

.ak-home .ak-home-perfumes {
  background: #f8f4eb
}

.ak-home .ak-home-community {
  background: #fff
}

.ak-home .ak-home-perfumes .ak-product-image {
  background: #fff
}

.ak-home .ak-home-perfumes .ak-product-image img {
  object-fit: contain
}

.ak-home .ak-stories-navigation {
  display: flex;
  gap: 10px;
  flex-shrink: 0
}

.ak-home .ak-stories-navigation button,
.ak-home .ak-story-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #d9cbb1;
  border-radius: 50%;
  background: #fff;
  color: #292621;
  font-size: 22px;
  cursor: pointer
}

.ak-home .ak-stories-navigation button:disabled {
  opacity: .35;
  cursor: default
}

.ak-home .ak-stories-viewport {
  --stories-visible: 4;
  --stories-gap: 20px
}

.ak-home .ak-stories-track {
  display: flex;
  gap: var(--stories-gap);
  /* The inline padding leaves room for the card shadow; the negative margin keeps the
     cards themselves aligned with the container edge. */
  padding: 26px 12px 36px;
  margin-inline: -12px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab
}

.ak-home .ak-stories-track::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none
}

.ak-home .ak-stories-track.is-dragging {
  scroll-snap-type: none;
  cursor: grabbing;
  user-select: none
}

.ak-home .ak-shoppable-story {
  position: relative;
  flex: 0 0 calc((100% - (var(--stories-visible) - 1) * var(--stories-gap)) / var(--stories-visible));
  aspect-ratio: 9 / 16;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid #e5ddce;
  border-radius: 20px;
  background: #242924;
  scroll-snap-align: start;
  box-shadow: 0 8px 24px rgba(35, 30, 20, .12);
  transition: transform .28s ease, box-shadow .28s ease
}

/* The hovered card, and the one actually playing, grow to lead the rail. */
@media (min-width: 601px) {
  .ak-home .ak-shoppable-story:hover,
  .ak-home .ak-shoppable-story:focus-within,
  .ak-home .ak-shoppable-story.is-playing {
    z-index: 2;
    transform: scale(1.06);
    box-shadow: 0 18px 38px rgba(35, 30, 20, .28)
  }
}

@media (max-width: 600px) {
  .ak-home .ak-shoppable-story:focus-within,
  .ak-home .ak-shoppable-story.is-playing {
    box-shadow: 0 12px 28px rgba(35, 30, 20, .24)
  }
}

.ak-home .ak-story-video,
.ak-home .ak-story-embed {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover
}

.ak-home .ak-story-instagram .ak-story-embed {
  bottom: auto;
  height: calc(100% + 200px);
  min-height: 760px;
  overflow: hidden
}

.ak-home .ak-shoppable-story::after {
  content: '';
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .58));
  pointer-events: none
}

.ak-home .ak-story-controls {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  gap: 8px
}

.ak-home .ak-story-controls button {
  background: rgba(20, 25, 22, .65);
  border-color: rgba(255, 255, 255, .4);
  color: #fff;
  font-size: 16px
}

.ak-home .ak-story-caption {
  position: absolute;
  z-index: 2;
  bottom: 120px;
  left: 14px;
  right: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  color: #fff;
  font-size: 12px;
  text-shadow: 0 1px 4px #000
}

.ak-home .ak-story-caption a,
.ak-home .ak-story-error a {
  color: #fff;
  text-decoration: underline
}

.ak-home .ak-story-product {
  position: absolute;
  z-index: 3;
  left: 10px;
  right: 10px;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 90px;
  padding: 12px 10px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  color: #24221e;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .12)
}

.ak-home .ak-story-product:hover {
  background: #fff;
  color: #24221e
}

.ak-home .ak-story-product img {
  flex: 0 0 48px;
  width: 48px;
  height: 64px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff
}

.ak-home .ak-story-product > span {
  flex: 1;
  min-width: 0
}

.ak-home .ak-story-product-name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 1.35
}

.ak-home .ak-story-product strong {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.2
}

.ak-home .ak-story-product > i {
  flex-shrink: 0;
  color: #8f6a14;
  font-size: 12px
}

.ak-home .ak-story-error:not([hidden]) {
  position: absolute;
  inset: 30% 20px auto;
  z-index: 2;
  padding: 14px;
  color: #fff;
  background: rgba(0, 0, 0, .75);
  border-radius: 8px;
  font-size: 14px;
  text-align: center
}

.ak-home .ak-stories-empty {
  padding: 32px;
  border: 1px solid #dfd2b7;
  border-radius: 12px;
  background: #faf6ee;
  text-align: center
}

.ak-home .ak-stories-track:focus-visible,
.ak-home .ak-stories-navigation button:focus-visible,
.ak-home .ak-shoppable-story a:focus-visible,
.ak-home .ak-shoppable-story button:focus-visible {
  outline: 3px solid #c9a65b;
  outline-offset: 3px
}

@media (max-width: 1100px) {
  .ak-home .ak-stories-viewport {
    --stories-visible: 3
  }
}

@media (max-width: 820px) {
  .ak-home .ak-stories-viewport {
    --stories-visible: 2
  }
}

@media (max-width: 600px) {
  .ak-home .ak-home-perfumes,
  .ak-home .ak-home-community {
    padding: 44px 0
  }

  .ak-home .ak-stories-viewport {
    --stories-visible: 1;
    --stories-gap: 14px
  }

  .ak-home .ak-home-stories .ak-home-heading {
    display: block
  }

  .ak-home .ak-stories-navigation {
    margin-top: 16px
  }
}

@media (prefers-reduced-motion: reduce) {
  .ak-home .ak-shoppable-story {
    transition: none
  }
}

.ak-home-editorial {
  padding: 90px 0;
  background: #fff;
  padding:0px;
}

.ak-home-editorial>.ak-container {
  background: url("https://akivacosmetics.com/loja/assets/site/images/homeslider/BANNERS SITE 03-2024 04.png") no-repeat ;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: stretch;
  padding:0px;
  width: 100%;
}

.ak-home-editorial-image {
  min-height: 510px;
  
  overflow: hidden
}

.ak-home-editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;  
  display: none;
}

.ak-home-editorial-copy {
  padding: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background: transparent;
  color: #d7dde0
}

.ak-home-editorial-copy h2 {
  margin: 8px 0 22px;
  color: #fff;
  font-size: 52px;
  line-height: 1
}

.ak-home-editorial-copy p {
  margin: 0 0 30px;
  color: #aeb8bc;
  font-size: 16px
}

.ak-home-benefits {
  padding: 36px 0;
  background: #111d25;
  color: #fff;
  border-top: 1px solid #9b7a27
}

.ak-home-benefits>.ak-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.ak-home-benefits>.ak-container>div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 8px 30px;
  border-right: 1px solid #354047
}

.ak-home-benefits>.ak-container>div:last-child {
  border: 0
}

.ak-home-benefits i {
  color: #d5ab36;
  font-size: 24px
}

.ak-home-benefits strong,
.ak-home-benefits small {
  display: block
}

.ak-home-benefits strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px
}

.ak-home-benefits small {
  color: #87949a;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .06em
}

@media(max-width:900px) {
  .ak-home-slider {
    height: 620px
  }

  .ak-home-slide-content h1 {
    font-size: 64px
  }

  .ak-category-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .ak-popular-track {
    grid-auto-columns: calc((100% - 18px)/2)
  }

  .ak-home-editorial>.ak-container {
    grid-template-columns: 1fr
  }

  .ak-home-editorial-copy {
    padding: 50px
  }

  .ak-home-benefits>.ak-container {
    grid-template-columns: 1fr
  }

  .ak-home-benefits>.ak-container>div {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #354047
  }
}

@media(max-width:560px) {
  .ak-home-slider {
    height: 540px;
    min-height: 0
  }

  .ak-home-slide>img {
    object-position: center
  }

  .ak-home-slide-shade {
    background: linear-gradient(90deg, rgba(10, 15, 17, .82), rgba(10, 15, 17, .3))
  }

  .ak-home-slide-content h1 {
    font-size: 48px
  }

  .ak-home-slide-content p {
    font-size: 14px
  }

  .ak-slider-arrow {
    display: none
  }

  .ak-home-categories {
    padding-top: 42px
  }

  .ak-home-heading h2 {
    font-size: 36px
  }

  .ak-category-grid {
    grid-template-columns: 1fr
  }

  .ak-category-grid>a {
    min-height: 170px
  }

  .ak-popular-track {
    grid-auto-columns: 82%
  }

  .ak-home .ak-popular-track .ak-product-image {
    height: 272px
  }

  .ak-home-editorial {
    padding: 55px 0
  }

  .ak-home-editorial-image {
    min-height: 310px
  }

  .ak-home-editorial-copy {
    padding: 38px 25px
  }

  .ak-home-editorial-copy h2 {
    font-size: 39px
  }
}

/* Akiva 2026 — direção visual inspirada em perfumaria premium */
.ak-store h1,
.ak-store h2,
.ak-store h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: -.02em
}

.ak-announcement {
  background: #2d2926;
  color: #fff7df
}

.ak-announcement span {
  background: #edbd26
}

.ak-header-main {
  height: 104px
}

.ak-brand img {
  max-width: 170px
}

.ak-nav>.ak-container {
  height: 58px
}

.ak-nav a,
.ak-nav button {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase
}

.ak-search {
  border-radius: 2px;
  background: #fff
}

.ak-search:focus-within {
  border-color: var(--ak-gold);
  box-shadow: 0 0 0 2px rgba(226, 181, 39, .15)
}

.ak-cart-link b {
  background: #e2b527;
  color: #2d2926
}

.ak-hero {
  padding: 0;
  background: #f7edcc
}

.ak-hero-grid {
  min-height: 610px;
  grid-template-columns: .82fr 1.18fr;
  gap: 70px
}

.ak-hero h1 {
  font-size: clamp(48px, 6vw, 78px);
  line-height: .98
}

.ak-hero-copy>p {
  color: #625b50
}

.ak-hero-media {
  height: 610px;
  border-radius: 0;
  box-shadow: none
}

.ak-kicker {
  color: #9b7000
}

.ak-button {
  border-radius: 2px;
  color: #2d2926 !important;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .08em
}

.ak-button:hover {
  color: #fff !important
}

.ak-benefits {
  background: #fffdf8
}

.ak-benefits i {
  color: #c99a16
}

.ak-section {
  padding: 100px 0
}

.ak-section-heading h2,
.ak-story h2,
.ak-newsletter h2 {
  font-size: clamp(38px, 4.5vw, 56px)
}

.ak-filter-tabs button {
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em
}

.ak-filter-tabs button.is-active {
  color: #2d2926
}

.ak-product-image {
  border-radius: 2px;
  background: #faf7ef
}

.ak-product-action button {
  border-radius: 2px;
  color: #2d2926
}

.ak-product-action button:hover {
  color: #fff
}

.ak-story {
  background: #332e2a
}

.ak-story-image {
  border-radius: 2px
}

.ak-story-copy .ak-kicker {
  color: #f1c84c
}

.ak-newsletter {
  background: #f7edcc
}

.ak-footer {
  background: #282522;
  color: #d8d0c3
}

.ak-footer-bottom {
  border-color: #49443e
}

.ak-footer-brand img {
  filter: none;
  background: #fff;
  padding: 6px
}

.ak-opportunity-final {
  background: #e2b527
}

.ak-opportunity-steps {
  background: #fffaf0
}

.ak-checkout-submit,
.ak-shipping-calculator button {
  color: #2d2926
}

.ak-stock i {
  color: #c99a16
}

@media(max-width:900px) {
  .ak-header-main {
    height: auto
  }

  .ak-brand img {
    max-width: 125px
  }

  .ak-hero {
    padding: 28px 0
  }

  .ak-hero-grid {
    min-height: 0
  }

  .ak-hero-media {
    height: 430px
  }

  .ak-nav a,
  .ak-nav button {
    font-size: 13px
  }

  .ak-button {
    letter-spacing: .05em
  }
}

@media(max-width:560px) {
  .ak-hero-media {
    height: 320px
  }

  .ak-hero h1 {
    font-size: 46px
  }

  .ak-section {
    padding: 68px 0
  }

  .ak-section-heading h2,
  .ak-story h2,
  .ak-newsletter h2 {
    font-size: 38px
  }
}

.ak-payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px
}

.ak-payment-choice {
  grid-template-columns: auto auto 1fr
}

.ak-payment-choice>i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ak-cream);
  color: var(--ak-green);
  font-size: 16px
}

.ak-manual-result {
  max-width: 780px
}

.ak-manual-contact {
  margin: 30px 0 22px;
  padding: 25px;
  border-radius: 16px;
  background: var(--ak-cream)
}

.ak-manual-contact h2 {
  margin: 18px 0 14px;
  font-size: 22px
}

.ak-bank-note {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 12px;
  background: #fff
}

.ak-bank-note i {
  color: var(--ak-green);
  font-size: 20px
}

.ak-bank-note span,
.ak-bank-note small {
  display: block
}

.ak-contact-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap
}

.ak-contact-actions .ak-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none
}

.ak-result-orders-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  text-decoration: none
}

@media(max-width:650px) {
  .ak-payment-options {
    grid-template-columns: 1fr
  }

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

  .ak-contact-actions .ak-button {
    width: 100%
  }
}

.ak-benefits>.ak-container>.ak-benefit-contact {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 24px;
  border-right: 1px solid var(--ak-line);
  text-decoration: none;
  transition: background .2s
}

.ak-benefit-contact:hover,
.ak-benefit-contact:focus {
  background: var(--ak-cream);
  outline: none
}

@media(max-width:560px) {
  .ak-benefits>.ak-container>.ak-benefit-contact {
    border-right: 0;
    border-bottom: 1px solid var(--ak-line)
  }
}

.ak-profile-form {
  display: grid;
  gap: 24px
}

.ak-profile-form fieldset {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--ak-line);
  border-radius: 14px
}

.ak-profile-form legend {
  width: auto;
  margin: 0 0 18px;
  padding: 0;
  color: var(--ak-green);
  font-size: 16px;
  font-weight: 700
}

.ak-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px
}

.ak-profile-form label span {
  display: block;
  margin-bottom: 7px;
  font-weight: 600
}

.ak-profile-form input[type=text] {
  width: 100%;
  height: 46px;
  padding: 0 13px;
  border: 1px solid var(--ak-line);
  border-radius: 9px;
  background: #fff
}

.ak-token-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end
}

.ak-token-row .ak-button {
  height: 46px
}

.ak-profile-check {
  display: flex !important;
  align-items: center;
  gap: 10px
}

.ak-profile-check span {
  margin: 0 !important
}

.ak-profile-actions {
  display: flex;
  justify-content: flex-end
}

@media(max-width:650px) {

  .ak-profile-grid,
  .ak-token-row {
    grid-template-columns: 1fr
  }

  .ak-profile-actions .ak-button {
    width: 100%
  }
}

.ak-product-badges {
  top: 16px;
  right: 16px;
  left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  z-index: 3;
  pointer-events: none
}

.ak-product-badges .discount-rect,
.ak-product-badges .new-rect {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 7px 12px;
  border-radius: 999px;
  font: 700 11px/1 "DM Sans", sans-serif;
  letter-spacing: .06em;
  box-shadow: 0 5px 16px rgba(23, 34, 30, .12);
  text-transform: uppercase
}

.ak-product-badges .discount-rect {
  color: #fff;
  background: var(--ak-green)
}

.ak-product-badges .new-rect {
  color: var(--ak-green);
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(37, 66, 56, .12)
}

.ak-product-badges .new-rect+.discount-rect {
  top: auto
}

.ak-cart-link b.is-updated {
  animation: ak-cart-count-pop .35s ease
}

@keyframes ak-cart-count-pop {
  0% {
    transform: scale(.75)
  }

  55% {
    transform: scale(1.25)
  }

  100% {
    transform: scale(1)
  }
}

@media(max-width:560px) {
  .ak-product-badges {
    top: 11px;
    right: 11px
  }

  .ak-product-badges .discount-rect,
  .ak-product-badges .new-rect {
    padding: 6px 9px;
    font-size: 10px
  }
}

.ak-address-page .ak-account-content {
  min-width: 0;
  max-width: 100%
}

.ak-address-page .panel-group {
  width: 100%;
  margin: 0 0 22px
}

.ak-address-page .panel {
  border: 1px solid var(--ak-line);
  border-radius: var(--ak-radius);
  box-shadow: none;
  overflow: hidden
}

.ak-address-page .accordion-header {
  padding: 17px 20px;
  background: var(--ak-cream)
}

.ak-address-page .panel-body {
  padding: 20px;
  overflow-x: auto
}

.ak-address-page .cart-table {
  width: 100%;
  margin: 0;
  table-layout: fixed
}

.ak-address-page .cart-table th:first-child,
.ak-address-page .cart-table td:first-child {
  width: 90px
}

.ak-address-page .cart-table th:last-child,
.ak-address-page .cart-table td:last-child {
  width: 80px
}

.ak-address-page .cart-table td {
  overflow-wrap: anywhere
}

.ak-address-page .box-add-endereco {
  float: none;
  width: 100%;
  padding: 0
}

.ak-address-page .add-endereco {
  padding: 13px;
  border-radius: 99px;
  border-color: var(--ak-green);
  color: var(--ak-green);
  font-weight: 700
}

@media(max-width:700px) {
  .ak-address-page .cart-table {
    min-width: 580px
  }
}

.ak-opportunity {
  overflow: hidden;
  background: #fff
}

.ak-opportunity-hero {
  position: relative;
  padding: 76px 0 0;
  background: #192721;
  color: #fff
}

.ak-opportunity-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 78% 34%, rgba(199, 148, 80, .2), transparent 30%), linear-gradient(125deg, transparent 0 56%, rgba(255, 255, 255, .025) 56% 100%);
  pointer-events: none
}

.ak-opportunity-hero-grid {
  position: relative;
  min-height: 540px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 70px;
  align-items: center
}

.ak-opportunity-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d5b47f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase
}

.ak-opportunity-label i {
  width: 30px;
  height: 1px;
  background: #d5b47f
}

.ak-opportunity-copy h1 {
  max-width: 720px;
  margin: 22px 0 26px;
  color: #fff;
  font-size: clamp(46px, 5.3vw, 76px);
  line-height: 1.02;
  letter-spacing: -.055em
}

.ak-opportunity-copy h1 em {
  color: #d5b47f;
  font-family: Georgia, serif;
  font-weight: 400
}

.ak-opportunity-copy>p {
  max-width: 610px;
  color: #c7d0cc;
  font-size: 18px;
  line-height: 1.75
}

.ak-opportunity-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px
}

.ak-opportunity-primary {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
  border-radius: 999px;
  background: #d1a565;
  color: #17221e !important;
  text-decoration: none !important;
  font-weight: 700
}

.ak-opportunity-primary i {
  transition: transform .2s
}

.ak-opportunity-primary:hover i {
  transform: translateX(4px)
}

.ak-opportunity-secondary {
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: 1px solid #67736e
}

.ak-opportunity-visual {
  position: relative;
  width: 420px;
  height: 420px;
  justify-self: end;
  display: grid;
  place-items: center
}

.ak-opportunity-monogram {
  position: relative;
  z-index: 2;
  width: 225px;
  height: 225px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(213, 180, 127, .45);
  transform: rotate(45deg);
  color: #d5b47f;
  font: 400 118px/1 Georgia, serif
}

.ak-opportunity-monogram::first-letter {
  transform: rotate(-45deg)
}

.ak-opportunity-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 50%
}

.ak-opportunity-orbit-one {
  width: 355px;
  height: 355px
}

.ak-opportunity-orbit-two {
  width: 420px;
  height: 420px;
  border-style: dashed;
  animation: ak-orbit 35s linear infinite
}

@keyframes ak-orbit {
  to {
    transform: rotate(360deg)
  }
}

.ak-opportunity-note {
  position: absolute;
  right: -5px;
  bottom: 36px;
  z-index: 3;
  padding: 16px 20px;
  border-left: 2px solid #d5b47f;
  background: rgba(25, 39, 33, .88);
  backdrop-filter: blur(8px)
}

.ak-opportunity-note strong,
.ak-opportunity-note span {
  display: block
}

.ak-opportunity-note span {
  color: #aebbb6;
  font-size: 12px
}

.ak-opportunity-trust {
  position: relative;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #aebbb6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase
}

.ak-opportunity-trust i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d5b47f
}

.ak-opportunity-benefits {
  padding: 105px 0
}

.ak-opportunity-heading {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 54px
}

.ak-opportunity-heading span,
.ak-opportunity-steps-intro>span,
.ak-opportunity-final span {
  color: var(--ak-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase
}

.ak-opportunity-heading h2,
.ak-opportunity-steps h2 {
  margin: 10px 0 0;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.1
}

.ak-opportunity-heading>p {
  margin: 0;
  color: var(--ak-muted);
  font-size: 17px
}

.ak-opportunity-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.ak-opportunity-cards article {
  min-height: 300px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--ak-line);
  border-radius: 20px;
  transition: .25s
}

.ak-opportunity-cards article:hover {
  transform: translateY(-5px);
  border-color: #cdbb9e;
  box-shadow: var(--ak-shadow)
}

.ak-opportunity-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #b2b9b6
}

.ak-opportunity-card-top b {
  font-size: 12px;
  letter-spacing: .1em
}

.ak-opportunity-card-top i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ak-sand);
  color: var(--ak-green);
  font-size: 20px
}

.ak-opportunity-cards h3 {
  margin: 62px 0 12px;
  font-size: 24px
}

.ak-opportunity-cards p {
  margin: 0;
  color: var(--ak-muted);
  line-height: 1.75
}

.ak-opportunity-steps {
  padding: 105px 0;
  background: #f6f2eb
}

.ak-opportunity-steps-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 110px;
  align-items: start
}

.ak-opportunity-steps-intro {
  position: sticky;
  top: 25px
}

.ak-opportunity-steps-intro p {
  margin-top: 24px;
  color: var(--ak-muted);
  font-size: 17px;
  line-height: 1.8
}

.ak-opportunity-step-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.ak-opportunity-step-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid #ddd4c5
}

.ak-opportunity-step-list li:first-child {
  padding-top: 0
}

.ak-opportunity-step-list b {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid #c6b79e;
  border-radius: 50%;
  color: var(--ak-green)
}

.ak-opportunity-step-list h3 {
  margin: 0 0 7px;
  font-size: 22px
}

.ak-opportunity-step-list p {
  margin: 0;
  color: var(--ak-muted)
}

.ak-opportunity-final {
  padding: 90px 0;
  background: #d0a461
}

.ak-opportunity-final>.ak-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px
}

.ak-opportunity-final span {
  color: #31463d
}

.ak-opportunity-final h2 {
  margin: 8px 0;
  font-size: clamp(34px, 4vw, 52px)
}

.ak-opportunity-final p {
  max-width: 650px;
  margin: 0;
  color: #43534c;
  font-size: 17px
}

.ak-opportunity-final a {
  flex: none;
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 25px;
  border-radius: 999px;
  background: #192721;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700
}

@media(max-width:900px) {
  .ak-opportunity-hero-grid {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .ak-opportunity-copy {
    padding-bottom: 30px
  }

  .ak-opportunity-visual {
    width: 330px;
    height: 330px;
    justify-self: center
  }

  .ak-opportunity-monogram {
    width: 175px;
    height: 175px;
    font-size: 90px
  }

  .ak-opportunity-orbit-one {
    width: 275px;
    height: 275px
  }

  .ak-opportunity-orbit-two {
    width: 330px;
    height: 330px
  }

  .ak-opportunity-heading,
  .ak-opportunity-steps-grid {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .ak-opportunity-cards {
    grid-template-columns: 1fr
  }

  .ak-opportunity-cards article {
    min-height: 240px
  }

  .ak-opportunity-cards h3 {
    margin-top: 35px
  }

  .ak-opportunity-steps-intro {
    position: static
  }

  .ak-opportunity-final>.ak-container {
    align-items: flex-start;
    flex-direction: column
  }
}

@media(max-width:560px) {
  .ak-opportunity-hero {
    padding-top: 55px
  }

  .ak-opportunity-copy h1 {
    font-size: 43px
  }

  .ak-opportunity-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px
  }

  .ak-opportunity-visual {
    width: 270px;
    height: 290px
  }

  .ak-opportunity-monogram {
    width: 145px;
    height: 145px;
    font-size: 72px
  }

  .ak-opportunity-orbit-one {
    width: 225px;
    height: 225px
  }

  .ak-opportunity-orbit-two {
    width: 270px;
    height: 270px
  }

  .ak-opportunity-note {
    right: -10px;
    bottom: 15px
  }

  .ak-opportunity-trust {
    gap: 10px;
    font-size: 9px
  }

  .ak-opportunity-benefits,
  .ak-opportunity-steps {
    padding: 70px 0
  }

  .ak-opportunity-heading {
    margin-bottom: 35px
  }

  .ak-opportunity-final {
    padding: 65px 0
  }
}

.ak-opportunity-monogram {
  font-size: 0
}

.ak-opportunity-monogram:after {
  content: "A";
  display: block;
  transform: rotate(-45deg);
  font: 400 118px/1 Georgia, serif
}

@media(max-width:900px) {
  .ak-opportunity-monogram:after {
    font-size: 90px
  }
}

@media(max-width:560px) {
  .ak-opportunity-monogram:after {
    font-size: 72px
  }
}

.ak-language-switcher {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #8a948f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em
}

.ak-language-switcher a {
  padding: 5px 2px;
  text-decoration: none
}

.ak-language-switcher a.is-active {
  color: var(--ak-green);
  text-decoration: underline;
  text-underline-offset: 4px
}

@media(max-width:900px) {
  .ak-language-switcher {
    position: absolute;
    right: 0;
    bottom: -38px;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 99px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08)
  }
}

#register-form {
  padding: 32px;
  margin-bottom: 70px;
  border: 1px solid var(--ak-line);
  border-radius: var(--ak-radius);
  background: #fff
}

#register-form fieldset {
  margin-bottom: 34px;
  padding: 0;
  border: 0
}

#register-form .sub-title {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ak-line);
  font-size: 18px;
  color: var(--ak-green)
}

#register-form .input-group {
  width: 100%;
  margin-bottom: 12px
}

#register-form .input-group-addon {
  min-width: 135px;
  border-color: var(--ak-line);
  background: var(--ak-cream);
  text-align: left
}

#register-form .form-control {
  height: 48px;
  border-color: var(--ak-line);
  box-shadow: none
}

#register-form input[type=submit] {
  padding: 14px 26px;
  border: 0;
  border-radius: 99px;
  background: var(--ak-green);
  color: #fff;
  font-weight: 700
}

#register-form .input-desc-box {
  display: none
}

.pagina-meusdados form {
  padding: 28px;
  border: 1px solid var(--ak-line);
  border-radius: var(--ak-radius)
}

.pagina-meusdados input[type=text],
.pagina-meusdados input[type=email] {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--ak-line);
  border-radius: 8px
}

/* Correção final da cascata: identidade Akiva sem tons azulados */
.ak-home {
  background: #f7f2e8
}

.ak-home-slider {
  background: #302a25
}

.ak-home-slide-shade {
  background: linear-gradient(90deg, rgba(48, 38, 29, .72) 0, rgba(48, 38, 29, .28) 48%, rgba(48, 38, 29, .03) 75%)
}

.ak-category-grid>a {
  background: #342e29
}

.ak-category-grid p {
  color: #cbbfad
}

.ak-category-grid>a:after {
  border-color: rgba(226, 181, 39, .32)
}

.ak-popular-track .ak-product-image {
  background: #f4eee2
}

.ak-home-editorial-copy {
  background: transparent;
  color: #eee5d7
}

.ak-home-editorial-copy h2 {
  color: #fffaf0
}

.ak-home-editorial-copy p {
  color: #c8bcac
}

.ak-home-benefits {
  background: #302a25;
  border-top-color: #b88a17
}

.ak-home-benefits>.ak-container>div {
  border-color: #554a40
}

.ak-home-benefits small {
  color: #b9ab99
}

.ak-footer {
  background: #302a25
}

.ak-footer-bottom {
  border-color: #554a40
}

@media(max-width:900px) {
  .ak-home-benefits>.ak-container>div {
    border-bottom-color: #554a40
  }
}

/* Slideshow com as artes originais da Akiva */
.ak-home-slider {
  height: auto;
  min-height: 0;
  background: #f7f2e8
}

.ak-home-slides {
  position: relative;
  inset: auto
}

.ak-home-slide.is-active {
  position: relative;
  inset: auto
}

.ak-home-slide>img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center
}

.ak-home-slide-shade,
.ak-home-slide-content {
  display: none
}

.ak-home-benefits .ak-home-whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 8px 30px;
  color: #fff;
  text-decoration: none;
  transition: background .2s
}

.ak-home-benefits .ak-home-whatsapp:hover,
.ak-home-benefits .ak-home-whatsapp:focus {
  background: #3b342e;
  color: #fff;
  outline: none
}

.ak-home-whatsapp i {
  color: #d5ab36;
  font-size: 24px
}

.ak-home-whatsapp strong,
.ak-home-whatsapp small {
  display: block
}

.ak-home-whatsapp strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px
}

.ak-home-whatsapp small {
  color: #b9ab99;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase
}

@media(max-width:900px) {
  .ak-home-benefits .ak-home-whatsapp {
    justify-content: flex-start
  }
}

.ak-footer-brand img {
  background: transparent;
  padding: 0
}

#footer.ak-footer {
  background: #f3ead7;
  color: #5b5146;
  border-top: 1px solid #d8c49a
}

.ak-footer h3 {
  color: #2d2926
}

.ak-footer-grid>div>a {
  color: #5b5146
}

.ak-footer-grid>div>a:hover {
  color: #a87908
}

.ak-footer-brand p {
  color: #5b5146
}

.ak-social a {
  border-color: #cbb98f;
  color: #7c641f
}

.ak-social a:hover {
  border-color: #c99a16;
  background: #c99a16;
  color: #fff
}

.ak-footer-bottom {
  background: #e9ddc4;
  border-top-color: #d1bd92
}

.ak-footer-bottom p,
.ak-footer-bottom span {
  color: #625747
}

#footer.ak-footer {
  color: #554c42
}

#footer.ak-footer h3 {
  margin: 0 0 20px;
  color: #2d2926;
  font: 700 13px/1.4 "DM Sans", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase
}

#footer.ak-footer .ak-footer-grid>div>a {
  color: #554c42;
  font-weight: 500
}

#footer.ak-footer .ak-footer-grid>div>a:hover,
#footer.ak-footer .ak-footer-grid>div>a:focus {
  color: #9a7008;
  text-decoration: none
}

#footer.ak-footer .ak-footer-brand p,
#footer.ak-footer .ak-footer-grid p {
  color: #655b50
}

#footer.ak-footer .ak-social a {
  color: #8b6912;
  border-color: #bda66d
}

#footer.ak-footer .ak-social a:hover,
#footer.ak-footer .ak-social a:focus {
  color: #fff;
  background: #b78913;
  border-color: #b78913
}

/* Navegação móvel e contenção responsiva */
.ak-store,
#wrapper {
  max-width: 100%;
  overflow-x: clip
}

.ak-store main,
.ak-store section,
.ak-store .ak-container {
  min-width: 0
}

.ak-store h1,
.ak-store h2,
.ak-store h3,
.ak-store p {
  overflow-wrap: break-word
}

.ak-mobile-menu-head {
  display: none
}

@media(min-width:901px) {
  .ak-nav-products {
    position: static
  }

  .ak-nav {
    position: relative
  }

  .ak-category-menu {
    top: 100%;
    left: 50%;
    width: min(900px, calc(100vw - 32px));
    transform: translate(-50%, 10px)
  }

  .ak-nav-products:hover .ak-category-menu,
  .ak-nav-products:focus-within .ak-category-menu {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible
  }

  /* Submenus pequenos (Quem somos / Ajuda) ficam ancorados no próprio item,
     e não centralizados no nav como o mega menu de Produtos */
  .ak-nav-products:has(.ak-small-menu) {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center
  }

  .ak-nav-products:has(.ak-small-menu) .ak-small-menu {
    top: 100%;
    width: 260px !important
  }
}

@media(max-width:900px) {
  .ak-menu-open {
    overflow: hidden;
    touch-action: none
  }

  .ak-header {
    position: sticky;
    top: 0;
    z-index: 300
  }

  .ak-header-main {
    position: relative;
    padding-top: 8px
  }

  .ak-menu-toggle {
    position: relative;
    z-index: 302;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #2d2926
  }

  .ak-menu-toggle i {
    pointer-events: none
  }

  .ak-menu-open .ak-menu-toggle {
    position: fixed;
    top: 47px;
    left: 14px;
    color: #fff
  }

  .ak-nav {
    position: fixed;
    inset: 0;
    z-index: 301;
    display: block !important;
    border: 0;
    background: rgba(27, 23, 18, .58);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s, visibility .25s
  }

  .ak-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
  }

  .ak-nav>.ak-container {
    width: min(86vw, 350px) !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 96px 24px 30px !important;
    display: block !important;
    overflow-y: auto;
    background: #fffdf9;
    box-shadow: 18px 0 50px rgba(27, 23, 18, .24);
    transform: translateX(-102%);
    transition: transform .28s ease
  }

  .ak-nav.is-open>.ak-container {
    transform: translateX(0)
  }

  .ak-nav>.ak-container>a,
  .ak-nav-products>button {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 15px 2px !important;
    border: 0 !important;
    border-bottom: 1px solid #e4dacb !important;
    color: #2d2926 !important;
    font-size: 12px !important;
    letter-spacing: .12em;
    text-align: left;
    text-transform: uppercase
  }

  .ak-nav-products>button i {
    transition: transform .2s
  }

  .ak-nav-products>button[aria-expanded=true] i {
    transform: rotate(180deg)
  }

  .ak-category-menu,
  .ak-nav-products:hover .ak-category-menu {
    position: static !important;
    width: 100% !important;
    padding: 8px 0 12px !important;
    display: none;
    grid-template-columns: 1fr !important;
    gap: 4px !important;
    transform: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f7f2e8 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important
  }

  .ak-category-menu.is-open {
    display: grid !important
  }

  .ak-category-menu>div {
    padding: 4px 14px
  }

  .ak-category-menu a {
    width: 100%;
    padding: 7px 0 !important;
    border: 0 !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
    text-transform: none !important
  }

  .ak-category-menu .ak-category-title {
    font-weight: 600 !important
  }

  .ak-language-switcher {
    right: 8px;
    bottom: -34px
  }

  .ak-content-hero,
  .ak-content-section,
  .ak-values,
  .ak-content-cta,
  .ak-footer {
    position: relative;
    z-index: 1
  }

  .ak-about-grid>* {
    min-width: 0
  }

  .ak-content-hero h1,
  .ak-about-grid h2,
  .ak-content-cta h2 {
    max-width: 100%;
    white-space: normal
  }

  .ak-values-grid,
  .ak-footer-grid {
    align-items: stretch
  }

  .ak-values article {
    height: auto;
    min-height: 0
  }

  .ak-footer-grid>div {
    min-width: 0
  }
}

@media(max-width:560px) {
  .ak-header-main {
    min-height: 70px;
    grid-template-columns: 40px minmax(0, 1fr) auto
  }

  .ak-brand img {
    width: auto;
    max-width: 120px
  }

  .ak-search {
    height: 44px;
    margin: 0 0 12px
  }

  .ak-actions {
    gap: 12px
  }

  .ak-actions>a {
    min-width: 28px;
    justify-content: center
  }

  .ak-actions i {
    font-size: 18px
  }

  .ak-cart-link b {
    top: -8px;
    left: 15px
  }

  .ak-content-hero {
    padding: 48px 0 !important
  }

  .ak-content-hero h1 {
    margin-bottom: 16px;
    font-size: 40px !important;
    line-height: 1.02
  }

  .ak-content-hero p {
    margin: 0;
    font-size: 16px !important;
    line-height: 1.6
  }

  .ak-content-section {
    padding: 52px 0 !important
  }

  .ak-about-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important
  }

  .ak-about-grid h2 {
    margin: 0;
    font-size: 36px !important;
    line-height: 1.08
  }

  .ak-about-grid p {
    font-size: 15px;
    line-height: 1.7
  }

  .ak-values {
    padding: 0 !important
  }

  .ak-values-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important
  }

  .ak-values article {
    padding: 0 !important;
    border: 0 !important
  }

  .ak-content-cta {
    padding: 48px 0 !important
  }

  .ak-content-cta>.ak-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important
  }

  .ak-content-cta h2 {
    font-size: 34px !important;
    line-height: 1.1
  }

  .ak-content-cta .ak-button {
    width: 100%
  }

  .ak-footer {
    padding-top: 46px !important
  }

  .ak-footer-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 30px !important;
    padding-bottom: 38px
  }

  .ak-footer-bottom>.ak-container {
    min-height: 0
  }

  .ak-listing-toolbar {
    gap: 14px;
    flex-direction: column
  }

  .ak-listing-toolbar div {
    width: 100%;
    overflow: auto
  }

  .ak-product-detail,
  .ak-checkout-grid,
  .ak-cart-grid {
    min-width: 0
  }

  .ak-product-grid,
  .ak-listing-layout .ak-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .ak-product-info {
    min-width: 0
  }

  .ak-product-info h3 {
    overflow-wrap: anywhere
  }
}

/* Drawer móvel — acabamento premium Akiva */
@media(max-width:900px) {
  .ak-nav {
    background: rgba(20, 27, 24, .72);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px)
  }

  .ak-nav>.ak-container {
    position: relative;
    width: min(88vw, 360px) !important;
    padding: 0 28px 32px !important;
    background: linear-gradient(160deg, #fffdf9 0, #f8f2e7 100%);
    border-right: 1px solid rgba(185, 146, 47, .35)
  }

  .ak-nav>.ak-container:before {
    content: "";
    height: 104px;
    display: block;
    margin: 0 -28px 20px;
    border-top: 4px solid #b9922f;
    border-bottom: 1px solid #e4dacb;
    background: url('../images/logo.png') no-repeat 28px center/145px auto
  }

  .ak-nav>.ak-container:after {
    content: "AROMAS SAGRADOS · COSMÉTICOS PARA A ALMA";
    display: block;
    margin: 38px 0 8px;
    padding-top: 20px;
    border-top: 1px solid #e4dacb;
    color: #8f7530;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: .17em;
    text-transform: uppercase
  }

  .ak-menu-open .ak-menu-toggle {
    top: 56px;
    left: min(calc(88vw - 52px), 308px);
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid #d9ccb9;
    border-radius: 50%;
    background: #fffdf9;
    color: #2b2926;
    box-shadow: 0 5px 16px rgba(27, 23, 18, .1);
    transition: left .28s ease, background .2s
  }

  .ak-menu-open .ak-menu-toggle:hover {
    background: #f3e8d2
  }

  .ak-menu-open .ak-menu-toggle i {
    font-size: 16px
  }

  .ak-nav>.ak-container>a,
  .ak-nav-products>button {
    position: relative;
    min-height: 52px;
    padding: 0 34px 0 10px !important;
    border-bottom: 1px solid #e6dccd !important;
    color: #2b2926 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: .105em !important;
    transition: color .18s, padding-left .18s, background .18s
  }

  .ak-nav>.ak-container>a:after,
  .ak-nav-products>button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #b9922f;
    transition: width .25s
  }

  .ak-nav>.ak-container>a:hover,
  .ak-nav>.ak-container>a:focus,
  .ak-nav-products>button:hover,
  .ak-nav-products>button:focus {
    padding-left: 16px !important;
    background: rgba(185, 146, 47, .055);
    color: #8d690d !important;
    outline: 0
  }

  .ak-nav>.ak-container>a:hover:after,
  .ak-nav>.ak-container>a:focus:after,
  .ak-nav-products>button:hover:after,
  .ak-nav-products>button:focus:after {
    width: 100%
  }

  .ak-nav-products>button i {
    position: absolute;
    right: 10px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border: 1px solid #ddd0bc;
    border-radius: 50%;
    color: #9c7411
  }

  .ak-category-menu,
  .ak-nav-products:hover .ak-category-menu {
    margin: 0 !important;
    padding: 10px 12px 14px !important;
    border-bottom: 1px solid #ded0bb !important;
    background: rgba(238, 225, 199, .42) !important
  }

  .ak-category-menu>div {
    padding: 0 4px
  }

  .ak-category-menu a {
    position: relative;
    padding: 9px 8px 9px 17px !important;
    color: #5d554a !important;
    line-height: 1.35 !important
  }

  .ak-category-menu a:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 2px;
    width: 5px;
    height: 5px;
    border: 1px solid #b9922f;
    transform: rotate(45deg)
  }

  .ak-category-menu .ak-category-title {
    color: #2b4a41 !important;
    font-size: 11px !important;
    letter-spacing: .07em !important;
    text-transform: uppercase !important
  }

  .ak-nav.is-open>.ak-container>a,
  .ak-nav.is-open .ak-nav-products {
    animation: ak-menu-item-in .38s both
  }

  .ak-nav.is-open>.ak-container>a:nth-of-type(1) {
    animation-delay: .04s
  }

  .ak-nav.is-open .ak-nav-products {
    animation-delay: .08s
  }

  .ak-nav.is-open>.ak-container>a:nth-of-type(2) {
    animation-delay: .12s
  }

  .ak-nav.is-open>.ak-container>a:nth-of-type(3) {
    animation-delay: .16s
  }

  .ak-nav.is-open>.ak-container>a:nth-of-type(4) {
    animation-delay: .2s
  }

  .ak-nav.is-open>.ak-container>a:nth-of-type(5) {
    animation-delay: .24s
  }

  @keyframes ak-menu-item-in {
    from {
      opacity: 0;
      transform: translateX(-12px)
    }

    to {
      opacity: 1;
      transform: none
    }
  }
}

@media(max-width:380px) {
  .ak-nav>.ak-container {
    width: 92vw !important;
    padding-right: 22px !important;
    padding-left: 22px !important
  }

  .ak-nav>.ak-container:before {
    margin-right: -22px;
    margin-left: -22px;
    background-position-x: 22px
  }

  .ak-menu-open .ak-menu-toggle {
    left: calc(92vw - 50px)
  }
}

/* Ações do cabeçalho móvel: sempre dentro da primeira linha */
@media(max-width:900px) {
  .ak-header-main {
    isolation: isolate
  }

  .ak-actions {
    position: static !important;
    align-self: center;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 8px
  }

  .ak-actions>a {
    position: relative;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid #e4dacb;
    border-radius: 50%;
    background: #fffdf9;
    color: #2b2926;
    text-decoration: none
  }

  .ak-actions>a:hover,
  .ak-actions>a:focus {
    border-color: #b9922f;
    background: #f7f0e2;
    color: #8d690d;
    outline: 0
  }

  .ak-actions>a>span {
    display: none !important
  }

  .ak-actions i {
    margin: 0;
    font-size: 16px
  }

  .ak-language-switcher {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    z-index: auto !important;
    height: 32px;
    padding: 0 8px !important;
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #e4dacb;
    border-radius: 18px;
    background: #fffdf9;
    box-shadow: none !important;
    font-size: 9px
  }

  .ak-language-switcher a {
    padding: 4px 1px
  }

  .ak-cart-link b {
    top: -5px;
    right: -4px;
    left: auto;
    min-width: 17px;
    height: 17px;
    line-height: 17px
  }

  .ak-search {
    position: relative;
    z-index: 1
  }

  .ak-home-slider,
  .ak-content-hero,
  .ak-page-hero {
    position: relative;
    z-index: 0
  }
}

@media(max-width:480px) {
  .ak-header-main {
    grid-template-columns: 40px minmax(86px, 1fr) auto;
    gap: 8px
  }

  .ak-brand img {
    max-width: 112px
  }

  .ak-actions {
    gap: 5px
  }

  .ak-actions>a {
    width: 33px;
    height: 33px
  }

  .ak-language-switcher {
    height: 30px;
    padding: 0 6px !important
  }
}

@media(max-width:360px) {
  .ak-language-switcher {
    display: none
  }

  .ak-brand img {
    max-width: 108px
  }
}

@media(max-width:900px) {
  .ak-actions {
    grid-column: 3 !important;
    grid-row: 1 !important
  }

  .ak-search {
    grid-column: 1/-1 !important;
    grid-row: 2 !important
  }
}

.fa-user-o:before {
  content: "\f007"
}

.fa-shopping-bag:before {
  content: "\f07a"
}

.ak-actions .fa-user-o,
.ak-actions .fa-shopping-bag {
  width: 18px;
  height: 18px;
  display: block !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  font-size: 0 !important;
  line-height: 0
}

.ak-actions .fa-user-o:before,
.ak-actions .fa-shopping-bag:before {
  display: none !important
}

.ak-actions .fa-user-o {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b2926' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.5'/%3E%3Cpath d='M5 20c.7-4 3-6 7-6s6.3 2 7 6'/%3E%3C/svg%3E")
}

.ak-actions .fa-shopping-bag {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b2926' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8h14l-1 12H6L5 8Z'/%3E%3Cpath d='M9 9V6a3 3 0 0 1 6 0v3'/%3E%3C/svg%3E")
}

.ak-actions>a {
  align-items: center !important;
  justify-items: center !important
}

/* No mobile o texto "Carrinho" fica oculto e o link vira só o ícone:
   aí sim centralizamos o ícone. No desktop ele fica no fluxo, antes do texto. */
@media(max-width:900px) {
  .ak-cart-link>i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 !important;
    transform: translate(-50%, -50%)
  }
}

@media(min-width:901px) {
  .ak-cart-link>i {
    position: static;
    transform: none;
    margin: 0
  }

  .ak-cart-link b {
    top: -8px;
    left: 12px
  }
}

/* Product detail: compact gallery and purchase before the full description. */
.ak-product-page .ak-product-buy { position:static; padding-top:0; min-width:0 }
.ak-product-page .ak-gallery { display:flex; flex-direction:column; min-width:0 }
.ak-product-page .ak-gallery-thumbs { display:flex; gap:9px; overflow-x:auto; padding:3px 0 10px; max-width:100% }
.ak-product-page .ak-gallery-thumbs button { flex:0 0 64px; height:82px }
.ak-product-page .ak-detail-saving { display:inline-block; margin:0 0 12px; padding:7px 12px; border-radius:6px; background:#f4e9c9; color:#654a08; font-weight:700 }
.ak-product-page .ak-product-information { margin-top:40px; padding:28px 0; border-top:1px solid var(--ak-line); border-bottom:1px solid var(--ak-line) }
.ak-product-page .ak-product-information h2 { font-size:28px; margin:0 0 16px }
.ak-product-page .ak-product-information summary { cursor:pointer; padding:16px 0; font-weight:700 }
.ak-product-page .ak-product-description { max-width:850px; line-height:1.75; overflow-wrap:anywhere }
.ak-product-page .ak-product-description, .ak-product-page .ak-product-description * { text-align:left!important }
.ak-product-page .ak-product-description img { max-width:100%; height:auto }
.ak-product-page .ak-product-description h1, .ak-product-page .ak-product-description h2, .ak-product-page .ak-product-description h3 { font-size:24px }
.ak-product-page .ak-gallery-main { cursor:zoom-in }
.ak-product-zoom { border:0; border-radius:12px; padding:40px 16px 16px; max-width:92vw; max-height:92vh }
.ak-product-zoom::backdrop { background:rgba(0,0,0,.7) }
.ak-product-zoom img { display:block; max-width:85vw; max-height:78vh; object-fit:contain }
.ak-product-zoom button { position:absolute; right:8px; top:4px; border:0; background:white; font-size:24px; padding:4px 12px }
@media(max-width:560px) { .ak-product-page .ak-product-detail { gap:24px } .ak-product-page .ak-detail-action { margin:18px 0 } .ak-product-page .ak-product-information { margin-top:28px } }

/* Footer typography, contact area and responsive navigation. */
#footer.ak-footer { background:#f3ead7; color:#40372f; font:400 16px/1.6 'DM Sans',sans-serif; padding-top:48px }
#footer.ak-footer h3 { font:700 15px/1.4 'DM Sans',sans-serif; color:#302820; letter-spacing:.06em; margin:0 0 16px }
#footer .ak-footer-grid { gap:32px; padding-bottom:36px }
#footer .ak-footer-group { min-width:0 }
#footer .ak-footer-group summary { list-style:none; pointer-events:none }
#footer .ak-footer-group summary::-webkit-details-marker { display:none }
#footer .ak-footer-links a, #footer .ak-footer-contact a { display:block; width:fit-content; max-width:100%; margin:0; padding:7px 0; font:400 16px/1.6 'DM Sans',sans-serif; color:#40372f; overflow-wrap:anywhere; text-decoration:none }
#footer a:hover { color:#73520b; text-decoration:underline; text-underline-offset:4px }
#footer a:focus-visible, #footer summary:focus-visible { outline:2px solid #73520b; outline-offset:4px; border-radius:3px }
#footer .ak-footer-meta { display:grid; grid-template-columns:1fr 2fr; gap:32px; align-items:start; padding-top:28px; padding-bottom:32px; border-top:1px solid #d8c49a }
#footer .ak-footer-contact { min-width:0 }
#footer .ak-footer-hours { margin:12px 0 0; max-width:650px; font-size:14px; line-height:1.7; color:#554a3e }
#footer.ak-footer .ak-social a { width:44px; height:44px; color:#73520b; border-color:#a88b4b; text-decoration:none }
#footer.ak-footer .ak-social a:hover { background:#73520b; color:white }
#footer .ak-footer-bottom { background:#e9ddc4 }
#footer .ak-footer-bottom p, #footer .ak-footer-bottom span { color:#554a3e; font-size:13px; line-height:1.6 }
@media(min-width:521px) { #footer .ak-footer-group summary { cursor:default } }
@media(max-width:520px) {
  #footer.ak-footer { padding-top:20px }
  #footer .ak-footer-grid { gap:0; padding-bottom:24px }
  #footer .ak-footer-group { border-bottom:1px solid #d8c49a }
  #footer .ak-footer-group summary { display:flex; align-items:center; justify-content:space-between; min-height:56px; padding:14px 0; pointer-events:auto; cursor:pointer }
  #footer .ak-footer-group summary h3 { margin:0 }
  #footer .ak-footer-group summary::after { content:'+'; font-size:24px; color:#73520b }
  #footer .ak-footer-group[open] summary::after { content:'−' }
  #footer .ak-footer-links { padding-bottom:12px }
  #footer .ak-footer-links a { min-height:44px }
  #footer .ak-footer-meta { grid-template-columns:1fr; gap:24px; padding-top:24px }
  #footer .ak-footer-contact { grid-row:1 }
  #footer .ak-footer-contact a { min-height:44px }
  #footer .ak-footer-bottom>.ak-container { padding-top:18px; padding-bottom:18px; gap:8px }
}
