:root{--clr-angus: #932745;--clr-dark: #101820;--clr-white: #ffffff;--ff-Bebas: "Bebas Neue", sans-serif;--ff-Raleway: "Raleway", sans-serif;--ff-Script: "cursive", sans-serif}.information{min-height:200px;width:100vw;max-width:100%;margin:0 auto;padding-top:75px}.tab-list{display:flex;width:90vw;max-width:1200px;margin:0 auto;padding-bottom:5px;border-bottom:1px solid rgba(0,0,0,.25)}.tab-list button{font-family:var(--ff-Raleway);font-size:18px;font-weight:500;background:none;margin-inline:25px;border:none;line-height:125%}.tab-list button:hover{cursor:pointer}.tab-list>[aria-selected=true]{color:#932745;font-weight:700}.information-content{width:90vw;margin:0 auto;max-width:1200px;padding-top:25px;font-size:16px;color:var(--clr-dark)}@media screen and (max-width:650px){.video-window{width:90vw;height:auto;aspect-ratio:5/3}}@media screen and (max-width:650px){.information{min-height:150px;padding-top:25px}.tab-list{width:100%;justify-content:space-evenly}.tab-list button{font-size:15px;margin-inline:0px;padding:3px 0;min-width:0;color:#000}.information-content{font-size:15px}.bundles-content .wrapper,.recipe-content .wrapper{justify-content:center}}.bundles-content .wrapper,.recipe-content .wrapper{display:flex;flex-wrap:wrap;height:100%;padding-bottom:25px}.pdp-recipe-tile{position:relative;height:200px;width:275px;border-radius:5px;margin:10px;flex-shrink:0;background-size:cover;background-color:gray;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;text-align:center;transition:box-shadow .2s ease-in-out}.pdp-recipe-tile:hover{box-shadow:0 5px 10px #0000004d;transition:box-shadow .2s ease-in-out}.pdp-recipe-tile h2{font-family:var(--ff-Bebas);color:#fff;text-shadow:0px 0px 5px black}.pdp-recipe-tile p{font-family:var(--ff-Raleway);color:var(--clr-white);font-size:16px;text-shadow:0px 0px 5px rgba(0,0,0,.25)}.hidden-link{text-decoration:none}.section-break{position:absolute;top:0;z-index:1;display:block;height:50px;width:100%;background-color:#fff;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow:0 5px 5px #0000001a}.video-section{position:relative;height:100%;min-height:250px;padding:150px 0;width:100%}.video-section .wrapper{max-width:1200px;display:flex;justify-content:space-evenly;align-items:center;margin:0 auto}.video-section:before{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:100%;background:linear-gradient(#ffffff4d,#ffffff4d),url(/cdn/shop/files/marble02.jpg?v=1712060270);z-index:-1}.video-container{display:block;width:50vw;max-width:680px;aspect-ratio:16 / 9;flex-shrink:0}.video-section .text-container{margin-left:20px;display:flex;flex-direction:column;align-items:center}.video-section h2{font-family:var(--ff-Bebas);font-size:55px;color:var(--clr-dark);margin:0}.video-section p{font-size:16px;line-height:30px;margin:25px 0 40px;color:var(--clr-dark);text-align:center}@media screen and (max-width:1100px){.video-section{padding:25px 0}.video-section .wrapper{flex-direction:column;padding:100px 0 125px}.video-container{width:90vw;max-width:90vw;margin-bottom:50px}}@media screen and (max-width:650px){.video-section h2{font-size:34px}.video-section p{font-size:15px;margin:5px 0 15px}}.whats-inside{position:relative;height:100%;min-height:250px;padding:150px 10px;margin:0 auto}.whats-inside:before{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:100vw;background:linear-gradient(#fff9,#fff9),url(/cdn/shop/files/marble02.jpg?v=1712060270);z-index:-1}.whats-inside h2{font-family:var(--ff-Bebas);font-size:55px;text-align:center}.whats-inside .wrapper{width:80vw;max-width:1200px;margin:50px auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1rem}.bundle-product{display:flex;flex-flow:column;justify-content:space-between;border:1px solid #eee;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:1em;text-align:center;border-radius:10px;transition:box-shadow .2s ease-in-out}.bundle-product:hover{border:1px solid #fff;box-shadow:0 5px 40px #0000004d;transition:box-shadow .2s ease-in-out}.bundle-product img{width:100%;overflow:hidden}.bundle-product .product-name{margin:1em 0;font-size:15px;text-transform:uppercase;color:var(--clr-dark)}.butcher-section{width:100%;height:500px;background-color:var(--clr-angus);box-shadow:0 0 10px #00000040}.butcher-section .content{width:100%;max-width:1200px;margin-inline:auto;display:flex;justify-content:space-evenly}.butcher-section .text-container{color:#fff;display:flex;flex-direction:column;justify-content:space-evenly;margin-inline:50px}.butcher-section .text-container h3{font-family:var(--ff-Bebas);font-size:34px;font-weight:400;color:var(--clr-white);margin:0}.butcher-section .text-container p{margin:5px;font-size:18px;font-weight:300}.butcher-section .image-container{display:flex;align-items:center;height:500px;width:500px;background-color:#fff;box-shadow:0 0 10px #00000040;transform:translateY(-50px);flex-shrink:0;overflow:visible}.butcher-section .image-container img{width:100%}@media screen and (max-width:900px){.butcher-section{height:100%}.butcher-section .content{flex-direction:column-reverse;align-items:center}.butcher-section .image-container{transform:translateY(-20%)}.butcher-section .text-container{width:95vw;margin-inline:auto;flex-direction:row;padding-bottom:50px}}@media screen and (max-width:650px){.butcher-section .image-container{width:80vw;height:auto;aspect-ratio:1}.butcher-section .text-container{flex-direction:column;padding-left:25px}.butcher-section .text-container p{font-size:15px}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/pdp.css.map */
