Rollators, Upright Walkers & Mobility Aids
A collection page of therapysupply
About
.ts-rollators { max-width: 1100px; margin: 0 auto; color: #000000; background: #ffffff; font-family: inherit; line-height: 1.65; } .ts-rollators, .ts-rollators * { box-sizing: border-box; } .ts-rollators h2, .ts-rollators h3, .ts-rollators p, .ts-rollators li, .ts-rollators summary, .ts-rollators a { color: #000000; } .ts-rollators h2 { margin: 32px 0 12px; font-size: 1.65rem; line-height: 1.3; } .ts-rollators h3 { margin: 0 0 8px; font-size: 1.1rem; } .ts-rollators p { margin: 0 0 16px; } .ts-rollators a { font-weight: 600; text-decoration: underline; text-underline-offset: 2px; } .ts-rollators a:hover { color: #ffffff; background: #000000; } .ts-rollators__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 20px 0; } .ts-rollators__card { padding: 18px; color: #000000; background: #ffffff; border: 1px solid #000000; } .ts-rollators__card p { margin-bottom: 0; } .ts-rollators__note { margin: 22px 0; padding: 18px; color: #ffffff; background: #000000; border: 1px solid #000000; } .ts-rollators__note strong, .ts-rollators__note p { color: #ffffff; } .ts-rollators__note p { margin: 0; } .ts-rollators__faq details { margin-bottom: 10px; color: #000000; background: #ffffff; border: 1px solid #000000; } .ts-rollators__faq summary { position: relative; padding: 15px 44px 15px 16px; font-weight: 700; cursor: pointer; list-style: none; } .ts-rollators__faq summary::-webkit-details-marker { display: none; } .ts-rollators__faq summary::after { content: "+"; position: absolute; top: 50%; right: 17px; transform: translateY(-50%); font-size: 1.4rem; line-height: 1; } .ts-rollators__faq summary:focus-visible { outline: 2px solid #000000; outline-offset: 3px; } .ts-rollators__faq details[open] summary { color: #ffffff; background: #000000; } .ts-rollators__faq details[open] summary::after { content: "−"; color: #ffffff; } .ts-rollators__answer { padding: 15px 16px 17px; border-top: 1px solid #000000; } .ts-rollators__answer p { margin: 0; } @