@import "../../../js/htk/style/classes"; .catalog { margin-right: 18em; } .catalog-actions { .htk-search-entry { margin-right: 4px; } } .title ._subtitle { font-size: .7rem; color: #bbb; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } /* Right panel */ .right-panel { position: fixed; top: 4.4em; bottom: 0; right: 0; width: 18em; overflow: auto; background-color: #fafafa; .basket-info { background-color: #8cc63f; color: white; padding: 17px 28px; border-radius: .5em; margin: 14px; text-align: center; & > button { color: white; background-color: rgba(0, 0, 0, .1); margin: 0 auto; display: block; margin-top: 10px; padding: 10px 15px; } & > button:hover { background-color: white; color: #60872c; } & > p { margin: 0; padding: .4em 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } } .filter { margin: 14px; } .categories, .filters, .order { margin: 20px 0; } .filters, .order { display: none; } .realm-msg { margin-top: 14px; } .realm-msg > h5 { font-weight: normal; text-align: center; padding: 34px 0; color: #777; } h2 { font-weight: normal; color: #777; font-size: 1.1rem; } .realms > div > div { text-align: center; } .realms a { display: inline-block; width: 25%; padding: .6em; box-sizing: border-box; border-radius: 50%; } .realms a:hover { background-color: rgba(1, 1, 1, .05); } .realms a > img { display: block; padding: 0; width: 100%; } .filters > button { margin-top: 1em; } } /* Items */ .item-box { display: flex; box-sizing: border-box; & > .htk-image { flex: none; } & > .item-info { flex: auto; position: relative; .second-category { font-weight: bold; color: orange; } .third-category { font-weight: bold; color: red; } & > h2 { text-overflow: ellipsis; overflow: hidden; } .item-id { float: right; } & > .available-price { position: absolute; bottom: 0; right: 0; white-space: nowrap; font-size: .95em; text-align: right; align-items: middle; column-gap: .2em; display: flex; & > * { border-radius: .2em; padding: .1em .3em; border: .1em transparent solid; box-sizing: border-box; } } .grouping { width: 38px; background-color: #ddd; } .available { width: 65px; border-color: #bbb; color: #777; } .price { width: 75px; border-color: #9cbc28; color: #748c1e; } } } .item-info { & > h2 { font-weight: normal; font-size: 1rem; margin-bottom: .15em; } & > .sub-name { margin: 0; padding: 0; color: #777; font-size: .9rem; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-transform: uppercase; margin-bottom: .2em; } .item-id { font-size: .9rem; color: #777; } & > p { margin: 0; margin-bottom: .2em; } } /* Tags */ .grid-view, .list-view, .item-card { .item-tags { font-size: .8em; display: table; color: #333; margin: 0; width: auto; border-collapse: collapse; td:first-child { color: #999; padding-right: .5em; } } } .grid-view, .item-card { .item-tags { td { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 14px; } td:first-child { max-width: 90px; width: 90px; } td:last-child { max-width: 120px; width: 120px; } } } /* Grid view */ .grid-view { & > * { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; } .item-box { border-radius: .6em; box-shadow: .05em .05em .2em rgba(0, 0, 0, .1); overflow: hidden; background-color: white; flex-direction: column; width: 260px; overflow: hidden; &:hover { background-color: #efefef; } & > .htk-image { width: 100%; min-height: 260px; } & > .item-info { flex: auto; overflow: hidden; margin: 10px; height: 158px; & > h2 { max-height: 48px; } & > .item-tags { position: absolute; top: 74px; } } } } /* List view */ .list-view { border-radius: .6em; box-shadow: .05em .05em .2em rgba(0, 0, 0, .1); overflow: hidden; background-color: white; max-width: 544px; margin: 0 auto; .item-box { gap: 10px; margin: 0; padding: 10px; height: 130px; overflow: visible; border-bottom: 1px solid #DDD; &:last-child { border-bottom: none; } & > .htk-image { width: 110px; height: 110px; border-radius: 50%; } & > .item-info { overflow: hidden; & > h2 { white-space: nowrap; } & > .color { display: none; } & > .htk-button { float: right; } & > .item-tags { display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; & > tr { display: inline-block; } td { display: inline-block; padding-right: .5em; &:first-child { display: none; } } } } } } /* Card */ .card-popup { overflow: auto; } .item-card { font-size: .9rem; width: 20em; & > .top { padding: 1em; & > .item-info { margin-left: 9em; height: 8em; } & > .htk-image { height: 8em; width: 8em; float: left; border-radius: .3em; } & > .desc { clear: both; margin-top: 15px 0; font-size: .9rem; } } & > .lots-grid { border-top: 1px solid #DDD; tr { height: 45px; } .cell-spin { max-width: initial; width: 42px; } .price-kg { font-size: .8rem; color: #999; width: 1px; } .cell-text { max-width: initial; width: auto; } .cell-button { max-width: initial; width: 14px; } } & > .footer { display: flex; align-items: center; justify-content: space-between; background-color: #1a1a1a; color: white; padding: 10px; & > button { &:hover { background-color: rgba(255, 255, 255, .1); } & > .htk-icon { display: block; } } } } /* Mobile */ .catalog-actions > button.menu { display: none; } .catalog-actions > button.menu > .htk-icon { display: block; } @include mobile { .catalog-actions > button.menu { display: block; } .right-panel { top: 0; right: -18em; z-index: 20; transition: transform 200ms ease-out; -webkit-transition: transform 200ms ease-out; } .right-panel.show { transform: translateZ(0) translateX(-18em); -webkit-transform: translateZ(0) translateX(-18em); } .catalog { margin-right: 0; } } @media (max-width: 650px) { .grid-view .item-box { width: 100%; max-width: 450px; & > .htk-image { min-height: initial; } } }