.tc-collection-showcase{background-color:var(--tc-bg-dark)}.tc-collection-showcase--spaced{padding:110px 0 122px}.tc-collection-showcase__inner{max-width:1280px;margin-inline:auto;padding-inline:24px}.tc-collection-showcase .tc-section-header{margin-bottom:52px}.tc-collection-showcase .tc-section-header__eyebrow{color:var(--tc-mid)}.tc-collection-showcase .tc-section-header__heading{font-size:clamp(2.4rem,5.8vw,5rem);font-weight:600;line-height:1.06;letter-spacing:-.03em;color:var(--tc-cream)}.tc-collection-showcase .tc-section-header__subheading{color:var(--tc-text-muted-inv)}.tc-collection-showcase .tc-section-header__action{color:var(--tc-mid)}.tc-collection-showcase .tc-section-header__action-icon{background-color:#e9c9a81f;border-color:#e9c9a859;color:var(--tc-mid)}.tc-collection-showcase .tc-section-header__action:hover .tc-section-header__action-icon{background-color:var(--tc-mid);border-color:var(--tc-mid);color:var(--tc-dark)}.tc-collection-showcase__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.tc-product-card{border-radius:24px;overflow:hidden;background:linear-gradient(180deg,#fff3e614,#fff3e608);border:1px solid rgba(255,243,230,.14);display:flex;flex-direction:column;height:100%;box-shadow:0 24px 60px #06040333;transition:border-color var(--tc-motion-duration-fast) var(--tc-motion-ease-smooth),background-color var(--tc-motion-duration-fast) var(--tc-motion-ease-smooth),box-shadow var(--tc-motion-duration-fast) var(--tc-motion-ease-smooth),transform var(--tc-motion-duration-fast) var(--tc-motion-ease-card)}.tc-product-card:hover,.tc-product-card:focus-within{border-color:#e9c9a89e;background:linear-gradient(180deg,#fff3e61a,#fff3e60d);box-shadow:0 30px 80px #06040347,inset 0 0 0 1px #e9c9a838;transform:translateY(-4px)}.tc-product-card__media-link{display:block;text-decoration:none}.tc-product-card__media{position:relative;aspect-ratio:4 / 5.3;overflow:hidden;background-color:#fff3e60a}.tc-product-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#08060500 35%,#0806051f);pointer-events:none}.tc-product-card__image{width:100%;height:100%;object-fit:cover;transform:scale(1.01);transition:transform .42s var(--tc-motion-ease-card)}.tc-product-card:hover .tc-product-card__image,.tc-product-card:focus-within .tc-product-card__image{transform:scale(1.06)}.tc-product-card__placeholder{width:100%;height:100%}.tc-product-card__body{display:flex;flex:1;flex-direction:column;gap:14px;padding:20px 20px 22px}.tc-product-card__top{display:flex;flex-direction:column;gap:10px}.tc-product-card__proof{display:flex;flex-direction:column;gap:5px}.tc-product-card__proof--empty{visibility:hidden}.tc-product-card__pill{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-family:var(--font-stack-body);font-size:.72rem;font-weight:500;line-height:1.5;white-space:nowrap;background:#fff3e60f;border:1px solid rgba(255,243,230,.18);color:#fff3e6b3}.tc-product-card__proof-kicker{font-family:var(--font-stack-body);font-size:.68rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--tc-mid)}.tc-product-card__chips{display:flex;flex-wrap:wrap;gap:6px}.tc-product-card__title{margin:0;font-family:var(--font-stack-headings);font-size:1.24rem;font-weight:600;line-height:1.16}.tc-product-card__title a{display:-webkit-box;color:var(--tc-cream);text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.tc-product-card__title a:hover{color:var(--tc-cream)}.tc-product-card__price{font-size:1.5rem;font-weight:600;color:var(--tc-mid);margin-top:auto;padding-top:4px}.tc-product-card__desc{margin:0;font-size:.92rem;line-height:1.58;color:var(--tc-text-muted-inv);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}.tc-product-card__desc>*{margin:0;padding:0}.tc-product-card__desc>*+*{margin-top:.35em}.tc-product-card__desc ul,.tc-product-card__desc ol{padding-left:1.2em}.tc-product-card__desc strong{color:inherit}.tc-product-card__desc a{color:var(--tc-mid);text-decoration:none}.tc-product-card__actions{display:flex;flex-direction:column;gap:10px;margin-top:auto}.tc-product-card__add-btn{width:100%;min-height:46px;justify-content:center;gap:7px}.tc-product-card__add-btn--sold-out{opacity:.82;cursor:default;pointer-events:none;background:#e9c9a812;border:1px solid rgba(233,201,168,.45);color:var(--tc-cream);font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;border-radius:var(--tc-btn-radius, 2rem);display:flex;align-items:center;padding:0 16px}.tc-product-card__add-btn.is-loading{opacity:.6;pointer-events:none}.tc-product-card__add-btn.is-added{background-color:#e9c9a838}.tc-product-card__details-link{display:block;text-align:center;font-family:var(--font-stack-body);font-size:.78rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#fff3e66b;text-decoration:none;padding:4px 0;transition:color .15s ease}.tc-product-card__details-link:hover{color:#fff3e6b8}.tc-product-card__media-link:focus-visible,.tc-product-card__title a:focus-visible{outline:2px solid rgba(233,201,168,.72);outline-offset:4px;border-radius:10px}.tc-collection-showcase__footer{margin-top:30px;display:flex;justify-content:center}.tc-collection-showcase__empty{border:1px dashed var(--tc-border-inv);border-radius:16px;padding:24px;text-align:center;color:var(--tc-text-muted-inv)}@media(max-width:1120px){.tc-collection-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.tc-collection-showcase--spaced{padding:82px 0 92px}.tc-collection-showcase__inner{padding-inline:18px}.tc-collection-showcase .tc-section-header{margin-bottom:30px}.tc-collection-showcase__grid{grid-template-columns:1fr;gap:16px}.tc-product-card__body{gap:12px;padding:18px 18px 20px}.tc-product-card__top{gap:9px}.tc-product-card__desc{-webkit-line-clamp:4}.tc-product-card__add-btn{min-height:44px}}@media(prefers-reduced-motion:reduce){.tc-product-card,.tc-product-card__image{transition:none}.tc-product-card:hover,.tc-product-card:focus-within{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/section-tc-collection-showcase.css.map */
