/** Shopify CDN: Minification failed

Line 4135:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:404 (INDEX:0) */
.wagmade-404 {
    background: #F1F2F3;
    color: #222222;
    padding: clamp(3rem, 8vw, 8rem) clamp(1.25rem, 4vw, 4rem);
    display: grid;
    place-content: center;
    min-height: 80svh;
  }

  .wagmade-404 a {
    color: inherit;
    text-decoration: none;
  }

  .wagmade-404__panel {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: var(--wm-radius, 2px);
    box-shadow: 0 20px 40px rgba(17, 17, 17, 0.03);
    display: grid;
    gap: 1.5rem;
    margin: 0 auto;
    max-width: 44rem;
    padding: clamp(2rem, 5vw, 4rem);
    text-align: center;
  }

  .wagmade-404__kicker {
    font-family: var(--font-serif, Georgia, serif);
    font-size: clamp(4rem, 10vw, 8rem);
    font-weight: 300;
    line-height: 0.9;
    color: #111111;
    margin: 0;
  }

  .wagmade-404 h1 {
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #686868;
    margin: 0;
  }

  .wagmade-404__panel > p {
    color: #686868;
    line-height: 1.6;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    max-width: 32rem;
    margin: 0 auto;
  }

  .wagmade-404 form {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: 1fr auto;
    max-width: 32rem;
    width: 100%;
    margin: 0 auto 0.5rem;
  }

  .wagmade-404 input {
    background: rgba(241, 242, 243, 0.5);
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: var(--wm-radius, 2px);
    min-height: 3rem;
    padding: 0.8rem 1.2rem;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    color: #111111;
    transition: all 300ms ease;
  }

  .wagmade-404 input:focus {
    outline: none;
    border-color: #111111;
    background: rgba(255, 255, 255, 0.85);
  }

  .wagmade-404 button {
    background: #111111;
    border: 1px solid #111111;
    color: #FFFFFF;
    min-height: 3rem;
    padding: 0.8rem 1.5rem;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.84rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: var(--wm-radius, 2px);
    transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
  }

  .wagmade-404 button:hover {
    background: #000;
    border-color: #000;
    letter-spacing: 0.12em;
  }

  .wagmade-404__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 1rem;
  }

  .wagmade-404__actions a {
    border: 1px solid #111111;
    border-radius: var(--wm-radius, 2px);
    min-height: 2.8rem;
    padding: 0.75rem 1.5rem;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.82rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .wagmade-404__actions a:first-of-type {
    background: #111111;
    color: #FFFFFF;
  }

  .wagmade-404__actions a:first-of-type:hover {
    background: #000;
    border-color: #000;
    letter-spacing: 0.12em;
  }

  .wagmade-404__actions a:not(:first-of-type) {
    background: transparent;
    color: #111111;
    border: 1px solid rgba(34, 34, 34, 0.15);
  }

  .wagmade-404__actions a:not(:first-of-type):hover {
    background: rgba(17, 17, 17, 0.05);
    color: #000;
    border-color: #000;
    letter-spacing: 0.12em;
  }

  .wagmade-404__links {
    border-top: 1px solid rgba(34, 34, 34, 0.1);
    padding-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }

  .wagmade-404__links span {
    width: 100%;
    color: #686868;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-weight: 500;
  }

  .wagmade-404__links a {
    color: #111111;
    font-size: 0.9rem;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    position: relative;
    font-weight: 500;
  }

  .wagmade-404__links a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: width 350ms cubic-bezier(0.16, 1, 0.3, 1), left 350ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-404__links a:hover::after {
    width: 100%;
    left: 0;
  }

  @media (max-width: 700px) {
    .wagmade-404 form {
      grid-template-columns: 1fr;
    }

    .wagmade-404__actions {
      flex-direction: column;
    }

    .wagmade-404__actions a {
      width: 100%;
    }
  }
/* END_SECTION:404 */

/* START_SECTION:article (INDEX:1) */
.wagmade-article {
    background: #F1F2F3;
    color: #222222;
    display: grid;
    gap: clamp(2.5rem, 6vw, 5rem);
    padding: clamp(3rem, 7vw, 7rem) clamp(1.25rem, 4vw, 4rem);
  }

  .wagmade-article a {
    color: inherit;
  }

  .wagmade-article__header {
    margin-left: auto;
    margin-right: auto;
    max-width: 44rem;
    width: 100%;
    text-align: center;
    display: grid;
    gap: 1rem;
  }

  .wagmade-article__hero {
    margin-left: auto;
    margin-right: auto;
    max-width: 78rem;
    width: 100%;
    aspect-ratio: 2.33 / 1; /* 21:9 超宽画幅 */
    background: #E7E8EA;
    overflow: hidden;
    border-radius: var(--wm-radius, 2px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 10px 30px rgba(17, 17, 17, 0.02);
  }

  .wagmade-article__body {
    margin-left: auto;
    margin-right: auto;
    max-width: 44rem; /* 约 700px，保证正文纯文字区域处于 680px 最佳行宽 */
    width: 100%;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: var(--wm-radius, 2px);
    display: grid;
    gap: 1.5rem;
    line-height: 1.8;
    padding: clamp(2rem, 5vw, 4rem);
    font-family: var(--font-sans, 'Outfit', sans-serif);
  }

  .wagmade-article__next {
    margin-left: auto;
    margin-right: auto;
    max-width: 44rem;
    width: 100%;
    align-items: center;
    border-top: 1px solid rgba(34, 34, 34, 0.1);
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    padding-top: 2rem;
  }

  .wagmade-article__kicker,
  .wagmade-article time,
  .wagmade-article__next span {
    color: #686868;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-weight: 500;
  }

  .wagmade-article h1 {
    font-family: var(--font-serif, Georgia, serif);
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    font-weight: 300;
    letter-spacing: -0.015em;
    line-height: 1.05;
    margin: 0.5rem 0;
    color: #111111;
  }

  .wagmade-article__header > p {
    color: #686868;
    line-height: 1.65;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 1.1rem;
  }

  .wagmade-article__hero img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-article:hover .wagmade-article__hero img {
    transform: scale(1.02);
  }

  .wagmade-article__body h2,
  .wagmade-article__body h3 {
    font-family: var(--font-serif, Georgia, serif);
    font-weight: 300;
    line-height: 1.1;
    margin-top: 1.5rem;
    color: #111111;
  }

  .wagmade-article__body h2 {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  }

  .wagmade-article__body h3 {
    font-size: clamp(1.3rem, 2vw, 1.7rem);
  }

  .wagmade-article__body p,
  .wagmade-article__body li {
    color: #55524d;
    font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  }

  .wagmade-article__body a {
    color: #111111;
    text-decoration: none;
    position: relative;
    font-weight: 500;
  }

  .wagmade-article__body a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: width 350ms cubic-bezier(0.16, 1, 0.3, 1), left 350ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-article__body a:hover::after {
    width: 100%;
    left: 0;
  }

  .wagmade-article__next span {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .wagmade-article__next a {
    border: 1px solid #111111;
    border-radius: var(--wm-radius, 2px);
    min-height: 2.75rem;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.82rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .wagmade-article__next a:first-of-type {
    background: #111111;
    color: #FFFFFF;
  }

  .wagmade-article__next a:first-of-type:hover {
    background: #000;
    letter-spacing: 0.12em;
  }

  .wagmade-article__next a:not(:first-of-type) {
    background: transparent;
    color: #111111;
  }

  .wagmade-article__next a:not(:first-of-type):hover {
    background: rgba(17, 17, 17, 0.05);
    letter-spacing: 0.12em;
  }
/* END_SECTION:article */

/* START_SECTION:blog (INDEX:2) */
.wagmade-blog {
    background: #F1F2F3;
    color: #222222;
    display: grid;
    gap: clamp(2rem, 5vw, 4rem);
    padding: clamp(2.5rem, 6vw, 6rem) clamp(1.25rem, 4vw, 4rem);
  }

  .wagmade-blog a {
    color: inherit;
    text-decoration: none;
  }

  .wagmade-blog__intro,
  .wagmade-blog__featured,
  .wagmade-blog__grid,
  .wagmade-blog__empty,
  .wagmade-blog__pagination {
    margin-left: auto;
    margin-right: auto;
    max-width: 96rem;
    width: 100%;
  }

  .wagmade-blog__kicker,
  .wagmade-blog time {
    color: #686868;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-weight: 500;
  }

  .wagmade-blog h1 {
    font-family: var(--font-serif, Georgia, serif);
    font-size: clamp(3rem, 7vw, 7rem);
    font-weight: 300;
    letter-spacing: -0.015em;
    line-height: 0.92;
  }

  .wagmade-blog__intro p:last-child,
  .wagmade-blog__featured p,
  .wagmade-blog__card p,
  .wagmade-blog__empty p {
    color: #686868;
    line-height: 1.6;
    font-family: var(--font-sans, 'Outfit', sans-serif);
  }

  .wagmade-blog__featured {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: var(--wm-radius, 2px);
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
    transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 600ms cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 600ms cubic-bezier(0.16, 1, 0.3, 1),
                background 600ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-blog__featured:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(34, 34, 34, 0.12);
    box-shadow: 0 12px 30px rgba(17, 17, 17, 0.03);
  }

  .wagmade-blog__featured--text-only {
    grid-template-columns: 1fr;
    max-width: 58rem;
  }

  .wagmade-blog__media,
  .wagmade-blog__card-media {
    background: #E7E8EA;
    overflow: hidden;
  }

  .wagmade-blog__media {
    aspect-ratio: 1.65 / 1;
  }

  .wagmade-blog__card-media {
    aspect-ratio: 1.25 / 1;
    border-radius: var(--wm-radius, 2px);
    margin-bottom: 0.5rem;
  }

  .wagmade-blog__media img,
  .wagmade-blog__card-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-blog__featured:hover .wagmade-blog__media img,
  .wagmade-blog__card:hover .wagmade-blog__card-media img {
    transform: scale(1.04);
  }

  .wagmade-blog__featured > div:last-child,
  .wagmade-blog__card,
  .wagmade-blog__empty {
    display: grid;
    gap: 0.85rem;
    padding: clamp(1.25rem, 3vw, 2rem);
  }

  .wagmade-blog__card {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: var(--wm-radius, 2px);
    padding: 1.25rem;
    transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 600ms cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 600ms cubic-bezier(0.16, 1, 0.3, 1),
                background 600ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-blog__card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(34, 34, 34, 0.15);
    box-shadow: 0 12px 30px rgba(17, 17, 17, 0.035);
  }

  .wagmade-blog__featured h2 {
    font-family: var(--font-serif, Georgia, serif);
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 300;
    line-height: 1;
    transition: letter-spacing 400ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-blog__featured:hover h2 {
    letter-spacing: 0.02em;
  }

  .wagmade-blog__featured span,
  .wagmade-blog__empty a {
    border: 1px solid #111111;
    border-radius: var(--wm-radius, 2px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 2.8rem;
    padding: 0.75rem 1.5rem;
    width: fit-content;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.82rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: background-color 300ms ease, color 300ms ease, letter-spacing 350ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-blog__featured span,
  .wagmade-blog__empty a:first-of-type {
    background: #111111;
    color: #FFFFFF;
  }

  .wagmade-blog__featured:hover span,
  .wagmade-blog__empty a:first-of-type:hover {
    background: #000;
    letter-spacing: 0.12em;
  }

  .wagmade-blog__empty a:hover:not(:first-of-type) {
    background: rgba(17, 17, 17, 0.05);
  }

  .wagmade-blog__grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  /* Bento 错落有致的卡片网格样式 */
  @media (min-width: 990px) {
    .wagmade-blog__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 2.5rem 2rem;
    }
    
    .wagmade-blog__card:nth-child(even) {
      transform: translateY(2.5rem);
    }
  }

  .wagmade-blog__card h2,
  .wagmade-blog__empty h2 {
    font-family: var(--font-serif, Georgia, serif);
    font-size: clamp(1.4rem, 2.2vw, 2.2rem);
    font-weight: 300;
    line-height: 1.1;
    color: #222222;
    transition: letter-spacing 400ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-blog__card:hover h2 {
    letter-spacing: 0.02em;
    color: #000;
  }

  .wagmade-blog__empty {
    max-width: 42rem;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: var(--wm-radius, 2px);
    padding: 2.5rem;
  }

  @media (max-width: 989px) {
    .wagmade-blog__featured,
    .wagmade-blog__grid {
      grid-template-columns: 1fr;
    }
    .wagmade-blog__featured {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:blog */

/* START_SECTION:cart (INDEX:3) */
.wagmade-cart {
    background: #F1F2F3;
    color: #222222;
    padding: clamp(2.5rem, 6vw, 6rem) clamp(1.25rem, 4vw, 4rem);
  }

  .wagmade-cart a {
    color: inherit;
    text-decoration: none;
  }

  .wagmade-cart__header,
  .wagmade-cart__layout,
  .wagmade-cart__empty {
    margin-left: auto;
    margin-right: auto;
    max-width: 96rem;
  }

  .wagmade-cart__kicker {
    color: #686868;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
  }

  .wagmade-cart h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 0.95;
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
  }

  .wagmade-cart__layout {
    align-items: start;
    display: grid;
    gap: clamp(2rem, 5vw, 4rem);
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.36fr);
  }

  .wagmade-cart__items {
    border-top: 1px solid #D8DADF;
  }

  .wagmade-cart__item {
    align-items: center;
    border-bottom: 1px solid #D8DADF;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 7rem minmax(0, 1fr) 8rem 8rem;
    padding: 1.5rem 0;
    transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: center;
  }

  .wagmade-cart__item.is-removing {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    transform: scale(0.95);
    border-bottom-width: 0;
    overflow: hidden;
  }

  .wagmade-cart-page.is-loading .wagmade-cart__items {
    opacity: 0.65;
    pointer-events: none;
    filter: grayscale(0.2);
    transition: opacity 280ms ease, filter 280ms ease;
  }

  .wagmade-cart__image {
    aspect-ratio: 1;
    background: #E7E8EA;
    overflow: hidden;
    border-radius: var(--wm-radius, 2px);
    border: 1px solid rgba(34, 34, 34, 0.04);
  }

  .wagmade-cart__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 0.6s var(--transition-smooth, cubic-bezier(0.16, 1, 0.3, 1));
  }

  .wagmade-cart__item:hover .wagmade-cart__image img {
    transform: scale(1.03);
  }

  .wagmade-cart__meta {
    display: grid;
    gap: 0.35rem;
  }

  .wagmade-cart__meta a[href*="products"] {
    font-weight: 500;
    font-size: 1.05rem;
    color: #111111;
  }

  .wagmade-cart__meta p,
  .wagmade-cart__summary p,
  .wagmade-cart__empty p {
    color: #686868;
    line-height: 1.55;
    font-size: 0.88rem;
    margin: 0;
  }

  .wagmade-cart__meta a[href*="remove"] {
    align-self: start;
    justify-self: start;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #686868;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
    margin-top: 0.25rem;
  }

  .wagmade-cart__meta a[href*="remove"]:hover {
    color: #111111;
  }

  .wagmade-cart__quantity {
    display: grid;
    gap: 0.4rem;
  }

  .wagmade-cart__quantity label {
    color: #686868;
    font-size: 0.78rem;
  }

  .wagmade-cart__quantity-controls {
    align-items: center;
    display: flex;
    border: 1px solid #D8DADF;
    border-radius: var(--wm-radius, 2px);
    overflow: hidden;
    height: 2.2rem;
    width: fit-content;
  }

  .wagmade-cart__quantity-controls a {
    align-items: center;
    justify-content: center;
    display: inline-flex;
    background: transparent;
    border: none;
    width: 2.2rem;
    height: 100%;
    padding: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
  }

  .wagmade-cart__quantity-controls a:hover {
    background: rgba(17, 17, 17, 0.05);
    color: #111111;
  }

  .wagmade-cart__quantity-controls a:active {
    transform: scale(0.95);
  }

  .wagmade-cart__quantity input {
    border: none;
    border-left: 1px solid #D8DADF;
    border-right: 1px solid #D8DADF;
    border-radius: 0;
    height: 100%;
    text-align: center;
    width: 3.2rem;
    background: transparent;
    font-size: 0.9rem;
    color: #111111;
    -moz-appearance: textfield;
  }

  .wagmade-cart__quantity input::-webkit-outer-spin-button,
  .wagmade-cart__quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .wagmade-cart__line-price {
    justify-self: end;
    font-size: 1.05rem;
    font-weight: 500;
    color: #111111;
  }

  .wagmade-cart__summary,
  .wagmade-cart__empty {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(12px);
    border: 1px solid #D8DADF;
    border-radius: var(--wm-radius, 2px);
    display: grid;
    gap: 1rem;
    padding: clamp(1.25rem, 3vw, 2rem);
    box-shadow: 0 4px 20px rgba(34, 34, 34, 0.02);
  }

  .wagmade-cart__summary {
    position: sticky;
    top: 6rem;
  }

  .wagmade-cart__summary > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .wagmade-cart__summary > div span {
    font-size: 0.95rem;
    color: #686868;
  }

  .wagmade-cart__summary > div strong {
    font-size: 1.35rem;
    font-weight: 450;
    color: #111111;
  }

  .wagmade-cart__summary button,
  .wagmade-cart__summary > a,
  .wagmade-cart__empty a {
    align-items: center;
    border: 1px solid #111111;
    border-radius: var(--wm-radius, 2px);
    display: inline-flex;
    justify-content: center;
    min-height: 3rem;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
  }

  .wagmade-cart__summary button[name="checkout"],
  .wagmade-cart__empty a:first-of-type {
    background: #111111;
    color: #FFFFFF;
    border-color: #111111;
    letter-spacing: 0.05em;
    transition: letter-spacing 0.3s var(--transition-smooth, cubic-bezier(0.16, 1, 0.3, 1)), background-color 0.3s ease, border-color 0.3s ease;
  }

  .wagmade-cart__summary button[name="checkout"]:hover,
  .wagmade-cart__empty a:first-of-type:hover {
    background: #222222;
    border-color: #222222;
    letter-spacing: 0.12em;
  }

  .wagmade-cart__summary button[name="update"] {
    background: transparent;
    color: #111111;
    border-color: #D8DADF;
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }

  .wagmade-cart__summary button[name="update"]:hover {
    background: #E7E8EA;
    border-color: #686868;
  }

  .wagmade-cart__summary > a[href*="collections"],
  .wagmade-cart__empty a:last-of-type {
    background: transparent;
    color: #111111;
    border-color: #D8DADF;
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }

  .wagmade-cart__summary > a[href*="collections"]:hover,
  .wagmade-cart__empty a:last-of-type:hover {
    background: #E7E8EA;
    border-color: #686868;
  }

  .wagmade-cart__summary nav {
    border-top: 1px solid #D8DADF;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    padding-top: 1.25rem;
    margin-top: 0.25rem;
  }

  .wagmade-cart__empty {
    max-width: 42rem;
    padding: 3rem 2rem;
    gap: 1.5rem;
  }

  .wagmade-cart__empty h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
  }

  @media (max-width: 989px) {
    .wagmade-cart__layout {
      grid-template-columns: 1fr;
    }

    .wagmade-cart__item {
      grid-template-columns: 5.5rem 1fr auto;
      align-items: center;
      gap: 0.6rem 1rem;
      padding: 1.25rem 0;
    }

    .wagmade-cart__image {
      width: 5.5rem;
      border-radius: var(--wm-radius, 2px);
      grid-row: span 2;
      align-self: start;
    }

    .wagmade-cart__meta {
      grid-column: 2 / -1;
    }

    .wagmade-cart__quantity {
      grid-column: 2;
      grid-row: 2;
    }

    .wagmade-cart__line-price {
      grid-column: 3;
      grid-row: 2;
      justify-self: end;
      align-self: center;
      margin-top: 0;
    }

    .wagmade-cart__summary {
      position: static;
    }
  }
/* END_SECTION:cart */

/* START_SECTION:collection (INDEX:4) */
.wagmade-collection {
    background: #F3F3F1;
    color: #222222;
    padding: clamp(2rem, 5vw, 5rem) clamp(1.25rem, 4vw, 4rem);
  }

  .wagmade-collection a {
    color: inherit;
    text-decoration: none;
  }

  .wagmade-collection__hero {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 5vw, 5rem);
    grid-template-columns: minmax(0, 1fr);
    margin: 0 auto clamp(3rem, 6vw, 6rem);
    max-width: 96rem;
  }

  .wagmade-collection__hero--with-image {
    grid-template-columns: minmax(0, 1fr);
  }

  @media (min-width: 990px) {
    .wagmade-collection__hero--with-image {
      grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
      position: relative;
    }

    .wagmade-collection__hero--with-image > div:first-child {
      background: rgba(255, 255, 255, 0.38);
      backdrop-filter: blur(28px) saturate(120%);
      -webkit-backdrop-filter: blur(28px) saturate(120%);
      border: var(--border-luxury-light, 1px solid rgba(255, 255, 255, 0.55));
      box-shadow: var(--shadow-soft);
      padding: clamp(3rem, 5vw, 5rem) clamp(3.5rem, 5.5vw, 5.5rem);
      margin-right: -10rem;
      position: relative;
      z-index: 2;
      border-radius: var(--wm-radius, 2px);
    }

    .wagmade-collection__hero-media {
      position: relative;
      z-index: 1;
      border-radius: var(--wm-radius, 2px);
      box-shadow: var(--shadow-soft);
    }
  }

  .wagmade-collection__kicker {
    color: #686868;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-weight: 500;
  }

  .wagmade-collection h1 {
    font-family: var(--font-serif);
    font-size: clamp(3.5rem, 8vw, 7rem);
    font-weight: 200;
    letter-spacing: -0.02em;
    line-height: 0.95;
    margin-bottom: 1.2rem;
  }

  .wagmade-collection__hero p:last-child {
    color: #686868;
    font-size: clamp(1.02rem, 1.25vw, 1.15rem);
    line-height: 1.7;
    max-width: 38rem;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    letter-spacing: 0.02em;
  }

  .wagmade-collection__hero-media {
    aspect-ratio: 1.45 / 1;
    background: #E7E8EA;
    overflow: hidden;
    border-radius: var(--wm-radius, 2px);
    box-shadow: 0 6px 25px rgba(17, 17, 17, 0.02);
  }

  .wagmade-collection__hero-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  }
  
  .wagmade-collection__hero:hover .wagmade-collection__hero-media img {
    transform: scale(1.02);
  }

  .wagmade-collection__nav,
  .wagmade-collection__toolbar,
  .wagmade-collection__grid,
  .wagmade-collection__pagination,
  .wagmade-collection__guide,
  .wagmade-collection__empty {
    margin-left: auto;
    margin-right: auto;
    max-width: 96rem;
  }

  .wagmade-collection__nav {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding: 1rem 0;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    scrollbar-width: none;
  }
  
  .wagmade-collection__nav::-webkit-scrollbar {
    display: none;
  }

  .wagmade-collection__nav a {
    color: #686868;
    flex: 0 0 auto;
    padding: 0.5rem 1.2rem;
    border: 1px solid rgba(34, 34, 34, 0.06);
    border-radius: 99px;
    text-transform: uppercase;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
  }

  .wagmade-collection__nav a:hover {
    color: #111111;
    background-color: rgba(34, 34, 34, 0.03);
    border-color: rgba(34, 34, 34, 0.12);
  }

  .wagmade-collection__nav a[aria-current="page"] {
    color: #111111;
    background-color: rgba(34, 34, 34, 0.06);
    border-color: rgba(34, 34, 34, 0.15);
  }

  .wagmade-collection__toolbar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(34, 34, 34, 0.05);
    margin-bottom: 1rem;
  }

  .wagmade-collection__toolbar > span {
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.8rem;
    color: #686868;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .wagmade-collection__controls {
    align-items: center;
    display: flex;
    gap: 1.5rem;
  }

  .wagmade-collection__controls label {
    align-items: center;
    display: flex;
    gap: 0.75rem;
  }

  .wagmade-collection__controls label span {
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.8rem;
    color: #686868;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .wagmade-collection__filters > summary {
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(12px) saturate(120%);
    -webkit-backdrop-filter: blur(12px) saturate(120%);
    border: var(--border-luxury, 1px solid rgba(34, 34, 34, 0.08)) !important;
    border-radius: var(--wm-radius, 2px) !important;
    min-height: 2.5rem;
    padding: 0.5rem 1.8rem 0.5rem 1rem !important;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    color: #222222;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath stroke='%232f2f2d' stroke-width='1.2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-collection__controls select {
    background: transparent;
    border: none !important;
    border-bottom: 1px solid rgba(34, 34, 34, 0.15) !important;
    border-radius: 0 !important;
    min-height: 2.5rem;
    padding: 0.5rem 1.8rem 0.5rem 0.2rem !important;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    color: #222222;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath stroke='%232f2f2d' stroke-width='1.2' d='m1 1 4 4 4-4'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.2rem center !important;
    transition: all 300ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-collection__controls select:hover,
  .wagmade-collection__filters > summary:hover {
    border-color: #222222 !important;
    background: rgba(255, 255, 255, 0.85);
    transform: translateY(-1px);
  }

  .wagmade-collection__filters {
    position: relative;
  }

  .wagmade-collection__filters > summary {
    list-style: none;
  }

  .wagmade-collection__filters > summary::-webkit-details-marker {
    display: none;
  }

  .wagmade-collection__filters[open] > summary {
    border-color: #222222 !important;
    background: rgba(255, 255, 255, 0.85);
  }

  .wagmade-collection__filter-panel {
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(28px) saturate(130%);
    -webkit-backdrop-filter: blur(28px) saturate(130%);
    border: var(--border-luxury-light, 1px solid rgba(255, 255, 255, 0.55));
    box-shadow: var(--shadow-deep);
    border-radius: var(--wm-radius, 2px);
    display: grid;
    gap: 1.25rem;
    min-width: 22rem;
    padding: 1.5rem;
    position: absolute;
    right: 0;
    top: calc(100% + 0.5rem);
    z-index: 5;
  }

  .wagmade-collection__filter-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(34, 34, 34, 0.08);
    padding-bottom: 0.75rem;
    margin-bottom: 0.5rem;
  }

  .wagmade-collection__filter-head strong {
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .wagmade-collection__filter-head a {
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.75rem;
    color: #686868;
    text-decoration: underline;
    text-underline-offset: 3px;
    letter-spacing: 0.02em;
    transition: color 300ms ease;
  }

  .wagmade-collection__filter-head a:hover {
    color: #111111;
  }

  .wagmade-collection__filter summary {
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.82rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    list-style: none;
    padding: 0.75rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(34, 34, 34, 0.04);
  }

  .wagmade-collection__filter div {
    display: grid;
    gap: 0.55rem;
    padding: 0.75rem 0;
  }

  .wagmade-collection__filter label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.82rem;
    color: #222222;
    cursor: pointer;
  }

  .wagmade-collection__filter label input[type="checkbox"] {
    margin-right: 0.5rem;
    cursor: pointer;
  }

  .wagmade-collection__filter label small {
    color: #686868;
    font-size: 0.75rem;
  }

  .wagmade-collection__filter-panel button {
    background: #111111;
    border: 1px solid #111111;
    color: #FFFFFF;
    min-height: 2.75rem;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.82rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: all 300ms ease;
    border-radius: var(--wm-radius, 2px);
    margin-top: 0.5rem;
  }

  .wagmade-collection__filter-panel button:hover {
    background: #000;
    border-color: #000;
    letter-spacing: 0.12em;
  }

  .wagmade-collection__grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 1.5rem;
  }

  @keyframes collectCardFadeIn {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .wagmade-collection__grid .wagmade-card {
    opacity: 0;
    animation: collectCardFadeIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  }

  .wagmade-collection__grid .wagmade-card:nth-child(1) { animation-delay: 50ms; }
  .wagmade-collection__grid .wagmade-card:nth-child(2) { animation-delay: 100ms; }
  .wagmade-collection__grid .wagmade-card:nth-child(3) { animation-delay: 150ms; }
  .wagmade-collection__grid .wagmade-card:nth-child(4) { animation-delay: 200ms; }
  .wagmade-collection__grid .wagmade-card:nth-child(5) { animation-delay: 250ms; }
  .wagmade-collection__grid .wagmade-card:nth-child(6) { animation-delay: 300ms; }
  .wagmade-collection__grid .wagmade-card:nth-child(7) { animation-delay: 350ms; }
  .wagmade-collection__grid .wagmade-card:nth-child(8) { animation-delay: 400ms; }
  .wagmade-collection__grid .wagmade-card:nth-child(n+9) { animation-delay: 450ms; }

  .wagmade-collection__pagination {
    padding-top: 3rem;
  }

  .wagmade-collection__empty,
  .wagmade-collection__guide {
    background: rgba(255, 255, 255, 0.65) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: var(--wm-radius, 2px) !important;
    display: grid;
    gap: 0.8rem;
    margin-top: 1rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    transition: all 300ms ease;
  }

  .wagmade-collection__empty h2 {
    font-family: var(--font-serif);
    font-size: clamp(1.6rem, 3vw, 3rem);
    font-weight: 300;
  }

  .wagmade-collection__empty p,
  .wagmade-collection__guide p {
    font-family: var(--font-sans, 'Outfit', sans-serif);
    color: #686868;
    font-size: 0.92rem;
  }

  .wagmade-collection__empty a,
  .wagmade-collection__guide a {
    border: 1px solid #111111;
    border-radius: var(--wm-radius, 2px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.8rem;
    padding: 0.75rem 1.5rem;
    width: fit-content;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.82rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: background-color 300ms ease, color 300ms ease, letter-spacing 350ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-collection__empty a:first-of-type {
    background: #111111;
    color: #FFFFFF;
  }

  .wagmade-collection__empty a:hover,
  .wagmade-collection__guide a:hover {
    background: rgba(17, 17, 17, 0.05);
  }

  .wagmade-collection__empty a:first-of-type:hover {
    background: #000;
    letter-spacing: 0.12em;
  }

  .wagmade-collection__guide {
    align-items: center;
    grid-template-columns: 1fr auto;
    margin-top: clamp(3rem, 6vw, 5rem);
  }

  @media (max-width: 989px) {
    .wagmade-collection__hero,
    .wagmade-collection__guide {
      grid-template-columns: 1fr;
    }

    .wagmade-collection__hero--with-image {
      grid-template-columns: 1fr;
    }

    .wagmade-collection__toolbar {
      align-items: flex-start;
      gap: 1rem;
      flex-direction: column;
      padding: 1.25rem 0;
    }

    .wagmade-collection__controls {
      width: 100%;
      justify-content: space-between;
      gap: 1rem;
    }

    .wagmade-collection__controls label {
      flex: 1;
      justify-content: flex-end;
    }

    .wagmade-collection__controls select {
      width: 100%;
      max-width: 12rem;
    }

    .wagmade-collection__filter-panel {
      bottom: 0;
      left: 0;
      min-width: 0;
      overflow-y: auto;
      position: fixed;
      right: 0;
      top: auto;
      height: 75vh;
      z-index: 60;
      border-radius: 12px 12px 0 0;
      background: #FFFFFF;
      transform: translateY(100%);
      transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
      box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.15);
      padding: 1.5rem 1.5rem 2.5rem;
    }

    .wagmade-collection__filters[open] .wagmade-collection__filter-panel {
      transform: translateY(0);
    }

    .wagmade-collection__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
      padding-top: 1rem;
    }
  }

  @keyframes wmFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  .wagmade-collection__filters[open]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 55;
    animation: wmFadeIn 300ms ease forwards;
  }

  /* 桌面端 modern filters 情况下移除移动端蒙层影响 */
  @media (min-width: 1025px) {
    .wagmade-collection--modern-filters .wagmade-collection__filters[open]::before {
      display: none;
    }
  }

  /* 顶部折叠平铺现代筛选器样式 */
  @media (min-width: 1025px) {
    .wagmade-collection--modern-filters .wagmade-collection__filters {
      position: static;
    }
    .wagmade-collection--modern-filters .wagmade-collection__filter-panel {
      position: relative;
      top: 0;
      right: 0;
      width: 100%;
      min-width: 100%;
      box-shadow: none;
      border: none;
      border-top: 1px solid rgba(34, 34, 34, 0.05);
      border-bottom: 1px solid rgba(34, 34, 34, 0.05);
      background: transparent;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      padding: 1.5rem 0;
      margin-top: 0.5rem;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) 180px;
      gap: 2rem;
      align-items: start;
    }
    .wagmade-collection--modern-filters .wagmade-collection__filter {
      border: none !important;
    }
    .wagmade-collection--modern-filters .wagmade-collection__filter-panel button[type="submit"] {
      align-self: end;
      margin-top: 0;
      height: 2.5rem;
      background: #111111;
      color: #fff;
      border: none;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 0.8rem;
      letter-spacing: 0.1em;
      transition: background 0.3s;
      border-radius: var(--wm-radius, 2px);
      width: 100%;
    }
    .wagmade-collection--modern-filters .wagmade-collection__filter-panel button[type="submit"]:hover {
      background: #000;
    }
    .wagmade-collection--modern-filters .wagmade-collection__filter-head {
      display: none;
    }
  }
/* END_SECTION:collection */

/* START_SECTION:collections (INDEX:5) */
.wagmade-collections {
    background: #F1F2F3;
    color: #222222;
    display: grid;
    gap: clamp(3rem, 7vw, 6rem);
    padding: clamp(3rem, 7vw, 7rem) clamp(1.25rem, 4vw, 4rem);
  }

  .wagmade-collections a {
    color: inherit;
    text-decoration: none;
  }

  .wagmade-collections__intro,
  .wagmade-collections__featured,
  .wagmade-collections__grid,
  .wagmade-collections__support {
    margin-left: auto;
    margin-right: auto;
    max-width: 96rem;
    width: 100%;
  }

  .wagmade-collections__intro h1 {
    font-family: var(--font-serif, Georgia, serif);
    font-size: clamp(2.5rem, 6vw, 5.5rem);
    font-weight: 300;
    letter-spacing: -0.015em;
    line-height: 0.95;
    max-width: 62rem;
    color: #111111;
    margin: 0.5rem 0 1.5rem;
  }

  .wagmade-collections__intro > p:last-child,
  .wagmade-collections__featured p,
  .wagmade-collections__card-info p,
  .wagmade-collections__support p {
    color: #686868;
    line-height: 1.6;
    max-width: 36rem;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 1.05rem;
  }

  .wagmade-collections__kicker {
    color: #686868;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-weight: 500;
  }

  .wagmade-collections__grid {
    display: grid;
    gap: clamp(3rem, 6vw, 5rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  @media (min-width: 990px) {
    .wagmade-collections__card:nth-child(2n) {
      transform: translateY(3.5rem);
    }
    
    .wagmade-collections__grid {
      padding-bottom: 4rem;
    }
  }

  .wagmade-collections__support a {
    border: 1px solid #111111;
    border-radius: var(--wm-radius, 2px);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 2.8rem;
    padding: 0.75rem 1.5rem;
    width: fit-content;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.82rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: background-color 300ms ease, color 300ms ease, letter-spacing 350ms cubic-bezier(0.16, 1, 0.3, 1);
    background: #111111;
    color: #FFFFFF;
    margin-left: 1rem;
  }

  .wagmade-collections__support a:hover {
    background: #000;
    letter-spacing: 0.12em;
  }

  .wagmade-collections__card {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: var(--wm-radius, 2px);
    padding: 1.25rem;
    display: grid;
    gap: 1.2rem;
    align-content: start;
    transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 600ms cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 600ms cubic-bezier(0.16, 1, 0.3, 1),
                background 600ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-collections__card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.85);
    border-color: rgba(34, 34, 34, 0.15);
    box-shadow: 0 15px 35px rgba(17, 17, 17, 0.04);
  }

  .wagmade-collections__card-media {
    aspect-ratio: 1.25 / 1;
    background: #E7E8EA;
    overflow: hidden;
    border-radius: var(--wm-radius, 2px);
  }

  .wagmade-collections__card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-collections__card:hover .wagmade-collections__card-media img {
    transform: scale(1.03);
  }

  .wagmade-collections__placeholder-glow {
    width: 100%;
    height: 100%;
    display: grid;
    place-content: center;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-weight: 500;
    letter-spacing: 0.2em;
    color: rgba(34, 34, 34, 0.15);
    background: linear-gradient(135deg, #E7E8EA 0%, #D8DADF 100%);
  }

  .wagmade-collections__card-info {
    display: grid;
    gap: 0.6rem;
    padding: 0.25rem;
  }

  .wagmade-collections__card-info h3 {
    font-family: var(--font-serif, Georgia, serif);
    font-size: clamp(1.4rem, 2.2vw, 2.2rem);
    font-weight: 300;
    line-height: 1.1;
    color: #111111;
    margin: 0;
    transition: letter-spacing 400ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-collections__card:hover h3 {
    letter-spacing: 0.02em;
  }

  .wagmade-collections__card-info span {
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #686868;
    margin-top: 0.5rem;
    transition: color 300ms ease, letter-spacing 300ms ease;
  }

  .wagmade-collections__card:hover .wagmade-collections__card-info span {
    color: #000;
    letter-spacing: 0.12em;
  }

  .wagmade-collections__support {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: var(--wm-radius, 2px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2.5rem;
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .wagmade-collections__support div {
    display: inline-flex;
    align-items: center;
  }

  @media (max-width: 989px) {
    .wagmade-collections__grid,
    .wagmade-collections__support {
      grid-template-columns: 1fr;
    }

    .wagmade-collections__card:nth-child(2n) {
      transform: none;
    }

    .wagmade-collections__support {
      gap: 1.2rem;
      padding: 1.5rem;
      justify-content: center;
      text-align: center;
    }

    .wagmade-collections__support div {
      flex-direction: column;
      gap: 1rem;
      width: 100%;
    }

    .wagmade-collections__support a {
      margin-left: 0;
      width: 100%;
    }
  }
/* END_SECTION:collections */

/* START_SECTION:custom-section (INDEX:6) */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
/* END_SECTION:custom-section */

/* START_SECTION:footer (INDEX:7) */
.wagmade-footer {
    background: #111111;
    color: #FFFFFF;
    padding: clamp(4rem, 8vw, 8rem) 0 2.5rem 0;
    font-family: var(--font-sans);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }

  .wagmade-footer__container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 4rem);
  }

  .wagmade-footer__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
    padding-bottom: clamp(3rem, 6vw, 6rem);
  }

  .footer-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .footer-group-title {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .footer-group a {
    color: #A7A7A7;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.3s, text-decoration 0.3s;
    width: fit-content;
  }

  .footer-group a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .footer-contact-text {
    font-size: 12px;
    color: #686868;
    line-height: 1.5;
    margin-bottom: 4px;
  }

  .footer-contact-link {
    color: #A7A7A7;
    font-size: 12px;
    text-decoration: none;
  }

  .wagmade-footer__bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #686868;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    padding-top: 2rem;
    letter-spacing: 0.05em;
  }

  .footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .footer-logo-small {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: lowercase;
    color: #FFFFFF;
  }

  .footer-copyright {
    font-size: 11px;
    color: #686868;
  }

  .wagmade-footer__payment {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-end;
    opacity: 0.6;
    transition: opacity 0.3s;
  }
  .wagmade-footer__payment:hover {
    opacity: 1;
  }

  .wagmade-footer__payment svg {
    max-height: 1.3rem;
    width: auto;
  }

  /* 响应式调整 */
  @media (max-width: 1024px) {
    .wagmade-footer__grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 40px;
    }
  }

  @media (max-width: 767px) {
    .wagmade-footer__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 32px;
    }
    .wagmade-footer__bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
    }
    .footer-bottom-left {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
    }
  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:8) */
/* 1. 公告栏样式 */
  .wagmade-header__announcement {
    background: #111111;
    color: #FFFFFF;
    height: 30px;
    font-size: 11px;
    font-family: var(--font-sans);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: fixed; /* 默认固定，不随海报滚动滑上去 */
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    z-index: 102;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }
  .wagmade-header__announcement-container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
  .announcement-col-left {
    text-align: left;
    color: #A7A7A7;
  }
  .announcement-col-center {
    text-align: center;
    font-weight: 500;
  }
  .announcement-col-right {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
  }
  .announcement-col-right a {
    color: #FFFFFF;
    text-decoration: none;
    transition: opacity 0.3s;
  }
  .announcement-col-right a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .announcement-sep {
    color: #444;
  }

  /* 当滑出海报范围后，退回 absolute 自然滚动走 */
  .wagmade-header__announcement.announcement--scrolled {
    position: absolute;
    top: 0;
  }

  @media (max-width: 1024px) {
    .wagmade-header__announcement {
      display: none !important;
    }
  }

  /* 2. 主导航样式 */
  .wagmade-header {
    height: 66px; /* 导航变矮四分之三 */
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 clamp(1.25rem, 4vw, 4rem);
    position: fixed; /* 默认固定在最上层 */
    top: 28px; /* 重叠 2px 以完全解决交界处毛玻璃渲染折射出的分割深色线 */
    left: 0;
    right: 0;
    width: 100vw;
    z-index: 101;
    transition: background 0.3s ease, height 0.3s ease, top 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }

  /* 没有公告栏或者公告栏在非首页隐藏时，Header top 为 0 */
  body:not(:has(.wagmade-header__announcement)) .wagmade-header {
    top: 0;
  }

  .wagmade-header a {
    color: inherit;
    text-decoration: none;
  }

  /* 离开海报范围后置顶 */
  .wagmade-header.wagmade-header--scrolled {
    top: 0 !important;
    box-shadow: 0 4px 30px rgba(30, 30, 28, 0.02);
  }

  /* 实白底背景 */
  .wagmade-header.wagmade-header--solid {
    background: var(--a-white);
    color: var(--a-primary);
    border: none !important;
    border-bottom: none !important;
  }

  /* 透明底背景 - 具有毛玻璃滤镜 */
  .wagmade-header.wagmade-header--transparent {
    background: linear-gradient(180deg, rgba(30,30,30,0.35), rgba(30,30,30,0.15));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: var(--a-white);
    border: none !important;
    border-bottom: none !important;
    /* 强力解决 Safari / Chromium 内核在子元素发生 transform/opacity 过渡时，父元素 backdrop-filter 闪烁丢失的经典渲染 bug */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  /* 仅在 Drawer 打开时强制变为白底，Hover 时保持毛玻璃折射效果 */
  .wagmade-header:has(details[open]) {
    background: var(--a-white) !important;
    color: var(--a-primary) !important;
    border-bottom-color: transparent !important;
    border-bottom: none !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  /* 3. 左侧 Hamburger 与 Menu 文字 */
  .wagmade-header__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .wagmade-header__drawer {
    position: relative;
  }
  .wagmade-header__drawer summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    user-select: none;
    color: inherit;
    padding: 12px 16px;
    margin-left: -16px;
    min-height: 44px;
    box-sizing: border-box;
  }
  .wagmade-header__drawer summary::-webkit-details-marker {
    display: none;
  }
  .hamburger-icon {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 20px;
  }
  .hamburger-icon span {
    display: block;
    height: 1.5px;
    background: currentColor;
    transition: transform 0.3s ease, width 0.3s ease, opacity 0.3s ease;
  }
  .hamburger-icon .line-1 { width: 20px; }
  .hamburger-icon .line-2 { width: 14px; } /* 中横线短 */
  .hamburger-icon .line-3 { width: 20px; }

  .wagmade-header__drawer[open] .hamburger-icon .line-1 {
    transform: translateY(5.5px) rotate(45deg);
    width: 20px;
  }
  .wagmade-header__drawer[open] .hamburger-icon .line-2 {
    opacity: 0;
    width: 0;
  }
  .wagmade-header__drawer[open] .hamburger-icon .line-3 {
    transform: translateY(-5.5px) rotate(-45deg);
    width: 20px;
  }
  .menu-text {
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }

  /* 4. Logo 样式 */
  .wagmade-header__logo {
    font-family: var(--font-sans);
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: lowercase;
    text-align: center;
    color: inherit;
    z-index: 102;
    transition: opacity 0.3s;
  }
  .wagmade-header__logo:hover {
    opacity: 0.7;
  }

  /* 5. 右侧图标 */
  .wagmade-header__icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    transition: opacity 0.3s ease;
  }

  /* 当抽屉菜单打开时，隐藏主导航上的 Logo 与右侧图标，防止重影与双标题 */
  .wagmade-header:has(details[open]) .wagmade-header__logo,
  .wagmade-header:has(details[open]) .wagmade-header__icons {
    opacity: 0;
    pointer-events: none;
  }
  .header-icon-btn {
    color: inherit;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 
      transform 0.3s var(--transition-smooth, cubic-bezier(0.16, 1, 0.3, 1)), 
      opacity 0.3s ease;
  }
  .header-icon-btn:hover {
    transform: translateY(-3px) scale(1.05);
    opacity: 0.85;
  }
  .header-icon-btn svg {
    width: 22px;
    height: 22px;
  }

  /* 购物车气泡 */
  .wagmade-header__cart sup {
    font-size: 9px;
    font-weight: 600;
    position: absolute;
    right: -2px;
    top: -2px;
    background: var(--a-primary);
    color: var(--a-white);
    border-radius: 99px;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background 0.3s ease, color 0.3s ease;
  }

  .wagmade-header.wagmade-header--transparent:not(:hover):not(:has(details[open])) .wagmade-header__cart sup {
    background: var(--a-white);
    color: var(--a-primary);
  }

  /* 6. 菜单抽屉 */
  .menu-drawer__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 104;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
  }
  .wagmade-header__drawer[open] .menu-drawer__overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .wagmade-header__menu-drawer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 420px;
    height: 100vh;
    height: 100svh;
    background: var(--a-white);
    z-index: 105;
    padding: 0;
    overflow-y: auto;
    opacity: 1;
    transform: translateX(-100%);
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.05);
    border-right: 1px solid #EAEAEA;
  }
  .wagmade-header__drawer[open] .wagmade-header__menu-drawer {
    transform: translateX(0);
    pointer-events: auto;
  }

  .menu-drawer__content {
    max-width: 100%;
    margin: 0;
    padding: 40px 32px;
    box-sizing: border-box;
  }
  @media (max-width: 768px) {
    .menu-drawer__content {
      padding: 30px 24px;
    }
  }

  .menu-drawer__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 28px;
  }
  .menu-drawer__close {
    background: none;
    border: none;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: var(--a-primary);
    font-family: var(--font-sans);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: opacity 0.3s ease;
  }
  .menu-drawer__close:hover {
    opacity: 0.6;
  }
  .menu-drawer__close svg {
    width: 16px;
    height: 16px;
  }
  .menu-drawer__title {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--a-primary);
  }

  .menu-drawer__links {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .menu-drawer__links a {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--a-primary) !important;
    text-decoration: none;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #F0F0F0;
    transition: transform 0.25s var(--transition-smooth, cubic-bezier(0.16, 1, 0.3, 1)), opacity 0.25s ease;
    text-align: left;
    display: block;
    transform-origin: left center;
  }
  @media (hover: hover) {
    .menu-drawer__links a:hover {
      transform: scale(1.04);
      opacity: 0.85;
    }
  }

  /* 7. 移动端和响应式 */
  @media (max-width: 1024px) {
    .wagmade-header {
      height: 66px;
      top: 0 !important;
      position: fixed;
    }
    .menu-text {
      display: none; /* 移动端仅显示 hamburger */
    }
    .wagmade-header__icons {
      gap: 4px; /* 仅缩减图标之间的间距，保持图标原有大小（padding 维持 8px） */
    }
  }

  /* 8. 页面间距自适应 */
  body {
    padding-top: 66px;
  }
  body:has(.wagmade-header__announcement) {
    padding-top: 96px;
  }
  html:has(.wagmade-pinned-hero) body {
    padding-top: 0 !important;
  }
  @media (max-width: 1024px) {
    body {
      padding-top: 66px !important;
    }
    html:has(.wagmade-pinned-hero) body {
      padding-top: 0 !important;
    }
  }
/* END_SECTION:header */

/* START_SECTION:page (INDEX:9) */
.wagmade-page {
    background: #F1F2F3;
    color: #222222;
    display: grid;
    gap: clamp(2rem, 5vw, 4rem);
    padding: clamp(2.5rem, 6vw, 6rem) clamp(1.25rem, 4vw, 4rem);
  }

  .wagmade-page a {
    color: inherit;
  }

  .wagmade-page__intro,
  .wagmade-page__next {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    width: 100%;
  }

  .wagmade-page__kicker,
  .wagmade-page__next span {
    color: #686868;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-weight: 500;
  }

  .wagmade-page h1 {
    font-family: var(--font-serif, Georgia, serif);
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 300;
    letter-spacing: -0.015em;
    line-height: 0.92;
    color: #222222;
  }

  .wagmade-page__intro > p:last-child {
    color: #686868;
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    line-height: 1.65;
    margin-top: 1rem;
    max-width: 40rem;
    font-family: var(--font-sans, 'Outfit', sans-serif);
  }

  .wagmade-page__body {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: var(--wm-radius, 2px);
    display: grid;
    gap: 2rem;
    padding: clamp(2rem, 5vw, 4rem);
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .wagmade-page__rte {
    display: grid;
    gap: 1.25rem;
    line-height: 1.8;
    font-size: 0.92rem;
  }

  .wagmade-page__rte h2 {
    font-family: var(--font-serif, Georgia, serif);
    font-size: clamp(1.8rem, 3.2vw, 3.2rem);
    font-weight: 300;
    line-height: 1.08;
    margin-top: 1.5rem;
    color: #222222;
  }

  .wagmade-page__rte p,
  .wagmade-page__rte li {
    color: #55524d;
  }

  .wagmade-page__contact form {
    border-top: 1px solid rgba(34, 34, 34, 0.08);
    display: grid;
    gap: 1.25rem;
    padding-top: 2rem;
  }

  .wagmade-page__contact label {
    display: grid;
    gap: 0.45rem;
  }

  .wagmade-page__contact span {
    color: #686868;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

  .wagmade-page__contact input,
  .wagmade-page__contact textarea {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(34, 34, 34, 0.12);
    border-radius: var(--wm-radius, 2px);
    min-height: 2.85rem;
    padding: 0.75rem 1rem;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.88rem;
    color: #222222;
    transition: border-color 300ms ease, background-color 300ms ease;
  }

  .wagmade-page__contact input:focus,
  .wagmade-page__contact textarea:focus {
    border-color: #222222;
    background: #FFFFFF;
    outline: none;
  }

  .wagmade-page__contact button {
    background: #111111;
    border: 1px solid #111111;
    color: #FFFFFF;
    min-height: 3rem;
    padding: 0.85rem 2rem;
    width: fit-content;
    border-radius: var(--wm-radius, 2px);
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.82rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: background-color 300ms ease, color 300ms ease, letter-spacing 350ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-page__contact button:hover {
    background: #000;
    letter-spacing: 0.12em;
  }

  .wagmade-page__next {
    align-items: center;
    border-top: 1px solid rgba(34, 34, 34, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    padding-top: 1.5rem;
    margin-top: 1rem;
  }

  .wagmade-page__next span {
    margin-bottom: 0;
    width: 100%;
  }

  .wagmade-page__next a {
    border: 1px solid #111111;
    border-radius: var(--wm-radius, 2px);
    min-height: 2.75rem;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.82rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: background-color 300ms ease, color 300ms ease, letter-spacing 350ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-page__next a:first-of-type {
    background: #111111;
    color: #FFFFFF;
  }

  .wagmade-page__next a:first-of-type:hover {
    background: #000;
    letter-spacing: 0.12em;
  }

  .wagmade-page__next a:hover:not(:first-of-type) {
    background: rgba(17, 17, 17, 0.05);
  }

  /* Fit Guide Specific Styles */
  .wagmade-page__fit-guide {
    display: grid;
    gap: clamp(2rem, 4vw, 3rem);
  }

  .wagmade-page__fit-subtitle {
    color: #686868;
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 46rem;
    margin-top: -0.5rem;
  }

  .wagmade-page__fit-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    margin-top: 1rem;
  }

  .wagmade-page__fit-card {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(34, 34, 34, 0.08);
    border-radius: var(--wm-radius, 2px);
    padding: 1.5rem;
    display: grid;
    gap: 0.5rem;
    transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-page__fit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(17, 17, 17, 0.03);
    background: rgba(255, 255, 255, 0.85);
  }

  .wagmade-page__fit-card h3 {
    font-family: var(--font-serif, Georgia, serif);
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0;
    color: #111111;
  }

  .wagmade-page__fit-card p {
    color: #55524d;
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0;
  }

  .wagmade-page__fit-comparison {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    margin-top: 1rem;
  }

  .wagmade-page__fit-compare-block {
    border: 1px solid rgba(34, 34, 34, 0.08);
    border-radius: var(--wm-radius, 2px);
    padding: 2rem;
    background: rgba(255, 255, 255, 0.5);
  }

  .wagmade-page__fit-compare-block--best {
    border-top: 3px solid #cbdcd0;
  }

  .wagmade-page__fit-compare-block--avoid {
    border-top: 3px solid #D8DADF;
  }

  .wagmade-page__fit-compare-block h3 {
    font-family: var(--font-serif, Georgia, serif);
    font-size: 1.35rem;
    font-weight: 300;
    margin-bottom: 1.25rem;
    color: #222222;
  }

  .wagmade-page__fit-compare-block ul {
    margin: 0;
    padding-left: 1.25rem;
    display: grid;
    gap: 0.65rem;
  }

  .wagmade-page__fit-compare-block li {
    color: #55524d;
    line-height: 1.6;
  }

  .wagmade-page__fit-footer {
    border-top: 1px solid rgba(34, 34, 34, 0.08);
    padding-top: 2rem;
    display: grid;
    gap: 0.85rem;
  }

  .wagmade-page__fit-footer h2 {
    font-size: 1.8rem;
    font-weight: 300;
  }

  .wagmade-page__fit-footer p {
    color: #55524d;
    line-height: 1.7;
    max-width: 48rem;
  }

  @media (max-width: 768px) {
    .wagmade-page {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .wagmade-page__body {
      padding: 1.5rem;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .wagmade-page__fit-card {
      transition: none;
    }
    .wagmade-page__fit-card:hover {
      transform: none;
      box-shadow: none;
    }
  }
/* END_SECTION:page */

/* START_SECTION:password (INDEX:10) */
.wagmade-password {
    align-items: center;
    background: #F1F2F3;
    color: #222222;
    display: grid;
    min-height: 100svh;
    padding: clamp(2.5rem, 6vw, 6rem) clamp(1.25rem, 4vw, 4rem);
    position: relative;
    overflow: hidden;
  }

  .wagmade-password a {
    color: inherit;
    text-decoration: none;
  }

  .wagmade-password__panel {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: var(--wm-radius, 2px);
    box-shadow: 0 20px 40px rgba(17, 17, 17, 0.03);
    display: grid;
    gap: 1.8rem;
    margin: 0 auto;
    max-width: 38rem;
    text-align: center;
    width: 100%;
    padding: clamp(2.5rem, 6vw, 4.5rem);
    box-sizing: border-box;
  }

  .wagmade-password__logo {
    font-size: 1.4rem;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .wagmade-password h1 {
    font-family: var(--font-serif, Georgia, serif);
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 300;
    letter-spacing: -0.015em;
    line-height: 1.1;
    color: #111111;
    margin: 0.5rem 0;
  }

  .wagmade-password p {
    color: #686868;
    line-height: 1.6;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 1rem;
  }

  .wagmade-password__form {
    display: grid;
    gap: 1rem;
    width: 100%;
    max-width: 28rem;
    margin: 0 auto;
  }

  .wagmade-password label {
    display: grid;
    gap: 0.45rem;
    text-align: left;
  }

  .wagmade-password label span {
    color: #686868;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-weight: 500;
    text-transform: uppercase;
  }

  .wagmade-password input {
    background: rgba(241, 242, 243, 0.5);
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: var(--wm-radius, 2px);
    min-height: 3rem;
    padding: 0.8rem 1.2rem;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    color: #111111;
    width: 100%;
    box-sizing: border-box;
    transition: all 300ms ease;
  }

  .wagmade-password input:focus {
    outline: none;
    border-color: #111111;
    background: rgba(255, 255, 255, 0.85);
  }

  .wagmade-password button {
    background: #111111;
    border: 1px solid #111111;
    color: #FFFFFF;
    min-height: 3rem;
    padding: 0.8rem 1.5rem;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.84rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: var(--wm-radius, 2px);
    transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
  }

  .wagmade-password button:hover {
    background: #000;
    border-color: #000;
    letter-spacing: 0.12em;
  }
/* END_SECTION:password */

/* START_SECTION:product (INDEX:11) */
.wagmade-product {
    --wm-bg: #F1F2F3;
    --wm-bg-soft: #FFFFFF;
    --wm-mist: #E7E8EA;
    --wm-text: #222222;
    --wm-muted: #686868;
    --wm-border: rgba(34, 34, 34, 0.08);
    --wm-deep: #222222;
    background: var(--wm-bg);
    color: var(--wm-text);
    padding: 2.5rem clamp(1.25rem, 4vw, 4rem) 6rem;
  }

  .wagmade-product a {
    color: inherit;
    text-decoration: none;
  }

  .wagmade-product__breadcrumb {
    color: var(--wm-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.82rem;
    gap: 0.45rem;
    margin: 0 auto 2rem;
    max-width: 96rem;
    font-family: var(--font-serif, serif);
    font-style: italic;
    letter-spacing: 0.08em;
  }

  .wagmade-product__breadcrumb a {
    transition: color 300ms ease;
  }

  .wagmade-product__breadcrumb a:hover {
    color: var(--wm-deep);
  }

  .wagmade-product__shell {
    display: grid;
    gap: clamp(2rem, 5vw, 5rem);
    grid-template-columns: minmax(0, 1.3fr) minmax(22rem, 0.7fr);
    margin: 0 auto;
    max-width: 96rem;
  }

  .wagmade-product__media-grid {
    display: grid;
    gap: clamp(1.2rem, 2vw, 2rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* 桌面端保持 2x2 四宫格网格布局 */
  @media (min-width: 990px) {
    .wagmade-product__media-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .wagmade-product__media-item {
    aspect-ratio: 1 / 1;
    background: var(--wm-mist);
    overflow: hidden;
    position: relative;
    border-radius: var(--wm-radius, 2px);
  }

  /* 桌面端四宫格使用正方形以表现齐整的高奢杂志气度 */
  @media (min-width: 990px) {
    .wagmade-product__media-item {
      aspect-ratio: 1 / 1;
    }
  }



  .wagmade-product__media-item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 1.2s var(--transition-smooth, cubic-bezier(0.16, 1, 0.3, 1));
  }

  @media (hover: hover) {
  .wagmade-product__media-item:hover img {
    transform: scale(1.04);
  }
}

  .wagmade-product__media-empty {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: var(--wm-mist);
    color: var(--wm-muted);
    display: flex;
    justify-content: center;
    padding: 1.5rem;
    text-align: center;
    border-radius: 4px;
  }

  .wagmade-product__mobile-dots {
    display: none;
  }

  .wagmade-product__panel-wrap {
    min-width: 0;
  }

  .wagmade-product__panel {
    position: sticky;
    top: 7rem;
  }

  .wagmade-product__kicker {
    color: var(--wm-muted);
    font-size: 0.76rem;
    letter-spacing: 0.12em;
    line-height: 1.3;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
    font-family: var(--font-sans, sans-serif);
    font-weight: 500;
  }

  .wagmade-product h1 {
    font-family: var(--font-serif, Georgia, serif);
    font-size: clamp(2rem, 3.2vw, 3.2rem);
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin-bottom: 1.2rem;
    color: var(--wm-deep);
  }

  .wagmade-product__price {
    align-items: center;
    color: var(--wm-deep);
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.8rem;
    font-family: var(--font-sans, sans-serif);
  }

  .wagmade-product__price span:first-child {
    font-size: 1.3rem;
    font-weight: 500;
  }

  .wagmade-product__price s {
    color: var(--wm-muted);
    font-size: 0.95rem;
  }

  .wagmade-product__sale {
    border: 1px solid var(--wm-border);
    color: var(--wm-muted);
    font-size: 0.72rem;
    padding: 0.18rem 0.45rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 2px;
  }

  .wagmade-product__intro {
    color: var(--wm-muted);
    font-size: 0.96rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }

  .wagmade-product__form {
    display: grid;
    gap: 1.5rem;
  }

  .wagmade-product__options {
    display: grid;
    gap: 1.4rem;
  }

  .wagmade-product__option {
    border: 0;
    display: grid;
    gap: 0.75rem;
    padding: 0;
  }

  .wagmade-product__option legend,
  .wagmade-product__one-size span {
    color: var(--wm-muted);
    font-size: 0.82rem;
    margin-bottom: 0.2rem;
    font-family: var(--font-sans, sans-serif);
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

  .wagmade-product__option-values {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
  }

  .wagmade-product__option-input {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .wagmade-product__option-label,
  .wagmade-product__one-size strong {
    align-items: center;
    border: 1px solid rgba(34, 34, 34, 0.08);
    cursor: pointer;
    display: inline-flex;
    gap: 0.5rem;
    min-height: 2.65rem;
    padding: 0.6rem 1.2rem;
    font-family: var(--font-sans, sans-serif);
    font-size: 0.82rem;
    letter-spacing: 0.05em;
    background: transparent;
    border-radius: var(--wm-radius, 2px);
    transition: border-color var(--transition-smooth, 300ms), 
                background-color var(--transition-smooth, 300ms),
                transform var(--transition-smooth, 150ms);
  }

  @media (hover: hover) {
  .wagmade-product__option-label:hover {
    border-color: rgba(34, 34, 34, 0.35);
    transform: translateY(-1px);
  }
}

  .wagmade-product__option-input:checked + .wagmade-product__option-label {
    border-color: var(--wm-deep);
    background-color: rgba(34, 34, 34, 0.03);
    box-shadow: none;
    font-weight: 500;
  }

  .wagmade-product__option-input:focus-visible + .wagmade-product__option-label,
  .wagmade-product__add:focus-visible,
  .wagmade-product__sticky button:focus-visible {
    outline: 2px solid var(--wm-deep);
    outline-offset: 3px;
  }

  /* Color Swatches 精致外环 */
  .wagmade-product__option-values--swatches .wagmade-product__option-label {
    border: 1px solid rgba(34, 34, 34, 0.08);
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
  }

  .wagmade-product__option-values--swatches .wagmade-product__option-input:checked + .wagmade-product__option-label {
    border-color: var(--wm-deep);
    background-color: rgba(34, 34, 34, 0.03);
  }

  .wagmade-product__swatch {
    background: var(--swatch, #D8DADF);
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 999px;
    display: inline-block;
    height: 1.05rem;
    width: 1.05rem;
    transition: transform var(--transition-smooth, 300ms),
                box-shadow var(--transition-smooth, 300ms);
  }

  .wagmade-product__option-values--swatches .wagmade-product__option-input:checked + .wagmade-product__option-label .wagmade-product__swatch {
    transform: scale(1.1);
    box-shadow: 0 0 0 2px var(--wm-bg-soft), 0 0 0 3px var(--wm-deep);
    animation: swatchPulse 2.5s infinite ease-in-out;
  }

  @keyframes swatchPulse {
    0%, 100% {
      box-shadow: 0 0 0 2px var(--wm-bg-soft), 0 0 0 3px var(--wm-deep);
    }
    50% {
      box-shadow: 0 0 0 2px var(--wm-bg-soft), 0 0 0 3.5px rgba(34, 34, 34, 0.45);
    }
  }

  .wagmade-product__one-size {
    display: grid;
    gap: 0.5rem;
  }

  .wagmade-product__one-size strong {
    font-weight: 400;
    width: fit-content;
    border-color: var(--wm-border);
    cursor: default;
  }

  .wagmade-product__add,
  .wagmade-product__sticky button {
    background: var(--wm-deep);
    border: 1px solid var(--wm-deep);
    border-radius: 0px;
    color: var(--wm-bg-soft);
    cursor: pointer;
    min-height: 3.15rem;
    padding: 0.9rem 1.5rem;
    font-family: var(--font-sans, sans-serif);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: background-color var(--transition-smooth, 300ms), 
                border-color var(--transition-smooth, 300ms), 
                color var(--transition-smooth, 300ms);
  }

  @media (hover: hover) {
  .wagmade-product__add:hover,
  .wagmade-product__sticky button:hover:not([disabled]) {
    background: transparent;
    color: var(--wm-deep);
  }

  .wagmade-product__breadcrumb a:hover {
    color: var(--wm-deep);
  }

  .wagmade-product__accordion summary:hover {
    color: var(--wm-deep);
  }

  .wagmade-product__quantity-btn:hover {
    background-color: rgba(34, 34, 34, 0.05);
  }

  .wagmade-product__fit-link-btn:hover {
    color: var(--wm-deep);
  }

  .wagmade-product__complete-bar-btn:hover {
    background: transparent;
    color: var(--wm-deep);
  }
}

  .wagmade-product__add[disabled],
  .wagmade-product__sticky button[disabled] {
    background: var(--wm-mist);
    border-color: var(--wm-mist);
    color: var(--wm-muted);
    cursor: not-allowed;
    opacity: 0.6;
  }

  .wagmade-product__dynamic:empty {
    display: none;
  }

  .wagmade-product__error {
    color: #8b2f22;
    font-size: 0.9rem;
    line-height: 1.45;
    margin-top: -0.45rem;
  }

  .wagmade-product__trust {
    border-bottom: 1px dashed rgba(34, 34, 34, 0.08);
    border-top: 1px dashed rgba(34, 34, 34, 0.08);
    color: var(--wm-muted);
    display: flex;
    justify-content: space-between;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 2.2rem 0 1.5rem;
    padding: 1rem 0;
    font-family: var(--font-sans, sans-serif);
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
  }

  .wagmade-product__trust span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .wagmade-product__trust span::before {
    content: "•";
    color: var(--wm-deep);
  }

  .wagmade-product__accordions {
    border-bottom: 1px dashed rgba(34, 34, 34, 0.12);
  }

  .wagmade-product__accordion {
    border-top: 1px dashed rgba(34, 34, 34, 0.12);
    overflow: hidden;
  }

  .wagmade-product__accordion summary {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 1.15rem 0;
    font-family: var(--font-sans, sans-serif);
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--wm-text);
    transition: color 300ms ease;
  }

  .wagmade-product__accordion summary:hover {
    color: var(--wm-deep);
  }

  .wagmade-product__accordion summary::-webkit-details-marker {
    display: none;
  }

  .wagmade-product__accordion summary {
    position: relative;
    padding-right: 1.5rem;
  }

  .wagmade-product__accordion summary::after {
    content: "";
    position: absolute;
    right: 0.2rem;
    top: 50%;
    width: 8px;
    height: 8px;
    /* 采用高奢极细十字线 */
    background: linear-gradient(currentColor, currentColor) no-repeat center/8px 1px,
                linear-gradient(currentColor, currentColor) no-repeat center/1px 8px;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 350ms cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0.6;
  }

  .wagmade-product__accordion[open] summary::after {
    transform: translateY(-50%) rotate(135deg); /* 顺滑旋转 135deg 变为倾斜十字 */
    opacity: 0.95;
  }

  .wagmade-product__accordion-content {
    height: 0;
    overflow: hidden;
    transition: height var(--transition-smooth, 300ms cubic-bezier(0.16, 1, 0.3, 1));
  }

  .wagmade-product__accordion[open] .wagmade-product__accordion-content {
    height: auto;
  }

  /* 当激活过渡时 */
  .wagmade-product__accordion.is-opening .wagmade-product__accordion-content,
  .wagmade-product__accordion.is-closing .wagmade-product__accordion-content {
    display: block !important;
  }

  .wagmade-product__accordion-inner {
    color: var(--wm-muted);
    display: grid;
    gap: 0.85rem;
    line-height: 1.6;
    padding: 0 0 1.25rem;
    font-size: 0.88rem;
  }

  .wagmade-product__accordion-inner p strong {
    color: var(--wm-deep);
    font-weight: 500;
  }

  .wagmade-product__complete {
    margin: clamp(4rem, 8vw, 8rem) auto 0;
    max-width: 96rem;
  }

  .wagmade-product__section-heading {
    margin-bottom: 2rem;
  }

  .wagmade-product__section-heading .wagmade-product__kicker {
    margin-bottom: 0.5rem;
  }

  .wagmade-product__section-heading h2 {
    font-family: var(--font-serif, Georgia, serif);
    font-size: clamp(2rem, 3.4vw, 3.4rem);
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 1.15;
    color: var(--wm-deep);
  }

  .wagmade-product__cards {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  /* Complete the Look 交错显现 */
  .wagmade-product__complete .wagmade-product__cards .wagmade-card {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 800ms var(--transition-smooth), transform 800ms var(--transition-smooth), border-color var(--transition-smooth), box-shadow var(--transition-smooth);
  }

  .wagmade-product__complete.reveal-item--visible .wagmade-product__cards .wagmade-card {
    opacity: 1;
    transform: translateY(0);
  }

  .wagmade-product__complete.reveal-item--visible .wagmade-product__cards .wagmade-card:nth-child(1) {
    transition-delay: 100ms;
  }
  .wagmade-product__complete.reveal-item--visible .wagmade-product__cards .wagmade-card:nth-child(2) {
    transition-delay: 200ms;
  }
  .wagmade-product__complete.reveal-item--visible .wagmade-product__cards .wagmade-card:nth-child(3) {
    transition-delay: 300ms;
  }
  .wagmade-product__complete.reveal-item--visible .wagmade-product__cards .wagmade-card:nth-child(4) {
    transition-delay: 400ms;
  }

  .wagmade-product__sticky {
    align-items: center;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid var(--wm-border);
    bottom: 0;
    display: none;
    gap: 1rem;
    justify-content: space-between;
    left: 0;
    padding: 1rem 1.5rem calc(1rem + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 35;
    box-shadow: 0 -10px 30px rgba(17, 17, 17, 0.05);
  }

  .wagmade-product__sticky span {
    color: var(--wm-deep);
    font-family: var(--font-sans, sans-serif);
    font-weight: 500;
  }

  .wagmade-product__sticky button {
    min-height: 2.85rem;
    min-width: 10rem;
    padding: 0.65rem 1.2rem;
  }

  .wagmade-product__option-input[data-unavailable] + .wagmade-product__option-label {
    opacity: 0.4;
    background-color: transparent !important;
  }

  .wagmade-product__option-input[data-unavailable] + .wagmade-product__option-label span:last-child {
    text-decoration: line-through;
  }

  .wagmade-product__enhancements {
    display: grid;
    gap: clamp(3rem, 6vw, 6rem);
    margin: clamp(4rem, 8vw, 8rem) auto 0;
    max-width: 96rem;
  }

  .wagmade-product__editorial {
    align-items: center;
    display: grid;
    gap: clamp(1.5rem, 5vw, 5rem);
    grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  }

  .wagmade-product__editorial-media,
  .wagmade-product__video {
    background: var(--wm-mist);
    overflow: hidden;
    border-radius: 4px;
  }

  .wagmade-product__editorial-media {
    aspect-ratio: 1.45 / 1;
  }

  .wagmade-product__editorial-media img,
  .wagmade-product__video video {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .wagmade-product__editorial p {
    color: var(--wm-deep);
    font-family: var(--font-serif, Georgia, serif);
    font-size: clamp(1.4rem, 2.5vw, 2.5rem);
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }

  .wagmade-product__detail-grid,
  .wagmade-product__moments {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wagmade-product__detail-grid div,
  .wagmade-product__moments span,
  .wagmade-product__enhanced-fit {
    background: var(--wm-bg-soft);
    border: 1px solid rgba(34, 34, 34, 0.08);
    color: var(--wm-muted);
    line-height: 1.6;
    min-height: 9.5rem;
    padding: 1.5rem;
    font-family: var(--font-sans, sans-serif);
    font-size: 0.88rem;
    border-radius: var(--wm-radius, 2px);
    transition: transform var(--transition-smooth, 300ms), 
                box-shadow var(--transition-smooth, 300ms);
  }

  @media (hover: hover) {
  .wagmade-product__detail-grid div:hover,
  .wagmade-product__moments span:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-soft);
  }
}

  .wagmade-product__moments span {
    align-items: end;
    color: var(--wm-deep);
    display: flex;
    font-weight: 500;
    letter-spacing: 0.02em;
  }

  .wagmade-product__enhanced-fit {
    min-height: auto;
    grid-column: 1 / -1;
  }

  .wagmade-product__enhanced-fit .wagmade-product__kicker {
    margin-bottom: 0.65rem;
  }

  .wagmade-product__enhanced-fit div {
    color: var(--wm-muted);
    line-height: 1.6;
  }

  @media (max-width: 989px) {
    .wagmade-product {
      padding-left: 0;
      padding-right: 0;
    }

    .wagmade-product__breadcrumb,
    .wagmade-product__panel,
    .wagmade-product__complete {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }

    .wagmade-product__shell {
      display: block;
    }

    .wagmade-product__media {
      margin-bottom: 1.8rem;
    }

    .wagmade-product__media-grid {
      display: flex;
      gap: 0;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
    }

    .wagmade-product__media-grid::-webkit-scrollbar {
      display: none;
    }

    .wagmade-product__media-item {
      flex: 0 0 100%;
      scroll-snap-align: start;
    }

    .wagmade-product__mobile-dots {
      display: flex;
      gap: 0.45rem;
      justify-content: center;
      margin-top: 0.8rem;
    }

    .wagmade-product__mobile-dots span {
      background: var(--wm-border);
      border-radius: 999px;
      height: 0.42rem;
      width: 0.42rem;
    }

    .wagmade-product__mobile-dots span[data-active] {
      background: var(--wm-deep);
    }

    .wagmade-product__panel {
      position: static;
      top: auto;
    }

    .wagmade-product__cards {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
    }

    .wagmade-product__cards > * {
      flex: 0 0 min(72vw, 19rem);
      scroll-snap-align: start;
    }

    .wagmade-product__sticky[data-visible] {
      display: flex;
    }

    .wagmade-product__enhancements {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }

    .wagmade-product__editorial,
    .wagmade-product__detail-grid,
    .wagmade-product__moments {
      grid-template-columns: 1fr;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .wagmade-product *,
    .wagmade-product *::before,
    .wagmade-product *::after {
      scroll-behavior: auto !important;
      transition: none !important;
    }
  }

  /* ==========================================
     高奢简约及毛玻璃升级样式 (Added)
     ========================================== */

  /* 商品图片统一校正为 2px 极直角圆角，融入高奢视觉骨架 */
  .wagmade-product__media-item {
    border-radius: var(--wm-radius, 2px);
    overflow: hidden;
    border: 1px solid rgba(34, 34, 34, 0.05);
    background: var(--wm-bg-soft);
    transition: transform 0.4s var(--transition-smooth);
  }
  
  /* Variant 选项药丸重构 (统一为 2px 极直角圆角) */
  .wagmade-product__option-label {
    border: 1px solid rgba(34, 34, 34, 0.15) !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: var(--wm-radius, 2px) !important;
    padding: 0.5rem 1rem !important;
    font-size: 0.82rem !important;
    letter-spacing: 0.05em !important;
    color: #222222 !important;
    cursor: pointer;
    transition: border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }
  
  @media (hover: hover) {
  .wagmade-product__option-label:hover {
    border-color: #222222 !important;
    transform: translateY(-1px);
  }

  .wagmade-product__add:hover:not([disabled]) {
    letter-spacing: 0.16em !important;
  }
}

  /* 选中状态采用通透感设计，黑细描边取代沉重背景块 */
  .wagmade-product__option-input:checked + .wagmade-product__option-label {
    background: rgba(34, 34, 34, 0.04) !important;
    color: var(--wm-deep) !important;
    border-color: var(--wm-deep) !important;
    border-width: 1.2px !important;
    font-weight: 500;
  }

  /* 颜色色块微圆角与发光 (继续保持圆形外观) */
  .wagmade-product__option-values--swatches .wagmade-product__option-label {
    border-radius: 999px !important;
  }
  .wagmade-product__swatch {
    border-radius: 99px !important;
    border: 1px solid rgba(34, 34, 34, 0.1) !important;
  }
  .wagmade-product__option-input:checked + .wagmade-product__option-label .wagmade-product__swatch {
    border-color: var(--wm-deep) !important;
  }

  /* 新增直角数量加减器及加购一体化排版样式 */
  .wagmade-product__qty-row {
    display: flex;
    gap: 1rem;
    align-items: center;
    width: 100%;
    margin-top: 0.5rem;
  }

  .wagmade-product__quantity {
    display: flex;
    align-items: center;
    border: 1px solid rgba(34, 34, 34, 0.15);
    border-radius: var(--wm-radius, 2px);
    height: 3.15rem;
    background: transparent;
    padding: 0 0.4rem;
    box-sizing: border-box;
    flex-shrink: 0;
  }

  .wagmade-product__quantity-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--wm-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    padding: 0;
    transition: background-color 0.2s, transform 0.1s;
  }

  .wagmade-product__quantity-btn:hover {
    background-color: rgba(34, 34, 34, 0.05);
  }

  .wagmade-product__quantity-btn:active {
    transform: scale(0.92);
  }

  .wagmade-product__quantity-input {
    width: 2.2rem;
    text-align: center;
    border: none;
    background: transparent;
    font-family: 'Outfit', sans-serif;
    font-size: 0.92rem;
    color: var(--wm-deep);
    padding: 0;
    -moz-appearance: textfield;
  }

  .wagmade-product__quantity-input::-webkit-outer-spin-button,
  .wagmade-product__quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* 焦点加购按钮字距优雅展开过渡 */
  .wagmade-product__add {
    flex-grow: 1;
    height: 3.15rem;
    border-radius: var(--wm-radius, 2px) !important;
    transition: letter-spacing 0.35s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s, border-color 0.3s, color 0.3s !important;
  }

  .wagmade-product__add:hover:not([disabled]) {
    letter-spacing: 0.16em !important;
  }

  @media (max-width: 768px) {
    .wagmade-product__sticky {
      padding: 0.8rem 1.25rem calc(0.8rem + env(safe-area-inset-bottom));
    }
    .wagmade-product__sticky button {
      min-height: 2.65rem;
      min-width: 8rem;
      padding: 0.55rem 1rem;
      font-size: 0.8rem;
    }
  }

  /* ==========================================================================
     高客单价宠物用品转换优化 CSS
     ========================================================================== */

  /* Will it fit? 按钮链接样式 */
  .wagmade-product__fit-link-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-sans);
    font-size: 0.74rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--wm-muted);
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 0;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
  }
  .wagmade-product__fit-link-btn:hover {
    color: var(--wm-deep);
  }

  /* legend 内部 flex 对齐，使 Will it fit 能跑到右侧 */
  .wagmade-product__option legend {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
  }

  /* 分期付款与保障徽章 */
  .wagmade-product__trust-section {
    margin-top: 1.5rem;
    padding: 1.5rem;
    border: 1px solid rgba(34, 34, 34, 0.06);
    background: var(--wm-bg-soft, #FFFFFF);
    border-radius: var(--wm-radius, 2px);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .wagmade-product__installments {
    font-size: 0.85rem;
    line-height: 1.45;
    color: var(--wm-muted);
    border-bottom: 1px solid rgba(34, 34, 34, 0.06);
    padding-bottom: 1rem;
  }
  .wagmade-product__installments strong {
    color: var(--wm-deep);
  }
  .wagmade-product__trust-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .wagmade-product__trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    color: var(--wm-muted);
  }
  .wagmade-product__trust-badge svg {
    color: var(--wm-deep);
  }
  .wagmade-product__trust-badge span {
    font-size: 0.68rem;
    line-height: 1.3;
    font-family: var(--font-sans);
    font-weight: 500;
  }
  @media (max-width: 480px) {
    .wagmade-product__trust-badges {
      grid-template-columns: 1fr;
      gap: 1rem;
      align-items: flex-start;
    }
    .wagmade-product__trust-badge {
      flex-direction: row;
      text-align: left;
    }
  }

  /* Look Inside 模块样式 */
  .wagmade-product__look-inside {
    padding: clamp(5rem, 10vw, 8rem) 0;
    border-top: 1px solid var(--wm-border);
    border-bottom: 1px solid var(--wm-border);
    background: var(--wm-bg-soft);
    position: relative;
    z-index: 2;
  }
  .wagmade-product__look-inside-container {
    max-width: 96rem;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 4rem);
  }
  .wagmade-product__look-inside-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
  }
  .wagmade-product__look-inside-media {
    aspect-ratio: 1.45 / 1;
    overflow: hidden;
    border-radius: var(--wm-radius, 2px);
    border: 1px solid rgba(34, 34, 34, 0.05);
    background: var(--wm-bg);
  }
  .wagmade-product__look-inside-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wagmade-product__look-inside-content {
    padding-right: 2rem;
  }
  .wagmade-product__look-inside-bullets {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
  }
  .wagmade-product__look-inside-bullet {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  .wagmade-product__look-inside-bullet strong {
    font-family: var(--font-serif);
    font-size: 1.15rem;
    font-weight: 400;
    color: var(--wm-deep);
  }
  .wagmade-product__look-inside-bullet p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--wm-muted);
    margin: 0;
    max-width: 32rem;
  }
  @media (max-width: 990px) {
    .wagmade-product__look-inside-grid {
      grid-template-columns: 1fr;
      gap: 3.5rem;
    }
    .wagmade-product__look-inside-content {
      padding-right: 0;
    }
  }

  /* Complete the Look 一键套餐组合加购样式 */
  .wagmade-product__complete-item {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    position: relative;
  }
  .wagmade-product__complete-checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.8rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 99px;
    border: 1px solid rgba(34, 34, 34, 0.06);
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s;
  }
  @media (hover: hover) {
  .wagmade-product__complete-checkbox-wrap:hover {
    background: #fff;
    border-color: rgba(34, 34, 34, 0.15);
  }
}
  .wagmade-product__complete-checkbox {
    width: 0.95rem;
    height: 0.95rem;
    accent-color: var(--wm-deep);
    cursor: pointer;
    margin: 0;
  }
  .wagmade-product__complete-checkbox-wrap label {
    font-family: var(--font-sans);
    font-size: 0.68rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--wm-deep);
    cursor: pointer;
    white-space: nowrap;
    margin: 0;
  }
  
  /* Bundle 一键加购总额条 */
  .wagmade-product__complete-bar {
    max-width: 96rem;
    margin: 3rem auto 0;
    padding: 1.5rem 2rem;
    border: 1px solid var(--wm-deep);
    background: var(--color-background, #fff);
    border-radius: var(--wm-radius, 2px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    box-shadow: 0 10px 30px rgba(31,30,28,0.06);
    animation: slideUpBar 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  @keyframes slideUpBar {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  .wagmade-product__complete-bar-info {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }
  .wagmade-product__complete-bar-title {
    font-family: var(--font-serif);
    font-size: 1.15rem;
    font-weight: 300;
    color: var(--wm-deep);
  }
  .wagmade-product__complete-bar-pricing {
    display: flex;
    align-items: baseline;
    gap: 0.65rem;
  }
  .wagmade-product__complete-bar-old {
    font-size: 0.94rem;
    color: var(--wm-muted);
    text-decoration: line-through;
  }
  .wagmade-product__complete-bar-new {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--wm-deep);
  }
  .wagmade-product__complete-bar-discount {
    font-size: 0.7rem;
    font-weight: 600;
    color: #8b2f22;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: rgba(139,47,34,0.08);
    padding: 0.15rem 0.45rem;
    border-radius: 2px;
  }
  .wagmade-product__complete-bar-btn {
    background: var(--wm-deep);
    border: 1px solid var(--wm-deep);
    color: var(--wm-bg-soft);
    cursor: pointer;
    min-height: 2.85rem;
    padding: 0.75rem 2rem;
    font-family: var(--font-sans);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
  }
  .wagmade-product__complete-bar-btn:hover {
    background: transparent;
    color: var(--wm-deep);
  }
  .wagmade-product__complete-bar-error {
    color: #8b2f22;
    font-size: 0.82rem;
    margin-top: 0.5rem;
    width: 100%;
    text-align: center;
  }
  @media (max-width: 768px) {
    .wagmade-product__complete-bar {
      flex-direction: column;
      gap: 1.25rem;
      align-items: stretch;
      padding: 1.5rem;
    }
    .wagmade-product__complete-bar-btn {
      width: 100%;
    }
  }
}
/* END_SECTION:product */

/* START_SECTION:search (INDEX:12) */
.wagmade-search {
    background: #F1F2F3;
    color: #222222;
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
    padding: clamp(2.5rem, 6vw, 6rem) clamp(1.25rem, 4vw, 4rem);
  }

  .wagmade-search a {
    color: inherit;
    text-decoration: none;
  }

  .wagmade-search__intro,
  .wagmade-search__form,
  .wagmade-search__summary,
  .wagmade-search__group,
  .wagmade-search__empty,
  .wagmade-search__pagination {
    margin-left: auto;
    margin-right: auto;
    max-width: 96rem;
    width: 100%;
  }

  .wagmade-search__kicker {
    color: #686868;
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
    font-family: var(--font-sans, 'Outfit', sans-serif);
  }

  .wagmade-search h1 {
    font-family: var(--font-serif);
    font-size: clamp(3rem, 7vw, 6.5rem);
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 0.95;
  }

  .wagmade-search__intro p:last-child,
  .wagmade-search__summary,
  .wagmade-search__links p,
  .wagmade-search__empty h2 {
    font-family: var(--font-sans, 'Outfit', sans-serif);
    color: #686868;
    line-height: 1.6;
  }

  .wagmade-search__form {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .wagmade-search__form input {
    background: #FFFFFF;
    border: 1px solid rgba(34, 34, 34, 0.12);
    border-radius: var(--wm-radius, 2px);
    min-height: 3rem;
    padding: 0.75rem 1.25rem;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.9rem;
    color: #222222;
    transition: border-color 300ms ease, box-shadow 300ms ease;
  }

  .wagmade-search__form input:focus {
    border-color: rgba(34, 34, 34, 0.4);
    box-shadow: 0 4px 12px rgba(17, 17, 17, 0.02);
    outline: none;
  }

  .wagmade-search__form button,
  .wagmade-search__empty a {
    background: #111111;
    border: 1px solid #111111;
    color: #FFFFFF;
    min-height: 3rem;
    padding: 0.75rem 1.75rem;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.82rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: var(--wm-radius, 2px);
    cursor: pointer;
    transition: background-color 300ms ease, border-color 300ms ease, letter-spacing 350ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-search__form button:hover,
  .wagmade-search__empty a:first-of-type:hover {
    background: #000;
    border-color: #000;
    letter-spacing: 0.12em;
  }

  .wagmade-search__group {
    display: grid;
    gap: 1.25rem;
    padding-top: 1rem;
  }

  .wagmade-search__group h2 {
    font-family: var(--font-serif);
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    font-weight: 300;
    border-bottom: 1px solid rgba(34, 34, 34, 0.05);
    padding-bottom: 0.5rem;
  }

  .wagmade-search__products {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wagmade-search__links {
    display: grid;
    gap: 0.8rem;
  }

  .wagmade-search__links a,
  .wagmade-search__empty {
    background: #FFFFFF;
    border: 1px solid rgba(34, 34, 34, 0.05);
    border-radius: var(--wm-radius, 2px);
    display: grid;
    gap: 0.55rem;
    padding: 1.25rem;
    transition: transform 300ms ease, box-shadow 300ms ease;
  }

  .wagmade-search__links a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.02);
  }

  .wagmade-search__links span {
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 1.1rem;
    font-weight: 500;
    color: #111111;
  }

  .wagmade-search__empty {
    max-width: 42rem;
    padding: 2rem;
  }

  .wagmade-search__empty h2 {
    font-family: var(--font-serif);
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 300;
    margin-bottom: 0.5rem;
  }

  .wagmade-search__empty a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: fit-content;
  }

  .wagmade-search__empty a:not(:first-of-type) {
    background: transparent;
    border-color: #111111;
    color: #111111;
    transition: background-color 300ms ease, letter-spacing 350ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-search__empty a:not(:first-of-type):hover {
    background: rgba(17, 17, 17, 0.05);
    letter-spacing: 0.12em;
  }

  @media (max-width: 989px) {
    .wagmade-search__form {
      grid-template-columns: 1fr;
    }
    
    .wagmade-search__products {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
    }
  }
/* END_SECTION:search */

/* START_SECTION:wagmade-brand-story (INDEX:13) */
/* ------------------------------
     6. Brand Story 样式
     ------------------------------ */
  .brand-story-section {
    padding: clamp(5rem, 9vw, 9rem) 0;
    background: var(--a-white);
  }

  .brand-story-grid {
    display: grid;
    grid-template-columns: 45% 50%;
    gap: 5%;
    align-items: center;
  }
  @media (max-width: 1024px) {
    .brand-story-grid {
      grid-template-columns: 1fr;
      gap: 3rem;
    }
  }

  .brand-story-text {
    text-align: left;
  }

  .brand-story-text h2 {
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }

  .brand-story-text p {
    font-size: clamp(0.95rem, 1.1vw, 1.1rem);
    line-height: 1.7;
    color: var(--a-muted);
  }

  .brand-story-media {
    aspect-ratio: 16 / 10;
    background-color: var(--a-gray);
  }
/* END_SECTION:wagmade-brand-story */

/* START_SECTION:wagmade-category-nav (INDEX:15) */
/* ------------------------------
     2. Shop by Category 样式
     ------------------------------ */
  .wagmade-category-slider {
    padding: clamp(4rem, 8vw, 8rem) 0;
    background: var(--a-white);
  }

  .wagmade-category-slider__track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 1.5rem;
    scroll-snap-type: x mandatory;
  }

  .wagmade-category-slider__track::-webkit-scrollbar {
    display: none;
  }

  .wagmade-category-card {
    width: calc(25% - 18px);
    min-width: 260px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    scroll-snap-align: start;
  }

  .wagmade-category-card__media {
    aspect-ratio: 1 / 1;
    background-color: var(--a-gray);
  }

  .wagmade-category-card__info {
    text-align: left;
  }

  .wagmade-category-card__title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
    position: relative;
    display: inline-block;
  }

  .wagmade-category-card__title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: var(--a-primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-category-card:hover .wagmade-category-card__title::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .category-subcopy {
    font-size: 12px;
    color: var(--a-muted);
    line-height: 1.5;
  }

  @media (max-width: 749px) {
    .wagmade-category-slider__track {
      gap: 16px;
    }
    .wagmade-category-card {
      width: 70%;
      min-width: 220px;
    }
  }
/* END_SECTION:wagmade-category-nav */

/* START_SECTION:wagmade-category-slider (INDEX:16) */
/* ------------------------------
     2. Shop by Category 样式
     ------------------------------ */
  .wagmade-category-slider {
    padding: clamp(4rem, 8vw, 8rem) 0;
    background: var(--a-white);
  }

  .wagmade-category-slider__track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 1.5rem;
    scroll-snap-type: x mandatory;
  }

  .wagmade-category-slider__track::-webkit-scrollbar {
    display: none;
  }

  .wagmade-category-card {
    width: calc(25% - 18px);
    min-width: 260px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    scroll-snap-align: start;
  }

  .wagmade-category-card__media {
    aspect-ratio: 1 / 1;
    background-color: var(--a-gray);
  }

  .wagmade-category-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--a-muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: #F4F4F3;
  }

  .wagmade-category-card__info {
    text-align: left;
  }

  .wagmade-category-card__title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
    position: relative;
    display: inline-block;
  }

  .wagmade-category-card__title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: var(--a-primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-category-card:hover .wagmade-category-card__title::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .category-subcopy {
    font-size: 12px;
    color: var(--a-muted);
    line-height: 1.5;
  }

  .wagmade-category-slider__scrollbar {
    width: 100%;
    height: 1.5px;
    background: rgba(17, 17, 17, 0.08);
    position: relative;
    margin-top: 1rem;
  }

  .wagmade-category-slider__scrollbar-handle {
    height: 100%;
    background: var(--a-primary);
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
  }
/* END_SECTION:wagmade-category-slider */

/* START_SECTION:wagmade-editorial-banner (INDEX:17) */
/* ------------------------------
     3. 双栏 Editorial Banners 样式
     ------------------------------ */
  .wagmade-editorial-banners {
    background: var(--a-gray);
    padding: 8px 0;
  }

  .wagmade-editorial-card {
    aspect-ratio: 1.5 / 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  @media (max-width: 1024px) {
    .wagmade-editorial-card {
      aspect-ratio: 1.2 / 1;
    }
  }

  .editorial-card-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .editorial-card-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.2);
    z-index: 2;
  }

  .editorial-card-content {
    position: relative;
    z-index: 3;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }

  .editorial-kicker-italic {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.5rem;
    margin-bottom: 12px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
  }

  .wagmade-editorial-card h2 {
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
  }
/* END_SECTION:wagmade-editorial-banner */

/* START_SECTION:wagmade-hero (INDEX:18) */
.wagmade-home {
    background: var(--a-gray);
    color: var(--a-primary);
    font-family: var(--font-sans);
    overflow: clip;
  }

  .wagmade-home a {
    color: inherit;
    text-decoration: none;
  }

  .wagmade-kicker {
    color: var(--a-muted);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    line-height: 1.3;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
  }

  .btn-glass--secondary {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
  }
  @media (hover: hover) {
    .btn-glass--secondary:hover {
      background: rgba(255, 255, 255, 0.25);
      border-color: rgba(255, 255, 255, 0.4);
    }
  }

  /* ------------------------------
     1. Pinned Hero 样式
     ------------------------------ */
  .wagmade-pinned-hero {
    display: block;
    height: 100svh;
    min-height: 100svh;
    position: relative;
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
  }

  .wagmade-pinned-hero:active {
    cursor: grabbing;
  }

  .wagmade-pinned-hero:focus-visible {
    outline: 2px solid var(--a-primary);
    outline-offset: -2px;
  }

  .wagmade-pinned-hero__stage {
    display: grid;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .wagmade-pinned-hero__stage::after {
    background: linear-gradient(180deg, rgba(30, 30, 28, 0.45), rgba(30, 30, 28, 0.3));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
  }

  .wagmade-pinned-hero__media {
    display: flex;
    flex-direction: row;
    width: calc(var(--hero-scenes, 3) * 100%);
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  .wagmade-pinned-hero__scene-media {
    position: relative;
    width: calc(100% / var(--hero-scenes, 3));
    height: 100%;
    flex-shrink: 0;
    margin: 0;
    overflow: hidden;
  }

  .wagmade-pinned-hero__scene-media picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .wagmade-pinned-hero__scene-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    transform: translateZ(0);
  }

  .wagmade-pinned-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    inset: 0;
    position: absolute;
    padding: 2rem;
    z-index: 3;
    pointer-events: none;
  }

  .wagmade-pinned-hero__copy-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 280px;
  }

  .wagmade-pinned-hero__copy {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(20px);
    transition: opacity 360ms cubic-bezier(0.22, 1, 0.36, 1), transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }

  .wagmade-pinned-hero__copy[data-active] {
    opacity: 1;
    pointer-events: auto;
    position: absolute;
    transform: translateY(0);
  }

  .wagmade-pinned-hero__copy h1 {
    font-family: var(--font-sans);
    font-size: clamp(2.2rem, 5.5vw, 4.4rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #FFFFFF;
    max-width: 18ch;
    margin-inline: auto;
  }

  .wagmade-pinned-hero__copy p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.82);
    max-width: 520px;
    margin-inline: auto;
  }

  @media (max-width: 1366px) {
    .wagmade-pinned-hero__copy p {
      max-width: 460px;
    }
  }

  .hero-cta-wrapper {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    pointer-events: auto;
  }

  .wagmade-pinned-hero__progress {
    display: flex;
    gap: 0.5rem;
    margin-top: 3.75rem;
    z-index: 4;
    pointer-events: auto;
  }

  .wagmade-pinned-hero__progress span {
    background: rgba(255, 255, 255, 0.3);
    display: block;
    height: 2px;
    transition: background 0.3s ease, width 0.3s ease;
    width: 1.2rem;
    cursor: pointer;
  }

  .wagmade-pinned-hero__progress span[data-active] {
    background: #FFFFFF;
    width: 2.4rem;
  }

  /* 左右切换箭头 */
  .wagmade-hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
    padding: 0;
  }

  .wagmade-hero-arrow:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.05);
  }

  .wagmade-hero-arrow:active {
    transform: translateY(-50%) scale(0.95);
  }

  .wagmade-hero-arrow svg {
    width: 20px;
    height: 20px;
  }

  .wagmade-hero-arrow--prev {
    left: clamp(1.5rem, 3vw, 3rem);
  }

  .wagmade-hero-arrow--next {
    right: clamp(1.5rem, 3vw, 3rem);
  }

  /* 移动端专属 */
  @media (max-width: 1024px) {
    .wagmade-pinned-hero {
      height: 100svh;
      min-height: 100svh;
    }

    .wagmade-pinned-hero__stage {
      height: 100%;
    }

    .wagmade-pinned-hero__content {
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: auto;
      padding: 3rem 1.5rem 2.5rem 1.5rem;
      align-self: end;
      background: linear-gradient(0deg, rgba(30, 30, 28, 0.95) 20%, rgba(30, 30, 28, 0.4) 75%, transparent);
      justify-content: flex-end;
    }

    .wagmade-pinned-hero__copy-wrapper {
      min-height: auto;
      height: auto;
    }

    .wagmade-pinned-hero__copy h1 {
      font-size: clamp(1.8rem, 4.5vw, 2.5rem);
      margin-bottom: 12px;
    }

    .wagmade-pinned-hero__copy h1 {
      max-width: 14ch;
      margin-inline: auto;
    }

    .wagmade-pinned-hero__copy p {
      font-size: 13px;
      line-height: 1.5;
      margin-bottom: 24px;
      max-width: 320px;
      margin-inline: auto;
    }

    .hero-cta-wrapper {
      margin-top: 4px;
    }

    .wagmade-pinned-hero__progress {
      margin-top: 2.25rem;
    }

    .wagmade-hero-arrow {
      display: none;
    }
  }
/* END_SECTION:wagmade-hero */

/* START_SECTION:wagmade-homepage (INDEX:19) */
.wagmade-home {
    background: var(--a-gray);
    color: var(--a-primary);
    font-family: var(--font-sans);
    overflow: clip;
  }

  .wagmade-home a {
    color: inherit;
    text-decoration: none;
  }

  .wagmade-kicker {
    color: var(--a-muted);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    line-height: 1.3;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
  }

  /* 全局容器 */
  .a-container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding-inline: 32px;
  }
  @media (max-width: 1024px) {
    .a-container {
      padding-inline: 20px;
    }
  }

  /* 全局网格网格容器，间距 8px */
  .a-container-grid {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding-inline: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  @media (max-width: 1024px) {
    .a-container-grid {
      grid-template-columns: 1fr;
      padding-inline: 20px;
      gap: 20px;
    }
  }

  /* 居中大标题 */
  .section-title-center {
    font-family: var(--font-sans);
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--a-primary);
    text-align: center;
    margin-bottom: clamp(2.5rem, 5vw, 4rem);
  }

  /* 玻璃按钮样式已移至全局 critical.css 统一管理并适配风格切换机制 */

  /* 图片通用样式与 hover 放大系统 */
  .a-media-hover {
    overflow: hidden;
    border-radius: 2px;
  }
  .a-media-hover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .a-media-hover:hover img {
    transform: scale(1.05);
  }

  /* ------------------------------
     1. Pinned Hero 样式 (改造成 Carousel)
     ------------------------------ */
  .wagmade-pinned-hero {
    display: block;
    height: 100svh;
    min-height: 100svh;
    position: relative;
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
  }

  .wagmade-pinned-hero:active {
    cursor: grabbing;
  }

  .wagmade-pinned-hero:focus-visible {
    outline: 2px solid var(--a-primary);
    outline-offset: -2px;
  }

  .wagmade-pinned-hero__stage {
    display: grid;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .wagmade-pinned-hero__stage::after {
    background: linear-gradient(180deg, rgba(30, 30, 28, 0.45), rgba(30, 30, 28, 0.3));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
  }

  .wagmade-pinned-hero__media {
    display: flex;
    flex-direction: row;
    width: calc(var(--hero-scenes, 3) * 100%);
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  .wagmade-pinned-hero__scene-media {
    position: relative;
    width: calc(100% / var(--hero-scenes, 3));
    height: 100%;
    flex-shrink: 0;
    margin: 0;
    overflow: hidden;
  }

  .wagmade-pinned-hero__scene-media picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .wagmade-pinned-hero__scene-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    transform: translateZ(0);
  }

  .wagmade-pinned-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    inset: 0;
    position: absolute;
    padding: 2rem;
    z-index: 3;
    pointer-events: none;
  }

  .wagmade-pinned-hero__copy-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 280px;
  }

  .wagmade-pinned-hero__copy {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(20px);
    transition: opacity 360ms cubic-bezier(0.22, 1, 0.36, 1), transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }

  .wagmade-pinned-hero__copy[data-active] {
    opacity: 1;
    pointer-events: auto;
    position: absolute;
    transform: translateY(0);
  }

  .wagmade-pinned-hero__copy p {
    font-family: var(--font-sans);
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    max-width: 50ch;
    margin-bottom: 32px;
  }

  .wagmade-pinned-hero__copy h1 {
    font-family: var(--font-sans);
    font-size: clamp(2.2rem, 5.5vw, 4.4rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #FFFFFF;
    max-width: 18ch;
    margin-inline: auto;
  }

  .wagmade-pinned-hero__copy p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.82);
    max-width: 520px;
    margin-inline: auto;
  }

  @media (max-width: 1366px) {
    .wagmade-pinned-hero__copy p {
      max-width: 460px;
    }
  }

  .hero-cta-wrapper {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    pointer-events: auto;
  }

  .btn-glass--secondary {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
  }
  @media (hover: hover) {
    .btn-glass--secondary:hover {
      background: rgba(255, 255, 255, 0.25);
      border-color: rgba(255, 255, 255, 0.4);
    }
  }

  .wagmade-pinned-hero__progress {
    display: flex;
    gap: 0.5rem;
    margin-top: 3.75rem;
    z-index: 4;
    pointer-events: auto;
  }

  .wagmade-pinned-hero__progress span {
    background: rgba(255, 255, 255, 0.3);
    display: block;
    height: 2px;
    transition: background 0.3s ease, width 0.3s ease;
    width: 1.2rem;
    cursor: pointer;
  }

  .wagmade-pinned-hero__progress span[data-active] {
    background: #FFFFFF;
    width: 2.4rem;
  }

  /* 左右切换箭头 */
  .wagmade-hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
    padding: 0;
  }

  .wagmade-hero-arrow:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.05);
  }

  .wagmade-hero-arrow:active {
    transform: translateY(-50%) scale(0.95);
  }

  .wagmade-hero-arrow svg {
    width: 20px;
    height: 20px;
  }

  .wagmade-hero-arrow--prev {
    left: clamp(1.5rem, 3vw, 3rem);
  }

  .wagmade-hero-arrow--next {
    right: clamp(1.5rem, 3vw, 3rem);
  }

  /* ------------------------------
     2. Shop by Category 样式
     ------------------------------ */
  .wagmade-category-slider {
    padding: clamp(4rem, 8vw, 8rem) 0;
    background: var(--a-white);
  }

  .wagmade-category-slider__track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 1.5rem;
    scroll-snap-type: x mandatory;
  }

  .wagmade-category-slider__track::-webkit-scrollbar {
    display: none;
  }

  .wagmade-category-card {
    width: calc(25% - 18px);
    min-width: 260px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    scroll-snap-align: start;
  }

  .wagmade-category-card__media {
    aspect-ratio: 1 / 1;
    background-color: var(--a-gray);
  }

  .wagmade-category-card__info {
    text-align: left;
  }

  .wagmade-category-card__title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
    position: relative;
    display: inline-block;
  }

  /* label hover 下划线拉伸效果 */
  .wagmade-category-card__title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: var(--a-primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-category-card:hover .wagmade-category-card__title::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .category-subcopy {
    font-size: 12px;
    color: var(--a-muted);
    line-height: 1.5;
  }

  .wagmade-category-slider__scrollbar {
    width: 100%;
    height: 1.5px;
    background: rgba(17, 17, 17, 0.08);
    position: relative;
    margin-top: 1rem;
  }

  .wagmade-category-slider__scrollbar-handle {
    height: 100%;
    background: var(--a-primary);
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
  }

  /* ------------------------------
     3. 双栏 Editorial Banners 样式
     ------------------------------ */
  .wagmade-editorial-banners {
    background: var(--a-gray);
    padding: 8px 0;
  }

  .wagmade-editorial-card {
    aspect-ratio: 1.5 / 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  @media (max-width: 1024px) {
    .wagmade-editorial-card {
      aspect-ratio: 1.2 / 1;
    }
  }

  .editorial-card-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .editorial-card-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.2);
    z-index: 2;
  }

  .editorial-card-content {
    position: relative;
    z-index: 3;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }

  .editorial-kicker-italic {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.5rem;
    margin-bottom: 12px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
  }

  .wagmade-editorial-card h2 {
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
  }

  /* ------------------------------
     4. Explore Collection 样式
     ------------------------------ */
  .explore-collection {
    padding: clamp(4rem, 8vw, 8rem) 0;
    background: var(--a-white);
  }

  .explore-collection__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .explore-collection .wagmade-card {
    min-width: 0;
  }

  @media (max-width: 1024px) {
    .explore-collection__grid {
      display: flex;
      gap: 16px;
      overflow-x: auto;
      scrollbar-width: none;
      -ms-overflow-style: none;
      scroll-snap-type: x mandatory;
      padding-bottom: 1rem;
    }
    .explore-collection__grid::-webkit-scrollbar {
      display: none;
    }
    .explore-collection .wagmade-card,
    .explore-collection__empty-card {
      width: 260px;
      flex-shrink: 0;
      scroll-snap-align: start;
    }
  }

  .explore-collection__empty-card {
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: var(--wm-radius, 2px);
    overflow: hidden;
  }

  .explore-collection__empty-media {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #fff;
    color: var(--a-muted);
    display: flex;
    font-size: 0.7rem;
    justify-content: center;
    letter-spacing: 0.12em;
    padding: 1.5rem;
    text-align: center;
    text-transform: uppercase;
  }

  .explore-collection__empty-card p {
    color: var(--a-primary);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    padding: 1rem;
    text-transform: uppercase;
  }

  /* ------------------------------
     5. 双栏 Promo Banners 样式
     ------------------------------ */
  .wagmade-promo-banners {
    background: var(--a-gray);
    padding: 8px 0;
  }

  .wagmade-promo-card {
    aspect-ratio: 1.5 / 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  @media (max-width: 1024px) {
    .wagmade-promo-card {
      aspect-ratio: 1.2 / 1;
    }
  }

  .promo-card-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .promo-card-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.2);
    z-index: 2;
  }

  .promo-card-content {
    position: relative;
    z-index: 3;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }

  .wagmade-promo-card h2 {
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
  }

  /* ------------------------------
     6. Brand Story 样式
     ------------------------------ */
  .brand-story-section {
    padding: clamp(5rem, 9vw, 9rem) 0;
    background: var(--a-white);
  }

  .brand-story-grid {
    display: grid;
    grid-template-columns: 45% 50%;
    gap: 5%;
    align-items: center;
  }
  @media (max-width: 1024px) {
    .brand-story-grid {
      grid-template-columns: 1fr;
      gap: 3rem;
    }
  }

  .brand-story-text {
    text-align: left;
  }

  .brand-story-text h2 {
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }

  .brand-story-text p {
    font-size: clamp(0.95rem, 1.1vw, 1.1rem);
    line-height: 1.7;
    color: var(--a-muted);
  }

  .brand-story-media {
    aspect-ratio: 16 / 10;
    background-color: var(--a-gray);
  }

  /* ------------------------------
     7. 四个品牌价值点 样式
     ------------------------------ */
  .brand-values-section {
    padding: clamp(3rem, 6vw, 6rem) 0;
    background: var(--a-white);
    border-top: 1px dashed rgba(17, 17, 17, 0.08);
  }

  .brand-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  @media (max-width: 1024px) {
    .brand-values-grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }

  .value-item {
    text-align: left;
  }

  .value-title {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }

  .value-item-desc {
    font-size: 12px;
    color: var(--a-muted);
    line-height: 1.6;
  }

  /* ------------------------------
     8. 三栏功能入口 样式
     ------------------------------ */
  .three-column-banners {
    background: var(--a-gray);
    padding: 8px 0;
  }

  .three-column-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  @media (max-width: 1024px) {
    .three-column-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
  }

  .three-col-card {
    aspect-ratio: 1.2 / 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .three-col-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .three-col-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(30, 30, 28, 0.2);
    z-index: 2;
  }

  .three-col-content {
    position: relative;
    z-index: 3;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
  }

  .three-col-content h3 {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
  }

  /* ------------------------------
     9. Visit the Showroom 样式
     ------------------------------ */
  .showroom-section {
    padding: clamp(4rem, 8vw, 8rem) 0;
    background: var(--a-white);
  }

  .showroom-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }
  @media (max-width: 1024px) {
    .showroom-grid {
      display: flex;
      gap: 16px;
      overflow-x: auto;
      scrollbar-width: none;
      -ms-overflow-style: none;
      scroll-snap-type: x mandatory;
    }
    .showroom-grid::-webkit-scrollbar {
      display: none;
    }
    .showroom-card {
      width: 220px;
      flex-shrink: 0;
      scroll-snap-align: start;
    }
  }

  .showroom-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .showroom-media {
    aspect-ratio: 1 / 1;
    background-color: var(--a-gray);
  }

  .showroom-info {
    text-align: left;
  }

  .showroom-name {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
    display: inline-block;
  }

  /* label hover 下划线拉伸效果 */
  .showroom-name::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: var(--a-primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .showroom-card:hover .showroom-name::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  /* ------------------------------
     10. Instagram/Inspiration 样式
     ------------------------------ */
  .instagram-banner {
    aspect-ratio: 3 / 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  @media (max-width: 1024px) {
    .instagram-banner {
      aspect-ratio: 1.5 / 1;
    }
  }

  .instagram-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .instagram-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(30, 30, 28, 0.3);
    z-index: 2;
  }
  .instagram-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .instagram-content {
    position: relative;
    z-index: 3;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }

  .instagram-kicker {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .instagram-banner h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.8rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
  }

  /* ------------------------------
     11. Newsletter 样式
     ------------------------------ */
  .newsletter-section {
    padding: clamp(4rem, 8vw, 8rem) 0;
    background: var(--a-white);
  }

  .newsletter-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    align-items: center;
  }
  @media (max-width: 1024px) {
    .newsletter-grid {
      grid-template-columns: 1fr;
      gap: 3rem;
    }
  }

  .newsletter-form-col {
    text-align: left;
    max-width: 500px;
    margin-inline: auto 0;
  }
  @media (max-width: 1024px) {
    .newsletter-form-col {
      margin-inline: auto;
      max-width: 100%;
    }
  }

  .newsletter-form-col h2 {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
  }

  .newsletter-form-col p {
    font-size: 14px;
    color: var(--a-muted);
    line-height: 1.6;
    margin-bottom: 32px;
  }

  .a-newsletter-form {
    width: 100%;
  }

  .a-newsletter-fields {
    display: flex;
    border-bottom: 1.5px solid rgba(17, 17, 17, 0.15);
    padding-bottom: 8px;
    position: relative;
  }
  .a-newsletter-fields::after {
    content: '';
    position: absolute;
    bottom: -1.5px;
    left: 50%;
    width: 0;
    height: 1.5px;
    background: var(--a-primary, #111111);
    transition: 
      width 0.4s var(--transition-smooth, cubic-bezier(0.16, 1, 0.3, 1)), 
      left 0.4s var(--transition-smooth, cubic-bezier(0.16, 1, 0.3, 1));
  }
  .a-newsletter-fields:focus-within::after {
    width: 100%;
    left: 0;
  }
  
  .a-newsletter-fields input {
    flex-grow: 1;
    border: none !important;
    background: transparent;
    padding: 8px 4px;
    font-size: 14px;
    font-family: var(--font-sans);
    color: var(--a-primary);
    border-radius: 0 !important;
  }
  .a-newsletter-fields input:focus {
    outline: none;
  }
  .a-newsletter-fields input::placeholder {
    color: var(--a-muted);
    opacity: 0.6;
  }

  .newsletter-submit-btn {
    background: transparent;
    border: none;
    color: var(--a-primary);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
    cursor: pointer;
    padding: 8px 12px;
    transition: 
      transform 0.3s var(--transition-smooth, cubic-bezier(0.16, 1, 0.3, 1)), 
      letter-spacing 0.3s var(--transition-smooth, cubic-bezier(0.16, 1, 0.3, 1)), 
      opacity 0.3s;
  }
  .newsletter-submit-btn:hover {
    transform: translateX(4px);
    letter-spacing: 0.14em;
    opacity: 0.85;
  }

  .newsletter-success {
    font-size: 12px;
    color: #4B7A47;
    margin-top: 12px;
    margin-bottom: 0 !important;
  }

  .newsletter-media-col {
    aspect-ratio: 1.6 / 1;
  }

  /* 移动端 (<= 1024px) 专属首页海报轮播滑块退化与滚动放行样式 */
  @media (max-width: 1024px) {
    .wagmade-pinned-hero {
      height: 100svh;
      min-height: 100svh;
    }

    .wagmade-pinned-hero__stage {
      height: 100%;
    }

    /* 移动端海报文案和渐变阴影定位 */
    .wagmade-pinned-hero__content {
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: auto;
      padding: 3rem 1.5rem 2.5rem 1.5rem;
      align-self: end;
      background: linear-gradient(0deg, rgba(30, 30, 28, 0.95) 20%, rgba(30, 30, 28, 0.4) 75%, transparent);
      justify-content: flex-end;
    }

    .wagmade-pinned-hero__copy-wrapper {
      min-height: auto;
      height: auto;
    }

    .wagmade-pinned-hero__copy h1 {
      font-size: clamp(1.8rem, 4.5vw, 2.5rem);
      margin-bottom: 12px;
    }

    .wagmade-pinned-hero__copy h1 {
      max-width: 14ch;
      margin-inline: auto;
    }

    .wagmade-pinned-hero__copy p {
      font-size: 13px;
      line-height: 1.5;
      margin-bottom: 24px;
      max-width: 320px;
      margin-inline: auto;
    }

    .hero-cta-wrapper {
      margin-top: 4px;
    }

    .wagmade-pinned-hero__progress {
      margin-top: 2.25rem;
    }

    /* 移动端隐藏箭头，仅依靠 swipe 和 dots 手势交互 */
    .wagmade-hero-arrow {
      display: none;
    }
  }
/* END_SECTION:wagmade-homepage */

/* START_SECTION:wagmade-newsletter (INDEX:20) */
/* ------------------------------
     11. Newsletter 样式
     ------------------------------ */
  .newsletter-section {
    padding: clamp(4rem, 8vw, 8rem) 0;
    background: var(--a-white);
  }

  .newsletter-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    align-items: center;
  }
  @media (max-width: 1024px) {
    .newsletter-grid {
      grid-template-columns: 1fr;
      gap: 3rem;
    }
  }

  .newsletter-form-col {
    text-align: left;
    max-width: 500px;
    margin-inline: auto 0;
  }
  @media (max-width: 1024px) {
    .newsletter-form-col {
      margin-inline: auto;
      max-width: 100%;
    }
  }

  .newsletter-form-col h2 {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
  }

  .newsletter-form-col p {
    font-size: 14px;
    color: var(--a-muted);
    line-height: 1.6;
    margin-bottom: 32px;
  }

  .a-newsletter-form {
    width: 100%;
  }

  .a-newsletter-fields {
    display: flex;
    border-bottom: 1.5px solid rgba(17, 17, 17, 0.15);
    padding-bottom: 8px;
    position: relative;
  }
  .a-newsletter-fields::after {
    content: '';
    position: absolute;
    bottom: -1.5px;
    left: 50%;
    width: 0;
    height: 1.5px;
    background: var(--a-primary, #111111);
    transition: 
      width 0.4s var(--transition-smooth, cubic-bezier(0.16, 1, 0.3, 1)), 
      left 0.4s var(--transition-smooth, cubic-bezier(0.16, 1, 0.3, 1));
  }

  .a-newsletter-fields:focus-within::after {
    width: 100%;
    left: 0;
  }
  
  .a-newsletter-fields input {
    flex-grow: 1;
    border: none !important;
    background: transparent;
    padding: 8px 4px;
    font-size: 14px;
    font-family: var(--font-sans);
    color: var(--a-primary);
    border-radius: 0 !important;
  }
  .a-newsletter-fields input:focus {
    outline: none;
  }
  .a-newsletter-fields input::placeholder {
    color: var(--a-muted);
    opacity: 0.6;
  }

  .newsletter-submit-btn {
    background: transparent;
    border: none;
    color: var(--a-primary);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
    cursor: pointer;
    padding: 8px 12px;
    transition: 
      transform 0.3s var(--transition-smooth, cubic-bezier(0.16, 1, 0.3, 1)), 
      letter-spacing 0.3s var(--transition-smooth, cubic-bezier(0.16, 1, 0.3, 1)), 
      opacity 0.3s;
  }
  .newsletter-submit-btn:hover {
    transform: translateX(4px);
    letter-spacing: 0.14em;
    opacity: 0.85;
  }

  .newsletter-success {
    font-size: 12px;
    color: #4B7A47;
    margin-top: 12px;
    margin-bottom: 0 !important;
  }

  .newsletter-media-col {
    aspect-ratio: 1.6 / 1;
  }
/* END_SECTION:wagmade-newsletter */

/* START_SECTION:wagmade-product-showcase (INDEX:21) */
/* ------------------------------
     4. Explore Collection 样式
     ------------------------------ */
  .explore-collection {
    padding: clamp(4rem, 8vw, 8rem) 0;
    background: var(--a-white);
  }

  .explore-collection__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .explore-collection .wagmade-card {
    min-width: 0;
  }

  @media (max-width: 1024px) {
    .explore-collection__grid {
      display: flex;
      gap: 16px;
      overflow-x: auto;
      scrollbar-width: none;
      -ms-overflow-style: none;
      scroll-snap-type: x mandatory;
      padding-bottom: 1rem;
    }
    .explore-collection__grid::-webkit-scrollbar {
      display: none;
    }
    .explore-collection .wagmade-card,
    .explore-collection__empty-card {
      width: 260px;
      flex-shrink: 0;
      scroll-snap-align: start;
    }
  }

  .explore-collection__empty-card {
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: var(--wm-radius, 2px);
    overflow: hidden;
  }

  .explore-collection__empty-media {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #fff;
    color: var(--a-muted);
    display: flex;
    font-size: 0.7rem;
    justify-content: center;
    letter-spacing: 0.12em;
    padding: 1.5rem;
    text-align: center;
    text-transform: uppercase;
  }

  .explore-collection__empty-card p {
    color: var(--a-primary);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    padding: 1rem;
    text-transform: uppercase;
  }
/* END_SECTION:wagmade-product-showcase */

/* START_SECTION:wagmade-promo-cards (INDEX:22) */
/* ------------------------------
     8. 三栏功能入口 样式
     ------------------------------ */
  .three-column-banners {
    background: var(--a-gray);
    padding: 8px 0;
  }

  .three-column-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  @media (max-width: 1024px) {
    .three-column-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
  }

  .three-col-card {
    aspect-ratio: 1.2 / 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .three-col-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .three-col-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(30, 30, 28, 0.2);
    z-index: 2;
  }

  .three-col-content {
    position: relative;
    z-index: 3;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
  }

  .three-col-content h3 {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
  }
/* END_SECTION:wagmade-promo-cards */

/* START_SECTION:wagmade-showroom (INDEX:23) */
/* ------------------------------
     9. Visit the Showroom 样式
     ------------------------------ */
  .showroom-section {
    padding: clamp(4rem, 8vw, 8rem) 0;
    background: var(--a-white);
  }

  .showroom-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }
  @media (max-width: 1024px) {
    .showroom-grid {
      display: flex;
      gap: 16px;
      overflow-x: auto;
      scrollbar-width: none;
      -ms-overflow-style: none;
      scroll-snap-type: x mandatory;
    }
    .showroom-grid::-webkit-scrollbar {
      display: none;
    }
    .showroom-card {
      width: 220px;
      flex-shrink: 0;
      scroll-snap-align: start;
    }
  }

  .showroom-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .showroom-media {
    aspect-ratio: 1 / 1;
    background-color: var(--a-gray);
  }

  .showroom-info {
    text-align: left;
  }

  .showroom-name {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
    display: inline-block;
  }

  .showroom-name::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: var(--a-primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .showroom-card:hover .showroom-name::after {
    transform: scaleX(1);
    transform-origin: left;
  }
/* END_SECTION:wagmade-showroom */

/* START_SECTION:wagmade-value-points (INDEX:24) */
/* ------------------------------
     7. 四个品牌价值点 样式
     ------------------------------ */
  .brand-values-section {
    padding: clamp(3rem, 6vw, 6rem) 0;
    background: var(--a-white);
    border-top: 1px dashed rgba(17, 17, 17, 0.08);
  }

  .brand-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  @media (max-width: 1024px) {
    .brand-values-grid {
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }

  .value-item {
    text-align: left;
  }

  .value-title {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }

  .value-item-desc {
    font-size: 12px;
    color: var(--a-muted);
    line-height: 1.6;
  }
/* END_SECTION:wagmade-value-points */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:25) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:26) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:wagmade-cart-drawer (INDEX:29) */
.wagmade-cart-drawer {
    color: #222222;
    pointer-events: none;
  }

  .wagmade-cart-drawer[open] {
    pointer-events: auto;
  }

  .wagmade-cart-drawer__scrim {
    background: rgba(17, 17, 17, 0.28);
    inset: 0;
    opacity: 0;
    position: fixed;
    transition: opacity 240ms cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1100;
  }

  .wagmade-cart-drawer[open] .wagmade-cart-drawer__scrim {
    opacity: 1;
  }

  .wagmade-cart-drawer__panel {
    background: #FFFFFF;
    border-left: 1px solid #D8DADF;
    bottom: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    max-width: min(100vw, 28rem);
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    z-index: 1101;
    box-shadow: -10px 0 42px rgba(17, 17, 17, 0.055);
  }

  .wagmade-cart-drawer[open] .wagmade-cart-drawer__panel {
    transform: translateX(0);
  }

  .wagmade-cart-drawer__header,
  .wagmade-cart-drawer__support {
    align-items: center;
    border-bottom: 1px solid #D8DADF;
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 1rem;
  }

  .wagmade-cart-drawer__header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0;
    letter-spacing: -0.01em;
  }

  .wagmade-cart-drawer button,
  .wagmade-cart-drawer a {
    color: inherit;
    font: inherit;
    text-decoration: none;
  }

  .wagmade-cart-drawer__header button {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 0.85rem;
    color: #686868;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.2s ease;
  }

  .wagmade-cart-drawer__header button:hover {
    color: #111111;
  }

  .wagmade-cart-drawer__body {
    overflow: auto;
  }

  .wagmade-cart-drawer__form {
    display: grid;
    min-height: 100%;
  }

  .wagmade-cart-drawer__items {
    display: grid;
    gap: 1.25rem;
    padding: 1.25rem 1rem;
  }

  .wagmade-cart-drawer__item {
    display: grid;
    gap: 1rem;
    grid-template-columns: 5.5rem 1fr;
    transition: opacity 300ms cubic-bezier(0.16, 1, 0.3, 1), transform 300ms cubic-bezier(0.16, 1, 0.3, 1), max-height 300ms cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: center;
    align-items: start;
  }

  .wagmade-cart-drawer__item.is-removing {
    opacity: 0;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    transform: scale(0.95);
    border-bottom-width: 0;
    overflow: hidden;
  }

  .wagmade-cart-drawer.is-loading .wagmade-cart-drawer__body {
    opacity: 0.65;
    pointer-events: none;
    filter: grayscale(0.2);
    transition: opacity 280ms ease, filter 280ms ease;
  }

  .wagmade-cart-drawer__image {
    aspect-ratio: 1;
    background: #E7E8EA;
    display: block;
    overflow: hidden;
    border-radius: var(--wm-radius, 2px);
    border: 1px solid rgba(34, 34, 34, 0.04);
  }

  .wagmade-cart-drawer__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .wagmade-cart-drawer__item > div {
    display: grid;
    gap: 0.35rem;
  }

  .wagmade-cart-drawer__item a[href*="products"] {
    font-weight: 500;
    font-size: 0.95rem;
    color: #111111;
    line-height: 1.3;
  }

  .wagmade-cart-drawer__item p,
  .wagmade-cart-drawer__summary p,
  .wagmade-cart-drawer__empty p {
    color: #686868;
    line-height: 1.5;
    font-size: 0.85rem;
    margin: 0;
  }

  .wagmade-cart-drawer__item p:last-of-type {
    font-size: 0.9rem;
    font-weight: 500;
    color: #111111;
  }

  .wagmade-cart-drawer__item a[href*="remove"] {
    align-self: start;
    justify-self: start;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #686868;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
    margin-top: 0.25rem;
  }

  .wagmade-cart-drawer__item a[href*="remove"]:hover {
    color: #111111;
  }

  .wagmade-cart-drawer__qty {
    align-items: center;
    display: flex;
    border: 1px solid #D8DADF;
    border-radius: var(--wm-radius, 2px);
    overflow: hidden;
    height: 1.9rem;
    width: fit-content;
    margin: 0.2rem 0;
  }

  .wagmade-cart-drawer__qty input {
    border: none;
    border-left: 1px solid #D8DADF;
    border-right: 1px solid #D8DADF;
    border-radius: 0;
    height: 100%;
    text-align: center;
    width: 2.6rem;
    background: transparent;
    font-size: 0.85rem;
    color: #111111;
    -moz-appearance: textfield;
  }

  .wagmade-cart-drawer__qty input::-webkit-outer-spin-button,
  .wagmade-cart-drawer__qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .wagmade-cart-drawer__qty a {
    align-items: center;
    justify-content: center;
    display: inline-flex;
    background: transparent;
    border: none;
    width: 1.9rem;
    height: 100%;
    padding: 0;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
  }

  .wagmade-cart-drawer__qty a:hover {
    background: rgba(17, 17, 17, 0.05);
    color: #111111;
  }

  .wagmade-cart-drawer__qty a:active {
    transform: scale(0.95);
  }

  .wagmade-cart-drawer__qty button[name="update"] {
    background: transparent;
    border: none;
    color: #686868;
    cursor: pointer;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 0 0.5rem;
    text-transform: uppercase;
    transition: color 0.2s ease;
  }

  .wagmade-cart-drawer__qty button[name="update"]:hover {
    color: #111111;
  }

  .wagmade-cart-drawer__summary,
  .wagmade-cart-drawer__empty {
    align-self: end;
    border-top: 1px solid #D8DADF;
    display: grid;
    gap: 0.85rem;
    padding: 1.25rem 1rem;
    background: #FFFFFF;
  }

  .wagmade-cart-drawer__summary > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .wagmade-cart-drawer__summary > div span {
    font-size: 0.9rem;
    color: #686868;
  }

  .wagmade-cart-drawer__summary > div strong {
    font-size: 1.15rem;
    font-weight: 500;
    color: #111111;
  }

  .wagmade-cart-drawer__summary button[name="checkout"] {
    align-items: center;
    background: #111111;
    color: #FFFFFF;
    border: 1px solid #111111;
    border-radius: var(--wm-radius, 2px);
    display: inline-flex;
    justify-content: center;
    min-height: 2.85rem;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: letter-spacing 0.3s var(--transition-smooth, cubic-bezier(0.16, 1, 0.3, 1)), background-color 0.3s ease, border-color 0.3s ease;
  }

  .wagmade-cart-drawer__summary button[name="checkout"]:hover {
    background: #222222;
    border-color: #222222;
    letter-spacing: 0.12em;
  }

  .wagmade-cart-drawer__summary > a {
    align-items: center;
    border: 1px solid #D8DADF;
    border-radius: var(--wm-radius, 2px);
    display: inline-flex;
    justify-content: center;
    min-height: 2.85rem;
    font-size: 0.85rem;
    color: #111111;
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }

  .wagmade-cart-drawer__summary > a:hover {
    background: #E7E8EA;
    border-color: #686868;
  }

  .wagmade-cart-drawer__empty {
    padding: 2.5rem 1.25rem;
    text-align: center;
    gap: 1.25rem;
  }

  .wagmade-cart-drawer__empty h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
  }

  .wagmade-cart-drawer__empty a {
    align-items: center;
    border: 1px solid #D8DADF;
    border-radius: var(--wm-radius, 2px);
    display: inline-flex;
    justify-content: center;
    min-height: 2.8rem;
    font-size: 0.85rem;
    transition: all 0.2s ease;
  }

  .wagmade-cart-drawer__empty a:hover {
    background: #E7E8EA;
    border-color: #686868;
  }

  .wagmade-cart-drawer__empty a:first-of-type {
    background: #111111;
    color: #FFFFFF;
    border-color: #111111;
  }

  .wagmade-cart-drawer__empty a:first-of-type:hover {
    background: #222222;
    border-color: #222222;
  }

  .wagmade-cart-drawer__support {
    border-bottom: 0;
    border-top: 1px solid #D8DADF;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.82rem;
    justify-content: flex-start;
    padding: 1rem;
    background: #FFFFFF;
  }

  @media (prefers-reduced-motion: reduce) {
    .wagmade-cart-drawer__scrim,
    .wagmade-cart-drawer__panel {
      transition: none;
    }
  }

  .wagmade-cart-drawer--sticky-summary .wagmade-cart-drawer__body {
    overflow: hidden;
  }
  .wagmade-cart-drawer--sticky-summary .wagmade-cart-drawer__form {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .wagmade-cart-drawer--sticky-summary .wagmade-cart-drawer__items {
    flex-grow: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .wagmade-cart-drawer--sticky-summary .wagmade-cart-drawer__summary {
    flex-shrink: 0;
    border-top: 1px solid rgba(34, 34, 34, 0.08);
    background: #FFFFFF;
    z-index: 10;
    align-self: stretch;
    width: 100%;
    box-sizing: border-box;
  }
  .wagmade-cart-drawer--sticky-summary .wagmade-cart-drawer__empty {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: none;
  }

  /* 交叉销售高奢配件样式 */
  .wagmade-cart-drawer__cross-sell {
    padding: 1.25rem 1rem 0.5rem 1rem;
    border-top: 1px solid rgba(34, 34, 34, 0.05);
    background: #FFFFFF;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%;
  }
  .cross-sell-title {
    font-family: var(--font-sans), 'Outfit', sans-serif;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #686868;
    display: block;
    margin-bottom: 0.85rem;
  }
  .cross-sell-items {
    display: grid;
    gap: 0.85rem;
  }
  .cross-sell-item {
    display: grid;
    grid-template-columns: 3.5rem 1fr auto;
    gap: 0.85rem;
    align-items: center;
  }
  .cross-sell-image {
    aspect-ratio: 1;
    background: #E7E8EA;
    border-radius: var(--wm-radius, 2px);
    overflow: hidden;
    border: 1px solid rgba(34, 34, 34, 0.04);
    height: 3.5rem;
    width: 3.5rem;
  }
  .cross-sell-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cross-sell-info {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
  }
  .cross-sell-name {
    font-size: 0.82rem;
    font-weight: 500;
    color: #111111;
  }
  .cross-sell-price {
    font-size: 0.78rem;
    color: #686868;
  }
  .cross-sell-add-btn {
    background: transparent;
    border: 1px solid rgba(34, 34, 34, 0.15);
    border-radius: 20px;
    padding: 0.35rem 0.85rem;
    font-family: var(--font-sans), 'Outfit', sans-serif;
    font-size: 0.72rem;
    color: #222222;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .cross-sell-add-btn:hover {
    background: #222222;
    color: #fff;
    border-color: #222222;
  }

  @media (max-width: 749px) {
    .wagmade-cart-drawer__panel {
      max-width: 100vw !important;
    }
  }
/* END_SNIPPET:wagmade-cart-drawer */

/* START_SNIPPET:wagmade-product-card (INDEX:31) */
.wagmade-card {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: var(--wm-radius, 2px);
    min-width: 0;
    transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 600ms cubic-bezier(0.16, 1, 0.3, 1),
                border-color 600ms cubic-bezier(0.16, 1, 0.3, 1),
                background 600ms cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  @media (hover: hover) {
  .wagmade-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(17, 17, 17, 0.12);
    box-shadow: 0 18px 46px rgba(17, 17, 17, 0.045);
  }
}

  .wagmade-card a {
    color: inherit;
    text-decoration: none;
  }

  .wagmade-card__media-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: var(--wm-radius, 2px) var(--wm-radius, 2px) 0 0;
  }

  .wagmade-card__media {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #E7E8EA;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .wagmade-card__image-primary {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1), opacity 600ms cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
  }

  .wagmade-card__image-secondary {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1), opacity 600ms cubic-bezier(0.16, 1, 0.3, 1);
    transform: scale(1.02);
    width: 100%;
    z-index: 2;
  }

  @media (hover: hover) {
  .wagmade-card:hover .wagmade-card__image-primary {
    transform: scale(1.025);
    opacity: 0.42;
  }

  .wagmade-card:hover .wagmade-card__image-secondary {
    opacity: 1;
    transform: scale(1.025);
  }
}

  .wagmade-card__quick-add-btn {
    position: absolute;
    bottom: 0.8rem;
    left: 0.8rem;
    right: 0.8rem;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 20px;
    color: #222222;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.72rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.6rem 1rem;
    cursor: pointer;
    z-index: 5;
    text-align: center;
    transition: transform 0.36s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.36s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, border-color 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
  }

  @media (max-width: 749px) {
    .wagmade-card__quick-add-btn {
      opacity: 1;
      transform: translateY(0);
      bottom: 0.65rem;
      left: 0.65rem;
      right: 0.65rem;
    }
  }

  .wagmade-card:focus-within .wagmade-card__quick-add-btn {
    opacity: 1;
    transform: translateY(0);
  }

  @media (hover: hover) {
    .wagmade-card:hover .wagmade-card__quick-add-btn {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .wagmade-card__quick-add-btn.disabled {
    opacity: 0.56 !important;
    pointer-events: none;
  }

  .wagmade-card__size-selector {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    z-index: 6;
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity 400ms cubic-bezier(0.16, 1, 0.3, 1), transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .wagmade-card__size-selector.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .wagmade-card__size-selector-title {
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #686868;
  }

  .wagmade-card__size-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    padding: 0 1rem;
  }

  .wagmade-card__size-btn {
    background: transparent;
    border: 1px solid rgba(34, 34, 34, 0.15);
    border-radius: 20px;
    padding: 0.4rem 0.8rem;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.72rem;
    color: #222222;
    cursor: pointer;
    min-width: 2.2rem;
    text-align: center;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  }

  .wagmade-card__size-btn.disabled {
    opacity: 0.4;
    pointer-events: none;
    text-decoration: line-through;
  }

  .wagmade-card__swatches {
    display: flex;
    gap: 0.45rem;
    margin: 0.1rem 0 0.2rem 0;
    flex-wrap: wrap;
  }

  .wagmade-card__swatch-dot {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
    border: 1px solid rgba(34, 34, 34, 0.12);
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease;
    position: relative;
    box-sizing: border-box;
  }

  .wagmade-card__swatch-dot[data-active="true"] {
    transform: scale(1.15);
    border-color: #222222;
    box-shadow: 0 0 0 1px #F1F2F3, 0 0 0 2px #222222;
  }

  .wagmade-card__image-fallback {
    align-items: center;
    color: #686868;
    display: flex;
    font-size: 0.78rem;
    height: 100%;
    justify-content: center;
    padding: 1rem;
    text-align: center;
    width: 100%;
    font-family: var(--font-sans, 'Outfit', sans-serif);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    animation: skeleton-pulse 2s infinite ease-in-out;
  }

  @keyframes skeleton-pulse {
    0% {
      background-color: #E7E8EA;
    }
    50% {
      background-color: #D9DADD;
    }
    100% {
      background-color: #E7E8EA;
    }
  }

  .wagmade-card__content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.15rem 1rem;
    background: transparent;
    flex-grow: 1;
    justify-content: space-between;
  }

  .wagmade-card__fit {
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.68rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #555555;
    background: #e7e8ea;
    padding: 0.2rem 0.55rem;
    border-radius: 2px;
    display: inline-block;
    align-self: flex-start;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .wagmade-card__badges {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .wagmade-card__badge {
    color: #686868;
    font-family: var(--font-sans), 'Outfit', sans-serif;
    font-size: 0.72rem;
    line-height: 1.35;
    letter-spacing: 0.02em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .wagmade-card__content a {
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.88rem;
    font-weight: 450;
    line-height: 1.35;
    color: #222222;
    letter-spacing: 0.02em;
    transition: color 300ms ease, letter-spacing 300ms cubic-bezier(0.16, 1, 0.3, 1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  @media (hover: hover) {
  .wagmade-card__quick-add-btn:hover {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(17, 17, 17, 0.18);
  }

  .wagmade-card__size-btn:hover {
    background: #222222;
    color: #fff;
    border-color: #222222;
  }

  .wagmade-card__swatch-dot:hover {
    transform: scale(1.15);
  }

  .wagmade-card:hover .wagmade-card__content a {
    color: #000;
    letter-spacing: 0.03em;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(17, 17, 17, 0.25);
  }
}

  .wagmade-card__price {
    align-items: center;
    color: #686868;
    display: flex;
    gap: 0.65rem;
    font-family: 'Outfit', var(--font-sans), sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    margin-top: 0.2rem;
  }

  .wagmade-card__price span {
    color: #111111;
    font-weight: 500;
  }

  .wagmade-card__price s {
    color: #8E8E8E;
    font-weight: 300;
    font-size: 0.78rem;
  }

  @media (prefers-reduced-motion: reduce) {
    .wagmade-card {
      transition: none;
    }
    .wagmade-card:hover {
      transform: none;
      box-shadow: none;
    }
    .wagmade-card__media img {
      transition: none;
    }
    .wagmade-card__image-fallback {
      animation: none;
    }
  }

  .wagmade-card--contain .wagmade-card__media {
    background: #F1F2F3;
  }
  .wagmade-card--contain .wagmade-card__image-primary,
  .wagmade-card--contain .wagmade-card__image-secondary {
    object-fit: contain;
    padding: 16px;
    background: #F1F2F3;
  }

  /* +N 颜色数量指示器 */
  .wagmade-card__swatch-more {
    font-family: var(--font-sans, 'Outfit', sans-serif);
    font-size: 0.68rem;
    color: #686868;
    align-self: center;
    font-weight: 500;
    margin-left: 0.1rem;
  }

  @media (max-width: 749px) {
    /* 移动端压缩卡片密度 */
    .wagmade-card__fit,
    .wagmade-card__badges,
    .wagmade-card__swatches {
      display: none !important;
    }

    /* 移动端 Quick Add 首次点击显示 */
    .wagmade-card__quick-add-btn {
      opacity: 0 !important;
      transform: translateY(10px) !important;
      pointer-events: none !important;
      transition: opacity 300ms ease, transform 300ms cubic-bezier(0.16, 1, 0.3, 1) !important;
      bottom: 0.65rem !important;
      left: 0.65rem !important;
      right: 0.65rem !important;
    }

    .wagmade-card.is-active .wagmade-card__quick-add-btn {
      opacity: 1 !important;
      transform: translateY(0) !important;
      pointer-events: auto !important;
    }

    /* 移动端尺寸选择器重构为底滑 Sheet 抽屉 */
    .wagmade-card__size-selector {
      position: fixed !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      top: auto !important;
      height: auto !important;
      max-height: 50vh !important;
      background: #FFFFFF !important;
      border-radius: 16px 16px 0 0 !important;
      transform: translateY(100%) !important;
      transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1), opacity 400ms ease !important;
      z-index: 99 !important;
      padding: 2rem 1.5rem 3rem !important;
      opacity: 0 !important;
      pointer-events: none !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: flex-start !important;
      gap: 1.2rem !important;
      box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.15) !important;
    }

    .wagmade-card__size-selector.active {
      transform: translateY(0) !important;
      opacity: 1 !important;
      pointer-events: auto !important;
    }

    /* 高斯模糊遮罩层 */
    .wagmade-card__size-selector.active::before {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      z-index: -1;
      animation: wmFadeIn 300ms ease forwards;
    }
  }
/* END_SNIPPET:wagmade-product-card */