.bn-cbc{font-family:"Plus Jakarta Sans",var(--font-body-family),system-ui,sans-serif;background:var(--bn-cbc-bg, #fdfbf7);padding-top:var(--bn-cbc-pt-mobile, 64px);padding-bottom:var(--bn-cbc-pb-mobile, 64px);scroll-margin-top:var(--bn-cbc-scroll-margin, 80px)}@media screen and (min-width:768px){.bn-cbc{padding-top:var(--bn-cbc-pt-desktop, 96px);padding-bottom:var(--bn-cbc-pb-desktop, 96px)}}.bn-cbc__container{max-width:var(--bn-cbc-max-width, 896px);margin-inline:auto;padding-inline:var(--bn-cbc-px-mobile, 16px)}@media screen and (min-width:640px){.bn-cbc__container{padding-inline:var(--bn-cbc-px-tablet, 24px)}}.bn-cbc__animate{opacity:0;transform:translateY(var(--bn-cbc-fade-distance, 24px));transition:opacity var(--bn-cbc-fade-duration, .5s) var(--bn-cbc-fade-ease, cubic-bezier(.22, 1, .36, 1)),transform var(--bn-cbc-fade-duration, .5s) var(--bn-cbc-fade-ease, cubic-bezier(.22, 1, .36, 1));transition-delay:var(--bn-cbc-fade-delay, 0s)}.bn-cbc__animate.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.bn-cbc__animate{opacity:1;transform:none;transition:none}}.bn-cbc__card{position:relative;overflow:hidden;text-align:var(--bn-cbc-content-align, center);background:var(--bn-cbc-card-bg, #1c1917);border:var(--bn-cbc-card-border-width, 0) solid var(--bn-cbc-card-border-color, transparent);border-radius:var(--bn-cbc-card-radius, 24px);padding:var(--bn-cbc-card-p-mobile, 40px);box-shadow:var(--bn-cbc-card-shadow, none)}@media screen and (min-width:768px){.bn-cbc__card{padding:var(--bn-cbc-card-p-desktop, 64px)}}.bn-cbc__content{position:relative;z-index:1}.bn-cbc__eyebrow{margin:0 0 var(--bn-cbc-eyebrow-mb, 12px);font-size:var(--bn-cbc-eyebrow-size-mobile, 14px);font-weight:var(--bn-cbc-eyebrow-weight, 600);letter-spacing:var(--bn-cbc-eyebrow-tracking, .1em);text-transform:uppercase;color:var(--bn-cbc-eyebrow-color, #fbbf24);line-height:1.4}@media screen and (min-width:768px){.bn-cbc__eyebrow{font-size:var(--bn-cbc-eyebrow-size-desktop, 14px)}}.bn-cbc h2.bn-cbc__heading{margin:0 0 var(--bn-cbc-heading-mb, 16px);font-family:"Outfit",var(--font-heading-family),system-ui,sans-serif;font-style:normal;font-size:var(--bn-cbc-heading-size-mobile, 24px);font-weight:var(--bn-cbc-heading-weight, 700);line-height:var(--bn-cbc-heading-line-height, 1.2);letter-spacing:var(--bn-cbc-heading-tracking, 0);color:var(--bn-cbc-heading-color, #ffffff);max-width:var(--bn-cbc-heading-max-width, none);margin-inline:auto}@media screen and (min-width:768px){.bn-cbc h2.bn-cbc__heading{font-size:var(--bn-cbc-heading-size-desktop, 36px)}}.bn-cbc__description{margin:0 auto var(--bn-cbc-desc-mb, 16px);max-width:var(--bn-cbc-desc-max-width, 512px);font-size:var(--bn-cbc-desc-size-mobile, 16px);font-weight:var(--bn-cbc-desc-weight, 400);line-height:var(--bn-cbc-desc-line-height, 1.5);color:var(--bn-cbc-desc-color, #a8a29e)}@media screen and (min-width:768px){.bn-cbc__description{font-size:var(--bn-cbc-desc-size-desktop, 18px)}}.bn-cbc__trust{margin:0 0 var(--bn-cbc-trust-mb, 32px);font-size:var(--bn-cbc-trust-size-mobile, 14px);font-weight:var(--bn-cbc-trust-weight, 400);line-height:var(--bn-cbc-trust-line-height, 1.5);color:var(--bn-cbc-trust-color, #78716c)}@media screen and (min-width:768px){.bn-cbc__trust{font-size:var(--bn-cbc-trust-size-desktop, 14px)}}.bn-cbc__actions{display:flex;flex-direction:var(--bn-cbc-actions-direction-mobile, column);align-items:center;justify-content:center;gap:var(--bn-cbc-actions-gap-mobile, 16px)}@media screen and (min-width:640px){.bn-cbc__actions{flex-direction:var(--bn-cbc-actions-direction-desktop, row);gap:var(--bn-cbc-actions-gap-desktop, 16px)}}.bn-cbc__btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--bn-cbc-btn-icon-gap, 8px);width:var(--bn-cbc-btn-width-mobile, 100%);max-width:var(--bn-cbc-btn-max-width, 100%);padding:var(--bn-cbc-btn-py, 16px) var(--bn-cbc-btn-px, 32px);border-radius:var(--bn-cbc-btn-radius, 9999px);font-family:inherit;font-size:var(--bn-cbc-btn-size-mobile, 16px);font-weight:var(--bn-cbc-btn-weight, 600);line-height:1.25;text-decoration:none;cursor:pointer;transition:background-color var(--bn-cbc-btn-transition, .2s) ease,color var(--bn-cbc-btn-transition, .2s) ease,border-color var(--bn-cbc-btn-transition, .2s) ease,box-shadow var(--bn-cbc-btn-transition, .2s) ease,transform var(--bn-cbc-btn-transition, .2s) ease}@media screen and (min-width:640px){.bn-cbc__btn{width:var(--bn-cbc-btn-width-desktop, auto);max-width:none;font-size:var(--bn-cbc-btn-size-desktop, 16px)}}.bn-cbc__btn--primary{color:var(--bn-cbc-primary-color, #1c1917);background:var(--bn-cbc-primary-bg, #ffffff);border:var(--bn-cbc-primary-border-width, 0) solid var(--bn-cbc-primary-border, transparent);box-shadow:var(--bn-cbc-primary-shadow, none)}@media(hover:hover){.bn-cbc__btn--primary:hover{color:var(--bn-cbc-primary-hover-color, #1c1917);background:var(--bn-cbc-primary-hover-bg, #f5f5f4);box-shadow:var(--bn-cbc-primary-hover-shadow, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1))}}.bn-cbc__btn--secondary{color:var(--bn-cbc-secondary-color, #ffffff);background:var(--bn-cbc-secondary-bg, transparent);border:var(--bn-cbc-secondary-border-width, 1px) solid var(--bn-cbc-secondary-border, rgba(255, 255, 255, .2));box-shadow:var(--bn-cbc-secondary-shadow, none)}@media(hover:hover){.bn-cbc__btn--secondary:hover{color:var(--bn-cbc-secondary-hover-color, #ffffff);background:var(--bn-cbc-secondary-hover-bg, rgba(255, 255, 255, .1));border-color:var(--bn-cbc-secondary-hover-border, rgba(255, 255, 255, .2))}}.bn-cbc__btn-icon{flex-shrink:0;width:var(--bn-cbc-btn-icon-size, 18px);height:var(--bn-cbc-btn-icon-size, 18px)}.bn-cbc__btn:focus-visible{outline:2px solid var(--bn-cbc-focus-color, #fbbf24);outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/brewnectar-compare-bottom-cta.css.map */
