:root{--yellow: #FFD000;--coral: #FF4747;--cyan: #00BFFF;--purple: #9B5DE5;--dark: #1a1a2e;--bg: #FFF9F0;--bg2: #FFF3E0;--text: #1a1a2e;--text-muted: #6b7280}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:Nunito,sans-serif;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,0,0,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.035) 1px,transparent 1px);background-size:32px 32px;pointer-events:none;z-index:0}.shipping-bar{background:var(--coral);text-align:center;padding:10px;font-family:"Press Start 2P",monospace;font-size:9px;letter-spacing:1px;color:#fff;position:relative;z-index:101}nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:16px 56px;background:#fff9f0f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:2px solid rgba(0,0,0,.07)}.nav-logo{font-family:"Press Start 2P",monospace;font-size:13px;color:var(--dark);text-decoration:none}.nav-logo span{color:var(--coral)}.nav-links{display:flex;gap:28px;list-style:none;align-items:center}.nav-links a{color:var(--text-muted);text-decoration:none;font-weight:800;font-size:14px;transition:color .2s}.nav-links a:hover{color:var(--coral)}.nav-cta{background:var(--yellow)!important;color:var(--dark)!important;padding:10px 22px;border-radius:8px;font-weight:900!important;box-shadow:4px 4px 0 var(--coral);transition:transform .15s,box-shadow .15s!important}.nav-cta:hover{transform:translate(-2px,-2px)!important;box-shadow:6px 6px 0 var(--coral)!important}.nav-cart{font-size:20px;position:relative}.cart-count{position:absolute;top:-8px;right:-8px;background:var(--coral);color:#fff;font-size:10px;font-weight:900;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--coral);color:#fff;font-family:"Press Start 2P",monospace;font-size:10px;padding:18px 30px;border-radius:10px;text-decoration:none;box-shadow:5px 5px #b83030;transition:transform .15s,box-shadow .15s;cursor:pointer;border:none}.btn-primary:hover{transform:translate(-3px,-3px);box-shadow:8px 8px #b83030}.btn-secondary{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--dark);font-size:15px;padding:18px 30px;border-radius:10px;text-decoration:none;font-weight:900;border:2px solid rgba(0,0,0,.12);box-shadow:4px 4px #00000014;transition:border-color .2s,box-shadow .2s;cursor:pointer}.btn-secondary:hover{border-color:var(--cyan);box-shadow:4px 4px 0 var(--cyan)}.btn-dark{display:inline-flex;align-items:center;gap:10px;background:var(--dark);color:#fff;font-family:"Press Start 2P",monospace;font-size:10px;padding:18px 32px;border-radius:10px;text-decoration:none;box-shadow:5px 5px 0 var(--yellow);transition:transform .15s,box-shadow .15s;cursor:pointer;border:none}.btn-dark:hover{transform:translate(-3px,-3px);box-shadow:8px 8px 0 var(--yellow)}.section-label{font-family:"Press Start 2P",monospace;font-size:9px;color:var(--coral);text-transform:uppercase;letter-spacing:3px;margin-bottom:16px;display:block}.section-title{font-family:"Press Start 2P",monospace;font-size:clamp(15px,2vw,24px);line-height:1.65;margin-bottom:56px;color:var(--dark)}.page-hero{background:var(--dark);padding:80px 72px;position:relative;z-index:1;overflow:hidden}.page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:32px 32px;pointer-events:none}.page-hero .section-label{color:var(--yellow)}.page-hero h1{font-family:"Press Start 2P",monospace;font-size:clamp(18px,2.5vw,32px);line-height:1.6;color:#fff;margin-bottom:16px}.page-hero p{color:#ffffffa6;font-size:17px;font-weight:700;max-width:560px}.section{position:relative;z-index:1;padding:96px 72px}.products-section{padding:96px 72px;position:relative;z-index:1;background:var(--bg2)}.products-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:44px;flex-wrap:wrap;gap:20px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1300px;margin:0 auto}.product-card{background:#fff;border-radius:20px;overflow:hidden;border:2px solid rgba(0,0,0,.06);box-shadow:4px 4px #0000000d;transition:transform .25s,box-shadow .25s;cursor:pointer;position:relative;text-decoration:none;color:var(--dark);display:block}.product-card:hover{transform:translate(-4px,-4px);box-shadow:8px 8px 0 var(--coral)}.product-card.featured{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr}.product-card.featured .product-img-wrap{aspect-ratio:unset;min-height:360px}.product-card.featured .product-info{display:flex;flex-direction:column;justify-content:center;padding:36px 40px}.product-img-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:#f5f5f5}.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-img-wrap img{transform:scale(1.05)}.product-tag{position:absolute;top:12px;left:12px;font-family:"Press Start 2P",monospace;font-size:7px;padding:7px 11px;border-radius:6px;z-index:2;box-shadow:2px 2px #00000026}.tag-sale{background:var(--coral);color:#fff}.tag-popular{background:var(--yellow);color:var(--dark)}.tag-new{background:var(--cyan);color:var(--dark)}.tag-ultimate{background:var(--purple);color:#fff}.product-info{padding:18px 20px 22px}.product-size{font-family:"Press Start 2P",monospace;font-size:8px;color:var(--text-muted);margin-bottom:8px;display:block}.product-name{font-size:15px;font-weight:900;color:var(--dark);margin-bottom:5px;line-height:1.3}.product-card.featured .product-name{font-size:18px}.product-desc{font-size:13px;color:var(--text-muted);margin-bottom:16px;line-height:1.5;font-weight:700}.product-footer{display:flex;align-items:center;justify-content:space-between}.price-now{font-family:"Press Start 2P",monospace;font-size:13px;color:var(--coral)}.price-was{font-size:12px;color:#bbb;text-decoration:line-through;font-weight:700;margin-left:8px}.add-btn{width:40px;height:40px;background:var(--yellow);color:var(--dark);border:none;border-radius:10px;font-size:22px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:3px 3px 0 var(--coral);transition:transform .15s,box-shadow .15s;text-decoration:none}.add-btn:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--coral)}.how-it-works-grid{display:flex;flex-direction:column;gap:24px;max-width:1100px;margin:0 auto}.step-card{background:#fff;border-radius:20px;border:2px solid rgba(0,0,0,.06);display:grid;grid-template-columns:56px 1fr 340px;gap:0;align-items:stretch;box-shadow:4px 4px #0000000d;overflow:hidden;transition:transform .2s,box-shadow .2s}.step-card:hover{transform:translate(-3px,-3px);box-shadow:7px 7px #00000014}.step-num-badge{font-family:"Press Start 2P",monospace;font-size:10px;width:56px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--dark);writing-mode:vertical-rl;letter-spacing:2px}.step-card:nth-child(1) .step-num-badge{background:var(--yellow)}.step-card:nth-child(2) .step-num-badge{background:var(--coral);color:#fff}.step-card:nth-child(3) .step-num-badge{background:var(--cyan)}.step-content{padding:28px 32px;display:flex;flex-direction:column;justify-content:center}.step-card h3{font-family:"Press Start 2P",monospace;font-size:11px;margin-bottom:10px;line-height:1.6;color:var(--dark)}.step-card p{color:var(--text-muted);font-size:14px;line-height:1.65;font-weight:700;max-width:420px}.hiw-photo{width:340px;height:200px;overflow:hidden;flex-shrink:0}.hiw-photo img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.step-card:hover .hiw-photo img{transform:scale(1.05)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:230px 230px;gap:12px;max-width:1300px;margin:0 auto}.gallery-item{border-radius:16px;overflow:hidden;position:relative}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.gallery-item:hover img{transform:scale(1.05)}.g-tall{grid-row:span 2}.g-wide{grid-column:span 2}.reviews-section{padding:96px 72px;background:var(--dark);position:relative;z-index:1}.reviews-section .section-label{color:var(--yellow)}.reviews-section .section-title{color:#fff}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:0 auto}.review-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:28px}.review-stars{color:var(--yellow);font-size:18px;margin-bottom:14px;letter-spacing:2px}.review-text{color:#ffffffd1;font-size:14px;line-height:1.7;font-weight:700;margin-bottom:20px}.review-author{display:flex;align-items:center;gap:12px}.review-avatar{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:16px;flex-shrink:0}.review-name{color:#fff;font-weight:900;font-size:14px}.review-date{color:#fff6;font-size:12px;font-weight:700}.cta-section{background:var(--yellow);padding:80px 72px;position:relative;z-index:1;display:grid;grid-template-columns:1fr auto 1fr;gap:40px;align-items:center;overflow:hidden}.cta-photos,.cta-photos-right{display:flex;gap:12px;align-items:center}.cta-photos-right{justify-content:flex-end}.cta-photos img,.cta-photos-right img{height:160px;width:120px;object-fit:cover;border-radius:12px;box-shadow:4px 4px #00000026}.cta-center{text-align:center}.cta-center .section-label{color:var(--dark);opacity:.6;justify-content:center}.cta-center h2{font-family:"Press Start 2P",monospace;font-size:clamp(12px,1.8vw,20px);line-height:1.65;color:var(--dark);margin-bottom:16px}.cta-center p{color:#0009;font-size:15px;font-weight:700;margin-bottom:28px}footer{background:var(--dark);padding:48px 72px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px;position:relative;z-index:1}.footer-links{list-style:none;display:flex;gap:28px;flex-wrap:wrap}.footer-links a{color:#ffffff80;text-decoration:none;font-size:13px;font-weight:800;transition:color .2s}.footer-links a:hover{color:var(--yellow)}.footer-copy{color:#ffffff4d;font-size:12px;font-weight:700}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:72px;padding:72px;max-width:1300px;margin:0 auto;position:relative;z-index:1}.product-gallery-main{border-radius:20px;overflow:hidden;aspect-ratio:1;background:#f5f5f5;border:2px solid rgba(0,0,0,.06)}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-gallery-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.product-gallery-thumbs img{width:76px;height:76px;object-fit:cover;border-radius:10px;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.product-gallery-thumbs img:hover,.product-gallery-thumbs img.active{border-color:var(--coral)}.product-detail-info{display:flex;flex-direction:column;justify-content:center}.product-detail-info .section-label{margin-bottom:8px}.product-detail-info h1{font-family:"Press Start 2P",monospace;font-size:clamp(14px,2vw,22px);line-height:1.6;color:var(--dark);margin-bottom:20px}.product-detail-price{display:flex;align-items:baseline;gap:12px;margin-bottom:24px}.product-detail-price .price-now{font-size:22px}.product-detail-desc{color:var(--text-muted);font-size:15px;line-height:1.75;font-weight:700;margin-bottom:32px}.product-detail-variants{margin-bottom:28px}.product-detail-variants label{font-family:"Press Start 2P",monospace;font-size:9px;display:block;margin-bottom:10px;color:var(--dark)}.variant-options{display:flex;gap:10px;flex-wrap:wrap}.variant-btn{padding:10px 18px;border:2px solid rgba(0,0,0,.12);border-radius:8px;background:#fff;font-weight:900;font-size:13px;cursor:pointer;transition:all .2s}.variant-btn:hover,.variant-btn.active{border-color:var(--coral);background:var(--coral);color:#fff}.product-detail-actions{display:flex;gap:14px;flex-wrap:wrap}.qty-picker{display:flex;align-items:center;gap:0;border:2px solid rgba(0,0,0,.12);border-radius:10px;overflow:hidden}.qty-picker button{width:44px;height:54px;background:#fff;border:none;font-size:20px;cursor:pointer;font-weight:900;transition:background .2s}.qty-picker button:hover{background:var(--yellow)}.qty-picker input{width:50px;text-align:center;border:none;font-size:16px;font-weight:900;font-family:Nunito,sans-serif}.product-features{margin-top:32px;padding-top:32px;border-top:2px solid rgba(0,0,0,.07);display:flex;flex-direction:column;gap:10px}.product-feature{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:800;color:var(--text-muted)}.product-feature span:first-child{width:28px;height:28px;background:var(--yellow);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.cart-page{padding:72px;max-width:1100px;margin:0 auto;position:relative;z-index:1}.cart-page h1{font-family:"Press Start 2P",monospace;font-size:clamp(14px,2vw,22px);margin-bottom:40px;color:var(--dark)}.cart-table{width:100%;border-collapse:collapse}.cart-table th{font-family:"Press Start 2P",monospace;font-size:9px;color:var(--text-muted);text-align:left;padding:0 0 16px;border-bottom:2px solid rgba(0,0,0,.08)}.cart-table td{padding:20px 0;border-bottom:1px solid rgba(0,0,0,.06);vertical-align:middle}.cart-item-img{width:72px;height:72px;object-fit:cover;border-radius:10px;border:2px solid rgba(0,0,0,.06)}.cart-item-name{font-weight:900;font-size:15px;color:var(--dark)}.cart-item-variant{font-size:12px;color:var(--text-muted);font-weight:700;margin-top:3px}.cart-summary{margin-top:40px;display:flex;justify-content:flex-end}.cart-summary-box{background:#fff;border:2px solid rgba(0,0,0,.07);border-radius:20px;padding:28px 36px;min-width:340px;box-shadow:4px 4px #0000000d}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:15px;font-weight:800}.cart-summary-row.total{border-top:2px solid rgba(0,0,0,.08);padding-top:14px;margin-top:6px}.cart-summary-row.total span:last-child{font-family:"Press Start 2P",monospace;font-size:16px;color:var(--coral)}.text-page{padding:80px 72px;max-width:900px;margin:0 auto;position:relative;z-index:1}.text-page h2{font-family:"Press Start 2P",monospace;font-size:clamp(12px,1.6vw,18px);line-height:1.7;color:var(--dark);margin:48px 0 16px}.text-page h2:first-of-type{margin-top:0}.text-page p{color:var(--text-muted);font-size:16px;line-height:1.8;font-weight:700;margin-bottom:18px}.text-page ul{padding-left:24px;color:var(--text-muted);font-size:16px;line-height:2;font-weight:700;margin-bottom:18px}.faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:14px}.faq-item{background:#fff;border:2px solid rgba(0,0,0,.07);border-radius:16px;overflow:hidden;box-shadow:3px 3px #0000000a}.faq-question{padding:22px 26px;font-family:"Press Start 2P",monospace;font-size:10px;line-height:1.6;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq-question:hover{background:#fffbf2}.faq-icon{color:var(--coral);font-size:18px;font-weight:900;flex-shrink:0;transition:transform .3s}.faq-answer{padding:0 26px;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s;color:var(--text-muted);font-size:14px;line-height:1.75;font-weight:700}.faq-item.open .faq-answer{max-height:300px;padding:0 26px 22px}.faq-item.open .faq-icon{transform:rotate(45deg)}.contact-form{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:18px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-family:"Press Start 2P",monospace;font-size:9px;color:var(--dark);letter-spacing:1px}.form-group input,.form-group textarea,.form-group select{padding:14px 18px;border:2px solid rgba(0,0,0,.12);border-radius:12px;font-family:Nunito,sans-serif;font-size:15px;font-weight:700;color:var(--dark);background:#fff;transition:border-color .2s,box-shadow .2s;outline:none}.form-group input:focus,.form-group textarea:focus{border-color:var(--coral);box-shadow:3px 3px #ff474726}.form-group textarea{resize:vertical;min-height:140px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-bottom:80px}.about-img{border-radius:20px;overflow:hidden;aspect-ratio:4/3;border:2px solid rgba(0,0,0,.07);box-shadow:8px 8px 0 var(--yellow)}.about-img img{width:100%;height:100%;object-fit:cover}.about-values{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:48px}.value-card{background:#fff;border:2px solid rgba(0,0,0,.07);border-radius:16px;padding:24px;box-shadow:3px 3px #0000000a}.value-icon{font-size:28px;margin-bottom:12px;display:block}.value-card h3{font-family:"Press Start 2P",monospace;font-size:9px;margin-bottom:8px;line-height:1.6;color:var(--dark)}.value-card p{font-size:13px;color:var(--text-muted);font-weight:700;line-height:1.6}.photo-strip{position:relative;z-index:1;overflow:hidden;background:var(--dark)}.strip-inner{display:flex;animation:scroll-strip 28s linear infinite;width:max-content}.strip-inner img{height:180px;width:220px;object-fit:cover;flex-shrink:0;opacity:.82}@keyframes scroll-strip{0%{transform:translate(0)}to{transform:translate(-50%)}}.cart-empty{text-align:center;padding:80px 20px}.cart-empty h2{font-family:"Press Start 2P",monospace;font-size:clamp(12px,2vw,18px);margin-bottom:16px;line-height:1.6}.cart-empty p{color:var(--text-muted);font-size:16px;font-weight:700;margin-bottom:32px}@media(max-width:900px){nav{padding:14px 24px}.nav-links{gap:14px}.nav-links li:not(:last-child):not(:nth-last-child(2)){display:none}.section,.products-section,.reviews-section,.gallery-section,.page-hero{padding:60px 24px}.products-grid{grid-template-columns:1fr 1fr}.product-card.featured{grid-column:1 / -1;grid-template-columns:1fr}.product-card.featured .product-img-wrap{min-height:260px}.product-detail{grid-template-columns:1fr;padding:36px 24px;gap:36px}.cart-page{padding:36px 24px}.text-page{padding:48px 24px}.about-grid{grid-template-columns:1fr;gap:32px}.reviews-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.step-card{grid-template-columns:56px 1fr}.hiw-photo{display:none}.cta-section{grid-template-columns:1fr}.cta-photos,.cta-photos-right{display:none}}.hero{position:relative;min-height:92vh;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;z-index:1}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:80px 56px 80px 72px;position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#fff0d6;border:2px solid var(--yellow);color:#960;font-size:11px;font-weight:900;padding:8px 18px;border-radius:100px;margin-bottom:28px;letter-spacing:.5px;text-transform:uppercase;width:fit-content}h1{font-family:"Press Start 2P",monospace;font-size:clamp(20px,3vw,36px);line-height:1.6;margin-bottom:24px;color:var(--dark)}h1 .hy{color:var(--yellow)}h1 .hc{color:var(--coral)}h1 .hb{color:var(--cyan)}.hero-sub{font-size:17px;color:var(--text-muted);line-height:1.75;margin-bottom:40px;font-weight:700;max-width:460px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-stats{display:flex;gap:36px;margin-top:52px;padding-top:36px;border-top:2px solid rgba(0,0,0,.08)}.stat-num{font-family:"Press Start 2P",monospace;font-size:18px;color:var(--coral);display:block;margin-bottom:6px}.stat-label{font-size:11px;color:var(--text-muted);font-weight:800;text-transform:uppercase;letter-spacing:1px}.hero-right{position:relative;height:100%;min-height:92vh;overflow:hidden;background:linear-gradient(135deg,#ffe9d0,#ffd6e7,#d6eeff)}.hero-mosaic{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;gap:8px;padding:8px}.hero-mosaic-img{overflow:hidden;border-radius:12px;position:relative}.hero-mosaic-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.hero-mosaic-img:hover img{transform:scale(1.06)}.hero-mosaic-img.tall{grid-row:span 2}@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:auto}.hero-left{padding:60px 24px}.hero-right{min-height:50vw}}.preview-tool-section{background:var(--bg2)}.preview-tool-header{text-align:center;max-width:680px;margin:0 auto 48px}.preview-tool-intro{color:var(--text-muted);font-size:15px;font-weight:700;line-height:1.75}.preview-tool-header .section-title{margin-bottom:20px}.tool-instructions{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1000px;margin:0 auto 48px}.instruction-step{background:#fff;border:2px solid rgba(0,0,0,.06);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:12px;box-shadow:3px 3px #0000000a}.instruction-num{font-family:"Press Start 2P",monospace;font-size:18px;color:var(--coral);line-height:1}.instruction-text{font-size:13px;color:var(--text-muted);font-weight:700;line-height:1.65}.instruction-text strong{display:block;color:var(--dark);font-size:11px;margin-bottom:6px;font-family:"Press Start 2P",monospace;line-height:1.6}.converter-wrap{display:grid;grid-template-columns:300px 1fr;gap:20px;max-width:1100px;margin:0 auto;align-items:start}.conv-controls{background:#fff;border:2px solid rgba(0,0,0,.07);border-radius:20px;padding:24px;box-shadow:4px 4px #0000000d}.conv-section-label{font-family:"Press Start 2P",monospace;font-size:8px;color:var(--coral);letter-spacing:1px;text-transform:uppercase;margin-bottom:14px;display:block;padding-bottom:8px;border-bottom:1px solid rgba(0,0,0,.07)}.conv-upload{border:2px dashed rgba(0,0,0,.15);border-radius:14px;padding:24px 16px;text-align:center;cursor:pointer;transition:all .2s;background:var(--bg)}.conv-upload:hover,.conv-upload.drag-over{border-color:var(--coral);background:#ff47470a;box-shadow:0 0 0 3px #ff47471a}.conv-upload.uploaded{border-color:var(--cyan);border-style:solid;background:#00bfff0a}.conv-upload-text{font-size:11px;color:var(--text-muted);line-height:1.7;font-weight:700}.conv-upload-text strong{display:block;color:var(--dark);font-size:12px;margin-bottom:3px;font-weight:900}.conv-sizes{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:4px}.conv-size-btn{background:var(--bg);border:2px solid rgba(0,0,0,.1);border-radius:10px;padding:10px 8px;cursor:pointer;font-family:"Press Start 2P",monospace;font-size:8px;color:var(--text-muted);text-align:center;transition:all .15s;line-height:1.4;display:flex;flex-direction:column;align-items:center;gap:4px}.conv-size-btn span{font-family:Nunito,sans-serif;font-size:10px;font-weight:800;opacity:.6}.conv-size-btn.active{border-color:var(--yellow);background:#ffd0001a;color:var(--dark);box-shadow:3px 3px #ffd00066}.conv-size-btn:hover{border-color:var(--coral);color:var(--coral)}.conv-slider-group{margin-bottom:16px}.conv-slider-label{display:flex;justify-content:space-between;font-size:11px;font-weight:800;color:var(--text-muted);margin-bottom:6px}.conv-slider-val{color:var(--cyan);font-family:"Press Start 2P",monospace;font-size:8px}.conv-range{width:100%;-webkit-appearance:none;height:4px;background:#0000001a;border-radius:2px;outline:none;cursor:pointer}.conv-range::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:var(--coral);border-radius:50%;box-shadow:0 2px 6px #ff474766;cursor:pointer}.conv-toggle-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.conv-toggle-label{font-size:12px;font-weight:800;color:var(--text-muted)}.conv-toggle{width:38px;height:20px;background:#0000001f;border-radius:100px;position:relative;cursor:pointer;transition:background .2s;flex-shrink:0}.conv-toggle.on{background:var(--coral)}.conv-toggle:after{content:"";position:absolute;width:14px;height:14px;background:#fff;border-radius:50%;top:3px;left:3px;transition:transform .2s;box-shadow:0 1px 3px #0003}.conv-toggle.on:after{transform:translate(18px)}.conv-progress{height:4px;background:#00000014;border-radius:2px;margin:16px 0;overflow:hidden}.conv-progress-fill{height:100%;background:linear-gradient(90deg,var(--coral),var(--yellow));width:0%;transition:width .5s ease;border-radius:2px}.conv-convert-btn{width:100%;margin-top:4px;justify-content:center}.conv-preview{background:#fff;border:2px solid rgba(0,0,0,.07);border-radius:20px;padding:24px;box-shadow:4px 4px #0000000d}.conv-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.conv-zoom-controls{display:flex;align-items:center;gap:8px}.conv-zoom-btn{width:30px;height:30px;background:var(--bg);border:2px solid rgba(0,0,0,.1);border-radius:8px;cursor:pointer;font-size:16px;font-weight:900;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:all .15s}.conv-zoom-btn:hover{border-color:var(--coral);color:var(--coral)}.conv-zoom-label{font-family:"Press Start 2P",monospace;font-size:9px;color:var(--text-muted);min-width:28px;text-align:center}.conv-canvas-wrap{background:var(--bg);border:2px solid rgba(0,0,0,.07);border-radius:14px;min-height:360px;display:flex;align-items:center;justify-content:center;overflow:auto}.conv-placeholder{text-align:center;color:var(--text-muted);padding:40px 20px;display:flex;flex-direction:column;align-items:center}.conv-placeholder p{font-size:13px;font-weight:700;line-height:1.8}.conv-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.conv-stat{background:var(--bg);border:2px solid rgba(0,0,0,.07);border-radius:12px;padding:14px 10px;text-align:center}.conv-stat-value{font-family:"Press Start 2P",monospace;font-size:13px;color:var(--coral);display:block;margin-bottom:5px}.conv-stat-label{font-size:9px;color:var(--text-muted);font-weight:800;text-transform:uppercase;letter-spacing:1px}.conv-legend{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.conv-legend-item{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:800;color:var(--text-muted);background:var(--bg);padding:4px 10px;border-radius:100px;border:1px solid rgba(0,0,0,.08)}.conv-legend-swatch{width:12px;height:12px;border-radius:50%;border:1px solid rgba(0,0,0,.15);flex-shrink:0}.conv-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}@media(max-width:900px){.converter-wrap{grid-template-columns:1fr}.tool-instructions{grid-template-columns:1fr 1fr}}@media(max-width:600px){.tool-instructions{grid-template-columns:1fr}.conv-stats{grid-template-columns:1fr 1fr}}.nav-logo{display:flex;align-items:center}.nav-logo-light{display:flex;align-items:center;text-decoration:none}.hero-trust-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;margin-bottom:4px}.hero-trust-item{font-size:12px;font-weight:800;color:var(--text-muted);background:#0000000a;padding:6px 12px;border-radius:100px;border:1px solid rgba(0,0,0,.08)}.price-save-badge{background:var(--coral);color:#fff;font-size:11px;font-weight:900;padding:3px 10px;border-radius:100px;margin-left:8px;vertical-align:middle}.product-star-row{display:flex;align-items:center;gap:10px;margin:8px 0 16px}.product-stars{color:var(--yellow);font-size:18px;letter-spacing:2px}.product-star-label{font-size:13px;font-weight:800;color:var(--text-muted)}.order-steps-callout{background:#fff9e6;border:2px solid var(--yellow);border-radius:14px;padding:18px 20px;margin:20px 0}.osc-title{font-family:"Press Start 2P",monospace;font-size:9px;color:var(--dark);margin-bottom:14px;letter-spacing:.5px}.osc-steps{display:flex;flex-direction:column;gap:10px}.osc-step{display:flex;align-items:flex-start;gap:12px;font-size:13px;font-weight:700;color:var(--text);line-height:1.5}.osc-num{background:var(--yellow);color:var(--dark);font-family:"Press Start 2P",monospace;font-size:9px;width:22px;height:22px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.product-pixelise-cta{background:linear-gradient(135deg,var(--dark) 0%,#2d2d50 100%);border-radius:12px;padding:16px 20px;margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.product-pixelise-cta span{color:#fffc;font-size:13px;font-weight:700}.product-pixelise-cta a{color:var(--yellow);font-family:"Press Start 2P",monospace;font-size:8px;text-decoration:none;white-space:nowrap;transition:color .2s}.product-pixelise-cta a:hover{color:#fff}.pixelise-banner{background:var(--dark);position:relative;z-index:1;overflow:hidden}.pixelise-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:32px 32px;pointer-events:none}.pixelise-banner-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;align-items:center;gap:48px;max-width:1100px;margin:0 auto;padding:72px}.pixelise-banner-text .section-label{color:var(--yellow);margin-bottom:16px}.pixelise-banner-text h2{font-family:"Press Start 2P",monospace;font-size:clamp(14px,2vw,22px);line-height:1.65;color:#fff;margin-bottom:20px}.pixelise-banner-text h2 em{color:var(--yellow);font-style:normal}.pixelise-banner-text p{color:#ffffffa6;font-size:15px;font-weight:700;line-height:1.75;max-width:480px;margin-bottom:8px}.pixelise-preview-mock{background:#111;border:3px solid rgba(255,255,255,.1);border-radius:16px;padding:16px;text-align:center;box-shadow:0 0 40px #00bfff26}.ppm-grid{display:grid;grid-template-columns:repeat(14,14px);grid-template-rows:repeat(14,14px);gap:1px;border-radius:8px;overflow:hidden;margin-bottom:10px}.ppm-grid div{width:14px;height:14px;transition:background .3s}.ppm-label{font-family:"Press Start 2P",monospace;font-size:7px;color:#fff6;letter-spacing:1px}@media(max-width:900px){.pixelise-banner-inner{grid-template-columns:1fr;padding:60px 24px;gap:32px}.pixelise-preview-mock{display:none}}.size-comparison-section{background:var(--bg2);position:relative;z-index:1;padding:96px 72px}.size-comparison-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1100px;margin:0 auto}.size-card{background:#fff;border:2px solid rgba(0,0,0,.07);border-radius:20px;padding:28px 20px 24px;text-align:center;box-shadow:4px 4px #0000000d;position:relative;display:flex;flex-direction:column;align-items:center;gap:10px;transition:transform .2s,box-shadow .2s}.size-card:hover{transform:translateY(-4px);box-shadow:4px 8px #00000012}.size-card-highlight{border-color:var(--yellow);box-shadow:4px 4px #ffd00066;background:#fffbea}.size-card-highlight:hover{box-shadow:4px 8px #ffd00080}.size-card-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--yellow);color:var(--dark);font-family:"Press Start 2P",monospace;font-size:7px;padding:5px 12px;border-radius:100px;white-space:nowrap;box-shadow:2px 2px #0000001a}.size-visual-wrap{display:flex;align-items:flex-end;justify-content:center;gap:8px;height:160px;margin-bottom:4px}.size-person{font-size:32px;line-height:1}.size-block{background:linear-gradient(135deg,var(--coral) 0%,var(--yellow) 100%);border-radius:6px;box-shadow:3px 3px #0000001a;flex-shrink:0}.size-name{font-family:"Press Start 2P",monospace;font-size:11px;color:var(--dark);line-height:1.4}.size-cm{font-size:12px;font-weight:900;color:var(--text-muted)}.size-desc{font-size:12px;font-weight:700;color:var(--text-muted);line-height:1.6}.size-price{font-family:"Press Start 2P",monospace;font-size:10px;color:var(--coral)}.size-best{font-size:11px;font-weight:800;color:var(--text-muted);background:var(--bg);padding:5px 12px;border-radius:100px;border:1px solid rgba(0,0,0,.07)}.size-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:4px;background:var(--bg);border:2px solid rgba(0,0,0,.1);border-radius:8px;padding:8px 20px;font-family:"Press Start 2P",monospace;font-size:8px;color:var(--dark);text-decoration:none;transition:all .15s;width:100%}.size-btn:hover{border-color:var(--coral);color:var(--coral)}.size-btn-highlight{background:var(--yellow);border-color:var(--yellow);box-shadow:3px 3px #ffd00066}.size-btn-highlight:hover{background:var(--coral);border-color:var(--coral);color:#fff}@media(max-width:900px){.size-comparison-section{padding:60px 24px}.size-comparison-grid{grid-template-columns:1fr 1fr;gap:16px}}@media(max-width:600px){.size-comparison-grid{grid-template-columns:1fr}}.trust-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:var(--dark);position:relative;z-index:1}.trust-item{display:flex;align-items:center;gap:14px;padding:28px 24px;border-right:1px solid rgba(255,255,255,.06)}.trust-item:last-child{border-right:none}.trust-icon{font-size:28px;flex-shrink:0}.trust-item div{display:flex;flex-direction:column;gap:4px}.trust-item strong{font-size:13px;font-weight:900;color:#fff;line-height:1.3}.trust-item span{font-size:11px;color:#ffffff80;font-weight:700}@media(max-width:900px){.trust-bar{grid-template-columns:1fr 1fr}.trust-item{border-bottom:1px solid rgba(255,255,255,.06)}.trust-item:nth-child(2n){border-right:none}}@media(max-width:600px){.trust-bar{grid-template-columns:1fr}}footer{background:var(--dark);color:#ffffffb3;position:relative;z-index:1}.footer-top{display:grid;grid-template-columns:1fr 2fr;gap:64px;padding:64px 72px 48px;border-bottom:1px solid rgba(255,255,255,.07);max-width:1400px;margin:0 auto}.footer-brand{display:flex;flex-direction:column;gap:16px}.nav-logo-light{font-family:"Press Start 2P",monospace;font-size:13px;color:#fff;text-decoration:none}.nav-logo-light span{color:var(--coral)}.footer-tagline{font-size:13px;font-weight:700;color:#ffffff80;line-height:1.7;max-width:260px}.footer-social{display:flex;gap:10px;margin-top:4px}.footer-social-link{width:38px;height:38px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff9;text-decoration:none;transition:all .2s}.footer-social-link:hover{background:var(--coral);border-color:var(--coral);color:#fff}.footer-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.footer-col-title{font-family:"Press Start 2P",monospace;font-size:8px;color:#fff;letter-spacing:1px;margin-bottom:16px;text-transform:uppercase}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col ul li{font-size:13px;font-weight:700;color:#ffffff80}.footer-col ul li a{color:#ffffff80;text-decoration:none;transition:color .2s}.footer-col ul li a:hover{color:var(--yellow)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:24px 72px;max-width:1400px;margin:0 auto}.footer-copy{font-size:12px;font-weight:700;color:#ffffff59}.footer-payments{display:flex;align-items:center;gap:8px;font-size:11px;color:#ffffff59;font-weight:700}.payment-pill{background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:3px 8px;font-size:10px;font-weight:900;color:#ffffff80}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1100px;margin:0 auto}@media(max-width:900px){.footer-top{grid-template-columns:1fr;padding:48px 24px 32px;gap:36px}.footer-bottom{padding:20px 24px}.footer-cols{grid-template-columns:1fr 1fr}.reviews-grid{grid-template-columns:1fr}}.hero{display:grid;grid-template-columns:minmax(520px,1fr) minmax(460px,560px);align-items:center;column-gap:44px;max-width:1550px;margin:0 auto;padding:56px 16px}.hero-left{max-width:600px}.hero-right{position:relative;justify-self:end;width:100%;display:flex;justify-content:flex-end;align-items:center;background:none!important;border-radius:0!important;padding:0!important;overflow:visible!important}.hero-right:before{content:"";position:absolute;width:520px;height:520px;right:-10px;top:50%;transform:translateY(-50%);border-radius:28px;background:linear-gradient(135deg,#ffc0cb8c,#add8e68c);filter:blur(0px);z-index:0}.hero-slideshow{position:relative;z-index:1;width:520px;max-width:100%;aspect-ratio:1 / 1}.hero-slideshow .hs-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .45s ease;pointer-events:none}.hero-slideshow .hs-slide.active{opacity:1;pointer-events:auto}.hero-slideshow .hs-slide img{width:100%;height:100%;object-fit:contain;display:block;border-radius:16px;background:#ffffff59;box-shadow:0 28px 70px #0000001f}@media(max-width:980px){.hero{grid-template-columns:1fr;row-gap:36px;padding:44px 20px}.hero-right{justify-self:center;justify-content:center}.hero-right:before{width:min(520px,92vw);height:min(520px,92vw);right:auto;left:50%;transform:translate(-50%,-50%)}.hero-slideshow{width:min(520px,92vw)}}.hb-row{display:inline-flex;gap:22px;flex-wrap:nowrap;white-space:nowrap}.nav-cta{white-space:nowrap;flex-shrink:0}nav{padding:16px 56px;min-width:0;gap:16px}html{scroll-behavior:smooth}a{text-underline-offset:.18em}.btn-primary:focus-visible,.btn-secondary:focus-visible,.variant-btn:focus-visible,.product-thumb-btn:focus-visible,.nav-links a:focus-visible,.currency-btn:focus-visible{outline:3px solid rgba(0,191,255,.45);outline-offset:3px}.hp-btn-secondary{box-shadow:4px 4px #00000014}.hp-hero-actions{flex-wrap:wrap}.product-rating-row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:10px}.product-reviews-link{color:var(--coral);font-size:13px;font-weight:900;text-decoration:none}.product-reviews-link:hover{text-decoration:underline}.product-quick-pills{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 22px}.product-quick-pill{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:#fff;border:2px solid rgba(0,0,0,.08);font-size:12px;font-weight:900;color:var(--dark)}.product-thumb-btn{padding:0;background:none;border:2px solid transparent;border-radius:10px;cursor:pointer}.product-thumb-btn.active,.product-thumb-btn:hover{border-color:var(--coral)}.product-thumb-btn img{display:block;width:76px;height:76px;object-fit:cover;border-radius:8px}.product-gallery-note{margin-top:14px;padding:14px 16px;border-radius:14px;background:#fff;border:2px solid rgba(0,0,0,.08);color:var(--text-muted);font-size:13px;line-height:1.6;font-weight:800}.product-gallery-note strong{display:block;color:var(--dark);margin-bottom:4px}.product-purchase-box{margin-top:8px;background:#fff;border:2px solid rgba(0,0,0,.08);border-radius:18px;padding:18px;box-shadow:0 16px 40px #0000000d}.product-purchase-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px;flex-wrap:wrap}.product-purchase-label{font-size:12px;font-weight:900;color:var(--dark);text-transform:uppercase;letter-spacing:.03em}.product-purchase-copy{margin-top:4px;color:var(--text-muted);font-size:13px;line-height:1.6;font-weight:800;max-width:520px}.product-purchase-chip{padding:8px 10px;border-radius:999px;background:#fff7cc;border:2px solid rgba(255,208,0,.45)}.product-submit-btn{flex:1;justify-content:center;min-height:54px}.product-submit-btn[disabled]{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:5px 5px #b83030}.product-reassurance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.product-reassurance-item{padding:14px;border-radius:14px;background:#fff9f0;border:1.5px solid rgba(0,0,0,.08)}.product-reassurance-item strong{display:block;margin-bottom:5px;color:var(--dark);font-size:13px}.product-reassurance-item span{color:var(--text-muted);font-size:12px;line-height:1.55;font-weight:800}.product-support-strip{max-width:1100px;margin:0 auto 44px;padding:0 24px}.product-support-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:18px}.product-support-card{background:#fff;border:2px solid rgba(0,0,0,.08);border-radius:18px;padding:18px;display:flex;align-items:flex-start;gap:12px}.product-support-card>span{font-size:22px;line-height:1}.product-support-card strong{display:block;margin-bottom:6px;color:var(--dark);font-size:14px}.product-support-card p{color:var(--text-muted);font-size:13px;line-height:1.6;font-weight:800}@media(max-width:980px){.product-reassurance-grid,.product-support-inner{grid-template-columns:1fr}}@media(max-width:768px){.product-detail{padding:32px 20px;gap:28px}.product-purchase-box{padding:16px}.product-detail-actions{flex-direction:column}.qty-picker{width:100%;justify-content:space-between}.qty-picker input{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/44/assets/base.css.map */
