.fexx-stories{--fs-bg: transparent;--fs-text: #1d1d1f;--fs-muted: #6e6e73;--fs-card-width-mobile: 150px;--fs-card-width-desktop: 175px;--fs-gap-mobile: 10px;--fs-gap-desktop: 14px;--fs-radius: 14px;--fs-ratio: 9 / 16;--fs-preview-duration: 3s;--fs-modal-width: 430px;--fs-modal-radius: 20px;--fs-button-bg: #fff;--fs-button-text: #111;--fs-product-bg: 255,255,255;display:block;width:100%;min-width:0;overflow:hidden;color:var(--fs-text);background:var(--fs-bg)}.fexx-stories,.fexx-stories *{box-sizing:border-box}.fexx-stories__inner{width:100%;max-width:var(--fs-max-width, 1400px);margin-inline:auto;padding:var(--fs-padding-top-mobile, 20px) var(--fs-page-padding-mobile, 16px) var(--fs-padding-bottom-mobile, 20px)}.fexx-stories__header{margin:0 0 var(--fs-heading-gap-mobile, 14px);text-align:var(--fs-heading-align, left)}.fexx-stories__eyebrow{display:block;margin:0 0 6px;color:var(--fs-muted);font-size:10px;font-weight:700;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.fexx-stories__title{margin:0;color:var(--fs-text);font-size:var(--fs-title-mobile, 22px);font-weight:650;letter-spacing:-.035em;line-height:1.08}.fexx-stories__subtitle{max-width:680px;margin:8px 0 0;color:var(--fs-muted);font-size:var(--fs-subtitle-mobile, 13px);line-height:1.45}.fexx-stories[data-heading-align=center] .fexx-stories__subtitle{margin-inline:auto}.fexx-stories__viewport{position:relative;min-width:0}.fexx-stories__track{display:flex;gap:var(--fs-gap-mobile);width:100%;padding:2px 0 10px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain;cursor:grab;-webkit-overflow-scrolling:touch}.fexx-stories__track::-webkit-scrollbar{display:none}.fexx-stories__track.is-dragging{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none;-webkit-user-select:none;user-select:none}.fexx-story{position:relative;flex:0 0 var(--fs-card-width-mobile);width:var(--fs-card-width-mobile);aspect-ratio:var(--fs-ratio);padding:0;overflow:hidden;scroll-snap-align:start;color:#111;background:#ececec;border:0;border-radius:var(--fs-radius);box-shadow:0 8px 24px #00000014;cursor:pointer;appearance:none;-webkit-appearance:none;transform:translateZ(0);transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease}.fexx-story:hover{transform:translateY(-2px);box-shadow:0 13px 30px #0000001f}.fexx-story:focus-visible{outline:2px solid currentColor;outline-offset:3px}.fexx-story__media,.fexx-story__video,.fexx-story__poster{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.fexx-story__video,.fexx-story__poster{object-fit:cover}.fexx-story__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:18px;color:#6e6e73;background:linear-gradient(145deg,#f6f6f6,#e2e2e2);font-size:11px;line-height:1.35;text-align:center}.fexx-story__shade{position:absolute;inset:auto 0 0;height:44%;pointer-events:none;background:linear-gradient(to top,rgba(0,0,0,.28),transparent)}.fexx-story__sound{position:absolute;z-index:2;top:8px;left:8px;display:grid;place-items:center;width:26px;height:26px;color:#fff;background:#00000038;border:1px solid rgba(255,255,255,.22);border-radius:999px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.fexx-story__sound svg{width:14px;height:14px}.fexx-stories[data-show-card-sound=false] .fexx-story__sound{display:none}.fexx-story__likes{position:absolute;z-index:3;top:8px;right:8px;display:inline-flex;align-items:center;gap:4px;min-height:25px;padding:0 8px;color:#fff;background:#0000003d;border:1px solid rgba(255,255,255,.2);border-radius:999px;font-size:10px;font-weight:700;line-height:1;letter-spacing:-.01em;text-shadow:0 1px 4px rgba(0,0,0,.3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.fexx-story__likes svg{width:12px;height:12px}.fexx-story.is-liked .fexx-story__likes{color:#ff375f;background:#ffffffe6;text-shadow:none}.fexx-story__product{position:absolute;z-index:2;right:7px;bottom:8px;left:7px;display:flex;align-items:center;gap:7px;min-height:43px;padding:6px;overflow:hidden;text-align:left;background:rgba(var(--fs-product-bg),var(--fs-product-opacity, .9));border:1px solid rgba(255,255,255,.5);border-radius:9px;box-shadow:0 5px 18px #00000014;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.fexx-story__product-image{flex:0 0 31px;width:31px;height:31px;object-fit:cover;background:#fff;border-radius:6px}.fexx-story__product-copy{min-width:0;flex:1}.fexx-story__product-title{display:block;overflow:hidden;color:#1d1d1f;font-size:9px;font-weight:550;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.fexx-story__prices{display:flex;align-items:baseline;gap:4px;margin-top:2px;white-space:nowrap}.fexx-story__price{color:#111;font-size:10px;font-weight:750;line-height:1.1}.fexx-story__compare{color:#777;font-size:7px;line-height:1.1;text-decoration:line-through}.fexx-story__progress{position:absolute;z-index:3;right:0;bottom:0;left:0;height:3px;overflow:hidden;background:#ffffff2e}.fexx-story__progress:after{content:"";display:block;width:100%;height:100%;background:#fffffffa;transform:scaleX(0);transform-origin:left center}.fexx-story.is-active .fexx-story__progress:after{animation:fexxStoryProgress var(--fs-preview-duration) linear forwards}@keyframes fexxStoryProgress{to{transform:scaleX(1)}}.fexx-stories[data-card-style=compact] .fexx-story{aspect-ratio:1 / 1;border-radius:50%;box-shadow:0 5px 18px #00000012,0 0 0 2px #fffffff2,0 0 0 3px #11111129}.fexx-stories[data-card-style=compact] .fexx-story__product{display:none}.fexx-stories[data-card-style=compact] .fexx-story__shade{height:38%;opacity:.68}.fexx-stories[data-card-style=compact] .fexx-story__sound{top:7px;left:7px;width:22px;height:22px}.fexx-stories[data-card-style=compact] .fexx-story__sound svg{width:12px;height:12px}.fexx-stories[data-card-style=compact] .fexx-story__likes{top:auto;right:50%;bottom:9px;min-height:20px;padding:0 6px;font-size:9px;transform:translate(50%)}.fexx-stories[data-card-style=compact] .fexx-story__likes svg{width:10px;height:10px}.fexx-stories[data-card-style=compact] .fexx-story__progress{right:18%;left:18%;bottom:3px;border-radius:999px}.fexx-stories-modal[hidden]{display:none!important}.fexx-stories-modal{position:fixed;z-index:999999;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:0;color:#fff}.fexx-stories-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d6;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.fexx-stories-modal__dialog{position:relative;z-index:1;width:min(100%,var(--fs-modal-width));height:min(100dvh,920px);overflow:hidden;background:#111;border-radius:var(--fs-modal-radius);box-shadow:0 28px 90px #0000006b}.fexx-stories-modal__media,.fexx-stories-modal__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.fexx-stories-modal__video{display:block;object-fit:cover;background:#111}.fexx-stories-modal__media:after{content:"";position:absolute;top:48%;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to top,rgba(0,0,0,.74),transparent)}.fexx-stories-modal__top{position:absolute;z-index:4;top:max(14px,env(safe-area-inset-top));right:14px;left:14px;display:flex;justify-content:space-between}.fexx-stories-modal__icon,.fexx-stories-modal__nav,.fexx-stories-modal__side-button{display:grid;place-items:center;padding:0;color:#fff;background:#00000042;border:1px solid rgba(255,255,255,.2);border-radius:999px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);cursor:pointer}.fexx-stories-modal__icon{width:36px;height:36px}.fexx-stories-modal__icon svg,.fexx-stories-modal__side-button svg{width:18px;height:18px}.fexx-stories-modal__nav{position:absolute;z-index:4;top:44%;width:36px;height:50px;transform:translateY(-50%)}.fexx-stories-modal__nav svg{width:21px;height:21px}.fexx-stories-modal__nav--prev{left:10px}.fexx-stories-modal__nav--next{right:10px}.fexx-stories-modal__side{position:absolute;z-index:4;right:14px;bottom:116px;display:grid;gap:9px}.fexx-stories-modal__side-button{width:38px;height:38px}.fexx-stories-modal__like{display:flex;flex-direction:column;align-items:center;gap:4px;width:44px;padding:0;color:#fff;background:transparent;border:0;cursor:pointer;appearance:none;-webkit-appearance:none}.fexx-stories-modal__like[hidden]{display:none!important}.fexx-stories-modal__like-icon{display:grid;place-items:center;width:38px;height:38px;color:#fff;background:#00000042;border:1px solid rgba(255,255,255,.2);border-radius:999px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .2s ease,color .2s ease,background .2s ease}.fexx-stories-modal__like-icon svg{width:19px;height:19px}.fexx-stories-modal__like-count{color:#fff;font-size:10px;font-weight:750;line-height:1;text-shadow:0 1px 5px rgba(0,0,0,.55)}.fexx-stories-modal__like.is-liked .fexx-stories-modal__like-icon{color:#ff375f;background:#fffffff0;transform:scale(1.06)}.fexx-stories-modal__like.is-liked .fexx-stories-modal__like-icon svg{fill:currentColor}.fexx-stories-modal__like:focus-visible{outline:2px solid #fff;outline-offset:3px;border-radius:12px}.fexx-stories-modal__bottom{position:absolute;z-index:4;right:16px;bottom:max(22px,env(safe-area-inset-bottom));left:16px}.fexx-stories-modal__product{display:flex;align-items:center;gap:10px;min-width:0;margin:0 0 12px}.fexx-stories-modal__product-image{flex:0 0 52px;width:52px;height:52px;object-fit:cover;background:#fff;border-radius:9px}.fexx-stories-modal__product-copy{min-width:0;flex:1}.fexx-stories-modal__product-title{margin:0;overflow:hidden;color:#fff;font-size:12px;font-weight:550;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.fexx-stories-modal__prices{display:flex;align-items:baseline;gap:7px;margin-top:4px}.fexx-stories-modal__price{color:#fff;font-size:14px;font-weight:750}.fexx-stories-modal__compare{color:#fff9;font-size:10px;text-decoration:line-through}.fexx-stories-modal__cta{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;padding:0 14px;color:var(--fs-button-text);background:var(--fs-button-bg);border-radius:8px;font-size:12px;font-weight:700;text-decoration:none}.fexx-stories-modal__cta svg{width:17px;height:17px}.fexx-stories-modal__timeline{position:absolute;z-index:5;right:0;bottom:0;left:0;height:3px;background:#ffffff2e}.fexx-stories-modal__timeline-fill{display:block;width:100%;height:100%;background:#fff;transform:scaleX(0);transform-origin:left center}body.fexx-stories-modal-open{overflow:hidden}@media screen and (min-width:750px){.fexx-stories__inner{padding:var(--fs-padding-top-desktop, 28px) var(--fs-page-padding-desktop, 28px) var(--fs-padding-bottom-desktop, 28px)}.fexx-stories__header{margin-bottom:var(--fs-heading-gap-desktop, 18px)}.fexx-stories__title{font-size:var(--fs-title-desktop, 28px)}.fexx-stories__subtitle{font-size:var(--fs-subtitle-desktop, 14px)}.fexx-stories__track{gap:var(--fs-gap-desktop)}.fexx-story{flex-basis:var(--fs-card-width-desktop);width:var(--fs-card-width-desktop)}}@media screen and (max-width:749px){.fexx-stories-modal__dialog{width:100%;height:100dvh;border-radius:0}.fexx-stories-modal__nav{display:none}}@media(prefers-reduced-motion:reduce){.fexx-stories__track{scroll-behavior:auto}.fexx-story,.fexx-stories-modal__icon,.fexx-stories-modal__nav,.fexx-stories-modal__side-button,.fexx-stories-modal__like-icon{transition:none}.fexx-story.is-active .fexx-story__progress:after{animation:none;transform:scaleX(1)}}
/*# sourceMappingURL=/cdn/shop/t/313/assets/fexx-shoppable-stories.css.map */
