/*
Theme Name: Lewius Store - Storefront Child
Template: storefront
Version: 1.0
*/

@import url("assets/css/store.css");

.site-info a {
	opacity: 0;
}

.lewius {
	background: linear-gradient(90deg, #0896f5, #9b0e83);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lewius-dark {
	background: linear-gradient(90deg, #1acaff, #ff1ed9);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.variant-color {
	background: linear-gradient(90deg, #4A90E2, #F2C94C, #A27C56, #E91E63);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.variant-monochrom {
	background: linear-gradient(90deg, #303030, #828282, #303030, #828282);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-branding .custom-logo {
	width: 100px !important;
}

.product_meta {
    opacity: 0 !important;
}