:root{--proflex-color-primary: #D03A1A;--proflex-color-primary-dark: #A82E14;--proflex-color-bg: #FFFFFF;--proflex-color-dark: #0D0D0D;--proflex-color-text: #4A4A4A;--proflex-color-success: #22C55E;--proflex-color-border: #E5E5E5;--proflex-color-surface: #FAFAFA;--proflex-container-width: 1280px;--proflex-radius-btn: 999px;--proflex-radius-card: 20px;--proflex-shadow-sm: 0 2px 8px rgba(13, 13, 13, .06);--proflex-shadow-md: 0 8px 24px rgba(13, 13, 13, .1);--proflex-shadow-lg: 0 20px 48px rgba(13, 13, 13, .16);--proflex-ease: cubic-bezier(.22, 1, .36, 1);--proflex-duration-fast: .18s;--proflex-duration-base: .32s;--proflex-duration-slow: .56s;--proflex-font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}.proflex-body{font-family:var(--proflex-font-body);color:var(--proflex-color-text);background:var(--proflex-color-bg);-webkit-font-smoothing:antialiased;margin:0;overflow-x:hidden}.proflex-body *,.proflex-body *:before,.proflex-body *:after{box-sizing:border-box}.proflex-container{width:100%;max-width:var(--proflex-container-width);margin-inline:auto;padding-inline:24px}.proflex-scroll-lock{overflow:hidden}section[class^=proflex-]{padding-block:80px}@media(max-width:749px){section[class^=proflex-]{padding-block:48px}}[data-scroll-fade]{opacity:0;transform:translateY(24px);transition:opacity var(--proflex-duration-slow) var(--proflex-ease),transform var(--proflex-duration-slow) var(--proflex-ease)}[data-scroll-fade].is-visible{opacity:1;transform:translateY(0)}.proflex-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-size:16px;font-weight:600;border-radius:var(--proflex-radius-btn);border:2px solid transparent;cursor:pointer;transition:transform var(--proflex-duration-fast) var(--proflex-ease),box-shadow var(--proflex-duration-fast) var(--proflex-ease),background var(--proflex-duration-fast) var(--proflex-ease);text-decoration:none}.proflex-button--primary{background:var(--proflex-color-primary);color:#fff;box-shadow:var(--proflex-shadow-md)}.proflex-button--primary:hover{background:var(--proflex-color-primary-dark);transform:translateY(-2px);box-shadow:var(--proflex-shadow-lg)}.proflex-button--outline{background:transparent;color:var(--proflex-color-dark);border-color:var(--proflex-color-dark)}.proflex-button--outline:hover{background:var(--proflex-color-dark);color:#fff;transform:translateY(-2px)}.proflex-button:focus-visible{outline:3px solid var(--proflex-color-primary);outline-offset:2px}.proflex-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.proflex-header{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;transition:background var(--proflex-duration-base) var(--proflex-ease),box-shadow var(--proflex-duration-base) var(--proflex-ease),backdrop-filter var(--proflex-duration-base) var(--proflex-ease);padding-block:20px}.proflex-header.is-scrolled{background:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:var(--proflex-shadow-sm);padding-block:12px}.proflex-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.proflex-header__logo img,.proflex-header__logo svg{height:32px;width:auto;display:block}.proflex-header__logo-text{font-size:20px;font-weight:800;color:var(--proflex-color-dark)}.proflex-nav{display:none}@media(min-width:990px){.proflex-nav{display:flex;align-items:center;gap:32px}}.proflex-nav__link{position:relative;font-size:15px;font-weight:500;color:var(--proflex-color-dark);text-decoration:none;padding-block:4px}.proflex-nav__link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--proflex-color-primary);transition:width var(--proflex-duration-base) var(--proflex-ease)}.proflex-nav__link:hover:after{width:100%}.proflex-nav__item{position:relative}.proflex-nav__dropdown{position:absolute;top:calc(100% + 12px);left:0;min-width:240px;background:#fff;border-radius:12px;box-shadow:var(--proflex-shadow-lg);padding:8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity var(--proflex-duration-fast) var(--proflex-ease),transform var(--proflex-duration-fast) var(--proflex-ease),visibility var(--proflex-duration-fast)}.proflex-nav__item:hover .proflex-nav__dropdown,.proflex-nav__item:focus-within .proflex-nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.proflex-nav__dropdown-link{display:block;padding:10px 14px;border-radius:8px;font-size:14px;color:var(--proflex-color-text);text-decoration:none}.proflex-nav__dropdown-link:hover{background:#f5f5f5;color:var(--proflex-color-dark)}.proflex-header__actions{display:flex;align-items:center;gap:16px}.proflex-drawer-toggle{display:inline-flex;background:none;border:none;cursor:pointer;padding:8px;color:var(--proflex-color-dark)}@media(min-width:990px){.proflex-drawer-toggle{display:none}}.proflex-drawer{position:fixed;top:0;right:0;height:100%;width:min(320px,85vw);background:#fff;z-index:200;transform:translate(100%);transition:transform var(--proflex-duration-base) var(--proflex-ease);box-shadow:var(--proflex-shadow-lg);padding:24px;overflow-y:auto}.proflex-drawer.is-open{transform:translate(0)}.proflex-drawer__header{display:flex;justify-content:flex-end;margin-bottom:16px}.proflex-drawer__link{display:block;padding:14px 4px;font-size:17px;font-weight:500;color:var(--proflex-color-dark);text-decoration:none;border-bottom:1px solid var(--proflex-color-border)}.proflex-drawer__social{display:flex;gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid var(--proflex-color-border)}.proflex-drawer__social-link{color:var(--proflex-color-dark);display:inline-flex}.proflex-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity var(--proflex-duration-base) var(--proflex-ease),visibility var(--proflex-duration-base)}.proflex-modal.is-open{opacity:1;visibility:visible}.proflex-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d0d0d99}.proflex-modal__panel{position:relative;background:#fff;border-radius:var(--proflex-radius-card);max-width:440px;width:calc(100% - 32px);padding:40px 32px;box-shadow:var(--proflex-shadow-lg);transform:translateY(16px) scale(.98);transition:transform var(--proflex-duration-base) var(--proflex-ease)}.proflex-modal.is-open .proflex-modal__panel{transform:translateY(0) scale(1)}.proflex-modal__close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;color:var(--proflex-color-text);padding:8px}.proflex-lead-form__title{font-size:22px;font-weight:700;color:var(--proflex-color-dark);margin:0 0 8px}.proflex-lead-form__subtitle{font-size:14px;color:var(--proflex-color-text);margin:0 0 24px}.proflex-field{margin-bottom:20px}.proflex-field__label{display:block;font-size:13px;font-weight:600;color:var(--proflex-color-dark);margin-bottom:8px}.proflex-field__input-wrap{display:flex;align-items:center;border:1.5px solid var(--proflex-color-border);border-radius:12px;overflow:hidden;transition:border-color var(--proflex-duration-fast) var(--proflex-ease)}.proflex-field__input-wrap:focus-within{border-color:var(--proflex-color-primary)}.proflex-field__prefix{padding:14px 12px;font-size:15px;color:var(--proflex-color-text);background:#fafafa;border-right:1.5px solid var(--proflex-color-border)}.proflex-field__input{flex:1;border:none;outline:none;padding:14px 16px;font-size:15px;font-family:var(--proflex-font-body);color:var(--proflex-color-dark)}.proflex-field__input.is-invalid{color:var(--proflex-color-primary)}.proflex-field__error{display:block;margin-top:6px;font-size:13px;color:var(--proflex-color-primary)}.proflex-lead-form__submit{width:100%;position:relative}.proflex-lead-form__disclaimer{margin-top:16px;font-size:12px;color:#999;text-align:center}.proflex-spinner{position:absolute;right:20px;top:50%;width:18px;height:18px;margin-top:-9px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:proflex-spin .7s linear infinite}@keyframes proflex-spin{to{transform:rotate(360deg)}}.proflex-lead-form__success{text-align:center;padding:12px 0}.proflex-lead-form__success h3{font-size:20px;color:var(--proflex-color-dark);margin:16px 0 8px}.proflex-lead-form__success p{font-size:14px;color:var(--proflex-color-text);margin:0}.proflex-hero{position:relative;min-height:92vh;display:flex;align-items:center;padding-top:120px!important;overflow:hidden;background:var(--proflex-color-dark)}.proflex-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.proflex-hero__video,.proflex-hero__fallback-image{width:100%;height:100%;object-fit:cover;display:block}.proflex-hero__video--mobile{display:none}@media(max-width:749px){.proflex-hero__video--desktop{display:none}.proflex-hero__video--mobile{display:block}}.proflex-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0d0d0d8c,#0d0d0dbf)}.proflex-hero__content{position:relative;z-index:1;color:#fff;max-width:640px}.proflex-hero__eyebrow{font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--proflex-color-primary);margin:0 0 16px}.proflex-hero__heading{font-size:clamp(36px,5vw,64px);font-weight:800;line-height:1.1;margin:0 0 24px}.proflex-hero__pricing{display:flex;align-items:center;gap:12px;margin-bottom:32px}.proflex-hero__price{font-size:28px;font-weight:700}.proflex-hero__mrp{font-size:18px;text-decoration:line-through;color:#fff9}.proflex-hero__badge{background:var(--proflex-color-primary);color:#fff;font-size:13px;font-weight:700;padding:4px 12px;border-radius:999px}.proflex-hero__actions{display:flex;flex-wrap:wrap;gap:16px}.proflex-hero__watch-btn{border-color:#fff6;color:#fff}.proflex-hero__watch-btn:hover{background:#fff;color:var(--proflex-color-dark)}.proflex-hero__floating-product{position:absolute;right:5%;bottom:0;z-index:1;max-width:420px;display:none}@media(min-width:990px){.proflex-hero__floating-product{display:block}}.proflex-hero__product-img{width:100%;height:auto;display:block;filter:drop-shadow(0 24px 40px rgba(0,0,0,.4))}.proflex-video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:350;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity var(--proflex-duration-base) var(--proflex-ease),visibility var(--proflex-duration-base)}.proflex-video-modal.is-open{opacity:1;visibility:visible}.proflex-video-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d0d0de6}.proflex-video-modal__panel{position:relative;width:min(960px,92vw);transform:scale(.96);transition:transform var(--proflex-duration-base) var(--proflex-ease)}.proflex-video-modal.is-open .proflex-video-modal__panel{transform:scale(1)}.proflex-video-modal__close{position:absolute;top:-48px;right:0;background:none;border:none;cursor:pointer;color:#fff;padding:8px;z-index:1}.proflex-video-modal__video-wrap{position:relative;width:100%;border-radius:var(--proflex-radius-card);overflow:hidden;background:#000;box-shadow:var(--proflex-shadow-lg)}.proflex-video-modal__video{width:100%;max-height:80vh;display:block}.proflex-marquee{background:var(--proflex-color-primary);padding-block:16px!important;overflow:hidden}.proflex-marquee__track{display:flex;width:max-content}.proflex-marquee__track.is-animating{animation:proflex-marquee-scroll 24s linear infinite}.proflex-marquee__group{display:flex;flex-shrink:0}.proflex-marquee__item{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:15px;font-weight:600;white-space:nowrap;padding-inline:32px}.proflex-marquee__item img{width:20px;height:20px}@keyframes proflex-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.proflex-features__heading,.proflex-muscle-groups__heading,.proflex-exercise-library__heading,.proflex-accessories__heading,.proflex-comparison__heading{font-size:clamp(28px,3.5vw,40px);font-weight:800;color:var(--proflex-color-dark);text-align:center;margin:0 0 12px}.proflex-features__subheading,.proflex-muscle-groups__subheading,.proflex-exercise-library__subheading,.proflex-accessories__subheading,.proflex-comparison__subheading{text-align:center;font-size:16px;color:var(--proflex-color-text);max-width:560px;margin:0 auto 48px}.proflex-features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(min-width:750px){.proflex-features__grid{grid-template-columns:repeat(4,1fr)}}.proflex-feature-card{text-align:center;padding:32px 20px;background:var(--proflex-color-surface);border-radius:var(--proflex-radius-card);transition:transform var(--proflex-duration-base) var(--proflex-ease)}.proflex-feature-card:hover{transform:translateY(-6px)}.proflex-feature-card__icon img{width:48px;height:48px;margin:0 auto 16px}.proflex-feature-card__stat{font-size:28px;font-weight:800;color:var(--proflex-color-primary)}.proflex-feature-card__label{font-size:14px;color:var(--proflex-color-text);margin-top:4px}.proflex-workout-anywhere__inner,.proflex-our-story__inner,.proflex-tech-specs__inner,.proflex-coaching-app__inner{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:990px){.proflex-workout-anywhere__inner,.proflex-tech-specs__inner,.proflex-coaching-app__inner,.proflex-our-story__inner{grid-template-columns:1fr 1fr}}.proflex-workout-anywhere__eyebrow,.proflex-our-story__eyebrow,.proflex-tech-specs__eyebrow,.proflex-coaching-app__eyebrow{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--proflex-color-primary);margin:0 0 12px}.proflex-workout-anywhere__heading,.proflex-our-story__heading,.proflex-tech-specs__heading,.proflex-coaching-app__heading{font-size:clamp(28px,3.5vw,40px);font-weight:800;color:var(--proflex-color-dark);margin:0 0 20px}.proflex-workout-anywhere__body,.proflex-our-story__body,.proflex-coaching-app__body{font-size:16px;line-height:1.7;margin-bottom:24px}.proflex-workout-anywhere__list{list-style:none;padding:0;margin:0 0 32px}.proflex-workout-anywhere__list-item{display:flex;align-items:center;gap:12px;margin-bottom:14px;font-size:15px}.proflex-workout-anywhere__img,.proflex-our-story__img,.proflex-tech-specs__img,.proflex-coaching-app__img{width:100%;height:auto;border-radius:var(--proflex-radius-card);display:block}.proflex-muscle-groups__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(min-width:750px){.proflex-muscle-groups__grid{grid-template-columns:repeat(3,1fr)}}.proflex-muscle-card{text-align:center;border-radius:var(--proflex-radius-card);overflow:hidden;background:var(--proflex-color-surface);transition:transform var(--proflex-duration-base) var(--proflex-ease)}.proflex-muscle-card:hover{transform:translateY(-4px)}.proflex-muscle-card__image img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.proflex-muscle-card__name{font-size:16px;font-weight:700;color:var(--proflex-color-dark);margin:16px 0 4px}.proflex-muscle-card__count{display:block;font-size:13px;color:var(--proflex-color-text);padding-bottom:16px}.proflex-exercise-library__filters{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:40px}.proflex-exercise-library__filter{padding:10px 20px;border-radius:999px;border:1.5px solid var(--proflex-color-border);background:#fff;font-size:14px;font-weight:600;color:var(--proflex-color-text);cursor:pointer;transition:all var(--proflex-duration-fast) var(--proflex-ease)}.proflex-exercise-library__filter.is-active,.proflex-exercise-library__filter:hover{background:var(--proflex-color-primary);border-color:var(--proflex-color-primary);color:#fff}.proflex-exercise-library__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(min-width:750px){.proflex-exercise-library__grid{grid-template-columns:repeat(4,1fr)}}.proflex-exercise-card__media{position:relative;border-radius:var(--proflex-radius-card);overflow:hidden}.proflex-exercise-card__media img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block}.proflex-exercise-card__play{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:44px;height:44px;border-radius:50%;background:#ffffffe6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--proflex-color-primary)}.proflex-exercise-card__name{font-size:15px;font-weight:700;color:var(--proflex-color-dark);margin:12px 0 2px}.proflex-exercise-card__category{font-size:12px;color:var(--proflex-color-text)}.proflex-accessories__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(min-width:750px){.proflex-accessories__grid{grid-template-columns:repeat(4,1fr)}}.proflex-accessory-card{position:relative;text-align:center;padding:24px 16px;background:var(--proflex-color-surface);border-radius:var(--proflex-radius-card)}.proflex-accessory-card__image img{width:100%;aspect-ratio:1/1;object-fit:contain;margin-bottom:12px}.proflex-accessory-card__name{font-size:15px;font-weight:700;color:var(--proflex-color-dark);margin:0 0 4px}.proflex-accessory-card__description{font-size:13px;color:var(--proflex-color-text)}.proflex-accessory-card__badge{position:absolute;top:12px;right:12px;background:var(--proflex-color-success);color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:999px}.proflex-accessories__cta{text-align:center;margin-top:48px}.proflex-tech-specs__list{margin:0}.proflex-tech-specs__row{display:flex;justify-content:space-between;padding-block:16px;border-bottom:1px solid var(--proflex-color-border)}.proflex-tech-specs__label{font-size:14px;color:var(--proflex-color-text);font-weight:600}.proflex-tech-specs__value{font-size:14px;color:var(--proflex-color-dark);font-weight:700;margin:0}.proflex-comparison__table-wrap{overflow-x:auto}.proflex-comparison__table{width:100%;border-collapse:collapse;min-width:480px}.proflex-comparison__th,.proflex-comparison__row-label,.proflex-comparison__cell{padding:16px;text-align:center;border-bottom:1px solid var(--proflex-color-border)}.proflex-comparison__row-label{text-align:left;font-weight:600;color:var(--proflex-color-dark)}.proflex-comparison__th--proflex{color:var(--proflex-color-primary);font-weight:800}.proflex-comparison__cell svg{margin:0 auto;display:block}.proflex-coaching-app__badges{list-style:none;padding:0;margin:0 0 32px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.proflex-coaching-app__badge{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:var(--proflex-color-dark)}.proflex-coaching-app__store-buttons{display:flex;gap:12px}.proflex-store-badge{display:inline-flex;align-items:center;padding:10px 20px;border-radius:10px;background:var(--proflex-color-dark);color:#fff;font-size:13px;font-weight:600;text-decoration:none}.proflex-cta{background:var(--proflex-color-dark);text-align:center}.proflex-cta__heading{color:#fff;font-size:clamp(28px,3.5vw,40px);font-weight:800;margin:0 0 12px}.proflex-cta__subheading{color:#ffffffb3;font-size:16px;max-width:520px;margin:0 auto 24px}.proflex-cta__pricing{display:flex;justify-content:center;align-items:center;gap:12px;margin-bottom:32px}.proflex-cta__price{font-size:28px;font-weight:700;color:#fff}.proflex-cta__mrp{font-size:18px;color:#ffffff80;text-decoration:line-through}.proflex-cta__badge{background:var(--proflex-color-primary);color:#fff;font-size:13px;font-weight:700;padding:4px 12px;border-radius:999px}.proflex-cta__disclaimer{margin-top:20px;font-size:13px;color:#ffffff80}.proflex-footer{background:var(--proflex-color-dark);color:#ffffffb3;padding-block:64px 32px!important}.proflex-footer__top{display:grid;grid-template-columns:1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.12)}@media(min-width:750px){.proflex-footer__top{grid-template-columns:1fr 2fr}}.proflex-footer__brand-text{font-size:22px;font-weight:800;color:#fff}.proflex-footer__tagline{font-size:14px;margin:12px 0}.proflex-footer__social{display:flex;gap:16px}.proflex-footer__social-link{color:#ffffffb3;text-decoration:none;font-size:13px}.proflex-footer__columns{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.proflex-footer__column-heading{color:#fff;font-size:14px;font-weight:700;margin:0 0 16px}.proflex-footer__column-list{list-style:none;padding:0;margin:0}.proflex-footer__column-list li{margin-bottom:10px}.proflex-footer__column-link{color:#ffffffb3;text-decoration:none;font-size:14px}.proflex-footer__column-link:hover{color:#fff}.proflex-footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;padding-top:24px;font-size:13px}.proflex-footer__legal-list{display:flex;gap:16px;list-style:none;padding:0;margin:0}.proflex-footer__legal-link{color:#ffffff80;text-decoration:none}.proflex-product-main__inner{display:grid;grid-template-columns:1fr;gap:40px;padding-top:120px}@media(min-width:990px){.proflex-product-main__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:56px;align-items:start;padding-top:140px}}.proflex-gallery__wrap{display:flex;flex-direction:column;gap:16px;min-width:0}.proflex-gallery__thumbs{display:flex;gap:12px;order:2;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px}.proflex-gallery__thumbs::-webkit-scrollbar{display:none}.proflex-gallery__thumb{position:relative;flex-shrink:0;width:80px;height:80px;border-radius:14px;overflow:hidden;border:2px solid transparent;background:var(--proflex-color-surface);cursor:pointer;padding:0;transition:border-color var(--proflex-duration-fast) var(--proflex-ease),transform var(--proflex-duration-fast) var(--proflex-ease)}@media(min-width:990px){.proflex-gallery__thumb{width:96px;height:96px}}.proflex-gallery__thumb:hover{transform:translateY(-2px)}.proflex-gallery__thumb.is-active{border-color:var(--proflex-color-primary)}.proflex-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.proflex-gallery__thumb-video-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0d0d0d59;color:#fff;z-index:1;pointer-events:none}.proflex-gallery__main{position:relative;order:1;background:#fff;border-radius:24px;overflow:hidden;box-shadow:var(--proflex-shadow-md);min-width:0}.proflex-gallery__viewport{position:relative;aspect-ratio:6 / 5;outline:none;overflow:hidden}@media(min-width:990px){.proflex-gallery__viewport{aspect-ratio:6/ 5}}.proflex-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s var(--proflex-ease)}.proflex-gallery__slide.is-active{opacity:1;visibility:visible;pointer-events:auto}.proflex-gallery__zoom-trigger{display:block;width:100%;height:100%;border:none;background:none;padding:0;cursor:pointer}.proflex-gallery__image{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.proflex-gallery__video{width:100%;height:100%}.proflex-gallery__video video,.proflex-gallery__video iframe{width:100%;height:100%;object-fit:contain}.proflex-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:40px;height:40px;border-radius:50%;background:#ffffffe6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--proflex-color-dark);box-shadow:var(--proflex-shadow-sm);transition:background var(--proflex-duration-fast) var(--proflex-ease)}.proflex-gallery__nav:hover{background:#fff}.proflex-gallery__nav--prev{left:16px}.proflex-gallery__nav--next{right:16px}.proflex-gallery__counter{position:absolute;bottom:16px;right:16px;z-index:5;background:#0d0d0db3;color:#fff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px;pointer-events:none}.proflex-gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;background:#0d0d0df7;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--proflex-duration-base) var(--proflex-ease),visibility var(--proflex-duration-base)}.proflex-gallery-lightbox.is-open{opacity:1;visibility:visible;pointer-events:auto}.proflex-gallery-lightbox__topbar{position:absolute;top:0;left:0;right:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:20px 24px}.proflex-gallery-lightbox__counter{color:#fffc;font-size:13px;font-weight:600}.proflex-gallery-lightbox__actions{display:flex;gap:12px}.proflex-gallery-lightbox__zoom-toggle,.proflex-gallery-lightbox__close{width:40px;height:40px;border-radius:50%;border:none;background:#ffffff1a;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--proflex-duration-fast) var(--proflex-ease)}.proflex-gallery-lightbox__zoom-toggle:hover,.proflex-gallery-lightbox__close:hover{background:#fff3}.proflex-gallery-lightbox__zoom-toggle[aria-pressed=true]{background:var(--proflex-color-primary)}.proflex-gallery-lightbox__stage{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:80px}@media(max-width:749px){.proflex-gallery-lightbox__stage{padding:80px 20px}}.proflex-gallery-lightbox__item{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s var(--proflex-ease);padding:80px}@media(max-width:749px){.proflex-gallery-lightbox__item{padding:80px 20px}}.proflex-gallery-lightbox__item.is-active{opacity:1;visibility:visible}.proflex-gallery-lightbox.is-open .proflex-gallery-lightbox__item.is-active{pointer-events:auto}.proflex-gallery-lightbox__zoom-wrap{max-width:100%;max-height:100%;overflow:hidden;cursor:zoom-in;border-radius:12px}.proflex-gallery-lightbox__zoom-wrap.is-zoomed{cursor:zoom-out}.proflex-gallery-lightbox__image{max-width:100%;max-height:80vh;object-fit:contain;display:block;transition:transform .3s var(--proflex-ease);transform-origin:50% 50%}.proflex-gallery-lightbox__zoom-wrap.is-zoomed .proflex-gallery-lightbox__image{transform:scale(2)}.proflex-gallery-lightbox__video{width:100%;max-width:900px}.proflex-gallery-lightbox__video video,.proflex-gallery-lightbox__video iframe{width:100%;aspect-ratio:16/9}.proflex-gallery-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:52px;height:52px;border-radius:50%;background:#ffffff1a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background var(--proflex-duration-fast) var(--proflex-ease)}.proflex-gallery-lightbox__nav:hover{background:#fff3}.proflex-gallery-lightbox__nav--prev{left:20px}.proflex-gallery-lightbox__nav--next{right:20px}@media(max-width:749px){.proflex-gallery-lightbox__nav{width:44px;height:44px}.proflex-gallery-lightbox__nav--prev{left:8px}.proflex-gallery-lightbox__nav--next{right:8px}}.proflex-product-info__rating{display:flex;align-items:center;gap:4px;margin-bottom:16px}.proflex-product-info__review-count{font-size:13px;color:var(--proflex-color-text);margin-left:6px}.proflex-product-info__title{font-size:clamp(28px,3.5vw,36px);font-weight:800;color:var(--proflex-color-dark);margin:0 0 12px}.proflex-product-info__tagline{font-size:16px;color:var(--proflex-color-text);margin:0 0 24px}.proflex-product-info__pricing{display:flex;align-items:center;gap:12px;margin-bottom:24px}.proflex-product-info__price{font-size:30px;font-weight:800;color:var(--proflex-color-dark)}.proflex-product-info__mrp{font-size:18px;color:#999;text-decoration:line-through}.proflex-product-info__badge{background:var(--proflex-color-primary);color:#fff;font-size:13px;font-weight:700;padding:4px 12px;border-radius:999px}.proflex-product-info__description{font-size:15px;line-height:1.7;margin-bottom:24px}.proflex-product-info__buy-btn{width:100%;max-width:320px;margin-bottom:24px;cursor:pointer}.proflex-product-info__trust-list{list-style:none;padding:0;margin:0}.proflex-product-info__trust-item{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:14px}.proflex-404{min-height:80vh;display:flex;align-items:center;padding-top:120px!important}.proflex-404__inner{text-align:center;max-width:560px;margin-inline:auto}.proflex-404__media img{max-width:280px;margin:0 auto 32px;display:block}.proflex-404__eyebrow{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--proflex-color-primary);margin:0 0 12px}.proflex-404__heading{font-size:clamp(28px,3.5vw,40px);font-weight:800;color:var(--proflex-color-dark);margin:0 0 16px}.proflex-404__body{font-size:16px;color:var(--proflex-color-text);margin:0 0 32px}.proflex-404__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.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}.skip-to-content-link:focus{position:fixed;top:16px;left:16px;width:auto;height:auto;padding:12px 20px;background:var(--proflex-color-primary);color:#fff;border-radius:8px;z-index:999;clip:auto}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.proflex-gallery__viewport{padding:20px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/proflex.css.map */
