

/**umb_name:TextType1*/
.textType1 {
	font-size: 34px;
	color: white;
	font-family: var(--font-family-primary);
}

/**umb_name:TextType2*/
.textType2 {
	font-size: 48px;
	color: var(--primary-color);
	font-family: var(--font-family-primary);
}

/**umb_name:TextType3*/
.textType3 {
	font-size: 28px;
	color: white;
	font-family: var(--font-family-primary);
}

/**umb_name:TextType4*/
.textType4 {
	font-size: 30px;
	color: white;
	font-family: var(--font-family-primary);
}

/**umb_name:TextType5*/
.textType5 {
	font-size: 18px;
	color: white;
	font-family: var(--font-family-primary);
}

/**umb_name:TextType6*/
.textType6 {
	color: #000000;
	font-family: var(--font-family-primary);
	font-size: 24px;
	line-height: 18px;
}

/**umb_name:TextType7*/
.textType7 {
	color: #7a7a7a;
	font-family: var(--font-family-primary);
	font-size: 16px;
	line-height: 17px;
	letter-spacing: -0.8px;
	word-spacing: 0px;
}

/**umb_name:TextType8*/
.textType8 {
	color: #000000;
	font-family: var(--font-family-primary);
	font-size: 26px;
	font-weight: 400;
}

/**umb_name:TextType9*/
.textType9 {
	color: #000000;
	font-family: var(--font-family-primary);
	font-size: 16px;
	line-height: 22px;
}

/**umb_name:TextType10*/
.textType10 {
	font-size: 42px;
	color: var(--primary-color);
	font-family: var(--font-family-primary);
}

/**umb_name:Product Description*/
.product-description {
	text-align: left;
	margin-bottom: 20px;
	color: #7a7a7a;
	font-family: var(--font-family-primary);
	font-size: 18px;
	line-height: 22px;
}
