.store-v2 .brand{display:inline-block}.store-v2 .brand-logo{width:170px;max-width:100%;height:auto}.store-v2 .text-button:hover{color:var(--accent)}.store-v2 .eyebrow{letter-spacing:.12em;color:var(--muted);text-transform:uppercase;font:600 10px/1.5 Courier New,monospace}.store-v2 .primary{background:var(--button);color:var(--on-button);text-align:left;border-radius:2px;justify-content:space-between;align-self:flex-start;align-items:center;gap:26px;min-height:45px;padding:12px 19px;font-size:12px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.store-v2 .primary:not(:disabled):hover{filter:brightness(1.13);transform:translateY(-2px)}.store-v2 .primary span{font-size:18px}.store-v2 .secondary{border:1px solid var(--line);min-height:44px;padding:11px 18px;font-size:12px}.store-v2 .secondary:hover{background:var(--surface)}.store-v2 .full{justify-content:center;width:100%;display:flex}.store-v2 .inventory{padding:42px 34px}.store-v2 .section-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:25px;display:flex}.store-v2 .section-heading h2{letter-spacing:-.055em;margin-top:7px;font-size:27px;line-height:1.2}.store-v2 .section-index{color:var(--muted);letter-spacing:.04em;white-space:nowrap;font:10px/1.5 monospace}.store-v2 .catalog-tools{align-items:center;gap:20px;margin-bottom:22px;display:flex}.store-v2 .search{border-bottom:1px solid var(--line);flex:1;align-items:center;gap:12px;max-width:640px;min-height:44px;padding:0 1px 5px;display:flex}.store-v2 .search>span{color:var(--accent);font-size:29px;line-height:1}.store-v2 .search input{width:100%;color:var(--fg);background:0 0;border:0;min-width:0;padding:8px 0;font-size:13px}.store-v2 .search input::placeholder{color:var(--muted)}.store-v2 .sort{align-items:center;gap:10px;margin-left:auto;font-size:11px;display:flex}.store-v2 .sort>span{color:var(--muted)}.store-v2 .sort select{color:var(--fg);background:var(--bg);border:0;min-height:40px;padding:8px 3px;font-size:11px}.store-v2 .catalog-summary{color:var(--muted);justify-content:space-between;gap:12px;margin:20px 0 16px;font-size:10px;display:flex}.store-v2 .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 18px;display:grid}.store-v2 .product-card{min-width:0}.store-v2 .product-image{aspect-ratio:1/1.05;background:var(--surface);width:100%;display:block;position:relative;overflow:hidden}.store-v2 .product-image img{object-fit:cover;width:100%;height:100%;transition:transform .45s cubic-bezier(.2,.7,.3,1)}.store-v2 .product-image:hover img{transform:scale(1.045)}.store-v2 .photo-index{color:#fff;letter-spacing:.04em;background:#111114e8;padding:3px 6px;font:9px/1.5 monospace;position:absolute;top:10px;left:10px}.store-v2 .open-product{background:var(--bg);place-items:center;width:32px;height:32px;font-size:19px;transition:background .2s,color .2s;display:grid;position:absolute;bottom:0;right:0}.store-v2 .product-image:hover .open-product{background:var(--button);color:var(--on-button)}.store-v2 .product-meta{color:var(--muted);justify-content:space-between;gap:3px;margin:12px 0 7px;font-size:9px;display:flex}.store-v2 .product-meta>span:first-child{color:var(--accent);font-weight:600}.store-v2 .product-title{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.store-v2 .product-title button{text-align:left;font-size:12px;font-weight:600;line-height:1.45}.store-v2 .product-title button:hover{color:var(--accent)}.store-v2 .product-title strong{white-space:nowrap;font-size:13px}.store-v2 .product-cat{color:var(--muted);margin-top:5px;font-size:10px}.store-v2 .auction-teaser{border-top:1px solid var(--line);grid-template-columns:1.1fr 1.2fr .9fr;gap:30px;margin:16px 34px 50px;padding-top:30px;display:grid}.store-v2 .teaser-intro h2{letter-spacing:-.055em;margin:14px 0;font-size:33px;line-height:1.12}.store-v2 .teaser-intro>p:not(.eyebrow){color:var(--muted);font-size:12px;line-height:1.7}.store-v2 .text-button{text-align:left;font-size:12px;transition:color .2s}.store-v2 .teaser-intro .text-button{margin-top:27px}.store-v2 .teaser-photo{min-height:270px;position:relative;overflow:hidden}.store-v2 .teaser-photo img{object-fit:cover;width:100%;height:100%;transition:transform .4s;position:absolute;inset:0}.store-v2 .teaser-photo:hover img{transform:scale(1.04)}.store-v2 .teaser-photo>span{color:#fff;background:#101014;padding:5px 8px;font:9px/1.5 monospace;position:absolute;bottom:12px;left:12px}.store-v2 .teaser-bid{flex-direction:column;justify-content:center;display:flex}.store-v2 .teaser-bid h3{letter-spacing:-.025em;margin:14px 0 17px;font-size:18px;line-height:1.25}.store-v2 .teaser-amount small{color:var(--muted);font-size:10px;display:block}.store-v2 .teaser-amount strong{letter-spacing:-.04em;font-size:34px}.store-v2 .teaser-bottom{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;margin-top:9px;padding:12px 0;font:10px monospace;display:flex}.store-v2 .teaser-bid .primary{width:100%}.store-v2 .v2-footer{border-top:1px solid var(--line);background:var(--surface);grid-template-columns:1fr 1fr;gap:30px;padding:35px 34px 18px;display:grid}.store-v2 .v2-footer .brand-logo{width:128px}.store-v2 .v2-footer p{color:var(--muted);margin-top:12px;font-size:11px}.store-v2 .footer-links{grid-template-columns:1fr 1fr;align-content:center;justify-self:end;gap:10px;display:grid}.store-v2 .footer-links button{text-align:left;padding:7px 12px;font-size:11px}.store-v2 .footer-links button:hover{color:var(--accent)}.store-v2 .footer-end{border-top:1px solid var(--line);color:var(--muted);letter-spacing:.03em;grid-column:1/-1;justify-content:space-between;padding-top:17px;font:9px/1.5 monospace;display:flex}.store-v2 .product-detail{grid-template-columns:1.1fr 1fr;display:grid}.store-v2 .detail-copy{padding:48px 30px 32px}.store-v2 .detail-copy h2{letter-spacing:-.04em;margin:15px 0;font-size:29px;line-height:1.1}.store-v2 .detail-copy>p:not(.eyebrow):not(.detail-price):not(.fine-print){color:var(--muted);font-size:12px;line-height:1.8}.store-v2 .detail-copy .primary{margin-top:22px}.store-v2 .fine-print{color:var(--muted);margin:13px 0 0;font-size:11px;line-height:1.6}@media (min-width:1600px){.store-v2 .product-title button{font-size:15px}.store-v2 .product-meta,.store-v2 .product-cat{font-size:11px}.store-v2 .inventory{padding-left:48px;padding-right:48px}}@media (max-width:1190px){.store-v2 .inventory{padding:34px 25px}.store-v2 .auction-teaser{gap:22px;margin-left:25px;margin-right:25px}.store-v2 .teaser-intro h2{font-size:27px}.store-v2 .teaser-bid h3{font-size:16px}.store-v2 .teaser-photo{min-height:250px}.store-v2 .product-grid{gap:24px 13px}.store-v2 .product-title{display:block}.store-v2 .product-title strong{margin-top:5px;display:block}.store-v2 .product-meta{flex-wrap:wrap}.store-v2 .catalog-summary>span:last-child{display:none}}@media (max-width:800px){.store-v2 .eyebrow{font-size:9px}.store-v2 .primary{padding:11px 15px;font-size:11px}.store-v2 .inventory{padding:30px 22px}.store-v2 .section-heading h2{font-size:25px}.store-v2 .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:23px 15px}.store-v2 .catalog-tools{gap:10px}.store-v2 .search input{font-size:12px}.store-v2 .search{gap:7px}.store-v2 .sort>span{display:none}.store-v2 .auction-teaser{grid-template-columns:1fr 1fr;gap:23px;margin:10px 22px 35px}.store-v2 .teaser-intro{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:4px 25px;display:grid}.store-v2 .teaser-intro h2{grid-area:1/1/4;margin:0;font-size:35px}.store-v2 .teaser-intro .eyebrow{grid-column:2}.store-v2 .teaser-intro>p:not(.eyebrow){grid-column:2;font-size:11px}.store-v2 .teaser-intro .text-button{grid-column:2;margin-top:5px}.store-v2 .teaser-photo{min-height:260px}.store-v2 .teaser-bid h3{font-size:23px}.store-v2 .teaser-amount strong{font-size:40px}.store-v2 .teaser-bid{padding:8px 0}.store-v2 .v2-footer{padding:28px 22px 18px}.store-v2 .section-index{font-size:8px}}@media (max-width:540px){.store-v2 .inventory{padding:27px 18px}.store-v2 .section-heading{gap:10px;margin-bottom:18px}.store-v2 .section-heading h2{font-size:25px}.store-v2 .section-index{text-align:right;white-space:normal;max-width:65px;font-size:7px}.store-v2 .catalog-tools{flex-wrap:wrap;gap:8px}.store-v2 .search{flex-basis:100%;max-width:none}.store-v2 .search input{font-size:16px}.store-v2 .sort{justify-content:flex-end;width:100%}.store-v2 .sort>span{margin-right:auto;font-size:10px;display:inline}.store-v2 .sort select{min-height:32px}.store-v2 .catalog-tools{margin-bottom:12px}.store-v2 .catalog-summary{margin:17px 0 13px;font-size:9px}.store-v2 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 13px}.store-v2 .product-meta{gap:4px;margin:9px 0 6px;font-size:8px}.store-v2 .product-title button{font-size:12px;line-height:1.35}.store-v2 .product-title strong{margin-top:6px;font-size:14px}.store-v2 .product-cat{font-size:9px}.store-v2 .photo-index{font-size:8px;top:7px;left:7px}.store-v2 .open-product{width:30px;height:30px}.store-v2 .auction-teaser{grid-template-columns:1fr 1fr;gap:18px;margin:10px 18px 30px}.store-v2 .teaser-intro{display:block}.store-v2 .teaser-intro h2{margin:12px 0;font-size:35px}.store-v2 .teaser-intro .text-button{margin-top:13px;font-size:11px}.store-v2 .teaser-photo{min-height:230px}.store-v2 .teaser-bid h3{margin:12px 0;font-size:17px}.store-v2 .teaser-bid .status-label{gap:5px;font-size:7px;line-height:1.5}.store-v2 .teaser-amount strong{font-size:32px}.store-v2 .teaser-bottom{flex-wrap:wrap;gap:6px;font-size:9px}.store-v2 .teaser-bid .primary{min-height:40px;padding:10px 13px}.store-v2 .teaser-photo>span{padding:4px;font-size:7px;bottom:7px;left:7px}.store-v2 .v2-footer{grid-template-columns:1fr;gap:23px;padding:25px 18px 18px}.store-v2 .v2-footer .brand-logo{width:118px}.store-v2 .footer-links{justify-self:stretch;gap:6px}.store-v2 .footer-links button{min-height:32px;padding:7px 0}.store-v2 .footer-end{gap:12px;font-size:8px}.store-v2 .footer-end>span:last-child{text-align:right;max-width:160px}.store-v2 .product-detail{grid-template-columns:1fr}.store-v2 .detail-copy{padding:25px 22px}.store-v2 .detail-copy h2{font-size:26px}.store-v2 .detail-copy .eyebrow{font-size:9px}.store-v2 .detail-copy .primary{min-height:46px}}@media (prefers-reduced-motion:reduce){.store-v2 .product-image:hover img,.store-v2 .teaser-photo:hover img,.store-v2 .primary:not(:disabled):hover{transform:none!important}}.store-v2 .photo-index,.store-v2 .teaser-photo>span{background:#000}.store-v2 .photo-index{color:#fff}.store-v2 .sweep-label{background-image:linear-gradient(to right,var(--accent) 50%,#f5f4f2 50%);-webkit-text-fill-color:transparent;color:#0000;background-position:100% 0;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;transition:background-position .4s;display:inline-block;position:relative}.store-v2 .sweep-label:after{content:"";background:var(--accent);transform-origin:0;height:1px;transition:transform .4s;position:absolute;bottom:-3px;left:0;right:0;transform:scaleX(0)}.store-v2 .make-filter-row{align-items:center;gap:12px;margin:5px 0 20px;font-size:11px;display:flex}.store-v2 .make-filter-row label{color:var(--muted)}.store-v2 .make-filter-row select{border:1px solid var(--line);color:var(--fg);background:#000;min-height:38px;padding:8px 10px;font-size:11px}.store-v2 .make-filter-row>span{color:var(--muted);margin-left:auto;font-size:10px}@media (max-width:1100px){.store-v2 .make-filter-row>span{text-align:right;max-width:210px}}@media (max-width:800px){.store-v2 .make-filter-row{flex-wrap:wrap;gap:10px;margin-bottom:16px}.store-v2 .make-filter-row>span{font-size:9px}.store-v2 .make-filter-row select{font-size:11px}}@media (max-width:540px){.store-v2 .make-filter-row{gap:8px;margin-bottom:17px}.store-v2 .make-filter-row label{font-size:10px}.store-v2 .make-filter-row select{min-height:40px;font-size:12px}.store-v2 .make-filter-row>span{text-align:left;flex-basis:100%;max-width:none;margin:0;line-height:1.5}.store-v2 .sweep-label:after{bottom:-2px}.store-v2 .photo-index{font-size:8px}}.store-v2 .gallery-count{color:#fff;z-index:2;background:#000;padding:5px 7px;font:9px monospace;position:absolute;top:9px;right:9px}.store-v2 .product-image .card-alternate{opacity:0;transition:opacity .4s,transform .8s;position:absolute;inset:0}.store-v2 .product-image:hover .card-alternate,.store-v2 .product-image:focus-visible .card-alternate{opacity:1;transform:scale(1.025)}.store-v2 .after-hero{background:#000;min-height:590px;margin:0 25px;position:relative;overflow:hidden}.store-v2 .after-image{position:absolute;inset:0}.store-v2 .after-image img{object-fit:cover;object-position:center 60%;filter:saturate(.5)brightness(.72);width:100%;height:100%;animation:1.3s both after-settle}.store-v2 .after-image:after{content:"";background:linear-gradient(90deg,#0009 0%,#0002 65%),linear-gradient(#0000 55%,#000 100%);position:absolute;inset:0}.store-v2 .after-topline{letter-spacing:.12em;justify-content:space-between;align-items:center;padding:25px 28px;font:9px monospace;display:flex;position:relative}.store-v2 .after-topline .jp-accent{font-size:14px}.store-v2 .after-title{padding:25px 28px 60px;animation:.75s both after-copy;position:relative}.store-v2 .after-title>.eyebrow{color:#ddd;font-size:9px}.store-v2 .after-title h1{letter-spacing:-.075em;margin:21px 0;font:400 clamp(68px,7.2vw,112px)/.89 Arial,sans-serif}.store-v2 .after-title h1 em{color:#fff;letter-spacing:-.075em;font:italic 1.07em/.9 Georgia,serif}.store-v2 .after-bottom{justify-content:space-between;align-items:end;gap:30px;display:flex;position:absolute;bottom:22px;left:28px;right:28px}.store-v2 .after-bottom>p{color:#c9c9c9;font-size:12px;line-height:1.6}.store-v2 .after-bottom>.primary{color:#fff;background:#000;border:1px solid #eee;min-width:210px}.store-v2 .after-bottom>.primary:hover{background:var(--button);border-color:var(--button)}.store-v2 .after-bottom>span{color:#aaa;font:8px monospace}.store-v2 .after-arrivals{border-bottom:1px solid var(--line);grid-template-columns:.85fr 1fr 1fr 1fr;gap:24px;padding:35px 34px;display:grid}.store-v2 .after-arrivals>div{padding-top:9px}.store-v2 .after-arrivals .eyebrow{font-size:8px;line-height:1.7}.store-v2 .after-arrivals h2{letter-spacing:-.04em;margin:15px 0 25px;font:italic 34px/1.04 Georgia,serif}.store-v2 .after-arrivals .text-button{font-size:10px}.store-v2 .after-find{text-align:left;animation:after-copy .6s calc(var(--arrival)*90ms) both;min-width:0}.store-v2 .after-find>div{aspect-ratio:1.35;position:relative;overflow:hidden}.store-v2 .after-find img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.store-v2 .after-find:hover img{transform:scale(1.06)}.store-v2 .after-find>div>span{background:#000;padding:5px 7px;font:8px monospace;position:absolute;bottom:8px;right:8px}.store-v2 .after-find>p{margin:12px 0 8px;font-size:12px;line-height:1.3}.store-v2 .after-find>span{justify-content:space-between;font-size:14px;display:flex}.store-v2 .after-find small{color:#999;font-size:9px}@keyframes after-settle{0%{opacity:.4;transform:scale(1.045)}to{opacity:1;transform:scale(1)}}@keyframes after-copy{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.store-v2 .v2-quick{scrollbar-width:thin;background:#000;border:1px solid #333;width:min(1000px,100% - 32px);max-width:none;max-height:92dvh;padding:0}.store-v2 .v2-quick.expanded-product{width:min(1320px,100% - 32px);height:92dvh}.store-v2 .product-dialog-bar{z-index:5;background:#000;border-bottom:1px solid #333;justify-content:space-between;align-items:center;gap:15px;padding:13px 22px;display:flex;position:sticky;top:0}.store-v2 .product-dialog-bar>span{color:#aaa;letter-spacing:.1em;font:9px monospace}.store-v2 .product-dialog-bar>div{align-items:center;gap:20px;display:flex}.store-v2 .product-dialog-bar button{min-height:40px;font-size:11px}.store-v2 .product-dialog-bar .gallery-close{border:1px solid #333;width:40px;font-size:27px}.store-v2 .product-detail{grid-template-columns:1.12fr 1fr;gap:30px;padding:25px;display:grid}.store-v2 .product-detail .detail-copy{padding:12px 5px 0}.store-v2 .product-detail .detail-copy h2{margin:16px 0;font-size:30px;line-height:1.06}.store-v2 .product-detail .detail-copy .detail-price{font-size:31px}.store-v2 .quick-gallery{min-width:0}.store-v2 .quick-photo{background:#000;border:1px solid #282828;position:relative}.store-v2 .photo-open{cursor:zoom-in;width:100%;height:370px;display:block}.store-v2 .photo-open>img{object-fit:contain;width:100%;height:100%}.store-v2 .photo-controls{border-top:1px solid #282828;justify-content:space-between;align-items:center;gap:20px;display:flex}.store-v2 .photo-controls button{width:50px;min-height:42px;font-size:21px}.store-v2 .photo-controls>span{color:#ddd;font:10px monospace}.store-v2 .gallery-thumbnails{scrollbar-width:thin;gap:8px;padding:12px 0;display:flex;overflow:auto}.store-v2 .gallery-thumbnails button{opacity:.55;border:1px solid #333;flex:0 0 55px;width:55px;height:61px;transition:opacity .2s,border-color .2s}.store-v2 .gallery-thumbnails button:hover,.store-v2 .gallery-thumbnails button[aria-pressed=true]{opacity:1;border-color:var(--accent)}.store-v2 .gallery-thumbnails img{object-fit:cover;width:100%;height:100%}@media (max-width:1050px){.store-v2 .after-hero{min-height:540px}.store-v2 .after-title h1{font-size:87px}.store-v2 .after-arrivals{gap:18px;padding:27px 25px}.store-v2 .after-arrivals h2{font-size:29px}}@media (max-width:760px){.store-v2 .after-hero{min-height:505px;margin:0 18px}.store-v2 .after-topline{padding:20px;font-size:8px}.store-v2 .after-title{padding:20px}.store-v2 .after-title h1{font-size:79px}.store-v2 .after-bottom{bottom:22px;left:20px;right:20px}.store-v2 .after-bottom>span{display:none}.store-v2 .after-arrivals{grid-template-columns:1fr 1fr 1fr;padding:25px 22px}.store-v2 .after-arrivals>div{grid-column:1/-1;justify-content:space-between;align-items:center;gap:20px;padding-top:0;display:flex}.store-v2 .after-arrivals h2{margin:0;font-size:27px}.store-v2 .after-arrivals .eyebrow{display:none}.store-v2 .after-find>p{font-size:11px}.store-v2 .product-detail{grid-template-columns:1fr 1fr;gap:22px;padding:22px}.store-v2 .product-detail .detail-copy h2{font-size:25px}.store-v2 .photo-open{height:320px}}@media (max-width:540px){.store-v2 .after-hero{min-height:565px;margin:0}.store-v2 .after-image img{object-position:64% center;filter:saturate(.5)brightness(.65)}.store-v2 .after-image:after{background:linear-gradient(90deg,#0008,#0000),linear-gradient(#0000 35%,#000)}.store-v2 .after-topline{gap:20px;padding:22px 18px;font-size:7px}.store-v2 .after-topline .jp-accent{font-size:11px}.store-v2 .after-title{padding:28px 18px}.store-v2 .after-title>.eyebrow{font-size:7px}.store-v2 .after-title h1{margin-top:17px;font-size:clamp(62px,19vw,84px);line-height:.94}.store-v2 .after-bottom{flex-direction:column;align-items:start;gap:17px;bottom:24px;left:18px;right:18px}.store-v2 .after-bottom>p{font-size:11px}.store-v2 .after-bottom>.primary{min-width:210px;min-height:44px}.store-v2 .after-arrivals{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:24px 18px}.store-v2 .after-arrivals>div{margin-bottom:9px}.store-v2 .after-arrivals h2{font-size:28px}.store-v2 .after-find:last-child{display:none}.store-v2 .after-find>div{aspect-ratio:1}.store-v2 .after-find>span{font-size:13px}.store-v2 .after-find small{font-size:8px}.store-v2 .after-find>p{font-size:12px;line-height:1.35}.store-v2 .after-arrivals .text-button{font-size:10px}.store-v2 .gallery-count{padding:4px 5px;font-size:8px;top:6px;right:6px}.store-v2 .v2-quick,.store-v2 .v2-quick.expanded-product{width:calc(100% - 14px);height:auto;max-height:94dvh}.store-v2 .v2-quick.expanded-product{height:94dvh}.store-v2 .product-dialog-bar{gap:8px;padding:8px 12px}.store-v2 .product-dialog-bar>span{max-width:155px;font-size:8px;line-height:1.6}.store-v2 .product-dialog-bar>div{gap:8px}.store-v2 .product-dialog-bar button{font-size:10px}.store-v2 .product-dialog-bar .gallery-close{width:36px;font-size:25px}.store-v2 .product-detail{flex-direction:column;gap:22px;padding:15px;display:flex}.store-v2 .photo-open{height:310px}.store-v2 .product-detail .detail-copy{padding:0}.store-v2 .product-detail .detail-copy h2{margin-top:13px;font-size:28px}.store-v2 .product-detail .detail-copy .detail-price{font-size:29px}.store-v2 .gallery-thumbnails button{flex-basis:48px;width:48px;height:53px}}.store-v2 .photo-open{height:clamp(220px,43dvh,370px)}@media (max-width:540px){.store-v2 .photo-open{height:300px}.store-v2 .product-dialog-bar>span{max-width:125px}.store-v2 .product-dialog-bar>div{gap:6px}}.store-v2 .gallery-thumbnails{max-width:100%}.store-v2 .v2-brandbar{background:#000;border-bottom:1px solid #303034;justify-content:space-between;align-items:center;min-height:90px;padding:20px 34px;display:flex}.store-v2 .v2-brandbar .brand-logo{width:160px}.store-v2 .v2-brandbar>button:last-child{align-items:center;gap:16px;min-height:44px;padding:0 10px;font-size:13px;display:flex}.store-v2 .v2-links>button,.store-v2 .v2-nav-bottom>button{text-align:left;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:44px;font-size:12px;display:flex}.store-v2 .v2-categories{border-top:1px solid #303034;border-bottom:1px solid #303034;margin:10px 0}.store-v2 .v2-links details{border-bottom:1px solid #232323}.store-v2 .v2-links details:last-child{border:0}.store-v2 .v2-links summary{cursor:pointer;justify-content:space-between;align-items:center;gap:10px;min-height:42px;font-size:11px;list-style:none;display:flex}.store-v2 .v2-links summary::-webkit-details-marker{display:none}.store-v2 .v2-links details>div{padding:5px 0 12px 10px;animation:.25s archive-nav}.store-v2 .v2-links details button{text-align:left;width:100%;min-height:36px;padding:7px 0;font-size:11px;line-height:1.4;display:block}.store-v2 .v2-nav-bottom{border-top:1px solid #303034;margin-top:15px;padding-top:12px}.store-v2 .v2-links [aria-current=page]>.sweep-label,.store-v2 .v2-links summary:hover>.sweep-label,.store-v2 .v2-links summary:focus-visible>.sweep-label,.store-v2 .v2-links details[open]>summary>.sweep-label{background-position:0 0}.store-v2 .v2-links [aria-current=page]>.sweep-label:after,.store-v2 .v2-links summary:hover>.sweep-label:after{transform:scaleX(1)}.store-v2 .v2-quick{background:#000;width:min(1480px,100% - 28px);max-height:96dvh}.store-v2 .v2-quick .product-detail{grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);gap:clamp(25px,4vw,64px);padding:clamp(20px,3vw,40px)}.store-v2 .v2-quick .product-dialog-bar{padding:12px 25px}.store-v2 .v2-quick .product-dialog-bar>span{font-size:11px}.store-v2 .v2-quick .product-dialog-bar button{min-height:44px;font-size:14px}.store-v2 .v2-quick .product-dialog-bar .gallery-close{font-size:28px}.store-v2 .v2-quick .photo-open{height:clamp(350px,65dvh,800px)}.store-v2 .v2-quick .detail-copy{padding-top:10px;font-size:15px;line-height:1.7}.store-v2 .v2-quick .detail-copy h2{font-size:clamp(28px,2.8vw,44px);line-height:1.08}.store-v2 .v2-quick .detail-copy .detail-price{font-size:36px}.store-v2 .v2-quick .detail-copy>p:not(.eyebrow):not(.detail-price):not(.fine-print){font-size:15px;line-height:1.75}.store-v2 .v2-quick .detail-copy dl{font-size:14px}.store-v2 .v2-quick .detail-copy .primary{min-height:52px;font-size:15px}.store-v2 .v2-quick .detail-copy .fine-print{font-size:12px}.store-v2 .v2-quick .gallery-thumbnails button{flex-basis:66px;width:66px;height:72px}.store-v2 .v2-quick .photo-controls button{min-height:46px;font-size:23px}.store-v2 .v2-quick .photo-controls>span{font-size:12px}.store-v2 .item-page{background:#000;padding:28px 34px 45px}.store-v2 .item-breadcrumb{border-bottom:1px solid #303034;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;padding:0 0 20px;font-size:12px;display:flex}.store-v2 .item-breadcrumb>button{min-height:44px}.store-v2 .item-breadcrumb>span{color:#aaa;font-size:11px}.store-v2 .item-layout{grid-template-columns:minmax(240px,.68fr) minmax(0,1.45fr);gap:clamp(25px,4vw,65px);display:grid}.store-v2 .item-information{scrollbar-width:thin;align-self:start;min-width:0;max-height:calc(100dvh - 44px);padding-right:5px;position:sticky;top:22px;overflow:auto}.store-v2 .item-information h1{letter-spacing:-.04em;margin:16px 0;font-size:clamp(27px,2.5vw,42px);line-height:1.08}.store-v2 .item-information h1:focus{outline:0}.store-v2 .item-price{margin:20px 0;font-size:32px}.store-v2 .item-description{color:#bbb;margin-bottom:22px;font-size:14px;line-height:1.8}.store-v2 .item-information dl{margin:22px 0;font-size:12px}.store-v2 .item-information dl>div{border-top:1px solid #303034;justify-content:space-between;gap:20px;padding:13px 0;display:flex}.store-v2 .item-information dt{color:#aaa}.store-v2 .item-information dd{text-align:right;margin:0}.store-v2 .item-information .primary{min-height:49px;font-size:13px}.store-v2 .item-information .fine-print{margin:13px 0;font-size:11px;line-height:1.6}.store-v2 .item-information .gallery-thumbnails{flex-wrap:wrap}.store-v2 .item-information .gallery-thumbnails>button{flex-basis:48px;width:48px;height:56px}.store-v2 .item-photo-stack{min-width:0}.store-v2 .item-photo-stack figure{margin:0 0 8px;scroll-margin-top:20px}.store-v2 .item-photo-stack figure>button{cursor:zoom-in;background:#000;width:100%;display:block}.store-v2 .item-photo-stack img{object-fit:contain;width:auto;max-width:100%;max-height:90dvh;margin:0 auto;display:block}@media (max-width:1200px){.store-v2 .item-page{padding:25px}.store-v2 .item-layout{grid-template-columns:minmax(225px,.8fr) minmax(0,1.1fr);gap:25px}.store-v2 .item-information h1{font-size:29px}}@media (max-width:1000px){.store-v2 .v2-brandbar{padding:17px 25px}.store-v2 .item-layout{grid-template-columns:minmax(235px,.8fr) minmax(0,1.4fr)}.store-v2 .v2-quick .product-detail{grid-template-columns:minmax(0,1fr) minmax(270px,.85fr);gap:25px;padding:24px}.store-v2 .v2-quick .photo-open{height:clamp(300px,61dvh,650px)}.store-v2 .v2-quick .detail-copy h2{font-size:29px}.store-v2 .v2-footer{padding-bottom:85px}}@media (max-width:700px){.store-v2 .item-layout{grid-template-columns:1fr;gap:24px}.store-v2 .item-information{flex-direction:column;max-height:none;display:flex;position:static;overflow:visible}.store-v2 .item-information .gallery-thumbnails{flex-wrap:nowrap;order:8;overflow:auto}.store-v2 .item-photo-stack img{max-height:82dvh}.store-v2 .item-page{padding:20px 18px}.store-v2 .item-information h1{font-size:32px}.store-v2 .item-breadcrumb{gap:12px;margin-bottom:22px;padding-bottom:12px;font-size:11px}.store-v2 .item-breadcrumb>span{text-align:right;max-width:160px;font-size:10px}.store-v2 .item-photo-stack figure{scroll-margin-top:15px}.store-v2 .item-information .item-price{margin:12px 0}.store-v2 .item-information dl{margin:8px 0 20px}.store-v2 .item-information .item-description{margin-bottom:15px}.store-v2 .v2-quick .product-detail{flex-direction:column;gap:25px;padding:18px;display:flex}.store-v2 .v2-quick .photo-open{height:clamp(320px,55dvh,550px)}.store-v2 .v2-quick .detail-copy h2{font-size:31px}.store-v2 .v2-quick .detail-copy>p:not(.eyebrow):not(.detail-price):not(.fine-print){font-size:16px}.store-v2 .v2-quick .detail-copy dl{font-size:14px}}@media (max-width:540px){.store-v2 .v2-brandbar{min-height:76px;padding:13px 18px}.store-v2 .v2-brandbar .brand-logo{width:133px}.store-v2 .v2-brandbar>button:last-child{font-size:12px}.store-v2 .v2-links summary{min-height:45px;font-size:12px}.store-v2 .v2-links details button{min-height:40px;font-size:12px}.store-v2 .v2-quick{width:calc(100% - 10px);max-height:97dvh}.store-v2 .v2-quick .product-dialog-bar{gap:9px;padding:8px 12px}.store-v2 .v2-quick .product-dialog-bar>span{max-width:126px;font-size:9px}.store-v2 .v2-quick .product-dialog-bar button{font-size:12px}.store-v2 .v2-quick .product-dialog-bar .gallery-close{width:38px;font-size:26px}.store-v2 .v2-quick .gallery-thumbnails button{flex-basis:54px;width:54px;height:61px}.store-v2 .v2-quick .product-detail{padding:13px}.store-v2 .v2-quick .photo-open{height:clamp(310px,51dvh,470px)}.store-v2 .v2-quick .detail-copy{padding:0 3px}.store-v2 .item-information .item-description{font-size:15px}.store-v2 .item-information .primary{font-size:14px}}@media (min-width:1001px){.store-v2[data-layout=v2] .v2-brandbar>[data-open-drawer]{display:none}}.store-v2[data-layout=v2] .catalog-tools{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:18px;display:grid}.store-v2[data-layout=v2] .catalog-tools .search{min-width:0;max-width:none}.store-v2 .v2-reset-parts{white-space:nowrap;color:#fff;background:#000;border:1px solid #666;justify-content:center;align-items:center;gap:14px;min-height:44px;padding:10px 16px;font-size:12px;display:flex}.store-v2 .v2-reset-parts:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.store-v2 .v2-reset-parts:disabled{color:#888;cursor:default;border-color:#333}@media (max-width:700px){.store-v2[data-layout=v2] .catalog-tools{grid-template-columns:minmax(0,1fr) auto;gap:12px}.store-v2[data-layout=v2] .catalog-tools .search{grid-column:1/-1}.store-v2[data-layout=v2] .catalog-tools .sort{gap:8px;width:auto}.store-v2[data-layout=v2] .catalog-tools .sort>span{display:none}.store-v2 .v2-reset-parts{justify-self:start;padding:10px 12px;font-size:11px}}.store-v2[data-layout=v2] .after-image:after{background:linear-gradient(90deg,#000b,#0003 80%),linear-gradient(#0000 45%,#000 100%)}.store-v2[data-layout=v2] .after-title{padding-bottom:90px}.store-v2[data-layout=v2] .after-title>.eyebrow{color:#fff}.store-v2[data-layout=v2] .after-bottom>p{color:#fff;font-size:14px}.store-v2[data-layout=v2] .footer-cat{width:120px;height:auto;margin:0 0 14px;display:block}.store-v2[data-layout=v2] .primary{background:var(--button);color:#fff}.store-v2 .policy-link{text-underline-offset:4px;color:#fff;text-align:left;min-height:44px;font-size:14px;text-decoration:underline}@media (max-width:700px){.store-v2[data-layout=v2] .catalog-summary{flex-wrap:wrap;gap:10px}.store-v2[data-layout=v2] .after-arrivals{gap:14px}.store-v2[data-layout=v2] .after-find>span{flex-wrap:wrap;gap:6px}.store-v2[data-layout=v2] .after-bottom{gap:14px}.store-v2[data-layout=v2] .after-bottom>p{max-width:130px}.store-v2[data-layout=v2] .search input{font-size:16px}}.store-v2[data-layout=v2] .v2-footer .footer-links{grid-template-columns:1fr}@media (max-width:700px){.store-v2[data-layout=v2] .v2-footer{grid-template-columns:96px minmax(0,1fr);align-items:start;gap:12px 22px}.store-v2[data-layout=v2] .v2-footer>div:first-child{grid-area:1/1;display:block}.store-v2[data-layout=v2] .v2-footer .footer-cat{width:96px;max-width:100%;margin:0 0 12px}.store-v2[data-layout=v2] .v2-footer>div:first-child>p{margin:0;font-size:12px}.store-v2[data-layout=v2] .v2-footer .footer-links{grid-area:1/2;grid-template-columns:minmax(0,1fr);place-self:center end;gap:2px;max-width:100%}.store-v2[data-layout=v2] .v2-footer .footer-links button{overflow-wrap:anywhere;text-align:right;min-height:44px;padding:8px 0}.store-v2[data-layout=v2] .v2-footer .footer-end{grid-area:2/1/auto/-1;margin-top:10px}}.store-v2[data-layout=v2] .v2-brandbar{gap:16px}.store-v2[data-layout=v2] .v2-header-account{text-underline-offset:4px;min-height:44px;margin-left:auto;padding:8px 12px;font-size:14px;text-decoration:underline}@media (max-width:540px){.store-v2[data-layout=v2] .v2-brandbar{gap:8px}.store-v2[data-layout=v2] .v2-header-account{padding:8px;font-size:13px}}.store-v2[data-layout=v2] .v2-brandbar{border-bottom:0}.store-v2[data-layout=v2] .v2-header-instagram{min-height:44px;margin-left:auto;padding:8px 12px;font-size:14px}.store-v2[data-layout=v2] .v2-header-account{margin-left:0}@media (max-width:540px){.store-v2[data-layout=v2] .v2-brandbar{grid-template-columns:minmax(0,1fr) auto auto;gap:0 8px;display:grid}.store-v2[data-layout=v2] .v2-brandbar>.brand{grid-area:1/1;justify-self:start}.store-v2[data-layout=v2] .v2-brandbar .brand-logo{max-width:100%}.store-v2[data-layout=v2] .v2-header-instagram{display:none}.store-v2[data-layout=v2] .v2-header-account{grid-area:1/2;justify-self:end}.store-v2[data-layout=v2] .v2-brandbar>[data-open-drawer]{grid-area:1/3}}@media (max-width:767px){.store-v2[data-layout=v2] .after-image img{object-position:var(--hero-phone-x,50%) var(--hero-phone-y,60%)}}
.store-v2{--rail-progress:0;--rail-width:244px;--bg:#000;--surface:#000;--fg:#f5f4f2;--muted:#aaa8ad;--line:#303034;--accent:#ff668a;--button:#a51b3d;--on-button:#fff;color:var(--fg);overflow-anchor:none;background:#000;width:100%;min-height:100vh;margin:0;font:14px/1.5 Arial,Helvetica,sans-serif}.store-v2 :is(h2,h3,strong){font-weight:700}.store-v2 .after-find>p,.store-v2 .product-title button,.store-v2 .footer-links :is(button,a){font-size:14px}.store-v2[data-layout=v2] :is(.eyebrow,.fine-print,.catalog-summary,.make-filter-row,.section-index,.footer-end,.product-meta,.product-cat,.photo-foot,.bid-note){color:#bbb;font-size:12px}.store-v2 :is(.after-find small,.after-find>div>span){color:#ddd;font-size:12px}.store-v2 :is(.search input,.make-filter-row select,.sort select){min-height:44px;font-size:14px}.store-v2[data-layout=v2] .after-title>.eyebrow{color:#fff}.store-v2 :is(.product-description,.item-description,.after-bottom>p){font-family:var(--description-font,inherit)}.store-v2[data-layout=v2] .v2-newest-hero .after-title h1{letter-spacing:-.045em;overflow-wrap:anywhere;max-width:850px;font-size:clamp(34px,4.5vw,68px);line-height:1.05}.store-v2 .v2-newest-hero .after-image img:not(.v2-image-backdrop){object-position:center;animation:none;transform:none}@media (max-width:700px){.store-v2[data-layout=v2] .v2-newest-hero .after-title h1{font-size:clamp(30px,8vw,44px)}}.store-v2 .v2-auction-page-heading{text-align:center;margin:18px 0 32px}.store-v2 .v2-auction-page-heading h1{letter-spacing:-.04em;margin-bottom:16px;font-size:clamp(30px,4vw,56px);line-height:1.1}.store-v2 .v2-auction-page-heading a{text-underline-offset:4px;font-size:14px;text-decoration:underline}.store-v2 .v2-more-parts select{color:#fff;background:#111;border:1px solid #777;min-height:44px;padding:10px 32px 10px 14px;font:16px Arial,sans-serif}.store-v2 .v2-save-keywords{margin:16px 0;font-size:14px}.store-v2 .v2-save-keywords a{text-underline-offset:4px;overflow-wrap:anywhere;text-decoration:underline}.store-v2 .v2-brandbar{border-bottom:0}.store-v2 .v2-header-account,.store-v2 .v2-header-instagram{align-items:center;display:flex}.store-v2[data-layout=v2] .v2-footer .footer-links{gap:8px;width:100%;max-width:240px}.store-v2[data-layout=v2] .v2-footer .footer-links :is(a,button){text-align:left;overflow-wrap:anywhere;justify-content:flex-start;align-items:center;min-height:44px;padding:8px 12px;line-height:1.5;display:flex}.store-v2 .footer-contact{min-width:0;display:grid}.store-v2 .footer-contact-options{color:#bbb;gap:4px;padding:4px 0 8px;display:grid}.store-v2 .v2-footer{margin-left:calc(var(--rail-width)*var(--rail-progress))}.store-v2.v2-detail .v2-footer{margin-left:0}.store-v2 .v2-saved-crop{aspect-ratio:1;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.store-v2 .after-find .v2-saved-crop{width:auto;height:100%}.store-v2 .v2-saved-crop img{object-fit:revert-layer;transition:none}.store-v2 :is(.product-image,.after-find>div) .card-alternate{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .3s,transform .45s;position:absolute;inset:0}.store-v2 :is(.product-image:hover,.product-image:focus-visible,.after-find:hover,.after-find:focus-visible) .card-alternate{opacity:1;transform:scale(1.025)}.store-v2 .after-find>div{position:relative;overflow:hidden}.store-v2 :is(.product-image,.after-find>div) .v2-unavailable{z-index:3}.store-v2 :is(.product-image,.after-find>div) .v2-sold-overlay{color:#fff;background:#0009;justify-content:center;align-items:center;padding:12px;font:600 13px/1.4 Arial,Helvetica,sans-serif;display:flex;position:absolute;inset:0}.store-v2 .product-title strong,.store-v2 .after-find>span{font-size:16px}.store-v2 .v2-home-intro[hidden]{display:none}.store-v2[data-focused=true]{--rail-progress:1!important}.store-v2[data-focused=true] .v2-sidebar{visibility:visible}.store-v2[data-layout=v2][data-focused=true] .v2-inventory{padding-top:8px}.store-v2 .v2-browse-return{z-index:10;background:#000;border-bottom:1px solid #444;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:12px 0;font-size:14px;display:flex;position:sticky;top:0}.store-v2[data-focused=true] .v2-browse-return{padding-top:0}.store-v2 .v2-browse-return button{text-align:left;align-items:center;gap:10px;min-height:44px;display:inline-flex}.store-v2 .v2-browse-return button svg{transform:rotate(90deg)}.store-v2 .v2-browse-return>span{color:#bbb;text-align:right}.store-v2 .v2-more-parts{flex-direction:column;align-items:center;gap:12px;margin:40px 0 16px;display:flex}.store-v2 .v2-more-parts p{color:#bbb;font-size:13px}@media (min-width:1001px){.store-v2[data-focused=true] .v2-brandbar{margin-left:var(--rail-width)}}@media (prefers-reduced-motion:reduce){.store-v2 :is(.product-image,.after-find>div) .card-alternate{transition:none;transform:none!important}}.store-v2 :is(.product-image,.after-find):hover .v2-saved-crop img{transform:none}.v2-missing-photo{color:#aaa;justify-content:center;align-items:center;height:100%;display:flex}.v2-unavailable{color:#fff;background:#000c;padding:10px;position:absolute;inset:auto 0 0}.store-v2 .v2-card-bid{color:var(--accent);white-space:normal;font-size:12px}.v2-card-bid small{font-size:11px;display:block}.store-v2 .after-image img.v2-contain{object-fit:contain;position:relative}.store-v2 .after-image .v2-image-backdrop{animation:none;position:absolute;inset:0}@media (max-width:1200px){.store-v2{--rail-width:220px}}@media (max-width:1000px){.store-v2{--rail-width:0px}}@media (max-width:767px){.store-v2 .after-image img{object-position:var(--hero-phone-x,50%) var(--hero-phone-y,60%)}}@media (max-width:700px){.store-v2 .catalog-summary{flex-wrap:wrap;gap:10px}.store-v2 .after-arrivals{gap:14px}.store-v2 .after-find>span{flex-wrap:wrap;gap:6px}.store-v2 .after-bottom{gap:14px}.store-v2 .after-bottom>p{max-width:130px}.store-v2 .search input{font-size:16px}.store-v2[data-layout=v2] .v2-footer .footer-links{place-self:start stretch;gap:8px;max-width:none}.store-v2[data-layout=v2] .v2-footer .footer-links :is(a,button){text-align:right;justify-content:flex-end;padding:8px 0}}.store-v2 :where(button,a,input,select,textarea,summary):focus-visible,.v2-quick :where(button,a):focus-visible{outline-offset:5px;outline:2px solid #fff}.store-v2 button,.v2-quick button{cursor:pointer}.store-v2 button:disabled,.v2-quick button:disabled{opacity:.5;cursor:not-allowed}.v2-mobile-menu{display:none!important}.v2-skip{color:#000;z-index:100;background:#fff;padding:14px;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.v2-skip:focus{transform:none}.v2-sidebar{width:var(--rail-width);z-index:35;transform:translateX(calc((var(--rail-progress) - 1)*102%));opacity:var(--rail-progress);visibility:hidden;background:#000;border-right:1px solid #333;transition:none;position:fixed;inset:0 auto 0 0;overflow:auto}.store-v2[data-rail=visible] .v2-sidebar{visibility:visible}.v2-sidebar{scrollbar-width:thin;border-color:var(--line);padding:26px 20px 30px}.v2-rail-label{color:#999;margin:22px 0 18px;font-size:11px}.store-v2 .v2-navigation .brand-logo{width:175px}.store-v2 .v2-links :is(a,summary,button){min-height:44px;font-size:13px}.store-v2 .v2-links a{justify-content:space-between;align-items:center;gap:10px;display:flex}.store-v2 .v2-links :is(a,button):is(:hover,:focus-visible)>.sweep-label{background-position:0 0}.store-v2 .v2-links :is(a,button):is(:hover,:focus-visible)>.sweep-label:after{transform:scaleX(1)}.v2-inventory{margin-left:calc(var(--rail-width)*var(--rail-progress));overflow-anchor:none;scroll-margin-top:28px}.store-v2 [data-v2-browse-start]{height:0;scroll-margin:0}.v2-main{outline:none}.v2-detail .v2-main{margin-left:var(--rail-width)}.v2-detail-content{width:100%;max-width:1550px;margin:0}.v2-primary,.v2-secondary{color:#fff;text-align:center;background:#ed002e;border:1px solid #ed002e;justify-content:center;align-items:center;min-height:50px;padding:14px 23px;font-size:14px;font-weight:700;display:inline-flex}.v2-primary:hover{background:#bb0025}.v2-secondary{background:#000;border-color:#777}.v2-secondary:hover{border-color:#fff}.v2-section-heading{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:28px;display:flex}.v2-section-heading p{letter-spacing:.18em;color:#bbb;margin-bottom:12px;font-size:10px}.v2-section-heading h2{letter-spacing:-.055em;font-size:clamp(32px,4vw,56px);font-weight:700;line-height:1.05}.v2-section-heading>button{white-space:nowrap;min-height:44px;font-size:13px}.store-v2 .group{animation:none}.v2-empty{color:#bbb;padding:60px 0;line-height:1.7}.v2-auction-preview{border-top:1px solid #333;margin-top:70px;padding-top:48px}.v2-section-heading .v2-auction-description{letter-spacing:0;margin-top:16px;font:14px/1.7 Arial,sans-serif}.v2-announcement{white-space:pre-wrap;background:#000;justify-content:center;align-items:center;gap:24px;padding:10px 24px;font-size:14px;display:flex}.v2-announcement button{min-width:44px;min-height:44px}.v2-drawer{width:min(340px,90vw);height:100dvh;max-height:100dvh;color:var(--fg);background:#000;border:0;border-right:1px solid #444;margin:0;padding:20px;position:fixed;inset:0 auto 0 0;overflow:auto}.v2-drawer-close{text-align:right;width:100%;min-height:44px}.v2-drawer::backdrop,.v2-quick::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000b}body:has(.v2-drawer[open],.v2-quick[open]){overflow:hidden}.v2-mobile-tools{display:none}.v2-quick{color:#fff;background:#000;border:1px solid #555;width:min(1480px,100vw - 28px);max-width:none;max-height:94dvh;margin:auto;padding:0;overflow:auto}.v2-quick-bar{border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:8px 24px;font-size:13px;display:flex}.v2-quick-bar button{min-height:44px}.v2-quick-layout{grid-template-columns:minmax(0,1.3fr) minmax(300px,.85fr);gap:clamp(24px,4vw,60px);padding:32px;display:grid}.v2-quick-photo{object-fit:contain;width:100%;height:60dvh;min-height:300px}.v2-thumbnails{gap:8px;margin-top:16px;display:flex;overflow:auto}.v2-thumbnails button{border:1px solid #555;width:64px;min-width:64px;height:68px;padding:3px}.v2-thumbnails button[aria-pressed=true]{border-color:#ff0037}.v2-thumbnails img{object-fit:cover;width:100%;height:100%}.v2-quick-info h2{letter-spacing:-.04em;font-size:clamp(28px,3vw,44px);font-weight:700;line-height:1.1}.v2-quick-info>p{color:#ccc;white-space:pre-wrap;margin:20px 0;font-size:15px;line-height:1.7}.v2-quick-info>.v2-quick-price{color:#fff;font-size:32px;font-weight:700}.v2-quick-info>.v2-primary,.v2-quick-info>.v2-secondary{width:100%;margin-top:16px}.store-v2 .auction-detail{max-width:none}.store-v2 .auction-detail .item-information{width:100%;max-height:none;padding-right:0;position:static;overflow:visible}.store-v2 .v2-auction-shelf{--auction-columns:4;--auction-gap:18px;padding-top:24px;padding-bottom:40px}.store-v2 .v2-auction-shelf-heading{border-top:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;padding-top:24px;display:flex}.store-v2 .v2-auction-shelf-heading h2{margin:10px 0;font-size:clamp(28px,3vw,42px);line-height:1.1}.store-v2 .v2-auction-shelf-heading p:last-child{color:var(--muted);font-size:14px}.store-v2 .v2-auction-shelf-actions{flex-shrink:0;align-items:center;gap:20px;display:flex}.store-v2 .v2-auction-scroll-controls{gap:8px;display:flex}.store-v2 .v2-auction-scroll-controls button{border:1px solid #555;place-items:center;width:44px;height:44px;font-size:20px;display:grid}.store-v2 .v2-auction-scroll-controls button:disabled{opacity:.3;cursor:default}.store-v2 .v2-auction-shelf-groups{grid-template-columns:repeat(var(--auction-columns),minmax(0,1fr));column-gap:var(--auction-gap);display:grid}.store-v2 .v2-shelf-auction-group{--auction-visible-columns:var(--auction-columns);grid-column:1/-1;grid-template-rows:subgrid;grid-row:span 2;min-width:0;display:grid}.store-v2 .v2-shelf-with-merch .v2-shelf-auction-group{--auction-visible-columns:calc(var(--auction-columns) - 1);grid-column:2/-1}.store-v2 .v2-shelf-merch-group{grid-area:span 2/1;grid-template-rows:subgrid;min-width:0;display:grid;position:relative}.store-v2 .v2-shelf-merch-group:after{content:"";right:calc(var(--auction-gap)/-2);border-right:1px solid #555;position:absolute;top:0;bottom:14px}.store-v2 .v2-shelf-merch-cards{align-self:start;min-width:0}.store-v2 .v2-shelf-merch-group .eyebrow{color:#ddd}.store-v2 .v2-shelf-auction-group .eyebrow{color:var(--accent)}.store-v2 .v2-auction-cards{grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--auction-visible-columns) - 1)*var(--auction-gap))/var(--auction-visible-columns));gap:var(--auction-gap);overscroll-behavior-x:contain;scroll-behavior:auto;scrollbar-width:thin;scrollbar-color:#777 #171717;align-self:start;padding-bottom:14px;display:grid;overflow-x:auto}.store-v2 .v2-auction-cards:focus-visible{outline-offset:4px;outline:2px solid #fff}.store-v2 .v2-auction-cards .product-title{display:block}.store-v2 .v2-auction-cards .product-title strong{margin-top:8px;display:block}.store-v2 .v2-auction-cards *{transition:none!important;animation:none!important}@media (max-width:1190px){.store-v2 .v2-auction-shelf{--auction-gap:13px}}@media (max-width:800px){.store-v2 .v2-auction-shelf{--auction-columns:3;--auction-gap:15px}.store-v2 .v2-auction-shelf-heading{flex-direction:column;align-items:flex-start}.store-v2 .v2-auction-shelf-actions{justify-content:space-between;width:100%}}@media (max-width:540px){.store-v2 .v2-auction-shelf{--auction-columns:2;--auction-gap:13px}}@media (min-width:1600px){.store-v2 .v2-auction-shelf{--auction-columns:var(--v2-columns,4)}}@media (max-width:700px){.store-v2 .v2-auction-shelf-groups{display:block}.store-v2 .v2-shelf-with-merch .v2-shelf-auction-group{--auction-visible-columns:var(--auction-columns);margin-top:28px;display:block}.store-v2 .v2-shelf-merch-group{grid-template-columns:repeat(var(--auction-columns),minmax(0,1fr));gap:var(--auction-gap);border-top:1px solid var(--line);padding-top:24px;display:grid}.store-v2 .v2-shelf-merch-group>.v2-auction-shelf-heading{border:0;grid-column:1/-2;align-self:start;margin:0;padding:0}.store-v2 .v2-shelf-merch-group:after{display:none}.store-v2 .v2-shelf-merch-cards{grid-column:-2/-1}}@media (max-width:1000px){.v2-sidebar{display:none}.v2-inventory,.v2-detail .v2-main{margin-left:0}.v2-mobile-menu{display:flex!important}.v2-mobile-tools{z-index:30;background:#000;border:1px solid #888;display:none;position:fixed;bottom:18px;left:18px}.store-v2[data-rail=visible] .v2-mobile-tools{display:flex}.v2-mobile-tools button{min-height:48px;padding:14px 18px;font-size:13px}.v2-mobile-tools button+button{border-left:1px solid #777}}@media (max-width:767px){.v2-inventory{padding:32px 18px}.v2-section-heading h2{font-size:38px}.v2-quick-layout{grid-template-columns:1fr;gap:24px;padding:18px}.v2-quick-photo{height:43dvh;min-height:240px}.v2-quick{width:calc(100vw - 16px)}.v2-quick-info h2{font-size:29px}.v2-quick-info>p{font-size:14px}}.v2-section-heading p{font-family:Georgia,serif;font-weight:700}@media (prefers-reduced-motion:reduce){.store-v2 *,.v2-quick *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.store-v2 .v2-quick{border-color:#444;max-width:none;margin:auto;padding:0}.store-v2 .v2-quick .detail-copy{padding:10px 0 0}.store-v2 .v2-quick .photo-controls{border:1px solid #282828;border-top:0;gap:8px}.store-v2 .v2-quick .photo-controls>button{flex:0 0 44px;width:44px;min-height:44px}.store-v2 .v2-quick .photo-controls .gallery-thumbnails{overscroll-behavior-x:contain;flex:1;min-width:0;padding:8px 0;display:flex}.store-v2 .v2-quick .detail-copy .detail-price{font-weight:400}.store-v2 .v2-quick .quick-description{margin-top:16px}.store-v2 .v2-quick .quick-description h3{color:#fff;margin:0 0 4px;font-size:14px;font-weight:600;line-height:1.5}.store-v2 .v2-quick .quick-description .product-description{margin-top:0}.store-v2 .v2-quick .product-dialog-bar .view-full-item{background:var(--button);border:1px solid var(--button);color:#fff;white-space:nowrap;justify-content:center;align-items:center;gap:12px;min-height:48px;padding:12px 20px;font-size:16px;font-weight:700;line-height:1.25;display:inline-flex}.store-v2 .v2-quick .product-dialog-bar .view-full-item:hover{filter:brightness(1.2)}.store-v2 .v2-quick .detail-copy dl{margin:23px 0}.store-v2 .v2-quick .detail-copy dl>div{border-top:1px solid var(--line);justify-content:space-between;gap:18px;padding:12px 0;display:flex}.store-v2 .v2-quick .detail-copy dt{color:var(--muted)}.store-v2 .v2-quick .detail-copy dd{text-align:right}.store-v2 .item-information .item-price{font-weight:400}.store-v2 .item-information .item-description{white-space:pre-wrap}.store-v2 .item-information .item-field-label{color:#fff;margin:0 0 4px;font-size:14px;font-weight:600;line-height:1.5}.store-v2 .item-information .item-description-section .item-description{margin-top:0}.merch-size-picker{color:#fff;border:0;min-width:0;margin:18px 0 24px;padding:0}.merch-size-picker legend{margin-bottom:12px;font-size:16px;font-weight:700}.merch-size-picker>div{flex-wrap:wrap;gap:10px;display:flex}.merch-size-picker .merch-size-option{color:#111;cursor:pointer;background:#fff;border:2px solid #eee;min-width:48px;min-height:48px;padding:10px 12px;font-size:15px;font-weight:700;line-height:1.3;position:relative;overflow:hidden}.merch-size-picker .merch-size-option[aria-pressed=true]{color:#fff;background:#a51b3d;border-color:#ff668a}.merch-size-picker .merch-size-option:focus-visible{outline-offset:4px;outline:2px solid #fff}.merch-size-picker .merch-size-option:hover:not(:disabled){border-color:#ff668a}.store-v2 .merch-size-picker .merch-size-option:disabled,.merch-size-picker .merch-size-option:disabled{opacity:1;color:#777;cursor:not-allowed;background:#d6d6d6;border-color:#d6d6d6}.merch-size-strike{pointer-events:none;stroke:#000;stroke-width:1.5px;width:100%;height:100%;position:absolute;inset:0}.merch-size-picker>p{color:#ddd;margin-top:12px;font-size:14px;line-height:1.5}.store-v2 .item-information button.rounded-xl{border-radius:0}.store-v2 .item-information button.bg-red-600{background:var(--button)}.store-v2 .auction-teaser{margin-left:calc(var(--rail-width)*var(--rail-progress) + 34px)}.store-v2 .v2-discovery{margin:16px 34px 50px calc(var(--rail-width)*var(--rail-progress) + 34px);border-top:1px solid var(--line);overflow-anchor:none;grid-template-columns:minmax(180px,.85fr) 3fr;gap:30px;padding-top:30px;display:grid}.store-v2 .v2-discovery-items{grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:24px 18px;display:grid}.store-v2 .v2-discovery .teaser-intro{grid-column:auto;display:block}.store-v2 .v2-discovery-items>article:nth-child(n+4){display:none}@media (min-width:1600px){.store-v2 .v2-discovery-items>article:nth-child(-n+4){display:block}}@media (min-width:2200px){.store-v2 .v2-discovery-items>article:nth-child(-n+6){display:block}}@media (min-width:3000px){.store-v2 .v2-discovery-items>article:nth-child(-n+8){display:block}}@media (max-width:700px){.store-v2 .v2-discovery-items>article:nth-child(4){display:block}}@media (min-width:1600px){.store-v2 .v2-discovery-items{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:2200px){.store-v2 .v2-discovery-items{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:3000px){.store-v2 .v2-discovery-items{grid-template-columns:repeat(8,minmax(0,1fr))}}@media (max-width:1000px){.store-v2 .v2-discovery{grid-template-columns:1fr;gap:20px}.store-v2 .v2-discovery .teaser-intro h2{margin:12px 0}}@media (max-width:700px){.store-v2 .v2-discovery{margin:10px 18px 30px}.store-v2 .v2-discovery-items{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 13px}}.v2-no-auctions{border:1px solid var(--line);min-height:270px;color:var(--muted);grid-column:2/-1;justify-content:center;align-items:center;display:flex}@media (min-width:1001px){.store-v2.v2-detail .v2-brandbar{display:none}}@media (min-width:768px){.store-v2 .auction-detail .item-layout{grid-template-columns:minmax(0,1.25fr) minmax(340px,.85fr)}.store-v2 .auction-detail .item-information{grid-area:1/2}.store-v2 .auction-detail .item-photo-stack{grid-area:1/1}}@media (max-width:767px){.store-v2 .auction-detail .item-layout{grid-template-columns:minmax(0,1fr)}}@media (max-width:1200px){.v2-sidebar{padding:22px 17px}}@media (max-width:700px){.store-v2 .auction-teaser{margin-left:18px}.v2-no-auctions{grid-column:1/-1;min-height:180px}}@media (max-width:540px){.store-v2 .v2-quick .detail-copy{padding:0 3px}}@media (max-width:1000px){.v2-mobile-tools{opacity:var(--rail-progress);transform:translateY(calc(18px*(1 - var(--rail-progress))));transition:none;bottom:20px;left:20px}}@media (max-width:540px){.v2-mobile-tools{left:14px;bottom:max(14px,env(safe-area-inset-bottom))}}.store-v2 .after-find:nth-of-type(n+4){display:none}@media (max-width:540px){.store-v2 .after-find:nth-of-type(n+3){display:none}}@media (min-width:1600px){.store-v2 .product-grid{grid-template-columns:repeat(var(--v2-columns,4),minmax(0,1fr))}.store-v2 .after-arrivals{grid-template-columns:.85fr repeat(4,minmax(0,1fr))}.store-v2 .after-find:nth-of-type(-n+4){display:block}}@media (min-width:2200px){.store-v2 .after-arrivals{grid-template-columns:.85fr repeat(6,minmax(0,1fr))}.store-v2 .after-find:nth-of-type(-n+6){display:block}}@media (min-width:3000px){.store-v2 .after-arrivals{grid-template-columns:.85fr repeat(8,minmax(0,1fr))}.store-v2 .after-find:nth-of-type(-n+8){display:block}}@media (min-width:1921px){.store-v2 .after-hero{min-height:clamp(590px,31vw,1000px)}}@media (min-width:1800px){.store-v2{--v2-columns:5}}@media (min-width:2150px){.store-v2{--v2-columns:6}}@media (min-width:2450px){.store-v2{--v2-columns:7}}@media (min-width:2800px){.store-v2{--v2-columns:8}}@media (min-width:3150px){.store-v2{--v2-columns:9}}@media (min-width:3500px){.store-v2{--v2-columns:10}}@media (min-width:3800px){.store-v2{--v2-columns:11}}.store-v2 .v2-hero-actions{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.store-v2 .v2-hero-actions>.primary{color:#fff;background:#000;border:1px solid #eee;min-width:210px}.store-v2 .v2-hero-actions>.primary:hover{background:var(--button);border-color:var(--button)}.store-v2 .v2-slide-controls{align-items:center;gap:4px;font-size:12px;display:flex}.store-v2 .v2-slide-controls button{color:#fff;background:0 0;border:0;place-items:center;min-width:44px;min-height:44px;padding:0;font-size:22px;display:grid}.store-v2 .v2-slide-controls>span{text-align:center;min-width:34px}.store-v2 .v2-slide-controls .v2-slide-pause{opacity:0;pointer-events:none;font-size:16px}.store-v2 .v2-slide-controls:is(:hover,:focus-within) .v2-slide-pause{opacity:1;pointer-events:auto}.store-v2 .after-hero.v2-has-slides{flex-direction:column;display:flex}.store-v2 .v2-has-slides .after-bottom{margin:auto 28px 22px;position:relative;inset:auto}@media (max-width:1000px){.store-v2 .v2-has-slides .after-bottom{margin-left:20px;margin-right:20px}}@media (max-width:700px){.store-v2 .v2-has-slides .after-bottom{margin-left:18px;margin-right:18px}.store-v2 .v2-hero-actions{align-items:flex-start}.store-v2 .v2-hero-actions>.primary{min-height:44px}}@media (hover:none){.store-v2 .v2-slide-controls .v2-slide-pause{opacity:1;pointer-events:auto}}.store-v2[data-layout=v2] .after-image img:not(.v2-image-backdrop){filter:none}.store-v2[data-layout=v2] .after-image:after{background:linear-gradient(90deg,#000c 0%,#0000009e 18%,#00000040 37%,#0000 60%),radial-gradient(420px 140px at 0 100%,#000000d9,#0000),radial-gradient(300px 100px at 100% 100%,#0006,#0000)}@media (max-width:700px){.store-v2[data-layout=v2] .after-image:after{background:linear-gradient(#000000c7,#0000008c 23%,#0000 54%),radial-gradient(300px 170px at 0 100%,#000000e6 12%,#00000080 48%,#0000)}}
