.holster-finder-page{background-color:rgb(var(--color-background))}.holster-finder{max-width:80rem;margin:0 auto 4rem;padding:4rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:1rem;box-shadow:0 2px 12px rgba(var(--color-foreground),.08)}.holster-finder__heading{text-align:center;margin-bottom:4rem}.holster-finder__heading h2{font-size:4rem;font-weight:900;margin:0 0 1rem;color:rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.05em}.holster-finder__heading p{font-size:1.6rem;color:rgba(var(--color-foreground),.7);margin:0}.holster-finder__step{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(var(--color-foreground),.1);transition:opacity .3s ease}.holster-finder__step:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.holster-finder__step--hidden{display:none}.holster-finder__step--disabled{opacity:.5;pointer-events:none}.holster-finder__label{display:flex;align-items:center;gap:1.2rem;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:rgb(var(--color-foreground))}.step-number{display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-radius:50%;font-size:1.4rem;font-weight:700;flex-shrink:0}.holster-finder__select-wrapper{position:relative;margin-bottom:1.5rem}.holster-finder__select-wrapper:last-child{margin-bottom:0}.holster-finder__select{width:100%;padding:1.5rem 4rem 1.5rem 1.5rem;font-size:1.6rem;font-family:inherit;border:2px solid rgba(var(--color-foreground),.2);border-radius:.5rem;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;transition:all .2s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none}.holster-finder__select:hover:not(:disabled){border-color:rgba(var(--color-foreground),.4)}.holster-finder__select:focus{outline:none;border-color:rgb(var(--color-button));box-shadow:0 0 0 3px rgba(var(--color-button),.15)}.holster-finder__select:disabled{opacity:.5;cursor:not-allowed;background-color:rgba(var(--color-foreground),.05)}.holster-finder__select-wrapper:after{content:"";position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(var(--color-foreground),.6);pointer-events:none}.holster-finder__radio-group{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media screen and (max-width:989px){.holster-finder__radio-group{grid-template-columns:repeat(2,1fr)}}.holster-finder__radio{position:relative;display:flex;align-items:center;padding:1.5rem 2rem;border:2px solid rgba(var(--color-foreground),.2);border-radius:.5rem;cursor:pointer;transition:all .2s ease;background:rgb(var(--color-background))}.holster-finder__radio:hover{border-color:rgba(var(--color-foreground),.4);background:rgba(var(--color-foreground),.02)}.holster-finder__radio input[type=radio]{position:absolute;opacity:0;pointer-events:none}.holster-finder__radio input[type=radio]:focus+.holster-finder__radio-label{outline:2px solid rgb(var(--color-button));outline-offset:2px}.holster-finder__radio:has(input:checked){border-color:rgb(var(--color-button));background:rgba(var(--color-button),.08)}.holster-finder__radio:has(input:checked) .holster-finder__radio-label{font-weight:700}.holster-finder__radio-label{flex:1;font-size:1.6rem;color:rgb(var(--color-foreground));transition:font-weight .2s ease}.holster-finder__radio-label small{display:block;margin-top:.5rem;font-size:1.3rem;color:rgba(var(--color-foreground),.6);font-weight:400}.holster-finder__toggle-group{display:flex;gap:1.5rem}.holster-finder__toggle{flex:1;padding:1.5rem 2rem;font-size:1.6rem;font-weight:600;font-family:inherit;border:2px solid rgba(var(--color-foreground),.2);border-radius:.5rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;transition:all .2s ease}.holster-finder__toggle:hover{border-color:rgba(var(--color-foreground),.4);background:rgba(var(--color-foreground),.02)}.holster-finder__toggle:focus{outline:none;border-color:rgb(var(--color-button));box-shadow:0 0 0 3px rgba(var(--color-button),.15)}.holster-finder__toggle.active{border-color:rgb(var(--color-button));background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.holster-finder__actions{display:flex;justify-content:space-between;align-items:center;margin-top:4rem;padding-top:3rem;border-top:2px solid rgba(var(--color-foreground),.1)}.holster-finder__reset{min-width:15rem}.holster-finder__result-count{font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground))}.holster-finder__result-count.loading{opacity:.5}.holster-finder__no-filter{padding:1.5rem;background:rgba(var(--color-foreground),.05);border-radius:.5rem;color:rgba(var(--color-foreground),.7);font-size:1.4rem;margin:0}.holster-finder-page .product-grid-container{margin-top:4rem;position:relative}.holster-finder-page .collection{position:relative}.holster-finder-page .loading-overlay{display:none;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(var(--color-background),.9);align-items:center;justify-content:center;z-index:10;min-height:20rem}.holster-finder-page .collection.loading .loading-overlay{display:flex}.holster-finder-page .loading-overlay:after{content:"";width:4rem;height:4rem;border:4px solid rgba(var(--color-foreground),.2);border-top-color:rgb(var(--color-button));border-radius:50%;animation:holster-finder-spin .6s linear infinite}@keyframes holster-finder-spin{to{transform:rotate(360deg)}}@media screen and (max-width:989px){.holster-finder{padding:3rem}.holster-finder__heading h2{font-size:2.8rem}}@media screen and (max-width:749px){.holster-finder{padding:2rem;margin:0 1.5rem 3rem;border-radius:.8rem}.holster-finder__heading{margin-bottom:3rem}.holster-finder__heading h2{font-size:2.8rem}.holster-finder__heading p{font-size:1.4rem}.holster-finder__label{font-size:1.6rem}.step-number{width:2.8rem;height:2.8rem;font-size:1.2rem}.holster-finder__step{margin-bottom:2rem;padding-bottom:2rem}.holster-finder__radio-group{grid-template-columns:1fr}.holster-finder__toggle-group{flex-direction:column}.holster-finder__actions{flex-direction:column;gap:2rem;align-items:stretch;margin-top:3rem;padding-top:2rem}.holster-finder__reset{width:100%}.holster-finder__result-count{text-align:center}}.holster-finder__select:focus-visible,.holster-finder__toggle:focus-visible,.holster-finder__reset:focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:2px}@media print{.holster-finder{box-shadow:none;border:1px solid #ccc}.holster-finder__toggle-group,.holster-finder__actions{display:none}}.holster-finder-layout{display:block}.holster-finder-layout__filters{width:100%;margin-bottom:4rem}.holster-finder-layout__products{width:100%}.holster-finder__initial,.holster-finder__api-loading,.holster-finder__empty{display:none;align-items:center;justify-content:center;padding:6rem 2rem;text-align:center;color:rgba(var(--color-foreground),.55);font-size:1.6rem;min-height:20rem}.holster-finder__api-loading{flex-direction:column;gap:1.5rem}.holster-finder__api-loading:before{content:"";width:4rem;height:4rem;border:4px solid rgba(var(--color-foreground),.2);border-top-color:rgb(var(--color-button));border-radius:50%;animation:holster-finder-spin .6s linear infinite}
/*# sourceMappingURL=/cdn/shop/t/26/assets/component-holster-finder.css.map */
