.screw-corners{position:relative}.screw-corners:before,.screw-corners:after{content:"\2295";position:absolute;top:.5rem;font-size:.75rem;color:var(--color-foreground-muted);pointer-events:none}.screw-corners:before{left:.5rem}.screw-corners:after{right:.5rem;left:auto}.badge-sale{display:inline-block;padding:.125rem .5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;background-color:var(--color-led-red);color:#fff;transform:rotate(-2deg);box-shadow:2px 2px #0000004d,0 0 12px color-mix(in srgb,var(--color-led-red) 50%,transparent)}product-card.product-card{position:relative;background-color:var(--color-background);border:2px solid var(--color-border);border-radius:var(--resource-card-corner-radius, var(--card-corner-radius, 4px));display:flex;flex-direction:column;gap:var(--product-card-gap, 16px);box-shadow:4px 4px 0 var(--color-border),inset 0 0 0 1px color-mix(in srgb,var(--color-metal) 30%,transparent)}@media(prefers-reduced-motion:no-preference){product-card.product-card{transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1)}}.stompbox-card{position:relative;background-color:var(--color-background);border:2px solid var(--color-border);border-radius:0;box-shadow:4px 4px 0 var(--color-border),inset 0 0 0 1px color-mix(in srgb,var(--color-metal) 30%,transparent)}@media(prefers-reduced-motion:no-preference){.stompbox-card{transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1)}}@media(any-pointer:fine)and (prefers-reduced-motion:no-preference){.stompbox-card:hover{border-color:var(--color-primary);box-shadow:4px 4px 0 var(--color-border),inset 0 0 0 1px color-mix(in srgb,var(--color-metal) 30%,transparent),0 0 30px color-mix(in srgb,var(--color-glow) 15%,transparent);transform:translate(-2px,-2px)}}.card-gallery{--gallery-aspect-ratio: 1}.product-grid product-card .card-gallery,.product-list product-card .card-gallery,.resource-list product-card .card-gallery{overflow:hidden;border-radius:var(--resource-card-corner-radius, var(--card-corner-radius, 4px)) var(--resource-card-corner-radius, var(--card-corner-radius, 4px)) 0 0}.product-card__content .product-card__vendor,.product-grid .product-card__content .product-title-block,.resource-list .product-card__content .product-title-block,.predictive-search-results__card .product-card__content .product-title-block,.featured-gear__grid .product-card__content .product-title-block{padding-inline:var(--padding-sm, .5rem);padding-block-start:var(--padding-sm, .5rem)}.product-card__content:has(.product-card__vendor) .product-title-block{padding-block-start:0}.product-grid .product-card__content .product-title-block p,.resource-list .product-card__content .product-title-block p,.predictive-search-results__card .product-card__content .product-title-block p,.featured-gear__grid .product-card__content .product-title-block p{font-size:var(--font-size--base, 1rem);font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);color:var(--color-foreground);line-height:1.3;margin:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2}.product-grid .product-card__content product-price,.resource-list .product-card__content product-price,.predictive-search-results__card .product-card__content product-price,.featured-gear__grid .product-card__content product-price{display:block;margin-top:auto;padding-inline:var(--padding-sm, .5rem);padding-block-start:var(--gap-sm, .5rem);border-top:1px solid var(--color-border)}.product-grid .product-card__content product-price .price,.resource-list .product-card__content product-price .price,.predictive-search-results__card .product-card__content product-price .price,.featured-gear__grid .product-card__content product-price .price{font-size:var(--font-size--base, 1rem);font-family:var(--font-paragraph--family);color:var(--color-primary);font-weight:700}.product-grid .product-card__content product-price .compare-at-price,.resource-list .product-card__content product-price .compare-at-price,.predictive-search-results__card .product-card__content product-price .compare-at-price,.featured-gear__grid .product-card__content product-price .compare-at-price{font-size:var(--font-size--base, 1rem);font-family:var(--font-paragraph--family)}.product-grid .product-card__content .product-card-stock,.resource-list .product-card__content .product-card-stock,.predictive-search-results__card .product-card__content .product-card-stock,.featured-gear__grid .product-card__content .product-card-stock{padding-inline:var(--padding-sm, .5rem);padding-block-end:var(--padding-sm, .5rem);margin-top:0}[product-grid-view=zoom-out] .product-card__content .product-title-block p,[product-grid-view=zoom-out] .product-card__content product-price .price,[product-grid-view=zoom-out] .product-card__content product-price .compare-at-price,[product-grid-view=zoom-out] .product-card__content .product-card-stock{font-size:var(--font-size--xs)}.product-card__content .product-card-stock{--led-instock: #5fb87a;--led-low: #b8952e;--led-out: var(--color-led-red, #c62828);display:inline-flex;align-items:center;gap:.35rem;font-size:var(--font-size--xs, .75rem);font-family:var(--font-paragraph--family);letter-spacing:.05em;text-transform:capitalize}.product-card-stock__icon,.product-card-stock__icon svg{width:.75rem;height:.75rem;flex-shrink:0}.product-card-stock--in_stock_store_online .product-card-stock__icon{color:var(--led-instock);filter:drop-shadow(0 0 12px color-mix(in srgb,var(--led-instock) 19%,transparent))}.product-card-stock--low_stock .product-card-stock__icon,.product-card-stock--in_stock_online .product-card-stock__icon{color:var(--led-low);filter:drop-shadow(0 0 12px color-mix(in srgb,var(--led-low) 19%,transparent))}.product-card-stock--out_of_stock .product-card-stock__icon{color:rgb(var(--color-foreground-rgb) / .25);filter:none;opacity:.9}.product-card-stock--out_of_stock .product-card-stock__icon .icon-led__shine{opacity:0}@media(any-pointer:fine)and (prefers-reduced-motion:no-preference){.product-grid product-card.product-card:hover,.product-list product-card.product-card:hover,.resource-list product-card.product-card:hover{border-color:var(--color-primary);box-shadow:4px 4px 0 var(--color-border),inset 0 0 0 1px color-mix(in srgb,var(--color-metal) 30%,transparent),0 0 30px color-mix(in srgb,var(--color-glow) 15%,transparent);transform:translate(-2px,-2px)}.header product-card.product-card:hover,.header-drawer product-card.product-card:hover{transform:none}}.product-badges__badge.badge-sale{padding:.125rem .5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;background-color:var(--color-led-red);color:#fff;border-radius:0;transform:rotate(-2deg);box-shadow:2px 2px #0000004d,0 0 12px color-mix(in srgb,var(--color-led-red) 50%,transparent)}.product-badges__badge.badge-sold-out{padding:.125rem .5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;border-radius:0;transform:rotate(-3deg);box-shadow:2px 2px #0000004d}.section--divided-top{border-block-start:2px solid var(--color-border, color-mix(in srgb, var(--color-foreground) 12%, transparent))}
/*# sourceMappingURL=/cdn/shop/t/3/assets/analog-soul.css.map */
