/** Shopify CDN: Minification failed

Line 2516:0 Expected "}" to go with "{"

**/
.asna {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--asna-bg);
  color: var(--asna-text);
  overflow: hidden;
}
.asna * { box-sizing: border-box; }
.asna a { color: inherit; text-decoration: none; }
.asna button,
.asna input { font: inherit; }

.asna__shell {
  width: 100%;
  margin: 0;
  padding: 0 0 90px;
}

/* FULL-WIDTH HERO */
.asna-hero {
  position: relative;
  width: 100%;
  min-height: 560px;
  overflow: hidden;
  background: #ead6bd;
}
.asna-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.asna-hero__image,
.asna-hero__placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.asna-hero__image {
  transition: transform .8s ease;
}
.asna-hero:hover .asna-hero__image {
  transform: scale(1.015);
}
.asna-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(248, 232, 211, .95) 0%,
    rgba(248, 232, 211, .82) 28%,
    rgba(248, 232, 211, .30) 50%,
    rgba(248, 232, 211, 0) 70%
  );
}
.asna-hero__inner {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 72px), 1540px);
  min-height: 560px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.asna-hero__content {
  width: 610px;
  max-width: 45vw;
  text-align: left;
}
.asna-kicker,
.asna-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--asna-gold-dark);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.asna-kicker {
  padding: 9px 13px;
  border: 1px solid color-mix(in srgb, var(--asna-gold) 55%, transparent);
  border-radius: 999px;
  background: rgba(255,255,255,.55);
}
.asna-hero__title {
  max-width: 620px;
  margin: 18px 0 14px;
  font-size: clamp(50px, 5.2vw, 74px);
  line-height: .98;
  letter-spacing: -.045em;
  text-align: left !important;
}
.asna-hero__text {
  max-width: 540px;
  color: #4f4a44;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.65;
}
.asna-hero__text p { margin: 0; }
.asna-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.asna-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  transition: .25s ease;
}
.asna-btn--dark {
  color: #fff !important;
  background: #111;
}
.asna-btn--dark:hover {
  background: var(--asna-gold);
  transform: translateY(-2px);
}
.asna-btn--ghost {
  border-color: rgba(17,17,17,.28);
  background: rgba(255,255,255,.72);
}
.asna-btn--ghost:hover {
  border-color: var(--asna-gold);
  color: var(--asna-gold-dark);
}
.asna-btn--gold {
  color: #fff !important;
  background: var(--asna-gold);
}
.asna-btn--gold:hover { background: var(--asna-gold-dark); }

.asna-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 24px;
  margin-top: 30px;
  color: #4f4a44;
  font-size: 13px;
}
.asna-hero__trust span {
  position: relative;
  padding-left: 17px;
}
.asna-hero__trust span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--asna-gold);
}

.asna-hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 40px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #111;
  background: transparent;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  text-shadow: 0 1px 8px rgba(255,255,255,.8);
}
.asna-hero__arrow--left { left: 38px; }
.asna-hero__arrow--right { right: 38px; }

.asna-hero__dots {
  position: absolute;
  left: 0;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  transform: none;
}
.asna-hero__dots i {
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: rgba(94,82,68,.34);
}
.asna-hero__dots i.is-active {
  width: 58px;
  background: var(--asna-gold);
}

/* CENTERED CONTENT BELOW HERO */
.asna-section,
.asna-closing {
  width: min(calc(100% - 44px), 1460px);
  margin-left: auto;
  margin-right: auto;
}
.asna-section { padding-top: clamp(74px, 7vw, 108px); }
.asna-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}
.asna-heading-row h2,
.asna-editorial h2,
.asna-newsletter h2,
.asna-closing h2 {
  margin: 10px 0 0;
  font-size: clamp(36px, 3.8vw, 58px);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.asna-heading-row p {
  margin: 10px 0 0;
  color: var(--asna-muted);
}
.asna-text-link {
  flex: 0 0 auto;
  color: var(--asna-gold-dark) !important;
  font-weight: 800;
}
.asna-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.asna-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 16px;
}
.asna-category-card {
  min-height: 114px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 16px;
  padding: 24px 22px;
  border: 1px solid var(--asna-border);
  border-radius: 18px;
  background: var(--asna-surface);
  transition: .25s ease;
}
.asna-category-card:hover {
  transform: translateY(-3px);
  border-color: var(--asna-gold);
  box-shadow: 0 18px 38px rgba(42,33,18,.08);
}
.asna-category-card__icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--asna-gold-dark);
  background: #f8f2e8;
}
.asna-category-card__icon svg,
.asna-product-card__tools svg,
.asna-add svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.asna-category-card__copy {
  min-width: 0;
  text-align: center;
}
.asna-category-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}
.asna-category-card p {
  margin: 7px 0 0;
  color: var(--asna-muted);
  font-size: 14px;
  line-height: 1.4;
}
.asna-category-card__arrow {
  justify-self: end;
  color: #111;
  font-size: 17px;
  line-height: 1;
}
.asna-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.asna-filter-pills button {
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: .2s ease;
}
.asna-filter-pills button:hover,
.asna-filter-pills button.is-active {
  color: #fff;
  background: var(--asna-gold);
}
.asna-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.asna-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--asna-border);
  border-radius: var(--asna-radius);
  background: var(--asna-surface);
  transition: .28s ease;
}
.asna-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 55px rgba(32,26,17,.09);
}
.asna-product-card[hidden] { display: none !important; }
.asna-product-card__media {
  position: relative;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  background: #f3efe8;
}
.asna-product-card__image-link,
.asna-product-card__image,
.asna-product-card__placeholder {
  width: 100%;
  height: 100%;
  display: block;
}
.asna-product-card__image { object-fit: cover; transition: transform .45s ease; }
.asna-product-card:hover .asna-product-card__image { transform: scale(1.045); }
.asna-product-card__badge {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: #111;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.asna-product-card__tools {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  gap: 8px;
}
.asna-product-card__tools button,
.asna-product-card__tools a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 50%;
  color: #111;
  background: rgba(255,255,255,.92);
  cursor: pointer;
  transition: .2s ease;
}
.asna-product-card__tools button:hover,
.asna-product-card__tools a:hover,
.asna-product-card__tools button.is-active {
  color: #fff;
  border-color: var(--asna-gold);
  background: var(--asna-gold);
}
.asna-product-card__body { padding: 18px; }
.asna-product-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--asna-muted);
  font-size: 11px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.asna-stock { color: #8b4c4c; }
.asna-stock--in { color: #41704f; }
.asna-product-card h3 {
  min-height: 48px;
  margin: 13px 0 8px;
  font-size: 16px;
  line-height: 1.45;
}
.asna-product-card h3 a:hover { color: var(--asna-gold-dark); }
.asna-product-card__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--asna-gold);
  font-size: 12px;
  letter-spacing: .08em;
}
.asna-product-card__rating small {
  color: var(--asna-muted);
  letter-spacing: 0;
}
.asna-product-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
}
.asna-product-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}
.asna-product-card__price strong { font-size: 18px; }
.asna-product-card__price s { color: var(--asna-muted); font-size: 13px; }
.asna-add {
  min-width: 72px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 12px;
  border: 0;
  border-radius: 12px;
  color: #fff !important;
  background: #111;
  font-weight: 800;
  cursor: pointer;
  transition: .2s ease;
}
.asna-add:hover { background: var(--asna-gold); }
.asna-add svg { width: 18px; height: 18px; }
.asna-add--disabled { opacity: .55; cursor: default; }
.asna-center { display: flex; justify-content: center; margin-top: 34px; }
.asna-empty {
  padding: 60px 30px;
  border: 1px dashed var(--asna-border);
  border-radius: var(--asna-radius);
  text-align: center;
  background: var(--asna-surface);
}
.asna-empty h3 { margin: 0; }
.asna-empty p { max-width: 620px; margin: 12px auto 0; color: var(--asna-muted); }
.asna-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  overflow: hidden;
  border: 1px solid var(--asna-border);
  border-radius: calc(var(--asna-radius) + 6px);
  background: var(--asna-surface);
}
.asna-editorial__media { min-height: 560px; background: #eee7dd; }
.asna-editorial__image,
.asna-editorial__placeholder { width: 100%; height: 100%; object-fit: cover; display: block; }
.asna-editorial__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 84px);
}
.asna-editorial__content .rte {
  margin-top: 20px;
  color: var(--asna-muted);
  font-size: 17px;
  line-height: 1.75;
}
.asna-editorial__points {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}
.asna-editorial__points div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--asna-border);
}
.asna-editorial__points strong { color: var(--asna-gold-dark); }
.asna-newsletter {
  display: grid;
  grid-template-columns: 1fr minmax(320px, .8fr);
  align-items: center;
  gap: 42px;
  padding: clamp(34px, 5vw, 72px);
  border-radius: calc(var(--asna-radius) + 6px);
  color: #fff;
  background: #111;
}
.asna-newsletter .asna-eyebrow { color: #d7b25a; }
.asna-newsletter p { max-width: 650px; margin: 14px 0 0; color: rgba(255,255,255,.7); line-height: 1.7; }
.asna-newsletter__form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.asna-newsletter__form input {
  min-height: 54px;
  width: 100%;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 14px;
  color: #fff;
  background: rgba(255,255,255,.07);
  outline: none;
}
.asna-newsletter__form input:focus { border-color: var(--asna-gold); }
.asna-newsletter__form button {
  min-height: 54px;
  padding: 0 20px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: var(--asna-gold);
  font-weight: 800;
  cursor: pointer;
}
.asna-newsletter__form button:hover { background: var(--asna-gold-dark); }
.asna-newsletter__message {
  grid-column: 1 / -1;
  margin: 3px 0 0 !important;
  font-size: 13px;
}
.asna-closing {
  margin-top: clamp(68px, 8vw, 118px);
  padding: clamp(50px, 7vw, 92px) 24px;
  border: 1px solid var(--asna-border);
  border-radius: calc(var(--asna-radius) + 6px);
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, color-mix(in srgb, var(--asna-gold) 12%, transparent), transparent 34%),
    var(--asna-surface);
}
.asna-closing > span {
  color: var(--asna-gold-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2em;
}
.asna-closing h2 { max-width: 850px; margin: 14px auto 28px; }
.asna-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  max-width: 340px;
  padding: 13px 17px;
  border-radius: 12px;
  color: #fff;
  background: #111;
  box-shadow: 0 15px 40px rgba(0,0,0,.2);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: .25s ease;
}
.asna-toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .asna-hero__inner {
    width: min(calc(100% - 48px), 1460px);
  }
  .asna-hero__content {
    width: 560px;
    max-width: 52vw;
  }
  .asna-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .asna-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .asna-hero {
    min-height: 620px;
  }
  .asna-hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(248,232,211,.10) 0%,
      rgba(248,232,211,.48) 43%,
      rgba(248,232,211,.94) 68%,
      rgba(248,232,211,.99) 100%
    );
  }
  .asna-hero__inner {
    min-height: 620px;
    width: min(calc(100% - 28px), 1460px);
    align-items: flex-end;
    padding-bottom: 46px;
  }
  .asna-hero__content {
    width: 100%;
    max-width: none;
  }
  .asna-hero__arrow {
    display: none;
  }
  .asna-heading-row,
  .asna-heading-row--products {
    align-items: flex-start;
    flex-direction: column;
  }
  .asna-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .asna-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .asna-editorial {
    grid-template-columns: 1fr;
  }
  .asna-editorial__media {
    min-height: 420px;
  }
  .asna-newsletter {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .asna-hero {
    min-height: 640px;
  }
  .asna-hero__inner {
    min-height: 640px;
    width: min(calc(100% - 22px), 1460px);
    padding-bottom: 40px;
  }
  .asna-hero__title {
    font-size: 46px;
  }
  .asna-hero__actions {
    display: grid;
  }
  .asna-btn {
    width: 100%;
  }
  .asna-hero__trust {
    gap: 10px 16px;
    font-size: 12px;
  }
  .asna-section,
  .asna-closing {
    width: min(calc(100% - 18px), 1460px);
  }
  .asna-category-grid {
    grid-template-columns: 1fr;
  }
  .asna-category-card {
    min-height: 112px;
    padding: 18px;
  }
  .asna-product-grid {
    gap: 10px;
  }
  .asna-product-card__body {
    padding: 13px;
  }
  .asna-product-card h3 {
    min-height: 44px;
    font-size: 14px;
  }
  .asna-product-card__meta {
    display: none;
  }
  .asna-product-card__rating {
    margin-top: 4px;
  }
  .asna-product-card__bottom {
    align-items: flex-end;
    gap: 8px;
  }
  .asna-product-card__price {
    display: grid;
    gap: 2px;
  }
  .asna-product-card__price strong {
    font-size: 15px;
  }
  .asna-add {
    min-width: 42px;
    width: 42px;
    padding: 0;
  }
  .asna-add span {
    display: none;
  }
  .asna-product-card__tools {
    top: 9px;
    right: 9px;
  }
  .asna-product-card__tools button,
  .asna-product-card__tools a {
    width: 34px;
    height: 34px;
  }
  .asna-product-card__tools svg {
    width: 19px;
    height: 19px;
  }
  .asna-product-card__badge {
    left: 9px;
    top: 9px;
  }
  .asna-editorial__media {
    min-height: 340px;
  }
  .asna-editorial__content {
    padding: 34px 22px;
  }
  .asna-newsletter {
    padding: 34px 20px;
  }
  .asna-newsletter__form {
    grid-template-columns: 1fr;
  }
  .asna-newsletter__form button {
    width: 100%;
  }
  .asna-toast {
    right: 12px;
    left: 12px;
    bottom: 12px;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .asna *,
  .asna *::before,
  .asna *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
  }
}

/* MATCH NEW ARRIVALS CATEGORY SECTION TO BEST SELLERS */
.asna-section--categories .asna-heading-row {
  margin-bottom: 30px;
}
.asna-section--categories .asna-eyebrow {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}
.asna-section--categories .asna-heading-row h2 {
  margin-top: 0;
  font-size: clamp(42px, 4.2vw, 62px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.04em;
}
.asna-section--categories .asna-text-link {
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .asna-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .asna-section--categories .asna-heading-row h2 {
    font-size: 38px;
  }
  .asna-category-grid {
    grid-template-columns: 1fr;
  }
  .asna-category-card {
    min-height: 104px;
    grid-template-columns: 46px minmax(0, 1fr) 22px;
    padding: 20px 18px;
  }
  .asna-category-card__icon {
    width: 46px;
    height: 46px;
  }
  .asna-category-card__copy {
    text-align: left;
  }
}


/* CATEGORY SECTION ALIGNMENT AND SCALE */
.asna-section--categories .asna-heading-row,
.asna-section--categories .asna-heading-row > div {
  width: 100%;
  text-align: left;
  align-items: flex-start;
}
.asna-section--categories .asna-eyebrow,
.asna-section--categories .asna-heading-row h2 {
  display: block;
  width: 100%;
  text-align: left !important;
}
.asna-section--categories .asna-heading-row {
  position: relative;
}
.asna-section--categories .asna-text-link {
  position: absolute;
  right: 0;
  bottom: 8px;
}

/* CONSISTENT HEADING WEIGHT */
.asna-hero__title,
.asna-heading-row h2,
.asna-editorial h2,
.asna-newsletter h2,
.asna-closing h2,
.asna-category-card h3 {
  font-weight: 800 !important;
}

/* SMALLER, CLEANER CATEGORY CARDS */
.asna-category-grid {
  gap: 14px 16px;
}
.asna-category-card {
  min-height: 96px;
  grid-template-columns: 44px minmax(0, 1fr) 18px;
  gap: 14px;
  padding: 18px 18px;
  border-radius: 16px;
}
.asna-category-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
}
.asna-category-card__icon svg {
  width: 21px;
  height: 21px;
}
.asna-category-card__copy {
  text-align: left !important;
}
.asna-category-card h3 {
  font-size: 16px;
  line-height: 1.2;
}
.asna-category-card p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.35;
}
.asna-category-card__arrow {
  font-size: 15px;
}

@media (max-width: 820px) {
  .asna-section--categories .asna-text-link {
    position: static;
    margin-top: 8px;
    padding-bottom: 0;
  }
  .asna-section--categories .asna-heading-row {
    gap: 10px;
  }
}

@media (max-width: 580px) {
  .asna-hero__dots {
    left: 0;
    bottom: 18px;
    gap: 6px;
  }
  .asna-hero__dots i {
    width: 24px;
    height: 3px;
  }
  .asna-hero__dots i.is-active {
    width: 42px;
  }
  .asna-category-card {
    min-height: 90px;
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    padding: 16px;
  }
}


/* CATEGORY CARD TEXT ALIGNMENT */
.asna-category-card,
.asna-category-card__copy,
.asna-category-card h3,
.asna-category-card p {
  text-align: left !important;
}
.asna-category-card__copy {
  justify-self: stretch;
  align-self: center;
}


/* FRESH PICKS HEADING ALIGNMENT */
.asna-heading-row--products,
.asna-heading-row--products > div,
.asna-heading-row--products h2,
.asna-heading-row--products p {
  text-align: left !important;
}
.asna-heading-row--products {
  align-items: flex-end;
}
.asna-heading-row--products > div {
  flex: 1 1 auto;
}


/* COMPACT FRESH PICKS PRODUCT CARDS */
.asna-product-grid {
  gap: 16px;
}
.asna-product-card {
  border-radius: 18px;
}
.asna-product-card__media {
  aspect-ratio: 1 / .92;
}
.asna-product-card__body {
  padding: 15px 16px 16px;
}
.asna-product-card__meta {
  font-size: 10px;
}
.asna-product-card__rating {
  margin-top: 8px;
}
.asna-product-card__bottom {
  margin-top: 14px;
}


/* THREE-LINE PRODUCT TITLES WITH ELLIPSIS */
.asna-product-card h3 {
  min-height: auto;
  margin: 12px 0 8px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.38;
}
.asna-product-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}


/* FULL ADD TO CART BUTTON */
.asna-add {
  min-width: 118px;
  min-height: 44px;
  padding: 10px 16px;
  color: #fff !important;
  background: #111;
  white-space: nowrap;
}
.asna-add:hover {
  color: #fff !important;
  background: var(--asna-gold);
}


@media (max-width: 1180px) {
  .asna-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .asna-heading-row--products {
    align-items: flex-start;
  }
  .asna-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .asna-product-card h3 {
    font-size: 16px;
  }
  .asna-add {
    min-width: 110px;
  }
}

@media (max-width: 580px) {
  .asna-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .asna-product-card__body {
    padding: 12px;
  }
  .asna-product-card h3 {
    font-size: 14px;
    line-height: 1.35;
  }
  .asna-product-card h3 a {
    -webkit-line-clamp: 3;
  }
  .asna-add {
    width: 100%;
    min-width: 0;
    min-height: 38px;
    padding: 8px 10px;
    font-size: 12px;
  }
  .asna-add span {
    display: inline !important;
  }
  .asna-product-card__bottom {
    align-items: stretch;
    flex-direction: column;
  }
}


/* =========================================================
   ASSABOOR NEW ARRIVALS — FINAL ENFORCED OVERRIDES
   These rules intentionally come last so theme styles cannot
   partially override the requested layout.
   ========================================================= */

/* 1. CATEGORY CARDS — ALL TEXT LEFT */
.asna .asna-section--categories .asna-category-card {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) 18px !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 96px !important;
  padding: 18px !important;
  text-align: left !important;
}

.asna .asna-section--categories .asna-category-card__copy,
.asna .asna-section--categories .asna-category-card__copy *,
.asna .asna-section--categories .asna-category-card h3,
.asna .asna-section--categories .asna-category-card p {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
  justify-self: stretch !important;
}

.asna .asna-section--categories .asna-category-card h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.asna .asna-section--categories .asna-category-card p {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.asna .asna-section--categories .asna-category-card__arrow {
  justify-self: end !important;
  text-align: right !important;
}

/* 2. FRESH PICKS HEADING + DESCRIPTION — LEFT */
.asna #asna-products-PLACEHOLDER,
.asna .asna-heading-row--products {
  text-align: left !important;
}

.asna .asna-heading-row--products {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 28px !important;
}

.asna .asna-heading-row--products > div:first-child {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  text-align: left !important;
}

.asna .asna-heading-row--products .asna-eyebrow,
.asna .asna-heading-row--products h2,
.asna .asna-heading-row--products p {
  display: block !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

.asna .asna-heading-row--products h2 {
  font-size: clamp(42px, 4vw, 58px) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.035em !important;
}

/* 3. FOUR COMPACT CARDS ON WIDE DESKTOP */
.asna .asna-product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch !important;
}

.asna .asna-product-card {
  min-width: 0 !important;
  width: 100% !important;
  border-radius: 16px !important;
}

.asna .asna-product-card__media {
  aspect-ratio: 1 / 0.82 !important;
  min-height: 0 !important;
  max-height: 265px !important;
}

.asna .asna-product-card__image,
.asna .asna-product-card__placeholder {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.asna .asna-product-card__body {
  padding: 14px 15px 15px !important;
}

/* 4. PRODUCT TITLES — BIGGER, THREE LINES, ELLIPSIS */
.asna .asna-product-card h3 {
  min-height: calc(1.42em * 3) !important;
  max-height: calc(1.42em * 3) !important;
  margin: 11px 0 8px !important;
  overflow: hidden !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.42 !important;
}

.asna .asna-product-card h3 a {
  display: -webkit-box !important;
  width: 100% !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  line-clamp: 3 !important;
  text-overflow: ellipsis !important;
}

/* 5. FULL ADD TO CART BUTTON */
.asna .asna-product-card__bottom {
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: stretch !important;
  gap: 12px !important;
  margin-top: 14px !important;
}

.asna .asna-product-card__price {
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
}

.asna .asna-product-card .asna-add,
.asna .asna-product-card button.asna-add,
.asna .asna-product-card a.asna-add {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 44px !important;
  padding: 10px 16px !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: #ffffff !important;
  background: #111111 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.asna .asna-product-card .asna-add span {
  display: inline !important;
  color: #ffffff !important;
}

.asna .asna-product-card .asna-add:hover,
.asna .asna-product-card .asna-add:focus-visible {
  color: #ffffff !important;
  background: var(--asna-gold) !important;
}

/* TABLET */
@media (max-width: 1180px) {
  .asna .asna-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* SMALL TABLET */
@media (max-width: 820px) {
  .asna .asna-heading-row--products {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .asna .asna-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .asna .asna-product-card__media {
    max-height: none !important;
    aspect-ratio: 1 / 0.9 !important;
  }

  .asna .asna-product-card h3 {
    font-size: 16px !important;
  }
}

/* MOBILE */
@media (max-width: 580px) {
  .asna .asna-section--categories .asna-category-card {
    grid-template-columns: 42px minmax(0, 1fr) 18px !important;
    min-height: 90px !important;
    padding: 15px !important;
  }

  .asna .asna-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .asna .asna-product-card__body {
    padding: 11px !important;
  }

  .asna .asna-product-card h3 {
    min-height: calc(1.38em * 3) !important;
    max-height: calc(1.38em * 3) !important;
    font-size: 14px !important;
    line-height: 1.38 !important;
  }

  .asna .asna-product-card .asna-add {
    min-height: 38px !important;
    padding: 8px 10px !important;
    font-size: 12px !important;
  }
}


/* =========================================================
   ASSABOOR NEW ARRIVALS — LAYOUT FIX V5
   ========================================================= */

/* 1. CATEGORY BADGES: THREE PER ROW */
.asna .asna-section--categories .asna-category-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.asna .asna-section--categories .asna-category-card {
  width: 100% !important;
  min-width: 0 !important;
}

/* 2. FRESH PICKS FILTERS FULLY RIGHT */
.asna .asna-heading-row--products {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: 28px !important;
}

.asna .asna-heading-row--products > div:first-child {
  min-width: 0 !important;
  justify-self: start !important;
}

.asna .asna-heading-row--products .asna-filter-pills {
  justify-self: end !important;
  margin-left: auto !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

/* 3. PRODUCT CARD TITLES LEFT + BIGGER RATINGS */
.asna .asna-product-card h3,
.asna .asna-product-card h3 a {
  text-align: left !important;
}

.asna .asna-product-card__rating {
  justify-content: flex-start !important;
  text-align: left !important;
  font-size: 14px !important;
  gap: 7px !important;
}

.asna .asna-product-card__rating span {
  font-size: 15px !important;
  letter-spacing: .05em !important;
}

.asna .asna-product-card__rating small {
  font-size: 12px !important;
}

/* 4. EDITORIAL HEADING LEFT */
.asna .asna-editorial__content,
.asna .asna-editorial__content .asna-eyebrow,
.asna .asna-editorial__content h2,
.asna .asna-editorial__content .rte {
  text-align: left !important;
}

.asna .asna-editorial__content h2 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 620px !important;
}

/* TABLET */
@media (max-width: 1100px) {
  .asna .asna-section--categories .asna-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* MOBILE */
@media (max-width: 820px) {
  .asna .asna-heading-row--products {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  .asna .asna-heading-row--products .asna-filter-pills {
    justify-self: start !important;
    margin-left: 0 !important;
    justify-content: flex-start !important;
  }
}

@media (max-width: 580px) {
  .asna .asna-section--categories .asna-category-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   ASSABOOR NEW ARRIVALS — CONSOLIDATED FINAL REFINEMENTS
   Clean desktop hero polish with protected mobile layout
   ========================================================= */

/* Newsletter heading always remains white */
.asna .asna-newsletter h2,
.asna .asna-newsletter h2 *,
.asna .asna-newsletter__content h2,
.asna .asna-newsletter__content h2 * {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: transparent !important;
  text-shadow: none !important;
}

/* ---------------------------------------------------------
   DESKTOP HERO — MATCH HOMEPAGE RHYTHM
   --------------------------------------------------------- */
@media (min-width: 821px) {
  .asna .asna-hero__inner {
    width: min(calc(100% - 120px), 1460px) !important;
    margin: 0 auto !important;
  }

  .asna .asna-hero__content {
    width: 620px !important;
    max-width: 46vw !important;
    padding-left: 22px !important;
    text-align: left !important;
  }

  .asna .asna-kicker {
    margin: 0 0 18px !important;
  }

  .asna .asna-hero__title {
    max-width: 640px !important;
    margin: 0 0 18px !important;
    font-size: clamp(54px, 4.8vw, 72px) !important;
    font-weight: 800 !important;
    line-height: 1.01 !important;
    letter-spacing: -.045em !important;
    text-align: left !important;
  }

  .asna .asna-hero__text {
    max-width: 570px !important;
    margin: 0 !important;
    font-size: clamp(17px, 1.2vw, 20px) !important;
    line-height: 1.58 !important;
    text-align: left !important;
  }

  .asna .asna-hero__actions {
    margin-top: 30px !important;
  }

  .asna .asna-hero__trust {
    margin-top: 27px !important;
  }

  /* Homepage-style transparent arrows */
  .asna .asna-hero__arrow {
    position: absolute !important;
    top: 50% !important;
    z-index: 20 !important;
    width: 42px !important;
    height: 58px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #111 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: 0 1px 8px rgba(255,255,255,.7) !important;
    font-size: 42px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    transform: translateY(-50%) !important;
    transition: color .25s ease, transform .25s ease !important;
  }

  .asna .asna-hero__arrow:hover {
    color: var(--asna-gold) !important;
    background: transparent !important;
    transform: translateY(-50%) scale(1.08) !important;
  }

  .asna .asna-hero__arrow--left {
    left: 34px !important;
  }

  .asna .asna-hero__arrow--right {
    right: 34px !important;
  }

  /* Slider lines at the lower-left of the banner */
  .asna .asna-hero__dots,
  .asna .asna-hero > .asna-hero__dots,
  .asna .asna-hero__inner .asna-hero__dots {
    position: absolute !important;
    left: max(9.7%, 160px) !important;
    right: auto !important;
    top: auto !important;
    bottom: 20px !important;
    z-index: 22 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    pointer-events: none !important;
  }

  .asna .asna-hero__dots i {
    display: block !important;
    width: 30px !important;
    height: 4px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: rgba(17,17,17,.25) !important;
    box-shadow: none !important;
  }

  .asna .asna-hero__dots i.is-active {
    width: 50px !important;
    background: var(--asna-gold) !important;
  }
}

/* ---------------------------------------------------------
   SECTION HEADING ALIGNMENT
   --------------------------------------------------------- */
.asna .asna-heading-row--products {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: 28px !important;
  margin-bottom: 32px !important;
  padding-left: 32px !important;
  text-align: left !important;
}

.asna .asna-heading-row--products > div:first-child {
  width: 100% !important;
  min-width: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
}

.asna .asna-heading-row--products .asna-eyebrow {
  display: block !important;
  width: 100% !important;
  margin: 0 0 10px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  text-align: left !important;
}

.asna .asna-heading-row--products h2 {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  font-size: clamp(42px, 4vw, 62px) !important;
  font-weight: 800 !important;
  line-height: 1.03 !important;
  letter-spacing: -.04em !important;
  text-align: left !important;
}

.asna .asna-heading-row--products p {
  display: block !important;
  width: 100% !important;
  max-width: 640px !important;
  margin: 12px 0 0 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  text-align: left !important;
}

.asna .asna-heading-row--products .asna-filter-pills {
  justify-self: end !important;
  align-self: end !important;
  margin-left: auto !important;
}

/* Editorial and newsletter remain left aligned */
.asna .asna-editorial__content {
  align-items: flex-start !important;
  padding-left: max(32px, clamp(40px, 6vw, 84px)) !important;
  text-align: left !important;
}

.asna .asna-editorial__content .asna-eyebrow,
.asna .asna-editorial__content h2,
.asna .asna-editorial__content .rte,
.asna .asna-editorial__content .rte p,
.asna .asna-editorial__points,
.asna .asna-editorial__points div {
  width: 100% !important;
  text-align: left !important;
}

.asna .asna-editorial__content .asna-eyebrow {
  margin: 0 0 10px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .14em !important;
}

.asna .asna-editorial__content h2 {
  max-width: 650px !important;
  margin: 0 !important;
  font-size: clamp(42px, 4vw, 62px) !important;
  font-weight: 800 !important;
  line-height: 1.03 !important;
  letter-spacing: -.04em !important;
}

.asna .asna-newsletter,
.asna .asna-newsletter__content {
  text-align: left !important;
}

.asna .asna-newsletter__content {
  width: 100% !important;
  padding-left: 32px !important;
  justify-self: start !important;
}

.asna .asna-newsletter .asna-eyebrow,
.asna .asna-newsletter__content .asna-eyebrow {
  display: block !important;
  width: 100% !important;
  margin: 0 0 10px !important;
  text-align: left !important;
}

.asna .asna-newsletter h2,
.asna .asna-newsletter__content h2 {
  display: block !important;
  width: 100% !important;
  max-width: 650px !important;
  margin: 0 !important;
  font-size: clamp(42px, 4vw, 62px) !important;
  font-weight: 800 !important;
  line-height: 1.03 !important;
  letter-spacing: -.04em !important;
  text-align: left !important;
}

.asna .asna-newsletter p,
.asna .asna-newsletter__content p {
  width: 100% !important;
  max-width: 650px !important;
  margin: 14px 0 0 !important;
  text-align: left !important;
  line-height: 1.7 !important;
}

/* ---------------------------------------------------------
   MOBILE HERO — PROTECTED EXISTING CARD LAYOUT
   --------------------------------------------------------- */
@media (max-width: 820px) {
  .asna .asna-hero {
    position: relative !important;
    width: calc(100% - 18px) !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 10px auto 0 !important;
    overflow: hidden !important;
    border: 1px solid var(--asna-border) !important;
    border-radius: 22px !important;
    background: var(--asna-surface) !important;
    box-shadow: none !important;
  }

  .asna .asna-hero__media {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 285px !important;
    overflow: hidden !important;
    background: #ead6bd !important;
  }

  .asna .asna-hero__image,
  .asna .asna-hero__placeholder {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0 !important;
  }

  .asna .asna-hero__overlay {
    display: none !important;
  }

  .asna .asna-hero__inner {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    background: linear-gradient(180deg, #fffdfa 0%, #f7efe4 100%) !important;
  }

  .asna .asna-hero__content {
    width: 100% !important;
    max-width: none !important;
    padding: 24px 18px 28px !important;
    text-align: left !important;
  }

  .asna .asna-kicker {
    margin: 0 0 14px !important;
    padding: 8px 12px !important;
    font-size: 10px !important;
    font-weight: 600 !important;
  }

  .asna .asna-hero__title {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 12px !important;
    font-size: clamp(34px, 9.5vw, 44px) !important;
    line-height: 1.02 !important;
    text-align: left !important;
  }

  .asna .asna-hero__text {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    text-align: left !important;
  }

  .asna .asna-hero__actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) !important;
    gap: 10px !important;
    margin-top: 20px !important;
  }

  .asna .asna-hero__actions .asna-btn {
    width: 100% !important;
    min-height: 44px !important;
    padding: 10px 12px !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
  }

  .asna .asna-hero__actions .asna-btn--dark {
    color: #fff !important;
    background: var(--asna-gold) !important;
  }

  .asna .asna-hero__actions .asna-btn--ghost {
    color: #111 !important;
    border-color: color-mix(in srgb, var(--asna-gold) 45%, var(--asna-border)) !important;
    background: #fff !important;
  }

  .asna .asna-hero__trust {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px 14px !important;
    margin-top: 20px !important;
    font-size: 11px !important;
  }

  .asna .asna-hero__trust span:last-child {
    grid-column: 1 / -1 !important;
  }

  .asna .asna-hero__arrow {
    display: none !important;
  }

  /* Dots overlay the bottom-left of the image */
  .asna .asna-hero__dots,
  .asna .asna-hero > .asna-hero__dots {
    position: absolute !important;
    left: 16px !important;
    right: auto !important;
    top: 258px !important;
    bottom: auto !important;
    z-index: 50 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-100%) !important;
    pointer-events: none !important;
  }

  .asna .asna-hero__inner .asna-hero__dots {
    position: absolute !important;
    left: 16px !important;
    top: -16px !important;
    bottom: auto !important;
    z-index: 50 !important;
    display: flex !important;
    gap: 6px !important;
    margin: 0 !important;
    transform: translateY(-100%) !important;
    pointer-events: none !important;
  }

  .asna .asna-hero__dots i {
    display: block !important;
    width: 25px !important;
    height: 3px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.88) !important;
    box-shadow: 0 1px 4px rgba(0,0,0,.16) !important;
  }

  .asna .asna-hero__dots i.is-active {
    width: 44px !important;
    background: var(--asna-gold) !important;
  }

  .asna .asna-heading-row--products {
    grid-template-columns: 1fr !important;
    align-items: start !important;
    gap: 18px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .asna .asna-heading-row--products .asna-filter-pills {
    justify-self: start !important;
    margin-left: 0 !important;
  }

  .asna .asna-editorial__content,
  .asna .asna-newsletter__content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .asna .asna-heading-row--products h2,
  .asna .asna-editorial__content h2,
  .asna .asna-newsletter h2,
  .asna .asna-newsletter__content h2 {
    font-size: 38px !important;
  }
}

@media (max-width: 480px) {
  .asna .asna-hero {
    width: calc(100% - 16px) !important;
    border-radius: 20px !important;
  }

  .asna .asna-hero__media {
    height: 255px !important;
  }

  .asna .asna-hero__content {
    padding: 20px 14px 24px !important;
  }

  .asna .asna-hero__title {
    font-size: 36px !important;
  }

  .asna .asna-hero__actions {
    grid-template-columns: 1fr 1fr !important;
  }

  .asna .asna-hero__actions .asna-btn {
    min-height: 42px !important;
    padding-inline: 8px !important;
    font-size: 10px !important;
  }

  .asna .asna-hero__dots,
  .asna .asna-hero > .asna-hero__dots {
    left: 15px !important;
    top: 228px !important;
  }

  .asna .asna-hero__inner .asna-hero__dots {
    left: 14px !important;
    top: -14px !important;
  }

  .asna .asna-heading-row--products,
  .asna .asna-editorial__content,
  .asna .asna-newsletter__content {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .asna .asna-heading-row--products h2,
  .asna .asna-editorial__content h2,
  .asna .asna-newsletter h2,
  .asna .asna-newsletter__content h2 {
    font-size: 34px !important;
    line-height: 1.08 !important;
  }

  .asna .asna-heading-row--products p {
    font-size: 15px !important;
  }
  /* ==========================================================
   NEW ARRIVALS — FINAL ALIGNMENT, ARROWS & IMAGE FIX
   Paste at the VERY BOTTOM of the CSS file
   ========================================================== */


/* ==========================================================
   1. HERO ARROWS — MATCH HOMEPAGE CHEVRONS
   ========================================================== */

.asna .asna-hero__arrow {
  position: absolute !important;
  top: 50% !important;
  z-index: 25 !important;

  width: 34px !important;
  height: 52px !important;
  min-width: 34px !important;
  min-height: 52px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;

  color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;

  font-size: 0 !important;
  line-height: 1 !important;

  transform: translateY(-50%) !important;
  transition: transform .25s ease !important;
}

/* Create clean homepage-style arrow shape */
.asna .asna-hero__arrow::before {
  content: "" !important;

  width: 12px !important;
  height: 12px !important;

  display: block !important;

  border-top: 3px solid #111111 !important;
  border-right: 3px solid #111111 !important;

  transition:
    border-color .25s ease,
    transform .25s ease !important;
}

.asna .asna-hero__arrow--left {
  left: 38px !important;
}

.asna .asna-hero__arrow--left::before {
  transform: rotate(-135deg) !important;
}

.asna .asna-hero__arrow--right {
  right: 38px !important;
}

.asna .asna-hero__arrow--right::before {
  transform: rotate(45deg) !important;
}

.asna .asna-hero__arrow:hover {
  background: transparent !important;
  transform: translateY(-50%) scale(1.08) !important;
}

.asna .asna-hero__arrow:hover::before {
  border-color: var(--asna-gold) !important;
}


/* ==========================================================
   2. DESKTOP HEADINGS — ALIGN WITH FIRST CARD
   ========================================================== */

/* Remove the extra left padding previously added */
@media (min-width: 821px) {

  .asna .asna-heading-row--products {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .asna .asna-section--categories .asna-heading-row {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .asna .asna-heading-row--products > div:first-child,
  .asna .asna-section--categories .asna-heading-row > div:first-child {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .asna .asna-heading-row--products .asna-eyebrow,
  .asna .asna-heading-row--products h2,
  .asna .asna-heading-row--products p,
  .asna .asna-section--categories .asna-eyebrow,
  .asna .asna-section--categories h2 {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
  }
}


/* ==========================================================
   3. PRODUCT IMAGES — FILL THE ENTIRE IMAGE FRAME
   ========================================================== */

.asna .asna-product-card__media {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
}

.asna .asna-product-card__image-link {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  display: block !important;
  overflow: hidden !important;
}

.asna .asna-product-card__image,
.asna .asna-product-card__placeholder {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;

  height: 100% !important;
  min-height: 100% !important;

  display: block !important;

  object-fit: cover !important;
  object-position: center center !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* Slight enlargement prevents thin empty edges */
.asna .asna-product-card__image {
  transform: scale(1.015) !important;
}

.asna .asna-product-card:hover .asna-product-card__image {
  transform: scale(1.055) !important;
}


/* ==========================================================
   4. MOBILE — EQUAL SPACE FROM PAGE EDGES
   Headings and cards remain aligned together
   ========================================================== */

@media (max-width: 820px) {

  /* Increase the whole section inset instead of moving only text */
  .asna .asna-section,
  .asna .asna-closing {
    width: calc(100% - 36px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Category heading aligns with category cards */
  .asna .asna-section--categories .asna-heading-row {
    width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: 0 !important;
    padding-right: 0 !important;

    text-align: left !important;
  }

  .asna .asna-section--categories .asna-heading-row > div,
  .asna .asna-section--categories .asna-eyebrow,
  .asna .asna-section--categories .asna-heading-row h2,
  .asna .asna-section--categories .asna-text-link {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
  }

  /* Fresh Picks heading aligns with first product card */
  .asna .asna-heading-row--products {
    width: 100% !important;

    grid-template-columns: 1fr !important;
    align-items: start !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: 0 !important;
    padding-right: 0 !important;

    gap: 18px !important;
    text-align: left !important;
  }

  .asna .asna-heading-row--products > div:first-child,
  .asna .asna-heading-row--products .asna-eyebrow,
  .asna .asna-heading-row--products h2,
  .asna .asna-heading-row--products p {
    width: 100% !important;

    margin-left: 0 !important;
    padding-left: 0 !important;

    text-align: left !important;
  }

  .asna .asna-heading-row--products .asna-filter-pills {
    justify-self: start !important;
    justify-content: flex-start !important;

    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  /* Keep editorial content comfortably away from its card edge */
  .asna .asna-editorial__content {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  /* Keep newsletter content comfortably away from its card edge */
  .asna .asna-newsletter__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Mobile hero arrows remain hidden */
  .asna .asna-hero__arrow {
    display: none !important;
  }
}


/* ==========================================================
   SMALL MOBILE — KEEP 18PX PAGE INSET
   ========================================================== */

@media (max-width: 480px) {

  .asna .asna-section,
  .asna .asna-closing {
    width: calc(100% - 36px) !important;
  }

  .asna .asna-section--categories .asna-heading-row,
  .asna .asna-heading-row--products {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .asna .asna-editorial__content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .asna .asna-newsletter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .asna .asna-newsletter__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
/* ==========================================================
   NEW ARRIVALS — FINAL PRECISION FIX
   Arrows, dots, product images and heading alignment
   ========================================================== */


/* ==========================================================
   1. DESKTOP ARROWS — THICKER LIKE HOMEPAGE
   ========================================================== */

@media (min-width: 821px) {

  .asna .asna-hero__arrow {
    position: absolute !important;
    top: 50% !important;
    z-index: 30 !important;

    width: 36px !important;
    height: 56px !important;
    min-width: 36px !important;
    min-height: 56px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;

    color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;

    font-size: 0 !important;
    line-height: 1 !important;

    transform: translateY(-50%) !important;
  }

  .asna .asna-hero__arrow::before {
    content: "" !important;

    display: block !important;

    width: 14px !important;
    height: 14px !important;

    border-top: 4px solid #111111 !important;
    border-right: 4px solid #111111 !important;

    transition:
      border-color .25s ease,
      transform .25s ease !important;
  }

  .asna .asna-hero__arrow--left {
    left: 38px !important;
  }

  .asna .asna-hero__arrow--left::before {
    transform: rotate(-135deg) !important;
  }

  .asna .asna-hero__arrow--right {
    right: 38px !important;
  }

  .asna .asna-hero__arrow--right::before {
    transform: rotate(45deg) !important;
  }

  .asna .asna-hero__arrow:hover {
    background: transparent !important;
    transform: translateY(-50%) scale(1.08) !important;
  }

  .asna .asna-hero__arrow:hover::before {
    border-color: var(--asna-gold) !important;
  }
}


/* ==========================================================
   2. DESKTOP SLIDER LINES — ALIGN TO HERO TEXT LEFT EDGE
   ========================================================== */

@media (min-width: 821px) {

  .asna .asna-hero__dots,
  .asna .asna-hero > .asna-hero__dots,
  .asna .asna-hero__inner .asna-hero__dots {
    position: absolute !important;

    left: calc((100% - min(calc(100% - 120px), 1460px)) / 2 + 22px) !important;
    right: auto !important;

    top: auto !important;
    bottom: 20px !important;

    z-index: 25 !important;

    display: flex !important;
    align-items: center !important;
    gap: 8px !important;

    margin: 0 !important;
    padding: 0 !important;

    transform: none !important;
    pointer-events: none !important;
  }

  .asna .asna-hero__dots i {
    width: 30px !important;
    height: 4px !important;
  }

  .asna .asna-hero__dots i.is-active {
    width: 50px !important;
  }
}


/* ==========================================================
   3. PRODUCT IMAGES — REMOVE RIGHT-SIDE EMPTY GAP
   ========================================================== */

.asna .asna-product-card__media {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  background: #f3efe8 !important;
}

.asna .asna-product-card__image-link {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  display: block !important;

  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.asna .asna-product-card__image,
.asna .asna-product-card__placeholder {
  position: absolute !important;
  inset: -1px !important;

  width: calc(100% + 2px) !important;
  min-width: calc(100% + 2px) !important;
  max-width: none !important;

  height: calc(100% + 2px) !important;
  min-height: calc(100% + 2px) !important;

  display: block !important;

  object-fit: cover !important;
  object-position: center center !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
}

/* Prevent older hover transforms from revealing an edge */
.asna .asna-product-card__image {
  transform: scale(1.025) !important;
  transform-origin: center center !important;
}

.asna .asna-product-card:hover .asna-product-card__image {
  transform: scale(1.065) !important;
}


/* ==========================================================
   4. FRESH PICKS TEXT — ALIGN EXACTLY WITH FIRST CARD
   ========================================================== */

.asna .asna-heading-row--products {
  width: 100% !important;

  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 32px !important;

  padding-left: 0 !important;
  padding-right: 0 !important;

  text-align: left !important;
}

.asna .asna-heading-row--products > div:first-child {
  width: 100% !important;

  margin-left: 0 !important;
  margin-right: 0 !important;

  padding-left: 0 !important;
  padding-right: 0 !important;

  text-align: left !important;
}

.asna .asna-heading-row--products .asna-eyebrow,
.asna .asna-heading-row--products h2,
.asna .asna-heading-row--products p {
  display: block !important;

  width: 100% !important;

  margin-left: 0 !important;
  margin-right: 0 !important;

  padding-left: 0 !important;
  padding-right: 0 !important;

  text-align: left !important;
}


/* ==========================================================
   MOBILE — KEEP SAFE OUTER SPACING
   ========================================================== */

@media (max-width: 820px) {

  .asna .asna-section,
  .asna .asna-closing {
    width: calc(100% - 36px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .asna .asna-heading-row--products,
  .asna .asna-section--categories .asna-heading-row {
    width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: 0 !important;
    padding-right: 0 !important;

    text-align: left !important;
  }

  .asna .asna-heading-row--products > div:first-child,
  .asna .asna-heading-row--products .asna-eyebrow,
  .asna .asna-heading-row--products h2,
  .asna .asna-heading-row--products p,
  .asna .asna-section--categories .asna-heading-row > div,
  .asna .asna-section--categories .asna-eyebrow,
  .asna .asna-section--categories h2,
  .asna .asna-section--categories .asna-text-link {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
  }

  .asna .asna-hero__arrow {
    display: none !important;
  }
}

@media (max-width: 480px) {

  .asna .asna-section,
  .asna .asna-closing {
    width: calc(100% - 36px) !important;
  }
}
}


/* NEW ARRIVALS DEFINITIVE FINAL FIX */
@media (min-width:821px){.asna .asna-hero__arrow{position:absolute!important;top:50%!important;z-index:50!important;width:46px!important;height:64px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:0!important;color:transparent!important;font-size:0!important;transform:translateY(-50%)!important}.asna .asna-hero__arrow:before{content:'';display:block;width:18px;height:18px;border-top:4px solid #111!important;border-right:4px solid #111!important}.asna .asna-hero__arrow--left{left:26px!important}.asna .asna-hero__arrow--left:before{transform:rotate(-135deg)}.asna .asna-hero__arrow--right{right:26px!important}.asna .asna-hero__arrow--right:before{transform:rotate(45deg)}.asna .asna-hero__arrow:hover:before{border-color:var(--asna-gold)!important}.asna .asna-hero__dots{left:calc((100% - min(calc(100% - 120px),1460px))/2 + 22px)!important;bottom:18px!important;right:auto!important;top:auto!important}.asna .asna-heading-row--products,.asna .asna-heading-row--products>div:first-child,.asna .asna-heading-row--products .asna-eyebrow,.asna .asna-heading-row--products h2,.asna .asna-heading-row--products p{margin-left:0!important;padding-left:0!important;text-align:left!important}.asna .asna-product-card__media{overflow:hidden!important}.asna .asna-product-card__image-link{position:absolute!important;inset:0!important;width:100%!important;height:100%!important}.asna .asna-product-card__image,.asna .asna-product-card__placeholder{position:absolute!important;inset:-2px!important;width:calc(100% + 4px)!important;height:calc(100% + 4px)!important;max-width:none!important;object-fit:cover!important;object-position:center!important}.asna .asna-product-card__image{transform:scale(1.02)!important}.asna .asna-product-card:hover .asna-product-card__image{transform:scale(1.06)!important}}
