.collection-page{--ep-collection-primary: var(--ep-color-primary);--ep-collection-accent: var(--ep-color-accent);--ep-collection-muted: rgba(var(--ep-color-primary-rgb), .65);--ep-collection-radius: 22px;max-width:1240px;margin:0 auto;padding:var(--ep-section-pad-sm) var(--ep-space-md) var(--ep-section-pad)}.collection-page .collection-breadcrumb{display:flex;align-items:center;gap:8px;font-family:var(--ep-font-display);font-size:13px;color:rgba(var(--ep-color-primary-rgb),.55);margin-bottom:16px}.collection-page .collection-breadcrumb a{color:inherit;text-decoration:none;transition:color .18s ease}.collection-page .collection-breadcrumb a:hover{color:var(--ep-collection-primary)}.breadcrumb-separator{color:rgba(var(--ep-color-primary-rgb),.25)}.breadcrumb-current{color:var(--ep-collection-primary);font-weight:600}.collection-header{text-align:center;margin-bottom:clamp(24px,3vw,40px);padding:clamp(18px,3vw,32px) 0;background:transparent}.collection-badge{position:relative;display:inline-flex;align-items:center;gap:10px;font-family:var(--ep-font-display, "Switzer", sans-serif);font-size:16px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ep-collection-primary);background:transparent;padding:0;border-radius:0;border:0;box-shadow:none;margin-bottom:18px}.collection-badge:before,.collection-badge:after{content:"";display:block;width:40px;height:2px;background:linear-gradient(90deg,var(--ep-color-primary),transparent)}.collection-badge:after{background:linear-gradient(90deg,transparent,var(--ep-color-primary))}.collection-page .collection-title{font-family:var(--font-display, var(--ep-font-display));font-size:var(--ep-fs-hero, clamp(2.8rem, 4vw, 3.8rem));font-weight:var(--ep-fw-bold, 700);letter-spacing:-.01em;margin:0 0 20px;line-height:1.2}.collection-page .collection-description{font-family:var(--ep-font-body);font-size:18px;font-weight:400;line-height:1.7;color:var(--ep-color-muted);max-width:600px;margin:0 auto;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-height:5.1em}.collection-toolbar{display:flex;justify-content:flex-end;align-items:center;gap:16px;margin-bottom:clamp(24px,4vw,32px);padding-bottom:16px;border-bottom:1px solid rgba(var(--ep-color-primary-rgb),.08);font-family:var(--ep-font-display);color:var(--ep-collection-muted)}.toolbar-filter-button{display:none}.toolbar-count{font-size:14px;font-weight:500}.collection-products .product-grid{display:grid;grid-template-columns:1fr;gap:16px;max-width:1400px;margin:0 auto}.collection-products .product-card{position:relative;display:block;border-radius:24px;overflow:hidden;background:var(--ep-color-surface);border:1px solid rgba(var(--ep-color-primary-rgb),.08);box-shadow:0 4px 12px rgba(var(--ep-color-ink-deep-rgb),.08);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit}.collection-products .product-card:hover{transform:translateY(-8px);box-shadow:0 20px 48px rgba(var(--ep-color-accent-strong-rgb),.15)}.product-card-link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.product-card-image{position:relative;width:100%;aspect-ratio:3 / 2;overflow:hidden;background:#fff}.product-card-image img{width:100%;height:100%;object-fit:contain;object-position:center center;padding:0;transform:scale(1.5);transition:transform .32s cubic-bezier(.4,0,.2,1)}.collection-products .product-card:hover .product-card-image img{transform:scale(1.55)}.product-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--ep-color-neutral-100) 0%,var(--ep-color-neutral-200) 100%)}.product-card-info{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 22px 28px;text-align:center;flex:1}.product-card-title{font-family:var(--ep-font-display);font-size:clamp(18px,2vw,22px);font-weight:700;line-height:1.3;letter-spacing:-.01em;min-height:2.6em;margin:0 0 8px;color:var(--ep-collection-primary);transition:color .22s ease}.collection-products .product-card:hover .product-card-title{color:var(--ep-collection-accent)}.product-card-subtitle{font-family:var(--ep-font-display);font-size:14px;font-weight:var(--ep-font-normal, 400);line-height:1.5;color:var(--ep-collection-muted);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:3em}.product-card-price{font-family:var(--ep-font-display);font-size:16px;font-weight:600;color:var(--ep-collection-primary);margin:4px 0 0}.product-card-cta{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:4px 10px;min-height:28px;border:1px solid rgba(var(--ep-color-accent-rgb),.16);border-radius:var(--ep-radius-md, 12px);font-family:var(--ep-font-body, "Switzer", sans-serif);font-size:13px;font-weight:600;line-height:1;white-space:nowrap;color:var(--ep-collection-accent);background:rgba(var(--ep-color-accent-rgb),.08);margin-top:auto;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease}.collection-products .product-card:hover .product-card-cta{transform:translateY(-1px);background:rgba(var(--ep-color-accent-rgb),.12);border-color:rgba(var(--ep-color-accent-rgb),.24);color:var(--ep-collection-primary)}.product-card-cta svg{stroke:currentColor}.collection-empty{font-family:var(--ep-font-display);text-align:center;padding:80px 20px;font-size:16px;color:rgba(var(--ep-color-primary-rgb),.5)}.collection-page{padding:clamp(20px,6vw,48px) clamp(14px,5vw,24px) clamp(40px,10vw,64px)}.collection-toolbar{flex-direction:column;align-items:stretch;text-align:center}.product-card-info{padding:20px}.product-card-title{font-size:18px}.collection-breadcrumb{font-size:12px}.collection-title{font-size:26px}.collection-description{font-size:15px}@media(min-width:480px){.collection-products .product-grid{grid-template-columns:repeat(2,1fr);gap:18px}.collection-breadcrumb{font-size:13px}.collection-title{font-size:clamp(2rem,5vw,3rem)}.collection-description{font-size:16px}}@media(min-width:750px){.collection-page{padding:clamp(32px,8vw,64px) clamp(20px,6vw,40px) clamp(56px,12vw,80px)}.collection-toolbar{flex-direction:row;align-items:center;justify-content:space-between;text-align:left}.collection-products .product-grid{grid-template-columns:repeat(3,1fr);gap:22px}.product-card-info{padding:24px}.product-card-title{font-size:clamp(18px,2vw,22px)}}@media(min-width:990px){.collection-toolbar{justify-content:flex-end}.collection-products .product-grid{grid-template-columns:repeat(4,1fr);gap:clamp(20px,3vw,32px)}}.collection-products .product-card:focus-visible{outline:2px solid var(--ep-color-accent);outline-offset:4px}@media(prefers-reduced-motion:reduce){.collection-products .product-card,.collection-products .product-card img{animation:none;transition:none}.collection-products .product-card:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/ep-collection.css.map */
