.store-page{position:relative;overflow:hidden;padding:20px 0;background:linear-gradient(180deg,#faf5ff,#f5f7fb 55%,#f5f5f5);min-height:calc(100vh - 270px)}.store-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 20%,rgba(156,39,176,.08),transparent 40%),radial-gradient(circle at 80% 0,rgba(79,70,229,.06),transparent 45%);z-index:0}.store-container{max-width:1400px;margin:0 auto;padding:0 16px;position:relative;z-index:1}.breadcrumb-nav{margin-bottom:20px}.breadcrumb-list{display:flex;align-items:center;gap:8px;list-style:none;padding:0;margin:0;flex-wrap:wrap}.breadcrumb-item{display:flex;align-items:center}.breadcrumb-link{color:#9c27b0;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease}.breadcrumb-link:hover{color:#8e24aa;text-decoration:underline}.breadcrumb-text{color:#666;font-size:14px;font-weight:500}.breadcrumb-item.active .breadcrumb-text{color:#1a1a1a;font-weight:600}.breadcrumb-separator{display:flex;align-items:center;color:#9ca3af}.breadcrumb-separator svg{width:16px;height:16px}.store-header-section{margin-bottom:32px}.store-info-card{background:#fff;border-radius:16px;padding:32px;border:1px solid rgba(156,39,176,.08);box-shadow:0 20px 80px #0f172a14;display:flex;gap:32px;align-items:flex-start}.store-logo-section{flex-shrink:0}.store-logo{width:120px;height:120px;border-radius:16px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center;border:2px solid #e5e7eb;box-shadow:0 4px 12px #0000000d}.store-logo img{width:100%;height:100%;object-fit:cover}.store-logo.no-logo{background:linear-gradient(135deg,#9c27b0,#8e24aa);color:#fff;font-size:48px;font-weight:700}.store-details-section{flex:1;display:flex;flex-direction:column;gap:16px}.store-title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.store-title{font-size:32px;font-weight:700;color:#1a1a1a;margin:0;line-height:1.3}.verified-badge{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#10b981;color:#fff;border-radius:50%;flex-shrink:0}.verified-badge svg{width:16px;height:16px}.store-stats{display:flex;align-items:center;gap:24px;margin-top:8px}.stat-item{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb;transition:all .2s ease}.stat-item:hover{background:#f3f4f6;border-color:#9c27b0}.stat-item svg{width:24px;height:24px;color:#9c27b0;flex-shrink:0}.stat-content{display:flex;flex-direction:column;gap:2px}.stat-value{font-size:18px;font-weight:700;color:#1a1a1a;line-height:1.2}.stat-label{font-size:13px;color:#666;font-weight:500}.store-description{font-size:16px;color:#4b5563;line-height:1.6;margin:0}.store-meta-info{display:flex;flex-direction:column;gap:12px;margin-top:8px}.meta-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#4b5563}.meta-item svg{width:18px;height:18px;color:#9c27b0;flex-shrink:0}.meta-link{color:#9c27b0;text-decoration:none;font-weight:500;transition:color .2s ease}.meta-link:hover{color:#8e24aa;text-decoration:underline}.meta-text{color:#4b5563;font-weight:500}.store-products-section{margin-top:32px}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.products-title{font-size:28px;font-weight:700;color:#1a1a1a;margin:0}.products-count{font-size:14px;color:#666;font-weight:500;background:#f3f4f6;padding:6px 14px;border-radius:999px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:8px}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #9c27b026;border-color:#9c27b0}.product-card:active .btn-buy-product,.product-card:focus .btn-buy-product{color:#fff!important;background:linear-gradient(135deg,#7c3aed,#9333ea)}.product-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1}.product-link:active,.product-link:focus{color:inherit}.product-image-wrapper{width:100%;aspect-ratio:1;position:relative;overflow:hidden;background:linear-gradient(135deg,#f9fafb,#f3f4f6);display:flex;align-items:center;justify-content:center}.product-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.product-image-wrapper .no-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af;flex-direction:column;gap:8px}.product-image-wrapper .no-image-placeholder svg{width:64px;height:64px;opacity:.5}.product-card:hover .product-image-wrapper img{transform:scale(1.05)}.discount-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:6px 12px;border-radius:8px;font-size:13px;font-weight:700;box-shadow:0 4px 12px #ef44444d}.product-info{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}.product-name{font-size:15px;font-weight:600;color:#1a1a1a;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:45px;transition:color .2s ease}.product-card:hover .product-name{color:#9c27b0}.product-brand{font-size:13px;color:#666;margin:0;font-weight:500;padding:4px 10px;background:#9c27b014;border-radius:6px;display:inline-block;width:fit-content;border:1px solid rgba(156,39,176,.15)}.product-price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-top:auto}.old-price{font-size:14px;color:#9ca3af;text-decoration:line-through}.current-price{font-size:20px;font-weight:700;color:#1a1a1a}.currency{font-size:14px;color:#666;font-weight:500}.stock-badge{display:inline-block;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;width:fit-content}.stock-badge.in-stock{background:#10b9811a;color:#059669;border:1px solid rgba(16,185,129,.2)}.stock-badge.out-of-stock{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.btn-buy-product{display:block;width:100%;padding:12px;background:linear-gradient(135deg,#7c3aed,#9333ea);color:#fff!important;text-align:center;text-decoration:none;font-size:14px;font-weight:700;border-radius:0 0 16px 16px;transition:all .2s ease;margin-top:auto;border:none;cursor:pointer}.btn-buy-product:hover{background:linear-gradient(135deg,#9333ea,#a855f7);color:#fff!important;transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed4d}.btn-buy-product:active,.btn-buy-product:focus,.btn-buy-product:focus-visible{background:linear-gradient(135deg,#7c3aed,#9333ea);color:#fff!important;outline:none;box-shadow:0 2px 8px #7c3aed4d}.btn-buy-product:visited{color:#fff!important}.no-products{background:#fff;border-radius:16px;padding:64px 32px;text-align:center;border:1px solid #e5e7eb}.no-products-icon{width:80px;height:80px;margin:0 auto 24px;color:#9ca3af;display:flex;align-items:center;justify-content:center}.no-products-icon svg{width:100%;height:100%}.no-products-title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.no-products-message{font-size:16px;color:#666;margin:0}.pagination-wrapper{margin-top:32px;display:flex;justify-content:center}.pagination-wrapper nav{background:#fff;padding:16px;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d}.pagination-wrapper .pagination{margin:0;gap:8px}.pagination-wrapper .page-link{color:#9c27b0;border-color:#e5e7eb;padding:8px 16px;border-radius:8px;transition:all .2s ease}.pagination-wrapper .page-link:hover{background:#f3e8ff;border-color:#9c27b0;color:#8e24aa}.pagination-wrapper .page-item.active .page-link{background:#9c27b0;border-color:#9c27b0;color:#fff}@media (max-width: 1200px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px}}@media (max-width: 768px){.store-page{padding:16px 0}.store-container{padding:0 12px}.store-info-card{flex-direction:column;padding:24px;gap:24px}.store-logo{width:100px;height:100px}.store-title{font-size:24px}.products-header{flex-direction:column;align-items:flex-start;gap:12px}.products-title{font-size:22px}.store-stats{flex-direction:column;gap:12px;align-items:stretch}.stat-item{padding:10px 14px}.stat-value{font-size:16px}.stat-label{font-size:12px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px}.product-info{padding:12px}.product-name{font-size:14px;min-height:42px}.current-price{font-size:18px}}
