.stitch-page{background-color:var(--color-background);min-height:100vh;padding:3rem 0 4rem}.stitch-page__container{max-width:var(--page-width, 1200px);margin:0 auto;padding:0 var(--space-outer, 1.5rem)}.stitch-page__breadcrumb{margin-bottom:2rem}.stitch-page__breadcrumb-list{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0;font-family:var(--font-body);font-size:var(--font-size-body-50);color:var(--color-text-meta)}.stitch-page__breadcrumb-list li{display:flex;align-items:center}.stitch-page__breadcrumb-list li:not(:last-child):after{content:"/";margin-left:.5rem;opacity:.5}.stitch-page__breadcrumb-list a{color:var(--color-text-meta);text-decoration:none;transition:color .2s ease}.stitch-page__breadcrumb-list a:hover{color:var(--color-text)}.stitch-page__breadcrumb-list li:last-child{color:var(--color-text)}.stitch-page__header{text-align:left;margin-bottom:2.5rem}.stitch-page__title{font-family:var(--font-heading);font-size:var(--font-size-heading-display-1);font-weight:var(--font-heading-weight);line-height:var(--line-height-heading);margin:0 0 .5rem;color:#6c8273;letter-spacing:var(--font-heading-base-letter-spacing)}.stitch-page__subtitle{font-family:var(--font-body);font-size:var(--font-size-body-150);font-weight:var(--font-body-weight);color:var(--color-text-meta);margin:0;font-style:italic}.stitch-page__other-names{margin-top:1rem;font-family:var(--font-body);font-size:var(--font-size-body-50);color:var(--color-text-meta)}.stitch-page__other-names-label{font-weight:var(--font-body-bold-weight);color:var(--color-text)}.stitch-page__images{margin-bottom:2.5rem}.stitch-page__images-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media screen and (min-width: 550px){.stitch-page__images-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media screen and (min-width: 750px){.stitch-page__images-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.stitch-page__images-grid[data-image-count="1"]{grid-template-columns:1fr;max-width:500px}.stitch-page__images-grid[data-image-count="2"]{grid-template-columns:repeat(2,1fr);max-width:800px}@media screen and (min-width: 750px){.stitch-page__images-grid[data-image-count="4"]{grid-template-columns:repeat(4,1fr)}.stitch-page__images-grid[data-image-count="5"],.stitch-page__images-grid[data-image-count="6"]{grid-template-columns:repeat(3,1fr)}}.stitch-page__image-item{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:6px;background-color:var(--color-background);box-shadow:0 2px 8px #0000000f}.stitch-page__image-item img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease}.stitch-page__image-item:hover img{transform:scale(1.03)}.stitch-page__image-step{position:absolute;top:12px;left:12px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#6c8273e6;color:#fff;font-family:var(--font-body);font-size:var(--font-size-body-50);font-weight:var(--font-body-bold-weight);border-radius:50%;z-index:2}.stitch-page__description{max-width:900px}.stitch-page__description-content{font-family:var(--font-body);font-size:var(--font-size-body-100);line-height:var(--line-height-body);color:var(--color-text)}.stitch-page__description-content p{margin:0 0 1.25rem}.stitch-page__description-content p:last-child{margin-bottom:0}.stitch-page__description-content strong{font-family:var(--font-body);font-weight:var(--font-body-bold-weight);color:var(--color-text)}.stitch-page__description-content em{font-style:var(--font-body-italic);color:var(--color-text)}.stitch-page__description-content .metafield-rich_text_field{margin-top:0!important;padding-top:0!important}.stitch-page__description-content .metafield-rich_text_field>*:first-child{margin-top:0!important}.stitch-page__description-content h2,.stitch-page__description-content h3,.stitch-page__description-content h4{font-family:var(--font-heading);font-weight:var(--font-heading-weight);color:var(--color-text);margin:2rem 0 1rem}.stitch-page__description-content h2:first-child,.stitch-page__description-content h3:first-child,.stitch-page__description-content h4:first-child{margin-top:0}.stitch-page__description-content h2{font-size:var(--font-size-heading-2-base)}.stitch-page__description-content h3{font-size:var(--font-size-heading-3-base)}.stitch-page__description-content h4{font-size:var(--font-size-heading-4-base)}.stitch-page__description-content ul,.stitch-page__description-content ol{margin:1.25rem 0;padding-left:0;list-style:none}.stitch-page__description-content li{position:relative;padding-left:1.5rem;margin-bottom:.75rem}.stitch-page__description-content li:last-child{margin-bottom:0}.stitch-page__description-content ul li:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;border-radius:50%;background:#6c8273}.stitch-page__description-content ol{counter-reset:stitch-counter}.stitch-page__description-content ol li{counter-increment:stitch-counter}.stitch-page__description-content ol li:before{content:counter(stitch-counter) ".";position:absolute;left:0;top:0;font-weight:600;color:#6c8273}.stitch-page__related{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--color-border)}.stitch-page__related-stitches+.video-page__related-videos{margin-top:2rem;border-top:none;padding-top:0}.stitch-page__description+.video-page__related-videos{margin-top:2rem;padding-top:1.5rem}.stitch-page__related-title{font-family:var(--font-heading);font-size:var(--font-size-heading-2-base);font-weight:var(--font-heading-weight);margin:0 0 1.5rem;color:var(--color-text)}.stitch-page .video-page__related-title{font-family:var(--font-heading);font-size:var(--font-size-heading-2-base);font-weight:var(--font-heading-weight);margin-bottom:.5rem;color:var(--color-text)}.stitch-page__section-subtitle{font-family:Figtree Light,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:15px;font-weight:400;margin:0 0 1.5rem;color:var(--color-text-meta)}.stitch-page__more-videos-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:1.5rem;font-family:var(--font-body);font-size:var(--font-size-body-100, 15px);color:#6c8273;text-decoration:none;transition:color .2s ease}.stitch-page__more-videos-link:hover{color:#5a6e62;text-decoration:underline}.stitch-page__more-videos-link svg{flex-shrink:0}.stitch-page__stitches-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media screen and (min-width: 550px){.stitch-page__stitches-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 750px){.stitch-page__stitches-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.stitch-page__videos-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media screen and (min-width: 550px){.stitch-page__videos-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 750px){.stitch-page__videos-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.stitch-card{background:#fff;border-radius:6px;overflow:hidden;border:1px solid rgba(var(--color-foreground),.12);transition:all .3s ease}.stitch-card:hover{border-color:rgba(var(--color-foreground),.25);box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.stitch-card__link{display:block;text-decoration:none;color:inherit}.stitch-card__thumbnail{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:var(--color-background-meta)}.stitch-card__thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.stitch-card:hover .stitch-card__thumbnail img{transform:scale(1.05)}.stitch-card__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-background-placeholder);color:var(--color-foreground-placeholder)}.stitch-card__content{padding:1rem}.stitch-card__title{font-family:var(--font-heading);font-size:var(--font-size-heading-5-base);font-weight:var(--font-heading-weight);line-height:var(--line-height-subheading);margin:0 0 .25rem;color:var(--color-text)}.stitch-card__subtitle{font-family:var(--font-body);font-size:var(--font-size-body-50);color:var(--color-text-meta);margin:0;font-style:italic}.stitch-page__back{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-border)}.stitch-page__back-link{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:var(--font-size-body-75);color:#6c8273;text-decoration:none;transition:color .2s ease}.stitch-page__back-link:hover{color:var(--color-text)}.stitch-page__back-link svg{width:16px;height:16px;transition:transform .2s ease}.stitch-page__back-link:hover svg{transform:translate(-3px)}@media screen and (max-width: 549px){.stitch-page{padding:2rem 0 3rem}.stitch-page__header{margin-bottom:2rem}}@media print{.stitch-page{background:#fff;padding:0}.stitch-page__breadcrumb,.stitch-page__back{display:none}.stitch-page__image-item{box-shadow:none;border:1px solid var(--color-border)}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/stitch-page.css.map */
