laser design

.laser-value-ladder__title span { color: var(--orange); } .laser-value-ladder__sub { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: 17px; line-height: 1.58; font-weight: 600; } .laser-value-ladder__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; } .laser-plan { position: relative; display: flex; flex-direction: column; min-height: 100%; padding: 24px 20px 22px; border-radius: 22px; background: linear-gradient(180deg, #FFFDF9 0%, #FFF8F1 100%); border: 1px solid rgba(224, 107, 18, .16); box-shadow: var(--shadow); overflow: hidden; } .laser-plan::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(224, 107, 18, .10), transparent 42%); pointer-events: none; } .laser-plan--general { border: 1.5px solid rgba(87, 69, 55, .18) !important; box-shadow: 0 14px 32px rgba(46, 36, 28, .06) !important; } .laser-plan--general .laser-plan__tag { color: #574537 !important; } .laser-plan--general .laser-plan__list li { border-color: rgba(87, 69, 55, .12) !important; } .laser-plan--featured { transform: translateY(-8px); border: 2px solid var(--orange); box-shadow: 0 24px 48px rgba(46, 36, 28, .12), 0 0 0 6px rgba(224, 107, 18, .08); } .laser-plan--exclusive { background: radial-gradient(circle at 50% 0%, rgba(201, 122, 43, .24), transparent 42%), linear-gradient(180deg, #FFF4DD 0%, #FFF8F1 54%, #F6EBDD 100%); border: 2px solid rgba(201, 122, 43, .62); box-shadow: 0 24px 52px rgba(46, 36, 28, .14), 0 0 0 6px rgba(201, 122, 43, .10), 0 0 32px rgba(201, 122, 43, .14); } .laser-plan--exclusive::before { background: radial-gradient(circle at 50% 0%, rgba(232, 199, 92, .32), transparent 44%), linear-gradient(180deg, rgba(255, 242, 220, .38), transparent 60%); } .laser-plan__badge { position: absolute; top: 14px; right: 14px; z-index: 2; display: inline-flex; padding: 6px 10px; border-radius: 999px; background: linear-gradient(90deg, var(--orange), var(--orangeDark)); color: #fff; font-family: 'Oswald', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; box-shadow: 0 10px 18px rgba(224, 107, 18, .20); } .laser-plan__badge--exclusive { background: linear-gradient(90deg, #E8C75C, #C97A2B); color: #2A211A; box-shadow: 0 10px 20px rgba(201, 122, 43, .24); } .laser-plan__top, .laser-plan__list, .laser-plan__mockup, .laser-plan__priceBox, .laser-plan__btn { position: relative; z-index: 1; } .laser-plan__top { text-align: center; margin-bottom: 18px; } .laser-plan__tag { display: inline-flex; font-family: 'Oswald', sans-serif; font-size: 14px; line-height: 1; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; } .laser-plan--exclusive .laser-plan__tag { color: #B85710; } .laser-plan__name { margin: 0 0 8px; font-family: 'Oswald', sans-serif; font-size: clamp(25px, 2.7vw, 34px); line-height: 1.02; font-weight: 700; text-transform: uppercase; letter-spacing: .2px; color: var(--text); } .laser-plan__desc { margin: 0 auto; max-width: 285px; color: var(--muted); font-size: 14.5px; line-height: 1.42; font-style: italic; font-weight: 600; } .laser-plan__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; flex: 1; } .laser-plan__list li { display: flex; gap: 8px; align-items: center; color: var(--text); font-size: 14px; line-height: 1.34; font-weight: 800; padding: 8px 9px; border-radius: 12px; background: rgba(255, 253, 249, .58); border: 1px solid rgba(224, 107, 18, .10); box-shadow: 0 6px 14px rgba(46, 36, 28, .025); } .laser-plan__list li span { width: 19px; height: 19px; min-width: 19px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(180deg, var(--orange), var(--orangeDark)); color: #fff !important; font-size: 12px; line-height: 1; font-weight: 900; box-shadow: 0 5px 10px rgba(224, 107, 18, .18); flex: 0 0 auto; } .laser-plan__list .laser-plan__muted { color: rgba(87, 69, 55, .42); background: rgba(246, 235, 221, .36); border: 1px dashed rgba(87, 69, 55, .18); box-shadow: none; } .laser-plan__list .laser-plan__muted span { background: rgba(87, 69, 55, .22); color: #fff !important; box-shadow: none; } .laser-plan--featured .laser-plan__list li { border-color: rgba(224, 107, 18, .16); background: rgba(255, 253, 249, .70); } .laser-plan--exclusive .laser-plan__list li { background: linear-gradient(180deg, rgba(255, 244, 221, .78), rgba(255, 253, 249, .74)); border: 1px solid rgba(201, 122, 43, .18); box-shadow: 0 7px 16px rgba(201, 122, 43, .045); } .laser-plan--exclusive .laser-plan__list li span { background: linear-gradient(180deg, #E8C75C, #C97A2B); color: #2A211A !important; box-shadow: 0 5px 11px rgba(201, 122, 43, .22); } .laser-plan__mockup { position: relative; z-index: 1; margin: 22px auto 18px; width: 100%; display: flex; align-items: center; justify-content: center; } .laser-plan__mockupImg { display: block; width: 100%; max-width: 330px; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 18px; border: 1px solid rgba(224, 107, 18, .18); box-shadow: 0 18px 34px rgba(46, 36, 28, .14); background: #F6EBDD; } .laser-plan--featured .laser-plan__mockupImg { border-color: rgba(224, 107, 18, .32); box-shadow: 0 20px 38px rgba(46, 36, 28, .16), 0 0 0 5px rgba(224, 107, 18, .08); } .laser-plan--exclusive .laser-plan__mockupImg { border-color: rgba(201, 122, 43, .52); box-shadow: 0 22px 42px rgba(46, 36, 28, .18), 0 0 0 6px rgba(201, 122, 43, .12); } .laser-plan__priceBox { text-align: center; margin-bottom: 14px; } .laser-plan__old { display: inline-block; font-size: 13px; color: rgba(87, 69, 55, .54); text-decoration: line-through; margin-right: 8px; font-weight: 700; } .laser-plan__price { display: inline-block; font-family: 'Oswald', sans-serif; font-size: 25px; line-height: 1; color: var(--text); letter-spacing: .2px; } .laser-plan--exclusive .laser-plan__price { color: #B85710; } .laser-plan__btn { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; border-radius: 999px; text-decoration: none; border: 2px solid var(--orange); color: var(--orangeDark); background: #fffdf9; font-family: 'Oswald', sans-serif; font-size: 17px; line-height: 1; font-weight: 700; letter-spacing: .35px; text-transform: uppercase; transition: .2s ease; cursor: pointer; } .laser-plan__btn:hover { transform: translateY(-2px); box-shadow: 0 14px 24px rgba(224, 107, 18, .16); } .laser-plan__btn--vip { background: linear-gradient(90deg, var(--orange), var(--orangeDark)); color: #fff; } .laser-plan__btn--exclusive { border-color: #C97A2B; background: linear-gradient(90deg, #E06B12, #C97A2B, #B85710); color: #fff; box-shadow: 0 16px 30px rgba(201, 122, 43, .24); } .laser-value-after { max-width: 760px; margin: 34px auto 0; display: flex; flex-direction: column; gap: 18px; } /* FAQ */ .pv3d-mini-faq2 { --orange: #E06B12; --orange-dark: #B85710; --ink: #2A211A; --muted: #574537; --card: rgba(255, 253, 249, .96); --stroke: rgba(224, 107, 18, .18); width: 100%; margin: 0 auto; padding: 0; font-family: 'Manrope', system-ui, sans-serif; } .pv3d-mini-faq2__list { display: flex; flex-direction: column; gap: 10px; } .pv3d-mini-faq2__item { background: var(--card); border: 1px solid var(--stroke); border-radius: 18px; overflow: hidden; box-shadow: 0 14px 30px rgba(46, 36, 28, .08), inset 0 1px 0 rgba(255, 255, 255, .72); position: relative; backdrop-filter: blur(8px); } .pv3d-mini-faq2__item::before { content: ""; position: absolute; left: 10px; top: 12px; bottom: 12px; width: 4px; border-radius: 999px; background: linear-gradient(180deg, var(--orange), var(--orange-dark)); opacity: .92; } .pv3d-mini-faq2__trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px 14px 26px; background: transparent; border: 0; cursor: pointer; color: var(--ink); font-family: 'Oswald', sans-serif; font-weight: 600; text-align: left; letter-spacing: .02em; text-transform: uppercase; font-size: clamp(16px, 2.2vw, 19px); line-height: 1.08; -webkit-tap-highlight-color: transparent; } .pv3d-mini-faq2__icon { min-width: 30px; height: 30px; display: grid; place-items: center; border-radius: 999px; background: linear-gradient(90deg, rgba(224, 107, 18, .20), rgba(201, 122, 43, .22)); border: 1px solid rgba(224, 107, 18, .22); color: #2A211A; font-weight: 900; font-size: 18px; box-shadow: 0 10px 22px rgba(46, 36, 28, .10); transition: transform .22s ease; font-family: 'Manrope', sans-serif; } .pv3d-mini-faq2__trigger[aria-expanded="true"] .pv3d-mini-faq2__icon { transform: rotate(45deg); } .pv3d-mini-faq2__content { max-height: 0; overflow: hidden; transition: max-height .28s ease; border-top: 1px solid rgba(224, 107, 18, .14); background: linear-gradient(180deg, rgba(246, 235, 221, .55), rgba(255, 248, 241, .75)); } .pv3d-mini-faq2__content p { margin: 0; padding: 12px 16px 14px 26px; color: var(--muted); line-height: 1.62; font-size: 15.5px; font-family: 'Manrope', sans-serif; font-weight: 600; } .pv3d-mini-faq2__content strong { color: var(--ink); font-weight: 800; } /* Card dark */ .sp-card.sp-laser { --bg: #1F1611; --bg2: #2C1F17; --orange: #E06B12; --orangeDark: #B85710; --cream: #FFF8F1; --creamSoft: #F6EBDD; --orangeGlow: rgba(224, 107, 18, 0.28); --text: #FFFFFF; --muted: #F3E5D7; width: 100%; max-width: 760px; margin: 0 auto; border-radius: 18px; background: radial-gradient(120% 140% at 10% 0%, rgba(224, 107, 18, 0.10), transparent 45%), radial-gradient(120% 160% at 100% 100%, rgba(246, 235, 221, 0.06), transparent 40%), linear-gradient(180deg, rgba(31, 22, 17, 0.98), rgba(44, 31, 23, 0.96)); border: 1px solid rgba(224, 107, 18, 0.20); padding: 16px 20px; position: relative; box-shadow: 0 12px 30px rgba(46, 36, 28, 0.34), 0 0 16px var(--orangeGlow), inset 0 1px 0 rgba(255, 255, 255, 0.04); color: var(--text); overflow: hidden; font-family: 'Manrope', sans-serif; } .header-cardnew { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; } .iconppalnew { width: 40px; height: 40px; flex: 0 0 40px; } .tilde-icon { width: 100%; height: auto; filter: brightness(0) invert(1) drop-shadow(0 0 10px rgba(224, 107, 18, 0.28)); } .title-cardnew { margin: 0; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 22px; line-height: 1.1; letter-spacing: .02em; text-transform: uppercase; background: linear-gradient(180deg, #ffffff 6%, #F6EBDD 58%, #E09A4A 100%); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; } .neon-title { text-shadow: 0 0 10px rgba(224, 107, 18, 0.28); } .subtitle-cardnew { margin: 2px 0 0 0; font-size: 13px; color: #F3E5D7; opacity: .92; } .progress-bar { height: 6px; border-radius: 10px; margin: 12px 0 10px; background: linear-gradient(90deg, #E06B12, #E8A14B, #FFF8F1); box-shadow: 0 0 14px rgba(224, 107, 18, 0.28); position: relative; overflow: hidden; } .progress-bar::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent); animation: sp-sheen 2.5s linear infinite; } @keyframes sp-sheen { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } } .statscardnew { display: flex; justify-content: space-between; gap: 10px; text-align: center; margin-top: 8px; } .statcardnew { flex: 1; padding: 0 5px; border-right: 1px dashed rgba(246, 235, 221, .16); } .statcardnew:last-child { border-right: none; } .stat-number { font-size: 20px; font-weight: 900; color: #fff; font-family: 'Poppins', sans-serif; line-height: 1; text-shadow: 0 0 10px rgba(224, 107, 18, 0.28); } .stat-text { color: #F3E5D7; font-size: 11px; margin-top: 4px; font-weight: 600; line-height: 1.25; } .icononenew .white-icon { width: 18px; height: 18px; filter: brightness(0) invert(1); opacity: .92; margin: 0 auto 4px; } /* Urgency timer */ .pvlaser-urgency2 { --orange: #E06B12; --orange-dark: #B85710; --cream: #FFF8F1; --cream-2: #F6EBDD; --txt: #2A211A; --soft: #574537; --box: 92px; --gap: 12px; --radius: 18px; position: relative; overflow: hidden; background: radial-gradient(900px 420px at 18% 0%, rgba(224, 107, 18, .14), transparent 60%), radial-gradient(820px 520px at 100% 120%, rgba(246, 235, 221, .18), transparent 55%), linear-gradient(180deg, #FFF8F1, #F6EBDD); border-radius: var(--radius); padding: 18px 16px; text-align: center; max-width: 760px; width: 100%; margin: 0 auto; border: 1px solid rgba(46, 36, 28, .10); box-shadow: 0 14px 32px rgba(46, 36, 28, .08), 0 0 22px rgba(224, 107, 18, .08), inset 0 1px 0 rgba(255, 255, 255, .75); } .pvlaser-urgency2 h2, .pvlaser-urgency2 p { margin: 0; } .pvlaser-urgency2 .sp-title { font-family: 'Oswald', system-ui, sans-serif; font-weight: 700; font-size: clamp(28px, 4vw, 34px); line-height: 1.02; margin: 0 0 8px; text-transform: uppercase; letter-spacing: .2px; color: var(--txt); position: relative; z-index: 2; } .pvlaser-urgency2 .sp-copy { margin: 0 0 10px; color: var(--soft); font-family: 'Manrope', system-ui, sans-serif; font-size: 16px; font-weight: 600; line-height: 1.58; position: relative; z-index: 2; } .pvlaser-urgency2 .sp-copy b { color: var(--txt); font-weight: 800; } .pvlaser-urgency2 .sp-sub { margin: 0 0 12px; color: var(--txt); font-family: 'Oswald', system-ui, sans-serif; font-size: 18px; font-weight: 600; line-height: 1.05; text-transform: uppercase; position: relative; z-index: 2; } .sp-timer2 { display: flex; justify-content: center; align-items: stretch; gap: var(--gap); margin-bottom: 14px; position: relative; z-index: 2; } .sp-box2 { width: var(--box); height: var(--box); border-radius: 12px; background: linear-gradient(180deg, rgba(255, 253, 249, .98), rgba(246, 235, 221, .92)); border: 1px solid rgba(46, 36, 28, .10); box-shadow: 0 10px 22px rgba(46, 36, 28, .08); display: flex; flex-direction: column; align-items: center; justify-content: center; } .sp-number2 { font-family: 'Oswald', system-ui, sans-serif; font-weight: 700; font-size: 42px; line-height: 1; background: linear-gradient(180deg, var(--orange), var(--orange-dark)); -webkit-background-clip: text; background-clip: text; color: transparent; } .sp-label2 { margin-top: 6px; font-family: 'Manrope', system-ui, sans-serif; font-weight: 800; font-size: 11px; line-height: 1; color: rgba(46, 36, 28, .70); letter-spacing: .12em; text-transform: uppercase; } .sp-sep2 { align-self: center; font-family: 'Oswald', system-ui, sans-serif; font-weight: 700; font-size: 28px; line-height: 1; color: rgba(46, 36, 28, .45); margin: 0 -4px 12px; position: relative; z-index: 2; } @media (max-width: 980px) { .laser-value-ladder__cards { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; } .laser-plan--featured { transform: none; } .laser-plan__mockupImg { max-width: 360px; } } @media (max-width: 640px) { .laser-value-ladder { padding: 38px 10px 46px; } .laser-value-ladder__head { margin-bottom: 24px; } .laser-value-ladder__title { font-size: clamp(28px, 8.6vw, 38px); line-height: 1.18; } .laser-value-ladder__sub { font-size: 15.5px; line-height: 1.52; } .laser-plan { padding: 22px 16px 20px; border-radius: 20px; } .laser-plan__badge { top: 12px; right: 12px; font-size: 11px; padding: 5px 9px; } .laser-plan__desc { font-size: 14px; } .laser-plan__list { gap: 7px; } .laser-plan__list li { font-size: 13.5px; line-height: 1.34; padding: 8px 9px; border-radius: 11px; } .laser-plan__list li span { width: 18px; height: 18px; min-width: 18px; font-size: 11px; } .laser-plan__mockup { margin: 18px auto 16px; } .laser-plan__mockupImg { max-width: 100%; border-radius: 16px; } .laser-plan__price { font-size: 24px; } .laser-value-after { margin-top: 26px; gap: 14px; } .pv3d-mini-faq2__trigger { padding: 12px 14px 12px 24px; font-size: 18px; line-height: 1.14; } .pv3d-mini-faq2__icon { min-width: 28px; height: 28px; font-size: 17px; } .pv3d-mini-faq2__item::before { left: 9px; top: 11px; bottom: 11px; } .pv3d-mini-faq2__content p { padding: 10px 14px 12px 24px; font-size: 15.5px; line-height: 1.58; } .title-cardnew { font-size: 18px; } .stat-number { font-size: 18px; } .stat-text { font-size: 10px; } .pvlaser-urgency2 { --box: 78px; --gap: 10px; padding: 16px 14px; } .sp-number2 { font-size: 38px; } .pvlaser-urgency2 .sp-title { font-size: clamp(24px, 8vw, 30px); line-height: 1.02; } .pvlaser-urgency2 .sp-copy { font-size: 15.5px; line-height: 1.54; } .pvlaser-urgency2 .sp-sub { font-size: 17px; line-height: 1.04; } } /* ============================================= 7. INCLUDED BONUSES ============================================= */ :root{ --b2-text:#2A211A; --b2-muted:#574537; --b2-orange:#E06B12; --b2-orange-dark:#B85710; --b2-cream:#FFF8F1; --b2-cream-2:#F6EBDD; --b2-card:#FFFDF9; --b2-stroke:rgba(224,107,18,.14); --b2-stroke2:rgba(224,107,18,.10); --b2-shadow:0 18px 40px rgba(46,36,28,.08); } .fer-bonus2{ padding:54px 14px; background:linear-gradient(135deg, rgba(255,248,241,.98) 0%, rgba(246,235,221,.92) 55%, rgba(255,253,249,.98) 100% ); font-family:'Manrope', system-ui, sans-serif; } .fer-bonus2 *{ box-sizing:border-box; } .fer-bonus2__inner{ max-width:1050px; margin:0 auto; } .fer-bonus2__head{ text-align:center; margin-bottom:30px; } .fer-bonus2__pillTop{ display:inline-flex; align-items:center; justify-content:center; padding:9px 16px; border-radius:999px; background:#F6EBDD; color:var(--b2-text); font-family:'Oswald', sans-serif; font-size:13px; font-weight:600; letter-spacing:.8px; text-transform:uppercase; margin-bottom:14px; } .fer-bonus2__title{ text-align:center; font-family:'Oswald', system-ui, sans-serif; font-size:clamp(28px, 5vw, 44px); color:var(--b2-text); margin:0 0 12px; line-height:1.02; font-weight:700; letter-spacing:.2px; text-transform:uppercase; } .fer-bonus2__subtitle{ text-align:center; font-family:'Manrope', system-ui, sans-serif; font-size:18px; font-weight:600; color:var(--b2-muted); margin:0 auto; line-height:1.58; max-width:900px; } .fer-bonus2__subtitle b{ color:var(--b2-orange-dark); font-weight:800; } .fer-bonus2__grid{ display:grid; gap:18px; } .fer-bonus2__card{ background:var(--b2-card); border-radius:22px; padding:24px; box-shadow:var(--b2-shadow); border:1px solid var(--b2-stroke); position:relative; overflow:hidden; } .fer-bonus2__card::after{ content:""; position:absolute; width:420px; height:220px; top:-120px; right:-160px; background:radial-gradient(circle at 35% 35%, rgba(224,107,18,.12), rgba(246,235,221,.18), transparent 60% ); filter:blur(10px); pointer-events:none; } .fer-bonus2__row{ display:flex; flex-wrap:wrap; gap:18px; align-items:center; } .fer-bonus2__img{ width:100%; max-width:390px; border-radius:16px; display:block; margin:auto; border:1px solid var(--b2-stroke2); } .fer-bonus2__info{ flex:1 1 320px; min-width:280px; } .fer-bonus2__pill{ display:inline-flex; align-items:center; justify-content:center; padding:8px 14px; border-radius:999px; background:linear-gradient(90deg, #F6EBDD, #FFF8F1); border:1px solid rgba(224,107,18,.14); font-family:'Oswald', sans-serif; color:var(--b2-orange-dark); font-size:13px; font-weight:600; letter-spacing:.6px; text-transform:uppercase; margin-bottom:12px; } .fer-bonus2__h3{ font-family:'Oswald', sans-serif; font-size:clamp(24px, 3.6vw, 34px); margin:0 0 10px; color:var(--b2-text); line-height:1.03; font-weight:700; letter-spacing:.15px; text-transform:uppercase; } .fer-bonus2__p{ font-family:'Manrope', sans-serif; font-size:16px; line-height:1.62; color:rgba(42,33,26,.84); margin:0; font-weight:600; } @media (max-width: 640px){ .fer-bonus2{ padding:42px 10px; } .fer-bonus2__head{ margin-bottom:24px; } .fer-bonus2__pillTop{ font-size:12.5px; padding:8px 14px; margin-bottom:12px; } .fer-bonus2__title{ font-size:clamp(24px, 8.2vw, 34px); line-height:1.02; margin-bottom:10px; } .fer-bonus2__subtitle{ font-size:17px; line-height:1.56; } .fer-bonus2__card{ padding:18px; border-radius:18px; } .fer-bonus2__grid{ gap:14px; } .fer-bonus2__img{ max-width:100%; border-radius:14px; } .fer-bonus2__pill{ font-size:12.5px; padding:7px 12px; margin-bottom:10px; } .fer-bonus2__h3{ font-size:22px; line-height:1.04; margin-bottom:8px; } .fer-bonus2__p{ font-size:15.5px; line-height:1.58; } } /* ============================================= 8. INCLUDED CATEGORIES ============================================= */ .pv-cats3{ --pv-orange:#E06B12; --pv-orange-dark:#B85710; --pv-dark:#2A211A; --pv-text:#2A211A; --pv-muted:#574537; --pv-soft:#FFF8F1; --pv-cream:#F6EBDD; --pv-grad:linear-gradient(90deg,var(--pv-orange),var(--pv-orange-dark)); padding:38px 14px; background:#FFF8F1; font-family:'Manrope',sans-serif; } .pv-cats3 *{ box-sizing:border-box; } .pv-cats3__wrap{ max-width:1120px; margin:0 auto; } .pv-cats3__head{ text-align:center; margin-bottom:22px; } .pv-cats3__pill{ display:inline-flex; align-items:center; justify-content:center; padding:9px 16px; border-radius:999px; background:#F6EBDD; color:var(--pv-dark); font-family:'Oswald',sans-serif; font-size:13px; font-weight:600; letter-spacing:.8px; text-transform:uppercase; margin-bottom:14px; } .pv-cats3__title{ margin:0 0 10px; font-family:'Oswald',sans-serif; font-size:clamp(26px,4vw,42px); line-height:1.03; color:var(--pv-dark); font-weight:700; text-transform:uppercase; letter-spacing:.2px; } .pv-cats3__title span{ color:#E06B12; } .pv-cats3__sub{ max-width:760px; margin:0 auto; font-family:'Manrope',sans-serif; font-size:18px; line-height:1.56; color:var(--pv-text); font-weight:600; } .pv-cats3__grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; } .pv-cats3Card{ background:#fffdf9; border-radius:22px; overflow:hidden; border:1px solid rgba(46,36,28,.08); box-shadow:0 12px 28px rgba(46,36,28,.05); display:flex; flex-direction:column; } .pv-cats3Card__imgWrap{ aspect-ratio:1.55 / 1; background:#F3E6D8; overflow:hidden; } .pv-cats3Card__img{ width:100%; height:100%; object-fit:cover; display:block; } .pv-cats3Card__body{ padding:16px 18px 18px; } .pv-cats3Card__title{ margin:0 0 8px; font-family:'Oswald',sans-serif; font-size:22px; line-height:1.05; font-weight:600; color:var(--pv-dark); text-transform:uppercase; letter-spacing:.15px; } .pv-cats3Card__formats{ margin:0 0 10px; font-family:'Manrope',sans-serif; font-size:14px; line-height:1.45; color:#5B4637; font-weight:800; letter-spacing:.2px; } .pv-cats3Card__list{ list-style:none; margin:0; padding:0; } .pv-cats3Card__list li{ position:relative; padding-left:16px; margin:0 0 9px; font-family:'Manrope',sans-serif; font-size:16px; line-height:1.55; color:var(--pv-muted); font-weight:600; } .pv-cats3Card__list li::before{ content:"•"; position:absolute; left:0; top:0; color:#8A9A2B; font-weight:900; } /* MORE COMPACT */ .pv-cats3__moreWrap{ margin-top:14px; padding:14px 14px; border-radius:16px; background:#fffdf9; border:1px solid rgba(46,36,28,.06); box-shadow:0 8px 20px rgba(46,36,28,.03); } .pv-cats3__moreTitle{ font-family:'Oswald',sans-serif; font-size:18px; font-weight:600; color:var(--pv-dark); margin-bottom:10px; text-align:center; line-height:1.05; text-transform:uppercase; letter-spacing:.15px; } .pv-cats3__tags{ display:flex; flex-wrap:wrap; gap:8px; justify-content:center; } .pv-cats3__tag{ display:inline-flex; align-items:center; justify-content:center; padding:9px 12px; border-radius:999px; background:#FFF8F1; border:1px solid rgba(224,107,18,.10); font-family:'Manrope',sans-serif; font-size:13.5px; font-weight:700; color:#5B4637; line-height:1.1; } .pv-cats3__bottom{ margin-top:16px; text-align:center; padding:14px 18px; border-radius:999px; background:var(--pv-grad); color:#fff; font-family:'Oswald',sans-serif; font-size:18px; line-height:1.02; font-weight:600; letter-spacing:.35px; text-transform:uppercase; box-shadow:0 16px 34px rgba(224,107,18,.20); } @media (max-width: 980px){ .pv-cats3__grid{ grid-template-columns:1fr; } } @media (max-width: 640px){ .pv-cats3{ padding:34px 10px; } .pv-cats3__pill{ font-size:12.5px; padding:8px 14px; margin-bottom:12px; } .pv-cats3__title{ font-size:clamp(24px,8vw,34px); line-height:1.02; } .pv-cats3__sub{ font-size:17px; line-height:1.56; } .pv-cats3Card__body{ padding:15px 16px 16px; } .pv-cats3Card__title{ font-size:20px; line-height:1.03; } .pv-cats3Card__formats{ font-size:14px; line-height:1.45; } .pv-cats3Card__list li{ font-size:16px; line-height:1.56; } .pv-cats3__moreWrap{ margin-top:12px; padding:12px 10px; border-radius:14px; } .pv-cats3__moreTitle{ font-size:16px; margin-bottom:8px; } .pv-cats3__tags{ gap:7px; } .pv-cats3__tag{ font-size:13.2px; padding:8px 10px; } .pv-cats3__bottom{ font-size:16px; line-height:1.04; padding:13px 14px; } } /* ============================================= 9. SOCIAL PROOF / WHATSAPP ============================================= */ /* =============================== WHATSAPP SOCIAL PROOF – WARM Oswald + Manrope =============================== */ .pv-wa-simple2{ --orange:#E06B12; --orange-dark:#B85710; --cream:#FFF8F1; --cream-2:#F6EBDD; --text:#2A211A; --muted:#574537; max-width:1100px; margin:30px auto; padding:28px 14px 34px; background:#FFF8F1; border-radius:20px; text-align:center; font-family:'Manrope',sans-serif; border:1px solid rgba(46,36,28,.06); } .pv-wa-simple2 *{ box-sizing:border-box; } .pv-wa-pill2{ display:inline-flex; align-items:center; justify-content:center; padding:8px 14px; border-radius:999px; background:#F6EBDD; color:#B85710; font-family:'Oswald',sans-serif; font-size:13px; font-weight:600; letter-spacing:.7px; text-transform:uppercase; } .pv-wa-title2{ font-family:'Oswald',system-ui,sans-serif; font-size:clamp(28px, 5.6vw, 52px); font-weight:700; line-height:1.02; margin:12px 0 10px; text-transform:uppercase; letter-spacing:.2px; background:linear-gradient(90deg,#E06B12,#B85710); -webkit-background-clip:text; -webkit-text-fill-color:transparent; } .pv-wa-sub2{ font-family:'Manrope',sans-serif; font-size:17px; line-height:1.52; font-weight:600; color:var(--muted); margin-bottom:18px; } .pv-wa-wrap2{ position:relative; } .pv-wa-slider2{ display:flex; gap:16px; overflow-x:auto; overflow-y:hidden; padding:12px 6px 18px; scrollbar-width:none; -webkit-overflow-scrolling:touch; scroll-snap-type:x mandatory; cursor:grab; touch-action: pan-y pinch-zoom; } .pv-wa-slider2::-webkit-scrollbar{ display:none; } .pv-wa-img2{ flex:0 0 auto; width:300px; max-width:82vw; border-radius:18px; border:1px solid rgba(46,36,28,.10); box-shadow:0 14px 30px rgba(46,36,28,.10); scroll-snap-align:center; user-select:none; -webkit-user-drag:none; } /* Arrows */ .pv-wa-arrow2{ position:absolute; top:50%; transform:translateY(-50%); width:42px; height:42px; border-radius:50%; border:none; background:#fffdf9; color:#2A211A; font-family:'Oswald',sans-serif; font-size:28px; font-weight:700; box-shadow:0 10px 25px rgba(46,36,28,.16); cursor:pointer; z-index:5; border:1px solid rgba(224,107,18,.14); } .pv-wa-arrow2--left{ left:10px; } .pv-wa-arrow2--right{ right:10px; } @media(max-width:768px){ .pv-wa-simple2{ padding:24px 10px 28px; } .pv-wa-pill2{ font-size:12.5px; padding:8px 13px; } .pv-wa-title2{ font-size:clamp(24px, 8vw, 36px); line-height:1.02; } .pv-wa-sub2{ font-size:16px; line-height:1.48; margin-bottom:16px; } .pv-wa-arrow2{ width:36px; height:36px; font-size:24px; } .pv-wa-img2{ width:290px; max-width:84vw; } } /* ============================================= 10. OBJECTIONS ============================================= */ /* ===== PV OBJECTIONS 2 (SCOPED) ===== */ .pv-obj2{ --pv-orange:#E06B12; --pv-orange-dark:#B85710; --pv-text:#2A211A; --pv-muted:#574537; --pv-cream:#FFF8F1; --pv-cream-2:#F6EBDD; max-width:1100px; margin:32px auto; padding:0 14px; font-family:'Manrope',sans-serif; color:var(--pv-text); } .pv-obj2__head.center{ text-align:center; } .pv-obj2__pill{ display:inline-flex; align-items:center; justify-content:center; padding:8px 14px; border-radius:999px; background:#F6EBDD; color:var(--pv-orange-dark); font-family:'Oswald',sans-serif; font-size:13px; font-weight:600; letter-spacing:.7px; text-transform:uppercase; margin-bottom:12px; border:1px solid rgba(224,107,18,.16); } .text-grad2{ background:linear-gradient(90deg,#E06B12,#B85710); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; color:transparent; } .pv-obj2__title{ margin:0; font-family:'Oswald', sans-serif; font-size:clamp(28px, 3.4vw, 40px); line-height:1.03; font-weight:700; text-transform:uppercase; letter-spacing:.2px; } .pv-obj2__sub{ margin:8px auto 0; max-width:700px; font-family:'Manrope',sans-serif; font-size:17px; line-height:1.54; font-weight:600; color:var(--pv-muted); } .pv-obj2__grid{ margin-top:22px; display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:16px; align-items:stretch; } .pv-obj2__card{ background:#FFFDF9; border:1px solid rgba(46,36,28,.08); padding:16px; border-radius:16px; box-shadow:0 12px 28px rgba(46,36,28,.05); text-align:left; } .pv-obj2__icon{ font-size:20px; margin-bottom:8px; line-height:1; } .pv-obj2__h{ margin:0 0 7px; font-family:'Oswald', sans-serif; font-size:20px; line-height:1.04; font-weight:600; color:var(--pv-text); text-transform:uppercase; letter-spacing:.1px; } .pv-obj2__p{ margin:0; font-family:'Manrope',sans-serif; font-size:15.5px; line-height:1.58; color:var(--pv-muted); font-weight:600; } .pv-obj2__tag{ display:inline-flex; align-items:center; justify-content:center; margin-top:12px; padding:5px 10px; border-radius:999px; font-family:'Manrope',sans-serif; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.4px; } .pv-obj2__tag--ok{ background:#FFF3E7; color:#B85710; } .pv-obj2__tag--guarantee{ background:#F6EBDD; color:#8C4A12; } @media (max-width: 820px){ .pv-obj2__grid{ grid-template-columns:1fr; gap:12px; } } @media (max-width: 640px){ .pv-obj2{ margin:26px auto; padding:0 10px; } .pv-obj2__title{ font-size:clamp(24px,8vw,34px); line-height:1.02; } .pv-obj2__sub{ font-size:16px; line-height:1.5; } .pv-obj2__grid{ margin-top:18px; } .pv-obj2__card{ padding:14px; border-radius:14px; } .pv-obj2__icon{ font-size:18px; margin-bottom:7px; } .pv-obj2__h{ font-size:18px; line-height:1.04; } .pv-obj2__p{ font-size:15px; line-height:1.54; } .pv-obj2__tag{ margin-top:10px; font-size:10.5px; padding:5px 9px; } } /* ============================================= 11. FINAL FAQ / CLOSING ============================================= */ .pvlaser-faqClose2{ --orange:#E06B12; --orange-dark:#B85710; --cream:#FFF8F1; --cream-2:#F6EBDD; --text:#2A211A; --muted:#574537; padding:26px 14px 26px; background:var(--cream); font-family:'Manrope',sans-serif; } .pvlaser-faqClose2 *{ box-sizing:border-box; } .pvlaser-faqClose2__inner{ max-width:1000px; margin:0 auto; } .pvlaser-faqClose2__head{ text-align:center; margin-bottom:14px; } .pvlaser-faqClose2__pill{ display:inline-flex; align-items:center; justify-content:center; padding:8px 16px; border-radius:999px; background:var(--cream-2); border:1px solid rgba(224,107,18,.15); font-family:'Oswald',sans-serif; font-weight:600; font-size:13px; letter-spacing:.7px; text-transform:uppercase; color:var(--orange-dark); } .pvlaser-faqClose2__title{ font-family:'Oswald',sans-serif; font-size:clamp(28px,4vw,42px); font-weight:700; line-height:1.02; letter-spacing:.2px; text-transform:uppercase; margin:10px 0 6px; background:linear-gradient(90deg,var(--orange),var(--orange-dark)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; } .pvlaser-faqClose2__sub{ color:var(--muted); font-family:'Manrope',sans-serif; font-size:16px; line-height:1.5; font-weight:600; margin:0; } .pvlaser-faqClose2__faq{ margin-top:14px; display:flex; flex-direction:column; gap:10px; } .pvlaser-faqClose2__item{ border:1px solid rgba(46,36,28,.08); border-radius:14px; background:#fffdf9; box-shadow:0 10px 20px rgba(46,36,28,.05); } .pvlaser-faqClose2__q{ padding:15px 16px; font-family:'Oswald',sans-serif; font-weight:600; font-size:20px; line-height:1.12; letter-spacing:.1px; text-transform:uppercase; display:flex; justify-content:space-between; align-items:center; gap:12px; cursor:pointer; color:var(--text); } .pvlaser-faqClose2__q span:first-child{ display:block; flex:1; } .pvlaser-faqClose2__plus{ width:30px; height:30px; flex:0 0 auto; border-radius:10px; background:rgba(224,107,18,.12); position:relative; } .pvlaser-faqClose2__plus::before, .pvlaser-faqClose2__plus::after{ content:""; position:absolute; background:var(--orange); } .pvlaser-faqClose2__plus::before{ width:14px; height:2px; top:50%; left:50%; transform:translate(-50%,-50%); } .pvlaser-faqClose2__plus::after{ width:2px; height:14px; top:50%; left:50%; transform:translate(-50%,-50%); } .pvlaser-faqClose2__item[open] .pvlaser-faqClose2__plus::after{ opacity:0; } .pvlaser-faqClose2__a{ padding:0 16px 16px; color:var(--muted); font-family:'Manrope',sans-serif; font-size:15.5px; line-height:1.6; font-weight:600; } .pvlaser-faqClose2__a strong{ color:var(--text); font-weight:800; } .pvlaser-faqClose2__cta{ text-align:center; margin-top:24px; } .pvlaser-faqClose2__ctaTitle{ font-family:'Oswald',sans-serif; font-weight:700; font-size:24px; line-height:1.04; text-transform:uppercase; letter-spacing:.12px; margin:0 0 14px; color:var(--text); } .pvlaser-faqClose2__btn{ display:inline-flex; align-items:center; justify-content:center; padding:14px 26px; border-radius:999px; background:linear-gradient(90deg,var(--orange),var(--orange-dark)); color:#fff; font-family:'Oswald',sans-serif; font-size:18px; font-weight:600; letter-spacing:.25px; text-transform:uppercase; border:none; cursor:pointer; box-shadow:0 14px 30px rgba(224,107,18,.25); } .pvlaser-faqClose2__foot{ margin-top:12px; font-family:'Manrope',sans-serif; font-size:13px; line-height:1.35; font-weight:700; color:rgba(46,36,28,.58); } @media (max-width:640px){ .pvlaser-faqClose2{ padding:18px 10px 22px; } .pvlaser-faqClose2__head{ margin-bottom:12px; } .pvlaser-faqClose2__pill{ font-size:12.5px; padding:8px 14px; } .pvlaser-faqClose2__title{ font-size:clamp(24px,8vw,34px); line-height:1.02; margin:8px 0 6px; } .pvlaser-faqClose2__sub{ font-size:15.5px; line-height:1.46; } .pvlaser-faqClose2__faq{ margin-top:12px; gap:9px; } .pvlaser-faqClose2__q{ padding:16px 14px; font-size:17px; line-height:1.28; align-items:flex-start; } .pvlaser-faqClose2__q span:first-child{ display:block; flex:1; } .pvlaser-faqClose2__plus{ width:28px; height:28px; margin-top:2px; } .pvlaser-faqClose2__a{ padding:0 14px 14px; font-size:15px; line-height:1.56; } .pvlaser-faqClose2__cta{ margin-top:20px; } .pvlaser-faqClose2__ctaTitle{ font-size:22px; line-height:1.04; margin-bottom:12px; } .pvlaser-faqClose2__btn{ width:100%; font-size:17px; padding:14px 18px; } .pvlaser-faqClose2__foot{ margin-top:10px; font-size:12.5px; } }
50,000+ LASER CUT DESIGNS ★★★★★

TURN YOUR LASER MACHINE INTO A PRODUCT CREATION ENGINE WITH 50,000+ DESIGNS TO CREATE AND SELL

Stop wasting time with random files, messy bundles and designs that are not ready to work with. Get access to 50,000+ designs organized by category so you can create, customize and sell without starting from scratch.
Includes SVG · DXF · CDR · PNG · AI · EPS · PDF + file viewer and converter.

📂 50,000 organized designs ⚡ Instant access 🛠️ Multiple ready-to-use formats 🖥️ Viewer + converter included 🎁 5 free bonuses
Laser cut pregnancy design Laser cut mandala light design Laser cut table design Laser cut mandala design Laser cut photo frame design
Laser cut calendar design Laser cut home design Personalized laser cut design Laser cut organizer design Laser cut napkin holder design

THIS IS FOR YOU IF...

you want to stop guessing and start creating with more clarity to sell

You are not getting the most out of your laser machine

You know you could create much more, and even sell it, but you need a clearer starting point so you can move faster without wasting time.

You want to stop starting from scratch

You want an organized library so you can create faster instead of relying on endless searches every time you need a design.

You are tired of wasting time or material because of bad files

You want to work with more confidence, make fewer mistakes and get better results from the first try.

You have bought huge bundles before and barely used any of them

You are tired of paying for empty quantity and want a library you can actually use in your projects.

You want ideas and products to sell all year round

You need a library with real variety for home decor, gifts, seasonal products, decorations and many more sellable items.

If at least 2 of these points sound like you, this Laser Library can save you a lot of time and help you create with more clarity, fewer mistakes and more real options to sell.

More organization, more clarity and more options to sell

WHAT WILL YOU GET WITH THIS LASER LIBRARY?

Have more products ready to sell

Get access to a library built to help you create products you can customize and offer all year round, without starting from scratch every time.

Create faster with fewer mistakes

Find designs organized by category so you can stop wasting time with random files, messy bundles or designs that do not work for you.

Get more out of your laser machine

Stop guessing and start working with more clarity, more confidence and many more real options to create, customize or sell.

INSIDE THE LIBRARY

THIS IS HOW THE LASER LIBRARY

Everything is organized so you can quickly find the design you need to create, customize or sell.

Inside view of the Laser Library with organized categories
📂 Well-organized categories 🔎 Easier browsing ⚡ Files ready to work with
Less time searching and more clarity to create, customize and sell.
Featured Laser Library image

Choose how you want to get the most out of the Laser Library

From the essential access with designs and tools included to a more complete experience with virtual support and exclusive benefits.

BASIC

Laser Library

The essential access to start creating with more variety, more organization and better tools.

  • Access to the Laser Library
  • 50,000+ organized designs
  • Designs organized by category
  • Files ready to create and sell
  • Laser Viewer and Converter PRO
  • Instant, 100% digital access
  • × 24/7 Virtual Assistant
  • × WhatsApp community with weekly packs
Basic Laser Library access mockup
Loading price... Loading price...
Get the Library + App
BEST VALUE
EXCLUSIVE

Laser Library Exclusive

The most complete experience with designs, tools, support and new packs every week.

  • Access to the Laser Library
  • 50,000+ organized designs
  • Designs organized by category
  • Laser Viewer and Converter PRO
  • 24/7 Virtual Assistant to answer your questions
  • Unlimited questions about designs, formats and file usage
  • Access to the Laser Library WhatsApp Community
  • Weekly design packs shared inside the community
  • Access to new releases, ideas and exclusive resources to create and sell
Exclusive Laser Library access mockup
Loading price... Loading price...
Get Exclusive access

Yes. You have a 15-day guarantee to access the Laser Library, review the content and explore the categories. If within that period you feel it is not what you were looking for, you can request a refund. Simple and hassle-free.

You do not have to test files blindly. With the Laser Viewer and Converter PRO you can preview files before using them and convert them to the format you need for your software, workflow or machine.

Yes. The library is designed to give you more real options to create products, customize them and use them as a base to sell all year round. It is not just a huge collection: it is a practical base to work with more clarity, more variety and less guesswork.

Verificado

LASER LIBRARY 50,000+

Organized by category • Instant access

+50K
Ready-to-use designs
Formatos
SVG · DXF · CDR · PNG · EPS · PDF
Access
Instant download

🚀 LASER LIBRARY OFFER IS ACTIVE!

Your access to the Laser Library + Laser Viewer and Converter PRO is reserved for the next few minutes. It includes designs organized by category and SVG, DXF, CDR, PNG, EPS and PDF formats, ready to use. If you leave now, you could lose the special price.

The offer ends in:

10
Minutes
00
Seconds
REAL MESSAGES

PEOPLE WHO HAVE ALREADY BOUGHT

Real screenshots. No exaggerated promises.

Mensaje real de cliente 4 Mensaje real de cliente 1 Mensaje real de cliente 3 Mensaje real de cliente 2
BONUSES INCLUDED

🎁 5 FREE BONUSES INCLUDED

Designed so you do not just get files, but also know what to create, when to sell, how to calculate prices and how to customize better your products.

Premium laser design pack
BONUS 1 · TODAY $0

🎁 EXCLUSIVE PREMIUM PACK

A selection of more detailed and eye-catching designs so you have options with a better finish, stronger presence and more potential to create or sell.

Laser product sales calendar
BONUS 2 · TODAY $0

📅 SALES CALENDAR

Know what to create throughout the year: key dates, seasons and opportunities so you do not run out of ideas or miss sales moments.

Instagram guide to sell laser products
BONUS 3 · TODAY $0

📱 INSTAGRAM SELLING GUIDE

Ideas and examples to showcase your products, spark interest and start getting orders without relying only on luck.

Laser cost, pricing and profit calculator
BONUS 4 · TODAY $0

🧮 COST AND PROFIT CALCULATOR

A practical tool to calculate costs, set prices and better understand how much you can earn with each product you create.

Sellable phrases pack for laser products
BONUS 5 · TODAY $0

✍️ SELLABLE PHRASES PACK

Ready-to-use phrases to personalize gifts, plaques, frames, decorative products and pieces that connect better with your customers.

WHAT’S INCLUDED

EXPLORE SOME OF THE MOST USEFUL CATEGORIES INSIDE THE LASER LIBRARY

More real variety to create, customize and sell all year round.

Laser cut home decor

🏠 HOME AND DECOR

SVG · DXF · CDR · PNG · EPS · PDF

  • Wall decor
  • Frames, clocks and shelves
  • Functional and decorative pieces
Laser cut accessories and gifts

🎁 ACCESSORIES AND GIFTS

SVG · DXF · CDR · PNG · EPS · PDF

  • Keychains and personalized details
  • Tags, cards and small gifts
  • Ideas ready to gift or sell
Laser cut Christmas and holiday decor

🎄 SEASONS AND HOLIDAYS

SVG · DXF · CDR · PNG · EPS · PDF

  • Christmas, Advent and Easter
  • Birthdays and special occasions
  • Ready-to-use decorations
Laser cut boxes and organizers

📦 BOXES AND ORGANIZERS

SVG · DXF · CDR · PNG · EPS · PDF

  • Decorative and functional boxes
  • Home and desk organizers
  • Useful designs to create or sell
You will also find categories such as:
🧸 Kids and Babies 🐾 Pets and Animals ✨ Mandalas 🖼️ Wall and Decor 🍴 Kitchen 🌿 Garden and Outdoor 📆 Calendars 💡 Night Lights 📸 Photo Frames 🪵 Coasters and Boards 🎀 Keepsakes and Favors 🚀 And much more
MORE REAL OPTIONS TO CREATE AND SELL ALL YEAR ROUND 🚀
FAQ

LET’S CLEAR UP THE MOST IMPORTANT QUESTIONS BEFORE YOU GET ACCESS

Clear answers so you know what you receive, how it is organized and why it can help you create and sell with more confidence.

💸

“I DON’T WANT TO KEEP SPENDING MONEY ON DESIGNS I WON’T USE”

That is exactly why this library does not only include thousands of organized designs. It also includes the Laser Viewer and Converter PRO, so you can check a design you like and convert it to the format you need to work better.

✓ Solved
🗂️

“I BET IT IS MESSY LIKE OTHER BUNDLES”

No. The Laser Library is organized by category so you can find what you want to create, customize or sell faster, without wasting time inside chaotic folders or random files.

✓ Solved

“I HATE HAVING TO START FROM SCRATCH EVERY TIME I CREATE A PRODUCT”

This library gives you a clear starting point to move faster, choose what to create more easily and stop losing hours searching for ideas or files every time you want to launch something new.

✓ Solved
🛡️

“I’M AFRAID TO BUY AND FEEL IT WASN’T WORTH IT”

That is normal. But in this case, you get access to a very complete library: you do not only receive 50,000+ organized designs, you also get an app to preview them and convert them to the format you need. And if you want to take it further, you can also get a personalized virtual assistant and a WhatsApp community where you receive weekly packs.

✓ Guarantee
FAQ

EVERYTHING READY SO YOU CAN GET ACCESS WITH CONFIDENCE

Clear answers so you can get access with more confidence and without last-minute doubts.

Do I need to know how to design?
No. You receive a Laser Library 50,000+ with designs organized by category so you can choose what to create, customize or sell faster, without starting from scratch every time.
Do I have to download file by file to see if I like a design?
No. With the Laser Viewer PRO you can preview your files before using them. This makes it easier to review designs without wasting time opening file after file in different programs or sending them directly to your machine just to see what they look like.
What formats are included?
Includes SVG, DXF, CDR, PNG, EPS and PDF, ready to use in different workflows and compatible with a wide range of uses.
What if I like a design but it is not in the format I need?
That is why we include the Laser Converter PRO, an app designed to help you convert files into the format you need for your workflow, software or machine. This way, you can make better use of the designs in the library even if they are not in the exact format you were looking for.
Is it really organized by category?
Yes. The library is organized by category so you can find what you want to create, customize or sell faster, without wasting time with random files or messy bundles.
How do I receive the content?
Access is instant and 100% digital. Once payment is confirmed, you receive the link to enter the library and access it from your computer or mobile device. Nothing physical is shipped.
Is there a guarantee?
Yes. You have a guarantee so you can enter, review the library calmly and check whether it is really what you were looking for.

YOU ARE ONE STEP AWAY FROM CREATING AND SELLING WITHOUT WASTING TIME

Instant access · Digital product · Laser Library 50,000+