.product{flex:1 1 calc(25% - 10px);min-width:200px;display:flex;flex-direction:column;border-radius:10px;position:relative}.product_top{flex-shrink:0;padding:15px;box-sizing:border-box;aspect-ratio:1/0.75;position:relative;overflow:hidden}.product_top .image_holder{width:100%;height:100%;overflow:hidden;position:relative}.product_top img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product_top:hover img{transform:scale(1.05)}.product_base{flex-grow:1;padding:15px;box-sizing:border-box;flex-direction:column;justify-content:flex-start}.product_top .product_top_left{padding:8px 12px;border:1px solid var(--dark-green);border-radius:8px;display:inline-block;position:absolute;z-index:2;top:15px;left:15px}div.light_fonts .product_top .product_top_left{border:1px solid var(--white)}.product_top .product_top_left p{margin:0}.bento{display:flex;gap:10px;margin:auto}.bento_strideone{display:flex;gap:10px;margin:auto;flex-wrap:wrap}.bento_strideone_inc{display:flex;gap:10px;margin:auto}.bento .content,.bento_strideone .content{width:50%}.bento .left-box{flex:1;padding:20px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;box-sizing:border-box}.bento_strideone .bento_item{flex:1;padding:30px;box-sizing:border-box;min-width:45%}.bento_strideone_inc .bento_item{flex:1;padding:30px;box-sizing:border-box}.bento .right-boxes{flex:1;display:flex;flex-direction:column;gap:10px}.bento .bottom-box,.bento .top-box{flex:1;padding:20px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;box-sizing:border-box}.bento .bento_1{background-image:url('/assets/furniture/bento/health_testing.webp');background-size:100%;background-repeat:no-repeat;background-position:center calc(100% + 10%)}.bento .bento_2{background-image:url('/assets/furniture/bento/precision_supplements.webp');background-size:auto 184%;background-repeat:no-repeat;background-position:90% -10%}.bento .bento_3{background-image:url('/assets/furniture/bento/optimisation_memberships.webp');background-size:120%;background-repeat:no-repeat;background-position:25%}.bento_strideone .bento_4,.bento_strideone .bento_5{padding-bottom:25%}.bento .bento_1,.bento .bento_2,.bento .bento_3{transition:background-size .4s ease}.bento .bento_1:hover{background-size:105%}.bento .bento_2:hover{background-size:auto 193.2%}.bento .bento_3:hover{background-size:126%}.bento_strideone .cropped-image-wrapper{width:50%;height:0;padding-top:50%;overflow:hidden;position:relative;margin:0 auto;position:absolute;left:50%;bottom:0;transform:translateX(-50%)}.bento_strideone .cropped-image-wrapper img{width:100%;height:auto;position:absolute;top:10px;left:50%;transform:translateX(-50%);transition:top .4s ease}.bento_strideone .bento_4 .cropped-image-wrapper img{width:40%}.bento_strideone .bento_4:hover .cropped-image-wrapper img,.bento_strideone .bento_5:hover .cropped-image-wrapper img{top:0}@media (max-width:768px){.bento,.bento_strideone{flex-direction:column}.bento .bottom-box,.bento .left-box,.bento .right-boxes,.bento .top-box,.bento_strideone .bento_4,.bento_strideone .bento_5{width:100%;flex:none}.bento .content{width:75%}}