.ugc-story-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.6rem}.ugc-story-modal[hidden]{display:none!important}.ugc-story-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-foreground),.55)}.ugc-story-modal:not([hidden]) .ugc-story-modal__overlay{display:block}@media screen and (min-width:750px){@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px)){.ugc-story-modal__overlay{background:rgba(var(--color-foreground),.4);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}}}.ugc-story-modal__content{position:relative;z-index:1;display:flex;align-items:stretch;max-width:calc(100vw - 3.2rem);max-height:90vh;background:rgb(var(--color-background));border-radius:1.2rem;overflow:hidden;box-shadow:0 .4rem 2.4rem rgba(var(--color-shadow),.3)}.ugc-story-modal__content:focus-visible,.ugc-story-modal__content:focus{outline:none;box-shadow:0 .4rem 2.4rem rgba(var(--color-shadow),.3)}.ugc-story-modal__stage{position:relative;flex-shrink:0;height:min(90vh,78rem);max-width:60vw;aspect-ratio:9 / 16;background:rgb(var(--color-foreground))}.ugc-story-modal__video{display:block;width:100%;height:100%;object-fit:cover}.ugc-story-modal__prebuffer{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.ugc-story-modal__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ugc-story-modal__image[hidden],.ugc-story-modal--image-only .ugc-story-modal__video,.ugc-story-modal--image-only .ugc-story-modal__play,.ugc-story-modal--image-only .ugc-story-modal__mute{display:none}.ugc-story-modal__topbar{position:absolute;top:0;right:0;z-index:3;display:flex;gap:1.2rem;padding:1.2rem}.ugc-story-modal__topbar-button{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;padding:0;border:0;border-radius:50%;cursor:pointer;background:rgba(var(--color-foreground),.45);color:rgb(var(--color-background));transition:background-color .15s ease}.ugc-story-modal__topbar-button:hover{background:rgba(var(--color-foreground),.65)}.ugc-story-modal__topbar-button:focus-visible{outline:.2rem solid rgb(var(--color-background));outline-offset:.2rem;box-shadow:none}.ugc-story-modal__topbar-button .svg-wrapper,.ugc-story-modal__mute-icon{display:flex;align-items:center;justify-content:center}.ugc-story-modal__mute-icon[hidden]{display:none}.ugc-story-modal__close svg{width:1.6rem;height:1.6rem}.ugc-story-modal__play{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:pointer;color:rgb(var(--color-background))}.ugc-story-modal__play:focus-visible{outline:.2rem solid rgb(var(--color-background));outline-offset:-.4rem;box-shadow:none}.ugc-story-modal__play-icon{display:flex;align-items:center;justify-content:center;width:6.4rem;height:6.4rem;border-radius:50%;background:rgba(var(--color-foreground),.45)}.ugc-story-modal__play-icon[hidden]{display:none}.ugc-story-modal__play-icon svg{width:2.4rem;height:2.4rem}.ugc-story-modal--no-video .ugc-story-modal__play,.ugc-story-modal--no-video .ugc-story-modal__mute,.ugc-story-modal__meta[hidden]{display:none}.ugc-story-modal__meta{position:absolute;left:0;right:0;bottom:0;z-index:2;pointer-events:none;padding:4.8rem 1.6rem 1.6rem;background:linear-gradient(to top,rgba(var(--color-foreground),.65),rgba(var(--color-foreground),0));color:rgb(var(--color-background))}.ugc-story-modal__social{display:flex;align-items:center;gap:.6rem;margin:0;font-size:1.4rem;font-weight:600}.ugc-story-modal__verified{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:.3rem;border-radius:50%;color:rgb(var(--color-background));background-color:rgba(var(--color-foreground),.32)}.ugc-story-modal__verified-icon{display:inline-flex}.ugc-story-modal__verified svg{width:1rem;height:1rem}.ugc-story-modal__verified svg path{stroke:currentColor;stroke-width:.5;stroke-linejoin:round}.ugc-story-modal__verified[hidden]{display:none}.ugc-story-modal__subtitle{margin:.4rem 0 0;font-size:1.4rem;line-height:1.4}.ugc-story-modal__subtitle[hidden]{display:none}.ugc-story-modal__views{margin:.4rem 0 0;font-size:1.2rem;opacity:.8}.ugc-story-modal__views[hidden]{display:none}.ugc-story-modal__panel{position:relative;width:40rem;min-width:28rem;max-width:100%;overflow-y:auto;padding:5.6rem 2.4rem 2.4rem}.ugc-story-modal__panel .loading__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ugc-story-modal__panel.is-loading [data-ugc-panel]{opacity:.45;transition:opacity .15s ease}.ugc-story-modal__panel .loading__spinner .path{stroke:rgb(var(--color-foreground))}.ugc-story-modal__panel.is-loading{min-height:16rem}@media screen and (min-width:991px),screen and (min-width:750px)and (max-width:990.98px)and (max-height:699.98px){.ugc-story-modal__panel{display:flex;flex-direction:column;padding:5.6rem 2.4rem}.ugc-story-modal__panel-target{margin-block:auto}}.ugc-story-modal--video-only .ugc-story-modal__panel,.ugc-story-modal--panel-failed .ugc-story-modal__panel{display:none}.ugc-story-panel__header{display:flex;align-items:flex-start;gap:1.6rem}.ugc-story-panel__image{width:7.2rem;flex-shrink:0;border-radius:.8rem;overflow:hidden}.ugc-story-panel__image img{display:block;width:100%;height:auto}.ugc-story-panel__title{color:rgb(var(--color-foreground));text-decoration:none}.ugc-story-panel__title:hover{text-decoration:underline}.ugc-story-panel__title h2{margin:0;font-size:1.6rem;line-height:1.3}.ugc-story-panel__rating-row{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin-top:.4rem;line-height:1}.ugc-story-panel__rating{display:flex;align-items:center;gap:.6rem}.ugc-story-panel__rating[hidden]{display:none}.ugc-story-panel__rating .rating-star{--letter-spacing: .4;--font-size: 1.6}.ugc-story-panel__rating-value{font-size:1.2rem}.ugc-story-panel__price{margin-top:.6rem}.ugc-story-panel__cta.button,.ugc-story-panel__cta.button:after{border-radius:.8rem}@media screen and (min-width:991px),screen and (min-width:750px)and (max-width:990.98px)and (max-height:699.98px){.ugc-story-panel__header:has(.ugc-story-panel__image){display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto 1fr auto;gap:0 1.6rem;align-items:start}.ugc-story-panel__header:has(.ugc-story-panel__image) .ugc-story-panel__meta{display:contents}.ugc-story-panel__image{grid-column:1;grid-row:1 / span 2}.ugc-story-panel__title{grid-column:2;grid-row:1}.ugc-story-panel__rating-row{grid-column:2;grid-row:2;align-self:start}.ugc-story-panel__header:has(.ugc-story-panel__image) .ugc-story-panel__price{grid-column:1 / -1;grid-row:3;margin-top:1.6rem}}.ugc-story-panel__picker-trigger{display:none}.ugc-story-panel__pickers{margin-top:2rem}.ugc-story-panel__picker+.ugc-story-panel__picker{margin-top:1.6rem}.ugc-story-panel__picker-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:1rem}.ugc-story-panel__picker-title{font-size:1.3rem;color:rgba(var(--color-foreground),.7)}.ugc-story-panel__picker-title-value{font-weight:600;color:rgb(var(--color-foreground))}.ugc-story-panel__picker-close{display:none}.ugc-story-panel__swatches,.ugc-story-panel__sizes{display:flex;flex-wrap:wrap;gap:.8rem;margin:0;padding:0;border:0}.ugc-story-panel__swatches{--swatch-input--size: 2.8rem}.ugc-story-panel__swatches.product-form__input--swatch .swatch-input__input+.swatch-input__label{margin:0}.ugc-story-panel__size{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:4.4rem;min-height:4rem;padding:0 1.2rem;border:.1rem solid rgba(var(--color-foreground),.35);border-radius:.8rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:1.4rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.ugc-story-panel__size:hover{border-color:rgb(var(--color-foreground))}.ugc-story-panel__size-input:checked+.ugc-story-panel__size{background:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.ugc-story-panel__size-input:focus-visible+.ugc-story-panel__size{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem;box-shadow:none}.ugc-story-panel__size-input.disabled+.ugc-story-panel__size{border-color:rgba(var(--color-foreground),.2);color:rgba(var(--color-foreground),.4);text-decoration:line-through}.ugc-story-panel__size-input.disabled:checked+.ugc-story-panel__size,.ugc-story-panel__size-input:disabled:checked+.ugc-story-panel__size{color:rgba(var(--color-background),.6)}.ugc-story-panel__size-badge{position:absolute;top:-.8rem;right:-.6rem;padding:.1rem .5rem;border-radius:.6rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:.9rem;line-height:1.4;white-space:nowrap;text-decoration:none}.ugc-story-panel product-form{display:block;margin-top:2rem}.ugc-story-panel .product-form__error-message-wrapper{display:flex;align-items:center;gap:.6rem;margin-bottom:.8rem;font-size:1.3rem}.ugc-story-panel .product-form__error-message-wrapper[hidden]{display:none}.ugc-story-panel .product-form__error-message-wrapper .svg-wrapper{display:flex;flex-shrink:0;width:1.4rem;height:1.4rem}.ugc-story-panel__trust{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem .8rem;margin:1.6rem 0 0;padding:0;list-style:none;font-size:1.2rem;color:rgba(var(--color-foreground),.7)}.ugc-story-panel__trust-item{display:inline-flex;align-items:center}.ugc-story-panel__trust-item:not(:last-child):after{content:"\b7";margin-left:.8rem}@media screen and (min-width:991px),screen and (min-width:750px)and (max-width:990.98px)and (max-height:699.98px){.ugc-story-panel__trust{font-size:1.1rem;line-height:1.4;gap:.2rem .6rem}.ugc-story-panel__trust-item:not(:last-child):after{margin-left:.6rem}}@media screen and (max-width:749.98px){.ugc-story-modal{padding:0}.ugc-story-modal__content{width:100%;max-width:none;height:100vh;height:100dvh;max-height:none;border-radius:0}}@media screen and (min-width:750px)and (max-width:990.98px)and (min-height:700px){.ugc-story-modal__content{width:min(clamp(50rem,68vw,56rem),50.625vh);width:min(clamp(50rem,68vw,56rem),50.625dvh);aspect-ratio:9 / 16;max-height:90dvh;border-radius:1.2rem}.ugc-story-modal__panel{transform:translateZ(0)}}@media screen and (max-width:749.98px),screen and (min-width:750px)and (max-width:990.98px)and (min-height:700px){.ugc-story-modal__content{display:block}.ugc-story-modal__stage{position:absolute;top:0;right:0;bottom:0;left:0;height:auto;max-width:none;aspect-ratio:auto}.ugc-story-modal__topbar{padding-top:calc(1.2rem + env(safe-area-inset-top))}.ugc-story-modal__meta{bottom:calc(var(--ugc-sheet-height, 0px) - 1.6rem);padding-bottom:3.2rem}.ugc-story-modal__panel{--ugc-panel-pad-top: 1.2rem;--ugc-panel-pad-bottom: calc(1rem + env(safe-area-inset-bottom)) ;position:absolute;left:0;right:0;bottom:0;z-index:2;width:auto;min-width:0;overflow:visible;padding:var(--ugc-panel-pad-top) 1.6rem var(--ugc-panel-pad-bottom);border-radius:1.6rem 1.6rem 0 0;background:rgb(var(--color-background));box-shadow:0 -.4rem 2.4rem rgba(var(--color-shadow),.25)}.ugc-story-modal__panel-target{max-height:calc(56vh - var(--ugc-panel-pad-top) - var(--ugc-panel-pad-bottom));max-height:calc(56dvh - var(--ugc-panel-pad-top) - var(--ugc-panel-pad-bottom));overflow-y:auto;-webkit-overflow-scrolling:touch}.ugc-story-modal__panel.is-loading{min-height:12rem}.ugc-story-panel__pickers{display:flex;gap:.8rem;align-items:flex-start;margin-top:1rem}.ugc-story-panel__picker{flex:1 1 0;min-width:0}.ugc-story-panel__picker+.ugc-story-panel__picker{margin-top:0}.ugc-story-panel__picker-trigger{display:flex;align-items:center;justify-content:space-between;gap:.8rem;width:100%;min-height:4rem;padding:0 1.2rem;border:.1rem solid rgba(var(--color-foreground),.35);border-radius:.8rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:1.4rem;cursor:pointer}.ugc-story-panel__picker-trigger:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem;box-shadow:none}.ugc-story-panel__picker-caret{flex-shrink:0}.ugc-story-panel__picker-trigger-swatch{--swatch-input--size: 1.8rem;flex-shrink:0;display:inline-flex}.ugc-story-panel__picker-trigger-value{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.ugc-story-panel__picker-popover .ugc-story-panel__picker-head{flex-shrink:0;margin-bottom:1.2rem}.ugc-story-panel__picker-popover .ugc-story-panel__picker-title{text-transform:uppercase;letter-spacing:.04em;font-size:1.2rem}.ugc-story-panel__picker-close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.8rem;height:2.8rem;padding:0;border:0;border-radius:50%;background:rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground));cursor:pointer}.ugc-story-panel__picker-close svg{width:1.2rem;height:1.2rem}.ugc-story-panel__picker-popover:before{content:"";display:block;width:3.6rem;height:.4rem;margin:0 auto 1.2rem;border-radius:.4rem;background:rgba(var(--color-foreground),.25)}.ugc-story-panel__picker-popover .ugc-story-panel__swatches{--swatch-input--size: 3.4rem;gap:1rem;padding:.4rem}.ugc-story-panel__picker-popover{position:fixed;left:0;right:0;bottom:0;z-index:4;display:none;flex-direction:column;max-height:72vh;max-height:72dvh;overflow:hidden;-webkit-overflow-scrolling:touch;padding:2rem 1.6rem calc(2rem + env(safe-area-inset-bottom));border-radius:1.6rem 1.6rem 0 0;background:rgb(var(--color-background));box-shadow:0 -.4rem 2.4rem rgba(var(--color-shadow),.35)}.ugc-story-panel__picker-popover.is-open{display:flex}.ugc-story-panel__picker-popover .ugc-story-panel__sizes{margin-top:0}.ugc-story-panel__picker-popover .ugc-story-panel__swatches,.ugc-story-panel__picker-popover .ugc-story-panel__sizes{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.ugc-story-panel__image{width:6.4rem}.ugc-story-panel__price .price-item{font-size:1.35rem}.ugc-story-panel__price{margin-top:.4rem}.ugc-story-panel product-form{margin-top:1rem}.ugc-story-panel__trust{display:none}}@media(prefers-reduced-motion:reduce){.ugc-story-modal__topbar-button,.ugc-story-panel__size{transition:none}}.ugc-story-panel__rating{--ugc-star-gold: #f5b53d}.ugc-story-panel__rating .rating-star:before{background-image:linear-gradient(90deg,var(--ugc-star-gold) var(--percent),rgba(var(--color-foreground),.18) var(--percent))}.ugc-story-modal--paused .ugc-story-modal__meta:not([hidden]),.ugc-story-modal--image-only .ugc-story-modal__meta:not([hidden]),.ugc-story-modal--no-video .ugc-story-modal__meta:not([hidden]){top:0;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,#00000073,#0000 26% 52%,#000000c7)}.ugc-story-panel__price .badge,.ugc-story-panel__price .datora.discount-badge{box-sizing:border-box;border:0;min-height:0;padding:0 .6rem;border-radius:.4rem;font-size:1.1rem;font-weight:600;line-height:1.8rem;vertical-align:middle}.ugc-story-panel__price .datora.discount-badge b{font:inherit}@media screen and (max-width:749.98px),screen and (min-width:750px)and (max-width:990.98px)and (min-height:700px){.ugc-story-modal__panel,.ugc-story-panel__picker-popover{--ugc-glass-text: rgb(var(--color-background));--ugc-glass-text-dim: rgba(var(--color-background), .72);--ugc-glass-line: rgba(var(--color-background), .4);--ugc-glass-fill: rgba(var(--color-background), .12)}.ugc-story-modal__panel{background:rgba(var(--color-foreground),.6);color:var(--ugc-glass-text);box-shadow:0 .1rem rgba(var(--color-background),.14) inset,0 -.4rem 2.4rem rgba(var(--color-shadow),.45)}@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.ugc-story-modal__panel{background:rgba(var(--color-foreground),.5);-webkit-backdrop-filter:blur(18px) saturate(1.3);backdrop-filter:blur(18px) saturate(1.3)}}.ugc-story-modal__panel .loading__spinner .path{stroke:rgb(var(--color-background))}.ugc-story-panel__title,.ugc-story-panel__title h2{color:var(--ugc-glass-text)}.ugc-story-panel__rating-value,.ugc-story-panel__trust{color:var(--ugc-glass-text-dim)}.ugc-story-panel__rating .rating-star:before{background-image:linear-gradient(90deg,var(--ugc-star-gold) var(--percent),rgba(var(--color-background),.28) var(--percent))}.ugc-story-panel__price,.ugc-story-panel__price .price-item,.ugc-story-panel__price .price__sale .price-item--sale,.ugc-story-panel__price .price__regular .price-item--regular,.ugc-story-panel__price .price-item--last,.ugc-story-panel__price .discounted .price-list .price:not(.price--compare){color:var(--ugc-glass-text)}.ugc-story-panel__price s.price-item.price-item--regular,.ugc-story-panel__price .discounted .price-list .price--compare{color:var(--ugc-glass-text-dim)}.ugc-story-panel__picker-trigger{border-color:var(--ugc-glass-line);background:var(--ugc-glass-fill);color:var(--ugc-glass-text)}.ugc-story-panel__picker-trigger:focus-visible{outline-color:rgb(var(--color-background))}.ugc-story-panel__picker-popover{background:rgba(var(--color-foreground),.72);color:var(--ugc-glass-text)}@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.ugc-story-panel__picker-popover{background:rgba(var(--color-foreground),.62);-webkit-backdrop-filter:blur(18px) saturate(1.3);backdrop-filter:blur(18px) saturate(1.3);-webkit-clip-path:inset(0 round 1.6rem 1.6rem 0 0);clip-path:inset(0 round 1.6rem 1.6rem 0 0)}}.ugc-story-panel__picker-popover .ugc-story-panel__size{border-color:var(--ugc-glass-line);background:var(--ugc-glass-fill);color:var(--ugc-glass-text)}.ugc-story-panel__picker-popover .ugc-story-panel__size:hover{border-color:rgb(var(--color-background))}.ugc-story-panel__picker-popover .ugc-story-panel__size-input:checked+.ugc-story-panel__size{background:rgb(var(--color-background));border-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.ugc-story-panel__picker-popover .ugc-story-panel__size-input:focus-visible+.ugc-story-panel__size{outline-color:rgb(var(--color-background))}.ugc-story-panel__picker-popover .ugc-story-panel__size-input.disabled+.ugc-story-panel__size{border-color:rgba(var(--color-background),.22);color:rgba(var(--color-background),.45)}.ugc-story-panel__picker-popover .ugc-story-panel__size-input.disabled:checked+.ugc-story-panel__size,.ugc-story-panel__picker-popover .ugc-story-panel__size-input:disabled:checked+.ugc-story-panel__size{color:rgba(var(--color-foreground),.6)}.ugc-story-panel__picker-popover .ugc-story-panel__picker-title{color:var(--ugc-glass-text-dim)}.ugc-story-panel__picker-popover .ugc-story-panel__picker-title-value{color:var(--ugc-glass-text)}.ugc-story-panel__picker-popover .ugc-story-panel__picker-close{background:var(--ugc-glass-fill);color:var(--ugc-glass-text)}.ugc-story-panel__picker-popover:before{background:var(--ugc-glass-line)}.ugc-story-panel__picker-popover .swatch{border-color:rgba(var(--color-background),.25)}.ugc-story-panel__picker-popover .swatch-input__input:checked+.swatch-input__label{box-shadow:0 0 0 .17rem rgba(var(--color-foreground),.6),0 0 0 .3rem rgb(var(--color-background))}.ugc-story-panel__picker-popover .ugc-story-panel__swatches .swatch-input__input:focus+.swatch-input__label,.ugc-story-panel__picker-popover .ugc-story-panel__swatches .swatch-input__input:focus-visible+.swatch-input__label{outline-color:rgb(var(--color-background))}.ugc-story-panel__picker-popover .ugc-story-panel__swatches .swatch-input__input:checked:focus+.swatch-input__label,.ugc-story-panel__picker-popover .ugc-story-panel__swatches .swatch-input__input:checked:focus-visible+.swatch-input__label{box-shadow:0 0 0 .17rem rgba(var(--color-foreground),.6),0 0 0 .3rem rgb(var(--color-background))}.ugc-story-panel__cta.button{background:var(--ugc-glass-fill);color:var(--ugc-glass-text)}.ugc-story-panel__cta.button:after{box-shadow:0 0 0 .1rem var(--ugc-glass-line)}.ugc-story-panel__cta.button:not([disabled]):not(:disabled):not([aria-disabled=true]):hover:after{--border-offset: 0;box-shadow:0 0 0 .1rem var(--ugc-glass-line)}.ugc-story-panel__cta.button[aria-disabled=true],.ugc-story-panel__cta.button:disabled{opacity:1;background:rgba(var(--color-background),.06);color:rgba(var(--color-background),.55)}.ugc-story-panel__cta.button[aria-disabled=true]:after,.ugc-story-panel__cta.button[aria-disabled=true]:hover:after,.ugc-story-panel__cta.button:disabled:after{box-shadow:0 0 0 .1rem rgba(var(--color-background),.25)}.ugc-story-panel__cta.button.loading{color:transparent}.ugc-story-panel__cta.button.loading .loading__spinner .path{stroke:rgb(var(--color-background))}.ugc-story-panel__price .price--datora-loading:before{background-image:linear-gradient(90deg,rgba(var(--color-background),.1) 25%,rgba(var(--color-background),.2),rgba(var(--color-background),.1) 75%)}.ugc-story-panel .product-form__error-message-wrapper{color:var(--ugc-glass-text)}}.ugc-story-modal__pagination{position:absolute;top:0;left:0;right:0;z-index:3;display:flex;gap:4px;padding:10px 12px 0;pointer-events:none}.ugc-story-modal__pagination-segment{position:relative;flex:1 1 0;height:3px;border-radius:3px;overflow:hidden;background:rgba(var(--color-background),.35)}.ugc-story-modal__pagination-fill{position:absolute;top:0;right:0;bottom:0;left:0;transform-origin:left center;transform:scaleX(var(--fill, 0));background:rgb(var(--color-background))}.ugc-story-modal .ugc-story-modal__pagination-segment>.ugc-story-modal__pagination-fill{display:block}.ugc-story-modal .ugc-story-modal__stage>.ugc-story-modal__progress-status{display:block}.ugc-story-modal__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;padding:0;border:0;border-radius:50%;cursor:pointer;background:rgba(var(--color-foreground),.45);color:rgb(var(--color-background));transition:background-color .15s ease,opacity .15s ease}.ugc-story-modal__nav:not([aria-disabled=true]):hover{background:rgba(var(--color-foreground),.65)}.ugc-story-modal__nav:focus-visible{outline:.2rem solid rgb(var(--color-background));outline-offset:.2rem;box-shadow:none}.ugc-story-modal__nav .svg-wrapper{display:flex;align-items:center;justify-content:center}.ugc-story-modal__nav--prev{left:1.2rem}.ugc-story-modal__nav--next{right:1.2rem}.ugc-story-modal__nav:disabled{display:none}@media screen and (min-width:991px),screen and (min-width:750px)and (max-width:990.98px)and (max-height:699.98px){.ugc-story-modal__nav[aria-disabled=true]{opacity:.4;cursor:default}}.ugc-story-modal__tapzone{display:none}.ugc-story-modal__tapzone--unavailable{pointer-events:none}@media screen and (max-width:749.98px),screen and (min-width:750px)and (max-width:990.98px)and (min-height:700px){.ugc-story-modal__pagination{top:env(safe-area-inset-top)}.ugc-story-modal__topbar{padding-top:calc(2.8rem + env(safe-area-inset-top))}.ugc-story-modal__nav{opacity:0;pointer-events:none}.ugc-story-modal__nav:focus-visible{opacity:1;pointer-events:auto}.ugc-story-modal__tapzone{display:block;position:absolute;top:6rem;bottom:0;width:32%;z-index:2;cursor:pointer}.ugc-story-modal .ugc-story-modal__stage>.ugc-story-modal__tapzone{display:block}.ugc-story-modal__tapzone--prev{left:0}.ugc-story-modal__tapzone--next{right:0}}@media(prefers-reduced-motion:reduce){.ugc-story-modal__pagination-segment.is-active .ugc-story-modal__pagination-fill{transform:scaleX(1)}.ugc-story-modal__nav{transition:none}}@media screen and (max-width:389px)and (max-height:720px){.ugc-story-panel__header{gap:1.2rem}.ugc-story-panel__image{width:5.6rem}.ugc-story-panel__title h2{font-size:1.5rem;line-height:1.2}.ugc-story-panel__rating-row,.ugc-story-panel__price{margin-top:.2rem}.ugc-story-panel__pickers{margin-top:.8rem}.ugc-story-panel product-form{margin-top:.8rem}.ugc-story-modal__panel{padding:1rem 1.6rem calc(.8rem + env(safe-area-inset-bottom))}}
/*# sourceMappingURL=/cdn/shop/t/497/assets/component-ugc-story-modal.css.map */
