.custom-footer{background-color:var(--footer-bg-color, #0e0e0e);color:var(--footer-text-color, #cccccc);padding-block-start:var(--padding-top, 60px);padding-block-end:var(--padding-bottom, 30px);font-family:var(--font-body--family),sans-serif;position:relative;border-top:1px solid var(--footer-border-color, #222222)}.custom-footer__container{max-width:var(--page-width, 1200px);margin:0 auto;padding-inline-start:2rem;padding-inline-end:2rem}.custom-footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;align-items:start}.custom-footer__column{display:flex;flex-direction:column}.custom-footer__heading,.custom-footer h2.custom-footer__heading,.custom-footer summary.custom-footer__heading{font-family:var(--font-heading--family),sans-serif!important;font-style:var(--font-heading--style, normal)!important;font-weight:var(--font-heading--weight, 600)!important;font-size:18px!important;letter-spacing:var(--font-heading--spacing, .1em)!important;text-transform:uppercase!important;color:var(--footer-heading-color, #ffffff)!important;margin:0 0 25px!important;position:relative!important;padding:0 0 12px!important;line-height:1.2!important;background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important;min-height:unset!important;height:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;list-style:none!important}.custom-footer__heading:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:1px;background-color:var(--footer-heading-color, #ffffff)}.custom-footer__contact-list{list-style:none;padding:0;margin:0}.custom-footer__contact-item{display:flex;gap:15px;margin-bottom:20px;font-size:14px}.custom-footer__contact-item--align-start{align-items:flex-start}.custom-footer__contact-item--align-start .custom-footer__contact-item-text{padding-top:10px;line-height:1.6}.custom-footer__contact-item--align-center{align-items:center}.custom-footer__contact-item--align-center .custom-footer__contact-item-text{padding-top:0;line-height:1}.custom-footer__icon-circle{width:40px;height:40px;border:1px solid rgba(255,255,255,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--footer-heading-color, #ffffff)}.custom-footer__icon-circle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.custom-footer__social-heading{font-size:14px;color:var(--footer-heading-color, #ffffff);margin-top:20px;margin-bottom:15px;font-weight:500}.custom-footer__social-list{display:flex;gap:10px}.custom-footer__social-box{width:36px;height:36px;border:1px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;color:var(--footer-heading-color, #ffffff);text-decoration:none;transition:all .3s ease}.custom-footer__social-box svg.icon-fill{width:16px;height:16px;fill:currentColor;stroke:none}.custom-footer__social-box svg.icon-stroke{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}.custom-footer__social-box:hover{border-color:var(--footer-heading-color, #ffffff);background-color:#ffffff1a;transform:translateY(-2px)}.custom-footer__menu{list-style:none;padding:0;margin:0}.custom-footer__menu-item{margin-bottom:12px}.custom-footer__menu-item a{color:var(--footer-text-color, #cccccc);text-decoration:none;font-size:14px;transition:all .25s ease;display:inline-block}.custom-footer__menu-item a:hover{color:var(--footer-heading-color, #ffffff);transform:translate(4px)}.custom-footer__newsletter-text{font-size:14px;line-height:1.6;margin:0 0 20px}.custom-footer__form{width:100%}.custom-footer__input-group,.custom-footer .custom-footer__input-group{display:flex!important;align-items:center!important;border:none!important;border-bottom:1.5px solid rgba(255,255,255,.5)!important;padding-bottom:6px!important;margin-bottom:12px!important;background:transparent!important;background-color:transparent!important;box-shadow:none!important;border-radius:0!important;width:100%!important;transition:border-color .3s ease!important}.custom-footer__input-group:focus-within{border-color:var(--footer-heading-color, #ffffff)!important}.custom-footer__input,.custom-footer__input[type=email],.custom-footer__input.custom-footer__input{flex:1!important;background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important;color:var(--footer-heading-color, #ffffff)!important;font-size:14px!important;padding:6px 0!important;margin:0!important;outline:none!important;font-family:inherit!important;height:auto!important;min-height:unset!important;border-radius:0!important}.custom-footer__input::placeholder{color:#fff6!important}.custom-footer__subscribe-btn,.custom-footer__subscribe-btn.custom-footer__subscribe-btn{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;color:var(--footer-heading-color, #ffffff)!important;font-size:14px!important;font-weight:600!important;text-transform:uppercase!important;padding:6px 0 6px 15px!important;cursor:pointer!important;outline:none!important;margin:0!important;height:auto!important;min-height:unset!important;transition:opacity .2s ease!important;font-family:inherit!important}.custom-footer__subscribe-btn:hover{opacity:.8}.custom-footer__spam-text{font-size:12px;color:#ffffff80;margin:0}.custom-footer__success-msg{color:#4caf50;font-size:14px;margin:0}.custom-footer__error-msg{color:#f44336;font-size:12px;margin:5px 0 0}.custom-footer__bottom{margin-top:50px;border-top:1px solid var(--footer-border-color, #222222);padding-top:25px;text-align:center}.custom-footer__copyright{font-size:13px;color:#ffffff80;margin:0;letter-spacing:.03em}.custom-footer__details{border:none;background:transparent;padding:0;margin:0;width:100%}.custom-footer__details summary::-webkit-details-marker{display:none}.custom-footer__details summary{list-style:none;display:flex;justify-content:space-between;align-items:center;width:100%;cursor:pointer;outline:none;-webkit-user-select:none;user-select:none}.custom-footer__toggle-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--footer-heading-color, #ffffff);transition:transform .25s ease}.custom-footer__toggle-icon svg{width:12px;height:12px;stroke:currentColor;stroke-width:2.5;fill:none}details[open] .custom-footer__toggle-icon{transform:rotate(180deg)}.custom-footer__details-content{overflow:hidden;width:100%}@media screen and (min-width:750px){.custom-footer__details:not([open])>*:not(summary){display:block!important}.custom-footer__details summary{pointer-events:none!important;cursor:default!important}.custom-footer__toggle-icon{display:none!important}}@media screen and (max-width:989px){.custom-footer__grid{grid-template-columns:repeat(2,1fr);gap:35px}}@media screen and (max-width:749px){.custom-footer{padding-block-start:calc(var(--padding-top, 60px) * .75);padding-block-end:calc(var(--padding-bottom, 30px) * .75)}.custom-footer__container{padding-inline-start:1.5rem;padding-inline-end:1.5rem}.custom-footer__grid{grid-template-columns:1fr;gap:20px}.custom-footer__column{border-bottom:1px solid var(--footer-border-color, #222222);padding-bottom:20px}.custom-footer__column:last-child{border-bottom:none;padding-bottom:0}.custom-footer__heading{margin-bottom:0!important;padding-bottom:12px!important;width:100%!important}.custom-footer__column>.custom-footer__heading{margin-bottom:15px!important}.custom-footer__details:not([open]) .custom-footer__heading{padding-bottom:0!important}.custom-footer__details[open] .custom-footer__heading{padding-bottom:12px!important}.custom-footer__details-content{padding-top:5px;padding-bottom:10px}.custom-footer__heading:after{display:none!important}.custom-footer__contact-item{margin-bottom:15px}.custom-footer__bottom{margin-top:30px;padding-top:20px}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/custom-footer.css.map */
