.well-product-detail{background:var(--color-white);padding:48px var(--gutter) 80px}.well-product-detail__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.well-product-detail__breadcrumb{margin-bottom:24px}.well-product-detail__breadcrumb a{font-family:var(--font-body);font-size:12px;font-weight:400;letter-spacing:.1em;text-transform:lowercase;color:var(--color-mousse);text-decoration:none;transition:color .2s ease}.well-product-detail__breadcrumb a:hover{color:var(--color-root)}.well-product-detail__gallery{position:sticky;top:100px}.well-product-detail__featured-image{overflow:hidden;aspect-ratio:1 / 1;background:#fff;border-radius:8px}.well-product-detail__main-image{width:100%;height:100%;display:block;object-fit:contain;padding:8%;transition:opacity .3s ease}.well-product-detail__featured-image--placeholder{display:flex;align-items:center;justify-content:center}.well-product-detail__featured-image--placeholder .placeholder-svg{width:50%;height:auto;fill:var(--color-mousse)}.well-product-detail__thumbnails{display:flex;gap:8px;margin-top:8px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--color-mousse) transparent;-webkit-overflow-scrolling:touch;padding-bottom:4px}.well-product-detail__thumbnail{flex:0 0 auto;width:72px;height:72px;overflow:hidden;border:1px solid transparent;border-radius:6px;background:var(--color-cotton);padding:0;cursor:pointer;transition:border-color .2s ease}.well-product-detail__thumbnail img{width:100%;height:100%;object-fit:cover}.well-product-detail__thumbnail:hover,.well-product-detail__thumbnail:focus-visible{border-color:var(--color-root)}.well-product-detail__thumbnail--active{border-color:var(--color-root)}.well-product-detail__info{padding-top:4px}.well-product-detail__vendor{font-family:var(--font-body);font-size:11px;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--color-mousse);margin-bottom:12px}.well-product-detail__price{display:flex;align-items:baseline;gap:12px;margin-bottom:28px}.well-product-detail__price-regular{font-family:var(--font-heading);font-size:24px;font-weight:400;letter-spacing:.02em;color:var(--color-root)}.well-product-detail__price-compare{font-family:var(--font-body);font-size:16px;font-weight:300;color:var(--color-mousse);text-decoration:line-through}.well-product-detail__price-sale{font-family:var(--font-heading);font-size:24px;font-weight:400;letter-spacing:.02em;color:var(--color-clay)}.well-product-detail__description{margin-bottom:28px}.well-product-detail__description p{font-family:var(--font-body);font-size:15px;font-weight:300;line-height:1.8;color:#3d2e26bf;margin-bottom:16px}.well-product-detail__description p:last-child{margin-bottom:0}.well-product-detail__description h2,.well-product-detail__description h3,.well-product-detail__description h4,.well-product-detail__description h5,.well-product-detail__description h6{font-family:var(--font-heading);color:var(--color-root);margin-bottom:12px;margin-top:24px}.well-product-detail__description ul,.well-product-detail__description ol{font-family:var(--font-body);font-size:15px;font-weight:300;line-height:1.8;color:#3d2e26bf;padding-left:20px;margin-bottom:16px}.well-product-detail__description li{margin-bottom:4px}.well-product-detail__divider{border:none;border-top:1px solid var(--color-linen);margin:0 0 28px}.well-product-detail__store-availability{margin-bottom:24px}.well-product-detail__store-line{display:flex;align-items:center;gap:8px;padding:8px 0}.well-product-detail__store-line+.well-product-detail__store-line{border-top:1px solid var(--color-linen)}.well-product-detail__store-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.well-product-detail__store-line--in-stock .well-product-detail__store-dot{background:var(--color-teal)}.well-product-detail__store-line--low-stock .well-product-detail__store-dot{background:#c8973b}.well-product-detail__store-line--out-of-stock .well-product-detail__store-dot{background:var(--color-mousse)}.well-product-detail__store-label{font-family:var(--font-body);font-size:13px;font-weight:400;color:var(--color-root)}.well-product-detail__store-location{font-family:var(--font-body);font-size:13px;font-weight:300;color:var(--color-mousse)}.well-product-detail__store-qty{font-family:var(--font-body);font-size:12px;font-weight:300;color:var(--color-mousse)}.well-product-detail__variants{margin-bottom:8px}.well-product-detail__option{margin-bottom:20px}.well-label{display:block;font-family:var(--font-body);font-size:11px;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--color-mousse);margin-bottom:8px}.well-form-group{margin-bottom:24px}.well-input{width:100%;padding:12px 16px;font-family:var(--font-body);font-size:15px;color:var(--color-root);background:transparent;border:1px solid var(--color-linen);border-radius:6px;outline:none;transition:border-color .2s ease;-webkit-appearance:none;appearance:none}.well-input:focus{border-color:var(--color-root)}.well-input::placeholder{color:var(--color-mousse)}.well-product-detail__select{width:100%;padding:12px 40px 12px 16px;font-family:var(--font-body);font-size:15px;color:var(--color-root);background:transparent;border:1px solid var(--color-linen);border-radius:6px;outline:none;cursor:pointer;transition:border-color .2s ease;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%233D2E26' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px}.well-product-detail__select:focus{border-color:var(--color-root)}.well-product-detail__quantity{margin-bottom:24px}.well-product-detail__quantity-wrap{display:inline-flex;align-items:center;border:1px solid var(--color-linen);border-radius:6px;overflow:hidden}.well-product-detail__qty-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;padding:0;color:var(--color-root);cursor:pointer;transition:background .2s ease}.well-product-detail__qty-btn:hover{background:var(--color-cotton)}.well-product-detail__qty-input{width:56px;height:44px;text-align:center;font-family:var(--font-body);font-size:15px;color:var(--color-root);background:transparent;border:none;border-left:1px solid var(--color-linen);border-right:1px solid var(--color-linen);outline:none;-moz-appearance:textfield}.well-product-detail__qty-input::-webkit-outer-spin-button,.well-product-detail__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.well-product-detail__add-to-cart{width:100%;margin-bottom:12px;font-family:var(--font-body);font-size:13px;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--color-white);background:var(--color-root);border:1px solid var(--color-root);border-radius:300px;padding:16px 40px;cursor:pointer;transition:background .3s ease,color .3s ease}.well-product-detail__add-to-cart:hover{background:transparent;color:var(--color-root)}.well-product-detail__add-to-cart:disabled{background:var(--color-linen);border-color:var(--color-linen);color:var(--color-mousse);cursor:not-allowed}.well-product-detail__in-store{background:var(--color-cotton);border-radius:8px;padding:28px 24px;text-align:center}.well-product-detail__in-store-badge{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:11px;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--color-root);background:var(--color-white);border:1px solid var(--color-linen);border-radius:300px;padding:8px 20px;margin-bottom:16px}.well-product-detail__in-store-badge svg{flex-shrink:0}.well-product-detail__in-store-text{font-family:var(--font-body);font-size:14px;font-weight:300;line-height:1.7;color:#3d2e26b3;margin-bottom:20px;max-width:320px;margin-left:auto;margin-right:auto}.well-product-detail__in-store-cta{display:inline-block;font-family:var(--font-body);font-size:13px;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--color-root);background:transparent;border:1px solid var(--color-root);border-radius:300px;padding:14px 36px;text-decoration:none;transition:background .3s ease,color .3s ease}.well-product-detail__in-store-cta:hover{background:var(--color-root);color:var(--color-white)}.well-product-detail__dynamic-checkout{margin-bottom:24px}.well-product-detail__dynamic-checkout .shopify-payment-button__button{border-radius:300px!important;min-height:48px}.well-product-detail__dynamic-checkout .shopify-payment-button__button--unbranded{background:var(--color-clay)!important;color:var(--color-white)!important;border:none!important;font-family:var(--font-body)!important;font-size:13px!important;letter-spacing:.15em!important;text-transform:uppercase!important}.well-product-detail__dynamic-checkout .shopify-payment-button__button--unbranded:hover{background:var(--color-root)!important}.well-product-detail__dynamic-checkout .shopify-payment-button__more-options{color:var(--color-mousse)!important;font-family:var(--font-body)!important;font-size:12px!important;text-decoration:underline!important;text-underline-offset:3px!important}.well-product-detail__dynamic-checkout .shopify-payment-button__more-options:hover{color:var(--color-root)!important}.well-collection-grid{background:var(--color-white);padding:36px var(--gutter) 60px}.well-collection-grid__layout{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:220px 1fr;gap:40px}.well-collection-grid__container{min-width:0}.well-collection-grid__header{text-align:center;margin-bottom:40px}.well-collection-grid__description{font-family:var(--font-body);font-size:15px;font-weight:300;line-height:1.7;color:#3d2e26bf;max-width:600px;margin:0 auto 12px}.well-collection-grid__description p{margin-bottom:8px}.well-collection-grid__description p:last-child{margin-bottom:0}.well-collection-grid__count{font-family:var(--font-body);font-size:12px;font-weight:400;letter-spacing:.1em;color:var(--color-mousse)}.well-collection-grid__grid{display:grid;grid-template-columns:repeat(var(--well-collection-cols, 3),1fr);column-gap:40px;row-gap:48px}.well-collection-grid__item{position:relative}.well-collection-grid__image-wrapper{display:flex;flex-direction:column;text-decoration:none;color:var(--color-root)}.well-collection-grid__image-wrapper img{width:100%;aspect-ratio:1 / 1;object-fit:contain;background:#fff;border-radius:8px;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1);padding:8%}.well-collection-grid__item{overflow:hidden;border-radius:8px}.well-collection-grid__image-wrapper:hover img{transform:scale(1.03)}.well-collection-grid__image-wrapper .placeholder-svg{width:100%;aspect-ratio:1 / 1;fill:var(--color-mousse);background:#fff;border-radius:8px}.well-collection-grid__overlay{position:static;background:none;padding:16px 4px 0;display:flex;flex-direction:column;gap:4px;pointer-events:none}.well-collection-grid__overlay-title{font-family:var(--font-body);font-size:15px;font-weight:400;line-height:1.4;color:var(--color-root)}.well-collection-grid__overlay-price{font-family:var(--font-body);font-size:14px;font-weight:300;color:var(--color-mousse)}.well-collection-grid__overlay-cta{display:none}.well-collection-grid__badge{position:absolute;top:12px;left:12px;z-index:2;background:var(--color-root);color:var(--color-white);font-family:var(--font-body);font-size:10px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:300px;pointer-events:none}.well-collection-grid__badge--soldout{background:var(--color-mousse)}.well-collection-grid__badge--instore{background:var(--color-clay)}.well-collection-grid__empty{grid-column:1 / -1;text-align:center;padding:60px 0;color:var(--color-mousse)}.well-collection-grid__empty p{font-size:15px;margin-bottom:24px}.well-collection-grid__empty .btn-pill{font-family:var(--font-body);font-size:13px;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--color-root);background:transparent;border:1px solid var(--color-root);border-radius:300px;padding:14px 32px}.well-collection-grid__empty .btn-pill:hover{background:var(--color-root);color:var(--color-white)}.well-pagination{padding-top:48px;display:flex;justify-content:center}.well-pagination__list{display:flex;align-items:center;gap:4px;list-style:none;padding:0;margin:0}.well-pagination__link{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 10px;font-family:var(--font-body);font-size:14px;font-weight:400;color:var(--color-root);text-decoration:none;border-radius:300px;transition:background .2s ease}.well-pagination__link:hover{background:var(--color-cotton)}.well-pagination__link--current{background:var(--color-root);color:var(--color-white)}.well-pagination__link--current:hover{background:var(--color-root)}.well-pagination__link--ellipsis{pointer-events:none;min-width:auto;padding:0 4px;opacity:.5}.well-pagination__link--prev,.well-pagination__link--next{border:1px solid var(--color-linen);border-radius:300px;width:40px;min-width:40px;padding:0}.well-pagination__link--prev:hover,.well-pagination__link--next:hover{background:var(--color-root);border-color:var(--color-root);color:var(--color-white)}.well-pagination__link--prev svg,.well-pagination__link--next svg{width:16px;height:16px}.well-cart{background:var(--color-white);padding:48px var(--gutter) 80px}.well-cart__container{max-width:1200px;margin:0 auto}.well-cart__count{font-family:var(--font-body);font-size:12px;font-weight:400;letter-spacing:.1em;color:var(--color-mousse);margin-bottom:24px}.well-cart__header{display:grid;grid-template-columns:100px 1fr 1fr 1fr 1fr;gap:24px;padding-bottom:12px;border-bottom:1px solid var(--color-linen);margin-bottom:0}.well-cart__header span{font-family:var(--font-body);font-size:11px;font-weight:400;text-transform:uppercase;letter-spacing:.15em;color:var(--color-mousse)}.well-cart__header-product{grid-column:1 / 3}.well-cart__line-item{display:grid;grid-template-columns:100px 1fr 1fr 1fr 1fr;gap:24px;align-items:center;padding:24px 0;border-bottom:1px solid var(--color-linen)}.well-cart__item-image-link{display:block;overflow:hidden;border-radius:8px}.well-cart__item-image{width:100px;height:100px;object-fit:contain;display:block;background:#fff;padding:6px}.well-cart__item-image--placeholder{background:var(--color-cotton);display:flex;align-items:center;justify-content:center}.well-cart__item-image--placeholder .placeholder-svg{width:50%;fill:var(--color-mousse)}.well-cart__item-details{display:flex;flex-direction:column;gap:4px}.well-cart__item-title{font-family:var(--font-body);font-size:15px;font-weight:400;color:var(--color-root);text-decoration:none;transition:color .2s ease}.well-cart__item-title:hover{color:var(--color-clay)}.well-cart__item-variant,.well-cart__item-plan{font-family:var(--font-body);font-size:13px;font-weight:300;color:var(--color-mousse)}.well-cart__item-price-mobile{display:none;font-family:var(--font-body);font-size:14px;font-weight:300;color:var(--color-mousse);margin-top:4px}.well-cart__item-price{font-family:var(--font-body);font-size:15px;font-weight:400;color:var(--color-root)}.well-cart__item-price-original{text-decoration:line-through;color:var(--color-mousse);margin-right:8px}.well-cart__item-price-final{color:var(--color-clay)}.well-cart__item-quantity{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.well-cart__qty-wrap{display:inline-flex;align-items:center;border:1px solid var(--color-linen);border-radius:6px;overflow:hidden}.well-cart__qty-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;padding:0;color:var(--color-root);cursor:pointer;transition:background .2s ease}.well-cart__qty-btn:hover{background:var(--color-cotton)}.well-cart__qty-input{width:44px;height:36px;text-align:center;font-family:var(--font-body);font-size:14px;color:var(--color-root);background:transparent;border:none;border-left:1px solid var(--color-linen);border-right:1px solid var(--color-linen);outline:none;-moz-appearance:textfield}.well-cart__qty-input::-webkit-outer-spin-button,.well-cart__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.well-cart__item-remove{font-family:var(--font-body);font-size:12px;font-weight:300;color:var(--color-mousse);text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.well-cart__item-remove:hover{color:var(--color-root)}.well-cart__item-total{font-family:var(--font-body);font-size:15px;font-weight:400;color:var(--color-root);text-align:right}.well-cart__summary{margin-top:32px;display:flex;flex-direction:column;align-items:flex-end}.well-cart__note{width:100%;max-width:600px;margin-bottom:32px}.well-cart__note-textarea{width:100%;padding:12px 16px;font-family:var(--font-body);font-size:15px;color:var(--color-root);background:transparent;border:1px solid var(--color-linen);border-radius:6px;outline:none;resize:vertical;min-height:80px;transition:border-color .2s ease}.well-input:focus-visible,.well-product-detail__select:focus-visible,.well-product-detail__qty-input:focus-visible,.well-cart__qty-input:focus-visible,.well-cart__note-textarea:focus-visible{outline:2px solid var(--color-clay);outline-offset:2px}.well-cart__note-textarea:focus{border-color:var(--color-root)}.well-cart__totals{text-align:right;margin-bottom:24px}.well-cart__subtotal{display:flex;justify-content:space-between;gap:40px;margin-bottom:4px}.well-cart__subtotal-label{font-family:var(--font-body);font-size:11px;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--color-mousse)}.well-cart__subtotal-value{font-family:var(--font-heading);font-size:22px;font-weight:400;letter-spacing:.02em;color:var(--color-root)}.well-cart__shipping-note{font-size:13px;font-weight:300;color:var(--color-mousse)}.well-cart__actions{display:flex;align-items:center;justify-content:flex-end;gap:20px;width:100%;padding-top:8px}.well-cart__actions-buttons{display:flex;gap:10px}.well-cart__continue-link{font-family:var(--font-body);font-size:13px;font-weight:300;color:var(--color-root);text-decoration:underline;text-underline-offset:3px;transition:color .2s ease;white-space:nowrap}.well-cart__continue-link:hover{color:var(--color-clay)}.well-cart__update{font-family:var(--font-body);font-size:12px;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--color-root);background:transparent;border:1px solid var(--color-root);border-radius:300px;padding:10px 24px;white-space:nowrap;cursor:pointer;transition:background .3s ease,color .3s ease}.well-cart__update:hover{background:var(--color-root);color:var(--color-white)}.well-cart__checkout{font-family:var(--font-body);font-size:12px;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--color-white);background:var(--color-root);border:1px solid var(--color-root);border-radius:300px;padding:10px 28px;white-space:nowrap;cursor:pointer;transition:background .3s ease,color .3s ease}.well-cart__checkout:hover{background:transparent;color:var(--color-root)}.well-cart__empty{text-align:center;padding:60px 0}.well-cart__empty-message{font-family:var(--font-body);font-size:15px;font-weight:300;color:var(--color-mousse);margin-bottom:32px}.well-cart__continue{font-family:var(--font-body);font-size:13px;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--color-white);background:var(--color-root);border:1px solid var(--color-root);border-radius:300px;padding:16px 40px;text-decoration:none;transition:background .3s ease,color .3s ease;display:inline-block}.well-cart__continue:hover{background:transparent;color:var(--color-root)}.well-related-products{background:var(--color-white);padding:0 var(--gutter) 80px}.well-related-products__inner{max-width:1200px;margin:0 auto;border-top:1px solid var(--color-linen);padding-top:48px}.well-related-products__heading{font-family:var(--font-heading);font-size:clamp(22px,3vw,32px);font-weight:400;line-height:1.15;letter-spacing:.04em;text-transform:lowercase;color:var(--color-root);margin-bottom:32px}.well-related-products__heading em{font-family:Newsreader,serif;font-style:italic;font-weight:400}.well-list-collections{background:var(--color-white);padding:36px var(--gutter) 60px}.well-list-collections__layout{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:220px 1fr;gap:40px}.well-list-collections__inner{min-width:0}.well-list-collections__heading{font-family:var(--font-heading);font-size:clamp(26px,4vw,40px);font-weight:400;line-height:1.15;letter-spacing:.04em;text-transform:lowercase;color:var(--color-root);text-align:center;margin-bottom:36px}.well-list-collections__heading em{font-family:Newsreader,serif;font-style:italic;font-weight:400}.well-list-collections__grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:40px;row-gap:48px}.well-list-collections__item{position:relative;overflow:hidden;border-radius:8px}.well-list-collections__image-wrapper{display:flex;flex-direction:column;text-decoration:none;color:var(--color-root)}.well-list-collections__image-wrapper img{width:100%;aspect-ratio:1 / 1;object-fit:contain;background:#fff;border-radius:8px;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1);padding:8%}.well-list-collections__image-wrapper:hover img{transform:scale(1.03)}.well-list-collections__image-wrapper .placeholder-svg{width:100%;aspect-ratio:1 / 1;fill:var(--color-mousse);background:#fff;border-radius:8px}.well-list-collections__overlay{position:static;background:none;padding:16px 4px 0;display:flex;flex-direction:column;gap:4px}.well-list-collections__overlay-title{font-family:var(--font-body);font-size:15px;font-weight:400;color:var(--color-root)}.well-list-collections__overlay-count{font-family:var(--font-body);font-size:13px;font-weight:300;color:var(--color-mousse)}.well-list-collections__overlay-cta{display:none}.well-list-collections__empty{grid-column:1 / -1;text-align:center;padding:60px 0;font-family:var(--font-body);font-size:15px;font-weight:300;color:var(--color-mousse)}@media(max-width:999px){.well-collection-grid__grid,.well-list-collections__grid{grid-template-columns:repeat(2,1fr);column-gap:24px;row-gap:36px}}@media(max-width:768px){.well-product-detail{padding:32px var(--gutter) 48px}.well-product-detail__container{grid-template-columns:1fr;gap:32px}.well-product-detail__gallery{position:static}.well-product-detail__thumbnail{width:60px;height:60px}.well-product-detail__breadcrumb{margin-bottom:16px}.well-collection-grid__grid,.well-list-collections__grid{grid-template-columns:repeat(2,1fr);column-gap:16px;row-gap:24px}.well-collection-grid__overlay-title,.well-list-collections__overlay-title{font-size:13px}.well-collection-grid__overlay-price,.well-list-collections__overlay-count{font-size:12px}.well-cart{padding:32px var(--gutter) 48px}.well-cart__header{display:none}.well-cart__line-item{grid-template-columns:80px 1fr;grid-template-rows:auto auto;gap:12px 16px}.well-cart__item-image-link{grid-row:1 / 3}.well-cart__item-image{width:80px;height:80px}.well-cart__item-price{display:none}.well-cart__item-price-mobile{display:block}.well-cart__item-quantity{grid-column:2;flex-direction:row;align-items:center;gap:16px}.well-cart__item-total{display:none}.well-cart__summary{align-items:stretch}.well-cart__note{max-width:100%}.well-cart__totals{text-align:left}.well-cart__actions{flex-direction:column;align-items:stretch;max-width:100%}.well-cart__continue-link{order:3;text-align:center}.well-cart__actions-buttons{flex-direction:column}.well-cart__update,.well-cart__checkout{width:100%;justify-content:center;text-align:center}.well-related-products{padding-bottom:48px}.well-related-products__inner{padding-top:32px}}.well-product-detail *:focus-visible,.well-collection-grid *:focus-visible,.well-cart *:focus-visible,.well-list-collections *:focus-visible,.well-related-products *:focus-visible{outline:2px solid var(--color-clay);outline-offset:2px}.well-product-detail ::selection,.well-collection-grid ::selection,.well-cart ::selection,.well-list-collections ::selection,.well-related-products ::selection{background:var(--color-clay);color:var(--color-white)}.shopify-payment-button__button{border-radius:300px!important}.shopify-payment-button__button--unbranded{background-color:var(--color-clay)!important;color:var(--color-white)!important;font-family:var(--font-body)!important}.shopify-payment-button__button--unbranded:hover{background-color:var(--color-root)!important}.shopify-payment-button__more-options{color:var(--color-mousse)!important;font-family:var(--font-body)!important;font-size:12px!important}.shopify-payment-button__more-options:hover{color:var(--color-root)!important}.well-cart .errors,.well-product-detail .errors{color:var(--color-clay);border:1px solid var(--color-clay);border-radius:6px;padding:12px 16px;font-family:var(--font-body);font-size:14px;background:rgba(var(--color-clay-rgb),.08)}.well-cart .errors li,.well-product-detail .errors li{list-style:disc inside;margin-bottom:4px}.well-product-detail a:not([class]),.well-cart a:not([class]),.well-collection-grid a:not([class]){color:var(--color-clay);text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.well-product-detail a:not([class]):hover,.well-cart a:not([class]):hover,.well-collection-grid a:not([class]):hover{color:var(--color-root)}.well-product-detail__description a,.well-collection-grid__description a{color:var(--color-clay);text-decoration:underline;text-underline-offset:3px}.well-product-detail__description a:hover,.well-collection-grid__description a:hover{color:var(--color-root)}.well-product-detail input:invalid,.well-cart input:invalid{border-color:var(--color-clay)}.well-product-detail input[type=checkbox],.well-product-detail input[type=radio],.well-cart input[type=checkbox],.well-cart input[type=radio]{accent-color:var(--color-root)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.shop-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:2px;align-self:start;padding-top:8px;border-right:1px solid var(--color-linen);padding-right:24px}.shop-sidebar__link{display:flex;align-items:center;justify-content:space-between;gap:8px;font-family:var(--font-body);font-size:13px;font-weight:400;letter-spacing:.02em;color:var(--color-mousse);text-decoration:none;padding:8px 12px;border-radius:6px;transition:color .2s ease,background .2s ease}.shop-sidebar__link:hover{color:var(--color-root);background:var(--color-linen)}.shop-sidebar__link--active{color:var(--color-root);font-weight:500;background:var(--color-linen)}.shop-sidebar__count{font-size:11px;font-weight:300;color:var(--color-mousse);opacity:.6}.shop-sidebar__link--active .shop-sidebar__count{opacity:.8}@media(max-width:900px){.well-collection-grid__layout,.well-list-collections__layout{grid-template-columns:1fr;gap:0}.shop-sidebar{position:static;flex-direction:row;flex-wrap:wrap;gap:6px;border-right:none;border-bottom:1px solid var(--color-linen);padding:0 0 12px;margin-bottom:24px;overflow-x:auto;-webkit-overflow-scrolling:touch}.shop-sidebar__link{padding:6px 14px;font-size:12px;white-space:nowrap;border:1px solid var(--color-linen);border-radius:300px}.shop-sidebar__link--active{background:var(--color-root);border-color:var(--color-root);color:var(--color-cotton)}.shop-sidebar__link--active .shop-sidebar__count{color:var(--color-cotton)}.shop-sidebar__count{display:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/well-product.css.map */
