.recipe-detail{padding:0;min-height:90vh;background-color:#ead5b7}.recipe-detail__container{max-width:100%;margin:0;background-color:#ead5b7}.recipe-detail__content-grid{display:grid;grid-template-columns:6fr 3fr;align-items:stretch;min-height:90vh;background-color:#ead5b7;padding:0rem;max-width:1500px;margin:0 auto}.recipe-detail__content-grid:after{content:"";grid-column:2;width:3px}.recipe-detail__main{background-color:transparent;padding:4rem 2rem 0rem;border-radius:0}.recipe-detail__header{margin-bottom:3rem}.recipe-detail__title{font-family:Mixed Breed Bold,sans-serif;font-size:3rem;font-weight:700;color:#f25c57;text-transform:uppercase;margin:0;line-height:1.1;letter-spacing:.02em}.recipe-detail__section{margin-bottom:3rem}.recipe-section__title{font-family:var(--font-accent--family);font-size:1.8rem;font-weight:400;color:#f25c57;font-style:italic;margin:0 0 0rem;padding-bottom:0;border-bottom:none}.recipe-section__content{font-size:1.2rem;line-height:1.6;color:#333}.recipe-section__content ul,.recipe-section__content ol{margin:0;padding-left:0;list-style:none}.recipe-section__content li{margin-bottom:.4rem;color:#333}.recipe-ingredients-list{list-style:none;padding-left:0;margin:1rem 0}.recipe-ingredients-list li{position:relative;padding-left:1.5rem;margin-bottom:.6rem;color:#333;font-size:1.2rem;line-height:1.5}.recipe-ingredients-list li:before{content:"\2022";position:absolute;left:0;color:#f25c57;font-weight:700;font-size:1.4rem}.recipe-instructions-list{counter-reset:instruction-counter;list-style:none;padding-left:0;margin:1rem 0}.recipe-instructions-list li{counter-increment:instruction-counter;position:relative;padding-left:0;margin-bottom:.8rem;color:#333;font-size:1.2rem;line-height:1.6}.recipe-instructions-list li:before{content:counter(instruction-counter) ". ";color:#f25c57;font-weight:700;margin-right:.5rem}.recipe-rich-text{font-size:1.2rem;line-height:1.6;color:#333}.recipe-rich-text p{margin-bottom:.8rem}.recipe-rich-text ul{list-style:none;padding-left:0;margin:1rem 0}.recipe-rich-text ul li{position:relative;padding-left:1.5rem;margin-bottom:.6rem}.recipe-rich-text ul li:before{content:"\2022";position:absolute;left:0;color:#f25c57;font-weight:700;font-size:1.4rem}.recipe-rich-text ol{counter-reset:item;list-style:none;padding-left:0;margin:1rem 0}.recipe-rich-text ol li{counter-increment:item;position:relative;padding-left:0;margin-bottom:.8rem}.recipe-rich-text ol li:before{content:counter(item) ". ";color:#f25c57;font-weight:700;margin-right:.5rem}.recipe-rich-text strong,.recipe-rich-text b{font-weight:600;color:#f25c57}.recipe-rich-text em,.recipe-rich-text i{font-style:italic}.recipe-rich-text h3,.recipe-rich-text h4{font-family:var(--font-accent--family);color:#f25c57;font-style:italic;margin:1.5rem 0 .5rem}.recipe-rich-text h3{font-size:1.6rem}.recipe-rich-text h4{font-size:1.4rem}.recipe-section__content--instructions ol{counter-reset:instruction-counter;list-style:none;padding-left:0}.recipe-section__content--instructions ol li{counter-increment:instruction-counter;position:relative;padding-left:0;margin-bottom:.5rem}.recipe-section__content--instructions ol li:before{content:"- ";color:#333;margin-right:.3rem}.recipe-detail__sidebar{position:relative;padding:4rem 2rem 0rem;display:flex;align-items:flex-start;justify-content:center}.recipe-detail__sidebar .product-card{background-color:#f25c57;border-radius:0;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px #0000001a;height:auto;display:flex;flex-direction:column;max-width:400px;width:100%}.recipe-detail__sidebar .product-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}.recipe-detail__sidebar .product-card__link-wrapper{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.recipe-detail__sidebar .product-card__image{position:relative;width:100%;height:300px;overflow:hidden;background-color:#f9ecd4;flex-shrink:0}.recipe-detail__sidebar .product-card__image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.recipe-detail__sidebar .product-card:hover .product-card__image img{transform:scale(1.05)}.recipe-detail__sidebar .product-card__content{background-color:#f25c57;padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.recipe-detail__sidebar .product-card__title{font-family:Mixed Breed Bold,sans-serif;font-size:1.7rem;font-weight:600;line-height:1.3;color:#f9ecd4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0}.recipe-detail__sidebar .product-card__price{font-family:Mixed Breed Bold,sans-serif;font-size:1.4rem;color:#f9ecd4;font-weight:600;margin:0}.recipe-detail__sidebar .product-card__description{font-size:1rem;line-height:1.4;color:#f9ecd4;margin:.5rem 0 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex-grow:1}.recipe-detail__sidebar .product-card__footer{background-color:#f25c57;padding:0 1.5rem 1.5rem}.recipe-detail__sidebar .product-card__button{display:block;width:100%;text-align:center;background-color:#772148;color:#ead5b7;border:none;padding:.8rem 1.5rem;font-family:Mixed Breed Bold,sans-serif;font-size:1.3rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background-color .3s ease;text-decoration:none;border-radius:0;letter-spacing:.02em}.recipe-detail__sidebar .product-card__button:hover{background-color:#5a1836}@media(max-width:1024px){.recipe-detail__content-grid{grid-template-columns:1fr;gap:0}.recipe-detail__content-grid:after{display:none}.recipe-detail__main{padding:3rem 2rem}.recipe-detail__sidebar{padding:3rem 2rem;border-top:3px solid #5DBECD}}@media(max-width:768px){.recipe-detail__main{padding:2rem 1.5rem}.recipe-detail__title{font-size:3rem}.recipe-detail__sidebar{padding:2rem 1.5rem}.recipe-product-card__title,.recipe-product-card__price{font-size:2.4rem}}@media(max-width:480px){.recipe-detail__title{font-size:2.4rem}.recipe-detail__main{padding:1.5rem 1rem}.recipe-section__title{font-size:2rem}.recipe-detail__sidebar{padding:1.5rem 1rem}.recipe-product-card__image{max-width:200px}.recipe-product-card__title,.recipe-product-card__price{font-size:2rem}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/css/components/recipe-detail.css.map */
