:root{--aside-width:400px;--cart-aside-summary-height-with-discount:300px;--cart-aside-summary-height:250px;--grid-item-width:355px;--header-height:72px;--shadow-sm:0 2px 8px #8b5a3c14;--shadow-md:0 8px 24px #8b5a3c1a;--shadow-lg:0 16px 40px #8b5a3c1f;--color-page-bg:253 251 247;--color-surface:255 255 255;--color-surface-elevated:255 255 255;--color-text-primary:30 30 30;--color-text-secondary:90 90 90;--color-text-inverse:253 251 247;--color-border-subtle:232 226 217;--color-border-strong:197 186 170;--color-focus-ring:232 165 56;--color-action-primary:44 74 62;--color-action-primary-hover:31 54 44;--color-action-primary-label:255 255 255;--color-action-secondary-bg:253 251 247;--color-action-destructive:196 74 58;--color-accent:232 165 56;--color-accent-label:30 30 30;--color-chestnut:139 90 60;--color-chestnut-bright:139 90 60;--color-success:44 74 62;--color-warning:232 165 56;--color-sale:232 165 56;--color-inverse:17 21 20;--color-light:253 251 247;--color-dark:30 30 30;--color-header:253 251 247;--color-header-fg:30 30 30;--color-footer:44 74 62;--color-footer-fg:240 237 232;--color-warm-oat:253 251 247;--color-cloud:255 255 255;--color-ink:30 30 30;--color-forest-green:44 74 62;--color-electric-jade:232 165 56;--color-hero-overlay-from:44 74 62;--color-hero-overlay-to:44 74 62}html.dark{--shadow-sm:none;--shadow-md:none;--shadow-lg:none;--color-page-bg:17 21 20;--color-surface:30 36 34;--color-surface-elevated:30 36 34;--color-text-primary:240 237 232;--color-text-secondary:176 168 158;--color-text-inverse:17 21 20;--color-border-subtle:46 53 50;--color-border-strong:58 68 64;--color-focus-ring:232 165 56;--color-action-primary:74 124 101;--color-action-primary-hover:58 99 80;--color-action-primary-label:255 255 255;--color-action-secondary-bg:30 36 34;--color-action-destructive:224 120 104;--color-accent:232 165 56;--color-accent-label:30 30 30;--color-chestnut:168 117 83;--color-chestnut-bright:168 117 83;--color-success:74 124 101;--color-warning:232 165 56;--color-sale:232 165 56;--color-inverse:10 12 11;--color-light:30 36 34;--color-dark:240 237 232;--color-header:17 21 20;--color-header-fg:232 226 217;--color-footer:10 12 11;--color-footer-fg:240 237 232;--color-warm-oat:17 21 20;--color-cloud:30 36 34;--color-ink:240 237 232;--color-forest-green:74 124 101;--color-electric-jade:232 165 56;--color-hero-overlay-from:17 21 20;--color-hero-overlay-to:17 21 20;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html{transition:background-color .3s,color .3s}html,body,main{background-color:rgb(var(--color-page-bg));color:rgb(var(--color-text-primary));transition:background-color .3s,color .3s}*{scrollbar-width:thin;scrollbar-color:rgb(var(--color-border-strong)) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:rgb(var(--color-border-strong));border-radius:9999px}::-webkit-scrollbar-track{background:0 0}img{border-radius:.5rem}.link:hover{cursor:pointer;text-decoration:underline}.mock-shop-notice{background:rgb(var(--color-surface));border:1px solid rgb(var(--color-border-subtle));border-left:.5rem solid rgb(var(--color-action-primary));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:rgb(var(--color-surface-elevated));box-shadow:var(--shadow-sm);height:100vh;width:min(var(--aside-width), 100vw);right:calc(-1 * var(--aside-width));border-radius:1rem 0 0 1rem;transition:transform .2s ease-in-out;position:fixed;top:0}aside header{border-bottom:1px solid rgb(var(--color-border-subtle));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{background:rgb(var(--color-page-bg));border-bottom:1px solid rgb(var(--color-border-subtle));height:var(--header-height);z-index:10;align-items:center;padding:0 1.5rem;display:flex;position:sticky;top:0}.header a,.header button,.header .header-menu-item{color:rgb(var(--color-text-primary))}.header .header-menu-item:hover{color:rgb(var(--color-action-primary))}@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:rgb(var(--color-inverse));margin-top:auto}.footer-menu{grid-gap:1rem;flex-wrap:wrap;justify-content:center;padding:1rem;display:flex}.footer-menu a{color:rgb(var(--color-text-inverse));min-width:fit-content}.cart-main{height:100%;max-height:calc(100vh - var(--header-height) - 2rem);flex-direction:column;width:auto;display:flex;overflow:hidden}.cart-main.with-discount{max-height:calc(100vh - var(--header-height) - 2rem)}.cart-details-aside{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.cart-details-scroll{flex:1;min-height:0;padding-bottom:.5rem;overflow-y:auto}.cart-line{padding:.75rem 0}.cart-line-inner{display:flex}.cart-line img{height:100%;margin-right:.75rem;display:block}.cart-summary-page{position:relative}.cart-summary-aside{background:rgb(var(--color-surface-elevated));border-top:1px solid rgb(var(--color-border-subtle));z-index:2;flex-shrink:0;width:100%;margin-top:auto;padding:1rem 0 .25rem;position:sticky;bottom:0}.shop-pay-wrap shop-pay-button{width:100%;display:block}.cart-checkout-sticky{background:linear-gradient(to top, rgb(var(--color-surface-elevated)) 70%, rgb(var(--color-surface-elevated) / .85));padding-bottom:.25rem;position:sticky;bottom:0}.cart-line-quantity{display:flex}.cart-line-children{padding-left:2rem}.cart-discount{align-items:center;margin-top:.25rem;display:flex}.cart-subtotal{align-items:center;display:flex}.predictive-search{height:calc(100vh - var(--header-height) - 40px);overflow-y:auto}.predictive-search-form{background:rgb(var(--color-surface-elevated));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}.home{background:rgb(var(--color-page-bg))}.pawra-hero{margin-bottom:0}.featured-collection{margin-bottom:2rem;display:block;position:relative}.featured-collection-image{aspect-ratio:1}@media (width>=45em){.featured-collection-image{aspect-ratio:16/9}}.featured-collection img{-o-object-fit:cover;object-fit:cover;height:auto;max-height:100%}.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{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;padding:.25rem .5rem;font-family:inherit;font-size:1rem}.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 rgb(var(--color-border-subtle));background:rgb(var(--color-surface));border-radius:.75rem;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 rgb(var(--color-border-subtle));background:rgb(var(--color-surface));width:100%;color:rgb(var(--color-text-primary));border-radius:.75rem;padding:.5rem .75rem;font-size:1rem}.order-search-input:focus{box-shadow:0 0 0 2px rgb(var(--color-focus-ring));outline:none}.order-search-buttons{flex-wrap:wrap;gap:.75rem;display:flex}
