.cart-count-bubble[data-cart-empty]{display:none!important}.postr-catalogue-controls{display:flex;flex-direction:column;gap:12px;margin:0 0 26px}.postr-search{position:relative;display:flex;align-items:center;max-width:420px;width:100%}.postr-search__icon{position:absolute;left:13px;display:flex;color:var(--postr-muted);pointer-events:none}.postr-search input{width:100%;font-family:var(--postr-sans);font-size:14px;color:var(--postr-ink);background:var(--postr-card);border:1px solid var(--postr-border);border-radius:100px;padding:11px 38px 11px 40px;transition:border-color .16s ease,box-shadow .16s ease;-webkit-appearance:none;appearance:none}.postr-search input::placeholder{color:var(--postr-muted);opacity:.72}.postr-search input:focus{outline:none;border-color:var(--postr-accent);box-shadow:0 0 0 3px #c85f4924}.postr-search input::-webkit-search-decoration,.postr-search input::-webkit-search-cancel-button{-webkit-appearance:none}.postr-search__clear{position:absolute;right:8px;width:26px;height:26px;border:0;border-radius:50%;background:var(--postr-soft);color:var(--postr-ink);font-size:17px;line-height:1;cursor:pointer}.postr-search__clear:hover{background:var(--postr-accent);color:#fff}.postr-chips{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:2px 0 4px;margin:0 -2px}.postr-chips::-webkit-scrollbar{display:none}.postr-chip{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;font-family:var(--postr-sans);font-size:13px;font-weight:600;color:var(--postr-ink);background:var(--postr-card);border:1px solid var(--postr-border);border-radius:100px;padding:8px 15px;cursor:pointer;white-space:nowrap;transition:background .16s ease,color .16s ease,border-color .16s ease}.postr-chip small{font-size:11px;font-weight:600;opacity:.6;font-variant-numeric:tabular-nums}.postr-chip:hover{border-color:var(--postr-accent)}.postr-chip.is-on{background:var(--postr-ink);border-color:var(--postr-ink);color:#fff}.postr-chip.is-on small{opacity:.75}.postr-chip:focus-visible,.postr-search__clear:focus-visible{outline:2px solid var(--postr-accent);outline-offset:2px}.postr-result-line{margin:0;font-size:13px;color:var(--postr-muted)}.postr-tab-panel--continued>.page-width{padding-top:0}.postr-tab-panel--continued .postr-product-grid{margin-top:0}.postr-card__desc{margin:2px 0 10px;font-size:12.5px;line-height:1.5;color:var(--postr-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}html.postr-detail-open{overflow:hidden}.postr-detail{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;background:#0c20269e;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);animation:postr-detail-fade .18s ease}.postr-detail[hidden]{display:none}@keyframes postr-detail-fade{0%{opacity:0}to{opacity:1}}.postr-detail__dialog{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:0;width:min(880px,100%);max-height:min(88vh,720px);background:var(--postr-card);border-radius:var(--postr-radius-md);overflow:hidden;box-shadow:var(--postr-shadow-md)}.postr-detail__close{position:absolute;top:10px;right:10px;z-index:2;width:36px;height:36px;border:0;border-radius:50%;background:#ffffffeb;color:var(--postr-ink);font-size:24px;line-height:1;cursor:pointer;box-shadow:var(--postr-shadow-sm)}.postr-detail__close:hover{background:var(--postr-accent);color:#fff}.postr-detail__media{display:flex;align-items:center;justify-content:center;background:var(--postr-soft);padding:26px;min-height:0}.postr-detail__media img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:var(--postr-radius-sm);box-shadow:var(--postr-shadow-sm)}.postr-detail__body{padding:30px 30px 26px;overflow-y:auto;min-height:0}.postr-detail__eyebrow{margin:0 0 8px;font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--postr-accent)}.postr-detail__eyebrow:empty{display:none}.postr-detail__body h3{font-family:var(--postr-serif);font-size:27px;line-height:1.15;margin:0 0 12px;color:var(--postr-ink);text-wrap:balance}.postr-detail__desc{margin:0 0 14px;font-size:14.5px;line-height:1.6;color:var(--postr-muted)}.postr-detail__why{margin:0 0 20px;padding:11px 14px;border-left:2px solid var(--postr-accent);background:#c85f4912;border-radius:0 var(--postr-radius-sm) var(--postr-radius-sm) 0;font-family:var(--postr-serif);font-size:15px;font-style:italic;line-height:1.5;color:var(--postr-ink)}.postr-detail__sizes{display:flex;gap:8px;margin:0 0 18px;flex-wrap:wrap}.postr-detail__size{flex:1 1 0;min-width:86px;display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 8px;border:1px solid var(--postr-border);border-radius:var(--postr-radius-sm);background:#fff;color:var(--postr-ink);cursor:pointer;font-family:var(--postr-sans);transition:border-color .16s ease,background .16s ease}.postr-detail__size span{font-size:13px;font-weight:700}.postr-detail__size small{font-size:11.5px;color:var(--postr-muted);font-variant-numeric:tabular-nums}.postr-detail__size:hover:not(:disabled){border-color:var(--postr-accent)}.postr-detail__size.is-active{border-color:var(--postr-accent);background:#c85f4917}.postr-detail__size.is-active small{color:var(--postr-accent)}.postr-detail__size:disabled{opacity:.42;cursor:not-allowed}.postr-detail__buy{display:flex;align-items:stretch;gap:10px}.postr-detail__qty{flex:0 0 auto}.postr-detail__qty button{width:40px;height:44px;font-size:17px}.postr-detail__qty input{width:46px;height:44px;font-size:15px}.postr-detail__add{flex:1 1 auto;border:0;border-radius:var(--postr-radius-sm);background:var(--postr-accent);color:#fff;font-family:var(--postr-sans);font-size:14px;font-weight:700;letter-spacing:.02em;cursor:pointer;min-height:44px;transition:opacity .16s ease}.postr-detail__add:hover:not(:disabled){opacity:.9}.postr-detail__add:disabled{opacity:.6;cursor:default}.postr-detail__note{margin:14px 0 0;font-size:12px;color:var(--postr-muted)}@media(prefers-reduced-motion:reduce){.postr-detail{animation:none}.postr-chip,.postr-detail__size,.postr-detail__add,.postr-search input{transition:none}}@media(max-width:749px){.postr-detail{padding:0}.postr-detail__dialog{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);width:100%;max-height:100%;height:100%;border-radius:0}.postr-detail__media{padding:18px;max-height:42vh}.postr-detail__body{padding:22px 20px 30px}.postr-detail__body h3{font-size:23px}.postr-search{max-width:none}.postr-chips{margin-inline:calc(var(--postr-mobile-bleed, 16px) * -1);padding-inline:var(--postr-mobile-bleed, 16px)}.postr-card__actions{flex-direction:column;align-items:stretch;gap:8px;min-width:0}.postr-card__actions .postr-qty{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;width:100%;overflow:visible}.postr-card__actions .postr-qty button{width:auto;height:44px;font-size:18px;padding:0}.postr-card__actions .postr-qty input{width:100%;min-width:0;height:44px;font-size:15px;padding:0;font-variant-numeric:tabular-nums;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.postr-card__actions .postr-qty input::-webkit-outer-spin-button,.postr-card__actions .postr-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.postr-card__actions .postr-add{width:100%;min-height:44px;font-size:12px}.postr-card h3{font-size:13.5px;line-height:1.25;word-break:normal;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.postr-card__body{padding:11px;min-width:0}.postr-card{min-width:0}.postr-card__desc{font-size:11.5px}.postr-ready-sizes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.postr-ready-size{min-width:0;padding:6px 2px}.postr-ready-size span{font-size:11.5px}.postr-ready-size small{font-size:9.5px}}@media(max-width:380px){.postr-chip{font-size:12.5px;padding:7px 13px}}.cart-items th:last-child,.cart-items td:last-child,.cart-item__totals,.cart-items .cart-item__price-wrapper{padding-right:18px}@media(max-width:749px){.cart-items th:last-child,.cart-items td:last-child,.cart-item__totals,.cart-items .cart-item__price-wrapper{padding-right:10px}}.postr-ready-each{display:block;margin:-6px 0 10px;font-size:11.5px;color:#6d777d;font-variant-numeric:tabular-nums}.postr-ready-each[hidden]{display:none}.postr-detail__total{margin:0 0 12px;font-family:var(--postr-serif);font-size:22px;font-weight:600;color:var(--postr-ink);font-variant-numeric:tabular-nums}.postr-detail__total:empty{display:none}html,body{overflow-x:clip}@supports not (overflow-x: clip){html,body{overflow-x:hidden}}.postr-tab-panel,.postr-4tab-shell,.postr-product-grid{min-width:0;max-width:100%}@media(max-width:380px){.postr-card__actions .postr-qty{grid-template-columns:40px minmax(0,1fr) 40px}.postr-card__actions .postr-qty button,.postr-card__actions .postr-qty input{height:42px}.postr-card h3{font-size:12.5px}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/postr-catalogue.css.map */
