.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}.footer-mobile:has(.footer-group__panel[open]){position:fixed;z-index:50;inset-inline:0;bottom:0;padding-left:var(--page-margin);padding-right:calc(var(--page-margin) + var(--footer-scrollbar-width, 0px));background:var(--color-background)}.footer-mobile:has(.footer-group__panel[open]) nav{position:relative;z-index:0}.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}.legals__title{font-size:24px;line-height:28px;font-weight:400}.legals__content h1,.legals__content h2,.legals__content h3{font-size:18px;line-height:20px;font-weight:400;text-decoration:underline;text-underline-position:from-font;margin-top:1.5rem;margin-bottom:.5rem}.legals__content h2{font-size:1rem;margin-top:2.5rem;margin-bottom:1rem}@media(max-width:1024px){.legals__content h2{margin-top:2rem}}.legals__content h1:first-child,.legals__content h3:first-child{margin-top:0}.legals__content p{margin-bottom:1rem}.legals__content ul,.legals__content ol{margin-bottom:1rem;padding-left:1.5em}.legals__content ul{list-style:disc}.legals__content ol{list-style:decimal}.legals__content li{margin-bottom:.25rem}.legals__content a{text-decoration:underline;text-underline-position:from-font}.legals__content table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}@media(max-width:1023px){.legals__table-wrapper{max-width:100%;overflow-x:auto;margin-bottom:1.5rem}.legals__content table{margin-bottom:0}}.legals__content th,.legals__content td{border:1px solid var(--color-foreground, #212121);padding:.5rem .75rem;text-align:left;vertical-align:middle}.legals__content th{font-weight:700}.legals__content th:has(strong),.legals__content td:has(strong){background-color:#e5e1da}.legals__content strong{font-weight:inherit}.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}.spacing-section{height:var(--spacing-section-mobile)}@media(min-width:1024px){.spacing-section{height:var(--spacing-section-desktop)}}.style-guide{padding:3rem 2rem;background:#f5f5f5;color:#212121;display:flex;flex-direction:column;gap:4rem}.style-guide__section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#727272;margin-bottom:2rem}.style-guide__color-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.style-guide__color-card{border-radius:12px;overflow:hidden;background:#fff}.style-guide__color-swatch{height:120px}.style-guide__color-label{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.25rem}.style-guide__color-name{font-size:.875rem;font-weight:600}.style-guide__color-hex{font-size:.75rem;color:#727272;font-family:monospace}.style-guide__type-list{display:flex;flex-direction:column;gap:2rem}.style-guide__type-row{display:flex;flex-direction:column;gap:.75rem}.style-guide__type-meta{display:flex;align-items:baseline;gap:1rem}.style-guide__type-label{font-size:.875rem;font-weight:600}.style-guide__type-spec{font-size:.75rem;color:#727272}.style-guide__rule{border:none;border-top:1px solid #ededed;margin:0}.style-guide__shadow-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}@media(max-width:640px){.style-guide__shadow-grid{grid-template-columns:1fr}}.style-guide__shadow-card{background:#e5e1da;border-radius:12px;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.style-guide__shadow-spec{display:flex;flex-direction:column;gap:.75rem;background:#212121;color:#f5f5f5;border-radius:12px;padding:1.5rem}.style-guide__shadow-spec-row{display:flex;justify-content:space-between}.style-guide__shadow-spec-key{color:#727272}.footer-group__panel[open]{z-index:-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}[data-header-menu-has-selection=true] .header-menu-column__trigger[aria-pressed=false]{opacity:.18}.header-section__grid>.shopify-block{display:contents}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.collection-filters__panel{display:none}.collection-filters__trigger[aria-expanded=true] .collection-filters__chevron{transform:rotate(90deg)}.collection-filters__trigger[aria-expanded=true]+.collection-filters__panel{display:flex}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.photo-grid__row{scrollbar-width:none}.photo-grid__row::-webkit-scrollbar{display:none}.photo-modal::backdrop{background:#212121e6}.photo-modal__frame.photo-modal__frame--vertical{aspect-ratio:21 / 31;max-width:609px}@media(min-width:1024px){.photo-modal__frame.photo-modal__frame--vertical{width:609px}}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map */
