.notFound{margin-top:14vh;min-height:66vh;flex-direction:column}.notFound,.triangle-alert{display:flex;align-items:center;justify-content:center}.triangle-alert{flex-direction:row;gap:10px;color:#1e4b9c}@media screen and (max-width:440px) and (orientation:portrait){.notFound{gap:20px}.notFound>p{font-size:1.2rem}.triangle-alert{width:90vw;gap:20px}#triangle{width:8rem;height:8rem}}.notFound{height:50vh}*{margin:0;padding:0;box-sizing:border-box}body{height:100vh;flex-direction:column}.content-category,body{width:100vw;display:flex}.content-category{min-height:70vh;flex:1 1;flex-direction:column;margin-top:150px}.title{margin:0;flex-direction:column;width:100vw;height:20%;min-height:120px;color:#1e4b9c}.product-box,.title{display:flex;align-items:center;justify-content:center}.product-box{flex-wrap:wrap;margin:1vh 0 0;padding:0 5vw;gap:20px}.product{border:1px solid gray;scroll-margin-top:40vh;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08);transition:all .3s cubic-bezier(.25,.8,.25,1);background-color:#fff;border-radius:30px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;flex-basis:calc(20% - 20px);flex-grow:0;height:35vh;min-height:377px;min-width:325px;padding:0 0 2%;z-index:0}.product:hover{transform:translateY(-6px);box-shadow:0 12px 24px rgba(0,0,0,.1),0 4px 8px rgba(0,0,0,.08);cursor:pointer}.product:active{transform:scale(.97)}.product-link{text-decoration:none;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;z-index:0}.product-photo{width:100%;height:70%;border-radius:30px}.product-ref{color:#000}.product-name{color:#1e4b9c;padding:0 .5%;text-align:center}#total-products{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;margin-top:5vh;padding-right:6vw;margin-bottom:10vh}@media screen and (max-width:1199px) and (orientation:landscape){.product{min-width:280px;min-height:325px}}@media screen and (max-width:820px) and (orientation:portrait){.content-category{margin-top:14vh}.product{padding:0 .5rem 4%;transition:none;flex-grow:0;height:5vh;min-height:267px;min-width:230px}.product:hover{transform:none;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08)}.product:active{transform:none}}@media screen and (-webkit-min-device-pixel-ratio:1.24) and (-webkit-max-device-pixel-ratio:1.2608695652173914),screen and (min-resolution:1.24dppx) and (max-resolution:1.26dppx){.content-category{zoom:.9;width:110vw}.title{width:110vw}}