:root{--violet-50:#faf5ff;--violet-100:#f3e8ff;--violet-200:#e9d5ff;--violet-300:#d8b4fe;--violet-400:#c084fc;--violet-500:#a855f7;--violet-600:#9333ea;--violet-700:#7c3aed;--violet-800:#6b21a8;--text:#1f2937;--muted:#6b7280;--border:#e9d5ff;--shadow:0 1px 3px rgba(124,58,237,.08);--shadow-md:0 8px 24px rgba(124,58,237,.12);--header-h:72px;--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:linear-gradient(180deg,#faf5ff,#fff,#faf5ff);min-height:100vh;padding-top:var(--header-h)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:0;background:none;-webkit-tap-highlight-color:transparent}input,select,textarea{font-family:inherit;font-size:16px}.container{max-width:780px;margin:0 auto;padding:0 1rem}.skip-link{position:absolute;left:-9999px}.muted{color:var(--muted)}.small{font-size:.85rem}.text-center{text-align:center}.mt-1{margin-top:.75rem}.mt-2{margin-top:1.5rem}.vf-header{position:fixed;top:0;left:0;right:0;height:var(--header-h);background:#ffffffd9;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid transparent;z-index:50;transition:border-color .2s,box-shadow .2s,background .2s}.vf-header--scrolled{border-bottom-color:var(--violet-100);box-shadow:0 4px 18px #7c3aed0f;background:#ffffffeb}.vf-header__inner{max-width:780px;margin:0 auto;padding:0 1rem;height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.vf-header__brand{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;padding:.5rem 0;line-height:1}.vf-header__rocket{display:inline-flex;color:var(--violet-500)}.vf-header__rocket svg{width:22px;height:22px;transform:rotate(-45deg);filter:drop-shadow(0 1px 2px rgba(124,58,237,.15))}@media(min-width:480px){.vf-header__rocket svg{width:24px;height:24px}}.vf-header__title{font-family:Pacifico,cursive;font-size:1.45rem;line-height:1.45;padding:.15rem 0;display:inline-block;background:linear-gradient(90deg,#a855f7,#7c3aed,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media(min-width:480px){.vf-header__title{font-size:1.7rem;line-height:1.5}}.vf-header__cart{position:relative;width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:var(--violet-700);transition:background .2s}.vf-header__cart:hover{background:var(--violet-50)}.vf-header__cart svg{width:20px;height:20px}.vf-header__badge{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 4px;background:var(--violet-600);color:#fff;font-size:.7rem;font-weight:700;border-radius:9px;display:inline-flex;align-items:center;justify-content:center}.cfg{padding:1.25rem 0 2.5rem}@media(min-width:768px){.cfg{padding:2rem 0 3rem}}.cfg__card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:1.25rem}@media(min-width:480px){.cfg__card{padding:1.75rem}}@media(min-width:768px){.cfg__card{padding:2.25rem}}.cfg__step{font-size:1rem;color:var(--violet-700);font-weight:700;margin:0 0 .85rem}.cfg__step-wrap{margin-top:1.5rem;animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.cfg__platforms{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}@media(min-width:520px){.cfg__platforms{grid-template-columns:repeat(3,1fr)}}@media(min-width:780px){.cfg__platforms{grid-template-columns:repeat(4,1fr)}}.cfg-plat{display:flex;align-items:center;gap:.65rem;padding:.85rem;border:2px solid var(--violet-100);border-radius:14px;background:#fff;transition:border-color .2s,background .2s,transform .15s,box-shadow .2s;text-align:left;cursor:pointer;min-height:56px}.cfg-plat:hover{border-color:var(--violet-300);background:#f3e8ff66}.cfg-plat:active{transform:scale(.98)}.cfg-plat.active{border-color:var(--violet-600);background:#f3e8ff8c;box-shadow:0 4px 14px #7c3aed2e}.cfg-plat__icon-wrap{width:32px;height:32px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.cfg-plat__icon-wrap svg{width:18px;height:18px}@media(min-width:480px){.cfg-plat__icon-wrap{width:34px;height:34px}.cfg-plat__icon-wrap svg{width:20px;height:20px}}.cfg-plat__name{font-weight:600;font-size:.9rem;color:#374151;line-height:1.2}@media(min-width:480px){.cfg-plat__name{font-size:.95rem}}.cfg__services{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}@media(min-width:480px){.cfg__services{gap:.75rem}}.cfg-svc{padding:1rem .5rem;border:2px solid var(--violet-100);border-radius:14px;background:#fff;font-weight:600;color:#374151;transition:all .2s;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.4rem;cursor:pointer;min-height:90px}@media(min-width:480px){.cfg-svc{padding:1.15rem .75rem;min-height:100px}}.cfg-svc:hover{border-color:var(--violet-300);background:#f3e8ff66}.cfg-svc:active{transform:scale(.98)}.cfg-svc.active{border-color:var(--violet-600);background:#f3e8ff8c;color:var(--violet-700);box-shadow:0 4px 14px #7c3aed2e}.cfg-svc__icon{display:inline-flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s}.cfg-svc__icon svg{width:22px;height:22px}@media(min-width:480px){.cfg-svc__icon svg{width:24px;height:24px}}.cfg-svc.active .cfg-svc__icon{color:var(--violet-600)}.cfg-svc__name{font-size:.85rem}@media(min-width:480px){.cfg-svc__name{font-size:.92rem}}.cfg__select,.cfg__input{width:100%;padding:.95rem 1rem;border:1.5px solid var(--violet-200);border-radius:12px;background:#fff;transition:border-color .15s,box-shadow .15s;font-size:1rem}.cfg__select{background:#f5f0ff66;font-weight:500;cursor:pointer}.cfg__select:focus,.cfg__input:focus{outline:0;border-color:var(--violet-400);box-shadow:0 0 0 3px #a855f726}.cfg__input--valid{border-color:#10b981;padding-right:2.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2310b981' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;background-size:1.1rem}.cfg__input--invalid{border-color:#ef4444;background-color:#fef2f2}.cfg__input--invalid:focus{box-shadow:0 0 0 3px #ef444426}.cfg__error{color:#dc2626;font-size:.85rem;margin:.5rem 0 0;display:flex;align-items:center;gap:.4rem;font-weight:500}.cfg__error:before{content:"\26a0";font-size:.95rem}.cfg__price{margin-top:.75rem;font-size:1.5rem;font-weight:800;color:var(--violet-700)}.cfg__warning{display:flex;align-items:flex-start;gap:.6rem;background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1.5px solid #fbbf24;border-radius:12px;padding:.85rem 1rem;margin-top:1rem;color:#78350f;font-size:.88rem;line-height:1.5}.cfg__warning svg{flex-shrink:0;width:20px;height:20px;color:#d97706;margin-top:1px}.cfg__warning b{color:#7c2d12;font-weight:700}.cfg__buy{margin-top:1.5rem;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1.05rem;border-radius:14px;font-weight:800;font-size:1.05rem;color:#fff;background:linear-gradient(90deg,var(--violet-700),var(--violet-500));box-shadow:0 8px 22px #7c3aed52;transition:transform .15s,box-shadow .2s,opacity .2s,background .2s;-webkit-tap-highlight-color:transparent}.cfg__buy:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 28px #7c3aed66}.cfg__buy:active:not(:disabled){transform:scale(.99)}.cfg__buy:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;background:#9ca3af}.cfg__buy svg{width:20px;height:20px}.cfg__msg{margin-top:.75rem;text-align:center;font-size:.9rem;min-height:1.2em}.cfg__msg.error{color:#b91c1c}.cfg__msg.success{color:#15803d}.product-page{padding:2rem 0}.product-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.product-grid{grid-template-columns:1fr 1.2fr}}.product-media img{border-radius:var(--radius);border:1px solid var(--border);background:#fff}.product-info__title{font-size:1.5rem;color:var(--violet-800);margin:0 0 .5rem}.product-info__price{font-size:1.5rem;color:var(--violet-700);font-weight:700}.product-info__label{display:block;font-weight:600;color:var(--violet-700);margin-top:1rem;margin-bottom:.4rem}.product-info__select,.product-page input,.product-page textarea{width:100%;padding:.85rem 1rem;border:1px solid var(--border);border-radius:12px;background:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:12px;font-weight:700}.btn--primary{background:linear-gradient(90deg,var(--violet-700),var(--violet-500));color:#fff;box-shadow:0 6px 18px #7c3aed4d}.btn--ghost{background:transparent;color:var(--violet-700);border:1px solid var(--violet-200)}.btn--xl{width:100%;padding:1rem 1.5rem;font-size:1.05rem}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem}@media(min-width:480px){.card{padding:1.75rem}}.cart-page{padding:1.25rem 0 2rem}.cart-page__title{color:var(--violet-800);font-size:1.5rem;margin:0 0 1rem;text-align:center}@media(min-width:640px){.cart-page__title{font-size:1.75rem;text-align:left}}.cart-form{display:flex;flex-direction:column;gap:1rem}.cart-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.cart-item{display:flex;gap:.85rem;background:#fff;border:1px solid var(--border);border-radius:14px;padding:.85rem;box-shadow:var(--shadow);position:relative}.cart-item__media{flex-shrink:0;width:72px;height:72px;border-radius:10px;background:linear-gradient(135deg,var(--violet-100),var(--violet-50));overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-item__media img{width:100%;height:100%;object-fit:cover}.cart-item__placeholder{font-size:.95rem;font-weight:800;color:var(--violet-600);text-align:center;padding:0 .25rem;line-height:1.2}.cart-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.4rem}.cart-item__title{font-weight:700;color:#1f2937;font-size:.95rem;line-height:1.3;text-decoration:none}.cart-item__title:hover{color:var(--violet-700)}.cart-item__variant{font-size:.8rem;color:var(--muted);margin:0}.cart-item__props{list-style:none;padding:0;margin:.15rem 0 0;font-size:.78rem;color:var(--muted);line-height:1.5;background:#f5f0ff80;border-radius:8px;padding:.4rem .55rem;word-break:break-all}.cart-item__props li span{font-weight:600;color:var(--violet-700)}.cart-item__row{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;margin-top:.4rem}.cart-item__qty{display:flex;flex-direction:column;gap:.2rem}.cart-item__qty-label{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.cart-item__qty input{width:64px;padding:.45rem .55rem;border:1px solid var(--violet-200);border-radius:8px;font-size:.9rem;font-weight:600;text-align:center}.cart-item__price{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.cart-item__price-label{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.cart-item__price strong{color:var(--violet-700);font-size:1.05rem;font-weight:800}.cart-item__remove{position:absolute;top:.55rem;right:.55rem;display:inline-flex;align-items:center;gap:.2rem;font-size:.7rem;color:#dc2626;padding:.25rem .5rem;border-radius:6px;background:#ef44440f;text-decoration:none}.cart-item__remove:hover{background:#ef44441f}.cart-item__remove svg{width:14px;height:14px}.cart-summary{background:#fff;border:1px solid var(--border);border-radius:14px;padding:1rem 1.15rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.6rem;position:sticky;bottom:1rem}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:1rem}.cart-summary__row strong{color:var(--violet-700);font-size:1.4rem;font-weight:800}.cart-summary__note{font-size:.78rem;color:var(--muted);margin:0}.cart-summary__actions{display:flex;flex-direction:column;gap:.5rem;margin-top:.4rem}@media(min-width:640px){.cart-summary__actions{flex-direction:row-reverse}}.cart-summary__checkout{flex:1}.cart-empty{text-align:center;padding:3rem 1rem;background:#fff;border:1px solid var(--border);border-radius:14px}.cart-empty__icon{color:var(--violet-300);margin:0 auto 1rem}.cart-empty__text{color:var(--muted);margin:0 0 1.25rem}.cart-empty__cta{max-width:280px;margin:0 auto;display:inline-flex}.line-properties{list-style:none;padding:0;font-size:.8rem;color:var(--muted);margin:.4rem 0 0}.cart-table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9rem}.cart-table th,.cart-table td{padding:.6rem;text-align:left;border-bottom:1px solid var(--border)}.cart-footer{display:flex;gap:.6rem;align-items:center;justify-content:flex-end;flex-wrap:wrap;margin-top:1rem}.site-footer{background:#fff;border-top:1px solid var(--violet-100);padding:1.75rem 0 2rem;margin-top:2rem}.site-footer__inner{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.site-footer__brand{font-family:Pacifico,cursive;color:var(--violet-700);font-size:1.4rem;margin:0}.site-footer__links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.site-footer__links a{color:var(--muted);font-size:.85rem}.site-footer__links a:hover{color:var(--violet-700)}.payment-icons{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}.payment-icon{height:22px;width:auto}.site-footer__bottom{padding-top:.75rem;text-align:center;color:var(--muted);font-size:.8rem}.page,.collection-page{padding:2rem 0}.rte{line-height:1.6}.rte h2{color:var(--violet-800);margin-top:1.5rem}.rte a{color:var(--violet-700);text-decoration:underline}.featured-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.featured-products__grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:#f5f0ff66;border:1px solid var(--violet-100);border-radius:12px;padding:1rem;display:block}.product-card:hover{border-color:var(--violet-200);box-shadow:var(--shadow-md)}.product-card__img{aspect-ratio:1/1;border-radius:8px;background:linear-gradient(135deg,var(--violet-100),var(--violet-50));margin-bottom:.75rem;display:flex;align-items:center;justify-content:center}.product-card__placeholder{font-size:1.25rem;font-weight:800;color:var(--violet-600)}.product-card__name{font-weight:600;font-size:.85rem;margin:0;color:#1f2937}.product-card__price{color:var(--violet-700);font-weight:700;font-size:.85rem;margin:.25rem 0 0}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
