.product-showcase{padding-top:var(--ps-padding-top, 60px);padding-bottom:var(--ps-padding-bottom, 80px);color:var(--ps-text, #6d625a);background:var(--ps-background, #f7f0e5)}.product-showcase__eyebrow{display:flex;align-items:center;justify-content:center;gap:14px;margin:0 0 38px;color:var(--ps-accent, #b9822e);font-family:var(--font-body-family, Arial, sans-serif);font-size:10px;font-weight:600;line-height:1.4;letter-spacing:.3em;text-transform:uppercase}.product-showcase__eyebrow span{width:40px;height:1px;flex:0 0 40px;background:currentcolor;opacity:.55}.product-showcase__toolbar{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-bottom:42px}.product-showcase__heading,.product-showcase__product-title{color:var(--ps-heading, #281b15);font-family:var(--font-heading-family, Georgia, "Times New Roman", serif);font-style:var(--font-heading-style, normal)}.product-showcase__heading{margin:0;font-size:clamp(38px,3.5vw,54px);font-weight:400;line-height:1.08}.product-showcase__filters{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.product-showcase__filter{min-height:38px;padding:9px 17px;border:1px solid var(--ps-border, #ded3c4);color:var(--ps-heading, #281b15);background:#ffffff80;font-family:var(--font-body-family, Arial, sans-serif);font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;cursor:pointer}.product-showcase__filter.is-active,.product-showcase__filter:hover{border-color:var(--ps-accent, #b9822e);color:var(--ps-accent, #b9822e);background:#fff}.product-showcase__filter:focus-visible,.product-showcase__card-link:focus-visible{outline:2px solid var(--ps-accent, #b9822e);outline-offset:3px}.product-showcase__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.product-showcase__panel[hidden]{display:none}.product-showcase__card{min-width:0;overflow:hidden;border:1px solid var(--ps-border, #ded3c4);background:var(--ps-card, #fff)}.product-showcase__card-link{display:block;color:inherit;text-decoration:none}.product-showcase__media{position:relative;aspect-ratio:1;overflow:hidden;background:#f4eee5}.product-showcase__image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .24s ease}.product-showcase--image-contain .product-showcase__image{object-fit:contain}.product-showcase__card-link:hover .product-showcase__image{transform:scale(1.025)}.product-showcase__placeholder{color:#281b152e}.product-showcase__badge{position:absolute;z-index:1;top:14px;left:14px;padding:7px 11px;color:var(--ps-badge-text, #fff);background:var(--ps-badge, #28150e);font-family:var(--font-body-family, Arial, sans-serif);font-size:9px;font-weight:700;line-height:1;letter-spacing:.17em;text-transform:uppercase}.product-showcase__card-content{padding:20px 22px 22px}.product-showcase__product-title{margin:0;font-size:20px;font-weight:400;line-height:1.25}.product-showcase__meta{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:11px;font-family:var(--font-body-family, Arial, sans-serif);font-size:14px;line-height:1.35}.product-showcase__meta strong{flex:0 0 auto;color:var(--ps-accent, #b9822e);font-weight:700}.product-showcase__empty{margin:42px 0 0;color:var(--ps-text, #6d625a);font-size:16px;text-align:center}.product-showcase__pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin-top:42px}.product-showcase__page{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;padding:8px 12px;border:1px solid var(--ps-border, #ded3c4);color:var(--ps-heading, #281b15);background:#ffffff80;font-family:var(--font-body-family, Arial, sans-serif);font-size:13px;line-height:1;text-decoration:none}.product-showcase__page.is-current,.product-showcase__page[href]:hover{border-color:var(--ps-heading, #281b15);color:var(--ps-card, #fff);background:var(--ps-heading, #281b15)}.product-showcase__page[href]:focus-visible{outline:2px solid var(--ps-accent, #b9822e);outline-offset:3px}.product-showcase__page--gap{border-color:transparent;background:transparent}.product-showcase__action{margin-top:48px;text-align:center}.product-showcase__button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:14px 38px;border:1px solid var(--ps-heading, #281b15);color:var(--ps-heading, #281b15);background:transparent;font-family:var(--font-body-family, Arial, sans-serif);font-size:11px;font-weight:700;line-height:1.2;letter-spacing:.25em;text-align:center;text-decoration:none;text-transform:uppercase;transition:color .18s ease,background-color .18s ease}.product-showcase__button[href]:hover{color:var(--ps-card, #fff);background:var(--ps-heading, #281b15)}.product-showcase__button:focus-visible{outline:2px solid var(--ps-accent, #b9822e);outline-offset:4px}.product-showcase__button[aria-disabled=true]{cursor:default}@media screen and (max-width:1199px){.product-showcase__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-showcase__toolbar{align-items:flex-start;flex-direction:column}.product-showcase__filters{justify-content:flex-start}}@media screen and (max-width:749px){.product-showcase__eyebrow{gap:9px;margin-bottom:28px;font-size:9px}.product-showcase__eyebrow span{width:22px;flex-basis:22px}.product-showcase__toolbar{gap:24px;margin-bottom:30px}.product-showcase__heading{font-size:36px}.product-showcase__filters{flex-wrap:nowrap;width:100%;overflow-x:auto;padding-bottom:5px;scrollbar-width:thin}.product-showcase__filter{flex:0 0 auto}.product-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-showcase__card-content{padding:15px 14px 17px}.product-showcase__product-title{font-size:17px}.product-showcase__meta{align-items:flex-start;flex-direction:column;gap:5px;font-size:12px}.product-showcase__badge{top:8px;left:8px;padding:6px 8px;font-size:8px}.product-showcase__action{margin-top:36px}.product-showcase__pagination{gap:6px;margin-top:30px}.product-showcase__page{min-width:38px;min-height:38px}.product-showcase__button{width:100%;padding-inline:22px}}@media screen and (max-width:420px){.product-showcase__grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.product-showcase__image,.product-showcase__button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-showcase.css.map */
