:root{--pb-side-padding: 14px;--pb-green: #238f6c}@media(min-width:768px){:root{--pb-side-padding: 24px}}@media(min-width:1200px){:root{--pb-side-padding: 34px}}.ProductBrowser{width:100%;padding-left:var(--pb-side-padding);padding-right:var(--pb-side-padding)}.ProductBrowser__empty{padding:16px;border:1px solid rgba(0,0,0,.1);border-radius:12px}.ProductBrowser__filters{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin:0 0 14px;padding:0}.ProductBrowser__filterLink{-webkit-appearance:none;appearance:none;background:transparent;border:0;padding:0;margin:0;font:inherit;font-size:14px;line-height:1.2;color:#000;text-decoration:underline;cursor:pointer;transition:opacity .15s ease}.ProductBrowser__filterLink:hover{opacity:.7}.ProductBrowser__filterLink.is-active{font-weight:600}.ProductBrowser__tabs{background:linear-gradient(to bottom,#f8f8f8,#f3f3f3);margin:12px 0 14px;padding:16px var(--pb-side-padding);display:flex;gap:14px;flex-wrap:wrap}.ProductBrowser__tab{border:1px solid rgba(0,0,0,.15);background:#fff;border-radius:999px;padding:10px 18px;font-size:13px;font-weight:500;cursor:pointer;letter-spacing:.02em;display:inline-flex;align-items:center;color:#000;transition:background .2s ease,color .2s ease,border-color .2s ease}.ProductBrowser__tab:hover{border-color:#000}.ProductBrowser__tab.is-active{background:#000;color:#fff;border-color:#000}.ProductBrowser__tabCount{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 6px;margin-left:8px;border-radius:999px;font-size:11px;line-height:18px;border:1px solid rgba(0,0,0,.18);background:#fff;color:var(--pb-green);font-weight:700}.ProductBrowser__tab.is-active .ProductBrowser__tabCount{background:#000;border-color:#000;color:var(--pb-green)}.ProductBrowser__layout{display:grid;grid-template-columns:1.1fr 1.6fr .9fr;column-gap:18px;row-gap:22px;align-items:start}@media(max-width:1100px){.ProductBrowser__layout{grid-template-columns:1fr;row-gap:18px}}.ProductBrowser__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}@media(max-width:1199px){.ProductBrowser__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.ProductBrowser__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.ProductBrowser__thumb{position:relative;padding:0;border:1px solid rgba(0,0,0,.05);background:#fff;cursor:pointer}.ProductBrowser__thumb:hover{border-color:#000;z-index:2}.ProductBrowser__thumb.is-active{border-color:#000;z-index:3}.ProductBrowser__thumb img{width:100%;height:auto;display:block}.ProductBrowser__center{width:100%}.ProductBrowser__heroWrap{position:relative;width:100%;background:transparent}.ProductBrowser__hero{width:100%;height:auto;display:none;object-fit:contain;max-width:100%;max-height:clamp(360px,70vh,820px);margin:0 auto;background:transparent}.ProductBrowser__hero.is-active{display:block}@media(max-width:768px){.ProductBrowser__hero{max-height:none;margin:0}}.ProductBrowser__heroArrows{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 12px;pointer-events:none}.ProductBrowser__heroArrow{pointer-events:auto;width:42px;height:42px;border-radius:999px;border:1px solid rgba(0,0,0,.18);background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:inline-flex;align-items:center;justify-content:center;font-size:24px;line-height:1;cursor:pointer;color:#000;transition:background .15s ease,border-color .15s ease}.ProductBrowser__heroArrow:hover{border-color:#00000059;background:#fffffff2}.ProductBrowser__heroArrow:disabled{opacity:.25;cursor:default}.ProductBrowser__right{border-left:1px solid rgba(0,0,0,.1);padding-left:18px;color:#000}.ProductBrowser__right *{color:#000}@media(max-width:1100px){.ProductBrowser__right{border-left:none;padding-left:0;border-top:1px solid rgba(0,0,0,.1);padding-top:18px}}.ProductBrowser__view{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;text-decoration:underline;margin-bottom:16px;color:#000}.ProductBrowser__title{font-size:26px;line-height:1.12;margin-top:6px;font-weight:800;color:#000}.ProductBrowser__price{margin:14px 0 10px;font-size:22px;font-weight:800;letter-spacing:.02em;color:#000}.ProductBrowser__rating{display:flex;align-items:center;gap:10px;margin-top:6px}.ProductBrowser__stars{display:inline-flex;gap:3px;line-height:1}.ProductBrowser__ratingText{font-size:13px;font-weight:600}.ProductBrowser__stock{font-size:12px;opacity:.85;margin-top:10px;min-height:16px}.ProductBrowser__variants{display:flex;flex-wrap:wrap;gap:14px;margin-top:12px}.ProductBrowser__variantBtn{width:52px;height:52px;border-radius:50%;border:2px solid #000;background:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;cursor:pointer;color:#000;padding:0;transition:background .15s ease,color .15s ease}.ProductBrowser__variantBtn:hover{background:#000;color:#fff}.ProductBrowser__variantBtn.is-active{background:#000;color:#fff;border-color:#000}.ProductBrowser__variantBtn.is-disabled{opacity:.25;cursor:not-allowed;border-color:#aaa;background:#f2f2f2;color:#aaa;font-weight:400}.ProductBrowser__cta{width:100%;margin-top:16px;padding:14px 16px;border-radius:999px;border:1px solid #000;background:#fff;font-weight:700;cursor:pointer;transition:background .15s ease,color .15s ease}.ProductBrowser__cta:hover{background:#000;color:#fff}.ProductBrowser__cta:disabled{opacity:.45;cursor:not-allowed}.BundleSummary{margin-top:16px}.BundleSummary__line{margin-top:14px;font-size:13px;opacity:.9}.BundleSummary__thumbs{margin-top:12px;display:flex;gap:14px;flex-wrap:wrap}.BundleSummary__item{width:74px;position:relative}.BundleSummary__item img{width:74px;height:auto;display:block}.BundleSummary__remove{position:absolute;top:-8px;right:-8px;width:22px;height:22px;border-radius:999px;border:1px solid rgba(0,0,0,.25);background:#fff;cursor:pointer;font-size:14px;line-height:20px}.BundleSummary__totals{margin-top:14px;border-top:1px solid rgba(0,0,0,.08);padding-top:12px}.BundleSummary__row{display:flex;justify-content:space-between;font-size:13px;margin-top:6px}.BundleSummary__row--save{opacity:.85}.BundleSummary__row--total{font-weight:800}.BundleSummary__cta{width:100%;margin-top:16px;padding:14px 16px;border-radius:999px;border:1px solid rgba(0,0,0,.2);background:#111;color:#fff;font-weight:800;cursor:pointer;transition:opacity .15s ease}.BundleSummary__cta:disabled{opacity:.25;cursor:not-allowed}.BundleSummary__clear{margin-top:10px;width:100%;border:none;background:transparent;text-decoration:underline;cursor:pointer;font-size:12px;opacity:.75}.ProductBrowser__sectionTitle{font-size:12px;letter-spacing:.05em;text-transform:uppercase;opacity:.65;margin-top:18px;margin-bottom:6px}.ProductBrowser__featuresList{margin:0;padding-left:16px;font-size:13px;line-height:1.5}.ProductBrowser__fabricText{font-size:13px;line-height:1.5}@media(max-width:749px){.ProductBrowser__layout{grid-template-columns:1fr;row-gap:18px}.ProductBrowser__left{width:100%;order:1;overflow:hidden}.ProductBrowser__grid{display:flex;grid-template-columns:none;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 16px 8px;margin:0 -14px}.ProductBrowser__grid::-webkit-scrollbar{display:none}.ProductBrowser__thumb{flex:0 0 82%;width:82%;max-width:82%;scroll-snap-align:start;border-radius:10px;overflow:hidden}.ProductBrowser__center{display:none}.ProductBrowser__right{order:2}}
/*# sourceMappingURL=/cdn/shop/t/63/assets/product-browser.css.map */
