.custom-hero-section{position:relative;z-index:3}.custom-hero{position:relative;overflow:visible}.custom-hero__inner{padding-bottom:6.4rem}.custom-hero__layout{display:grid;grid-template-columns:2fr 1fr 2fr;align-items:start;gap:0}.custom-hero__subheader-wrap{margin-bottom:2.5rem}.custom-hero__left{grid-column:1}.custom-hero__heading{font-family:var(--font-heading-family);font-style:var(--font-heading-style);line-height:1.14;letter-spacing:-.03em;color:rgb(var(--color-foreground-title));margin:0}.custom-hero__heading--xs{font-size:2rem}.custom-hero__heading--sm{font-size:2.5rem}.custom-hero__heading--md{font-size:3rem}.custom-hero__heading--lg{font-size:3.5rem}.custom-hero__heading--xl{font-size:4.5rem}.custom-hero__right{grid-column:3}.custom-hero__description{font-family:var(--font-body-family);font-size:1.6rem;font-weight:var(--font-body-weight);line-height:1.5;color:rgb(var(--color-foreground-secondary));margin:0 0 2rem}.custom-hero__slider{position:relative;width:100%;overflow:visible}.custom-hero__slider .swiper{overflow:visible}.custom-hero__slider .swiper-wrapper{display:flex}.custom-hero__slider .swiper-slide{flex-shrink:0;width:100%;position:relative;overflow:visible!important}.custom-hero__slider .swiper-slide-active,.custom-hero__slider .swiper-slide:only-child{z-index:2}.custom-hero__slider .swiper-slide:not(.swiper-slide-active):not(:only-child) .custom-hero__dot,.custom-hero__slider .swiper-slide:not(.swiper-slide-active):not(:only-child) .custom-hero__card,.custom-hero__slider .swiper-slide:not(.swiper-slide-active):not(:only-child) .custom-hero__svg{opacity:0!important;pointer-events:none}.custom-hero__slider--ratio-fixed .swiper-slide{height:var(--hero-fixed-height, 44rem)}.custom-hero__slider--ratio-vh .swiper-slide{height:var(--hero-vh-height, 80vh)}.custom-hero__slider--ratio-16-9 .swiper-slide{aspect-ratio:16 / 9}.custom-hero__slider--ratio-21-9 .swiper-slide{aspect-ratio:21 / 9}.custom-hero__slider--ratio-4-3 .swiper-slide{aspect-ratio:4 / 3}.custom-hero__slider--ratio-3-2 .swiper-slide{aspect-ratio:3 / 2}.custom-hero__slide-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.custom-hero__slider--ratio-adapt .custom-hero__slide-image{height:auto}.custom-hero__slide-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.custom-hero__slide-overlay--dark{background-color:#000}.custom-hero__slide-overlay--light{background-color:#fff}.custom-hero__slide-bg-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.custom-hero__picture{display:block;width:100%;height:100%}.custom-hero__picture img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.custom-hero__slider--ratio-adapt .custom-hero__picture img{height:auto}.custom-hero__pagination-wrap{position:absolute;bottom:0;right:0;height:100%;z-index:5;background:transparent;pointer-events:none}.custom-hero__pagination-wrap .container{height:100%}.custom-hero__pagination-inner{display:flex;align-items:flex-end;justify-content:flex-end;height:100%}.custom-hero__pagination-col{margin-bottom:2rem;pointer-events:all}@media screen and (min-width:990px){.custom-hero__pagination-col{margin-bottom:5.2rem}}.custom-hero__pagination{display:flex;flex-direction:column;align-items:center;gap:.8rem;padding:0}.custom-hero__pagination .swiper-pagination-bullet{position:relative;width:.5rem;height:.5rem;border-radius:.25rem;background:transparent;opacity:1;cursor:pointer;border:none;padding:0;margin:0;transition:height .5s ease}.custom-hero__pagination .swiper-pagination-bullet:before{content:"";display:block;width:.5rem;height:.5rem;border-radius:.25rem;background:var(--swiper-bullet-bg, #b5b5b0);transition:all .5s ease}.custom-hero__pagination .swiper-pagination-bullet:after{content:"";position:absolute;top:50%;left:50%;transform:translateY(-50%) translate(-50%);height:calc(100% + .8rem);width:2.4rem;background:transparent}.custom-hero__pagination .swiper-pagination-bullet-active{height:6.9rem;background-color:var(--swiper-bullet-bg, #b5b5b0)}.custom-hero__pagination .swiper-pagination-bullet-active:before{width:unset;height:0;background:rgb(var(--color-foreground));position:relative;top:-.09rem;animation:none}.custom-hero__pagination.bullet-autoplay .swiper-pagination-bullet-active:before{animation:heroCountingBarV var(--bullet-duration, 4s) linear 1 forwards}.custom-hero__pagination.not-autoplay .swiper-pagination-bullet-active:before{height:7rem}@keyframes heroCountingBarV{0%{height:0}to{height:7rem}}.custom-hero__placeholder{display:flex;align-items:center;justify-content:center;background:#f0f0f0;min-height:20rem;width:100%}.custom-hero__placeholder svg{width:100%;height:100%}.custom-hero__dot{position:absolute;width:32px;height:32px;transform:translate(-50%,-50%);pointer-events:none;z-index:3;opacity:0;transition:opacity .55s ease;transition-delay:.2s}.custom-hero__slider .swiper-slide-active .custom-hero__dot,.custom-hero__slider .swiper-slide:only-child .custom-hero__dot{opacity:1}.custom-hero__dot-outer{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#ffffff40;border:none;animation:heroLookbookPulse 2.4s ease-in-out infinite}.custom-hero__dot-mid{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:transparent}.custom-hero__dot-inner{position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:50%;background:#fffffff2;box-shadow:0 0 6px #00000026}@keyframes heroLookbookPulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.35);opacity:1}}.custom-hero__card{position:absolute;width:190px;background:rgb(var(--color-background));border-radius:var(--border-radius-main, 12px);box-shadow:0 6px 28px #00000024;padding:13px;display:flex;flex-direction:column;gap:0;z-index:4;text-decoration:none;color:inherit;opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s cubic-bezier(.25,.46,.45,.94)}.custom-hero__card--m0{transition-delay:.1s}.custom-hero__card--m1{transition-delay:.28s}.custom-hero__slider .swiper-slide-active .custom-hero__card,.custom-hero__slider .swiper-slide:only-child .custom-hero__card{opacity:1;transform:translateY(0)}.custom-hero__card-img-wrap{width:100%;aspect-ratio:1;background:rgb(var(--color-background));border-radius:7px;overflow:hidden;margin-bottom:11px;display:flex;align-items:center;justify-content:center}.custom-hero__card-img{width:100%;height:100%;object-fit:contain;display:block}.custom-hero__card-text{display:flex;flex-direction:column;gap:0}.custom-hero__card-name{font-size:16px;font-weight:500;font-family:var(--font-body-family);color:rgb(var(--color-foreground));line-height:1.35;margin-bottom:0}.custom-hero__card-footer{display:flex;align-items:flex-end;justify-content:space-between}.custom-hero__card-price{font-size:14px;font-weight:500;font-family:var(--font-body-family);color:rgb(var(--color-foreground))}.custom-hero__card-arrow{display:flex;align-items:center;justify-content:center;font-size:14px;color:rgb(var(--color-foreground));flex-shrink:0;line-height:1;opacity:.5}@media screen and (min-width:992px){.custom-hero__card--desk-hide .custom-hero__card-img-wrap{display:none}.custom-hero__card--desk-hide{padding-right:22px}.custom-hero__card--desk-left{flex-direction:row;align-items:center;gap:10px;width:auto;max-width:320px}.custom-hero__card--desk-left .custom-hero__card-img-wrap{flex-shrink:0;width:60px;aspect-ratio:auto;margin-bottom:0;border-radius:6px}.custom-hero__card--desk-left .custom-hero__card-text{flex:1}}.custom-hero__svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;overflow:visible;z-index:2;opacity:0;transition:opacity .55s ease;transition-delay:.15s}.custom-hero__slider .swiper-slide-active .custom-hero__svg,.custom-hero__slider .swiper-slide:only-child .custom-hero__svg{opacity:1}.custom-hero__svg line,.custom-hero__svg path{stroke:#ffffffa6;stroke-width:1.5}@media screen and (max-width:991px){.custom-hero__dot--hide-mobile,.custom-hero__card--hide-mobile,.custom-hero__svg-line--hide-mobile{display:none!important}}.custom-hero[data-animate=true] .custom-hero__subheader-wrap,.custom-hero[data-animate=true] .custom-hero__heading,.custom-hero[data-animate=true] .custom-hero__right,.custom-hero[data-animate=true] .custom-hero__slider{opacity:0;transform:translateY(2rem);will-change:opacity,transform}.custom-hero.custom-hero--loaded .custom-hero__subheader-wrap{opacity:1;transform:translateY(0);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94);transition-delay:.05s}.custom-hero.custom-hero--loaded .custom-hero__heading{opacity:1;transform:translateY(0);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94);transition-delay:.2s}.custom-hero.custom-hero--loaded .custom-hero__right{opacity:1;transform:translateY(0);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94);transition-delay:.35s}.custom-hero.custom-hero--loaded .custom-hero__slider{opacity:1;transform:translateY(0);transition:opacity 1s cubic-bezier(.25,.46,.45,.94),transform 1s cubic-bezier(.25,.46,.45,.94);transition-delay:.5s}@media screen and (max-width:991px){.custom-hero__layout{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.custom-hero__right{max-width:100%}.custom-hero__heading--xs{font-size:1.75rem}.custom-hero__heading--sm{font-size:2rem}.custom-hero__heading--md{font-size:2.5rem}.custom-hero__heading--lg{font-size:3rem}.custom-hero__heading--xl{font-size:3.5rem}.custom-hero__card{width:max-content;max-width:75vw;padding:10px 12px;box-shadow:0 4px 20px #00000029}.custom-hero__card-name{font-size:14.5px}.custom-hero__card-price{font-size:12.5px}.custom-hero__card-arrow{font-size:13px}.custom-hero__card-img-wrap{border-radius:6px;margin-bottom:10px}.custom-hero__card--img-hide .custom-hero__card-img-wrap{display:none}.custom-hero__card--img-hide,.custom-hero__card--img-left{padding-right:22px}.custom-hero__card--img-above .custom-hero__card-img-wrap{margin-bottom:6px}.custom-hero__card--img-left{flex-direction:row;align-items:center;gap:10px}.custom-hero__card--img-left .custom-hero__card-img-wrap{flex-shrink:0;width:50px;aspect-ratio:auto;margin-bottom:0;border-radius:4px}.custom-hero__card--img-left .custom-hero__card-text{flex:1}}@media screen and (max-width:749px){.custom-hero__inner{padding-bottom:3.2rem}.custom-hero__layout{gap:1.25rem}.custom-hero__description{font-size:1.4rem}.custom-hero__heading--xs{font-size:1.5rem}.custom-hero__heading--sm{font-size:1.75rem}.custom-hero__heading--md{font-size:2rem}.custom-hero__heading--lg{font-size:2.5rem}.custom-hero__heading--xl{font-size:3rem}.custom-hero__dot{width:26px;height:26px}.custom-hero__dot-inner{top:6px;right:6px;bottom:6px;left:6px}.custom-hero__card-name{font-size:13px}.custom-hero__card-price{font-size:12.5px}}@media screen and (max-width:991px){.custom-hero__slider--mobile-ratio-16-9 .swiper-slide{aspect-ratio:16 / 9;height:auto!important}.custom-hero__slider--mobile-ratio-4-3 .swiper-slide{aspect-ratio:4 / 3;height:auto!important}.custom-hero__slider--mobile-ratio-3-2 .swiper-slide{aspect-ratio:3 / 2;height:auto!important}.custom-hero__slider--mobile-ratio-1-1 .swiper-slide{aspect-ratio:1 / 1;height:auto!important}.custom-hero__slider--mobile-ratio-4-5 .swiper-slide{aspect-ratio:4 / 5;height:auto!important}.custom-hero__slider--mobile-ratio-5-7 .swiper-slide{aspect-ratio:5 / 7;height:auto!important}}@media(prefers-reduced-motion:reduce){.custom-hero[data-animate=true] .custom-hero__subheader-wrap,.custom-hero[data-animate=true] .custom-hero__heading,.custom-hero[data-animate=true] .custom-hero__right,.custom-hero[data-animate=true] .custom-hero__slider{transition-duration:.01s!important}}
/*# sourceMappingURL=/cdn/shop/t/57/assets/section-custom-hero.css.map */
