*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;background-color:#fff;color:#213547;min-width:320px}.categories{display:flex;flex-wrap:wrap;gap:4px;padding:8px}.category-button{padding:4px 8px;border-radius:6px;border:1px solid #ccc;background:#f5f5f5;cursor:pointer;font-size:14px;transition:all .2s ease}.category-button:hover{background:#e0e0e0}.category-button.active{background:#213547;color:#fff;border-color:#213547}.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:8px;padding:8px;justify-items:center}.product-card{display:flex;flex-direction:column;border:1px solid #ddd;padding:6px;background:#fff;width:100%;max-width:330px;box-sizing:border-box;transition:box-shadow .2s ease}.product-card:hover{box-shadow:0 4px 12px #0000001a}.product-card img{width:100%;max-width:330px;max-height:300px;object-fit:contain;display:block;margin:0 auto}.product-card h3{font-size:14px;margin:4px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-title{color:#213547;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-title-link{text-decoration:none;color:#213547;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-title-link:hover{color:#646cff;text-decoration:underline}.product-card img:hover{cursor:pointer;opacity:.9}.product-link{text-decoration:none;color:inherit;display:block}.product-card,.product-card-wrapper{position:relative}.navbar{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background-color:#f8f9fa;border-bottom:1px solid #dee2e6}.nav-left{font-size:24px;font-weight:700;color:#213547}.nav-right{display:flex;gap:20px}.nav-link{text-decoration:none;color:#6c757d;font-size:16px;padding:8px 16px;border-radius:6px;transition:all .2s ease}.nav-link:hover{color:#495057;background-color:#e9ecef}.nav-link.active{color:#213547;font-weight:600;background-color:#e0e0e0}.heart-button{background:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 4px #0003;z-index:10;padding:0}.heart-button--absolute{position:absolute;top:10px;right:10px}.heart-button:hover{transform:scale(1.05);box-shadow:0 2px 8px #0000004d}.heart-button__icon{width:20px;height:20px}.home-page{padding:20px}.home-page-loading{padding:20px;text-align:center;color:#666;font-size:16px}.home-page-error{padding:20px;text-align:center;color:#ff4757;background:#ffeaea;border-radius:8px;margin:20px;font-size:14px}.home-page-categories,.home-page-products{padding:8px}.product-page{padding:20px;max-width:800px;margin:0 auto}.product-page-loading{padding:20px;text-align:center;color:#666}.product-page-error{padding:20px;text-align:center;color:#ff4757}.product-page-not-found{padding:20px}.product-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #eee}.product-title-section{flex:1}.product-title{margin:0 0 8px;font-size:24px;color:#213547}.product-price{font-size:1.5rem;font-weight:700;color:#213547}.heart-button-container{margin-left:20px;margin-top:25px}.product-content{display:flex;flex-direction:column;gap:20px}.product-image{max-width:300px;height:auto;margin:0 auto;display:block}.product-section{margin-bottom:16px}.product-section h3{margin-bottom:8px;color:#213547;font-size:18px}.product-section p{color:#555;line-height:1.5}.favourites-page{padding:20px}.favourites-page__title{margin-bottom:24px;color:#213547;font-size:28px}.favourites-page__loading{padding:20px;text-align:center;color:#666;font-size:16px}.favourites-page__error{padding:20px;text-align:center;color:#ff4757;background:#ffeaea;border-radius:8px;margin:20px;font-size:14px}.favourites-page__empty{padding:40px 20px;text-align:center;color:#666;font-size:16px;background:#f8f9fa;border-radius:8px;margin:20px 0}
