.custom-footer{background:var(--color-footer-bg, var(--bg-body));color:var(--color-footer-text, var(--color-body));margin-top:var(--cf-margin-top-mobile, 40px);margin-bottom:var(--cf-margin-bottom-mobile, 40px)}@media only screen and (min-width:768px){.custom-footer{margin-top:var(--cf-margin-top-desktop, 60px);margin-bottom:var(--cf-margin-bottom-desktop, 60px)}}.custom-footer a{color:var(--color-footer-link, var(--color-body));text-decoration:none}.custom-footer a:focus,.custom-footer a:hover{color:var(--color-footer-link-hover, var(--color-accent))}.custom-footer__columns{display:grid;grid-template-columns:minmax(0,1fr);gap:0}@media only screen and (min-width:768px){.custom-footer__columns{grid-template-columns:var(--cf-grid-desktop, minmax(0, 1fr));column-gap:var(--cf-column-gap, 40px);align-items:start}}.custom-footer__brand{display:flex;flex-direction:column;align-items:var(--cf-flex-align-mobile, flex-start);text-align:var(--cf-align-mobile, start);margin-bottom:30px}@media only screen and (min-width:768px){.custom-footer__brand{align-items:var(--cf-flex-align-desktop, flex-start);text-align:var(--cf-align-desktop, start);margin-bottom:0}}.custom-footer__logo{display:inline-block;max-width:100%;margin-bottom:20px}.custom-footer__logo-image{display:block;width:var(--cf-logo-width-mobile, 140px);max-width:100%;height:auto}@media only screen and (min-width:768px){.custom-footer__logo-image{width:var(--cf-logo-width-desktop, 170px)}}.custom-footer__logo-text{display:inline-block;margin-bottom:20px;font-size:var(--cf-logo-text-size-mobile, 20px);font-weight:700;line-height:1.2;letter-spacing:.02em;color:var(--color-footer-heading, var(--color-footer-text, var(--color-body)))}@media only screen and (min-width:768px){.custom-footer__logo-text{font-size:var(--cf-logo-text-size-desktop, 24px)}}.custom-footer__description{display:block;font-family:var(--cf-description-font);font-size:var(--cf-description-size-mobile, 15px);line-height:1.6;max-width:var(--cf-description-width-mobile, 420px);text-align:inherit}.custom-footer__description p{font-size:inherit;font-family:inherit;margin-bottom:0}@media only screen and (min-width:768px){.custom-footer__description{font-size:var(--cf-description-size-desktop, 15px);max-width:var(--cf-description-width-desktop, 420px)}}.custom-footer__menu{border-top:1px solid var(--color-footer-border)}.custom-footer__menu--last{border-bottom:1px solid var(--color-footer-border)}@media only screen and (min-width:768px){.custom-footer__menu{border-top:0}.custom-footer__menu--last{border-bottom:0}}.custom-footer__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:22px 0;margin:0;border:0;background:none;text-align:left;line-height:1.2;font-size:var(--cf-heading-size-mobile, 16px);color:var(--color-footer-heading, var(--color-footer-text, var(--color-body)));cursor:pointer}[dir=rtl] .custom-footer__toggle{text-align:right}.custom-footer__toggle--uppercase{text-transform:uppercase;letter-spacing:.12em}@media only screen and (min-width:768px){.custom-footer__toggle{padding:0;margin-bottom:20px;font-size:var(--cf-heading-size-desktop, 13px);cursor:default}}.custom-footer__toggle-icon{position:relative;display:block;flex:0 0 19px;width:19px;height:19px}.custom-footer__toggle-icon:before,.custom-footer__toggle-icon:after{content:"";position:absolute;display:block;background:var(--color-footer-link, var(--color-body));transition:transform .5s cubic-bezier(.19,1,.22,1)}.custom-footer__toggle-icon:before{top:3px;left:8.5px;width:1px;height:12px;transform:scale(1)}.custom-footer__toggle-icon:after{top:9px;left:3px;width:12px;height:1px}.custom-footer__toggle[aria-expanded=true] .custom-footer__toggle-icon:before{transform:scaleY(0)}@media only screen and (min-width:768px){.custom-footer__toggle-icon{display:none}}.custom-footer__menu-list{list-style:none;margin:0;padding:0 0 26px;display:none;overflow:hidden;font-size:var(--cf-link-size-mobile, 15px)}.custom-footer__toggle[aria-expanded=true]+.custom-footer__menu-list{display:block}@media only screen and (min-width:768px){.custom-footer__menu-list{display:block!important;padding:0;font-size:var(--cf-link-size-desktop, 15px)}}.custom-footer__menu-list li{margin-bottom:10px}.custom-footer__menu-list li:last-child{margin-bottom:0}.custom-footer__menu-list a{font-size:inherit;line-height:1.4}.custom-footer__menu-list li.menu-item-has-children>a{display:inline-flex;vertical-align:middle}.custom-footer__menu-list li.menu-item-has-children:focus-within>.custom-footer__sub-menu{display:block}.custom-footer__arrow{display:inline-flex;align-items:center;position:relative;width:24px;height:24px;margin-left:8px;vertical-align:middle;cursor:pointer}[dir=rtl] .custom-footer__arrow{margin-left:0;margin-right:8px}.custom-footer__arrow svg path{stroke:var(--color-footer-link, var(--color-body))}.custom-footer__sub-menu{list-style:none;margin:8px 0 0 15px;padding:0;display:none;overflow:hidden;transition:all .5s cubic-bezier(.19,1,.22,1)}[dir=rtl] .custom-footer__sub-menu{margin-left:0;margin-right:15px}.custom-footer__sub-menu.active{display:block}.custom-footer__menu--social .custom-footer__menu-list{font-size:var(--cf-social-size-mobile, 15px)}.custom-footer__menu--social .custom-footer__menu-list a{display:inline-block}@media only screen and (min-width:768px){.custom-footer__menu--social{display:none}}.custom-footer__wordmark-row{margin-top:var(--cf-wordmark-spacing-mobile, 40px)}@media only screen and (min-width:768px){.custom-footer__wordmark-row{margin-top:var(--cf-wordmark-spacing-desktop, 60px)}}.custom-footer__row--bordered{border-top:1px solid var(--color-footer-border);padding-top:25px}.custom-footer__wordmark{width:var(--cf-wordmark-width-mobile, 100%);margin:0 auto;line-height:0;color:var(--cf-wordmark-color, var(--color-footer-heading, var(--color-footer-text, var(--color-body))))}@media only screen and (min-width:768px){.custom-footer__wordmark{width:var(--cf-wordmark-width-desktop, 100%)}}.custom-footer__wordmark svg,.custom-footer__wordmark img{display:block;width:100%;height:auto}.custom-footer__wordmark--recolor svg,.custom-footer__wordmark--recolor svg *{fill:var(--cf-wordmark-color)}.custom-footer__bottom-row{margin-top:30px}@media only screen and (min-width:768px){.custom-footer__bottom-row{margin-top:40px}}.custom-footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:15px;font-size:var(--cf-bottom-size-mobile, 12px)}@media only screen and (min-width:768px){.custom-footer__bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;font-size:var(--cf-bottom-size-desktop, 13px)}}.custom-footer__bottom--uppercase{text-transform:uppercase;letter-spacing:.1em}.custom-footer__copyright{margin:0;font-size:inherit;line-height:1.4;opacity:.7}.custom-footer__social{list-style:none;display:none;margin:0;padding:0;font-size:var(--cf-social-size-desktop, 13px)}@media only screen and (min-width:768px){.custom-footer__social{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:30px;row-gap:8px;grid-column:2}}.custom-footer__social a{font-size:inherit;letter-spacing:inherit;text-transform:inherit}.custom-footer__localization{margin-left:auto}[dir=rtl] .custom-footer__localization{margin-left:0;margin-right:auto}@media only screen and (min-width:768px){.custom-footer__copyright{grid-column:1}.custom-footer__localization{grid-column:3;justify-self:end}}.custom-footer__localization .thb-localization-forms{display:flex;align-items:center;justify-content:flex-end;column-gap:8px;margin:0}.custom-footer__localization .thb-localization-forms__button{padding:0;border:0;background:none;font-size:inherit;letter-spacing:inherit;text-transform:inherit;color:var(--color-footer-link, var(--color-body));text-decoration:underline;text-underline-offset:3px;cursor:pointer}.custom-footer__localization .thb-localization-forms__button:hover,.custom-footer__localization .thb-localization-forms__button:focus{color:var(--color-footer-link-hover, var(--color-accent))}
/*# sourceMappingURL=/cdn/shop/t/39/assets/custom-footer.css.map */
