.bloom-footer{background:var(--bf-bg);color:var(--bf-text);min-height:var(--bf-desktop-height);font-family:var(--bf-body-font);overflow:hidden;position:relative;padding:30px 0}.bloom-footer,.bloom-footer *{box-sizing:border-box}.bloom-footer a{color:inherit;text-decoration:none}.bloom-footer a:hover{color:#fff}.bloom-footer .visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.bloom-footer__inner{width:100%;max-width:var(--bf-max-width);margin:0 auto;padding:38px 28px 0 33px;display:grid;grid-template-columns:50% 50%;column-gap:54px;position:relative}.bloom-footer__signup{padding-top:108px;text-align:center;width:100%}.bloom-footer__heading{margin:0;color:var(--bf-text);font-family:var(--bf-heading-font);font-size:40px;line-height:1.05;font-weight:700;letter-spacing:-.03em}.bloom-footer__copy{width:100%;margin:8px auto 0;color:var(--bf-text);font-size:18px;line-height:1.06;font-weight:400;letter-spacing:-.025em}.bloom-footer__copy p{margin:0}.bloom-footer__form{margin-top:34px;width:100%}.bloom-footer__field{position:relative;width:100%}.bloom-footer__input{display:block;width:100%;height:48px;padding:0 21px;border:1px solid rgba(32,91,51,.18);border-radius:999px;background:var(--bf-input-bg);color:var(--bf-input-text);font-family:var(--bf-body-font);font-size:16px;line-height:48px;outline:0;box-shadow:none;-webkit-appearance:none;appearance:none}.bloom-footer__input::placeholder{color:var(--bf-input-placeholder);opacity:1}.bloom-footer__input:focus{border-color:var(--bf-button-bg);box-shadow:0 0 0 2px #c3e5ba40}.bloom-footer__button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:55px;margin-top:11px;padding:13px 28px 14px;border:0;border-radius:999px;background:var(--bf-button-bg);color:var(--bf-button-text);font-family:var(--bf-body-font);font-size:20px;line-height:1;font-weight:700;letter-spacing:-.02em;cursor:pointer;transition:opacity .16s ease,transform .16s ease}.bloom-footer__button:hover{opacity:.92}.bloom-footer__button:active{transform:translateY(1px)}.bloom-footer__message{margin:10px 16px 0;color:var(--bf-text);font-size:14px;line-height:1.35}.bloom-footer__message--error{color:var(--bf-error-color)}.bloom-footer__right{width:100%;display:flex;flex-direction:column}.bloom-footer__socials{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 38px 0 42px;min-height:36px}.bloom-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;color:var(--bf-text);line-height:1}.bloom-footer__social-link svg{display:block;width:31px;height:31px;fill:currentColor}.bloom-footer__social-link--facebook svg{width:18px;height:31px}.bloom-footer__social-link--linkedin svg{width:31px;height:31px}.bloom-footer__custom-icon{display:block;width:31px;height:31px;object-fit:contain}.bloom-footer__custom-social-text{font-size:13px;line-height:1;font-weight:700}.bloom-footer__accordion{margin-top:50px;border-top:1px solid var(--bf-rule-color)}.bloom-footer__details{border-bottom:1px solid var(--bf-rule-color)}.bloom-footer__summary{padding:18px 10px;display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;cursor:pointer;color:var(--bf-text);font-family:var(--bf-body-font);font-size:22px;line-height:1;font-weight:400;letter-spacing:0}.bloom-footer__summary::-webkit-details-marker{display:none}.bloom-footer__plus{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;position:relative;flex:0 0 15px}.bloom-footer__plus:before,.bloom-footer__plus:after{content:"";position:absolute;left:50%;top:50%;width:12px;height:2px;background:currentColor;transform:translate(-50%,-50%);border-radius:1px}.bloom-footer__plus:after{transform:translate(-50%,-50%) rotate(90deg)}.bloom-footer__details[open] .bloom-footer__plus:after{opacity:0}.bloom-footer__panel{padding:0 14px 19px;color:var(--bf-text);font-size:16px;line-height:1.45}.bloom-footer__links{margin:0;padding:0;list-style:none}.bloom-footer__links li+li{margin-top:8px}.bloom-footer__links a,.bloom-footer__rich-links a{opacity:.9;transition:opacity .16s ease}.bloom-footer__links a:hover,.bloom-footer__rich-links a:hover{opacity:1}.bloom-footer__rich-links p,.bloom-footer__rich-links ul,.bloom-footer__rich-links ol{margin:0 0 8px}.bloom-footer__rich-links p:last-child,.bloom-footer__rich-links ul:last-child,.bloom-footer__rich-links ol:last-child{margin-bottom:0}.bloom-footer__bottom{margin-top:20px;padding-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:18px}.bloom-footer__address{color:var(--bf-text);font-family:var(--bf-body-font);font-size:13px;line-height:1.05;font-weight:400;letter-spacing:.01em}.bloom-footer__address p{margin:0}.bloom-footer__logo{display:flex;align-items:flex-end;justify-content:flex-end;min-width:120px;color:var(--bf-text)}.bloom-footer__logo-image{display:block;width:var(--bf-logo-width);max-width:100%;height:auto}.bloom-footer__logo-text{display:block;color:var(--bf-text);font-family:var(--bf-heading-font);font-size:38px;line-height:.86;font-weight:700;letter-spacing:-.055em}@media screen and (max-width:1440px){.bloom-footer__inner{grid-template-columns:auto auto;column-gap:40px}}@media screen and (max-width:989px){.bloom-footer{min-height:auto}.bloom-footer__inner{max-width:760px;min-height:auto;padding:44px 28px 28px;grid-template-columns:minmax(0,1fr);row-gap:46px}.bloom-footer__signup,.bloom-footer__right{width:100%}.bloom-footer__signup{max-width:416px;margin:0 auto;padding-top:0}.bloom-footer__right{max-width:560px;margin:0 auto}.bloom-footer__socials{max-width:412px;margin:0 auto}.bloom-footer__accordion{margin-top:42px}.bloom-footer__bottom{margin-top:40px}}@media screen and (max-width:749px){.bloom-footer__inner{padding:36px 20px 24px;row-gap:38px}.bloom-footer__copy{max-width:350px;line-height:1.1}.bloom-footer__form{margin-top:28px}.bloom-footer__input{height:48px;font-size:16px}.bloom-footer__button{min-height:54px;font-size:19px}.bloom-footer__socials{padding:0 16px}.bloom-footer__accordion{margin-top:36px}.bloom-footer__summary{padding:14px 8px}.bloom-footer__panel{padding-left:8px;padding-right:8px}.bloom-footer__bottom{margin-top:30px;align-items:flex-start;flex-direction:column;gap:28px}.bloom-footer__address{width:100%;font-size:13px}.bloom-footer__logo{justify-content:flex-start}}@media screen and (max-width:550px){.bloom-footer{padding:0}.bloom-footer__heading{font-size:30px}.bloom-footer__summary{font-size:18px}.bloom-footer__social-link svg{width:26px!important;height:26px!important}.bloom-footer__copy{font-size:16px}.bloom-footer__button{min-height:inherit;font-size:17px}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/update-footer.css.map */
