/* Mobile-first industry landing: women's clothing, boutique and fashion atelier */
.page-womens-clothing {
  --wc-wine: #8c1d5b;
  --wc-raspberry: #d83f79;
  --wc-aubergine: #32152f;
  --wc-navy: #17244b;
  --wc-cobalt: #315bb8;
  --wc-teal: #168f8a;
  --wc-ink: #211827;
  --wc-muted: #6d6471;
  --wc-line: rgba(140, 29, 91, .13);
  --wc-soft: #fff6fa;
  --wc-shadow: 0 18px 48px rgba(72, 32, 67, .09);
  --content-accent: var(--wc-wine);
  --content-accent-2: var(--wc-raspberry);
}

.page-womens-clothing main {
  background: #fff;
}

.page-womens-clothing .wc-hero {
  padding: 36px 0 56px;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 18%, rgba(49, 91, 184, .12), transparent 27%),
    radial-gradient(circle at 93% 23%, rgba(216, 63, 121, .16), transparent 30%),
    linear-gradient(180deg, #fff7fb 0%, #fff 88%);
}

.page-womens-clothing .wc-hero::before {
  background-image:
    linear-gradient(rgba(140, 29, 91, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 29, 91, .035) 1px, transparent 1px);
  background-size: 36px 36px;
}

.page-womens-clothing .content-breadcrumb,
.page-womens-clothing .content-hero__actions,
.page-womens-clothing .content-hero__meta {
  justify-content: flex-start;
}

.page-womens-clothing .wc-hero__grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
}

.page-womens-clothing .content-hero__copy {
  text-align: right;
}

.page-womens-clothing .content-hero__copy h1 {
  max-width: 780px;
  margin: 14px 0 18px;
  font-size: 28px !important;
  line-height: 1.65;
  letter-spacing: -.35px;
}

.page-womens-clothing .content-hero__copy h1 em {
  display: inline;
  color: var(--wc-wine);
  background: linear-gradient(90deg, var(--wc-wine), var(--wc-raspberry), var(--wc-cobalt));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-womens-clothing .content-hero__lead,
.page-womens-clothing .article-body p {
  font-size: 16px;
  line-height: 2.15;
}

.page-womens-clothing .content-hero__points {
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  margin: 22px 0;
}

.page-womens-clothing .content-hero__points span {
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.9;
}

.page-womens-clothing .content-hero__points svg {
  flex: 0 0 20px;
  margin-top: 4px;
  color: var(--wc-wine);
}

.page-womens-clothing .content-hero__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.page-womens-clothing .content-hero__actions .btn {
  width: 100%;
}

.page-womens-clothing .content-hero__meta {
  gap: 10px 16px;
  color: #6c6070;
  font-size: 12px;
  line-height: 1.8;
}

.wc-hero__panel {
  width: 100%;
  max-width: 680px;
  margin-inline: auto;
}

.wc-hero-art {
  position: relative;
  min-height: 260px;
  display: grid;
  place-items: center;
  margin: 0 0 -28px;
  padding: 8px 6px 48px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 30px;
  background:
    radial-gradient(circle at 15% 18%, rgba(220, 56, 117, .42), transparent 30%),
    radial-gradient(circle at 86% 38%, rgba(53, 94, 193, .4), transparent 32%),
    linear-gradient(145deg, #21121f, #4b183c 53%, #17254c);
  box-shadow: 0 25px 65px rgba(61, 22, 53, .27);
}

.wc-hero-art::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px);
  background-size: 24px 24px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 76%);
  mask-image: linear-gradient(to bottom, #000, transparent 76%);
}

.wc-hero-art img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, .24));
}

.wc-hero-art figcaption {
  position: absolute;
  right: 12px;
  bottom: 36px;
  left: 12px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}

.wc-hero-art figcaption span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: #fff;
  background: rgba(30, 14, 31, .68);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 700;
}

.wc-hero-art figcaption svg {
  width: 14px;
  height: 14px;
  color: #ff9bc0;
}

.page-womens-clothing .wc-hero-form {
  position: relative;
  z-index: 3;
  margin: 0 10px;
  padding: 20px 16px;
  border: 1px solid rgba(140, 29, 91, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 24px 60px rgba(67, 32, 68, .17);
  scroll-margin-top: calc(var(--site-header-height) + 18px);
}

.page-womens-clothing .wc-hero-form .form-card__icon,
.page-womens-clothing .wc-conversion .form-card__icon {
  color: #fff;
  background: linear-gradient(135deg, var(--wc-wine), var(--wc-raspberry));
}

.page-womens-clothing .wc-hero-form .form-card__head h2,
.page-womens-clothing .wc-conversion .form-card__head h2 {
  margin: 0 0 5px;
  font-size: 18px !important;
}

.page-womens-clothing .wc-trust .content-trust__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-womens-clothing .wc-trust .content-trust__grid span {
  justify-content: flex-start;
  min-height: 58px;
  font-size: 12px;
  line-height: 1.75;
}

.page-womens-clothing .wc-trust .content-trust__grid span:last-child {
  grid-column: 1 / -1;
  justify-content: center;
}

.page-womens-clothing .wc-main {
  padding: 62px 0 72px;
  background:
    radial-gradient(circle at 98% 12%, rgba(216, 63, 121, .05), transparent 22%),
    linear-gradient(180deg, #fff 0%, #fffafd 48%, #fff 100%);
}

.page-womens-clothing .content-layout {
  gap: 30px;
}

.page-womens-clothing .wc-short-answer {
  border-color: rgba(140, 29, 91, .16);
  background: linear-gradient(145deg, #fff, #fff3f8);
}

.page-womens-clothing .wc-short-answer strong {
  color: var(--wc-wine);
}

.page-womens-clothing .article-body section.wc-section {
  margin-top: 22px;
  padding: 22px 16px;
  overflow: hidden;
  border: 1px solid var(--wc-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--wc-shadow);
  scroll-margin-top: calc(var(--site-header-height) + 22px);
}

.page-womens-clothing .wc-section .content-heading {
  margin-bottom: 24px;
}

.page-womens-clothing .wc-section h2 {
  margin-top: 11px;
  color: var(--wc-ink);
  font-size: 20px !important;
  line-height: 1.8;
  letter-spacing: -.2px;
}

.page-womens-clothing .wc-section h3 {
  margin: 0 0 7px;
  color: var(--wc-ink);
  font-size: 17px;
  line-height: 1.85;
}

.page-womens-clothing .wc-section .content-heading p {
  color: var(--wc-muted);
  font-size: 16px;
  line-height: 2.1;
}

.page-womens-clothing .content-heading__kicker {
  color: var(--wc-wine);
  border-color: rgba(140, 29, 91, .16);
  background: #fff0f6;
}

.page-womens-clothing .article-body section.wc-section--selector {
  background:
    radial-gradient(circle at 0 0, rgba(49, 91, 184, .08), transparent 31%),
    radial-gradient(circle at 100% 100%, rgba(216, 63, 121, .08), transparent 28%),
    #fff;
}

.wc-fitting-room {
  padding: 17px;
  border: 1px solid rgba(140, 29, 91, .15);
  border-radius: 23px;
  background: linear-gradient(145deg, #fff4f8, #f6f8ff);
}

.wc-fitting-room__head,
.wc-aside-product__head,
.wc-dossier-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.wc-fitting-room__head > span,
.wc-aside-product__head > span,
.wc-dossier-title > span {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--wc-wine), var(--wc-raspberry));
  box-shadow: 0 10px 22px rgba(140, 29, 91, .19);
}

.wc-fitting-room__head strong,
.wc-fitting-room__head small,
.wc-aside-product__head strong,
.wc-aside-product__head small,
.wc-dossier-title b,
.wc-dossier-title small {
  display: block;
}

.wc-fitting-room__head strong,
.wc-aside-product__head strong,
.wc-dossier-title b {
  color: var(--wc-ink);
  font-size: 15px;
  line-height: 1.8;
}

.wc-fitting-room__head small,
.wc-aside-product__head small,
.wc-dossier-title small {
  color: #807482;
  font-size: 12px;
  line-height: 1.8;
}

.wc-choice-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.wc-choice-flow article {
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(140, 29, 91, .1);
  border-radius: 18px;
  background: #fff;
}

.wc-choice-flow article > small {
  display: block;
  margin-bottom: 3px;
  color: var(--wc-wine);
  font-size: 12px;
  font-weight: 700;
}

.wc-choice-flow article > b {
  display: block;
  margin-bottom: 10px;
  color: var(--wc-ink);
  font-size: 14px;
}

.wc-choice-flow article > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.wc-choice-flow article > div span {
  min-width: 42px;
  padding: 7px 10px;
  border: 1px solid #e9e1e7;
  border-radius: 11px;
  color: #706773;
  background: #fffafd;
  font-size: 12px;
  text-align: center;
}

.wc-choice-flow article > div span.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--wc-wine), var(--wc-raspberry));
  box-shadow: 0 7px 16px rgba(140, 29, 91, .16);
}

.wc-color-dots i {
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #7d173f;
  box-shadow: 0 0 0 1px #ddd2da;
}

.wc-color-dots i:nth-child(2) { background: #1f335f; }
.wc-color-dots i:nth-child(3) { background: #e7dccd; }
.wc-color-dots i:nth-child(4) { background: #242329; }
.wc-color-dots i.is-active { box-shadow: 0 0 0 2px var(--wc-raspberry); }

.wc-choice-result {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  margin-top: 11px;
  padding: 15px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--wc-aubergine), var(--wc-wine) 62%, var(--wc-raspberry));
  box-shadow: 0 15px 30px rgba(105, 24, 79, .18);
}

.wc-choice-result > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(255, 255, 255, .14);
}

.wc-choice-result b,
.wc-choice-result small { display: block; color: #fff; }
.wc-choice-result b { font-size: 13px; line-height: 1.9; }
.wc-choice-result small { margin-top: 2px; font-size: 12px; line-height: 1.8; opacity: .75; }

.wc-insights,
.wc-collection-map,
.wc-dossier-grid,
.wc-operations,
.wc-sales-steps,
.wc-channel-cards,
.wc-seo-path,
.wc-value-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.wc-insights {
  margin-top: 14px;
}

.wc-insights article {
  min-width: 0;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 11px;
  padding: 15px;
  border: 1px solid var(--wc-line);
  border-radius: 17px;
  background: #fff;
}

.wc-insights article > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--wc-wine);
  background: #fff0f6;
}

.wc-insights b { color: var(--wc-ink); font-size: 13px; }
.wc-insights p { margin: 2px 0 0; color: var(--wc-muted); font-size: 13px !important; line-height: 1.9 !important; }

.wc-collection-map article,
.wc-dossier-grid article,
.wc-operations article,
.wc-seo-path article,
.wc-value-grid article {
  min-width: 0;
  padding: 17px;
  border: 1px solid var(--wc-line);
  border-radius: 19px;
  background: #fff;
}

.wc-collection-map article > span,
.wc-operations article > span,
.wc-value-grid article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--wc-wine), var(--wc-raspberry));
}

.wc-collection-map article:nth-child(2) > span,
.wc-value-grid article:nth-child(2) > span { background: linear-gradient(135deg, #264885, #416cc3); }
.wc-collection-map article:nth-child(3) > span,
.wc-value-grid article:nth-child(3) > span { background: linear-gradient(135deg, #a32b68, #e55286); }
.wc-collection-map article:nth-child(4) > span,
.wc-value-grid article:nth-child(4) > span { background: linear-gradient(135deg, #157a77, #20a69f); }

.wc-collection-map p,
.wc-dossier-grid p,
.wc-operations p,
.wc-seo-path p,
.wc-value-grid p,
.wc-channel-cards p {
  margin: 0;
  color: var(--wc-muted);
  font-size: 14px !important;
  line-height: 2 !important;
}

.wc-collection-map article > small {
  display: block;
  margin-top: 11px;
  padding-top: 10px;
  border-top: 1px dashed rgba(140, 29, 91, .16);
  color: var(--wc-wine);
  font-size: 12px;
  line-height: 1.9;
}

.page-womens-clothing .article-body section.wc-section--product {
  background:
    radial-gradient(circle at 100% 0, rgba(216, 63, 121, .07), transparent 28%),
    #fff;
}

.wc-details-figure {
  margin: 0 0 17px;
  overflow: hidden;
  border: 1px solid var(--wc-line);
  border-radius: 23px;
  background: #f5edf1;
}

.wc-details-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.wc-details-figure figcaption {
  padding: 13px 15px;
  color: #706674;
  background: #fff;
  font-size: 12px;
  line-height: 1.95;
}

.wc-product-dossier {
  padding: 17px;
  border: 1px solid rgba(140, 29, 91, .14);
  border-radius: 22px;
  background: linear-gradient(145deg, #fff6fa, #f6f8ff);
}

.wc-dossier-title > span {
  background: linear-gradient(135deg, var(--wc-navy), var(--wc-cobalt));
}

.wc-dossier-grid article {
  position: relative;
  padding-right: 43px;
}

.wc-dossier-grid article::before {
  content: '';
  position: absolute;
  top: 21px;
  right: 18px;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--wc-raspberry);
  box-shadow: 0 0 0 1px rgba(216, 63, 121, .28);
}

.wc-dossier-grid article b {
  display: block;
  margin-bottom: 4px;
  color: var(--wc-ink);
  font-size: 14px;
}

.page-womens-clothing .article-body section.wc-section--size {
  color: #fff;
  border-color: rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 0 0, rgba(224, 65, 130, .24), transparent 30%),
    radial-gradient(circle at 100% 100%, rgba(56, 96, 193, .24), transparent 30%),
    linear-gradient(145deg, #231426, #511a40 56%, #17264f);
  box-shadow: 0 24px 54px rgba(61, 23, 54, .2);
}

.page-womens-clothing .wc-section--size h2,
.page-womens-clothing .wc-section--size .content-heading p {
  color: #fff;
}

.page-womens-clothing .wc-section--size .content-heading p { opacity: .76; }

.page-womens-clothing .wc-section--size .content-heading__kicker {
  color: #ffc1d8;
  border-color: rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, .08);
}

.wc-measure-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.wc-measure-card {
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 23px;
  color: var(--wc-ink);
  background: #fff;
  box-shadow: 0 18px 38px rgba(22, 12, 29, .2);
}

.wc-measure-card__top {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  margin-bottom: 14px;
}

.wc-measure-card__top > span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--wc-wine), var(--wc-raspberry));
}

.wc-measure-card__top b,
.wc-measure-card__top small { display: block; }
.wc-measure-card__top b { color: var(--wc-ink); font-size: 14px; line-height: 1.8; }
.wc-measure-card__top small { color: #7d7380; font-size: 12px; line-height: 1.8; }

.wc-size-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 12px;
}

.wc-size-tabs span {
  display: grid;
  place-items: center;
  min-height: 40px;
  border: 1px solid #e8dfe5;
  border-radius: 11px;
  color: #756a75;
  background: #fffafd;
  font-size: 12px;
  font-weight: 700;
}

.wc-size-tabs span.is-active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--wc-wine), var(--wc-raspberry));
}

.wc-measure-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 7px;
}

.wc-measure-list > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 11px;
  border-radius: 11px;
  background: #f8f4f7;
}

.wc-measure-list b,
.wc-measure-list small { color: var(--wc-ink); font-size: 12px; }
.wc-measure-list small { color: #837984; text-align: left; }

.wc-fit-note {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  margin-top: 10px;
  padding: 11px;
  border-radius: 13px;
  color: #126e69;
  background: #eaf9f7;
}

.wc-fit-note > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: var(--wc-teal);
}

.wc-fit-note b,
.wc-fit-note small { display: block; }
.wc-fit-note b { font-size: 12px; }
.wc-fit-note small { margin-top: 2px; color: #56817d; font-size: 12px; line-height: 1.75; }

.wc-measure-steps {
  display: grid;
  gap: 9px;
}

.wc-measure-steps article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 17px;
  background: rgba(255, 255, 255, .07);
}

.wc-measure-steps article > b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, .13);
}

.wc-measure-steps h3,
.wc-measure-steps p { color: #fff !important; }
.wc-measure-steps h3 { font-size: 14px; }
.wc-measure-steps p { margin: 0; font-size: 13px !important; line-height: 1.95 !important; opacity: .72; }

.page-womens-clothing .article-body section.wc-section--variants {
  background:
    radial-gradient(circle at 100% 0, rgba(49, 91, 184, .07), transparent 30%),
    #fff;
}

.wc-variant-matrix {
  overflow: hidden;
  border: 1px solid rgba(32, 47, 94, .14);
  border-radius: 23px;
  background: linear-gradient(145deg, #172247, #2d1b3e);
  box-shadow: 0 18px 36px rgba(34, 27, 62, .17);
}

.wc-variant-matrix__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  color: #fff;
}

.wc-variant-matrix__head > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wc-variant-matrix__head b { font-size: 14px; }
.wc-variant-matrix__head small { color: rgba(255, 255, 255, .62); font-size: 12px; }

.wc-live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #50d5ad;
  box-shadow: 0 0 0 5px rgba(80, 213, 173, .12);
}

.wc-variant-matrix > article {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  padding: 14px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.wc-variant-color {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
}

.wc-variant-color > i {
  width: 34px;
  height: 34px;
  border: 3px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
}

.wc-swatch--wine { background: #8a244f; }
.wc-swatch--navy { background: #203664; }
.wc-swatch--ivory { background: #e9dfcf; }

.wc-variant-color b,
.wc-variant-color small { display: block; color: #fff; }
.wc-variant-color b { font-size: 13px; }
.wc-variant-color small { margin-top: 2px; font-size: 12px; opacity: .62; }

.wc-stock-sizes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.wc-stock-sizes span {
  display: grid;
  place-items: center;
  min-height: 38px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
}

.wc-stock-sizes .is-ready { color: #67e4bd; background: rgba(36, 194, 145, .13); }
.wc-stock-sizes .is-low { color: #ffd17a; background: rgba(245, 173, 53, .13); }
.wc-stock-sizes .is-off { color: #ff9fb9; background: rgba(232, 72, 119, .13); opacity: .7; }

.wc-matrix-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 14px;
  padding: 12px 15px;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
}

.wc-matrix-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.wc-matrix-legend i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.wc-matrix-legend i.is-ready { background: #51d5ab; }
.wc-matrix-legend i.is-low { background: #f4b446; }
.wc-matrix-legend i.is-off { background: #e95c7d; }

.wc-operations {
  margin-top: 14px;
}

.wc-operations article:nth-child(2) > span { background: linear-gradient(135deg, #264885, #416cc3); }
.wc-operations article:nth-child(3) > span { background: linear-gradient(135deg, #157a77, #20a69f); }

.wc-sales-steps {
  margin-bottom: 15px;
}

.wc-sales-steps article {
  position: relative;
  min-width: 0;
  padding: 17px;
  border: 1px solid var(--wc-line);
  border-radius: 19px;
  background: linear-gradient(145deg, #fff, #fff7fa);
}

.wc-sales-steps article > b {
  position: absolute;
  top: 12px;
  left: 14px;
  color: #f0e3eb;
  font-family: 'IRANSansBlack', 'IRANSans', sans-serif;
  font-size: 34px;
  line-height: 1;
}

.wc-sales-steps article > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--wc-wine), var(--wc-raspberry));
}

.wc-sales-steps p { margin: 0; color: var(--wc-muted); font-size: 14px !important; }

.wc-channel-cards article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 17px;
  border: 1px solid var(--wc-line);
  border-radius: 19px;
  background: #fff;
}

.wc-channel-cards article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--wc-wine);
  background: #fff0f6;
}

.wc-channel-cards article:nth-child(2) > span { color: #b92e36; background: #fff0ef; }
.wc-channel-cards article:nth-child(3) > span { color: #256486; background: #eef8fc; }
.wc-channel-cards a { overflow-wrap: anywhere; }

.page-womens-clothing .article-body section.wc-section--seo {
  background:
    radial-gradient(circle at 100% 0, rgba(216, 63, 121, .09), transparent 32%),
    linear-gradient(145deg, #fff, #fff7fb);
}

.wc-seo-path article {
  position: relative;
  overflow: hidden;
}

.wc-seo-path article > b {
  display: block;
  margin-bottom: 10px;
  color: var(--wc-wine);
  font-family: 'IRANSansBlack', 'IRANSans', sans-serif;
  font-size: 24px;
}

.wc-seo-path article::after {
  content: '';
  position: absolute;
  left: -30px;
  bottom: -34px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(140, 29, 91, .12), rgba(49, 91, 184, .1));
}

.wc-seo-note {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  margin-top: 15px;
  padding: 18px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--wc-aubergine), var(--wc-wine) 63%, var(--wc-raspberry));
  box-shadow: 0 16px 34px rgba(100, 25, 77, .18);
}

.wc-seo-note > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, .14);
}

.wc-seo-note h3,
.wc-seo-note p { color: #fff !important; }
.wc-seo-note p { margin: 0; font-size: 14px !important; opacity: .82; }

.wc-cost-box {
  margin-top: 16px;
  padding: 19px;
  border: 1px solid rgba(140, 29, 91, .16);
  border-radius: 21px;
  background: linear-gradient(145deg, #fff1f7, #f3f6ff);
}

.wc-cost-box > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  margin-bottom: 8px;
}

.wc-cost-box > div > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--wc-wine), var(--wc-raspberry));
}

.wc-cost-box h3 { margin: 0 !important; }
.wc-cost-box p { font-size: 14px !important; }
.wc-cost-box .btn { width: 100%; }

.page-womens-clothing .wc-section--related {
  padding-bottom: 22px;
}

.page-womens-clothing .wc-related-links {
  grid-template-columns: minmax(0, 1fr);
}

.page-womens-clothing .wc-related-links a {
  min-height: 70px;
  border-color: rgba(140, 29, 91, .12);
}

.page-womens-clothing .wc-related-links span {
  font-size: 14px;
}

.wc-aside {
  gap: 14px;
}

.wc-aside .toc-card,
.wc-aside-product,
.wc-aside-cta {
  padding: 19px;
  border: 1px solid var(--wc-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--wc-shadow);
}

.wc-aside .toc-card nav { gap: 3px; }
.wc-aside .toc-card a { font-size: 12px; }

.wc-mini-garment {
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid #eee4ea;
  border-radius: 14px;
  background: #fff8fb;
}

.wc-mini-garment > span {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--wc-wine), var(--wc-raspberry));
}

.wc-mini-garment b,
.wc-mini-garment small { display: block; }
.wc-mini-garment b { color: var(--wc-ink); font-size: 12px; }
.wc-mini-garment small { margin-top: 2px; color: #827783; font-size: 12px; line-height: 1.7; }

.wc-mini-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 9px;
}

.wc-mini-specs > span {
  padding: 9px;
  border-radius: 11px;
  background: #f7f5f8;
}

.wc-mini-specs small,
.wc-mini-specs b { display: block; font-size: 12px; }
.wc-mini-specs small { color: #8a808b; }
.wc-mini-specs b { margin-top: 2px; color: var(--wc-wine); }

.wc-mini-ready {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  margin-top: 9px;
  padding: 11px;
  border-radius: 13px;
  color: #126e69;
  background: #eaf9f7;
}

.wc-mini-ready > svg {
  width: 36px;
  height: 36px;
  padding: 9px;
  border-radius: 11px;
  color: #fff;
  background: var(--wc-teal);
}

.wc-mini-ready b,
.wc-mini-ready small { display: block; }
.wc-mini-ready b { font-size: 12px; }
.wc-mini-ready small { margin-top: 2px; color: #58807c; font-size: 12px; }

.page-womens-clothing .wc-aside-cta {
  color: #fff;
  border: 0;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 255, 255, .12), transparent 28%),
    linear-gradient(145deg, var(--wc-aubergine), var(--wc-wine) 57%, var(--wc-raspberry));
}

.page-womens-clothing .wc-aside-cta h2,
.page-womens-clothing .wc-aside-cta p { color: #fff; }
.page-womens-clothing .wc-aside-cta p { opacity: .76; }

.page-womens-clothing .wc-conversion {
  background:
    radial-gradient(circle at 10% 16%, rgba(216, 63, 121, .25), transparent 29%),
    radial-gradient(circle at 90% 84%, rgba(49, 91, 184, .24), transparent 31%),
    linear-gradient(135deg, #21121f, #511a40 55%, #17264f);
}

.page-womens-clothing .wc-conversion .content-conversion {
  padding: 24px 16px;
  border-radius: 26px;
}

.page-womens-clothing .wc-conversion .content-conversion__copy h2 {
  color: #fff;
  font-size: 24px !important;
  line-height: 1.75;
}

.page-womens-clothing .wc-conversion .content-conversion__copy p {
  font-size: 15px;
  line-height: 2.1;
}

.page-womens-clothing .wc-conversion .form-card {
  padding: 20px 16px;
}

.page-womens-clothing .wc-author {
  margin-top: 28px;
  font-size: 12px;
  line-height: 2;
}

.page-womens-clothing .wc-author .content-author__identity > span {
  color: var(--wc-wine);
  background: #fff0f6;
}

@media (min-width: 540px) {
  .page-womens-clothing .content-hero__points,
  .wc-choice-flow,
  .wc-insights,
  .wc-collection-map,
  .wc-dossier-grid,
  .wc-operations,
  .wc-seo-path,
  .wc-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-womens-clothing .content-hero__actions {
    display: flex;
  }

  .page-womens-clothing .content-hero__actions .btn,
  .wc-cost-box .btn {
    width: auto;
  }

  .wc-sales-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wc-variant-matrix > article {
    grid-template-columns: minmax(150px, .8fr) minmax(0, 1.2fr);
    align-items: center;
  }
}

@media (min-width: 761px) {
  .page-womens-clothing .wc-hero {
    padding: 54px 0 70px;
  }

  .page-womens-clothing .content-hero__copy h1 {
    font-size: 36px !important;
    line-height: 1.55;
  }

  .page-womens-clothing .content-hero__lead {
    font-size: 17px;
  }

  .page-womens-clothing .wc-trust .content-trust__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .page-womens-clothing .wc-trust .content-trust__grid span,
  .page-womens-clothing .wc-trust .content-trust__grid span:last-child {
    grid-column: auto;
    justify-content: center;
  }

  .page-womens-clothing .article-body section.wc-section {
    padding: 28px;
    border-radius: 30px;
  }

  .page-womens-clothing .wc-section h2 {
    font-size: 25px !important;
    line-height: 1.65;
  }

  .wc-details-figure figcaption { font-size: 13px; }

  .wc-measure-board {
    grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr);
    align-items: stretch;
  }

  .wc-sales-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wc-channel-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wc-channel-cards article:first-child {
    grid-column: 1 / -1;
  }

  .page-womens-clothing .wc-related-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-womens-clothing .wc-conversion .content-conversion {
    padding: 36px;
  }

  .page-womens-clothing .wc-conversion .form-card {
    padding: 24px;
  }
}

@media (min-width: 1051px) {
  .page-womens-clothing .wc-hero__grid {
    grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr);
    gap: 46px;
  }

  .page-womens-clothing .content-hero__copy h1 {
    font-size: 44px !important;
    line-height: 1.48;
  }

  .page-womens-clothing .content-hero__points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wc-hero-art {
    min-height: 350px;
    padding-bottom: 52px;
  }

  .page-womens-clothing .wc-main {
    padding-top: 80px;
  }

  .page-womens-clothing .content-layout {
    grid-template-columns: minmax(0, 1fr) 292px;
    gap: 30px;
  }

  .page-womens-clothing .wc-section h2 {
    font-size: 27px !important;
  }

  .wc-collection-map,
  .wc-dossier-grid,
  .wc-seo-path,
  .wc-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wc-insights,
  .wc-operations {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-womens-clothing .wc-related-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 380px) {
  .page-womens-clothing .wc-hero-form,
  .page-womens-clothing .wc-conversion .form-card {
    padding-inline: 13px;
  }

  .page-womens-clothing .article-body section.wc-section {
    padding-inline: 14px;
  }

  .wc-channel-cards article,
  .wc-seo-note {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-womens-clothing * {
    scroll-behavior: auto !important;
  }
}
