/* FitPro Commerce 4.0 — mobile-only app experience. Desktop/tablet are untouched. */
.fp-desktop-tablet-header,.fp-desktop-tablet-footer,.fp-desktop-tablet-home{display:contents}
.fp-mobile-app-shell,.fp-mobile-app-home,.fp-mobile-app-bottom-nav,.fp-mobile-app-enquiry-sheet{display:none}

@media(max-width:767px){
  :root{--fp-mobile-accent:#ff5a00;--fp-mobile-green:#198c37;--fp-mobile-bg:#f7f8fa;--fp-mobile-text:#111;--fp-mobile-nav-height:66px}
  html{scroll-padding-top:112px}
  body.fp-mobile-app-enabled{background:var(--fp-mobile-bg);padding-bottom:calc(var(--fp-mobile-nav-height) + env(safe-area-inset-bottom,0px));-webkit-tap-highlight-color:transparent}
  body.fp-mobile-app-enabled.fp-mobile-drawer-open,body.fp-mobile-app-enabled.fp-mobile-sheet-open{overflow:hidden!important}
  body.fp-mobile-app-enabled .fp-desktop-tablet-header{display:none!important}
  body.fp-mobile-app-enabled .fp-desktop-tablet-footer{display:none!important}
  body.fp-mobile-app-enabled .fp-page-hero{display:none!important}
  body.fp-mobile-app-enabled .fp-whatsapp{bottom:82px!important;width:46px;height:46px}

  /* Top app header */
  .fp-mobile-app-shell{display:block;position:relative;z-index:10020}
  .fp-mobile-app-header{position:sticky;top:0;z-index:10020;padding:8px 12px 10px;border-bottom:1px solid #eceef1;background:rgba(255,255,255,.96);box-shadow:0 5px 20px rgba(25,32,42,.06);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
  .admin-bar .fp-mobile-app-header{top:46px}
  .fp-mobile-app-header__top{min-height:48px;display:grid;grid-template-columns:46px 1fr 46px;align-items:center;gap:8px}
  .fp-mobile-app-icon-button{position:relative;width:42px;height:42px;display:grid;place-items:center;padding:0;border:0;border-radius:13px;background:#f5f6f7;color:#101114;text-decoration:none}
  .fp-mobile-app-icon-button svg{width:23px;height:23px;fill:currentColor}
  .fp-mobile-app-logo{display:flex;align-items:center;justify-content:center;min-width:0;text-decoration:none}
  .fp-mobile-app-logo__image{display:block;width:auto;max-width:min(170px,100%);height:auto;max-height:48px;object-fit:contain}
  .fp-mobile-app-logo--text strong{font-size:26px;font-style:italic;letter-spacing:-1.5px;color:#ff5a00}.fp-mobile-app-logo--text strong span{color:#f4a500}
  .fp-mobile-app-cart-button{justify-self:end}
  .fp-mobile-app-cart-button span{position:absolute;top:2px;right:1px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border:2px solid #fff;border-radius:10px;background:var(--fp-mobile-accent);color:#fff;font-size:9px;font-weight:900}
  .fp-mobile-app-search{height:44px;display:flex;align-items:center;gap:9px;margin:4px 0 0;padding:0 13px;border:1px solid #e1e4e8;border-radius:14px;background:#f8f9fa;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
  .fp-mobile-app-search svg{flex:0 0 20px;width:20px;height:20px;fill:#555e68}
  .fp-mobile-app-search input{width:100%;min-width:0;height:42px;padding:0;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:#1b1d20;font-size:13px}
  .fp-mobile-app-search input::placeholder{color:#8b9199}

  /* Drawer */
  .fp-mobile-app-drawer{position:fixed;z-index:10060;inset:0;display:block;visibility:hidden;background:rgba(9,12,17,.46);opacity:0;transition:opacity .22s ease,visibility .22s ease}
  .fp-mobile-app-drawer.is-open{visibility:visible;opacity:1}
  .fp-mobile-app-drawer__panel{width:min(86vw,350px);height:100%;overflow:auto;padding:18px 16px 30px;background:#fff;box-shadow:22px 0 60px rgba(0,0,0,.20);transform:translateX(-104%);transition:transform .28s cubic-bezier(.2,.75,.2,1)}
  .fp-mobile-app-drawer.is-open .fp-mobile-app-drawer__panel{transform:translateX(0)}
  .fp-mobile-app-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:16px;border-bottom:1px solid #eceef1}.fp-mobile-app-drawer__head .fp-mobile-app-logo{justify-content:flex-start}.fp-mobile-app-drawer__head .fp-mobile-app-logo__image{max-width:155px}.fp-mobile-app-drawer__head button{width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:50%;background:#f2f3f5}.fp-mobile-app-drawer__head button svg{width:22px;height:22px;fill:#111}
  .fp-mobile-app-menu{margin:16px 0 0;padding:0;list-style:none}.fp-mobile-app-menu li{margin:0;padding:0;list-style:none}.fp-mobile-app-menu a{display:flex;align-items:center;min-height:48px;padding:10px 8px;border-bottom:1px solid #f0f1f3;color:#17191c;font-size:14px;font-weight:750;text-decoration:none}.fp-mobile-app-menu .sub-menu{margin:0 0 5px;padding:0 0 0 16px;list-style:none}.fp-mobile-app-menu .sub-menu a{min-height:42px;color:#59616a;font-size:12px;font-weight:650}
  .fp-mobile-app-drawer__contact{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:22px}.fp-mobile-app-drawer__contact a{padding:12px 8px;border-radius:12px;background:#111;color:#fff;font-size:11px;font-weight:800;text-align:center;text-decoration:none}.fp-mobile-app-drawer__contact a:last-child{background:var(--fp-mobile-accent)}

  /* Mobile-only home */
  .fp-mobile-app-home{display:block;width:100%;max-width:100%;padding:10px 12px 28px;overflow:hidden;background:var(--fp-mobile-bg)}
  body.fp-mobile-app-enabled .fp-desktop-tablet-home{display:none!important}
  .fp-mobile-app-categories{display:flex;gap:10px;margin:0 -12px;padding:6px 12px 9px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity}.fp-mobile-app-categories::-webkit-scrollbar{display:none}
  .fp-mobile-app-category{flex:0 0 68px;display:flex;flex-direction:column;align-items:center;gap:7px;color:#202328;text-align:center;text-decoration:none;scroll-snap-align:start}.fp-mobile-app-category__icon{width:54px;height:54px;display:grid;place-items:center;overflow:hidden;border:1px solid #eceef1;border-radius:17px;background:#fff;box-shadow:0 5px 14px rgba(20,30,40,.05)}.fp-mobile-app-category:nth-child(3) .fp-mobile-app-category__icon{border-color:transparent;background:var(--fp-mobile-accent)}.fp-mobile-app-category__icon img{width:38px;height:38px;object-fit:contain}.fp-mobile-app-category:nth-child(3) .fp-mobile-app-category__icon img{filter:brightness(0) invert(1)}.fp-mobile-app-category__fallback{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#eff6ef;color:#176d2a;font-size:17px;font-weight:900}.fp-mobile-app-category:nth-child(3) .fp-mobile-app-category__fallback{background:transparent;color:#fff}.fp-mobile-app-category strong{width:100%;overflow:hidden;color:inherit;font-size:9.5px;font-weight:750;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}

  /* 1000x400 friendly banner carousel */
  .fp-mobile-app-banners{position:relative;margin:6px 0 10px}.fp-mobile-app-banners__track{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory;border-radius:16px}.fp-mobile-app-banners__track::-webkit-scrollbar{display:none}.fp-mobile-app-banner{flex:0 0 100%;display:block;overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 8px 25px rgba(25,35,45,.08);scroll-snap-align:start}.fp-mobile-app-banner img{display:block;width:100%;aspect-ratio:5/2;height:auto;object-fit:cover}.fp-mobile-app-banners__dots{position:absolute;left:50%;bottom:8px;display:flex;gap:5px;transform:translateX(-50%)}.fp-mobile-app-banners__dots button{width:5px;height:5px;padding:0;border:0;border-radius:5px;background:rgba(255,255,255,.65);box-shadow:0 1px 3px rgba(0,0,0,.2);transition:.2s}.fp-mobile-app-banners__dots button.is-active{width:18px;background:#ff5a00}
  .fp-mobile-app-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:10px 0 18px;overflow:hidden;border:1px solid #e8ebee;border-radius:14px;background:#e8ebee;box-shadow:0 5px 15px rgba(20,30,40,.035)}.fp-mobile-app-trust span{min-width:0;padding:9px 4px;background:#fff;color:#5e6670;font-size:8px;line-height:1.2;text-align:center}.fp-mobile-app-trust b{display:block;margin-bottom:2px;color:var(--fp-mobile-green);font-size:10px}

  .fp-mobile-app-products{margin:0 0 21px}.fp-mobile-app-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 10px}.fp-mobile-app-section-head h2{margin:0;color:#16181b;font-size:17px;line-height:1.2}.fp-mobile-app-section-head a{color:var(--fp-mobile-accent);font-size:10px;font-weight:800;text-decoration:none}.fp-mobile-app-product-track{display:flex;gap:9px;margin:0 -12px;padding:0 12px 8px;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity}.fp-mobile-app-product-track::-webkit-scrollbar{display:none}.fp-mobile-app-product-card{flex:0 0 min(43vw,175px);overflow:hidden;border:1px solid #e6e9ed;border-radius:14px;background:#fff;box-shadow:0 5px 18px rgba(20,30,40,.045);scroll-snap-align:start}.fp-mobile-app-product-card__image{height:132px;display:flex;align-items:center;justify-content:center;padding:8px;background:linear-gradient(145deg,#fff,#f7f8f9)}.fp-mobile-app-product-card__image img{width:100%;height:100%;margin:0!important;object-fit:contain}.fp-mobile-app-product-card__body{padding:9px}.fp-mobile-app-product-card__title{display:-webkit-box;min-height:32px;overflow:hidden;color:#222;font-size:10.5px;font-weight:700;line-height:1.4;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.fp-mobile-app-product-card__price{margin-top:6px;color:#111;font-size:13px;font-weight:900;white-space:nowrap}.fp-mobile-app-product-card__price del{margin-left:3px;color:#9aa0a7;font-size:8px;font-weight:500}.fp-mobile-app-product-card__price ins{text-decoration:none}.fp-mobile-app-product-card__rating{margin-top:4px;color:#13782b;font-size:9px;font-weight:750}

  .fp-mobile-app-enquiry-cta{position:relative;overflow:hidden;margin:5px 0 10px;padding:22px 20px;border-radius:19px;background:linear-gradient(145deg,#ee0715,#d4000c);color:#fff;box-shadow:0 15px 34px rgba(227,6,19,.22)}.fp-mobile-app-enquiry-cta:after{content:"";position:absolute;right:-42px;bottom:-60px;width:160px;height:160px;border:22px solid rgba(255,255,255,.07);border-radius:50%}.fp-mobile-app-enquiry-cta>span{display:block;margin-bottom:5px;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.fp-mobile-app-enquiry-cta h2{position:relative;z-index:1;margin:0;max-width:290px;color:#fff;font-size:26px;line-height:1.03}.fp-mobile-app-enquiry-cta p{position:relative;z-index:1;margin:10px 0 16px;color:rgba(255,255,255,.88);font-size:12px;line-height:1.55}.fp-mobile-app-enquiry-cta button{position:relative;z-index:1;width:100%;min-height:45px;border:1px solid #fff;border-radius:11px;background:#111;color:#fff;font-size:11px;font-weight:900;text-transform:uppercase}

  /* Fixed app tab bar */
  .fp-mobile-app-bottom-nav{position:fixed;z-index:10030;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);height:calc(var(--fp-mobile-nav-height) + env(safe-area-inset-bottom,0px));padding:5px 5px env(safe-area-inset-bottom,0px);border-top:1px solid #e5e8eb;background:rgba(255,255,255,.97);box-shadow:0 -8px 30px rgba(18,25,32,.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.fp-mobile-app-bottom-nav>a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#2b2f34;text-decoration:none}.fp-mobile-app-bottom-nav__icon{position:relative;width:25px;height:25px;display:grid;place-items:center}.fp-mobile-app-bottom-nav svg{width:22px;height:22px;fill:currentColor}.fp-mobile-app-bottom-nav strong{font-size:8.5px;font-weight:700}.fp-mobile-app-bottom-nav a.is-active{color:var(--fp-mobile-accent)}.fp-mobile-app-bottom-nav em{position:absolute;top:-5px;right:-8px;min-width:16px;height:16px;display:grid;place-items:center;padding:0 3px;border:2px solid #fff;border-radius:9px;background:var(--fp-mobile-accent);color:#fff;font-size:7px;font-style:normal;font-weight:900}

  /* App-style enquiry sheet */
  .fp-mobile-app-enquiry-sheet[hidden]{display:none!important}.fp-mobile-app-enquiry-sheet{position:fixed;z-index:10100;inset:0;display:flex;align-items:flex-end;justify-content:center;background:rgba(0,0,0,.55);opacity:0;transition:opacity .22s ease}.fp-mobile-app-enquiry-sheet.is-open{opacity:1}.fp-mobile-app-enquiry-sheet__panel{position:relative;width:100%;max-height:100dvh;overflow:auto;padding:26px 18px calc(24px + env(safe-area-inset-bottom,0px));border-radius:26px 26px 0 0;background:linear-gradient(165deg,#ef0715 0%,#df0713 58%,#c9000d 100%);color:#fff;box-shadow:0 -24px 70px rgba(0,0,0,.30);transform:translateY(100%);transition:transform .28s cubic-bezier(.2,.8,.2,1)}.fp-mobile-app-enquiry-sheet.is-open .fp-mobile-app-enquiry-sheet__panel{transform:translateY(0)}.fp-mobile-app-enquiry-sheet__handle{position:absolute;top:9px;left:50%;width:42px;height:4px;border-radius:3px;background:rgba(255,255,255,.5);transform:translateX(-50%)}.fp-mobile-app-enquiry-sheet__close{position:absolute;top:16px;right:15px;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:rgba(255,255,255,.07);color:#fff}.fp-mobile-app-enquiry-sheet__close svg{width:21px;height:21px;fill:currentColor}.fp-mobile-app-enquiry-sheet__icon{width:50px;height:50px;display:grid;place-items:center;margin:8px auto 10px;border-radius:50%;background:#fff;color:#e30613}.fp-mobile-app-enquiry-sheet__icon svg{width:30px;height:30px;fill:currentColor}.fp-mobile-app-enquiry-sheet__panel>span{display:block;text-align:center;font-size:12px;font-weight:800}.fp-mobile-app-enquiry-sheet__panel>h2{max-width:340px;margin:6px auto 10px;color:#fff;font-size:29px;line-height:1.03;text-align:center}.fp-mobile-app-enquiry-sheet__panel>p{max-width:340px;margin:0 auto 17px;color:rgba(255,255,255,.9);font-size:12px;line-height:1.5;text-align:center}.fp-mobile-app-enquiry-sheet__panel>small{display:block;margin-top:12px;color:rgba(255,255,255,.82);font-size:9px;text-align:center}
  .fp-mobile-app-enquiry-form{display:grid!important;grid-template-columns:1fr!important;gap:9px!important}.fp-mobile-app-enquiry-form .fp-field__label{margin-bottom:4px!important;color:#fff!important;font-size:9px!important}.fp-mobile-app-enquiry-form .fp-field__label em{color:#fff!important;opacity:.8}.fp-mobile-app-enquiry-form input,.fp-mobile-app-enquiry-form select{height:44px!important;border:1px solid rgba(255,255,255,.25)!important;border-radius:10px!important;background:#fff!important;color:#222!important;font-size:12px!important}.fp-mobile-app-enquiry-form .fp-native-form__submit{height:46px!important;margin-top:2px;border:1px solid #fff!important;border-radius:10px!important;background:#111!important;color:#fff!important}

  /* Turn WooCommerce/mobile category screens into app-like cards without changing desktop/tablet. */
  body.fp-mobile-app-enabled .fp-woo-main{width:100%;margin:0;padding:14px 12px 28px!important;background:var(--fp-mobile-bg)}
  body.fp-mobile-app-enabled .woocommerce .woocommerce-breadcrumb{margin:2px 0 12px;font-size:9px}
  body.fp-mobile-app-enabled .woocommerce-products-header__title{margin:6px 0 13px;font-size:25px;text-transform:none}
  body.fp-mobile-app-enabled .fp-filter-toggle{margin:0 0 10px;padding:10px 14px;border:1px solid #e1e4e8;border-radius:12px;background:#fff;color:#222;box-shadow:0 4px 14px rgba(20,30,40,.05);font-size:10px}
  body.fp-mobile-app-enabled .woocommerce .woocommerce-ordering select{height:40px;padding:6px 10px;border:1px solid #e1e4e8;border-radius:12px;background:#fff;font-size:10px}
  body.fp-mobile-app-enabled .woocommerce ul.products,body.fp-mobile-app-enabled .fp-shop-results .products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  body.fp-mobile-app-enabled .woocommerce ul.products li.product{overflow:hidden!important;padding-bottom:10px!important;border:1px solid #e5e8ec!important;border-radius:14px!important;background:#fff!important;box-shadow:0 5px 16px rgba(20,30,40,.045)!important}
  body.fp-mobile-app-enabled .woocommerce ul.products li.product:hover{transform:none!important}
  body.fp-mobile-app-enabled .woocommerce ul.products li.product a img{height:145px!important;margin-bottom:8px!important;padding:8px!important;border-radius:13px 13px 0 0!important;background:linear-gradient(145deg,#fff,#f6f7f8)!important}
  body.fp-mobile-app-enabled .woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:35px!important;padding-inline:9px!important;font-size:10.5px!important;line-height:1.35!important;text-transform:none!important;-webkit-line-clamp:2!important}
  body.fp-mobile-app-enabled .woocommerce ul.products li.product .price{margin:6px 9px!important;font-size:13px!important}.woocommerce ul.products li.product .price del{font-size:8px!important}
  body.fp-mobile-app-enabled .woocommerce ul.products li.product .star-rating{margin:5px 9px!important;font-size:9px}
  body.fp-mobile-app-enabled .woocommerce ul.products li.product .button{display:none!important}
  body.fp-mobile-app-enabled .fp-sale-percent{top:8px;left:8px;border-radius:8px;font-size:8px}
  body.fp-mobile-app-enabled .fp-el-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.fp-mobile-app-enabled .fp-el-category-card{padding:7px!important;border-color:#e4e7eb!important;border-radius:14px!important;box-shadow:0 5px 16px rgba(20,30,40,.04)}.fp-mobile-app-enabled .fp-el-category-card__media{height:145px!important}.fp-mobile-app-enabled .fp-el-category-card__content{align-items:flex-start!important;min-height:52px!important;padding:8px 5px!important;text-align:left!important}.fp-mobile-app-enabled .fp-el-category-card__title{font-size:11px!important;text-transform:none!important}.fp-mobile-app-enabled .fp-el-category-card__count{margin-top:3px!important;color:var(--fp-mobile-green)!important;font-size:9px!important}

  /* Single product + account app-card polish. */
  body.fp-mobile-app-enabled.single-product .woocommerce div.product{gap:13px!important}.fp-mobile-app-enabled.single-product .woocommerce div.product .woocommerce-product-gallery,.fp-mobile-app-enabled.single-product .woocommerce div.product .summary{border-radius:18px!important;background:#fff!important;box-shadow:0 6px 20px rgba(20,30,40,.05)}.fp-mobile-app-enabled.single-product .woocommerce div.product .product_title{font-size:23px!important;text-transform:none!important}.fp-mobile-app-enabled.woocommerce-account .woocommerce{padding:0!important}.fp-mobile-app-enabled .fp-account-shell{margin-inline:0!important;border-radius:0!important}

  /* Existing global popup becomes a full app-style red screen on mobile if enabled. */
  body.fp-mobile-app-enabled .fp-modal-popup{padding:0!important;background:rgba(0,0,0,.45)!important;align-items:flex-end!important;place-items:end center!important}
  body.fp-mobile-app-enabled .fp-modal-popup .fp-popup-box{width:100%!important;max-width:none!important;max-height:100dvh!important;margin:0!important;padding:30px 18px 24px!important;border:0!important;border-radius:26px 26px 0 0!important;background:linear-gradient(160deg,#ee0715,#cc000c)!important;color:#fff!important}
  body.fp-mobile-app-enabled .fp-modal-popup .fp-popup-kicker{color:#fff!important;text-align:center!important}.fp-mobile-app-enabled .fp-modal-popup h2{margin:0 36px 10px!important;color:#fff!important;font-size:30px!important;text-align:center!important;text-transform:none!important}.fp-mobile-app-enabled .fp-modal-popup .fp-popup-intro{color:rgba(255,255,255,.88)!important;text-align:center!important}.fp-mobile-app-enabled .fp-modal-popup .fp-native-form .fp-field__label{color:#fff!important}.fp-mobile-app-enabled .fp-modal-popup .fp-native-form .fp-field__label em{color:#fff!important}.fp-mobile-app-enabled .fp-modal-popup .fp-popup-close{border:1px solid rgba(255,255,255,.35)!important;background:transparent!important;color:#fff!important}
}

@media(max-width:380px){
  .fp-mobile-app-logo__image{max-width:145px}.fp-mobile-app-category{flex-basis:63px}.fp-mobile-app-category__icon{width:50px;height:50px}.fp-mobile-app-product-card{flex-basis:46vw}.fp-mobile-app-product-card__image{height:120px}.fp-mobile-app-enquiry-sheet__panel>h2{font-size:27px}
}

@media(prefers-reduced-motion:reduce){.fp-mobile-app-drawer,.fp-mobile-app-drawer__panel,.fp-mobile-app-enquiry-sheet,.fp-mobile-app-enquiry-sheet__panel{transition:none!important}.fp-mobile-app-banners__track{scroll-behavior:auto!important}}


/* FitPro v4.1 mobile price/discount controls. */
@media(max-width:767px){
 .fp-mobile-app-product-card{position:relative}
 .fp-mobile-app-product-card__price{font-size:var(--fp-loop-price-mobile,13px)!important}
 .fp-mobile-app-product-card__price del{font-size:var(--fp-loop-regular-mobile,9px)!important}
 .fp-mobile-app-sale-percent{top:7px!important;left:7px!important;z-index:5;border-radius:7px;font-size:8px!important}
 body.fp-discount-mobile-off .fp-mobile-app-sale-percent{display:none!important}
}

/* FitPro v4.6 configurable mobile homepage product carousels. */
@media(max-width:767px){
  .fp-mobile-app-section-head>div{min-width:0}
  .fp-mobile-app-section-head span{display:block;margin:0 0 3px;color:#e30613;font-size:8px;font-weight:900;letter-spacing:.08em;line-height:1.1;text-transform:uppercase}
  .fp-mobile-app-section-head h2{margin:0;color:#16181b;font-size:17px;line-height:1.2}
  .fp-mobile-app-section-head a{flex:0 0 auto;white-space:nowrap}
  .fp-mobile-app-products{--fp-mobile-section-columns:2}
  .fp-mobile-app-products .fp-mobile-app-product-card{flex:0 0 calc((100% - ((var(--fp-mobile-section-columns) - 1) * 9px)) / var(--fp-mobile-section-columns));max-width:none}
}
