.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: #7ED391;--accent-gold: #C9952A;--text-primary: #FFFFFF;--text-secondary: #B0B0B0;--badge-limited: #D4A017;--cta-green: #5BBF85;--cta-hover: #4AAF75;--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,#7ed391 0%,var(--cta-green) 52%,var(--cta-hover) 100%);color:#0a0a0a;box-shadow:0 4px 16px #5bbf8559}.vybe-world-theme .btn-primary:hover{background:linear-gradient(180deg,#8ee0a0 0%,#6ecf96 52%,var(--cta-green) 100%);transform:translateY(-1px);box-shadow:0 6px 20px #5bbf8573}.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:#0a0a0aeb;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:#0a0a0ad9;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:#0a0a0aeb;background:color-mix(in srgb,var(--navbar-solid-bg, #0a0a0a) 92%,transparent);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__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:#5bbf851f}.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__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:6px;overflow:hidden;box-shadow:none}.vybe-world-theme .footer__club-field input{flex:1;min-width:0;border:none;padding:14px 16px;background:#fff;color:#111;font-family:var(--font-body);font-size:.875rem;border-radius:6px 0 0 6px}.vybe-world-theme .footer__club-field input::placeholder{color:#888}.vybe-world-theme .footer__club-field input:focus{outline:2px solid rgb(255 255 255 / 45%);outline-offset:-2px}.vybe-world-theme .btn-footer-subscribe{flex-shrink:0;border:none;padding:14px 26px;background:#c8edd6;color:#1b4332;font-family:var(--font-body);font-size:.6875rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:0 6px 6px 0;transition:background .2s ease}.vybe-world-theme .btn-footer-subscribe:hover{background:#b5e4c8;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__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 .payment-icons--footer{justify-content:center}.vybe-world-theme .footer__club{padding:28px 0}.vybe-world-theme .footer__club-inner,.vybe-world-theme .newsletter--club .newsletter__inner{grid-template-columns:1fr;gap:22px}.vybe-world-theme .footer__club-form,.vybe-world-theme .newsletter--club .newsletter__form{max-width:100%}}@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:#0f1a12f5!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 .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 img{width:100%;border-radius:12px}.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,#7ed391 0%,var(--cta-green) 52%,var(--cta-hover) 100%);color:#0a0a0a;box-shadow:0 4px 16px #5bbf8559}.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}}
/*# sourceMappingURL=/cdn/shop/t/330/assets/vybe-world-landing.css.map */
