.cp-home-section{padding-block:var(--section-top, 56px) var(--section-bottom, 72px)}.template-index .cp-showcase{padding-top:var(--cp-announcement-height, 34px)}.cp-home-shell{width:100%;max-width:min(var(--section-width, 1920px),var(--cp-page, 1920px));padding-inline:var(--cp-shell-padding);margin-inline:auto}.cp-display{font-family:var(--cp-font-heading);font-weight:600;font-size:var(--cp-heading-h2);letter-spacing:-.04em;line-height:1;margin:0}h1.cp-display{font-size:var(--cp-heading-h1)}.cp-display em{color:var(--cp-color-accent);font-family:Georgia,Times New Roman,serif;font-weight:600;font-size:1.06em;letter-spacing:-.055em}.cp-eyebrow{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:600;margin:0 0 var(--cp-heading-eyebrow-gap)}.cp-eyebrow>span{color:var(--cp-color-accent);font-size:24px;line-height:1}.cp-section-heading{display:flex;justify-content:space-between;align-items:end;gap:var(--cp-heading-content-gap);margin-bottom:40px}.cp-button--outline{background:transparent;border:2px solid var(--cp-color-accent);color:inherit;min-height:52px;padding-inline:28px}.cp-round{display:inline-grid;place-items:center;width:48px;height:48px;border:1px solid currentColor;border-radius:50%;color:inherit;background:transparent;font-size:24px;flex-shrink:0}.cp-round:disabled{opacity:.35;cursor:default}.cp-slideshow{display:block;aspect-ratio:var(--hero-aspect-ratio, 1536 / 552);height:auto;max-height:var(--hero-height, 552px);overflow:hidden;border-radius:var(--section-radius, 28px);color:var(--cp-color-paper);background:var(--cp-color-ink);box-shadow:var(--cp-shadow);position:relative}.cp-slideshow__slide{position:relative;height:100%;isolation:isolate}.cp-slideshow__slide[hidden]{display:none}.cp-slideshow__slide>img,.cp-slideshow__slide>picture,.cp-slideshow__slide>picture>img{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover}.cp-slideshow__slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,rgb(29 23 35 / 4%) 26%,rgb(29 23 35 / 28%) 52%,rgb(29 23 35 / 72%) 78%,#1d1723);z-index:1;pointer-events:none}.cp-slideshow__copy{position:absolute;z-index:2;bottom:clamp(32px,5vw,60px);width:min(92%,900px);left:50%;transform:translate(-50%);text-align:center;padding-inline:20px}.cp-slideshow__copy .cp-display{text-shadow:0 3px 12px rgb(18 13 22 / 70%),0 8px 28px rgb(18 13 22 / 48%)}.cp-slideshow__copy .cp-button{margin-top:var(--cp-heading-content-gap);min-height:54px;background:linear-gradient(#f72a96,#df0079);box-shadow:0 10px 24px #1d172333}.cp-slide-progress{position:absolute;z-index:2;bottom:18px;left:50%;display:block;width:min(160px,46vw);height:3px;margin:0;overflow:hidden;border-radius:99px;background:#fafaf757;box-shadow:0 2px 10px #120d163d;transform:translate(-50%)}.cp-slide-progress__bar{display:block;width:100%;height:100%;border-radius:inherit;background:var(--cp-color-accent);transform:scaleX(0);transform-origin:left center}.cp-slideshow__slide.is-active .cp-slide-progress__bar.is-running{animation:cp-slide-progress 8s linear forwards}.cp-slideshow.is-paused .cp-slide-progress__bar{animation-play-state:paused}.cp-slideshow__fallback{height:100%;display:grid;place-items:center;padding:10%;background:radial-gradient(circle at 22% 18%,rgb(240 0 130 / 30%),transparent 50%)}.cp-slideshow__fallback img{width:min(78%,720px);max-height:48%;object-fit:contain}.cp-slideshow__controls .cp-round{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:56px;height:56px;background:#1d172394;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cp-slideshow__previous{left:clamp(16px,2.4vw,32px)}.cp-slideshow__next{right:clamp(16px,2.4vw,32px)}@keyframes cp-slide-progress{to{transform:scaleX(1)}}.cp-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(20px,3vw,40px);padding:0 20px;list-style:none;margin:clamp(18px,2.5vw,32px) 0 0;text-align:center}.cp-benefits li{display:flex;flex-direction:column;align-items:center}.cp-benefits__icon{display:grid;place-items:center;width:72px;height:72px;border:1px solid rgb(240 0 130 / 26%);border-radius:20px;color:var(--cp-color-accent);background:radial-gradient(ellipse at 50% 14%,#3a2a40,#251b2b 54%,#120e16);box-shadow:inset 0 1px #fafaf71f,0 8px 18px #1d172324}.cp-benefits h2{font-size:clamp(15px,1.4vw,18px);font-weight:600;margin:16px 0 0}.cp-benefits p{font-size:13.5px;color:var(--cp-color-muted);margin:8px 0 0}.cp-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.cp-product-tile{min-width:0;overflow:hidden;border-radius:24px;background:var(--cp-color-paper, #fff);color:var(--cp-color-ink);box-shadow:var(--cp-shadow-soft)}.cp-product-tile__link{display:block;text-decoration:none}.cp-product-tile__media{position:relative;aspect-ratio:1;overflow:hidden;border-radius:24px 24px 0 0;background:#eeeae9}.cp-product-tile__media img{position:absolute;width:100%;height:100%;object-fit:cover;top:0;right:0;bottom:0;left:0;transition:opacity .25s ease}.cp-product-tile__secondary{opacity:0}.cp-product-tile__link:hover .cp-product-tile__secondary,.cp-product-tile__link:focus-visible .cp-product-tile__secondary{opacity:1}.cp-product-tile__body{padding:16px 18px 20px}.cp-product-tile__body h3{font-size:14.5px;font-weight:600;line-height:1.3;letter-spacing:-.04em;margin:0 0 8px}.cp-product-tile .cp-price{font-size:15px;font-weight:600}.cp-product-tile__vendor{color:var(--cp-color-muted);font-size:11px;margin:0 0 6px}.cp-product-tile .cp-badge{z-index:2}.cp-story{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);min-height:500px;position:relative;isolation:isolate;overflow:hidden;border-radius:var(--section-radius, 28px);color:var(--cp-color-paper);background:var(--cp-color-ink);box-shadow:var(--cp-shadow)}.cp-brand-story-section{margin-top:30px}.cp-story__background,.cp-story__shade{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.cp-story__shade{background:var(--cp-color-ink)}.cp-story__copy{align-self:center;padding:clamp(40px,4.5vw,72px)}.cp-story .cp-section-heading{margin-bottom:var(--cp-heading-content-gap)}.cp-story .cp-display em{display:block}.cp-story .cp-rte{font-size:clamp(15px,1.6vw,19px);line-height:1.45;color:#fafaf7c7}.cp-story__portrait{display:flex;align-items:end;justify-content:center;padding-top:30px;padding-right:18px}.cp-story__portrait img{width:min(84%,500px);max-height:500px;object-fit:contain;object-position:bottom}.cp-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,28px)}.cp-category{position:relative;min-height:clamp(340px,38vw,540px);border-radius:var(--section-radius, 28px);overflow:hidden;color:var(--cp-color-paper);background:var(--cp-color-ink);text-decoration:none;isolation:isolate;box-shadow:var(--cp-shadow-soft)}.cp-category>img,.cp-category>svg{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.cp-category:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 40%,#1d1723d9);z-index:-1}.cp-category__label{position:absolute;inset:auto 28px 28px;min-height:48px;padding-right:64px;font-size:clamp(24px,2.6vw,38px);font-weight:600}.cp-category .cp-category__arrow{position:absolute;right:0;bottom:0;background:var(--cp-color-accent);border-color:var(--cp-color-accent)}.cp-category__arrow svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round;transform:rotate(-45deg)}.cp-promotion{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:48px;min-height:var(--promo-height, 900px);padding:clamp(56px,7vw,88px) clamp(16px,3vw,32px) 56px;overflow:hidden;border-radius:var(--section-radius, 28px);background:var(--cp-color-ink);color:var(--cp-color-paper);box-shadow:var(--cp-shadow-soft)}.cp-promotion__background,.cp-promotion__shade{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.cp-promotion__background img{width:100%;height:100%;object-fit:cover}.cp-promotion__shade{z-index:-1;background:linear-gradient(#1d17238c,#1d1723)}.cp-promotion__content{text-align:center}.cp-promotion .cp-section-heading,.cp-promotion .cp-eyebrow{justify-content:center}.cp-promotion .cp-section-heading{margin-bottom:var(--cp-heading-content-gap)}.cp-promotion__products{width:100%}.cp-promotion .cp-product-tile{padding:12px;border-radius:24px;background:var(--cp-color-paper);text-align:left}.cp-promotion .cp-product-tile__media{border-radius:18px}.cp-promotion .cp-product-tile__body{padding:16px 4px 8px}.cp-promotion .cp-product-tile__actions{padding:0 4px 8px}.cp-product-grid__item{display:flex;height:100%;min-width:0}.cp-product-grid__item>.cp-product-tile{width:100%}.cp-product-grid__item[hidden]{display:none}.cp-social-gallery{display:block;min-width:0;overflow:hidden}.cp-social-gallery__header{display:flex;align-items:end;justify-content:space-between;gap:var(--cp-heading-content-gap);margin-bottom:40px}.cp-social-gallery__actions,.cp-gallery-controls{display:flex;align-items:center;gap:12px}.cp-social-gallery__actions{flex:0 0 auto}.cp-gallery-viewport{width:100%;overflow:hidden}.cp-gallery{display:flex;width:100%;gap:clamp(12px,2vw,24px);overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.cp-gallery::-webkit-scrollbar{display:none}.cp-gallery__item{display:block;position:relative;flex:0 0 calc((100% - 72px)/4);aspect-ratio:1;scroll-snap-align:start;overflow:hidden;border-radius:var(--section-radius, 24px);background:var(--cp-color-surface);box-shadow:var(--cp-shadow-soft)}.cp-gallery__item img,.cp-gallery__item svg{width:100%;height:100%;object-fit:cover}.cp-gallery__item img{transform:scale(1);transition:transform .48s cubic-bezier(.22,1,.36,1);will-change:transform}@media(hover:hover)and (pointer:fine){.cp-gallery__item:hover img{transform:scale(1.055)}}.cp-gallery__badge{display:grid;place-items:center;position:absolute;bottom:16px;right:16px;width:44px;height:44px;border-radius:50%;background:var(--cp-color-accent);color:#fff}.cp-gallery__badge svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.cp-gallery__badge .is-filled{fill:currentColor;stroke:none}.cp-gallery-controls{justify-content:flex-end}.cp-gallery-controls[hidden],.cp-slideshow__controls[hidden]{display:none}@media(max-width:989px){.cp-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.cp-story{grid-template-columns:1fr}.cp-story__copy{padding:48px 28px 34px}.cp-story__portrait{height:390px;padding-right:0}.cp-story__portrait img{width:min(76%,350px);max-height:390px}.cp-gallery{gap:20px}.cp-gallery__item{flex-basis:calc((100% - 20px)/2)}}@media(max-width:749px){.cp-home-section{padding-block:var(--section-mobile-top, 44px) var(--section-mobile-bottom, 56px)}.cp-home-shell{padding-inline:var(--cp-shell-padding)}.cp-section-heading{align-items:start;flex-direction:column}.cp-social-gallery__header{align-items:flex-start;flex-direction:column}.cp-social-gallery__actions{flex-wrap:wrap;width:100%}.cp-gallery__item{flex-basis:88%}.cp-slideshow__slide{height:100%}.cp-slideshow{width:100%;aspect-ratio:var(--hero-mobile-aspect-ratio, 358 / 483);max-height:none}.cp-slide-progress{bottom:12px}.cp-slideshow__copy{bottom:32px}.cp-slideshow__controls .cp-round{width:46px;height:46px}.cp-slideshow__previous{left:12px}.cp-slideshow__next{right:12px}.cp-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 12px}.cp-category-grid{grid-template-columns:1fr}.cp-category{min-height:360px}.cp-promotion{min-height:var(--promo-mobile-height, 1040px);padding:48px 16px 32px}.cp-promotion .cp-section-heading{align-items:center}.cp-product-tile__body h3{font-size:13px}}@media(max-width:519px){.cp-benefits{gap:26px 12px;padding:0;margin-top:28px}.cp-benefits__icon{width:56px;height:56px;border-radius:15px}.cp-benefits__icon svg{width:25px;height:25px}.cp-benefits h2{font-size:13px;margin-top:11px}.cp-benefits p{font-size:10.5px;margin-top:5px}.cp-story__portrait{height:330px}.cp-story__portrait img{width:min(78%,300px);max-height:310px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/home.css.map */
