:root{--aside-width:400px;--cart-aside-summary-height-with-discount:300px;--cart-aside-summary-height:250px;--grid-item-width:355px;--header-height:64px;--color-dark:#000;--color-light:#fff;--color-primary:#2563eb;--color-primary-dark:#1d4ed8;--color-accent:#3b82f6;--font-body-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}body{font-family:var(--font-body-family)}img{border-radius:4px}a{color:inherit}.link:hover{cursor:pointer;text-decoration:underline}.mock-shop-notice{background:var(--color-light);border:1px solid var(--color-dark);border-left-width:.5rem;margin:1rem 0;padding:0}.mock-shop-notice .inner{padding:.875rem 1rem}.mock-shop-notice h2{font-size:1.6rem;font-weight:700;line-height:1.4}.mock-shop-notice p{margin-bottom:.5rem;font-size:1rem;line-height:1.4}.mock-shop-notice footer{background:#0000000f;padding:.5rem 1rem}.mock-shop-notice .small{margin-bottom:.5rem;font-size:.875rem;line-height:1.4}.mock-shop-notice code{background:#0000000f;border-radius:.25rem;padding:.1em .3em}.mock-shop-notice a{text-underline-offset:6px;text-decoration:underline}@media (width<=45em){html:has(.overlay.expanded){overflow:hidden}}aside{background:var(--color-light);height:100dvh;width:min(var(--aside-width), 100vw);right:calc(-1 * var(--aside-width));transition:transform .2s ease-in-out;position:fixed;top:0;box-shadow:0 0 50px #0000004d}aside header{border-bottom:1px solid var(--color-dark);height:var(--header-height);justify-content:space-between;align-items:center;padding:0 20px;display:flex}aside header h3{margin:0}aside header .close{opacity:.8;width:20px;font-weight:700;text-decoration:none;transition:all .2s}aside header .close:hover{opacity:1}aside header h2{margin-top:0;margin-bottom:.6rem}aside main{margin:1rem}aside p{margin:0 0 .25rem}aside p:last-child{margin:0}aside li{margin-bottom:.125rem}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.overlay{opacity:0;pointer-events:none;visibility:hidden;z-index:10;background:#0003;transition:opacity .4s;position:fixed;inset:0}.overlay .close-outside{color:#0000;height:100%;width:calc(100% - var(--aside-width));background:0 0;border:none;position:absolute;top:0;left:0}.overlay .light{background:#ffffff80}.overlay .cancel{cursor:default;width:100%;height:100%;position:absolute}.overlay.expanded{opacity:1;pointer-events:auto;visibility:visible}.overlay.expanded aside{transform:translateX(calc(var(--aside-width) * -1))}button.reset{background:inherit;font-size:inherit;border:0}button.reset>*{margin:0}button.reset:not(:has(>*)){height:1.5rem;line-height:1.5rem}button.reset:hover:not(:has(>*)){cursor:pointer;text-decoration:underline}.header{border-bottom:3px solid var(--color-primary);height:var(--header-height);z-index:1;background:#fff;align-items:center;padding:0 1rem;display:flex;position:sticky;top:0}.header-logo{height:calc(var(--header-height) - 20px);width:auto;display:block}@media (width>=48em){.header-menu-mobile-toggle{display:none}}.header-menu-mobile{grid-gap:1rem;flex-direction:column;display:flex}.header-menu-desktop{grid-gap:1rem;display:none}@media (width>=45em){.header-menu-desktop{grid-gap:1rem;margin-left:3rem;display:flex}}.header-menu-item{cursor:pointer}.header-ctas{grid-gap:1rem;align-items:center;margin-left:auto;display:flex}.header-ctas>*{min-width:fit-content}.footer{background:var(--color-primary-dark);margin-top:auto}.footer-menu{grid-gap:1rem;flex-wrap:wrap;justify-content:center;padding:1rem;display:flex}.footer-menu a{color:var(--color-light);min-width:fit-content}.cart-main{width:auto}.cart-main-aside{height:100%;max-height:calc(100vh - var(--cart-aside-summary-height));max-height:calc(100dvh - var(--cart-aside-summary-height));overflow-y:auto}.cart-main-aside.with-discount{max-height:calc(100vh - var(--cart-aside-summary-height-with-discount));max-height:calc(100dvh - var(--cart-aside-summary-height-with-discount))}.cart-line{border-bottom:1px solid #eee;padding:1.25rem 0}.cart-line:last-child{border-bottom:none}.cart-line-inner{gap:1rem;display:flex}.cart-line-image img{border-radius:4px;display:block}.cart-line-image-placeholder{background:#f5f5f5;border-radius:4px;width:110px;height:110px}.cart-line-details{flex-direction:column;flex:1;gap:.35rem;min-width:0;display:flex}.cart-line-title{color:inherit;font-weight:600;text-decoration:none}.cart-line-title:hover{color:var(--color-primary)}.cart-line-options{color:#777;margin:0;padding:0;font-size:.85rem;list-style:none}.cart-line-price{font-weight:600}.cart-line-quantity{align-items:center;gap:1rem;margin-top:.25rem;display:flex}.cart-line-quantity .quantity-selector{width:fit-content}.quantity-selector-value{text-align:center;width:2.5rem;font-size:.9rem}.cart-line-remove-btn{color:#c00;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;text-decoration:underline}.cart-summary-page{top:calc(var(--header-height) + 1rem);background:#fafafa;border:1px solid #eee;border-radius:6px;align-self:start;padding:1.25rem;position:sticky}.cart-summary-aside{border-top:1px solid var(--color-dark);width:calc(var(--aside-width) - 40px);background:#fff;padding-top:.75rem;position:absolute;bottom:0}.cart-checkout-actions{flex-direction:column;gap:.6rem;display:flex}.view-cart-btn{text-align:center;color:var(--color-primary);border:1px solid var(--color-primary);background:0 0;border-radius:4px;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .15s ease-in-out;display:block}.view-cart-btn:hover{background:#f0f4ff}.cart-line-children{padding-left:2rem}.cart-page{max-width:1000px;margin:0 auto;padding:1.5rem 1rem 4rem}.cart-page h1{margin-bottom:1.5rem}.cart-page-count{color:#888;font-weight:400}.cart-details-page{display:block}@media (width>=45em){.cart-details-page{grid-template-columns:1fr 320px;align-items:start;gap:3rem;display:grid}}.cart-discount{align-items:center;margin-top:.25rem;display:flex}.cart-subtotal{align-items:center;display:flex}.checkout-btn{text-align:center;color:#fff;background:#1a7f37;border:none;border-radius:4px;margin-top:.75rem;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .15s ease-in-out;display:block}.checkout-btn:hover{background:#156429}.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{height:100%;margin-right:.75rem}.search-result{margin-bottom:1.5rem}.search-results-item{margin-bottom:.5rem}.search-results-item a{flex:row;align-items:center;gap:1rem;display:flex}.google-search-page{max-width:700px;margin:0 auto;padding:2rem 1rem 4rem}.google-search-box-wrap{margin-bottom:2rem}.google-search-box{border:1px solid #dfe1e5;border-radius:24px;align-items:center;gap:.75rem;padding:.65rem 1.25rem;transition:box-shadow .15s ease-in-out;display:flex;box-shadow:0 1px 6px #2021241a}.google-search-box:focus-within{box-shadow:0 1px 8px #20212433}.google-search-icon{color:#9aa0a6;flex-shrink:0}.google-search-box input[type=search]{background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:1rem}.google-search-submit{color:var(--color-primary);cursor:pointer;background:0 0;border:none;border-radius:16px;padding:.4rem .75rem;font-size:.875rem;font-weight:600}.google-search-submit:hover{background:#0000000d}.google-results-column{flex-direction:column;display:flex}.google-results-stats{color:#70757a;margin:0 0 1.5rem;font-size:.875rem}.google-result-group{margin-bottom:.5rem}.google-result{max-width:600px;margin-bottom:1.75rem}.google-result-url{color:#202124;margin-bottom:.15rem;font-size:.8rem}.google-result-title{color:#1a0dab;margin-bottom:.25rem;font-size:1.25rem;line-height:1.3;text-decoration:none;display:inline-block}.google-result-title:hover{text-decoration:underline}.google-result-snippet{color:#4d5156;margin:0;font-size:.9rem;line-height:1.5}.google-result-price{color:#1a1a1a;font-weight:600}.google-pagination-prev,.google-pagination-next{margin:1.5rem 0}.google-pagination-prev a,.google-pagination-next a{color:#1a0dab;font-size:.9rem;text-decoration:none}.google-pagination-prev a:hover,.google-pagination-next a:hover{text-decoration:underline}.google-no-results{margin-bottom:1rem;font-size:1rem}.google-no-results-tips{color:#4d5156;padding-left:1.25rem;font-size:.9rem;line-height:1.8}.search-page{max-width:1300px;margin:0 auto;padding:1.5rem 1rem 4rem}.search-page-header{margin-bottom:1.5rem}.search-breadcrumb{color:#666;margin-bottom:.75rem;font-size:.8rem}.search-breadcrumb a{color:#666;text-decoration:none}.search-breadcrumb a:hover{text-decoration:underline}.search-page-header .google-search-box-wrap,.search-page-header .google-search-box{max-width:560px}.search-page-layout{align-items:flex-start;gap:2rem;display:flex}.search-page-main{flex:1;min-width:0}.filter-drawer-backdrop{display:none}.filter-sidebar{box-shadow:none;width:260px;height:auto;right:auto;top:calc(var(--header-height) + 1rem);max-height:calc(100vh - var(--header-height) - 2rem);background:0 0;flex-shrink:0;padding-right:.5rem;transition:none;position:sticky;overflow-y:auto}.filter-sidebar-header{display:none}.filter-chips{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.filter-chip{color:var(--color-primary-dark);cursor:pointer;background:#f0f4ff;border:1px solid #d7e2ff;border-radius:16px;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.8rem;display:inline-flex}.filter-chip-clear{color:#c00;background:0 0;border:none;padding:.3rem .25rem;text-decoration:underline}.filter-group{border-bottom:1px solid #eee;padding:.9rem 0}.filter-group-header{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:0;font-size:.95rem;font-weight:600;display:flex}.filter-group-chevron{color:#888;font-size:1.1rem}.filter-group-body{margin-top:.75rem}.filter-group-search{border:1px solid #ddd;border-radius:4px;width:100%;margin-bottom:.6rem;padding:.4rem .6rem;font-size:.85rem}.filter-value-list{max-height:260px;margin:0;padding:0;list-style:none;overflow-y:auto}.filter-value-list li{margin-bottom:.4rem}.filter-value-list label{cursor:pointer;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.filter-value-list label.zero-count{opacity:.4}.filter-value-label{flex:1}.filter-value-count{color:#888;font-size:.75rem}.filter-group-show-more{color:var(--color-primary);cursor:pointer;background:0 0;border:none;padding:.25rem 0;font-size:.8rem}.filter-swatch-grid{flex-wrap:wrap;gap:.5rem;display:flex}.filter-swatch{cursor:pointer;background-position:50%;background-size:cover;border:2px solid #ddd;border-radius:50%;width:28px;height:28px;padding:0}.filter-swatch.active{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.filter-swatch.zero-count{opacity:.35}.price-range-slider{height:1.5rem;position:relative}.price-range-slider input[type=range]{pointer-events:none;appearance:none;background:0 0;width:100%;position:absolute;top:.5rem}.price-range-slider input[type=range]::-webkit-slider-thumb{pointer-events:auto;appearance:none;background:var(--color-primary);cursor:pointer;border-radius:50%;width:16px;height:16px}.price-range-slider input[type=range]::-moz-range-thumb{pointer-events:auto;background:var(--color-primary);cursor:pointer;border:none;border-radius:50%;width:16px;height:16px}.price-range-inputs{align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.price-range-inputs label{color:#888;flex-direction:column;flex:1;font-size:.7rem;display:flex}.price-range-inputs input{border:1px solid #ddd;border-radius:4px;width:100%;margin-top:.15rem;padding:.3rem .4rem;font-size:.85rem}.price-range-sep{color:#999;margin-top:1rem}.price-range-bounds{color:#888;margin:.5rem 0 0;font-size:.75rem}.search-toolbar{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.toolbar-filters-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.9rem;display:none}.toolbar-filters-count{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:1.1rem;height:1.1rem;font-size:.65rem;display:inline-flex}.toolbar-right{align-items:center;gap:1rem;margin-left:auto;display:flex}.toolbar-view-toggle{border:1px solid #ddd;border-radius:4px;display:flex;overflow:hidden}.toolbar-view-btn{cursor:pointer;color:#666;background:#fff;border:none;border-right:1px solid #ddd;width:2rem;height:2rem;font-size:.75rem}.toolbar-view-btn:last-child{border-right:none}.toolbar-view-btn.active{background:var(--color-primary);color:#fff}.toolbar-sort{position:relative}.toolbar-sort-btn{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #ddd;border-radius:4px;padding:.5rem .9rem;font-size:.85rem}.toolbar-sort-backdrop{z-index:5;background:0 0;border:none;position:fixed;inset:0}.toolbar-sort-menu{z-index:6;background:#fff;border:1px solid #ddd;border-radius:4px;min-width:200px;margin:0;padding:.35rem 0;list-style:none;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 4px 12px #0000001a}.toolbar-sort-menu button{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem 1rem;font-size:.85rem;display:block}.toolbar-sort-menu button:hover{background:#f5f5f5}.toolbar-sort-menu button.active{color:var(--color-primary);font-weight:600}.search-results-area{transition:opacity .15s ease-in-out}.search-results-loading{opacity:.5;pointer-events:none}.search-results-count{color:#666;margin:0 0 1rem;font-size:.85rem}.search-no-product-results{color:#444;padding:2rem 0}.search-no-product-results-hint{color:#888;margin-top:.25rem;font-size:.85rem;display:block}.search-products-grid{grid-gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:1rem;display:grid}@media (width>=45em){.search-products-grid[data-cols="2"]{grid-template-columns:repeat(2,1fr)}.search-products-grid[data-cols="3"]{grid-template-columns:repeat(3,1fr)}.search-products-grid[data-cols="4"]{grid-template-columns:repeat(4,1fr)}}.search-product-card{position:relative}.search-product-card-link{color:inherit;text-decoration:none;display:block}.search-product-card-image{border:1px solid #eee;border-radius:4px;margin-bottom:.5rem;position:relative;overflow:hidden}.search-product-card-image img{width:100%;height:auto;display:block}.pcard-image-hover{opacity:0;transition:opacity .2s ease-in-out;position:absolute;inset:0}.pcard-image-hover.pcard-image-visible{opacity:1}.search-product-card-image-placeholder{aspect-ratio:1;background:#f5f5f5}.search-product-badges{z-index:2;flex-direction:column;gap:.25rem;display:flex;position:absolute;top:.5rem;left:.5rem}.pcard-badge{color:#fff;text-transform:uppercase;letter-spacing:.02em;border-radius:3px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.pcard-badge-sale{background:#c00}.pcard-badge-sold-out{background:#666}.pcard-badge-new{background:var(--color-primary)}.search-product-card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .25rem;font-size:.9rem;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.search-product-card:hover .search-product-card-title{color:var(--color-primary)}.search-product-card-price{align-items:baseline;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.search-product-card-compare-price{opacity:.55;font-size:.8rem;font-weight:400}.quick-add-btn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:4px;width:100%;margin-top:.5rem;padding:.45rem;font-size:.8rem;display:none}@media (width>=45em){.search-product-card:hover .quick-add-btn{display:block}}.search-load-previous{text-align:center;margin-bottom:1.25rem}.search-load-previous a{color:#1a0dab;font-size:.9rem;text-decoration:none}.search-load-previous a:hover{text-decoration:underline}.search-load-more{text-align:center;margin:1.5rem 0 2.5rem}.search-load-more .btn{min-width:220px;display:inline-block}.google-no-results-browse{margin-top:1rem;display:inline-block}@media (width<=60em){.toolbar-filters-btn{display:inline-flex}.filter-sidebar{z-index:30;background:#fff;width:min(320px,85vw);height:100dvh;padding:1rem 1.25rem 2rem;transition:transform .2s ease-in-out;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:2px 0 12px #00000026}.filter-sidebar-open{transform:translate(0)}.filter-sidebar-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.filter-sidebar-close{cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1}.filter-drawer-backdrop{z-index:29;background:#0000004d;border:none;display:block;position:fixed;inset:0}.search-page-layout{flex-direction:column}.toolbar-view-toggle{display:none}}.hero-banner{justify-content:center;align-items:center;height:60vh;min-height:320px;margin-bottom:3rem;display:flex;position:relative;overflow:hidden}.hero-banner-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-banner-overlay{background:linear-gradient(#236b3b8c 0%,#236b3bbf 100%);position:absolute;inset:0}.hero-banner-content{color:var(--color-light);text-align:center;max-width:40rem;padding:0 1.5rem;position:relative}.hero-banner-content h1{margin:0 0 .75rem;font-size:2.5rem}.hero-banner-content p{margin:0 0 1.5rem;font-size:1.125rem}.hero-banner-button{display:inline-block}.featured-collection-grid{margin-bottom:3rem}.featured-collection-grid-header{justify-content:space-between;align-items:baseline;margin-bottom:1rem;display:flex}.featured-collection-grid-header h2{margin:0}.image-with-text{margin-bottom:3rem}.image-with-text h2{text-align:center;margin-bottom:1.5rem}.image-with-text-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (width>=45em){.image-with-text-grid{grid-template-columns:repeat(4,1fr)}}.image-with-text-item{text-align:center}.image-with-text-item img{border-radius:0;margin:0 auto .75rem}.image-with-text-item h3{margin:0 0 .5rem;font-size:1rem}.image-with-text-item p{color:#555;margin:0;font-size:.875rem}.recommended-products-grid{grid-gap:1.5rem;grid-template-columns:repeat(2,1fr);display:grid}@media (width>=45em){.recommended-products-grid{grid-template-columns:repeat(4,1fr)}}.recommended-product img{height:auto}.collections-grid{grid-gap:1.5rem;grid-template-columns:repeat(auto-fit, minmax(var(--grid-item-width), 1fr));margin-bottom:2rem;display:grid}.collection-item img{height:auto}.collection-description{max-width:95%;margin-bottom:1rem}@media (width>=45em){.collection-description{max-width:600px}}.products-grid{grid-gap:1.5rem;grid-template-columns:repeat(auto-fit, minmax(var(--grid-item-width), 1fr));margin-bottom:2rem;display:grid}.product-item img{width:100%;height:auto}.product-page{max-width:1200px;margin:0 auto;padding:0 1rem}.product{display:grid}@media (width>=45em){.product{grid-gap:4rem;grid-template-columns:1fr 1fr}}.product h1{margin-top:0}.product-image img{width:100%;height:auto}.product-main{align-self:start;position:sticky;top:6rem}.product-price-on-sale{grid-gap:.5rem;display:flex}.product-price-on-sale s{opacity:.5}.product-options-grid{grid-gap:.75rem;flex-wrap:wrap;display:flex}.product-options-item,.product-options-item:disabled{background-color:#0000;border-radius:4px;padding:.25rem .5rem;font-family:inherit;font-size:1rem}.product-gallery{flex-direction:column;gap:.75rem;display:flex}.product-gallery-main img{border:1px solid #eee;width:100%;height:auto}.product-gallery-thumbs{flex-wrap:wrap;gap:.5rem;display:flex}.product-gallery-thumb{cursor:pointer;opacity:.7;background:0 0;border:2px solid #0000;border-radius:4px;width:64px;height:64px;padding:0;transition:all .15s ease-in-out;overflow:hidden}.product-gallery-thumb img{object-fit:cover;border-radius:2px;width:100%;height:100%}.product-gallery-thumb:hover{opacity:1}.product-gallery-thumb.active{border-color:var(--color-primary);opacity:1}.product-meta{color:#666;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:.875rem;display:flex}.product-meta-vendor{text-transform:uppercase;letter-spacing:.03em;color:var(--color-primary);font-weight:600}.product-meta-availability{font-weight:600}.product-meta-availability.in-stock{color:#1a7f37}.product-meta-availability.out-of-stock{color:#c00}.product-sku{color:#888;margin:-.5rem 0 .75rem;font-size:.85rem}.product-form-buy-row{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.75rem;display:flex}.quantity-selector{border:1px solid #ddd;border-radius:4px;align-items:stretch;width:fit-content;display:flex;overflow:hidden}.quantity-selector-btn{cursor:pointer;color:#333;background:#f5f5f5;border:none;width:2.25rem;font-size:1.1rem}.quantity-selector-btn:hover{background:#e9e9e9}.quantity-selector-input{text-align:center;-moz-appearance:textfield;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;width:3rem;font-family:inherit;font-size:1rem}.quantity-selector-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-selector-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-description{border-top:1px solid #eee;margin-top:2rem;padding-top:1.5rem}.product-description h2{margin:0 0 .75rem;font-size:1.1rem}.product-description :is(p,ul,ol){color:#444;line-height:1.6}.related-products{border-top:1px solid #eee;margin-top:4rem;padding-top:2rem}.related-products h2{margin-bottom:1rem}button[type=submit],.btn{background:var(--color-primary);color:var(--color-light);cursor:pointer;border:none;border-radius:4px;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:background-color .15s ease-in-out}button[type=submit]:hover:not(:disabled),.btn:hover:not(:disabled){background:var(--color-primary-dark)}button[type=submit]:disabled,.btn:disabled{cursor:not-allowed;background:#ccc}.product-price{font-size:1.25rem;font-weight:600}.product-price-on-sale{color:var(--color-primary)}.product-option-label-swatch{width:1.25rem;height:1.25rem;margin:.25rem 0}.product-option-label-swatch img{width:100%}.blog-grid{grid-gap:1.5rem;grid-template-columns:repeat(auto-fit, minmax(var(--grid-item-width), 1fr));margin-bottom:2rem;display:grid}.blog-article-image{aspect-ratio:3/2;display:block}.blog-article-image img{height:100%}.article img{width:100%;height:auto}.account-logout{display:inline-block}.order-search-form{margin-bottom:1.5rem}.order-search-fieldset{border:1px solid #e5e5e5;border-radius:4px;padding:1rem}.order-search-legend{padding:0 .5rem;font-weight:600}.order-search-active{opacity:.7;margin-left:.5rem;font-weight:400}.order-search-inputs{grid-template-columns:1fr;gap:1rem;margin:.25rem 0 1rem;display:grid}@media (width>=640px){.order-search-inputs{grid-template-columns:1fr 1fr}}.order-search-input{border:1px solid #d1d5db;border-radius:4px;width:100%;padding:.5rem;font-size:1rem}.order-search-buttons{flex-wrap:wrap;gap:.75rem;display:flex}
