.recipesShowcase{padding:clamp(50px,7vw,110px) 0;font-family:var(--fnt-primula-main)}.recipesShowcase__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;margin-bottom:clamp(30px,6vw,100px)}.recipesShowcase__header h2{margin:0;font-size:clamp(22px,4vw,50px);font-weight:800;letter-spacing:-0.02em;line-height:1em}.recipesShowcase__header a{-ms-flex-negative:0;flex-shrink:0}.recipesShowcase__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:clamp(30px,6vw,100px)}.recipesShowcase__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;border-radius:30px;-webkit-transition:all 0.3s;transition:all 0.3s;overflow:hidden}.recipesShowcase__item__image{position:relative;width:50%}.recipesShowcase__item__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.recipesShowcase__item__image .testing{position:absolute;bottom:-12%;right:-8%;width:100%;height:50%;z-index:2;opacity:0;-webkit-transition:all 0.3s;transition:all 0.3s}.recipesShowcase__item__image .testing img{-o-object-fit:contain;object-fit:contain;-o-object-position:right;object-position:right}.recipesShowcase__item__content{position:relative;width:50%;color:var(--clr-primula-cream);padding:clamp(20px,6vw,100px) clamp(30px,6vw,140px);z-index:4}.recipesShowcase__item__content>span{display:block;font-size:clamp(12px,2vw,16px);font-weight:900;text-transform:uppercase;letter-spacing:0.1em;line-height:123%}.recipesShowcase__item__content__categories{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:clamp(15px,3vw,40px) 0;gap:10px;padding:0;list-style:none}.recipesShowcase__item__content__categories li{padding:8px 20px;font-size:clamp(13px,2vw,16px);font-weight:900;text-transform:uppercase;letter-spacing:-0.04em;border-radius:40px}.recipesShowcase__item__content__categories li.background--navy{background-color:var(--clr-primula-cream);color:var(--clr-primula-navy)}.recipesShowcase__item__content h3{margin:0;font-size:clamp(22px,4vw,50px);font-weight:900;letter-spacing:-0.02em;line-height:113.4%}.recipesShowcase__item__content hr{margin:15px 0 clamp(15px,3vw,20px) 0;width:78%;height:1px;border:none;background-color:var(--clr-primula-cream)}.recipesShowcase__item__content__information{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:27px;row-gap:15px;padding:0;margin:0 0 clamp(15px,4vw,30px) 0;font-size:clamp(14px,2vw,18px);list-style:none}.recipesShowcase__item__content__information li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.recipesShowcase__item__content__information span{display:inline-block;margin-right:clamp(7px,1vw,10px);width:clamp(15px,2vw,20px);height:clamp(15px,2vw,20px)}.recipesShowcase__item__content__information span svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.recipesShowcase__item__content__information span path{fill:var(--clr-primula-white)!important}.recipesShowcase__item__content p{margin:0;font-size:clamp(14px,2vw,18px);letter-spacing:-0.03em;line-height:123%}.recipesShowcase__item__content a{margin-top:clamp(25px,4vw,60px)}.recipesShowcase__item__content__decal{position:absolute;top:0;left:-15%;width:130%;height:100%;opacity:0.1;z-index:-1}.recipesShowcase__item__content__decal path,.recipesShowcase__item__content__decal svg{stroke:#fff}.recipesShowcase__item__content__decal svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.recipesShowcase__item--flip .recipesShowcase__item__image{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.recipesShowcase__item--flip .recipesShowcase__item__image .testing{right:unset;left:-8%}.recipesShowcase__item--flip .recipesShowcase__item__image .testing img{-o-object-position:left;object-position:left}@media (max-width:700px){.recipesShowcase__item--flip .recipesShowcase__item__image .testing img{-o-object-position:right;object-position:right}}.recipesShowcase__item--flip .recipesShowcase__item__content{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.recipesShowcase__item--flip .recipesShowcase__item__content__decal{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.recipesShowcase__item:hover{-webkit-transform:perspective(3000px) rotateY(5deg);transform:perspective(3000px) rotateY(5deg)}.recipesShowcase__item:hover .recipesShowcase__item__image .testing{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1;right:-8%;bottom:20%;z-index:33}@media (max-width:700px){.recipesShowcase__item:hover .recipesShowcase__item__image .testing{right:5%;bottom:-15%;height:80%}}@media (max-width:700px){.recipesShowcase__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.recipesShowcase__item--flip .recipesShowcase__item__image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.recipesShowcase__item--flip .recipesShowcase__item__content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.recipesShowcase__item__image{width:100%;height:auto;aspect-ratio:16/9}.recipesShowcase__item__content{width:100%}}