.store-page{opacity:0;background:linear-gradient(#f8fafc,#fff);min-height:100vh;animation:.35s forwards pageAppear}.store-main-content{animation:.25s storeFade}.spin-icon{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.store-loading,.store-not-found{text-align:center;background:#f8fafc;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:100vh;display:flex}.store-not-found h1{color:#111827;margin:0;font-size:28px;font-weight:800}.store-not-found p{color:#6b7280;font-size:15px}.store-navbar{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border-bottom:1px solid #e5e7ebb3;justify-content:space-between;align-items:center;gap:24px;height:88px;padding:0 28px;transition:all .25s;display:flex;position:sticky;top:0}.store-brand{align-items:center;gap:14px;text-decoration:none;display:flex}.store-brand-logo{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:22px;font-weight:800;display:flex;overflow:hidden;box-shadow:0 8px 24px #0000000f}.store-brand-logo img{object-fit:cover;width:100%;height:100%;display:block}.store-brand-info h1{color:#111827;margin:0;font-size:28px;font-weight:800}.store-brand-info p{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;max-width:260px;margin:4px 0 0;font-size:13px;overflow:hidden}.store-search{background:#fff;border:1px solid #e5e7eb;border-radius:18px;flex:1;align-items:center;gap:12px;max-width:620px;height:54px;padding:0 18px;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;box-shadow:0 4px 14px #00000008}.store-search:focus-within{border-color:#006de2;box-shadow:0 0 0 4px #006de214}.store-search svg{color:#9ca3af;font-size:18px}.store-search input{color:#111827;background:0 0;border:none;outline:none;flex:1;font-size:15px}.store-navbar-actions{align-items:center;gap:10px;display:flex}.store-cart-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:18px;justify-content:center;align-items:center;width:50px;height:50px;transition:transform .2s,background .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 6px 18px #0000000a}.store-cart-btn:hover{background:#f9fafb;transform:translateY(-2px)}.store-cart-btn svg{color:#111827;font-size:20px}.store-cart-btn span{color:#fff;background:#111827;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.store-hero{padding:20px 24px 10px}.store-hero-content{color:#fff;background:linear-gradient(135deg,#111827,#1f2937);border-radius:28px;justify-content:space-between;align-items:center;gap:30px;max-width:1350px;margin:auto;padding:30px 34px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 50px #0000001f}.store-hero-content:before{content:"";background:#ffffff0a;border-radius:50%;width:240px;height:240px;position:absolute;top:-120px;right:-100px}.store-hero-left{z-index:2;position:relative}.store-hero-right{z-index:2;flex-shrink:0;position:relative}.store-hero-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border-radius:999px;align-items:center;padding:8px 14px;font-size:12px;font-weight:700;display:inline-flex}.store-hero-content h2{letter-spacing:-1px;margin-top:14px;margin-bottom:0;font-size:28px;font-weight:900;line-height:1.1}.store-hero-content p{color:#ffffffbf;max-width:600px;margin-top:10px;font-size:14px;line-height:1.7}.hero-whatsapp-btn{color:#fff;white-space:nowrap;background:#25d366;border-radius:18px;justify-content:center;align-items:center;gap:12px;height:50px;padding:0 24px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .2s,opacity .2s;display:inline-flex;box-shadow:0 14px 30px #25d3663d}.hero-whatsapp-btn:hover{transform:translateY(-2px)}.store-products-section{max-width:1350px;margin:auto;padding:10px 24px 80px}.store-products-top{justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;display:flex}.store-products-top h3{color:#111827;letter-spacing:-1px;margin:0;font-size:22px;font-weight:900}.store-products-top p{color:#6b7280;margin:5px 0 0;font-size:14px}.store-sort-box select{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;outline:none;height:46px;padding:0 16px;font-size:14px;font-weight:600;transition:border-color .2s,box-shadow .2s}.store-sort-box select:focus{border-color:#006de2;box-shadow:0 0 0 4px #006de214}.store-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;display:grid}.store-product-card{background:#fff;border-radius:30px;text-decoration:none;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 10px 30px #0000000a}.store-product-image{aspect-ratio:1;background:#f3f4f6;position:relative;overflow:hidden}.store-product-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}@media (hover:hover) and (pointer:fine){.store-product-card:hover{box-shadow:0 24px 60pxrgba(0,0,0,.08);transform:translateY(-6px)}.store-product-card:hover .store-product-image img{transform:scale(1.08)}}.product-image-arrow{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;z-index:3;opacity:0;background:#ffffffe0;border:none;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .2s,background .2s,opacity .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.store-product-card:hover .product-image-arrow{opacity:1}.product-image-arrow:hover{background:#fff;transform:translateY(-50%)scale(1.08)}.product-image-arrow svg{color:#111827;font-size:18px}.product-image-arrow.left{left:12px}.product-image-arrow.right{right:12px}@media (max-width:768px){.product-image-arrow{opacity:1;background:#fff;width:25px;height:25px}.product-image-arrow svg{font-size:16px}.product-image-arrow.left{left:5px}.product-image-arrow.right{right:5px}}.discount-badge{color:#fff;z-index:2;background:#ef4444;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700;position:absolute;top:14px;left:14px;box-shadow:0 8px 20px #ef444447}.store-product-info{padding:20px}.store-product-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.store-product-top>h3{color:#000;margin:0;font-size:16px;font-weight:700}.store-product-top svg{color:#9ca3af;flex-shrink:0;font-size:18px}.store-product-info p{color:#6b7280;margin:8px 0;font-size:14px}.store-product-price{flex-wrap:wrap;align-items:center;gap:10px;margin:10px 0 0;display:flex}.store-product-price span{color:#111827;font-size:16px;font-weight:900}.store-product-price small{color:#9ca3af;font-size:14px;text-decoration:line-through}.store-product-footer{border-top:1px solid #f3f4f6;margin-top:18px;padding-top:16px}.store-product-rating{color:#f59e0b;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.store-empty{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:30px;padding:90px 20px}.store-empty svg{color:#9ca3af;font-size:42px}.store-empty h3{color:#111827;margin-top:20px;margin-bottom:0;font-size:28px;font-weight:900}.store-empty p{color:#6b7280;margin-top:12px;font-size:15px}@media (max-width:1100px){.store-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-hero-content h2{font-size:46px}}@media (max-width:768px){.store-navbar{flex-wrap:wrap;height:auto;padding:18px}.store-search{order:3;width:100%;max-width:100%}.store-brand-info h1{font-size:24px}.store-brand-info p{display:none}.store-products-section{padding:10px 16px 60px}.store-products-top{flex-direction:column;align-items:flex-start;gap:14px}.store-products-top h3{font-size:18px}.store-products-top p{font-size:14px}.store-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.store-sort-box,.store-sort-box select{width:100%}.store-product-info{padding:14px}.store-product-info h3,.store-product-price span{font-size:15px}}@media (max-width:520px){.store-products-grid{gap:14px}.store-product-card{border-radius:24px}.store-empty{padding:70px 20px}.store-empty h3{font-size:24px}}@keyframes shimmer{to{left:150%}}@keyframes storeFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes pageAppear{to{opacity:1}}@media (max-width:768px){.store-hero{padding:14px 16px 6px}.store-hero-content{border-radius:24px;flex-direction:column;align-items:flex-start;gap:18px;padding:22px 20px}.store-hero-content h2{font-size:24px}.store-hero-content p{font-size:14px;line-height:1.6}.hero-whatsapp-btn{width:100%}.store-not-found h1{font-size:26px}.store-not-found p{font-size:14px}}
