/* Standalone catalog styling, aligned with the Squishy catalog. */
#fidgetProductGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch}
#fidgetProductGrid .fidget-card{display:flex;flex-direction:column;min-width:0;gap:0;padding:0;overflow:hidden;border:1px solid #dfe8ee;border-radius:20px;background:#fff;box-shadow:0 8px 28px rgba(16,35,63,.045);transition:box-shadow .2s,border-color .2s}
#fidgetProductGrid .fidget-card[hidden]{display:none!important}
#fidgetProductGrid .catalog-product-card__image{display:block;width:100%;aspect-ratio:1;overflow:hidden;background:#f5f7f8;border-bottom:1px solid #edf1f4}
#fidgetProductGrid .catalog-product-card__image img{display:block;width:100%;height:100%;padding:16px;object-fit:contain;background:transparent;border-radius:0}
#fidgetProductGrid .catalog-product-card__body{display:flex;flex:1;flex-direction:column;min-width:0;min-height:0;padding:18px}
#fidgetProductGrid .catalog-product-card__identity{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin:0 0 12px}
#fidgetProductGrid .catalog-stock-badge{display:inline-flex;align-items:center;gap:6px;border-radius:99px;padding:6px 9px;background:#eaf5ef;color:#247556;font-size:11px;font-weight:700;line-height:1.3;letter-spacing:0;text-transform:none}
#fidgetProductGrid .catalog-stock-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:#359969;flex-shrink:0}
#fidgetProductGrid .catalog-product-card__identity small{color:#748194;font-size:11px;font-weight:650;line-height:1.4;white-space:nowrap}
#fidgetProductGrid h3{min-height:3.9em;margin:0;font-size:17px;line-height:1.3;font-weight:750;letter-spacing:-.015em;overflow-wrap:anywhere}
#fidgetProductGrid h3 a{color:#14273f;text-decoration:none}
#fidgetProductGrid .catalog-product-card__facts{display:grid;grid-template-columns:1fr;gap:0;margin:16px 0 0}
#fidgetProductGrid .catalog-product-card__fact{display:flex;align-items:baseline;justify-content:space-between;gap:14px;min-width:0;padding:10px 0;border:0;border-bottom:1px solid #eef1f4;border-radius:0;background:transparent}
#fidgetProductGrid .catalog-product-card__fact span{flex-shrink:0;color:#748194;font-size:11px;font-weight:600;line-height:1.5;text-transform:none;letter-spacing:0}
#fidgetProductGrid .catalog-product-card__fact strong{display:block;color:#304358;font-size:12px;font-weight:650;line-height:1.5;text-align:right;overflow-wrap:anywhere}
#fidgetProductGrid .catalog-product-card__price{display:grid;justify-content:normal;gap:5px;margin-bottom:6px;padding:13px 14px;border:1px solid #dce9f3;border-radius:12px;background:#f5f9fd}
#fidgetProductGrid .catalog-product-card__price span{color:#58748e;font-size:10px;letter-spacing:.06em;text-transform:uppercase}
#fidgetProductGrid .catalog-product-card__price strong{color:#1768b3;font-size:22px;line-height:1.25;text-align:left;letter-spacing:-.025em}
#fidgetProductGrid .catalog-product-card__actions{display:grid;grid-template-columns:.9fr 1.1fr;align-items:stretch;gap:8px;margin-top:auto;padding-top:18px}
#fidgetProductGrid .catalog-product-card__actions>a,#fidgetProductGrid .catalog-product-card__actions>button{display:flex;align-items:center;justify-content:center;min-width:0;min-height:48px;padding:10px 8px;border:1px solid #cedce6;border-radius:10px;background:#fff;color:#37566d;font-family:inherit;font-size:12px;font-weight:750;line-height:1.35;text-align:center;text-decoration:none;cursor:pointer}
#fidgetProductGrid .catalog-product-card__actions>.catalog-card-inquiry{border-color:#16786e;background:#16786e;color:#fff}
#fidgetProductGrid .catalog-product-card__actions>.is-added{border-color:#9fcec1;background:#e7f4ee;color:#216149}
#fidgetProductGrid a:focus-visible,#fidgetProductGrid button:focus-visible{outline:3px solid #e9b44c;outline-offset:3px}
@media(hover:hover){#fidgetProductGrid .fidget-card:hover{border-color:#b9cedd;box-shadow:0 12px 32px rgba(16,35,63,.085)}#fidgetProductGrid h3 a:hover{color:#16786e}#fidgetProductGrid .catalog-card-inquiry:hover{background:#105e57}#fidgetProductGrid .catalog-card-detail:hover{background:#f1f6f9}}
@media(max-width:1100px){#fidgetProductGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}}
@media(max-width:820px){#fidgetProductGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}}
@media(max-width:540px){#fidgetProductGrid{grid-template-columns:minmax(0,1fr);gap:20px}#fidgetProductGrid .catalog-product-card__image{aspect-ratio:6/5}#fidgetProductGrid .catalog-product-card__image img{padding:18px}#fidgetProductGrid .catalog-product-card__body{padding:18px}#fidgetProductGrid h3{min-height:0;font-size:19px}#fidgetProductGrid .catalog-product-card__identity small{font-size:12px}#fidgetProductGrid .catalog-product-card__actions>a,#fidgetProductGrid .catalog-product-card__actions>button{font-size:13px;min-height:48px}}
@media(prefers-reduced-motion:reduce){#fidgetProductGrid .fidget-card{transition:none}}
