:root{--color-background: #ffffff;--color-surface: #f8f8f8;--color-primary-text: #1a1a1a;--color-secondary-text: #666666;--color-border: #e6e6e6;--color-accent: #000000;--color-success: #28a745;--color-error: #dc3545;--color-background-inverse: #121212;--color-surface-inverse: #1e1e1e;--color-primary-text-inverse: #ffffff;--color-secondary-text-inverse: #a0a0a0;--color-border-inverse: #333333;--font-heading: "StackSansText", sans-serif;--font-body: "StackSansText", sans-serif;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--text-display: clamp(2.5rem, 5vw + 1rem, 4.5rem);--text-h1: clamp(2.25rem, 4vw + 1rem, 3.5rem);--text-h2: clamp(1.875rem, 3vw + .8rem, 2.75rem);--text-h3: clamp(1.5rem, 2vw + .7rem, 2.25rem);--text-h4: clamp(1.25rem, 1.5vw + .6rem, 1.75rem);--text-h5: clamp(1.125rem, 1vw + .5rem, 1.375rem);--text-h6: clamp(1rem, 1vw + .4rem, 1.125rem);--text-body-large: clamp(1.125rem, 1vw + .5rem, 1.25rem);--text-body: 1rem;--text-small: .875rem;--text-caption: .75rem;--line-height-heading: 1.2;--line-height-body: 1.6;--line-height-tight: 1.1;--space-4: 4px;--space-8: 8px;--space-12: 12px;--space-16: 16px;--space-24: 24px;--space-32: 32px;--space-48: 48px;--space-64: 64px;--space-80: 80px;--space-120: 120px;--radius-none: 0px;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-full: 9999px;--container-sm: 960px;--container-md: 1280px;--container-lg: 1440px;--container-padding: var(--space-24)}@media(min-width:768px){:root{--container-padding: var(--space-48)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:var(--text-body);line-height:var(--line-height-body);color:var(--color-primary-text);background-color:var(--color-background)}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:var(--container-padding);padding-right:var(--container-padding)}.container--sm{max-width:var(--container-sm)}.container--md{max-width:var(--container-md)}.container--lg{max-width:var(--container-lg)}.container--full{max-width:100%;padding:0}.section-spacing{padding-top:var(--space-48);padding-bottom:var(--space-48)}.section-spacing--lg{padding-top:var(--space-80);padding-bottom:var(--space-80)}.section-spacing--sm{padding-top:var(--space-24);padding-bottom:var(--space-24)}@media(min-width:768px){.section-spacing{padding-top:var(--space-80);padding-bottom:var(--space-80)}.section-spacing--lg{padding-top:var(--space-120);padding-bottom:var(--space-120)}.section-spacing--sm{padding-top:var(--space-48);padding-bottom:var(--space-48)}}.text-display{font-size:var(--text-display);font-family:var(--font-heading);line-height:var(--line-height-tight);font-weight:var(--font-weight-light)}.text-h1{font-size:var(--text-h1);font-family:var(--font-heading);line-height:var(--line-height-heading);font-weight:var(--font-weight-regular)}.text-h2{font-size:var(--text-h2);font-family:var(--font-heading);line-height:var(--line-height-heading);font-weight:var(--font-weight-regular)}.text-h3{font-size:var(--text-h3);font-family:var(--font-heading);line-height:var(--line-height-heading);font-weight:var(--font-weight-medium)}.text-h4{font-size:var(--text-h4);font-family:var(--font-heading);line-height:var(--line-height-heading);font-weight:var(--font-weight-medium)}.text-h5{font-size:var(--text-h5);font-family:var(--font-heading);line-height:var(--line-height-heading);font-weight:var(--font-weight-semibold)}.text-h6{font-size:var(--text-h6);font-family:var(--font-heading);line-height:var(--line-height-heading);font-weight:var(--font-weight-semibold)}.text-body-large{font-size:var(--text-body-large)}.text-body{font-size:var(--text-body)}.text-small{font-size:var(--text-small)}.text-caption{font-size:var(--text-caption);text-transform:uppercase;letter-spacing:.05em}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.color-primary{color:var(--color-primary-text)}.color-secondary{color:var(--color-secondary-text)}.color-accent{color:var(--color-accent)}.color-error{color:var(--color-error)}.color-success{color:var(--color-success)}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gap-16{gap:var(--space-16)}.gap-24{gap:var(--space-24)}.gap-32{gap:var(--space-32)}.gap-48{gap:var(--space-48)}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.mb-16{margin-bottom:var(--space-16)}.mb-24{margin-bottom:var(--space-24)}.mb-32{margin-bottom:var(--space-32)}.mt-32{margin-top:var(--space-32)}.rounded-none{border-radius:var(--radius-none)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-full{border-radius:var(--radius-full)}@media screen and (min-width:750px){media-gallery.media-gallery--grid{align-items:flex-start!important}slideshow-controls[thumbnails][pagination-position=left] .slideshow-controls__thumbnails{padding-block-start:0!important;margin-top:0!important}slideshow-controls[thumbnails]:is([pagination-position=left]){margin-top:0!important;padding-top:0!important}}@media screen and (min-width:750px){media-gallery{align-items:flex-start!important;align-items:start!important}.slideshow-controls__thumbnails{padding-block-start:0!important;padding-top:0!important;margin-top:0!important}.media-gallery__grid{padding-top:0!important;margin-top:0!important}}.variant-option__button-label--has-swatch{padding:4px!important;border-radius:50%!important}.variant-option__button-label--has-swatch .swatch{border-radius:50%;width:48px;height:48px;display:block}.product-media-container:not(.dialog-zoomed-gallery__dialog *) .product-media{align-items:flex-start!important}.product-media-container:not(.dialog-zoomed-gallery__dialog *) img,.product-media-container:not(.dialog-zoomed-gallery__dialog *) .product-media__image{object-position:top!important;align-self:flex-start!important}@media screen and (min-width:990px){zoom-dialog dialog.dialog-zoomed-gallery__dialog{width:50vw!important;height:80vh!important;margin:auto!important;max-width:1000px!important;border-radius:var(--radius-md, 16px)!important;box-shadow:0 30px 60px #0000004d!important;overflow:hidden!important;background-color:var(--color-background)!important}zoom-dialog dialog.dialog-zoomed-gallery__dialog::backdrop{background:#000000b3!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dialog-thumbnails-list-container{width:100%!important;left:0!important;justify-content:center!important;padding-bottom:24px!important}.dialog-thumbnails-list__thumbnail{border:1px solid rgba(255,255,255,.25)!important}.dialog-zoomed-gallery__close-button{position:absolute!important;top:50px!important;right:20px!important;bottom:auto!important;left:auto!important;background:#fff!important;color:#000!important;border-radius:50%!important;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;border:none!important;box-shadow:0 4px 16px #00000026!important;mix-blend-mode:normal!important;z-index:2147483647!important;transform:none!important;clip-path:none!important}.dialog-zoomed-gallery__close-button svg{width:20px!important;height:20px!important;margin:0!important;transform:none!important}.dialog-zoomed-gallery{display:flex!important;flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;height:100%!important;width:100%!important;margin:0!important;padding:0!important;scroll-behavior:smooth!important}.dialog-zoomed-gallery::-webkit-scrollbar{display:none!important}.dialog-zoomed-gallery .product-media-container{flex:0 0 100%!important;width:100%!important;height:100%!important;scroll-snap-align:start!important;display:flex!important;align-items:center!important;justify-content:center!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/global-design-system.css.map */
