.cc-hub{--cc-hub-max-width: var(--page-width, 1560px);--cc-hub-gutter: var(--gutter-md, 2rem);--cc-hub-heading-color: rgb(var(--heading-color, 42 43 42));--cc-hub-text-color: rgb(var(--text-color, 88 88 88));--cc-hub-bg-color: var(--bg-color, #ffffff);--cc-hub-accent-color: #FF8A00;--cc-hub-border-color: #e5e5e5;--cc-hub-card-bg: #ffffff;--cc-hub-card-radius: 16px;--cc-hub-card-shadow: 0 2px 8px rgba(0, 0, 0, .06);--cc-hub-card-shadow-hover: 0 12px 24px rgba(0, 0, 0, .1);--cc-hub-card-image-height: 280px;--cc-hub-font-family: var(--heading-font-family, "DM Sans", sans-serif);--cc-hub-transition-duration: .4s;--cc-hub-transition-timing: cubic-bezier(.4, 0, .2, 1);--cc-hub-section-bg: #f8f8f8}.cc-collection-hub{margin-top:calc(var(--section-gap) * .4);margin-bottom:0}.cc-hub__wrapper{max-width:calc(var(--cc-hub-max-width) + (var(--cc-hub-gutter) * 2));margin:0 auto;padding:0 var(--cc-hub-gutter)}.cc-hub__hero{background:var(--cc-hub-bg-color);padding:5rem 0 4rem;margin-bottom:1.5rem;border-bottom:2px solid var(--cc-hub-border-color)}.cc-hub__hero--with-image{background-size:cover;background-position:center;padding:8rem 0;border-bottom:none;position:relative;text-align:center;border-radius:12px;overflow:hidden}.cc-hub__hero--with-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;pointer-events:none}.cc-hub__hero--with-image .cc-hub__hero-content{position:relative;z-index:1;max-width:var(--cc-hub-max-width);margin:0 auto;padding:0 var(--cc-hub-gutter)}.cc-hub__hero--with-image .cc-hub__hero-title{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.cc-hub__hero--with-image .cc-hub__hero-title{margin-bottom:0}.cc-hub__hero-title{font-family:var(--cc-hub-font-family);font-size:clamp(2.5rem,6vw,4rem);margin-bottom:1rem;font-weight:700;color:var(--cc-hub-heading-color);letter-spacing:-.02em;line-height:1.2}.cc-hub__hero-description{font-size:clamp(1.25rem,2.2vw,1.5rem);line-height:1.9;color:var(--cc-hub-text-color)}.cc-hub__hero-description>*:last-child{margin-bottom:0}.cc-hub__description{padding:1.5rem 0 1rem;background:var(--cc-hub-bg-color);margin-bottom:1.5rem;border-bottom:2px solid var(--cc-hub-border-color)}.cc-hub__description-content{font-size:clamp(1.25rem,2.2vw,1.5rem);line-height:1.9;color:var(--cc-hub-text-color)}.cc-hub__description-content>*:last-child{margin-bottom:0}.cc-hub__description-content p{margin-bottom:1.25rem}.cc-hub__description-content strong{color:var(--cc-hub-heading-color)}.cc-hub__collections{background:var(--cc-hub-section-bg);padding:3rem;margin:0 0 4rem;border-radius:24px}.cc-hub__collections-inner{width:100%}.cc-hub__collections-title{font-family:var(--cc-hub-font-family);font-size:clamp(2rem,4vw,2.75rem);margin-bottom:1rem;color:var(--cc-hub-heading-color);font-weight:700;line-height:1.2}.cc-hub__collections-subtitle{font-size:clamp(1.1rem,2vw,1.25rem);color:var(--cc-hub-text-color);margin-bottom:3rem}.cc-hub__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;list-style:none;padding:0;margin:0}.cc-hub__grid--small{grid-template-columns:repeat(6,1fr);gap:1.5rem}.cc-hub__grid--small .cc-hub__card-content{padding:1.25rem}.cc-hub__grid--small .cc-hub__card-title{font-size:1.15rem;margin-bottom:.5rem}.cc-hub__grid--small .cc-hub__card-description{font-size:.85rem;margin-bottom:1rem}.cc-hub__grid--small .cc-hub__card-meta{font-size:.85rem;padding:.4rem .85rem}.cc-hub__grid--small .cc-hub__card-cta{padding:.75rem 1.25rem;font-size:.9rem}.cc-hub__grid--large{grid-template-columns:repeat(4,1fr);gap:2.5rem}.cc-hub__grid--large .cc-hub__card-title{font-size:1.6rem}.cc-hub__grid--large .cc-hub__card-description{font-size:1.05rem}.cc-hub__card{background:var(--cc-hub-card-bg);border-radius:var(--cc-hub-card-radius);overflow:hidden;text-decoration:none;color:inherit;transition:all .3s ease;display:flex;flex-direction:column;box-shadow:var(--cc-hub-card-shadow);height:100%;border:1px solid rgba(0,0,0,.06)}@media(hover:hover){.cc-hub__card:hover,.cc-hub__card:focus-visible{transform:translateY(-6px);box-shadow:var(--cc-hub-card-shadow-hover);border-color:#ff8a004d}}@media(hover:none){.cc-hub__card:active{box-shadow:0 2px 8px #ff8a0040;border-color:var(--cc-hub-accent-color)}}.cc-hub__card:focus-visible{outline:3px solid var(--cc-hub-accent-color);outline-offset:2px}.cc-hub__card-media{overflow:hidden;position:relative;aspect-ratio:1 / 1;display:block;line-height:0}.cc-hub__card-image-container{width:100%;height:100%;position:relative;overflow:hidden;display:block;line-height:0}.cc-hub__card-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .5s var(--cc-hub-transition-timing);vertical-align:bottom}.cc-hub__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000,#0006);pointer-events:none}@media(hover:hover){.cc-hub__card:hover .cc-hub__card-image,.cc-hub__card:focus-visible .cc-hub__card-image{transform:scale(1.05)}}.cc-hub__card-placeholder{width:100%;height:100%;background:#333;display:flex;align-items:center;justify-content:center;position:relative}.cc-hub__card-placeholder:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000,#0006);pointer-events:none}.cc-hub__card-placeholder svg{width:4rem;height:4rem;opacity:.4;color:#999}.cc-hub__card-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column;background:#fff;position:relative;border-top:3px solid var(--cc-hub-accent-color)}.cc-hub__card-title{font-family:var(--cc-hub-font-family);font-size:1.35rem;margin:0 0 .625rem;color:var(--cc-hub-heading-color);font-weight:700;line-height:1.3;transition:color .25s ease}@media(hover:hover){.cc-hub__card:hover .cc-hub__card-title,.cc-hub__card:focus-visible .cc-hub__card-title{color:var(--cc-hub-accent-color)}}.cc-hub__card-description{color:#6b7280;font-size:.9rem;margin:0 0 1rem;line-height:1.55;flex-grow:1}.cc-hub__card-meta{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:#4b5563;background:#f3f4f6;padding:.5rem 1rem;border-radius:20px;margin-bottom:1.25rem;letter-spacing:.01em}.cc-hub__card-meta:before{content:"";width:8px;height:8px;background:var(--cc-hub-accent-color);border-radius:50%;flex-shrink:0}.cc-hub__card-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.5rem;background:transparent;color:var(--cc-hub-accent-color);font-weight:600;font-size:1rem;letter-spacing:.02em;border:2px solid var(--cc-hub-accent-color);border-radius:30px;transition:all .25s ease;text-decoration:none;margin-top:auto;width:100%}.cc-hub__card-cta:after{content:"\2192";font-size:1.1rem;transition:transform .25s ease}@media(hover:hover){.cc-hub__card:hover .cc-hub__card-cta,.cc-hub__card:focus-visible .cc-hub__card-cta{background:var(--cc-hub-accent-color);color:#fff}.cc-hub__card:hover .cc-hub__card-cta:after,.cc-hub__card:focus-visible .cc-hub__card-cta:after{transform:translate(3px)}}.cc-hub__footer{margin:0 0 4rem}.cc-hub__footer h2{font-family:var(--cc-hub-font-family);font-size:clamp(1.75rem,3vw,2.25rem);margin-bottom:1.5rem;color:var(--cc-hub-heading-color);font-weight:700}.cc-hub__footer p{font-size:clamp(1.25rem,2.2vw,1.5rem);line-height:1.9;color:var(--cc-hub-text-color);margin-bottom:1.25rem}.cc-hub__footer p:last-child{margin-bottom:0}.cc-hub__footer strong{color:var(--cc-hub-heading-color);font-weight:600}.cc-hub__footer ul,.cc-hub__footer ol{font-size:clamp(1.25rem,2.2vw,1.5rem);line-height:1.9;color:var(--cc-hub-text-color);margin-bottom:1.25rem;padding-left:1.5rem}.cc-hub__footer li{margin-bottom:.5rem}.cc-hub__footer li:last-child{margin-bottom:0}.cc-hub__footer a{color:var(--cc-hub-accent-color);text-decoration:none;transition:text-decoration .2s ease}.cc-hub__footer a:hover,.cc-hub__footer a:focus{text-decoration:underline}.cc-hub__empty{padding:4rem 2rem;text-align:center;background:var(--cc-hub-section-bg);border-radius:var(--cc-hub-card-radius);margin:2rem 0}.cc-hub__empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.cc-hub__empty-text{color:var(--cc-hub-text-color);font-size:1.1rem;line-height:1.6;max-width:40ch;margin:0 auto}@media(max-width:1200px){.cc-hub__grid{grid-template-columns:repeat(4,1fr)}.cc-hub__grid--small{grid-template-columns:repeat(5,1fr)}.cc-hub__grid--large{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.cc-hub__grid{grid-template-columns:repeat(3,1fr)}.cc-hub__grid--small{grid-template-columns:repeat(4,1fr)}.cc-hub__grid--large{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.cc-hub{--cc-hub-gutter: 1.5rem}.cc-hub__hero{padding:4rem 0 3rem;margin-bottom:1rem}.cc-hub__hero--with-image{padding:5rem 0;border-radius:8px}.cc-hub__collections{padding:2rem;margin-bottom:3rem;border-radius:16px}.cc-hub__collections-subtitle{margin-bottom:2rem}.cc-hub__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.cc-hub__grid--small{grid-template-columns:repeat(3,1fr);gap:1rem}.cc-hub__grid--large{grid-template-columns:repeat(2,1fr);gap:1.5rem}.cc-hub__card:hover,.cc-hub__card:focus-visible,.cc-hub__card:active{transform:none}.cc-hub__card:active{box-shadow:0 4px 12px #ff8a0040}.cc-hub__card-content{padding:1.25rem}.cc-hub__card-title{font-size:1.15rem;margin-bottom:.5rem}.cc-hub__card-description{font-size:.9rem;margin-bottom:1rem}.cc-hub__card-cta{padding:.75rem 1.25rem;font-size:.9rem}}@media(max-width:480px){.cc-hub{--cc-hub-gutter: 1rem}.cc-hub__collections{padding:1.5rem;border-radius:12px}.cc-hub__grid,.cc-hub__grid--small,.cc-hub__grid--large{grid-template-columns:1fr;gap:1.25rem}.cc-hub__card-content{padding:1.5rem}.cc-hub__card-title{font-size:1.3rem}.cc-hub__card-description{font-size:.95rem}}@media(prefers-reduced-motion:reduce){.cc-hub__card,.cc-hub__card-image,.cc-hub__card-title,.cc-hub__card-cta{transition:none!important}.cc-hub__card:hover,.cc-hub__card:focus-visible{transform:none}.cc-hub__card:hover .cc-hub__card-image,.cc-hub__card:focus-visible .cc-hub__card-image{transform:none}.cc-hub__card:hover .cc-hub__card-cta:after,.cc-hub__card:focus-visible .cc-hub__card-cta:after{transform:none}}.cc-hub.color-scheme--1{--cc-hub-bg-color: var(--color-scheme-1-bg);--cc-hub-heading-color: var(--color-scheme-1-heading);--cc-hub-text-color: var(--color-scheme-1-text)}.cc-hub.color-scheme--2{--cc-hub-bg-color: var(--color-scheme-2-bg);--cc-hub-heading-color: var(--color-scheme-2-heading);--cc-hub-text-color: var(--color-scheme-2-text)}.cc-hub.color-scheme--3{--cc-hub-bg-color: var(--color-scheme-3-bg);--cc-hub-heading-color: var(--color-scheme-3-heading);--cc-hub-text-color: var(--color-scheme-3-text)}@media print{.cc-hub__card{box-shadow:none;border:1px solid #ddd;break-inside:avoid}.cc-hub__card-content{background:#f0f0f0!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.cc-hub__card-title{color:#000!important}}.cc-hub__facet-nav{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid var(--cc-hub-border-color)}.cc-hub__facet-tab{display:inline-flex;align-items:center;gap:.625rem;padding:1.125rem 2rem;background:#fff;border:2px solid var(--cc-hub-border-color);border-radius:50px;font-family:var(--cc-hub-font-family);font-size:1.125rem;font-weight:600;color:var(--cc-hub-text-color);cursor:pointer;transition:all .25s ease;white-space:nowrap}.cc-hub__facet-tab:hover{border-color:var(--cc-hub-accent-color);color:var(--cc-hub-accent-color);background:#ff8a000d}.cc-hub__facet-tab:focus-visible{outline:3px solid var(--cc-hub-accent-color);outline-offset:2px}.cc-hub__facet-tab--active{background:var(--cc-hub-accent-color);border-color:var(--cc-hub-accent-color);color:#fff}.cc-hub__facet-tab--active:hover{background:#e67a00;border-color:#e67a00;color:#fff}.cc-hub__facet-tab-label{font-weight:600}.cc-hub__facet-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;height:1.75rem;padding:0 .625rem;background:#0000001a;border-radius:50px;font-size:.875rem;font-weight:700}.cc-hub__facet-tab--active .cc-hub__facet-tab-count{background:#ffffff40}.cc-hub__facet-panels{position:relative}.cc-hub__facet-panel{display:none;animation:cc-hub-fade-in .3s ease}.cc-hub__facet-panel--active{display:block}.cc-hub__facet-panel[hidden]{display:none!important}@keyframes cc-hub-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:992px){.cc-hub__facet-nav{gap:.625rem}.cc-hub__facet-tab{padding:1rem 1.5rem;font-size:1.05rem}.cc-hub__facet-tab-count{min-width:1.625rem;height:1.625rem;font-size:.825rem}}@media(max-width:768px){.cc-hub__facet-nav{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:1.25rem;margin-bottom:2rem;margin-left:calc(-1 * var(--cc-hub-gutter));margin-right:calc(-1 * var(--cc-hub-gutter));padding-left:var(--cc-hub-gutter);padding-right:var(--cc-hub-gutter)}.cc-hub__facet-nav::-webkit-scrollbar{display:none}.cc-hub__facet-tab{flex-shrink:0;padding:.875rem 1.25rem;font-size:1rem}.cc-hub__facet-tab-count{min-width:1.5rem;height:1.5rem;font-size:.8rem}}@media(max-width:480px){.cc-hub__facet-tab{padding:.75rem 1.125rem;font-size:.95rem;gap:.5rem}.cc-hub__facet-tab-count{min-width:1.375rem;height:1.375rem;font-size:.75rem;padding:0 .5rem}}@media(prefers-reduced-motion:reduce){.cc-hub__facet-tab{transition:none}.cc-hub__facet-panel{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/collection-hub.css.map */
