/* TopLobsta: product description collapse only. No background/color changes. */
.tl-description-clamp{position:relative;overflow:hidden;max-height:180px;transition:max-height .28s ease}.tl-description-clamp.is-expanded{max-height:5000px}.tl-description-toggle{display:inline-flex;align-items:center;gap:8px;margin-top:10px;padding:0;border:0;background:none!important;color:inherit!important;font:inherit;font-weight:800;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;box-shadow:none!important}.tl-description-toggle:after{content:'+';font-size:18px;line-height:1}.tl-description-toggle[aria-expanded='true']:after{content:'−'}.tl-description-toggle:hover,.tl-description-toggle:focus{background:none!important;color:inherit!important}.tl-description-clamp,.tl-description-clamp *{background-color:transparent}.tl-description-clamp.is-short+.tl-description-toggle{display:none}