.sr-reels-section.sr-reels-section{display:block;color:var(--sr-reels-text);background:var(--sr-reels-bg);padding:var(--sr-reels-pad-top) var(--sr-reels-pad-x) var(--sr-reels-pad-bottom);overflow:hidden}.sr-reels-section,.sr-reels-section.sr-reels-section *{box-sizing:border-box}.sr-reels-section.sr-reels-section .sr-reels-inner{width:100%;margin-inline:auto;max-width:var(--sr-reels-inner-max)}.sr-reels-section.sr-reels-section .sr-reels-header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:0 0 24px;text-align:var(--sr-reels-heading-align)}.sr-reels-section.sr-reels-section .sr-reels-header-copy{width:100%}.sr-reels-section.sr-reels-section .sr-reels-heading{margin:0;color:inherit;font-weight:600;line-height:1.1;letter-spacing:-.025em}.sr-reels-section.sr-reels-section .sr-reels-subheading{max-width:720px;margin:10px 0 0;color:inherit;font-size:15px;line-height:1.55;opacity:.72}.sr-reels-section.sr-reels-section .sr-reels-header-copy[style*=center] .sr-reels-subheading{margin-inline:auto}.sr-reels-section.sr-reels-section .sr-reels-header-copy[style*=right] .sr-reels-subheading{margin-left:auto}.sr-reels-section.sr-reels-section .sr-reels-nav{display:flex;flex:0 0 auto;gap:8px}.sr-reels-section.sr-reels-section .sr-reels-nav-button,.sr-reels-section.sr-reels-section .sr-reels-modal-icon-button,.sr-reels-section.sr-reels-section .sr-reels-modal-nav-button,.sr-reels-section.sr-reels-section .sr-reels-quantity-button,.sr-reels-section.sr-reels-section .sr-reels-gallery-thumb{-webkit-appearance:none;appearance:none;border:0;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.sr-reels-section.sr-reels-section .sr-reels-nav-button{display:grid;width:44px;height:44px;place-items:center;color:var(--sr-reels-text);background:#7f7f7f1f;background:color-mix(in srgb,var(--sr-reels-text) 7%,transparent);border:1px solid rgba(127,127,127,.3);border:1px solid color-mix(in srgb,var(--sr-reels-text) 18%,transparent);border-radius:50%;transition:opacity .2s ease,transform .2s ease,background .2s ease,box-shadow .2s ease}.sr-reels-section.sr-reels-section .sr-reels-nav-button:hover:not(:disabled){background:#7f7f7f2e;background:color-mix(in srgb,var(--sr-reels-text) 12%,transparent);transform:translateY(-1px);box-shadow:0 6px 16px #0000001a}.sr-reels-section.sr-reels-section .sr-reels-nav-button:active:not(:disabled){transform:translateY(0) scale(.94)}.sr-reels-section.sr-reels-section .sr-reels-nav-button:disabled{cursor:default;opacity:.28}.sr-reels-section.sr-reels-section .sr-reels-nav-button svg,.sr-reels-section.sr-reels-section .sr-reels-modal-icon-button svg,.sr-reels-section.sr-reels-section .sr-reels-inline-icon{display:block;width:20px;height:20px}.sr-reels-section.sr-reels-section .sr-reels-track{display:flex;align-items:flex-start;gap:var(--sr-reels-gap);width:100%;padding:2px 2px 12px;margin:-2px -2px -12px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scroll-padding-inline:2px;overscroll-behavior-x:contain;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.sr-reels-section.sr-reels-section .sr-reels-track::-webkit-scrollbar{display:none}.sr-reels-section.sr-reels-section .sr-reels-card-wrap{position:relative;flex:0 0 calc((100% - (var(--sr-reels-gap) * (var(--sr-reels-cols) - 1))) / var(--sr-reels-cols));min-width:0;aspect-ratio:9 / 16;contain:layout paint;scroll-snap-align:start;animation:sr-reels-rise .6s cubic-bezier(.2,.7,.2,1) both}@keyframes sr-reels-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.sr-reels-section.sr-reels-section .sr-reels-card-wrap:nth-child(1){animation-delay:.02s}.sr-reels-section.sr-reels-section .sr-reels-card-wrap:nth-child(2){animation-delay:.07s}.sr-reels-section.sr-reels-section .sr-reels-card-wrap:nth-child(3){animation-delay:.12s}.sr-reels-section.sr-reels-section .sr-reels-card-wrap:nth-child(4){animation-delay:.17s}.sr-reels-section.sr-reels-section .sr-reels-card-wrap:nth-child(5){animation-delay:.22s}.sr-reels-section.sr-reels-section .sr-reels-card-wrap:nth-child(n+6){animation-delay:.26s}.sr-reels-section[data-aspect="4:5"] .sr-reels-card-wrap{aspect-ratio:4 / 5}.sr-reels-section[data-aspect=custom] .sr-reels-card-wrap{height:var(--sr-reels-custom-height);aspect-ratio:auto}.sr-reels-section.sr-reels-section .sr-reels-card{position:relative;display:block;width:100%;height:100%!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;overflow:hidden;color:#fff;background:var(--sr-reels-video-bg);border:1px solid var(--sr-reels-card-border);border-radius:var(--sr-reels-radius);box-shadow:0 var(--sr-reels-card-shadow-y) var(--sr-reels-card-shadow-blur) rgba(0,0,0,var(--sr-reels-card-shadow-a));cursor:pointer;isolation:isolate;-webkit-appearance:none;appearance:none;font:inherit;letter-spacing:normal;text-transform:none;-webkit-tap-highlight-color:transparent}.sr-reels-section.sr-reels-section .sr-reels-card:after{position:absolute;inset:auto 0 0;z-index:1;height:42%;pointer-events:none;content:"";background:linear-gradient(to top,rgba(0,0,0,.34),transparent)}.sr-reels-section.sr-reels-section .sr-reels-card:hover .sr-reels-preview-video{transform:scale(1.012)}.sr-reels-section.sr-reels-section .sr-reels-preview-video,.sr-reels-section.sr-reels-section .sr-reels-modal-video{display:block;width:100%;height:100%;background:var(--sr-reels-video-bg);object-fit:var(--sr-reels-preview-fit)}.sr-reels-section.sr-reels-section .sr-reels-preview-video{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;transition:transform .45s cubic-bezier(.2,.7,.2,1)}.sr-reels-section.sr-reels-section .sr-reels-reel-label{position:absolute;top:14px;left:14px;z-index:2;max-width:calc(100% - 28px);padding:7px 10px;overflow:hidden;color:#fff;font-size:12px;font-weight:600;line-height:1;text-overflow:ellipsis;text-shadow:0 1px 8px rgba(0,0,0,.28);white-space:nowrap;background:#14141452;border:1px solid rgba(255,255,255,.25);border-radius:99px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sr-reels-section.sr-reels-section .sr-reels-product-overlay{position:absolute;right:var(--sr-reels-overlay-space);bottom:var(--sr-reels-overlay-space);left:var(--sr-reels-overlay-space);width:calc(100% - (var(--sr-reels-overlay-space) * 2));z-index:2;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-height:64px;padding:10px;color:var(--sr-reels-overlay-text);text-align:left;background:#ffffffd1;background:color-mix(in srgb,var(--sr-reels-overlay-bg) calc(var(--sr-reels-overlay-opacity) * 70%),transparent);border:1px solid rgba(0,0,0,.12);border:1px solid color-mix(in srgb,var(--sr-reels-overlay-text) 18%,transparent);border-radius:var(--sr-reels-overlay-radius);box-shadow:0 8px 24px #00000029;-webkit-backdrop-filter:blur(max(14px,var(--sr-reels-overlay-blur))) saturate(1.25);backdrop-filter:blur(max(14px,var(--sr-reels-overlay-blur))) saturate(1.25)}@supports not (backdrop-filter: blur(2px)){.sr-reels-section.sr-reels-section .sr-reels-product-overlay{background:#ffffffeb}}.sr-reels-section.sr-reels-section .sr-reels-overlay-image{width:46px;height:46px;object-fit:cover;background:#ffffff1f;border-radius:max(6px,calc(var(--sr-reels-overlay-radius) - 6px))}.sr-reels-section.sr-reels-section .sr-reels-overlay-image-placeholder{display:grid;width:46px;height:46px;place-items:center;color:currentColor;background:#7f7f7f26;border-radius:max(6px,calc(var(--sr-reels-overlay-radius) - 6px));opacity:.65}.sr-reels-section.sr-reels-section .sr-reels-overlay-copy{min-width:0}.sr-reels-section.sr-reels-section .sr-reels-overlay-title{display:block;margin:0 0 4px;overflow:hidden;color:inherit;font-size:13px;font-weight:600;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.sr-reels-section.sr-reels-section .sr-reels-overlay-price{display:flex;flex-wrap:wrap;gap:6px;color:inherit;font-size:12px;line-height:1.2}.sr-reels-section.sr-reels-section .sr-reels-compare-price,.sr-reels-section.sr-reels-section .sr-reels-price-compare{text-decoration:line-through;opacity:.62}.sr-reels-section.sr-reels-section .sr-reels-placeholder{display:grid;min-height:300px;place-items:center;padding:24px;color:var(--sr-reels-text);text-align:center;background:#7f7f7f0d;background:color-mix(in srgb,var(--sr-reels-text) 5%,transparent);border:1px dashed rgba(127,127,127,.3);border:1px dashed color-mix(in srgb,var(--sr-reels-text) 25%,transparent);border-radius:var(--sr-reels-radius)}.sr-reels-section.sr-reels-section .sr-reels-empty-section{min-height:160px}.sr-reels-section.sr-reels-section .sr-reels-card:focus-visible{outline:2px solid rgba(255,255,255,.92);outline-offset:-5px}.sr-reels-section.sr-reels-section .sr-reels-nav-button:focus-visible,.sr-reels-section.sr-reels-section .sr-reels-modal button:focus-visible,.sr-reels-section.sr-reels-section .sr-reels-modal a:focus-visible,.sr-reels-section.sr-reels-section .sr-reels-modal select:focus-visible,.sr-reels-section.sr-reels-section .sr-reels-modal input:focus-visible{outline:2px solid currentColor;outline-offset:2px}.sr-reels-section.sr-reels-section .sr-reels-modal[hidden]{display:none}.sr-reels-section.sr-reels-section .sr-reels-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,var(--sr-reels-scrim));opacity:0;transition:opacity .22s ease}.sr-reels-section.sr-reels-section .sr-reels-modal.sr-reels-is-open{opacity:1}.sr-reels-section.sr-reels-section .sr-reels-dialog{position:relative;display:grid;grid-template-columns:minmax(320px,46%) minmax(0,54%);width:min(var(--sr-reels-modal-max-width),100%);max-height:min(760px,calc(100vh - 72px));overflow:hidden;color:#181818;background:var(--sr-reels-modal-bg);border-radius:var(--sr-reels-modal-radius);box-shadow:0 26px 80px #00000052;opacity:0;transform:scale(.975) translateY(8px);transition:opacity .22s ease,transform .28s cubic-bezier(.2,.8,.2,1)}.sr-reels-section.sr-reels-section .sr-reels-is-open .sr-reels-dialog{opacity:1;transform:none}.sr-reels-section.sr-reels-section .sr-reels-dialog.sr-reels-no-products{grid-template-columns:1fr}.sr-reels-section.sr-reels-section .sr-reels-dialog.sr-reels-no-products .sr-reels-product-panel{display:none}@media(min-width:750px){.sr-reels-section.sr-reels-section .sr-reels-dialog.sr-reels-no-products{width:min(420px,100%)}}.sr-reels-section.sr-reels-section .sr-reels-product-panel.sr-reels-switch-out-next{opacity:.25;transform:translate(-28px) scale(.99)}.sr-reels-section.sr-reels-section .sr-reels-product-panel.sr-reels-switch-out-prev{opacity:.25;transform:translate(28px) scale(.99)}.sr-reels-section.sr-reels-section .sr-reels-product-panel.sr-reels-switch-in-next{animation:sr-reels-card-in-next .34s cubic-bezier(.2,.75,.2,1) both}.sr-reels-section.sr-reels-section .sr-reels-product-panel.sr-reels-switch-in-prev{animation:sr-reels-card-in-prev .34s cubic-bezier(.2,.75,.2,1) both}@keyframes sr-reels-card-in-next{0%{opacity:0;transform:translate(34px) scale(.99)}to{opacity:1;transform:none}}@keyframes sr-reels-card-in-prev{0%{opacity:0;transform:translate(-34px) scale(.99)}to{opacity:1;transform:none}}.sr-reels-section.sr-reels-section .sr-reels-modal-video-column{position:relative;min-height:min(760px,calc(100vh - 72px));overflow:hidden;background:var(--sr-reels-video-bg)}.sr-reels-section.sr-reels-section .sr-reels-modal-video{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:var(--sr-reels-modal-video-fit)}.sr-reels-section.sr-reels-section .sr-reels-modal-video::-webkit-media-controls{display:none!important}.sr-reels-section.sr-reels-section .sr-reels-progress-track{position:absolute;top:max(14px,env(safe-area-inset-top));right:14px;left:14px;z-index:5;height:3px;background:#00000057;border-radius:99px;box-shadow:0 1px 3px #00000059;pointer-events:none}.sr-reels-section.sr-reels-section .sr-reels-progress-fill{position:relative;width:0%;height:100%;background:#fff;border-radius:99px;transform:none;transition:none;will-change:width}.sr-reels-section.sr-reels-section .sr-reels-modal-controls{position:absolute;top:calc(max(14px,env(safe-area-inset-top)) + 15px);right:14px;left:14px;z-index:4;display:flex;align-items:center;justify-content:flex-start;gap:10px;pointer-events:none}.sr-reels-section.sr-reels-section .sr-reels-modal-controls-group{display:flex;align-items:center;gap:8px;pointer-events:auto}.sr-reels-section.sr-reels-section [data-sr-reels-close]{pointer-events:auto}.sr-reels-section.sr-reels-section .sr-reels-modal-nav-button{position:absolute;top:50%;z-index:8;display:grid;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;max-width:48px!important;max-height:48px!important;padding:0!important;place-items:center;color:#fff;background:#1010109e;border:1px solid rgba(255,255,255,.3);border-radius:12px;box-shadow:0 8px 24px #0003;transform:translateY(-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer}.sr-reels-section.sr-reels-section .sr-reels-modal-nav-button svg{width:22px;height:22px}.sr-reels-section.sr-reels-section .sr-reels-modal-prev{left:max(12px,env(safe-area-inset-left))}.sr-reels-section.sr-reels-section .sr-reels-modal-next{right:max(12px,env(safe-area-inset-right))}.sr-reels-section.sr-reels-section .sr-reels-modal-close{position:absolute;top:max(14px,env(safe-area-inset-top));right:max(14px,env(safe-area-inset-right));z-index:10}.sr-reels-section.sr-reels-section .sr-reels-modal-nav-button:disabled{visibility:hidden;pointer-events:none}.sr-reels-section.sr-reels-section .sr-reels-modal-nav-button[hidden]{display:none}.sr-reels-section.sr-reels-section .sr-reels-modal-icon-button,.sr-reels-section.sr-reels-section .sr-reels-unmute-pill{display:inline-flex;min-width:44px;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:0 13px;color:#fff;font:inherit;font-size:13px;font-weight:600;background:#1010108c;border:1px solid rgba(255,255,255,.24);border-radius:99px;box-shadow:0 4px 18px #00000029;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer}.sr-reels-section.sr-reels-section .sr-reels-modal-icon-button{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;max-width:44px!important;max-height:44px!important;padding:0!important}.sr-reels-section.sr-reels-section .sr-reels-modal-icon-button[hidden],.sr-reels-section.sr-reels-section .sr-reels-unmute-pill[hidden]{display:none}.sr-reels-section.sr-reels-section .sr-reels-product-panel{min-width:0;max-height:min(760px,calc(100vh - 72px));padding:clamp(16px,1.6vw,24px);overflow:auto;overscroll-behavior:contain;background:var(--sr-reels-panel-bg)}.sr-reels-section.sr-reels-section .sr-reels-panel-heading,.sr-reels-section.sr-reels-section .sr-reels-product-title{margin:0;color:inherit;font:inherit;font-weight:600;letter-spacing:-.02em}.sr-reels-section.sr-reels-section .sr-reels-panel-heading{margin-bottom:20px;font-size:inherit;line-height:1.2}.sr-reels-section.sr-reels-section .sr-reels-product-title{line-height:1.3}.sr-reels-section.sr-reels-section .sr-reels-product-title a{color:inherit;text-decoration:none}.sr-reels-section.sr-reels-section .sr-reels-product-title a:hover{text-decoration:underline}.sr-reels-section.sr-reels-section .sr-reels-gallery-main{display:grid;width:100%;aspect-ratio:1 / 1;margin-bottom:10px;overflow:hidden;place-items:center;background:#7f7f7f14;border-radius:min(16px,var(--sr-reels-modal-radius))}.sr-reels-section.sr-reels-section .sr-reels-gallery-main img{display:block;grid-area:1 / 1;width:100%;height:100%;object-fit:contain}.sr-reels-section.sr-reels-section .sr-reels-gallery-thumbs{display:flex;gap:8px;margin-bottom:28px;padding:2px 2px 8px;overflow-x:auto;scroll-snap-type:x proximity}.sr-reels-section.sr-reels-section .sr-reels-gallery-thumb{flex:0 0 62px;width:62px;height:62px;padding:2px;overflow:hidden;background:transparent;border:1px solid rgba(0,0,0,.16);border-radius:9px;scroll-snap-align:start}.sr-reels-section.sr-reels-section .sr-reels-gallery-thumb[aria-current=true]{border-color:currentColor;box-shadow:0 0 0 1px currentColor}.sr-reels-section.sr-reels-section .sr-reels-gallery-thumb img{width:100%;height:100%;object-fit:cover;border-radius:6px}.sr-reels-section.sr-reels-section .sr-reels-fade-img{opacity:1;background-color:#7f7f7f14;background-position:center;background-repeat:no-repeat;background-size:contain;transition:filter .24s ease,transform .24s ease}.sr-reels-section.sr-reels-section .sr-reels-fade-img.sr-reels-img-pending{filter:blur(5px);transform:scale(1.01)}@keyframes sr-reels-img-spin{to{transform:rotate(360deg)}}.sr-reels-section.sr-reels-section .sr-reels-gallery-main:has(>.sr-reels-img-pending):after,.sr-reels-section.sr-reels-section .sr-reels-product-card-image:has(.sr-reels-img-pending):after{content:"";grid-area:1 / 1;align-self:center;justify-self:center;width:26px;height:26px;border:2px solid rgba(127,127,127,.28);border-top-color:#5a5a5ad9;border-radius:50%;animation:sr-reels-img-spin .7s linear infinite;pointer-events:none}.sr-reels-section.sr-reels-section .sr-reels-gallery-thumb:has(.sr-reels-img-pending){background:#7f7f7f1a}@media(prefers-reduced-motion:reduce){.sr-reels-section.sr-reels-section .sr-reels-gallery-main:has(>.sr-reels-img-pending):after,.sr-reels-section.sr-reels-section .sr-reels-product-card-image:has(.sr-reels-img-pending):after{animation-duration:2s}}.sr-reels-section.sr-reels-section .sr-reels-gallery-thumb .sr-reels-fade-img,.sr-reels-section.sr-reels-section .sr-reels-product-card-image .sr-reels-fade-img{background-size:cover}.sr-reels-section.sr-reels-section .sr-reels-fade-img.sr-reels-img-loaded{filter:none;transform:none;background-image:none}.sr-reels-section.sr-reels-section .sr-reels-image-placeholder{display:grid;width:100%;height:100%;place-items:center;color:#00000075;font-size:13px;background:#7f7f7f14}.sr-reels-section.sr-reels-section .sr-reels-product-meta{margin-top:12px}.sr-reels-section.sr-reels-section .sr-reels-price-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin:10px 0;line-height:1.3}.sr-reels-section.sr-reels-section .sr-reels-price-current{font-weight:650}.sr-reels-section.sr-reels-section .sr-reels-sale-badge{padding:4px 7px;color:#8c1d18;font-size:11px;font-weight:700;line-height:1;text-transform:uppercase;background:#f8e7e5;border-radius:4px}.sr-reels-section.sr-reels-section .sr-reels-availability{margin:8px 0 18px;color:#2f6c3e;font-size:13px}.sr-reels-section.sr-reels-section .sr-reels-availability[data-available=false]{color:#8c1d18}.sr-reels-section.sr-reels-section .sr-reels-option-group{margin:18px 0}.sr-reels-section.sr-reels-section .sr-reels-field-label{display:block;margin:0 0 7px;color:inherit;font-size:13px;font-weight:600}.sr-reels-section.sr-reels-section .sr-reels-select,.sr-reels-section.sr-reels-section .sr-reels-quantity-input{width:100%;min-height:46px;padding:0 13px;color:inherit;font:inherit;font-size:14px;background:var(--sr-reels-panel-bg);border:1px solid rgba(0,0,0,.2);border-radius:9px}.sr-reels-section.sr-reels-section .sr-reels-purchase-row{display:grid;grid-template-columns:116px minmax(0,1fr);gap:10px;margin-top:22px}.sr-reels-section.sr-reels-section .sr-reels-quantity{display:grid;grid-template-columns:36px minmax(36px,1fr) 36px;min-height:48px;overflow:hidden;border:1px solid rgba(0,0,0,.2);border-radius:9px}.sr-reels-section.sr-reels-section .sr-reels-quantity-button{display:flex;align-items:center;justify-content:center;height:100%;min-width:36px;color:inherit;background:transparent;font-size:19px;line-height:1;transition:background .15s ease}.sr-reels-section.sr-reels-section .sr-reels-quantity-button:hover{background:#7f7f7f1f}.sr-reels-section.sr-reels-section .sr-reels-quantity-button:active{background:#7f7f7f33}.sr-reels-section.sr-reels-section .sr-reels-quantity-button svg{display:block;width:15px;height:15px;pointer-events:none}.sr-reels-section.sr-reels-section .sr-reels-quantity-input{min-width:0;min-height:46px;padding:0;text-align:center;border:0;border-radius:0;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.sr-reels-section.sr-reels-section .sr-reels-quantity-input::-webkit-outer-spin-button,.sr-reels-section.sr-reels-section .sr-reels-quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.sr-reels-section.sr-reels-section .sr-reels-primary-button,.sr-reels-section.sr-reels-section .sr-reels-secondary-button{-webkit-appearance:none;appearance:none;display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:8px;padding:11px 18px;color:var(--sr-reels-button-text);font:inherit;font-weight:650;line-height:1.2;text-align:center;text-decoration:none;background:var(--sr-reels-button-bg);border:1px solid var(--sr-reels-button-bg);border-radius:9px;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.sr-reels-section.sr-reels-section .sr-reels-primary-button:hover:not(:disabled),.sr-reels-section.sr-reels-section .sr-reels-secondary-button:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.sr-reels-section.sr-reels-section .sr-reels-primary-button:active:not(:disabled),.sr-reels-section.sr-reels-section .sr-reels-secondary-button:active:not(:disabled){opacity:.82;transform:translateY(0) scale(.97)}.sr-reels-section.sr-reels-section .sr-reels-primary-button:disabled{cursor:not-allowed;opacity:.5}.sr-reels-section.sr-reels-section .sr-reels-secondary-button{width:100%;margin-top:10px;color:var(--sr-reels-secondary);background:transparent;border-color:var(--sr-reels-secondary)}.sr-reels-section.sr-reels-section .sr-reels-description{margin:24px 0 0;color:inherit;font-size:14px;line-height:1.65;opacity:.72}.sr-reels-section.sr-reels-section .sr-reels-feedback{min-height:18px;margin-top:8px;color:#8c1d18;font-size:12px;line-height:1.4}.sr-reels-section.sr-reels-section .sr-reels-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 14px}.sr-reels-section.sr-reels-section .sr-reels-product-card{min-width:0}.sr-reels-section.sr-reels-section .sr-reels-product-card-image{display:grid;width:100%;aspect-ratio:1 / 1;margin-bottom:13px;overflow:hidden;place-items:center;background:#7f7f7f14;border-radius:12px}.sr-reels-section.sr-reels-section .sr-reels-product-card-image img{grid-area:1 / 1;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.sr-reels-section.sr-reels-section .sr-reels-product-card-image:hover img{transform:scale(1.025)}.sr-reels-section.sr-reels-section .sr-reels-product-card .sr-reels-product-title{display:block;min-height:0;overflow:hidden;font-size:inherit;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.sr-reels-section.sr-reels-section .sr-reels-product-card .sr-reels-price-row{min-height:24px;margin:7px 0;font-size:inherit}.sr-reels-section.sr-reels-section .sr-reels-product-card .sr-reels-availability{margin:6px 0 12px}.sr-reels-section.sr-reels-section .sr-reels-product-card .sr-reels-primary-button{width:100%}.sr-reels-section.sr-reels-section .sr-reels-product-card .sr-reels-primary-button{min-height:44px;padding:9px 14px}.sr-reels-section.sr-reels-section .sr-reels-share-status{position:absolute;top:64px;left:14px;z-index:5;padding:7px 10px;color:#fff;font-size:12px;background:#101010b3;border-radius:6px}.sr-reels-section.sr-reels-section .sr-reels-sheet-backdrop,.sr-reels-section.sr-reels-section .sr-reels-sheet-handle,.sr-reels-section.sr-reels-section .sr-reels-swipe-hint,.sr-reels-section.sr-reels-section .sr-reels-peek-bar,.sr-reels-section.sr-reels-section .sr-reels-mobile-stack{display:none}@media(max-width:989px){.sr-reels-section.sr-reels-section .sr-reels-card-wrap{flex-basis:calc((100% - (var(--sr-reels-gap) * (var(--sr-reels-cols-tablet) - 1))) / var(--sr-reels-cols-tablet))}.sr-reels-section.sr-reels-section .sr-reels-dialog{grid-template-columns:minmax(280px,44%) minmax(0,56%)}.sr-reels-section.sr-reels-section .sr-reels-products-grid{grid-template-columns:1fr}}@media(max-width:749px){.sr-reels-section.sr-reels-section{padding-right:var(--sr-reels-pad-x-sm);padding-left:var(--sr-reels-pad-x-sm)}.sr-reels-section.sr-reels-section .sr-reels-header{margin-bottom:18px}.sr-reels-section.sr-reels-section .sr-reels-nav{display:none}.sr-reels-section.sr-reels-section .sr-reels-track{width:calc(100% + var(--sr-reels-pad-x-sm));padding-right:var(--sr-reels-pad-x-sm);scrollbar-width:none}.sr-reels-section.sr-reels-section .sr-reels-track::-webkit-scrollbar{display:none}.sr-reels-section.sr-reels-section .sr-reels-card-wrap{flex-basis:min(var(--sr-reels-mobile-width),calc(100vw - 56px))}.sr-reels-section.sr-reels-section .sr-reels-modal{display:block;width:100%;height:100vh;height:100dvh;padding:0;overflow:hidden;background:#000;overscroll-behavior:none}.sr-reels-section.sr-reels-section .sr-reels-dialog,.sr-reels-section.sr-reels-section .sr-reels-is-open .sr-reels-dialog{display:block;width:100%;height:100vh;height:100dvh;max-height:none;overflow:hidden;border-radius:0;opacity:1;transform:none!important;transition:none}.sr-reels-section.sr-reels-section .sr-reels-modal-video-column{width:100%;height:100vh;height:100dvh;min-height:0;overflow:hidden;border-radius:0}.sr-reels-section.sr-reels-section .sr-reels-modal-video-host,.sr-reels-section.sr-reels-section .sr-reels-product-panel,.sr-reels-section.sr-reels-section .sr-reels-peek-bar,.sr-reels-section.sr-reels-section .sr-reels-sheet-backdrop,.sr-reels-section.sr-reels-section .sr-reels-sheet-handle{display:none!important}.sr-reels-section.sr-reels-section .sr-reels-mobile-stack{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;width:100%;height:100vh;height:100dvh;overflow-x:hidden;overflow-y:auto;background:#000;scroll-behavior:auto;scroll-snap-type:y mandatory;scroll-padding:0;overscroll-behavior-y:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-y}.sr-reels-section.sr-reels-section .sr-reels-mobile-stack::-webkit-scrollbar,.sr-reels-section.sr-reels-section .sr-reels-mobile-products::-webkit-scrollbar{display:none}.sr-reels-section.sr-reels-section .sr-reels-mobile-reel{position:relative;width:100%;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;overflow:hidden;background:var(--sr-reels-video-bg);scroll-snap-align:start;scroll-snap-stop:always;isolation:isolate}.sr-reels-section.sr-reels-section .sr-reels-mobile-reel:before{position:absolute;top:50%;left:50%;z-index:6;width:34px;height:34px;margin:-17px 0 0 -17px;content:"";border:3px solid rgba(255,255,255,.28);border-top-color:#fff;border-radius:50%;opacity:0;pointer-events:none;transform:scale(.86);transition:opacity .16s ease,transform .16s ease}.sr-reels-section.sr-reels-section .sr-reels-mobile-reel.is-buffering:before{opacity:1;transform:scale(1);animation:sr-reels-buffer-spin .72s linear infinite}@keyframes sr-reels-buffer-spin{to{transform:rotate(360deg)}}.sr-reels-section.sr-reels-section .sr-reels-mobile-reel:after{position:absolute;right:0;bottom:0;left:0;z-index:2;height:42%;pointer-events:none;content:"";background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.12) 65%,transparent)}.sr-reels-section.sr-reels-section .sr-reels-mobile-video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;width:100%;height:100%;object-fit:var(--sr-reels-modal-video-fit);background:var(--sr-reels-video-bg)}.sr-reels-section.sr-reels-section .sr-reels-mobile-products{position:absolute;right:12px;bottom:calc(14px + env(safe-area-inset-bottom));left:12px;z-index:7;display:flex;gap:10px;padding:1px 18px 1px 1px;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-padding-left:1px;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x}.sr-reels-section.sr-reels-section .sr-reels-mobile-products.is-single{padding-right:1px}.sr-reels-section.sr-reels-section .sr-reels-mobile-product-card{flex:0 0 calc(100% - 34px);min-width:0;padding:10px;color:#fff;background:#0c0c0cc2;border:1px solid rgba(255,255,255,.22);border-radius:15px;box-shadow:0 12px 34px #0000004d;scroll-snap-align:start;-webkit-backdrop-filter:blur(16px) saturate(1.15);backdrop-filter:blur(16px) saturate(1.15)}.sr-reels-section.sr-reels-section .sr-reels-mobile-products.is-single .sr-reels-mobile-product-card{flex-basis:100%}.sr-reels-section.sr-reels-section .sr-reels-mobile-product-main{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:11px}.sr-reels-section.sr-reels-section .sr-reels-mobile-product-image{display:block;width:54px;height:54px;overflow:hidden;background:#fffffff0;border-radius:10px}.sr-reels-section.sr-reels-section .sr-reels-mobile-product-image img{display:block;width:100%;height:100%;object-fit:cover}.sr-reels-section.sr-reels-section .sr-reels-mobile-product-image-placeholder{display:grid;width:100%;height:100%;place-items:center;color:#0000008c;font-size:10px;text-align:center}.sr-reels-section.sr-reels-section .sr-reels-mobile-product-copy{min-width:0}.sr-reels-section.sr-reels-section .sr-reels-mobile-product-title{display:-webkit-box;margin:0 0 5px;overflow:hidden;color:#fff;font-size:13px;font-weight:650;line-height:1.25;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sr-reels-section.sr-reels-section .sr-reels-mobile-product-price{display:flex;flex-wrap:wrap;gap:7px;align-items:baseline;color:#fff;font-size:13px;line-height:1.2}.sr-reels-section.sr-reels-section .sr-reels-mobile-product-price s{font-size:12px;opacity:.62}.sr-reels-section.sr-reels-section .sr-reels-mobile-product-action{display:flex;width:100%;min-height:42px;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding:9px 13px;color:#fff;font:inherit;font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;background:#000000eb;border:1px solid rgba(255,255,255,.16);border-radius:9px;-webkit-appearance:none;appearance:none;cursor:pointer}.sr-reels-section.sr-reels-section .sr-reels-mobile-product-action:disabled{cursor:not-allowed;opacity:.55}.sr-reels-section.sr-reels-section .sr-reels-mobile-product-action svg{flex:0 0 auto;width:18px;height:18px}.sr-reels-section.sr-reels-section .sr-reels-mobile-feedback{min-height:0;margin-top:6px;color:#ffd6d6;font-size:11px;line-height:1.3}.sr-reels-section.sr-reels-section .sr-reels-progress-track{top:calc(env(safe-area-inset-top) + 8px);right:10px;left:10px;z-index:12;height:3px}.sr-reels-section.sr-reels-section .sr-reels-progress-fill{transition:none;will-change:width}.sr-reels-section.sr-reels-section .sr-reels-modal-controls{top:calc(env(safe-area-inset-top) + 19px);right:72px;left:12px;z-index:12}.sr-reels-section.sr-reels-section .sr-reels-modal-close{top:calc(env(safe-area-inset-top) + 18px);right:12px;z-index:13}.sr-reels-section.sr-reels-section .sr-reels-unmute-pill{min-height:42px;padding:0 12px;font-size:12px}.sr-reels-section.sr-reels-section .sr-reels-modal-icon-button{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important}.sr-reels-section.sr-reels-section .sr-reels-modal-prev,.sr-reels-section.sr-reels-section .sr-reels-modal-next{display:none!important}.sr-reels-section.sr-reels-section .sr-reels-swipe-hint{position:absolute;bottom:calc(150px + env(safe-area-inset-bottom));left:50%;z-index:11;display:flex;flex-direction:column;align-items:center;gap:3px;color:#fffffff5;font-size:11px;font-weight:650;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 2px 10px rgba(0,0,0,.5);opacity:0;transform:translate(-50%,8px);pointer-events:none;transition:opacity .28s ease,transform .28s ease}.sr-reels-section.sr-reels-section .sr-reels-swipe-hint.sr-reels-swipe-hint-visible{opacity:1;transform:translate(-50%);animation:sr-reels-swipe-bob 1.35s ease-in-out infinite}.sr-reels-section.sr-reels-section .sr-reels-swipe-hint svg{width:28px;height:28px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35))}@keyframes sr-reels-swipe-bob{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-9px)}}}@media(max-width:420px){.sr-reels-section.sr-reels-section .sr-reels-mobile-products{right:9px;left:9px}.sr-reels-section.sr-reels-section .sr-reels-mobile-product-card{flex-basis:calc(100% - 26px)}.sr-reels-section.sr-reels-section .sr-reels-mobile-products.is-single .sr-reels-mobile-product-card{flex-basis:100%}}@media(prefers-reduced-motion:reduce){.sr-reels-section.sr-reels-section .sr-reels-track{scroll-behavior:auto}.sr-reels-section.sr-reels-section .sr-reels-card,.sr-reels-section.sr-reels-section .sr-reels-card *,.sr-reels-section.sr-reels-section .sr-reels-modal,.sr-reels-section.sr-reels-section .sr-reels-dialog,.sr-reels-section.sr-reels-section .sr-reels-fade-img,.sr-reels-section.sr-reels-section .sr-reels-progress-fill,.sr-reels-section.sr-reels-section .sr-reels-product-panel,.sr-reels-section.sr-reels-section .sr-reels-sheet-backdrop,.sr-reels-section.sr-reels-section .sr-reels-peek-bar,.sr-reels-section.sr-reels-section .sr-reels-swipe-hint,.sr-reels-section.sr-reels-section .sr-reels-nav-button,.sr-reels-section.sr-reels-section .sr-reels-primary-button,.sr-reels-section.sr-reels-section .sr-reels-secondary-button{transition-duration:.01ms!important}.sr-reels-section.sr-reels-section .sr-reels-mobile-reel.is-buffering:before,.sr-reels-section.sr-reels-section .sr-reels-dialog,.sr-reels-section.sr-reels-section .sr-reels-card-wrap,.sr-reels-section.sr-reels-section .sr-reels-swipe-hint.sr-reels-swipe-hint-visible{animation:none!important}}.sr-reels-section.sr-reels-section .sr-reels-carousel{margin-bottom:14px}.sr-reels-section.sr-reels-section .sr-reels-carousel-track{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.sr-reels-section.sr-reels-section .sr-reels-carousel-track::-webkit-scrollbar{display:none}.sr-reels-section.sr-reels-section .sr-reels-carousel-slide{position:relative;display:grid;flex:0 0 72%;aspect-ratio:1 / 1;overflow:hidden;background:#7f7f7f14;border-radius:min(14px,var(--sr-reels-modal-radius));scroll-snap-align:center}.sr-reels-section.sr-reels-section .sr-reels-carousel-image{grid-area:1 / 1;width:100%;height:100%;object-fit:cover}.sr-reels-section.sr-reels-section .sr-reels-carousel-slide:has(.sr-reels-img-pending):after{content:"";grid-area:1 / 1;align-self:center;justify-self:center;width:24px;height:24px;border:2px solid rgba(127,127,127,.28);border-top-color:#5a5a5ad9;border-radius:50%;animation:sr-reels-img-spin .7s linear infinite;pointer-events:none}.sr-reels-section.sr-reels-section .sr-reels-carousel-progress{display:flex;gap:4px;margin-top:10px}.sr-reels-section.sr-reels-section .sr-reels-carousel-seg{flex:1 1 0;height:3px;background:#7f7f7f40;border-radius:99px;cursor:pointer;transition:background .2s ease}.sr-reels-section.sr-reels-section .sr-reels-carousel-seg.is-active{background:currentColor}.sr-reels-section.sr-reels-section .sr-reels-option-group{margin:12px 0}.sr-reels-section.sr-reels-section .sr-reels-swatches{display:flex;flex-wrap:wrap;gap:8px;margin-top:7px}.sr-reels-section.sr-reels-section .sr-reels-swatch{min-width:46px;padding:9px 13px;color:inherit;font:inherit;font-size:13px;line-height:1;background:transparent;border:1px solid rgba(127,127,127,.42);border-radius:7px;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.sr-reels-section.sr-reels-section .sr-reels-swatch:hover:not(:disabled){border-color:currentColor}.sr-reels-section.sr-reels-section .sr-reels-swatch[aria-pressed=true]{border-color:currentColor;box-shadow:inset 0 0 0 1px currentColor}.sr-reels-section.sr-reels-section .sr-reels-swatch:disabled{color:#7f7f7f8c;cursor:not-allowed;opacity:.55;text-decoration:line-through}.sr-reels-section.sr-reels-section .sr-reels-quantity-row{display:flex;align-items:center;gap:10px;margin:12px 0}.sr-reels-section.sr-reels-section .sr-reels-action-row{display:flex;gap:9px;margin-top:14px}.sr-reels-section.sr-reels-section .sr-reels-action-row .sr-reels-primary-button,.sr-reels-section.sr-reels-section .sr-reels-action-row .sr-reels-secondary-button{display:inline-flex;flex:1 1 0;align-items:center;justify-content:center;gap:8px;margin:0;padding:13px 14px}.sr-reels-section.sr-reels-section .sr-reels-accordion{margin-top:16px;border-top:1px solid rgba(127,127,127,.24)}.sr-reels-section.sr-reels-section .sr-reels-accordion>summary{display:flex;align-items:center;justify-content:space-between;padding:13px 0;font-weight:600;list-style:none;cursor:pointer}.sr-reels-section.sr-reels-section .sr-reels-accordion>summary::-webkit-details-marker{display:none}.sr-reels-section.sr-reels-section .sr-reels-accordion>summary:after{content:"";width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .2s ease}.sr-reels-section.sr-reels-section .sr-reels-accordion[open]>summary:after{transform:translateY(2px) rotate(225deg)}.sr-reels-section.sr-reels-section .sr-reels-accordion .sr-reels-description{margin:0 0 14px}@media(max-width:749px){.sr-reels-section.sr-reels-section .sr-reels-carousel-slide{flex-basis:66%}.sr-reels-section.sr-reels-section .sr-reels-action-row{flex-wrap:wrap}}.sr-reels-section.sr-reels-section .sr-reels-quantity-button,.sr-reels-section.sr-reels-section .sr-reels-swatch,.sr-reels-section.sr-reels-section .sr-reels-quantity-input{appearance:none;-webkit-appearance:none;min-height:0;margin:0;letter-spacing:normal;text-transform:none;box-shadow:none}.sr-reels-section.sr-reels-section .sr-reels-quantity-button{background:transparent;border:0;border-radius:0}.sr-reels-section.sr-reels-section .sr-reels-quantity-button svg{display:block;width:15px;height:15px;opacity:1;visibility:visible}.sr-reels-section.sr-reels-section .sr-reels-quantity-input{width:100%;height:100%;padding:0;color:inherit;font:inherit;font-size:14px;text-align:center;background:transparent;border:0}.sr-reels-section.sr-reels-section .sr-reels-field-label,.sr-reels-section.sr-reels-section .sr-reels-swatch,.sr-reels-section.sr-reels-section .sr-reels-availability{font-size:13px;line-height:1.2}.sr-reels-section.sr-reels-section .sr-reels-quantity-row .sr-reels-field-label{margin:0}.sr-reels-section.sr-reels-section .sr-reels-quantity{grid-template-columns:38px minmax(40px,1fr) 38px;min-height:42px}.sr-reels-section.sr-reels-section .sr-reels-modal{font-family:inherit!important;font-size:14px!important;line-height:1.4!important}.sr-reels-section.sr-reels-section .sr-reels-modal button,.sr-reels-section.sr-reels-section .sr-reels-modal input,.sr-reels-section.sr-reels-section .sr-reels-modal select,.sr-reels-section.sr-reels-section .sr-reels-modal a{font-family:inherit!important}.sr-reels-section.sr-reels-section .sr-reels-panel-heading,.sr-reels-section.sr-reels-section .sr-reels-product-title{font-size:15px!important;font-weight:600!important}.sr-reels-section.sr-reels-section .sr-reels-price-row,.sr-reels-section.sr-reels-section .sr-reels-primary-button,.sr-reels-section.sr-reels-section .sr-reels-secondary-button,.sr-reels-section.sr-reels-section .sr-reels-select,.sr-reels-section.sr-reels-section .sr-reels-quantity-input{font-size:14px!important}.sr-reels-section.sr-reels-section .sr-reels-field-label,.sr-reels-section.sr-reels-section .sr-reels-swatch,.sr-reels-section.sr-reels-section .sr-reels-availability{font-size:13px!important}.sr-reels-section.sr-reels-section .sr-reels-quantity{display:grid!important;flex:0 0 132px!important;grid-template-columns:38px 56px 38px!important;width:132px!important;min-width:132px!important;height:44px!important;min-height:44px!important;overflow:hidden!important;background:transparent!important;border:1px solid rgba(0,0,0,.22)!important;border-radius:9px!important;box-shadow:none!important}.sr-reels-section.sr-reels-section .sr-reels-quantity-button{appearance:none!important;-webkit-appearance:none!important;display:grid!important;width:38px!important;min-width:38px!important;max-width:38px!important;height:42px!important;min-height:42px!important;max-height:42px!important;margin:0!important;padding:0!important;place-items:center!important;color:inherit!important;visibility:visible!important;opacity:1!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;line-height:1!important;transform:none!important}.sr-reels-section.sr-reels-section .sr-reels-quantity-button:before,.sr-reels-section.sr-reels-section .sr-reels-quantity-button:after{content:none!important;display:none!important;box-shadow:none!important}.sr-reels-section.sr-reels-section .sr-reels-quantity-button:hover{color:inherit!important;background:#7f7f7f1a!important;box-shadow:none!important;transform:none!important}.sr-reels-section.sr-reels-section .sr-reels-quantity-button:active{background:#7f7f7f29!important;transform:none!important}.sr-reels-section.sr-reels-section .sr-reels-quantity-symbol{display:block!important;width:auto!important;height:auto!important;color:currentColor!important;font-family:Arial,sans-serif!important;font-size:20px!important;font-weight:400!important;line-height:1!important;visibility:visible!important;opacity:1!important;pointer-events:none!important}.sr-reels-section.sr-reels-section .sr-reels-quantity-input{appearance:textfield!important;-webkit-appearance:none!important;display:block!important;width:56px!important;min-width:56px!important;max-width:56px!important;height:42px!important;min-height:42px!important;margin:0!important;padding:0!important;color:inherit!important;text-align:center!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;outline-offset:-3px!important}.sr-reels-section.sr-reels-section .sr-reels-progress-track{height:4px;cursor:pointer;pointer-events:auto;touch-action:none}.sr-reels-section.sr-reels-section .sr-reels-progress-track:before{content:"";position:absolute;top:-11px;right:0;bottom:-11px;left:0}.sr-reels-section.sr-reels-section .sr-reels-progress-track:hover,.sr-reels-section.sr-reels-section .sr-reels-progress-track.is-scrubbing{height:7px}.sr-reels-section.sr-reels-section .sr-reels-progress-track.is-scrubbing .sr-reels-progress-fill{transition:none}.sr-reels-section.sr-reels-section .sr-reels-progress-track{height:4px}.sr-reels-section.sr-reels-section .sr-reels-progress-fill:after{content:"";position:absolute;top:50%;right:0;width:12px;height:12px;background:#fff;border-radius:50%;box-shadow:0 1px 4px #00000073;transform:translate(50%,-50%) scale(0);transform-origin:center;transition:transform .16s ease}.sr-reels-section.sr-reels-section .sr-reels-modal-video-host video{opacity:0;transition:opacity .2s ease}.sr-reels-section.sr-reels-section .sr-reels-modal-video-host.sr-reels-video-ready video{opacity:1}.sr-reels-section.sr-reels-section .sr-reels-modal-video-column{cursor:pointer}.sr-reels-section.sr-reels-section .sr-reels-modal-video-column:after{content:"";position:absolute;top:50%;left:50%;width:68px;height:68px;background:#00000080 no-repeat center / 26px 30px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 28' fill='%23fff'%3E%3Cpath d='M3 2l18 12L3 26z'/%3E%3C/svg%3E");border-radius:50%;opacity:0;transform:translate(-50%,-50%) scale(.8);transition:opacity .18s ease,transform .18s ease;pointer-events:none}.sr-reels-section.sr-reels-section .sr-reels-modal-video-column.sr-reels-is-paused:after{opacity:1;transform:translate(-50%,-50%) scale(1)}.sr-reels-section.sr-reels-section .sr-reels-dialog{border-radius:clamp(14px,var(--sr-reels-modal-radius),22px)}.sr-reels-section.sr-reels-section .sr-reels-modal-video-column{border-radius:clamp(14px,var(--sr-reels-modal-radius),22px) 0 0 clamp(14px,var(--sr-reels-modal-radius),22px)}.sr-reels-section.sr-reels-section .sr-reels-product-panel{border-radius:0 clamp(14px,var(--sr-reels-modal-radius),22px) clamp(14px,var(--sr-reels-modal-radius),22px) 0}@media(max-width:749px){.sr-reels-section.sr-reels-section .sr-reels-modal-video-column,.sr-reels-section.sr-reels-section .sr-reels-product-panel{border-radius:0}}@media(prefers-reduced-motion:reduce){.sr-reels-section.sr-reels-section .sr-reels-modal-video-host video{transition:none}}.sr-reels-section.sr-reels-section .sr-reels-progress-track{height:4px;overflow:visible;background:#ffffff4d;box-shadow:0 1px 4px #00000073}.sr-reels-section.sr-reels-section .sr-reels-progress-fill{box-shadow:0 0 5px #00000059}.sr-reels-section.sr-reels-section .sr-reels-progress-fill:after{content:"";position:absolute;top:50%;right:0;width:13px;height:13px;background:#fff;border-radius:50%;box-shadow:0 1px 5px #00000080;transform:translate(50%,-50%) scale(0);transition:transform .15s ease}.sr-reels-section.sr-reels-section .sr-reels-modal-video-column:hover .sr-reels-progress-fill:after,.sr-reels-section.sr-reels-section .sr-reels-progress-track.is-scrubbing .sr-reels-progress-fill:after{transform:translate(50%,-50%) scale(1)}.sr-reels-section.sr-reels-section .sr-reels-progress-track:hover,.sr-reels-section.sr-reels-section .sr-reels-progress-track.is-scrubbing{height:6px}.sr-reels-section.sr-reels-section .sr-reels-modal-video-host{background-position:center;background-size:cover;background-repeat:no-repeat}.sr-reels-section.sr-reels-section .sr-reels-dialog{backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-style:flat}.sr-reels-section.sr-reels-section .sr-reels-modal-video-host video{backface-visibility:hidden;-webkit-backface-visibility:hidden}.sr-reels-section.sr-reels-section .sr-reels-progress-track{top:0;right:0;left:0;height:3px;background:#ffffff38;border-radius:0;box-shadow:none;transition:height .15s ease,background .15s ease}.sr-reels-section.sr-reels-section .sr-reels-progress-fill{background:#fff;border-radius:0;box-shadow:none}.sr-reels-section.sr-reels-section .sr-reels-progress-track:before{top:0;right:0;bottom:-16px;left:0}.sr-reels-section.sr-reels-section .sr-reels-modal-video-column:hover .sr-reels-progress-track,.sr-reels-section.sr-reels-section .sr-reels-progress-track.is-scrubbing{height:5px;background:#ffffff4d}.sr-reels-section.sr-reels-section .sr-reels-progress-fill:after{width:11px;height:11px;box-shadow:0 1px 4px #0006}@media(max-width:749px){.sr-reels-section.sr-reels-section .sr-reels-progress-track{top:0;right:0;left:0;height:2.5px}}.sr-reels-section.sr-reels-section .sr-reels-product-panel{transition:opacity .17s ease,transform .17s ease}
/*# sourceMappingURL=/cdn/shop/t/24/assets/shoppable-reels.css.map */
