.petja-hero{position:relative;width:100%;height:100svh;min-height:560px;overflow:hidden;background:#1c1c1c}.petja-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.petja-hero__video,.petja-hero__image{width:100%;height:100%;object-fit:cover;object-position:var(--petja-hero-position, center);display:block;transform:scale(1.06);transition:transform 6s linear}.petja-hero.is-ready .petja-hero__video,.petja-hero.is-ready .petja-hero__image{transform:scale(1)}.petja-hero__placeholder{width:100%;height:100%;background:linear-gradient(160deg,#2a2823,#1c1c1c)}.petja-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to top,#0000009e,#0000006b 28%,#00000024 58%,#0000 82%)}@media screen and (min-width:990px){.petja-hero__overlay{background:linear-gradient(to right,#00000080,#00000038 42%,#0000 70%),linear-gradient(to top,#0000008c,#0000004d 30%,#0000 68%)}}.petja-hero__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:clamp(48px,7vw,96px)}.petja-hero__inner{color:var(--petja-white, #fff);max-width:640px}.petja-hero__eyebrow{font-family:var(--petja-font-body);font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--petja-gold, #D4AF37)!important;margin:0 0 16px;font-weight:600}.petja-hero__title{font-family:var(--petja-font-title);font-weight:500;font-size:clamp(32px,3.4vw + 18px,66px);line-height:1.12;letter-spacing:-.01em;color:#0d0d0d!important;margin:0 0 18px;text-wrap:balance}.petja-hero__subtitle{font-family:var(--petja-font-body);font-weight:300;font-size:clamp(16px,1.4vw,19px);line-height:1.55;color:#0d0d0dd9!important;max-width:460px;margin:0 0 28px}.petja-hero__text{display:none}.petja-hero__actions{display:flex;flex-wrap:wrap;gap:18px}.petja-hero__btn-secondary{color:#0d0d0d!important;border-color:#0d0d0d!important}.petja-hero__scroll{position:absolute;left:clamp(24px,6vw,80px);bottom:28px;display:flex;align-items:center;gap:10px}.petja-hero__scroll-line{display:block;width:1px;height:52px;background:#0d0d0d66;transform-origin:top;animation:petjaScrollLine 2.6s var(--petja-ease, ease) infinite}@keyframes petjaScrollLine{0%{transform:scaleY(0);opacity:0}35%{transform:scaleY(1);opacity:1}75%{transform:scaleY(1);opacity:.4}to{transform:scaleY(0);opacity:0}}.petja-hero [data-petja-hero-item]{opacity:0;transform:translateY(24px);transition:opacity 1.3s var(--petja-ease, ease),transform 1.3s var(--petja-ease, ease)}.petja-hero.is-ready [data-petja-hero-item]{opacity:1;transform:translateY(0)}.petja-hero.is-ready [data-petja-hero-item]:nth-of-type(1){transition-delay:.15s}.petja-hero.is-ready [data-petja-hero-item]:nth-of-type(2){transition-delay:.35s}.petja-hero.is-ready [data-petja-hero-item]:nth-of-type(3){transition-delay:.55s}.petja-hero.is-ready [data-petja-hero-item]:nth-of-type(4){transition-delay:.75s}.petja-hero.is-ready [data-petja-hero-item]:nth-of-type(5){transition-delay:.95s}@media(max-width:749px){.petja-hero{height:100svh}.petja-hero__content{padding-bottom:40px}.petja-hero__actions{flex-direction:column;align-items:flex-start;gap:14px}.petja-hero__actions .petja-btn--primary{width:100%}}@media(prefers-reduced-motion:reduce){.petja-hero [data-petja-hero-item],.petja-hero__scroll-line{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}}.petja-hero__media-caption{position:absolute;inset:auto 0 0 0;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;max-width:none;padding-top:clamp(120px,18vw,240px);padding-bottom:clamp(28px,4vw,56px);background:linear-gradient(to top,#1c1b16b8,#1c1b167a 32%,#1c1b1624,#1c1b1600);color:var(--petja-bg, #F1F0E8)}.petja-hero__media-phrase{margin:0;max-width:16ch;text-align:left;font-family:var(--petja-font-title);font-style:normal;font-weight:600;font-variation-settings:var(--petja-wdth-title);font-size:clamp(30px,3vw + 14px,58px);line-height:1.04;letter-spacing:-.025em;color:var(--petja-bg, #F1F0E8);text-shadow:0 2px 24px rgba(0,0,0,.35);text-wrap:balance}.petja-hero__media-sub{display:block;margin:clamp(12px,1.2vw,18px) 0 0;max-width:34ch;font-family:var(--petja-font-body);font-weight:400;font-variation-settings:var(--petja-wdth-body);letter-spacing:0;font-size:var(--petja-fs-md, 18px);line-height:1.4;color:#f1f0e8e0;text-shadow:0 1px 14px rgba(0,0,0,.4)}.petja-hero__media-caption .petja-hero__actions{margin-top:clamp(20px,2.2vw,32px);align-items:center;gap:8px 28px}.petja-hero__media-caption .petja-btn--primary{background:var(--petja-bg, #F1F0E8);color:var(--petja-text, #1C1B16);border-color:var(--petja-bg, #F1F0E8)}.petja-hero__media-caption .petja-btn--primary:hover,.petja-hero__media-caption .petja-btn--primary:focus-visible{background:transparent;color:var(--petja-bg, #F1F0E8)}.petja-hero__media-caption .petja-hero__btn-secondary{color:var(--petja-bg, #F1F0E8)!important}@media screen and (max-width:749px){.petja-hero__media-caption{padding-top:120px;padding-bottom:22px;background:linear-gradient(to top,#1c1b16d1,#1c1b1699 40%,#1c1b1633 75%,#1c1b1600)}.petja-hero__media-phrase{font-size:clamp(28px,7.4vw,36px)}.petja-hero__media-sub{font-size:15px}.petja-hero__media-caption .petja-hero__actions{flex-direction:row;flex-wrap:wrap;flex-wrap:nowrap;margin-top:18px;gap:16px}.petja-hero__media-caption .petja-btn{font-size:11.5px;letter-spacing:.04em}.petja-hero__media-caption .petja-btn--primary{width:auto;padding:12px 14px}}@media screen and (min-width:750px){.petja-hero__media-caption{inset:0 auto auto 0;justify-content:flex-start;padding-top:clamp(36px,5vw,80px);padding-bottom:0;background:none;color:var(--petja-text, #1C1B16)}.petja-hero__media-phrase{color:var(--petja-text, #1C1B16);text-shadow:none}.petja-hero__media-sub{color:var(--petja-text-secondary, #5C584B);text-shadow:none}.petja-hero__media-caption .petja-btn--primary{background:var(--petja-text, #1C1B16);color:var(--petja-bg, #F1F0E8);border-color:var(--petja-text, #1C1B16)}.petja-hero__media-caption .petja-btn--primary:hover,.petja-hero__media-caption .petja-btn--primary:focus-visible{background:transparent;color:var(--petja-text, #1C1B16)}.petja-hero__media-caption .petja-hero__btn-secondary{color:var(--petja-text, #1C1B16)!important}}@media screen and (min-width:750px)and (max-width:1099px){.petja-hero__media-caption .petja-hero__actions{flex-direction:column;align-items:flex-start;gap:2px}}@media screen and (max-width:749px){.petja-hero__media{aspect-ratio:auto!important;min-height:0!important;max-height:none!important;background:var(--petja-bg, #F1F0E8)}.petja-hero__media:after{content:"";display:block;aspect-ratio:var(--petja-hero-ar-m, 1)}.petja-hero__media .petja-hero__video,.petja-hero__media .petja-hero__image,.petja-hero__media .petja-hero__placeholder{top:auto!important;bottom:0;height:auto!important;aspect-ratio:var(--petja-hero-ar-m, 1)}.petja-hero__media .petja-grain{display:none}.petja-hero__media-caption{position:relative;inset:auto;padding:28px 24px 26px;background:var(--petja-bg, #F1F0E8);color:var(--petja-text, #1C1B16)}.petja-hero__media-phrase{max-width:none;color:var(--petja-text, #1C1B16);text-shadow:none}.petja-hero__media-sub{margin-top:10px;color:var(--petja-text-secondary, #5C584B);text-shadow:none}.petja-hero__media-caption .petja-btn--primary{background:var(--petja-text, #1C1B16);color:var(--petja-bg, #F1F0E8);border-color:var(--petja-text, #1C1B16)}.petja-hero__media-caption .petja-btn--primary:hover,.petja-hero__media-caption .petja-btn--primary:focus-visible{background:transparent;color:var(--petja-text, #1C1B16)}.petja-hero__media-caption .petja-hero__btn-secondary{color:var(--petja-text, #1C1B16)!important}}
/*# sourceMappingURL=/cdn/shop/t/135/assets/petja-hero-video.css.map */
