.uf-boedeker-product-card{display:grid;position:relative;outline-offset:var(--outline-off--inset);border:var(--border);border-radius:var(--rounded);padding:var(--p-8);height:100%}.uf-boedeker-product-card__img-wrapper{position:relative;grid-area:img;aspect-ratio:1;overflow:hidden}.uf-boedeker-product-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.uf-boedeker-product-card__img.is-sold{filter:grayscale(1)}.uf-boedeker-product-card__badge{position:absolute;top:0;left:0;transform:translate(-20%, 550%) rotate(-45deg);transform-origin:top left;z-index:1;border-radius:var(--rounded);background-color:var(--clr-p-800);padding:.4em 1ch;width:100%;pointer-events:none;color:var(--clr-n-0);font-weight:500;font-size:5cqw;line-height:1;user-select:none;text-align:center}.uf-boedeker-product-card__title{grid-area:title;margin-bottom:var(--m-4);word-break:break-word}@container (width < 30rem){.uf-boedeker-product-card__title{--_fs: var(--fs-b-sm)}}.uf-boedeker-product-card__props{display:flex;grid-area:props;flex-direction:column;gap:var(--gap-4);margin:0;padding:0;list-style:none}.uf-boedeker-product-card__prop{display:flex;justify-content:space-between;align-items:baseline;gap:var(--gap-8)}@container (width < 30rem){.uf-boedeker-product-card__prop{font-size:var(--fs-b-sm)}}.uf-boedeker-product-card__prop-label{color:var(--clr-n-800);font-weight:var(--fw-h4);font-size:var(--fs-b)}.uf-boedeker-product-card__prop-value{text-align:right}.uf-boedeker-product-card__prop-value--bool{color:var(--clr-success, #22c55e);font-weight:var(--fw-h4)}.uf-boedeker-product-card__meta{display:flex;grid-area:meta;flex-direction:column}.uf-boedeker-product-card__category{--_category-m: 1.5em;position:relative;margin-bottom:var(--_category-m)}@container (width < 30rem){.uf-boedeker-product-card__category{font-size:var(--fs-b-sm)}}.uf-boedeker-product-card__link::before,.uf-boedeker-product-card__link::after{position:absolute;inset:0;width:100%;height:100%;content:""}.uf-boedeker-product-card__link::after{opacity:0;transition:var(--all-fast);background-color:var(--clr-p-100)}.uf-boedeker-product-card__link:hover::after,.uf-boedeker-product-card__link:focus::after{opacity:.2}@container (width < 30rem){.uf-boedeker-product-card__number{font-size:var(--fs-b-sm)}}.uf-boedeker-product-card__year{display:inline-flex;align-items:center;gap:var(--gap-4)}@container (width < 30rem){.uf-boedeker-product-card__year{font-size:var(--fs-b-sm)}}.uf-boedeker-product-card__bookmark{display:inline-flex;position:absolute;top:var(--p-8);right:var(--p-8);justify-content:center;align-items:center;z-index:2;transition:var(--all-fast);cursor:pointer;border:0;border-radius:var(--rounded);background-color:var(--clr-n-50);padding:var(--p-4);width:calc(1em + var(--p-8));height:calc(1em + var(--p-8));color:var(--clr-p-700)}.uf-boedeker-product-card__bookmark:hover,.uf-boedeker-product-card__bookmark:focus{background-color:var(--clr-n-200)}.uf-boedeker-product-card__bookmark:active{background-color:var(--clr-p-200)}.uf-boedeker-product-card__bookmark-icon{width:1em;height:1em}.uf-boedeker-product-card__bookmark-icon--saved{display:none}.uf-boedeker-product-card__bookmark[aria-pressed=true] .uf-boedeker-product-card__bookmark-icon--unsaved{display:none}.uf-boedeker-product-card__bookmark[aria-pressed=true] .uf-boedeker-product-card__bookmark-icon--saved{display:block}.uf-boedeker-product-card[data-view=card]{grid-template-areas:"img" "title" "meta";align-content:start}.uf-boedeker-product-card[data-view=card] .uf-boedeker-product-card__title{margin-top:var(--m-8)}.uf-boedeker-product-card[data-view=card] .uf-boedeker-product-card__props{display:none}.uf-boedeker-product-card[data-view=card] .uf-boedeker-product-card__category::after{position:absolute;bottom:calc(var(--_category-m)*-0.5);left:0;border-bottom:var(--border-no-clr) currentColor;width:4ch;content:""}.uf-boedeker-product-card[data-view=card] .uf-boedeker-product-card__divider{display:none}.uf-boedeker-product-card[data-view=card] .uf-boedeker-product-card__divider{display:none}@supports not (container-type: inline-size){.uf-boedeker-product-card[data-view=list]{--productcard-list-img-w: min(30vw, 18rem)}}@supports(container-type: inline-size){.uf-boedeker-product-card[data-view=list]{--productcard-list-img-w: min(33cqw, 18rem)}}.uf-boedeker-product-card[data-view=list]{grid-template-rows:auto auto;grid-template-columns:var(--productcard-list-img-w) minmax(0, 2fr) 1px minmax(0, 1fr);grid-template-areas:"title title   title   title" "img   props   divider meta";column-gap:var(--gap-20);row-gap:var(--gap-12);align-items:center;height:auto}[data-view=list] .uf-boedeker-product-card .uf-boedeker-product-card__title{margin-bottom:0}[data-view=list] .uf-boedeker-product-card .uf-boedeker-product-card__img-wrapper{aspect-ratio:1;width:var(--productcard-list-img-w);max-width:100%}[data-view=list] .uf-boedeker-product-card .uf-boedeker-product-card__props{grid-area:props;min-width:0}[data-view=list] .uf-boedeker-product-card .uf-boedeker-product-card__divider{align-self:stretch;margin:0;border-top:unset;border-left:var(--border);height:100%}[data-view=list] .uf-boedeker-product-card .uf-boedeker-product-card__meta{align-items:flex-end;min-width:0;text-align:right}[data-view=list] .uf-boedeker-product-card .uf-boedeker-product-card__category{margin-bottom:var(--m-4)}@container (width < 80ch){[data-view=list] .uf-boedeker-product-card{grid-template-columns:auto 1fr;grid-template-areas:"title title" "img   meta" "props props"}[data-view=list] .uf-boedeker-product-card .uf-boedeker-product-card__meta{align-items:flex-start;text-align:left}}/*# sourceMappingURL=boedeker-product-card.min.css.map */