.behind-the-flavor{position:relative;overflow:hidden;background-color:var(--btf-bg-color, #868A3D);color:var(--btf-text-color, #FBF3E4)}.behind-the-flavor__container{max-width:var(--btf-max-width, 1400px);margin:0 auto;padding:var(--btf-padding-mobile, 40px) 2rem;position:relative;z-index:2;display:flex;flex-direction:column;gap:var(--btf-gap, 4rem)}@media screen and (min-width:990px){.behind-the-flavor__container{padding:var(--btf-padding-desktop, 80px) 4rem;display:grid;grid-template-columns:var(--btf-w1, 33.333%) var(--btf-w2, 33.333%) var(--btf-w3, 33.333%);gap:var(--btf-gap, 0)}}.behind-the-flavor .h2{color:var(--btf-heading-color, #FBF3E4);font-family:var(--font-heading-family);font-weight:400;margin-top:0;margin-bottom:2rem}.behind-the-flavor p,.behind-the-flavor li{color:var(--btf-text-color, #FBF3E4);font-family:var(--font-body-family)}.behind-the-flavor p:last-child{margin-bottom:0}@media screen and (min-width:990px){.behind-the-flavor__column{padding-right:calc(var(--btf-gap, 0) / 2);padding-left:calc(var(--btf-gap, 0) / 2)}.behind-the-flavor__column:first-child{padding-left:0;padding-right:var(--btf-gap, 4rem)}.behind-the-flavor__column:nth-child(2){padding-left:var(--btf-gap, 4rem);padding-right:var(--btf-gap, 4rem)}.behind-the-flavor__column:last-child{padding-right:0;padding-left:var(--btf-gap, 4rem);border-right:none}.behind-the-flavor__column--bordered{border-right:var(--btf-div-t, 1px) solid var(--btf-div-c, rgba(251, 243, 228, .25))}}.behind-the-flavor__column:nth-child(1) .h2{font-size:var(--btf-c1-h-m, 32px)}.behind-the-flavor__column:nth-child(1) p{font-size:var(--btf-c1-b-m, 16px);line-height:var(--btf-c1-lh, 1.6);letter-spacing:var(--btf-c1-ls, 0px);margin-bottom:1.5rem}.btf-story-img-wrapper{margin-top:var(--btf-img-mt, 2rem);margin-bottom:var(--btf-img-mb, 0);text-align:var(--btf-img-align, left)}.btf-story-img-wrapper img{width:var(--btf-img-w-m, 100%);height:auto;object-fit:contain;opacity:var(--btf-img-op, 1)}@media screen and (min-width:990px){.behind-the-flavor__column:nth-child(1) .h2{font-size:var(--btf-c1-h-d, 48px)}.behind-the-flavor__column:nth-child(1) p{font-size:var(--btf-c1-b-d, 18px)}.btf-story-img-wrapper img{width:var(--btf-img-w-d, 100%)}}.behind-the-flavor__column:nth-child(2) .h2{font-size:var(--btf-c2-h-m, 32px)}.btf-notes{display:flex;flex-direction:column;gap:var(--btf-c2-gap, 2.5rem)}.btf-note{display:flex;gap:1.5rem;align-items:flex-start}.btf-note__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid rgba(251,243,228,.5);border-radius:50%}.btf-note__icon--type-icon{width:var(--btf-icon-m, 48px);height:var(--btf-icon-m, 48px)}.btf-note__icon--type-image{border:none;border-radius:0;width:var(--btf-image-m, 64px);opacity:var(--btf-image-op, 1)}.btf-note__icon--type-icon svg{width:50%;height:50%;fill:currentColor}.btf-note__icon--type-image img{width:100%;height:auto;object-fit:contain}.btf-note__content{flex:1}.btf-note__title{font-weight:700;margin-right:.5rem;font-size:var(--btf-c2-t-m, 16px)}.btf-note__desc{font-size:var(--btf-c2-d-m, 16px);line-height:var(--btf-c2-d-lh, 1.5)}@media screen and (min-width:990px){.behind-the-flavor__column:nth-child(2) .h2{font-size:var(--btf-c2-h-d, 48px)}.btf-note__title{font-size:var(--btf-c2-t-d, 18px)}.btf-note__desc{font-size:var(--btf-c2-d-d, 16px)}.btf-note__icon--type-icon{width:var(--btf-icon-d, 48px);height:var(--btf-icon-d, 48px)}.btf-note__icon--type-image{width:var(--btf-image-d, 64px)}}.behind-the-flavor__column:nth-child(3) .h2{font-size:var(--btf-c3-h-m, 32px)}.btf-pairing__group{margin-bottom:3rem}.btf-pairing__group:last-child{margin-bottom:0}.btf-pairing__accent-heading{color:var(--btf-accent-color, #FF4123);font-family:var(--font-body-family);font-weight:700;margin-top:0;margin-bottom:1rem;font-size:var(--btf-c3-ah-m, 20px)}.behind-the-flavor__column:nth-child(3) p,.behind-the-flavor__column:nth-child(3) li{font-size:var(--btf-c3-b-m, 16px);line-height:var(--btf-c3-lh, 1.6)}.btf-pairing__group ul{list-style:none;padding:0;margin:0}.btf-pairing__group li{position:relative;padding-left:var(--btf-c3-bullet, 1.5rem);margin-bottom:var(--btf-c3-item, .5rem)}.btf-pairing__group li:last-child{margin-bottom:0}.btf-pairing__group li:before{content:"\2022";position:absolute;left:0;top:0;color:var(--btf-text-color, #FBF3E4)}@media screen and (min-width:990px){.behind-the-flavor__column:nth-child(3) .h2{font-size:var(--btf-c3-h-d, 48px)}.btf-pairing__accent-heading{font-size:var(--btf-c3-ah-d, 24px)}.behind-the-flavor__column:nth-child(3) p,.behind-the-flavor__column:nth-child(3) li{font-size:var(--btf-c3-b-d, 16px)}}.btf-deco{position:absolute;z-index:1;pointer-events:none;object-fit:contain}.btf-deco--top-right{top:0;right:0;width:300px;transform:translate(10%,-10%)}.btf-deco--bottom-left{bottom:0;left:0;width:400px;transform:translate(-10%,10%)}
/*# sourceMappingURL=/cdn/shop/t/43/assets/section-behind-the-flavor.css.map */
