*{box-sizing:border-box;margin:0;padding:0}:root{--accent:#3751c0;--accent-hover:#2a3fa0;--accent-deep:#334391;--text:#292e38;--text-muted:#6b7280;--bg:#f5f6f7;--bg-card:#f7f7f7;--bg-input:#fff;--border:#e5e7eb;--particles:#dce3fc;--max-width:1440px}body,html{font-family:Montserrat,system-ui,-apple-system,sans-serif;color:var(--text);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}body{display:flex;flex-direction:column}a{color:inherit;text-decoration:none;transition:all .3s}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer}.side-rail{position:fixed;top:50%;right:20px;transform:translateY(-50%);z-index:49;display:flex;flex-direction:column;gap:4px;background:var(--bg-input);border:1px solid var(--border);border-radius:12px;padding:8px;box-shadow:0 4px 16px #292e3814}@media(max-width:720px){.side-rail{display:none}}.side-rail-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;background:transparent;border:none;color:var(--text);cursor:pointer;transition:all .3s;position:relative;text-decoration:none;font-family:inherit}.side-rail-btn:hover{background:var(--bg-card);color:var(--accent)}.side-rail-btn .badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:var(--accent);color:#fff;font-size:10px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;line-height:1}.side-rail-divider{height:1px;background:var(--border);margin:4px 6px}.side-rail-lang{width:44px;height:30px;border-radius:6px;font-size:11px;font-weight:600;letter-spacing:.06em;color:var(--text-muted);background:transparent;border:none;cursor:pointer;transition:all .3s;font-family:inherit}.side-rail-lang:hover{color:var(--text);background:var(--bg-card)}.side-rail-lang.active{background:var(--accent);color:#fff}.side-rail-btn[data-tooltip]:before{content:attr(data-tooltip);right:calc(100% + 12px);background:var(--text);color:#fff;font-size:12px;font-weight:500;padding:6px 10px;border-radius:6px;white-space:nowrap}.side-rail-btn[data-tooltip]:after,.side-rail-btn[data-tooltip]:before{position:absolute;top:50%;transform:translateY(-50%);opacity:0;pointer-events:none;transition:opacity .2s}.side-rail-btn[data-tooltip]:after{content:"";right:calc(100% + 6px);border:6px solid transparent;border-left:6px solid var(--text)}.side-rail-btn:hover[data-tooltip]:after,.side-rail-btn:hover[data-tooltip]:before{opacity:1}.logo-wrap{display:inline-block}.logo-svg{height:64px;width:auto;display:block}[data-lang-only]:not(.active){display:none!important}.hero{flex:1;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px 80px;min-height:80vh;overflow:hidden}#particles-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}.hero-content{position:relative;z-index:1;text-align:center;width:100%;max-width:1024px}.hero .logo-wrap{margin-bottom:40px}@media(max-width:720px){.hero .hero-logo{display:none}}.search-form{position:relative;width:100%;display:flex;align-items:center;background:var(--bg-input);border:1px solid var(--border);border-radius:12px;padding:6px 6px 6px 20px;transition:all .3s;box-shadow:0 1px 3px #292e380a}.search-form.compact{padding:4px 4px 4px 16px}.hero .search-form{margin:0 auto}.search-form:focus-within{border-color:var(--accent);box-shadow:0 4px 24px #3751c026}.search-icon{color:var(--text-muted);flex-shrink:0}.search-input{flex:1;border:none;background:transparent;padding:14px 12px;font-size:16px;font-family:inherit;color:var(--text);outline:none;min-width:0}.search-form.compact .search-input{padding:10px;font-size:14px}.search-input::-moz-placeholder{color:#9ca3af}.search-input::placeholder{color:#9ca3af}.search-reset{background:transparent;border:none;color:var(--text-muted);padding:8px;border-radius:6px;display:none;align-items:center;justify-content:center;margin-right:4px;transition:all .3s}.search-reset:hover{color:var(--text);background:var(--bg)}.search-reset.visible{display:inline-flex;animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.search-submit{background:var(--accent);color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;border:none;transition:all .3s;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.search-form.compact .search-submit{padding:8px 14px;font-size:13px}.search-submit:hover{background:var(--accent-hover)}.api-status{margin-top:28px;font-size:12px;color:var(--text-muted);display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.status-dot.ok{background:#10b981}.status-dot.demo{background:#f59e0b}.status-dot.error{background:#ef4444}.api-config-btn{background:transparent;border:1px solid var(--border);color:var(--text-muted);padding:4px 10px;border-radius:6px;font-size:11px;font-family:inherit;transition:all .3s}.api-config-btn:hover{color:var(--accent);border-color:var(--accent)}.page-header{position:sticky;top:0;z-index:40;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.page-header-inner{max-width:var(--max-width);margin:0 auto;padding:14px 24px;display:flex;align-items:center;gap:24px}.page-header .logo-svg{height:36px}.page-header .search-form{flex:1;min-width:0}.breadcrumbs{max-width:var(--max-width);margin:0 auto;padding:24px 24px 0;font-size:13px;color:var(--text-muted)}.breadcrumbs a{color:var(--text-muted);transition:color .3s}.breadcrumbs a:hover{color:var(--accent)}.breadcrumbs .sep{margin:0 8px;opacity:.5}.container{max-width:var(--max-width);margin:0 auto;padding:24px}.page-title{font-size:32px;font-weight:600;letter-spacing:-.01em;margin:16px 0 24px;color:var(--text)}.page-subtitle{font-size:16px;color:var(--text-muted);margin:-16px 0 32px;max-width:720px;line-height:1.6}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:var(--bg-input);border-radius:12px;overflow:hidden;transition:all .3s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #292e3814}.product-image{aspect-ratio:1;background:var(--bg-card);overflow:hidden;padding:10px;display:flex;align-items:center;justify-content:center}.product-image img{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:16px}.product-title{font-size:14px;font-weight:500;line-height:1.4;color:var(--text);margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px;transition:color .3s}.product-card:hover .product-title{color:var(--accent)}.product-meta{font-size:12px;color:var(--text-muted)}.product-meta-row{display:flex;justify-content:space-between;padding:8px 0;background-image:repeating-linear-gradient(to right,var(--border) 0,var(--border) 3px,transparent 3px,transparent 6px);background-size:100% 1px;background-position:bottom;background-repeat:no-repeat}.product-meta-row:last-child{background-image:none}.product-meta-label{color:var(--text-muted)}.product-meta-value{color:var(--text);font-weight:500}.loading-card{background:var(--bg-input);border-radius:12px;overflow:hidden}.loading-card .skeleton{background:linear-gradient(90deg,var(--bg-card) 25%,#ececec 50%,var(--bg-card) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.loading-card .skel-img{aspect-ratio:1}.loading-card .skel-text{height:14px;margin:16px;border-radius:4px}.loading-card .skel-text:nth-child(2){width:80%}.loading-card .skel-text:nth-child(3){width:60%;height:12px;margin-top:-8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skel-h1{width:75%;margin:8px 0 6px}.skel-h1,.skel-h1-short{height:32px;border-radius:6px}.skel-h1-short{width:45%;margin:0 0 16px}.skel-h2{height:18px;width:40%;border-radius:4px}.skel-h2,.skel-sku{display:inline-block}.skel-sku{width:120px;height:14px;border-radius:3px;vertical-align:-2px}.skel-btn{height:38px;width:130px;border-radius:8px}.skel-label{width:100px}.skel-label,.skel-value{display:inline-block;height:13px;border-radius:3px}.skel-value{width:140px}.spec-row-skeleton{padding:10px 0;display:flex;justify-content:space-between;gap:16px}.skel-btn,.skel-h1,.skel-h1-short,.skel-h2,.skel-label,.skel-sku,.skel-value{background:linear-gradient(90deg,var(--bg-card) 25%,#ececec 50%,var(--bg-card) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:all .3s;border:1px solid transparent;text-decoration:none;white-space:nowrap}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);color:#fff}.btn-ghost{background:transparent;color:var(--text-muted);border-color:var(--border)}.btn-ghost:hover{color:var(--accent);border-color:var(--accent)}.btn-link{background:transparent;color:var(--accent);padding:0;border:none;font-weight:500}.btn-link:hover{color:var(--accent-hover)}.catalog-layout{max-width:var(--max-width);margin:0 auto;padding:0 24px 80px;display:grid;grid-template-columns:260px 1fr;gap:32px}.pagination{display:flex;justify-content:center;gap:4px;margin-top:40px;flex-wrap:wrap}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border-radius:6px;font-size:14px;font-weight:500;color:var(--text);background:var(--bg-input);transition:all .3s}.pagination .current,.pagination a:hover{background:var(--accent);color:#fff}.pagination .ellipsis{background:transparent;color:var(--text-muted);cursor:default}.product-layout{max-width:var(--max-width);margin:0 auto;padding:24px 24px 80px;display:grid;grid-template-columns:1.1fr 1fr;gap:40px}.product-gallery{background:var(--bg-input);border-radius:12px;overflow:hidden;aspect-ratio:1;padding:24px;display:flex;align-items:center;justify-content:center;position:relative}.product-gallery img{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.product-details h1{font-size:28px;font-weight:600;letter-spacing:-.01em;line-height:1.2;margin-bottom:12px}.product-sku{font-size:13px;color:var(--text-muted);margin-bottom:24px}.product-sku strong{color:var(--text);font-weight:500}.product-actions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:32px}.product-action{display:inline-flex;align-items:center;gap:8px}.product-action-icon{flex-shrink:0}@media(max-width:720px){.product-actions{gap:6px}.product-action{padding:8px 12px;font-size:13px}.product-action.product-action-icon-only{padding:0;width:42px;height:42px;justify-content:center;gap:0}.product-action.product-action-icon-only .product-action-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}.product-specs{background:var(--bg-input);border-radius:12px;padding:20px 24px}.product-specs h2{font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:16px;color:var(--text)}.spec-row{display:grid;grid-template-columns:minmax(160px,.45fr) 1fr;gap:24px;padding:10px 0;font-size:14px;align-items:start;background-image:repeating-linear-gradient(to right,var(--border) 0,var(--border) 3px,transparent 3px,transparent 6px);background-size:100% 1px;background-position:bottom;background-repeat:no-repeat}.spec-row:last-child{background-image:none}.spec-row .spec-label{color:var(--text-muted);overflow-wrap:anywhere;word-break:break-word;line-height:1.4}.spec-row .spec-value{color:var(--text);font-weight:500;overflow-wrap:anywhere;line-height:1.4}.alpha-section{margin-bottom:32px}.alpha-letter{font-size:24px;font-weight:600;color:var(--accent);margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid var(--accent);display:inline-block;min-width:36px}.alpha-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px 16px}.alpha-list a{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-radius:6px;font-size:14px;transition:all .3s}.alpha-list a:hover{background:var(--bg-input);color:var(--accent)}.alpha-list .count{font-size:12px;color:var(--text-muted)}.tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.tile{background:var(--bg-input);border:1px solid transparent;border-radius:12px;padding:28px 24px;display:flex;flex-direction:column;gap:14px;transition:all .3s;min-height:160px}.tile:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 16px #292e380f}.tile-skeleton,.tile-skeleton:hover{cursor:default;border-color:transparent;transform:none;box-shadow:none}.tile-icon{width:44px;height:44px;background:var(--bg-card);color:var(--accent);border-radius:10px;display:inline-flex;align-items:center;justify-content:center;transition:all .3s}.tile:hover .tile-icon{background:var(--accent);color:#fff}.tile h3{font-size:18px;font-weight:600;color:var(--text)}.tile p{font-size:13px;color:var(--text-muted);margin-top:auto}.dashboard-empty{background:var(--bg-input);border-radius:12px;padding:60px 24px;text-align:center;max-width:480px;margin:40px auto}.dashboard-empty .icon{width:56px;height:56px;border-radius:14px;background:var(--bg-card);color:var(--accent);display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px}.dashboard-empty h2{font-size:20px;font-weight:600;margin-bottom:8px}.dashboard-empty p{font-size:14px;color:var(--text-muted);margin-bottom:24px}.auth-card{background:var(--bg-input);border-radius:12px;padding:32px;max-width:420px;margin:40px auto}.auth-card h1{font-size:24px;font-weight:600;margin-bottom:8px}.auth-card p.lead{font-size:14px;color:var(--text-muted);margin-bottom:24px}.auth-field{margin-bottom:14px}.auth-field label{display:block;font-size:13px;font-weight:500;margin-bottom:6px;color:var(--text)}.auth-field input{width:100%;padding:12px 14px;font-size:14px;font-family:inherit;border:1px solid var(--border);border-radius:8px;outline:none;background:var(--bg-input);transition:all .3s}.auth-field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #3751c01a}.auth-tabs{display:flex;gap:4px;background:var(--bg);padding:4px;border-radius:8px;margin-bottom:24px}.auth-tabs button{flex:1;padding:8px 12px;background:transparent;border:none;border-radius:6px;font-size:14px;font-weight:500;font-family:inherit;color:var(--text-muted);cursor:pointer;transition:all .3s}.auth-tabs button.active{background:var(--bg-input);color:var(--text);box-shadow:0 1px 3px #0000000f}.prose{max-width:760px;margin:0 auto;font-size:15px;line-height:1.7;color:var(--text)}.prose h1{font-size:32px;font-weight:600;letter-spacing:-.01em;margin:32px 0 16px}.prose h2{font-size:22px;font-weight:600;margin:32px 0 12px}.prose h3{font-size:17px;font-weight:600;margin:24px 0 8px}.prose p{margin-bottom:16px}.prose ol,.prose ul{margin:0 0 16px 22px}.prose li{margin-bottom:6px}.prose code{background:var(--bg-card);padding:2px 6px;border-radius:4px;font-size:13px;font-family:SF Mono,Menlo,monospace;color:var(--accent-deep)}.prose pre{background:var(--text);color:#d9dde6;padding:16px 20px;border-radius:10px;overflow-x:auto;font-size:13px;line-height:1.6;margin:16px 0}.prose pre code{background:transparent;color:inherit;padding:0}.prose blockquote{border-left:3px solid var(--accent);padding-left:16px;margin:16px 0;color:var(--text-muted)}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;max-width:var(--max-width);margin:0 auto}.pricing-card{background:var(--bg-input);border:2px solid transparent;border-radius:14px;padding:28px 24px;display:flex;flex-direction:column;gap:8px}.pricing-card.featured{border-color:var(--accent);position:relative}.pricing-badge{position:absolute;top:-10px;right:20px;background:var(--accent);color:#fff;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.pricing-card h3{font-size:18px;font-weight:600;margin-bottom:4px}.pricing-amount{font-size:32px;font-weight:600;color:var(--text);letter-spacing:-.02em;margin:8px 0}.pricing-amount small{font-size:14px;color:var(--text-muted);font-weight:400}.pricing-features{list-style:none;margin:16px 0 24px;display:flex;flex-direction:column;gap:10px}.pricing-features li{font-size:14px;color:var(--text);display:flex;align-items:flex-start;gap:8px}.pricing-features li:before{content:"";flex-shrink:0;width:16px;height:16px;margin-top:3px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%233751c0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' viewBox='0 0 24 24'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%}footer{margin-top:auto;background:var(--bg-input);border-top:1px solid var(--border)}.footer-top{max-width:var(--max-width);margin:0 auto;padding:56px 24px 40px;display:grid;grid-template-columns:1.2fr 1fr 1fr 1.3fr;gap:40px}.footer-col h4{font-size:13px;font-weight:600;color:var(--text);margin-bottom:18px;letter-spacing:.02em}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col li a{font-size:14px;color:var(--text-muted);transition:color .3s;line-height:1.4}.footer-col li a:hover{color:var(--accent)}.footer-col .show-more{background:transparent;border:none;color:var(--accent);font-size:13px;font-family:inherit;cursor:pointer;padding:0;margin-top:4px;text-align:left;transition:color .3s}.footer-col .show-more:hover{color:var(--accent-hover)}.footer-col li.hidden{display:none}.footer-contact{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:16px}.footer-contact strong{display:block;color:var(--text);font-weight:500;margin-bottom:4px}.footer-email{display:block;font-size:14px;color:var(--accent);margin-top:4px}.footer-brand{border-top:1px solid var(--border);background:var(--bg-card);padding:32px 24px}.footer-brand-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;gap:32px;align-items:center}.footer-brand-logo{height:44px;width:auto}.footer-brand-text p{font-size:14px;color:var(--text);font-weight:500;line-height:1.5;margin-bottom:6px}.footer-stats{font-size:12px;color:var(--text-muted);line-height:1.5}.footer-stats strong{color:var(--accent);font-weight:600}.footer-cta{display:flex;align-items:center;gap:12px}.footer-cta-btn{background:var(--accent);color:#fff;padding:12px 22px;border-radius:8px;font-size:14px;font-weight:500;border:none;transition:all .3s;white-space:nowrap;font-family:inherit;display:inline-flex;align-items:center;text-decoration:none;cursor:pointer}.footer-cta-btn:hover{background:var(--accent-hover);color:#fff}.footer-social{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;background:var(--bg-input);border:1px solid var(--border);color:var(--text-muted);transition:all .3s}.footer-social:hover{background:var(--accent);border-color:var(--accent);color:#fff}.footer-bottom{border-top:1px solid var(--border);background:var(--bg-input)}.footer-bottom-inner{max-width:var(--max-width);margin:0 auto;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:12px;color:var(--text-muted)}.footer-bottom-inner a{color:var(--text-muted);transition:color .3s}.footer-bottom-inner a:hover{color:var(--accent)}.footer-legal{display:flex;gap:20px;flex-wrap:wrap}.modal-backdrop{position:fixed;inset:0;background:#292e3880;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:none;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s}.modal-backdrop.visible{display:flex}.modal{background:#fff;border-radius:12px;max-width:440px;width:100%;padding:32px;box-shadow:0 20px 60px #292e3833}.modal h3{font-size:20px;font-weight:600;margin-bottom:8px}.modal p{font-size:14px;color:var(--text-muted);margin-bottom:20px;line-height:1.5}.modal code{background:var(--bg);padding:2px 6px;border-radius:4px;font-size:13px}.modal input{width:100%;padding:12px 14px;font-size:14px;font-family:inherit;border:1px solid var(--border);border-radius:8px;outline:none;margin-bottom:16px;transition:all .3s}.modal input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #3751c01a}.modal-actions{display:flex;gap:8px;justify-content:flex-end}.modal-btn{padding:9px 18px;border-radius:8px;font-size:14px;font-weight:500;border:none;transition:all .3s;font-family:inherit}.modal-btn-ghost{background:transparent;color:var(--text-muted)}.modal-btn-ghost:hover{color:var(--text);background:var(--bg)}.modal-btn-primary{background:var(--accent);color:#fff}.modal-btn-primary:hover{background:var(--accent-hover)}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}.catalog-layout,.product-layout{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr;gap:32px}.footer-brand-inner{grid-template-columns:1fr;text-align:center;justify-items:center}.footer-brand .logo-wrap{margin:0 auto}.footer-brand-text{width:100%}.footer-cta{justify-content:center}}@media(max-width:768px){.hero{padding:60px 20px;min-height:70vh}.logo-svg{height:48px}.page-header-inner{padding:12px 16px;gap:12px}.page-header .logo-svg{height:28px}.search-input{font-size:16px;padding:12px 8px}.search-submit{padding:10px 14px;font-size:13px}.search-submit .submit-text{display:none}.products-grid{grid-template-columns:repeat(2,1fr)}.side-rail{right:12px;padding:6px;gap:4px}.side-rail-btn{width:40px;height:40px}.side-rail-btn[data-tooltip]:after,.side-rail-btn[data-tooltip]:before{display:none}.container{padding:16px}.page-title{font-size:24px}.product-details h1{font-size:22px}}@media(max-width:600px){.footer-top{grid-template-columns:1fr;padding:40px 20px 24px}.footer-bottom-inner{flex-direction:column;text-align:center}}@media(max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.side-rail-lang{width:38px;height:26px;font-size:10px}}@media(max-width:360px){.products-grid{grid-template-columns:1fr}}@media(min-width:1100px){.container>.tile-grid{grid-template-columns:repeat(4,1fr)}}.hero{isolation:isolate}
