.pj-listing{min-height:100vh;background:#fff;padding-top:7rem}@media(min-width:640px){.pj-listing{padding-top:8rem}}@media(min-width:1024px){.pj-listing{padding-top:9rem}}.pj-listing__header{max-width:1400px;margin:0 auto;padding:0 1.5rem;margin-bottom:3rem}@media(min-width:640px){.pj-listing__header{padding:0 2rem}}@media(min-width:1024px){.pj-listing__header{padding:0 3rem;margin-bottom:4rem}}.pj-listing__header-inner{text-align:center;max-width:42rem;margin:0 auto}.pj-listing__eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.3em;color:var(--color-gold);margin-bottom:1rem;font-weight:400}@media(min-width:1024px){.pj-listing__eyebrow{font-size:11px}}.pj-listing__title{font-family:var(--font-body);font-weight:500;font-size:clamp(1.5rem,3vw,2.25rem);letter-spacing:.02em;color:var(--color-fg);margin-bottom:1rem;text-transform:uppercase;line-height:1.15}@media(min-width:1024px){.pj-listing__title{font-size:2.25rem}}.pj-listing__desc{font-size:13px;color:var(--color-fg-muted);line-height:1.7;font-weight:300;max-width:36rem;margin:1rem auto 0}@media(min-width:768px){.pj-listing__desc{font-size:14px}}.pj-listing__divider{width:3rem;height:1px;background:var(--color-border);margin:0 auto}.pj-listing__body{max-width:1400px;margin:0 auto;padding:0 1.5rem 4rem}@media(min-width:640px){.pj-listing__body{padding:0 2rem 4rem}}@media(min-width:1024px){.pj-listing__body{padding:0 3rem 4rem}}.pj-listing__layout{display:flex;gap:3rem;align-items:flex-start}@media(min-width:1024px){.pj-listing__layout{gap:4rem}}.pj-listing__sidebar{display:none;width:16rem;flex-shrink:0}@media(min-width:1024px){.pj-listing__sidebar{display:block;align-self:flex-start}}.pj-listing__sidebar-inner{display:block}.pj-listing__sidebar-inner>*+*{margin-top:2rem}.pj-listing__grid-container{flex:1;min-width:0}.pj-listing__controls{display:none;align-items:center;justify-content:space-between;margin-bottom:2rem}@media(min-width:1024px){.pj-listing__controls{display:flex}}.pj-listing__count{font-size:14px;color:var(--color-fg)}.pj-listing__count strong{font-weight:500}.pj-listing__view-toggle{display:flex;align-items:center;gap:1rem}.pj-listing__view-btn{display:flex;align-items:center;gap:.5rem;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--color-fg-muted);transition:color .3s ease}.pj-listing__view-btn.is-active{color:var(--color-fg)}.pj-listing__view-btn svg{width:16px;height:16px}.pj-listing__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:start}@media(min-width:640px){.pj-listing__grid{gap:1.5rem}}@media(min-width:768px){.pj-listing__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}@media(min-width:1024px){.pj-listing__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}@media(min-width:1280px){.pj-listing__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.pj-listing__item{opacity:0;transform:translateY(1rem);animation:fadeSlideUp .6s var(--ease-smooth) forwards}.pj-listing__grid--feed{grid-template-columns:minmax(0,1fr)}@media(min-width:768px){.pj-listing__grid--feed{grid-template-columns:repeat(2,minmax(0,1fr))}}.pj-listing__skeleton{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(min-width:1024px){.pj-listing__skeleton{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}}.pj-listing__skeleton-item{display:flex;flex-direction:column;gap:.75rem}.pj-listing__skeleton-img{aspect-ratio:1/1;background:var(--color-secondary);animation:shimmer 1.5s infinite}.pj-listing__skeleton-text{height:1rem;background:var(--color-secondary);width:75%}.pj-listing__skeleton-text--short{width:50%}.pj-listing__empty{text-align:center;padding:4rem 0}.pj-listing__empty p{font-size:14px;color:var(--color-fg-muted);margin-bottom:1rem}.pj-listing__empty button{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--color-gold);transition:opacity .3s ease}.pj-listing__empty button:hover{text-decoration:underline}.pj-filter__separator{border:none;border-top:1px solid hsla(40,10%,90%,.5)}.pj-filter__header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:1rem;background:none;border:none;padding:0;cursor:pointer;font:inherit;color:inherit}.pj-filter__group.is-collapsed .pj-filter__header{margin-bottom:0}.pj-filter__title{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--color-fg)}.pj-filter__chevron{width:16px;height:16px;color:var(--color-fg-muted);transition:transform .3s ease}.pj-filter__group.is-collapsed .pj-filter__chevron{transform:rotate(-90deg)}.pj-filter__group.is-collapsed .pj-filter__options{display:none}.pj-filter__options{display:flex;flex-direction:column;gap:.5rem}.pj-filter__option{display:flex;align-items:center;gap:.75rem;width:100%;text-align:left;background:none;border:none;padding:.125rem 0;cursor:pointer;font:inherit;color:inherit}.pj-filter__check{width:16px;height:16px;border:2px solid hsla(0,0%,50%,.4);display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,background-color .2s ease;flex-shrink:0}.pj-filter__check svg{width:10px;height:10px;display:none}.pj-filter__option:hover .pj-filter__check{border-color:var(--color-fg-muted)}.pj-filter__check.is-active{border-color:var(--color-fg);background:var(--color-fg)}.pj-filter__check.is-active svg{display:block;color:#fff}.pj-filter__check--radio{border-radius:50%!important;background:none!important}.pj-filter__check--radio.is-active{border-color:var(--color-fg);background:none!important}.pj-filter__check--radio .pj-filter__check-dot{width:8px;height:8px;border-radius:50%!important;background:var(--color-fg);display:none}.pj-filter__check--radio.is-active .pj-filter__check-dot{display:block}.pj-filter__label{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--color-fg-muted);transition:color .2s ease}.pj-filter__option:hover .pj-filter__label,.pj-filter__label.is-active{color:var(--color-fg)}.pj-filter__count{font-size:11px;color:var(--color-gold);margin-left:auto}.pj-filter__clear{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--color-gold);margin-top:1rem;transition:opacity .3s ease}.pj-filter__clear:hover{opacity:.7}.pj-mobile-controls{display:block;margin-bottom:1.5rem}@media(min-width:1024px){.pj-mobile-controls{display:none}}.pj-mobile-controls__bar{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1rem 0;border-bottom:1px solid hsla(40,10%,90%,.5)}.pj-mobile-controls__btn{font-size:11px;text-transform:uppercase;letter-spacing:.2em;color:var(--color-fg);font-weight:500}.pj-mobile-controls__btn-count{margin-left:.5rem;color:var(--color-gold)}.pj-mobile-controls__separator{color:var(--color-border)}.pj-mobile-controls__views{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:1rem 0}.pj-category-pills{display:flex;flex-direction:column;gap:.5rem;padding:0 0 1.5rem}@media(min-width:1024px){.pj-category-pills{display:none}}.pj-category-pills__grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.pj-category-pills__btn{font-family:var(--font-body);font-size:11px;text-transform:uppercase;letter-spacing:.2em;font-weight:500;color:var(--color-fg);background:#fff;border:1px solid var(--color-border);padding:.95rem 1rem;cursor:pointer;transition:background .25s var(--ease-smooth),color .25s var(--ease-smooth),border-color .25s var(--ease-smooth);min-height:44px;text-align:center;line-height:1}.pj-category-pills__btn:hover{border-color:var(--color-gold);color:var(--color-gold)}.pj-category-pills__btn.is-active{background:var(--color-fg);border-color:var(--color-fg);color:#fff}.pj-category-pills__btn--all{letter-spacing:.25em;padding:1.1rem 1rem}@media(prefers-reduced-motion:reduce){.pj-category-pills__btn{transition:none}}.pj-mobile-filter{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:none}.pj-mobile-filter.is-open{display:block}.pj-mobile-filter__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.pj-mobile-filter__sheet{position:absolute;bottom:0;left:0;right:0;height:80vh;background:var(--color-bg);transform:translateY(100%);transition:transform .4s var(--ease-smooth)}.pj-mobile-filter.is-open .pj-mobile-filter__sheet{transform:translateY(0)}.pj-mobile-filter__header{padding:1.5rem;border-bottom:1px solid var(--color-border)}.pj-mobile-filter__title{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.15em}.pj-mobile-filter__close{position:absolute;top:1.5rem;right:1.5rem}.pj-mobile-filter__content{padding:1.5rem;overflow-y:auto;max-height:calc(80vh - 120px)}.pj-mobile-filter__content>*+*{margin-top:1.5rem}.pj-mobile-filter .pj-filter__option{gap:.75rem;padding:.25rem 0}.pj-mobile-filter .pj-filter__label{font-size:14px}.pj-mobile-filter__apply{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:var(--color-bg);border-top:1px solid hsla(40,10%,90%,.5)}.pj-mobile-filter__apply-btn{width:100%;background:var(--color-fg);color:var(--color-bg);padding:.75rem;font-size:11px;text-transform:uppercase;letter-spacing:.15em;font-weight:500;transition:opacity .3s ease}.pj-mobile-filter__apply-btn:hover{opacity:.9}.pj-sort{position:relative}.pj-sort__select{-webkit-appearance:none;appearance:none;background:transparent;border:1px solid var(--color-border);padding:.5rem 2rem .5rem .75rem;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--color-fg);cursor:pointer}.pj-sort__select:focus{outline:none;border-color:var(--color-gold)}.pj-collection{padding:6rem 0 8rem}@media(min-width:768px){.pj-collection{padding:8rem 0 10rem}}.pj-collection__header{max-width:1400px;margin:0 auto 4rem;padding:0 1.5rem}@media(min-width:768px){.pj-collection__header{padding:0 2rem;margin-bottom:5rem}}@media(min-width:1024px){.pj-collection__header{padding:0 3rem}}.pj-collection__header-inner{max-width:36rem;margin:0 auto;text-align:center}.pj-collection__eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.3em;color:var(--color-gold);margin-bottom:1rem}@media(min-width:1024px){.pj-collection__eyebrow{font-size:11px}}.pj-collection__title{font-family:var(--font-body);font-size:1.5rem;font-weight:300;letter-spacing:.02em;color:var(--color-fg);margin-bottom:1rem}@media(min-width:640px){.pj-collection__title{font-size:1.875rem}}@media(min-width:1024px){.pj-collection__title{font-size:2.25rem}}.pj-collection__divider{width:3rem;height:1px;background:var(--color-border);margin:0 auto 1.5rem}.pj-collection__description{font-size:14px;line-height:1.7;color:var(--color-fg-muted);font-weight:300;margin-top:1rem}@media(min-width:1024px){.pj-collection__description{font-size:16px}}.pj-collection__body{max-width:1400px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.pj-collection__body{padding:0 2rem}}@media(min-width:1024px){.pj-collection__body{padding:0 3rem}}.pj-collection__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}@media(min-width:640px){.pj-collection__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}@media(min-width:1024px){.pj-collection__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2.5rem}}.pj-collection__empty{text-align:center;padding:4rem 0;color:var(--color-fg-muted);font-size:14px;font-weight:300}.pj-collection__pagination{display:flex;justify-content:center;gap:.5rem;margin-top:4rem}.pj-collection__page-link{min-width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;padding:0 .5rem;font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:var(--color-fg-muted);text-decoration:none;border:1px solid hsla(40,10%,90%,.6);border-radius:.375rem;transition:all .3s ease}.pj-collection__page-link:hover{border-color:#c8a96f66;color:var(--color-gold)}.pj-collection__page-link.is-active{background:var(--color-fg);color:#fff;border-color:var(--color-fg)}.pj-collection__page-link--dots{border:0;cursor:default}.pj-gold-ticker{display:none;align-items:center;gap:.5rem;font-size:10px;background:#c8a96f1a;padding:.5rem .75rem}@media(min-width:1024px){.pj-gold-ticker{display:flex}}.pj-gold-ticker__label{color:var(--color-gold);font-weight:500;white-space:nowrap;font-size:10px}.pj-gold-ticker__prices{position:relative;height:1.5rem;overflow:hidden;min-width:130px;display:flex;align-items:center}.pj-gold-ticker__loading{font-size:10px;color:var(--color-fg-muted)}.pj-gold-ticker__item{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;gap:.375rem;transition:all .5s var(--ease-out);opacity:0;transform:translateY(100%)}.pj-gold-ticker__item.is-active{opacity:1;transform:translateY(0)}.pj-gold-ticker__item.is-prev{opacity:0;transform:translateY(-100%)}.pj-gold-ticker__karat{font-weight:700;white-space:nowrap;font-size:11px;color:var(--color-gold)}.pj-gold-ticker__separator{color:var(--color-fg-muted);font-size:10px}.pj-gold-ticker__price{font-weight:600;white-space:nowrap;font-size:11px;color:var(--color-gold)}.pj-gold-ticker__unit{font-size:9px;white-space:nowrap;color:var(--color-fg-muted)}
/*# sourceMappingURL=/cdn/shop/t/23/assets/pj-listings.css.map */
