:root{--color-primary: 64, 64, 122;--color-primary-hover: 112, 111, 211;--color-secondary: 92, 122, 234;--color-accent: 255, 177, 66;--color-accent-hover: 204, 142, 53;--color-accent-light: 255, 217, 125;--color-accent-dark: 201, 138, 0;--color-surface: 248, 249, 250;--color-surface-elevated: 255, 255, 255;--color-border: 209, 204, 192;--color-text: 43, 43, 43;--color-text-secondary: 170, 166, 157;--color-text-muted: 136, 136, 136;--color-foreground: var(--color-text);--color-background: var(--color-surface);--color-link: var(--color-primary);--color-button: var(--color-primary);--color-button-text: 255, 255, 255;--color-secondary-button: var(--color-surface-elevated);--color-secondary-button-text: var(--color-text);--alpha-button-background: 1;--alpha-button-border: 1;--buttons-radius: 8px;--buttons-radius-outset: 8px;--buttons-border-width: 1.5px;--buttons-border-opacity: .15;--buttons-border-offset: 0;--buttons-shadow-horizontal-offset: 0px;--buttons-shadow-vertical-offset: 2px;--buttons-shadow-blur-radius: 4px;--buttons-shadow-opacity: .1;--buttons-shadow-visible: 1;--product-card-corner-radius: 12px;--product-card-border-width: 1px;--product-card-border-opacity: .2;--product-card-shadow-horizontal-offset: 0px;--product-card-shadow-vertical-offset: 4px;--product-card-shadow-blur-radius: 6px;--product-card-shadow-opacity: .07;--product-card-shadow-visible: 1;--product-card-image-padding: 0px;--product-card-text-alignment: left;--collection-card-corner-radius: 12px;--collection-card-border-width: 1px;--collection-card-border-opacity: .2;--collection-card-shadow-horizontal-offset: 0px;--collection-card-shadow-vertical-offset: 4px;--collection-card-shadow-blur-radius: 6px;--collection-card-shadow-opacity: .07;--collection-card-shadow-visible: 1;--collection-card-image-padding: 0px;--collection-card-text-alignment: left;--blog-card-corner-radius: 12px;--blog-card-border-width: 1px;--blog-card-border-opacity: .2;--blog-card-shadow-horizontal-offset: 0px;--blog-card-shadow-vertical-offset: 4px;--blog-card-shadow-blur-radius: 6px;--blog-card-shadow-opacity: .07;--blog-card-shadow-visible: 1;--blog-card-image-padding: 0px;--blog-card-text-alignment: left;--inputs-radius: 8px;--inputs-radius-outset: 8px;--inputs-border-width: 1px;--inputs-border-opacity: .3;--inputs-margin-offset: 0px;--inputs-shadow-horizontal-offset: 0px;--inputs-shadow-vertical-offset: 1px;--inputs-shadow-blur-radius: 2px;--inputs-shadow-opacity: .05;--media-radius: 12px;--media-border-width: 1px;--media-border-opacity: .1;--media-shadow-horizontal-offset: 0px;--media-shadow-vertical-offset: 4px;--media-shadow-blur-radius: 6px;--media-shadow-opacity: .07;--media-shadow-visible: 1;--text-boxes-radius: 12px;--text-boxes-border-width: 1px;--text-boxes-border-opacity: .1;--text-boxes-shadow-horizontal-offset: 0px;--text-boxes-shadow-vertical-offset: 4px;--text-boxes-shadow-blur-radius: 6px;--text-boxes-shadow-opacity: .07;--text-boxes-shadow-visible: 1;--badge-corner-radius: 20px;--color-badge-background: var(--color-accent);--color-badge-foreground: 255, 255, 255;--color-badge-border: var(--color-accent);--alpha-badge-border: .1;--popup-corner-radius: 12px;--popup-border-width: 1px;--popup-border-opacity: .1;--popup-shadow-horizontal-offset: 0px;--popup-shadow-vertical-offset: 10px;--popup-shadow-blur-radius: 25px;--popup-shadow-opacity: .15;--focused-base-outline: 2px solid rgb(var(--color-primary));--focused-base-outline-offset: 2px;--focused-base-box-shadow: 0 0 0 2px rgb(var(--color-background)), 0 0 0 4px rgba(var(--color-primary), .3);--font-body-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body-style: normal;--font-heading-style: normal;--font-body-weight: 400;--font-heading-weight: 700;--font-body-weight-bold: 600;--font-body-scale: 1;--font-heading-scale: 1;--spacing-sections-mobile: 3rem;--spacing-sections-desktop: 5rem;--grid-mobile-horizontal-spacing: 1rem;--grid-mobile-vertical-spacing: 1.5rem;--grid-desktop-horizontal-spacing: 2rem;--grid-desktop-vertical-spacing: 2rem;--duration-short: .15s;--duration-default: .2s;--duration-medium: .3s;--duration-long: .5s;--duration-extra-long: .6s;--duration-extra-longer: .75s;--duration-extended: 3s;--ease-out-slow: cubic-bezier(.25, .46, .45, .94)}body{font-family:var(--font-body-family);font-weight:var(--font-body-weight);color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));font-size:1.6rem;line-height:1.6}h1,h2,h3,h4,h5,h6,.h0,.h1,.h2,.h3,.h4,.h5{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);color:rgb(var(--color-foreground));line-height:1.3;margin-bottom:1rem}.button,.shopify-challenge__button,.customer button,button.shopify-payment-button__button--unbranded{min-height:4.5rem;padding:.75rem 2rem;border-radius:var(--buttons-radius);font-family:var(--font-body-family);font-weight:600;font-size:1.5rem;letter-spacing:.05rem;text-decoration:none;transition:all var(--duration-default) ease;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:var(--buttons-border-width) solid transparent}.button:not(.button--secondary):not(.button--tertiary),.shopify-challenge__button,.customer button:not(.button--secondary){background-color:rgba(var(--color-button),var(--alpha-button-background));color:rgb(var(--color-button-text));border-color:rgba(var(--color-button),var(--alpha-button-border))}.button:not(.button--secondary):not(.button--tertiary):hover,.shopify-challenge__button:hover,.customer button:not(.button--secondary):hover{background-color:rgb(var(--color-primary-hover));border-color:rgb(var(--color-primary-hover));transform:translateY(-1px);box-shadow:0 4px 8px rgba(var(--color-primary),.25)}.button--secondary{background-color:transparent;color:rgb(var(--color-foreground));border-color:rgba(var(--color-foreground),.2)}.button--secondary:hover{border-color:rgb(var(--color-primary));color:rgb(var(--color-primary));background-color:rgba(var(--color-primary),.05);transform:translateY(-1px)}.button--tertiary{background-color:transparent;color:rgb(var(--color-primary));border-color:transparent}.button--tertiary:hover{background-color:rgba(var(--color-primary),.1);color:rgb(var(--color-primary-hover))}.button--cta,.button.button--cta{background-color:rgb(var(--color-accent));color:#fff;border-color:rgb(var(--color-accent))}.button--cta:hover,.button.button--cta:hover{background-color:rgb(var(--color-accent-hover));border-color:rgb(var(--color-accent-hover));transform:translateY(-1px);box-shadow:0 4px 8px rgba(var(--color-accent),.3)}.card,.product-card-wrapper .card,.collection-card-wrapper .card,.article-card-wrapper .card{background-color:rgb(var(--color-surface-elevated));border:var(--product-card-border-width) solid rgba(var(--color-border),var(--product-card-border-opacity));border-radius:var(--product-card-corner-radius);transition:all var(--duration-default) ease;position:relative}.card:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:var(--product-card-corner-radius);box-shadow:0 var(--product-card-shadow-vertical-offset) var(--product-card-shadow-blur-radius) rgba(0,0,0,var(--product-card-shadow-opacity));z-index:-1;pointer-events:none}.card:hover,.product-card-wrapper .card:hover,.collection-card-wrapper .card:hover,.article-card-wrapper .card:hover{transform:translateY(-2px);border-color:rgba(var(--color-primary),.2)}.card:hover:before{box-shadow:0 8px 24px #0000001f}.field__input,.select__select,.customer .field input,.customer select{height:4.5rem;border-radius:var(--inputs-radius);border:var(--inputs-border-width) solid rgba(var(--color-border),var(--inputs-border-opacity));background-color:rgb(var(--color-surface-elevated));font-family:var(--font-body-family);font-size:1.6rem;padding:1rem 1.5rem;transition:all var(--duration-default) ease}.field__input:focus,.select__select:focus,.customer .field input:focus,.customer select:focus{outline:none;border-color:rgb(var(--color-primary));box-shadow:0 0 0 3px rgba(var(--color-primary),.15)}.search-modal__content .field__input,.predictive-search__input,.search__input{height:4.4rem;border-radius:var(--inputs-radius);border:var(--inputs-border-width) solid rgba(var(--color-border),.3);font-size:1.6rem}.header,.header-wrapper{background-color:rgb(var(--color-surface-elevated));border-bottom:1px solid rgba(var(--color-border),.3)}.header__menu-item{color:rgba(var(--color-foreground),.8);font-weight:500;padding:1rem 1.5rem;border-radius:var(--inputs-radius);transition:all var(--duration-default) ease}.header__menu-item:hover{color:rgb(var(--color-primary));background-color:rgba(var(--color-primary),.05);text-decoration:none}.header__heading-link:hover .h2{color:rgb(var(--color-primary))}.link,.customer a,.underlined-link{color:rgb(var(--color-primary));text-decoration:none;text-underline-offset:.3rem;transition:all var(--duration-default) ease}.link:hover,.customer a:hover,.underlined-link:hover{color:rgb(var(--color-primary-hover));text-decoration:underline}.badge{background-color:rgb(var(--color-accent));color:#fff;border-radius:var(--badge-corner-radius);padding:.4rem 1rem;font-size:1.2rem;font-weight:600;letter-spacing:.05rem}.facets__item label,.tag__button,.chip{background-color:rgba(var(--color-surface),.7);color:rgb(var(--color-foreground));border:1px solid rgba(var(--color-border),.4);border-radius:var(--inputs-radius);padding:.6rem 1.2rem;font-size:1.4rem;font-weight:500;transition:all var(--duration-default) ease;cursor:pointer}.facets__item label:hover,.tag__button:hover,.chip:hover{background-color:rgb(var(--color-primary));color:#fff;border-color:rgb(var(--color-primary));transform:translateY(-1px)}.breadcrumb,.breadcrumbs{font-size:1.4rem;color:rgba(var(--color-foreground),.6)}.breadcrumb a,.breadcrumbs a{color:rgba(var(--color-foreground),.7);text-decoration:none}.breadcrumb a:hover,.breadcrumbs a:hover{color:rgb(var(--color-primary));text-decoration:underline}.footer,.site-footer{background-color:rgb(var(--color-text));color:#fffc;padding:4rem 0 2rem}.footer__content-top,.footer__content-bottom{background-color:transparent}.footer__title,.footer-block__heading{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.footer a,.footer .link,.footer .list-menu__item a{color:#ffffffb3;font-size:1.4rem;text-decoration:none;transition:color var(--duration-default) ease}.footer a:hover,.footer .link:hover,.footer .list-menu__item a:hover{color:#fff;text-decoration:underline}.footer__content-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:2rem;margin-top:3rem;font-size:1.2rem;color:#fff9}.modal__content,.global-settings-popup,.header__submenu.global-settings-popup{background-color:rgb(var(--color-surface-elevated));border-radius:var(--popup-corner-radius);border:var(--popup-border-width) solid rgba(var(--color-border),var(--popup-border-opacity));box-shadow:0 var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(0,0,0,var(--popup-shadow-opacity))}.loading__spinner .path{stroke:rgb(var(--color-primary))}@media screen and (max-width: 749px){.button{width:100%;justify-content:center}.header__menu-item{padding:1.2rem}}@media screen and (min-width: 750px){.button{min-width:160px}}shopify-accelerated-checkout{--shopify-accelerated-checkout-button-border-radius: var(--buttons-radius);--shopify-accelerated-checkout-button-box-shadow: 0 var(--buttons-shadow-vertical-offset) var(--buttons-shadow-blur-radius) rgba(0, 0, 0, var(--buttons-shadow-opacity))}.shopify-payment-button__button--unbranded{background-color:rgb(var(--color-accent))!important;border-radius:var(--buttons-radius)!important;font-family:var(--font-body-family)!important;font-weight:600!important}.shopify-payment-button__button--unbranded:hover{background-color:rgb(var(--color-accent-hover))!important;transform:translateY(-1px)}.zendesk-surface{background-color:rgb(var(--color-surface))}.zendesk-surface-elevated{background-color:rgb(var(--color-surface-elevated))}.zendesk-primary{color:rgb(var(--color-primary))}.zendesk-accent{color:rgb(var(--color-accent))}.zendesk-text-secondary{color:rgb(var(--color-text-secondary))}.button--zendesk-primary{background-color:rgb(var(--color-primary));color:#fff}.button--zendesk-accent{background-color:rgb(var(--color-accent));color:#fff}.button--zendesk-ghost{background-color:transparent;color:rgb(var(--color-primary));border:1px solid rgba(var(--color-primary),.3)}*:focus-visible{outline:var(--focused-base-outline);outline-offset:var(--focused-base-outline-offset);box-shadow:var(--focused-base-box-shadow)}.focus-inset:focus-visible{outline:2px solid rgb(var(--color-primary));outline-offset:-2px;box-shadow:0 0 0 1px rgba(var(--color-primary),.3)}.grid{gap:var(--grid-mobile-horizontal-spacing) var(--grid-mobile-vertical-spacing)}@media screen and (min-width: 750px){.grid{gap:var(--grid-desktop-horizontal-spacing) var(--grid-desktop-vertical-spacing)}}.quantity{border-radius:var(--inputs-radius);border:var(--inputs-border-width) solid rgba(var(--color-border),var(--inputs-border-opacity))}.quantity__button{border-radius:calc(var(--inputs-radius) - 1px);transition:all var(--duration-default) ease}.quantity__button:hover{background-color:rgba(var(--color-primary),.1);color:rgb(var(--color-primary))}.cart-count-bubble{background-color:rgb(var(--color-accent));color:#fff;border-radius:var(--badge-corner-radius)}.progress-bar-value{background-color:rgb(var(--color-primary))}.footer .footer__content-top,.footer__content-top,.footer .grid,.footer__blocks-wrapper{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:3rem 2rem!important;align-items:start!important;margin-bottom:3rem!important}@media screen and (max-width: 989px){.footer .footer__content-top,.footer__content-top,.footer .grid,.footer__blocks-wrapper{grid-template-columns:repeat(2,1fr)!important;gap:2rem!important}}@media screen and (max-width: 749px){.footer .footer__content-top,.footer__content-top,.footer .grid,.footer__blocks-wrapper{grid-template-columns:1fr!important;gap:2rem!important}}.footer ul,.footer ol,.footer .list-menu,.footer-block ul,.footer-block ol,.footer-block .list-menu,.footer__list,.footer .footer__list-social{list-style:none!important;list-style-type:none!important;margin:0!important;padding:0!important}.footer li:before,.footer .list-menu__item:before,.footer-block li:before{content:none!important;display:none!important}.footer li,.footer .list-menu__item,.footer-block li{list-style:none!important;list-style-type:none!important;margin:0 0 .75rem!important;padding:0!important;position:relative!important}.footer a,.footer a:link,.footer a:visited,.footer .link,.footer-block a,.footer-block a:link,.footer-block a:visited,.footer-block .link,.footer .list-menu a,.footer .list-menu a:link,.footer .list-menu a:visited,.footer .list-menu__item a,.footer .list-menu__item a:link,.footer .list-menu__item a:visited,.footer__column a,.footer__column a:link,.footer__column a:visited,.footer-wrapper a:not(.footer__logo),.footer-wrapper a:not(.footer__logo):link,.footer-wrapper a:not(.footer__logo):visited{color:#ffffffb3!important;text-decoration:none!important;font-size:1.4rem!important;font-weight:400!important;transition:all .2s ease!important;border:none!important;background:none!important}.footer a:hover,.footer .link:hover,.footer-block a:hover,.footer-block .link:hover,.footer .list-menu a:hover,.footer .list-menu__item a:hover,.footer__column a:hover,.footer-wrapper a:not(.footer__logo):hover{color:#fff!important;text-decoration:underline!important;text-underline-offset:.3rem!important}.footer .underlined-link,.footer .link--text,.footer .full-unstyled-link{color:#ffffffb3!important;text-decoration:none!important}.footer .underlined-link:hover,.footer .link--text:hover,.footer .full-unstyled-link:hover{color:#fff!important;text-decoration:underline!important}.footer h2,.footer h3,.footer h4,.footer .h2,.footer .h3,.footer .h4,.footer-block__heading,.footer__heading,.footer-block .heading{color:#fff!important;font-size:1.8rem!important;font-weight:700!important;margin:0 0 1.5rem!important;line-height:1.3!important;text-transform:none!important;letter-spacing:normal!important}.footer-block,.footer__column{margin-bottom:0!important;padding:0!important}.footer p,.footer-block p,.footer-block .rte,.footer__column p{color:#fffc!important;font-size:1.4rem!important;line-height:1.6!important;margin:0 0 1.5rem!important}.footer .footer__list-social,.footer .list-social,.footer-block--social .list-social{display:flex!important;flex-wrap:wrap!important;gap:1rem!important;margin-top:1rem!important;justify-content:flex-start!important}.footer .footer__list-social a,.footer .list-social a,.footer-block--social a{color:#ffffffb3!important;font-size:1.6rem!important;transition:all .2s ease!important;display:flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;border-radius:8px!important;background:#ffffff1a!important}.footer .footer__list-social a:hover,.footer .list-social a:hover,.footer-block--social a:hover{color:#fff!important;background:#fff3!important;transform:translateY(-2px)!important}.footer .newsletter-form,.footer-block--newsletter{margin-top:1rem!important}.footer .newsletter-form__field-wrapper{display:flex!important;gap:.5rem!important;margin-top:1rem!important}.footer .newsletter-form__field-wrapper input[type=email]{flex:1!important;background:#ffffff1a!important;border:1px solid rgba(255,255,255,.3)!important;color:#fff!important;border-radius:8px!important;padding:1rem 1.5rem!important;font-size:1.4rem!important}.footer .newsletter-form__button{background:rgb(var(--color-accent))!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:1rem 2rem!important;font-weight:600!important;cursor:pointer!important;transition:background .2s ease!important}.footer .newsletter-form__button:hover{background:rgb(var(--color-accent-hover))!important}.footer .localization-form,.footer .disclosure,.footer-block--localization{margin-top:1.5rem!important}.footer .localization-form__select,.footer .disclosure__button{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.3)!important;color:#ffffffe6!important;border-radius:8px!important;padding:.75rem 1rem!important;font-size:1.3rem!important;cursor:pointer!important;width:100%!important;max-width:250px!important}.footer__content-bottom,.footer__copyright{grid-column:1 / -1!important;border-top:1px solid rgba(255,255,255,.2)!important;padding-top:2rem!important;margin-top:3rem!important;text-align:center!important;font-size:1.2rem!important;color:#fff9!important}.footer__content-bottom .grid{display:flex!important;justify-content:space-between!important;align-items:center!important;flex-wrap:wrap!important;gap:1rem!important}@media screen and (max-width: 749px){.footer__content-bottom .grid{flex-direction:column!important;text-align:center!important}}body .footer,body .footer-wrapper{background-color:rgb(var(--color-text))!important}body .footer .color-scheme-1,body .footer .color-scheme-2,body .footer .color-scheme-3,body .footer .color-scheme-4,body .footer .color-scheme-5{background:transparent!important;color:inherit!important}body .footer a:not(.footer__logo),body .footer .list-menu a,body .footer-block a{color:#ffffffb3!important}body .footer a:not(.footer__logo):hover,body .footer .list-menu a:hover,body .footer-block a:hover{color:#fff!important}.site-footer{background-color:rgb(var(--color-text))!important;color:#fffc!important;padding:4rem 0 2rem!important}.site-footer .container{max-width:1200px!important;margin:0 auto!important;padding:0 1.5rem!important}@media screen and (min-width: 750px){.site-footer .container{padding:0 5rem!important}}.site-footer .footer-content{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:3rem 2rem!important;align-items:start!important;margin-bottom:3rem!important}@media screen and (max-width: 989px){.site-footer .footer-content{grid-template-columns:repeat(2,1fr)!important;gap:2rem!important}}@media screen and (max-width: 749px){.site-footer .footer-content{grid-template-columns:1fr!important;gap:2rem!important}}.site-footer .footer-section{margin-bottom:0!important;padding:0!important}.site-footer .footer-section h3,.site-footer .footer-section .footer-section__title{color:#fff!important;font-size:1.8rem!important;font-weight:700!important;margin:0 0 1.5rem!important;line-height:1.3!important}.site-footer .footer-section p,.site-footer .footer-section .footer-section__description{color:#fffc!important;font-size:1.4rem!important;line-height:1.6!important;margin:0 0 1.5rem!important}.site-footer ul,.site-footer ol,.site-footer .footer-section__list{list-style:none!important;list-style-type:none!important;margin:0!important;padding:0!important}.site-footer li,.site-footer .footer-section__item{list-style:none!important;margin:0 0 .75rem!important;padding:0!important}.site-footer li:before,.site-footer .footer-section__item:before{content:none!important;display:none!important}.site-footer a,.site-footer .footer-section__link{color:#ffffffb3!important;font-size:1.4rem!important;text-decoration:none!important;transition:color .2s ease!important;display:flex!important;align-items:center!important;gap:.5rem!important}.site-footer a:hover,.site-footer .footer-section__link:hover{color:#fff!important;text-decoration:underline!important}.site-footer a svg,.site-footer .footer-section__link svg{margin-right:.5rem!important;opacity:.7!important;transition:opacity .2s ease!important;flex-shrink:0!important}.site-footer a:hover svg,.site-footer .footer-section__link:hover svg{opacity:1!important}.site-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.2)!important;padding-top:2rem!important;margin-top:3rem!important;font-size:1.2rem!important;color:#fff9!important;text-align:center!important}.site-footer .footer-bottom__content{display:flex!important;justify-content:space-between!important;align-items:center!important;flex-wrap:wrap!important;gap:1rem!important}@media screen and (max-width: 749px){.site-footer .footer-bottom__content{flex-direction:column!important;text-align:center!important}}.site-footer .footer-bottom__text,.site-footer .footer-bottom__links{margin:0!important}.site-footer .footer-bottom__text p{margin:0!important;line-height:1.4!important}.site-footer .footer-powered,.site-footer .footer-powered__link{font-size:1.2rem!important;color:#fff9!important}.site-footer .footer-powered__link{color:#fffc!important;text-decoration:underline!important}.site-footer .footer-powered__link:hover{color:#fff!important}.site-footer .footer-localization{margin-top:1.5rem!important}.site-footer .localization-form{display:flex!important;flex-direction:column!important;gap:1rem!important}.site-footer .localization-selector{display:flex!important;flex-direction:column!important;gap:.5rem!important}.site-footer .footer-section__label{display:flex!important;align-items:center!important;gap:.5rem!important;font-size:1.3rem!important;font-weight:500!important;color:#fffc!important;margin-bottom:.5rem!important}.site-footer .footer-select{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:8px!important;color:#ffffffe6!important;padding:.75rem 1rem!important;font-size:1.3rem!important;width:100%!important;cursor:pointer!important;transition:all .2s ease!important}.site-footer .footer-select:hover{border-color:#fff6!important;background:#ffffff26!important}.site-footer .footer-select:focus{outline:none!important;border-color:rgb(var(--color-accent))!important;box-shadow:0 0 0 2px #ffb1424d!important}.site-footer .footer-current-locale{margin-top:1rem!important}.site-footer .footer-locale-info{display:flex!important;align-items:center!important;gap:.5rem!important;font-size:1.3rem!important;color:#fffc!important;padding:.75rem 1rem!important;background:#ffffff1a!important;border-radius:8px!important;border:1px solid rgba(255,255,255,.2)!important}body .site-footer{background-color:rgb(var(--color-text))!important}body .site-footer .color-scheme-1,body .site-footer .color-scheme-2,body .site-footer .color-scheme-3,body .site-footer .color-scheme-4,body .site-footer .color-scheme-5{background:transparent!important;color:inherit!important}body .site-footer a:not(.footer__logo){color:#ffffffb3!important}body .site-footer a:not(.footer__logo):hover{color:#fff!important}
/*# sourceMappingURL=/cdn/shop/t/14/assets/zendesk-bridge.css.map */
