.v-sheet{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0;display:block}.v-sheet--border{border-width:thin;box-shadow:none}.v-sheet{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity,rgba(0,0,0,.2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity,rgba(0,0,0,.14)),0 0 0 0 var(--v-shadow-key-ambient-opacity,rgba(0,0,0,.12))}.v-sheet--absolute{position:absolute}.v-sheet--fixed{position:fixed}.v-sheet--relative{position:relative}.v-sheet--sticky{position:sticky}.v-sheet{background:rgb(var(--v-theme-surface));border-radius:0;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-sheet--rounded{border-radius:4px}.container{display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}@media (max-width:767px){.container{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.ellipsis{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.card_hover{transition:box-shadow .3s ease-in-out}.card_hover:hover{box-shadow:10px 10px 20px -10px #0003,-10px -10px 20px -10px #0003}#card__overlay .v-card__overlay{background-color:#fff!important}#promotional-badge{background-color:red;color:#fff;font-size:10px;font-weight:700;left:-50px;padding:4px 0;position:absolute;text-align:center;top:15px;transform:rotate(-45deg);width:150px;z-index:2}
