.scroll-container:active{cursor:grabbing}.scroll-container{-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none;cursor:grab;scroll-snap-type:y mandatory;overflow-y:scroll;height:100vh;padding:35vh 10px;max-width:1200px;margin:0 auto;-ms-overflow-style:none;scrollbar-width:none;scroll-snap-stop:always;scroll-behavior:smooth}.scroll-container::-webkit-scrollbar{display:none}.scroll-item{height:calc(100vh / 6);padding:0 10%;display:flex;align-items:center;opacity:.4;transition:opacity .6s ease,transform .6s ease;scroll-snap-align:center;box-sizing:border-box}.scroll-item radiant active{padding-top:25px}.scroll-item.active{opacity:1;transform:scale(1.05)}.content-wrapper{display:flex;align-items:baseline;gap:4rem;max-width:1400px;margin:0 auto;width:100%}.index{font-family:CommandOverride,monospace;font-size:1.5rem;color:rgba(255,255,255,.4)}.scroll-item.active .index{color:white}.text-container{display:flex;flex-direction:column;gap:.5rem}.product-title{font-family:CommandOverride;font-size:4rem;color:rgba(255,255,255,.562);margin:0;position:relative}.scroll-item.active .product-title{color:white}.category{font-family:CommandOverride;font-size:.9rem;color:#f007075e;text-transform:uppercase;letter-spacing:.2em}.scroll-item.active .category{color:#f00707}.title-deco{position:absolute;left:-30px;top:50%;width:15px;height:2px;background:#f00707;opacity:0;transition:opacity .3s ease}.scroll-item.active .title-deco{opacity:1}.scroll-indicator{position:fixed;left:50%;transform:translateX(-50%);opacity:0;transition:opacity .3s ease;z-index:100;background:rgba(0,0,0,.4);padding:12px;border-radius:50%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.scroll-indicator[data-visible=true]{opacity:1}.bottom{bottom:20px}@keyframes pulse{0%,to{transform:rotate(135deg) translate(0);opacity:.8}50%{transform:rotate(135deg) translate(3px,-3px);opacity:1}}@media (max-width:768px){.content-wrapper{flex-direction:column;gap:1rem}.product-title{font-size:2.5rem}.index{font-size:1.2rem}.scroll-item{height:70vh;min-height:70vh;padding:0 5%}}