:root{--ch-color-fg: #000;--ch-color-fg-muted: #333;--ch-color-fg-subtle: #999;--ch-color-fg-accent: #444;--ch-color-bg: #fff;--ch-color-bg-subtle: #f5f5f5;--ch-color-bg-accent: #f6f6f6;--ch-color-bg-warm: #f9f9f9;--ch-color-bg-placeholder: #f0f0f0;--ch-color-border: #e0e0e0;--ch-color-border-hover: #ebebeb;--ch-color-primary: var(--color-primary)}.cab{padding:0 40px 60px;margin:0 auto}@media screen and (max-width:749px){.cab{padding:0 20px 40px}}.cab__header{border-top:1px solid var(--ch-color-border);border-bottom:1px solid var(--ch-color-border);padding:24px 0;margin-bottom:48px;display:flex;justify-content:space-between;align-items:center}.cab__title{font-family:var(--font-heading--family);font-size:48px;font-weight:var(--font-heading--weight);line-height:1.1;margin:0}@media screen and (max-width:749px){.cab__title{font-size:32px}}.cab__btn{display:inline-block;padding:14px 28px;background:var(--ch-color-fg);color:var(--ch-color-bg);text-decoration:none;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;flex-shrink:0;transition:opacity .2s ease}.cab__btn:hover{opacity:.8}.cab__content{display:grid;grid-template-columns:1fr 1fr;gap:0}@media screen and (max-width:749px){.cab__content{grid-template-columns:1fr}}.cab__image{position:relative}.cab__image img{width:100%;height:100%;object-fit:cover;display:block}.cab__body{font-size:14px;line-height:1.8;color:var(--ch-color-fg-muted);padding:0 0 0 40px}@media screen and (max-width:749px){.cab__body{padding:24px 0 0}}.cab__body h3{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:40px 0 12px;color:var(--ch-color-fg)}.cab__body h3:first-child{margin-top:0}.cab__body p{margin:0 0 16px}.cab__grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px;margin-top:48px}@media screen and (max-width:749px){.cab__grid{grid-template-columns:1fr;gap:16px;margin-top:32px}}.cab__grid-item{overflow:hidden}.cab__grid-item img{width:100%;height:100%;object-fit:cover;display:block}.cab__grid{grid-auto-rows:400px}.cab__grid-item:nth-child(1){grid-column:span 7}.cab__grid-item:nth-child(2){grid-column:span 5}.cab__grid-item:nth-child(3){grid-column:span 8}.cab__grid-item:nth-child(4){grid-column:span 4}.cab__grid-item:nth-child(5){grid-column:span 5}.cab__grid-item:nth-child(6){grid-column:span 7}@media screen and (max-width:749px){.cab__grid{grid-auto-rows:280px}}@media screen and (max-width:749px){.cab__grid-item:nth-child(n){grid-column:span 1}}.ccg{padding:0 40px 60px}@media screen and (max-width:749px){.ccg{padding:0 20px 40px}}.ccg__header{border-top:1px solid var(--ch-color-border);border-bottom:1px solid var(--ch-color-border);padding:24px 0;margin-bottom:32px}.ccg__title{font-family:var(--font-heading--family);font-size:48px;font-weight:var(--font-heading--weight);line-height:1.1;margin:0}.ccg__subtitle{font-size:20px;font-weight:400;text-transform:uppercase;letter-spacing:-.02em;display:block;margin-top:8px;font-family:var(--font-body-family, sans-serif)}@media screen and (max-width:749px){.ccg__header{display:grid;grid-template-columns:1fr auto;align-items:end}.ccg__title{font-size:32px;grid-column:1;grid-row:1}.ccg__subtitle{grid-column:2;grid-row:1;align-self:end;margin-bottom:4px}}.ccg__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr 1fr;gap:8px}@media screen and (max-width:749px){.ccg__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0}.ccg__grid::-webkit-scrollbar{display:none}}.ccg__card{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;text-decoration:none;color:var(--ch-color-bg);min-height:300px}.ccg__card:first-child{grid-row:span 2}@media screen and (max-width:749px){.ccg__card{flex:0 0 100%;scroll-snap-align:center;min-height:400px;border-radius:0}.ccg__card:first-child{grid-row:span 1}}.ccg__dots{display:none}@media screen and (max-width:749px){.ccg__dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.ccg__dot{width:8px;height:8px;border-radius:50%;border:1px solid var(--ch-color-fg);background:transparent;padding:0;cursor:pointer;transition:background .2s ease}.ccg__dot--active{background:var(--ch-color-fg)}}.ccg__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.ccg__card:hover .ccg__image{transform:scale(1.03)}.ccg__card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0003;z-index:1;transition:background .3s ease}.ccg__card:hover:after{background:#0000004d}.ccg__content{position:relative;z-index:2;padding:24px;background:linear-gradient(to top,rgba(0,0,0,.4) 0%,transparent 100%)}.ccg__name{font-family:var(--font-heading--family);font-size:28px;font-weight:var(--font-heading--weight);line-height:1.2;margin-bottom:4px;text-shadow:0 1px 4px rgba(0,0,0,.3)}.ccg__card:first-child .ccg__name{font-size:32px}.ccg__view{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;opacity:.85}@media screen and (max-width:749px){.ccg__content{padding:12px}.ccg__name,.ccg__card:first-child .ccg__name{font-size:18px}.ccg__view{font-size:8px}}.ccg__badge{position:absolute;top:16px;left:16px;z-index:3;background:var(--ch-color-bg);color:var(--color-primary, #c0392b);border:1px solid var(--color-primary, #c0392b);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:6px 14px;border-radius:0}.ccnav{padding:0 40px}@media screen and (max-width:749px){.ccnav{padding:0 20px}}.ccnav__header{border-top:1px solid var(--ch-color-border);padding-top:32px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;gap:60px}@media screen and (max-width:749px){.ccnav__header{flex-direction:column;align-items:flex-start;gap:16px}}.ccnav__title{font-family:var(--font-heading--family);font-size:48px;font-weight:var(--font-heading--weight);line-height:1.1;margin:0;flex-shrink:0}@media screen and (max-width:749px){.ccnav__title{font-size:32px}}.ccnav__description{font-size:14px;line-height:1.7;color:var(--ch-color-fg-muted);max-width:520px}.ccnav__description p{margin:0}.ccnav__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:32px}@media screen and (max-width:999px){.ccnav__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.ccnav__grid{grid-template-columns:1fr}}.ccnav__card{background:var(--ch-color-bg-subtle);padding:24px;display:flex;flex-direction:column;justify-content:flex-end;min-height:140px;text-decoration:none;color:var(--ch-color-fg);transition:background .2s ease}.ccnav__card:hover{background:var(--ch-color-border-hover)}.ccnav__card-inner{display:flex;align-items:center;justify-content:space-between;gap:12px}.ccnav__card-text{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;line-height:1.3}.ccnav__card-arrow{width:18px;height:18px;flex-shrink:0}.ccnav__border{border-bottom:1px solid var(--ch-color-border);margin-bottom:32px}product-card .pc-type-label{position:absolute;top:10px;left:10px;z-index:2;font-size:11px;font-weight:500;color:#fff;background:#00000080;padding:4px 8px;line-height:1.2;pointer-events:none}product-card .text-block p[role=heading]{font-size:13px!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:.02em!important;line-height:1.4!important;color:var(--ch-color-fg)!important}product-card .group-block-content product-price{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;width:100%!important}product-card product-price{--font-size: .8rem !important;--font-weight: 600 !important}product-card .pc-cart-icon{width:18px;height:18px;color:var(--ch-color-fg);flex-shrink:0;margin-left:auto}.ccn{padding:0 40px;overflow:hidden}@media screen and (max-width:749px){.ccn{padding:0 20px}}.ccn__header{border-top:1px solid var(--ch-color-border);border-bottom:1px solid var(--ch-color-border);padding:24px 0;margin-bottom:48px;display:flex;justify-content:space-between;align-items:center}.ccn__title{font-family:var(--font-heading--family);font-size:48px;font-weight:var(--font-heading--weight);line-height:1.1;margin:0}@media screen and (max-width:749px){.ccn__title{font-size:32px}}.ccn__tabs{display:flex;gap:32px;margin-bottom:40px}@media screen and (max-width:749px){.ccn__tabs{flex-direction:column;gap:12px}.ccn__header{margin-bottom:32px}}.ccn__tab{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--ch-color-fg-subtle);text-decoration:none;padding-bottom:4px;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease;cursor:pointer}.ccn__tab:hover,.ccn__tab.is-active{color:var(--ch-color-fg);border-bottom-color:var(--ch-color-fg);text-decoration:none}.ccn__panel{display:none}.ccn__panel.is-active{display:block}.ccn__layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:60px}@media screen and (max-width:749px){.ccn__layout{grid-template-columns:1fr;gap:40px}}.ccn__text{font-size:15px;line-height:1.8;color:var(--ch-color-fg-muted);overflow-wrap:break-word;min-width:0}.ccn__text h3{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px;color:var(--ch-color-fg)}.ccn__text p{margin:0 0 24px}.ccn__text a{color:var(--ch-color-fg);text-decoration:underline;overflow-wrap:break-word}.ccn__cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media screen and (max-width:749px){.ccn__cards{grid-template-columns:1fr 1fr;gap:8px}}.ccn__card{background:var(--ch-color-bg-accent);padding:32px;display:flex;flex-direction:column;justify-content:space-between;min-height:260px;overflow:hidden}@media screen and (max-width:749px){.ccn__card{padding:16px;min-height:120px}}.ccn__card-label{font-size:18px;color:var(--ch-color-fg-subtle)}@media screen and (max-width:749px){.ccn__card-label{font-size:12px}}.ccn__card-value{font-size:24px;font-weight:700;color:var(--ch-color-fg);line-height:1.3;margin-top:auto;overflow-wrap:break-word}@media screen and (max-width:749px){.ccn__card-value{font-size:14px}}.ccn__card-value a{color:var(--ch-color-fg);text-decoration:none}.ccn__card-value a:hover{text-decoration:underline}.ccn__map{width:100%;height:450px;border:0}@media screen and (max-width:749px){.ccn__map{height:300px}}.custom-events{padding:0 40px 60px}@media screen and (max-width:749px){.custom-events{padding:0 20px 40px}}.custom-events__header{border-top:1px solid var(--ch-color-border);border-bottom:1px solid var(--ch-color-border);padding:24px 0;margin-bottom:40px}.custom-events__title{font-family:var(--font-heading--family);font-size:48px;font-weight:var(--font-heading--weight);line-height:1.1;margin:0}.custom-events__subtitle{font-size:20px;font-weight:400;text-transform:uppercase;letter-spacing:-.02em;display:block;margin-top:8px;font-family:var(--font-body-family, sans-serif)}@media screen and (max-width:749px){.custom-events__header{display:grid;grid-template-columns:1fr auto;align-items:end}.custom-events__title{font-size:32px;grid-column:1;grid-row:1}.custom-events__subtitle{grid-column:2;grid-row:1;align-self:end;margin-bottom:4px}}.custom-events__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media screen and (max-width:989px){.custom-events__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media screen and (max-width:749px){.custom-events__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;margin:0;padding:0}.custom-events__grid::-webkit-scrollbar{display:none}.custom-events__card{flex:0 0 100%;scroll-snap-align:center;aspect-ratio:3 / 4}}.custom-events__dots{display:none}@media screen and (max-width:749px){.custom-events__dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.custom-events__dot{width:8px;height:8px;border-radius:50%;border:1px solid var(--ch-color-fg);background:transparent;padding:0;cursor:pointer;transition:background .2s ease}.custom-events__dot--active{background:var(--ch-color-fg)}}.custom-events__card{position:relative;aspect-ratio:4 / 5;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;cursor:pointer;transition:opacity .4s ease}.custom-events__card:nth-child(3n+1){background-color:#c8d4db}.custom-events__card:nth-child(3n+2){background-color:#f4cdc6}.custom-events__card:nth-child(3n+3){background-color:#dccdc6}.custom-events__grid:hover .custom-events__card{opacity:.4}.custom-events__grid:hover .custom-events__card:hover{opacity:1}.custom-events__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.custom-events__view-more{position:absolute;top:12px;left:12px;z-index:3;font-size:12px;color:var(--ch-color-bg);text-decoration:underline;opacity:0;transition:opacity .3s ease}.custom-events__card:hover .custom-events__view-more{opacity:1}.custom-events__content{position:relative;z-index:1;padding:20px 24px;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,.2) 60%,transparent 100%);color:var(--ch-color-bg)}.custom-events__date{font-size:12px;font-weight:500;margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}.custom-events__name{font-size:13px;font-weight:700;margin-bottom:4px;line-height:1.3;text-transform:uppercase;letter-spacing:.02em}.custom-events__location{font-size:12px;font-weight:400;opacity:.8}.custom-events__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.cfh{padding:0 40px 60px}@media screen and (max-width:749px){.cfh{padding:0 20px 40px}}.cfh__header{border-top:1px solid var(--ch-color-border);border-bottom:1px solid var(--ch-color-border);padding:24px 0;margin-bottom:32px;display:flex;justify-content:space-between;align-items:center}.cfh__title{font-family:var(--font-heading--family);font-size:48px;font-weight:var(--font-heading--weight);line-height:1.1;margin:0}@media screen and (max-width:749px){.cfh__header{display:grid;grid-template-columns:1fr auto;align-items:end}.cfh__title{font-size:32px;grid-column:1;grid-row:1}.cfh__subtitle{grid-column:2;grid-row:1;align-self:end;margin-bottom:4px}.cfh__btn{grid-column:1 / -1;grid-row:2;width:100%;text-align:center;margin-top:16px}}.cfh__subtitle{font-size:20px;font-weight:400;text-transform:uppercase;letter-spacing:-.02em;display:block;margin-top:8px;font-family:var(--font-body-family, sans-serif)}.cfh__btn{display:inline-block;padding:14px 28px;background:var(--ch-color-fg);color:var(--ch-color-bg);text-decoration:none;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;flex-shrink:0;transition:opacity .2s ease}.cfh__btn:hover{opacity:.8}.cfh__image-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden}.cfh__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.cfh__image-wrapper:hover .cfh__image{transform:scale(1.02)}.cfh__overlay{position:absolute;bottom:0;left:0;right:0;padding:24px 32px;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 100%);display:flex;justify-content:space-between;align-items:flex-end}.cfh__product-title{font-family:var(--font-heading--family);font-size:32px;font-weight:var(--font-heading--weight);color:var(--ch-color-bg);line-height:1.2;text-shadow:0 1px 4px rgba(0,0,0,.3)}@media screen and (max-width:749px){.cfh__product-title{font-size:22px}}.cfh__sold-badge{width:48px;height:48px;border-radius:50%;background:var(--color-primary, #c0392b);color:var(--ch-color-bg);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.cfh__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.cft~.shopify-section,.cft~* .footer-utilities{display:none!important}.cft{background:#111;color:var(--ch-color-bg);text-align:center;padding:60px 40px 48px}@media screen and (max-width:749px){.cft{padding:40px 20px 32px}}.cft__images{position:relative;width:320px;height:280px;margin:0 auto 48px}@media screen and (max-width:749px){.cft__images{width:240px;height:220px}}.cft__fan-img{position:absolute;width:140px;height:180px;object-fit:cover;border:3px solid var(--ch-color-bg);box-shadow:0 4px 16px #0006;transition:transform .8s cubic-bezier(.34,1.56,.64,1),opacity .6s ease;left:30%;top:10%;transform:rotate(0);opacity:0}@media screen and (max-width:749px){.cft__fan-img{width:110px;height:140px}}.cft__images--visible .cft__fan-img:nth-child(1){left:15%;top:15%;transform:rotate(-10deg);opacity:1;transition-delay:0s}.cft__images--visible .cft__fan-img:nth-child(2){left:30%;top:5%;transform:rotate(3deg);opacity:1;transition-delay:.1s}.cft__images--visible .cft__fan-img:nth-child(3){left:48%;top:0%;transform:rotate(14deg);opacity:1;transition-delay:.2s}.cft__nav{display:flex;justify-content:center;gap:40px;margin-bottom:48px;flex-wrap:wrap}@media screen and (max-width:749px){.cft__nav{gap:24px}}.cft__nav-link{font-family:var(--font-heading--family);font-size:20px;font-weight:var(--font-heading--weight);color:var(--ch-color-bg);text-decoration:none;transition:opacity .2s ease}.cft__nav-link:hover{opacity:.7}.cft__signature{max-width:400px;margin:0 auto 60px}.cft__signature img{width:100%;height:auto;display:block}.cft__copyright{font-size:12px;color:#ffffff80;margin-bottom:20px}.cft__payments{display:inline-flex;gap:8px;background:var(--ch-color-bg);padding:12px 20px;border-radius:8px}.cft__payments svg,.cft__payments img{height:24px;width:auto}.custom-hero{width:100%}.custom-hero__video-wrapper{position:relative;width:calc(100% - 80px);margin:0 auto;aspect-ratio:16 / 8;max-height:calc(100vh - 200px);overflow:hidden}@media screen and (max-width:749px){.custom-hero__video-wrapper{width:calc(100% - 32px);aspect-ratio:16 / 10;max-height:calc(100vh - 180px)}}.custom-hero__video{width:100%;height:100%;object-fit:cover;display:block}.custom-hero__buttons{display:flex;justify-content:center;align-items:center;gap:16px;width:calc(100% - 80px);margin:0 auto;padding:24px 0 28px}@media screen and (max-width:749px){.custom-hero__buttons{flex-direction:column;gap:12px;width:calc(100% - 32px)}}.custom-hero__btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:16px 36px;width:100%;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;cursor:pointer;white-space:nowrap;font-family:inherit;transition:opacity .2s ease}.custom-hero__btn:hover{opacity:.8}.custom-hero__btn--solid{background-color:var(--ch-color-fg);color:var(--ch-color-bg);border:1px solid var(--ch-color-fg)}.custom-hero__btn--outline{background-color:var(--ch-color-bg);color:var(--ch-color-fg);border:1px solid var(--ch-color-border)}.custom-hero__btn-highlight{color:var(--color-primary, #c0392b)}.cig{padding:0 40px 60px}@media screen and (max-width:749px){.cig{padding:0 20px 40px}}.cig__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media screen and (max-width:749px){.cig__grid{grid-template-columns:1fr;gap:16px}}.cig__card{display:block}.cig__image-wrapper{aspect-ratio:1 / 1;overflow:hidden;margin-bottom:10px}.cig__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.cig__card:hover .cig__image{transform:scale(1.03)}.cig__caption{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--ch-color-fg);line-height:1.4}.cld{padding:0 40px 60px}@media screen and (max-width:749px){.cld{padding:0 20px 40px}}.cld__header{border-top:1px solid var(--ch-color-border);border-bottom:1px solid var(--ch-color-border);padding:24px 0;margin-bottom:48px;display:flex;justify-content:space-between;align-items:center}.cld__title{font-family:var(--font-heading--family);font-size:48px;font-weight:var(--font-heading--weight);line-height:1.1;margin:0}@media screen and (max-width:749px){.cld__header{display:grid;grid-template-columns:1fr auto;align-items:end}.cld__title{font-size:32px;grid-column:1;grid-row:1}.cld__subtitle{grid-column:2;grid-row:1;align-self:end;margin-bottom:4px}.cld__btn{grid-column:1 / -1;grid-row:2;width:100%;text-align:center;margin-top:16px}}.cld__subtitle{font-size:20px;font-weight:400;text-transform:uppercase;letter-spacing:-.02em;display:block;margin-top:8px;font-family:var(--font-body-family, sans-serif)}.cld__btn{display:inline-block;padding:14px 28px;background:var(--ch-color-fg);color:var(--ch-color-bg);text-decoration:none;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;flex-shrink:0;transition:opacity .2s ease}.cld__btn:hover{opacity:.8}.cld__row{display:grid;grid-template-columns:1fr 1fr;gap:0}.cld__media{aspect-ratio:1 / 1;overflow:hidden}@media screen and (max-width:749px){.cld__row{grid-template-columns:1fr;min-height:auto}.cld__row .cld__text{order:-1}}.cld__video{width:100%;height:100%;object-fit:cover;display:block}.cld__text{display:flex;flex-direction:column;justify-content:center;padding:48px 40px}@media screen and (max-width:749px){.cld__text{padding:32px 0}}.cld__heading{font-family:var(--font-heading--family);font-size:32px;font-weight:var(--font-heading--weight);line-height:1.2;margin:0 0 16px}@media screen and (max-width:749px){.cld__heading{font-size:24px}}.cld__paragraph{font-size:15px;line-height:1.7;color:var(--ch-color-fg-accent);margin:0}.cms{padding:0 40px 60px;max-width:800px;margin:0 auto}@media screen and (max-width:749px){.cms{padding:0 20px 40px}}.cms__header{border-top:1px solid var(--ch-color-border);border-bottom:1px solid var(--ch-color-border);padding:24px 0;margin-bottom:48px}.cms__title{font-family:var(--font-heading--family);font-size:48px;font-weight:var(--font-heading--weight);line-height:1.1;margin:0}@media screen and (max-width:749px){.cms__title{font-size:32px}}.cms__subtitle{font-size:20px;font-weight:400;text-transform:uppercase;letter-spacing:-.02em;display:block;margin-top:8px;font-family:var(--font-body-family, sans-serif)}.cms__body{font-size:15px;line-height:1.85;color:var(--ch-color-fg-muted)}.cms__body p{margin:0 0 20px}.cms__body strong{color:var(--ch-color-fg);font-weight:700}.cpg{padding:0 40px 60px}@media screen and (max-width:749px){.cpg{padding:0 20px 40px}}.cpg__header{border-top:1px solid var(--ch-color-border);border-bottom:1px solid var(--ch-color-border);padding:24px 0;margin-bottom:32px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-items:start}.cpg__title{font-family:var(--font-heading--family);font-size:48px;font-weight:var(--font-heading--weight);line-height:1.1;margin:0;grid-column:1;grid-row:1}.cpg__subtitle{font-size:20px;font-weight:400;text-transform:uppercase;letter-spacing:-.02em;display:block;margin-top:8px;font-family:var(--font-body-family, sans-serif);grid-column:1;grid-row:2}@media screen and (max-width:749px){.ccg__subtitle,.custom-events__subtitle,.cfh__subtitle,.cld__subtitle,.cms__subtitle,.cpg__subtitle{font-size:14px}}.cpg__view-all{display:inline-block;padding:14px 28px;background:var(--ch-color-fg);color:var(--ch-color-bg);text-decoration:none;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;transition:opacity .2s ease;grid-column:2;grid-row:1 / -1;align-self:center}@media screen and (max-width:749px){.cpg__header{align-items:end;gap:0}.cpg__title{font-size:32px}.cpg__subtitle{grid-column:2;grid-row:1;align-self:end;margin-bottom:4px}.cpg__view-all{grid-column:1 / -1;grid-row:2;width:100%;text-align:center;padding:14px 20px;font-size:10px;margin-top:16px}}.cpg__view-all:hover{opacity:.8}.cpg__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media screen and (max-width:989px){.cpg__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:549px){.cpg__grid{grid-template-columns:repeat(2,1fr);gap:12px}}.cpg__card{text-decoration:none;color:inherit;display:block}.cpg__image-wrapper{position:relative;aspect-ratio:4 / 5;overflow:hidden;margin-bottom:12px;background-color:var(--ch-color-bg-subtle)}.cpg__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cpg__card:hover .cpg__image{transform:scale(1.03)}.cpg__card{text-decoration:none;color:inherit}.cpg__image-link{display:block;text-decoration:none;color:inherit;width:100%;height:100%}.cpg__image-link .cpg__image{width:100%;height:100%;object-fit:cover;display:block}.cpg__image-wrapper .quick-add{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.cpg__image-wrapper .quick-add__button{pointer-events:all;bottom:12px!important;right:12px!important}.cpg__info{display:block;text-decoration:none;color:inherit}.cpg__collection-name{position:absolute;top:10px;left:10px;z-index:2;font-size:11px;font-weight:500;color:#fff;background:#00000080;padding:4px 8px;line-height:1.2;pointer-events:none}.cpg__product-title{font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.02em;margin-bottom:4px;line-height:1.4;color:var(--ch-color-fg)}.cpg__price{font-size:13px;font-weight:600;color:var(--ch-color-fg)}@media screen and (max-width:549px){.cpg__image-wrapper{margin-bottom:8px}.cpg__collection-name{font-size:10px;top:8px;left:8px;padding:3px 6px}.cpg__product-title{font-size:11px;margin-bottom:2px}.cpg__price{font-size:11px}}.cpd{display:grid;grid-template-columns:1fr 1fr;align-items:start}@media screen and (max-width:749px){.cpd{grid-template-columns:1fr}}.cpd__images{display:flex;flex-direction:column;gap:4px}.cpd__image img{width:100%;display:block}@media screen and (max-width:749px){.cpd__images-wrap{position:relative;height:70vh;overflow:hidden}.cpd__images{flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;height:100%}.cpd__images::-webkit-scrollbar{display:none}.cpd__image{min-width:100%;max-width:100%;height:100%;scroll-snap-align:start;flex-shrink:0}.cpd__image img{width:100%;height:100%;object-fit:cover}}.cpd__dots{display:none}@media screen and (max-width:749px){.cpd__dots{display:flex;justify-content:center;gap:8px;position:absolute;bottom:12px;left:0;right:0;z-index:2}.cpd__dot{width:7px;height:7px;border-radius:50%;background:#ffffff80;transition:background .2s ease}.cpd__dot--active{background:var(--ch-color-fg)}}.cpd__info-wrap{background:var(--ch-color-bg-warm);min-height:100%}.cpd__info{position:static;padding:48px 40px 40px;display:flex;flex-direction:column;gap:0}@media screen and (max-width:749px){.cpd__info-wrap{min-height:auto}.cpd__info{position:static;max-height:none;padding:32px 20px}}.cpd__type{font-size:14px;color:var(--ch-color-fg-subtle);margin-bottom:24px}.cpd__title{font-family:var(--font-heading--family);font-size:36px;font-weight:var(--font-heading--weight);line-height:1.15;margin:0 0 12px;text-transform:uppercase}@media screen and (max-width:749px){.cpd__title{font-size:28px}}.cpd__price{font-size:18px;font-weight:400;margin-bottom:32px}.cpd__description{font-size:14px;line-height:1.7;color:var(--ch-color-fg-muted);margin-bottom:40px}.cpd__description p{margin:0 0 8px}.cpd__description strong{color:var(--ch-color-fg);font-weight:700}.cpd__variant-group{margin-bottom:20px}.cpd__variant-label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;color:var(--ch-color-fg)}.cpd__variant-options{display:flex;flex-wrap:wrap;gap:8px}.cpd__variant-btn{padding:10px 20px;border:1px solid var(--ch-color-border);background:var(--ch-color-bg);color:var(--ch-color-fg);font-size:13px;font-weight:500;cursor:pointer;transition:border-color .2s ease,background .2s ease}.cpd__variant-btn:hover{border-color:var(--ch-color-fg)}.cpd__variant-btn--active{border-color:var(--ch-color-fg);background:var(--ch-color-fg);color:var(--ch-color-bg)}.cpd__qty{display:flex;align-items:center;gap:16px;margin-bottom:16px}.cpd__qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:20px;color:var(--ch-color-fg)}.cpd__qty-val{font-size:16px;font-weight:500;min-width:20px;text-align:center}.cpd__add-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px;background:var(--ch-color-fg);color:var(--ch-color-bg);border:none;font-size:14px;font-weight:600;text-transform:none;letter-spacing:.02em;cursor:pointer;transition:opacity .2s ease;margin-bottom:20px}.cpd__add-btn:hover{opacity:.85}.cpd__add-btn svg{width:18px;height:18px}.cpd__add-btn:disabled{opacity:.5;cursor:not-allowed}.cpd__payments{display:flex;justify-content:center;gap:8px;margin-bottom:32px}.cpd__payments img,.cpd__payments svg{height:24px;width:auto}.cpd__meta{border-top:1px solid var(--ch-color-border)}.cpd__meta-row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--ch-color-border);font-size:13px}.cpd__meta-label{color:var(--ch-color-fg-subtle)}.cpd__meta-value{color:var(--ch-color-fg);font-weight:500}.cpd-rec-header{border-top:1px solid var(--ch-color-border);border-bottom:1px solid var(--ch-color-border);padding:24px 0;margin-bottom:32px;display:flex;justify-content:space-between;align-items:center}.cpd-rec-header h2{font-family:var(--font-heading--family);font-size:48px;font-weight:var(--font-heading--weight);line-height:1.1;margin:0}.cpd-rec-header a{display:inline-block;padding:14px 28px;background:var(--ch-color-fg);color:var(--ch-color-bg);text-decoration:none;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;flex-shrink:0}product-recommendations .pc-type-label{position:absolute;top:10px;left:10px;z-index:2;font-size:11px;font-weight:500;color:#fff;background:#00000080;padding:4px 8px;line-height:1.2;pointer-events:none}product-recommendations .text-block p[role=heading]{font-size:13px!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:.02em!important;line-height:1.4!important;color:var(--ch-color-fg)!important}product-recommendations .group-block-content product-price{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;width:100%!important}product-recommendations product-price{--font-size: .8rem !important;--font-weight: 600 !important}product-recommendations .pc-cart-icon{width:18px;height:18px;color:var(--ch-color-fg);flex-shrink:0;margin-left:auto}.cta{padding:0 40px 60px}@media screen and (max-width:749px){.cta{padding:0 20px 40px}}.cta__header{border-top:1px solid var(--ch-color-border);border-bottom:1px solid var(--ch-color-border);padding:24px 0;margin-bottom:48px;display:flex;justify-content:space-between;align-items:center}.cta__title{font-family:var(--font-heading--family);font-size:48px;font-weight:var(--font-heading--weight);line-height:1.1;margin:0}@media screen and (max-width:749px){.cta__title{font-size:32px}}.cta__btn{display:inline-block;padding:14px 28px;background:var(--ch-color-fg);color:var(--ch-color-bg);text-decoration:none;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;flex-shrink:0;transition:opacity .2s ease}.cta__btn:hover{opacity:.8}.cta__content{display:grid;grid-template-columns:1fr 1fr;gap:40px}@media screen and (max-width:749px){.cta__content{grid-template-columns:1fr}}.cta__image img{width:100%;height:100%;object-fit:cover;display:block}.cta__name{font-family:var(--font-heading--family);font-size:36px;font-weight:var(--font-heading--weight);line-height:1.2;margin:0 0 24px}.cta__body{font-size:14px;line-height:1.8;color:var(--ch-color-fg-muted)}.cta__body h3{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:32px 0 12px;color:var(--ch-color-fg)}.cta__body h3:first-child{margin-top:0}.cta__body p{margin:0 0 16px}.quick-add__button{border-radius:0!important;border:1px solid var(--ch-color-border)!important;background:var(--ch-color-bg)!important;color:var(--ch-color-fg)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.quick-add__button .add-to-cart-text{border-radius:0!important;background:var(--ch-color-bg)!important;color:var(--ch-color-fg)!important}.quick-add__button .add-to-cart-text__content span span{text-transform:uppercase!important;font-weight:400!important;letter-spacing:.06em!important;font-size:12px!important;color:var(--ch-color-fg)!important}.quick-add__button .add-to-cart-icon{background:var(--ch-color-bg)!important;color:var(--ch-color-fg)!important}.quick-add__button .add-to-cart-icon svg{width:16px!important;height:16px!important}
/*# sourceMappingURL=/cdn/shop/t/5/assets/custom-sections.css.map */
