@-webkit-keyframes skeleton{0%{background-position:0 25%}to{background-position:75% 100%}}@keyframes skeleton{0%{background-position:0 25%}to{background-position:75% 100%}}#collectionDetails{width:60vw;margin:0 auto}#collectionDetails h1{margin-top:2rem;width:unset}#collectionDetails>div{display:flex;justify-content:space-between;background-color:#fff;border-radius:0 0 .3rem .3rem;box-shadow:-4px 4px 12px -8px #aaa;margin-bottom:2rem;padding:1rem 2rem 1.5rem}#collectionDetails label{display:flex;flex-direction:column;margin:0}#collectionDetails label>*{margin-top:.5rem}#collectionDetails label .switchButton{margin:1rem auto 0!important}#collectionDetails label #collectionDescription{width:20rem}