.cooking-guides{width:100%}.cooking-guides__content{display:flex;flex-direction:column;gap:4rem;width:100%}.cooking-guides__header-content{display:flex;flex-direction:column;gap:2rem;width:100%;align-items:flex-start}@media screen and (min-width: 750px){.cooking-guides__header-content{max-width:71rem}.cooking-guides__content{gap:6rem}}@media screen and (min-width: 1400px){.cooking-guides__header-content{max-width:95rem}}.cooking-guides__header-content .cooking-guides__subheading,.cooking-guides__header-content .cooking-guides__title,.cooking-guides__header-content .cooking-guides__description,.cooking-guides__description *{margin:0}.cooking-guides__header-content.content-container{padding-left:0;padding-right:0}.cooking-guides__image-container{width:100%;position:relative;aspect-ratio:16 / 9;overflow:hidden;border-radius:1rem}.cooking-guides__image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease}.cooking-guides__image.active{opacity:1;transform:translateY(0)}.cooking-guides__image-element{width:100%;height:100%;object-fit:cover;object-position:center center}.cooking-guides__methods{width:100%;display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}.cooking-guides__dropdown{display:block;width:100%}.cooking-guides__dropdown--mobile{display:block}.cooking-guides__dropdown-wrapper{position:relative;width:100%}.cooking-guides__dropdown-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.5rem 2rem;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.2);border-radius:.5rem;font-family:var(--font-subheading-family);font-style:var(--font-subheading-style);font-weight:600;font-size:1.6rem;color:rgb(var(--color-foreground));cursor:pointer;transition:border-color .2s ease}.cooking-guides__dropdown-button:hover{border-color:rgba(var(--color-foreground),.4)}.cooking-guides__dropdown-button:focus{outline:.2rem solid rgb(var(--color-link));outline-offset:.2rem}.cooking-guides__dropdown-text{flex:1;text-align:left}.cooking-guides__dropdown-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;transition:transform .2s ease}.cooking-guides__dropdown.is-open .cooking-guides__dropdown-icon{transform:rotate(180deg)}.cooking-guides__dropdown-icon svg{width:100%;height:100%;fill:rgb(var(--color-foreground))}.cooking-guides__dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.2);border-radius:.5rem;box-shadow:0 .4rem 1.2rem #0000001a;opacity:0;visibility:hidden;transform:translateY(-1rem);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:10;max-height:30rem;overflow-y:auto}.cooking-guides__dropdown.is-open .cooking-guides__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.cooking-guides__dropdown-list{list-style:none;margin:0;padding:.5rem 0}.cooking-guides__dropdown-item{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 2rem;cursor:pointer;transition:background-color .2s ease}.cooking-guides__dropdown-item:hover{background-color:rgba(var(--color-foreground),.05)}.cooking-guides__dropdown-item-text{flex:1;font-family:var(--font-subheading-family);font-style:var(--font-subheading-style);font-weight:500;font-size:1.5rem;color:rgb(var(--color-foreground))}.cooking-guides__dropdown-item-checkmark{display:none;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;color:rgb(var(--color-link))}.cooking-guides__dropdown-item.is-selected .cooking-guides__dropdown-item-checkmark{display:flex}.cooking-guides__dropdown-item.is-selected .cooking-guides__dropdown-item-text{color:rgb(var(--color-link));font-weight:600}.cooking-tabs{display:none;flex-direction:column;gap:1rem}.cooking-tabs--desktop{display:none}.cooking-tab{display:block;text-decoration:none}.cooking-tab .cooking-tab__text{color:rgba(var(--color-subheading),.5)}.cooking-tab.active .cooking-tab__text{color:rgb(var(--color-link))}.cooking-tab-content{width:100%}.cooking-tab-panel{display:none;opacity:0;transform:translateY(20px)}.cooking-tab-panel.active{display:block;animation:slideInCookingPanel .4s ease forwards}@keyframes slideInCookingPanel{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (min-width: 750px){.cooking-guides__methods{grid-template-columns:1fr 1fr;gap:4.5rem}.cooking-guides__dropdown--mobile{display:none}.cooking-tabs--desktop{display:flex;flex-direction:column;gap:1rem}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/section-cooking-guides.css.map */
