.site-header{background:var(--color-background);border-bottom:1px solid var(--color-border);position:relative;z-index:50}.site-header--sticky{position:sticky;top:0}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:64px;padding-block:.75rem}.site-header__logo{font-family:var(--font-heading);font-weight:800;font-size:1.5rem;color:var(--color-text);text-decoration:none}.site-header__logo:hover{text-decoration:none;color:var(--color-accent)}.site-header__shop-name{display:inline-block}.site-header__menu-toggle{display:inline-flex;padding:.5rem}.site-header__actions{display:flex;align-items:center;gap:.25rem}.header-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;color:var(--color-text)}.header-icon-btn:hover{background:var(--color-background-alt);text-decoration:none}.header-icon-btn__count{position:absolute;top:2px;right:2px;background:var(--color-accent);color:#fff;font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}.site-nav{display:none}.site-nav__list{display:flex;gap:1.5rem;list-style:none;padding:0;margin:0}.site-nav__item{position:relative}.site-nav__link{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 0;font-weight:600;color:var(--color-text)}.site-nav__link:hover,.site-nav__link.is-active{color:var(--color-accent);text-decoration:none}.site-nav__sub{display:none;position:absolute;top:100%;left:0;min-width:180px;background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--card-radius);box-shadow:var(--card-shadow);padding:.5rem 0;list-style:none}.site-nav__item:hover .site-nav__sub,.site-nav__item:focus-within .site-nav__sub{display:block}.site-nav__sub-link{display:block;padding:.5rem 1rem}.site-nav__sub-link:hover{background:var(--color-background-alt);text-decoration:none}@media(min-width:990px){.site-nav{display:block}.site-header__menu-toggle{display:none}}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none}.drawer[aria-hidden=false]{pointer-events:auto}.drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .25s ease}.drawer[aria-hidden=false] .drawer__overlay{opacity:1}.drawer__panel{position:absolute;top:0;right:0;height:100%;width:min(420px,100%);background:var(--color-background);box-shadow:-4px 0 24px #0000001a;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.drawer[aria-hidden=false] .drawer__panel{transform:translate(0)}.drawer--left .drawer__panel{left:0;right:auto;transform:translate(-100%)}.drawer--left[aria-hidden=false] .drawer__panel{transform:translate(0)}.drawer--top .drawer__panel{top:0;left:0;right:0;width:100%;height:auto;transform:translateY(-100%)}.drawer--top[aria-hidden=false] .drawer__panel{transform:translateY(0)}.drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--color-border)}.drawer__title{font-size:1.125rem;font-weight:700;display:inline-flex;align-items:center;gap:.5rem}.drawer__count{background:var(--color-primary);color:var(--color-primary-text);font-size:.75rem;padding:.1rem .5rem;border-radius:999px}.drawer__close{padding:.5rem}.drawer__body{padding:1rem;overflow-y:auto;flex:1}.drawer__footer{padding:1rem;border-top:1px solid var(--color-border)}.drawer__nav ul{list-style:none;padding:0;margin:0}.drawer__nav li>a{display:block;padding:.75rem 0;border-bottom:1px solid var(--color-border)}.drawer__nav ul ul{padding-left:1rem}.search-form{display:flex;align-items:center;gap:.5rem;padding:1rem;max-width:var(--page-width);margin:0 auto}.search-form input[type=search]{flex:1;font-size:1.125rem;padding:.75rem 1rem}.search-form button{padding:.75rem}.search-results{max-width:var(--page-width);margin:0 auto;padding:1rem}.cart-items{list-style:none;padding:0;margin:0}.cart-item{display:flex;gap:.75rem;padding-block:1rem;border-bottom:1px solid var(--color-border)}.cart-item__media{flex:0 0 80px}.cart-item__media img{width:80px;height:80px;object-fit:cover;border-radius:var(--card-radius)}.cart-item__details{flex:1;min-width:0}.cart-item__title{display:block;font-weight:600}.cart-item__variant{font-size:.85rem;color:var(--color-text-muted)}.cart-item__properties{font-size:.8rem;color:var(--color-text-muted);margin-top:.25rem}.cart-item__properties div{display:flex;gap:.25rem}.cart-item__properties dt{font-weight:600}.cart-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.5rem}.cart-item__quantity{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--button-radius)}.cart-item__quantity input{width:40px;text-align:center;border:0;padding:.25rem}.qty-btn{padding:.4rem .6rem;color:var(--color-text)}.cart-item__price{font-weight:600}.cart-item__remove{padding:.25rem;color:var(--color-text-muted)}.cart-item__remove:hover{color:var(--color-accent)}.cart-empty{text-align:center;padding:2rem 1rem}.cart-empty p{margin-bottom:1rem;color:var(--color-text-muted)}.cart-footer__subtotal{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.cart-footer__note{font-size:.85rem;color:var(--color-text-muted);margin-bottom:1rem}.cart-footer__actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.site-footer{background:var(--color-background-alt);color:var(--color-text);padding-block:3rem 1.5rem;border-top:1px solid var(--color-border)}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:750px){.site-footer__grid{grid-template-columns:repeat(var(--cols, 4),1fr)}}.site-footer__col h3,.site-footer__col h4{font-size:1rem;margin-bottom:1rem}.site-footer__col ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.site-footer__col a{color:var(--color-text-muted)}.site-footer__col a:hover{color:var(--color-accent);text-decoration:none}.site-footer__tagline{color:var(--color-text-muted);margin-bottom:1rem}.site-footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--color-border);font-size:.85rem;color:var(--color-text-muted)}.payment-icons{display:flex;gap:.5rem;list-style:none;padding:0;margin:0}.payment-icon{width:36px;height:auto}.social-icons{display:flex;gap:.75rem;list-style:none;padding:0;margin:0}.social-icons a{color:var(--color-text);display:inline-flex;padding:.25rem}.social-icons a:hover{color:var(--color-accent)}.product-card{background:var(--color-background);border-radius:var(--card-radius);overflow:hidden;box-shadow:var(--card-shadow);transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-2px)}.product-card__link{display:block;color:inherit}.product-card__link:hover{text-decoration:none}.product-card__media{position:relative;aspect-ratio:1 / 1;background:var(--color-background-alt);overflow:hidden}.product-card--portrait .product-card__media{aspect-ratio:3 / 4}.product-card--landscape .product-card__media{aspect-ratio:4 / 3}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:opacity .25s ease,transform .4s ease}.product-card__media-hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__media-hover{opacity:1}.product-card:hover img:first-child{transform:scale(1.04)}.product-card__badge{position:absolute;top:.75rem;left:.75rem}.product-card__info{padding:.875rem 1rem 1.125rem}.product-card__vendor{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.product-card__title{font-size:1rem;margin:.25rem 0 .5rem}.product-card__placeholder{width:100%;height:100%}.product{display:grid;gap:2rem}@media(min-width:990px){.product{grid-template-columns:1.2fr 1fr;align-items:start}}.product-gallery__main{position:relative;aspect-ratio:1 / 1;background:var(--color-background-alt);border-radius:var(--card-radius);overflow:hidden}.product-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .2s ease}.product-gallery__slide.is-active{opacity:1;position:relative}.product-gallery__slide img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}.product-gallery__thumb{width:64px;height:64px;border-radius:8px;overflow:hidden;border:2px solid transparent;padding:0}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb.is-active{border-color:var(--color-primary)}.product__title{margin-bottom:.5rem}.product__price{font-size:1.5rem;margin-block:.5rem 1rem}.product__description{margin-block:1.25rem}.price{display:inline-flex;align-items:baseline;gap:.5rem}.price__regular{font-weight:700}.price__compare{color:var(--color-text-muted)}.price--on-sale .price__regular{color:var(--color-accent)}.variant-picker{display:block;margin-block:1rem}.variant-option{margin-bottom:1rem}.variant-option__label{display:block;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.variant-option__values{display:flex;flex-wrap:wrap;gap:.5rem}.variant-option__values input{position:absolute;opacity:0;pointer-events:none}.variant-option__value{display:inline-flex;align-items:center;justify-content:center;min-width:48px;padding:.5rem .875rem;border:1px solid var(--color-border);border-radius:var(--button-radius);cursor:pointer;-webkit-user-select:none;user-select:none}.variant-option__values input:checked+.variant-option__value{background:var(--color-primary);color:var(--color-primary-text);border-color:var(--color-primary)}.variant-option__values input:focus-visible+.variant-option__value{outline:2px solid var(--color-accent);outline-offset:2px}.product-form{display:grid;gap:1rem}.quantity-input{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--button-radius);width:fit-content}.quantity-input button{padding:.5rem .75rem}.quantity-input input{width:56px;border:0;text-align:center;padding:.5rem}.file-preview{margin-top:.5rem}.file-preview img{max-width:120px;max-height:120px;border-radius:8px;border:1px solid var(--color-border)}body.customize-modal-open{overflow:hidden}.customize-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;display:flex;align-items:flex-end;justify-content:center;pointer-events:none;visibility:hidden;transition:visibility .2s}.customize-modal[aria-hidden=false]{pointer-events:auto;visibility:visible}.customize-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .25s}.customize-modal[aria-hidden=false] .customize-modal__overlay{opacity:1}.customize-modal__dialog{position:relative;z-index:1;width:100%;max-width:520px;max-height:min(92vh,720px);margin:0 auto;background:var(--color-background);border-radius:16px 16px 0 0;box-shadow:0 -8px 40px #0000001f;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .28s ease}@media(min-width:750px){.customize-modal{align-items:center}.customize-modal__dialog{border-radius:16px;max-height:min(88vh,680px);transform:translateY(16px) scale(.96);opacity:0;transition:transform .28s ease,opacity .28s ease}.customize-modal[aria-hidden=false] .customize-modal__dialog{transform:translateY(0) scale(1);opacity:1}}@media(max-width:749px){.customize-modal[aria-hidden=false] .customize-modal__dialog{transform:translateY(0)}}.customize-modal__header{flex-shrink:0;padding:.75rem 1rem .5rem;text-align:center;position:relative}.customize-modal__close{position:absolute;left:.5rem;top:.5rem;width:2.5rem;height:2.5rem;border:0;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;border-radius:8px;color:var(--color-text-muted)}.customize-modal__close:hover{background:var(--color-background-alt);color:var(--color-text)}.customize-modal__progress{display:flex;gap:6px;justify-content:center;margin-bottom:.75rem}.customize-modal__progress-seg{width:48px;height:4px;border-radius:2px;background:var(--color-border)}.customize-modal__progress-seg.is-active{background:var(--color-accent)}.customize-modal__title{font-size:1.125rem;font-weight:700;margin:0 2rem .5rem;line-height:1.3}.customize-modal__body{flex:1;overflow-y:auto;padding:0 1rem 1rem;display:flex;flex-direction:column;gap:1rem}.customize-modal__guide-img img{width:100%;height:auto;border-radius:12px;display:block;background:var(--color-background-alt)}.customize-modal__tips{font-size:.9rem;color:var(--color-text-muted)}.customize-modal__tips ul{margin:.5rem 0 0;padding-left:1.25rem}.customize-modal__step-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin:0 0 .5rem}.customize-modal__source-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;margin-bottom:1rem;border:1px solid var(--color-border);border-radius:var(--button-radius);background:var(--color-background);cursor:pointer;text-align:left;font-size:1rem;font-weight:600}.customize-modal__source-btn:hover{border-color:var(--color-accent)}.customize-modal__source-btn--secondary{margin-top:.5rem;margin-bottom:0;font-size:.95rem;font-weight:600}.customize-modal__step--upload .field--file-upload input[type=file]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.customize-modal__step--upload .field--file-upload{position:relative;padding-bottom:.25rem}.customize-modal__step--upload .file-preview{margin-top:.75rem;text-align:center}.customize-modal__step--upload .file-preview img{max-width:min(100%,240px);max-height:240px;width:auto;height:auto;object-fit:contain;border-radius:12px;border:1px solid var(--color-border);box-shadow:var(--card-shadow)}.customize-modal__source-icon{font-size:1.25rem}.customize-modal__chevron{margin-left:auto;color:var(--color-text-muted);font-size:1.25rem}.customize-modal__footer{flex-shrink:0;padding:1rem;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:.75rem}.customize-modal__back{border:1px solid var(--color-border);background:var(--color-background-alt);color:var(--color-text)}.customize-modal__qty{width:100%;justify-content:center}.customize-review__section{margin-bottom:1rem}.customize-review__section:last-child{margin-bottom:0}.customize-review__h{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin:0 0 .5rem}.customize-review__row{font-size:.95rem;margin-bottom:.35rem;line-height:1.4}.customize-review__dt{font-weight:600;color:var(--color-text)}.customize-review__dd{color:var(--color-text-muted)}.customize-review__photos{display:flex;flex-wrap:wrap;gap:.75rem}.customize-review__photo{border:1px solid var(--color-border);border-radius:12px;padding:.5rem;background:var(--color-background-alt);max-width:140px}.customize-review__photo img{display:block;width:100%;height:auto;border-radius:8px;max-height:120px;object-fit:cover}.customize-review__phlabel{font-size:.75rem;color:var(--color-text-muted);margin-bottom:.35rem}.customize-review__qty-val{font-size:1.25rem;font-weight:700;margin:0}.line-item-properties{font-size:.85rem;color:var(--color-text-muted)}.line-item-properties__item{display:flex;gap:.25rem}.line-item-properties dt{font-weight:600}.announcement-bar{background:var(--color-text);color:#fff;font-size:.875rem;text-align:center;padding:.5rem 1rem}.announcement-bar a{color:var(--color-primary)}.hero{position:relative;padding-block:clamp(3rem,8vw,6rem);text-align:center;background:linear-gradient(135deg,var(--color-primary) 0%,#ffe066 100%);color:var(--color-primary-text);overflow:hidden}.hero--align-left{text-align:left}.hero--with-image{background:var(--color-background-alt)}.hero__inner{position:relative;z-index:1;max-width:760px;margin:0 auto}.hero--align-left .hero__inner{margin:0}.hero__eyebrow{text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:var(--color-accent);margin-bottom:.5rem}.hero__heading{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1rem}.hero__sub{font-size:1.125rem;margin-bottom:1.5rem}.hero__ctas{display:inline-flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.hero--align-left .hero__ctas{justify-content:flex-start}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.35}.hero__media img{width:100%;height:100%;object-fit:cover}.collection-list{display:grid;gap:var(--grid-gap);grid-template-columns:repeat(2,1fr)}@media(min-width:750px){.collection-list{grid-template-columns:repeat(4,1fr)}}.collection-card{display:block;position:relative;aspect-ratio:1 / 1;border-radius:var(--card-radius);overflow:hidden;background:var(--color-background-alt);color:var(--color-text);box-shadow:var(--card-shadow)}.collection-card:hover{text-decoration:none}.collection-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.collection-card__media img{width:100%;height:100%;object-fit:cover}.collection-card__title{position:absolute;inset:auto 0 0 0;padding:1rem;background:linear-gradient(transparent,#000000b3);color:#fff;font-weight:700;font-size:1.125rem}.how-it-works{text-align:center}.how-it-works__heading{margin-bottom:2rem}.how-it-works__steps{display:grid;gap:var(--grid-gap);grid-template-columns:1fr}@media(min-width:750px){.how-it-works__steps{grid-template-columns:repeat(3,1fr)}}.how-step{padding:1.5rem;background:var(--color-background);border-radius:var(--card-radius);box-shadow:var(--card-shadow)}.how-step__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:999px;background:var(--color-primary);color:var(--color-primary-text);margin-bottom:1rem}.how-step__number{display:inline-block;font-family:var(--font-heading);font-weight:800;font-size:2rem;color:var(--color-accent);margin-bottom:.5rem}.how-step__title{margin-bottom:.5rem}.image-with-text{display:grid;gap:2rem;align-items:center}@media(min-width:750px){.image-with-text{grid-template-columns:1fr 1fr}.image-with-text--right .image-with-text__media{order:2}}.image-with-text__media{aspect-ratio:4 / 3;background:var(--color-background-alt);border-radius:var(--card-radius);overflow:hidden}.image-with-text__media img{width:100%;height:100%;object-fit:cover}.image-with-text__heading{margin-bottom:1rem}.rich-text{text-align:center;max-width:760px;margin:0 auto}.rich-text--left{text-align:left}.rich-text__heading{margin-bottom:1rem}.multicolumn{text-align:center}.multicolumn__heading{margin-bottom:2rem}.multicolumn__grid{display:grid;gap:var(--grid-gap);grid-template-columns:1fr}@media(min-width:750px){.multicolumn__grid{grid-template-columns:repeat(var(--cols, 3),1fr)}}.multicolumn__item{padding:1rem}.multicolumn__icon{display:inline-flex;padding:.75rem;border-radius:999px;background:var(--color-primary);color:var(--color-primary-text);margin-bottom:.75rem}.gallery-grid{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr)}@media(min-width:750px){.gallery-grid{grid-template-columns:repeat(4,1fr)}}.gallery-item{aspect-ratio:1 / 1;background:var(--color-background-alt);border-radius:var(--card-radius);overflow:hidden}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.testimonials{text-align:center}.testimonials__heading{margin-bottom:2rem}.testimonials__grid{display:grid;gap:var(--grid-gap);grid-template-columns:1fr}@media(min-width:750px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.testimonial{padding:1.5rem;background:var(--color-background);border-radius:var(--card-radius);box-shadow:var(--card-shadow);text-align:left}.testimonial__rating{color:var(--color-primary);margin-bottom:.5rem;display:inline-flex;gap:2px}.testimonial__body{font-style:italic;margin-bottom:1rem}.testimonial__author{font-weight:600}.testimonial__role{font-size:.85rem;color:var(--color-text-muted)}.star-rating{display:inline-flex;gap:1px;color:var(--color-primary)}.faq-section{max-width:760px;margin:0 auto}.faq-section__heading{text-align:center;margin-bottom:2rem}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item summary{list-style:none;cursor:pointer;padding:1rem 0;font-weight:600;display:flex;justify-content:space-between;align-items:center}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.5rem;color:var(--color-accent);transition:transform .2s ease}.faq-item[open] summary:after{content:"\2212"}.faq-item__answer{padding-bottom:1rem;color:var(--color-text-muted)}.newsletter{background:var(--color-text);color:#fff;text-align:center;padding-block:clamp(3rem,6vw,5rem)}.newsletter__heading{color:#fff;margin-bottom:.5rem}.newsletter__text{color:#fffc;margin-bottom:1.5rem}.newsletter__form{display:flex;gap:.5rem;max-width:460px;margin:0 auto}.newsletter__form input[type=email]{flex:1}@media(max-width:600px){.newsletter__form{flex-direction:column}}.newsletter__success{color:var(--color-primary);margin-top:1rem}.blog-posts__heading{text-align:center;margin-bottom:2rem}.article-card{display:block;background:var(--color-background);border-radius:var(--card-radius);overflow:hidden;box-shadow:var(--card-shadow);color:inherit}.article-card:hover{text-decoration:none;transform:translateY(-2px)}.article-card__media{aspect-ratio:16/9;background:var(--color-background-alt)}.article-card__media img{width:100%;height:100%;object-fit:cover}.article-card__body{padding:1rem 1.25rem 1.5rem}.article-card__meta{color:var(--color-text-muted);font-size:.85rem;margin-bottom:.5rem}.article-card__title{font-size:1.125rem;margin-bottom:.5rem}.article-card__excerpt{color:var(--color-text-muted)}.article{max-width:760px;margin:0 auto}.article__title{margin-bottom:.5rem}.article__meta{color:var(--color-text-muted);margin-bottom:1.5rem}.article__content{margin-bottom:2rem;line-height:1.8}.article__content p{margin-bottom:1rem}.article__content img{border-radius:var(--card-radius);margin-block:1.5rem}.collection-header{text-align:center;margin-bottom:2rem}.collection-header__title{margin-bottom:.5rem}.collection-header__desc{color:var(--color-text-muted);max-width:640px;margin:0 auto}.collection-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.collection-toolbar__count{color:var(--color-text-muted);font-size:.9rem}.collection-grid{display:grid;gap:var(--grid-gap);grid-template-columns:repeat(2,1fr)}@media(min-width:750px){.collection-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.collection-grid{grid-template-columns:repeat(4,1fr)}}.pagination{display:flex;justify-content:center;gap:.25rem;margin-top:2rem}.pagination__item{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;border-radius:var(--button-radius);border:1px solid var(--color-border)}.pagination__item.is-active{background:var(--color-primary);color:var(--color-primary-text);border-color:var(--color-primary)}.pagination__item:hover{text-decoration:none;background:var(--color-background-alt)}.page-header{text-align:center;margin-bottom:2rem}.page-content{max-width:760px;margin:0 auto;line-height:1.8}.page-content h2{margin-top:2rem;margin-bottom:.75rem}.page-content p{margin-bottom:1rem}.customer{max-width:480px;margin:0 auto}.customer--account{max-width:960px}.customer__title{text-align:center;margin-bottom:1.5rem}.customer__nav{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.customer__nav a{font-weight:600}.customer-table{width:100%;border-collapse:collapse;margin-bottom:2rem}.customer-table th,.customer-table td{padding:.75rem;border-bottom:1px solid var(--color-border);text-align:left}.customer-table th{background:var(--color-background-alt)}.contact-form{max-width:560px;margin:0 auto}.error-404{text-align:center;padding-block:4rem}.error-404__title{font-size:clamp(3rem,10vw,6rem);color:var(--color-accent);margin-bottom:.5rem}.error-404__text{color:var(--color-text-muted);margin-bottom:1.5rem}.section-header{text-align:center;margin-bottom:2rem}.section-header__eyebrow{color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;font-weight:700;font-size:.85rem;margin-bottom:.5rem}.section-header__heading{margin-bottom:.5rem}.section-header__sub{color:var(--color-text-muted);max-width:640px;margin:0 auto}.color-scheme--primary{background:var(--color-primary);color:var(--color-primary-text)}.color-scheme--accent{background:var(--color-accent);color:#fff}.color-scheme--alt{background:var(--color-background-alt)}.color-scheme--dark{background:var(--color-text);color:#fff}.color-scheme--dark h1,.color-scheme--dark h2,.color-scheme--dark h3,.color-scheme--dark h4{color:#fff}.photo-guide{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:6px;padding:8px;border:2px solid var(--color-accent);border-radius:10px;background:#fff;margin-bottom:1rem}.photo-guide__cell{position:relative;background:#efefef;border-radius:6px;aspect-ratio:1 / 1;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;color:#2b2b2b}.photo-guide__cell--good{grid-row:span 2;aspect-ratio:auto}.photo-guide__fig{width:60%;height:90%;max-height:100%}.photo-guide__cell--good .photo-guide__fig{width:55%;height:92%}.photo-guide__badge{position:absolute;right:6px;bottom:6px;width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0003}.photo-guide__cell--good .photo-guide__badge{width:28px;height:28px}.photo-guide__badge--good{background:#2ecc71}.photo-guide__badge--bad{background:#e74c3c}@media(max-width:480px){.photo-guide__fig{width:65%}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
