.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.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}.footer{background:var(--color-text-primary);color:var(--color-surface);position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-green-dark) 0%,var(--color-green-mid) 20%,var(--color-yellow) 40%,var(--color-orange) 60%,var(--color-pink) 80%,var(--color-red) 100%);z-index:1}.footer a{text-decoration:none}.footer-main{padding:64px var(--gutter) 32px}.footer-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1.7fr;gap:48px 40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08)}.footer .logo{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;margin-bottom:16px;font-size:22px}.footer .logo-text{font-family:var(--font-primary, inherit);font-weight:500;font-size:20px;letter-spacing:-.3px;color:var(--color-surface)}.footer .logo-img{height:32px;width:auto}.footer-brand-tag{font-size:14px;line-height:1.65;color:#ffffff8c;max-width:320px;margin-bottom:24px}.footer-meta{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}.footer-meta-item{display:flex;gap:12px;align-items:flex-start;font-size:13px;color:#ffffffb3;line-height:1.5}.footer-meta-item svg{width:16px;height:16px;stroke:var(--color-green-mid);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:3px}.footer-meta-item strong{display:block;color:#ffffffeb;font-weight:500;font-size:11px;letter-spacing:.8px;text-transform:uppercase;margin-bottom:2px}.footer-meta-item a{color:inherit;transition:color .2s}.footer-meta-item a:hover{color:var(--color-green-mid)}.footer-social{display:flex;gap:10px;flex-wrap:wrap}.footer-social a{width:38px;height:38px;border-radius:50%;background:#ffffff14;color:var(--color-surface);display:inline-flex;align-items:center;justify-content:center;transition:background .25s,transform .2s,color .25s}.footer-social a:hover{background:var(--color-green-mid);color:var(--color-text-primary);transform:translateY(-2px)}.footer-social svg{width:16px;height:16px;fill:var(--color-surface)}.footer-social a:hover svg{fill:var(--color-text-primary)}.footer-social-divider{width:1px;height:22px;background:#ffffff24;align-self:center;margin:0 2px;flex-shrink:0}.footer-col h4{font-family:var(--font-secondary, inherit);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1.4px;color:var(--color-surface);margin-bottom:18px}.footer-col a{display:block;width:fit-content;font-size:14px;color:#fff9;padding:5px 0;transition:color .2s,transform .15s}.footer-col a:hover{color:var(--color-green-mid);transform:translate(3px)}.footer-bottom{max-width:var(--max-w);margin:0 auto;padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#ffffff73;flex-wrap:wrap;gap:12px}.footer-bottom-links{display:flex;align-items:center;gap:24px}.footer-bottom-links a{color:#ffffff80;transition:color .2s}.footer-bottom-links a:hover{color:var(--color-surface)}@media(max-width:1024px){.footer-inner{grid-template-columns:1fr 1fr 1fr;gap:40px 32px}.footer-brand{grid-column:1 / -1}}@media(max-width:768px){.footer-main{padding:48px var(--gutter) 28px}.footer-inner{grid-template-columns:1fr 1fr;gap:32px 24px}.footer-brand{grid-column:1 / -1}.footer-bottom{flex-direction:column;gap:12px;text-align:center;align-items:flex-start}.footer-bottom-links{gap:16px;flex-wrap:wrap}}header{height:5rem;display:flex;align-items:center;justify-content:space-between}header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__menu,header .header__icons{display:flex;gap:1rem}.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-page-body{max-width:var(--max-w);margin:0 auto;padding:0 var(--gutter) 80px}.search-page-bar{margin-bottom:32px}.search-empty{text-align:center;padding:80px 0;color:var(--color-text-secondary)}.search-empty p{font-size:var(--text-body);margin-bottom:16px}.search-empty-link{font-size:var(--text-body-sm);font-weight:var(--weight-semibold);color:var(--color-green-dark);text-decoration:underline}.product-card-link{display:block;text-decoration:none;color:inherit}.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/26/compiled_assets/styles.css.map */
