.wd/* women-detail.css */

/* 页面底色同列表页 */
body.page--detail{
  background:#f5f2e8;
}

/* 头部：完全按列表页（不加背景/不加下边线） */
body.page--detail .site-header{
  background:transparent !important;
  backdrop-filter:none !important;
  border-bottom:0 !important;
}
body.page--detail .site-header .nav-wrap{
  background:transparent !important;
  border-bottom:0 !important;
}

/* 主体布局 */
.wd{
  max-width: 1180px;
  margin: 0 auto;
  padding: 52px 22px 120px;
}

.wd-top__grid{
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 54px;
  align-items: start;
}

/* 左图 */
.wd-media__frame{
  background: rgba(0,0,0,.02);
}
.wd-media__frame img{
  width:100%;
  height:auto;
  display:block;
}

/* 右侧信息区（图2风格） */
.wd-info{
  padding-top: 10px;
}

.wd-title{
  margin:0 0 15px 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .01em;
  color:#2b2b2a;
}

/* In cashmere：金色 */
.wd-sub{
  margin-top: 8px;
  font-size: 16px;
  letter-spacing:.02em;
  color:#bfa77a;
  margin-bottom: 30px;
}

/* 价格：更淡、更小 */
.wd-price{
  margin-top: 14px;
  font-size: 16px;
  letter-spacing:.02em;
  color: rgba(43,43,42,.75);
}

/* button */
.wd-ctaRow{
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0,0,0,.10);
}
.wd-btn{
  display:block;
  text-align:center;
  text-decoration:none;
  color:#2b2b2a;
  border: 1px solid rgba(0,0,0,.18);
  padding: 16px 14px;
  letter-spacing:.06em;
  font-size: 12px;
  background: transparent;
}

/* 分区块 */
.wd-block{
  padding: 40px 0;
  border-bottom: 1px solid rgba(0,0,0,.10);
}
.wd-label{
  font-size: 16px;
  letter-spacing:.02em;
  font-weight:600;
  color:#2b2b2a;
  margin-bottom: 24px;
}

/* 颜色点：不交互，只展示（和你列表点尺寸一致） */
.wd-colors{
  display:flex;
  gap: 16px;
  align-items:center;
}
.wd-dot{
  width: 12px;
  height: 12px;
  border-radius: 999px;
  display:inline-block;
  opacity: .9;
}
.wd-dot.is-active{
  outline: 1px solid #bfa77a;
  outline-offset: 3px;
}

/* 尺码：纯文字 */
.wd-sizes{
  font-size: 12px;
  letter-spacing:.12em;
  color:#2b2b2a;
}

/* 描述：斜体 */
.wd-desc{
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.9;
  font-style: italic;
  color: rgba(43,43,42,.65);
}

/* 下方 editorial */
/* ===== Bottom editorial (same width as top area) ===== */
.wd-editorial{
  margin-top: 70px;
}

/* 不要限制 max-width，让它跟 .wd 容器一样宽 */
.wd-editorial__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  width: 100%;
  margin: 0;             /* 不再居中缩窄 */
}

.wd-edCard img{
  width: 100%;
  height: auto;
  display: block;
}

/* 文案也同宽（不要 max-width 720） */
.wd-note{
  margin: 28px 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(43,43,42,.75);
}

.wd-tags{
  margin-top: 38px;
  font-size: 16px;
  letter-spacing: .06em;
  color: rgba(43,43,42,.70);
}

/* =========================
   Responsive
   ========================= */
   
   @media (max-width: 1025px){
    .burger{ color: rgba(0, 0, 0, .92);}
   }

/* 平板：顶部两列改为一列；editorial 也一列 */
@media (max-width: 980px){
  .wd{
    padding: 44px 18px 70px;
  }

  .wd-top__grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .wd-info{
    padding-top: 0;
  }

  .wd-ctaRow{
    margin-top: 28px;
    padding-bottom: 28px;
  }

  .wd-block{
    padding: 26px 0;
  }

  .wd-desc{
    margin-top: 26px;
  }

  .wd-editorial{
    margin-top: 46px;
  }

  .wd-editorial__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wd-note,
  .wd-tags{
    text-align: center;
  }
}

/* 手机：更紧凑一些，避免太“空” */
@media (max-width: 640px){
  .wd{
    padding: 34px 16px 60px;
  }

  .wd-title{
    font-size: 16px;
  }

  .wd-sub,
  .wd-price,
  .wd-label,
  .wd-note,
  .wd-tags{
    font-size: 14px;
  }

  .wd-btn{
    padding: 14px 12px;
  }

  .wd-block{
    padding: 22px 0;
  }

  .wd-desc{
    font-size: 14px;
    margin-top: 20px;
  }

  .wd-editorial{
    margin-top: 36px;
  }

  .wd-tags{
    line-height: 1.6;
  }
}
/* ===== Detail Add to Selection states ===== */
.wd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(0,0,0,.22);
  background: transparent;
  cursor: pointer;
  transition: opacity .15s ease, transform .12s ease;
}

.wd-btn:hover { transform: translateY(-1px); }

.wd-btn.is-saved {
  opacity: .65;
  cursor: default;
}

.wd-btn.is-saved:hover { transform: none; }

.wd-btn.is-saved::after {
  content: " · Saved";
  letter-spacing: .02em;
}