.shop-trust-strip{background:var(--accent2);border-bottom:1px solid var(--border2)}.shop-trust-strip__row{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;padding:14px 0;font-size:13px;color:var(--steel);font-weight:400}.shop-trust-strip__item{display:inline-flex;align-items:center;gap:8px;letter-spacing:.1px}.shop-trust-strip__item svg{color:var(--accent);flex-shrink:0}.shop-trust-strip__item strong{font-weight:500;color:var(--steel)}.shop-trust-strip__divider{display:inline-block;width:1px;height:14px;background:#1a2d422e}@media(max-width:720px){.shop-trust-strip__divider{display:none}.shop-trust-strip__row{gap:.75rem 1.25rem;padding:12px 0;font-size:12px}}.shop-hero{background:var(--white);padding:4rem 0 2.5rem;border-bottom:1px solid var(--border2)}.shop-hero__title{font-family:var(--serif);font-size:clamp(2.2rem,4vw,3.4rem);font-weight:700;letter-spacing:-.5px;color:var(--steel);line-height:1.1;margin-bottom:.75rem}.shop-hero__desc{font-size:15px;color:var(--text2);max-width:620px;line-height:1.7}.shop-section{padding:3rem 0 5rem}.shop-filter-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border2)}.shop-filter-bar__pills{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.shop-pill{display:inline-flex;align-items:center;gap:8px;font-family:var(--sans);font-size:13px;font-weight:500;padding:8px 16px;border-radius:999px;background:transparent;border:1px solid var(--border);color:var(--text2);cursor:pointer;transition:all var(--transition);letter-spacing:.1px;white-space:nowrap}.shop-pill:hover{border-color:var(--steel);color:var(--steel)}.shop-pill.is-active{background:var(--steel);color:#fff;border-color:var(--steel)}.shop-pill__count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:18px;padding:0 6px;border-radius:999px;background:#1a2d4214;color:inherit;font-size:11px;font-weight:500;letter-spacing:0}.shop-pill.is-active .shop-pill__count{background:#ffffff2e}.shop-filter-bar__sort{display:inline-flex;align-items:center;gap:10px}.shop-sort__label{font-size:12px;color:var(--text3);font-weight:400;letter-spacing:.4px;text-transform:uppercase}.shop-sort__select-wrap{position:relative;display:inline-flex;align-items:center}.shop-sort__select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:8px 32px 8px 14px;font-family:var(--sans);font-size:13px;font-weight:400;color:var(--steel);cursor:pointer;transition:border-color var(--transition)}.shop-sort__select:hover,.shop-sort__select:focus{border-color:var(--accent);outline:none}.shop-sort__chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--text3)}.shop-caption{font-size:13px;color:var(--text3);margin-bottom:2rem;letter-spacing:.1px}.shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;width:100%}.shop-grid__cell{min-width:0}.shop-grid__cell.is-hidden-overflow,.shop-grid__cell.is-filtered-out{display:none}@media(max-width:1023px){.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}@media(max-width:599px){.shop-grid{grid-template-columns:1fr;gap:16px}}.shop-loadmore-wrap{display:flex;justify-content:center;margin-top:3rem}.shop-loadmore{min-width:200px;justify-content:center}.shop-loadmore__remaining{font-size:12px;color:var(--text3);font-weight:400;margin-left:4px}.shop-empty{text-align:center;padding:4rem 1.5rem;background:var(--bg);border-radius:var(--r-lg)}.shop-empty__icon{font-size:2.4rem;color:var(--text3);margin-bottom:.75rem;font-family:var(--serif)}.shop-empty__title{font-size:1.25rem;margin-bottom:.5rem;color:var(--steel)}.shop-empty__desc{color:var(--text2);font-size:14px;margin-bottom:1.5rem;max-width:360px;margin-left:auto;margin-right:auto}.product-card{display:flex;flex-direction:column;height:100%;background:var(--white);border:1px solid var(--border2);border-radius:var(--r-lg);overflow:hidden;transition:box-shadow var(--transition),transform var(--transition),border-color var(--transition)}.product-card:hover{border-color:var(--border);box-shadow:var(--shadow-md);transform:translateY(-4px)}.product-card__media{position:relative;display:block;aspect-ratio:4 / 5;overflow:hidden;background:var(--sky);text-decoration:none;flex-shrink:0}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__fallback{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:20px;background:linear-gradient(135deg,var(--sky3) 0%,var(--sky) 100%);color:var(--steel);text-align:center}.product-card__fallback-icon{color:var(--steel2);opacity:.7}.product-card__fallback-text{font-family:var(--serif);font-size:15px;font-weight:600;color:var(--steel);letter-spacing:-.1px;line-height:1.2}.product-card__type-badge{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;font-family:var(--sans);font-size:10px;font-weight:500;letter-spacing:1.2px;text-transform:uppercase;padding:5px 10px;border-radius:var(--r);background:#ffffffc7;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--steel);border:1px solid rgba(255,255,255,.6)}.product-card__type-badge--service{background:#1a2d42c7;color:#fff;border-color:#ffffff2e}.product-card__badges{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:5px;align-items:flex-end}.product-badge{font-family:var(--sans);font-size:9px;font-weight:500;padding:4px 9px;border-radius:var(--r);text-transform:uppercase;letter-spacing:.9px;white-space:nowrap}.product-badge--onsite{background:#ffffffd9;color:var(--steel);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.product-badge--sale{background:var(--accent);color:#fff}.product-badge--new{background:var(--steel);color:#fff}.product-badge--popular{background:var(--gold);color:#fff}.product-card__body{display:flex;flex-direction:column;flex:1 1 auto;padding:20px 20px 18px;min-height:0}.product-card__title-link{text-decoration:none;color:inherit;display:block}.product-card__title-link:hover .product-card__title{color:var(--accent)}.product-card__title{font-family:var(--serif);font-size:18px;font-weight:600;color:var(--steel);line-height:1.25;letter-spacing:-.2px;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color var(--transition)}.product-card__desc{font-family:var(--sans);font-size:13px;font-weight:300;color:var(--text2);line-height:1.5;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card__footer{margin-top:auto;display:flex;flex-direction:column;gap:14px;padding-top:14px;border-top:1px solid var(--border2)}.product-card__price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.product-card__price-label{font-size:10px;color:var(--text3);text-transform:uppercase;letter-spacing:1.2px;font-weight:500}.product-card__price-value{font-family:var(--serif);font-size:20px;font-weight:700;color:var(--steel);letter-spacing:-.4px;line-height:1}.product-card__price-value--sale{color:var(--accent)}.product-card__price-was{font-family:var(--sans);font-size:13px;color:var(--text3);text-decoration:line-through;font-weight:400}.product-card__cta-row{display:flex;align-items:center;gap:12px}.product-card__form{flex:1 1 auto;min-width:0;display:flex}.product-card__cta{flex:1 1 auto;display:inline-flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:12px;font-weight:500;letter-spacing:.5px;padding:10px 14px;border-radius:var(--r);border:none;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background var(--transition),transform var(--transition)}.product-card__cta--primary{background:var(--accent);color:#fff}.product-card__cta--primary:hover{background:var(--accent-dark);transform:translateY(-1px)}.product-card--service .product-card__cta--primary{background:var(--steel)}.product-card--service .product-card__cta--primary:hover{background:var(--steel2)}.product-card__cta--soldout{background:var(--text3);cursor:not-allowed;pointer-events:none}.product-card__cta-secondary{display:inline-flex;align-items:center;gap:4px;font-family:var(--sans);font-size:12px;font-weight:500;color:var(--steel);text-decoration:none;padding:10px 4px;letter-spacing:.3px;transition:color var(--transition),gap var(--transition);white-space:nowrap}.product-card__cta-secondary:hover{color:var(--accent);gap:7px}.product-card__cta-secondary svg{transition:transform var(--transition)}.product-card__cta-secondary:hover svg{transform:translate(2px)}.shop-pill:focus-visible,.shop-loadmore:focus-visible,.product-card__cta:focus-visible,.product-card__cta-secondary:focus-visible,.product-card__media:focus-visible,.product-card__title-link:focus-visible,.shop-sort__select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.shop-cta-band{background:var(--white);border-top:1px solid var(--border2);padding:3.5rem 0}.shop-cta-band__inner{text-align:center}.shop-cta-band__eyebrow{font-size:12px;color:var(--text3);text-transform:uppercase;letter-spacing:2px;margin-bottom:8px}.shop-cta-band__title{font-family:var(--serif);font-size:clamp(1.3rem,2.4vw,1.7rem);font-weight:600;color:var(--steel);margin-bottom:1.5rem;letter-spacing:-.2px}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-detail__gallery{position:sticky;top:90px}.product-detail__main-image{border-radius:var(--r-lg);overflow:hidden;background:var(--sky);aspect-ratio:1 / 1;margin-bottom:12px}.product-detail__img{width:100%;height:100%;object-fit:cover;transition:opacity .2s}.product-detail__img-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--sky)}.product-detail__img-placeholder span{font-size:5rem}.product-detail__img-placeholder p{font-size:12px;color:var(--text3);text-align:center}.product-detail__thumbs{display:flex;gap:8px;flex-wrap:wrap}.product-detail__thumb{width:68px;height:68px;border-radius:var(--r-md);overflow:hidden;border:2px solid transparent;padding:0;cursor:pointer;transition:border-color var(--transition);background:var(--sky)}.product-detail__thumb.active{border-color:var(--accent)}.product-detail__thumb:hover{border-color:var(--steel)}.product-detail__thumb img{width:100%;height:100%;object-fit:cover}.product-breadcrumb{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text3);margin-bottom:1rem}.product-breadcrumb a{color:var(--text3);transition:color var(--transition)}.product-breadcrumb a:hover{color:var(--accent)}.product-detail__title{font-family:var(--serif);font-size:clamp(1.6rem,2.5vw,2rem);font-weight:700;color:var(--steel);margin-bottom:.75rem;line-height:1.15}.product-detail__price-block{background:var(--bg);border:1px solid var(--border2);border-radius:var(--r-md);padding:1.25rem;margin-bottom:1.5rem}.product-detail__price{font-family:var(--serif);font-size:2rem;font-weight:700;color:var(--steel);letter-spacing:-.5px}.product-detail__price-was{font-size:1rem;color:var(--text3);text-decoration:line-through}.product-detail__desc{font-size:14px;color:var(--text2);line-height:1.8;margin-bottom:1.5rem}.product-detail__desc p+p{margin-top:.75rem}.product-detail__desc ul{list-style:none;display:flex;flex-direction:column;gap:6px;margin:.75rem 0}.product-detail__desc li:before{content:"\2713  ";color:var(--accent);font-weight:500}@media(max-width:1024px){.product-detail-grid{grid-template-columns:1fr;gap:2rem}.product-detail__gallery{position:static}}@media(max-width:600px){.product-detail__thumbs{display:none}}.variant-btn{padding:7px 16px;border:1px solid var(--border);border-radius:var(--r);background:var(--white);font-size:13px;color:var(--text2);cursor:pointer;transition:all var(--transition);font-family:var(--sans)}.variant-btn:hover{border-color:var(--accent);color:var(--accent)}.variant-btn.active{background:var(--steel);color:#fff;border-color:var(--steel)}.variant-btn.sold-out{opacity:.4;cursor:not-allowed;text-decoration:line-through}.rte ul{list-style:none;margin:.75rem 0}.rte li{position:relative;padding-left:1.2rem;margin-bottom:4px}.rte li:before{content:"\2713";position:absolute;left:0;color:var(--accent);font-size:11px;top:2px}.rte p+p{margin-top:.5rem}.rte a{color:var(--accent)}.rte strong{font-weight:500;color:var(--steel)}.homepage-shop-section{padding:5rem 0;background:var(--white)}.shop-tabs{display:flex;gap:6px;margin-bottom:2rem;border-bottom:1px solid var(--border2);padding-bottom:0}.shop-tab{font-family:var(--sans);font-size:13px;font-weight:400;padding:10px 22px;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;color:var(--text3);cursor:pointer;transition:all var(--transition);letter-spacing:.2px}.shop-tab:hover{color:var(--steel)}.shop-tab.active{color:var(--steel);border-bottom-color:var(--steel);font-weight:500}.shop-grid-item{display:block}.shop-grid-item.hidden{display:none}
/*# sourceMappingURL=/cdn/shop/t/17/assets/shop.css.map */
