.stl2{background-color:var(--color-background)}.stl2__inner{padding-left:12px;padding-right:12px;margin:0 auto}@media screen and (min-width: 750px){.stl2__inner{padding-left:8px;padding-right:8px}}.stl2__header{display:flex;flex-direction:column;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:24px}@media screen and (min-width: 750px){.stl2__header{padding:0 32px;flex-direction:row;gap:4px}}.stl2__heading{margin:0;font-family:var(--font-accent--family);font-weight:400;font-size:28px;line-height:1.1;letter-spacing:-2%;color:var(--color-foreground-heading);-webkit-font-smoothing:antialiased}@media screen and (min-width: 750px){.stl2__heading{font-size:40px}}.stl2__tag{margin:0;font-family:var(--font-paragraph--family);font-size:12px;line-height:1.2;color:var(--color-foreground);opacity:.5;-webkit-font-smoothing:antialiased;white-space:nowrap}@media screen and (min-width: 750px){.stl2__tag{font-size:14px;line-height:1}}.stl2__layout{display:grid;grid-template-columns:1fr;flex-direction:column;gap:8px}@media screen and (min-width: 1200px){.stl2__layout{grid-template-columns:1fr 1fr;gap:4px}}.stl2__gallery{display:flex;flex-direction:row;gap:4px;align-items:flex-start;max-height:720px;overflow:hidden}.stl2__main-image-wrap{flex:1;min-width:0}.stl2__main-image{display:block;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}@media screen and (max-width: 750px){.stl2__main-image{max-height:400px}}.stl2__main-image--placeholder{background-color:var(--color-border)}.stl2__thumbs{display:flex;flex-direction:column;gap:4px;width:72px;flex-shrink:0;overflow-y:auto;scrollbar-width:none}.stl2__thumbs::-webkit-scrollbar{display:none}@media screen and (min-width: 750px){.stl2__thumbs{width:102px}}.stl2__thumb{display:block;padding:0;border:none;background:none;cursor:pointer;transition:opacity .2s ease;flex-shrink:0;opacity:.5;position:relative;padding-bottom:5px}.stl2__thumb:last-child{padding-bottom:0}.stl2__thumb:last-child::after{content:none}.stl2__thumb::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:var(--color-foreground-heading);opacity:.5;transition:transform .2s ease}.stl2__thumb.is-active{opacity:1}.stl2__thumb.is-active::after{opacity:1}.stl2__thumb-img{display:block;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;max-height:100px}@media screen and (min-width: 750px){.stl2__thumb-img{max-height:141px}}.stl2__products{display:grid;grid-template-columns:1fr;gap:8px;align-content:start}@media screen and (min-width: 750px){.stl2__products{grid-template-columns:1fr 1fr;gap:4px}}.stl2__divider{display:none}.stl2__product{display:flex;align-items:center;gap:12px;padding:0;background-color:var(--color-background-secondary, #efeeee);padding:12px}@media screen and (min-width: 750px){.stl2__product{padding:32px;flex-direction:column}}.stl2__product-img-wrap{flex-shrink:0;display:block;width:100%;height:auto;overflow:hidden;background-color:var(--color-background-secondary, #efeeee);width:64px;height:100px}@media screen and (min-width: 750px){.stl2__product-img-wrap{width:200px;height:150px}}@media screen and (min-width: 1400px){.stl2__product-img-wrap{width:289px;height:181px}}.stl2__product-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}@media screen and (min-width: 750px){.stl2__product-img{-o-object-fit:contain;object-fit:contain}}.stl2__product-info{width:100%;display:flex;flex-direction:column;gap:12px}.stl2__product-title{font-family:var(--font-paragraph--family);font-weight:500;font-size:14px;line-height:1.4;color:var(--color-foreground-heading);text-decoration:none;-webkit-font-smoothing:antialiased}.stl2__product-actions{margin-top:0;width:100%}.stl2__atc-form{display:flex;align-items:center;justify-content:end;gap:12px;width:100%}.stl2__product-color{display:flex;align-items:baseline;gap:8px}.stl2__color-swatch{display:block;width:8px;height:8px;border-radius:2px}.stl2__color-name{font-size:12px;line-height:1.4;opacity:.7}.stl2__select-wrap{position:relative;flex:1;min-width:0}.stl2__size-select{width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:rgba(0,0,0,0);border:1px solid var(--color-border, rgba(51, 51, 51, 0.12));padding:11.5px 32px 11.5px 10px;font-family:var(--font-paragraph--family);font-size:12px;line-height:1.4;letter-spacing:1%;color:var(--color-foreground-heading);cursor:pointer;-webkit-font-smoothing:antialiased;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stl2__size-select:focus{outline:none;border-color:var(--color-foreground-heading)}.stl2__select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--color-foreground);display:flex;align-items:center}.stl2__atc-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border:none;background-color:var(--color-foreground-heading);color:var(--color-background);cursor:pointer;transition:opacity .2s ease}.stl2__atc-btn:hover{opacity:.75}.stl2__sold-out{margin:4px 0 0;font-size:12px;color:var(--color-foreground);opacity:.5}.stl2-empty{text-align:center;padding:48px 24px;font-size:14px;opacity:.5}