News
Built To Move - Mio Lī
Built To Move
The Mio Lī by OluKai. Made for your every adventure from town to trail.
Shop The Story
{"id":5156386898055,
"handle":"mio-li-mens-athletic-shoes-hunter-lava-rock",
"title":"Mio Lī - Hunter \/ Lava Rock",
"available":true,
"tags":["arch:standard","as seen on tv","athletic shoes","best:everday_wear","best:gym_trainers","best:travel","cat:shoes","collection:chief-home-officer","collection:day-tripper","collection:wfh","color:green","color:Hunter \/ Lava Rock","commerical","crossfit","drop-in heel®","enhance gip","enhanced traction outsole","Everyday Wear","EXP_REC_MEN","Father’s Day Gifts","fit:narrow","fit:standard","foldable heal","free shipping","gender:men","gifts","greenshoes","Gym\/Trainers","labor day","land","material:textile","mens","mens runnners","mi oli","Mia li","mia lli","milo li","milo’s","mio le","Mio Li","mio lii","mio lio","mio loi","mio lu","miola","miolio","miolo","miso li","mo li","molí","moo li","on tv","RGroup_10440","shoes","size:true","sneakers","split_color","style:10440","tennis shoes","tennis shors","tennis shos","textile","Travel","tv","tv ad","Walking","weight lifting","YGroup_10440"],
"type":"Men’s Everyday Athletic Shoes",
"options_with_values": [{"name":"Color","position":1,"values":["Hunter \/ Lava Rock"]},{"name":"Size","position":2,"values":["7","8","8.5","9","9.5","10","10.5","11","11.5","12","13","14","15"]}],
"price":18000,
"price_min":18000,
"price_max":18000,
"compare_at_price":null,"featured_image": "\/\/olukai.ca\/cdn\/shop\/files\/10440_HGLR_001_M_MioLi_HunLvar.png?v=1762441238",
"featured_image_aspect_ratio": 1.0,
"featured_image_width": 2000,
"featured_image_height": 2000,
"featured_image_id": 34414952349831,
"featured_image_alt": "Hunter \/ Lava Rock",
"hover_image": "\/\/olukai.ca\/cdn\/shop\/files\/10440_HGLR_201_6be5372c-929c-48f0-8f25-b8b4b8297826.jpg?v=1744996244",
"hover_image_alt": "Hunter \/ Lava Rock",
"images": [{
"id": 34414952349831,
"src": "\/\/olukai.ca\/cdn\/shop\/files\/10440_HGLR_001_M_MioLi_HunLvar.png?v=1762441238",
"alt": "Hunter \/ Lava Rock",
"width": 2000,
"height": 2000
},{
"id": 34414952415367,
"src": "\/\/olukai.ca\/cdn\/shop\/files\/10440_HGLR_201_6be5372c-929c-48f0-8f25-b8b4b8297826.jpg?v=1744996244",
"alt": "Hunter \/ Lava Rock",
"width": 2000,
"height": 2000
},{
"id": 34414952513671,
"src": "\/\/olukai.ca\/cdn\/shop\/files\/10440_HGLR_101_M_MioLi_HunLvar_Web_Opt_1024x1024_1fdcdc8c-435f-44eb-a815-d3afce4fe687.jpg?v=1744996244",
"alt": "Hunter \/ Lava Rock",
"width": 2000,
"height": 2000
},{
"id": 34414952611975,
"src": "\/\/olukai.ca\/cdn\/shop\/files\/10440_HGLR_002_M_MioLi_HunLvar.png?v=1744996244",
"alt": "Hunter \/ Lava Rock",
"width": 2000,
"height": 2000
},{
"id": 34414952710279,
"src": "\/\/olukai.ca\/cdn\/shop\/files\/10440_HGLR_201_e47e921f-ee05-4dfa-915d-66f9e25c2fa0.webp?v=1744996244",
"alt": "Hunter \/ Lava Rock",
"width": 1608,
"height": 1608
},{
"id": 34414952808583,
"src": "\/\/olukai.ca\/cdn\/shop\/files\/10440_HGLR_103_M_MioLi_HunLvar_Web_Opt_1024x1024_ec1124b3-b431-474a-9f1e-d787139fe6d7.jpg?v=1744996244",
"alt": "Hunter \/ Lava Rock",
"width": 2000,
"height": 2000
},{
"id": 34414952906887,
"src": "\/\/olukai.ca\/cdn\/shop\/files\/10440_HGLR_003_M_MioLi_HunLvar.png?v=1744996244",
"alt": "Hunter \/ Lava Rock",
"width": 2000,
"height": 2000
},{
"id": 34414953005191,
"src": "\/\/olukai.ca\/cdn\/shop\/files\/10440_HGLR_004_M_MioLi_HunLvar_94e9be10-e3a3-48d2-a600-50c01073a27c.png?v=1744996244",
"alt": "Hunter \/ Lava Rock",
"width": 750,
"height": 750
},{
"id": 34414953103495,
"src": "\/\/olukai.ca\/cdn\/shop\/files\/10440_HGLR_005_M_MioLi_HunLvar.png?v=1744996244",
"alt": "Hunter \/ Lava Rock",
"width": 2000,
"height": 2000
}],
"plp_image_order_positions": "",
"sku": "10440-HGLR-7"
}
{ $dispatch('product-item:images-changed', { product: product, source: 'swatch-container' }) })"
@pointercancel="intendedSwatchIndex = null; intendedSwatchEl = null"
x-data="{
wrapper: $el,
selectedSibling:product.siblings[0],
intendedSwatchIndex: null,
intendedSwatchEl: null,
swatchGap: 8,
scrollable: product.siblings.filter(s => !!s.available).length > 9.5,
canPrev: false,
canNext: true,
_edgeReady: false,
imageLimit: 0,
limitImages(nextProduct) {
const images = Array.isArray(nextProduct && nextProduct.images) ? nextProduct.images : [];
const limitedImages = this.imageLimit > 0 ? images.slice(0, this.imageLimit) : images;
const hoverImage = limitedImages[1] || null;
return Object.assign({}, nextProduct, {
images: limitedImages,
hover_image: hoverImage ? hoverImage.src : null,
hover_image_alt: hoverImage ? hoverImage.alt : null
});
},
selectProduct(nextProduct) {
const productRoot = $el.closest('.product-item');
const productData = productRoot && productRoot._x_dataStack && productRoot._x_dataStack[0];
if (productData && typeof productData.setProduct === 'function') {
productData.setProduct(nextProduct);
} else {
$data.product = this.limitImages(nextProduct);
}
},
getSwatchImageSrc(sibling) {
return sibling.images[0].src;
},
buildSwatchSrcset(src) {
if (!src) return '';
const widths = ['48', '96', '192'];
const separator = src.includes('?') ? '&' : '?';
return widths.map(w => `${src}${separator}width=${w} ${w}w`).join(', ');
},
isSwatchPriority(index) {
return window.innerWidth >= 1024 ? index < 3 : index < 2;
},
swatchBg(sibling) {
// swatch_bg precomputed at hydration. Nullish (not ||): null = no colors set
// (fall back to theme default), empty string = invalid combo, no fallback.
return sibling.swatch_bg ?? '#000000';
},
centerSwatch(el) {
if ($data.wrapper.scrollWidth <= $data.wrapper.clientWidth) return false
const wrapperRect = $data.wrapper.getBoundingClientRect()
const elRect = el.getBoundingClientRect()
const centerPoint = wrapperRect.x + (wrapperRect.width / 2)
const behavior = window.innerWidth < 1024 ? 'auto' : 'smooth'
$data.wrapper.scrollTo({
left: $data.wrapper.scrollLeft + (elRect.x - centerPoint + (elRect.width / 2)),
behavior
})
},
selectSwatchFromTap(siblingIndex, el) {
const idx = (this.intendedSwatchIndex !== null && this.intendedSwatchIndex !== undefined)
? this.intendedSwatchIndex
: siblingIndex
const targetEl = this.intendedSwatchEl || el
this.intendedSwatchIndex = null
this.intendedSwatchEl = null
const next = product.siblings[idx]
if (next) product = next
this.centerSwatch(targetEl)
},
scroll(direction = 'forward') {
const swatch = $data.wrapper.querySelector('.product-item__swatch')
const unit = swatch ? swatch.offsetWidth + $data.swatchGap : $data.wrapper.clientWidth * 0.3
let amount = 2 * unit
$data.wrapper.scrollTo({
left: direction == 'forward' ? $data.wrapper.scrollLeft + amount : $data.wrapper.scrollLeft - amount,
behavior:'smooth'
})
},
// Lazily wire the prev/next edge detection on first desktop hover/focus —
// the arrows are a desktop affordance, so no observer is built at load and
// none is ever built on mobile. canPrev/canNext default to the at-start state.
initSwatchEdges() {
if (this._edgeReady || window.innerWidth <= 1023) return
this._edgeReady = true
const root = this.wrapper
const swatches = root.querySelectorAll('.product-item__swatch')
if (swatches.length < 2) return
const first = swatches[0], last = swatches[swatches.length - 1]
const io = new IntersectionObserver((entries) => {
const d = window.Alpine && window.Alpine.$data ? window.Alpine.$data(root) : null
if (!d) return
entries.forEach((e) => {
if (e.target === first) d.canPrev = !e.isIntersecting
if (e.target === last) d.canNext = !e.isIntersecting
})
}, { root, threshold: 0.99 })
io.observe(first)
io.observe(last)
root._swatchEdgeIO = io
}
}"
@pointerenter="initSwatchEdges()"
@focusin="initSwatchEdges()"
>
{"id":5156386832519,
"handle":"mio-li-mens-athletic-shoes-mist-grey-poi",
"title":"Mio Lī - Mist Grey \/ Poi",
"available":true,
"tags":["arch:standard","as seen on tv","athletic shoes","best sellers","best selling","best:everday_wear","best:gym_trainers","best:travel","cat:shoes","collection:chief-home-officer","collection:day-tripper","collection:HGG-Slider-M","color:grey","color:Mist Grey \/ Poi","commerical","crossfit","drop-in heel®","enhance gip","enhanced traction outsole","Everyday Wear","EXP_REC_MEN","fit:narrow","fit:standard","foldable heal","free shipping","gender:men","Gym\/Trainers","labor day","land","material:textile","mens","mens runnners","mi lo","mi oli","mia lli","milo le","milo li","milo’s","Mio Li","mio lii","mio lio","mio loi","mio lu","miola","miolio","miso li","mist gray","mo li","molí","moo li","on tv","prime","RGroup_10440","shoes","size:true","sneakers","split_color","style:10440","tennis shoes","tennis shors","tennis shos","textile","Travel","tv","tv ad","Walking","weight lifting","YGroup_10440"],
"type":"Men’s Everyday Athletic Shoes",
"options_with_values": [{"name":"Color","position":1,"values":["Mist Grey \/ Poi"]},{"name":"Size","position":2,"values":["7","8","8.5","9","9.5","10","10.5","11","11.5","12","13","14","15"]}],
"price":18000,
"price_min":18000,
"price_max":18000,
"compare_at_price":null,"featured_image": "\/\/olukai.ca\/cdn\/shop\/files\/10440_DW25_001_M_MioLi_MisgPoi_1b7bfb81-4921-4ac5-a5ec-fad5280e721f.png?v=1759439624",
"featured_image_aspect_ratio": 1.0,
"featured_image_width": 2000,
"featured_image_height": 2000,
"featured_image_id": 34216744353927,
"featured_image_alt": "Mist Grey \/ Poi",
"hover_image": "\/\/olukai.ca\/cdn\/shop\/files\/MioLi_7_daa59ca5-d6a2-4137-b237-4aba7aec25f9.jpg?v=1743633483",
"hover_image_alt": "Mist Grey \/ Poi",
"images": [{
"id": 34216744353927,
"src": "\/\/olukai.ca\/cdn\/shop\/files\/10440_DW25_001_M_MioLi_MisgPoi_1b7bfb81-4921-4ac5-a5ec-fad5280e721f.png?v=1759439624",
"alt": "Mist Grey \/ Poi",
"width": 2000,
"height": 2000
},{
"id": 34216744452231,
"src": "\/\/olukai.ca\/cdn\/shop\/files\/MioLi_7_daa59ca5-d6a2-4137-b237-4aba7aec25f9.jpg?v=1743633483",
"alt": "Mist Grey \/ Poi",
"width": 2000,
"height": 2000
},{
"id": 34216744517767,
"src": "\/\/olukai.ca\/cdn\/shop\/files\/10440_DW25_202_33ac0c5c-03a1-42ed-8fab-b717c676f02c.jpg?v=1743633483",
"alt": "Mist Grey \/ Poi",
"width": 2000,
"height": 2000
},{
"id": 34216744648839,
"src": "\/\/olukai.ca\/cdn\/shop\/files\/10440_DW25_004_M_MioLi_MisgPoi_png_75d96e68-7bd4-4bcb-87fb-4ee85ec5045b.png?v=1743633483",
"alt": "Mist Grey \/ Poi",
"width": 750,
"height": 750
},{
"id": 34216744714375,
"src": "\/\/olukai.ca\/cdn\/shop\/files\/MioLi_4_5a9ad7f8-2b9e-4fb0-9f97-c45df3957829.jpg?v=1743633483",
"alt": "Mist Grey \/ Poi",
"width": 2000,
"height": 2000
},{
"id": 34216744779911,
"src": "\/\/olukai.ca\/cdn\/shop\/files\/10440_DW25_103_M_MIOLI_MistGreyPoi_c12348d9-31cb-4011-8697-5141a6c3417e.jpg?v=1743633483",
"alt": "Mist Grey \/ Poi",
"width": 2000,
"height": 2000
},{
"id": 34216744845447,
"src": "\/\/olukai.ca\/cdn\/shop\/files\/MioLi_2_a37e8702-933e-4404-8d49-28ce643967ce.jpg?v=1743633483",
"alt": "Mist Grey \/ Poi",
"width": 2000,
"height": 2000
},{
"id": 34216744910983,
"src": "\/\/olukai.ca\/cdn\/shop\/files\/10440_DW25_201_848937e5-ff32-4739-bb54-a74983182f72.jpg?v=1743633484",
"alt": "Mist Grey \/ Poi",
"width": 2000,
"height": 2000
},{
"id": 34216744976519,
"src": "\/\/olukai.ca\/cdn\/shop\/files\/10440_DW25_005_M_MioLi_MisgPoi.png?v=1743633484",
"alt": "Mist Grey \/ Poi",
"width": 2000,
"height": 2000
}],
"plp_image_order_positions": "",
"sku": "10440-DW25-7"
}
{ $dispatch('product-item:images-changed', { product: product, source: 'swatch-container' }) })"
@pointercancel="intendedSwatchIndex = null; intendedSwatchEl = null"
x-data="{
wrapper: $el,
selectedSibling:product.siblings[0],
intendedSwatchIndex: null,
intendedSwatchEl: null,
swatchGap: 8,
scrollable: product.siblings.filter(s => !!s.available).length > 9.5,
canPrev: false,
canNext: true,
_edgeReady: false,
imageLimit: 0,
limitImages(nextProduct) {
const images = Array.isArray(nextProduct && nextProduct.images) ? nextProduct.images : [];
const limitedImages = this.imageLimit > 0 ? images.slice(0, this.imageLimit) : images;
const hoverImage = limitedImages[1] || null;
return Object.assign({}, nextProduct, {
images: limitedImages,
hover_image: hoverImage ? hoverImage.src : null,
hover_image_alt: hoverImage ? hoverImage.alt : null
});
},
selectProduct(nextProduct) {
const productRoot = $el.closest('.product-item');
const productData = productRoot && productRoot._x_dataStack && productRoot._x_dataStack[0];
if (productData && typeof productData.setProduct === 'function') {
productData.setProduct(nextProduct);
} else {
$data.product = this.limitImages(nextProduct);
}
},
getSwatchImageSrc(sibling) {
return sibling.images[0].src;
},
buildSwatchSrcset(src) {
if (!src) return '';
const widths = ['48', '96', '192'];
const separator = src.includes('?') ? '&' : '?';
return widths.map(w => `${src}${separator}width=${w} ${w}w`).join(', ');
},
isSwatchPriority(index) {
return window.innerWidth >= 1024 ? index < 3 : index < 2;
},
swatchBg(sibling) {
// swatch_bg precomputed at hydration. Nullish (not ||): null = no colors set
// (fall back to theme default), empty string = invalid combo, no fallback.
return sibling.swatch_bg ?? '#000000';
},
centerSwatch(el) {
if ($data.wrapper.scrollWidth <= $data.wrapper.clientWidth) return false
const wrapperRect = $data.wrapper.getBoundingClientRect()
const elRect = el.getBoundingClientRect()
const centerPoint = wrapperRect.x + (wrapperRect.width / 2)
const behavior = window.innerWidth < 1024 ? 'auto' : 'smooth'
$data.wrapper.scrollTo({
left: $data.wrapper.scrollLeft + (elRect.x - centerPoint + (elRect.width / 2)),
behavior
})
},
selectSwatchFromTap(siblingIndex, el) {
const idx = (this.intendedSwatchIndex !== null && this.intendedSwatchIndex !== undefined)
? this.intendedSwatchIndex
: siblingIndex
const targetEl = this.intendedSwatchEl || el
this.intendedSwatchIndex = null
this.intendedSwatchEl = null
const next = product.siblings[idx]
if (next) product = next
this.centerSwatch(targetEl)
},
scroll(direction = 'forward') {
const swatch = $data.wrapper.querySelector('.product-item__swatch')
const unit = swatch ? swatch.offsetWidth + $data.swatchGap : $data.wrapper.clientWidth * 0.3
let amount = 2 * unit
$data.wrapper.scrollTo({
left: direction == 'forward' ? $data.wrapper.scrollLeft + amount : $data.wrapper.scrollLeft - amount,
behavior:'smooth'
})
},
// Lazily wire the prev/next edge detection on first desktop hover/focus —
// the arrows are a desktop affordance, so no observer is built at load and
// none is ever built on mobile. canPrev/canNext default to the at-start state.
initSwatchEdges() {
if (this._edgeReady || window.innerWidth <= 1023) return
this._edgeReady = true
const root = this.wrapper
const swatches = root.querySelectorAll('.product-item__swatch')
if (swatches.length < 2) return
const first = swatches[0], last = swatches[swatches.length - 1]
const io = new IntersectionObserver((entries) => {
const d = window.Alpine && window.Alpine.$data ? window.Alpine.$data(root) : null
if (!d) return
entries.forEach((e) => {
if (e.target === first) d.canPrev = !e.isIntersecting
if (e.target === last) d.canNext = !e.isIntersecting
})
}, { root, threshold: 0.99 })
io.observe(first)
io.observe(last)
root._swatchEdgeIO = io
}
}"
@pointerenter="initSwatchEdges()"
@focusin="initSwatchEdges()"
>
{ $dispatch('product-item:images-changed', { product: product, source: 'swatch-container' }) })"
@pointercancel="intendedSwatchIndex = null; intendedSwatchEl = null"
x-data="{
wrapper: $el,
selectedSibling:product.siblings[0],
intendedSwatchIndex: null,
intendedSwatchEl: null,
swatchGap: 8,
scrollable: product.siblings.filter(s => !!s.available).length > 9.5,
canPrev: false,
canNext: true,
_edgeReady: false,
imageLimit: 0,
limitImages(nextProduct) {
const images = Array.isArray(nextProduct && nextProduct.images) ? nextProduct.images : [];
const limitedImages = this.imageLimit > 0 ? images.slice(0, this.imageLimit) : images;
const hoverImage = limitedImages[1] || null;
return Object.assign({}, nextProduct, {
images: limitedImages,
hover_image: hoverImage ? hoverImage.src : null,
hover_image_alt: hoverImage ? hoverImage.alt : null
});
},
selectProduct(nextProduct) {
const productRoot = $el.closest('.product-item');
const productData = productRoot && productRoot._x_dataStack && productRoot._x_dataStack[0];
if (productData && typeof productData.setProduct === 'function') {
productData.setProduct(nextProduct);
} else {
$data.product = this.limitImages(nextProduct);
}
},
getSwatchImageSrc(sibling) {
return sibling.images[0].src;
},
buildSwatchSrcset(src) {
if (!src) return '';
const widths = ['48', '96', '192'];
const separator = src.includes('?') ? '&' : '?';
return widths.map(w => `${src}${separator}width=${w} ${w}w`).join(', ');
},
isSwatchPriority(index) {
return window.innerWidth >= 1024 ? index < 3 : index < 2;
},
swatchBg(sibling) {
// swatch_bg precomputed at hydration. Nullish (not ||): null = no colors set
// (fall back to theme default), empty string = invalid combo, no fallback.
return sibling.swatch_bg ?? '#000000';
},
centerSwatch(el) {
if ($data.wrapper.scrollWidth <= $data.wrapper.clientWidth) return false
const wrapperRect = $data.wrapper.getBoundingClientRect()
const elRect = el.getBoundingClientRect()
const centerPoint = wrapperRect.x + (wrapperRect.width / 2)
const behavior = window.innerWidth < 1024 ? 'auto' : 'smooth'
$data.wrapper.scrollTo({
left: $data.wrapper.scrollLeft + (elRect.x - centerPoint + (elRect.width / 2)),
behavior
})
},
selectSwatchFromTap(siblingIndex, el) {
const idx = (this.intendedSwatchIndex !== null && this.intendedSwatchIndex !== undefined)
? this.intendedSwatchIndex
: siblingIndex
const targetEl = this.intendedSwatchEl || el
this.intendedSwatchIndex = null
this.intendedSwatchEl = null
const next = product.siblings[idx]
if (next) product = next
this.centerSwatch(targetEl)
},
scroll(direction = 'forward') {
const swatch = $data.wrapper.querySelector('.product-item__swatch')
const unit = swatch ? swatch.offsetWidth + $data.swatchGap : $data.wrapper.clientWidth * 0.3
let amount = 2 * unit
$data.wrapper.scrollTo({
left: direction == 'forward' ? $data.wrapper.scrollLeft + amount : $data.wrapper.scrollLeft - amount,
behavior:'smooth'
})
},
// Lazily wire the prev/next edge detection on first desktop hover/focus —
// the arrows are a desktop affordance, so no observer is built at load and
// none is ever built on mobile. canPrev/canNext default to the at-start state.
initSwatchEdges() {
if (this._edgeReady || window.innerWidth <= 1023) return
this._edgeReady = true
const root = this.wrapper
const swatches = root.querySelectorAll('.product-item__swatch')
if (swatches.length < 2) return
const first = swatches[0], last = swatches[swatches.length - 1]
const io = new IntersectionObserver((entries) => {
const d = window.Alpine && window.Alpine.$data ? window.Alpine.$data(root) : null
if (!d) return
entries.forEach((e) => {
if (e.target === first) d.canPrev = !e.isIntersecting
if (e.target === last) d.canNext = !e.isIntersecting
})
}, { root, threshold: 0.99 })
io.observe(first)
io.observe(last)
root._swatchEdgeIO = io
}
}"
@pointerenter="initSwatchEdges()"
@focusin="initSwatchEdges()"
>
Explore Similar Stories
{ $dispatch('product-item:images-changed', { product: product, source: 'swatch-container' }) })"
@pointercancel="intendedSwatchIndex = null; intendedSwatchEl = null"
x-data="{
wrapper: $el,
selectedSibling:product.siblings[0],
intendedSwatchIndex: null,
intendedSwatchEl: null,
swatchGap: 8,
scrollable: product.siblings.filter(s => !!s.available).length > 9.5,
canPrev: false,
canNext: true,
_edgeReady: false,
imageLimit: 0,
limitImages(nextProduct) {
const images = Array.isArray(nextProduct && nextProduct.images) ? nextProduct.images : [];
const limitedImages = this.imageLimit > 0 ? images.slice(0, this.imageLimit) : images;
const hoverImage = limitedImages[1] || null;
return Object.assign({}, nextProduct, {
images: limitedImages,
hover_image: hoverImage ? hoverImage.src : null,
hover_image_alt: hoverImage ? hoverImage.alt : null
});
},
selectProduct(nextProduct) {
const productRoot = $el.closest('.product-item');
const productData = productRoot && productRoot._x_dataStack && productRoot._x_dataStack[0];
if (productData && typeof productData.setProduct === 'function') {
productData.setProduct(nextProduct);
} else {
$data.product = this.limitImages(nextProduct);
}
},
getSwatchImageSrc(sibling) {
return sibling.images[0].src;
},
buildSwatchSrcset(src) {
if (!src) return '';
const widths = ['48', '96', '192'];
const separator = src.includes('?') ? '&' : '?';
return widths.map(w => `${src}${separator}width=${w} ${w}w`).join(', ');
},
isSwatchPriority(index) {
return window.innerWidth >= 1024 ? index < 3 : index < 2;
},
swatchBg(sibling) {
// swatch_bg precomputed at hydration. Nullish (not ||): null = no colors set
// (fall back to theme default), empty string = invalid combo, no fallback.
return sibling.swatch_bg ?? '#000000';
},
centerSwatch(el) {
if ($data.wrapper.scrollWidth <= $data.wrapper.clientWidth) return false
const wrapperRect = $data.wrapper.getBoundingClientRect()
const elRect = el.getBoundingClientRect()
const centerPoint = wrapperRect.x + (wrapperRect.width / 2)
const behavior = window.innerWidth < 1024 ? 'auto' : 'smooth'
$data.wrapper.scrollTo({
left: $data.wrapper.scrollLeft + (elRect.x - centerPoint + (elRect.width / 2)),
behavior
})
},
selectSwatchFromTap(siblingIndex, el) {
const idx = (this.intendedSwatchIndex !== null && this.intendedSwatchIndex !== undefined)
? this.intendedSwatchIndex
: siblingIndex
const targetEl = this.intendedSwatchEl || el
this.intendedSwatchIndex = null
this.intendedSwatchEl = null
const next = product.siblings[idx]
if (next) product = next
this.centerSwatch(targetEl)
},
scroll(direction = 'forward') {
const swatch = $data.wrapper.querySelector('.product-item__swatch')
const unit = swatch ? swatch.offsetWidth + $data.swatchGap : $data.wrapper.clientWidth * 0.3
let amount = 2 * unit
$data.wrapper.scrollTo({
left: direction == 'forward' ? $data.wrapper.scrollLeft + amount : $data.wrapper.scrollLeft - amount,
behavior:'smooth'
})
},
// Lazily wire the prev/next edge detection on first desktop hover/focus —
// the arrows are a desktop affordance, so no observer is built at load and
// none is ever built on mobile. canPrev/canNext default to the at-start state.
initSwatchEdges() {
if (this._edgeReady || window.innerWidth <= 1023) return
this._edgeReady = true
const root = this.wrapper
const swatches = root.querySelectorAll('.product-item__swatch')
if (swatches.length < 2) return
const first = swatches[0], last = swatches[swatches.length - 1]
const io = new IntersectionObserver((entries) => {
const d = window.Alpine && window.Alpine.$data ? window.Alpine.$data(root) : null
if (!d) return
entries.forEach((e) => {
if (e.target === first) d.canPrev = !e.isIntersecting
if (e.target === last) d.canNext = !e.isIntersecting
})
}, { root, threshold: 0.99 })
io.observe(first)
io.observe(last)
root._swatchEdgeIO = io
}
}"
@pointerenter="initSwatchEdges()"
@focusin="initSwatchEdges()"
>