.pm-marketplace{background:#f6f7f9;padding:38px 0 72px;color:#071c1f}.pm-marketplace *,.pm-marketplace *:before,.pm-marketplace *:after{box-sizing:border-box}.pm-marketplace__heading{margin-bottom:24px}.pm-marketplace__heading h2{margin:0 0 6px;font-size:clamp(28px,3vw,42px)}.pm-marketplace__heading p{margin:0;color:#657174}.pm-marketplace__heading p strong{color:#344447;font-weight:700}.pm-marketplace__toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.pm-marketplace__count{color:#657174;font-size:14px}.pm-marketplace__sort-wrap{display:flex;align-items:center;gap:10px;margin-left:auto}.pm-marketplace__sort-wrap label{margin:0;font-weight:600;white-space:nowrap}.pm-marketplace__sort{min-width:220px;height:44px;padding:0 38px 0 14px;border:1px solid #dce1e3;border-radius:10px;background:#fff;color:#071c1f}.pm-marketplace__mobile-filter{display:none;height:44px;padding:0 16px;border:1px solid #dce1e3;border-radius:10px;background:#fff;font-weight:700}.pm-marketplace__layout{display:grid;grid-template-columns:minmax(220px,270px) minmax(0,1fr);gap:28px;align-items:start}.pm-marketplace__sidebar{position:sticky;top:24px;padding:22px;border:1px solid #e3e7e9;border-radius:14px;background:#fff}.pm-marketplace__sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.pm-marketplace__sidebar-header h3{margin:0;font-size:20px}.pm-marketplace__sidebar-tools{display:flex;align-items:center;gap:10px}.pm-marketplace__filter-close{display:none;border:0;background:transparent;font-size:28px;line-height:1}.pm-marketplace__categories{margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid #edf0f1}.pm-marketplace__categories-title,.pm-marketplace__filter-title{display:block;margin-bottom:10px;font-weight:700}.pm-marketplace__categories ul,.pm-marketplace__filter-values{margin:0;padding:0;list-style:none}.pm-marketplace__categories li+li{margin-top:7px}.pm-marketplace__categories a{color:#344447}.pm-marketplace__filter{padding:14px 0;border-bottom:1px solid #edf0f1}.pm-marketplace__filter summary{display:flex;justify-content:space-between;cursor:pointer;font-weight:700;list-style:none}.pm-marketplace__filter summary:after{content:"+"}.pm-marketplace__filter[open] summary:after{content:"\2212"}.pm-marketplace__filter-values{max-height:220px;margin-top:12px;overflow:auto}.pm-marketplace__filter-values li+li{margin-top:8px}.pm-marketplace__filter-values label{display:flex;align-items:center;gap:8px;margin:0;cursor:pointer;font-weight:400}.pm-marketplace__filter-values small{margin-left:auto;color:#879194}.pm-marketplace__price-inputs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.pm-marketplace__price-inputs input{width:100%;height:40px;padding:0 9px;border:1px solid #dce1e3;border-radius:8px}.pm-marketplace__clear{padding:2px 0;border:0;border-bottom:1px solid currentColor;background:transparent;color:#657174;font-size:12px;line-height:1.2}.pm-marketplace__clear:hover{color:#e53e29}.pm-marketplace__facets-loading,.pm-marketplace__facet-error{margin:0;color:#657174;font-size:13px}.pm-marketplace__facet-error{margin-bottom:12px;color:#b42318}.pm-marketplace.is-loading-products .pm-marketplace__grid{opacity:.48;pointer-events:none}.pm-marketplace.is-loading-products .pm-marketplace__results{position:relative}.pm-marketplace.is-initializing .pm-marketplace__results{min-height:420px}.pm-marketplace.is-initializing .pm-marketplace__grid,.pm-marketplace.is-initializing .pm-marketplace__load-wrap{visibility:hidden}.pm-marketplace.is-initializing .pm-marketplace__results:before{position:absolute;z-index:2;top:80px;left:50%;width:34px;height:34px;margin-left:-17px;border:3px solid #dce1e3;border-top-color:#e53e29;border-radius:50%;content:"";animation:pm-catalog-spin .75s linear infinite}@keyframes pm-catalog-spin{to{transform:rotate(360deg)}}.pm-marketplace__grid{transition:opacity .2s ease}.pm-marketplace__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.pm-product-card{min-width:0;overflow:hidden;border:1px solid #e3e7e9;border-radius:14px;background:#fff;transition:transform .2s ease,box-shadow .2s ease}.pm-product-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #071c1f17}.pm-product-card__link{display:flex;height:100%;flex-direction:column;color:inherit;text-decoration:none}.pm-product-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:#f0f2f3}.pm-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.pm-product-card:hover .pm-product-card__image{transform:scale(1.025)}.pm-product-card__body{display:flex;flex:1;flex-direction:column;padding:14px}.pm-product-card__title{display:-webkit-box;min-height:44px;margin:0 0 8px;overflow:hidden;color:#071c1f;font-size:16px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pm-product-card__printing{margin-bottom:14px;color:#247a45;font-size:13px}.pm-product-card__printing--muted{color:#8a9496}.pm-product-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:auto}.pm-product-card__swatches{display:flex;min-width:0;align-items:center;gap:4px;padding-bottom:3px}.pm-product-card__swatch{width:16px;height:16px;flex:0 0 16px;border:2px solid #fff;border-radius:50%;background:var(--pm-swatch, #d7dcde);box-shadow:0 0 0 1px #bdc5c7}.pm-swatch--white{background:#fff}.pm-swatch--black{background:#111}.pm-swatch--navy{background:#162a4c}.pm-swatch--grey,.pm-swatch--gray{background:#92999c}.pm-swatch--beige{background:#d8c7aa}.pm-swatch--natural{background:#eadfc8}.pm-swatch--multicolor,.pm-swatch--multicolour{background:conic-gradient(#e53e29,#f1ca35,#40a665,#367cce,#e53e29)}.pm-product-card__more-colours{color:#657174;font-size:11px}.pm-product-card__price{flex:0 0 auto;text-align:right}.pm-product-card__price span{display:block;color:#657174;font-size:11px}.pm-product-card__price strong{color:#071c1f;font-size:17px;white-space:nowrap}.pm-marketplace__load-wrap{display:flex;justify-content:center;padding-top:32px}.pm-marketplace__load{min-width:210px;min-height:48px;border:1px solid #071c1f;border-radius:10px;background:#071c1f;color:#fff;font-weight:700}.pm-marketplace__load[disabled]{cursor:wait;opacity:.65}.pm-marketplace__overlay{display:none}@media(max-width:1399px){.pm-marketplace__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:991px){.pm-marketplace{padding:28px 0 52px}.pm-marketplace__layout{display:block}.pm-marketplace__mobile-filter{display:inline-flex;align-items:center;gap:7px}.pm-marketplace__sidebar{position:fixed;z-index:10001;top:0;bottom:0;left:0;width:min(88vw,360px);overflow:auto;border:0;border-radius:0 14px 14px 0;transform:translate(-105%);transition:transform .25s ease}.pm-marketplace.is-filter-open .pm-marketplace__sidebar{transform:translate(0)}.pm-marketplace__filter-close{display:block}.pm-marketplace__overlay{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;background:#071c1f7a}.pm-marketplace.is-filter-open .pm-marketplace__overlay{display:block}body.pm-filter-lock{overflow:hidden}}@media(max-width:575px){.pm-marketplace__heading{margin-bottom:18px}.pm-marketplace__toolbar{align-items:stretch;flex-wrap:wrap}.pm-marketplace__sort-wrap{flex:1;margin:0}.pm-marketplace__sort-wrap label{display:none}.pm-marketplace__sort{width:100%;min-width:0}.pm-marketplace__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pm-product-card__body{padding:10px}.pm-product-card__title{min-height:38px;font-size:14px}.pm-product-card__printing{min-height:34px;margin-bottom:8px;font-size:11px}.pm-product-card__footer{display:block}.pm-product-card__swatches{min-height:20px;margin-bottom:6px}.pm-product-card__price{text-align:left}.pm-product-card__price strong{font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/marketplace-catalog.css.map */
