.pgc,.pgc *,.pgc *:before,.pgc *:after{box-sizing:border-box}.pgc{--pgc-ink: #1b1b1b;--pgc-paper: #f9f9f9;--pgc-line: #e2e2e2;--pgc-red: #bc0100;--pgc-ease: var(--pg-ease-out);background:var(--pgc-paper);color:var(--pgc-ink);font-family:Space Grotesk,Arial,sans-serif;min-width:0;overflow:clip}.pgc a{color:inherit;text-decoration:none}.pgc button,.pgc input{color:inherit;font:inherit}.pgc img{display:block;max-width:100%}.pgc-nav{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#f9f9f980;box-shadow:0 4px 10px #0000000d;display:flex;height:72px;justify-content:space-between;left:0;padding:24px 40px;position:fixed;top:0;width:100%;z-index:50}.pgc-brand{height:24px;position:relative;width:132px}.pgc-brand__lockup{display:block;height:24px;top:0;right:0;bottom:0;left:0;max-width:none;object-fit:contain;position:absolute;width:132px}.pgc-nav__links{align-items:flex-start;display:flex;gap:48px}.pgc-nav__link{color:var(--pgc-ink);font-size:12px;font-weight:400;letter-spacing:1.2px;line-height:16px;opacity:.7;padding-bottom:4px;position:relative;text-transform:uppercase;transition:opacity .18s var(--pgc-ease)}.pgc-nav__link:after{background:currentColor;bottom:0;content:"";height:2px;left:-1px;position:absolute;transform:scaleX(0);transform-origin:left center;transition:transform .28s var(--pgc-ease);width:100%}.pgc-nav__link:focus-visible{opacity:1}.pgc-nav__link:focus-visible:after{transform:scaleX(1)}.pgc-nav__link.is-active{color:var(--pgc-red);font-weight:700;opacity:1}.pgc-nav__link.is-active:after{transform:scaleX(1)}.pgc-nav__actions{align-items:center;display:flex;gap:4px;margin-inline:-10px}.pgc-nav__actions a,.pgc-nav__menu{align-items:center;display:flex;height:44px;justify-content:center;width:44px}.pgc-nav__actions a{transition:opacity .18s var(--pgc-ease),transform var(--pg-duration-press) var(--pgc-ease)}.pgc-nav__icon{display:block;filter:brightness(0);max-width:none;object-fit:contain}.pgc-nav__icon--cart{height:21.25px;width:20.31px}.pgc-nav__icon--account{height:20px;width:14.08px}.pgc-nav__menu{-webkit-appearance:none;appearance:none;background:transparent;border:0;cursor:pointer;display:none;padding:0;position:relative;transition:transform var(--pg-duration-press) var(--pgc-ease)}.pgc-nav__menu span{background:currentColor;height:1px;left:12px;position:absolute;top:21px;transition:transform .22s var(--pgc-ease);width:20px}.pgc-nav__menu span:first-child{transform:translateY(-3px)}.pgc-nav__menu span:last-child{transform:translateY(4px)}.pgc.is-menu-open .pgc-nav__menu span:first-child{transform:rotate(45deg)}.pgc.is-menu-open .pgc-nav__menu span:last-child{transform:rotate(-45deg)}.pgc-main{padding-top:100px}.pgc-intro{align-items:flex-end;display:flex;justify-content:space-between;margin:0 48px}.pgc-intro__heading{display:flex;flex-direction:column;gap:18px}.pgc-kicker{color:var(--pgc-red);font-size:12px;font-weight:300;letter-spacing:3.6px;line-height:16px;margin:0;text-transform:uppercase}.pgc-intro h1{font-family:Newsreader,Georgia,serif;font-size:clamp(76px,6.6667vw,128px);font-style:italic;font-weight:400;letter-spacing:-.02em;line-height:1;margin:0;white-space:nowrap}.pgc-intro h1 em{color:var(--pgc-red);font-weight:inherit}.pgc-intro__copy{font-size:14px;font-weight:300;line-height:22.75px;margin:0 25px 18px 40px;max-width:295px;min-height:91px;opacity:.6;text-align:right}.pgc-filter-toggle{display:none;transition:border-color var(--pg-duration-ui) ease,color var(--pg-duration-ui) ease,transform var(--pg-duration-press) var(--pgc-ease)}.pgc-catalog{display:grid;gap:48px;grid-template-columns:256px minmax(0,1fr);margin-top:64px;padding:0 48px}.pgc-filter-rail{align-self:start;min-width:0}.pgc-filters{display:flex;flex-direction:column;gap:48px}@media(min-width:761px){.pgc-filter-rail{align-self:stretch;position:relative}.pgc-filters{align-self:start;position:sticky;top:96px}}.pgc-filter-group{display:flex;flex-direction:column;gap:24px}.pgc-filter-group h2{font-family:inherit;border-bottom:1px solid var(--pgc-line);color:#000;font-size:10px;font-weight:500;letter-spacing:1px;line-height:15px;margin:0;padding-bottom:9px;text-transform:uppercase}.pgc-filter-list{display:flex;flex-direction:column;gap:16px}.pgc-filter{align-items:center;-webkit-appearance:none;appearance:none;background:transparent;border:0;cursor:pointer;display:flex;font-size:14px;font-weight:300;justify-content:space-between;line-height:20px;opacity:.6;padding:0;text-align:left;transition:color .16s ease,opacity .16s ease,transform var(--pg-duration-press) var(--pgc-ease);width:100%}.pgc-filter:hover,.pgc-filter:focus-visible,.pgc-filter.is-active{color:var(--pgc-red);opacity:1}.pgc-filter:focus-visible{outline:1px solid var(--pgc-red);outline-offset:3px}.pgc-filter__count{background:var(--pgc-line);color:red;font-size:9px;line-height:16px;opacity:.7;padding:2px 6px}.pgc-products{display:flex;flex-wrap:wrap;gap:50px 40px;min-width:0}.pgc-product{background:var(--pgc-paper);border:1px solid var(--pgc-line);display:flex;flex:0 1 calc((100% - 80px) / 3);flex-direction:column;height:600px;min-width:0;padding:39px 40px;position:relative;transition:border-color .26s ease,background-color .26s ease,transform var(--pg-duration-press) var(--pgc-ease)}.pgc-product--featured{flex-basis:100%}.pgc-product:hover{background:#fff;border-color:#bc01006b}.pgc-product__hit{top:0;right:0;bottom:0;left:0;position:absolute;z-index:3}.pgc-product__hit:focus-visible{outline:2px solid var(--pgc-red);outline-offset:-3px}.pgc-product__meta{align-items:flex-start;display:flex;justify-content:space-between;position:relative;z-index:1}.pgc-product__badge{border:1px solid var(--pgc-red);color:var(--pgc-red);font-size:10px;font-weight:300;letter-spacing:1px;line-height:15px;padding:5px 9px;text-transform:uppercase}.pgc-product__ref{font-size:12px;font-weight:300;line-height:16px;opacity:.4;text-align:right}.pgc-product__body{display:flex;flex:1;flex-direction:column;justify-content:space-between;min-height:0}.pgc-product__media{align-items:center;display:flex;flex:1;justify-content:center;min-height:0;order:0;overflow:hidden}.pgc-product__media img{height:100%;object-fit:contain;transition:scale .28s var(--pgc-ease);width:100%}.pgc-product__media img.pgc-product__image--drive{mix-blend-mode:normal}.pgc-nav__actions a:active,.pgc-nav__menu:active,.pgc-filter-toggle:active,.pgc-filter:active,.pgc-product:has(.pgc-product__hit:active){transform:scale(.97)}@media(hover:hover)and (pointer:fine){.pgc-nav__link:hover{opacity:1}.pgc-nav__link:hover:after{transform:scaleX(1)}.pgc-nav__actions a:hover{transform:translateY(-1px)}.pgc-product:hover .pgc-product__media img{scale:1.015}}.pgc-product__details{display:flex;flex-direction:column;gap:20px;min-width:0;order:1}.pgc-product__title-row{align-items:flex-end;border-bottom:1px solid var(--pgc-line);display:flex;gap:16px;justify-content:space-between;padding-bottom:25px}.pgc-product__title-row h2{font-family:Newsreader,Georgia,serif;font-size:36px;font-style:italic;font-weight:400;letter-spacing:-.02em;line-height:40px;margin:0}.pgc-product__title-row p{font-size:12px;font-weight:300;letter-spacing:.6px;line-height:16px;margin:4px 0 0;opacity:.4}.pgc-product__price{align-items:flex-end;display:flex;flex-direction:column;flex:0 0 auto;gap:3px}.pgc-product__price>span,.pgc-product__price s{font-size:18px;font-weight:300;letter-spacing:-.9px;line-height:28px;white-space:nowrap}.pgc-product__price small{color:red;font-size:9px;font-weight:300;letter-spacing:.9px;line-height:13.5px;text-transform:uppercase}.pgc-product__specs{display:grid;font-size:9px;font-weight:300;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr));letter-spacing:.9px;line-height:13.5px;min-height:28px;opacity:.4;text-transform:uppercase}.pgc-product--featured .pgc-product__body{align-items:center;flex-direction:row;gap:60px}.pgc-product--featured .pgc-product__details{flex:0 0 404px;order:0}.pgc-product--featured .pgc-product__media{align-self:stretch;order:1}.pgc-product--featured .pgc-product__media img{max-height:500px}.pgc-newsletter{align-items:center;background:#f3f3f3;border:1px solid var(--pgc-line);display:flex;flex:0 1 calc((100% - 80px) / 3);flex-direction:column;height:600px;justify-content:center;min-width:0;padding:40px;text-align:center}.pgc-newsletter__symbol{height:27px;margin-bottom:44px;width:30px}.pgc-newsletter h2{font-family:Newsreader,Georgia,serif;font-size:30px;font-style:italic;font-weight:400;line-height:36px;margin:0 0 36px}.pgc-newsletter>p{font-size:14px;font-weight:300;line-height:20px;margin:0 0 32px;max-width:200px;opacity:.6}.pgc-newsletter__form{border-radius:0!important;box-shadow:none!important;display:flex;flex-wrap:wrap;max-width:320px;position:relative;width:100%}.pgc-newsletter__form .visually-hidden{border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.pgc-newsletter__form input{-webkit-appearance:none;appearance:none;background:transparent;border:1px solid var(--pgc-ink);border-radius:0!important;border-right:0;box-shadow:none!important;flex:1;font-size:10px;font-weight:300;letter-spacing:1px;min-width:0;outline:0;padding:16px}.pgc-newsletter__form input:focus,.pgc-newsletter__form input:focus-visible{border-radius:0!important;box-shadow:none!important;outline:0!important}.pgc-newsletter__form button{-webkit-appearance:none;align-items:center;appearance:none;background:transparent;border:1px solid var(--pgc-ink);border-left:0;border-radius:0!important;box-shadow:none!important;cursor:pointer;display:flex;justify-content:center;outline-offset:-3px;padding:0 16px}.pgc-newsletter__form button img{height:15px;width:15px}.pgc-newsletter__alert{background:var(--pgc-ink);border-left:3px solid var(--pgc-red);border-radius:0;box-shadow:0 8px 20px #1b1b1b1f;color:var(--pgc-paper);font-size:9px;font-weight:400;left:0;letter-spacing:.8px;line-height:14px;padding:10px 12px;position:absolute;right:0;text-align:left;text-transform:uppercase;top:calc(100% + 8px);z-index:2}.pgc-newsletter__alert[hidden]{display:none}.pgc-newsletter__form input[aria-invalid=true]{border-color:var(--pgc-red)}.pgc-newsletter__form input[aria-invalid=true]+button{border-color:var(--pgc-red)}.pgc-newsletter__status{color:var(--pgc-red);flex-basis:100%;font-size:10px;margin-top:10px;text-align:left;text-transform:uppercase}.pgc-empty{flex:1 0 100%;font-family:Newsreader,Georgia,serif;font-size:32px;font-style:italic;margin:72px 0;text-align:center}.pgc-footer{background:var(--pgc-ink);color:#fff;margin-top:100px;overflow:hidden;padding:96px 48px 48px;position:relative}.pgc-footer__ghost{bottom:10px;height:136px;left:10px;opacity:.03;position:absolute;width:746px}.pgc-footer__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:192px;position:relative;z-index:1}.pgc-footer__left{align-self:end;display:flex;flex-direction:column;gap:48px}.pgc-footer__motto{font-family:Newsreader,Georgia,serif;font-size:48px;font-weight:300;line-height:48px;margin:0}.pgc-footer__motto em{color:var(--pgc-red);font-weight:300}.pgc-footer__links{display:flex;gap:40px}.pgc-footer__links span{display:flex;flex-direction:column;gap:16px}.pgc-footer__links a{color:#e2e2e2;font-size:12px;font-weight:400;letter-spacing:1.2px;line-height:16px;opacity:.6;text-transform:uppercase;transition:opacity .16s ease}.pgc-footer__links a:hover,.pgc-footer__links a:focus-visible{opacity:1}.pgc-footer__right{align-items:flex-end;align-self:end;display:flex;flex-direction:column;gap:40px}.pgc-footer__socials{display:flex;gap:24px}.pgc-footer__socials a{display:block;height:20px;opacity:.72;transition:opacity .16s ease;width:20px}.pgc-footer__socials a:hover,.pgc-footer__socials a:focus-visible{opacity:1}.pgc-footer__socials img{height:20px;width:20px}.pgc-footer__right small{color:#e2e2e2;font-size:10px;font-weight:400;letter-spacing:2px;line-height:15px;opacity:.4;text-transform:uppercase}@media(max-width:1500px){.pgc-intro h1{font-size:clamp(72px,6.4vw,96px)}.pgc-catalog{gap:36px;grid-template-columns:220px minmax(0,1fr)}.pgc-product,.pgc-newsletter{flex-basis:calc((100% - 40px)/2)}.pgc-product--featured{flex-basis:100%}}@media(max-width:1100px){.pgc-nav{padding-inline:28px}.pgc-nav__links{gap:28px}.pgc-intro{align-items:flex-start;flex-direction:column;gap:28px;margin-inline:28px}.pgc-intro h1{font-size:clamp(68px,9.2vw,92px);white-space:normal}.pgc-intro__copy{margin:0;min-height:0;text-align:left}.pgc-catalog{gap:28px;grid-template-columns:190px minmax(0,1fr);padding-inline:28px}.pgc-product--featured .pgc-product__body{gap:28px}.pgc-product--featured .pgc-product__details{flex-basis:350px}.pgc-product,.pgc-newsletter{padding:30px}}@media(max-width:760px){.pgc-nav{height:68px;padding:22px 20px}.pgc-brand{transform:scale(.9);transform-origin:left center}.pgc-nav__menu{display:flex}.pgc-nav__actions>a{display:none}.pgc-nav__links{align-items:stretch;background:#f9f9f9fa;box-shadow:0 12px 20px #0000000f;display:flex;flex-direction:column;gap:0;left:0;opacity:0;padding:20px;pointer-events:none;position:absolute;right:0;top:68px;transform:translateY(-8px);transition:opacity var(--pg-duration-ui) ease,transform var(--pg-duration-ui) var(--pgc-ease)}.pgc.is-menu-open .pgc-nav__links{opacity:1;pointer-events:auto;transform:translateY(0)}.pgc-nav__link{font-size:14px;opacity:1;padding:14px 0}.pgc-nav__link:after{bottom:10px;width:64px}.pgc-main{padding-top:98px}.pgc-intro{margin-inline:20px}.pgc-intro__heading{gap:14px}.pgc-intro h1{font-size:clamp(54px,15.5vw,88px);line-height:.94}.pgc-filter-toggle{align-items:center;-webkit-appearance:none;appearance:none;background:transparent;border:1px solid var(--pgc-line);cursor:pointer;display:flex;font-size:11px;justify-content:space-between;letter-spacing:1px;margin:42px 20px 24px;padding:16px;text-transform:uppercase;width:calc(100% - 40px)}.pgc-filter-toggle span:last-child{color:var(--pgc-red)}.pgc-catalog{display:block;margin-top:0;padding-inline:20px}.pgc-filter-rail{height:auto!important}.pgc-filters{background:var(--pgc-paper);display:none;gap:32px;padding-bottom:28px}.pgc.is-filters-open .pgc-filters{display:grid;grid-template-columns:repeat(3,1fr)}.pgc-products{gap:20px}.pgc-product,.pgc-product--featured,.pgc-newsletter{flex-basis:calc((100% - 20px)/2);height:540px}.pgc-product{padding:24px}.pgc-product--featured .pgc-product__body{align-items:stretch;flex-direction:column;gap:0}.pgc-product--featured .pgc-product__details{flex-basis:auto;order:1}.pgc-product--featured .pgc-product__media{order:0}.pgc-product__title-row h2{font-size:30px;line-height:34px}.pgc-product__price>span,.pgc-product__price s{font-size:15px}.pgc-footer{padding:72px 24px 36px}}@media(max-width:600px){.pgc-kicker{font-size:10px}.pgc-intro__copy{font-size:13px}.pgc.is-filters-open .pgc-filters{grid-template-columns:1fr}.pgc-filter-group{gap:16px}.pgc-filter-list{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.pgc-filter{min-height:44px}.pgc-product,.pgc-product--featured,.pgc-newsletter{flex-basis:100%;height:560px}.pgc-product__ref{font-size:10px}.pgc-product__title-row{align-items:flex-start}.pgc-product__title-row p{white-space:normal}.pgc-product__price{padding-top:4px}.pgc-newsletter{height:520px}.pgc-footer{margin-top:72px}.pgc-footer__grid{gap:64px;grid-template-columns:1fr}.pgc-footer__right{align-items:flex-start}.pgc-footer__motto{font-size:44px;line-height:44px}.pgc-footer__links{flex-direction:column}.pgc-footer__ghost{width:560px}}@media(prefers-reduced-motion:no-preference){.pgc.pgc-motion .pgc-product,.pgc.pgc-motion .pgc-newsletter{opacity:0;transform:translateY(18px)}.pgc.pgc-motion .pgc-product.is-visible,.pgc.pgc-motion .pgc-newsletter.is-visible{opacity:1;transform:translateY(0);transition:opacity .56s ease,transform .56s var(--pgc-ease),border-color .26s ease,background-color .26s ease}}@media(prefers-reduced-motion:reduce){.pgc *,.pgc *:before,.pgc *:after{animation-duration:.2s!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.2s!important}.pgc-nav__actions a:hover,.pgc-nav__actions a:active,.pgc-nav__menu:active,.pgc-filter-toggle:active,.pgc-filter:active,.pgc-product:has(.pgc-product__hit:active){transform:none!important}.pgc-product:hover .pgc-product__media img{scale:1!important}.pgc-nav__links{transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/pegasi-collection.css.map */
