.section-perfum-hero{position:relative;display:flex;flex-direction:column;overflow:hidden;width:100%;padding-top:var(--perfum-hero-padding-top-mobile, 0);padding-bottom:var(--perfum-hero-padding-bottom-mobile, 0)}@media screen and (min-width:750px){.section-perfum-hero{padding-top:var(--perfum-hero-padding-top, 0);padding-bottom:var(--perfum-hero-padding-bottom, 0)}}.perfum-hero{position:relative;width:100%;isolation:isolate}.perfum-hero__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.perfum-hero__media img,.perfum-hero__media svg{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.perfum-hero__media.placeholder{background-color:var(--perfum-color-surface-alt);display:flex;align-items:center;justify-content:center}.perfum-hero__media.placeholder svg{width:100px;height:100px;fill:var(--perfum-color-border)}.perfum-hero--adapt{aspect-ratio:var(--perfum-hero-aspect-ratio, 16 / 9)}.perfum-hero--small{min-height:300px}.perfum-hero--medium{min-height:400px}.perfum-hero--large{min-height:500px}.perfum-hero--custom{min-height:var(--perfum-hero-height-mobile, 350px)}@media screen and (max-width:749px){.perfum-hero-mobile--adapt{aspect-ratio:var(--perfum-hero-aspect-ratio, 16 / 9)!important;min-height:auto!important}.perfum-hero-mobile--small{min-height:300px!important;aspect-ratio:auto!important}.perfum-hero-mobile--medium{min-height:400px!important;aspect-ratio:auto!important}.perfum-hero-mobile--large{min-height:500px!important;aspect-ratio:auto!important}.perfum-hero-mobile--custom{min-height:var(--perfum-hero-height-mobile, 350px)!important;aspect-ratio:auto!important}}@media screen and (min-width:750px){.perfum-hero--small{min-height:450px}.perfum-hero--medium{min-height:600px}.perfum-hero--large{min-height:750px}.perfum-hero--custom{min-height:var(--perfum-hero-height, 600px)}}.perfum-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.perfum-hero__content-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:grid;grid-template-columns:1fr;grid-template-rows:1fr}.perfum-hero__content{max-width:64rem;width:100%;padding:var(--perfum-spacing-xl);display:flex;flex-direction:column;box-sizing:border-box}@media screen and (max-width:749px){.perfum-hero__content{padding:var(--perfum-spacing-md) var(--perfum-spacing-lg);background-color:rgba(var(--color-background),var(--perfum-hero-mobile-bg-opacity, 0))}}@media screen and (min-width:750px){.perfum-hero__content--top-left{align-self:start;justify-self:start}.perfum-hero__content--top-center{align-self:start;justify-self:center}.perfum-hero__content--top-right{align-self:start;justify-self:end}.perfum-hero__content--middle-left{align-self:center;justify-self:start}.perfum-hero__content--middle-center{align-self:center;justify-self:center}.perfum-hero__content--middle-right{align-self:center;justify-self:end}.perfum-hero__content--bottom-left{align-self:end;justify-self:start}.perfum-hero__content--bottom-center{align-self:end;justify-self:center}.perfum-hero__content--bottom-right{align-self:end;justify-self:end}}.perfum-hero__content--align-left{text-align:left;align-items:flex-start}.perfum-hero__content--align-center{text-align:center;align-items:center}.perfum-hero__content--align-right{text-align:right;align-items:flex-end}@media screen and (max-width:749px){.perfum-hero__content--align-mobile-left{text-align:left;align-items:flex-start}.perfum-hero__content--align-mobile-center{text-align:center;align-items:center}.perfum-hero__content--align-mobile-right{text-align:right;align-items:flex-end}}.perfum-hero__eyebrow{font-family:var(--font-heading-family);font-size:var(--perfum-hero-eyebrow-size, 1.2rem);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--perfum-hero-eyebrow-color, var(--perfum-color-primary));margin-bottom:var(--perfum-spacing-sm);display:inline-block}.perfum-hero__heading{font-family:var(--font-heading-family);font-weight:700;letter-spacing:-.01em;line-height:1.15;margin:0 0 var(--perfum-spacing-md) 0;color:var(--perfum-hero-heading-color, rgb(var(--color-foreground)))}.perfum-hero__heading.h1{font-size:calc(var(--font-heading-scale) * 3.2rem)}.perfum-hero__heading.h0{font-size:calc(var(--font-heading-scale) * 4.4rem)}.perfum-hero__heading.h_large{font-size:calc(var(--font-heading-scale) * 5.6rem)}@media screen and (max-width:749px){.perfum-hero__heading.h1{font-size:calc(var(--font-heading-scale) * 2.6rem)}.perfum-hero__heading.h0{font-size:calc(var(--font-heading-scale) * 3.4rem)}.perfum-hero__heading.h_large{font-size:calc(var(--font-heading-scale) * 4.2rem)}}.perfum-hero__description{font-family:var(--font-body-family);font-weight:400;line-height:1.6;font-size:1.6rem;margin-bottom:var(--perfum-spacing-xl);color:var(--perfum-hero-description-color, rgba(var(--color-foreground), .85));max-width:52rem}.perfum-hero__description p{margin:0}.perfum-hero__buttons{display:flex;flex-wrap:wrap;gap:var(--perfum-spacing-md);margin-top:var(--perfum-spacing-sm)}.perfum-hero__button{font-family:var(--font-heading-family);font-size:1.4rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:1.2rem 2.8rem;border-radius:var(--perfum-radius-sm);transition:all .3s cubic-bezier(.25,.46,.45,.94);text-decoration:none;display:inline-block;text-align:center;cursor:pointer;box-shadow:0 0 #0000;min-width:15rem}.perfum-hero__button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.perfum-hero__button--primary{background-color:var(--perfum-hero-btn-primary-bg);color:var(--perfum-hero-btn-primary-text);border:1px solid var(--perfum-hero-btn-primary-bg)}.perfum-hero__button--primary:hover{background-color:var(--perfum-hero-btn-primary-hover-bg);border-color:var(--perfum-hero-btn-primary-hover-bg);color:var(--perfum-hero-btn-primary-hover-text)}.perfum-hero__button--secondary{background-color:transparent;color:var(--perfum-hero-btn-secondary-text);border:1px solid var(--perfum-hero-btn-secondary-text)}.perfum-hero__button--secondary:hover{background-color:var(--perfum-hero-btn-secondary-text);color:var(--perfum-hero-btn-secondary-hover-text)}.perfum-hero__content>*{opacity:0;transform:translateY(15px);animation:perfumFadeInUp .6s cubic-bezier(.16,1,.3,1) forwards}.perfum-hero__content>*:nth-child(1){animation-delay:.1s}.perfum-hero__content>*:nth-child(2){animation-delay:.2s}.perfum-hero__content>*:nth-child(3){animation-delay:.3s}.perfum-hero__content>*:nth-child(4){animation-delay:.4s}@keyframes perfumFadeInUp{to{opacity:1;transform:translateY(0)}}.perfum-hero__social-proof{display:inline-flex;align-items:center;gap:var(--perfum-spacing-md);margin-bottom:var(--perfum-spacing-md);background:#00000040;padding:6px 12px;border-radius:99px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:fit-content}.perfum-hero__content--align-center .perfum-hero__social-proof{align-self:center;justify-content:center}.perfum-hero__content--align-right .perfum-hero__social-proof{align-self:flex-end;justify-content:flex-end}@media screen and (max-width:749px){.perfum-hero__content--align-mobile-center .perfum-hero__social-proof{align-self:center;justify-content:center}}.perfum-hero__social-avatars{display:flex;align-items:center}.perfum-hero__avatar{width:2.6rem;height:2.6rem;border-radius:50%;border:1.5px solid #ffffff;display:flex;align-items:center;justify-content:center;margin-left:-.8rem;overflow:hidden;box-sizing:border-box}.perfum-hero__avatar:first-child{margin-left:0}.perfum-hero__avatar img{width:100%;height:100%;object-fit:cover;display:block}.perfum-hero__avatar--1{background-color:var(--perfum-color-accent, #c9a227);color:#000}.perfum-hero__avatar--2{background-color:var(--perfum-color-ink, #0a0a0a);color:#fff}.perfum-hero__avatar--3{background-color:#fff;color:#000}.perfum-hero__avatar svg{width:1.3rem;height:1.3rem;display:block}.perfum-hero__social-content{display:flex;flex-direction:column;gap:2px;align-items:flex-start}.perfum-hero__content--align-center .perfum-hero__social-content{align-items:center}.perfum-hero__content--align-right .perfum-hero__social-content{align-items:flex-end}@media screen and (max-width:749px){.perfum-hero__content--align-mobile-center .perfum-hero__social-content{align-items:center}}.perfum-hero__social-stars{display:flex;gap:2px;align-items:center}.perfum-hero__social-stars svg{width:1.3rem;height:1.3rem;display:block}.perfum-hero__social-text{font-family:var(--font-heading-family);font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;line-height:1}perfum-hero-slider{display:block;position:relative;width:100%;overflow:hidden}.perfum-hero-slider__track-wrapper{overflow:hidden;width:100%;position:relative}.perfum-hero__slides-track{display:flex;width:100%;transition:transform .6s cubic-bezier(.25,1,.5,1);will-change:transform}.perfum-hero__slide{flex:0 0 100%;width:100%;min-width:100%;position:relative}.perfum-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:48px;height:48px;border-radius:50%;background:#0a0a0aa6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 14px #00000040;padding:0}.perfum-hero__arrow:hover{background:var(--perfum-color-primary, #C9A227);border-color:var(--perfum-color-primary, #C9A227);color:#0a0a0a;transform:translateY(-50%) scale(1.08);box-shadow:0 6px 18px #c9a22773}.perfum-hero__arrow--prev{left:24px}.perfum-hero__arrow--next{right:24px}@media screen and (max-width:749px){.perfum-hero__arrow{width:38px;height:38px}.perfum-hero__arrow--prev{left:12px}.perfum-hero__arrow--next{right:12px}}.perfum-hero__arrow svg{width:22px;height:22px}.perfum-hero__controls{position:absolute;bottom:24px;left:50%;transform:translate(-50%);z-index:4;display:flex;align-items:center;gap:14px;background:#0a0a0a99;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:8px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.2)}.perfum-hero__dots{display:flex;align-items:center;gap:8px}.perfum-hero__dot{width:10px;height:10px;border-radius:999px;background-color:#ffffff73;border:none;padding:0;cursor:pointer;transition:all .3s cubic-bezier(.25,1,.5,1)}.perfum-hero__dot:hover{background-color:#ffffffd9}.perfum-hero__dot--active{width:28px;background-color:var(--perfum-color-primary, #C9A227);box-shadow:0 0 8px #c9a22780}.perfum-hero__pause-btn{background:transparent;border:none;color:#ffffffbf;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.perfum-hero__pause-btn:hover{color:#fff}.perfum-hero__pause-btn svg{width:14px;height:14px}
/*# sourceMappingURL=/cdn/shop/t/8/assets/perfum-hero.css.map */
