/** Shopify CDN: Minification failed

Line 400:1 Unexpected "#2a1d0bff"

**/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Jost:wght@300;400;500&family=Montserrat:wght@400;500;600&family=Playfair+Display:wght@400;500;600&display=swap');

.noorae-after-hero {
  font-family: 'Montserrat', 'Jost', sans-serif;
  background: transparent;
  color: #211a19;
}

.noorae-after-hero__shop-models {
  width: 100%;
  margin: 0;
  padding: 120px 80px 80px;
  background: #faf6f0;
}

.noorae-after-hero__shop-models-heading {
  margin: 0 auto 64px;
  max-width: 1440px;
  text-align: center;
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  font-style: italic;
  color: #211a19;
  opacity: 0.82;
  letter-spacing: 0.02em;
}

.noorae-after-hero__models {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  max-width: 1040px;
  margin: 0 auto;
  align-items: stretch;
}

.noorae-after-hero__model-image-wrap {
  display: block;
  text-decoration: none;
  overflow: hidden;
  background: #f0e8d8;
  margin-bottom: 24px;
  aspect-ratio: 4 / 5;
}

.noorae-after-hero__model-image,
.noorae-after-hero__model-placeholder > svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.7s ease;
}

.noorae-after-hero__model-card--lace .noorae-after-hero__model-image {
  object-position: center 18%;
}

.noorae-after-hero__model-card--prints .noorae-after-hero__model-image {
  object-position: center 42%;
}

.noorae-after-hero__model-card:hover .noorae-after-hero__model-image {
  transform: scale(1.05);
}

.noorae-after-hero__model-placeholder {
  background: #F0E8D8;
}

.noorae-after-hero__model-label {
  margin: 0 0 8px;
  text-align: center;
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: clamp(24px, 2.4vw, 28px);
  font-weight: 500;
  line-height: 1.2;
  color: #211a19;
}

.noorae-after-hero__model-cta {
  margin: 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4e3b27ff;
  transition: color 0.25s ease;
}

.noorae-after-hero__model-card:hover .noorae-after-hero__model-cta {
  color: #2a1d0bff;
}

.noorae-after-hero__category {
  padding: 120px 0 80px;
}

.noorae-after-hero__category--lace {
  background: #F0E8D8;
}

.noorae-after-hero__category--prints {
  background: #faf6f0;
}

.noorae-after-hero__category + .noorae-after-hero__category {
  margin-top: 0;
  padding-top: 120px;
  border-top: 0;
}

.noorae-after-hero__section-head,
.noorae-after-hero__ig {
  padding: 0 80px 64px;
}

.noorae-after-hero__ig {
  background: #F0E8D8;
  padding-top: 120px;
  padding-bottom: 80px;
}

.noorae-after-hero__section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.noorae-after-hero__section-eyebrow {
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #785928;
  font-weight: 600;
}

.noorae-after-hero__section-title {
  margin: 0 0 16px;
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #211a19;
  line-height: 1.2;
}

.noorae-after-hero__section-description {
  margin: 0 auto;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.6;
  color: #4e3b27ff;
  opacity: 0.82;
}

.noorae-after-hero__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 4.2vw, 52px);
  font-weight: 300;
  letter-spacing: 0.2px;
  text-transform: none;
  color: #8b6240;
  line-height: 1.08;
  margin-bottom: 10px;
}

.noorae-after-hero__eyebrow::before,
.noorae-after-hero__eyebrow::after {
  content: '';
  width: 30px;
  height: 1px;
  background: #a07840;
}

.noorae-after-hero__heading-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 5.2vw, 60px);
  letter-spacing: 0;
  color: #2c2416;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.1;
}

.noorae-after-hero__heading-description {
  margin: 0 auto;
  max-width: 410px;
  color: #7a6a55;
  font-size: 13px;
  line-height: 1.8;
}

.noorae-after-hero__label {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8b6240;
  margin: 0 0 8px;
}

.noorae-after-hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 4.2vw, 54px);
  font-weight: 300;
  color: #2c2416;
  line-height: 1.1;
  margin: 0 0 8px;
}

.noorae-after-hero__title em {
  font-style: italic;
  color: #8b6240;
}

.noorae-after-hero__line {
  width: 40px;
  height: 1px;
  background: #F0E8D8;
  margin: 12px 0 24px;
}

.noorae-after-hero__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px 8px;
  align-items: start;
}

.noorae-after-hero__card {
  background: transparent;
  position: relative;
  margin: 0;
  overflow: visible;
}

.noorae-after-hero__card:nth-child(2),
.noorae-after-hero__card:nth-child(4) {
  margin-top: 48px;
}

.noorae-after-hero__img-link {
  display: block;
  text-decoration: none;
}

.noorae-after-hero__img {
  aspect-ratio: 3 / 4;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  background: #E5D9C5;
}

.noorae-after-hero__product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.noorae-after-hero__card:hover .noorae-after-hero__product-image {
  transform: scale(1.03);
}

.noorae-after-hero__img-placeholder {
  width: 100%;
  height: 100%;
}

.noorae-after-hero__badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  display: inline-block;
  background: rgba(255, 255, 255, 0.92);
  color: #5b4a33;
  font-size: 9px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 3px 8px;
  margin: 0;
}

.noorae-after-hero__info {
  padding: 0 8px;
  text-align: center;
}

.noorae-after-hero__name {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: #211a19;
  line-height: 1.3;
  margin: 0 0 4px;
}

.noorae-after-hero__price {
  font-size: 20px;
  color: #944748;
  font-weight: 500;
}

.noorae-after-hero__price-wrap {
  margin: 0;
}

.noorae-after-hero__price-compare {
  font-size: 19px;
  color: #8d8173;
  text-decoration: line-through;
  margin-right: 6px;
}

.noorae-after-hero__price-save {
  font-size: 18px;
  color: #8b6240;
  margin-left: 6px;
}

.noorae-after-hero__products-footer {
  text-align: center;
  padding: 64px 80px 0;
}

.noorae-after-hero__products-footer-btn {
  display: inline-block;
  padding: 12px 48px;
  border: 1px solid #877272;
  color: #211a19;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.noorae-after-hero__products-footer-btn:hover {
  background: #2a1d0bff;
  border-color: #2a1d0bff;
  color: #fff;
}

.noorae-after-hero__card--empty {
  grid-column: 1 / -1;
  max-width: 420px;
  margin: 0 auto;
}

.noorae-after-hero__card--empty .noorae-after-hero__info {
  padding: 24px 0;
}

.noorae-after-hero__express {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 42px;
  align-items: center;
  padding: 42px 32px 56px;
  max-width: 1260px;
  margin: 0 auto;
}

.noorae-after-hero__express-copy {
  max-width: 430px;
}

.noorae-after-hero__express-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8b6240;
}#2a1d0bff

.noorae-after-hero__express-title {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  color: #1a1208;
  text-transform: uppercase;
  line-height: 1.04;
}

.noorae-after-hero__express-text {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.65;
  color: #3f3424;
}

.noorae-after-hero__express-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 12px 26px;
  background: #111;
  color: #f5ede0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
}

.noorae-after-hero__express-media {
  position: relative;
  min-height: 420px;
}

.noorae-after-hero__express-media-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52%;
  z-index: 1;
}

.noorae-after-hero__express-media-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 62%;
  z-index: 2;
}

.noorae-after-hero__express-image,
.noorae-after-hero__express-placeholder > svg {
  width: 100%;
  height: auto;
  display: block;
}

.noorae-after-hero__express-placeholder {
  background: #e9e2d6;
  min-height: 240px;
}

.noorae-after-hero__models-heading {
  display: none;
}

.noorae-after-hero__about {
  background: #3b2f1e;
  padding: 56px 32px;
  margin: 0;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  align-items: center;
}

.noorae-after-hero__about-mark {
  width: 60px;
  height: 60px;
  border: 1px solid #F0E8D8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F0E8D8;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 28px;
}

.noorae-after-hero__about-label {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F0E8D8;
  margin: 0 0 12px;
}

.noorae-after-hero__about-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 3.6vw, 46px);
  font-weight: 300;
  color: #f5ede0;
  margin: 0 0 12px;
  line-height: 1.2;
}

.noorae-after-hero__about-title em {
  color: #F0E8D8;
  font-style: italic;
}

.noorae-after-hero__about-text {
  font-size: 13px;
  color: #c4b49a;
  line-height: 1.8;
  margin: 0 0 16px;
}

.noorae-after-hero__about-btn {
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid #F0E8D8;
  color: #F0E8D8;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

.noorae-after-hero__ig-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: 20px;
}

.noorae-after-hero__ig-tile {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  background: #ebe4d8;
}

.noorae-after-hero__ig-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.noorae-after-hero__ig-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 10, 6, 0.45), rgba(15, 10, 6, 0.08));
  opacity: 0;
  transition: opacity 0.25s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 10px;
}

.noorae-after-hero__ig-label {
  color: #f5ede0;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.noorae-after-hero__ig-fallback {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: #8b6240;
}

.noorae-after-hero__ig-tile:hover .noorae-after-hero__ig-image {
  transform: scale(1.05);
}

.noorae-after-hero__ig-tile:hover .noorae-after-hero__ig-overlay {
  opacity: 1;
}

.noorae-after-hero__newsletter {
  background: #faf6f0;
  padding: 56px 32px;
  margin: 0;
  text-align: center;
}

.noorae-after-hero__newsletter-text {
  font-size: 13px;
  color: #5c4a32;
  margin: 0 0 24px;
}

.noorae-after-hero__newsletter-form {
  display: flex;
  max-width: 420px;
  margin: 0 auto;
}

.noorae-after-hero__newsletter-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #F0E8D8;
  background: #faf6f0;
  font-size: 13px;
  color: #2c2416;
  outline: none;
  font-family: 'Jost', sans-serif;
}

.noorae-after-hero__newsletter-btn {
  padding: 12px 20px;
  background: #2c2416;
  color: #F0E8D8;
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
}

.template-index .footer {
  display: none;
}

.noorae-after-hero__legal {
  border-top: 1px solid #7a5c39;
  background: #2c2416;
  padding: 14px 32px;
}

.noorae-after-hero__legal-inner {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.noorae-after-hero__legal-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.noorae-after-hero__legal-links a {
  color: #F0E8D8;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.noorae-after-hero__legal-copy {
  margin: 0;
  color: #b39672;
  font-size: 12px;
  letter-spacing: 0.6px;
}

body.noorae-popup-open {
  overflow: hidden;
}

.noorae-welcome-popup[hidden] {
  display: none;
}

.noorae-welcome-popup {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.noorae-welcome-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 12, 7, 0.52);
}

.noorae-welcome-popup__panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 460px);
  margin: 0;
  background: #f0e8d8;
  border: 1px solid #d9cdb8;
  padding: 28px 24px 24px;
  text-align: center;
  box-shadow: 0 18px 46px rgba(20, 14, 8, 0.22);
}

.noorae-welcome-popup__close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  color: #5c4a32;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.noorae-welcome-popup__label {
  margin: 0 0 6px;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8b6240;
}

.noorae-welcome-popup__title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.12;
  color: #2c2416;
}

.noorae-welcome-popup__text {
  margin: 10px 0 18px;
  font-size: 14px;
  color: #5c4a32;
}

.noorae-welcome-popup__form {
  margin: 0;
}

.noorae-welcome-popup__field-wrap {
  display: flex;
  gap: 8px;
}

.noorae-welcome-popup__input {
  flex: 1;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #F0E8D8;
  background: #faf6f0;
  color: #2c2416;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
}

.noorae-welcome-popup__submit {
  min-height: 44px;
  padding: 10px 18px;
  border: 0;
  background: #2c2416;
  color: #F0E8D8;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  cursor: pointer;
}

.noorae-welcome-popup__success,
.noorae-welcome-popup__error {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.noorae-welcome-popup__success {
  color: #2f5131;
}

.noorae-welcome-popup__error {
  color: #2a1d0bff;
}

.noorae-welcome-popup__error ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 990px) {
  .noorae-after-hero__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (max-width: 989px) {
  .noorae-after-hero__shop-models,
  .noorae-after-hero__section-head,
  .noorae-after-hero__ig {
    padding-left: 20px;
    padding-right: 20px;
  }

  .noorae-after-hero__shop-models {
    padding-top: 80px;
    padding-bottom: 48px;
  }

  .noorae-after-hero__category {
    padding-top: 80px;
    padding-bottom: 56px;
  }

  .noorae-after-hero__section-head {
    padding-bottom: 40px;
  }

  .noorae-after-hero__grid {
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
  }

  .noorae-after-hero__card:nth-child(2),
  .noorae-after-hero__card:nth-child(4) {
    margin-top: 0;
  }


  .noorae-after-hero__products-footer {
    padding: 40px 20px 0;
  }

  .noorae-after-hero__about {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 42px 22px;
  }

  .noorae-after-hero__ig-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .noorae-after-hero__express {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 22px 46px;
  }

  .noorae-after-hero__express-copy {
    max-width: 100%;
  }

  .noorae-after-hero__express-title {
    font-size: 42px;
  }

  .noorae-after-hero__express-media {
    min-height: 380px;
  }

  .noorae-after-hero__models {
    gap: 20px;
  }
}

@media screen and (max-width: 749px) {
  .noorae-after-hero__shop-models,
  .noorae-after-hero__section-head,
  .noorae-after-hero__ig {
    padding-left: 16px;
    padding-right: 16px;
  }

  .noorae-after-hero__models {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .noorae-after-hero__section-title {
    font-size: 32px;
  }

  .noorae-after-hero__section-description {
    font-size: 15px;
  }

  .noorae-after-hero__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .noorae-after-hero__name {
    font-size: 23px;
  }

  .noorae-after-hero__price {
    font-size: 18px;
  }

  .noorae-after-hero__price-compare,
  .noorae-after-hero__price-save {
    font-size: 16px;
  }

  .noorae-after-hero__about {
    padding: 34px 16px;
    gap: 16px;
  }

  .noorae-after-hero__about-mark {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }

  .noorae-after-hero__about-title {
    font-size: 32px;
  }

  .noorae-after-hero__ig-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .noorae-after-hero__express {
    padding: 22px 16px 38px;
  }

  .noorae-after-hero__express-title {
    font-size: 34px;
  }

  .noorae-after-hero__express-text {
    font-size: 13px;
  }

  .noorae-after-hero__express-media {
    min-height: 300px;
  }

  .noorae-after-hero__models {
    gap: 28px;
    margin: 0 auto 24px;
  }

  .noorae-after-hero__models-heading {
    font-size: 30px;
    margin: 2px 0 4px;
  }

  .noorae-after-hero__model-label {
    font-size: 24px;
    margin: 12px 0 2px;
  }

  .noorae-after-hero__newsletter {
    padding: 38px 16px;
  }

  .noorae-after-hero__newsletter-form {
    flex-direction: column;
    gap: 8px;
  }

  .noorae-after-hero__legal {
    padding: 12px 16px;
  }

  .noorae-after-hero__legal-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .noorae-welcome-popup__panel {
    padding: 24px 16px 18px;
  }

  .noorae-welcome-popup__title {
    font-size: 30px;
  }

  .noorae-welcome-popup__field-wrap {
    flex-direction: column;
  }
}
