.vybe-world-theme{--bg-primary: #0A0A0A;--bg-secondary: #0F1A12;--surface-light: #FFFFFF;--surface-muted: #F5F5F5;--surface-mint: #E8F5EE;--surface-footer: #ffffff;--text-on-light: #111111;--text-muted-on-light: #666666;--accent-green: #E0B84E;--accent-gold: #C9952A;--text-primary: #FFFFFF;--text-secondary: #B0B0B0;--badge-limited: #D4A017;--cta-green: #C9952A;--cta-hover: #A87A1E;--border-subtle: rgba(255, 255, 255, .08);--border-on-light: rgba(0, 0, 0, .08);--font-display: "Bebas Neue", sans-serif;--font-body: "DM Sans", sans-serif;--container: 1200px;--nav-height: 72px;--topbar-height: 36px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.vybe-world-theme img{max-width:100%;height:auto;display:block}.vybe-world-theme a{color:inherit;text-decoration:none}.vybe-world-theme button{font-family:inherit;cursor:pointer;border:none;background:none}.vybe-world-theme .container{width:min(100% - 40px,var(--container));margin-inline:auto}.vybe-world-theme .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-weight:700;font-size:.875rem;letter-spacing:.04em;border-radius:6px;padding:14px 28px;transition:background .2s ease,transform .1s ease,border-color .2s ease;white-space:nowrap}.vybe-world-theme .btn-primary{background:linear-gradient(180deg,#E0B84E 0%,var(--cta-green) 52%,var(--cta-hover) 100%);color:#0a0a0a;box-shadow:0 4px 16px #c9952a59}.vybe-world-theme .btn-primary:hover{background:linear-gradient(180deg,#E8C55E 0%,#D4A233 52%,var(--cta-green) 100%);transform:translateY(-1px);box-shadow:0 6px 20px #c9952a73}.vybe-world-theme button.btn{font:inherit;cursor:pointer;appearance:none;-webkit-appearance:none}.vybe-world-theme .btn-outline{border:1px solid rgba(255,255,255,.35);color:var(--text-primary);background:transparent}.vybe-world-theme .btn-outline:hover{border-color:var(--accent-green);color:var(--accent-green)}.vybe-world-theme .btn-full{width:100%}.vybe-world-theme .badge{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;padding:4px 12px;border-radius:4px}.vybe-world-theme .badge--gold{background:#c9952a26;color:var(--badge-limited);border:1px solid var(--accent-gold)}.vybe-world-theme .badge--limited{display:inline-flex;align-items:center;gap:6px;text-transform:uppercase}.vybe-world-theme .badge--green{background:#7dcfa026;color:var(--accent-green);border:1px solid var(--accent-green)}.vybe-world-theme .top-bar{background:var(--topbar-bg, #000);border-bottom:1px solid rgba(255,255,255,.08);color:var(--topbar-text-color, #fff);font-size:var(--topbar-font-size, 11px);font-weight:600;letter-spacing:.08em;text-transform:uppercase;width:100%}.vybe-world-theme .top-bar:not(.top-bar--duo){min-height:var(--topbar-height);display:flex;align-items:center;flex-direction:column;justify-content:center}.vybe-world-theme .top-bar--marquee-only{flex-direction:row}.vybe-world-theme .top-bar--duo{display:flex;flex-direction:column}.vybe-world-theme .top-bar__static{display:flex;align-items:center;justify-content:center;min-height:var(--topbar-height);width:100%;border-bottom:1px solid rgba(255,255,255,.06)}.vybe-world-theme .top-bar--marquee-only .top-bar__static{display:none}.vybe-world-theme .top-bar__inner{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;width:100%}.vybe-world-theme .top-bar__item,.vybe-world-theme .top-bar__marquee-item{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;color:var(--topbar-text-color, #fff)}.vybe-world-theme .top-bar__text{color:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit}.vybe-world-theme .top-bar__item .icon-wrap,.vybe-world-theme .top-bar__marquee-item .icon-wrap{color:var(--topbar-text-color, #fff);opacity:.95}.vybe-world-theme .top-bar__divider{opacity:.45;color:var(--topbar-text-color, #fff)}.vybe-world-theme .top-bar__marquee{width:100%;overflow:hidden;min-height:var(--topbar-height);display:flex;align-items:center}.vybe-world-theme .top-bar--duo .top-bar__marquee{min-height:calc(var(--topbar-height) - 2px)}.vybe-world-theme .top-bar__marquee-viewport{width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0%,#000 6%,#000 94%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 6%,#000 94%,transparent 100%)}.vybe-world-theme .top-bar__marquee-track{display:flex;width:max-content;will-change:transform;animation:vybe-world-topbar-marquee var(--topbar-marquee-duration, 28s) linear infinite}.vybe-world-theme .top-bar__marquee-track.is-paused{animation-play-state:paused}.vybe-world-theme .top-bar__marquee-group{display:flex;align-items:center;flex-shrink:0;gap:40px;padding-right:40px}.vybe-world-theme .top-bar__marquee-item{flex-shrink:0}@keyframes vybe-world-topbar-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.vybe-world-theme .top-bar__marquee-track{animation:none;flex-wrap:wrap;justify-content:center;width:100%;max-width:var(--container);margin-inline:auto;padding:8px 16px;gap:16px}.vybe-world-theme .top-bar__marquee-group[aria-hidden=true]{display:none}.vybe-world-theme .top-bar__marquee-viewport{mask-image:none;-webkit-mask-image:none}}.vybe-world-theme .navbar{position:sticky;top:0;z-index:1000;height:var(--nav-height);background:var(--navbar-base-bg, rgba(10, 10, 10, .92));border-bottom:1px solid var(--border-subtle);transition:background .3s ease,backdrop-filter .3s ease,box-shadow .3s ease}.vybe-world-theme .navbar.scrolled{background:var(--navbar-base-bg, rgba(10, 10, 10, .85));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--border-subtle)}.vybe-world-theme #shopify-section-group-header-group{position:relative;z-index:1001}.vybe-world-theme .navbar--transparent{background:transparent!important;border-bottom-color:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.vybe-world-theme.template-index .navbar--transparent{position:absolute;left:0;right:0;top:var(--topbar-height);width:100%}.vybe-world-theme.template-index #shopify-section-group-header-group:not(:has(.top-bar)) .navbar--transparent{top:0}.vybe-world-theme.template-index:has(#shopify-section-group-header-group .top-bar) #MainContent{margin-top:calc(-1 * var(--nav-height))}.vybe-world-theme.template-index #shopify-section-group-header-group:not(:has(.top-bar)) #MainContent{margin-top:calc(-1 * var(--nav-height))}.vybe-world-theme .navbar--transparent.navbar--solid-on-scroll.scrolled,.vybe-world-theme.template-index .navbar--transparent.scrolled{position:sticky;top:0;background:#0a0a0a;background:var(--navbar-solid-bg, #0a0a0a);border-bottom:1px solid var(--border-subtle);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--border-subtle)}.vybe-world-theme .navbar--transparent:not(.navbar--solid-on-scroll).scrolled{background:transparent;border-bottom-color:transparent;box-shadow:none}.vybe-world-theme .navbar__inner{display:flex;align-items:center;justify-content:space-between;height:100%}.vybe-world-theme .navbar__logo{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:1.35rem;letter-spacing:.06em}.vybe-world-theme .navbar__logo-icon{font-size:1.2rem}.vybe-world-theme .navbar__logo--image{gap:0}.vybe-world-theme .navbar__logo-icon--image{display:flex;align-items:center;font-size:inherit;line-height:0}.vybe-world-theme .navbar__logo-img{display:block;width:auto;height:var(--navbar-logo-height-mobile, 32px);max-width:min(180px,55vw);object-fit:contain}@media(min-width:769px){.vybe-world-theme .navbar__logo-img{height:var(--navbar-logo-height-desktop, 40px);max-width:min(320px,40vw)}}.vybe-world-theme .navbar__nav{display:flex;gap:28px}.vybe-world-theme .navbar__nav-links{display:contents}.vybe-world-theme .navbar__nav-social{display:none}.vybe-world-theme .vybe-world-icon--social,.vybe-world-theme .icon.icon--social{display:block;flex-shrink:0;width:100%;height:100%;overflow:visible}.vybe-world-theme .navbar__nav a{font-size:.75rem;font-weight:600;letter-spacing:.1em;color:var(--text-secondary);transition:color .2s}.vybe-world-theme .navbar__nav a:hover{color:var(--accent-green)}.vybe-world-theme .navbar__actions{display:flex;align-items:center;gap:12px}.vybe-world-theme .navbar__search-panel{position:absolute;top:100%;left:0;right:0;background:var(--navbar-solid-bg, #0a0a0a);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);overflow:hidden;max-height:0;opacity:0;visibility:hidden;transition:max-height .35s cubic-bezier(.16,1,.3,1),opacity .25s ease,visibility .25s ease;z-index:1200}.vybe-world-theme .navbar__search-panel.is-open{max-height:110px;opacity:1;visibility:visible}.vybe-world-theme .navbar__search-form{display:flex;align-items:center;gap:14px;padding:18px 0}.vybe-world-theme .navbar__search-form-icon{color:var(--accent-green);display:inline-flex;flex:none}.vybe-world-theme .navbar__search-input{flex:1;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.22);color:var(--text-primary, #fff);font-size:1rem;letter-spacing:.02em;padding:10px 2px;outline:none}.vybe-world-theme .navbar__search-input::placeholder{color:#ffffff73}.vybe-world-theme .navbar__search-input:focus{border-bottom-color:var(--accent-green)}.vybe-world-theme .navbar__search-submit{flex:none;background:var(--accent-green);color:#0a0a0a;border:none;border-radius:999px;padding:10px 22px;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:filter .2s}.vybe-world-theme .navbar__search-submit:hover{filter:brightness(1.08)}@media(min-width:990px){.vybe-world-theme{--nav-height: 84px}.vybe-world-theme .navbar[data-menu-mode=inline] .navbar__inner{display:grid;align-items:center;gap:0 28px;flex-wrap:nowrap;padding-top:0;padding-bottom:0}.vybe-world-theme .navbar[data-menu-mode=inline] .navbar__nav{flex-basis:auto;border-top:none;padding-top:0;gap:28px}.vybe-world-theme .navbar[data-menu-mode=inline] .navbar__hamburger{display:none}.vybe-world-theme .navbar[data-menu-mode=inline][data-logo-position=left] .navbar__inner{grid-template-columns:1fr auto 1fr}.vybe-world-theme .navbar[data-menu-mode=inline][data-logo-position=left] .navbar__logo{grid-column:1;justify-self:start}.vybe-world-theme .navbar[data-menu-mode=inline][data-logo-position=left] .navbar__nav{grid-column:2;justify-self:center}.vybe-world-theme .navbar[data-menu-mode=inline][data-logo-position=left] .navbar__actions{grid-column:3;justify-self:end}.vybe-world-theme .navbar[data-menu-mode=inline][data-logo-position=center] .navbar__inner{grid-template-columns:1fr auto 1fr}.vybe-world-theme .navbar[data-menu-mode=inline][data-logo-position=center] .navbar__nav{grid-column:1;justify-self:start}.vybe-world-theme .navbar[data-menu-mode=inline][data-logo-position=center] .navbar__logo{grid-column:2;justify-self:center}.vybe-world-theme .navbar[data-menu-mode=inline][data-logo-position=center] .navbar__actions{grid-column:3;justify-self:end}.vybe-world-theme .navbar[data-menu-mode=inline][data-logo-position=right] .navbar__inner{grid-template-columns:auto 1fr auto}.vybe-world-theme .navbar[data-menu-mode=inline][data-logo-position=right] .navbar__actions{grid-column:1;justify-self:start}.vybe-world-theme .navbar[data-menu-mode=inline][data-logo-position=right] .navbar__nav{grid-column:2;justify-self:center}.vybe-world-theme .navbar[data-menu-mode=inline][data-logo-position=right] .navbar__logo{grid-column:3;justify-self:end}.vybe-world-theme .navbar[data-menu-mode=drawer] .navbar__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:0 12px;flex-wrap:nowrap;padding-top:0;padding-bottom:0}.vybe-world-theme .navbar[data-menu-mode=drawer] .navbar__hamburger{display:flex;grid-column:1;justify-self:start;position:relative;z-index:1153}.vybe-world-theme .navbar[data-menu-mode=drawer] .navbar__logo{grid-column:2}.vybe-world-theme .navbar[data-menu-mode=drawer][data-logo-position=left] .navbar__logo{justify-self:start}.vybe-world-theme .navbar[data-menu-mode=drawer][data-logo-position=center] .navbar__logo{justify-self:center}.vybe-world-theme .navbar[data-menu-mode=drawer][data-logo-position=right] .navbar__logo{justify-self:end}.vybe-world-theme .navbar[data-menu-mode=drawer] .navbar__actions{grid-column:3;justify-self:end}.vybe-world-theme .navbar[data-menu-mode=drawer] .navbar__nav{position:fixed;top:0;left:0;bottom:0;width:min(20rem,88vw);z-index:1151;flex-basis:auto;flex-direction:column;align-items:stretch;padding:calc(var(--topbar-height, 36px) + var(--nav-height, 84px) + 1.5rem) 1.5rem 1.5rem;gap:1.25rem;background:#0a0a0afa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-right:1px solid var(--border-subtle);border-top:none;box-shadow:8px 0 32px #00000059;transform:translate(-105%);visibility:hidden;pointer-events:none;transition:transform .3s ease,visibility .3s ease;overflow-y:auto}.vybe-world-theme .navbar[data-menu-mode=drawer] .navbar__nav.open{transform:translate(0);visibility:visible;pointer-events:auto}.vybe-world-theme .navbar[data-menu-mode=drawer] .navbar__nav-links{display:flex;flex-direction:column;align-items:stretch;width:100%;gap:0;flex:1 1 auto}.vybe-world-theme .navbar[data-menu-mode=drawer] .navbar__nav-links a{display:block;padding:.75rem 0;font-size:.9rem;color:var(--text-primary);border-bottom:1px solid rgba(255,255,255,.08)}.vybe-world-theme .navbar[data-menu-mode=drawer] .navbar__nav-social{display:flex;flex-wrap:wrap;gap:14px;margin-top:auto;padding-top:2rem;width:100%}.vybe-world-theme .navbar[data-menu-mode=drawer] .navbar-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1150;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.vybe-world-theme .navbar[data-menu-mode=drawer] .navbar-drawer-backdrop.is-visible{opacity:1;visibility:visible;pointer-events:auto}}.vybe-world-theme .navbar__localization{position:relative;display:flex;align-items:center;z-index:1104}.vybe-world-theme .navbar__localization-form{margin:0}.vybe-world-theme .navbar__localization-toggle{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;letter-spacing:.06em;color:var(--text-secondary);padding:6px 10px;border:1px solid var(--border-subtle);border-radius:6px;background:#ffffff0a;cursor:pointer;font-family:inherit;line-height:1.2;transition:border-color .2s ease,color .2s ease}.vybe-world-theme .navbar__localization-toggle:hover,.vybe-world-theme .navbar__localization-toggle[aria-expanded=true]{border-color:#ffffff40;color:var(--text-primary)}.vybe-world-theme .navbar__localization-current{display:inline-flex;align-items:center;gap:4px}.vybe-world-theme .navbar__lang-divider{opacity:.55;-webkit-user-select:none;user-select:none}.vybe-world-theme .navbar__localization-chevron{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;opacity:.7;transition:transform .2s ease}.vybe-world-theme .navbar__localization-toggle[aria-expanded=true] .navbar__localization-chevron{transform:rotate(180deg)}.vybe-world-theme .navbar__localization-panel{position:absolute;top:calc(100% + 8px);right:0;min-width:min(16rem,78vw);max-width:18rem;max-height:min(18rem,60vh);overflow-y:auto;-webkit-overflow-scrolling:touch;background:#141414;border:1px solid var(--border-subtle);border-radius:10px;box-shadow:0 12px 32px #00000073;padding:8px;z-index:2}.vybe-world-theme .navbar__localization-panel[hidden]{display:none}.vybe-world-theme .navbar__localization-group{padding:4px 0}.vybe-world-theme .navbar__localization-group+.navbar__localization-group{border-top:1px solid rgba(255,255,255,.08);margin-top:4px;padding-top:8px}.vybe-world-theme .navbar__localization-group-label{margin:0 0 6px;padding:0 8px;font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73}.vybe-world-theme .navbar__localization-list{list-style:none;margin:0;padding:0}.vybe-world-theme .navbar__localization-option{display:flex;align-items:center;gap:8px;width:100%;padding:10px 8px;border:none;border-radius:6px;background:transparent;color:var(--text-primary);font-family:inherit;text-align:left;cursor:pointer;transition:background .15s ease}.vybe-world-theme .navbar__localization-option:hover{background:#ffffff0f}.vybe-world-theme .navbar__localization-option.is-active{background:#c9952a1f}.vybe-world-theme .navbar__localization-option-main{font-size:.8125rem;font-weight:700;letter-spacing:.04em;min-width:2.5rem}.vybe-world-theme .navbar__localization-option-sub{flex:1;font-size:.75rem;color:#ffffff8c;line-height:1.3}.vybe-world-theme .navbar__localization-check{margin-left:auto;color:var(--accent-green);font-size:.875rem;font-weight:700}.vybe-world-theme .navbar__icon-btn{color:var(--text-primary);padding:6px;display:flex;align-items:center;transition:color .2s}.vybe-world-theme .navbar__icon-btn:hover{color:var(--accent-green)}.vybe-world-theme .navbar__cart{position:relative;display:inline-flex;align-items:center;justify-content:center}.vybe-world-theme .navbar__cart .vybe-world-icon,.vybe-world-theme .navbar__cart .icon,.vybe-world-theme .navbar__cart svg{display:block;flex-shrink:0;width:var(--navbar-cart-icon-size, 26px);height:var(--navbar-cart-icon-size, 26px)}.vybe-world-theme .navbar__cart--bag{padding:2px 4px 2px 6px;min-width:2.25rem;min-height:2.25rem}.vybe-world-theme .navbar__cart-badge{position:absolute;top:-2px;right:-5px;min-width:1.0625rem;height:1.0625rem;padding:0 .25rem;box-sizing:border-box;background:var(--cart-badge-bg, #7ed391);color:var(--cart-badge-text, #0a0a0a);font-family:var(--font-body);font-size:.625rem;font-weight:700;line-height:1;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}.vybe-world-theme .navbar__cart-badge[hidden]{display:none!important}.vybe-world-theme .navbar__cart--cart .navbar__cart-badge{top:0;right:0;width:1rem;height:1rem;min-width:1rem;padding:0;background:var(--cart-badge-bg, var(--cta-green));color:var(--cart-badge-text, #000);font-size:.6rem}.vybe-world-theme .navbar-drawer-backdrop{display:none}.vybe-world-theme .navbar__hamburger{display:none;flex-direction:column;gap:5px;padding:4px;border:none;background:transparent;cursor:pointer}.vybe-world-theme .navbar__hamburger span{display:block;width:22px;height:2px;background:var(--text-primary);transition:transform .3s,opacity .3s}.vybe-world-theme .navbar__hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.vybe-world-theme .navbar__hamburger.active span:nth-child(2){opacity:0}.vybe-world-theme .navbar__hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.vybe-world-theme .hero{position:relative;min-height:clamp(520px,42vw,640px);max-height:none;padding-bottom:0;overflow:hidden;display:flex;flex-direction:column}.vybe-world-theme .hero__banner{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;background:var(--bg-primary)}.vybe-world-theme .hero__banner-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.vybe-world-theme .hero__banner-img--desktop{display:block}.vybe-world-theme .hero__banner-img--mobile{display:none}.vybe-world-theme .hero__banner-placeholder{width:100%;height:100%;object-fit:cover;opacity:.35}.vybe-world-theme .hero__banner-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(10,10,10,calc(.72 * var(--hero-shade-strength-d, 1))),rgba(10,10,10,calc(.32 * var(--hero-shade-strength-d, 1))) 40%,rgba(10,10,10,calc(.12 * var(--hero-shade-strength-d, 1))) 62%,rgba(10,10,10,calc(.48 * var(--hero-shade-strength-d, 1))))}.vybe-world-theme .hero__content-shade{display:none}.vybe-world-theme .hero__inner{position:relative;z-index:2;display:block;padding-top:48px;padding-bottom:20px;flex:1;min-height:0}.vybe-world-theme .hero__layout{position:relative;width:100%;min-height:inherit;z-index:2}.vybe-world-theme .hero__mobile-stack{display:contents}.vybe-world-theme .hero__eyebrow{margin:0 0 12px;font-size:.6875rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-green);line-height:1.4}.vybe-world-theme .hero__text,.vybe-world-theme .hero__content{position:relative;z-index:2;max-width:min(560px,58%);padding-right:16px}.vybe-world-theme .hero__title{font-family:var(--font-display);line-height:.95;margin:16px 0}.vybe-world-theme .hero__title-line{display:block;font-size:clamp(2.6rem,5.5vw,4.75rem);color:var(--text-primary);letter-spacing:.04em;text-transform:uppercase;font-weight:var(--font-display-weight, 700);font-style:var(--font-display-style, normal)}.vybe-world-theme .hero__title-accent{display:block;font-size:clamp(2.2rem,5vw,4rem);color:var(--accent-green);letter-spacing:.04em;text-transform:uppercase;font-weight:var(--font-display-weight, 700);font-style:var(--font-display-style, normal)}.vybe-world-theme .hero__subtitle,.vybe-world-theme .hero__subtitle-line{color:var(--text-secondary);font-size:1rem;max-width:380px}.vybe-world-theme .hero__subtitle-group{margin-bottom:28px;display:flex;flex-direction:column;gap:.35em}.vybe-world-theme .hero__subtitle-line{margin:0}.vybe-world-theme .hero__ctas{display:flex;flex-wrap:wrap;align-items:center;gap:16px 20px;position:relative;z-index:2}.vybe-world-theme .hero__ctas .btn-primary{border-radius:999px;padding:16px 32px;font-size:.8125rem}.vybe-world-theme .btn-video{display:inline-flex;align-items:center;gap:12px;padding:0;border:none;background:transparent;color:var(--text-primary);font-family:var(--font-body);font-weight:600;font-size:.875rem;letter-spacing:.04em;text-decoration:none;cursor:pointer;transition:opacity .2s ease}.vybe-world-theme .btn-video:hover{opacity:.9}.vybe-world-theme .btn-video--static{cursor:default;opacity:.9}.vybe-world-theme .btn-video__play{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--accent-gold);color:#0a0a0a;flex-shrink:0}.vybe-world-theme .btn-video__play .vybe-world-icon,.icon{margin-left:2px}.vybe-world-theme .btn-video__label{text-transform:uppercase;letter-spacing:.06em}.vybe-world-theme .hero-video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1250;display:flex;align-items:center;justify-content:center;padding:24px 16px;visibility:hidden;pointer-events:none;opacity:0;transition:opacity .28s ease,visibility .28s ease}.vybe-world-theme .hero-video-modal.is-open{visibility:visible;pointer-events:auto;opacity:1}.vybe-world-theme.is-hero-video-modal-open,.vybe-world-theme.is-hero-video-modal-open body{overflow:hidden}.vybe-world-theme .hero-video-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d1}.vybe-world-theme .hero-video-modal__dialog{position:relative;z-index:1;width:min(100%,56rem);max-height:calc(100vh - 48px);display:flex;flex-direction:column;background:#111;border:1px solid var(--border-subtle, rgba(255, 255, 255, .12));border-radius:12px;box-shadow:0 24px 64px #0000008c;overflow:hidden;outline:none}.vybe-world-theme .hero-video-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px 12px;border-bottom:1px solid var(--border-subtle, rgba(255, 255, 255, .1));flex-shrink:0}.vybe-world-theme .hero-video-modal__title{margin:0;font-family:var(--font-body);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-primary, #ffffff)}.vybe-world-theme .hero-video-modal__close{display:flex;align-items:center;justify-content:center;padding:6px;border:none;background:transparent;color:var(--text-primary, #ffffff);cursor:pointer;border-radius:6px;transition:color .2s ease}.vybe-world-theme .hero-video-modal__close:hover{color:var(--accent-green, #5bbf85)}.vybe-world-theme .hero-video-modal__player{flex:1;min-height:0;background:#000;line-height:0}.vybe-world-theme .hero-video-modal__video,.vybe-world-theme .hero-video-modal__player video{display:block;width:100%;max-height:calc(100vh - 120px);height:auto;vertical-align:top}.vybe-world-theme .hero__product-card{position:absolute;z-index:8;top:var(--hero-card-offset-y, 12%);right:var(--hero-card-offset-x, 0%);bottom:auto;height:auto;max-height:none;transform:translateY(var(--hero-card-offset-y-extra, 0px));width:min(var(--hero-card-width, 340px),38vw);max-width:var(--hero-card-width, 340px);pointer-events:auto;overflow:visible}.vybe-world-theme .hero__product-card--mobile{display:none}.vybe-world-theme .hero__product-card form,.vybe-world-theme .hero__product-card .product-card{pointer-events:auto}.vybe-world-theme .hero__product-card .product-card--hero{width:100%;max-width:100%;max-height:none;overflow:visible;padding:var(--hero-card-padding, 20px);border-radius:var(--hero-card-radius, 14px);font-size:calc(1rem * var(--hero-card-font-scale, 100) / 100);background:#121814e0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 48px #00000080;color:var(--text-primary)}.vybe-world-theme .hero__product-card .product-card--hero .product-card__badge{position:absolute;top:calc(var(--hero-card-padding, 20px) + 2px);left:calc(var(--hero-card-padding, 20px) + 2px);background:var(--cta-green);color:#0a0a0a;border-radius:6px;padding:5px 12px;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.vybe-world-theme .hero__product-card .product-card--hero .product-card__image,.vybe-world-theme .hero__product-card .product-card--hero .product-card__image--form{min-height:var(--hero-card-image-height, 152px);max-height:var(--hero-card-image-height, 152px);margin-bottom:14px;padding:12px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}.vybe-world-theme .hero__product-card .product-card--hero .product-card__image img,.vybe-world-theme .hero__product-card .product-card--hero .product-card__image-img{max-height:calc(var(--hero-card-image-height, 152px) - 24px);width:auto;max-width:100%;object-fit:contain;object-position:center}.vybe-world-theme .hero__product-card .product-card--hero .product-card__name{font-size:.95em;font-weight:700;color:var(--text-primary);line-height:1.25;margin-bottom:4px}.vybe-world-theme .hero__product-card .product-card--hero .product-card__edition{font-size:.8em;color:var(--text-secondary);margin-bottom:10px}.vybe-world-theme .hero__product-card .product-card--hero .product-card__price{font-size:1.35em;font-weight:700;color:var(--text-primary)}.vybe-world-theme .hero__product-card .product-card--hero .product-card__price-compare{font-size:1em;color:var(--text-secondary)}.vybe-world-theme .hero__product-card .product-card--hero .product-card__rating{font-size:.75em;color:var(--text-secondary)}.vybe-world-theme .hero__product-card .product-card--hero .product-card__sizes-label{font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.6875rem;color:var(--text-primary)}.vybe-world-theme .hero__product-card .product-card--hero .product-card__size-guide{display:inline-flex;align-items:center;gap:6px;color:var(--text-secondary);text-decoration:none;font-size:.75rem;white-space:nowrap}.vybe-world-theme .hero__product-card .product-card--hero .product-card__size-guide .icon{flex-shrink:0}.vybe-world-theme .hero__product-card .product-card--hero .size-btn{padding:7px 10px;font-size:.7em;border-radius:6px;border-color:#fff3;color:var(--text-primary)}.vybe-world-theme .hero__product-card .product-card--hero .size-btn.active,.vybe-world-theme .hero__product-card .product-card--hero .size-btn:hover:not(:disabled){border-color:var(--accent-gold);color:var(--accent-gold);background:#c9952a1a}.vybe-world-theme .hero__product-card .product-card--hero .size-btn:disabled{opacity:.35;cursor:not-allowed}.vybe-world-theme .hero__product-card .product-card--hero .size-btn--swatch.active,.vybe-world-theme .hero__product-card .product-card--hero .size-btn--swatch:hover:not(:disabled){border-color:var(--accent-gold);color:inherit}.vybe-world-theme .hero__product-card .product-card--hero .size-btn--color-swatch.active,.vybe-world-theme .hero__product-card .product-card--hero .size-btn--color-swatch:hover:not(:disabled){border-color:var(--accent-gold)}.vybe-world-theme .hero__product-card .product-card--hero .btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:14px 20px;font-size:.8em;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:var(--cta-green);color:#0a0a0a;margin-bottom:14px}.vybe-world-theme .hero__product-card .product-card--hero .btn-primary:hover{background:var(--cta-hover);color:#0a0a0a}.vybe-world-theme .hero__product-card .product-card--hero .btn-primary--cart .vybe-world-icon,.icon{flex-shrink:0}.vybe-world-theme .hero__product-card .product-card--hero .product-card__payments-label{color:var(--text-secondary)}.vybe-world-theme .hero__product-card .product-card--hero .payment-icons{gap:6px}.vybe-world-theme .hero__product-card .product-card--hero .payment-icons__item{padding:6px 8px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:6px}.vybe-world-theme .hero__product-card .product-card--hero .payment-icons__icon,.vybe-world-theme .hero__product-card .product-card--hero .payment-icons__item svg{height:18px;width:auto}.vybe-world-theme .product-card{background:#141414;border:1px solid var(--border-subtle);border-radius:12px;padding:20px;box-shadow:0 8px 40px #0000008c;position:relative;width:100%;max-width:340px}.vybe-world-theme .product-card__badge{position:absolute;top:16px;left:16px;background:var(--cta-green);color:#000;font-size:.65rem;font-weight:700;letter-spacing:.1em;padding:4px 10px;border-radius:4px;z-index:2}.vybe-world-theme .product-card__image{background:#1a1a1a;border-radius:8px;padding:16px;margin-bottom:16px;display:flex;justify-content:center}.vybe-world-theme .product-card__image img{max-height:200px;object-fit:contain}.vybe-world-theme .product-card__name{font-size:1rem;font-weight:700;margin-bottom:2px}.vybe-world-theme .product-card__edition{font-size:.8rem;color:var(--text-secondary);margin-bottom:12px}.vybe-world-theme .product-card__price-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:8px}.vybe-world-theme .product-card__prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 10px}.vybe-world-theme .product-card__price{font-size:1.5rem;font-weight:700;line-height:1.1}.vybe-world-theme .product-card__price-compare{font-size:1rem;font-weight:400;color:#999;text-decoration:line-through;line-height:1.1}.vybe-world-theme .product-card__price-compare[hidden]{display:none}.vybe-world-theme .product-card__installments{display:flex;align-items:center;gap:8px;margin:-8px 0 14px;font-size:.8125rem;line-height:1.3;color:#5a5a5a;flex-wrap:wrap}.vybe-world-theme .product-card__installments-badge{display:inline-flex;align-items:center;padding:2px 7px;border-radius:5px;background:#ffb3c7;color:#17120f;font-weight:700;font-size:.6875rem;letter-spacing:.01em}.vybe-world-theme .product-card__installments-text strong{font-weight:700;color:#1a1a1a}.vybe-world-theme .product-card__installments-text em{font-style:normal;font-weight:600;color:#1b7a4e}.vybe-world-theme .bundle-card__installments{display:flex;align-items:center;justify-content:center;gap:8px;margin:6px 0 18px;font-size:.75rem;line-height:1.3;color:#5a5a5a;flex-wrap:wrap}.vybe-world-theme .bundle-card__installments-badge{display:inline-flex;align-items:center;padding:2px 7px;border-radius:5px;background:#ffb3c7;color:#17120f;font-weight:700;font-size:.625rem;letter-spacing:.01em}.vybe-world-theme .bundle-card__installments-text strong{font-weight:700;color:#1a1a1a}.vybe-world-theme .bundle-card__installments-text em{font-style:normal;font-weight:600;color:#1b7a4e}.vybe-world-theme .product-pack-card-wrap{display:none}@media(max-width:768px){.vybe-world-theme .product-pack-card-wrap{display:block;margin-top:4px}.vybe-world-theme .product-spotlight__info .product-card--spotlight{display:none}}.vybe-world-theme .product-pack-heading{display:none}@media(max-width:768px){.vybe-world-theme .product-pack-heading{display:block;text-align:center;margin:2px 0 16px}}.vybe-world-theme .product-pack-heading__ribbon{display:inline-block;background:#c9a55a;color:#111;font-family:var(--font-body);font-size:.5625rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:5px 14px;border-radius:999px;margin-bottom:12px}.vybe-world-theme .product-pack-heading__title{margin:0;font-family:var(--font-display);font-size:1.6rem;font-weight:800;letter-spacing:.01em;line-height:1.1;text-transform:uppercase;color:#111}.vybe-world-theme .product-pack-heading__subtitle{margin:5px 0 0;font-size:.95rem;color:#6b7075}.vybe-world-theme .product-pack-card-wrap .bundle-card.product-pack-card{width:100%;transform:none;margin:0;background:transparent;border:0;border-radius:0;padding:0;text-align:center;position:relative;display:flex;flex-direction:column;align-items:stretch;box-shadow:none;overflow:visible}.vybe-world-theme .product-pack-card.bundle-card--featured{border:0;box-shadow:none}.vybe-world-theme .product-pack-card .bundle-card__best{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:#c9a55a;color:#111;font-family:var(--font-body);font-size:.5625rem;font-weight:800;letter-spacing:.1em;padding:5px 14px;border-radius:999px;white-space:nowrap;z-index:2}.vybe-world-theme .product-pack-card .bundle-card__title{margin:6px 0 2px;font-family:var(--font-display);font-size:1.45rem;font-weight:800;letter-spacing:.01em;line-height:1.1;text-transform:uppercase;color:#111}.vybe-world-theme .product-pack-card .bundle-card__desc{margin:0 0 14px;font-size:.95rem;font-weight:400;color:#6b7075;line-height:1.35}.vybe-world-theme .product-pack-card .bundle-card__pricing{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px 8px;margin-bottom:2px}.vybe-world-theme .product-pack-card .bundle-card__installments{justify-content:center;margin:0 0 12px}.vybe-world-theme .product-pack-card .bundle-card__sizes-heading{text-align:center;margin-bottom:8px}.vybe-world-theme .product-pack-card .bundle-card__sizes-panel{border-top:0;padding-top:0}.vybe-world-theme .product-pack-card .bundle-card__item{margin-bottom:6px}.vybe-world-theme .product-pack-card .bundle-card__item+.bundle-card__item{margin-top:10px;padding-top:10px}.vybe-world-theme .product-pack-card .bundle-card__item-label{margin:0 0 6px;font-size:.625rem}.vybe-world-theme .product-pack-card .bundle-card__sizes-label{margin:0 0 5px;font-size:.625rem}.vybe-world-theme .product-pack-card .bundle-card__variant-option{margin-bottom:8px}.vybe-world-theme .product-pack-card .size-selector--bundle{gap:6px}.vybe-world-theme .product-pack-card.bundle-card .size-btn--bundle.size-btn--text{min-width:1.85rem;min-height:1.85rem;padding:4px 6px;font-size:.7rem;border-radius:5px}.vybe-world-theme .product-pack-card.bundle-card .size-btn--bundle.size-btn--swatch{width:38px;height:38px;min-width:38px;border-radius:6px}.vybe-world-theme .product-pack-card.bundle-card .size-btn--bundle.size-btn--color-swatch{width:34px;height:34px;min-width:34px}.vybe-world-theme .pack-picker{display:flex;align-items:stretch;gap:8px;justify-content:center;margin:0 0 16px}.vybe-world-theme .pack-picker__btn{flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:center;text-align:center;min-height:42px;padding:8px 6px;border:1.5px solid #d7dbe0;border-radius:12px;background:#fff;color:#111;font-size:.74rem;font-weight:800;line-height:1.05;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease}.vybe-world-theme .pack-picker__btn.is-active{border-color:#1b7a4e;color:#1b7a4e;background:#f4fbf7;box-shadow:inset 0 0 0 1px #1b7a4e4d}.vybe-world-theme .pack-picker__btn.pack-picker__btn--featured{border-color:#b8912a;color:#2a1e00;background:linear-gradient(180deg,#e8c65c,#c9a02c);transform:translateY(-1px);animation:packFeaturedPulse 1.8s ease-in-out infinite}@keyframes packFeaturedPulse{0%,to{box-shadow:0 4px 12px -6px #c9a02c8c,0 0 #c9a02c80;transform:translateY(-1px) scale(1)}50%{box-shadow:0 9px 18px -6px #c9a02cbf,0 0 0 7px #c9a02c00;transform:translateY(-1px) scale(1.045)}}@media(prefers-reduced-motion:reduce){.vybe-world-theme .pack-picker__btn.pack-picker__btn--featured{animation:none;box-shadow:0 6px 14px -6px #c9a02c99}}.vybe-world-theme .pack-block[hidden]{display:none!important}.vybe-world-theme .product-pack-card .btn-bundle{margin-top:18px;padding-block:14px;border-radius:16px;background:linear-gradient(180deg,#E0B84E 0%,var(--cta-green) 52%,var(--cta-hover) 100%);color:#0a0a0a;box-shadow:0 4px 16px #c9952a59}.vybe-world-theme .product-pack-card .btn-bundle:hover{background:linear-gradient(180deg,#E8C55E 0%,#D4A233 52%,var(--cta-green) 100%);color:#0a0a0a;box-shadow:0 6px 20px #c9952a73}.vybe-world-theme .product-pack-card .bundle-card__price{margin:0;display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:6px}.vybe-world-theme .product-pack-card .bundle-card__price-current{font-size:1.3rem;font-weight:800;color:#111}.vybe-world-theme .product-pack-card .bundle-card__price-compare{font-size:.9rem;font-weight:400;color:#999;text-decoration:line-through}.vybe-world-theme .product-pack-card .bundle-card__save{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:.625rem;font-weight:700;letter-spacing:.06em;color:#1b4332;background:#dff3e8}.vybe-world-theme .product-card__rating{display:flex;align-items:center;gap:6px;font-size:.75rem;color:var(--text-secondary)}.vybe-world-theme .stars{color:var(--accent-gold);letter-spacing:-1px}.vybe-world-theme .stars--lg{font-size:1.2rem}.vybe-world-theme .product-card__sizes,.vybe-world-theme .product-card__qty-wrap{margin-bottom:16px}.vybe-world-theme .product-card__qty-label{margin-bottom:10px}.vybe-world-theme .product-card__cart-row{display:flex;align-items:stretch;gap:10px;margin:0 0 16px}.vybe-world-theme .product-card__qty{display:inline-flex;align-items:center;justify-content:space-between;gap:0;min-height:44px;padding:0 10px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:#ffffff0f;box-sizing:border-box}.vybe-world-theme .product-card__cart-row .product-card__qty{flex:0 0 108px;width:108px}.vybe-world-theme .product-card__qty-step{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:0;background:transparent;color:inherit;font-family:var(--font-body);font-size:1.125rem;font-weight:400;line-height:1;cursor:pointer;transition:opacity .15s ease}.vybe-world-theme .product-card__qty-step:hover:not(:disabled){opacity:.65}.vybe-world-theme .product-card__qty-step:disabled{opacity:.25;cursor:not-allowed}.vybe-world-theme .product-card__qty-input{width:2rem;min-width:0;flex:1 1 auto;height:auto;padding:0;border:none;background:transparent;color:inherit;font-family:inherit;font-size:.9375rem;font-weight:600;text-align:center;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.vybe-world-theme .product-card__qty-input::-webkit-outer-spin-button,.vybe-world-theme .product-card__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.vybe-world-theme .product-card__sizes-label{display:block;font-size:.75rem;color:var(--text-secondary);margin-bottom:8px}.vybe-world-theme .size-selector{display:flex;flex-wrap:wrap;gap:6px}.vybe-world-theme .product-card .size-selector:has(.size-btn--text){flex-wrap:nowrap;gap:6px}.vybe-world-theme .product-card .size-selector .size-btn--text{flex:1 1 0;min-width:0;padding:10px 4px}.vybe-world-theme .size-btn{border:1px solid #333;background:transparent;color:#fff;padding:8px 12px;border-radius:4px;font-size:.75rem;font-weight:600;transition:all .15s ease}.vybe-world-theme .size-btn{cursor:pointer;pointer-events:auto}.vybe-world-theme .size-btn.active,.vybe-world-theme .size-btn:hover{border-color:var(--accent-green);color:var(--accent-green)}.vybe-world-theme .size-selector--swatches{gap:10px}.vybe-world-theme .size-btn--swatch{width:52px;height:52px;min-width:52px;padding:0;overflow:hidden;border-radius:8px;line-height:0}.vybe-world-theme .size-btn--swatch .variant-picker__img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.vybe-world-theme .size-btn--swatch.active,.vybe-world-theme .size-btn--swatch:hover:not(:disabled){padding:0}.vybe-world-theme .size-btn--color-swatch{width:44px;height:44px;min-width:44px;padding:3px;border-radius:50%;line-height:0}.vybe-world-theme .size-btn--color-swatch .variant-picker__color-dot{display:block;width:100%;height:100%;border-radius:50%;background:var(--variant-swatch-color, #cccccc);box-shadow:inset 0 0 0 1px #0000001f;pointer-events:none}.vybe-world-theme .size-btn--text .variant-picker__label{display:inline-block}.vybe-world-theme .product-card .btn-primary{margin-bottom:10px}.vybe-world-theme .product-card__add-to-cart{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin:0 0 16px;padding:0 16px;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:transparent;color:#ffffffb8;font-family:var(--font-body);font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.vybe-world-theme .product-card__cart-row .product-card__add-to-cart{flex:1 1 auto;width:auto;min-width:0;margin:0}.vybe-world-theme .product-card__add-to-cart:hover:not(:disabled){border-color:#ffffff61;background:#ffffff0d;color:#ffffffeb}.vybe-world-theme .product-card__add-to-cart:disabled{opacity:.45;cursor:not-allowed}.vybe-world-theme .product-card__add-to-cart.is-loading{opacity:.7;pointer-events:none}.vybe-world-theme .product-card__payments{text-align:center}.vybe-world-theme .product-card__payments-label{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;margin:0 auto 10px;font-size:.7rem;color:var(--text-secondary);line-height:1}.vybe-world-theme .product-card__payments-label-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.vybe-world-theme .product-card__payments-label-icon .icon,.vybe-world-theme .product-card__payments-label-icon svg{display:block;width:16px;height:16px}.vybe-world-theme .product-card__payments-label-text{line-height:1.2}.vybe-world-theme .payment-icons{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;list-style:none;padding:0;margin:0}.vybe-world-theme .payment-icons__item{display:flex;align-items:center;line-height:0}.vybe-world-theme .payment-icons__icon,.vybe-world-theme .payment-icons__item svg{display:block;width:38px;height:24px}.vybe-world-theme .payment-icons--footer .payment-icons__icon,.vybe-world-theme .payment-icons--footer .payment-icons__item svg{height:22px;width:auto;max-width:38px;opacity:.85}.vybe-world-theme .hero__features-wrap{position:relative;z-index:3;margin-top:auto;margin-bottom:24px;flex-shrink:0;display:flex;justify-content:flex-start}.vybe-world-theme .hero__features{position:relative;z-index:1;width:100%;max-width:100%;background:transparent;border:1px solid rgba(255,255,255,.14);border-radius:28px;box-shadow:0 12px 40px #00000052;isolation:isolate;overflow:hidden}.vybe-world-theme .hero__features-desktop{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px 20px;padding:16px 24px}.vybe-world-theme .hero__features-desktop>div{flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:flex-start}.vybe-world-theme .hero__features-marquee{display:none}.vybe-world-theme .hero__features:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:inherit;background:var(--hero-trust-bg, #0f1a12);opacity:calc(var(--hero-trust-opacity-pct, 85) / 100);backdrop-filter:blur(var(--hero-trust-blur, 14px));-webkit-backdrop-filter:blur(var(--hero-trust-blur, 14px))}.vybe-world-theme .hero__feature{display:flex;flex-direction:row;align-items:center;gap:14px;min-width:0;width:100%;text-align:left}.vybe-world-theme .hero__feature-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;min-width:0;flex:1}.vybe-world-theme .hero__feature-title,.vybe-world-theme .hero__feature-desc{margin:0;padding:0;font-family:var(--font-body);font-style:normal;letter-spacing:0;text-transform:none;text-align:left;max-width:100%}.vybe-world-theme .hero__feature-title{font-size:.9375rem;font-weight:700;line-height:1.25;color:#fff}.vybe-world-theme .hero__feature-desc{font-size:.8125rem;font-weight:400;line-height:1.35;color:#ffffffa6}.vybe-world-theme .hero__feature-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;align-self:center;width:28px;height:28px;color:#fffffff2}.vybe-world-theme .hero__feature-icon .vybe-world-icon,.vybe-world-theme .hero__feature-icon .icon{display:block;width:24px;height:24px;flex-shrink:0}.vybe-world-theme .hero-animate{opacity:1;transform:translateY(0);animation:vybe-worldHeroFadeIn .65s ease both;animation-delay:calc(var(--delay, 0) * .12s + .05s)}@keyframes vybe-worldHeroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.vybe-world-theme .hero-animate{animation:none;opacity:1;transform:none}}.vybe-world-theme .countdown-bar{--countdown-bg-center: #ffffff;--countdown-bg-edge: #e4f0ea;background:linear-gradient(90deg,var(--countdown-bg-edge) 0%,#f4faf7 10%,var(--countdown-bg-center) 22%,var(--countdown-bg-center) 78%,#f4faf7 90%,var(--countdown-bg-edge) 100%);padding:56px 0 60px;text-align:center}.vybe-world-theme .countdown-bar .container{display:flex;flex-direction:column;align-items:center;justify-content:center}.vybe-world-theme .countdown-bar__stack{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:980px;margin-inline:auto;text-align:center;gap:26px}.vybe-world-theme .countdown-bar__heading{margin:0;width:100%;font-family:var(--font-body);font-size:.6875rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#111}.vybe-world-theme .countdown-bar__row{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;width:100%;gap:0 52px}.vybe-world-theme .countdown-bar .countdown{display:flex;align-items:center;justify-content:center;flex-shrink:0;gap:0 14px}.vybe-world-theme .countdown-bar .countdown__unit{display:flex;flex-direction:column;align-items:center;min-width:3.5rem}.vybe-world-theme .countdown-bar .countdown__value{display:block;font-family:var(--font-display);font-size:clamp(2.75rem,5.8vw,4rem);font-weight:700;line-height:.95;letter-spacing:-.03em;color:#111;font-variant-numeric:tabular-nums;min-width:2.5ch}.vybe-world-theme .countdown-bar .countdown__label{margin-top:8px;font-family:var(--font-body);font-size:.5625rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#111}.vybe-world-theme .countdown-bar .countdown__sep{align-self:center;margin:0 2px 1.35rem;font-family:var(--font-body);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1;color:#111}.vybe-world-theme .countdown-bar__social{display:flex;align-items:center;justify-content:flex-start;flex-shrink:0;gap:16px}.vybe-world-theme .countdown-bar__social-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;text-align:left}.vybe-world-theme .countdown-bar__social-line1,.vybe-world-theme .countdown-bar__social-line2{font-family:var(--font-body);line-height:1.2;color:#111}.vybe-world-theme .countdown-bar__social-line1{font-size:1.125rem;font-weight:700;letter-spacing:-.01em}.vybe-world-theme .countdown-bar__social-line2{font-size:.8125rem;font-weight:400;color:#333}.vybe-world-theme .countdown-bar .avatars{display:flex;flex-shrink:0;align-items:center;padding-right:2px}.vybe-world-theme .countdown-bar .avatars__item{position:relative;display:block;flex-shrink:0;width:44px;height:44px;margin-left:-12px;border-radius:50%;overflow:hidden;border:2px solid #ffffff;box-shadow:0 0 0 1px #0000000f;line-height:0;background:#e8ecea}.vybe-world-theme .countdown-bar .avatars__item:first-child{margin-left:0;z-index:6}.vybe-world-theme .countdown-bar .avatars__item:nth-child(2){z-index:5}.vybe-world-theme .countdown-bar .avatars__item:nth-child(3){z-index:4}.vybe-world-theme .countdown-bar .avatars__item:nth-child(4){z-index:3}.vybe-world-theme .countdown-bar .avatars__item:nth-child(5){z-index:2}.vybe-world-theme .countdown-bar .avatars__item:nth-child(6){z-index:1}.vybe-world-theme .countdown-bar .avatars .avatar-img,.vybe-world-theme .countdown-bar .avatars__item img{width:100%;height:100%;max-width:none;margin:0;padding:0;border:none;border-radius:0;object-fit:cover;object-position:center center;display:block;aspect-ratio:1 / 1}.vybe-world-theme .countdown-bar .avatars:empty{display:none}.vybe-world-theme .countdown-bar .avatars__item--placeholder .avatar-img{object-fit:cover}@media(max-width:720px){.vybe-world-theme .countdown-bar{padding:44px 0 48px}.vybe-world-theme .countdown-bar__row{flex-wrap:wrap;gap:28px 24px}.vybe-world-theme .countdown-bar__social{width:100%;justify-content:center}.vybe-world-theme .countdown-bar__social-copy{align-items:flex-start;text-align:left}}@media(max-width:480px){.vybe-world-theme .countdown-bar .countdown{gap:0 8px}.vybe-world-theme .countdown-bar__row{flex-direction:column;gap:24px}}.vybe-world-theme .section-light{background:transparent;color:#111;padding:80px 0}.vybe-world-theme .section-header{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:48px;flex-wrap:wrap}.vybe-world-theme .section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);letter-spacing:.06em;text-align:center;text-transform:uppercase;font-weight:var(--font-display-weight, 700);font-style:var(--font-display-style, normal)}.vybe-world-theme .section-title--dark{color:#111}.vybe-world-theme .bundles.bundles--split{padding:0;background:#fff}.vybe-world-theme .bundles-split{display:grid;grid-template-columns:minmax(280px,.92fr) minmax(0,1.68fr);align-items:stretch;min-height:560px}.vybe-world-theme .bundles-split__lookbook{position:relative;overflow:hidden;min-height:480px}.vybe-world-theme .bundles-split__lookbook-img,.vybe-world-theme .bundles-split__lookbook-fallback{width:100%;height:100%;min-height:100%;object-fit:cover;display:block}.vybe-world-theme .bundles-split__lookbook-fallback{background:linear-gradient(180deg,#0000 45%,#0000008c),linear-gradient(135deg,#9eb8a8,#6d8f7a 38%,#4a6b58)}.vybe-world-theme .bundles-split__lookbook-overlay{position:absolute;inset:auto 0 0 0;padding:28px 32px 36px;background:linear-gradient(180deg,transparent 0%,rgb(0 0 0 / 72%) 100%);color:#fff;text-align:left}.vybe-world-theme .bundles-split__lookbook-kicker{margin:0 0 10px;font-family:var(--font-body);font-size:.625rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;opacity:.95}.vybe-world-theme .bundles-split__lookbook-title{margin:0;font-family:var(--font-body);font-size:clamp(1.35rem,2.2vw,1.75rem);font-weight:700;line-height:1.2;letter-spacing:-.01em;max-width:16em}.vybe-world-theme .bundles-split__cards{position:relative;display:flex;flex-direction:column;padding:40px 36px 32px;overflow:hidden;background:#f3f5f3}.vybe-world-theme .bundles-split__cards-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden;background:radial-gradient(ellipse 90% 70% at 50% 20%,rgb(255 255 255 / 55%),transparent 70%),linear-gradient(180deg,#ebeef0,#f5f6f4 45%,#ecefe9)}.vybe-world-theme .bundles-split__cards-bg-img{width:100%;height:100%;object-fit:cover;opacity:.22;transform:scale(1.08)}.vybe-world-theme .bundles-split__cards-inner{position:relative;z-index:1;display:flex;flex-direction:column;height:100%}.vybe-world-theme .bundles-split__header{display:flex;align-items:center;flex-wrap:wrap;gap:14px 18px;margin-bottom:28px}.vybe-world-theme .bundles-split__heading{margin:0;font-family:var(--font-body);font-size:clamp(1.5rem,2.8vw,2rem);font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#1b4332;line-height:1}.vybe-world-theme .bundles-split__badge{display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;background:#1b4332;color:#fff;font-family:var(--font-body);font-size:.625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.vybe-world-theme .bundles--split .bundle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;flex:1}.vybe-world-theme .bundles--split .bundle-card{background:#fff;border:1px solid rgb(0 0 0 / 6%);border-radius:12px;padding:18px 16px 16px;text-align:center;position:relative;display:flex;flex-direction:column;align-items:stretch;box-shadow:0 4px 18px #0000000f;transition:box-shadow .2s ease;overflow:visible}.vybe-world-theme .bundles--split .bundle-card.is-sizes-open{z-index:2}.vybe-world-theme .bundles--split .bundle-card:hover{box-shadow:0 8px 28px #00000017}.vybe-world-theme .bundles--split .bundle-card--featured{border:2px solid #c9a55a;box-shadow:0 6px 24px #c9a55a2e}.vybe-world-theme .bundles--split .bundle-card__best{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:#c9a55a;color:#111;font-family:var(--font-body);font-size:.5625rem;font-weight:800;letter-spacing:.1em;padding:5px 14px;border-radius:999px;white-space:nowrap;z-index:2}.vybe-world-theme .bundles--split .bundle-card__title{margin:0 0 4px;font-family:var(--font-body);font-size:.8125rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#111}.vybe-world-theme .bundles--split .bundle-card__desc{margin:0 0 12px;font-family:var(--font-body);font-size:.75rem;font-weight:400;color:#666;line-height:1.35}.vybe-world-theme .bundles--split .bundle-card__image{display:flex;align-items:center;justify-content:center;min-height:140px;margin:0 0 14px;flex:1}.vybe-world-theme .bundles--split .bundle-card__img,.vybe-world-theme .bundles--split .bundle-card__image img{max-height:132px;width:auto;max-width:100%;object-fit:contain}.vybe-world-theme .bundles--split .bundle-card__pricing{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px 8px;margin-bottom:12px}.vybe-world-theme .bundles--split .bundle-card__price{margin:0;display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap;gap:6px}.vybe-world-theme .bundles--split .bundle-card__price-current{font-family:var(--font-body);font-size:1.0625rem;font-weight:800;color:#111}.vybe-world-theme .bundles--split .bundle-card__price-compare{font-size:.8125rem;font-weight:400;color:#999;text-decoration:line-through}.vybe-world-theme .bundles--split .bundle-card__save{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-family:var(--font-body);font-size:.5625rem;font-weight:700;letter-spacing:.06em;color:#1b4332;background:#dff3e8}.vybe-world-theme .bundles--split .bundle-card__form{margin-top:auto}.vybe-world-theme .btn-bundle{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 14px;border:none;border-radius:6px;background:#c8edd6;color:#1b4332;font-family:var(--font-body);font-size:.6875rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:none;cursor:pointer;transition:background .2s ease,color .2s ease}.vybe-world-theme .btn-bundle:hover{background:#b5e4c8;color:#153528;transform:none}.vybe-world-theme .btn-bundle:disabled,.vybe-world-theme .btn-bundle.is-sold-out{opacity:.55;cursor:not-allowed}.vybe-world-theme .btn-bundle.is-sold-out{background:#e8e8e8;color:#666}.vybe-world-theme .btn-bundle__icon{display:inline-flex;color:inherit}.vybe-world-theme .bundles--split .bundles-perks{list-style:none;margin:28px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 20px;background:transparent;border-radius:0}.vybe-world-theme .bundles--split .bundles-perks li{display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-body);font-size:.75rem;font-weight:500;color:#3d4a42;text-align:left}.vybe-world-theme .bundles-perks__icon{display:inline-flex;flex-shrink:0;color:#3d4a42}.vybe-world-theme .bundles__footer{text-align:center;margin-top:32px;font-size:.85rem;color:#666}@media(max-width:1024px){.vybe-world-theme .bundles-split{grid-template-columns:1fr;min-height:0}.vybe-world-theme .bundles-split__lookbook{min-height:320px}.vybe-world-theme .bundles-split__cards{padding:32px 20px 28px}.vybe-world-theme .bundles--split .bundle-grid,.vybe-world-theme .bundles--split .bundles-perks{grid-template-columns:1fr;max-width:360px;margin-inline:auto;width:100%}}@media(min-width:1025px)and (max-width:1200px){.vybe-world-theme .bundles-split__cards{padding:32px 24px 28px}.vybe-world-theme .bundles--split .bundle-grid{gap:12px}}.vybe-world-theme .fabric.fabric--split{position:relative;padding:0;overflow:hidden;background:#fff;color:#1a1a1a}.vybe-world-theme .fabric__slider{position:relative}.vybe-world-theme .fabric__track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.vybe-world-theme .fabric__slide{flex:0 0 100%;min-width:0}.vybe-world-theme .fabric__panel{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:stretch;min-height:520px;background:#fff}.vybe-world-theme .fabric__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;width:100%;max-width:none;padding:40px 24px 40px 20px;box-sizing:border-box}.vybe-world-theme .fabric__eyebrow{margin:0 0 14px;font-family:var(--font-body);font-size:.6875rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--fabric-accent, #1b7a4e)}.vybe-world-theme .fabric__title{margin:0;font-family:var(--font-body);font-size:clamp(1.75rem,3.2vw,2.5rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:#1a1a1a;text-transform:none}.vybe-world-theme .fabric__rule{display:block;width:48px;height:3px;margin:18px 0 20px;border-radius:2px;background:var(--fabric-accent, #1b7a4e)}.vybe-world-theme .fabric__desc{margin:0;font-family:var(--font-body);font-size:.9375rem;font-weight:400;line-height:1.55;color:#5c5c5c;max-width:28rem}.vybe-world-theme .fabric__features{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:20px 24px;margin-top:32px;padding-bottom:8px;width:100%;max-width:100%}.vybe-world-theme .fabric__feature{display:flex;flex:0 0 auto;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;width:auto;min-width:4.25rem;max-width:6.5rem;text-align:center}.vybe-world-theme .fabric__feature-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:transparent;border:none;border-radius:0;color:#1a1a1a;overflow:visible}.vybe-world-theme .fabric__feature-icon .vybe-world-icon,.icon,.vybe-world-theme .fabric__feature-icon svg{width:32px;height:32px;display:block;overflow:visible}.vybe-world-theme .fabric__feature-label{display:block;width:100%;font-family:var(--font-body);font-size:.6875rem;font-weight:600;letter-spacing:0;line-height:1.35;text-transform:none;color:#1a1a1a;white-space:normal;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.vybe-world-theme .fabric__media{position:relative;min-height:400px;overflow:hidden;background:linear-gradient(135deg,#d4ebe0,#a8d4bc 45%,#8ec4a8)}.vybe-world-theme .fabric__media--empty{background:linear-gradient(135deg,#e8f5ee,#b8dcc8,#9fd0b0)}.vybe-world-theme .fabric__media-img{width:100%;height:100%;min-height:400px;object-fit:cover;object-position:center right;display:block}.vybe-world-theme .fabric__media-img--desktop{display:block}.vybe-world-theme .fabric__media-img--mobile{display:none}.vybe-world-theme .fabric__media-fade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#ffffff 0%,rgba(255,255,255,.97) 8%,rgba(255,255,255,.75) 18%,rgba(255,255,255,.2) 32%,transparent 42%)}.vybe-world-theme .fabric__dots{position:absolute;left:20px;bottom:40px;z-index:4;display:flex;gap:8px}.vybe-world-theme .fabric__dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:#d0d0d0;cursor:pointer;transition:background .2s ease,transform .2s ease}.vybe-world-theme .fabric__dot.active,.vybe-world-theme .fabric__dot:hover{background:var(--fabric-accent, #1b7a4e);transform:scale(1.08)}.vybe-world-theme .fabric__nav{position:absolute;right:24px;bottom:36px;z-index:4;display:flex;gap:8px}.vybe-world-theme .fabric__arrow{width:40px;height:40px;border-radius:50%;border:1px solid #e0e0e0;background:#fff;color:#1a1a1a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000000f;transition:border-color .2s ease,color .2s ease}.vybe-world-theme .fabric__arrow:hover{border-color:var(--fabric-accent, #1b7a4e);color:var(--fabric-accent, #1b7a4e)}@media(min-width:769px){.vybe-world-theme .fabric__panel{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);min-height:clamp(520px,36vw,680px)}.vybe-world-theme .fabric__content{padding:clamp(48px,5vw,72px) clamp(28px,3.5vw,48px) clamp(48px,5vw,72px) clamp(32px,4vw,64px)}.vybe-world-theme .fabric__title{max-width:11em}.vybe-world-theme .fabric__features{flex-wrap:nowrap;gap:clamp(20px,2.8vw,44px);margin-top:40px}.vybe-world-theme .fabric__feature{min-width:0;max-width:7rem}.vybe-world-theme .fabric__feature:nth-child(5){display:none}.vybe-world-theme .fabric__dots{left:clamp(32px,4vw,64px)}}@media(min-width:1200px){.vybe-world-theme .fabric__panel{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);min-height:clamp(560px,38vw,720px)}.vybe-world-theme .fabric__content{padding-left:clamp(48px,5vw,80px);padding-right:clamp(40px,4vw,56px)}.vybe-world-theme .fabric__title{font-size:clamp(2rem,2.4vw,2.75rem);max-width:12em}.vybe-world-theme .fabric__features{gap:clamp(24px,3.2vw,52px);margin-top:48px}.vybe-world-theme .fabric__feature-label{font-size:.75rem}.vybe-world-theme .fabric__media,.vybe-world-theme .fabric__media-img{min-height:100%}}.vybe-world-theme .comparison{padding:80px 0}.vybe-world-theme .text-muted{color:var(--text-secondary);font-weight:400}.vybe-world-theme .comparison__header{margin-bottom:40px}.vybe-world-theme .comparison__title{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px 16px;margin:0;font-family:var(--font-body);font-size:clamp(1rem,2vw,1.375rem);font-weight:800;letter-spacing:.04em;line-height:1.25;text-transform:uppercase;color:#111;text-align:center}.vybe-world-theme .comparison__vs-badge{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;background:#1b4332;color:#fff;font-size:.625rem;font-weight:800;letter-spacing:.04em;line-height:1}.vybe-world-theme .comparison__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:1040px;margin-inline:auto}@media(min-width:769px){.vybe-world-theme .comparison__header{margin-bottom:48px}.vybe-world-theme .comparison__title{font-size:clamp(1.25rem,2.2vw,1.875rem);gap:14px 20px}.vybe-world-theme .comparison__vs-badge{width:3rem;height:3rem;font-size:.75rem}.vybe-world-theme .comparison__grid{max-width:min(100%,var(--container, 1200px));gap:28px}.vybe-world-theme .comparison__card{padding:32px 28px;border-radius:20px}.vybe-world-theme .comparison__card-inner{gap:24px}.vybe-world-theme .comparison__jersey{min-height:280px}.vybe-world-theme .comparison__jersey-img,.vybe-world-theme .comparison__jersey img{max-height:360px}.vybe-world-theme .comparison__jersey-placeholder{max-width:180px}.vybe-world-theme .comparison__card-heading{font-size:.8125rem;margin-bottom:14px}.vybe-world-theme .comparison__list li{padding:12px 0;font-size:.9375rem;gap:12px}.vybe-world-theme .comparison__list-icon{width:26px;height:26px}}.vybe-world-theme .comparison__card{background:#f3f3f3;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:20px 18px}.vybe-world-theme .comparison__card-inner{display:flex;align-items:center;gap:14px;min-height:0}.vybe-world-theme .comparison__jersey{flex:0 0 42%;max-width:42%;min-height:180px;display:flex;align-items:center;justify-content:center;padding:4px;background:transparent}.vybe-world-theme .comparison__jersey-img,.vybe-world-theme .comparison__jersey img{width:100%;height:auto;max-width:100%;max-height:240px;margin:0 auto;object-fit:contain;object-position:center center;background:transparent;display:block;filter:none}.vybe-world-theme .comparison__jersey-placeholder{width:100%;max-width:120px;aspect-ratio:4 / 5;border-radius:8px;background:#0000000d}.vybe-world-theme .comparison__jersey-placeholder--premium{background:#1b7a4e14}.vybe-world-theme .comparison__card-content{flex:1 1 0;min-width:0;display:flex;flex-direction:column;justify-content:center}.vybe-world-theme .comparison__card-heading{margin:0 0 10px;font-family:var(--font-body);font-size:.6875rem;font-weight:800;letter-spacing:.12em;line-height:1.2;text-transform:uppercase;color:#1b7a4e;text-align:left}.vybe-world-theme .comparison__list{list-style:none;width:100%;max-width:none;margin:0;padding:0;text-align:left}.vybe-world-theme .comparison__list li{display:flex;align-items:center;gap:10px;padding:9px 0;font-size:.8125rem;font-weight:400;line-height:1.35;color:#444;border-bottom:1px solid rgba(0,0,0,.08)}.vybe-world-theme .comparison__list li:last-child{border-bottom:none}.vybe-world-theme .comparison__list--premium li{color:#111}.vybe-world-theme .comparison__list-text{flex:1 1 auto;min-width:0}.vybe-world-theme .comparison__list-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;border-radius:50%}.vybe-world-theme .comparison__list-icon--x{background:#fff;border:1px solid rgba(0,0,0,.12);color:#c0392b}.vybe-world-theme .comparison__list-icon--check{background:#1b7a4e;border:none;color:#fff}.vybe-world-theme .comparison__list-icon--check .icon,.vybe-world-theme .comparison__list-icon--check .vybe-world-icon,.vybe-world-theme .comparison__list-icon--check svg{color:#fff}.vybe-world-theme .icon-x{color:#e74c3c;font-weight:700;flex-shrink:0}.vybe-world-theme .icon-check{color:var(--cta-green);font-weight:700;flex-shrink:0}.vybe-world-theme .lifestyle{padding:80px 0}.vybe-world-theme .lifestyle .section-title{margin-bottom:40px;font-family:var(--font-body);font-size:clamp(1.125rem,2vw,1.375rem);font-weight:700;font-style:normal;letter-spacing:.08em;text-align:left;text-transform:uppercase;color:#111}.vybe-world-theme .lifestyle-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.vybe-world-theme .lifestyle-card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:4/3}.vybe-world-theme .lifestyle-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.vybe-world-theme .lifestyle-card:hover img{transform:scale(1.05)}.vybe-world-theme .lifestyle-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,rgba(0,0,0,.18) 42%,transparent 68%);display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:20px}.vybe-world-theme .lifestyle-card__overlay h3{font-family:var(--font-body);font-size:1.125rem;font-weight:700;font-style:normal;letter-spacing:0;text-transform:none;color:#fff;line-height:1.25;margin-bottom:4px}.vybe-world-theme .lifestyle-card__overlay p{font-family:var(--font-body);font-size:.8125rem;font-weight:400;font-style:normal;color:#ffffffe0;line-height:1.45}.vybe-world-theme .reviews{padding:80px 0}.vybe-world-theme .reviews__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px;flex-wrap:wrap;gap:20px}.vybe-world-theme .reviews__rating{display:flex;align-items:center;gap:12px;margin-top:8px;flex-wrap:wrap}.vybe-world-theme .reviews__score{font-family:var(--font-display);font-size:2.5rem;color:var(--accent-green)}.vybe-world-theme .reviews__count{font-size:.85rem;color:var(--text-secondary)}.vybe-world-theme .reviews__nav{display:flex;gap:8px}.vybe-world-theme .reviews__arrow{width:44px;height:44px;border:1px solid var(--border-subtle);border-radius:50%;color:var(--text-primary);font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:border-color .2s,color .2s}.vybe-world-theme .reviews__arrow:hover{border-color:var(--accent-green);color:var(--accent-green)}.vybe-world-theme .reviews-carousel{overflow:hidden;cursor:grab}.vybe-world-theme .reviews-carousel:active{cursor:grabbing}.vybe-world-theme .reviews-track{display:flex;gap:20px;transition:transform .4s ease}.vybe-world-theme .review-card{flex:0 0 min(100%,340px);background:#fff;color:#111;border-radius:12px;padding:28px;min-height:220px;display:flex;flex-direction:column}@media(min-width:769px){.vybe-world-theme .review-card{flex:0 0 calc(50% - 10px);max-width:420px}}@media(min-width:1100px){.vybe-world-theme .reviews-track:has(.review-card:nth-child(3)) .review-card{flex:0 0 calc(33.333% - 14px);max-width:none}}.vybe-world-theme .review-card__stars{color:var(--accent-gold);margin-bottom:12px;letter-spacing:-1px}.vybe-world-theme .review-card__text{font-size:.9rem;line-height:1.7;flex:1;margin-bottom:20px;font-style:italic}.vybe-world-theme .review-card__author{display:flex;align-items:center;gap:12px}.vybe-world-theme .review-card__author img{width:48px;height:48px;border-radius:50%;object-fit:cover}.vybe-world-theme .review-card__verified{display:block;font-size:.75rem;color:var(--cta-green);font-weight:600}.vybe-world-theme .shopify-section-footer-group{background:transparent}.vybe-world-theme .footer.footer--mockup{padding:0;background:transparent;color:#111}.vybe-world-theme .shopify-section-footer-group>.shopify-section-newsletter{display:none!important}.vybe-world-theme .newsletter.newsletter--club{padding:40px 0;background:#0d2819;color:#fff}.vybe-world-theme .newsletter--club .newsletter__kicker{margin:0 0 10px;font-family:var(--font-body);font-size:.8125rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#fff}.vybe-world-theme .newsletter--club .newsletter__field{display:flex;align-items:stretch;width:100%;border-radius:6px;overflow:hidden}.vybe-world-theme .newsletter--club .newsletter__field input{flex:1;min-width:0;border:none;padding:14px 16px;background:#fff;color:#111;font-size:.875rem;border-radius:6px 0 0 6px}.vybe-world-theme .newsletter--club .newsletter__field input::placeholder{color:#888}.vybe-world-theme .newsletter--club .btn-newsletter{flex-shrink:0;border:none;padding:14px 26px;background:#c8edd6;color:#1b4332;font-size:.6875rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;border-radius:0 6px 6px 0}.vybe-world-theme .newsletter--club .newsletter__perk{display:flex;flex-direction:column;align-items:center;gap:8px;padding:0 20px;text-align:center;border-left:1px solid rgb(255 255 255 / 30%)}.vybe-world-theme .newsletter--club .newsletter__perk:first-child{border-left:none;padding-left:0}.vybe-world-theme .newsletter--club .newsletter__perk-label{font-size:.6875rem;font-weight:600;color:#fff;max-width:7.5rem;line-height:1.3}.vybe-world-theme .footer__club{background:#0d2819;color:#fff;padding:40px 0}.vybe-world-theme .footer__club-inner,.vybe-world-theme .newsletter--club .newsletter__inner{display:grid;grid-template-columns:minmax(200px,1fr) minmax(320px,1.35fr) minmax(260px,1fr);gap:32px 48px;align-items:center}.vybe-world-theme .footer__club-kicker{margin:0 0 10px;font-family:var(--font-body);font-size:.8125rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#fff}.vybe-world-theme .footer__club-text,.vybe-world-theme .newsletter--club .newsletter__text{margin:0;font-family:var(--font-body);font-size:.9375rem;font-weight:400;line-height:1.5;color:#ffffffe5;max-width:24em}.vybe-world-theme .footer__club-form,.vybe-world-theme .newsletter--club .newsletter__form{width:100%;max-width:none;margin-inline:0}.vybe-world-theme .footer__club-field{display:flex;align-items:stretch;width:100%;border-radius:8px;overflow:hidden;box-shadow:none;border:1px solid rgba(255,255,255,.14);background:#2a2a2c}.vybe-world-theme .footer__club-field input{flex:1;min-width:0;border:none;padding:15px 18px;background:#2a2a2c;color:#fff;font-family:var(--font-body);font-size:.9375rem;border-radius:8px 0 0 8px}.vybe-world-theme .footer__club-field input::placeholder{color:#9a9a9a}.vybe-world-theme .footer__club-field input:focus{outline:2px solid var(--accent-gold, #C9952A);outline-offset:-2px}.vybe-world-theme .btn-footer-subscribe{flex-shrink:0;border:none;padding:15px 34px;background:#cda54c;color:#1a1a1a;font-family:var(--font-body);font-size:.9375rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border-radius:0 8px 8px 0;transition:background .2s ease}.vybe-world-theme .btn-footer-subscribe:hover{background:#d8b158;transform:none}.vybe-world-theme .footer__club-form .form-message{margin-top:10px;font-size:.8125rem;color:#fff}.vybe-world-theme .footer__club-perks,.vybe-world-theme .newsletter--club .newsletter__perks{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:flex-end;gap:0}.vybe-world-theme .footer__club-perk{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;padding:0 18px;text-align:center;border-left:1px solid rgb(255 255 255 / 28%)}.vybe-world-theme .footer__club-perk:first-child{border-left:none;padding-left:0}.vybe-world-theme .footer__club-perk-icon,.vybe-world-theme .newsletter--club .newsletter__perk-icon{display:inline-flex;color:#fff}.vybe-world-theme .footer__club-perk-icon .vybe-world-icon,.icon,.vybe-world-theme .footer__club-perk-icon svg,.vybe-world-theme .newsletter--club .newsletter__perk-icon .vybe-world-icon,.vybe-world-theme .newsletter--club .newsletter__perk-icon svg{width:24px;height:24px}.vybe-world-theme .footer__club-perk-label{font-family:var(--font-body);font-size:.6875rem;font-weight:600;letter-spacing:.02em;line-height:1.3;color:#fff;max-width:7.5rem}.vybe-world-theme .footer__body{background:#fff}.vybe-world-theme .footer--mockup .footer__main{display:grid;grid-template-columns:minmax(200px,1.3fr) repeat(3,minmax(96px,.75fr)) minmax(220px,1.25fr);gap:36px 44px;align-items:start;padding-top:56px;padding-bottom:52px}.vybe-world-theme .footer__logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#111}.vybe-world-theme .footer__logo-mark{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#2d6b47,#7ed391 42%,#c9a55a);flex-shrink:0;overflow:hidden}.vybe-world-theme .footer__logo-img{width:100%;height:100%;object-fit:cover;display:block}.vybe-world-theme .footer__logo--image .footer__logo-mark--image{width:auto;height:auto;border-radius:0;background:none;overflow:visible}.vybe-world-theme .footer__logo--image .footer__logo-img{width:auto;height:var(--footer-logo-height-mobile, 48px);max-width:min(280px,85vw);object-fit:contain;image-rendering:auto}@media(min-width:769px){.vybe-world-theme .footer__logo--image .footer__logo-img{height:var(--footer-logo-height-desktop, 56px);max-width:min(420px,90%)}}.vybe-world-theme .footer__logo-text{font-family:Georgia,Times New Roman,serif;font-size:1.125rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.vybe-world-theme .footer--mockup .footer__tagline{margin:14px 0 22px;max-width:260px;font-family:var(--font-body);font-size:.8125rem;line-height:1.5;color:#666}.vybe-world-theme .footer--mockup .footer__social{display:flex;align-items:center;gap:12px}.vybe-world-theme .footer--mockup .footer__social a{width:36px;height:36px;border:1px solid #888888;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#555;background:transparent;text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.vybe-world-theme .footer--mockup .footer__social a{overflow:visible;padding:.4375rem;box-sizing:border-box}.vybe-world-theme .footer--mockup .footer__social a .vybe-world-icon--social,.vybe-world-theme .footer--mockup .footer__social a .icon.icon--social,.vybe-world-theme .footer--mockup .footer__social a svg.icon{width:100%;height:100%;display:block;flex-shrink:0;overflow:visible;color:inherit}.vybe-world-theme .footer--mockup .footer__social a:hover{background:#111;color:#fff;border-color:#111}.vybe-world-theme .footer--mockup .footer__social a:hover .vybe-world-icon--social,.vybe-world-theme .footer--mockup .footer__social a:hover .icon.icon--social,.vybe-world-theme .footer--mockup .footer__social a:hover svg.icon{color:#fff}.vybe-world-theme .footer__col{min-width:0}.vybe-world-theme .footer__col-links{display:flex;flex-direction:column;gap:0}.vybe-world-theme .footer__col-title{margin:0 0 14px;font-family:var(--font-body);font-size:.6875rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#111}.vybe-world-theme .footer--mockup .footer__main--with-contact{grid-template-columns:minmax(200px,1.3fr) repeat(3,minmax(90px,.7fr)) minmax(150px,.95fr) minmax(210px,1.15fr)}.vybe-world-theme .footer--mockup .footer__col-links a.footer__contact-item{display:flex;align-items:center;gap:8px}.vybe-world-theme .footer__contact-icon{display:flex;flex-shrink:0}.vybe-world-theme .footer__contact-text{overflow-wrap:anywhere}.vybe-world-theme .footer__app-block{margin-top:20px}.vybe-world-theme [class*=shopify-section-group-footer]>.shopify-app-block .vcom-footer-trustpilot{display:flex;flex-direction:column;align-items:center;margin:0;padding:28px 20px 26px;background:#fff;text-align:center}.vybe-world-theme .footer__app-block .vcom-footer-trustpilot{display:flex;flex-direction:column;align-items:flex-start;margin:0;padding:0;background:transparent;text-align:left}.vybe-world-theme .footer--mockup .footer__col-links a{display:block;margin-bottom:9px;font-family:var(--font-body);font-size:.8125rem;font-weight:400;color:#555;text-decoration:none;transition:color .2s ease}.vybe-world-theme .footer--mockup .footer__col-links a:hover{color:#1b4332}.vybe-world-theme .footer__trust{padding-left:36px;margin-left:0;border-left:1px solid #e5e5e5;display:flex;flex-direction:column;gap:20px;min-width:0}.vybe-world-theme .footer__trust-item{display:flex;align-items:flex-start;gap:12px}.vybe-world-theme .footer__trust-icon{display:inline-flex;flex-shrink:0;color:#777;margin-top:2px}.vybe-world-theme .footer__trust-copy{display:flex;flex-direction:column;gap:2px}.vybe-world-theme .footer__trust-copy strong{font-family:var(--font-body);font-size:.8125rem;font-weight:700;color:#111;line-height:1.25}.vybe-world-theme .footer__trust-copy span{font-family:var(--font-body);font-size:.75rem;font-weight:400;color:#666;line-height:1.35}.vybe-world-theme .footer__bottom--bar{border-top:1px solid #e5e5e5;background:#fff}.vybe-world-theme .footer--mockup .footer__bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px 24px;padding:20px 0 28px}.vybe-world-theme .footer--mockup .footer__legal{display:flex;flex-wrap:wrap;gap:8px 18px;justify-content:flex-start}.vybe-world-theme .footer--mockup .footer__legal a{font-family:var(--font-body);font-size:.6875rem;color:#777;text-decoration:none}.vybe-world-theme .footer--mockup .footer__legal a:hover{color:#1b4332}.vybe-world-theme .footer--mockup .footer__copy{margin:0;text-align:center;font-family:var(--font-body);font-size:.6875rem;color:#777}.vybe-world-theme .footer--mockup .payment-icons--footer{justify-content:flex-end;flex-wrap:wrap;gap:6px 8px;margin:0}.vybe-world-theme .payment-icons--footer .payment-icons__item{background:transparent;border:none;padding:0}.vybe-world-theme .payment-icons--footer .payment-icons__icon,.vybe-world-theme .payment-icons--footer .payment-icons__item svg{height:24px;width:auto;max-width:42px;opacity:1}.vybe-world-theme .reveal{opacity:1;transform:none}@media(max-width:1024px){.vybe-world-theme .hero{min-height:clamp(480px,55vw,620px);max-height:none}.vybe-world-theme .hero__text,.vybe-world-theme .hero__content{max-width:100%;padding-right:0}.vybe-world-theme .bundles--split .bundle-grid{grid-template-columns:1fr;max-width:400px;margin-inline:auto}}@media(max-width:768px){.vybe-world-theme .top-bar__static .top-bar__item:nth-child(5),.vybe-world-theme .top-bar__static .top-bar__item:nth-child(7){display:none}.vybe-world-theme .top-bar--duo .top-bar__static,.vybe-world-theme .top-bar--duo .top-bar__marquee{min-height:32px}.vybe-world-theme .navbar-drawer-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1150;background:#0000008c;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.vybe-world-theme .navbar-drawer-backdrop.is-visible{opacity:1;visibility:visible;pointer-events:auto}.vybe-world-theme .navbar__nav{position:fixed;top:0;left:0;bottom:0;width:min(18.75rem,88vw);z-index:1151;display:flex;flex-direction:column;align-items:stretch;padding:calc(var(--topbar-height, 36px) + var(--nav-height, 72px) + 1.5rem) 1.5rem 1.5rem;gap:1.25rem;background:#0a0a0afa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-right:1px solid var(--border-subtle);box-shadow:8px 0 32px #00000059;transform:translate(-105%);visibility:hidden;pointer-events:none;transition:transform .3s ease,visibility .3s ease;overflow-y:auto;-webkit-overflow-scrolling:touch}.vybe-world-theme .navbar__nav.open{transform:translate(0);visibility:visible;pointer-events:auto}.vybe-world-theme .navbar__nav-links a{display:block;padding:.75rem 0;font-size:.875rem;color:var(--text-primary);border-bottom:1px solid rgba(255,255,255,.08)}.vybe-world-theme .navbar__nav-links{display:flex;flex-direction:column;align-items:stretch;flex:1 1 auto;width:100%;min-height:0;gap:0}.vybe-world-theme .navbar__nav-links a:last-child{border-bottom:none}.vybe-world-theme .navbar__nav-social{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:auto;padding-top:2rem;flex-shrink:0;width:100%}.vybe-world-theme .navbar__nav-social-link{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:.4375rem;box-sizing:border-box;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:var(--text-primary);text-decoration:none;overflow:visible;transition:background .2s ease,border-color .2s ease,color .2s ease}.vybe-world-theme .navbar__nav-social-link:hover{background:#ffffff14;border-color:#ffffff8c;color:var(--accent-green)}.vybe-world-theme .navbar__nav-social-link .vybe-world-icon--social,.vybe-world-theme .navbar__nav-social-link .icon.icon--social,.vybe-world-theme .navbar__nav-social-link svg{display:block;width:100%;height:100%;max-width:none;max-height:none;flex-shrink:0;overflow:visible}.vybe-world-theme .navbar--transparent .navbar__nav,.vybe-world-theme .navbar--transparent .navbar__nav.open{background:#0a0a0afa}.vybe-world-theme.is-nav-drawer-open{overflow:hidden}.vybe-world-theme.is-nav-drawer-open .navbar__actions,.vybe-world-theme.is-nav-drawer-open .navbar__localization{z-index:1}.vybe-world-theme .navbar__localization-toggle{font-size:.6875rem;padding:5px 8px}.vybe-world-theme .navbar__localization-panel{right:0;min-width:min(15rem,85vw)}.vybe-world-theme .navbar__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px 12px}.vybe-world-theme .navbar__hamburger{display:flex;grid-column:1;justify-self:start;position:relative;z-index:1153;cursor:pointer;-webkit-tap-highlight-color:transparent}.vybe-world-theme .navbar__logo{grid-column:2;justify-self:center;min-width:0}.vybe-world-theme .navbar__logo-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vybe-world-theme .navbar__actions{grid-column:3;justify-self:end;gap:8px}.vybe-world-theme .hero{min-height:min(var(--hero-mobile-min-height, 680px),100vh);max-height:none}.vybe-world-theme .hero__banner-img--desktop{display:none}.vybe-world-theme .hero__banner-img--mobile{display:block;object-position:center top}.vybe-world-theme .hero[data-hero-overlay=true] .hero__banner-shade{display:none}.vybe-world-theme .hero[data-hero-mobile-stack=true][data-hero-overlay=true] .hero__mobile-stack{position:relative;z-index:2}.vybe-world-theme .hero[data-hero-overlay=true] .hero__content-shade,.vybe-world-theme .hero[data-hero-mobile-stack=false][data-hero-overlay=true] .hero__text.hero__text--positioned:before,.vybe-world-theme .hero[data-hero-mobile-stack=false][data-hero-overlay=true] .hero__ctas.hero__ctas--positioned:before{border-radius:0;pointer-events:none;background:radial-gradient(ellipse 92% 86% at 50% 46%,rgba(6,6,10,calc(.5 * var(--hero-shade-strength-m, 1))) 0%,rgba(6,6,10,calc(.28 * var(--hero-shade-strength-m, 1))) 36%,rgba(6,6,10,calc(.1 * var(--hero-shade-strength-m, 1))) 56%,transparent 78%);filter:blur(var(--hero-content-shade-feather, 32px));-webkit-filter:blur(var(--hero-content-shade-feather, 32px))}.vybe-world-theme .hero[data-hero-mobile-stack=true][data-hero-overlay=true] .hero__content-shade{display:block;position:absolute;z-index:0;left:50%;top:50%;width:calc(100% + (var(--hero-content-shade-pad-x, 28px) * 2));height:calc(100% + (var(--hero-content-shade-pad-y, 56px) * 2));transform:translate(-50%,-50%)}.vybe-world-theme .hero[data-hero-mobile-stack=true][data-hero-overlay=true] .hero__text.hero__text--positioned,.vybe-world-theme .hero[data-hero-mobile-stack=true][data-hero-overlay=true] .hero__ctas.hero__ctas--positioned{position:relative;z-index:1}.vybe-world-theme .hero[data-hero-mobile-stack=false][data-hero-overlay=true] .hero__text.hero__text--positioned:before,.vybe-world-theme .hero[data-hero-mobile-stack=false][data-hero-overlay=true] .hero__ctas.hero__ctas--positioned:before{content:"";position:absolute;z-index:-1;left:50%;top:50%;width:calc(100% + (var(--hero-content-shade-pad-x, 28px) * 2));height:calc(100% + (var(--hero-content-shade-pad-y, 56px) * 2));transform:translate(-50%,-50%)}.vybe-world-theme .hero__inner{padding-top:0;padding-bottom:0;min-height:inherit}.vybe-world-theme .hero__layout{min-height:inherit;padding-bottom:16px}.vybe-world-theme:not(.template-index) .hero__text.hero__text--positioned,.vybe-world-theme:not(.template-index) .hero__ctas.hero__ctas--positioned{position:absolute;width:100%;padding-inline:0;padding-right:0;max-width:100%;z-index:3;box-sizing:border-box}.vybe-world-theme .hero__text.hero__text--positioned{text-align:inherit;max-width:none;padding-right:0}.vybe-world-theme .hero__text.hero__text--positioned .hero__title-line,.vybe-world-theme .hero__text.hero__text--positioned .hero__title-accent{overflow-wrap:break-word;word-break:break-word}.vybe-world-theme .hero__ctas.hero__ctas--positioned:not(.hero__ctas--flow-desktop){display:flex;flex-wrap:wrap;align-items:center;gap:16px 20px}.vybe-world-theme .hero[data-hero-mobile-stack=false] .hero__mobile-stack{display:contents}.vybe-world-theme .hero__eyebrow{font-size:var(--hero-mobile-eyebrow-size, 11px);color:var(--hero-mobile-eyebrow-color, var(--accent-green));margin-bottom:var(--hero-mobile-text-gap, 14px)}.vybe-world-theme .hero__text .hero__badge.badge--gold,.vybe-world-theme .hero__text .badge--gold{font-size:var(--hero-mobile-badge-size, 11px);color:var(--hero-mobile-badge-color, var(--accent-gold));border-color:var(--hero-mobile-badge-border, var(--accent-gold));background:color-mix(in srgb,var(--hero-mobile-badge-bg, var(--accent-gold)) 18%,transparent);border-radius:999px;padding:6px 14px}.vybe-world-theme .hero__title{margin:0;line-height:1.05}.vybe-world-theme .hero__title-line{font-size:var(--hero-mobile-title-1-size, 38px);color:var(--hero-mobile-title-1-color, var(--text-primary));margin-bottom:var(--hero-mobile-title-gap, 8px)}.vybe-world-theme .hero__title-accent{font-size:var(--hero-mobile-title-2-size, 32px);color:var(--hero-mobile-title-2-color, var(--accent-green))}.vybe-world-theme .hero__subtitle-group{display:flex;flex-direction:column;gap:var(--hero-mobile-subtitle-line-gap, 4px);margin:0;width:100%}.vybe-world-theme .hero__subtitle-line{margin:0;font-size:var(--hero-mobile-subtitle-size, 14px);color:var(--hero-mobile-subtitle-color, var(--text-secondary));line-height:var(--hero-mobile-subtitle-line-height, 1.35);white-space:normal}.vybe-world-theme .hero[data-hero-mobile-stack=true] .hero__inner{display:flex;flex-direction:column;min-height:inherit;padding-top:0;padding-bottom:0}.vybe-world-theme .hero[data-hero-mobile-stack=true] .hero__layout{flex:1;display:flex;flex-direction:column;min-height:0;padding-top:var(--hero-m-text-pad-top, 88px);padding-bottom:var(--hero-m-ctas-pad-bottom, 48px);padding-left:var(--hero-m-content-pad-x, 20px);padding-right:var(--hero-m-content-pad-x, 20px);box-sizing:border-box;justify-content:flex-start;align-items:stretch}.vybe-world-theme .hero[data-hero-mobile-stack=true][data-hero-text-v=center] .hero__layout,.vybe-world-theme .hero[data-hero-mobile-stack=true][data-hero-ctas-v=center] .hero__layout{justify-content:center}.vybe-world-theme .hero[data-hero-mobile-stack=true][data-hero-text-v=bottom] .hero__layout,.vybe-world-theme .hero[data-hero-mobile-stack=true][data-hero-ctas-v=bottom] .hero__layout{justify-content:flex-end}.vybe-world-theme .hero[data-hero-mobile-stack=true][data-hero-ctas-v=top] .hero__layout{justify-content:flex-start}.vybe-world-theme .hero[data-hero-mobile-stack=true][data-hero-text-h=left] .hero__layout{align-items:flex-start;text-align:left}.vybe-world-theme .hero[data-hero-mobile-stack=true][data-hero-text-h=center] .hero__layout{align-items:center;text-align:center}.vybe-world-theme .hero[data-hero-mobile-stack=true][data-hero-text-h=right] .hero__layout{align-items:flex-end;text-align:right}.vybe-world-theme .hero[data-hero-mobile-stack=true] .hero__mobile-stack{position:relative;transform:none;width:100%;max-width:min(var(--hero-m-text-max-width, 85%),100%);margin-inline:auto;gap:0}.vybe-world-theme .hero[data-hero-mobile-stack=true] .hero__ctas.hero__ctas--positioned{margin-top:var(--hero-m-ctas-pad-top, 0);gap:var(--hero-mobile-stack-gap, 12px);max-width:min(var(--hero-m-ctas-max-width, 100%),100%)}.vybe-world-theme .hero[data-hero-mobile-stack=true] .hero__text.hero__text--positioned{display:flex;flex-direction:column;align-items:inherit;gap:var(--hero-mobile-copy-gap, 6px);margin-bottom:var(--hero-m-text-pad-bottom, 0);position:relative;z-index:1;transform:none}.vybe-world-theme .hero__eyebrow{margin:0}.vybe-world-theme .hero__ctas{justify-content:var(--hero-mobile-ctas-justify, center);flex-direction:column;align-items:stretch;gap:12px;width:100%}.vybe-world-theme .hero__ctas .btn{width:100%;justify-content:center;border-radius:999px;font-size:var(--hero-mobile-btn-size, 13px);font-weight:800;letter-spacing:.08em;padding:var(--hero-mobile-btn-pad-y, 16px) var(--hero-mobile-btn-pad-x, 24px);border-width:var(--hero-mobile-btn-border-width, 1px)}.vybe-world-theme .hero__ctas .btn-outline,.vybe-world-theme .hero__ctas .btn-outline--static{border-width:var(--hero-mobile-btn-border-width, 1px)}.vybe-world-theme .hero__ctas .btn-primary{background:var(--hero-mobile-btn-primary-bg, var(--cta-green));color:var(--hero-mobile-btn-primary-text, #0a0a0a);box-shadow:0 4px 16px color-mix(in srgb,var(--hero-mobile-btn-primary-bg, var(--cta-green)) 40%,transparent);gap:10px}.vybe-world-theme .hero__ctas .btn-primary:hover{background:var(--hero-mobile-btn-primary-bg, var(--cta-green));filter:brightness(1.08);color:var(--hero-mobile-btn-primary-text, #0a0a0a)}.vybe-world-theme .hero__ctas .btn-outline,.vybe-world-theme .hero__ctas .btn-outline--static{border-color:var(--hero-mobile-btn-outline-border, rgba(255, 255, 255, .35));color:var(--hero-mobile-btn-outline-text, var(--text-primary));font-weight:600;letter-spacing:.04em;text-transform:none}.vybe-world-theme .hero__ctas .btn-outline:hover{border-color:var(--hero-mobile-btn-outline-border, rgba(255, 255, 255, .35));color:var(--hero-mobile-btn-outline-text, var(--text-primary));opacity:.9}.vybe-world-theme .hero[data-hero-text-h=center] .hero__eyebrow,.vybe-world-theme .hero[data-hero-text-h=center] .hero__title,.vybe-world-theme .hero[data-hero-text-h=center] .hero__subtitle{text-align:center}.vybe-world-theme .hero[data-hero-mobile-arrow=false] .hero__btn-arrow{display:none}.vybe-world-theme .hero__features-wrap{margin-bottom:16px}.vybe-world-theme .hero__features--marquee-mobile .hero__features-desktop{display:none}.vybe-world-theme .hero__features--marquee-mobile .hero__features-marquee{display:block}.vybe-world-theme .hero__features-marquee-viewport{overflow:hidden;width:100%}.vybe-world-theme .hero__features-marquee-track{display:flex;width:max-content;animation:vybe-world-hero-trust-marquee var(--hero-trust-marquee-duration, 45s) linear infinite;will-change:transform}.vybe-world-theme .hero__features-marquee-track.is-paused{animation-play-state:paused}.vybe-world-theme .hero__features-marquee-group{display:flex;flex-shrink:0;align-items:stretch;justify-content:flex-start;width:max-content;gap:12px;padding:14px 16px}.vybe-world-theme .hero__feature--marquee{flex:0 0 auto;flex-shrink:0;min-width:0;max-width:9.5rem;width:auto}@keyframes vybe-world-hero-trust-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.vybe-world-theme .hero__features-marquee-track{animation:none;flex-wrap:wrap;width:100%;max-width:100%;justify-content:center;gap:16px;padding:18px 16px}.vybe-world-theme .hero__features-marquee-group[aria-hidden=true]{display:none}.vybe-world-theme .hero__features-marquee-group{flex-wrap:wrap;justify-content:flex-start;width:100%;gap:12px 16px;padding:0}.vybe-world-theme .hero__feature--marquee{min-width:0;max-width:9.5rem;flex:0 1 auto}}.vybe-world-theme .hero__features:not(.hero__features--marquee-mobile) .hero__features-desktop{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 20px;padding:18px 20px;text-align:left}.vybe-world-theme .hero__features:not(.hero__features--marquee-mobile) .hero__features-desktop>div{display:block;flex:none}.vybe-world-theme .product-spotlight__gallery,.vybe-world-theme .product-spotlight__main,.vybe-world-theme .product-spotlight__thumbs,.vybe-world-theme .product-spotlight__info{background:transparent}.vybe-world-theme.template-index .section-bg-light .product-spotlight .product-card--spotlight{border:none;box-shadow:none;background:transparent}.vybe-world-theme .product-spotlight__info{padding:28px 24px 32px}.vybe-world-theme .product-spotlight .product-card--spotlight{background:transparent;border:none;box-shadow:none;color:#111;padding:40px 0 0;max-width:none;overflow:visible}.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__name{line-height:1.3;margin-bottom:8px}.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__edition{margin-bottom:20px}.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__price-row,.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__sizes{margin-bottom:22px}.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__cart-row{margin-bottom:20px}.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__qty-wrap{margin-bottom:22px}.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__qty-label{color:#111;font-size:.9375rem;font-weight:700;letter-spacing:0;text-transform:none}.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__qty{border-color:#0000001f;background:#fff;color:#111}.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__qty-step,.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__qty-input{color:#111}.vybe-world-theme .product-spotlight .product-card--spotlight .size-selector:has(.size-btn--text){flex-wrap:nowrap;gap:6px}.vybe-world-theme .product-spotlight .product-card--spotlight .size-selector{gap:8px}.vybe-world-theme .product-spotlight .product-card--spotlight .size-btn--text{flex:1 1 0;min-width:0;padding:12px 4px}.vybe-world-theme .product-spotlight .product-card--spotlight .size-btn{padding:12px 14px;min-width:48px;border-radius:10px}.vybe-world-theme .product-spotlight .product-card--spotlight .size-btn--text{min-width:0}.vybe-world-theme .product-spotlight .product-card--spotlight .btn-primary{margin-top:8px;margin-bottom:10px;padding:18px 28px}.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__add-to-cart{border-color:#00000024;color:#11111194;font-size:.6875rem;letter-spacing:.06em;min-height:44px;border-radius:12px}.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__add-to-cart:hover:not(:disabled){border-color:#00000047;background:#00000008;color:#111111d1}.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__payments{margin-top:20px}.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__name,.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__price{color:#111}.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__edition,.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__rating,.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__rating span{color:#666}.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__sizes-label{color:#111;font-size:.9375rem;font-weight:700;letter-spacing:0;text-transform:none}.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__sizes-row{margin-bottom:12px}.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__size-guide{color:#111;font-size:.875rem;text-decoration:none}.vybe-world-theme .product-spotlight .product-card--spotlight .size-btn{border-color:#00000026;color:#111;background:#fff}.vybe-world-theme .product-spotlight .product-card--spotlight .size-btn.active,.vybe-world-theme .product-spotlight .product-card--spotlight .size-btn:hover:not(:disabled){border-color:var(--accent-gold, #c9952a);color:#111;background:#c9952a1a}.vybe-world-theme .product-spotlight .product-card--spotlight .size-btn--swatch.active,.vybe-world-theme .product-spotlight .product-card--spotlight .size-btn--swatch:hover:not(:disabled){border-width:2px;padding:0;background:#fff;color:inherit}.vybe-world-theme .product-spotlight .product-card--spotlight .size-btn--color-swatch.active,.vybe-world-theme .product-spotlight .product-card--spotlight .size-btn--color-swatch:hover:not(:disabled){border-color:var(--accent-gold, #c9952a);background:#fff}.vybe-world-theme .product-spotlight .product-card--spotlight .product-card__payments-label{color:#11111180}.vybe-world-theme .bundles--split .bundle-card__image{flex:0 0 auto;min-height:0}.vybe-world-theme .bundles--split .bundle-card__form{margin-top:0}.vybe-world-theme .fabric__panel{grid-template-columns:1fr}.vybe-world-theme .fabric__content{padding:40px 24px 32px;order:1}.vybe-world-theme .fabric__title{max-width:none}.vybe-world-theme .fabric__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 16px}.vybe-world-theme .fabric__feature{flex:none;width:100%;max-width:none}.vybe-world-theme .fabric__feature:nth-child(5){display:flex;grid-column:1 / -1;justify-self:center;width:min(100%,10rem)}.vybe-world-theme .fabric__dots{left:24px}.vybe-world-theme .fabric__media{order:0;min-height:280px}.vybe-world-theme .fabric__media-img--desktop{display:none}.vybe-world-theme .fabric__media-img--mobile{display:block;min-height:280px;object-position:center center}.vybe-world-theme .fabric__media-img:not(.fabric__media-img--desktop):not(.fabric__media-img--mobile){min-height:280px;object-position:center center}.vybe-world-theme .fabric__media-fade{background:linear-gradient(180deg,transparent 55%,rgba(255,255,255,.85) 88%,#ffffff 100%)}.vybe-world-theme .fabric__dots{left:24px;bottom:24px}.vybe-world-theme .fabric__nav{right:16px;bottom:24px}.vybe-world-theme .comparison{padding:48px 0}.vybe-world-theme .comparison>.container{background:#f3f3f3;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:24px 14px 28px;width:min(100%,calc(100% - 32px))}.vybe-world-theme .comparison__header{margin-bottom:18px}.vybe-world-theme .comparison__title{font-size:clamp(.5625rem,2.8vw,.75rem);gap:6px 8px;line-height:1.3}.vybe-world-theme .comparison__vs-badge{width:1.75rem;height:1.75rem;font-size:.5rem}.vybe-world-theme .comparison__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:none}.vybe-world-theme .comparison__card{background:transparent;border:none;border-radius:0;padding:0}.vybe-world-theme .comparison__card-inner{flex-direction:column;align-items:center;gap:10px}.vybe-world-theme .comparison__jersey{flex:0 0 auto;width:100%;max-width:100%;min-height:0;padding:0 4px}.vybe-world-theme .comparison__jersey-img,.vybe-world-theme .comparison__jersey img{max-height:110px}.vybe-world-theme .comparison__jersey-placeholder{max-width:72px}.vybe-world-theme .comparison__card-heading{display:none}.vybe-world-theme .comparison__card-content{width:100%}.vybe-world-theme .comparison__list li{padding:6px 0;font-size:.625rem;gap:6px;line-height:1.3}.vybe-world-theme .comparison__list-icon{width:18px;height:18px}.vybe-world-theme .comparison__list-icon .icon,.vybe-world-theme .comparison__list-icon .vybe-world-icon,.vybe-world-theme .comparison__list-icon svg{width:10px;height:10px}.vybe-world-theme .lifestyle-grid{grid-template-columns:repeat(2,1fr)}.vybe-world-theme .footer__club-inner,.vybe-world-theme .newsletter--club .newsletter__inner{grid-template-columns:1fr 1fr;gap:24px}.vybe-world-theme .footer__club-perks,.vybe-world-theme .newsletter--club .newsletter__perks{grid-column:1 / -1;justify-content:center}.vybe-world-theme .footer--mockup .footer__main{grid-template-columns:1fr 1fr;gap:28px 24px}.vybe-world-theme .footer__brand{grid-column:1 / -1}.vybe-world-theme .footer__trust{grid-column:1 / -1;padding-left:0;margin-left:0;border-left:none;border-top:1px solid #dddddd;padding-top:24px}.vybe-world-theme .footer--mockup .footer__bottom{grid-template-columns:1fr;text-align:center}.vybe-world-theme .footer--mockup .footer__legal,.vybe-world-theme .footer--mockup .footer__ssl,.vybe-world-theme .footer--mockup .payment-icons--footer{justify-content:center}.vybe-world-theme .footer__club{padding:20px 0;background:#0a0a0b}.vybe-world-theme .footer__club-inner,.vybe-world-theme .newsletter--club .newsletter__inner{grid-template-columns:1fr;gap:14px;position:relative;width:calc(100% - 24px);max-width:none;margin-inline:auto;padding:26px 22px 22px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:radial-gradient(115% 80% at 100% 0%,rgba(224,184,110,.22) 0%,rgba(224,184,110,.06) 32%,transparent 58%),#0a0b0ea8;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 18px 40px #00000073;overflow:hidden}.vybe-world-theme .footer__club-kicker{margin:0 0 6px;font-size:1.5rem;font-weight:800;letter-spacing:.01em;line-height:1.12}.vybe-world-theme .footer__club-text,.vybe-world-theme .newsletter--club .newsletter__text{font-size:.9375rem;line-height:1.45;max-width:none;margin:0 0 4px}.vybe-world-theme .footer__club-form,.vybe-world-theme .newsletter--club .newsletter__form{max-width:100%}.vybe-world-theme .footer__club-field{flex-direction:column;align-items:stretch;gap:12px;border:none;background:transparent;border-radius:0;overflow:visible}.vybe-world-theme .footer__club-field input{width:100%;padding:16px 18px;background:#16171a;border:1px solid rgba(255,255,255,.14);border-radius:10px}.vybe-world-theme .btn-footer-subscribe{width:100%;padding:16px;border-radius:10px;background:linear-gradient(180deg,#e6c56f,#cda54c 55%,#bf9236);letter-spacing:.08em}.vybe-world-theme .btn-footer-subscribe:hover{background:linear-gradient(180deg,#eecd78,#d8b158 55%,#c99a3d)}.vybe-world-theme .footer__club-note{margin-top:4px}.vybe-world-theme .footer__club-perks,.vybe-world-theme .newsletter--club .newsletter__perks{display:none}}@media(max-width:480px){.vybe-world-theme .hero__ctas{flex-direction:column;width:100%}.vybe-world-theme .hero__ctas .btn{width:100%}.vybe-world-theme .countdown__sep{font-size:1.5rem;margin-bottom:.95em}.vybe-world-theme .reviews__header{flex-direction:column;align-items:flex-start}.vybe-world-theme .footer--mockup .footer__main{grid-template-columns:1fr}}.vybe-world-theme .visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.vybe-world-theme .placeholder-svg{width:100%;height:auto;fill:#ffffff14}.vybe-world-theme .vybe-world-stars,.vybe-world-theme .stars{display:inline-flex;align-items:center;gap:2px;color:var(--accent-gold)}.vybe-world-theme .vybe-world-icon,.icon{flex-shrink:0}.vybe-world-theme .icon-wrap{display:inline-flex;align-items:center;justify-content:center}.vybe-world-theme .btn.is-loading{opacity:.7;pointer-events:none}.vybe-world-theme .form-message{font-size:.85rem;margin-top:8px}.vybe-world-theme .form-message--success{color:var(--accent-green)}.vybe-world-theme .form-message--error{color:#e74c3c}.vybe-world-theme .countdown-bar__social-text strong{color:var(--accent-green)}.vybe-world-theme .product-card--demo .product-card__demo-notice{font-size:.75rem;color:var(--accent-green);margin-top:12px;line-height:1.4;text-align:center}.vybe-world-theme:not(.template-index){background:var(--bg-primary);color:var(--text-primary)}.vybe-world-theme{font-family:var(--font-body);font-weight:var(--font-body-weight, 400);font-style:var(--font-body-style, normal)}html.vybe-world-theme.template-index,.vybe-world-theme.template-index{background:var(--surface-light);color:var(--text-on-light)}.vybe-world-theme.template-index #MainContent{background:var(--surface-light)}.vybe-world-theme.template-index .navbar--transparent.scrolled,.vybe-world-theme.template-index .navbar.scrolled{background:var(--navbar-solid-bg, #0a0a0a)!important;border-bottom-color:#ffffff1a!important}.vybe-world-theme.template-index #MainContent .shopify-section.section-bg-light,.vybe-world-theme.template-index #MainContent .shopify-section.section-bg-cream{background-color:var(--surface-light);color:var(--text-on-light)}.vybe-world-theme.template-index #MainContent .shopify-section.section-bg-hero{background-color:#0a0a0a;color:#fff}.vybe-world-theme.template-index #MainContent .shopify-section.section-bg-fabric,.vybe-world-theme.template-index #MainContent .shopify-section.shopify-section-fabric{background:#fff;color:#1a1a1a}.vybe-world-theme.template-index #shopify-section-group-footer-group,.vybe-world-theme.template-index .shopify-section-footer-group,.vybe-world-theme.template-index .shopify-section-footer-group .section-bg-footer{background:transparent}.vybe-world-theme.template-index .section-bg-light .section-title,.vybe-world-theme.template-index .section-bg-cream .section-title,.vybe-world-theme.template-index .section-title--dark{color:var(--text-on-light)}.vybe-world-theme.template-index .section-bg-light .countdown-bar{--countdown-bg-edge: var(--surface-mint, #e8f5ee);--countdown-bg-center: var(--surface-light, #ffffff);background:linear-gradient(90deg,var(--countdown-bg-edge) 0%,#f4faf7 10%,var(--countdown-bg-center) 22%,var(--countdown-bg-center) 78%,#f4faf7 90%,var(--countdown-bg-edge) 100%)}.vybe-world-theme.template-index .bundles.bundles--split{background:#fff}.vybe-world-theme.template-index .comparison__title{color:var(--text-on-light)}.vybe-world-theme.template-index .comparison__card{background:#f3f3f3;border-color:#0000000f}.vybe-world-theme.template-index .comparison__card-heading{color:var(--cta-green)}.vybe-world-theme.template-index .comparison__list li{color:#444;border-bottom-color:#00000014}.vybe-world-theme.template-index .comparison__list--premium li,.vybe-world-theme.template-index .reviews .section-title{color:var(--text-on-light)}.vybe-world-theme.template-index .reviews__count{color:var(--text-muted-on-light)}.vybe-world-theme.template-index .reviews__arrow{border-color:#0000001f;color:var(--text-on-light)}.vybe-world-theme.template-index .review-card{box-shadow:0 8px 32px #00000014;border:1px solid var(--border-on-light)}.vybe-world-theme.template-index .lifestyle .section-title{color:#111;font-family:var(--font-body);text-align:left}.vybe-world-theme.template-index .urgency .urgency__title,.vybe-world-theme.template-index .urgency .urgency__eyebrow{color:var(--text-on-light)}.vybe-world-theme.template-index .urgency .urgency__description{color:var(--text-muted-on-light)}.vybe-world-theme.template-index .bundles--split .bundles-perks{margin-top:28px;padding:0;background:transparent;border-radius:0}.vybe-world-theme.template-index .footer--mockup .footer__col-title{color:#111}.vybe-world-theme.template-index .section-bg-light .product-spotlight{background:#fff;color:#111}.vybe-world-theme.template-index .section-bg-light .product-spotlight .product-card--spotlight{background:#fff;color:#111;border:1px solid rgba(0,0,0,.08)}.vybe-world-theme.template-index #shopify-section-group-header-group{background:transparent}.vybe-world-theme .review-card .vybe-world-stars{margin-bottom:12px}.vybe-world-theme .bundle-card__form{margin-top:8px}.vybe-world-theme .bundle-card__sizes-panel{display:none;margin-bottom:10px;padding-top:4px;border-top:1px solid rgba(0,0,0,.08)}.vybe-world-theme .bundle-card__sizes-panel[hidden]{display:none!important}.vybe-world-theme .bundle-card.is-sizes-open .bundle-card__sizes-panel{display:block!important}.vybe-world-theme .bundles-pack-picker{display:none}@media(min-width:769px){.vybe-world-theme .bundles--split .bundles-pack-picker{display:flex;gap:12px;max-width:480px;margin:6px auto 26px}.vybe-world-theme .bundles--split .bundles-pack-picker .pack-picker__btn{min-height:54px;padding:12px 14px;font-size:.82rem;border-radius:14px}.vybe-world-theme .bundles--split .bundle-grid:has([data-bundle-pane]){display:block}.vybe-world-theme .bundles--split .bundle-card[data-bundle-pane]:not(.is-pack-shown){display:none}.vybe-world-theme .bundles--split .bundle-card[data-bundle-pane].is-pack-shown{max-width:400px;margin-inline:auto}}@media(max-width:768px){.vybe-world-theme.template-index .shopify-section-bundles{display:none}}.vybe-world-theme .bundle-card__variant-hint{margin:0 0 8px;font-size:.75rem;font-weight:600;color:#444;text-align:center}.vybe-world-theme .bundle-card__sizes-heading{margin:0 0 10px;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#111;text-align:center}.vybe-world-theme .bundle-card__item{margin-bottom:10px}.vybe-world-theme .bundle-card__item+.bundle-card__item{margin-top:14px;padding-top:14px;border-top:1px solid rgba(0,0,0,.08)}.vybe-world-theme .bundle-card__item:last-child{margin-bottom:0}.vybe-world-theme .bundle-card__item-label{display:block;margin:0 0 8px;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-align:center;color:var(--text-primary, #0a0a0a)}.vybe-world-theme .bundle-card__sizes-label{display:block;margin:0 0 8px;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-align:center;text-transform:capitalize;color:#111}.vybe-world-theme .bundle-card__variant-option{margin-bottom:12px}.vybe-world-theme .bundle-card__variant-option:last-child{margin-bottom:0}.vybe-world-theme .size-selector--bundle{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.vybe-world-theme .size-selector--bundle-swatches{gap:10px}.vybe-world-theme .bundles--split .bundle-card .size-btn--bundle,.vybe-world-theme .bundle-card .size-btn--bundle{box-sizing:border-box;border:1px solid rgba(0,0,0,.18);background:#fff;color:#111;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease,box-shadow .15s ease}.vybe-world-theme .bundles--split .bundle-card .size-btn--bundle.size-btn--text,.vybe-world-theme .bundle-card .size-btn--bundle.size-btn--text{min-width:2.5rem;min-height:2.5rem;padding:8px 10px;border-radius:6px;font-size:.75rem;font-weight:700;line-height:1}.vybe-world-theme .bundle-card .size-btn--bundle .bundle-card__size-text{display:block;color:inherit}.vybe-world-theme .bundles--split .bundle-card .size-btn--bundle.active,.vybe-world-theme .bundles--split .bundle-card .size-btn--bundle:hover:not(:disabled),.vybe-world-theme .bundle-card .size-btn--bundle.active,.vybe-world-theme .bundle-card .size-btn--bundle:hover:not(:disabled){border-color:#1b7a4e;color:#1b7a4e;background:#f4fbf7;box-shadow:0 0 0 1px #1b7a4e26}.vybe-world-theme .bundles--split .bundle-card .size-btn--bundle:disabled,.vybe-world-theme .bundle-card .size-btn--bundle:disabled{opacity:.4;cursor:not-allowed;color:#888}.vybe-world-theme .bundle-card .size-btn--bundle.size-btn--swatch{width:52px;height:52px;min-width:52px;padding:0;overflow:hidden;border-radius:8px}.vybe-world-theme .bundle-card .size-btn--swatch.active{border-width:2px;border-color:#1b7a4e;padding:0}.vybe-world-theme .bundle-card__swatch-img,.vybe-world-theme .bundle-card .size-btn--swatch .variant-picker__img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.vybe-world-theme .bundle-card .size-btn--color-swatch{width:44px;height:44px;min-width:44px;padding:3px;border-radius:50%}.vybe-world-theme .bundle-card .size-btn--color-swatch.active{border-color:#1b7a4e}.vybe-world-theme .bundle-card__swatch-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:4px;font-size:.625rem;font-weight:700;text-align:center;color:#111;line-height:1.1}.vybe-world-theme .bundle-card.is-sizes-open .bundle-card__form{margin-top:6px}.vybe-world-theme.template-index .shopify-section-trust{display:none}.vybe-world-theme .product-spotlight{padding:48px 0;background:transparent}.vybe-world-theme .product-spotlight__inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.vybe-world-theme .product-spotlight__main{position:relative}.vybe-world-theme .product-spotlight__main img{width:100%;border-radius:12px;scroll-margin-top:calc(var(--nav-height, 72px) + 10px)}.vybe-world-theme .spotlight-video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:12px;overflow:hidden;background:var(--surface-muted, #f5f5f5)}.vybe-world-theme .spotlight-video video{width:100%;height:100%;object-fit:cover;display:block}.vybe-world-theme .spotlight-video.is-hidden{display:none}@media(max-width:768px){.vybe-world-theme.template-index .spotlight-video{border-radius:16px}}.vybe-world-theme .spotlight-promo-badge{position:absolute;top:-12px;left:-10px;z-index:2;width:88px;pointer-events:none;animation:promo-badge-pulse 2.6s ease-in-out infinite;will-change:transform}.vybe-world-theme .spotlight-promo-badge svg{display:block;width:100%;height:auto;overflow:visible;filter:drop-shadow(0 8px 16px rgba(0,0,0,.35))}.vybe-world-theme .spotlight-promo-badge .pb-t1,.vybe-world-theme .spotlight-promo-badge .pb-t2,.vybe-world-theme .spotlight-promo-badge .pb-hl{font-family:var(--font-display, sans-serif);font-weight:800;text-anchor:start;text-transform:uppercase}.vybe-world-theme .spotlight-promo-badge .pb-t1,.vybe-world-theme .spotlight-promo-badge .pb-t2{fill:#fff;font-size:14px;letter-spacing:.5px}.vybe-world-theme .spotlight-promo-badge .pb-hl{font-size:19px;letter-spacing:.5px}.vybe-world-theme .spotlight-promo-badge .pb-hl-solo{font-family:var(--font-display, sans-serif);font-weight:800;text-transform:uppercase;text-anchor:middle;font-size:21px;letter-spacing:.5px}@keyframes promo-badge-pulse{0%,62%,to{transform:scale(1)}70%{transform:scale(1.06)}78%{transform:scale(.99)}86%{transform:scale(1.03)}94%{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.vybe-world-theme .spotlight-promo-badge{animation:none}}@media(min-width:769px){.vybe-world-theme .spotlight-promo-badge--mobile-only{display:none}}.vybe-world-theme .product-spotlight__thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.vybe-world-theme .product-spotlight__thumb{border:2px solid transparent;border-radius:8px;padding:0;overflow:hidden;cursor:pointer;background:none}.vybe-world-theme .product-spotlight__thumb.active{border-color:var(--cta-green)}.vybe-world-theme .product-spotlight__thumb img{width:72px;height:72px;object-fit:cover;display:block}.vybe-world-theme .product-spotlight .product-card__image--form{display:none}.vybe-world-theme .product-card__sizes-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.vybe-world-theme .product-card__size-guide{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:400;color:var(--text-secondary);text-decoration:none;white-space:nowrap;border:none;background:none;padding:0;cursor:pointer;font-family:inherit;line-height:inherit}.vybe-world-theme .product-card__size-guide .icon{flex-shrink:0}.vybe-world-theme .product-card--spotlight .product-card__sizes-row{margin-bottom:12px}.vybe-world-theme .product-card--spotlight .product-card__sizes-label{font-size:.9375rem;font-weight:700;letter-spacing:0;text-transform:none;color:#111;margin-bottom:0}.vybe-world-theme .product-card--spotlight .product-card__size-guide{color:#111;font-size:.875rem}@media(min-width:1025px){.vybe-world-theme #vybe-world-lookbook{display:none}}.vybe-world-theme .urgency{padding:48px 0}.vybe-world-theme .urgency>.container{width:100%;max-width:none;margin-inline:0;padding-inline:16px;box-sizing:border-box}.vybe-world-theme .urgency__card{width:100%;max-width:none;padding:28px 22px 24px;background:#f0f0f0;border:1px solid rgba(0,0,0,.06);border-radius:16px;box-sizing:border-box}.vybe-world-theme .urgency__copy{text-align:left}.vybe-world-theme .urgency__eyebrow{margin:0 0 10px;font-family:var(--font-body);font-size:.6875rem;font-weight:800;letter-spacing:.12em;line-height:1.2;text-transform:uppercase;color:#111}.vybe-world-theme .urgency__title{margin:0 0 12px;font-family:var(--font-body);font-size:clamp(1.375rem,3.2vw,1.75rem);font-weight:800;line-height:1.2;letter-spacing:-.02em;text-transform:none;color:#111}.vybe-world-theme .urgency__description{margin:0;font-family:var(--font-body);font-size:.9375rem;font-weight:400;line-height:1.5;color:#444;max-width:36em}.vybe-world-theme .urgency__cta{margin-top:18px;width:100%;max-width:280px;border-radius:999px;text-decoration:none}.vybe-world-theme #vybe-world-bundles{scroll-margin-top:calc(var(--nav-height, 72px) + var(--topbar-height, 36px) + 20px)}.vybe-world-theme .urgency__panel{margin-top:22px;padding:24px 20px 20px;background:#fff;border-radius:12px;text-align:center}.vybe-world-theme .urgency .countdown--urgency{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:0 10px;margin:0 0 20px}.vybe-world-theme .urgency .countdown--urgency .countdown__unit{display:flex;flex-direction:column;align-items:center;min-width:2.75rem}.vybe-world-theme .urgency .countdown--urgency .countdown__value{display:block;font-family:var(--font-body);font-size:clamp(2rem,5.5vw,2.75rem);font-weight:700;line-height:.95;letter-spacing:-.03em;color:#111;font-variant-numeric:tabular-nums}.vybe-world-theme .urgency .countdown--urgency .countdown__label{margin-top:8px;font-family:var(--font-body);font-size:.5625rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#666}.vybe-world-theme .urgency .countdown--urgency .countdown__sep{align-self:center;margin:0 2px 1.25rem;font-family:var(--font-body);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1;color:#111}.vybe-world-theme .urgency__stock-text{margin:0 0 14px;font-family:var(--font-body);font-size:.9375rem;font-weight:400;line-height:1.4;color:#111}.vybe-world-theme .urgency__stock-text strong{font-weight:700}.vybe-world-theme .urgency__bar{height:8px;overflow:hidden;background:#00000014;border-radius:999px}.vybe-world-theme .urgency__bar-fill{display:block;width:0;height:100%;border-radius:999px;background:linear-gradient(90deg,#0d3d28,#145c38,#1b7a4e 36%,#5bbf85,#2d9660 64%,#1b7a4e,#0d3d28);background-size:240% 100%;background-position:0% 50%;transition:width 1.35s cubic-bezier(.22,1,.36,1)}.vybe-world-theme .urgency__bar-fill.is-animated{width:var(--urgency-fill-width, 0%)}.vybe-world-theme .urgency__bar-fill.is-shimmer{animation:urgency-bar-greens 2.8s ease-in-out infinite}@keyframes urgency-bar-greens{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media(prefers-reduced-motion:reduce){.vybe-world-theme .urgency__bar-fill.is-shimmer{animation:none;background:#1b7a4e;background-size:100% 100%}}@media(min-width:769px){.vybe-world-theme .urgency{padding-top:0;padding-bottom:0}.vybe-world-theme .urgency>.container{padding-inline:0}.vybe-world-theme .urgency__card{border-radius:0;border-left:none;border-right:none;padding:clamp(44px,4.5vw,64px) clamp(32px,5vw,80px)}.vybe-world-theme .urgency__title{font-size:clamp(1.5rem,2.2vw,2rem)}.vybe-world-theme .urgency__copy{text-align:center;display:flex;flex-direction:column;align-items:center}.vybe-world-theme .urgency__description{font-size:clamp(.9375rem,1.1vw,1.0625rem);max-width:42rem;margin-inline:auto}.vybe-world-theme .urgency__cta{max-width:320px}.vybe-world-theme .urgency__panel{margin-top:clamp(24px,2.5vw,32px);padding:clamp(28px,3vw,40px) clamp(24px,3vw,48px) clamp(24px,2.5vw,32px);border-radius:14px}.vybe-world-theme .urgency .countdown--urgency .countdown__value{font-size:clamp(2.25rem,3.5vw,3.25rem)}.vybe-world-theme .urgency__bar{height:10px}}.vybe-world-theme.template-index .shopify-section-urgency{padding-left:0;padding-right:0}@media(max-width:768px){.vybe-world-theme.template-index .shopify-section-urgency{padding-left:16px;padding-right:16px}}.vybe-world-theme .countdown--compact{justify-content:center}.vybe-world-theme .lookbook-cta{position:relative}.vybe-world-theme .lookbook-cta__media{position:relative;min-height:420px}.vybe-world-theme .lookbook-cta__media img{width:100%;height:420px;object-fit:cover}.vybe-world-theme .lookbook-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:48px;background:linear-gradient(transparent 40%,#0a0a0acc)}.vybe-world-theme .lookbook-cta__overlay h2{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);letter-spacing:.04em;margin-bottom:16px}.vybe-world-theme .lookbook-cta__link{display:inline-flex;align-items:center;gap:8px;font-weight:700;letter-spacing:.08em;color:var(--accent-green)}.vybe-world-theme .reviews-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.vybe-world-theme .reviews-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff40;padding:0;cursor:pointer}.vybe-world-theme .reviews-dot.active{background:var(--cta-green)}.vybe-world-theme .btn-outline--static{cursor:default;opacity:.85}@media(min-width:1025px){.vybe-world-theme .hero{min-height:calc(var(--hero-min-height, 680px) + 100px);overflow:visible}.vybe-world-theme .hero__banner{overflow:hidden}.vybe-world-theme .hero__banner-img--desktop{object-position:center 35%}.vybe-world-theme .hero__inner.container{min-height:var(--hero-min-height, 680px);padding-bottom:32px}.vybe-world-theme .hero__product-card--desktop{top:var(--hero-card-offset-y, 12%);bottom:auto;height:auto;max-height:none;transform:translateY(var(--hero-card-offset-y-extra, 0px))}.vybe-world-theme .hero__product-card .product-card--hero{max-height:none;overflow:visible}.vybe-world-theme.template-index .shopify-section-product-spotlight{display:none!important}.vybe-world-theme .hero__product-card--desktop{display:block}.vybe-world-theme .hero--trust-desktop{display:grid;grid-template-columns:minmax(0,1fr) min(var(--hero-card-width, 340px),38vw);grid-template-rows:1fr auto;grid-template-areas:"hero-main hero-card" "hero-trust hero-card";column-gap:clamp(28px,3.5vw,48px);row-gap:28px;align-items:end;padding-inline:max(20px,calc((100% - min(100% - 40px,var(--container, 1200px)))/2));padding-bottom:32px}.vybe-world-theme .hero--trust-desktop>.hero__inner.container{display:contents;min-height:0;padding:0}.vybe-world-theme .hero--trust-desktop .hero__layout{grid-area:hero-main;align-self:center;width:100%;max-width:min(600px,100%);min-height:0;padding-top:48px;padding-bottom:8px}.vybe-world-theme .hero--trust-desktop .hero__product-card--desktop{grid-area:hero-card;position:relative;top:auto;right:auto;bottom:auto;left:auto;transform:translateY(var(--hero-card-offset-y-extra, 0px));width:min(var(--hero-card-width, 300px),38vw);max-width:var(--hero-card-width, 300px);align-self:start;justify-self:end;max-height:none;margin-top:var(--hero-card-offset-y-px, 72px);margin-right:var(--hero-card-offset-x, 0%);z-index:8}.vybe-world-theme .hero--trust-desktop .hero__product-card .product-card--hero{max-height:none;overflow:visible}.vybe-world-theme .hero--trust-desktop>.hero__features-wrap.container{grid-area:hero-trust;position:relative;width:100%;max-width:100%;margin:0;z-index:3;pointer-events:none}.vybe-world-theme .hero--trust-desktop .hero__features{pointer-events:auto;width:100%;max-width:100%;border-radius:32px}.vybe-world-theme .hero--trust-desktop .hero__features-desktop{justify-content:space-between;gap:clamp(20px,2.8vw,44px);padding:18px clamp(28px,3.2vw,40px)}.vybe-world-theme .hero--trust-desktop .hero__features-desktop>div{flex:1 1 0;max-width:none}.vybe-world-theme .hero--trust-desktop .hero__feature-title,.vybe-world-theme .hero--trust-desktop .hero__feature-desc{white-space:nowrap}}@media(max-width:1024px){.vybe-world-theme .hero__product-card--desktop,.vybe-world-theme .hero__product-card--mobile{display:none!important}}@media(min-width:1025px){.vybe-world-theme .product-spotlight{display:none}.vybe-world-theme .lifestyle-grid{grid-template-columns:repeat(4,1fr)}.vybe-world-theme .lifestyle-card__overlay h3{font-size:1.25rem}.vybe-world-theme .lifestyle-card__overlay p{font-size:.875rem}.vybe-world-theme .lookbook-cta.section-lookbook-mobile-only{display:none}}@media(max-width:1024px){.vybe-world-theme .bundles-split{grid-template-columns:1fr}.vybe-world-theme .bundles-split__lookbook{min-height:320px}.vybe-world-theme .product-spotlight__inner{grid-template-columns:1fr}}.vybe-world-theme .theme-page{min-height:50vh;padding:calc(var(--nav-height) + var(--topbar-height) + 48px) 0 80px}.vybe-world-theme .theme-page .btn{display:inline-flex;align-items:center;padding:14px 28px;background:var(--cta-green);color:#000;font-weight:700;border-radius:6px;text-decoration:none;border:none;cursor:pointer}.vybe-world-theme .theme-page .btn-outline{background:transparent;border:1px solid var(--cta-green);color:var(--cta-green)}.vybe-world-theme .theme-collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px;list-style:none;padding:0;margin-top:32px}.vybe-world-theme .theme-collection-card a{display:block;color:inherit;text-decoration:none}.vybe-world-theme .theme-collection-card img{border-radius:8px;margin-bottom:12px}.vybe-world-theme .theme-search-form{display:flex;gap:12px;margin:24px 0;max-width:480px}.vybe-world-theme .theme-search-form input{flex:1;padding:12px 16px;border-radius:6px;border:1px solid var(--border-subtle);background:var(--bg-secondary);color:var(--text-primary)}.vybe-world-theme #MainContent{display:block;overflow-x:hidden}.vybe-world-theme #MainContent>.shopify-section{margin:0}.vybe-world-theme .shopify-section-header-group,.vybe-world-theme .shopify-section-footer-group{display:block}.vybe-world-theme .bundle-card__image .placeholder-svg,.vybe-world-theme .product-card__image .placeholder-svg{max-height:160px;width:auto;margin-inline:auto}.vybe-world-theme .lifestyle-card .placeholder-svg{width:100%;height:100%;object-fit:cover;fill:#ffffff0f}.vybe-world-theme .fabric__media--empty .placeholder-svg{display:none}.vybe-world-theme .comparison__jersey .placeholder-svg{max-height:200px;opacity:.5}.vybe-world-theme .product-card--demo .product-card__edition{display:none}.vybe-world-theme .product-card--demo .product-card__name{font-size:.9rem;text-align:center;margin-top:8px;color:var(--text-secondary)}.vybe-world-theme .hero__product-card .product-card{margin-inline:auto}@media(min-width:769px){.vybe-world-theme .hero__inner{padding-top:48px;padding-bottom:20px}.vybe-world-theme .hero__layout{display:block;min-height:0;padding-bottom:0}.vybe-world-theme .hero__text,.vybe-world-theme .hero__ctas,.vybe-world-theme .hero__text.hero__text--positioned,.vybe-world-theme .hero__ctas.hero__ctas--positioned{position:relative;top:auto;right:auto;bottom:auto;left:auto;transform:none;width:auto;max-width:min(560px,58%);padding-inline:0;padding-right:16px;text-align:left}.vybe-world-theme .hero__ctas{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;width:auto;gap:16px 20px}.vybe-world-theme .hero__subtitle{margin-bottom:28px}.vybe-world-theme .hero__title-line{font-size:clamp(2.6rem,5.5vw,4.75rem);color:var(--text-primary)}.vybe-world-theme .hero__title-accent{font-size:clamp(2.2rem,5vw,4rem);color:var(--accent-green)}.vybe-world-theme .hero__ctas .btn-primary{background:linear-gradient(180deg,#E0B84E 0%,var(--cta-green) 52%,var(--cta-hover) 100%);color:#0a0a0a;box-shadow:0 4px 16px #c9952a59}.vybe-world-theme .hero__ctas .btn-outline{border-color:#ffffff59;color:var(--text-primary)}.vybe-world-theme .hero__features-wrap{margin-bottom:28px;width:100%}.vybe-world-theme .hero:not(.hero--trust-desktop) .hero__features{width:calc(100% - var(--hero-trust-reserve, 0px));max-width:calc(100% - var(--hero-trust-reserve, 0px))}.vybe-world-theme .hero__features{border-radius:32px}.vybe-world-theme .hero__features-desktop{justify-content:space-between;gap:clamp(18px,2.5vw,40px);padding:18px clamp(24px,3vw,40px)}.vybe-world-theme .hero__features-desktop>div{flex:1 1 0;max-width:25%}.vybe-world-theme .hero__feature-title{font-size:clamp(.8125rem,.95vw,.9375rem);line-height:1.25}.vybe-world-theme .hero__feature-desc{font-size:clamp(.75rem,.85vw,.8125rem);line-height:1.35}.vybe-world-theme.template-index .hero__features--marquee-mobile .hero__features-desktop{display:flex}.vybe-world-theme.template-index .hero__features--marquee-mobile .hero__features-marquee{display:none}.vybe-world-theme.template-index .shopify-section-bundles{background:transparent}.vybe-world-theme.template-index .bundles.bundles--split{background:#fff}.vybe-world-theme.template-index .bundles-split__heading{color:#111}.vybe-world-theme.template-index .bundles-split__badge{background:#dff3e8;color:#1b4332;border:none}.vybe-world-theme.template-index .reviews-track{flex-direction:row;transform:revert}.vybe-world-theme.template-index .review-card{flex:0 0 min(100%,340px);width:auto}.vybe-world-theme.template-index .reviews__header{flex-direction:row;align-items:flex-end;text-align:left}.vybe-world-theme.template-index .reviews__nav{display:flex}.vybe-world-theme.template-index .reviews__rating{justify-content:flex-start}.vybe-world-theme.template-index .review-card__text{font-family:var(--font-body);font-style:italic}.vybe-world-theme.template-index .urgency{text-align:center}.vybe-world-theme.template-index .comparison>.container{background:transparent;border:none;padding:0;border-radius:0}}.vybe-world-theme .size-btn--swatch,.vybe-world-theme .bundle-card .size-btn--bundle.size-btn--swatch,.vybe-world-theme .product-pack-card.bundle-card .size-btn--bundle.size-btn--swatch{position:relative;overflow:visible}.vybe-world-theme .size-btn--swatch .variant-picker__img,.vybe-world-theme .bundle-card .size-btn--swatch .variant-picker__img{border-radius:8px}.variant-zoom-badge{position:absolute;top:auto;bottom:-7px;right:-7px;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border-radius:999px;background:#111111d1;color:#fff;box-shadow:0 1px 4px #00000059;cursor:zoom-in;z-index:3;transition:transform .15s ease,background .15s ease;-webkit-tap-highlight-color:transparent}.variant-zoom-badge:hover,.variant-zoom-badge:focus-visible{background:#111;transform:scale(1.08);outline:none}.variant-zoom-badge svg{display:block;width:10px;height:10px;pointer-events:none}.variant-zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px;background:#080808e6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .18s ease}.variant-zoom-overlay.is-open{opacity:1}.variant-zoom-overlay__fig{margin:0;display:flex;flex-direction:column;align-items:center;gap:12px;max-width:100%}.variant-zoom-overlay__img{display:block;max-width:min(92vw,620px);max-height:78vh;width:auto;height:auto;border-radius:12px;box-shadow:0 20px 60px #0000008c;background:#fff}.variant-zoom-overlay__cap{color:#fff;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-align:center}.variant-zoom-overlay__close{position:absolute;top:16px;right:16px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;font-size:1.6rem;line-height:1;color:#fff;background:#ffffff24;border:none;border-radius:999px;cursor:pointer;transition:background .15s ease}.variant-zoom-overlay__close:hover{background:#ffffff47}body.variant-zoom-open{overflow:hidden}@media(prefers-reduced-motion:reduce){.variant-zoom-badge,.variant-zoom-overlay{transition:none}}.vybe-world-theme{--vw-gold: var(--accent-gold, #c9952a);--vw-gold-bright: #e6b84e;--vw-red: #ce1124;--vw-surface: #121210;--vw-surface-2: #1a1813;--vw-line: rgba(201,149,42,.14);--vw-line-soft: rgba(255,255,255,.07);--vw-muted: #b6ae9c;--vw-muted-2: #8f886f}.shopify-section-vw-leagues-nav,.shopify-section-vw-benefits,.shopify-section-vw-bestsellers,.shopify-section-vw-promos,.shopify-section-vw-shopleague{background:#0a0a0a;color:#fff}.vybe-world-theme .vw-eyebrow{font-family:var(--font-body);font-size:.72rem;letter-spacing:.26em;text-transform:uppercase;color:var(--vw-gold-bright);font-weight:700}.vybe-world-theme .vw-sec-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px;flex-wrap:wrap}.vybe-world-theme .vw-sec-head__title{margin:0}.vybe-world-theme .section-title.vw-sec-head__title{display:flex;align-items:center;gap:16px;font-family:var(--font-display);letter-spacing:.05em;font-size:clamp(1.6rem,3.4vw,2.3rem)}.vybe-world-theme .section-title.vw-sec-head__title:after{content:"";width:clamp(30px,8vw,90px);height:2px;background:linear-gradient(90deg,var(--vw-gold),transparent)}.vybe-world-theme .vw-view-all{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:var(--vw-muted);transition:color .18s}.vybe-world-theme .vw-view-all:hover{color:var(--vw-gold-bright)}.vybe-world-theme .vw-btn-ghost{border:1.5px solid rgba(255,255,255,.25);color:#fff}.vybe-world-theme .vw-btn-ghost:hover{border-color:var(--vw-gold);color:var(--vw-gold-bright)}.vybe-world-theme .vw-leagues-nav{background:transparent;border-block:none;padding-top:26px}.vybe-world-theme .vw-leagues-nav__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-inline:0;border:1px solid var(--vw-line);border-radius:16px;background:var(--vw-surface);overflow:hidden}.vybe-world-theme .vw-league{display:flex;align-items:center;gap:14px;padding:22px clamp(12px,2vw,26px);border-right:1px solid var(--vw-line-soft);transition:background .2s}.vybe-world-theme .vw-league:last-child{border-right:none}.vybe-world-theme .vw-league:hover{background:var(--vw-surface-2)}.vybe-world-theme .vw-league__badge{width:42px;height:42px;flex:none;border-radius:8px;display:grid;place-items:center;overflow:hidden;font-family:var(--font-display);font-size:1.1rem;letter-spacing:.02em}.vybe-world-theme .vw-league__badge--logo{width:54px;height:54px;border-radius:0;background:transparent!important}.vybe-world-theme .vw-league__badge img{width:100%;height:100%;object-fit:contain}.vybe-world-theme .vw-league__name{font-family:var(--font-display);font-size:1.1rem;letter-spacing:.04em;line-height:1;display:block}.vybe-world-theme .vw-league__date{font-size:.72rem;color:var(--vw-gold);margin-top:4px;display:block}.vybe-world-theme .vw-benefits{border-bottom:none;padding-top:14px}.vybe-world-theme .vw-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--vw-line);border-radius:16px;background:var(--vw-surface);overflow:hidden}.vybe-world-theme .vw-benefit{display:flex;align-items:center;gap:14px;padding:22px clamp(14px,2vw,28px);border-right:1px solid var(--vw-line-soft)}.vybe-world-theme .vw-benefit:last-child{border-right:none}.vybe-world-theme .vw-benefit__icon svg{width:30px;height:30px;color:var(--vw-gold)}.vybe-world-theme .vw-benefit__title{display:block;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--vw-gold-bright);font-weight:700}.vybe-world-theme .vw-benefit__desc{display:block;font-size:.76rem;color:var(--vw-muted)}.vybe-world-theme .vw-benefits__grid.is-marquee{display:block;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 32px,#000 calc(100% - 32px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 32px,#000 calc(100% - 32px),transparent 100%)}.vybe-world-theme .vw-benefits__grid.is-marquee .vw-benefits-track{display:flex;width:max-content;animation:vw-leagues-marquee var(--vw-benefits-duration, 28s) linear infinite;will-change:transform}.vybe-world-theme .vw-benefits__grid.is-marquee.is-paused .vw-benefits-track{animation-play-state:paused}.vybe-world-theme .vw-benefits__grid.is-marquee .vw-benefit{flex:0 0 auto;width:auto;border-bottom:none}.vybe-world-theme .vw-product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.vybe-world-theme .vw-pc{background:linear-gradient(180deg,var(--vw-surface-2),var(--vw-surface));border:1px solid var(--vw-line-soft);border-radius:12px;overflow:hidden;transition:transform .22s,border-color .22s,box-shadow .22s}.vybe-world-theme .vw-pc:hover{transform:translateY(-6px);border-color:var(--vw-line);box-shadow:0 20px 40px #00000080}.vybe-world-theme .vw-pc__media{position:relative;display:block;aspect-ratio:1/1.05;background:radial-gradient(120% 90% at 50% 15%,rgba(255,255,255,.06),transparent 60%)}.vybe-world-theme .vw-pc__img{width:100%;height:100%;object-fit:contain;padding:14px}.vybe-world-theme .vw-pc__flag{position:absolute;top:12px;left:12px;z-index:2;font-size:.6rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:5px 9px;border-radius:5px;background:var(--vw-gold);color:#120d02}.vybe-world-theme .vw-pc__flag--launch{background:var(--vw-red);color:#fff}.vybe-world-theme .vw-pc__body{padding:15px 16px 18px}.vybe-world-theme .vw-pc__name{display:block;font-size:.9rem;font-weight:600;color:#fff;margin-bottom:7px}.vybe-world-theme .vw-pc__price{font-family:var(--font-display);font-size:1.35rem;letter-spacing:.03em;color:#fff}.vybe-world-theme .vw-pc__rating{display:flex;align-items:center;gap:6px;margin-top:9px;font-size:.72rem;color:var(--vw-muted)}.vybe-world-theme .vw-stars{color:var(--vw-gold-bright);letter-spacing:1px}.vybe-world-theme .vw-promos__grid{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:18px}.vybe-world-theme .vw-promo{position:relative;overflow:hidden;border-radius:12px;min-height:210px;border:1px solid var(--vw-line);background:linear-gradient(150deg,#221f18,var(--vw-surface))}.vybe-world-theme .vw-promo--featured{background:linear-gradient(150deg,rgba(206,17,36,.18),var(--vw-surface))}.vybe-world-theme .vw-promo__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:1}.vybe-world-theme .vw-promo__bg img{width:100%;height:100%;object-fit:cover;object-position:center right}.vybe-world-theme .vw-promo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,#0a0a08f0,#0a0a08a8 38%,#0a0a082e 72%,#0a0a0800)}.vybe-world-theme .vw-promo__inner{position:relative;z-index:1;padding:30px;display:flex;flex-direction:column;justify-content:center;height:100%;max-width:58%}.vybe-world-theme .vw-promo__title{font-family:var(--font-display);font-size:1.42rem;line-height:1.1;letter-spacing:.03em;margin:10px 0 8px;color:#fff}.vybe-world-theme .vw-promo__text{color:var(--vw-muted);font-size:.86rem;max-width:26ch;margin-bottom:18px}.vybe-world-theme .vw-promo__cta{align-self:flex-start;padding:11px 22px;font-size:.72rem}@media(max-width:768px){.vybe-world-theme .vw-promo{min-height:132px}.vybe-world-theme .vw-promo__bg{left:auto;right:0;width:54%;opacity:1}.vybe-world-theme .vw-promo__bg img{object-fit:cover;object-position:center right}.vybe-world-theme .vw-promo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,var(--vw-surface, #14140f) 30%,rgba(20,20,15,.78) 50%,rgba(20,20,15,0) 78%)}.vybe-world-theme .vw-promo__inner{width:64%;max-width:64%;padding:16px 12px 16px 18px}.vybe-world-theme .vw-promo .vw-eyebrow{font-size:.6rem;letter-spacing:.14em}.vybe-world-theme .vw-promo__title{font-size:1.12rem;letter-spacing:.02em;line-height:1.08;margin:5px 0 6px}.vybe-world-theme .vw-promo__text{font-size:.74rem;line-height:1.32;max-width:22ch;margin-bottom:11px}.vybe-world-theme .vw-promo__cta{padding:8px 15px;font-size:.64rem}}.vybe-world-theme .vw-league-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.vybe-world-theme .vw-lc{position:relative;aspect-ratio:3/4;border-radius:12px;overflow:hidden;border:1px solid var(--vw-line-soft);display:flex;align-items:flex-end;padding:18px;transition:transform .22s,border-color .22s}.vybe-world-theme .vw-lc:hover{transform:translateY(-5px);border-color:var(--vw-gold)}.vybe-world-theme .vw-lc__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.vybe-world-theme .vw-lc__img{width:100%;height:100%;object-fit:cover}.vybe-world-theme .vw-lc:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.82))}.vybe-world-theme .vw-lc__label{position:relative;z-index:2;font-family:var(--font-display);font-size:1.12rem;letter-spacing:.05em;color:#fff}@keyframes vw-leagues-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1000px){.vybe-world-theme .vw-leagues-nav__grid{display:flex;grid-template-columns:none;margin-inline:0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.vybe-world-theme .vw-leagues-nav__grid::-webkit-scrollbar{display:none}.vybe-world-theme .vw-league{flex:0 0 78%;scroll-snap-align:start;border-bottom:none}.vybe-world-theme .vw-leagues-nav>.container{padding-left:0;padding-right:0}.vybe-world-theme .vw-leagues-nav__grid.is-marquee{display:block;overflow:hidden;border-left:none;border-right:none;border-radius:0;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 28px,#000 calc(100% - 28px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 28px,#000 calc(100% - 28px),transparent 100%)}.vybe-world-theme .vw-leagues-nav__grid.is-marquee .vw-leagues-track{display:flex;width:max-content;animation:vw-leagues-marquee var(--vw-leagues-duration, 30s) linear infinite;will-change:transform}.vybe-world-theme .vw-leagues-nav__grid.is-marquee.is-paused .vw-leagues-track{animation-play-state:paused}.vybe-world-theme .vw-leagues-nav__grid.is-marquee .vw-league{flex:0 0 auto;width:auto;padding:18px 22px;scroll-snap-align:none}.vybe-world-theme .vw-benefits__grid{grid-template-columns:repeat(2,1fr)}.vybe-world-theme .vw-product-grid{grid-template-columns:repeat(3,1fr)}.vybe-world-theme .vw-promos__grid{grid-template-columns:1fr}.vybe-world-theme .vw-league-cards{grid-template-columns:repeat(3,1fr)}}@media(max-width:560px){.vybe-world-theme .vw-product-grid,.vybe-world-theme .vw-league-cards{grid-template-columns:repeat(2,1fr)}.vybe-world-theme .vw-sec-head{flex-direction:column;align-items:flex-start}}.shopify-section-vw-pdp,.shopify-section-vw-related{background:#0a0a0a;color:#fff}.vybe-world-theme .vw-breadcrumb{padding:18px 0 8px;font-size:.76rem;color:var(--vw-muted-2, #8f886f);display:flex;align-items:center;gap:8px;flex-wrap:nowrap;overflow:hidden}.vybe-world-theme .vw-breadcrumb a{color:var(--vw-muted-2, #8f886f);text-decoration:none;white-space:nowrap;flex:none}.vybe-world-theme .vw-breadcrumb a:hover{color:var(--vw-gold-bright, #e6b84e)}.vybe-world-theme .vw-breadcrumb .sep{opacity:.45;flex:none}.vybe-world-theme .vw-breadcrumb .cur{color:var(--vw-muted, #b6ae9c);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.vybe-world-theme .vw-pdp__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;padding:14px 0 20px;align-items:start}.vybe-world-theme .vw-gallery{display:grid;grid-template-columns:76px 1fr;gap:14px;position:sticky;top:120px}.vybe-world-theme .vw-thumbs{display:flex;flex-direction:column;gap:10px}.vybe-world-theme .vw-thumb{aspect-ratio:1;border-radius:8px;border:1px solid var(--vw-line-soft);overflow:hidden;background:linear-gradient(180deg,#17140f,#0d0c0a);transition:border-color .18s;padding:0}.vybe-world-theme .vw-thumb img{width:100%;height:100%;object-fit:contain}.vybe-world-theme .vw-thumb.active{border-color:var(--vw-gold)}.vybe-world-theme .vw-stage{position:relative;border-radius:12px;overflow:hidden;border:1px solid var(--vw-line-soft);background:radial-gradient(120% 80% at 50% 20%,rgba(255,255,255,.06),transparent 55%),linear-gradient(180deg,#141310,#090807);aspect-ratio:1/1.12;display:grid;place-items:center}.vybe-world-theme .vw-stage__img{width:78%;height:78%;object-fit:contain;filter:drop-shadow(0 26px 34px rgba(0,0,0,.6))}.vybe-world-theme .vw-stage__disc{position:absolute;top:16px;left:16px;background:var(--vw-red);color:#fff;font-weight:800;font-size:.82rem;padding:6px 11px;border-radius:6px;z-index:2}.vybe-world-theme .vw-stage__fav{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:50%;background:#00000073;border:1px solid var(--vw-line-soft);display:grid;place-items:center;z-index:2}.vybe-world-theme .vw-stage__fav svg{width:18px;color:#fff}.vybe-world-theme .vw-stage__fav:hover svg{color:var(--vw-red)}.vybe-world-theme .vw-info__flag{display:inline-block;background:var(--vw-gold);color:#120d02;font-size:.64rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;padding:6px 11px;border-radius:5px;margin-bottom:16px}.vybe-world-theme .vw-info__flag--launch{background:var(--vw-gold)}.vybe-world-theme .vw-info__title{font-family:var(--font-display);font-size:clamp(1.7rem,3.4vw,2.5rem);letter-spacing:.02em;text-transform:uppercase;line-height:1}.vybe-world-theme .vw-info__rating{display:flex;align-items:center;gap:9px;margin:12px 0 18px;font-size:.82rem;color:var(--vw-muted)}.vybe-world-theme .vw-price{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.vybe-world-theme .vw-price__now{font-family:var(--font-display);font-size:2.1rem;color:var(--vw-red);letter-spacing:.02em}.vybe-world-theme .vw-price__was{color:var(--vw-muted-2, #8f886f);text-decoration:line-through;font-size:1.1rem}.vybe-world-theme .vw-price__save{background:#221f18;color:var(--vw-gold-bright);border:1px solid var(--vw-line);font-size:.66rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:5px 9px;border-radius:5px}.vybe-world-theme .vw-tax{font-size:.76rem;color:var(--vw-muted-2, #8f886f);margin:8px 0 20px}.vybe-world-theme .vw-tax a{color:var(--vw-muted);text-decoration:underline}.vybe-world-theme .vw-features{list-style:none;display:grid;gap:10px;padding:18px 0;border-block:1px solid var(--vw-line-soft);margin-bottom:22px}.vybe-world-theme .vw-feature{display:flex;align-items:center;gap:11px;font-size:.86rem;color:#ddd6c8}.vybe-world-theme .vw-feature svg{width:19px;height:19px;color:var(--vw-gold);flex:none}.vybe-world-theme .vw-opt-label{display:flex;align-items:center;justify-content:space-between;font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--vw-muted);margin-bottom:10px}.vybe-world-theme .vw-opt-label--qty{margin-bottom:10px}.vybe-world-theme .vw-opt-label a{color:var(--vw-gold-bright);text-decoration:underline;letter-spacing:.04em;text-transform:none;font-size:.76rem}.vybe-world-theme .vw-opt-label .up{color:var(--vw-gold-bright);letter-spacing:.04em}.vybe-world-theme .vw-sizes{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:22px}.vybe-world-theme .vw-size{min-width:54px;padding:12px 14px;text-align:center;border:1px solid var(--vw-line);border-radius:7px;font-weight:600;font-size:.86rem;color:#e8e2d4;background:transparent;transition:all .16s}.vybe-world-theme .vw-size:hover{border-color:var(--vw-gold)}.vybe-world-theme .vw-size.sel{background:#fff;color:#0a0a0a;border-color:#fff}.vybe-world-theme .vw-size.soldout{opacity:.4;text-decoration:line-through;cursor:not-allowed}.vybe-world-theme .vw-custom{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:14px}.vybe-world-theme .vw-custom__opt{padding:13px;border:1px solid var(--vw-line);border-radius:7px;font-size:.82rem;color:#e8e2d4;background:transparent;transition:all .16s}.vybe-world-theme .vw-custom__opt:hover{border-color:var(--vw-gold)}.vybe-world-theme .vw-custom__opt.sel{background:#221f18;border-color:var(--vw-gold);color:#fff}.vybe-world-theme .vw-custom-fields{display:grid;grid-template-columns:1fr 90px;gap:9px;margin-bottom:22px}.vybe-world-theme .vw-cf{background:#0006;border:1px solid var(--vw-line);border-radius:7px;padding:12px 14px;color:#fff;font:inherit}.vybe-world-theme .vw-cf:focus{outline:2px solid var(--vw-gold);outline-offset:1px}.vybe-world-theme .vw-qty-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}.vybe-world-theme .vw-stepper{display:flex;align-items:center;border:1px solid var(--vw-line);border-radius:7px;overflow:hidden}.vybe-world-theme .vw-stepper button{width:46px;height:48px;font-size:1.2rem;color:var(--vw-muted);background:transparent}.vybe-world-theme .vw-stepper button:hover{color:#fff;background:var(--vw-surface-2)}.vybe-world-theme .vw-qty{width:54px;height:48px;text-align:center;background:transparent;border:none;color:#fff;font:inherit;font-weight:600;-moz-appearance:textfield}.vybe-world-theme .vw-qty::-webkit-outer-spin-button,.vybe-world-theme .vw-qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.vybe-world-theme .vw-stock{font-size:.82rem;color:var(--cta-green, #5bbf85);display:flex;align-items:center;gap:7px}.vybe-world-theme .vw-stock:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--cta-green, #5bbf85);box-shadow:0 0 8px var(--cta-green, #5bbf85)}.vybe-world-theme .vw-stock--out{color:var(--vw-red)}.vybe-world-theme .vw-stock--out:before{background:var(--vw-red);box-shadow:0 0 8px var(--vw-red)}.vybe-world-theme .vw-btn{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;font-weight:800;font-size:.9rem;letter-spacing:.12em;text-transform:uppercase;padding:17px;border-radius:8px;transition:transform .12s,box-shadow .2s;border:none}.vybe-world-theme .vw-btn--cart{background:linear-gradient(180deg,var(--vw-gold-bright),var(--vw-gold) 55%,#8a6a24);color:#120d02;box-shadow:0 8px 26px #c9952a52;margin-bottom:10px}.vybe-world-theme .vw-btn--cart:hover{transform:translateY(-2px);box-shadow:0 12px 30px #c9952a73}.vybe-world-theme .vw-btn--cart[disabled]{opacity:.5;cursor:not-allowed;transform:none}.vybe-world-theme .vw-form .shopify-payment-button{margin-top:2px}.vybe-world-theme .vw-secure{text-align:center;font-size:.74rem;color:var(--vw-muted-2, #8f886f);margin:14px 0 4px;display:flex;align-items:center;justify-content:center;gap:7px}.vybe-world-theme .vw-secure svg{width:13px;color:var(--vw-gold)}.vybe-world-theme .vw-tabs-wrap{padding:40px 0 8px}.vybe-world-theme .vw-tabs{display:flex;gap:30px;border-bottom:1px solid var(--vw-line-soft);margin-bottom:28px;flex-wrap:wrap}.vybe-world-theme .vw-tab{padding-bottom:14px;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--vw-muted);background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .16s}.vybe-world-theme .vw-tab:hover{color:#fff}.vybe-world-theme .vw-tab.active{color:var(--vw-gold-bright);border-color:var(--vw-gold)}.vybe-world-theme .vw-tab-panel{display:none}.vybe-world-theme .vw-tab-panel.active{display:block}.vybe-world-theme .vw-desc-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.vybe-world-theme .vw-rte{color:var(--vw-muted);font-size:.92rem}.vybe-world-theme .vw-rte h1,.vybe-world-theme .vw-rte h2,.vybe-world-theme .vw-rte h3{color:#fff;font-family:var(--font-display);letter-spacing:.03em;margin-bottom:12px}.vybe-world-theme .vw-rte ul{padding-left:0;list-style:none;display:grid;gap:10px;margin-top:12px}.vybe-world-theme .vw-rte li{display:flex;align-items:center;gap:10px;color:#ddd6c8;font-size:.9rem}.vybe-world-theme .vw-rte li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--vw-gold);flex:none}.vybe-world-theme .vw-desc-media{border-radius:12px;overflow:hidden;border:1px solid var(--vw-line-soft)}.vybe-world-theme .vw-desc-media img{width:100%;height:100%;object-fit:cover}@media(max-width:940px){.vybe-world-theme .vw-pdp__grid{grid-template-columns:1fr}.vybe-world-theme .vw-gallery{position:static}.vybe-world-theme .vw-desc-grid{grid-template-columns:1fr}}@media(max-width:560px){.vybe-world-theme .vw-gallery{grid-template-columns:1fr}.vybe-world-theme .vw-thumbs{flex-direction:row;order:2}}.vybe-world-theme .hero__title-accent{color:var(--accent-gold)!important}.vybe-world-theme .shopify-section-reviews.section-bg-light{background:#0a0a0a!important}.vybe-world-theme .shopify-section-reviews .section-title,.vybe-world-theme .shopify-section-reviews .reviews__title{color:#fff!important}.vybe-world-theme .shopify-section-reviews .reviews__count{color:#b6ae9c!important}.vybe-world-theme .shopify-section-reviews .review-card{background:linear-gradient(180deg,#1a1813,#121210)!important;color:#fff!important;border:1px solid rgba(201,149,42,.14)}.vybe-world-theme .shopify-section-reviews .review-card__text{color:#d8d2c4!important}.vybe-world-theme .shopify-section-reviews .review-card__author img{border:1px solid rgba(201,149,42,.25)}.vybe-world-theme .vw-info__rating{display:flex;align-items:center;gap:8px;margin:6px 0 14px;font-size:.78rem;color:var(--vw-muted-2, #8f886f)}.vybe-world-theme .vw-stars{position:relative;display:inline-block;line-height:1;white-space:nowrap}.vybe-world-theme .vw-stars__base{color:#ffffff2e}.vybe-world-theme .vw-stars__fill{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;color:var(--vw-gold-bright);white-space:nowrap}.vybe-world-theme .vw-info__rating-val{font-weight:700;color:#e8e2d4}.vybe-world-theme .vw-opt-label__val{font-style:normal;font-weight:500;color:var(--vw-muted-2, #8f886f);margin-left:7px}.vybe-world-theme .vw-swatches{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:14px}.vybe-world-theme .vw-swatch{display:inline-flex;align-items:center;gap:8px;padding:9px 14px 9px 9px;min-width:0}.vybe-world-theme .vw-swatch__dot{flex:0 0 auto;width:18px;height:18px;border-radius:999px;background:#8a8a8a;border:1px solid rgba(255,255,255,.3);box-shadow:inset 0 0 0 2px #00000059}.vybe-world-theme .vw-swatch__name{font-size:.82rem}.vybe-world-theme .vw-swatch.sel .vw-swatch__dot{box-shadow:inset 0 0 0 2px #fff;border-color:#00000080}.vybe-world-theme .vw-eta{display:flex;align-items:center;gap:9px;margin:0 0 12px;font-size:.8rem;color:#ddd6c8}.vybe-world-theme .vw-eta svg{flex:0 0 auto;width:17px;color:var(--vw-gold)}.vybe-world-theme .vw-eta strong{color:#fff;font-weight:700}.vybe-world-theme .vw-freeship{margin:0 0 16px}.vybe-world-theme .vw-freeship[hidden]{display:none}.vybe-world-theme .vw-freeship__msg{margin:0 0 7px;font-size:.78rem;color:#ddd6c8}.vybe-world-theme .vw-freeship__msg strong{color:var(--vw-gold-bright)}.vybe-world-theme .vw-freeship__bar{height:5px;border-radius:999px;background:#ffffff1a;overflow:hidden}.vybe-world-theme .vw-freeship__fill{display:block;height:100%;width:0;border-radius:999px;background:linear-gradient(90deg,var(--vw-gold),var(--vw-gold-bright));transition:width .45s cubic-bezier(.16,1,.3,1)}.vybe-world-theme .vw-freeship.is-unlocked .vw-freeship__msg strong{color:#6fcf85}.vybe-world-theme .vw-freeship.is-unlocked .vw-freeship__fill{background:linear-gradient(90deg,#4d9c5f,#6fcf85)}.vybe-world-theme .vw-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:1350;padding:10px 0 calc(10px + env(safe-area-inset-bottom,0px));background:#0c0c0eeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid var(--vw-line);transform:translateY(100%);pointer-events:none;transition:transform .3s cubic-bezier(.16,1,.3,1)}.vybe-world-theme .vw-sticky-atc.is-visible{transform:translateY(0);pointer-events:auto}.vybe-world-theme .vw-sticky-atc__inner{width:min(100% - 32px,var(--container));margin-inline:auto;display:flex;align-items:center;gap:12px}.vybe-world-theme .vw-sticky-atc__img{flex:0 0 auto;width:46px;height:46px;object-fit:cover;border-radius:7px;border:1px solid var(--vw-line)}.vybe-world-theme .vw-sticky-atc__meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px}.vybe-world-theme .vw-sticky-atc__title{font-size:.8rem;color:#e8e2d4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vybe-world-theme .vw-sticky-atc__price{font-family:var(--font-display);font-size:1.25rem;letter-spacing:.02em;color:var(--vw-red)}.vybe-world-theme .vw-sticky-atc__btn{flex:0 0 auto;width:auto;margin:0;padding:13px 28px}@media(max-width:768px){.vybe-world-theme .vw-sticky-atc__img{display:none}.vybe-world-theme .vw-sticky-atc__btn{padding:13px 20px;font-size:.8rem}}@media(max-width:1000px){.vybe-world-theme.template-product #vybe-world-footer .vw-mobnav{display:none}}@media(prefers-reduced-motion:reduce){.vybe-world-theme .vw-sticky-atc,.vybe-world-theme .vw-freeship__fill{transition:none}}.vybe-world-theme .vw-fbt[hidden],.vybe-world-theme .vw-rv[hidden]{display:none}.vybe-world-theme .vw-fbt__row{display:flex;flex-wrap:wrap;align-items:stretch;gap:10px}.vybe-world-theme .vw-fbt__list{display:contents}.vybe-world-theme .vw-fbt__item{display:flex;align-items:center;gap:11px;flex:1 1 240px;min-width:0;padding:11px 13px;border:1px solid var(--vw-line);border-radius:9px;background:#ffffff05;cursor:pointer;transition:border-color .16s,background .16s}.vybe-world-theme .vw-fbt__item:hover{border-color:var(--vw-gold)}.vybe-world-theme .vw-fbt__item--anchor{background:#221f18;border-color:var(--vw-line);cursor:default}.vybe-world-theme .vw-fbt__item.is-unavailable{opacity:.5}.vybe-world-theme .vw-fbt__check{flex:0 0 auto;width:17px;height:17px;accent-color:var(--vw-gold);cursor:pointer}.vybe-world-theme .vw-fbt__thumb{flex:0 0 auto;width:52px;height:52px;border-radius:6px;overflow:hidden;background:#16150f}.vybe-world-theme .vw-fbt__thumb img,.vybe-world-theme .vw-fbt__thumb svg{width:100%;height:100%;object-fit:cover;display:block}.vybe-world-theme .vw-fbt__meta{display:flex;flex-direction:column;gap:2px;min-width:0}.vybe-world-theme .vw-fbt__name{font-size:.82rem;color:#e8e2d4;text-decoration:none;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.vybe-world-theme a.vw-fbt__name:hover{color:var(--vw-gold-bright)}.vybe-world-theme .vw-fbt__tag{font-size:.6rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--vw-gold-bright)}.vybe-world-theme .vw-fbt__price{font-size:.86rem;font-weight:700;color:#fff}.vybe-world-theme .vw-fbt__foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:14px;margin-top:16px}.vybe-world-theme .vw-fbt__total{font-size:.86rem;color:var(--vw-muted-2, #8f886f)}.vybe-world-theme .vw-fbt__total strong{font-family:var(--font-display);font-size:1.6rem;letter-spacing:.02em;color:var(--vw-red);margin-left:5px}.vybe-world-theme .vw-fbt__add{width:auto;margin:0;padding:14px 30px}@media(max-width:768px){.vybe-world-theme .vw-fbt__item{flex:1 1 100%}.vybe-world-theme .vw-fbt__foot{justify-content:space-between}.vybe-world-theme .vw-fbt__add{flex:1 1 100%}.vybe-world-theme.template-product .vw-rv-sec{padding-bottom:84px}}.vybe-world-theme .vw-size-guide-link{display:inline-flex;align-items:center;gap:5px;padding:0;border:0;background:none;cursor:pointer;font:inherit;font-size:.76rem;color:var(--vw-muted, #a8a08a);text-decoration:underline;text-underline-offset:3px}.vybe-world-theme .vw-size-guide-link:hover{color:var(--vw-gold-bright)}.vybe-world-theme .vw-size-guide-link svg{width:15px}.vybe-world-theme .vw-app-block:not(:empty){margin:18px 0 4px}@media(min-width:941px){.vybe-world-theme .vw-stage{cursor:zoom-in;overflow:hidden}.vybe-world-theme .vw-stage.is-zoomed{cursor:zoom-out}.vybe-world-theme .vw-stage__img{transition:transform .35s cubic-bezier(.16,1,.3,1);will-change:transform}.vybe-world-theme .vw-stage.is-zoomed .vw-stage__img{transform:scale(2)}.vybe-world-theme .vw-pdp__grid>.vw-gallery{position:sticky;top:90px;align-self:start}}@media(prefers-reduced-motion:reduce){.vybe-world-theme .vw-stage__img{transition:none}}.vybe-world-theme .vw-vswatches{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.vybe-world-theme .vw-vswatch{position:relative;width:66px;height:66px;min-width:0;padding:3px;border-radius:9px;overflow:hidden;background:#16150f}.vybe-world-theme .vw-vswatch__img{width:100%;height:100%;object-fit:cover;border-radius:6px;display:block}.vybe-world-theme .vw-vswatch.sel{background:#16150f;border-color:var(--vw-gold);box-shadow:0 0 0 2px var(--vw-gold)}.vybe-world-theme .vw-vswatch:hover{border-color:var(--vw-gold)}.vybe-world-theme .vw-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.vybe-world-theme .vw-custom-block{margin-bottom:20px}.vybe-world-theme .vw-custom-q{width:100%;display:flex;align-items:center;gap:12px;text-align:left;padding:13px 15px;border:1px solid var(--vw-line);border-radius:9px;background:#ffffff05;color:inherit;font:inherit;cursor:pointer;transition:border-color .16s,background .16s}.vybe-world-theme .vw-custom-q:hover{border-color:var(--vw-gold)}.vybe-world-theme .vw-custom-block.is-open .vw-custom-q{border-color:var(--vw-gold);background:#221f18;border-bottom-left-radius:0;border-bottom-right-radius:0}.vybe-world-theme .vw-custom-q__icon{flex:0 0 auto;display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#c9952a24}.vybe-world-theme .vw-custom-q__icon svg{width:17px;height:17px;color:var(--vw-gold)}.vybe-world-theme .vw-custom-q__text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.vybe-world-theme .vw-custom-q__title{font-size:.87rem;font-weight:700;color:#fff}.vybe-world-theme .vw-custom-q__sub{font-size:.73rem;color:var(--vw-muted-2, #8f886f)}.vybe-world-theme .vw-custom-q__price{flex:0 0 auto;font-size:.8rem;font-weight:700;color:var(--vw-gold-bright)}.vybe-world-theme .vw-custom-q__chev{flex:0 0 auto;display:grid;place-items:center;transition:transform .22s cubic-bezier(.16,1,.3,1)}.vybe-world-theme .vw-custom-q__chev svg{width:16px;height:16px;color:var(--vw-muted, #a8a08a)}.vybe-world-theme .vw-custom-block.is-open .vw-custom-q__chev{transform:rotate(180deg)}.vybe-world-theme .vw-custom-panel{padding:14px 15px 15px;border:1px solid var(--vw-gold);border-top:0;border-radius:0 0 9px 9px;background:#221f1880}.vybe-world-theme .vw-custom-panel[hidden]{display:none}.vybe-world-theme .vw-custom-fields{display:grid;grid-template-columns:1fr 90px;gap:9px;margin-bottom:0}.vybe-world-theme .vw-custom-fields[hidden]{display:none}@media(prefers-reduced-motion:reduce){.vybe-world-theme .vw-custom-q__chev{transition:none}}.vybe-world-theme .vw-freeship__msg{display:flex;align-items:center;gap:7px}.vybe-world-theme .vw-freeship__ico{flex:0 0 auto;display:inline-grid;place-items:center}.vybe-world-theme .vw-freeship__ico svg{width:16px;height:16px}.vybe-world-theme .vw-freeship__ico--go svg{color:var(--vw-gold)}.vybe-world-theme .vw-freeship__ico--done{display:none}.vybe-world-theme .vw-freeship__ico--done svg{color:#6fcf85}.vybe-world-theme .vw-freeship.is-unlocked .vw-freeship__ico--go{display:none}.vybe-world-theme .vw-freeship.is-unlocked .vw-freeship__ico--done{display:inline-grid}@media(max-width:768px){.vybe-world-theme .vw-pdp__grid{gap:22px;padding:8px 0 16px}.vybe-world-theme .vw-breadcrumb{padding:12px 0 4px;font-size:.72rem}.vybe-world-theme .vw-stage{border-radius:14px;aspect-ratio:4 / 5}.vybe-world-theme .vw-stage__img{width:100%;height:100%;object-fit:cover}.vybe-world-theme .vw-thumbs{order:2;gap:8px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px;scroll-snap-type:x mandatory}.vybe-world-theme .vw-thumbs::-webkit-scrollbar{display:none}.vybe-world-theme .vw-thumb{flex:0 0 60px;width:60px;height:60px;border-radius:8px;overflow:hidden;scroll-snap-align:start}.vybe-world-theme .vw-thumb img{width:100%;height:100%;object-fit:cover}.vybe-world-theme .vw-info{display:flex;flex-direction:column;gap:0}.vybe-world-theme .vw-info__title{font-size:1.55rem;line-height:1.12;margin:4px 0 0}.vybe-world-theme .vw-info__rating{margin:8px 0 0}.vybe-world-theme .vw-price{margin:12px 0 0;align-items:baseline}.vybe-world-theme .vw-price__now{font-size:1.9rem}.vybe-world-theme .vw-tax{margin:6px 0 0}.vybe-world-theme .vw-features{margin:16px 0 0;padding:16px 0}.vybe-world-theme .vw-form,.vybe-world-theme .vw-opt-label{margin-top:16px}.vybe-world-theme .vw-opt-label:first-of-type{margin-top:4px}.vybe-world-theme .vw-btn--cart{padding:16px;font-size:.92rem}.vybe-world-theme .vw-tabs{gap:20px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;margin-bottom:20px;padding-bottom:2px}.vybe-world-theme .vw-tabs::-webkit-scrollbar{display:none}.vybe-world-theme .vw-tab{white-space:nowrap;flex:0 0 auto}.vybe-world-theme .vw-tabs-wrap{padding:28px 0 8px}}.is-cart-drawer-open .vybe-world-theme .vw-sticky-atc,.vybe-world-theme.is-cart-drawer-open .vw-sticky-atc{transform:translateY(100%);pointer-events:none}.vybe-world-theme .vw-cfg__wrap{display:grid;grid-template-columns:340px 1fr 320px;gap:18px;width:min(100% - 40px,1440px);margin-inline:auto;align-items:start}.vybe-world-theme .vw-cfg__left,.vybe-world-theme .vw-cfg__right{border:1px solid var(--vw-line);border-radius:16px;background:#100f0b99;padding:20px}.vybe-world-theme .vw-cfg__title{font-family:var(--font-display);font-size:1.9rem;letter-spacing:.02em;color:#fff;line-height:1}.vybe-world-theme .vw-cfg__sub{color:var(--vw-muted, #b6ae9c);font-size:.86rem;margin-top:6px}.vybe-world-theme .vw-cfg__label{display:block;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--vw-gold-bright);margin-bottom:12px}.vybe-world-theme .vw-cfg__chips{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0}.vybe-world-theme .vw-cfg__chip{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:12px 6px;border:1px solid var(--vw-line);border-radius:10px;min-width:0}.vybe-world-theme .vw-cfg__chip svg{width:18px;height:18px;color:var(--vw-gold);flex:0 0 auto}.vybe-world-theme .vw-cfg__chip span{display:flex;flex-direction:column;min-width:0;font-size:.5rem;letter-spacing:0;text-transform:uppercase;color:var(--vw-muted-2,#8f886f);line-height:1.25;word-break:keep-all;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none}.vybe-world-theme .vw-cfg__chip strong{font-size:.6rem;color:#fff}.vybe-world-theme .vw-cfg__block{border-top:1px solid var(--vw-line-soft);padding-top:16px;margin-top:16px}.vybe-world-theme .vw-cfg__teams{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.vybe-world-theme .vw-cfg__teams::-webkit-scrollbar{display:none}.vybe-world-theme .vw-cfg__team{flex:0 0 74px;display:flex;flex-direction:column;align-items:center;gap:5px;padding:6px;border:1px solid var(--vw-line);border-radius:12px;background:transparent;cursor:pointer;transition:all .16s}.vybe-world-theme .vw-cfg__team:hover{border-color:var(--vw-gold)}.vybe-world-theme .vw-cfg__team.sel{border-color:var(--vw-gold);box-shadow:0 0 0 1px var(--vw-gold)}.vybe-world-theme .vw-cfg__team-media{width:46px;height:46px;border-radius:8px;overflow:hidden;background:#16150f}.vybe-world-theme .vw-cfg__team-media img{width:100%;height:100%;object-fit:cover}.vybe-world-theme .vw-cfg__team-name{font-size:.58rem;text-transform:uppercase;letter-spacing:.03em;color:#cfc8b8;text-align:center;line-height:1.1}.vybe-world-theme .vw-cfg__field{margin-bottom:12px}.vybe-world-theme .vw-cfg__flabel{display:flex;justify-content:space-between;align-items:baseline;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--vw-muted,#b6ae9c);margin-bottom:6px}.vybe-world-theme .vw-cfg__count{color:var(--vw-muted-2,#8f886f);font-weight:500}.vybe-world-theme .vw-cfg__input,.vybe-world-theme .vw-cfg__select{width:100%;padding:11px 12px;background:#0006;border:1px solid var(--vw-line);border-radius:8px;color:#fff;font:inherit;font-size:.86rem}.vybe-world-theme .vw-cfg__input{text-transform:uppercase;letter-spacing:.05em}.vybe-world-theme .vw-cfg__input:focus,.vybe-world-theme .vw-cfg__select:focus{outline:2px solid var(--vw-gold);outline-offset:1px}.vybe-world-theme .vw-cfg__grid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.vybe-world-theme .vw-cfg__pills{display:flex;flex-wrap:wrap;gap:6px}.vybe-world-theme .vw-cfg__pill{padding:8px 12px;border:1px solid var(--vw-line);border-radius:7px;background:transparent;color:#e8e2d4;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .16s}.vybe-world-theme .vw-cfg__pill:hover{border-color:var(--vw-gold)}.vybe-world-theme .vw-cfg__pill.sel{background:#fff;color:#0a0a0a;border-color:#fff}.vybe-world-theme .vw-cfg__pill.soldout{opacity:.4;text-decoration:line-through;cursor:not-allowed}.vybe-world-theme .vw-cfg__pill--sw{display:inline-flex;align-items:center;gap:8px;padding:7px 12px 7px 8px}.vybe-world-theme .vw-cfg__dot{width:16px;height:16px;border-radius:999px;flex:0 0 auto;background:#8a8a8a;border:1px solid rgba(255,255,255,.35);box-shadow:inset 0 0 0 2px #0000004d}.vybe-world-theme .vw-cfg__dot--na{background:repeating-linear-gradient(45deg,#4a4a4a 0 4px,#2a2a2a 4px 8px)}.vybe-world-theme .vw-cfg__sw-img{width:20px;height:20px;border-radius:999px;overflow:hidden;flex:0 0 auto;border:1px solid rgba(255,255,255,.25);background:#16150f}.vybe-world-theme .vw-cfg__sw-img img{width:100%;height:100%;object-fit:cover;display:block}.vybe-world-theme .vw-cfg__pill.vw-cfg__swtile{width:56px;height:56px;padding:3px;border-radius:11px}.vybe-world-theme .vw-cfg__swtile img{width:100%;height:100%;object-fit:cover;border-radius:8px;display:block}.vybe-world-theme .vw-cfg__swtile.sel{background:transparent;border-color:var(--vw-gold);box-shadow:0 0 0 2px var(--vw-gold)}.vybe-world-theme .vw-cfg__pill--sw.sel .vw-cfg__dot{box-shadow:inset 0 0 0 2px #0a0a0a}.vybe-world-theme .vw-cfg__toggle{display:grid;grid-template-columns:1fr 1fr;gap:6px}.vybe-world-theme .vw-cfg__toggle-b{padding:10px;border:1px solid var(--vw-line);border-radius:8px;background:transparent;color:#e8e2d4;font-size:.78rem;font-weight:600;cursor:pointer}.vybe-world-theme .vw-cfg__toggle-b.sel{border-color:var(--vw-gold);color:var(--vw-gold-bright);background:#c9952a1a}.vybe-world-theme .vw-cfg__stage{display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:4px}.vybe-world-theme .vw-cfg__view{display:inline-flex;padding:4px;border:1px solid var(--vw-line);border-radius:999px;background:#00000059}.vybe-world-theme .vw-cfg__view-b{padding:7px 20px;border:0;border-radius:999px;background:transparent;color:var(--vw-muted,#b6ae9c);font:inherit;font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}.vybe-world-theme .vw-cfg__view-b.sel{background:var(--vw-gold);color:#0a0a0a}.vybe-world-theme .vw-cfg__jersey-wrap{position:relative;width:100%;display:grid;place-items:center;padding:10px 0 24px;background:radial-gradient(ellipse 70% 60% at 50% 40%,rgba(255,255,255,.04),transparent 70%)}.vybe-world-theme .vw-cfg__jersey-wrap .vw-jersey{width:100%;max-width:460px;filter:drop-shadow(0 30px 60px rgba(0,0,0,.6))}.vybe-world-theme .vw-jersey__name{font-family:var(--font-display);font-size:28px;letter-spacing:3px;fill:#fff}.vybe-world-theme .vw-jersey__num{font-family:var(--font-display);font-size:150px;fill:#fff}.vybe-world-theme .vw-cfg__rotate{position:absolute;bottom:0;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:6px;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--vw-muted-2,#8f886f)}.vybe-world-theme .vw-cfg__rotate svg{width:15px;height:15px}.vybe-world-theme .vw-cfg__thumbs{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.vybe-world-theme .vw-cfg__thumb{width:60px;height:60px;border-radius:10px;overflow:hidden;border:1px solid var(--vw-line);background:#16150f;cursor:pointer;padding:0;transition:all .16s}.vybe-world-theme .vw-cfg__thumb img{width:100%;height:100%;object-fit:cover}.vybe-world-theme .vw-cfg__thumb:hover{border-color:var(--vw-gold)}.vybe-world-theme .vw-cfg__thumb.sel{border-color:var(--vw-gold);box-shadow:0 0 0 1px var(--vw-gold)}.vybe-world-theme .vw-cfg__summary-head{display:flex;gap:12px;align-items:center;margin-bottom:16px}.vybe-world-theme .vw-cfg__summary-img{width:60px;height:60px;object-fit:cover;border-radius:10px;border:1px solid var(--vw-line);background:#16150f;flex:0 0 auto}.vybe-world-theme .vw-cfg__summary-name{font-size:1rem;color:#fff;font-weight:700;line-height:1.15}.vybe-world-theme .vw-cfg__price{font-family:var(--font-display);font-size:1.5rem;color:var(--vw-gold-bright);margin-top:3px}.vybe-world-theme .vw-cfg__specs{display:grid;gap:0;border-top:1px solid var(--vw-line-soft);margin-bottom:16px}.vybe-world-theme .vw-cfg__specs>div{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid var(--vw-line-soft);font-size:.82rem}.vybe-world-theme .vw-cfg__specs dt{color:var(--vw-muted-2,#8f886f);text-transform:uppercase;font-size:.68rem;letter-spacing:.06em}.vybe-world-theme .vw-cfg__specs dd{color:#fff;font-weight:600;text-align:right}.vybe-world-theme .vw-cfg__eta{display:flex;align-items:center;gap:10px;padding:11px;border:1px solid var(--vw-line);border-radius:10px;margin-bottom:14px}.vybe-world-theme .vw-cfg__eta svg{width:18px;height:18px;color:var(--vw-gold);flex:0 0 auto}.vybe-world-theme .vw-cfg__eta span{display:flex;flex-direction:column;flex:1 1 auto}.vybe-world-theme .vw-cfg__eta-l{font-size:.62rem;text-transform:uppercase;letter-spacing:.06em;color:var(--vw-muted-2,#8f886f)}.vybe-world-theme .vw-cfg__eta strong{font-size:.86rem;color:#fff}.vybe-world-theme .vw-cfg__eta-badge{font-size:.62rem;font-weight:800;color:#6fcf85;border:1px solid rgba(111,207,133,.4);border-radius:6px;padding:3px 6px;white-space:nowrap}.vybe-world-theme .vw-cfg__extras{display:grid;gap:8px;margin-bottom:14px}.vybe-world-theme .vw-cfg__extras:empty{display:none}.vybe-world-theme .vw-cfg__extra{display:flex;align-items:center;gap:10px;padding:11px 12px;border:1px solid var(--vw-line);border-radius:10px;cursor:pointer;transition:border-color .16s}.vybe-world-theme .vw-cfg__extra:hover{border-color:var(--vw-gold)}.vybe-world-theme .vw-cfg__extra-cb{width:18px;height:18px;accent-color:var(--vw-gold);flex:0 0 auto;cursor:pointer}.vybe-world-theme .vw-cfg__extra-name{flex:1 1 auto;font-size:.84rem;color:#e8e2d4}.vybe-world-theme .vw-cfg__extra-price{font-size:.82rem;font-weight:700;color:var(--vw-gold-bright)}.vybe-world-theme .vw-cfg__total{display:flex;justify-content:space-between;align-items:baseline;padding:12px 0;border-top:1px solid var(--vw-line);margin-bottom:12px}.vybe-world-theme .vw-cfg__total[hidden]{display:none}.vybe-world-theme .vw-cfg__total span{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--vw-muted,#b6ae9c)}.vybe-world-theme .vw-cfg__total strong{font-family:var(--font-display);font-size:1.7rem;color:var(--vw-gold-bright)}.vybe-world-theme .vw-cfg__add{width:100%;margin:0 0 8px;display:flex;align-items:center;justify-content:center;gap:8px}.vybe-world-theme .vw-cfg__add svg{width:17px;height:17px}.vybe-world-theme .vw-cfg__buy{width:100%;padding:14px;border:1px solid var(--vw-gold);border-radius:999px;background:transparent;color:var(--vw-gold-bright);font:inherit;font-weight:800;letter-spacing:.06em;text-transform:uppercase;font-size:.82rem;cursor:pointer;transition:all .16s}.vybe-world-theme .vw-cfg__buy:hover:not(:disabled){background:#c9952a1f}.vybe-world-theme .vw-cfg__buy:disabled{opacity:.5;cursor:not-allowed}.vybe-world-theme .vw-cfg__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:16px;padding-top:14px;border-top:1px solid var(--vw-line-soft)}.vybe-world-theme .vw-cfg__trust span{display:flex;flex-direction:column;align-items:center;gap:5px;font-size:.58rem;text-transform:uppercase;letter-spacing:.03em;color:var(--vw-muted-2,#8f886f);text-align:center}.vybe-world-theme .vw-cfg__trust svg{width:16px;height:16px;color:var(--vw-gold)}.vybe-world-theme .vw-cfg__rail,.vybe-world-theme .vw-cfg__nav{display:none}.vybe-world-theme .vw-cfg__panel{display:block}.vybe-world-theme .vw-cfg__left .vw-cfg__panel+.vw-cfg__panel,.vybe-world-theme .vw-cfg__right .vw-cfg__panel+.vw-cfg__panel{border-top:1px solid var(--vw-line-soft);padding-top:16px;margin-top:16px}.vybe-world-theme .vw-cfg__block--flush{border-top:0;padding-top:0;margin-top:14px}.vybe-world-theme .vw-cfg__hint{font-size:.72rem;line-height:1.4;color:var(--vw-muted-2,#8f886f);margin-top:10px}.vybe-world-theme .vw-cfg__hint--pad{padding:6px 2px 2px}.vybe-world-theme .vw-cfg__pill--size{min-width:48px;text-align:center;padding:11px 15px;font-size:.9rem}@media(max-width:1100px){.vybe-world-theme .vw-cfg__wrap{grid-template-columns:1fr}.vybe-world-theme .vw-cfg__stage{order:-1}.vybe-world-theme .vw-cfg__left .vw-cfg__panel+.vw-cfg__panel,.vybe-world-theme .vw-cfg__right .vw-cfg__panel+.vw-cfg__panel{border-top:0;padding-top:0;margin-top:0}.vybe-world-theme .vw-cfg__rail{display:flex;align-items:flex-start;justify-content:space-between;gap:4px;width:min(100% - 24px,560px);margin:0 auto 18px}.vybe-world-theme .vw-cfg__rail-s{flex:1 1 0;display:flex;flex-direction:column;align-items:center;gap:5px;position:relative;background:none;border:0;padding:0;cursor:pointer}.vybe-world-theme .vw-cfg__rail-s:before{content:"";position:absolute;top:13px;left:-50%;width:100%;height:2px;background:var(--vw-line);z-index:0}.vybe-world-theme .vw-cfg__rail-s:first-child:before{display:none}.vybe-world-theme .vw-cfg__rail-s.is-active:before,.vybe-world-theme .vw-cfg__rail-s.is-done:before{background:var(--vw-gold)}.vybe-world-theme .vw-cfg__rail-s i{position:relative;z-index:1;display:grid;place-items:center;width:26px;height:26px;border-radius:999px;border:1px solid var(--vw-line);background:#16150f;color:var(--vw-muted-2,#8f886f);font-size:.72rem;font-weight:800;font-style:normal;transition:all .16s}.vybe-world-theme .vw-cfg__rail-s span{font-size:.56rem;text-transform:uppercase;letter-spacing:.04em;color:var(--vw-muted-2,#8f886f)}.vybe-world-theme .vw-cfg__rail-s.is-done i{border-color:var(--vw-gold);color:var(--vw-gold-bright)}.vybe-world-theme .vw-cfg__rail-s.is-active i{background:var(--vw-gold);border-color:var(--vw-gold);color:#0a0a0a;box-shadow:0 0 0 3px #c9952a2e}.vybe-world-theme .vw-cfg__rail-s.is-active span{color:var(--vw-gold-bright)}.vybe-world-theme .vw-cfg__panel{display:none}.vybe-world-theme .vw-cfg[data-step="1"] .vw-cfg__panel[data-cfg-step="1"],.vybe-world-theme .vw-cfg[data-step="2"] .vw-cfg__panel[data-cfg-step="2"],.vybe-world-theme .vw-cfg[data-step="3"] .vw-cfg__panel[data-cfg-step="3"],.vybe-world-theme .vw-cfg[data-step="4"] .vw-cfg__panel[data-cfg-step="4"],.vybe-world-theme .vw-cfg[data-step="5"] .vw-cfg__panel[data-cfg-step="5"]{display:block}.vybe-world-theme .vw-cfg[data-step="4"] .vw-cfg__left,.vybe-world-theme .vw-cfg[data-step="5"] .vw-cfg__left,.vybe-world-theme .vw-cfg[data-step="1"] .vw-cfg__right,.vybe-world-theme .vw-cfg[data-step="2"] .vw-cfg__right,.vybe-world-theme .vw-cfg[data-step="3"] .vw-cfg__right,.vybe-world-theme .vw-cfg[data-step="5"] .vw-cfg__stage{display:none}.vybe-world-theme .vw-cfg__jersey-wrap .vw-jersey{max-width:300px}.vybe-world-theme .vw-cfg__jersey-wrap{padding:6px 0 20px}.vybe-world-theme .vw-cfg__nav{display:flex;gap:10px;width:min(100% - 24px,560px);margin:18px auto 0}.vybe-world-theme .vw-cfg__nav-back{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:15px 20px;border:1px solid var(--vw-line);border-radius:12px;background:#0000004d;color:var(--vw-muted,#b6ae9c);font:inherit;font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;cursor:pointer}.vybe-world-theme .vw-cfg__nav-back svg{width:15px;height:15px}.vybe-world-theme .vw-cfg__nav-next{flex:1 1 auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px;border:0;border-radius:12px;background:linear-gradient(180deg,var(--vw-gold-bright),var(--vw-gold) 55%,#8a6a24);color:#120d02;font:inherit;font-weight:800;letter-spacing:.06em;text-transform:uppercase;font-size:.86rem;cursor:pointer}.vybe-world-theme .vw-cfg__nav-next svg{width:16px;height:16px}.vybe-world-theme .vw-cfg__nav[data-at=first] .vw-cfg__nav-back,.vybe-world-theme .vw-cfg__nav[data-at=last] .vw-cfg__nav-next{display:none}.vybe-world-theme .vw-cfg__nav[data-at=last] .vw-cfg__nav-back{flex:1 1 auto}}.vybe-world-theme .vw-cocoll__inner,.vybe-world-theme .vw-cocoll .theme-page__inner{max-width:1440px}.vybe-world-theme .vw-cocoll__head{text-align:center;margin:8px auto 26px;max-width:720px}.vybe-world-theme .vw-cocoll__title{font-family:var(--font-display);font-size:clamp(2.2rem,1.4rem + 3vw,3.6rem);line-height:.95;letter-spacing:.02em;color:#fff;text-transform:uppercase}.vybe-world-theme .vw-cocoll__desc{color:var(--vw-muted, #b6ae9c);font-size:.92rem;margin-top:10px}.vybe-world-theme .vw-cocoll__count{margin-top:12px;font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--vw-gold-bright)}.vybe-world-theme .vw-cogrid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(clamp(150px,22vw,244px),1fr));gap:clamp(10px,1.4vw,20px)}.vybe-world-theme .vw-cocard{position:relative;border:1px solid var(--vw-line);border-radius:16px;background:#100f0b8c;overflow:hidden;transition:transform .2s var(--ease-out-expo, cubic-bezier(.16,1,.3,1)),border-color .2s,box-shadow .2s}.vybe-world-theme .vw-cocard:hover{transform:translateY(-4px);border-color:var(--vw-gold);box-shadow:0 18px 40px #00000073}.vybe-world-theme .vw-cocard__link{display:block;text-decoration:none;color:inherit}.vybe-world-theme .vw-cocard__media{position:relative;aspect-ratio:1 / 1;background:#f4f3f0;overflow:hidden}.vybe-world-theme .vw-cocard__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .35s ease,transform .5s var(--ease-out-expo, cubic-bezier(.16,1,.3,1))}.vybe-world-theme .vw-cocard__img--back{opacity:0}.vybe-world-theme .vw-cocard:hover .vw-cocard__img--front{transform:scale(1.05)}.vybe-world-theme .vw-cocard:hover .vw-cocard__img--back{opacity:1;transform:scale(1.05)}.vybe-world-theme .vw-cocard.is-out .vw-cocard__media{filter:grayscale(.4);opacity:.7}.vybe-world-theme .vw-cocard__badge{position:absolute;top:10px;z-index:2;font-size:.62rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:5px 9px;border-radius:999px}.vybe-world-theme .vw-cocard__badge--sale{left:10px;background:linear-gradient(180deg,var(--vw-gold-bright),var(--vw-gold));color:#120d02}.vybe-world-theme .vw-cocard__badge--out{right:10px;background:#0a0a0ad1;color:#fff;border:1px solid rgba(255,255,255,.2)}.vybe-world-theme .vw-cocard__view{position:absolute;left:10px;right:10px;bottom:10px;z-index:2;text-align:center;padding:9px;border-radius:9px;background:#0a0a0ab8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(8px);transition:opacity .2s,transform .2s}.vybe-world-theme .vw-cocard:hover .vw-cocard__view{opacity:1;transform:translateY(0)}.vybe-world-theme .vw-cocard__body{padding:13px 14px 16px}.vybe-world-theme .vw-cocard__rating{display:flex;align-items:center;gap:6px;margin-bottom:6px}.vybe-world-theme .vw-cocard__stars{font-size:.82rem;letter-spacing:1px;line-height:1;background:linear-gradient(90deg,var(--vw-gold-bright) calc(var(--r,0) / 5 * 100%),rgba(255,255,255,.18) 0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.vybe-world-theme .vw-cocard__rcount{font-size:.66rem;color:var(--vw-muted-2, #8f886f)}.vybe-world-theme .vw-cocard__title{font-size:.82rem;font-weight:700;line-height:1.25;color:#f1ece0;margin:0 0 8px;min-height:2.5em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vybe-world-theme .vw-cocard__price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.vybe-world-theme .vw-cocard__price-now{font-family:var(--font-display);font-size:1.4rem;letter-spacing:.01em;color:#fff}.vybe-world-theme .vw-cocard__price-now.is-sale{color:var(--vw-gold-bright)}.vybe-world-theme .vw-cocard__price-was{font-size:.82rem;color:var(--vw-muted-2, #8f886f);text-decoration:line-through}.vybe-world-theme .vw-cocard__inst{margin:7px 0 0;font-size:.7rem;line-height:1.35;color:var(--vw-muted, #b6ae9c)}.vybe-world-theme .vw-cocard__inst strong{color:#f1ece0;font-weight:700}.vybe-world-theme .vw-cocard__inst-p{color:var(--vw-gold-bright);font-weight:700}.vybe-world-theme .vw-cocard__inst-s{color:var(--vw-muted-2, #8f886f)}@media(max-width:480px){.vybe-world-theme .vw-cogrid{grid-template-columns:repeat(2,1fr);gap:10px}.vybe-world-theme .vw-cocard__view{display:none}}.vybe-world-theme .vw-pc__flag--sale{background:linear-gradient(180deg,var(--vw-gold-bright),var(--vw-gold));color:#120d02}.vybe-world-theme .vw-pc__flag--soldout{right:10px;left:auto;background:#0a0a0ad1;color:#fff;border:1px solid rgba(255,255,255,.2)}.vybe-world-theme .vw-pc--out .vw-pc__media{filter:grayscale(.4);opacity:.72}.vybe-world-theme .vw-pc__price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.vybe-world-theme .vw-pc__price-now{font-family:var(--font-display);font-size:1.35rem;letter-spacing:.03em;color:#fff}.vybe-world-theme .vw-pc__price-now.is-sale{color:var(--vw-gold-bright)}.vybe-world-theme .vw-pc__price-was{font-size:.8rem;color:var(--vw-muted-2, #8f886f);text-decoration:line-through}.vybe-world-theme .vw-pc__inst{margin:8px 0 0;font-size:.7rem;line-height:1.35;color:var(--vw-muted, #b6ae9c)}.vybe-world-theme .vw-pc__inst strong{color:#f1ece0;font-weight:700}.vybe-world-theme .vw-pc__inst-p{color:var(--vw-gold-bright);font-weight:700}.vybe-world-theme .vw-pc__inst-s{color:var(--vw-muted-2, #8f886f)}.vybe-world-theme .vw-pc__rating{display:flex;align-items:center;gap:6px;margin:0 0 8px;font-size:.72rem;color:var(--vw-muted)}.vybe-world-theme .vw-pc__rcount{color:var(--vw-muted-2, #8f886f)}.vybe-world-theme .vw-stars-prop{font-size:.82rem;letter-spacing:1px;line-height:1;background:linear-gradient(90deg,var(--vw-gold-bright) calc(var(--r,0) / 5 * 100%),rgba(255,255,255,.18) 0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.vybe-world-theme .vw-inst-logo{display:inline-flex;align-items:center}.vybe-world-theme .vw-karma-logo{height:1em;width:auto;display:inline-block;vertical-align:-.14em;color:var(--vw-gold-bright)}.vybe-world-theme .vw-ss{position:relative;overflow:hidden}.vybe-world-theme .vw-ss__track{position:relative;width:100%}.vybe-world-theme .vw-ss__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;opacity:0;visibility:hidden;transition:opacity .7s ease}.vybe-world-theme .vw-ss__slide.is-active{opacity:1;visibility:visible}.vybe-world-theme .vw-ss__media,.vybe-world-theme .vw-ss__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.vybe-world-theme .vw-ss__img{object-fit:cover}.vybe-world-theme .vw-ss__img--ph{background:radial-gradient(ellipse 90% 70% at 50% 30%,#1c1a14,#0b0b0b 70%)}.vybe-world-theme .vw-ss__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,calc(var(--ov,.45) + .18)),rgba(0,0,0,var(--ov,.45)) 55%,rgba(0,0,0,calc(var(--ov,.45) - .1))),linear-gradient(0deg,rgba(0,0,0,.35),transparent 45%)}.vybe-world-theme .vw-ss__content{position:relative;z-index:2;width:100%}.vybe-world-theme .vw-ss__inner{max-width:620px;display:flex;flex-direction:column;gap:16px}.vybe-world-theme .vw-ss__slide[data-align=center] .vw-ss__inner{margin-inline:auto;text-align:center;align-items:center}.vybe-world-theme .vw-ss__slide[data-align=right] .vw-ss__inner{margin-left:auto;text-align:right;align-items:flex-end}.vybe-world-theme .vw-ss__title{font-family:var(--font-display);font-size:clamp(2.4rem,1.3rem + 4.4vw,5rem);line-height:.92;letter-spacing:.01em;text-transform:uppercase;color:#fff}.vybe-world-theme .vw-ss__sub{color:#ffffffd6;font-size:clamp(.95rem,.88rem + .4vw,1.18rem);line-height:1.5;max-width:48ch}.vybe-world-theme .vw-ss__ctas{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}.vybe-world-theme .vw-ss__slide[data-align=center] .vw-ss__ctas{justify-content:center}.vybe-world-theme .vw-ss__slide[data-align=right] .vw-ss__ctas{justify-content:flex-end}.vybe-world-theme .vw-ss__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:46px;height:46px;border-radius:999px;background:#0a0a0a73;border:1px solid var(--vw-line);color:#fff;display:grid;place-items:center;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .16s,border-color .16s}.vybe-world-theme .vw-ss__arrow:hover{background:#c9952a38;border-color:var(--vw-gold)}.vybe-world-theme .vw-ss__arrow--prev{left:18px}.vybe-world-theme .vw-ss__arrow--next{right:18px}.vybe-world-theme .vw-ss__dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:8px}.vybe-world-theme .vw-ss__dot{width:9px;height:9px;padding:0;border-radius:999px;border:0;background:#fff6;cursor:pointer;transition:width .2s,background .2s}.vybe-world-theme .vw-ss__dot.is-active{width:24px;background:var(--vw-gold-bright)}@media(max-width:768px){.vybe-world-theme .vw-ss__arrow{width:38px;height:38px}.vybe-world-theme .vw-ss__arrow--prev{left:10px}.vybe-world-theme .vw-ss__arrow--next{right:10px}.vybe-world-theme .vw-ss__inner{max-width:100%}}.vybe-world-theme .vw-ss__slide.is-clickable{cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/333/assets/vybe-world-landing.css.map */
