.hxf-services,.hxf-footer{grid-column:1 / -1;display:block;width:100%;min-width:0;overflow:hidden;overflow:clip;font-family:var(--font-body--family, Inter, Arial, sans-serif)}.hxf-services,.hxf-services *,.hxf-services *:before,.hxf-services *:after,.hxf-footer,.hxf-footer *,.hxf-footer *:before,.hxf-footer *:after{box-sizing:border-box}.hxf-services{color:var(--hxf-heading-color);background:var(--hxf-services-bg)}.hxf-services__inner{width:min(calc(100% - 48px),var(--hxf-max-width));margin-inline:auto;padding-block:var(--hxf-services-padding-top) var(--hxf-services-padding-bottom);border-bottom:1px solid var(--hxf-divider-color)}.hxf-services__grid{display:grid;grid-template-columns:repeat(var(--hxf-service-columns, 6),minmax(0,1fr));gap:12px}.hxf-service-card{position:relative;display:flex;min-width:0;min-height:156px;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:0;padding:24px 22px 20px;border:0;border-radius:6px;background:var(--hxf-card-bg);color:var(--hxf-heading-color);text-decoration:none;transition:background-color .18s ease,transform .18s ease}.hxf-service-card__icon{display:grid;width:42px;height:42px;margin-bottom:18px;place-items:center;color:var(--hxf-icon-color)}.hxf-service-card__icon svg{display:block;width:42px;height:42px;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.hxf-service-card__custom-icon{display:block;width:42px;height:42px;object-fit:contain}.hxf-service-card__title{max-width:100%;color:var(--hxf-heading-color);font-size:14px;font-weight:650;line-height:1.35;letter-spacing:-.01em;overflow-wrap:anywhere}.hxf-service-card__text{max-width:100%;margin-top:8px;color:var(--hxf-text-color);font-size:12px;line-height:1.55;overflow-wrap:anywhere}.hxf-service-card__arrow{position:absolute;right:16px;bottom:16px;display:grid;width:28px;height:28px;place-items:center;color:var(--hxf-icon-color);opacity:.62;transition:opacity .18s ease,transform .18s ease}.hxf-service-card__arrow svg{width:17px;height:17px;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}@media(hover:hover)and (pointer:fine){.hxf-service-card:hover{background:var(--hxf-card-hover);transform:translateY(-3px)}.hxf-service-card:hover .hxf-service-card__arrow{opacity:1;transform:translate(2px)}}.hxf-service-card:focus-visible,.hxf-footer a:focus-visible,.hxf-footer button:focus-visible,.hxf-footer input:focus-visible,.hxf-footer summary:focus-visible{outline:2px solid var(--hxf-accent-color, #4f92b6);outline-offset:3px}.hxf-footer{color:var(--hxf-text-color);background:var(--hxf-footer-bg)}.hxf-footer__inner{width:min(calc(100% - 48px),var(--hxf-max-width));margin-inline:auto;padding-block:var(--hxf-footer-padding-top) var(--hxf-footer-padding-bottom)}.hxf-footer__columns{display:grid;grid-template-columns:minmax(280px,1.45fr) minmax(125px,.72fr) minmax(135px,.78fr) minmax(130px,.74fr) minmax(220px,1.08fr);gap:clamp(24px,3vw,54px);align-items:start}.hxf-footer__columns--without-newsletter{grid-template-columns:repeat(3,minmax(150px,.8fr)) minmax(230px,1.1fr)}@media screen and (min-width:1100px){.hxf-footer__columns{width:calc(100% - 70px);margin-inline-start:70px}}.hxf-footer__newsletter,.hxf-footer__column,.hxf-footer__contact,.hxf-footer__column>*{min-width:0}.hxf-footer__column{margin:0;padding:0;border:0}.hxf-footer__summary{display:none}.hxf-footer__heading{margin:0 0 22px;color:var(--hxf-heading-color);font-family:var(--font-body--family, Inter, Arial, sans-serif);font-size:12px;font-weight:700;line-height:1.3;letter-spacing:.14em;text-transform:uppercase}.hxf-footer__newsletter-heading{font-size:13px;letter-spacing:.17em}.hxf-footer__newsletter-text{max-width:40ch;margin:0 0 24px;color:var(--hxf-text-color);font-size:14px;line-height:1.7}.hxf-footer__newsletter-form{margin:0}.hxf-footer__newsletter-field{display:flex;width:100%;min-height:52px;overflow:hidden;border:1px solid var(--hxf-divider-color);border-radius:8px;background:#ffffff09}.hxf-footer__newsletter-field:focus-within{border-color:var(--hxf-accent-color)}.hxf-footer__newsletter-input{min-width:0;width:100%;min-height:50px;padding:0 16px;border:0;outline:0;border-radius:0;background:transparent;color:var(--hxf-heading-color);font:inherit;font-size:14px;box-shadow:none}.hxf-footer__newsletter-input::placeholder{color:var(--hxf-text-color);opacity:.78}.hxf-footer__newsletter-button{display:inline-flex;min-width:118px;min-height:50px;flex:0 0 auto;align-items:center;justify-content:center;gap:9px;padding:0 18px;border:0;border-radius:0;background:var(--hxf-accent-color);color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:650;transition:background-color .18s ease,color .18s ease}.hxf-footer__newsletter-button svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}@media(hover:hover)and (pointer:fine){.hxf-footer__newsletter-button:hover{background:var(--hxf-heading-color);color:var(--hxf-footer-bg)}}.hxf-footer__form-message{margin:10px 0 0;font-size:13px;line-height:1.5}.hxf-footer__form-message--success{color:#b8d9c2}.hxf-footer__form-message--error,.hxf-footer__form-message--error a{color:#f0a5a5}.hxf-footer__form-message--error ul{margin:0;padding-left:18px}.hxf-footer__privacy{margin:13px 0 0;color:var(--hxf-text-color);font-size:11px;line-height:1.55}.hxf-footer__privacy a{color:var(--hxf-link-color);text-underline-offset:3px}.hxf-footer__menu{margin:0;padding:0;list-style:none}.hxf-footer__menu li{margin:0;padding:0}.hxf-footer__menu a{display:flex;min-height:44px;align-items:center;color:var(--hxf-text-color);font-size:13px;line-height:1.45;text-decoration:none;overflow-wrap:anywhere;transition:color .16s ease,transform .16s ease}@media(hover:hover)and (pointer:fine){.hxf-footer__menu a:hover{color:var(--hxf-link-color);transform:translate(3px)}}.hxf-footer__contact-list{display:grid;gap:14px;margin:0}.hxf-footer__contact-list div{min-width:0}.hxf-footer__contact-list dt{margin:0 0 4px;color:var(--hxf-text-color);font-size:10px;font-weight:650;line-height:1.3;letter-spacing:.1em;text-transform:uppercase;opacity:.72}.hxf-footer__contact-list dd{margin:0;color:var(--hxf-link-color);font-size:13px;line-height:1.55;overflow-wrap:anywhere;word-break:break-word}.hxf-footer__contact-list a{display:inline-flex;min-height:44px;align-items:center;color:var(--hxf-link-color);text-decoration:none}.hxf-footer__business{margin-top:22px;padding-top:18px;border-top:1px solid var(--hxf-divider-color)}.hxf-footer__business-heading{margin:0 0 8px;color:var(--hxf-heading-color);font-family:var(--font-body--family, Inter, Arial, sans-serif);font-size:10px;font-weight:700;line-height:1.35;letter-spacing:.12em;text-transform:uppercase}.hxf-footer__business-list{margin:0;padding:0;list-style:none}.hxf-footer__business-list li{min-width:0}.hxf-footer__business-link{display:flex;min-width:0;min-height:44px;align-items:center;justify-content:space-between;gap:12px;color:var(--hxf-link-color);font-size:13px;line-height:1.45;text-decoration:none;overflow-wrap:anywhere}.hxf-footer__business-link span{min-width:0}.hxf-footer__business-link svg{display:block;width:15px;height:15px;flex:0 0 auto;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;transition:transform .16s ease}.hxf-footer__business-label{margin:10px 0 0;color:var(--hxf-link-color);font-size:13px;line-height:1.45}.hxf-footer__business-text{margin:0 0 10px;color:var(--hxf-text-color);font-size:11px;line-height:1.55;overflow-wrap:anywhere}@media(hover:hover)and (pointer:fine){.hxf-footer__contact-list a:hover,.hxf-footer__business-link:hover{color:var(--hxf-accent-color)}.hxf-footer__business-link:hover svg{transform:translate(2px,-2px)}}.hxf-footer__volume-notice{margin-top:clamp(52px,6vw,82px);padding-block:20px 22px;text-align:center}.hxf-footer__volume-notice p,.hxf-footer__volume-notice a{display:block;max-width:920px;margin:0 auto;color:var(--hxf-text-color);font-size:13px;line-height:1.65;text-decoration:none;overflow-wrap:anywhere}.hxf-footer__volume-notice strong{color:var(--hxf-accent-color);font-weight:650}.hxf-footer__volume-notice span+strong:before{content:" "}@media(hover:hover)and (pointer:fine){.hxf-footer__volume-notice a:hover strong{color:var(--hxf-heading-color)}}.hxf-footer__bottom{display:grid;grid-template-columns:minmax(250px,1fr) auto auto;gap:24px 36px;align-items:center;margin-top:clamp(52px,6vw,82px);padding-top:24px;border-top:1px solid var(--hxf-divider-color)}.hxf-footer__bottom--after-volume-notice{margin-top:0}.hxf-footer__brandline{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:14px 20px}.hxf-footer__logo-link{display:inline-flex;min-height:44px;align-items:center;color:var(--hxf-heading-color);text-decoration:none}.hxf-footer__logo{display:block;width:auto;max-width:150px;height:auto;max-height:40px;object-fit:contain}.hxf-footer__wordmark{color:var(--hxf-heading-color);font-family:var(--font-heading--family, Inter, Arial, sans-serif);font-size:21px;font-weight:700;letter-spacing:-.03em}.hxf-footer__copyright{margin:0;color:var(--hxf-text-color);font-size:11px;line-height:1.5}.hxf-footer__policies{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:0 18px}.hxf-footer__policies a{display:inline-flex;min-height:44px;align-items:center;color:var(--hxf-text-color);font-size:11px;line-height:1.4;text-decoration:none}.hxf-footer__socials{display:flex;min-width:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:6px}.hxf-footer__socials:empty{display:none}.hxf-footer__socials a{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--hxf-divider-color);border-radius:50%;color:var(--hxf-icon-color);text-decoration:none;transition:border-color .16s ease,color .16s ease,transform .16s ease}.hxf-footer__socials svg{display:block;width:18px;height:18px;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}@media(hover:hover)and (pointer:fine){.hxf-footer__policies a:hover,.hxf-footer__socials a:hover{color:var(--hxf-accent-color)}.hxf-footer__socials a:hover{border-color:var(--hxf-accent-color);transform:translateY(-2px)}}.hxf-footer__marks{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px 28px;margin-top:18px;padding-top:18px;border-top:1px solid var(--hxf-divider-color)}.hxf-footer__payments,.hxf-footer__certifications{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.hxf-footer__payment-icon{width:38px;height:24px}.hxf-footer__certifications img{display:block;width:auto;max-width:72px;height:34px;object-fit:contain}@media screen and (max-width:1099px){.hxf-footer__columns{grid-template-columns:minmax(280px,1.4fr) repeat(2,minmax(150px,.8fr))}.hxf-footer__columns--without-newsletter{grid-template-columns:repeat(2,minmax(0,1fr))}.hxf-footer__contact{grid-column:2 / -1}.hxf-footer__bottom{grid-template-columns:1fr auto}.hxf-footer__policies{grid-column:1 / -1;grid-row:2;justify-content:flex-start}}@media screen and (max-width:989px){.hxf-services__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.hxf-services__inner,.hxf-footer__inner{width:min(calc(100% - 32px),var(--hxf-max-width))}.hxf-services__inner{padding-block:max(28px,var(--hxf-services-padding-top)) max(24px,var(--hxf-services-padding-bottom))}.hxf-services__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hxf-service-card{min-height:138px;padding:20px 16px 18px}.hxf-service-card__icon{width:36px;height:36px;margin-bottom:14px}.hxf-service-card__icon svg,.hxf-service-card__custom-icon{width:36px;height:36px}.hxf-service-card__title{font-size:13px}.hxf-service-card__text{font-size:11px}.hxf-footer__inner{padding-block:max(48px,var(--hxf-footer-padding-top)) max(28px,var(--hxf-footer-padding-bottom))}.hxf-footer__columns{display:grid;grid-template-columns:minmax(0,1fr);gap:0}.hxf-footer__columns--without-newsletter{grid-template-columns:minmax(0,1fr)}.hxf-footer__newsletter{margin-bottom:34px}.hxf-footer__newsletter-text{max-width:100%}.hxf-footer__newsletter-field{width:100%}.hxf-footer__column,.hxf-footer__contact{grid-column:auto;border-top:1px solid var(--hxf-divider-color)}.hxf-footer[data-mobile-accordion=true] .hxf-footer__summary{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:18px;color:var(--hxf-heading-color);cursor:pointer;font-size:12px;font-weight:700;line-height:1.3;letter-spacing:.12em;list-style:none;text-transform:uppercase}.hxf-footer[data-mobile-accordion=true] .hxf-footer__summary::-webkit-details-marker{display:none}.hxf-footer[data-mobile-accordion=true] .hxf-footer__summary svg{display:block;width:18px;height:18px;flex:0 0 auto;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}.hxf-footer[data-mobile-accordion=true] details[open]>.hxf-footer__summary svg{transform:rotate(180deg)}.hxf-footer[data-mobile-accordion=true] .hxf-footer__desktop-heading{display:none}.hxf-footer[data-mobile-accordion=true] .hxf-footer__menu,.hxf-footer[data-mobile-accordion=true] .hxf-footer__contact-list{padding-bottom:18px}.hxf-footer[data-mobile-accordion=true] .hxf-footer__business{margin-bottom:18px}.hxf-footer[data-mobile-accordion=false] .hxf-footer__summary{display:none}.hxf-footer[data-mobile-accordion=false] .hxf-footer__desktop-heading{margin-top:26px}.hxf-footer__menu a,.hxf-footer__contact-list a{min-height:46px}.hxf-footer__bottom{display:flex;flex-direction:column;align-items:flex-start;gap:18px;margin-top:42px;padding-top:24px}.hxf-footer__volume-notice{margin-top:38px;padding-block:18px 20px}.hxf-footer__volume-notice p,.hxf-footer__volume-notice a{max-width:42rem;font-size:12px;line-height:1.65}.hxf-footer__bottom--after-volume-notice{margin-top:0}.hxf-footer__brandline,.hxf-footer__policies,.hxf-footer__socials{width:100%;justify-content:flex-start}.hxf-footer__policies{gap:0 14px}.hxf-footer__marks{align-items:flex-start;flex-direction:column}}@media screen and (max-width:420px){.hxf-footer__newsletter-field{flex-direction:column;overflow:visible;border:0;background:transparent}.hxf-footer__newsletter-input{min-height:52px;border:1px solid var(--hxf-divider-color);border-radius:8px;background:#ffffff09}.hxf-footer__newsletter-button{width:100%;min-height:52px;margin-top:10px;border-radius:8px}}@media screen and (max-width:359px){.hxf-services__grid{grid-template-columns:minmax(0,1fr)}}@media screen and (min-width:750px){footer:has(.hxf-services--footer-fullscreen.hxf-services--fullscreen-desktop){display:flex;min-height:100vh;min-height:100svh;flex-direction:column}footer:has(.hxf-services--footer-fullscreen.hxf-services--fullscreen-desktop.hxf-services--subtract-header){min-height:calc(100vh - var(--header-group-height, 0px));min-height:calc(100svh - var(--header-group-height, 0px))}footer:has(.hxf-services--footer-fullscreen.hxf-services--fullscreen-desktop)>.shopify-section:has(>.hxf-footer){display:flex;min-width:0;flex:1 0 auto}footer:has(.hxf-services--footer-fullscreen.hxf-services--fullscreen-desktop) .hxf-footer{display:flex;flex:1 0 auto}footer:has(.hxf-services--footer-fullscreen.hxf-services--fullscreen-desktop) .hxf-footer__inner{display:flex;flex:1 0 auto;flex-direction:column;justify-content:center}.hxf-services--footer-fullscreen.hxf-services--fullscreen-desktop .hxf-services__inner{padding-block:var(--hxf-services-desktop-fullscreen-space)}footer:has(.hxf-services--footer-fullscreen.hxf-services--vertical-top) .hxf-footer__inner{justify-content:flex-start}footer:has(.hxf-services--footer-fullscreen.hxf-services--vertical-bottom) .hxf-footer__inner{justify-content:flex-end}@supports (height: 100dvh){footer:has(.hxf-services--footer-fullscreen.hxf-services--fullscreen-desktop){min-height:100dvh}footer:has(.hxf-services--footer-fullscreen.hxf-services--fullscreen-desktop.hxf-services--subtract-header){min-height:calc(100dvh - var(--header-group-height, 0px))}}}@media screen and (max-width:749px){footer:has(.hxf-services--footer-fullscreen.hxf-services--fullscreen-mobile){display:flex;min-height:100vh;min-height:100svh;flex-direction:column}footer:has(.hxf-services--footer-fullscreen.hxf-services--fullscreen-mobile.hxf-services--subtract-header){min-height:calc(100vh - var(--header-group-height, 0px));min-height:calc(100svh - var(--header-group-height, 0px))}footer:has(.hxf-services--footer-fullscreen.hxf-services--fullscreen-mobile)>.shopify-section:has(>.hxf-footer){display:flex;min-width:0;flex:1 0 auto}footer:has(.hxf-services--footer-fullscreen.hxf-services--fullscreen-mobile) .hxf-footer{display:flex;flex:1 0 auto}footer:has(.hxf-services--footer-fullscreen.hxf-services--fullscreen-mobile) .hxf-footer__inner{display:flex;flex:1 0 auto;flex-direction:column;justify-content:center}.hxf-services--footer-fullscreen.hxf-services--fullscreen-mobile .hxf-services__inner{padding-block:var(--hxf-services-mobile-fullscreen-space)}footer:has(.hxf-services--footer-fullscreen.hxf-services--vertical-top) .hxf-footer__inner{justify-content:flex-start}footer:has(.hxf-services--footer-fullscreen.hxf-services--vertical-bottom) .hxf-footer__inner{justify-content:flex-end}@supports (height: 100dvh){footer:has(.hxf-services--footer-fullscreen.hxf-services--fullscreen-mobile){min-height:100dvh}footer:has(.hxf-services--footer-fullscreen.hxf-services--fullscreen-mobile.hxf-services--subtract-header){min-height:calc(100dvh - var(--header-group-height, 0px))}}}@media(prefers-reduced-motion:reduce){.hxf-services *,.hxf-services *:before,.hxf-services *:after,.hxf-footer *,.hxf-footer *:before,.hxf-footer *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
/*# sourceMappingURL=/cdn/shop/t/100/assets/hexufan-b2b-footer.css.map */
