:root{--navy:#081833;--dark:#06152F;--primary:#5B2EEA;--purple:#6C3BFF;--blue:#2563EB;--soft:#F7F8FB;--lav:#F4F1FF;--text:#566073;--border:#E6E8F0;--wa:#25D366;--green:#16A46A;--orange:#FF7A00;--yellow:#FFC107;--width:1180px}*{box-sizing:border-box}body{margin:0;font-family:Poppins,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--navy);background:#fff;line-height:1.45}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.container{width:min(var(--width),calc(100% - 40px));margin:0 auto}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:12px;top:12px;background:#fff;z-index:999;padding:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:14px;padding:14px 22px;font-weight:800;border:1px solid transparent;min-height:48px}.btn-primary{background:linear-gradient(135deg,#6c3bff,#5b2eea 45%,#2563eb);color:#fff;box-shadow:0 14px 28px #5b2eea38}.btn-secondary,.btn-wa{background:#fff;border-color:var(--border);color:var(--navy)}.wa-icon{width:21px;height:21px;border-radius:50%;background:var(--wa);color:#fff;display:grid;place-items:center;font-size:12px}.section{padding:48px 0}.section-title{text-align:center;margin:0 0 8px;font-size:clamp(27px,3vw,38px);line-height:1.1;font-weight:900}.section-subtitle{text-align:center;color:var(--text);margin:0 auto 26px;max-width:720px}.card{background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:0 12px 30px #08183314}.mobile-scroll{scrollbar-width:none}.mobile-scroll::-webkit-scrollbar{display:none}.announcement{background:var(--dark);color:#fff;font-size:13px;font-weight:700}.announcement__inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:16px;overflow:auto}.announcement__item{display:flex;align-items:center;gap:8px;white-space:nowrap}.header{position:sticky;top:0;background:#fff;border-bottom:1px solid rgba(230,232,240,.8);z-index:40}.header__inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;gap:10px;font-size:28px;font-weight:900;letter-spacing:-.2px}.logo img{max-height:46px;width:auto}.logo-mark{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,var(--purple),var(--blue));color:#fff;display:grid;place-items:center;font-weight:900}.nav{display:flex;gap:24px;align-items:center;font-size:14px;font-weight:700}.nav a{padding:27px 0;position:relative}.nav a:hover,.nav a.active{color:var(--primary)}.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;background:var(--primary);border-radius:2px}.actions{display:flex;gap:10px;align-items:center}.icon-btn{width:42px;height:42px;border:0;border-radius:12px;background:#fff;display:grid;place-items:center;color:var(--navy)}.icon-btn:hover{background:var(--soft)}.menu-btn{display:none}.cart-wrap{position:relative}.cart-count{position:absolute;right:-3px;top:-3px;background:var(--primary);color:#fff;border-radius:99px;min-width:18px;height:18px;font-size:11px;display:grid;place-items:center}.hero{padding:50px 0;background:linear-gradient(180deg,#fff 0% 72%,#fbfaff);overflow:hidden}.hero__grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:46px;align-items:center}.hero h1{font-size:clamp(38px,5vw,62px);letter-spacing:-1.25px;line-height:1;margin:0 0 18px;font-weight:900}.hero .accent{color:var(--primary)}.hero p{font-size:18px;color:var(--text);max-width:570px;margin:0 0 26px}.hero__buttons{display:flex;gap:14px;flex-wrap:wrap}.hero__chips{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.chip{background:#fff;border:1px solid #ECE8FB;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:800;color:#5d547d}.hero__image{position:relative}.hero__image img{border-radius:30px;filter:drop-shadow(0 22px 40px rgba(8,24,51,.16))}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category{padding:22px;min-height:188px}.category__top{display:flex;gap:14px}.category img{width:70px;height:70px;object-fit:contain;flex:0 0 auto}.category h3{margin:0 0 8px;font-size:18px}.category p{margin:0;color:var(--text);font-size:14px}.category .mini{display:inline-flex;margin-top:18px;color:#fff;border-radius:10px;padding:10px 15px;font-size:13px;font-weight:800}.category.ai{background:#f4f1ff}.category.ai h3{color:#5b2eea}.category.ai .mini{background:#5b2eea}.category.design{background:#eef9f3}.category.design h3{color:#16a46a}.category.design .mini{background:#16a46a}.category.digital{background:#eef5ff}.category.digital h3{color:#2563eb}.category.digital .mini{background:#2563eb}.category.physical{background:#fff3e8}.category.physical h3{color:#ff7a00}.category.physical .mini{background:#ff7a00}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{overflow:hidden;display:flex;flex-direction:column}.product-card__media{aspect-ratio:16/9;background:var(--lav);overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card h3{font-size:16px;margin:0}.product-card p{font-size:13px;color:var(--text);margin:0;min-height:40px}.price{font-weight:900}.product-card .btn{width:100%;min-height:42px;padding:11px 14px;border-radius:10px;font-size:14px;margin-top:auto;transition:transform .2s,background .2s}.product-card .btn:hover{transform:translateY(-2px);background:var(--purple);color:#fff;border-color:var(--purple)}.trust{padding:22px 0}.trust__grid{display:grid;grid-template-columns:repeat(4,1fr);background:var(--soft);border:1px solid var(--border);border-radius:20px;overflow:hidden}.trust__item{display:flex;gap:14px;padding:20px;border-right:1px solid var(--border)}.trust__item:last-child{border-right:0}.trust__item img{width:42px;height:42px;object-fit:contain}.trust__item h3{font-size:15px;margin:0 0 4px}.trust__item p{font-size:13px;color:var(--text);margin:0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px}.testimonial,.faq{padding:26px}.testimonial p{color:var(--text)}.quote{font-size:44px;color:#dad4ec}.person{display:flex;gap:12px;align-items:center}.avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#f5c2a9,#854d2b)}.stars{color:var(--yellow);font-size:19px;letter-spacing:2px;margin-left:auto}.faq-list{border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-q{width:100%;background:transparent;border:0;display:flex;justify-content:space-between;gap:12px;padding:15px 0;text-align:left;font-weight:800;color:var(--navy);cursor:pointer}.faq-a{display:none;padding:0 0 14px;color:var(--text);font-size:14px}.faq-item.open .faq-a{display:block}.faq-plus{font-size:22px;color:var(--primary);transition:.2s}.faq-item.open .faq-plus{transform:rotate(45deg)}.newsletter__box{background:linear-gradient(90deg,#5b2eea,#6c3bff 55%,#2563eb);color:#fff;border-radius:22px 22px 0 0;padding:28px 40px;display:grid;grid-template-columns:1fr minmax(320px,470px);gap:24px;align-items:center}.newsletter h2{margin:0;font-size:28px}.newsletter p{margin:4px 0 0;color:#ffffffd1}.newsletter form{display:flex;background:#fff;border-radius:14px;padding:4px;overflow:hidden}.newsletter input{flex:1;border:0;padding:13px;outline:0}.newsletter button{border:0;border-radius:10px;background:var(--primary);color:#fff;font-weight:800;padding:0 18px;transition:transform .2s,background .2s;cursor:pointer}.newsletter button:hover{transform:scale(1.05);background:var(--purple)}.footer{background:var(--dark);color:#fff;padding:36px 0 18px}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:36px}.footer .logo{font-size:24px;margin-bottom:10px}.footer p,.footer a{color:#ffffffc7;font-size:14px}.footer h3{margin:0 0 12px;font-size:16px}.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.footer__bottom{margin-top:26px;padding-top:16px;border-top:1px solid rgba(255,255,255,.12);text-align:center;color:#ffffffad;font-size:13px}.page{padding:52px 0}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:42px}.product-media{background:var(--soft);border:1px solid var(--border);border-radius:24px;padding:18px}.product-info h1{font-size:clamp(32px,4vw,48px);margin:0 0 12px}.product-price{font-size:24px;font-weight:900}.product-form{display:grid;gap:14px;margin-top:22px}.product-form label{font-weight:800;font-size:14px}.product-form input,.product-form select{width:100%;padding:14px;border:1px solid var(--border);border-radius:12px}.qty{max-width:120px}@media(max-width:989px){.container{width:min(100% - 28px,var(--width))}.announcement__inner{justify-content:flex-start}.header__inner{min-height:66px}.nav{display:none}.menu-btn{display:grid}.desktop-only{display:none!important}.hero{padding:28px 0 34px}.hero__grid{grid-template-columns:1fr;gap:24px}.hero__media{order:-1}.hero h1{font-size:38px}.hero p{font-size:16px}.hero__buttons{display:grid}.hero__chips{display:grid;grid-template-columns:1fr}.chip{text-align:center;border-radius:13px}.category-grid,.product-grid{display:flex;overflow-x:auto;gap:14px;margin-left:-14px;margin-right:-14px;padding:4px 14px 16px;scroll-snap-type:x mandatory}.category,.product-card{min-width:78%;scroll-snap-align:start}.trust__grid{grid-template-columns:1fr 1fr}.trust__item{border-right:0;border-bottom:1px solid var(--border)}.two-col,.newsletter__box,.footer__grid,.product-layout{grid-template-columns:1fr}.newsletter__box{padding:24px 18px}.newsletter form{display:grid;background:transparent;gap:10px}.newsletter input,.newsletter button{min-height:48px;border-radius:12px}.section{padding:38px 0}}@media(max-width:520px){.category,.product-card{min-width:86%}.trust__grid{grid-template-columns:1fr}.section-title,.section-subtitle{text-align:left}.footer .logo img{max-width:190px}.hero h1{font-size:34px}}.hero__chips.is-hidden{display:none!important}.header-mobile-menu{display:none}.header-mobile-menu.is-open{display:block}@media(max-width:768px){.hide-on-mobile{display:none!important}}@media(min-width:769px){.hide-on-desktop{display:none!important}}@media(max-width:989px){.hero{padding:18px 0 28px}.hero__grid{gap:18px}.hero__image{text-align:center}.hero__image img{max-width:86%;margin:0 auto;border-radius:22px;filter:drop-shadow(0 14px 26px rgba(8,24,51,.12))}.hero h1{font-size:32px;line-height:1.04;letter-spacing:-.65px;margin-bottom:12px}.hero p{font-size:15px;line-height:1.55;margin-bottom:18px}.hero__buttons{gap:10px}.hero__buttons .btn{min-height:46px;padding:12px 16px}.header-mobile-menu{background:#fff;border-top:1px solid var(--border);box-shadow:0 18px 38px #0818331f}.header-mobile-menu__inner{width:min(var(--width),calc(100% - 28px));margin:0 auto;padding:14px 0 18px;display:grid;gap:8px}.header-mobile-menu a{display:block;padding:12px 14px;border-radius:12px;font-weight:800;color:var(--navy);background:#fff}.header-mobile-menu a:hover{background:var(--lav);color:var(--primary)}}@media(max-width:520px){.hero__image img{max-width:82%}.hero h1{font-size:30px}.category,.product-card{min-width:82%}.hero__buttons .btn{font-size:14px}}.product-info{display:flex;flex-direction:column;gap:20px}.product-info h1{font-size:clamp(32px,4vw,44px);margin:0;line-height:1.1;letter-spacing:-1px}.product-price-wrapper{background:var(--soft);padding:16px 20px;border-radius:16px;display:inline-flex;align-items:center;gap:12px;border:1px solid rgba(0,0,0,.04)}.product-price{font-size:28px;font-weight:900;color:var(--navy);margin:0}.product-description{font-size:16px;line-height:1.6;color:#555;background:#fff;padding:24px;border-radius:20px;border:1px solid var(--border);box-shadow:0 4px 20px #00000005}.variant-options{display:flex;flex-wrap:wrap;gap:10px}.variant-option input[type=radio]{display:none}.variant-option label{cursor:pointer;display:flex;flex-direction:column;padding:12px 20px;background:var(--soft);border:2px solid transparent;border-radius:12px;font-weight:700;font-size:15px;color:var(--navy);transition:all .2s ease}.variant-option input[type=radio]:checked+label{background:#fff;border-color:var(--primary);box-shadow:0 4px 12px rgba(var(--primary-rgb, 0,0,0),.15);color:var(--primary)}.variant-option label:hover{background:#fff;border-color:#0000001a}.btn-buy{background:linear-gradient(135deg,var(--primary) 0%,var(--navy) 100%);color:#fff;border:none;border-radius:16px;padding:18px 24px;font-size:18px;font-weight:800;cursor:pointer;flex-direction:column;width:100%;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 8px 24px rgba(var(--primary-rgb, 0,0,0),.25)}.btn-buy:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(var(--primary-rgb, 0,0,0),.35);filter:brightness(1.1)}.btn-buy:active{transform:translateY(1px);box-shadow:0 4px 12px rgba(var(--primary-rgb, 0,0,0),.2)}.product-form-block{background:#fff;padding:24px;border-radius:20px;border:1px solid var(--border);box-shadow:0 8px 30px #0000000a}.shopify-payment-button__button--unbranded{border-radius:16px!important;min-height:56px!important}.input-premium{background:var(--soft);border:2px solid transparent;transition:all .2s}.input-premium:focus{background:#fff;border-color:var(--primary);outline:none;box-shadow:0 0 0 4px rgba(var(--primary-rgb, 0,0,0),.1)}@keyframes pulse-animation{0%{transform:scale(1)}70%{transform:scale(1.05)}to{transform:scale(1)}}.pulse-wa{animation:pulse-animation 2s infinite;display:inline-flex;align-items:center;gap:8px}@keyframes pulse-action{0%{transform:scale(1)}70%{transform:scale(1.03)}to{transform:scale(1)}}.pulse-action{animation:pulse-action var(--pulse-speed) infinite cubic-bezier(.66,0,0,1);transition:all .3s ease}.pulse-action:hover{animation-play-state:paused;transform:scale(1.05)}.global-animations-enabled .btn-buy,.pulse-buy{animation:pulse-action var(--pulse-speed) infinite cubic-bezier(.66,0,0,1)}.floating-social{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:9999}.floating-social a{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--navy);color:#fff;box-shadow:0 4px 12px #0003;transition:transform .2s}.floating-social a:hover{transform:scale(1.1)}.floating-wa{background:#25d366}.floating-ig{background:#e1306c}.floating-tt{background:#000}.trust-count-1{grid-template-columns:1fr}.trust-count-2{grid-template-columns:repeat(2,1fr)}.trust-count-3{grid-template-columns:repeat(3,1fr)}.trust-count-4{grid-template-columns:repeat(4,1fr)}.trust-count-5{grid-template-columns:repeat(5,1fr)}@media(max-width:989px){.trust__grid[class*=trust-count-]{grid-template-columns:1fr 1fr}}@media(max-width:520px){.trust__grid[class*=trust-count-]{grid-template-columns:1fr}}.floating-fb{background:#1877f2}.btn{transition:all .3s cubic-bezier(.25,.8,.25,1);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-align:center}.anim-pulse,.anim-pulse-action{animation:animPulse 1.2s infinite cubic-bezier(.25,.8,.25,1)}@keyframes animPulse{0%{transform:scale(1)}25%{transform:scale(1.06)}50%{transform:scale(1)}to{transform:scale(1)}}.anim-shake{animation:animShake 3s infinite ease-in-out}@keyframes animShake{0%,90%,to{transform:translate(0)}92%,96%{transform:translate(-5px)}94%,98%{transform:translate(5px)}}.anim-bounce{animation:animBounce 2.5s infinite}@keyframes animBounce{0%,80%,to{transform:translateY(0)}90%{transform:translateY(-8px)}95%{transform:translateY(0)}}.placeholder-svg{width:100%;height:100%;opacity:.5}
/*# sourceMappingURL=/cdn/shop/t/54/assets/theme.css.map */
