@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	--main-text-color: #3e3f4b;
	--main-title-color: #1b1c29;
	--main-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--main-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--menu-text-color: #3e3f4b;
	--menu-title-color: #1b1c29;
	--menu-background-color: white;
	--main-evidence-color: #B83C3C;
}

body {
 background-color:#FBFBFC;
}
.page-offers .tp-header {
 display:none!important;
}
.page-product-offer .tp-header {
 display:none!important;
}
.page-offers h1 {
 display:none!important;
}
.tp-product-thumb .tp-card-product-new {
 background-color: #B83C3C;
}
.page-index .tp-hp-card > a > div:first-child {
 padding: 0 !important;
}
/*HP titoli ambiente size e text transform*/
.page-index .card-body{
 position: absolute;
 z-index:4;
 top: 40%;
 left: 0;
 width: 100%;
 height: 100%;
}
.page-index .card-title.tp-title{
 text-transform:uppercase;
 font-size: 25px;
 color: #fff;
 font-weight: 400;
 z-index:4;
 transition:all .2s linear;
}
/*card ambienti casa*/
#tp-hp-layout-card .tp-hp-card img {
 height: auto;
}
.tp-hp-card:after{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0,0,0,0.6);
 z-index: 2;
}
/*SFONDO CARD AMBIENTI CASA HP*/
#tp-hp-layout-card .tp-hp-card.card {
 background-color: transparent;
}
.card{
 --bs-card-inner-border-radius: 0;
}