.productCard{width:96%;min-height:290px;max-height:300px;position:relative;padding:20px 15px;display:flex;flex-direction:column;transition:.5s ease-in-out;border-radius:15px;margin-left:2%;margin-top:130px;background-color:hsla(0,0%,100%,.25);box-shadow:0 0 15px 0 rgba(0,0,0,.2),inset 0 0 15px 3px var(--white);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.7)}.productCard.mtMob0{margin-top:80px}@media(min-width:1000px){.productCard,.productCard.mtMob0{margin-top:100px}.productCard.productCard2{margin-top:120px}}@media(min-width:751px)and (max-width:1000px){.productCard.mtMob0{margin-top:130px}}.productCard__imgBox{position:relative;width:95%;min-height:200px;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.2);z-index:1;background-color:var(--white);margin-left:2.5%;margin-top:-90px;padding:4px;transition:.5s ease-in-out}.productCard__imgBox img{border-radius:15px}@media(min-width:1000px){.productCard__imgBox{width:80%;margin-left:10%}}.productCard__contentBox{position:relative;padding:10px 12px;overflow:hidden;min-height:100px}.productCard__contentBox .headerTitle{position:relative;z-index:2}.productCard__contentBox__description{position:relative;top:-140px;visibility:hidden;opacity:0;transition:.5s ease-in-out;max-height:0;z-index:1}.productCard.otherProduct:hover{max-height:4000px;transition:.5s ease-in-out}.productCard.otherProduct:hover .productCard__imgBox{margin-top:-90px}.productCard:hover{max-height:4000px;transition:.5s ease-in-out}.productCard:hover .productCard__imgBox{margin-top:-130px}.productCard:hover .productCard__contentBox__description{visibility:visible;opacity:1;top:0;display:block;max-height:4000px}@media(max-width:750px){.productCard{max-height:4000px;transition:.5s ease-in-out}.productCard .productCard__imgBox{margin-top:-130px}.productCard .productCard__contentBox__description{visibility:visible;opacity:1;top:0;display:block;max-height:4000px}}.mainContentent h1,.mainContentent p{width:100%;color:var(--themeTxt)!important;text-shadow:none}@media(min-width:1000px){.mainContentent h1,.mainContentent p{width:54%}}.mainContentent.text-overlayinner{top:-19%}@media(min-width:1000px){.mainContentent.text-overlayinner{top:0}.mainContentent h1,.mainContentent p{width:40%}}