:root{--dark-cream:#4f4e36;--cream:#fffee5;--terracotta:#854343;--hazelnut:#573737;--dark:#200a0a;--black:#0a0a0a;--nav-height:10vh}.productMinimal{display:flex;flex-direction:column!important;position:relative;min-width:clamp(22rem,40vw,26rem)!important;border:2px solid #573737;border-radius:25px;z-index:1!important;background-color:#0a0a0a}.productMinimal .productImgContainer{width:100%;max-height:18rem;padding:2rem 0;transform:translateX(-8);display:flex;justify-content:center;align-items:center;z-index:0!important}.productMinimal .productImgContainer .imgContainer{width:clamp(8rem,7vw,10rem)}.productMinimal .productImgContainer .imgContainer img{width:100%;height:100%;object-fit:cover;object-position:center}.productMinimal .productMetaContainer{padding:1.5rem 2rem;background-color:#200a0a;min-height:11rem;border-radius:25px;display:flex;flex-direction:column;justify-content:space-between}.productMinimal .productMetaContainer #headerContainer{display:flex;justify-content:space-between;align-items:center;padding-bottom:.8rem}.productMinimal .productMetaContainer #footerContainer{display:flex;justify-content:space-between;z-index:1!important}.productMinimal .productMetaContainer .tagsContainer{margin-bottom:1.25rem;height:100%;display:flex;justify-content:center;align-items:center}.productMinimal .productMetaContainer .tagsContainer .tagS{display:flex;flex-direction:row;flex-wrap:wrap;padding:0;height:-moz-fit-content;height:fit-content}.productMinimal .productMetaContainer .tagsContainer .tag{margin:.25rem;cursor:pointer}.productMinimal .productMetaContainer .tagsContainer .tag:hover{background-color:#fffee5}.productMinimal .productMetaContainer .tagsContainer .tag:hover p{color:#573737}