:root{--color-text: #0a0a0a;--color-text-secondary: #666;--color-surface: #ffffff;--color-background: #fafafa;--color-artwork-mat: #eeeeee;--color-artwork-mat-muted: #eaeaea;--color-border: #e5e5e5;--color-primary: #0a0a0a;--color-error: #dc2626;--color-warning: #f59e0b;--brand: #f2ffcf;--typeface-compressed: "GT-America-Compressed-Regular", "GT America Compressed", sans-serif;--cart-badge-bg: #ebb208;--cart-badge-bg-logged-in: #d8ff94;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--spacing-3xl: 64px;--container-max-width: 1000px;--container-padding: 0px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: "SF Mono", Monaco, "Cascadia Code", "Roboto Mono", Consolas, "Courier New", monospace;--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .35s ease}@font-face{font-family:GT-America-Compressed-Regular;src:url(https://cdn.jsdelivr.net/npm/ds-one@0.1.11-alpha.13/DS1/1-root/fonts/GT-America-Compressed-Regular.woff2) format("woff2");font-display:swap}*{box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--color-text);background:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:manipulation;-ms-touch-action:manipulation;background:var(--color-surface, #fff)}.container{justify-content:space-between;max-width:var(--container-max-width);margin:0 auto}@media(min-width:768px){.container{--container-padding: 40px}}.site-header{padding-top:40px;padding-bottom:10px;margin-bottom:10px;background:var(--color-surface, #fff)}.site-header .container{display:flex;flex-direction:column;gap:20px}body.mobile .site-header{width:100%;position:fixed;top:0;left:0;right:0;margin-top:0;padding:calc(0px * var(--scaling-factor-mobile, 1)) calc(20px * var(--scaling-factor)) calc(20px * var(--scaling-factor)) calc(20px * var(--scaling-factor));z-index:100;box-sizing:border-box}body.mobile .container{max-width:100%;padding:0;gap:calc(20px * var(--scaling-factor-mobile, 1))}body.mobile .main-content{margin-top:calc(120px * var(--scaling-factor-mobile, 1))}.header-content{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-lg)}.header-actions{height:40px;display:flex;align-items:end;justify-content:space-between;gap:var(--spacing-md);flex:1}body.mobile .header-actions{height:56px;gap:5px}.view-button{background:none;border:none;padding:0;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:opacity var(--transition-fast);overflow:hidden}.view-button:hover{opacity:.8}.view-button img,.view-button svg{display:block;width:32px;height:32px}.profile-button{display:flex;align-items:center;justify-content:center;width:30px;height:30px;cursor:pointer;transition:opacity var(--transition-fast);text-decoration:none}.profile-button:hover{opacity:.8}.profile-button img{display:block;width:30px;height:30px}.profile-button.logged-in{background:#d8ff94;border-radius:50%}cart-display{margin-left:auto}.main-content{min-height:60vh;display:flex;flex-direction:column;align-items:center;margin:0 auto;max-width:var(--container-max-width);width:100%;padding:0 var(--container-padding)}body.mobile .main-content{padding:0}.filters-bar{display:flex;justify-content:center;gap:40px;margin-left:16px;height:calc(20px * var(--scaling-factor-mobile, 1));align-items:flex-end;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}body.mobile .filters-bar{justify-content:space-between;gap:0;margin-left:0;height:calc(20px * var(--scaling-factor-mobile, 1))}body.mobile .filter-toggle-container{width:calc(80px * var(--scaling-factor-mobile, 1));display:flex;height:20px;justify-content:end;position:relative}body.mobile .filter-toggle-container:first-child{justify-content:flex-start}body.mobile .filter-toggle-container:nth-child(2){justify-content:center}body.mobile .filter-toggle-container:last-child{justify-content:flex-end}.filter-toggle-container{display:flex;align-items:center;height:16px;position:relative}.filter-toggle{display:flex;align-items:center;gap:4px;padding:0;height:16px;background:transparent;border:none;font-size:16px;font-weight:400;color:var(--color-text);cursor:pointer;white-space:nowrap;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:manipulation;-ms-touch-action:manipulation}.filter-toggle.active{color:#0a0a0a;background:var(--brand)}body.mobile .filter-toggle{height:20px;background:#27dbff7f;padding:0 calc(2px * var(--scaling-factor-mobile, 1))}body.mobile .filter-toggle.active{background:var(--brand)}body:focus-visible .filter-toggle{outline:6px solid var(--color-primary);outline-offset:2px}.filter-label{font-size:16px;line-height:1}.filter-label-mobile,body.mobile .filter-label-desktop{display:none}body.mobile .filter-label-mobile{display:inline}.filter-toggle text-v1{font-size:16px;line-height:1;display:inline}.filter-icon{width:16px;height:16px;display:block}body.mobile .filter-icon{width:20px;height:20px}.filter-close{width:16px;height:16px;opacity:0;pointer-events:none;display:flex;align-items:center;justify-content:center;position:relative}.filter-toggle.active .filter-close{opacity:1;pointer-events:auto;background:linear-gradient(90deg,#0003 0% 100%)}body.mobile .filter-close{display:none!important}.filter-dropdown{display:flex;gap:10px;padding:10px;background:var(--color-surface)}.filter-dropdown[hidden]{display:none}.color-picker{justify-content:center}.color-option{width:24px;height:24px;cursor:pointer;padding:0;transition:transform .2s ease}.color-option:hover{transform:scale(1.1)}.detail-picker{flex-direction:column;gap:2px;padding:0;border:none;background:transparent}.detail-option{display:flex;align-items:center;gap:4px;padding:4px 8px;background:var(--brand);color:#0a0a0a;border:none;font-size:16px;cursor:pointer;transition:opacity .2s ease;height:18px}.detail-option:hover{opacity:.7}.detail-option img{width:16px;height:16px}.detail-option.selected{background:var(--brand)}body:not(.mobile) wa-tooltip{display:none!important}body.mobile wa-tooltip{pointer-events:none}body.mobile wa-tooltip{--wa-tooltip-arrow-size: 0}wa-tooltip{display:flex;align-items:center;justify-content:center;background:#6b6b6b;color:#f3f3f3;padding:calc(0px * var(--scaling-factor-mobile, 1)) calc(2px * var(--scaling-factor-mobile, 1));font-size:16px;line-height:1;height:20px;border-radius:0;position:absolute;bottom:calc(20px * var(--scaling-factor-mobile, 1))}body.mobile wa-tooltip::part(base){--wa-tooltip-arrow-size: 0}body.mobile wa-tooltip::part(base__popup){transform-origin:center bottom}.loading-state,.empty-state{padding:var(--spacing-3xl) var(--spacing-md);text-align:center;color:var(--color-text-secondary)}.site-footer{margin-top:var(--spacing-3xl);padding:var(--spacing-2xl) 0;background:var(--color-surface)}.footer-content{display:flex;flex-direction:column;gap:var(--spacing-md);align-items:center;text-align:center}@media(min-width:768px){.footer-content{flex-direction:row;justify-content:space-between;text-align:left}}.copyright{margin:0;font-size:14px;color:var(--color-text-secondary)}.footer-links{display:flex;gap:var(--spacing-lg);list-style:none;margin:0;padding:0}.footer-link{font-size:14px;color:var(--color-text-secondary);text-decoration:none;transition:color var(--transition-fast)}.footer-link:hover,.footer-link:focus{color:var(--color-text)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.skip-link{position:absolute;top:-40px;left:0;background:var(--color-primary);color:#fff;padding:var(--spacing-sm) var(--spacing-md);text-decoration:none;z-index:1000}.skip-link:focus{top:0}.site-footer{width:100%;padding:40px 20px;margin-top:80px}.footer-content{max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:40px}.footer-copyright{flex-shrink:0}.footer-copyright p{font-size:12px;color:#878787;margin:0;white-space:nowrap}.footer-nav{display:flex;gap:20px;align-items:center;flex-wrap:wrap;justify-content:center;flex:1}.footer-nav a{font-size:12px;color:var(--color-text, #000);text-decoration:none;white-space:nowrap;transition:opacity .2s}.footer-nav a:hover{opacity:.6}.footer-settings{display:flex;gap:5px;align-items:center;flex-shrink:0}.footer-settings cycle-v1{font-size:12px}.footer-settings cycle-v1 ds-button{font-size:14px;background:var(--color-control, #e7e7e7);color:var(--color-control-text, #3d3d3d);padding:0 4px;height:auto;min-height:16px}.footer-setting{background:none;border:none;padding:0;font-size:12px;color:var(--color-text, #000);cursor:pointer;transition:opacity .2s;font-family:inherit}.footer-setting.active{background:var(--color-control, #e7e7e7);padding:0 4px;font-size:14px;color:var(--color-control-text, #3d3d3d)}.footer-setting:hover{opacity:.6}.footer-separator{font-size:12px;color:var(--color-text, #000)}@media(max-width:768px){.footer-content{flex-direction:column;gap:20px}.footer-nav{flex-direction:column;gap:12px}.footer-desktop{display:none}.footer-mobile{display:flex;align-items:center;justify-content:space-between;height:28px;width:100%;padding:0}}@media(min-width:769px){.footer-mobile{display:none}}.footer-more-button{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;width:20px;height:20px}.footer-more-button svg{display:block;width:20px;height:20px}.footer-settings-mobile{display:flex;align-items:center;gap:6.25px;height:20px}.footer-setting-item{display:flex;align-items:center;gap:0}.footer-setting-btn{background:var(--color-control, #e7e7e7);border:none;padding:0 4px;font-family:GT America,sans-serif;font-size:17.5px;color:var(--color-control-text, #3d3d3d);cursor:pointer;white-space:nowrap;height:20px;display:inline-flex;align-items:center;justify-content:center}.footer-setting-btn.active{background:var(--color-control, #e7e7e7)}.footer-settings-mobile .footer-separator{font-size:15px;color:var(--color-text, #000);margin:0}.footer-more-dialog{width:100%;max-width:100%;height:100%;max-height:100%;margin:0;padding:0;border:none;background:#0000;position:fixed;top:0;left:0;z-index:1000}.footer-more-dialog::backdrop{background:#0000}.footer-dialog-content{width:100%;height:100%;background:#f2ffcf;padding:28px;display:flex;flex-direction:column;justify-content:flex-start;position:relative;box-sizing:border-box}.footer-dialog-close{position:absolute;top:8px;left:308.3px;background:#f2ffcf;border:none;padding:0;cursor:pointer;width:20px;height:20px;display:flex;align-items:center;justify-content:center;z-index:10}.footer-dialog-close svg{display:block;width:20px;height:20px}.footer-mobile-nav{display:flex;flex-direction:column;gap:28px;width:100%;margin-top:0;margin-bottom:0}.footer-mobile-nav details{display:flex;flex-direction:column;gap:0}.footer-mobile-nav summary{font-family:GT America Trial,GT America,sans-serif;font-size:20px;line-height:28px;color:var(--color-text, #000);cursor:pointer;list-style:none;display:flex;align-items:center;height:28px;padding:0;user-select:none;-webkit-user-select:none}.footer-mobile-nav summary::-webkit-details-marker{display:none}.footer-mobile-nav summary::marker{display:none}.footer-mobile-nav summary a{font-family:GT America Trial,GT America,sans-serif;font-size:20px;line-height:28px;color:var(--color-text, #000);text-decoration:none;display:block;width:100%}.footer-mobile-nav details[open] summary{margin-bottom:0}body.mobile .footer-more-button{width:calc(20px * var(--scaling-factor-mobile, 1));height:calc(20px * var(--scaling-factor-mobile, 1))}body.mobile .footer-more-button svg{width:calc(20px * var(--scaling-factor-mobile, 1));height:calc(20px * var(--scaling-factor-mobile, 1))}body.mobile .footer-settings-mobile{height:calc(20px * var(--scaling-factor-mobile, 1))}body.mobile .footer-setting-btn{font-size:calc(17.5px * var(--scaling-factor-mobile, 1));height:calc(20px * var(--scaling-factor-mobile, 1));padding:0 calc(4px * var(--scaling-factor-mobile, 1))}body.mobile .footer-settings-mobile .footer-separator{font-size:calc(15px * var(--scaling-factor-mobile, 1))}body.mobile .footer-dialog-content{padding:calc(28px * var(--scaling-factor-mobile, 1))}body.mobile .footer-dialog-close{top:calc(8px * var(--scaling-factor-mobile, 1));left:calc(308.3px * var(--scaling-factor-mobile, 1));width:calc(20px * var(--scaling-factor-mobile, 1));height:calc(20px * var(--scaling-factor-mobile, 1))}body.mobile .footer-dialog-close svg{width:calc(20px * var(--scaling-factor-mobile, 1));height:calc(20px * var(--scaling-factor-mobile, 1))}body.mobile .footer-mobile-nav{gap:calc(28px * var(--scaling-factor-mobile, 1))}body.mobile .footer-mobile-nav summary{font-size:calc(20px * var(--scaling-factor-mobile, 1));line-height:calc(28px * var(--scaling-factor-mobile, 1));height:calc(28px * var(--scaling-factor-mobile, 1))}body.mobile .footer-mobile-nav details[open] summary{margin-bottom:0}body.mobile .footer-mobile-nav summary a{font-size:calc(20px * var(--scaling-factor-mobile, 1));line-height:calc(28px * var(--scaling-factor-mobile, 1))}
