@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Roboto,sans-serif}body{background-color:var(--background-grey);padding:0;margin:0;overflow:hidden;width:100vw;height:100vh}@media not all and (hover: hover){body{height:var(--app-height)}}p{color:var(--color__title);font-size:.95em}a,a:hover{text-decoration:none}::-webkit-scrollbar{width:0px;background:transparent}.fade-out{animation:fadeOut .3s ease-out}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}:root{--app-height: 100%;--price-height: 70px;--mainimage-height: 100%;--infoimage-height: 200px;--app-max-width: 100%;--color__title: rgb(25, 25, 25);--color__title__inverted: rgb(230, 230, 230);--color__description: rgb(50, 50, 50);--color__description__inverted: rgb(205, 205, 205);--link: #1a0dab;--border-grey: rgb(200, 200, 200);--background-grey: rgb(242, 242, 242);--margin: 25px;--margin-y: calc(1.7 * var(--margin));--skeletonbackground: rgb(235, 235, 235);--skeletonhighlight: rgb(230, 230, 230)}@media (max-width: 1200px){:root{--mainimage-height: 400px}}@media (max-width: 700px){:root{--mainimage-height: 300px}}@media (max-width: 700px){:root{--infoimage-height: 200px}}@media (max-width: 1200px){:root{--app-max-width: 700px}}
