body{background:#0b0b0f;color:#fff;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0}a{color:#fff;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:20px}header,footer{background:#111318;padding:16px 0;margin:0 0 20px}.header-row{display:flex;align-items:center;justify-content:space-between}nav a{margin:0 10px;opacity:.9}nav a:hover{opacity:1}.tc-btn{background:#6c63ff;color:#fff;padding:12px 28px;border-radius:6px;font-weight:700;text-transform:uppercase;transition:all .3s ease-in-out;box-shadow:0 0 12px #6c63ff66}.tc-btn:hover{background:#8c82ff;box-shadow:0 0 25px #6c63ffe6;transform:scale(1.05)}@keyframes pulse-glow{0%{box-shadow:0 0 8px #6c63ff99;background:#6c63ff}25%{box-shadow:0 0 18px #0ffc;background:#0ff}50%{box-shadow:0 0 25px #ff1493;background:#ff1493}75%{box-shadow:0 0 18px #00ff7fcc;background:#00ff7f}to{box-shadow:0 0 8px #6c63ff99;background:#6c63ff}}.tc-btn{animation:pulse-glow 1.5s infinite}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px}.card{background:#1b1e25;border-radius:16px;padding:16px}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.product-card{background:#1b1e25;border-radius:16px;padding:12px;display:flex;flex-direction:column;gap:10px}.product-card img{width:100%;height:220px;object-fit:cover;border-radius:12px;background:#222}.price{color:#d1e8ff}footer{color:#a0a3ad;text-align:center;margin-top:40px}.cart__checkout-button,button[name=checkout]{background:#6c63ff;color:#fff;font-weight:700;padding:14px 32px;border-radius:8px;text-transform:uppercase;transition:all .3s ease-in-out;animation:pulse-glow 3s infinite}.cart__checkout-button:hover,button[name=checkout]:hover{background:#8c82ff;transform:scale(1.05);box-shadow:0 0 25px #6c63ffe6}.site-header__cart,a[href="/cart"]{position:relative;color:#fff;animation:pulse-glow 3s infinite;transition:all .3s ease-in-out}.site-header__cart:hover,a[href="/cart"]:hover{transform:scale(1.2);color:#8c82ff}.shopify-payment-button__button,.shopify-payment-button__button--unbranded{background:#6c63ff;color:#fff!important;font-weight:700;padding:14px 32px;border-radius:8px;text-transform:uppercase;transition:all .3s ease-in-out;animation:pulse-glow 3s infinite;border:none}.shopify-payment-button__button:hover,.shopify-payment-button__button--unbranded:hover{background:#8c82ff;transform:scale(1.05);box-shadow:0 0 25px #6c63ffe6;animation:wiggle .5s ease-in-out}@keyframes wiggle{0%{transform:rotate(0) scale(1.05)}25%{transform:rotate(-5deg) scale(1.1)}50%{transform:rotate(5deg) scale(1.1)}75%{transform:rotate(-3deg) scale(1.05)}to{transform:rotate(0) scale(1.05)}}@keyframes cart-bounce{0%,to{transform:scale(1) translateY(0)}25%{transform:scale(1.2) translateY(-5px)}50%{transform:scale(.95) translateY(3px)}75%{transform:scale(1.05) translateY(-2px)}}.site-header__cart.bounce,a[href="/cart"].bounce{animation:cart-bounce .6s ease}.shopify-payment-button__button:hover,.shopify-payment-button__button--unbranded:hover{background:#8c82ff;transform:scale(1.05);box-shadow:0 0 25px #6c63ffe6}.product-form__submit{background:#6c63ff;color:#fff;font-weight:700;padding:14px 32px;border-radius:8px;text-transform:uppercase;transition:all .3s ease-in-out;animation:pulse-glow 3s infinite}.product-form__submit:hover{background:#8c82ff;transform:scale(1.05);box-shadow:0 0 25px #6c63ffe6}.chaos-hero-btn{position:relative}.chaos-hero-btn .flame{display:inline-block;animation:flamePulse 1.5s infinite}.chaos-hero-btn:hover .flame{animation:flameFlash .5s infinite;filter:hue-rotate(90deg)}@keyframes flamePulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes flameFlash{0%{transform:scale(1.3);color:#ff1493}50%{transform:scale(1.1);color:#39ff14}to{transform:scale(1.3);color:#ff4500}}.chaos-hero-btn{display:inline-block;margin:10px 5px;padding:12px 28px;background:#6c63ff;color:#fff;border:none;border-radius:8px;font-weight:700;text-transform:uppercase;text-decoration:none;cursor:pointer;animation:pulse-glow 2s infinite,wiggle 3s infinite;transition:all .3s ease-in-out}.chaos-hero-btn:hover{background:#8c82ff;transform:scale(1.05) rotate(-2deg);box-shadow:0 0 25px #ff1493,0 0 40px #39ff14}.chaos-hero-btn .flame{display:inline-block;animation:flamePulse 1.5s infinite ease-in-out;color:#ff1493}.chaos-hero-btn:hover .flame{animation:flameFlash .4s infinite alternate}@keyframes pulse-glow{0%{box-shadow:0 0 8px #6c63ff,0 0 20px #6c63ff}50%{box-shadow:0 0 25px #ff1493,0 0 35px #39ff14}to{box-shadow:0 0 12px #6c63ff,0 0 22px #ff1493}}@keyframes wiggle{0%,to{transform:rotate(0)}15%{transform:rotate(-2deg)}30%{transform:rotate(2deg)}45%{transform:rotate(-1deg)}60%{transform:rotate(1deg)}75%{transform:rotate(-1deg)}}@keyframes flamePulse{0%{transform:scale(1);color:#ff1493}50%{transform:scale(1.2);color:#39ff14}to{transform:scale(1);color:#ff1493}}@keyframes flameFlash{0%{transform:scale(1.3) rotate(-10deg);color:#39ff14}50%{transform:scale(1.1) rotate(10deg);color:#ff1493}to{transform:scale(1.4) rotate(-5deg);color:#fff}}.chaos-hero-btn span{display:inline-block;animation:textGlow 2s infinite alternate;font-weight:700;letter-spacing:1px}@keyframes textGlow{0%{color:#fff;text-shadow:0 0 5px #ff1493,0 0 10px #ff1493}25%{color:#39ff14;text-shadow:0 0 8px #39ff14,0 0 15px #39ff14}50%{color:#00e5ff;text-shadow:0 0 10px #00e5ff,0 0 20px #00e5ff}75%{color:#ff4500;text-shadow:0 0 12px #ff4500,0 0 25px #ff4500}to{color:#fff;text-shadow:0 0 15px #ff1493,0 0 30px #39ff14}}.chaos-item{position:relative;overflow:hidden;transition:all .3s ease-in-out}.chaos-item:hover{box-shadow:0 0 15px #39ff14,0 0 25px #ff1493,0 0 35px #00e5ff;border:2px solid #ff1493;animation:chaosBorder 1.5s infinite alternate;transform:scale(1.05) rotate(-1deg)}@keyframes chaosBorder{0%{border-color:#ff1493}33%{border-color:#39ff14}66%{border-color:#00e5ff}to{border-color:#ff1493}}.chaos-item .price{transition:all .3s ease-in-out}.chaos-item:hover .price{color:#39ff14;text-shadow:0 0 10px #39ff14,0 0 20px #ff1493}.chaos-item .buy-now{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);background:#6c63ff;color:#fff;padding:8px 18px;border-radius:6px;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .4s ease-in-out;opacity:0}.chaos-item:hover .buy-now{bottom:15px;opacity:1;animation:wiggle 1s infinite,pulse-glow 2s infinite}.product-gallery{display:flex;flex-direction:column;gap:1rem}.gallery-main{max-width:600px;margin:auto}.gallery-slide img{width:100%;border-radius:8px}.gallery-thumbs{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.gallery-thumbs img{width:60px;cursor:pointer;border:2px solid transparent;border-radius:4px}.gallery-thumbs img:hover{border-color:#000}.home-carousel-dots,.twisted-carousel-dots{text-align:center;margin-top:14px}.home-carousel-dots button,.twisted-carousel-dots button{border:none;background:#222;width:12px;height:12px;margin:0 5px;border-radius:50%;display:inline-block;cursor:pointer;transition:all .3s ease;animation:neonCycle 4s infinite linear}.home-carousel-dots button.active,.twisted-carousel-dots button.active{background:#f0f;animation:neonPulse 1.2s infinite alternate;transform:scale(1.2)}@keyframes neonCycle{0%{box-shadow:0 0 5px #f0f;background:#f0f}25%{box-shadow:0 0 5px #0ff;background:#0ff}50%{box-shadow:0 0 5px #0f0;background:#0f0}75%{box-shadow:0 0 5px #ff0;background:#ff0}to{box-shadow:0 0 5px #f0f;background:#f0f}}@keyframes neonPulse{0%{box-shadow:0 0 8px #f0f,0 0 16px #0ff}50%{box-shadow:0 0 18px #0f0,0 0 28px #f0f}to{box-shadow:0 0 12px #0ff,0 0 24px #0f0}}body.template-product{background:url(/cdn/shop/files/IMG_6135.jpg?v=1757973364) center center no-repeat!important;background-size:cover!important}body.template-collection{background:url(/cdn/shop/files/IMG_6135.jpg?v=1757973364) center center no-repeat!important;background-size:cover!important}.footer-policies{list-style:none;margin:0;padding:0;text-align:center}.footer-policies li{display:inline-block;margin:0 10px}.footer-policies a{color:#fff;text-decoration:none}.footer-policies a:hover{text-decoration:underline}.footer-socials{text-align:center;margin-top:10px}.footer-socials .social-icon{width:28px;height:28px;margin:0 6px}.chaos-faq{background:#1a0033;color:#39ff14;border:3px solid #ff00cc;border-radius:16px;padding:2em;margin:2em 0;box-shadow:0 0 30px #f0c,0 0 60px #39ff14;font-family:Orbitron,Comic Sans MS,cursive,sans-serif;transition:box-shadow .3s,transform .2s cubic-bezier(.68,-.55,.27,1.55)}.chaos-faq h2,.chaos-faq h4{color:#f0c;text-shadow:0 0 8px #39ff14,0 0 20px #ff00cc;letter-spacing:2px}.chaos-faq a{color:#39ff14;text-decoration:underline wavy #ff00cc;font-weight:700}.chaos-faq h4:hover{animation:shake .5s;cursor:pointer}@keyframes shake{0%{transform:translate(1px,1px) rotate(0)}10%{transform:translate(-1px,-2px) rotate(-2deg)}20%{transform:translate(-3px) rotate(2deg)}30%{transform:translate(3px,2px) rotate(0)}40%{transform:translate(1px,-1px) rotate(-1deg)}50%{transform:translate(-1px,2px) rotate(1deg)}60%{transform:translate(-3px,1px) rotate(0)}70%{transform:translate(3px,1px) rotate(-1deg)}80%{transform:translate(-1px,-1px) rotate(1deg)}90%{transform:translate(1px,2px) rotate(0)}to{transform:translate(1px,-2px) rotate(-2deg)}}.chaos-faq.jump{animation:bounce .8s infinite}@keyframes bounce{0%{transform:scale(1)}50%{transform:scale(1.07)}to{transform:scale(1)}}@media screen and (max-width: 749px){.grid--2-col-tablet-down .grid__item,.grid--3-col-tablet-down .grid__item,.grid--4-col-tablet-down .grid__item,.product-grid .grid__item,.collection .grid__item,.collection-grid .grid__item,.product-list .grid__item,.featured-collection .grid__item,.search-results .grid__item,.product-recommendations .grid__item,.related-products .grid__item,.complementary-products .grid__item,.product-card-wrapper,.card-wrapper{width:50%!important;max-width:50%!important;flex:0 0 50%!important}}@media (max-width: 768px){html{font-size:200%!important}body{line-height:1.6!important}p,li,span,div,a,label,input,button{font-size:1.05rem!important}h1{font-size:2.5rem!important}h2{font-size:2.1rem!important}h3{font-size:1.7rem!important}h4{font-size:1.4rem!important}}@media (max-width: 768px){body,body *{font-size:22px!important;line-height:1.6!important}h1{font-size:42px!important}h2{font-size:36px!important}h3{font-size:30px!important}h4{font-size:26px!important}h5{font-size:22px!important}}@media (max-width: 768px){:root{--font-body-size: 20px !important;--font-heading-size: 30px !important}body{font-size:20px!important;line-height:1.6!important}.card__heading,.product-title,.product__title,.chaos-product-card h2{font-size:22px!important;line-height:1.25!important}.price,.price-item,.money,.sale-price{font-size:20px!important}button,.button,.btn,.chaos-btn{font-size:18px!important;padding:12px 16px!important}.product__description,.rte,p{font-size:18px!important;line-height:1.6!important}}@media (max-width: 768px){body{background:red!important}}.chaos-tiles-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.chaos-tiles-card{padding:10px 8px}@media screen and (max-width: 768px){.chaos-tiles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.chaos-tiles-card{border-radius:16px;background:#1b1e25;padding:14px 10px}.chaos-tiles-title{font-size:18px;font-weight:700;margin-bottom:4px}.chaos-tiles-tagline{font-size:14px;line-height:1.4}@media (max-width: 768px){.chaos-tiles-card{padding:12px 8px}.chaos-tiles-title{font-size:17px}.chaos-tiles-tagline{font-size:13px}}@media (max-width: 768px){.chaos-tiles-title{font-size:26px!important;line-height:1.35!important}.chaos-tiles-tagline{font-size:20px!important;line-height:1.45!important}.chaos-tiles-card{padding:14px 10px!important}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/theme.css.map */
