:root{--grid-item-width: 355px;--header-height: 64px;--color-dark: #000;--color-light: #fff}.global-loading-bar{position:fixed;top:0;right:0;left:0;z-index:10000;height:3px;overflow:hidden;pointer-events:none;opacity:0;transform:scaleY(.75);transform-origin:top;transition:opacity .12s ease}.global-loading-bar--active{opacity:1}.global-loading-bar__indicator,.account-loading-bar__indicator{animation:account-loading-bar-slide 1.05s cubic-bezier(.4,0,.2,1) infinite}.global-loading-bar__indicator{height:100%;width:40%;border-radius:9999px;background:var(--color-dark)}@keyframes account-loading-bar-slide{0%{transform:translate(-120%)}to{transform:translate(260%)}}@media(prefers-reduced-motion:reduce){.global-loading-bar__indicator,.account-loading-bar__indicator{width:100%;animation:none}}@source inline("{sm:,md:,lg:,xl:,2xl:,}col-span-{1..12}");@source inline("{sm:,md:,lg:,xl:,2xl:,}col-start-{0..12}");@source inline("{sm:,md:,lg:,xl:,2xl:,}order-{1..12}");@source inline("order-none");@source inline("grid-cols-{1..12}");@source inline("{sm:,md:,lg:,xl:,2xl:,}grid-cols-{1..12}");.link:hover{text-decoration:underline;cursor:pointer}.predictive-search{height:calc(100vh - var(--header-height) - 40px);overflow-y:auto}.predictive-search-form{background:var(--color-light);position:sticky;top:0}.predictive-search-result{margin-bottom:2rem}.predictive-search-result h5{text-transform:uppercase}.predictive-search-result-item{margin-bottom:.5rem}.predictive-search-result-item a{align-items:center;display:flex}.predictive-search-result-item a img{margin-right:.75rem;height:100%}.search-result{margin-bottom:1.5rem}.search-results-item{margin-bottom:.5rem}.search-results-item a{display:flex;flex:row;align-items:center;gap:1rem}.featured-collection{display:block;margin-bottom:2rem;position:relative}.featured-collection-image{aspect-ratio:1 / 1}@media(min-width:45em){.featured-collection-image{aspect-ratio:16 / 9}}.featured-collection img{height:auto;max-height:100%;object-fit:cover}.recommended-products-grid{display:grid;grid-gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media(min-width:45em){.recommended-products-grid{grid-template-columns:repeat(4,1fr)}}.recommended-product img{height:auto}.collections-grid{display:grid;grid-gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(var(--grid-item-width),1fr));margin-bottom:2rem}.collection-item img{height:auto}.collection-description{margin-bottom:1rem;max-width:95%}@media(min-width:45em){.collection-description{max-width:600px}}.products-grid{display:grid;grid-gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(var(--grid-item-width),1fr));margin-bottom:2rem}.product-item img{height:auto;width:100%}.product{display:grid}@media(min-width:45em){.product{grid-template-columns:1fr 1fr;grid-gap:4rem}}.product h1{margin-top:0}.product-image img{height:auto;width:100%}.product-main{align-self:start;position:sticky;top:6rem}.product-price-on-sale{display:flex;grid-gap:.5rem}.product-price-on-sale s{opacity:.5}.product-options-grid{display:flex;flex-wrap:wrap;grid-gap:.75rem}.product-options-item,.product-options-item:disabled{padding:.25rem .5rem;background-color:transparent;font-size:1rem;font-family:inherit}.product-option-label-swatch{width:1.25rem;height:1.25rem;margin:.25rem 0}.product-option-label-swatch img{width:100%}.blog-grid{display:grid;grid-gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(var(--grid-item-width),1fr));margin-bottom:2rem}.blog-article-image{aspect-ratio:3/2;display:block}.blog-article-image img{height:100%}.article img{height:auto;width:100%}.account-logout{display:inline-block}
