#selector-grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:auto repeat(8, auto);gap:1rem;}#selector-grid .column{display:grid;grid-row:1 / span 9;grid-template-rows:subgrid;padding:1rem;}#selector-grid select{background-color:#ffffff;color:#1a1a1a;font-weight:bold;border:1px solid #ccc;width:100%;padding:2px;font-size:18px;margin-bottom:30px;}#selector-grid .disabled-color{color:#001111;background-color:#E8E8E8;}#selector-grid .selected-color{color:#ffffff;background-color:#1a1a1a;}#selector-grid img{margin:auto;display:block;width:100%;height:357px;object-fit:contain;background:#FFFFFF;border:1px solid #ccc;}#selector-grid .dropdown-detail-header{display:block;padding:0 0 6px 0;font-weight:bold;}#selector-grid p{border-bottom:1px solid #ccc;padding:10px 0 20px 0;margin:0;}#selector-grid span.product-category-header{min-height:auto;display:block;width:fit-content;background-color:#E0F2FE;padding:1px 6px;border:none;margin:20px 0 20px 0;color:#075985;}#selector-grid span.product-description{color:#757575;}#selector-grid a{width:138px;height:40px;font-size:16px;font-weight:bolder;text-align:center;padding:1.1rem 1.1rem;margin-top:10px;display:inline-block;text-decoration:none;background:#007EB5;color:#FFFFFF;border-radius:5px;border:1px solid #007EB5;display:flex;align-items:center;justify-content:center;}#selector-grid a:focus, #selector-grid a:hover{background:#003A65}@media(max-width:819px){#product-selector{padding:0 0.5rem;box-sizing:border-box;}#selector-grid{grid-template-columns:repeat(2, 1fr);max-width:100vw;box-sizing:border-box;}#selector-grid .column{box-sizing:border-box;}#selector-grid .column img{max-width:100%;height:auto;min-height:173px;}#selector-grid .column select{max-width:100%;box-sizing:border-box;font-size:11px;padding:4px 2px;margin-bottom:20px;height:40px;text-wrap:wrap;line-height:12px;}}