.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.lmq-footer{margin-top:clamp(56px,7vw,100px);padding:clamp(54px,7vw,84px) 20px 26px;background:var(--color-footer-background);color:var(--color-footer-text)}.lmq-footer a{color:inherit;text-decoration:none}.lmq-footer__inner{display:grid;width:min(100%,var(--page-width));margin-inline:auto;grid-template-columns:1.2fr .7fr .8fr 1.2fr;gap:clamp(30px,5vw,76px)}.lmq-footer__brand img{max-width:160px;max-height:60px;object-fit:contain;filter:brightness(0) invert(1)}.lmq-footer__brand strong{font-size:30px;letter-spacing:-.04em}.lmq-footer__brand p,.lmq-footer__newsletter p{max-width:330px;margin-top:18px;color:currentColor;line-height:1.6;opacity:.72}.lmq-footer h2{margin:0 0 18px;font-size:14px;letter-spacing:.08em;text-transform:uppercase}.lmq-footer__menu{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.lmq-footer__menu h2{margin-bottom:7px}.lmq-footer__menu a{font-size:14px;opacity:.75}.lmq-footer__menu a:hover{opacity:1}.lmq-footer__support-email{margin-top:8px;padding-top:17px;border-top:1px solid rgba(255,255,255,.18)}.lmq-footer__support-email span{display:block;margin-bottom:7px;font-size:11px;font-weight:750;letter-spacing:.08em;opacity:.55;text-transform:uppercase}.lmq-footer__support-email a{font-weight:700;opacity:1;word-break:break-word}.lmq-newsletter-form{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.lmq-newsletter-form input{min-width:0;flex:1 1 180px;padding:13px 15px;border:1px solid rgba(255,255,255,.28);background:transparent;color:currentColor}.lmq-newsletter-form input::placeholder{color:currentColor;opacity:.55}.lmq-newsletter-form button{padding:13px 19px;border:0;border-radius:var(--style-border-radius-buttons);background:var(--color-accent);color:var(--color-foreground);font-weight:750;cursor:pointer}.lmq-footer__bottom{display:flex;width:min(100%,var(--page-width));margin:50px auto 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.18);align-items:center;justify-content:space-between;gap:20px;font-size:12px;opacity:.75}.lmq-footer__payments{display:flex;flex-wrap:wrap;gap:6px}.lmq-footer__payments svg{width:36px;height:auto}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media(max-width:899px){.lmq-footer__inner{grid-template-columns:repeat(2,1fr)}}@media(max-width:549px){.lmq-footer__inner{grid-template-columns:1fr}.lmq-footer__bottom{align-items:flex-start;flex-direction:column}}.lmq-announcement{padding:10px 20px;background:var(--color-accent);color:var(--color-foreground);text-align:center;font-size:13px;font-weight:700;letter-spacing:.02em}.lmq-announcement a{color:inherit;text-decoration:none}.lmq-site-header{z-index:20;border-bottom:1px solid var(--color-border);background:var(--color-header-background);color:var(--color-header-text)}.lmq-site-header--sticky{position:sticky;top:0}.lmq-site-header__inner{display:grid;width:min(calc(100% - 40px),var(--page-width));min-height:78px;margin-inline:auto;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:28px}.lmq-site-header a{color:inherit;text-decoration:none}.lmq-site-header__brand{display:inline-flex;align-items:center;font-size:27px;font-weight:800;letter-spacing:-.04em}.lmq-site-header__brand img{display:block;height:auto;max-height:54px;object-fit:contain}.lmq-desktop-menu{display:flex;min-width:0;align-items:center;justify-content:center;gap:clamp(18px,2vw,32px)}.lmq-desktop-menu a{position:relative;padding-block:28px;white-space:nowrap;font-size:14px;font-weight:650}.lmq-desktop-menu a:after{position:absolute;right:0;bottom:20px;left:0;height:3px;background:var(--color-accent);content:"";transform:scaleX(0);transform-origin:center;transition:transform .16s ease}.lmq-desktop-menu a:hover:after,.lmq-desktop-menu a[aria-current=page]:after{transform:scaleX(1)}.lmq-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:15px}.lmq-header-actions>a,.lmq-header-actions shopify-account{display:grid;width:38px;height:38px;place-items:center;border-radius:50%}.lmq-header-actions>a:hover{background:var(--color-surface)}.lmq-header-actions svg{width:23px;height:23px}.lmq-cart-link{position:relative}.lmq-cart-link span{position:absolute;top:-3px;right:-3px;display:grid;min-width:18px;height:18px;padding-inline:4px;place-items:center;border-radius:20px;background:var(--color-accent);color:var(--color-foreground);font-size:10px;font-weight:800}.lmq-mobile-menu{display:none}@media(max-width:989px){.lmq-site-header__inner{width:min(calc(100% - 28px),var(--page-width));min-height:68px;grid-template-columns:auto 1fr auto;gap:15px}.lmq-desktop-menu{display:none}.lmq-site-header__brand{justify-self:center;font-size:24px}.lmq-site-header__brand img{max-height:46px}.lmq-mobile-menu{display:block}.lmq-mobile-menu summary{display:grid;width:38px;height:38px;place-content:center;gap:5px;cursor:pointer;list-style:none}.lmq-mobile-menu summary::-webkit-details-marker{display:none}.lmq-mobile-menu summary span{display:block;width:22px;height:2px;background:currentColor}.lmq-mobile-menu__panel{position:absolute;top:100%;right:0;left:0;display:grid;padding:16px 20px 24px;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:var(--color-header-background);box-shadow:0 14px 28px #00000014}.lmq-mobile-menu__panel a{padding:14px 4px;border-bottom:1px solid var(--color-border);font-weight:650}.lmq-mobile-menu__panel a:last-child{border-bottom:0}.lmq-header-actions{gap:4px}.lmq-header-actions shopify-account{display:none}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/13/compiled_assets/styles.css.map */
