Critical
Buttons have no accessible name
WCAG 4.1.2 (A)4 instances2 inspected pages
Interactive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.
Why it mattersInteractive buttons expose no accessible name, so their purpose cannot be determined by assistive technology.
Recommended correctionGive it an accessible name that describes the action it performs: provide visible text when a visible label is appropriate, an aria-label for an icon-only control (for example aria-label="Dismiss notification"), or aria-labelledby when an existing visible label already describes it. Avoid vague names such as "Button", "Action", or the component's internal name.
View 4 affected elements
Component · Ref 9DH85X
Affected pagehttps://enfemmestyle.com/products/wl2495
Element.product__thumb-arrow--next
Markup<button type="button" class="product__thumb-arrow product__thumb-arrow--next">
Component · Ref 9FP57A
Affected pagehttps://enfemmestyle.com/products/wig-brush
Element.js-photoswipe__zoom
Accessible nameClose (esc)
Markup<button type="button" class="btn btn--body btn--circle js-photoswipe__zoom product__photo-zoom">
Component · Ref 5BX5NM
Affected pagehttps://enfemmestyle.com/products/wl2495
Element.starting-slide > .product-image-main[data-product-image-main=""] > .image-wrap > .js-photoswipe__zoom.product__photo-zoom.btn--body
Accessible nameClose (esc)
Markup<button type="button" class="btn btn--body btn--circle js-photoswipe__zoom product__photo-zoom">
Critical
Links lack accessible text
WCAG 2.4.4 (A)4 instances2 inspected pages
Links expose no accessible name, so screen-reader users cannot determine their destination.
Why it mattersLinks expose no accessible name, so screen-reader users cannot determine their destination.
Recommended correctionThis link exposes no accessible text. Add visible text that identifies its destination, or remove the link if it serves no purpose. For an icon-only link, provide an aria-label describing where it goes. The link points to /products/wl2495.
View 4 affected elements
Component · Ref MFBZOW
Affected pagehttps://enfemmestyle.com/products/wl2495
Element.sa-product-handle
Markup<a class="sa-product-handle" href="/products/wl2495"></a>
Component · Ref 2YV3AU
Affected pagehttps://enfemmestyle.com/products/wig-brush
Element.sa-product-handle
Markup<a class="sa-product-handle" href="/products/wig-brush"></a>
Component · Ref 3PY7M5
Affected pagehttps://enfemmestyle.com/products/wig-brush
Element.product-single__review-link
Markup<a href="#Reviews-6765160825008" class="product-single__review-link">
<span class="shopify-product-reviews-badge" data-id="6765160825008"></span>
</a> Component · Ref 6RVVPN
Affected pagehttps://enfemmestyle.com/products/wl2495
Element.product-single__review-link
Markup<a href="#Reviews-6774219243696" class="product-single__review-link">
<span class="shopify-product-reviews-badge" data-id="6774219243696"></span>
</a>
Critical
Dropdown menus have no accessible name
WCAG 4.1.2 (A)2 instances2 inspected pages
Select menus expose no programmatic name, so assistive technology cannot announce what the choice is for.
Why it mattersSelect menus expose no programmatic name, so assistive technology cannot announce what the choice is for.
Recommended correctionAssociate a <label> with each <select>, or add an aria-label / aria-labelledby that names its purpose.
View 2 affected elements
Component · Ref P7Y8SB
Affected pagehttps://enfemmestyle.com/products/wig-brush
Element.zrx-slider-variant-select
Accessible nameNude Brown
Markup<select class="zrx-slider-variant-select zrx-slider-add-to-cart"><!----><option index="0"> Nude </option><option index="1"> Brown </option></select>
Affected pages/products/wl2495 /products/wig-brush
High
Hidden elements can still receive keyboard focus
WCAG 2.4.3 (A)50 instances5 inspected pages
An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.
Why it mattersAn element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.
Recommended correctionKeep this element out of the tab order while its containing region is hidden — remove it from focus (for example tabindex="-1"), or apply the inert attribute to the hidden container where supported. Restore normal focusability when the region becomes visible.
View 50 affected elements
Component · Ref JQTHWX
Affected pagehttps://enfemmestyle.com/cart
Elementdiv:nth-of-type(2) > ul:nth-of-type(1) > li:nth-of-type(2) > div:nth-of-type(1) > div > button
Accessible nameClothing
Markup<button type="button" aria-controls="Linklist-collections-clothing2" aria-labelledby="Label-collections-clothing2" class="collapsible-trigger collapsible--auto-height" aria-expanded="false"><span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation">
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"></path></svg>
</span>
</button>
Affected pages/ /pages/contact-us /products/wl2495 /products/wig-brush /cart
Component · Ref IJM4ZC
Affected pagehttps://enfemmestyle.com/pages/contact-us
Elementa#Label-collections-new-products1
Accessible nameNew
Markup<a href="/collections/new-products" class="mobile-nav__link mobile-nav__link--top-level" id="Label-collections-new-products1">
New
</a> Affected pages/ /pages/contact-us /products/wl2495 /products/wig-brush /cart
Component · Ref H40VNQ
Affected pagehttps://enfemmestyle.com/cart
Elementdiv#NavDrawer > div > div:nth-of-type(1) > div > div:nth-of-type(2) > button
Accessible nameClose menu
Markup<button type="button" class="drawer__close-button js-drawer-close">
<svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
<span class="icon__fallback-text">Close menu</span>
</button> Affected pages/ /pages/contact-us /products/wl2495 /products/wig-brush /cart
High
Interactive controls are not keyboard-accessible
WCAG 2.1.1 (A)49 instances5 inspected pages
A control that responds to clicks (a clickable element or an ARIA widget) cannot receive keyboard focus, so keyboard and switch users cannot operate it.
Why it mattersA control that responds to clicks (a clickable element or an ARIA widget) cannot receive keyboard focus, so keyboard and switch users cannot operate it.
Recommended correctionUse a native <button>/<a>, or add tabindex="0" plus keyboard event handlers (Enter/Space) to custom controls.
View 49 affected elements
Component · Ref VG7JDJ
Affected pagehttps://enfemmestyle.com/pages/contact-us
Elementdiv#cookie-consent-dialogBox > div > div > a:nth-of-type(2)
Accessible nameAccept
Rolebutton
Markup<a role="button" class="cc-btn cc-btn-decision cc-allow">Accept</a>
Affected pages/ /pages/contact-us /products/wl2495 /products/wig-brush /cart
Component · Ref FEVNFZ
Affected pagehttps://enfemmestyle.com/cart
Elementdiv#cookie-consent-dialogBox > div > div > a:nth-of-type(1)
Accessible nameDecline
Rolebutton
Markup<a role="button" class="cc-btn cc-btn-decision cc-deny">Decline</a>
Affected pages/ /pages/contact-us /products/wl2495 /products/wig-brush /cart
Component · Ref H1MCCF
Affected pagehttps://enfemmestyle.com/products/wig-brush
Elementdiv > fieldset > div > div > ul > li:nth-of-type(7)
Accessible name2500H Butterscotch with Light Blonde Highlights - Sold Out
Roleradio
Markup<li class="swatch-view-item swatch-item-unavailable" orig-value="2500H Butterscotch with Light Blonde Highlights" option-value-id="83443024094" aria-label="2500H Butterscotch with Light Blonde Highlights - Sold Out" role="radio" aria-checked="false" tabindex="-1" style="width: 38px; margin-right: 8px;"><div class="swatch-image-wrapper"><div class="swatch-custom-image swatch-selector swatch-allow-animation" type="image" data-value="2500H Butterscotch with Light Blonde Highlights" orig-value="2500H Butterscotch with Light Blonde Highlights" option-value-id="83443024094" swatch-option="option1"><…
Affected pages/ /products/wig-brush
Component · Ref 7A22U3
Affected pagehttps://enfemmestyle.com/products/wig-brush
Elementdiv > fieldset > div > div > ul > li:nth-of-type(2)
Accessible name12H Medium Brown with Blonde Highlights
Roleradio
Markup<li class="swatch-view-item" orig-value="12H Medium Brown with Blonde Highlights" option-value-id="83442860254" aria-label="12H Medium Brown with Blonde Highlights" role="radio" aria-checked="false" tabindex="-1" style="width: 38px; margin-right: 8px;"><div class="swatch-image-wrapper"><div class="swatch-custom-image swatch-selector swatch-allow-animation" type="image" data-value="12H Medium Brown with Blonde Highlights" orig-value="12H Medium Brown with Blonde Highlights" option-value-id="83442860254" swatch-option="option1"><div style="background-image: url(https://cdn.starapps.studio/v2/app…
Affected pages/ /products/wig-brush
Component · Ref S9HQ04
Affected pagehttps://enfemmestyle.com/products/wl2495
Elementdiv#swatch-option1 > div > fieldset > ul > li:nth-of-type(9)
Accessible name5H Dark Brown with Medium Auburn Highlights
Roleradio
Markup<li key="8" class="swatch-view-item" orig-value="5H Dark Brown with Medium Auburn Highlights" option-value-id="107762450654" aria-label="5H Dark Brown with Medium Auburn Highlights" role="radio" aria-checked="false" tabindex="-1" data-event-data="{}"><div class="swatch-image-wrapper"><div class="swatch-custom-image swatch-selector swatch-allow-animation" type="image" data-value="5H Dark Brown with Medium Auburn Highlights" orig-value="5H Dark Brown with Medium Auburn Highlights" option-value-id="107762450654" swatch-option="option1"><div style="background-image: url(https://cdn.starapps.studio… Component · Ref DZHHDS
Affected pagehttps://enfemmestyle.com/products/wl2495
Elementdiv#swatch-option1 > div > fieldset > ul > li:nth-of-type(10)
Accessible name626H Med Brown with Carmel Gold Blonde Highlights - Sold Out
Roleradio
Markup<li key="9" class="swatch-view-item swatch-item-unavailable" orig-value="626H Med Brown with Carmel Gold Blonde Highlights" option-value-id="107762483422" aria-label="626H Med Brown with Carmel Gold Blonde Highlights - Sold Out" role="radio" aria-checked="false" tabindex="-1" data-event-data="{}" style="margin-right: 0px;"><div class="swatch-image-wrapper"><div class="swatch-custom-image swatch-selector swatch-allow-animation" type="image" data-value="626H Med Brown with Carmel Gold Blonde Highlights" orig-value="626H Med Brown with Carmel Gold Blonde Highlights" option-value-id="107762483422"…
High
ARIA hidden element must not be focusable or contain focusable elements
WCAG 4.1.2 (A)5 instances2 inspected pages
ARIA hidden element must not be focusable or contain focusable elements
Why it mattersARIA hidden element must not be focusable or contain focusable elements
Recommended correctionReview the affected element and correct the reported accessibility issue.
View 5 affected elements
Component · Ref QDJ25W
Affected pagehttps://enfemmestyle.com/products/wl2495
Element.secondary-slide.product-main-slide[data-index="3"]
Accessible name<img class="lazyloaded"
src="//enfemmestyle.com/cdn/shop/files/8350-7H-4_1400x.jpg?v=1726604493"
alt="Luxuriously Long Lace Front Wig With Fringe Bang from En Femme for the crossdresser and transgender woman">
Close (esc)
Markup<div class="product-main-slide secondary-slide" data-index="3" aria-hidden="true" style="position: absolute; left: 0px; transform: translateX(300%);">
Component · Ref BUN4DP
Affected pagehttps://enfemmestyle.com/
Element.hero__slide-link[href$="clothing"][aria-hidden="true"]
Markup<a href="/collections/clothing" class="hero__slide-link" aria-hidden="true"></a>
Component · Ref C1YMZT
Affected pagehttps://enfemmestyle.com/products/wl2495
Element.grid--uniform
Accessible name<img class="grid-product__image lazyloaded"
src="//enfemmestyle.com/cdn/shop/files/8350-7H-1_400x.jpg?v=1726604296"
alt="Luxuriously Long Lace Front Wig With Fringe Bang from En Femme for the crossdresser and transgender woman">
Luxuriously Long Lace Front Wig With Fringe Bang
$216.95
Wig Color
- 12H Medium Brown with Blonde Highlights
Wig Color
12H Medium Brown with Blonde Highlights 14H Dark Blonde with Wheat Blonde Highlights 16H Ash Blonde with Platinum Blonde HIghlights 1BH Off Black 24H18 Light Brown with Gold Blonde Highlights 26GR Gold Blonde with Light Blonde Highlights and Brown Roots 26H Light Gold Blonde with Light Blonde HIghlights 4H Dark Brown with Subtle Deep Brown Highlights 5H Dark Brown with Medium Auburn Highlights 626H Med Brown with Carmel Gold Blonde Highlights 6H Chestnut Brown with Subtle Med Brown Highlights 7H Medium Brown with Gold Blonde HIghlights 88GR Wheat Blonde with Light Gold and Golden Blonde Highlights - Brown Roots 8H Medium Brown with Subtle Blonde Highlights
Markup<div class="grid grid--uniform visually-invisible" aria-hidden="true">
High
Scrollable region must have keyboard access
WCAG 2.1.1 (A)2 instances2 inspected pages
Scrollable region must have keyboard access
Why it mattersScrollable region must have keyboard access
Recommended correctionReview the affected element and correct the reported accessibility issue.
View 2 affected elements
Component · Ref F4ESRH
Affected pagehttps://enfemmestyle.com/products/wl2495
Element.zrx-info-popup-wrapper
Accessible name{{currency}}{{discount}} undefinedView Cart
Markup<div class="zrx-info-popup-wrapper closed">
Affected pages/products/wl2495 /products/wig-brush
High
Images lack text alternatives
WCAG 1.1.1 (A)1 instance1 inspected page
Informative images have no alternative text, so their meaning is unavailable to people using assistive technology.
Why it mattersInformative images have no alternative text, so their meaning is unavailable to people using assistive technology.
Recommended correctionAdd a concise alt attribute describing each informative image. Mark purely decorative images with alt="" so assistive technology skips them.
View 1 affected element
Component · Ref OWRLPK
Affected pagehttps://enfemmestyle.com/
Elementimg[height="1350"]
Markup<img src="//enfemmestyle.com/c..." srcset="//enfemmestyle.com/c..." width="2400" height="1350" loading="lazy" class="small--hide hero__im..." sizes="100%">
Medium
Content sits outside any landmark region
WCAG 1.3.1 (A)5 instances5 inspected pages
Meaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.
Why it mattersMeaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.
Recommended correctionWrap primary content in <main> and other regions in appropriate landmark elements.
View 5 affected elements
Component · Ref 2LSWQJ
Affected pagehttps://enfemmestyle.com/products/wig-brush
Elementdiv > div > div:nth-of-type(1) > div:nth-of-type(1) > div > p
Accessible nameAre you 18 years old or older?
Markup<p>Are you 18 years old or older?</p>
Affected pages/ /pages/contact-us /products/wl2495 /products/wig-brush /cart
Medium
IDs used in ARIA and labels must be unique
WCAG 4.1.2 (A)3 instances3 inspected pages
IDs used in ARIA and labels must be unique
Why it mattersIDs used in ARIA and labels must be unique
Recommended correctionReview the affected element and correct the reported accessibility issue.
View 3 affected elements
Component · Ref UOABZN
Affected pagehttps://enfemmestyle.com/
Elementdiv[data-product-id="8321882587358"] > .grid-product__content > .grid-product__link[data-appmate=""] > variant-swatch-king > .swatches.swatches-type-collections.hover-disabled > div[sa-options-position="default"] > div[option-name="Color"][option-target="option2"] > .swatch-single.swatch-preset-14382.swatch-view-slide > fieldset > legend > .swatch-label.swatch-label-image.star-hide > .swatch-option-name
Accessible nameColor
Markup<span id="option2" class="swatch-option-name">Color</span>
Component · Ref FL3P74
Affected pagehttps://enfemmestyle.com/products/wig-brush
Elementdiv[data-product-id="6774219145392"] > .grid-product__content > .grid-product__link[data-appmate=""] > variant-swatch-king > .swatches-type-collections.swatches.hover-disabled > div[sa-options-position="default"] > div[option-name="Wig Color"][option-target="option1"] > .swatch-single.swatch-preset-14382.swatch-view-slide > fieldset > legend > .swatch-label.swatch-label-custom-image.star-hide > .swatch-option-name
Accessible nameWig Color
Markup<span id="option1" class="swatch-option-name">Wig Color</span>
Component · Ref VOHD02
Affected pagehttps://enfemmestyle.com/products/wl2495
Element.swatch-preset-14383 > fieldset > legend > .swatch-label.swatch-label-custom-image > .swatch-option-name
Accessible nameWig Color
Markup<span id="option1" class="swatch-option-name">Wig Color</span>
Low
Low-quality alternative text
WCAG 1.1.1 (A)26 instances5 inspected pages
Alt text looks like a filename, a generic word ("image", "photo"), or is duplicated across unrelated images — it likely does not describe the content.
Why it mattersAlt text looks like a filename, a generic word ("image", "photo"), or is duplicated across unrelated images — it likely does not describe the content.
Recommended correctionReplace placeholder or filename alt text with a concise description of what the image conveys.
View 26 affected elements
Component · Ref 3KT75P
Affected pagehttps://enfemmestyle.com/products/wl2495
Elementdiv:nth-of-type(2) > div > div:nth-of-type(1) > div > a > img
Markup<img class="animation-delay-3 lazyautosizes lazyloaded" data-widths="[120, 360, 540, 720]" data-aspectratio="1.0" data-sizes="auto" alt="Luxuriously Long Lace Front Wig With Fringe Bang from En Femme for the crossdresser and transgender woman" data-srcset="//enfemmestyle.com/cdn/shop/files/8350-7H-1_120x.jpg?v=1726604296 120w, //enfemmestyle.com/cdn/shop/files/8350-7H-1_360x.jpg?v=1726604296 360w, //enfemmestyle.com/cdn/shop/files/8350-7H-1_540x.jpg?v=1726604296 540w, //enfemmestyle.com/cdn/shop/files/8350-7H-1_720x.jpg?v=1726604296 720w" sizes="76px" srcset="//enfemmestyle.com/cdn/shop/files/…
Affected pages/ /pages/contact-us /products/wl2495 /products/wig-brush /cart
Low
Text has insufficient colour contrast
WCAG 1.4.3 (AA)14 instances4 inspected pages
Text and background colours do not meet the minimum contrast ratio, reducing legibility.
Why it mattersText and background colours do not meet the minimum contrast ratio, reducing legibility.
Recommended correctionIncrease the contrast ratio to at least 4.5:1 for normal text and 3:1 for large text.
View 14 affected elements
Component · Ref BIECCS
Affected pagehttps://enfemmestyle.com/products/wl2495
Element.zrx-info-popup-heading
Accessible name{{currency}}{{discount}} undefined
Markup<div class="zrx-info-popup-heading">{{currency}}{{discount}} undefined</div> Affected pages/products/wl2495 /products/wig-brush
Component · Ref VQQ3H
Affected pagehttps://enfemmestyle.com/
Element.flex-grid__item--promo-1 > .promo-grid__container.promo-grid__container--framed.horizontal-center > .promo-grid__content--framed.promo-grid__content > .promo-grid__text > .rte--strong.rte--block
Accessible nameThe Calais Collection
Markup<div class="rte--block rte--strong">
The Calais Collection
</div> Component · Ref SED4H4
Affected pagehttps://enfemmestyle.com/
Element.flex-grid__item--promo2-1 > .promo-grid__container--tint.horizontal-left.promo-grid__container > .promo-grid__content--small-text.promo-grid__content > .promo-grid__text.text-center > .rte--em.rte--block
Accessible nameDesigned Just for You
Markup<div class="rte--block rte--em">
Designed Just for You
</div> Component · Ref RZHHQJ
Affected pagehttps://enfemmestyle.com/
Element.btn[href$="calais-collection"]
Accessible nameShop Now
Markup<a href="/collections/calais-collection" class="btn">
Shop Now
</a> Component · Ref VZPGXN
Affected pagehttps://enfemmestyle.com/
Element.promo-grid__container--tint.horizontal-left[href$="makeup"] > .promo-grid__content--small-text.promo-grid__content > .promo-grid__text.text-center > .rte--strong.rte--block
Accessible nameFlawless
Markup<div class="rte--block rte--strong">Flawless
</div> Component · Ref 2RKY20
Affected pagehttps://enfemmestyle.com/
Element.rte--block:nth-child(3)
Accessible nameExplore Now
Markup<div class="rte--block">
Explore Now
</div> Component · Ref AAWK55
Affected pagehttps://enfemmestyle.com/
Element.promo-grid__content--framed.promo-grid__content > .promo-grid__text > .rte--em.rte--block
Accessible nameNew Arrivals
Markup<div class="rte--block rte--em">
New Arrivals
</div> Component · Ref 5GIZ6J
Affected pagehttps://enfemmestyle.com/pages/contact-us
Element#contact-form-submit-template--16664762089694__form
Accessible nameSend
Markup<button type="submit" id="contact-form-submit-template--16664762089694__form" class="btn">
Send
</button>
Low
Carousel has no accessible controls
WCAG 2.1.1 (A)1 instance1 inspected page
A carousel/slider exposes no previous/next or pause controls, so keyboard and assistive-technology users cannot navigate or stop it. Requires manual review of the specific widget.
Why it mattersA carousel/slider exposes no previous/next or pause controls, so keyboard and assistive-technology users cannot navigate or stop it. Requires manual review of the specific widget.
Recommended correctionProvide keyboard-operable previous/next controls and a pause control for auto-advancing carousels, with accessible names.
View 1 affected element
Component · Ref NR9TD7
Affected pagehttps://enfemmestyle.com/
Elementdiv#shopify-section-template--16664761991390__slideshow > div > div
Accessible name@media only screen and (min-width: 769px) {
.hero-natural--template--16664761991390__slideshow {
height: 0;
padding-bottom: 56.25%;
}
}@media screen and (max-width: 768px) {
.hero-natural-mobile--template--16664761991390__slideshow {
height: 0;
padding-bottom: 125.0%;
}
}
.slideshow__slide--image_jzTwYh .hero__title {
font-size: 28.0px;
}
@media only screen and (min-width: 769px) {
.slideshow__slide--image_jzTwYh .hero__title {
font-size: 56px;
}
}
.hero__image--image_jzTwYh{
object-position: center center;
}
Markup<div class="slideshow-wrapper"><style data-shopify="">@media only screen and (min-width: 769px) {
.hero-natural--template--16664761991390__slideshow {
height: 0;
padding-bottom: 56.25%;
}
}</style><style data-shopify="">@media screen and (max-width: 768px) {
.hero-natural-mobile--template--16664761991390__slideshow {
height: 0;
padding-bottom: 125.0%;
}
}</style><div class="hero-natural--template--16664761991390__slideshow hero-natural-mobile--template--16664761991390__sl…
Low
Video may be missing captions
WCAG 1.2.2 (A)1 instance1 inspected page
A video element has no captions or subtitles track. Whether captions are needed depends on the audio content and requires manual review.
Why it mattersA video element has no captions or subtitles track. Whether captions are needed depends on the audio content and requires manual review.
Recommended correctionProvide a synchronized captions track (<track kind="captions">) for video with meaningful audio.
View 1 affected element
Component · Ref POJJJS
Affected pagehttps://enfemmestyle.com/products/wl2495
Elementvideo#ProductVideo-template--16664762319070__main-5
Accessible nameYour browser does not support the video tag.
Markup<video playsinline="" loop="" muted="" controlslist="nodownload" poster="//enfemmestyle.com/cdn/shop/products/81eb6a7f26cf478f8bd48a5ef6263880.thumbnail.0000000_620x.jpg?v=1630032040" data-image-count="5" data-video-type="mp4" data-video-style="muted" id="ProductVideo-template--16664762319070__main-5" class="product__video"><source src="//enfemmestyle.com/cdn/shop/videos/c/vp/81eb6a7f26cf478f8bd48a5ef6263880/81eb6a7f26cf478f8bd48a5ef6263880.m3u8?v=0" type="application/x-mpegURL"><source src="//enfemmestyle.com/cdn/shop/videos/c/vp/81eb6a7f26cf478f8bd48a5ef6263880/81eb6a7f26cf478f8bd48a5ef62638…