.py-editorial-collection{--paper: var(--py-site-paper);--ink: var(--py-ink);--muted: var(--py-muted);--line: rgba(33,30,27,.14);background:var(--paper);color:var(--ink);padding:64px 0 var(--py-space-xl)}.py-editorial-collection .py-editorial-shell{width:min(1440px,calc(100% - var(--py-gutter)*2));margin:auto}.py-editorial-collection .py-editorial-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;padding:8px 0 28px;border-bottom:1px solid var(--line);gap:var(--py-layout-gap)}.py-editorial-collection .py-editorial-head h1{margin:0;font:400 clamp(34px,4vw,56px)/1.4 Georgia,"Yu Mincho",serif;font-size:var(--py-page-title);line-height:var(--py-heading-leading);letter-spacing:var(--py-heading-tracking);max-width:var(--py-title-measure);font-weight:400;text-wrap:balance}.py-editorial-collection .py-editorial-intro{margin:18px 0 0;color:var(--muted);font-size:var(--py-body-size);line-height:var(--py-body-leading);max-width:var(--py-copy-measure);text-wrap:pretty}.py-editorial-collection .py-editorial-contact{align-self:end;margin-bottom:4px;color:inherit;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:6px;font-size:14px}.py-editorial-collection .py-editorial-filterbar{position:relative;z-index:15;display:grid;grid-template-columns:minmax(120px,.55fr) minmax(210px,1.15fr) minmax(210px,1.15fr) minmax(230px,1.1fr) minmax(48px,.35fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:28px;background:#eeeee6;border-radius:var(--py-radius-control)}.py-editorial-collection .py-editorial-all,.py-editorial-collection .py-editorial-filter{min-height:76px;border-right:1px solid var(--line)}.py-editorial-collection .py-editorial-sort{border-right:1px solid var(--line);min-height:76px;height:auto;padding:12px 16px;gap:10px}.py-editorial-collection .py-editorial-all{display:flex;justify-content:center;align-items:center;padding:0 16px;color:inherit;text-decoration:none;text-align:center}.py-editorial-collection .py-editorial-all strong{font-size:14px;font-weight:500}.py-editorial-collection small{font-size:12px;letter-spacing:.04em;color:#766c64;font-weight:400}.py-editorial-collection .py-editorial-filter{position:relative}.py-editorial-collection .py-editorial-filter summary,.py-editorial-collection .py-editorial-sort{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;min-height:76px;height:auto;padding:12px 16px;gap:10px}.py-editorial-collection .py-editorial-filter summary::-webkit-details-marker{display:none}.py-editorial-collection .py-editorial-filter summary span,.py-editorial-collection .py-editorial-sort span{display:grid;gap:5px;min-width:0}.py-editorial-collection .py-editorial-filter strong,.py-editorial-collection .py-editorial-sort strong{font-size:14px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:normal;line-height:1.4;overflow-wrap:break-word}.py-editorial-collection .py-editorial-filter summary b,.py-editorial-collection .py-editorial-sort b{font-size:18px;font-weight:300}.py-editorial-collection .py-editorial-filter[open] summary b{transform:rotate(45deg)}.py-editorial-collection .py-editorial-panel{position:absolute;left:-1px;right:-1px;padding:10px;background:var(--py-site-paper);border:1px solid var(--line);box-shadow:0 14px 28px #1e18140f;display:grid;border-radius:var(--py-radius-control);top:100%}.py-editorial-collection .py-editorial-panel a{padding:10px 12px;color:inherit;text-decoration:none;font-size:14px;line-height:1.35}.py-editorial-collection .py-editorial-panel a:hover{background:#211e1b0b}.py-editorial-collection .py-editorial-sort{position:relative;min-height:76px;height:auto;padding:12px 16px;gap:10px}.py-editorial-collection .py-editorial-sort select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.py-editorial-collection .py-editorial-count{display:flex;align-items:center;justify-content:flex-end;padding-right:12px;font-size:13px;color:#766c64}.py-editorial-collection .py-editorial-wall{display:grid;width:100%;align-items:start;grid-template-columns:1fr;gap:32px}.py-editorial-collection .py-editorial-card__image-link{display:block;height:100%}.py-editorial-collection .py-editorial-cell{min-width:0;min-height:0;overflow:visible;align-self:stretch;height:100%}.py-editorial-collection .py-editorial-card{display:grid;width:100%;min-height:0;margin:0;color:inherit;text-decoration:none;background:var(--paper);transition:translate .55s var(--py-ease),scale .55s var(--py-ease);height:100%;grid-template-rows:minmax(0,1fr) var(--py-meta-height,var(--py-caption-space,140px))}.py-editorial-collection .py-editorial-card__visual{position:relative;min-height:0;width:100%;overflow:hidden;background:transparent;border-radius:var(--py-radius-card);height:auto;aspect-ratio:var(--py-image-ratio,1)}.py-editorial-collection .py-editorial-card__visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 50%}.py-editorial-collection .py-editorial-card__meta{display:grid;grid-template-columns:1fr auto;align-content:start;gap:6px 14px;min-height:0;position:relative;padding:14px 0 12px}.py-editorial-collection .py-editorial-card__meta>small{grid-column:1/-1;font-size:11px;color:#6d6259}.py-editorial-collection .py-editorial-card h2{grid-column:1/-1;margin:2px 0 4px;font:400 clamp(18px,1.55vw,27px)/1.4 Georgia,"Yu Mincho",serif;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:var(--py-card-title);line-height:var(--py-card-leading);letter-spacing:var(--py-heading-tracking);font-weight:400;text-wrap:pretty}.py-editorial-collection .py-editorial-card__meta p{grid-column:1/-1;margin:0;padding-top:9px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#5f5750;font-size:13px;flex-wrap:wrap;gap:4px 12px;line-height:1.5}.py-editorial-collection .py-editorial-card__meta p strong{font-weight:500;color:#352f2a;white-space:nowrap}.py-editorial-collection .py-editorial-empty{text-align:center;padding:80px 0;color:var(--muted)}.py-editorial-collection .py-editorial-pagination{display:flex;justify-content:center;align-items:center;gap:28px;padding:46px 0 0;font-size:12px}.py-editorial-collection .py-editorial-pagination a{color:inherit;text-decoration:none;font-size:18px}.py-editorial-collection .py-editorial-block{display:grid;gap:22px;min-width:0;align-items:stretch;grid-template-columns:var(--py-fit-columns,1fr);height:var(--py-fit-height,auto)}.py-editorial-collection .py-editorial-stack{display:grid;grid-template-rows:var(--py-stack-rows,auto auto);gap:22px;min-height:0}@media(min-width:901px){.py-editorial-collection .py-editorial-block--feature-left{grid-template-columns:var(--py-fit-columns,minmax(0,1.9fr) minmax(0,1fr))}.py-editorial-collection .py-editorial-block--feature-right{grid-template-columns:var(--py-fit-columns,minmax(0,1fr) minmax(0,1.9fr))}.py-editorial-collection .py-editorial-block--trio{grid-template-columns:var(--py-fit-columns,repeat(3,minmax(0,1fr)))}.py-editorial-collection .py-editorial-block--tail-two{grid-template-columns:var(--py-fit-columns,repeat(2,minmax(0,1fr)))}}.py-editorial-collection .py-editorial-block[data-py-fitted] .py-editorial-card__visual{height:100%;aspect-ratio:auto}@media(max-width:900px){.py-editorial-collection{padding-top:34px}.py-editorial-collection .py-editorial-shell{width:calc(100% - var(--py-gutter)*2)}.py-editorial-collection .py-editorial-head{grid-template-columns:1fr;padding:8px 0 32px;gap:var(--py-layout-gap)}.py-editorial-collection .py-editorial-contact{justify-self:start}.py-editorial-collection .py-editorial-filterbar{grid-template-columns:100px 1fr 1fr 1fr;margin-bottom:28px}.py-editorial-collection .py-editorial-count{display:none}.py-editorial-collection .py-editorial-wall{grid-template-columns:1fr;gap:28px;align-items:start}.py-editorial-collection .py-editorial-block{height:auto;grid-template-columns:1fr;gap:24px 16px}.py-editorial-collection .py-editorial-block--trio,.py-editorial-collection .py-editorial-block--tail-two{grid-template-columns:var(--py-fit-columns,1fr);height:var(--py-fit-height,auto)}.py-editorial-collection .py-editorial-stack{grid-template-rows:1fr;grid-template-columns:var(--py-stack-columns,1fr 1fr);height:var(--py-stack-height,auto);gap:16px}.py-editorial-collection .py-editorial-cell--primary,.py-editorial-collection .py-editorial-block--tail-one .py-editorial-cell{grid-column:1/-1}.py-editorial-collection .py-editorial-cell--primary{order:-1}.py-editorial-collection .py-editorial-cell{height:auto;overflow:visible;align-self:stretch}.py-editorial-collection .py-editorial-card{height:100%;grid-template-rows:minmax(0,1fr) var(--py-meta-height,var(--py-caption-space,140px));transition:translate .55s var(--py-ease),scale .55s var(--py-ease)}.py-editorial-collection .py-editorial-card__visual{background:transparent;border-radius:var(--py-radius-card);aspect-ratio:var(--py-image-ratio,1);height:auto}.py-editorial-collection .py-editorial-card__meta{min-height:0;gap:6px 14px;position:relative;padding:14px 0 12px}}@media(max-width:620px){.py-editorial-collection .py-editorial-head h1{font-size:var(--py-page-title);line-height:var(--py-heading-leading);letter-spacing:var(--py-heading-tracking);max-width:var(--py-title-measure);font-weight:400;text-wrap:balance}.py-editorial-collection .py-editorial-intro{font-size:var(--py-body-size);line-height:var(--py-body-leading);max-width:var(--py-copy-measure);text-wrap:pretty}.py-editorial-collection .py-editorial-filterbar{grid-template-columns:82px 1fr 1fr;border-bottom:0;margin-bottom:28px}.py-editorial-collection .py-editorial-all,.py-editorial-collection .py-editorial-filter{min-height:68px;border-bottom:1px solid var(--line)}.py-editorial-collection .py-editorial-sort{border-bottom:1px solid var(--line);min-height:76px;height:auto;padding:12px 16px;gap:10px}.py-editorial-collection .py-editorial-sort{grid-column:2/-1;min-height:76px;height:auto;padding:12px 16px;gap:10px}.py-editorial-collection .py-editorial-filter summary{min-height:76px;height:auto;padding:12px 16px;gap:10px}.py-editorial-collection .py-editorial-panel{border-radius:var(--py-radius-control);top:100%}.py-editorial-collection .py-editorial-filter strong,.py-editorial-collection .py-editorial-sort strong{font-size:13px;white-space:normal;line-height:1.4;overflow-wrap:break-word}.py-editorial-collection .py-editorial-wall{grid-template-columns:1fr;gap:28px;align-items:start}.py-editorial-collection .py-editorial-card__visual{background:transparent;border-radius:var(--py-radius-card);aspect-ratio:var(--py-image-ratio,1);height:auto}.py-editorial-collection .py-editorial-card__meta{min-height:0;gap:6px 14px;position:relative;padding:14px 0 12px}.py-editorial-collection .py-editorial-card h2{font-size:var(--py-card-title);line-height:var(--py-card-leading);letter-spacing:var(--py-heading-tracking);font-weight:400;text-wrap:pretty}}.py-editorial-collection :is(a,button,select,summary):focus-visible{outline:2px solid #866b53;outline-offset:4px}@media(prefers-reduced-motion:reduce){.py-editorial-collection .py-editorial-card__visual img{height:100%;object-fit:cover;object-position:50% 50%}}@media(hover:hover)and (prefers-reduced-motion:no-preference){.py-editorial-collection .py-editorial-card:hover{translate:0 -6px;scale:1.012}.py-editorial-collection .py-editorial-card:active{translate:0 -1px;scale:.995}}@media(prefers-reduced-motion:reduce){.py-editorial-collection .py-editorial-card{transition:none}}@media(max-width:620px){.py-editorial-collection .py-editorial-card__meta p{flex-direction:column;flex-wrap:wrap;gap:4px 12px;line-height:1.5}.py-editorial-collection .py-editorial-card__meta p strong{white-space:normal}.py-editorial-collection .py-editorial-card h2{font-size:var(--py-card-title);line-height:var(--py-card-leading);letter-spacing:var(--py-heading-tracking);font-weight:400;text-wrap:pretty}}html[lang^=ja] .py-editorial-collection .py-editorial-head{padding-bottom:28px;gap:var(--py-layout-gap)}html[lang^=ja] .py-editorial-collection .py-editorial-head h1{font-size:var(--py-page-title);line-height:var(--py-heading-leading);letter-spacing:var(--py-heading-tracking);max-width:var(--py-title-measure);font-weight:400;text-wrap:balance}html[lang^=ja] .py-editorial-collection .py-editorial-intro{font-size:var(--py-body-size);line-height:var(--py-body-leading);max-width:var(--py-copy-measure);text-wrap:pretty}html[lang^=ja] .py-editorial-collection .py-editorial-card h2{font-family:var(--py-font-body);font-size:var(--py-card-title);line-height:var(--py-card-leading);letter-spacing:var(--py-heading-tracking);font-weight:400;text-wrap:pretty}html[lang^=zh] .py-editorial-collection .py-editorial-head{grid-template-columns:minmax(0,1fr) auto;border-top:1px solid var(--line);padding-block:28px 32px;gap:var(--py-layout-gap)}html[lang^=zh] .py-editorial-collection .py-editorial-head h1{font-size:var(--py-page-title);line-height:var(--py-heading-leading);letter-spacing:var(--py-heading-tracking);max-width:var(--py-title-measure);font-weight:400;text-wrap:balance}html[lang^=zh] .py-editorial-collection .py-editorial-intro{border-left:2px solid var(--py-accent);padding-left:18px;font-size:var(--py-body-size);line-height:var(--py-body-leading);max-width:var(--py-copy-measure);text-wrap:pretty}html[lang^=zh] .py-editorial-collection .py-editorial-filterbar{background:var(--py-surface)}html[lang^=en] .py-editorial-collection .py-editorial-head{grid-template-columns:minmax(0,1fr) auto;padding-block:30px 40px;gap:var(--py-layout-gap)}html[lang^=en] .py-editorial-collection .py-editorial-head h1{font-family:var(--py-font-display);font-size:var(--py-page-title);line-height:var(--py-heading-leading);letter-spacing:var(--py-heading-tracking);max-width:var(--py-title-measure);font-weight:400;text-wrap:balance}html[lang^=en] .py-editorial-collection .py-editorial-intro{font-size:var(--py-body-size);line-height:var(--py-body-leading);max-width:var(--py-copy-measure);text-wrap:pretty}html[lang^=en] .py-editorial-collection .py-editorial-filterbar{background:transparent;border-radius:0}html[lang^=en] .py-editorial-collection .py-editorial-card h2{font-family:var(--py-font-body);font-size:var(--py-card-title);line-height:var(--py-card-leading);letter-spacing:var(--py-heading-tracking);font-weight:400;text-wrap:pretty}@media(max-width:700px){html[lang^=en] .py-editorial-collection .py-editorial-head,html[lang^=zh] .py-editorial-collection .py-editorial-head{grid-template-columns:1fr;padding-block:18px 28px;gap:var(--py-layout-gap)}}
/*# sourceMappingURL=/cdn/shop/t/45/assets/putaoyao-collection.css.map */
