@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--color-background: #0a0a0a;--color-foreground: #ffffff;--color-purple: #a855f7;--color-pink: #ec4899;--color-green: #10b981;--radius: .5rem;--font-body: "Inter", sans-serif;--bg-primary: #0a0a0a;--text-primary: #ffffff}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{position:fixed;top:0;left:0;right:0;z-index:50;background:#0a0a0acc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1)}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--color-foreground);font-weight:700;font-size:1.25rem}.logo-image{height:auto;object-fit:contain;filter:drop-shadow(0 0 20px rgba(168,85,247,.6)) drop-shadow(0 0 40px rgba(236,72,153,.4));transition:all .3s ease}.logo:hover .logo-image{filter:drop-shadow(0 0 30px rgba(168,85,247,.8)) drop-shadow(0 0 60px rgba(236,72,153,.6));transform:scale(1.05)}.logo-text{background:linear-gradient(135deg,#ec4899,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;gap:2rem}.nav-link{color:#ffffffb3;text-decoration:none;font-weight:500;transition:color .3s}.nav-link:hover{color:var(--color-purple)}.header-icons{display:flex;align-items:center;gap:.75rem}.discord-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#a855f71a;border:1px solid rgba(168,85,247,.3);border-radius:.5rem;color:var(--color-purple);text-decoration:none;transition:all .3s}.discord-icon:hover{background:#a855f733;box-shadow:0 0 30px #a855f74d;transform:translateY(-2px)}.cart-icon{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#a855f71a;border:1px solid rgba(168,85,247,.3);border-radius:.5rem;color:var(--color-purple);cursor:pointer;transition:all .3s}.cart-icon:hover{background:#a855f733;box-shadow:0 0 30px #a855f74d}.cart-count{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;padding:0 6px;background:linear-gradient(135deg,#ec4899,#a855f7);color:#fff;font-size:.75rem;font-weight:700;border-radius:10px;box-shadow:0 2px 8px #a855f766}.account-dropdown{position:relative}.account-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#a855f71a;border:1px solid rgba(168,85,247,.3);border-radius:.5rem;color:var(--color-purple);text-decoration:none;cursor:pointer;transition:all .3s}.account-icon:hover{background:#a855f733;box-shadow:0 0 30px #a855f74d;transform:translateY(-2px)}.account-dropdown-menu{position:absolute;top:calc(100% + .75rem);right:0;min-width:280px;background:#0a0a0af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(168,85,247,.3);border-radius:.75rem;box-shadow:0 10px 40px #00000080,0 0 40px #a855f733;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:100}.account-dropdown-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.account-dropdown-header{padding:1rem 1.25rem}.account-dropdown-name{font-weight:700;color:#fff;margin-bottom:.25rem}.account-dropdown-email{font-size:.875rem;color:#fff9}.account-dropdown-divider{height:1px;background:#ffffff1a;margin:.5rem 0}.account-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;color:#fffc;text-decoration:none;transition:all .3s}.account-dropdown-item:hover{background:#a855f71a;color:var(--color-purple)}.account-dropdown-item svg{flex-shrink:0}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 0 4rem;overflow:hidden}.hero-glow-1,.hero-glow-2,.hero-glow-3{position:absolute;border-radius:50%;filter:blur(120px);opacity:.3;pointer-events:none}.hero-glow-1{width:600px;height:600px;background:radial-gradient(circle,#a855f7 0%,transparent 70%);top:-200px;left:50%;transform:translate(-50%);animation:pulse-glow 4s ease-in-out infinite}.hero-glow-2{width:400px;height:400px;background:radial-gradient(circle,#ec4899 0%,transparent 70%);bottom:20%;left:10%;animation:pulse-glow 5s ease-in-out infinite 1s}.hero-glow-3{width:500px;height:500px;background:radial-gradient(circle,#8b5cf6 0%,transparent 70%);top:40%;right:10%;animation:pulse-glow 6s ease-in-out infinite 2s}@keyframes pulse-glow{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.hero-content{position:relative;z-index:10;text-align:center;max-width:56rem}.hero-badge{display:inline-block;padding:.5rem 1rem;border-radius:9999px;border:1px solid rgba(168,85,247,.3);background:#a855f71a;color:#c084fc;font-size:.875rem;margin-bottom:1.5rem;animation:fade-in .6s ease-out}.animate-pulse-glow{animation:pulse-glow-shadow 2s ease-in-out infinite}@keyframes pulse-glow-shadow{0%,to{box-shadow:0 0 20px #a855f766}50%{box-shadow:0 0 40px #a855f799,0 0 60px #a855f74d}}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;animation:fade-in .6s ease-out .2s backwards}.gradient-text{background:linear-gradient(135deg,#ec4899,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#ffffffb3;margin-bottom:2rem;max-width:42rem;margin-left:auto;margin-right:auto;animation:fade-in .6s ease-out .4s backwards}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(135deg,#ec4899,#a855f7);color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;font-size:1.125rem;transition:all .3s;box-shadow:0 0 30px #a855f766;animation:fade-in .6s ease-out .6s backwards}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 50px #a855f799,0 10px 30px #0000004d}.hero-trust{margin-top:3rem;animation:fade-in .6s ease-out .8s backwards}.stars{display:flex;justify-content:center;gap:.25rem;margin-bottom:.5rem}.stars svg{background:linear-gradient(135deg,#ec4899,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.trust-text{color:#fff9;font-size:.875rem}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-circle{0%,to{box-shadow:0 0 30px #ec489966,0 0 50px #a855f74d;transform:scale(1)}50%{box-shadow:0 0 50px #ec489999,0 0 80px #a855f780;transform:scale(1.05)}}.features{position:relative;padding:6rem 0;overflow:hidden}.features-glow{position:absolute;width:500px;height:500px;background:radial-gradient(circle,#a855f7 0%,transparent 70%);border-radius:50%;filter:blur(100px);opacity:.2;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;animation:pulse-glow 5s ease-in-out infinite}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{padding:2rem;border-radius:1rem;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s}.feature-card:hover{border-color:#a855f74d;transform:scale(1.05);box-shadow:0 0 40px #a855f74d,0 0 80px #a855f733,0 0 120px #a855f71a,inset 0 0 40px #a855f71a}.feature-icon{width:48px;height:48px;color:var(--color-purple);margin-bottom:1rem}.feature-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.feature-description{color:#ffffffb3;line-height:1.6}.pricing{position:relative;padding:6rem 0;overflow:hidden}.pricing-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,#ec4899 0%,transparent 70%);border-radius:50%;filter:blur(120px);opacity:.2;bottom:0;right:0;pointer-events:none;animation:pulse-glow 6s ease-in-out infinite}.pricing-title{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1rem}.pricing-subtitle{text-align:center;color:#ffffffb3;margin-bottom:4rem;font-size:1.125rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;position:relative;z-index:10}.pricing-card{position:relative;padding:2rem;border-radius:1rem;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s}.pricing-card:hover{border-color:#a855f780;transform:translateY(-8px);box-shadow:0 20px 60px #a855f74d}.pricing-card.popular{border-color:#a855f780;box-shadow:0 0 40px #a855f733}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:.375rem 1rem;background:linear-gradient(135deg,#ec4899,#a855f7);color:#fff;font-size:.75rem;font-weight:600;border-radius:9999px;white-space:nowrap}.pricing-card-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.pricing-badge{display:inline-block;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.badge-green{background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.3)}.badge-purple{background:#a855f733;color:#a855f7;border:1px solid rgba(168,85,247,.3)}.pricing-description{color:#ffffffb3;margin-bottom:1.5rem;line-height:1.6}.pricing-features{list-style:none;margin-bottom:2rem}.pricing-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#fffc}.pricing-features svg{flex-shrink:0;color:var(--color-purple)}.pricing-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem;background:#a855f71a;border:1px solid rgba(168,85,247,.3);color:var(--color-purple);text-decoration:none;border-radius:.5rem;font-weight:600;transition:all .3s}.pricing-cta:hover{background:#a855f733;border-color:#a855f780;box-shadow:0 0 30px #a855f74d}.how-it-works{padding:6rem 0}.section-title{font-size:3rem;font-weight:800;text-align:center;margin-bottom:4rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.step{text-align:center}.step-number{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:#fff;background:linear-gradient(135deg,#ec4899,#a855f7);border-radius:50%;box-shadow:0 0 30px #ec489966,0 0 50px #a855f74d;animation:pulse-circle 3s ease-in-out infinite;position:relative;z-index:1}.step-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.step-description{color:#ffffffb3;line-height:1.6}.portfolio{padding:6rem 0}.portfolio-carousel-container{position:relative;margin:3rem auto 0;display:flex;align-items:center;justify-content:center;gap:2rem;max-width:1200px;padding:0 2rem}.portfolio-carousel-wrapper{flex:1;overflow:visible;position:relative;display:flex;align-items:center;justify-content:center}.portfolio-carousel-track{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:450px}.portfolio-slide{position:absolute;width:700px;max-width:90%;height:400px;transition:all .6s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transform:translate(0) scale(.8);pointer-events:none}.portfolio-slide.active{opacity:1;transform:translate(0) scale(1);z-index:3;pointer-events:auto}.portfolio-slide.prev{opacity:.4;transform:translate(-60%) scale(.85);z-index:1}.portfolio-slide.next{opacity:.4;transform:translate(60%) scale(.85);z-index:1}.portfolio-slide-image{width:100%;height:100%;border-radius:1rem;overflow:hidden;border:1px solid rgba(168,85,247,.2);background:#0a0a0acc;box-shadow:0 10px 40px #00000080;transition:all .6s cubic-bezier(.4,0,.2,1)}.portfolio-slide.active .portfolio-slide-image{border-color:#a855f780;box-shadow:0 20px 60px #a855f74d,0 0 80px #ec489933}.portfolio-slide-image img{width:100%;height:100%;object-fit:contain;background:#000}.portfolio-slide-caption{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);padding:.75rem 1.5rem;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.5rem;border:1px solid rgba(168,85,247,.3);z-index:2;opacity:0;transition:opacity .3s ease;white-space:nowrap}.portfolio-slide.active .portfolio-slide-caption{opacity:1}.portfolio-slide-caption h3{font-size:1rem;font-weight:600;margin:0;color:#fff}.carousel-arrow{width:50px;height:50px;border-radius:50%;border:2px solid rgba(168,85,247,.5);background:#a855f71a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-purple);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:10}.carousel-arrow:hover{background:#a855f733;border-color:var(--color-purple);box-shadow:0 0 30px #a855f766;transform:scale(1.1)}.carousel-arrow:active{transform:scale(.95)}.carousel-arrow svg{width:24px;height:24px}@media (max-width: 768px){.portfolio-carousel-container{gap:1rem;padding:0 1rem}.portfolio-slide{width:90%;height:300px}.portfolio-carousel-track{height:350px}.carousel-arrow{width:40px;height:40px}.carousel-arrow svg{width:20px;height:20px}}.final-cta{position:relative;padding:8rem 0;overflow:hidden}.final-cta-glow{position:absolute;width:800px;height:800px;background:radial-gradient(circle,#a855f7 0%,transparent 70%);border-radius:50%;filter:blur(150px);opacity:.3;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;animation:pulse-glow 5s ease-in-out infinite}.final-cta-content{position:relative;z-index:10;text-align:center}.final-cta-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem}.final-cta-subtitle{font-size:1.5rem;color:#ffffffb3;margin-bottom:2rem}.footer{padding:2rem 0;border-top:1px solid rgba(255,255,255,.1)}.footer-text{text-align:center;color:#ffffff80;font-size:.875rem}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none;opacity:0;transition:opacity .4s ease}.cart-drawer.active{pointer-events:all;opacity:1}.cart-drawer-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.cart-drawer-content{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:420px;background:#0a0a0afa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1)}.cart-drawer.active .cart-drawer-content{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.cart-drawer-title{font-size:1.5rem;font-weight:700}.cart-drawer-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#ffffffb3;cursor:pointer;transition:all .3s}.cart-drawer-close:hover{background:#ffffff1a;color:#fff;transform:scale(1.05)}.cart-drawer-body{flex:1;overflow-y:auto;padding:1.5rem}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);position:relative}.cart-item-image{width:80px;height:80px;flex-shrink:0;border-radius:.5rem;overflow:hidden;background:#ffffff0d}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#a855f71a,#ec48991a)}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-item-title{font-weight:600;color:#fff;text-decoration:none;transition:color .3s}.cart-item-title:hover{color:var(--color-purple)}.cart-item-variant{font-size:.875rem;color:#fff9}.cart-item-price{font-weight:600;color:var(--color-purple)}.cart-item-original-price{margin-left:.5rem;font-size:.875rem;color:#fff6;text-decoration:line-through}.cart-item-quantity{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.quantity-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#a855f71a;border:1px solid rgba(168,85,247,.3);border-radius:.375rem;color:var(--color-purple);cursor:pointer;transition:all .3s}.quantity-btn:hover{background:#a855f733;box-shadow:0 0 20px #a855f74d}.quantity-input{width:50px;height:32px;text-align:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.375rem;color:#fff;font-weight:600}.cart-item-remove{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.375rem;color:#ef4444;cursor:pointer;transition:all .3s}.cart-item-remove:hover{background:#ef444433;box-shadow:0 0 20px #ef44444d;transform:scale(1.05)}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.cart-empty svg{color:#ffffff4d;margin-bottom:1.5rem}.cart-empty-text{font-size:1.125rem;color:#fff9;margin-bottom:2rem}.cart-drawer-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:1rem}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:600}.cart-subtotal-price{color:var(--color-purple);font-size:1.5rem}.cart-note{font-size:.875rem;color:#fff9;text-align:center}.btn-secondary{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;background:#a855f71a;border:1px solid rgba(168,85,247,.3);color:var(--color-purple);text-decoration:none;border-radius:.5rem;font-weight:600;transition:all .3s}.btn-secondary:hover{background:#a855f733;box-shadow:0 0 30px #a855f74d}.cart-page{min-height:100vh;padding:8rem 0 4rem}.cart-page-header{text-align:center;margin-bottom:3rem}.cart-page-title{font-size:3rem;font-weight:800;margin-bottom:.5rem}.cart-page-count{color:#fff9;font-size:1.125rem}.cart-page-content{display:grid;grid-template-columns:1fr 400px;gap:3rem}.cart-page-items{display:flex;flex-direction:column;gap:1.5rem}.cart-page-item{display:grid;grid-template-columns:120px 1fr auto;gap:1.5rem;padding:1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;transition:all .3s}.cart-page-item:hover{border-color:#a855f74d;box-shadow:0 0 40px #a855f733}.cart-page-item-image{width:120px;height:120px;border-radius:.75rem;overflow:hidden;background:#ffffff0d}.cart-page-item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.cart-page-item:hover .cart-page-item-image img{transform:scale(1.05)}.cart-page-item-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#a855f71a,#ec48991a)}.cart-page-item-info{display:flex;flex-direction:column;gap:.75rem}.cart-page-item-title{font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none;transition:color .3s}.cart-page-item-title:hover{color:var(--color-purple)}.cart-page-item-variant{font-size:.875rem;color:#fff9}.cart-page-item-price{font-size:1.125rem;font-weight:600;color:var(--color-purple)}.cart-page-item-original-price{margin-left:.5rem;font-size:1rem;color:#fff6;text-decoration:line-through}.cart-page-item-quantity{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.cart-page-item-remove{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.5rem;color:#ef4444;font-weight:600;cursor:pointer;transition:all .3s;margin-top:.5rem}.cart-page-item-remove:hover{background:#ef444433;box-shadow:0 0 20px #ef44444d}.cart-page-item-total{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:#fff}.cart-summary-card{position:sticky;top:6rem;padding:2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cart-summary-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;color:#fffc}.cart-summary-divider{height:1px;background:#ffffff1a;margin:1rem 0}.cart-summary-total{font-size:1.25rem;font-weight:700;color:#fff}.cart-page-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 1rem;text-align:center}.cart-page-empty svg{color:#fff3;margin-bottom:2rem}.cart-page-empty-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.cart-page-empty-text{font-size:1.125rem;color:#fff9;margin-bottom:2rem}.product-page{min-height:100vh;padding:8rem 0 4rem}.product-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.product-gallery{display:flex;flex-direction:column;gap:1rem}.product-main-image{width:100%;aspect-ratio:1;border-radius:1rem;overflow:hidden;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#a855f71a,#ec48991a)}.product-thumbnails{display:flex;gap:1rem}.product-thumbnail{width:80px;height:80px;border-radius:.5rem;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:all .3s}.product-thumbnail:hover,.product-thumbnail.active{border-color:var(--color-purple);box-shadow:0 0 20px #a855f766}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-title{font-size:2.5rem;font-weight:800;line-height:1.2}.product-price{display:flex;align-items:center;gap:1rem}.product-price-current{font-size:2rem;font-weight:700;color:var(--color-purple)}.product-price-compare{font-size:1.5rem;color:#fff6;text-decoration:line-through}.product-description{color:#ffffffb3;line-height:1.6;font-size:1.125rem}.product-form{display:flex;flex-direction:column;gap:1.5rem}.product-option{display:flex;flex-direction:column;gap:.75rem}.product-option-label{font-weight:600;font-size:1.125rem}.product-option-values{display:flex;flex-wrap:wrap;gap:.75rem}.product-option-values input[type=radio]{display:none}.product-option-value{padding:.75rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;cursor:pointer;transition:all .3s;font-weight:500}.product-option-value:hover{border-color:#a855f780;background:#ffffff14;box-shadow:0 0 20px #a855f733}.product-option-values input[type=radio]:checked+.product-option-value{border-color:var(--color-purple);background:#a855f733;box-shadow:0 0 20px #a855f74d}.product-quantity{display:flex;flex-direction:column;gap:.75rem}.product-quantity-label{font-weight:600;font-size:1.125rem}.product-quantity-selector{display:flex;align-items:center;gap:.75rem;width:fit-content}.product-add-to-cart{width:100%;margin-top:1rem}.product-add-to-cart:disabled{opacity:.5;cursor:not-allowed}.collection-page{min-height:100vh;padding:8rem 0 4rem}.collection-header{text-align:center;margin-bottom:4rem}.collection-title{font-size:3rem;font-weight:800;margin-bottom:1rem}.collection-description{font-size:1.25rem;color:#ffffffb3;max-width:42rem;margin:0 auto}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.product-card{display:flex;flex-direction:column;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;overflow:hidden;text-decoration:none;transition:all .3s}.product-card:hover{border-color:#a855f780;transform:translateY(-8px);box-shadow:0 20px 60px #a855f74d}.product-card-image{position:relative;width:100%;aspect-ratio:1;background:#ffffff0d;overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#a855f71a,#ec48991a)}.product-card-badge{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;background:linear-gradient(135deg,#ec4899,#a855f7);color:#fff;font-size:.875rem;font-weight:700;border-radius:9999px;box-shadow:0 4px 12px #a855f766}.product-card-info{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.product-card-title{font-size:1.25rem;font-weight:700;color:#fff}.product-card-price{display:flex;align-items:center;gap:.75rem}.product-card-price-current{font-size:1.25rem;font-weight:700;color:var(--color-purple)}.product-card-price-compare{font-size:1rem;color:#fff6;text-decoration:line-through}.collection-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 1rem;text-align:center}.collection-empty-text{font-size:1.25rem;color:#fff9;margin-bottom:2rem}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:4rem}.pagination-btn,.pagination-number{padding:.75rem 1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#fff;text-decoration:none;font-weight:600;transition:all .3s}.pagination-btn:hover,.pagination-number:hover{border-color:#a855f780;background:#a855f71a}.pagination-number.active{border-color:var(--color-purple);background:#a855f733;box-shadow:0 0 20px #a855f74d}.customer-page{min-height:100vh;padding:8rem 0 4rem;position:relative}.customer-page:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,#a855f7 0%,transparent 70%);border-radius:50%;filter:blur(120px);opacity:.2;top:20%;left:50%;transform:translate(-50%);pointer-events:none;animation:pulse-glow 5s ease-in-out infinite}.customer-page-content{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 12rem)}.customer-form-card{width:100%;max-width:480px;padding:3rem;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(168,85,247,.3);border-radius:1.5rem;box-shadow:0 20px 60px #0000004d,0 0 40px #a855f733}.customer-form-header{text-align:center;margin-bottom:2rem}.customer-form-title{font-size:2rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,#ec4899,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.customer-form-subtitle{color:#ffffffb3;font-size:1rem}.customer-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-weight:600;color:#ffffffe6;font-size:.875rem}.form-input{padding:.875rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#fff;font-size:1rem;transition:all .3s}.form-input:focus{outline:none;border-color:#a855f780;background:#ffffff14;box-shadow:0 0 20px #a855f733}.form-input::placeholder{color:#fff6}.form-hint{font-size:.875rem;color:#ffffff80}.form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:-.5rem}.form-link{font-size:.875rem;color:var(--color-purple);text-decoration:none;transition:color .3s}.form-link:hover{color:#c084fc}.form-link-primary{color:var(--color-purple);text-decoration:none;font-weight:600;transition:color .3s}.form-link-primary:hover{color:#c084fc}.full-width{width:100%}.customer-form-footer{margin-top:1.5rem;text-align:center;color:#ffffffb3;font-size:.875rem}.form-errors{display:flex;gap:.75rem;padding:1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:.5rem;color:#ef4444}.form-errors svg{flex-shrink:0;margin-top:.125rem}.form-errors-title{font-weight:600;margin-bottom:.25rem}.form-errors ul{list-style:none;margin-top:.5rem}.form-errors li{font-size:.875rem;margin-bottom:.25rem}.form-success{display:flex;gap:.75rem;padding:1rem;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:.5rem;color:var(--color-green)}.form-success svg{flex-shrink:0;margin-top:.125rem}.account-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem}.account-title{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#ec4899,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.account-subtitle{color:#ffffffb3;font-size:1.125rem;margin-top:.5rem}.account-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.account-card{background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:1rem;overflow:hidden;transition:all .3s}.account-card:hover{border-color:#a855f74d;box-shadow:0 0 40px #a855f733}.account-card-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.account-card-title{font-size:1.25rem;font-weight:700}.account-card-link{display:flex;align-items:center;gap:.5rem;color:var(--color-purple);text-decoration:none;font-size:.875rem;font-weight:600;transition:color .3s}.account-card-link:hover{color:#c084fc}.account-badge{padding:.375rem .875rem;background:#a855f733;border:1px solid rgba(168,85,247,.3);border-radius:9999px;color:var(--color-purple);font-size:.875rem;font-weight:600}.account-card-content{padding:1.5rem}.account-info-row{display:flex;justify-content:space-between;align-items:center;padding:.875rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.account-info-row:last-child{border-bottom:none}.account-info-label{color:#fff9;font-size:.875rem}.account-info-value{color:#fff;font-weight:600}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-item{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;text-decoration:none;transition:all .3s}.order-item:hover{border-color:#a855f780;background:#a855f70d;transform:translate(4px)}.order-item-header{display:flex;justify-content:space-between;align-items:center}.order-number{font-weight:700;color:#fff}.order-status{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.order-status-paid{background:#10b98133;color:var(--color-green);border:1px solid rgba(16,185,129,.3)}.order-status-pending{background:#fbbf2433;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.order-item-details{display:flex;justify-content:space-between;align-items:center;color:#ffffffb3;font-size:.875rem}.order-total{font-weight:700;color:var(--color-purple);font-size:1rem}.order-item-footer{display:flex;justify-content:space-between;align-items:center;color:#ffffff80;font-size:.875rem}.order-items-count{color:#fff9}.account-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.account-empty svg{color:#fff3;margin-bottom:1.5rem}.account-empty-text{color:#fff9;margin-bottom:1.5rem}.address-display{color:#fffc;line-height:1.8}.address-display p{margin-bottom:.25rem}@media (max-width: 768px){.nav{display:none}.hero-title{font-size:2.5rem}.pricing-grid,.features-grid,.steps-grid{grid-template-columns:1fr}.carousel-btn{display:none}.cart-drawer-content{max-width:100%}.cart-page-content{grid-template-columns:1fr}.cart-page-item{grid-template-columns:100px 1fr;gap:1rem}.cart-page-item-total{grid-column:1 / -1;justify-content:flex-end;margin-top:1rem}.product-content,.collection-grid{grid-template-columns:1fr}.customer-form-card{padding:2rem 1.5rem}.account-header{flex-direction:column;align-items:flex-start}.account-title{font-size:2rem}.account-grid{grid-template-columns:1fr}.account-dropdown-menu{right:-1rem}.portfolio-carousel-container{gap:1rem}.portfolio-carousel-track{height:300px}.carousel-arrow{width:44px;height:44px}.carousel-arrow svg{width:20px;height:20px}.portfolio-slide-caption{bottom:1rem;padding:.5rem 1rem}.portfolio-slide-caption h3{font-size:.875rem}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/theme.css.map */
