.store-hero{background:linear-gradient(135deg,#f7f9fc,#eaf3fa);padding:40px 20px;display:flex;justify-content:center}.store-hero-content{max-width:1200px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:40px;width:100%}.store-hero-text{flex:1 1 100%;min-width:280px;text-align:center}.store-hero-sub{color:#6c757d;text-transform:uppercase;letter-spacing:1px;font-size:14px;margin-bottom:10px}.store-hero-title{font-size:32px;font-weight:700;margin-bottom:16px;color:var(--fixnix-purple)}.store-hero-title span{color:var(--fixnix-yellow)}.store-hero-desc{font-size:16px;color:#555;margin-bottom:20px;max-width:500px;margin-left:auto;margin-right:auto}.store-hero-form{display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:50px;box-shadow:0 4px 15px rgba(0,0,0,.1);padding:6px 12px;max-width:450px;margin:0 auto;flex-wrap:nowrap}.store-hero-icon{font-size:18px;color:var(--fixnix-yellow);margin-right:8px}.store-hero-input{flex:1 1;border:none;padding:10px;outline:none;font-size:14px;min-width:100px}.store-hero-btn{background-color:var(--fixnix-purple);color:#fff;border:none;padding:10px 14px;border-radius:50%;cursor:pointer;transition:background-color .3s ease}.store-hero-btn:hover{background-color:var(--fixnix-yellow);color:#000}.store-hero-image{flex:1 1 100%;text-align:center}.store-hero-image img{max-width:90%;width:100%;height:auto;margin-top:20px;box-shadow:10px 10px 60px #000,inset 10px 10px 60px #fff}@media screen and (min-width:768px){.store-hero-text{flex:1 1;text-align:left}.store-hero-image{flex:1 1}.store-hero-content{flex-wrap:nowrap}.store-hero-desc{margin-left:0;margin-right:0}}@media screen and (min-width:1024px){.store-hero-title{font-size:40px}.store-hero-desc{font-size:18px}.store-hero-form{max-width:450px}.store-hero-btn{padding:12px 16px}}