/* Lumeo Product Experience v1.0.3 */
:root{
  --lpe-black:#0d1116;--lpe-black-2:#171c22;--lpe-green:#18aa31;--lpe-green-dark:#0e8e25;
  --lpe-green-soft:#e8f7e9;--lpe-blue-soft:#edf5ff;--lpe-amber:#f2a900;--lpe-red:#d52b2b;
  --lpe-grey:#f4f5f6;--lpe-mid:#6b7280;--lpe-line:#e2e6e9;--lpe-radius:12px;--lpe-shadow:0 12px 34px rgba(0,0,0,.08)
}
body.lpe-active{background:#fff}
body.lpe-active .lpe-template-shell{background:#fff;width:100%;clear:both}
body.lpe-active .lpe-template-shell__inner{width:min(1380px,calc(100% - 42px));margin:0 auto;padding:22px 0 58px}
body.lpe-active .lpe-site-main{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;float:none!important}
body.lpe-active .lpe-breadcrumb-wrap{margin:0 18px 22px}
body.lpe-active .lpe-breadcrumb-wrap .woocommerce-breadcrumb{margin:0!important;padding:0!important;font-size:11px!important;line-height:1.5!important;letter-spacing:.03em!important;color:#747b82!important;text-transform:none!important}
body.lpe-active .lpe-breadcrumb-wrap .woocommerce-breadcrumb a{color:#4e555c!important;text-decoration:none!important}
body.lpe-active .lpe-product div.summary,body.lpe-active .lpe-product div.images{float:none!important;width:auto!important;margin:0!important}
body.lpe-active .lpe-product .product_meta{display:none!important}
body.lpe-active .site-main,body.lpe-active main.site-main{overflow:visible}
body.lpe-active .product.lpe-product{max-width:1320px;margin:0 auto;padding:0 18px 48px}

.lpe-product__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);gap:42px;align-items:start}
.lpe-product__media,.lpe-product__buybox{min-width:0}.lpe-buybox-inner{position:sticky;top:22px}

/* Gallery */
.lpe-gallery-shell{position:relative;background:#f5f7f8;border-radius:14px;overflow:hidden;border:1px solid #edf0f2}
.lpe-gallery-shell .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important}
.lpe-gallery-shell .woocommerce-product-gallery__wrapper{margin:0!important;background:#fff}
.lpe-gallery-shell .woocommerce-product-gallery__image a{display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden}
.lpe-gallery-shell .woocommerce-product-gallery__image img{width:100%!important;height:560px!important;object-fit:contain!important;display:block;border-radius:0!important;padding:26px;box-sizing:border-box}
.lpe-gallery-shell .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(6,1fr);gap:10px;margin:0!important;padding:12px!important;background:#f5f7f8}
.lpe-gallery-shell .flex-control-thumbs li{width:auto!important;float:none!important;margin:0!important;border:2px solid transparent;border-radius:9px;overflow:hidden;background:#fff;transition:.18s}
.lpe-gallery-shell .flex-control-thumbs li:has(img.flex-active){border-color:var(--lpe-green);box-shadow:0 0 0 1px var(--lpe-green)}
.lpe-gallery-shell .flex-control-thumbs img{width:100%;aspect-ratio:1.25/1;object-fit:contain;opacity:1!important;padding:4px;background:#fff}
.lpe-gallery-shell .woocommerce-product-gallery__trigger{z-index:4!important;background:#fff!important;border-radius:999px!important;box-shadow:0 3px 12px rgba(0,0,0,.1)}
.lpe-360-badge{position:absolute;z-index:5;top:18px;left:18px;display:flex;align-items:center;gap:9px;background:rgba(16,21,27,.92);color:#fff!important;text-decoration:none!important;border-radius:9px;padding:10px 13px;box-shadow:0 5px 20px rgba(0,0,0,.14)}
.lpe-360-badge strong{font-size:19px;line-height:1}.lpe-360-badge span{text-transform:uppercase;font-weight:800;font-size:9px;letter-spacing:.04em}

/* Quick specs */
.lpe-feature-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:14px 0 0}
.lpe-feature-card{min-height:82px;background:#f3f4f5;border-radius:10px;padding:12px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid #eef0f2}
.lpe-feature-card__icon svg{width:31px;height:31px;fill:#12171c}.lpe-feature-card__text{display:flex;flex-direction:column;line-height:1.08}.lpe-feature-card__text small{font-size:10px;color:#636a71}.lpe-feature-card__text strong{font-size:13px;margin-top:4px;color:#11161b}

/* Buy box */
.lpe-stock{display:flex;align-items:center;gap:12px;border-radius:11px;padding:14px 16px;margin-bottom:16px;background:var(--lpe-green-soft);color:#08731a;border:1px solid rgba(24,170,49,.08)}
.lpe-stock__icon{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--lpe-green);color:#fff;font-size:21px;font-weight:900;flex:0 0 36px}
.lpe-stock__copy{display:flex;flex-direction:column;line-height:1.1}.lpe-stock__copy strong{font-size:17px;font-weight:900;letter-spacing:-.01em}.lpe-stock__copy small{font-size:12px;color:#36453a;margin-top:4px}
.lpe-stock--low{background:#fff6dd;color:#835e00}.lpe-stock--low .lpe-stock__icon{background:var(--lpe-amber)}
.lpe-stock--backorder{background:var(--lpe-blue-soft);color:#1f5798}.lpe-stock--backorder .lpe-stock__icon{background:#3478c8}.lpe-stock--backorder .lpe-stock__copy small{color:#405a76}
.lpe-stock--out{background:#fdeaea;color:#8d1d1d}.lpe-stock--out .lpe-stock__icon{background:var(--lpe-red)}.lpe-stock--out .lpe-stock__copy small{color:#6f4343}
.lpe-brand{font-size:11px;color:#888f96;font-weight:900;letter-spacing:.11em;margin:4px 0 7px;text-transform:uppercase}
.lpe-product h1.product_title{font-size:clamp(34px,3vw,48px);line-height:1.0;letter-spacing:-.04em;margin:0 0 12px;color:var(--lpe-black);font-weight:900}
.lpe-rating{display:flex;align-items:center;gap:9px;font-size:12px;color:#51565c;margin:4px 0 13px}.lpe-rating .star-rating{margin:0;color:#ffb000;font-size:14px}
.lpe-price{font-size:36px;font-weight:900;color:var(--lpe-black);line-height:1.08;margin:10px 0 8px;letter-spacing:-.02em}.lpe-price del{opacity:.45;font-size:.68em}.lpe-price ins{text-decoration:none}
.lpe-payments{margin:6px 0 18px}.lpe-payments__label{display:block;font-size:12px;color:#676d73;margin-bottom:8px}.lpe-payments__badges{display:flex;gap:7px;flex-wrap:wrap}.lpe-pay-badge{height:36px;min-width:66px;padding:0 11px;border:1px solid #cfd4d9;border-radius:7px;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;color:#111}.lpe-pay-badge--apple{font-size:15px}

/* Purchase form */
.lpe-purchase-form{border-top:1px solid var(--lpe-line);padding-top:18px}
.lpe-purchase-form form.cart{margin:0!important;transition:box-shadow .25s,border-color .25s}.lpe-purchase-form form.cart.lpe-pulse{box-shadow:0 0 0 4px rgba(24,168,47,.14);border-radius:10px}
.lpe-inline-notice{background:#fff4d6;border:1px solid #f0cc67;padding:10px 12px;border-radius:8px;font-size:13px;margin-bottom:10px}
.lpe-purchase-form table.variations{margin:0 0 14px!important;width:100%!important;border:0!important}.lpe-purchase-form table.variations tr{display:block;margin:0 0 16px}
.lpe-purchase-form table.variations th,.lpe-purchase-form table.variations td{display:block;width:100%;padding:0!important;text-align:left;background:none!important;border:0!important}
.lpe-purchase-form table.variations th label{font-weight:800;font-size:14px;color:#1d2329;margin:0 0 8px;display:block;text-transform:none}
.lpe-purchase-form table.variations select{width:100%;min-height:50px;border:1px solid #cfd5da;border-radius:9px;background:#fff;padding:0 13px;font-size:15px;margin:0 0 8px}.lpe-purchase-form table.variations tr.lpe-single-option-row{display:none!important}
.lpe-purchase-form .reset_variations{font-size:12px;color:#6d7278;display:inline-block;margin-top:4px}.lpe-purchase-form .woocommerce-variation-description{font-size:13px}.lpe-purchase-form .woocommerce-variation-price{display:none}.lpe-purchase-form .woocommerce-variation-availability{font-size:12px;font-weight:700;margin:0 0 8px;color:#596068}

/* Common variation swatches */
.lpe-purchase-form .variable-items-wrapper,.lpe-purchase-form .cfvsw-swatches-container,.lpe-purchase-form .swatchly-type-wrap{display:flex!important;gap:9px!important;flex-wrap:wrap!important;margin:0!important;padding:0!important}
.lpe-purchase-form .variable-item,.lpe-purchase-form .cfvsw-swatches-option,.lpe-purchase-form .swatchly-swatch{min-height:48px!important;min-width:72px!important;border:1px solid #cfd5da!important;border-radius:9px!important;box-shadow:none!important;background:#fff!important;padding:8px 12px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:800!important}
.lpe-purchase-form .variable-item.selected,.lpe-purchase-form .cfvsw-swatches-option.cfvsw-selected-swatch,.lpe-purchase-form .swatchly-swatch.swatchly-selected{border-color:var(--lpe-green)!important;box-shadow:0 0 0 1px var(--lpe-green)!important;background:#fbfffb!important}

/* Add-ons / build-bike cards */
.lpe-purchase-form h2,.lpe-purchase-form h3,.lpe-purchase-form h4{font-size:20px!important;line-height:1.15!important;margin:18px 0 9px!important;letter-spacing:-.02em!important}.lpe-purchase-form .required{color:#dc2e2e}
.lpe-purchase-form .lpe-option-input{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important}
.lpe-purchase-form .lpe-option-label{position:relative;border:1px solid #d4d9de;border-radius:10px;padding:13px 14px 13px 43px!important;margin:5px 7px 5px 0!important;cursor:pointer;transition:.18s;background:#fff;display:inline-flex!important;align-items:center;gap:8px;min-height:58px;width:calc(50% - 8px);vertical-align:top;box-sizing:border-box;font-size:13px!important;line-height:1.25!important;color:#20252a!important}
.lpe-purchase-form .lpe-option-label:before{content:'';position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;border-radius:50%;border:2px solid #bbc1c7;background:#fff;box-sizing:border-box}.lpe-purchase-form .lpe-option-label.is-selected{border-color:var(--lpe-green);box-shadow:0 0 0 1px var(--lpe-green);background:#fbfffb}.lpe-purchase-form .lpe-option-label.is-selected:before{border-color:var(--lpe-green);box-shadow:inset 0 0 0 4px #fff;background:var(--lpe-green)}

/* Quantity + CTA */
.lpe-purchase-form .single_variation_wrap .woocommerce-variation-add-to-cart,.lpe-purchase-form form.cart:not(.variations_form){display:grid!important;grid-template-columns:112px minmax(0,1fr);gap:10px;width:100%;align-items:stretch;margin-top:12px!important}
.lpe-purchase-form .quantity{margin:0!important;display:flex!important;align-items:stretch!important;width:112px!important}.lpe-purchase-form .quantity .qty{min-height:56px!important;border:1px solid #cfd5da!important;border-radius:9px!important;width:100%!important;font-size:15px!important;font-weight:700!important;text-align:center!important;background:#fff!important}
.lpe-purchase-form .single_add_to_cart_button{min-height:56px!important;width:100%!important;border:0!important;border-radius:9px!important;background:var(--lpe-green)!important;color:#fff!important;font-weight:900!important;font-size:15px!important;letter-spacing:.015em!important;padding:0 22px!important;box-shadow:none!important;text-transform:uppercase!important}.lpe-purchase-form .single_add_to_cart_button:hover{background:var(--lpe-green-dark)!important}.lpe-purchase-form .single_add_to_cart_button.disabled{opacity:.45!important}

/* Real Stripe / WooPayments express checkout */
.lpe-express-divider{display:flex;align-items:center;gap:12px;color:#8b9197;font-size:10px;font-weight:800;letter-spacing:.06em;margin:15px 0 10px;text-align:center}.lpe-express-divider:before,.lpe-express-divider:after{content:'';height:1px;background:#e0e4e7;flex:1}.lpe-express-divider span{white-space:nowrap}
.lpe-purchase-form #wc-stripe-express-checkout-element,.lpe-purchase-form .wc-stripe-express-checkout-element,.lpe-purchase-form .wcpay-express-checkout-wrapper,.lpe-purchase-form .wc-block-components-express-payment{margin:0 0 12px!important;width:100%!important;max-width:none!important}

.lpe-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-top:1px solid var(--lpe-line);border-bottom:1px solid var(--lpe-line);margin:20px 0;padding:14px 0}.lpe-trust-row span{display:flex;align-items:center;justify-content:center;gap:7px;color:#343a40;text-align:center}.lpe-trust-row svg{width:18px;height:18px;fill:#252a30;flex:0 0 auto}.lpe-trust-row small{font-size:10px;font-weight:700;line-height:1.1}
.lpe-love h2{font-size:18px;margin:0 0 12px}.lpe-love__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.lpe-love__grid span{display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px}.lpe-love__grid svg{width:28px;height:28px;fill:#15191e}.lpe-love__grid b{font-size:10px;line-height:1.15}
.lpe-support-card{background:#f2f3f4;border-radius:10px;padding:15px;margin-top:18px}.lpe-support-card>strong{font-size:14px}.lpe-support-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}.lpe-support-card a{display:flex;align-items:center;gap:9px;text-decoration:none!important;color:#171b20!important;background:#fff;border-radius:8px;padding:10px}.lpe-support-card a>span:first-child{font-size:20px}.lpe-support-card a>span:last-child{display:flex;flex-direction:column}.lpe-support-card small{font-size:9px;color:#777}.lpe-support-card b{font-size:11px}

/* Video + product information */
.lpe-video-card{position:relative;overflow:hidden;background:#111;color:#fff;border-radius:12px;margin:14px 0}.lpe-video-card__heading{padding:19px 22px 14px;background:linear-gradient(110deg,#111,#2a2d31)}.lpe-video-card__heading small{font-size:10px;letter-spacing:.08em;font-weight:800;color:#b7bcc0}.lpe-video-card__heading h2{font-size:26px;line-height:1.05;color:#fff;margin:3px 0 0;text-transform:uppercase}.lpe-video-card__embed{position:relative;aspect-ratio:16/9;background:#000;max-height:600px}.lpe-video-card__embed iframe{position:absolute;inset:0;width:100%;height:100%}
.lpe-accordions{display:grid;gap:8px;margin-top:13px}.lpe-accordion{border:1px solid #e3e6e9;border-radius:9px;background:#f5f6f7;overflow:hidden}.lpe-accordion summary{cursor:pointer;list-style:none;padding:14px 17px;font-weight:800;font-size:13px;display:flex;justify-content:space-between;align-items:center}.lpe-accordion summary::-webkit-details-marker{display:none}.lpe-accordion summary::after{content:'+';font-size:19px;font-weight:500}.lpe-accordion[open] summary::after{content:'−'}.lpe-accordion__content{background:#fff;border-top:1px solid #e5e8eb;padding:20px;font-size:14px;line-height:1.7}.lpe-accordion__content>*:first-child{margin-top:0}.lpe-accordion__content>*:last-child{margin-bottom:0}.lpe-accordion__content h2,.lpe-accordion__content h3{letter-spacing:-.025em}.lpe-spec-table{width:100%;border-collapse:collapse}.lpe-spec-table th,.lpe-spec-table td{padding:10px 7px;border-bottom:1px solid #eee;text-align:left;font-size:13px}.lpe-spec-table th{width:42%;color:#555}
.lpe-below-product{margin-top:42px}.lpe-below-product .related.products,.lpe-below-product .up-sells{margin-top:34px}.lpe-mobile-sticky{display:none}

@media (max-width: 980px){
  body.lpe-active .product.lpe-product{padding-left:12px;padding-right:12px}.lpe-product__grid{grid-template-columns:1fr;gap:12px}.lpe-product__media{display:contents}
  /* Mobile/tablet purchase journey: gallery -> buy box -> quick specs -> video -> product information.
     Explicitly order every promoted child because CSS Grid defaults un-ordered items to order:0. */
  .lpe-gallery-shell{order:1}.lpe-product__buybox{order:2}.lpe-feature-cards{order:3}.lpe-video-card{order:4}.lpe-accordions{order:5}
  .lpe-buybox-inner{position:static}.lpe-product h1.product_title{font-size:31px}.lpe-gallery-shell .woocommerce-product-gallery__image img{height:500px!important}
}
@media (max-width: 640px){
  body.lpe-active .woocommerce-breadcrumb{display:none}body.lpe-active .product.lpe-product{padding:0 10px 88px}.lpe-gallery-shell{border-radius:0;margin-left:-10px;margin-right:-10px;border-left:0;border-right:0}.lpe-gallery-shell .woocommerce-product-gallery__image img{height:390px!important;padding:12px!important}.lpe-gallery-shell .flex-control-thumbs{padding:8px 10px 10px!important;grid-template-columns:repeat(5,1fr);overflow-x:auto;gap:7px}.lpe-gallery-shell .flex-control-thumbs li:nth-child(n+6){display:none}.lpe-360-badge{top:12px;left:12px;padding:8px 10px}.lpe-360-badge strong{font-size:16px}.lpe-360-badge span{font-size:8px}
  .lpe-stock{margin-top:8px;margin-bottom:12px;padding:12px}.lpe-stock__icon{width:31px;height:31px;flex-basis:31px;font-size:17px}.lpe-stock__copy strong{font-size:15px}.lpe-stock__copy small{font-size:11px}.lpe-brand{margin-top:7px}.lpe-product h1.product_title{font-size:29px;line-height:1.02;margin-top:4px}.lpe-price{font-size:32px}.lpe-payments__badges{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.lpe-pay-badge{min-width:0;padding:0 5px;font-size:11px}.lpe-purchase-form .lpe-option-label{width:calc(50% - 6px);margin-right:4px!important;padding:11px 8px 11px 36px!important;min-height:62px;font-size:11px!important}.lpe-purchase-form .lpe-option-label:before{left:11px;width:17px;height:17px}
  .lpe-purchase-form .single_variation_wrap .woocommerce-variation-add-to-cart,.lpe-purchase-form form.cart:not(.variations_form){grid-template-columns:84px 1fr;gap:8px}.lpe-purchase-form .quantity{width:84px!important}.lpe-purchase-form .quantity .qty,.lpe-purchase-form .single_add_to_cart_button{min-height:54px!important}
  .lpe-trust-row{grid-template-columns:repeat(3,1fr);gap:3px;margin:15px 0;padding:11px 0}.lpe-trust-row small{font-size:9px}.lpe-love__grid{grid-template-columns:repeat(4,1fr);gap:4px}.lpe-love__grid svg{width:23px;height:23px}.lpe-love__grid b{font-size:9px}.lpe-feature-cards{grid-template-columns:repeat(4,1fr);gap:5px;margin:8px 0 0}.lpe-feature-card{padding:8px 5px;min-height:72px;display:flex;flex-direction:column;text-align:center;gap:3px}.lpe-feature-card__icon svg{width:24px;height:24px}.lpe-feature-card__text small{font-size:8px}.lpe-feature-card__text strong{font-size:9px}.lpe-video-card__heading h2{font-size:20px}.lpe-support-card__actions{grid-template-columns:1fr}.lpe-accordion__content{padding:16px}
  .lpe-mobile-sticky{position:fixed;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14px;left:0;right:0;bottom:0;z-index:9999;background:#fff;padding:10px max(12px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));border-top:1px solid #d8dce0;box-shadow:0 -7px 24px rgba(0,0,0,.12)}.lpe-mobile-sticky__price{font-weight:900;font-size:18px;white-space:nowrap}.lpe-mobile-sticky__price .woocommerce-Price-amount{font-weight:900}.lpe-mobile-sticky__price del{display:none}.lpe-mobile-sticky__button{height:48px!important;border-radius:7px!important;background:var(--lpe-green)!important;color:#fff!important;font-weight:900!important;text-transform:uppercase!important;border:0!important}.lpe-mobile-sticky__button:disabled{opacity:.45}
}
@media (max-width: 767px){body.lpe-active .lpe-template-shell__inner{width:100%;padding:0 0 82px}body.lpe-active .lpe-breadcrumb-wrap{display:none}body.lpe-active .product.lpe-product{padding-left:12px;padding-right:12px}}
