@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');
* {
font-family: 'Raleway', sans-serif;
}
.v-card {
background: black !important;
}
button.buy-product-button.v-btn.v-btn--block.v-btn--text.theme--dark.v-size--default.primary--text {
color: #fff !important;
}
.v-main__wrap {
background: #0a0a0a;
}
footer.v-footer.v-sheet.theme--dark.v-footer--absolute.v-footer--padless {
background: transparent;
}
header.mt-2.overflow-hidden.shop-navbar.v-sheet.theme--dark.v-toolbar.v-app-bar.primary {
background: black !important;
}
.products-card.v-card.v-sheet.theme--dark.col-lg-8.col-md-8.col-sm-12.pa-2.mb-2 {
max-width: 100% !important;
flex: 0 0 100% !important;
}
@media (min-width: 1264px) {
.col-lg-4 {
flex: 0 0 25% !important;
max-width: 25% !important;
}}
.v-card__title.d-flex.flex-column.pa-1.product-name-card {
text-shadow: 0px 0px 12px rgb(255 255 255);
}
.v-progress-linear.v-progress-linear--visible.theme--dark {
color: #000 !important;
}
.v-alert.mt-1.v-sheet.theme--dark.elevation-2.v-alert--border.v-alert--border-top {
background: #000 !important;
}
span.v-chip__content {
color: black;
}