Lotus vörurnar okkar þjóna þínum daglegu þörfum, hvort sem það er í eldhúsinu, á baðherberginu eða á ferðinni. En það er ekki allt, Lotus vörumerkið stendur fyrir gæði. Vörurnar standast strangar öryggis og gæðakröfur, enda Svansmerktar og FSC vottaðar.
.product-box {
margin: 0 0 22px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-decoration: none !important;
background: #fff;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
border-radius: 3px;
padding: 20px;
position: relative;
-webkit-box-shadow: inset 0 0 0 1px #e6eaf0;
box-shadow: inset 0 0 0 1px #e6eaf0;
height: calc(100% – 20px);
}
.product-box figure .img {
height: 159px;
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 20px 0;
}
.product-box figure .img img {
display: block;
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
.product-box .top-panel .number {
display: block;
font-size: 10px;
-webkit-transform: translate(0, -3px);
transform: translate(0, -3px);
}
.product-box figure figcaption h3 {
margin: 0;
font-weight: 500;
font-size: 18px;
line-height: 1.5;
min-height: 50px;
}
.product-box figure figcaption p {
font-size: 13px;
line-height: 17px;
}