.swatch-texture-tooltip{position:fixed;z-index:200;width:28rem;display:flex;flex-direction:column;pointer-events:none;overflow:hidden;background:rgb(var(--color-background));border:.1rem solid rgba(var(--color-border),var(--color-border-alpha,1));border-radius:var(--blocks-radius,1.2rem);box-shadow:0 .8rem 3.2rem rgba(0,0,0,.12),0 .2rem .6rem rgba(0,0,0,.06);opacity:0;visibility:hidden;transition:opacity .18s,visibility .18s;will-change:opacity}.swatch-texture-tooltip.is-visible{opacity:1;visibility:visible}.swatch-texture-tooltip__thumb{display:block;position:relative;width:100%;aspect-ratio:4/3;flex-shrink:0;background-color:rgba(var(--color-foreground),.06)}.swatch-texture-tooltip__thumb img[data-swatch-texture-img]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.swatch-texture-tooltip__badge{display:none;position:absolute;top:1rem;right:1rem;z-index:1;padding:.35rem .8rem;border-radius:2rem;background:rgb(var(--color-primary));color:#fff;font-family:var(--font-body-family);font-size:1.1rem;font-weight:600;line-height:1.4;white-space:nowrap;pointer-events:none;box-shadow:0 .2rem .6rem rgba(0,0,0,.25)}.swatch-texture-tooltip__body{display:flex;flex-direction:column;gap:1rem;padding:1.8rem 2rem}.swatch-texture-tooltip__name{display:block;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:var(--font-size-lg);color:rgb(var(--color-foreground));line-height:1.2}.swatch-texture-tooltip__desc{margin:0;line-height:1.55}@media (max-width:1199px){.swatch-texture-tooltip{display:none!important}}