.brewers-notes{--text-font-size:var(--font-size-base);--font-size-subtitle:22px}.brewers-notes .section-wrapper{display:flex;flex-direction:column;gap:10%}@media (min-width:990px){.brewers-notes .section-wrapper{flex-direction:row}}.brewers-notes .image-wrapper{display:flex;justify-content:center}:is(.brewers-notes .image-wrapper) .product-image{height:auto;max-width:50%}@media (min-width:990px){.brewers-notes .image-wrapper{align-self:flex-start;flex:0 1 40%}:is(.brewers-notes .image-wrapper) .product-image{max-width:100%}}.brewers-notes .text-wrapper{background-position:50%;background-repeat:no-repeat;background-size:contain}@media (min-width:990px){.brewers-notes .text-wrapper{background-size:75%;flex:0 0 50%}}.brewers-notes .tab-content-title{font-size:var(--font-size-subtitle);font-weight:var(--font-weight-bold);margin-bottom:var(--space-2)}.brewers-notes .tab-description-content-title{margin-bottom:var(--space-4)}.brewers-notes .tab-description-content-wrapper{color:var(--dark-color-2);padding:var(--space-4) 0}:is(.brewers-notes .single-line-notes,.brewers-notes .multi-line-notes) .title{color:var(--brand-color-1);font-size:var(--text-font-size);font-weight:var(--font-weight-bold);margin-right:var(--space-1)}:is(.brewers-notes .single-line-notes,.brewers-notes .multi-line-notes) .value{color:var(--dark-color-2);font-size:var(--text-font-size)}.brewers-notes .single-line-notes{border-bottom:1px solid var(--black);padding:var(--space-4) 0}:is(.brewers-notes .single-line-notes) .note{margin-bottom:var(--space-3)}.brewers-notes .multi-line-notes{display:grid;grid-template-columns:1fr;margin-bottom:var(--space-4);padding:var(--space-4) 0}:is(.brewers-notes .multi-line-notes) .title{margin-bottom:var(--space-2)}:is(.brewers-notes .multi-line-notes) .note{border-bottom:1px solid var(--mono-color-1);display:flex;flex-direction:column;padding-bottom:var(--space-3);padding-top:var(--space-3)}:is(:is(.brewers-notes .multi-line-notes) .note):first-of-type{padding-top:0}:is(:is(.brewers-notes .multi-line-notes) .note):last-child{border:0}:is(.brewers-notes .brewers-voice) .title{margin-bottom:var(--space-2)}.brewers-notes .primary-cta{margin-top:var(--space-8)}.brewers-notes .tabs-content{margin-bottom:var(--space-4)}.brewers-notes .tab-content{display:flex;flex-direction:column;max-height:0;opacity:0;overflow:hidden}[active]:is(.brewers-notes .tab-content){max-height:unset;opacity:1;transition:opacity .4s ease-in}.brewers-notes .tabs-list{border-bottom:1px solid var(--mono-color-1);display:grid;grid-template-columns:1fr auto 1fr auto 1fr}.brewers-notes .tab{align-items:center;border-bottom:1px solid transparent;color:var(--mono-color-1);cursor:pointer;display:flex;gap:var(--space-2);justify-content:center;padding:var(--space-2);transition:all .4s ease-in}@media (max-width:749px){.brewers-notes .tab{flex-direction:column;font-size:var(--font-size-base)}}:is(.brewers-notes .tab) svg path{fill:transparent;transition:fill .4s ease-in}[active]:is(.brewers-notes .tab){color:var(--black);cursor:default}[active]:is(.brewers-notes .tab) svg path{fill:var(--black)}:is(.brewers-notes .tab):hover{border-bottom:1px solid var(--black);color:var(--black)}:is(.brewers-notes .tab) .tab-title{text-align:center}.brewers-notes .divider{border-right:1px solid var(--mono-color-1);height:90%}