.products-scroll-container{position:relative;width:100%;background-color:transparent;color:#fff;padding:1rem 0}.product-card-wrapper{position:sticky;top:0;width:100%;height:100dvh;display:flex;justify-content:center;align-items:center;transform-style:preserve-3d;perspective:1200px;will-change:transform}.product-card-inner{position:relative;width:calc(100% - 1.5rem);height:calc(100% - 1.5rem);padding:1rem;display:flex;gap:1rem;border-radius:2.5rem;background-color:#0c0c0c;border:1px solid hsla(0,0%,100%,.05);transform-origin:50% 100%;will-change:transform;overflow:hidden;margin:0 auto}.product-card-content{display:flex;flex-direction:column;justify-content:space-between;flex:1}.product-card-content-main{padding:2rem;display:flex;flex-direction:column;align-items:flex-start;margin-top:auto}.product-card-info{width:80%;padding:2rem;text-align:left;color:#888;font-size:.875rem;font-style:italic}.product-card-title h2{font-size:5rem;font-weight:900;letter-spacing:-.05em;margin-bottom:1rem;text-transform:uppercase;line-height:.9}.product-card-description{width:95%;text-align:left;color:#a1a1a1;font-size:1.125rem;line-height:1.6;max-height:50vh;overflow-y:auto;padding-right:1rem}.product-card-description::-webkit-scrollbar{width:6px}.product-card-description::-webkit-scrollbar-track{background:transparent}.product-card-description::-webkit-scrollbar-thumb{background:var(--neon-green);border-radius:4px}.product-card-description::-webkit-scrollbar-thumb:hover{background:#fff}.product-card-img{flex:1;width:100%;height:100%;border-radius:1.5rem;overflow:hidden;position:relative}.product-card-img img{width:100%;height:100%;object-fit:cover}.product-card-inner:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#131211;opacity:var(--after-opacity,0);will-change:opacity;pointer-events:none;z-index:2}@media (max-width:1000px){.product-card-inner{flex-direction:column;padding:0;gap:0;height:calc(100% - 2rem);width:calc(100% - 2rem)}.product-card-content{flex:0 0 auto;order:2;padding:1.5rem;background:linear-gradient(0deg,#0c0c0c 80%,transparent);margin-top:-4rem;z-index:5}.product-card-img{flex:1;order:1;border-radius:2.5rem 2.5rem 0 0}.product-card-info{width:100%;margin:0;text-align:left;padding:0 0 1rem;font-size:.75rem}.product-card-content-main{padding:0}.product-card-title h2{font-size:2.5rem;margin-bottom:.5rem}.product-card-description{width:100%;font-size:.95rem;line-height:1.4;max-height:35vh}}