.site-footer{margin-top:auto;background:var(--ui-color-surface-brand);color:var(--ui-color-text-secondary-inverted);padding:64px 0}.site-footer__shell{width:100%;max-width:1440px;margin:0 auto;padding:0 24px}.site-footer__layout{display:grid;grid-template-columns:320px repeat(4,minmax(0,1fr));gap:32px;align-items:start}.site-footer__brand-block{padding-top:4px}.site-footer__brand{display:inline-flex;align-items:center;color:var(--ui-color-text-primary);text-decoration:none}.site-footer__brand-default{display:inline-flex;align-items:center;gap:12px}.site-footer__brand-mark{width:58px;flex:0 0 auto}.site-footer__brand-wordmark{font-size:26px;line-height:30px;letter-spacing:-.04em;font-weight:var(--ui-font-weight-medium)}.site-footer__brand-image,.site-footer__brand-visual svg{width:176px;height:auto}.site-footer__column--collections{display:grid;gap:26px}.site-footer__group{min-width:0}.site-footer__heading{margin:0 0 24px;font-size:var(--ui-type-h4-font-size);line-height:var(--ui-type-h4-line-height);letter-spacing:var(--ui-type-h4-letter-spacing);font-weight:var(--ui-font-weight-medium);color:var(--ui-color-text-disabled)}.site-footer__heading-label--compact{display:none}.site-footer__links{list-style:none;display:grid;gap:12px;padding:0;margin:0}.site-footer__links a{color:var(--ui-color-text-primary-inverted);text-decoration:none;font-size:var(--ui-type-menu-font-size);line-height:var(--ui-type-body-1-line-height);letter-spacing:var(--ui-type-body-1-letter-spacing);transition:all .18s ease}.site-footer__mobile{display:none}.site-footer__bottom{margin-top:60px;display:flex;flex-direction:column;align-items:center;gap:28px;border-top:1px solid #b1c2c629}.site-footer__divider{width:100%;height:1px;background:rgba(var(--ui-color-text-primary-rgb),.12)}.site-footer__socials{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px}.site-footer__social-link{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:var(--ui-color-text-primary-inverted);text-decoration:none;transition:opacity .18s ease}.site-footer__social-link svg{width:24px;height:24px;display:block;color:currentColor}.site-footer__social-link svg [stroke]{stroke:currentColor}.site-footer__social-link svg [fill]:not([fill=none]){fill:currentColor}.site-footer__copyright{max-width:620px;text-align:center;color:var(--ui-color-text-secondary-inverted);font-size:14px;line-height:20px;letter-spacing:0}.site-footer__copyright a{color:inherit;text-underline-offset:2px}.site-footer__copyright a:last-child{text-decoration:none}.footer-region{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.footer-region__disclosure{position:relative}.footer-region__caption{font-size:12px;font-weight:var(--ui-font-weight-medium);letter-spacing:.06em;text-transform:uppercase;color:var(--ui-color-text-secondary-inverted)}.footer-region__trigger{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:8px 12px;border:1px solid rgba(var(--ui-color-text-primary-inverted-rgb),.24);border-radius:8px;background:rgba(var(--ui-color-text-primary-inverted-rgb),.04);color:var(--ui-color-text-primary-inverted);font-size:14px;font-weight:var(--ui-font-weight-medium);line-height:1.2;white-space:nowrap;cursor:pointer;list-style:none;-webkit-appearance:none;appearance:none;transition:background-color .2s ease,border-color .2s ease}.footer-region__trigger::-webkit-details-marker{display:none}.footer-region__trigger::marker{content:""}.footer-region__trigger:focus-visible{outline:2px solid var(--ui-color-text-primary-inverted);outline-offset:2px}.footer-region__current{display:inline-flex;align-items:center;gap:8px}.footer-region__current-currency{color:var(--ui-color-text-secondary-inverted)}.footer-region__chevron{width:18px;height:18px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}.footer-region__chevron svg{width:100%;height:100%;display:block}.footer-region__disclosure[open] .footer-region__chevron{transform:rotate(180deg)}.footer-region__panel{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%);width:min(280px,calc(100vw - 32px));padding:8px 0;border-radius:10px;background:#f9f9f6;border:1px solid rgba(var(--ui-color-text-primary-rgb),.16);box-shadow:0 12px 32px #0000003d;z-index:40}.footer-region__form{margin:0}.footer-region__list{list-style:none;display:grid;gap:0;max-height:288px;overflow:auto;margin:0;padding:0}.footer-region__option{width:100%;min-height:44px;padding:10px 16px;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;cursor:pointer;font:inherit;color:var(--ui-color-text-primary);transition:background-color .15s ease}.footer-region__option-name{font-size:15px;font-weight:var(--ui-font-weight-medium);line-height:1.25}.footer-region__option-currency{flex:0 0 auto;font-size:13px;color:var(--ui-color-text-secondary);white-space:nowrap}.footer-region__option.is-selected{background:rgba(var(--ui-color-text-primary-rgb),.05);font-weight:var(--ui-font-weight-semibold)}@media(hover:hover)and (pointer:fine){.site-footer__links a:hover,.site-footer__social-link:hover,.site-footer__brand:hover{text-decoration:underline}.footer-region__trigger:hover{background:rgba(var(--ui-color-text-primary-inverted-rgb),.1);border-color:rgba(var(--ui-color-text-primary-inverted-rgb),.4)}.footer-region__option:hover{background:rgba(var(--ui-color-text-primary-rgb),.06)}}@media screen and (max-width:1024px){.site-footer__layout{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-areas:"brand brand brand" "collections more service" "all-products explore .";gap:48px 40px}.site-footer__brand-block{grid-area:brand;display:flex;justify-content:center;padding-top:0}.site-footer__brand-image,.site-footer__brand-visual svg{width:198px}.site-footer__column--collections{display:contents}.site-footer__group--collections{grid-area:collections}.site-footer__group--all-products{grid-area:all-products}.site-footer__group--service{grid-area:service}.site-footer__group--explore{grid-area:explore}.site-footer__group--more{grid-area:more}.site-footer__heading-label--desktop{display:none}.site-footer__heading-label--compact{display:inline}.site-footer__bottom{margin-top:40px}}@media screen and (max-width:767px){.site-footer{padding:48px 0}.site-footer__shell{padding:0 16px}.site-footer__layout{display:block}.site-footer__brand-block{display:flex;justify-content:center;margin-bottom:32px}.site-footer__brand-image,.site-footer__brand-visual svg{width:190px}.site-footer__column--collections,.site-footer__group--service,.site-footer__group--explore,.site-footer__group--more{display:none}.site-footer__mobile{display:grid;gap:0}.site-footer__accordion{border:0;border-bottom:1px solid var(--ui-color-stroke-accent-secondary);padding-bottom:24px}.site-footer__accordion+.site-footer__accordion{margin-top:24px}.site-footer__accordion:last-child{border-bottom:none}.site-footer__accordion-summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;color:var(--ui-color-text-secondary-inverted);font-size:var(--ui-type-h4-font-size);line-height:var(--ui-type-h4-line-height);letter-spacing:var(--ui-type-h4-letter-spacing);font-weight:var(--ui-font-weight-medium)}.site-footer__accordion-summary::-webkit-details-marker{display:none}.site-footer__accordion-summary::marker{display:none;content:""}.site-footer__accordion-icon{width:20px;height:20px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;transition:transform .18s ease}.site-footer__accordion-icon svg{width:100%;height:100%;display:block}.site-footer__accordion[open] .site-footer__accordion-icon{transform:rotate(180deg)}.site-footer__accordion-content{height:0;overflow:hidden;transition:height .28s cubic-bezier(.22,1,.36,1);will-change:height}.site-footer__accordion[open] .site-footer__accordion-content{height:auto}.site-footer__links--mobile{padding-top:20px}.site-footer__links--mobile a{font-size:16px;line-height:20px}.site-footer__bottom{margin-top:0;gap:24px}.site-footer__copyright{max-width:300px}}
/*# sourceMappingURL=/cdn/shop/t/66/assets/section-footer.css.map */
