.wc-desc-wrapper{display:flex;flex-direction:column;align-items:center}.wc-desc-truncate{position:relative;max-height:350px;overflow:hidden;transition:max-height 450ms ease;-webkit-transition:max-height 450ms ease}.wc-desc-truncate::after{content:"";position:absolute;left:0;right:0;bottom:0;height:56px;pointer-events:none;background:linear-gradient(rgba(255,255,255,0),var(--wc-desc-fade-color,rgba(255,255,255,.95)));z-index:10}.wc-desc-truncate.expanded{max-height:2000px}.wc-desc-truncate.expanded::after{display:none}.wc-desc-toggle{display:inline-block;margin:12px auto 0;padding:10px 16px;border-radius:999px;border:none;cursor:pointer;font-size:14px;font-weight:600;box-shadow:0 6px 18px rgba(0,0,0,.08);background:#111;color:#fff;position:relative;z-index:20;transition:transform .15s ease}.wc-desc-toggle.pulse{animation:wc-pulse 1400ms infinite}.wc-desc-toggle:focus{outline:3px solid rgba(17,17,17,.12);outline-offset:2px}.wc-desc-toggle:hover{transform:translateY(-2px)}