.style-guide{--grid-desktop-vertical-spacing: 6rem;--grid-desktop-horizontal-spacing: 2rem}.style-guide__wrapper{display:flex;align-items:flex-start}.style-guide__wrapper--left{justify-content:flex-start}.style-guide__wrapper--center{justify-content:center}.style-guide__wrapper--right{justify-content:flex-end}.style-guide__blocks{display:grid;gap:4rem;width:100%}.style-guide__section{padding-bottom:2rem;border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.style-guide__section:last-child{border-bottom:none;padding-bottom:0}.style-guide__section-title{margin-bottom:1rem}.style-guide__section-description{color:rgba(var(--color-foreground),.7);margin-bottom:2rem}.style-guide__font-family{margin-bottom:3rem}.style-guide__font-family:last-child{margin-bottom:0}.style-guide__font-family h3{margin-bottom:1.5rem;color:rgb(var(--color-foreground))}.style-guide__font-weights p{margin-bottom:1rem;font-size:3rem;line-height:1.4}.style-guide__headings h1,.style-guide__headings h2,.style-guide__headings h3,.style-guide__headings h4,.style-guide__headings h5,.style-guide__headings h6{margin-bottom:1rem}.style-guide__button-group{margin-bottom:3rem;max-width:60rem;justify-self:center}.style-guide__button-group:last-child{margin-bottom:0}.style-guide__button-group h4{margin-bottom:1.5rem;color:rgb(var(--color-foreground))}.style-guide__button-grid{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}.style-guide__button-grid .button{flex-shrink:0}.style-guide__colors{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:2rem}.style-guide__color-swatch{text-align:center}.color-swatch{width:100%;height:8rem;border-radius:.8rem;margin-bottom:1rem;border:.1rem solid rgba(var(--color-foreground),.1);box-shadow:0 .2rem .4rem rgba(var(--color-foreground),.1)}.style-guide__body-copy h4{margin-top:2rem;margin-bottom:1rem;color:rgb(var(--color-foreground))}.style-guide__body-copy h4:first-child{margin-top:0}.style-guide__heading-example{margin-bottom:3rem;position:relative}.style-guide__heading-example:last-child{margin-bottom:0}.style-guide__heading-example h1,.style-guide__heading-example h2,.style-guide__heading-example h3,.style-guide__heading-example h4,.style-guide__heading-example h5,.style-guide__heading-example h6{margin-bottom:.8rem}.style-guide__font-info{display:block;font-size:1.4rem;color:rgba(var(--color-foreground),.6);font-weight:400;font-family:MuseoSans,sans-serif;letter-spacing:.05em;text-transform:uppercase}.style-guide__form-elements{display:grid;gap:3rem}.style-guide__form-group{margin-bottom:2rem}.style-guide__form-group:last-child{margin-bottom:0}.style-guide__form-group h4{margin-bottom:1.5rem;color:rgb(var(--color-foreground))}.style-guide__form-demo{margin-top:2rem}.style-guide__form-demo .form-group{margin-bottom:2.5rem}.style-guide__form-demo .form-group:last-child{margin-bottom:0}.style-guide__form-demo .form-input,.style-guide__form-demo .form-select{max-width:48rem;margin-bottom:0}.style-guide__form-demo textarea{max-width:40rem}.style-guide__form-demo fieldset{background-color:rgba(var(--color-foreground),.015);padding:2rem;border-radius:.8rem;border:.1rem solid rgba(var(--color-foreground),.05);margin-bottom:0}.style-guide__form-demo legend{padding:0 .8rem;margin-bottom:1.2rem;background-color:rgb(var(--color-background))}.style-guide__form-demo .form-check{margin-bottom:1.2rem;padding:.3rem 0}.style-guide__form-demo .form-check:last-child{margin-bottom:0}.style-guide__icons{margin-bottom:3rem}.style-guide__icons h4{margin-bottom:2rem;color:rgb(var(--color-foreground));font-size:2rem;font-weight:700}.style-guide__icon-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:3rem;max-width:50rem}.style-guide__icon-item{display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform var(--duration-short) ease}.style-guide__icon-item:hover{transform:scale(1.1)}.style-guide__icon-container{width:6rem;height:6rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.style-guide__icon-image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.style-guide__icon-label{font-family:MuseoSans,sans-serif;font-size:1.2rem;font-weight:500;color:rgb(var(--color-foreground));line-height:1.3;word-break:break-word}.style-guide__empty-state{grid-column:1 / -1;text-align:center;padding:3rem;color:rgba(var(--color-foreground),.6);font-style:italic}@media screen and (max-width:749px){.style-guide__icon-grid{justify-self:center;grid-template-columns:repeat(5,1fr);gap:2rem;max-width:30rem}.style-guide__icon-container{width:4rem;height:4rem}.style-guide__icon-label{font-size:1.1rem}}@media screen and (max-width:480px){.style-guide__icon-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.style-guide__icon-container{width:3.5rem;height:3.5rem}.style-guide__icon-label{font-size:1rem}}@media screen and (min-width:990px){.style-guide__icon-grid{gap:4rem;max-width:60rem}.style-guide__icon-container{width:8rem;height:8rem}.style-guide__icon-label{font-size:1.3rem}}@media screen and (max-width:749px){.style-guide__blocks{gap:3rem}.style-guide__button-grid{flex-direction:column;align-items:flex-start;gap:1rem}.style-guide__button-group{max-width:100%;width:100%}.style-guide__colors{grid-template-columns:repeat(2,1fr)}.style-guide__font-weights p{font-size:1.6rem}.style-guide__font-info{font-size:1.1rem}.style-guide__form-demo,.style-guide__form-demo .form-input,.style-guide__form-demo .form-select,.style-guide__form-demo textarea{max-width:100%}.style-guide__form-demo fieldset{padding:1.5rem}.style-guide__icon-grid{grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:1.5rem}.style-guide__icon-item{padding:1.2rem}.style-guide__icon-container{width:5rem;height:5rem}.style-guide__icon-label{font-size:1.2rem}}@media screen and (max-width:480px){.style-guide__icon-grid{grid-template-columns:repeat(auto-fill,minmax(8rem,1fr));gap:1rem}.style-guide__icon-container{width:4rem;height:4rem}.style-guide__icon-label{font-size:1.1rem}}@media screen and (min-width:750px){.style-guide__blocks{gap:5rem}.style-guide__colors{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}.style-guide__form-demo{margin-left:0;min-width:48rem}.style-guide__icon-grid{grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:2.5rem;justify-self:center}}@media screen and (min-width:990px){.style-guide{--grid-desktop-vertical-spacing: 7rem}.style-guide__blocks{gap:6rem}.style-guide__form-elements{gap:4rem}.style-guide__icon-grid{gap:3rem}.style-guide__icon-item{padding:2rem 1.5rem}.style-guide__icon-container{width:7rem;height:7rem}.style-guide__icon-label{font-size:1.4rem}}.style-guide--full-width{padding-left:0;padding-right:0}.style-guide--full-width .style-guide__wrapper{padding-left:2rem;padding-right:2rem}@media screen and (min-width:750px){.style-guide--full-width .style-guide__wrapper{padding-left:5rem;padding-right:5rem}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/style-guide.css.map */
