.brand-collections-carousel-wrapper{overflow:hidden;position:relative}.brand-carousel-title{text-align:center;margin-bottom:2rem}.brand-carousel-container{position:relative;width:100%}.brand-carousel-pause-btn{position:absolute;top:50%;right:1rem;transform:translateY(-50%);z-index:2;background:#ffffffe6;border:1px solid rgba(0,0,0,.1);border-radius:50%;width:3rem;height:3rem;cursor:pointer;transition:all .2s ease}.brand-carousel-pause-btn:hover,.brand-carousel-pause-btn:focus{background:#fff;box-shadow:0 2px 8px #0000001a}.brand-carousel-pause-btn .pause-icon{display:inline}.brand-carousel-pause-btn .play-icon,.brand-carousel-pause-btn[aria-pressed=true] .pause-icon{display:none}.brand-carousel-pause-btn[aria-pressed=true] .play-icon{display:inline}.brand-carousel-track{width:100%;overflow:hidden;mask:linear-gradient(90deg,transparent 0%,black 5%,black 95%,transparent 100%);-webkit-mask:linear-gradient(90deg,transparent 0%,black 5%,black 95%,transparent 100%)}.brand-carousel-content{display:flex;align-items:center;gap:var(--logo-spacing);width:fit-content}.brand-carousel-content.animate-scroll{animation:scroll-horizontal var(--animation-duration) linear infinite}.brand-carousel-content.animate-scroll:hover{animation-play-state:paused}.brand-logo-item{flex:0 0 auto;display:flex;align-items:center;justify-content:center;height:var(--logo-height)}.brand-logo-link{display:block;transition:transform .2s ease,opacity .2s ease;height:100%}.brand-logo-link:hover,.brand-logo-link:focus{transform:scale(1.05);opacity:.8}.brand-logo-image{height:100%;width:auto;max-width:150px;object-fit:contain;filter:grayscale(100%);transition:filter .3s ease}.brand-logo-link:hover .brand-logo-image,.brand-logo-link:focus .brand-logo-image{filter:grayscale(0%)}.brand-logo-placeholder{opacity:.5}.placeholder-svg{height:100%;width:auto;max-width:150px}.brand-carousel-empty{text-align:center;padding:2rem;background:#0000000d;border-radius:.5rem}@keyframes scroll-horizontal{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.brand-carousel-content.animate-scroll{animation:none}.brand-carousel-pause-btn{display:none}.brand-carousel-track{overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory}.brand-logo-item{scroll-snap-align:center}}@media screen and (max-width:749px){.brand-carousel-content{gap:calc(var(--logo-spacing) * .75)}.brand-logo-image{max-width:100px}.brand-carousel-pause-btn{width:2.5rem;height:2.5rem;right:.5rem}}@media(prefers-reduced-motion:no-preference){.brand-carousel-container:hover .brand-carousel-pause-btn,.brand-carousel-pause-btn:focus{opacity:1}}.category-pills-wrapper{overflow:hidden;position:relative}.category-pills-title{text-align:center;margin-bottom:1rem}.category-pills-subtitle{text-align:center;margin-bottom:2.5rem;color:rgba(var(--color-foreground),.75);font-size:1.1rem;max-width:600px;margin-left:auto;margin-right:auto}.category-pills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--pill-gap);width:100%;overflow:hidden;position:relative;transition:max-height var(--animation-duration)ms ease}@media screen and (min-width:750px){.category-pills-grid{grid-template-columns:repeat(2,1fr);max-height:360px}}@media screen and (min-width:990px){.category-pills-grid{grid-template-columns:repeat(3,1fr);max-height:360px}}@media screen and (min-width:1200px){.category-pills-grid{grid-template-columns:repeat(4,1fr);max-height:360px}}@media screen and (min-width:1400px){.category-pills-grid{grid-template-columns:repeat(5,1fr);max-height:360px}}.expand-toggle:checked+.category-pills-container .category-pills-grid{max-height:none!important;overflow:visible!important}.expand-toggle{position:absolute;opacity:0;pointer-events:none}.category-pills-expand-controls{position:relative;text-align:center;margin-top:1rem;padding:.75rem 0}.category-expand-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:rgba(var(--color-background-2),.6);border:1px solid rgba(var(--color-border),.3);border-radius:8px;color:rgba(var(--color-foreground),.8);font-size:.875rem;font-weight:500;cursor:pointer;transition:all var(--animation-duration)ms ease;position:relative;overflow:hidden}.category-expand-button:hover,.category-expand-button:focus{background:rgba(var(--color-background-2),.8);border-color:rgba(var(--color-border),.5);color:rgb(var(--color-foreground));transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.category-expand-button:focus{outline:2px solid rgb(var(--color-link));outline-offset:2px}.expand-button-text{transition:opacity var(--animation-duration)ms ease}.collapse-text{opacity:0;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);pointer-events:none}.expand-button-icon{display:flex;align-items:center;transition:transform var(--animation-duration)ms ease}.expand-toggle:checked+.category-pills-container .category-expand-button .expand-text{opacity:0}.expand-toggle:checked+.category-pills-container .category-expand-button .collapse-text{opacity:1}.expand-toggle:checked+.category-pills-container .category-expand-button .expand-button-icon{transform:rotate(180deg)}.category-pills-container:hover .category-expand-button{background:rgb(var(--color-link));color:rgb(var(--color-background));border-color:rgb(var(--color-link));transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px rgba(var(--color-link),.3)}.category-pills-container:hover .category-expand-button .expand-button-icon{animation:pulse-icon 2s infinite}@keyframes pulse-icon{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.expand-toggle:checked+.category-pills-container:hover .category-expand-button .expand-button-icon{animation:pulse-icon-rotated 2s infinite}@keyframes pulse-icon-rotated{0%,to{transform:rotate(180deg) scale(1)}50%{transform:rotate(180deg) scale(1.1)}}.category-pill{display:flex;align-items:center;padding:1rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-border),.2);border-radius:12px;text-decoration:none;color:rgb(var(--color-foreground));transition:all var(--animation-duration)ms ease;box-shadow:0 2px 8px #0000000f;min-height:var(--pill-height);position:relative;overflow:hidden}.category-pill:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f;border-color:rgba(var(--color-border),.4);background:rgba(var(--color-background-2),.5)}.category-pill:focus{outline:2px solid rgb(var(--color-link));outline-offset:2px}.category-pill-image{flex-shrink:0;width:60px;height:60px;border-radius:8px;overflow:hidden;margin-right:1rem;background:rgba(var(--color-background-2),.3);display:flex;align-items:center;justify-content:center}.pill-image{width:100%;height:100%;object-fit:cover;transition:transform var(--animation-duration)ms ease}.category-pill:hover .pill-image{transform:scale(1.05)}.pill-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.pill-placeholder-svg{width:32px;height:32px;opacity:.4}.category-pill-content{flex:1;min-width:0}.category-pill-title{display:block;font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:.25rem;color:rgb(var(--color-foreground))}.category-pill-count{display:block;font-size:.875rem;color:rgba(var(--color-foreground),.7);font-weight:400}.category-pill-arrow{flex-shrink:0;margin-left:.75rem;color:rgba(var(--color-foreground),.5);transition:all var(--animation-duration)ms ease}.category-pill:hover .category-pill-arrow{color:rgb(var(--color-link));transform:translate(2px)}.category-pill-empty{opacity:.6;pointer-events:none;background:rgba(var(--color-background-2),.3)}.category-pill-empty .category-pill-title{color:rgba(var(--color-foreground),.6)}.category-pill-empty .category-pill-count{color:rgba(var(--color-foreground),.4)}.category-pills-empty{text-align:center;padding:4rem 2rem;color:rgba(var(--color-foreground),.6)}.category-pills-empty p{margin-bottom:1.5rem;font-size:1.1rem}@media screen and (max-width:749px){.category-pills-grid{grid-template-columns:1fr;gap:calc(var(--pill-gap) * .75);max-height:400px}.expand-toggle:checked+.category-pills-container .category-pills-grid{max-height:none!important;overflow:visible!important}.category-pill{padding:.875rem;min-height:calc(var(--pill-height) * .9)}.category-pill-image{width:50px;height:50px;margin-right:.75rem}.category-pill-title{font-size:.95rem}.category-pill-count{font-size:.8rem}.category-pills-subtitle{margin-bottom:2rem;font-size:1rem}.category-expand-button{font-size:.8rem;padding:.625rem 1.25rem}.category-pills-expand-controls{margin-top:.75rem;padding:.5rem 0}}@media(prefers-reduced-motion:reduce){.category-pill,.pill-image,.category-pill-arrow{transition:none}.category-pill:hover,.category-pill:hover .pill-image,.category-pill:hover .category-pill-arrow{transform:none}}@media(prefers-contrast:high){.category-pill,.category-pill:hover{border-width:2px}}@media print{.category-pill{break-inside:avoid;box-shadow:none;border:1px solid #ccc}}.product-tabs__nav{display:flex;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-bottom:2px solid rgba(var(--color-foreground),.1);gap:0;position:relative}.product-tabs__nav::-webkit-scrollbar{display:none}.product-tabs__tab{flex-shrink:0;padding:1.2rem 2rem;border:none;background:none;font-size:1rem;font-weight:500;color:rgba(var(--color-foreground),.65);cursor:pointer;position:relative;transition:color .2s ease,background-color .2s ease;white-space:nowrap;font-family:inherit;letter-spacing:.02em}.product-tabs__tab:hover{color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.04)}.product-tabs__tab:focus-visible{outline:2px solid rgb(var(--color-link));outline-offset:-2px}.product-tabs__tab--active{color:rgb(var(--color-background));background-color:rgb(var(--color-foreground));font-weight:600}.product-tabs__tab--active:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid rgb(var(--color-foreground));z-index:1}.product-tabs__tab--active:hover{color:rgb(var(--color-background));background-color:rgb(var(--color-foreground))}.product-tabs__panels{padding-top:2.5rem}.product-tabs__panel{animation:tabFadeIn .3s ease}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.product-tabs__content{line-height:1.7;color:rgb(var(--color-foreground))}.product-tabs__content>*:first-child{margin-top:0}.product-tabs__content>*:last-child{margin-bottom:0}.product-tabs__content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem}.product-tabs__content th,.product-tabs__content td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid rgba(var(--color-foreground),.1)}.product-tabs__content th{font-weight:600;color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.04)}.product-tabs__content tr:hover td{background:rgba(var(--color-foreground),.02)}@media screen and (max-width:749px){.product-tabs__content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}.product-tabs__content--documents a{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 0;color:rgb(var(--color-link));text-decoration:underline;text-underline-offset:3px}.product-tabs__content--documents a:hover{text-decoration-thickness:2px}.product-tabs__content--video iframe{width:100%;aspect-ratio:16 / 9;border:none;border-radius:4px}.product-tabs__content ul,.product-tabs__content ol{padding-left:1.5rem;margin:1rem 0}.product-tabs__content li{margin-bottom:.4rem}@media screen and (max-width:749px){.product-tabs__tab{padding:1rem 1.25rem;font-size:.9rem}.product-tabs__panels{padding-top:1.5rem}}@media(prefers-reduced-motion:reduce){.product-tabs__tab{transition:none}.product-tabs__panel{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
