.catalog-card{position:relative;height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;text-decoration:none;color:#000;cursor:pointer;transition:transform .4s ease,filter .4s ease}.catalog-card img{width:110px;opacity:.55;filter:drop-shadow(0 0 12px rgba(160,210,255,.35));transition:opacity .4s ease,filter .4s ease}.catalog-card span{font-size:18px;letter-spacing:.35em;font-weight:300;transition:color .4s ease,text-shadow .4s ease}.catalog-card:hover{transform:translateY(-10px)}.catalog-card:hover img{opacity:1;filter:drop-shadow(0 0 26px rgba(150,220,255,.9))}.catalog-card:hover span{color:#9edcff;text-shadow:0 0 20px rgba(150,220,255,.8)}.catalog-page{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}.catalog-title{text-align:center;margin-top:48px;font-weight:300;letter-spacing:.25em;font-size:22px;opacity:.85}.catalog-footer{text-align:center;padding:32px 0;font-size:13px;letter-spacing:.18em;opacity:.35}.catalog-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;padding:80px 60px}body{background:#fff;color:#111;font-family:system-ui,-apple-system,Inter,sans-serif}a,button{background:none;border:none;padding:0;font-family:inherit;font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#6b7280;cursor:pointer;text-decoration:none;transition:color .25s ease,text-shadow .25s ease,transform .15s ease}a:hover,button:hover{color:#9fdcff;text-shadow:0 0 14px rgba(159,220,255,.45)}button:disabled,button[aria-disabled=true]{color:#9ca3af;cursor:default;text-shadow:none}h1,h2,h3,h4{font-weight:300;letter-spacing:.06em;margin:0 0 12px}img{max-width:100%;height:auto;object-fit:contain}.product-images img,.product-gallery img{max-height:320px}.product-images img+div img,.thumbs img{opacity:.5;transition:opacity .25s ease}.thumbs img:hover,.thumbs img.active{opacity:1}.product-page,.catalog,.cart,.favorites{padding:40px 48px}button:focus{outline:none}:root{--ice-blue: #9fdcff;--ice-deep: #5fbfff}.product-page>div button{margin-right:12px;margin-bottom:8px}.cart-item,.favorite-item{display:flex;gap:20px;align-items:flex-start;border-bottom:1px solid #e5e5e5;padding:20px 0}.cart-item img,.favorite-item img{width:120px;flex-shrink:0}.cart-item-content,.favorite-item-content{display:flex;flex-direction:column;gap:6px;text-align:left}.cart-item .remove,.favorite-item .remove{margin-top:12px;align-self:flex-start;font-size:12px;letter-spacing:.12em;opacity:.6}.cart-item .remove:hover,.favorite-item .remove:hover{opacity:1}.hero-back{display:inline-block;margin-bottom:20px;font-size:14px;letter-spacing:2px;text-decoration:none;color:#8aa8b5;transition:.3s}.hero-back:hover{color:#bde9ff;text-shadow:0 0 6px rgba(180,230,255,.9),0 0 18px rgba(120,200,255,.7),0 0 40px rgba(80,170,255,.5)}.back-btn{background:none;border:none;color:#94aeb8;letter-spacing:2px;cursor:pointer;transition:.25s}.back-btn:hover{color:#dff6ff;text-shadow:0 0 12px rgba(180,230,255,.9);transform:scale(1.06)}.product-page{display:grid;grid-template-columns:420px 1fr;gap:60px;align-items:start;max-width:1100px;margin:0 auto}.product-images{position:sticky;top:40px}.product-page{display:flex;flex-direction:column;align-items:center}.product-page>div{width:100%;display:flex;flex-direction:column;align-items:center}.product-page img{display:block;margin:0 auto}.product-page .thumbs,.product-page div[style*=overflowX]{display:flex;justify-content:center;align-items:center;gap:14px;overflow-x:auto;overflow-y:hidden;max-width:420px;padding-bottom:6px;scrollbar-width:thin}.product-page .thumbs img,.product-page div[style*=overflowX] img{width:72px;height:72px;object-fit:contain;flex:0 0 auto}.product-page h1,.product-page h2,.product-page h3,.product-page p,.product-page button{text-align:center}.product-page{max-width:1100px;margin:0 auto;padding:40px 20px}.product-layout{display:flex;flex-direction:column;align-items:center;gap:28px}.product-main-image{width:100%;max-width:420px;height:420px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:18px}.product-main-image img{max-width:100%;max-height:100%;object-fit:contain}.product-thumbs{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;max-width:420px;width:100%;justify-content:flex-start}.product-thumbs::-webkit-scrollbar{height:6px}.product-thumbs::-webkit-scrollbar-thumb{background:#dff6ff;border-radius:10px}.product-thumbs img{width:70px;height:70px;object-fit:contain;background:#fff;border-radius:12px;padding:6px;flex:0 0 auto;cursor:pointer;opacity:.5;transition:.25s}.product-thumbs img:hover{opacity:.9;transform:scale(1.05)}.product-thumbs img.active{opacity:1;border:2px solid #9fdcff;box-shadow:0 0 18px #9fdcff80}.product-info{text-align:center;max-width:420px}.product-info h1{font-weight:300;margin-bottom:6px}.product-price{font-size:28px;margin-bottom:22px}.option-row{margin-bottom:18px}.option-row button{margin:6px;opacity:.5}.option-row button.active{opacity:1;color:#bfeaff;text-shadow:0 0 18px rgba(159,220,255,.8)}.product-actions{margin-top:22px;display:flex;justify-content:center;gap:20px}@media(max-width:700px){.product-main-image{height:320px}.product-thumbs,.product-info{max-width:320px}}body{margin:0;font-family:system-ui,sans-serif}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin:24px 0}.product-card{border:1px solid #ddd;padding:16px;border-radius:12px}.product-card img{width:100%}.pagination button{margin:4px}.pagination .active{font-weight:700}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px}.product-card{display:block;padding:16px;border:1px solid #ddd;border-radius:12px;text-decoration:none;color:#000;transition:all .2s ease}.product-card:hover{box-shadow:0 0 20px #c8c8ff99;transform:translateY(-2px)}.product-card img{width:100%;height:160px;object-fit:contain}.hero-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none;cursor:pointer;font-family:Inter,Montserrat,sans-serif;font-weight:300;font-size:14px;letter-spacing:.18em;text-transform:uppercase;color:#000;transition:transform .35s ease,color .35s ease,text-shadow .35s ease}.hero-link:before{content:"←";font-size:18px;line-height:1;transition:transform .35s ease}.hero-link:hover{color:#b5e6ff;transform:translateY(-6px);text-shadow:0 0 32px rgba(150,220,255,.85)}.hero-link:hover:before{transform:translate(-6px)}button,a{transition:color .25s ease,text-shadow .25s ease,transform .18s ease}button:hover,a:hover,.hero-back:hover{color:#bfeaff!important;text-shadow:0 0 6px rgba(180,230,255,.9),0 0 18px rgba(120,200,255,.7),0 0 34px rgba(80,170,255,.5);transform:scale(1.05)}.active-page{color:#9fdcff!important;text-shadow:0 0 12px rgba(159,220,255,.9);transform:scale(1.15)}
