<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body .red-zoom{pointer-events:none}body .red-zoom__overlay,body .red-zoom__error{position:absolute;left:var(--red-zoom-thumb-x, 0px);top:var(--red-zoom-thumb-y, 0px);width:var(--red-zoom-thumb-w, 0px);height:var(--red-zoom-thumb-h, 0px)}body .red-zoom__lens{display:flex}body .red-zoom__lens-body{position:relative;overflow:hidden;flex-grow:1}body .red-zoom__lens-image{--red-zoom-lens-image-x: calc( var(--red-zoom-lens-image-base-x, 0px) + var(--red-zoom-lens-image-center-offset-x, 0px) );--red-zoom-lens-image-y: calc( var(--red-zoom-lens-image-base-y, 0px) + var(--red-zoom-lens-image-center-offset-y, 0px) );position:absolute;transform:translate(var(--red-zoom-lens-image-x)) translateY(var(--red-zoom-lens-image-y)) translateZ(0)}body .red-zoom__frame{position:absolute;top:0;left:0;width:var(--red-zoom-frame-w, 0px);height:var(--red-zoom-frame-h, 0px);transform:translate(var(--red-zoom-frame-x, 0px)) translateY(var(--red-zoom-frame-y, 0px))}body .red-zoom__frame-body{width:100%;height:100%;overflow:hidden}body .red-zoom__frame-image{width:var(--red-zoom-thumb-w, 0px);height:var(--red-zoom-thumb-h, 0px);transform:translate(var(--red-zoom-frame-image-x, 0px)) translateY(var(--red-zoom-frame-image-y, 0px)) translateZ(0)}body .red-zoom--style--magnifier{visibility:hidden;transition:visibility 0s .5s}body .red-zoom--style--magnifier .red-zoom__overlay{opacity:0;transition:opacity .5s;z-index:1;background:#ffffff4d}body .red-zoom--style--magnifier .red-zoom__overlay:before{position:relative;display:block;content:"";border-width:2px;border-style:solid;border-color:#fff3;border-top-color:#fff;left:calc(50% - 20px);top:calc(50% - 20px);width:40px;height:40px;border-radius:100%;animation-name:red-zoom-loader-animation;animation-duration:.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-play-state:paused;opacity:0}body .red-zoom--style--magnifier .red-zoom__frame{display:none}body .red-zoom--style--magnifier .red-zoom__lens{position:absolute;display:block;left:var(--red-zoom-thumb-x);top:var(--red-zoom-thumb-y);width:var(--red-zoom-thumb-w);height:var(--red-zoom-thumb-h);z-index:1;opacity:0;transition:opacity .5s;overflow:hidden}body .red-zoom--style--magnifier .red-zoom__lens:after{position:absolute;content:"";box-shadow:0 1px 9px 2px #000c;border:0 solid #fff;opacity:.5;border-radius:20px;left:calc(var(--red-zoom-mouse-x, 0px) - 80px - var(--red-zoom-thumb-x));top:calc(var(--red-zoom-mouse-y, 0px) - 80px - var(--red-zoom-thumb-y));width:160px;height:160px}body .red-zoom--style--magnifier .red-zoom__lens-body{border-radius:20px;left:calc(var(--red-zoom-mouse-x, 0px) - 80px - var(--red-zoom-thumb-x));top:calc(var(--red-zoom-mouse-y, 0px) - 80px - var(--red-zoom-thumb-y));width:160px;height:160px}body .red-zoom--style--magnifier .red-zoom__lens-image{--red-zoom-lens-image-x: calc( var(--red-zoom-lens-image-base-x, 0px) + var(--red-zoom-lens-image-center-offset-x, 0px) + var(--red-zoom-lens-image-frame-offset-x, 0px) );--red-zoom-lens-image-y: calc( var(--red-zoom-lens-image-base-y, 0px) + var(--red-zoom-lens-image-center-offset-y, 0px) + var(--red-zoom-lens-image-frame-offset-y, 0px) )}body .red-zoom--style--magnifier .red-zoom__error{display:flex;justify-content:center;align-items:center;color:#fff;padding:32px;visibility:hidden;z-index:1;opacity:0;transition:visibility 0s .5s,opacity .5s}body .red-zoom--style--magnifier.red-zoom--status--error .red-zoom__frame,body .red-zoom--style--magnifier.red-zoom--status--error .red-zoom__lens{position:absolute;left:0;top:0;width:0;height:0;display:none}body .red-zoom--style--magnifier.red-zoom--status--error .red-zoom__overlay{background:#ff0000b3}body .red-zoom--style--magnifier.red-zoom--active{transition-delay:0s;visibility:visible}body .red-zoom--style--magnifier.red-zoom--active .red-zoom__overlay{opacity:1}body .red-zoom--style--magnifier.red-zoom--active.red-zoom--status--loading .red-zoom__overlay:before{opacity:1;animation-play-state:running}body .red-zoom--style--magnifier.red-zoom--active.red-zoom--status--loaded .red-zoom__lens,body .red-zoom--style--magnifier.red-zoom--active.red-zoom--status--loaded .red-zoom__frame{opacity:1}body .red-zoom--style--magnifier.red-zoom--active.red-zoom--status--error .red-zoom__error{visibility:visible;transition-delay:0s;opacity:1}body .red-zoom--style--magnifier.red-zoom--disabled{transition-delay:0s;visibility:hidden}body .red-zoom--style--magnifier.red-zoom--disabled .red-zoom__overlay,body .red-zoom--style--magnifier.red-zoom--disabled .red-zoom__frame,body .red-zoom--style--magnifier.red-zoom--disabled .red-zoom__lens,body .red-zoom--style--magnifier.red-zoom--disabled .red-zoom__error{transition-duration:0s!important;opacity:0!important}body .red-zoom--style--overlay{visibility:hidden;transition:visibility 0s .5s}body .red-zoom--style--overlay .red-zoom__overlay{opacity:0;transition:opacity .5s;z-index:1;background:#ffffff4d}body .red-zoom--style--overlay .red-zoom__overlay:before{position:relative;display:block;content:"";border-width:2px;border-style:solid;border-color:#fff3;border-top-color:#fff;left:calc(50% - 20px);top:calc(50% - 20px);width:40px;height:40px;border-radius:100%;animation-name:red-zoom-loader-animation;animation-duration:.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-play-state:paused;opacity:0}body .red-zoom--style--overlay .red-zoom__frame{display:none}body .red-zoom--style--overlay .red-zoom__lens{position:absolute;left:var(--red-zoom-thumb-x);top:var(--red-zoom-thumb-y);width:var(--red-zoom-thumb-w);height:var(--red-zoom-thumb-h);overflow:hidden;z-index:1;opacity:0;transition:opacity .5s}body .red-zoom--style--overlay .red-zoom__error{display:flex;justify-content:center;align-items:center;color:#fff;padding:32px;visibility:hidden;z-index:1;opacity:0;transition:visibility 0s .5s,opacity .5s}body .red-zoom--style--overlay.red-zoom--status--error .red-zoom__frame,body .red-zoom--style--overlay.red-zoom--status--error .red-zoom__lens{position:absolute;left:0;top:0;width:0;height:0;display:none}body .red-zoom--style--overlay.red-zoom--status--error .red-zoom__overlay{background:#ff0000b3}body .red-zoom--style--overlay.red-zoom--active{transition-delay:0s;visibility:visible}body .red-zoom--style--overlay.red-zoom--active .red-zoom__overlay{opacity:1}body .red-zoom--style--overlay.red-zoom--active.red-zoom--status--loading .red-zoom__overlay:before{opacity:1;animation-play-state:running}body .red-zoom--style--overlay.red-zoom--active.red-zoom--status--loaded .red-zoom__lens,body .red-zoom--style--overlay.red-zoom--active.red-zoom--status--loaded .red-zoom__frame{opacity:1}body .red-zoom--style--overlay.red-zoom--active.red-zoom--status--error .red-zoom__error{visibility:visible;transition-delay:0s;opacity:1}body .red-zoom--style--overlay.red-zoom--disabled{transition-delay:0s;visibility:hidden}body .red-zoom--style--overlay.red-zoom--disabled .red-zoom__overlay,body .red-zoom--style--overlay.red-zoom--disabled .red-zoom__frame,body .red-zoom--style--overlay.red-zoom--disabled .red-zoom__lens,body .red-zoom--style--overlay.red-zoom--disabled .red-zoom__error{transition-duration:0s!important;opacity:0!important}body .red-zoom--style--window{visibility:hidden;transition:visibility 0s .5s}body .red-zoom--style--window .red-zoom__overlay{background:#e5003280;opacity:0;transition:opacity .5s;z-index:1}body .red-zoom--style--window .red-zoom__overlay:before{position:relative;display:block;content:"";border-width:2px;border-style:solid;border-color:#fff3;border-top-color:#fff;left:calc(50% - 20px);top:calc(50% - 20px);width:40px;height:40px;border-radius:100%;animation-name:red-zoom-loader-animation;animation-duration:.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-play-state:paused;opacity:0}body .red-zoom--style--window .red-zoom__frame{opacity:0;transition:opacity .5s;z-index:1;background:transparent}body .red-zoom--style--window .red-zoom__frame:after{position:absolute;content:"";border:6px solid #fff;box-sizing:border-box;box-shadow:0 1px 7px #00000040;left:-6px;top:-6px;width:calc(100% + 12px);height:calc(100% + 12px)}body .red-zoom--style--window .red-zoom__lens{position:absolute;z-index:2;opacity:0;transition:opacity .5s;background:#fff}body .red-zoom--style--window .red-zoom__lens:after{position:absolute;content:"";border:6px solid #fff;box-shadow:0 1px 9px #0003}body .red-zoom--style--window .red-zoom__lens:after{left:-6px;top:-6px;width:calc(100% + 12px);height:calc(100% + 12px)}body .red-zoom--style--window .red-zoom__error{display:flex;justify-content:center;align-items:center;color:#fff;padding:32px;visibility:hidden;z-index:1;opacity:0;transition:visibility 0s .5s,opacity .5s}body .red-zoom--style--window.red-zoom--status--error .red-zoom__frame,body .red-zoom--style--window.red-zoom--status--error .red-zoom__lens{position:absolute;left:0;top:0;width:0;height:0;display:none}body .red-zoom--style--window.red-zoom--status--error .red-zoom__overlay{background:#ff0000b3}body .red-zoom--style--window.red-zoom--active{transition-delay:0s;visibility:visible}body .red-zoom--style--window.red-zoom--active .red-zoom__overlay{opacity:1}body .red-zoom--style--window.red-zoom--active.red-zoom--status--loading .red-zoom__overlay:before{opacity:1;animation-play-state:running}body .red-zoom--style--window.red-zoom--active.red-zoom--status--loaded .red-zoom__lens,body .red-zoom--style--window.red-zoom--active.red-zoom--status--loaded .red-zoom__frame{opacity:1}body .red-zoom--style--window.red-zoom--active.red-zoom--status--error .red-zoom__error{visibility:visible;transition-delay:0s;opacity:1}body .red-zoom--style--window.red-zoom--disabled{transition-delay:0s;visibility:hidden}body .red-zoom--style--window.red-zoom--disabled .red-zoom__overlay,body .red-zoom--style--window.red-zoom--disabled .red-zoom__frame,body .red-zoom--style--window.red-zoom--disabled .red-zoom__lens,body .red-zoom--style--window.red-zoom--disabled .red-zoom__error{transition-duration:0s!important;opacity:0!important}body .red-zoom--style--window .red-zoom__lens{--window-x: calc(var(--red-zoom-thumb-x, 0px) + var(--red-zoom-thumb-w, 0px) + 32px);left:var(--window-x, 0px);top:var(--red-zoom-thumb-y, 0px);width:var(--red-zoom-thumb-w, 0px);height:var(--red-zoom-thumb-h, 0px)}body .red-zoom--style--custom{visibility:hidden;transition:visibility 0s .5s}body .red-zoom--style--custom .red-zoom__overlay{opacity:0;transition:opacity .5s;z-index:1;background:#ffffff4d}body .red-zoom--style--custom .red-zoom__overlay:before{position:relative;display:block;content:"";border-width:2px;border-style:solid;border-color:#fff3;border-top-color:#fff;left:calc(50% - 20px);top:calc(50% - 20px);width:40px;height:40px;border-radius:100%;animation-name:red-zoom-loader-animation;animation-duration:.5s;animation-timing-function:linear;animation-iteration-count:infinite;animation-play-state:paused;opacity:0}body .red-zoom--style--custom .red-zoom__frame{display:none}body .red-zoom--style--custom .red-zoom__lens{position:absolute;left:var(--red-zoom-thumb-x);top:var(--red-zoom-thumb-y);width:var(--red-zoom-thumb-w);height:var(--red-zoom-thumb-h);overflow:hidden;z-index:1;opacity:0;transition:opacity .5s}body .red-zoom--style--custom .red-zoom__error{display:flex;justify-content:center;align-items:center;color:#fff;padding:32px;visibility:hidden;z-index:1;opacity:0;transition:visibility 0s .5s,opacity .5s}body .red-zoom--style--custom.red-zoom--status--error .red-zoom__frame,body .red-zoom--style--custom.red-zoom--status--error .red-zoom__lens{position:absolute;left:0;top:0;width:0;height:0;display:none}body .red-zoom--style--custom.red-zoom--status--error .red-zoom__overlay{background:#ff0000b3}body .red-zoom--style--custom.red-zoom--active{transition-delay:0s;visibility:visible}body .red-zoom--style--custom.red-zoom--active .red-zoom__overlay{opacity:1}body .red-zoom--style--custom.red-zoom--active.red-zoom--status--loading .red-zoom__overlay:before{opacity:1;animation-play-state:running}body .red-zoom--style--custom.red-zoom--active.red-zoom--status--loaded .red-zoom__lens,body .red-zoom--style--custom.red-zoom--active.red-zoom--status--loaded .red-zoom__frame{opacity:1}body .red-zoom--style--custom.red-zoom--active.red-zoom--status--error .red-zoom__error{visibility:visible;transition-delay:0s;opacity:1}body .red-zoom--style--custom.red-zoom--disabled{transition-delay:0s;visibility:hidden}body .red-zoom--style--custom.red-zoom--disabled .red-zoom__overlay,body .red-zoom--style--custom.red-zoom--disabled .red-zoom__frame,body .red-zoom--style--custom.red-zoom--disabled .red-zoom__lens,body .red-zoom--style--custom.red-zoom--disabled .red-zoom__error{transition-duration:0s!important;opacity:0!important}body .red-zoom--style--custom .red-zoom__lens-image{--red-zoom-scale-factor: 1.5;min-width:calc(var(--red-zoom-thumb-w) * var(--red-zoom-scale-factor));min-height:calc(var(--red-zoom-thumb-h) * var(--red-zoom-scale-factor));max-width:calc(var(--red-zoom-thumb-w) * var(--red-zoom-scale-factor));max-height:calc(var(--red-zoom-thumb-h) * var(--red-zoom-scale-factor))}body .red-zoom--style--custom .red-zoom__lens{overflow:visible}body .red-zoom--style--custom .red-zoom__lens-body{background-color:transparent}body .red-zoom--style--custom .red-zoom__lens:after{opacity:0}main .e2FlagshipListingPageTemplate ngx-slider.ngx-slider .ngx-slider-pointer,.product-filter-modal.modal ngx-slider.ngx-slider .ngx-slider-pointer{display:flex;justify-content:center;align-items:center;cursor:pointer;color:#e6e7e8;background-color:#fff;font-size:12px;position:absolute;border-radius:100%;box-shadow:0 2px 4px #1e388c26}main .e2FlagshipListingPageTemplate ngx-slider.ngx-slider .ngx-slider-pointer:after,.product-filter-modal.modal ngx-slider.ngx-slider .ngx-slider-pointer:after{content:"|||";top:0%;transform:translateY(110%);background-color:unset}main .e2FlagshipListingPageTemplate ngx-slider.ngx-slider .ngx-slider-bubble,.product-filter-modal.modal ngx-slider.ngx-slider .ngx-slider-bubble{display:none}main .e2FlagshipListingPageTemplate ngx-slider.ngx-slider .ngx-slider-bar,.product-filter-modal.modal ngx-slider.ngx-slider .ngx-slider-bar{height:8px;border-radius:7.5px;background-color:#fff;border:solid 2px #e6e7e8}main .e2FlagshipListingPageTemplate ngx-slider.ngx-slider .ngx-slider-selection,.product-filter-modal.modal ngx-slider.ngx-slider .ngx-slider-selection{background-color:#ffc400}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,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) format("woff");font-weight:400;font-style:normal}.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%;font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js .vjs-modal-dialog{position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;background:linear-gradient(180deg,#000c,#fff0);overflow:auto}.video-js .vjs-modal-dialog&gt;*{box-sizing:border-box}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:50%;left:50%;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:#2b333fb3;border-radius:.3em;transition:all .4s;transform:translate(-50%,-50%)}.video-js .vjs-big-play-button .vjs-icon-placeholder:before{position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;font-family:VideoJS;font-weight:400;font-style:normal;content:"\f101"}.video-js .vjs-big-play-button:focus{border-color:#fff;background-color:#73859f;background-color:#73859f80;transition:all 0s}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal;flex:none}.video-js .vjs-play-control .vjs-icon-placeholder:before{content:"\f101"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before{content:"\f103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before{content:"\f104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before{content:"\f105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before{content:"\f106"}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-mute-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before{content:"\f107"}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.video-js .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before{content:"\f108"}.video-js .vjs-subs-caps-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before{content:"\f10c"}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\f10d";font-size:1.5em;line-height:inherit}.video-js .vjs-subtitles-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-subtitles-button .vjs-icon-placeholder:before{content:"\f10c"}.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before{content:"\f10d"}.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before{content:"\f10d"}.video-js .vjs-captions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before{content:"\f10d"}.video-js .vjs-chapters-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before{content:"\f10e"}.video-js .vjs-volume-level{font-family:VideoJS;font-weight:400;font-style:normal;position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{content:"\f111";position:absolute;font-size:.9em;z-index:1}.video-js .vjs-play-progress{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-progress:before{content:"\f111";font-size:.9em;position:absolute;right:-.5em;top:-.3333333333em;z-index:1}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before{content:"\f115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before{content:"\f116"}.video-js .vjs-descriptions-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before{content:"\f11d"}.video-js .vjs-audio-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before{content:"\f11e"}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" \f11d";font-size:1.5em;line-height:inherit}.video-js .vjs-picture-in-picture-control{display:none;cursor:pointer;flex:none}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:"\f121"}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js *{box-sizing:inherit}.video-js *:before{box-sizing:inherit}.video-js *:after{box-sizing:inherit}.video-js *:not(.vjs-visible-text)&gt;.vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.video-js *:focus:not(:focus-visible){outline:none}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin:0}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:#73859f80;transition:all 0s}.video-js button{background:none;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;appearance:none}.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible){background:none}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline:hover{width:12em}.video-js .vjs-menu-button-inline:focus{width:12em}.video-js .vjs-menu-button-inline.vjs-slider-active{width:12em}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:#2b333fb3}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.video-js .vjs-control:focus{text-shadow:0em 0em 1em white}.video-js .vjs-control:focus:before{text-shadow:0em 0em 1em white}.video-js .vjs-control:hover:before{text-shadow:0em 0em 1em white}.video-js .vjs-picture-in-picture-control{display:none}.video-js .vjs-control.vjs-visible-text{width:auto;padding-left:1em;padding-right:1em}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.video-js .vjs-progress-control.disabled{cursor:default}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-holder .vjs-play-progress{background-color:#3f5ab5;position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-load-progress{background:#73859f80}.video-js .vjs-load-progress div{background:#73859fbf}.video-js .vjs-time-tooltip{background-color:#fff;background-color:#fffc;border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background-color:#73859f;background-color:#73859f80}.video-js .vjs-slider:focus{text-shadow:0em 0em 1em white;box-shadow:0 0 1em #fff}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control:hover .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}.video-js .vjs-volume-control .vjs-mouse-display{display:none;position:absolute;width:100%;height:1px;background-color:#000;z-index:1}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel{transition:width 1s;display:flex}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel .vjs-volume-control:active{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel:active .vjs-volume-control{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel:focus .vjs-volume-control{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active{width:10em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-bar{margin:1.35em .45em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:#2b333fb3}.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip{left:1em;top:-12px}.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip{left:1em;top:-12px}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.video-js .vjs-volume-horizontal .vjs-mouse-display{width:1px;height:100%}.video-js .vjs-volume-tooltip{background-color:#fff;background-color:#fffc;border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.video-js:not(.vjs-live) .vjs-live-control{display:none}.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.video-js .vjs-seek-to-live-control{align-items:center;cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.video-js .vjs-current-time,.video-js .vjs-duration{display:none}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-button&gt;.vjs-icon-placeholder{display:block}.vjs-button&gt;.vjs-icon-placeholder:before{position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;font-size:1.8em;line-height:1.67}.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pause:before{content:"\f103"}.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mute:before{content:"\f104"}.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-low:before{content:"\f105"}.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mid:before{content:"\f106"}.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-high:before{content:"\f107"}.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-enter:before{content:"\f108"}.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-exit:before{content:"\f109"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before{content:"\f109"}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs){width:100%!important;height:100%!important;padding-top:0!important}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10b"}.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-subtitles:before{content:"\f10c"}.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before{content:"\f10c"}.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before{content:"\f10c"}.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before{content:"\f10c"}.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before{content:"\f10c"}.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-captions:before{content:"\f10d"}.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-chapters:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f110"}.vjs-icon-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle:before{content:"\f111"}.vjs-seek-to-live-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal;margin-right:.5em;color:#888}.vjs-seek-to-live-control .vjs-icon-placeholder:before{content:"\f111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f114"}.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cancel:before{content:"\f115"}.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay:before{content:"\f116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f11c"}.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio-description:before{content:"\f11d"}.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio:before{content:"\f11e"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\f11f"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\f120"}.vjs-icon-picture-in-picture-enter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-picture-in-picture-enter:before{content:"\f121"}.vjs-icon-picture-in-picture-exit{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-picture-in-picture-exit:before{content:"\f122"}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before{content:"\f122"}.video-js[tabindex="-1"]{outline:none}.video-js.vjs-fluid{width:100%;max-width:100%}.video-js.vjs-fluid:not(.vjs-audio-only-mode){height:0}.video-js.vjs-16-9{width:100%;max-width:100%}.video-js.vjs-16-9:not(.vjs-audio-only-mode){height:0;padding-top:56.25%}.video-js.vjs-4-3{width:100%;max-width:100%}.video-js.vjs-4-3:not(.vjs-audio-only-mode){height:0;padding-top:75%}.video-js.vjs-9-16{width:100%;max-width:100%}.video-js.vjs-9-16:not(.vjs-audio-only-mode){height:0;padding-top:177.7777777778%}.video-js.vjs-1-1{width:100%;max-width:100%}.video-js.vjs-1-1:not(.vjs-audio-only-mode){height:0;padding-top:100%}.video-js.vjs-fill:not(.vjs-audio-only-mode){width:100%;height:100%}.video-js.vjs-audio-only-mode .vjs-tech,.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,.video-js.vjs-audio-only-mode .vjs-fullscreen-control,.video-js.vjs-audio-only-mode .vjs-captions-button,.video-js.vjs-audio-only-mode .vjs-descriptions-button,.video-js.vjs-audio-only-mode .vjs-subs-caps-button{display:none}body.vjs-full-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;inset:0}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.vjs-lock-showing{display:block!important;opacity:1!important;visibility:visible!important}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.81666em;margin-left:-1.5em}.vjs-controls-disabled .vjs-big-play-button{display:none}.vjs-controls-disabled .vjs-control-bar{display:none!important}.vjs-has-started .vjs-big-play-button{display:none}.vjs-has-started .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started .vjs-poster,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-using-native-controls .vjs-poster,.vjs-error .vjs-big-play-button{display:none}.vjs-error .vjs-control-bar{display:none!important}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.vjs-control .vjs-button{width:100%;height:100%}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu{display:block}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content&gt;*{box-sizing:border-box}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-menu li.vjs-menu-item:focus{background-color:#73859f;background-color:#73859f80}.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:#73859f80}.vjs-menu li.vjs-selected{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-selected:focus{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.js-focus-visible .vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:#73859f80}.js-focus-visible .vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible){background:none}.js-focus-visible .video-js *:focus:not(.focus-visible){outline:none}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0em;margin-bottom:1.5em;border-top-color:#2b333fb3}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:#2b333fb3;position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing{display:block}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;transition:none}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-menu-button-inline:focus .vjs-menu{display:block;opacity:1}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.vjs-menu-button-inline.vjs-slider-active .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu{width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu{width:auto}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.vjs-no-flex .vjs-progress-control{width:auto}.vjs-no-flex .vjs-progress-control .vjs-mouse-display,.vjs-no-flex .vjs-volume-control .vjs-mouse-display{z-index:0}.vjs-no-flex .vjs-live-control,.vjs-no-flex .vjs-seek-to-live-control{display:table-cell;width:auto;text-align:left}.vjs-no-flex .vjs-current-time,.vjs-no-flex .vjs-duration{display:none}.vjs-audio-only-mode .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;transition:visibility 1s,opacity 1s}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible;pointer-events:auto}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.vjs-live .vjs-progress-control,.vjs-live .vjs-time-control,.vjs-live .vjs-time-divider{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip,.vjs-mouse-display .vjs-volume-tooltip{color:#fff;background-color:#000;background-color:#000c}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em;z-index:1}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;inset:0;height:100%}.vjs-audio.vjs-has-started .vjs-poster,.vjs-has-started.vjs-audio-poster-mode .vjs-poster{display:block}.video-js.vjs-liveui .vjs-live-control{display:none}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.vjs-time-divider{display:none;line-height:3em}.vjs-text-track-display{position:absolute;inset:0 0 3em;pointer-events:none}.video-js.vjs-controls-disabled .vjs-text-track-display{bottom:1em}.video-js.vjs-controls-disabled video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.vjs-playback-rate&gt;.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-loading-spinner:after{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner{display:block;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-seeking .vjs-loading-spinner:before{animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after{animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;border-top-color:#fff;animation-delay:.44s}.vjs-waiting .vjs-loading-spinner{display:block;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-waiting .vjs-loading-spinner:before{animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;border-top-color:#fff}.vjs-waiting .vjs-loading-spinner:after{animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;border-top-color:#fff;animation-delay:.44s}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-volume-control{display:none}.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover{width:auto;width:initial}.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-volume-control{display:none}.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover{width:auto;width:initial}.video-js.vjs-layout-x-small .vjs-progress-control{display:none}.video-js.vjs-layout-x-small .vjs-custom-control-spacer{flex:auto;display:block}.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-volume-control{display:none}.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover{width:auto;width:initial}.video-js.vjs-layout-tiny .vjs-progress-control{display:none}.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer{width:auto}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:#2b333fbf;color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{display:table-cell;text-align:right;vertical-align:bottom;grid-column:1/-1}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings fieldset span&gt;select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px;padding:0;border:0;height:1px;width:1px;overflow:hidden}@supports (display: grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px;margin-right:1em}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f)}.vjs-track-settings-controls button:active{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f)}.vjs-track-settings-controls button:hover{color:#2b333fbf}}.vjs-track-setting&gt;select{margin-right:1em;margin-bottom:.5em}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}@media print{.video-js&gt;*:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}body.hideScroll::-webkit-scrollbar{display:none}body.hideScroll{-ms-overflow-style:none;scrollbar-width:none}@media (min-width: 768px){body.isMobileDevice header.headerMini .header .MoneyBack,body.isMobileDevice header.headerMini .header .StoreLocator,body.isMobileDevice header.headerMini .header .SiteLanguage,body.isTabletDevice header.headerMini .header .MoneyBack,body.isTabletDevice header.headerMini .header .StoreLocator,body.isTabletDevice header.headerMini .header .SiteLanguage{display:none}body.isMobileDevice header .header,body.isTabletDevice header .header{padding:0 20px}body.isMobileDevice header .header .MoneyBack,body.isMobileDevice header .header .StoreLocator,body.isMobileDevice header .header .SearchBox,body.isMobileDevice header .header .PnsNgStaticDownloadApps,body.isTabletDevice header .header .MoneyBack,body.isTabletDevice header .header .StoreLocator,body.isTabletDevice header .header .SearchBox,body.isTabletDevice header .header .PnsNgStaticDownloadApps{display:none}body.isMobileDevice header .header .SiteLogo,body.isTabletDevice header .header .SiteLogo{display:flex;align-items:center;height:70px;margin-right:auto}body.isMobileDevice header .header .SiteLogo e2-media.media-lg,body.isTabletDevice header .header .SiteLogo e2-media.media-lg{display:none}body.isMobileDevice header .header .SiteLogo e2-media.media-sm,body.isTabletDevice header .header .SiteLogo e2-media.media-sm{display:inline}body.isMobileDevice header .header .SiteLogo e2-media.media-sm img,body.isTabletDevice header .header .SiteLogo e2-media.media-sm img{width:40px;height:40px;margin-right:16px}body.isMobileDevice header .navigation .PnsNgStaticNavigationBar pns-navigation-bar .pns-navigation-bar-container,body.isTabletDevice header .navigation .PnsNgStaticNavigationBar pns-navigation-bar .pns-navigation-bar-container{padding:unset}body.isMobileDevice header .navigation .PnsNgStaticNavigationBar pns-header-navigation-tab .nav-item i,body.isTabletDevice header .navigation .PnsNgStaticNavigationBar pns-header-navigation-tab .nav-item i{display:none}body.isMobileDevice header .navigation .PnsNgStaticNavigationBar pns-header-navigation-tab .nav-subMenu-lv1,body.isTabletDevice header .navigation .PnsNgStaticNavigationBar pns-header-navigation-tab .nav-subMenu-lv1{display:none}body.isMobileDevice header .navigation .MobileMenu,body.isTabletDevice header .navigation .MobileMenu{display:flex;background-color:#fff;position:relative;z-index:1;padding-bottom:4px}body.isMobileDevice header .navigation .MobileMenu:after,body.isTabletDevice header .navigation .MobileMenu:after{position:absolute;left:0;right:0;bottom:0;height:4px;content:"";display:block;background-color:var(--theme-tabBackground, #3879ff)}}@media (min-width: 768px) and (max-width: 1024px){body.isMobileDevice header .navigation .MobileMenu,body.isTabletDevice header .navigation .MobileMenu{padding-bottom:0}body.isMobileDevice header .navigation .MobileMenu:after,body.isTabletDevice header .navigation .MobileMenu:after{content:unset}}body.isTabletDevice header .header .PnsNgStaticDownloadApps{display:none}@media (min-width: 1024px){body:not(.isTabletDevice) header .navigation .PnsNgStaticNavigationBar pns-header-navigation-tab .nav-subMenu-lv1{display:block}}body.isTabletDevice .modal.mobile-menu-modal .modal-dialog{width:75%;animation:fadingLeftToRightAnimation .4s ease-in-out}.product-filter-modal.modal .modal-dialog{padding-top:20px}.product-filter-modal.modal .modal-dialog .modal-content{border-radius:10px 10px 0 0}.product-filter-modal.modal .modal-dialog .modal-content .modal-header{font-size:18px;font-weight:700;border-bottom:1px solid #e6e7e8}.product-filter-modal.modal .modal-dialog .modal-content .modal-body{padding:0 16px;background-color:#f5f5f5;border-bottom:1px solid #e6e7e8}.product-filter-modal.modal .modal-dialog .modal-content .modal-body .tab-content .tab-pane{padding:20px 0 15px}.product-filter-modal.modal .modal-dialog .modal-content .modal-body .tab-content .tab-pane:not(:last-of-type){border-bottom:1px dashed #c7c7c7}.product-filter-modal.modal .modal-dialog .modal-content .modal-body .tab-content .tab-pane&gt;span{font-weight:700}.product-filter-modal.modal .modal-dialog .modal-content .modal-body .tab-content .tab-pane .filterSDD e2-checkbox label input:checked{border-color:#ffc403;background-color:#ffc403}.product-filter-modal.modal .modal-dialog .modal-content .modal-body .tab-content .tab-pane pns-facet-filter .checkbox-filter{padding:5px 0 0}.product-filter-modal.modal .modal-dialog .modal-content .modal-body .tab-content .tab-pane pns-facet-filter .checkbox-filter.extend,.product-filter-modal.modal .modal-dialog .modal-content .modal-body .tab-content .tab-pane pns-facet-filter .checkbox-filter.extendFull{padding-bottom:35px}.product-filter-modal.modal .modal-dialog .modal-content .modal-body .tab-content .tab-pane pns-facet-filter .checkbox-filter.gap{gap:15px}.product-filter-modal.modal .modal-dialog .modal-content .modal-body .tab-content .tab-pane pns-facet-filter .checkbox-filter .form-checkbox{min-width:162px;flex-grow:1}.product-filter-modal.modal .modal-dialog .modal-content .modal-body .tab-content .tab-pane pns-facet-filter .checkbox-filter .form-checkbox label{flex-grow:1}.product-filter-modal.modal .modal-dialog .modal-content .modal-body .tab-content .tab-pane pns-facet-filter .checkbox-filter .form-checkbox label span{font-size:14px;min-width:auto;word-break:break-word}.product-filter-modal.modal .modal-dialog .modal-content .modal-body .tab-content .tab-pane pns-facet-filter .checkbox-filter .filler{max-width:calc(50% - 7.5px);width:100%;min-width:162px}.product-filter-modal.modal .modal-dialog .modal-content .modal-body .tab-content .tab-pane pns-facet-filter .checkbox-filter .filler:before{min-width:162px}.product-filter-modal.modal .modal-dialog .modal-content .modal-body .tab-content .tab-pane pns-facet-filter .checkbox-filter .toggleAllBtn{box-shadow:unset;background-color:#9b9b9b26;color:#3e3e3e;font-size:14px;font-weight:500;width:122px;height:30px;border-radius:20px}.product-filter-modal.modal .modal-dialog .modal-content .modal-body .tab-content .tab-pane .slider-container{flex-direction:column;padding:25px 0 10px;align-items:flex-start}.product-filter-modal.modal .modal-dialog .modal-content .modal-body .tab-content .tab-pane .slider-container .slider-control,.product-filter-modal.modal .modal-dialog .modal-content .modal-body .tab-content .tab-pane .slider-container .slider-control .form-group{width:100%}.product-filter-modal.modal .modal-dialog .modal-content .modal-footer .applyBtn{height:50px}@keyframes borderBlink{0%,to{background-color:#fff}45%,55%{background-color:#f5fbff}}@keyframes borderBlink2{0%,to{background-color:#fff}45%,55%{background-color:#f5fbff}}@media (max-width: 767px){html[lang=en-HK] pns-my-account-listing-buy-it-again pns-shopping-list-products pns-product-tile pns-notify-me .btn-notify-me.noticed span{width:min-content;overflow:hidden;height:16px}}body .add-to-account-notification{z-index:100}body .add-to-account-notification.modal-popover{z-index:999999!important}body .add-to-account-notification .popover-arrow{z-index:2}body .add-to-account-notification .popover-arrow:before,body .add-to-account-notification .popover-arrow:after{content:"";position:absolute;left:0;right:0;z-index:2;margin:auto;width:0px;height:0px;transform:translate(-50%)}body .add-to-account-notification .popover-arrow:after{top:-9px;border-right:10px solid transparent;border-bottom:10px solid white;border-left:10px solid transparent}body .add-to-account-notification .popover-arrow:before{top:-10px;border-right:10px solid transparent;border-bottom:10px solid rgba(30,56,140,.1);border-left:10px solid transparent}body .add-to-account-notification .notification-container{position:relative;display:flex;align-items:center;justify-content:center;gap:5px;width:fit-content;padding:16px;border-radius:5px;box-shadow:0 3px 20px #1e388c26;color:#1e388c;background:#fff;white-space:nowrap}body .add-to-account-notification .notification-container .generic-link{text-decoration:none}body .add-to-account-notification .notification-container .link,body .add-to-account-notification .notification-container i{cursor:pointer;color:#3fa7f3;font-weight:700}@media (max-width: 767px){body .add-to-account-notification{justify-content:space-between}body .add-to-account-notification .popover-arrow{display:none}body .add-to-account-notification .notification-container{width:calc(100vw - 16px);background:#3e3e3e;padding:20px 16px;border-radius:4px;justify-content:space-between}body .add-to-account-notification .notification-container .content{color:#fff;font-weight:500;flex-grow:1}body .add-to-account-notification .notification-container .link{color:#ffc400}body .add-to-account-notification .notification-container i{font-size:20px;color:#ffc400}}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-cart{position:relative}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-cart .btn.btn-notify-me{height:30px;padding:0;display:flex;justify-content:center;align-items:center;width:fit-content;background:#f5f5f5;border:1px solid #f5f5f5;color:#3e3e3e}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-cart .btn.btn-notify-me:hover{background:#3fa7f3;border-color:#3fa7f3;color:#fff}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-cart .btn.btn-notify-me i{margin:0 5px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-cart e2-item-counter .input-number .input-container{height:30px;padding:0 20px!important}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-cart e2-item-counter .input-number .input-container input[type=number]{-moz-appearance:textfield}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-cart e2-item-counter .input-number .input-container input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-cart e2-item-counter .input-number.error .input-container{border-color:#f85a5a}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-cart ngb-popover-window{position:relative;inset:0 auto auto 0;margin:0;transform:translate(159px,615px)}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-cart ngb-popover-window.popover{margin-top:5px;z-index:1070;max-width:276px;min-width:150px;line-height:1.5;text-align:center;font-size:12px;color:#fff;background-color:#000;border:1px solid #000;border-radius:.3rem}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-cart ngb-popover-window.popover .popover-body{padding:10px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-cart ngb-popover-window .arrow{top:calc(-.5rem - 1px);position:absolute;display:block;width:1rem;height:.5rem}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-cart ngb-popover-window .arrow:before{position:absolute;top:0;display:block;content:"";border-color:transparent;border-bottom-color:#000;border-width:0 .5rem .5rem .5rem;border-style:solid}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-cart .errorMsg{margin-top:5px;color:#f85a5a}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-notify-me{position:relative}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-notify-me:empty{display:none}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-notify-me .btn{font-size:14px;gap:5px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-notify-me .btn.btn-oos{pointer-events:none;background:#f5f5f5}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-notify-me .btn.btn-notify-me{padding:0;display:flex;justify-content:center;align-items:center;width:fit-content;background:#f5f5f5;border:1px solid #f5f5f5;color:#3e3e3e}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-notify-me .btn.btn-notify-me.noticed{background:#3fa7f3;border-color:#3fa7f3;color:#fff}@media (hover: hover){main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-notify-me .btn.btn-notify-me:hover{background:#3fa7f3;border-color:#3fa7f3;color:#fff}}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-notify-me .btn.btn-notify-me i{font-size:18px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-cart-notification{display:flex;width:fit-content;position:absolute;left:0;right:0;top:calc(100% + 2px);margin:auto;display:block}body .add-to-cart-notification{z-index:100}body .add-to-cart-notification .popover-arrow{z-index:2}body .add-to-cart-notification .popover-arrow:before,body .add-to-cart-notification .popover-arrow:after{content:"";position:absolute;left:0;right:0;z-index:2;margin:auto;width:0px;height:0px;transform:translate(-50%)}body .add-to-cart-notification .popover-arrow:after{top:-9px;border-right:10px solid transparent;border-bottom:10px solid white;border-left:10px solid transparent}body .add-to-cart-notification .popover-arrow:before{top:-10px;border-right:10px solid transparent;border-bottom:10px solid rgba(30,56,140,.1);border-left:10px solid transparent}body .add-to-cart-notification .notification-container{position:relative;display:flex;align-items:center;justify-content:center;gap:5px;width:fit-content;padding:16px;border-radius:5px;box-shadow:0 3px 20px #1e388c26;color:#1e388c;background:#fff;white-space:nowrap}body .add-to-cart-notification .notification-container .generic-link{text-decoration:none}body .add-to-cart-notification .notification-container .link,body .add-to-cart-notification .notification-container i{cursor:pointer;color:#3fa7f3;font-weight:700}@keyframes blinkBackground{0%,50%,to{background:#f5fbff}25%,75%{background:#fff}}body.edit-cart pns-cart-entry-list .itemTable.cartItem .itemList .product e2-cart-product .productQuantity e2-item-counter .input-number{margin-top:10px}body.edit-cart pns-cart-entry-list .itemTable.cartItem .itemList .product e2-cart-product .productQuantity .donateFood{display:block!important}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .unavailableMsg,main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .errorMsg{display:none}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number{position:relative;display:flex;justify-content:space-between;align-items:center}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number .input-container{display:flex;justify-content:center;padding:0 15px!important;height:40px;align-items:center;-webkit-user-select:none;user-select:none;border-radius:20px;border:solid 1px #e6e7e8;color:#9b9b9b;background-color:#fff;min-width:105px;width:fit-content;font-weight:700}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number .input-container .disabled{background-color:transparent!important;opacity:.33}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number .input-container .minus.disabled-click-event{pointer-events:none}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number.error .input-container{border-color:#f85a5a}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number.disabled .input-container{border-color:#f85a5a}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number.disabled .errorMsg{font-weight:400;color:#f85a5a;display:block;position:absolute;width:max-content;bottom:-20px;right:50%;transform:translate(50%)}@media (max-width: 1023px){main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number.disabled .errorMsg{bottom:-25px;left:0;right:unset;transform:unset;font-size:12px}}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number .unavailableMsg{display:block;position:absolute;z-index:1;left:50%;top:0;font-size:12px;text-align:center;max-width:198px;width:max-content;padding:8px;transform:translate(-50%,-112.5%);color:#fff;background-color:#3e3e3e;border:1px solid #3e3e3e;border-radius:5px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number .unavailableMsg:after{content:"";position:absolute;left:0;right:0;bottom:-10px;margin:auto;width:0px;height:0px;border-right:10px solid transparent;border-top:10px solid #3e3e3e;border-left:10px solid transparent}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number .unavailableMsg{width:100px}}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number .notifyMsg{position:absolute;display:flex;align-items:center;justify-content:center;gap:5px;z-index:10;top:130%;left:50%;transform:translate(-50%);width:fit-content;padding:16px;border-radius:5px;box-shadow:0 3px 20px #1e388c26;color:#292d84;background:#fff;white-space:nowrap}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number .notifyMsg:after{content:"";position:absolute;left:0;right:0;top:-9px;margin:auto;width:0px;height:0px;border-right:10px solid transparent;border-bottom:10px solid white;border-left:10px solid transparent}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number .notifyMsg:before{content:"";position:absolute;left:0;right:0;top:-10px;margin:auto;width:0px;height:0px;border-right:10px solid transparent;border-bottom:10px solid rgba(30,56,140,.1);border-left:10px solid transparent}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number .notifyMsg .link,main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number .notifyMsg i{cursor:pointer;color:#3fa7f3}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number.noEdit button,main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number.noEdit i{pointer-events:none;opacity:0}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number .input-val{height:unset;font-size:16px;text-align:center;outline:none;border:none;width:100%}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number .input-val::-webkit-outer-spin-button,main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number .input-val::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number .minus,main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number .plus{cursor:pointer;color:#3f5ab5!important}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number .minus:disabled,main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile e2-item-counter .input-number .plus:disabled{background-color:transparent!important;opacity:.33}main .e2FlagshipListingPageTemplate pns-facet-filter .checkbox-filter,.product-filter-modal.modal pns-facet-filter .checkbox-filter{display:flex;padding:10px 40px;flex-wrap:wrap;position:relative;gap:0 15px}main .e2FlagshipListingPageTemplate pns-facet-filter .checkbox-filter.extend,.product-filter-modal.modal pns-facet-filter .checkbox-filter.extend{padding-bottom:30px}main .e2FlagshipListingPageTemplate pns-facet-filter .checkbox-filter.extendFull,.product-filter-modal.modal pns-facet-filter .checkbox-filter.extendFull{padding-bottom:40px}main .e2FlagshipListingPageTemplate pns-facet-filter .checkbox-filter.gap,.product-filter-modal.modal pns-facet-filter .checkbox-filter.gap{gap:0 60px}main .e2FlagshipListingPageTemplate pns-facet-filter .checkbox-filter .form-checkbox,.product-filter-modal.modal pns-facet-filter .checkbox-filter .form-checkbox{flex:0 1 calc((100% - 80px) / 6);word-break:break-all;height:60px;justify-content:flex-start}main .e2FlagshipListingPageTemplate pns-facet-filter .checkbox-filter .form-checkbox label,.product-filter-modal.modal pns-facet-filter .checkbox-filter .form-checkbox label{gap:10px}main .e2FlagshipListingPageTemplate pns-facet-filter .checkbox-filter .form-checkbox .category-qty,.product-filter-modal.modal pns-facet-filter .checkbox-filter .form-checkbox .category-qty{color:#3fa7f3;width:30px;display:flex;align-content:center;justify-content:center;border-radius:7.5px;background-color:#e0f2fdc4;font-size:10px}@media (max-width: 1023px){main .e2FlagshipListingPageTemplate pns-facet-filter .checkbox-filter .form-checkbox,.product-filter-modal.modal pns-facet-filter .checkbox-filter .form-checkbox{flex:0 1 calc((100% - 80px)/4)}}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-facet-filter .checkbox-filter .form-checkbox,.product-filter-modal.modal pns-facet-filter .checkbox-filter .form-checkbox{flex:0 1 calc((100% - 35px)/2)}}main .e2FlagshipListingPageTemplate pns-facet-filter .checkbox-filter .filler,.product-filter-modal.modal pns-facet-filter .checkbox-filter .filler{pointer-events:none;height:fit-content;max-width:155px;flex-grow:1}main .e2FlagshipListingPageTemplate pns-facet-filter .checkbox-filter .filler:before,.product-filter-modal.modal pns-facet-filter .checkbox-filter .filler:before{width:100%;min-width:155px;content:"";display:block}main .e2FlagshipListingPageTemplate pns-facet-filter .checkbox-filter .toggleAllBtn,.product-filter-modal.modal pns-facet-filter .checkbox-filter .toggleAllBtn{cursor:pointer;position:absolute;bottom:0;left:0;right:0;margin:auto;background-color:#fff;box-shadow:0 -2px 3px #1e388c1a;border-radius:72px 72px 0 0;font-size:13px;color:#3fa7f3;width:80px;height:20px;display:flex;align-items:center;justify-content:center}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-facet-filter .checkbox-filter,.product-filter-modal.modal pns-facet-filter .checkbox-filter{padding:10px;justify-content:space-between}main .e2FlagshipListingPageTemplate pns-facet-filter .checkbox-filter .form-checkbox,.product-filter-modal.modal pns-facet-filter .checkbox-filter .form-checkbox{justify-content:flex-start}}body .modal-backdrop.navSubmenu{visibility:hidden;top:var(--headerOffest, 156px)}body .modal-backdrop.navSubmenu~.modal-backdrop.navSubmenu{visibility:hidden}body .modal.navSubmenu{background-color:unset;pointer-events:none}body.modal-open{overflow:auto}body .modal.navSubmenu .modal-dialog{max-width:1440px;margin:0 auto}body .modal.navSubmenu .modal-dialog .modal-content{top:var(--headerOffest, 156px);background:unset;border:none;padding-top:9px;margin:0 40px;width:calc(100% - 80px)}body .modal.navSubmenu .nav-subMenu-lv1{position:relative;box-shadow:0 6px 10px #1e388c26;background-color:#fff;border-radius:12px;display:grid;grid-template-columns:270px 1fr;height:fit-content;overflow:hidden}body .modal.navSubmenu .nav-subMenu-lv1&gt;ul{list-style:none;margin:0;padding:0}body .modal.navSubmenu .nav-subMenu-lv1&gt;ul li:last-child{padding-bottom:4px}body .modal.navSubmenu .nav-subMenu-lv1&gt;ul li{display:flex;width:fit-content;list-style:none;margin:0;padding:0}body .modal.navSubmenu .nav-subMenu-lv1&gt;ul li .subCategorylv1{display:flex;align-items:center;background-color:#fff;color:#6d6d6d;font-size:16px;font-weight:500;min-height:38px;overflow:hidden;padding:0 15px 0 23px;width:270px;text-decoration:none}body .modal.navSubmenu .nav-subMenu-lv1&gt;ul li .subCategorylv1 i.icon-arrow-right{color:#9b9b9b;font-size:13px;margin-left:auto;padding-left:10px}body .modal.navSubmenu .nav-subMenu-lv1&gt;ul li .subCategorylv1:hover{background-color:#f5f5f5;color:#3f5ab5}body .modal.navSubmenu .nav-subMenu-lv1&gt;ul li .subCategorylv1:hover i{color:#3f5ab5}body .modal.navSubmenu .nav-subMenu-lv1&gt;ul li .subCategorylv1.active{background-color:#f5f5f5;color:#3fa7f3}body .modal.navSubmenu .nav-subMenu-lv1&gt;ul li .subCategorylv1.active i{color:#3fa7f3}body .modal.navSubmenu .nav-subMenu-lv1&gt;ul li .subCategorylv1.active~.nav-subMenu-lv2{z-index:1}body .modal.navSubmenu .nav-subMenu-lv1&gt;ul li .subCategorylv1.active~.nav-subMenu-lv2 .detail{opacity:1}body .modal.navSubmenu .nav-subMenu-lv1&gt;ul li~li{border-top:1px solid #f5f5f5}body .modal.navSubmenu .nav-subMenu-lv1:not(.navSubOpen)&gt;ul li:first-child .subCategorylv1{background-color:#f5f5f5;color:#3fa7f3}body .modal.navSubmenu .nav-subMenu-lv1:not(.navSubOpen)&gt;ul li:first-child .subCategorylv1 i{color:#3fa7f3}body .modal.navSubmenu .nav-subMenu-lv1:not(.navSubOpen)&gt;ul li:first-child .subCategorylv1~.nav-subMenu-lv2{z-index:1}body .modal.navSubmenu .nav-subMenu-lv1:not(.navSubOpen)&gt;ul li:first-child .subCategorylv1~.nav-subMenu-lv2 .detail{opacity:1}body .modal.navSubmenu .nav-subMenu-lv2{position:relative;height:100%;background-color:#f5f5f5}body .modal.navSubmenu .nav-subMenu-lv2 .detail{position:relative;display:block;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:25px 30px;transition:all .2s ease-in-out;transition-property:opacity;transition-delay:.2s}body .modal.navSubmenu .nav-subMenu-lv2 .detail::-webkit-scrollbar{height:4px;width:4px;background:transparent}body .modal.navSubmenu .nav-subMenu-lv2 .detail::-webkit-scrollbar-track{width:4px;background:#fff;margin-right:5px}body .modal.navSubmenu .nav-subMenu-lv2 .detail::-webkit-scrollbar-thumb{border-radius:10px;background:#3f5ab5;position:absolute}body .modal.navSubmenu .nav-subMenu-lv2 .detail::-webkit-scrollbar-thumb:window-inactive{background:#3f5ab5}body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item~.item{margin-top:40px}body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .item-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px}body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .item-header .title{font-size:18px;font-weight:700}body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .item-header .btn-viewAll{font-weight:500;margin-left:10px;text-decoration:none}body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .subcategory-group{display:flex;flex-wrap:wrap;background-color:#fcfcfc;border-radius:10px;overflow:hidden}body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .subcategory-group .subcategory-item{display:flex;align-items:center;border-bottom:1px solid #f2f2f2;border-right:1px solid #f2f2f2;margin-bottom:-1px;padding:9px 10px;width:25%;text-decoration:none}body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .subcategory-group .subcategory-item:nth-child(4n){border-right:none}body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .subcategory-group .subcategory-item:hover{background-color:#ffc4001a}body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .subcategory-group .subcategory-item:hover .text{color:#3fa7f3}body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .subcategory-group .subcategory-item .img{min-width:62px;width:62px;min-height:62px}body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .subcategory-group .subcategory-item .img img{display:block}body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .subcategory-group .subcategory-item .text{color:#1e388c;font-size:16px;font-weight:700;line-height:1.43;margin-left:18px}body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .subcategory-group .subcategory-item e2-media e2-loading .loading-main,body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .subcategory-group .subcategory-item e2-media .imgError{height:74px;width:74px}body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .brands-group{display:flex;flex-wrap:wrap;margin:-2px}body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .brands-group e2-media{display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:10px;border:1px solid #e6e7e8;width:125px;height:58px;margin:2px;cursor:pointer}body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .brands-group e2-media img{max-height:100%;object-fit:contain}body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .brands-group e2-media e2-loading .loading-main,body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .brands-group e2-media .imgError{height:25px;width:40px}body .modal.navSubmenu .nav-subMenu-lv2 .detail .list .item .brands-group e2-media:hover{box-shadow:0 3px 3px #1e388c33}@media (max-width: 1023px){body .modal.navSubmenu .nav-subMenu-lv1{display:none!important}}@media (min-width: 1024px){body[style*=--theme-tabBackground] header{box-shadow:unset}body[style*=--theme-tabBackground] pns-navigation-bar:after{background-color:var(--theme-tabBackground, #3879ff)}}@media (max-width: 1023px){body[style*=--theme-tabBackground] header{border-bottom:4px solid var(--theme-tabBackground, #3879ff)}}.swiper-grid&gt;.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column&gt;.swiper-wrapper{flex-wrap:wrap;flex-direction:column}@keyframes imageSearchLoading{33%{background:#3fa7f34d;box-shadow:-13px 0 #3fa7f3,13px 0 #3fa7f34d}66%{background:#3fa7f3;box-shadow:-13px 0 #3fa7f34d,13px 0 #3fa7f34d}to{background:#3fa7f34d;box-shadow:-13px 0 #3fa7f34d,13px 0 #3fa7f3}}body .mobile-menu-modal.modal pns-product-search-box .form-group .icon-upload{display:block;filter:brightness(0) invert(66%) sepia(0%) saturate(0%) hue-rotate(216deg) brightness(93%) contrast(91%)}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,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) format("woff");font-weight:400;font-style:normal}@keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{to{transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}to{border-top-color:#73859f}}@keyframes load{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes spin{0%,to{box-shadow:.2em 0 0 0 currentcolor}12%{box-shadow:.2em .2em 0 0 currentcolor}25%{box-shadow:0 .2em 0 0 currentcolor}37%{box-shadow:-.2em .2em 0 0 currentcolor}50%{box-shadow:-.2em 0 0 0 currentcolor}62%{box-shadow:-.2em -.2em 0 0 currentcolor}75%{box-shadow:0 -.2em 0 0 currentcolor}87%{box-shadow:.2em -.2em 0 0 currentcolor}}body .club-assistant-inner-container{z-index:100000001}@media (max-width: 1023px){body .club-assistant-inner-container{z-index:100000001}}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-wishlist{position:relative}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-wishlist .btn.btn-wishlist{height:fit-content;min-width:fit-content;color:#3e3e3e}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-wishlist .btn.btn-wishlist.wish{opacity:1!important;pointer-events:all!important}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-wishlist .btn.btn-wishlist.wish i{color:#f85a5a}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-wishlist .btn.btn-wishlist i{font-size:22px;color:#e1e1e1;margin:0 5px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-wishlist .btn.btn-wishlist:hover{color:#9b9b9b}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-wishlist .btn.btn-wishlist:hover i{color:#f85a5a}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-wishlist .displaySuccessMsg{position:absolute;left:50%;transform:translate(-50%);top:calc(100% + 11px);margin:auto;z-index:1;font-weight:500;padding:16px 10px;border-radius:5px;box-shadow:0 3px 20px #1e388c26;color:#1e388c;background:#fff;white-space:nowrap}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-wishlist .displaySuccessMsg:before,main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-wishlist .displaySuccessMsg:after{content:"";position:absolute;left:0;right:0;z-index:2;margin:auto;width:0px;height:0px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-wishlist .displaySuccessMsg:after{top:-9px;border-right:10px solid transparent;border-bottom:10px solid white;border-left:10px solid transparent}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-wishlist .displaySuccessMsg:before{top:-10px;border-right:10px solid transparent;border-bottom:10px solid rgba(30,56,140,.1);border-left:10px solid transparent}@media (max-width: 1023px){main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile pns-add-to-wishlist .displaySuccessMsg{display:none}}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .swiper-box swiper .swiper-wrapper .swiper-slide,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .swiper-box swiper .swiper-wrapper .swiper-slide{width:100px;height:100px;min-height:100px;align-self:stretch}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .swiper-box .category,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .swiper-box .category{background-color:#fff;flex-direction:column;border-radius:5px;height:100%}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .swiper-box .category .category-info .category-name,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .swiper-box .category .category-info .category-name{font-size:13px;text-align:center;margin-top:5px}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .swiper-box.isSearch,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .swiper-box.isSearch{align-items:center}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .swiper-box.isSearch .swiper-wrapper .swiper-slide,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .swiper-box.isSearch .swiper-wrapper .swiper-slide{height:70px}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .swiper-box.isSearch .category-info,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .swiper-box.isSearch .category-info{gap:5px 0;flex-grow:0}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .swiper-box.isSearch .category-info .category-name,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .swiper-box.isSearch .category-info .category-name{margin-top:0;font-size:14px}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .no-swiper,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .no-swiper{background-color:#fff;display:grid;grid-template-columns:repeat(auto-fill,minmax(295px,1fr));position:relative}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .no-swiper:before,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .no-swiper:before,main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .no-swiper:after,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .no-swiper:after,main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .no-swiper .filler,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .no-swiper .filler{pointer-events:none;content:"";flex-grow:1;width:295px;order:1}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .no-swiper .category,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .no-swiper .category{background-color:#f5f5f54d;text-decoration:none;min-height:73px}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .no-swiper .category.isSearch,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .no-swiper .category.isSearch{padding:20px}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .no-swiper .category:hover,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .no-swiper .category:hover{background-color:#ffc4001a}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .no-swiper .category:hover .category-info .category-name,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .no-swiper .category:hover .category-info .category-name{color:#3fa7f3}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .no-swiper .category .category-image,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .no-swiper .category .category-image{width:66px;height:66px;margin-right:8px}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .no-swiper .category .category-image e2-media e2-loading .loading-main,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .no-swiper .category .category-image e2-media e2-loading .loading-main{background-color:#efefef}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .no-swiper .category .category-image e2-media e2-loading .loading-main span,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .no-swiper .category .category-image e2-media e2-loading .loading-main span{transform:scale(.5)}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .no-swiper .category .category-info,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .no-swiper .category .category-info{width:174px}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .no-swiper .category .category-info:not(.lv1),.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .no-swiper .category .category-info:not(.lv1){flex-grow:unset;width:unset;padding-right:5px}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .no-swiper .category .category-info:not(.lv1) .category-description,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .no-swiper .category .category-info:not(.lv1) .category-description{display:none}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .no-swiper .category .category-info .category-name,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .no-swiper .category .category-info .category-name{font-size:15px}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .no-swiper .category .category-qty,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .no-swiper .category .category-qty{color:#3fa7f3;width:30px;display:flex;align-content:center;justify-content:center;border-radius:7.5px;background-color:#e0f2fdc4;font-size:10px}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .no-swiper .toggleAllBtn,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .no-swiper .toggleAllBtn{cursor:pointer;position:absolute;bottom:0;left:0;right:0;margin:auto;background-color:#fff;box-shadow:0 -2px 3px #1e388c1a;border-radius:72px 72px 0 0;font-size:13px;color:#3fa7f3;width:80px;height:20px;display:flex;align-items:center;justify-content:center}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .category,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .category{display:flex;align-items:center;padding:0 8px;border:1px solid #f2f2f2;flex-grow:1;cursor:pointer;text-decoration:none}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .category.active,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .category.active{background-color:#ffc4001a}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .category.active .category-info .category-name,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .category.active .category-info .category-name{color:#3fa7f3}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .category .category-image,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .category .category-image{width:56px;height:56px;min-height:56px;object-fit:cover}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .category .category-image e2-media e2-loading .loading-main,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .category .category-image e2-media e2-loading .loading-main{background-color:#efefef}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .category .category-image e2-media e2-loading .loading-main,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .category .category-image e2-media e2-loading .loading-main{background-color:#dfdfdf;border-radius:10px;height:56px}}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .category .category-info,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .category .category-info{display:flex;flex-direction:column;flex-grow:1}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .category .category-info,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .category .category-info{flex-grow:0}}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .category .category-info .category-qty,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .category .category-info .category-qty{display:none}}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .category .category-info&gt;*,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .category .category-info&gt;*{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .category .category-info .category-name,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .category .category-info .category-name{color:#1e388c;font-weight:700;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .category .category-info .category-description,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .category .category-info .category-description{color:#3e3e3e;font-size:11px;width:min-content;min-width:fit-content}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .category .category-info.flagship .category-name,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .category .category-info.flagship .category-name{color:#000;font-size:14px;font-weight:400}main .e2FlagshipListingPageTemplate pns-product-facet-navigation pns-category-navigation .category .category-info.flagship .category-qty,.product-filter-modal.modal pns-product-facet-navigation pns-category-navigation .category .category-info.flagship .category-qty{text-align:center;color:#000;font-size:14px;font-weight:400}main .e2FlagshipListingPageTemplate pns-product-facet-navigation,.product-filter-modal.modal pns-product-facet-navigation{display:flex;flex-direction:column;gap:24px}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-product-facet-navigation,.product-filter-modal.modal pns-product-facet-navigation{margin:0 5px;gap:unset}}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .group-title,.product-filter-modal.modal pns-product-facet-navigation .group-title{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:0;gap:24px;font-size:32px;font-weight:700;color:#3e3e3e}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-product-facet-navigation .group-title,.product-filter-modal.modal pns-product-facet-navigation .group-title{font-size:18px}}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .group-desc,.product-filter-modal.modal pns-product-facet-navigation .group-desc{font-size:14px;color:#3e3e3e}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container,.product-filter-modal.modal pns-product-facet-navigation .navigation-container{box-shadow:0 0 5px #1e388c26;overflow:hidden;margin-bottom:35px;border-radius:10px}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container:empty,.product-filter-modal.modal pns-product-facet-navigation .navigation-container:empty{display:none}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-nav,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-nav{list-style:none;display:flex;border-bottom:1px solid #e6e7e8;background-color:#fff;margin:0;padding:0}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-nav&gt;li,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-nav&gt;li,main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-nav&gt;div,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-nav&gt;div{margin:0;padding:20px;font-size:16px;text-align:center;color:#737373;border-bottom:3px solid transparent}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-nav&gt;li.active,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-nav&gt;li.active,main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-nav&gt;li:hover,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-nav&gt;li:hover,main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-nav&gt;div.active,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-nav&gt;div.active,main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-nav&gt;div:hover,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-nav&gt;div:hover{color:#1e388c;cursor:pointer;font-weight:900}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-nav&gt;li.disabled,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-nav&gt;li.disabled,main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-nav&gt;div.disabled,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-nav&gt;div.disabled{pointer-events:none}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-nav&gt;li.active,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-nav&gt;li.active,main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-nav&gt;div.active,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-nav&gt;div.active{border-color:#1e388c}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-nav .filterSDD,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-nav .filterSDD{flex-grow:1;display:flex;justify-content:flex-end}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-nav .filterSDD:hover,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-nav .filterSDD:hover{color:#737373;cursor:unset;font-weight:unset}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-nav .filterSDD e2-checkbox label,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-nav .filterSDD e2-checkbox label{cursor:pointer}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-nav .filterSDD e2-checkbox label input:checked,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-nav .filterSDD e2-checkbox label input:checked{border-color:#ffc403;background-color:#ffc403}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-nav~.tab-content .tab-pane pns-category-navigation .no-swiper,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-nav~.tab-content .tab-pane pns-category-navigation .no-swiper{background-color:#fcfcfc}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-content .tab-pane,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-content .tab-pane{min-height:63px;width:100%;background-color:#fcfcfc;display:none}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-content .tab-pane.active,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-content .tab-pane.active{display:block}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-content .tab-pane.active.price-value,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-content .tab-pane.active.price-value{display:flex;align-items:center}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .filter-container .filter-group,.product-filter-modal.modal pns-product-facet-navigation .filter-container .filter-group{display:flex;gap:10px;align-items:flex-start}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .filter-container .filter-group&gt;div,.product-filter-modal.modal pns-product-facet-navigation .filter-container .filter-group&gt;div{min-height:30px;display:flex;align-items:center}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .filter-container .filter-group .filters,.product-filter-modal.modal pns-product-facet-navigation .filter-container .filter-group .filters{display:flex;gap:10px;flex-grow:1;flex-wrap:wrap;width:min-content}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .filter-container .filter-group .reset-btn,.product-filter-modal.modal pns-product-facet-navigation .filter-container .filter-group .reset-btn{color:#3fa7f3;text-decoration:underline;font-weight:500;cursor:pointer}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .filter-control,.product-filter-modal.modal pns-product-facet-navigation .filter-control{padding:0 16px;display:flex;gap:24px;justify-content:flex-end;width:39%}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .filter-control .btn,.product-filter-modal.modal pns-product-facet-navigation .filter-control .btn{padding:0 24px;height:34px;font-size:14px;min-width:unset;width:100%}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container,.product-filter-modal.modal pns-product-facet-navigation .navigation-container{margin-bottom:25px;box-shadow:none}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .navigation-container .tab-content .tab-pane,.product-filter-modal.modal pns-product-facet-navigation .navigation-container .tab-content .tab-pane{background-color:unset}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .filter-container,.product-filter-modal.modal pns-product-facet-navigation .filter-container{display:flex}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .filter-container .filter-group,.product-filter-modal.modal pns-product-facet-navigation .filter-container .filter-group{flex-direction:column;flex-grow:1}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .filter-container .filter-group&gt;div,.product-filter-modal.modal pns-product-facet-navigation .filter-container .filter-group&gt;div{min-height:unset}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .filter-container .filter-group .filters,.product-filter-modal.modal pns-product-facet-navigation .filter-container .filter-group .filters{width:100%;gap:5px}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .filter-container .filter-group .filters .filter,.product-filter-modal.modal pns-product-facet-navigation .filter-container .filter-group .filters .filter{font-size:12px}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .filter-container .filter-btn,.product-filter-modal.modal pns-product-facet-navigation .filter-container .filter-btn{display:flex;align-items:center;height:fit-content;gap:5px}main .e2FlagshipListingPageTemplate pns-product-facet-navigation .filter-container .filter-btn i,.product-filter-modal.modal pns-product-facet-navigation .filter-container .filter-btn i{font-size:20px;color:#3fa7f3}}main .e2FlagshipListingPageTemplate .slider-container,.product-filter-modal.modal .slider-container{display:flex;align-items:center;gap:20px;padding:24px;width:61%}@media (max-width: 767px){main .e2FlagshipListingPageTemplate .slider-container,.product-filter-modal.modal .slider-container{width:100%}}main .e2FlagshipListingPageTemplate .slider-container ngx-slider,.product-filter-modal.modal .slider-container ngx-slider{margin:0}main .e2FlagshipListingPageTemplate .slider-container ngx-slider .ngx-slider-pointer,.product-filter-modal.modal .slider-container ngx-slider .ngx-slider-pointer{transform:scale(.75) translate(-15%,10%)}main .e2FlagshipListingPageTemplate .slider-container ngx-slider .ngx-slider-bar,.product-filter-modal.modal .slider-container ngx-slider .ngx-slider-bar{height:10px}main .e2FlagshipListingPageTemplate .slider-container .slider-control,.product-filter-modal.modal .slider-container .slider-control{display:flex;gap:16px;align-items:center;width:100%}main .e2FlagshipListingPageTemplate .slider-container .slider-control&gt;span,.product-filter-modal.modal .slider-container .slider-control&gt;span{font-size:22px;color:#6e4322}main .e2FlagshipListingPageTemplate .slider-container .slider-control .form-group,.product-filter-modal.modal .slider-container .slider-control .form-group{width:100%}main .e2FlagshipListingPageTemplate .slider-container .slider-control .form-group .input-group input,.product-filter-modal.modal .slider-container .slider-control .form-group .input-group input{padding-left:30px;height:57px}main .e2FlagshipListingPageTemplate .slider-container .slider-control .form-group .input-group:before,.product-filter-modal.modal .slider-container .slider-control .form-group .input-group:before{pointer-events:none;content:"$";display:block;position:absolute;top:20px;left:20px}main .e2FlagshipListingPageTemplate .slider-container .slider-control .form-group .input-group.isTyping:before,.product-filter-modal.modal .slider-container .slider-control .form-group .input-group.isTyping:before{top:29px}main .e2FlagshipListingPageTemplate pns-product-list .top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}main .e2FlagshipListingPageTemplate pns-product-list .top .product-quantity{font-weight:700}main .e2FlagshipListingPageTemplate pns-product-list .product-container .product-group{width:100%;display:grid;flex-wrap:wrap;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:4px}main .e2FlagshipListingPageTemplate pns-product-list .product-container .product-group .filler{pointer-events:none;height:fit-content;flex-grow:1}main .e2FlagshipListingPageTemplate pns-product-list .product-container .product-group .filler:before{width:100%;min-width:190px;content:"";display:block}main .e2FlagshipListingPageTemplate pns-product-list .product-container .product-group .empty-list{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;font-size:20px}main .e2FlagshipListingPageTemplate pns-product-list .product-container .product-group .empty-list .btn{text-decoration:none;width:200px}main .e2FlagshipListingPageTemplate pns-product-list .product-container .product-group pns-product-tile{flex-grow:1}main .e2FlagshipListingPageTemplate pns-product-list .product-container .product-group pns-product-tile .productContainer{width:100%;max-width:fit-content}main .e2FlagshipListingPageTemplate pns-product-list .product-container .product-group pns-product-tile .productContainer:hover{box-shadow:0 10px 20px #1e388c26}main .e2FlagshipListingPageTemplate pns-product-list .product-container .product-group pns-product-tile .productContainer:hover pns-add-to-wishlist{opacity:1;pointer-events:all}main .e2FlagshipListingPageTemplate pns-product-list .product-container .product-group pns-product-tile .productContainer .productTitle .productImage{min-width:auto;height:auto;aspect-ratio:1;max-height:180px}main .e2FlagshipListingPageTemplate pns-product-list .product-container .viewAllBtn{width:fit-content;min-width:138px;margin:28px auto 0}@media (max-width: 1023px){main .e2FlagshipListingPageTemplate pns-product-list .top{margin-bottom:0;flex-wrap:wrap;gap:15px;height:44px}main .e2FlagshipListingPageTemplate pns-product-list .top .switch-list{width:100%}main .e2FlagshipListingPageTemplate pns-product-list .top .switch-list e2-select .e2Dropdown{width:100%;height:35px}}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer{min-height:330px;height:100%;padding:10px;border-radius:10px;background-color:#fff;display:flex;flex-direction:column;align-items:center;position:relative;width:min-content;flex-grow:1;min-width:100%}@media (hover: hover){main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer:hover{box-shadow:0 10px 20px #1e388c26}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer:hover pns-add-to-wishlist .btn-wishlist{opacity:1;pointer-events:all}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer:hover pns-notify-me .btn:not(.btn-oos),main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer:hover pns-add-to-cart .btn:not(.btn-oos){background:#3fa7f3;border-color:#3fa7f3;color:#fff}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer:hover .remove-item .btn{background:#3fa7f3;border-color:#3fa7f3;color:#fff}}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productImage-group{display:flex;flex-direction:column;width:100%}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productImage-group .productTitle{position:relative}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productImage-group .productTitle .productImage.redemptionAbnormalDelivery{opacity:.6}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productImage-group .productTitle .productImage e2-product-thumbnail{width:100%;height:100%}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productImage-group .productTitle .productImage e2-product-thumbnail e2-media{text-align:-webkit-center}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productImage-group .productTitle .productImage e2-product-thumbnail e2-media img{max-height:180px;max-width:180px;height:100%;width:100%;object-fit:contain;aspect-ratio:1}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .brandIcon{position:absolute;left:5px;top:10px;display:flex;flex-direction:column}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .brandIcon div{display:flex;justify-content:center;align-items:center;width:35px;height:35px;margin-bottom:8px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .brandIcon div img{width:100%;height:auto;z-index:1}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .rankingIcon{-webkit-user-select:none;user-select:none;position:absolute;left:12px;top:13px;display:flex;z-index:100}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .rankingIcon span{position:absolute;bottom:10px;left:0;right:0;width:fit-content;margin:auto;font-size:15.7px;font-weight:500;color:#fff}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .rankingIcon i{font-size:39px;overflow:hidden}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .rankingIcon i.gold{color:#e2c54d}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .rankingIcon i.silver{color:#9b9b9b}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .rankingIcon i.bronze{color:#ae7e40}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .rankingIcon i.iron{color:#d3cbc1}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productTitle{max-height:180px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productTitle .productImage{width:100%;min-width:180px;height:180px;display:flex;justify-content:center;align-items:center}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productTitle .productHighlightOOS{font-size:16px;padding:3px 0;text-align:center;position:relative;top:-23px;margin-bottom:-23px;left:0;right:0;color:#9b9b9b;background-color:#f5f5f5;border-radius:0 10px}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productTitle .productHighlightOOS{font-size:14px}}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productTitle .productHighlightOOS:empty{display:none}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productTitle .productHighlightOOS p{margin:0;padding:0}}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer pns-add-to-wishlist{position:absolute;top:20px;right:15px;z-index:2}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer pns-add-to-wishlist .btn-wishlist{opacity:0;pointer-events:none;font-size:22px;padding:0}@media (hover: none){main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer pns-add-to-wishlist .btn-wishlist{opacity:1;pointer-events:all}}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .limited{position:absolute;right:5px;top:150px;width:40px;height:40px;border:solid 2px #bfe4ff;background-color:#e0f2fd7a;border-radius:5px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#1e388c;font-weight:700;z-index:2;text-transform:uppercase}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .limited span:first-child{font-size:18px;transform:translateY(3px)}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .limited span:last-child{transform:scale(.6667)}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo{font-size:14px;position:relative;width:100%;padding:8px 0 0;flex-grow:1;display:flex;flex-direction:column}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo{font-size:14px}}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productHighlight{display:flex;flex-direction:column;text-align:left;position:absolute;bottom:100%;left:0;right:0;color:#fff;width:100%}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productHighlight .ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;width:fit-content;max-width:100%}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productHighlight .multiBuyTab{background-color:#f58626;padding:2px 6px;border-radius:4px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productHighlight .otherPromotionTab{background-color:#3fa7f3;padding:2px 6px;border-radius:4px;margin:2px 0 0}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productHighlight .redemptionTab{display:flex;align-items:center;justify-content:center;background-color:#ff7a00;padding:2px 6px;border-radius:4px;margin:2px 0 0;gap:2px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productHighlight.displayOOS{background-color:#9b9b9b}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productHighlight:empty{display:none}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productHighlight p{margin:0;padding:0}}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productName{min-height:48px;text-decoration:none;color:#3e3e3e;margin-bottom:4px;width:fit-content;font-size:16px;line-height:16px;padding-top:2px;margin-top:-2px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-word}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productName .brand{font-weight:700;padding-right:2px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productName .sponsor{display:inline-flex;align-items:center;justify-content:center;height:20px;border-radius:5px;border:1px solid #ffc400;padding:0 4px;background-color:#fffae6;font-size:12px;line-height:1;margin-right:4px;vertical-align:bottom}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productUnit{color:#9b9b9b;font-size:14px;height:17px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productSalePeriodInfo{display:flex;align-items:center;gap:2px;height:17px;font-size:14px;color:#9b9b9b}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productSalePeriodInfo .star-container,main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productSalePeriodInfo .rate-container{display:flex;align-items:center;gap:1px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productSalePeriodInfo .star{position:relative;display:flex}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productSalePeriodInfo .star .half{position:absolute;inset:0;clip-path:polygon(50% 0,100% 0,100% 100%,50% 100%)}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productSalePeriodInfo i{font-size:10px;color:#e6e7e8}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productSalePeriodInfo i.active{color:#f58626}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productSalePeriodInfo .avgRating{color:#3e3e3e}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productSalePeriodInfo .sellQuantity{color:#9b9b9b}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productSalePeriodInfo .sellQuantity:before{content:"|";color:#ddd;font-size:16px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productRow pns-notify-me,main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productRow pns-add-to-cart{position:relative;bottom:unset;left:unset;right:unset}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productRow .remove-item{position:unset}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productPrice{padding:4px 0;margin:auto;color:#fd2500;font-size:18px;font-weight:500}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productPrice pns-product-price{display:flex;align-items:flex-end}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productPrice pns-product-price&gt;*{margin-right:5px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productPrice img{width:20px;height:20px;align-self:center;display:inline-block}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productPrice .originalPrice{font-size:12px;color:#9b9b9b;text-decoration:line-through}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productPrice .subText{position:absolute;left:0;bottom:-15px;font-size:12px;color:#fd2500}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productPrice .isDiscount{color:#fd2500}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productInfo .productPrice .isMember{display:flex;align-items:center;border-radius:100px;background:#8aeadf;padding:0 6px;gap:4px;color:#3e3e3e}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productDecription .free-gift-title{color:#ff7a00;font-weight:500;font-size:16px;margin-bottom:5px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .productDecription span{color:#737373}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .abnormalDisabled{min-width:calc(100% - 16px);width:calc(100% - 16px)}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .delivery-method-limited-message{display:flex;justify-content:center;align-items:center;min-width:150px;color:#3f5ab5;background-color:#f5fbff;border-radius:25px;text-align:center;font-weight:500;padding:8px 24px;flex-shrink:0}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .delivery-method-limited-message{flex-shrink:unset;padding:unset;bottom:0;max-width:150px}}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .abnormalDisabled,main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer pns-notify-me,main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer pns-add-to-cart{margin:auto;width:100%}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .delivery-method-limited-message,main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .abnormalDisabled,main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer pns-notify-me .btn,main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer pns-add-to-cart .btn{margin:auto;font-size:14px;height:30px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer pns-notify-me .input-number,main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer pns-add-to-cart .input-number{justify-content:center}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer pns-notify-me .input-number .input-container,main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer pns-add-to-cart .input-number .input-container{min-width:100%;height:30px;padding:0 15px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer pns-notify-me .btn,main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer pns-add-to-cart .btn{min-width:100%}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .sold-out{width:150px;text-align:center;font-size:16px;font-weight:500;color:#9b9b9b}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .remove-item{position:absolute;bottom:10px;left:0;right:0;margin:auto;padding:0 8px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .remove-item .input-number{justify-content:center}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .remove-item .input-number .input-container{min-width:100%;height:30px;padding:0 15px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .remove-item .btn{margin:auto;font-size:14px;min-width:100%;height:30px}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .productContainer .noneDisplay{display:none}main .e2FlagshipListingPageTemplate pns-product-list pns-product-tile .OOSMask{opacity:.7}main .e2FlagshipListingPageTemplate pns-product-list .product-list-control{display:flex;gap:48px}main .e2FlagshipListingPageTemplate pns-product-list .product-list-control .sorting{cursor:pointer;display:flex;gap:4px}main .e2FlagshipListingPageTemplate pns-product-list .product-list-control .sorting .icon{display:flex;color:#3e3e3e}main .e2FlagshipListingPageTemplate pns-product-list .product-list-control .sorting .icon .up{transform:scaleX(.7) rotate(90deg);margin:0 -3px}main .e2FlagshipListingPageTemplate pns-product-list .product-list-control .sorting .icon .down{transform:scaleX(.7) rotate(-90deg);margin:0 -1px}main .e2FlagshipListingPageTemplate pns-product-list .product-list-control .sorting .icon .color{color:#3fa7f3}main .e2FlagshipListingPageTemplate pns-product-list .product-list-control .sorting.active span{font-weight:700;color:#3fa7f3}main .e2FlagshipListingPageTemplate pns-product-list .product-list-control .sorting.active .icon{color:#beced9}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-product-list .product-list-control .e2Dropdown{width:fit-content;height:44px}main .e2FlagshipListingPageTemplate pns-product-list .product-list-control .e2Dropdown .dropdown{padding:0 10px;border:unset;display:flex!important;align-items:center;background-color:unset}main .e2FlagshipListingPageTemplate pns-product-list .product-list-control .e2Dropdown .dropdown.show{background-color:#fff;border-radius:15px 15px 0 0;box-shadow:0 1px 5px #a4a4a480}main .e2FlagshipListingPageTemplate pns-product-list .product-list-control .e2Dropdown .dropdown .dropdown-toggle{display:flex;gap:5px;padding:0;align-items:center;justify-content:center;font-weight:700;color:#3fa7f3}main .e2FlagshipListingPageTemplate pns-product-list .product-list-control .e2Dropdown .dropdown .dropdown-toggle i{font-size:20px;color:#3fa7f3}main .e2FlagshipListingPageTemplate pns-product-list .product-list-control .e2Dropdown .dropdown .dropdown-toggle.show{display:flex!important}main .e2FlagshipListingPageTemplate pns-product-list .product-list-control .e2Dropdown .dropdown .dropdown-menu{padding:4px 0 13px;border-radius:15px 0 15px 15px;max-width:333px;width:calc(100vw - 20%);right:0;left:unset!important;box-shadow:0 2px 5px #a4a4a480;border:unset}main .e2FlagshipListingPageTemplate pns-product-list .product-list-control .e2Dropdown .dropdown .dropdown-menu .dropdown-item{font-weight:500;border:none}main .e2FlagshipListingPageTemplate pns-product-list .product-list-control .e2Dropdown .dropdown .dropdown-menu .dropdown-item:last-child{margin:0}main .e2FlagshipListingPageTemplate pns-product-list .product-list-control .e2Dropdown .dropdown .dropdown-menu .dropdown-item.active{background-color:#f3faff}}main .e2FlagshipListingPageTemplate pns-flagship-cnc-handling .content-container{display:flex;flex-direction:column;align-items:center;padding:0 10px;gap:24px}main .e2FlagshipListingPageTemplate pns-flagship-cnc-handling .content-container p{text-align:center;font-size:16px;padding-bottom:1px}main .e2FlagshipListingPageTemplate pns-flagship-cnc-handling .content-container p+p{margin:8px 0 0}main .e2FlagshipListingPageTemplate pns-flagship-cnc-handling .content-container p.title{font-size:30px;font-weight:700;color:#3f5ab5}main .e2FlagshipListingPageTemplate pns-flagship-cnc-handling .content-container .btn-primary{margin-bottom:216px}main .e2FlagshipListingPageTemplate pns-flagship-cnc-handling .content-container .staff-img-container{margin-top:16px;width:180px;height:180px}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flagship-cnc-handling .content-container{gap:16px}main .e2FlagshipListingPageTemplate pns-flagship-cnc-handling .content-container .staff-img-container{margin-top:8px}main .e2FlagshipListingPageTemplate pns-flagship-cnc-handling .content-container .staff-message{max-width:374px}main .e2FlagshipListingPageTemplate pns-flagship-cnc-handling .content-container .btn-primary{margin-bottom:40px}}main .e2FlagshipListingPageTemplate pns-flagship-tabs .tab-nav,.BottomHeaderSlot pns-flagship-tabs .tab-nav{background-color:#fff;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;padding:0 calc(50vw - 50%);margin-top:0;margin-bottom:0;overflow-x:auto}main .e2FlagshipListingPageTemplate pns-flagship-tabs .tab-nav .tab-nav-bar,.BottomHeaderSlot pns-flagship-tabs .tab-nav .tab-nav-bar{display:flex;max-width:1280px;margin:0 auto;height:72px;align-items:center;text-align:center}main .e2FlagshipListingPageTemplate pns-flagship-tabs .tab-nav .tab-nav-bar li,.BottomHeaderSlot pns-flagship-tabs .tab-nav .tab-nav-bar li{list-style-type:none;display:flex;font-family:Roboto;font-style:normal;font-weight:400;font-size:16px;color:#9b9b9b;border-bottom:3px solid transparent;height:100%;align-items:center;margin-top:0;min-width:135px;justify-content:center}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flagship-tabs .tab-nav .tab-nav-bar li,.BottomHeaderSlot pns-flagship-tabs .tab-nav .tab-nav-bar li{max-width:138px;min-width:fit-content;width:33.3333333333vw;padding:0 4px}}main .e2FlagshipListingPageTemplate pns-flagship-tabs .tab-nav .tab-nav-bar li .tab-icon,.BottomHeaderSlot pns-flagship-tabs .tab-nav .tab-nav-bar li .tab-icon{width:24px;height:24px;margin-right:8px}main .e2FlagshipListingPageTemplate pns-flagship-tabs .tab-nav .tab-nav-bar li.active,.BottomHeaderSlot pns-flagship-tabs .tab-nav .tab-nav-bar li.active,main .e2FlagshipListingPageTemplate pns-flagship-tabs .tab-nav .tab-nav-bar li:hover,.BottomHeaderSlot pns-flagship-tabs .tab-nav .tab-nav-bar li:hover{color:#1e388c;cursor:pointer}main .e2FlagshipListingPageTemplate pns-flagship-tabs .tab-nav .tab-nav-bar li.active,.BottomHeaderSlot pns-flagship-tabs .tab-nav .tab-nav-bar li.active{border-color:#1e388c;font-weight:700}main .e2FlagshipListingPageTemplate pns-flagship-tabs .tab-nav .tab-nav-bar li.flagshipLogo,.BottomHeaderSlot pns-flagship-tabs .tab-nav .tab-nav-bar li.flagshipLogo{display:none}main .e2FlagshipListingPageTemplate pns-flagship-tabs.headerMini .flagship-tabs,.BottomHeaderSlot pns-flagship-tabs.headerMini .flagship-tabs{box-shadow:0 2px 6px #9b9b9b26;position:fixed;width:1280px;left:50%;transform:translate(-50%);z-index:2}main .e2FlagshipListingPageTemplate pns-flagship-tabs.headerMini:before,.BottomHeaderSlot pns-flagship-tabs.headerMini:before{position:relative;content:"";display:block;height:72px}main .e2FlagshipListingPageTemplate pns-flagship-tabs.headerMini .tab-nav .tab-nav-bar li.flagshipLogo,.BottomHeaderSlot pns-flagship-tabs.headerMini .tab-nav .tab-nav-bar li.flagshipLogo{margin-left:auto;display:flex;justify-content:center}main .e2FlagshipListingPageTemplate pns-flagship-tabs.headerMini .tab-nav .tab-nav-bar li.flagshipLogo img,.BottomHeaderSlot pns-flagship-tabs.headerMini .tab-nav .tab-nav-bar li.flagshipLogo img{max-width:83px;max-height:50px}main .e2FlagshipListingPageTemplate pns-flagship-tabs.headerMini .tab-nav .tab-nav-bar li.flagshipLogo:hover,.BottomHeaderSlot pns-flagship-tabs.headerMini .tab-nav .tab-nav-bar li.flagshipLogo:hover{pointer-events:none}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flagship-tabs.headerMini .tab-nav .tab-nav-bar li,.BottomHeaderSlot pns-flagship-tabs.headerMini .tab-nav .tab-nav-bar li{flex-direction:column}main .e2FlagshipListingPageTemplate pns-flagship-tabs.headerMini .tab-nav .tab-nav-bar li.flagshipLogo,.BottomHeaderSlot pns-flagship-tabs.headerMini .tab-nav .tab-nav-bar li.flagshipLogo{margin-right:10px;padding:unset}main .e2FlagshipListingPageTemplate pns-flagship-tabs.headerMini .tab-nav .tab-nav-bar li .tab-icon,.BottomHeaderSlot pns-flagship-tabs.headerMini .tab-nav .tab-nav-bar li .tab-icon{margin:0 0 5px}}main .e2FlagshipListingPageTemplate pns-flp-header-section,.BottomHeaderSlot pns-flp-header-section{position:relative;overflow:hidden;display:block;width:100%;height:0;min-height:fit-content;transition:height .2s ease-in-out}main .e2FlagshipListingPageTemplate pns-flp-header-section.headerMini,.BottomHeaderSlot pns-flp-header-section.headerMini{margin-top:157px}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section.headerMini,.BottomHeaderSlot pns-flp-header-section.headerMini{margin-top:106px}}main .e2FlagshipListingPageTemplate pns-flp-header-section.overview,.BottomHeaderSlot pns-flp-header-section.overview{height:656px;background:linear-gradient(180deg,#0006,#000c)}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section.overview,.BottomHeaderSlot pns-flp-header-section.overview{height:calc(236px + max(228px,55.0724637681vw))}}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners{margin-bottom:30px}}main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box{background-color:transparent;min-height:0;padding:30px 0 35px}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box{padding:0}}main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .swiper,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .swiper{height:auto;background-color:initial}main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active),.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active){opacity:1;filter:brightness(70%)}main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .swiper .swiper-wrapper .banner,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .swiper .swiper-wrapper .banner{max-width:min(870px,100vw)}main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .swiper .swiper-wrapper .banner e2-banner e2-media,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .swiper .swiper-wrapper .banner e2-banner e2-media{width:100%;height:480px;display:block}main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .swiper .swiper-wrapper .banner e2-banner e2-media img,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .swiper .swiper-wrapper .banner e2-banner e2-media img{object-fit:cover!important}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .swiper .swiper-wrapper .banner e2-banner e2-media,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .swiper .swiper-wrapper .banner e2-banner e2-media{width:100%;height:auto;aspect-ratio:414/228;min-height:228px}main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .swiper .swiper-wrapper .banner e2-banner e2-media img,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .swiper .swiper-wrapper .banner e2-banner e2-media img{object-fit:contain!important;object-position:center;background-color:#1f1f1f}}main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .swiper .swiper-wrapper .banner e2-banner .banner-headline,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .swiper .swiper-wrapper .banner e2-banner .banner-headline,main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .swiper .swiper-wrapper .banner e2-banner .banner-info,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .swiper .swiper-wrapper .banner e2-banner .banner-info{display:none}main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .next,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .next,main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .previous,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .previous{width:36px;height:85px}main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .next .icon-arrow-left,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .next .icon-arrow-left,main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .next .icon-arrow-right,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .next .icon-arrow-right,main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .previous .icon-arrow-left,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .previous .icon-arrow-left,main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .previous .icon-arrow-right,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .previous .icon-arrow-right{color:#9b9b9b}main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .indicators,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .indicators{bottom:13px}main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .indicators .swiper-pagination-bullet,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .indicators .swiper-pagination-bullet{width:5px;height:5px;border-radius:5px;background-color:#e6e7e8;margin:0 2.5px;transition:all .2s ease-in-out}main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .indicators .swiper-pagination-bullet.swiper-pagination-bullet-active,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .indicators .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#3fa7f3;width:30px}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .indicators,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .indicators{position:relative;bottom:0;padding:10px 0}main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .next,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .next,main .e2FlagshipListingPageTemplate pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .previous,.BottomHeaderSlot pns-flp-header-section .FLPMainBanners pns-banner-carousel e2-banner-carousel .swiper-box .previous{display:none}}main .e2FlagshipListingPageTemplate pns-flp-header-section .FlagshipLandingBackgroundBanner,.BottomHeaderSlot pns-flp-header-section .FlagshipLandingBackgroundBanner{background-color:#1f1f1f;position:absolute;inset:0;max-width:none;z-index:-99999;opacity:1;object-fit:cover;background-position:center center}main .e2FlagshipListingPageTemplate pns-flp-header-section .FlagshipLandingBackgroundBanner e2-banner e2-media img,.BottomHeaderSlot pns-flp-header-section .FlagshipLandingBackgroundBanner e2-banner e2-media img{position:absolute;top:0;left:0;max-width:none;width:100vw;height:690px;opacity:1;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);z-index:-99999;filter:brightness(50%)}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section .FlagshipLandingBackgroundBanner e2-banner e2-media img,.BottomHeaderSlot pns-flp-header-section .FlagshipLandingBackgroundBanner e2-banner e2-media img{width:100%;height:440px;object-fit:cover}}main .e2FlagshipListingPageTemplate pns-flp-header-section .FlagshipLandingBackgroundBanner.whiteBackground,.BottomHeaderSlot pns-flp-header-section .FlagshipLandingBackgroundBanner.whiteBackground{height:172px;background-color:#fff;position:absolute;top:0;left:0;max-width:none;width:100vw;opacity:1;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);z-index:-99999}main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title{max-width:min(1184px,100%);margin:auto;display:flex;justify-content:space-between}main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent{display:flex}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent{width:100vw;height:111px}}main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .logo,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .logo{position:relative;min-width:133px;max-width:133px;height:80px;margin-top:26px}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .logo,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .logo{min-width:120px;height:72px;margin-top:19.5px}}main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .logo img,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .logo img{width:100%;height:100%;border-radius:8px;border:1px solid #e6e7e8}main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .titleAndContent,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .titleAndContent{flex-direction:column;max-width:623px;width:100%;margin-left:24px;font-family:Roboto;font-style:normal;margin-top:24px;padding:0 10px}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .titleAndContent,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .titleAndContent{margin:16px 10px 16px 8px;width:266px}}main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .title,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .title{margin-bottom:8px;height:32px;font-size:32px;font-weight:700;line-height:38px;color:#fff}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .title,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .title{width:266px;height:23px;font-size:20px;line-height:23px}}main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content{font-weight:400;font-size:14px;line-height:150%;color:#e1e1e1}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content{width:266px;font-size:12px;line-height:130%;font-weight:400}}main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .more,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .more{font-weight:700}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .more,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .more{font-weight:400}}main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService{display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService{display:none}}main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons,main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons{display:flex;margin-top:28px;align-items:center}main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons .icon-minus,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons .icon-minus,main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons .icon-minus,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons .icon-minus{transform:rotate(90deg)}main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons .icon-minus,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons .icon-minus,main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons a,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons a,main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons .icon-minus,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons .icon-minus,main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons a,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons a{color:#e1e1e1;text-decoration:none}main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons .icon-minus:hover,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons .icon-minus:hover,main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons a:hover,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons a:hover,main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons .icon-minus:hover,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons .icon-minus:hover,main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons a:hover,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons a:hover{color:#fff}main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons.dark .icon-minus,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons.dark .icon-minus,main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons.dark a,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons.dark a,main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons.dark .icon-minus,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons.dark .icon-minus,main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons.dark a,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons.dark a{color:#9b9b9b}main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons.dark .icon-minus:hover,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons.dark .icon-minus:hover,main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons.dark a:hover,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons.dark a:hover,main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons.dark .icon-minus:hover,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons.dark .icon-minus:hover,main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons.dark a:hover,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .otherTypeIcons.dark a:hover{color:#3e3e3e}main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .policyAndService a,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .policyAndService a{color:#e1e1e1;text-decoration:none;font-family:Roboto;font-style:normal;font-weight:400;font-size:14px;line-height:16px}main .e2FlagshipListingPageTemplate pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .policyAndService .returnPolicy,.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .policyAndService .returnPolicy{margin-right:16px}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title{display:flex;flex-direction:column;margin-bottom:4px}}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent{display:flex;flex-direction:column;align-items:center;width:100%;height:207px}}main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent{justify-content:center}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent{align-items:center;width:394px;margin-top:16px;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .title,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .title,main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content{width:100%;text-align:center}}main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .title,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .title{height:32px;margin-bottom:8px}main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content{display:flex}main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .description,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .description{word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:clip;display:-webkit-box}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .description,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .description{-webkit-line-clamp:3;max-width:95vw}}main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .description .p,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .description .p{word-break:normal}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content{margin-left:0;justify-content:center}}main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content span,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content span{display:inline-block;width:41px}main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content span .more,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content span .more{text-decoration:none;color:#fff;display:flex}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .iconsAndPolcyAndService,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .iconsAndPolcyAndService{display:flex}}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons{display:none}}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons .facebookIcon,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons .facebookIcon,main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons .instagramIcon,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons .instagramIcon,main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons .youtubeIcon,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons .youtubeIcon,main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons .shareIcon,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons .shareIcon{width:30px;height:30px}}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section .OVERVIEW pns-flagship-header-title .iconsAndPolcyAndService .policyAndService,.BottomHeaderSlot pns-flp-header-section .OVERVIEW pns-flagship-header-title .iconsAndPolcyAndService .policyAndService{display:none}}main .e2FlagshipListingPageTemplate pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title,.BottomHeaderSlot pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title,main .e2FlagshipListingPageTemplate pns-flp-header-section .ABOUT pns-flagship-header-title,.BottomHeaderSlot pns-flp-header-section .ABOUT pns-flagship-header-title{padding-bottom:24px}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title,.BottomHeaderSlot pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title,main .e2FlagshipListingPageTemplate pns-flp-header-section .ABOUT pns-flagship-header-title,.BottomHeaderSlot pns-flp-header-section .ABOUT pns-flagship-header-title{padding-bottom:0}}main .e2FlagshipListingPageTemplate pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent,.BottomHeaderSlot pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent,main .e2FlagshipListingPageTemplate pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent,.BottomHeaderSlot pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent{width:100%}main .e2FlagshipListingPageTemplate pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent,.BottomHeaderSlot pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent,main .e2FlagshipListingPageTemplate pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent,.BottomHeaderSlot pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent{justify-content:center}main .e2FlagshipListingPageTemplate pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .title,.BottomHeaderSlot pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .title,main .e2FlagshipListingPageTemplate pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .title,.BottomHeaderSlot pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .title{margin-bottom:8px;color:#3e3e3e}main .e2FlagshipListingPageTemplate pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content,.BottomHeaderSlot pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content,main .e2FlagshipListingPageTemplate pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content,.BottomHeaderSlot pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content{margin-left:8px;color:#737373;display:flex;width:100%}main .e2FlagshipListingPageTemplate pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .description,.BottomHeaderSlot pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .description,main .e2FlagshipListingPageTemplate pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .description,.BottomHeaderSlot pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .description{word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;text-overflow:clip;display:-webkit-box}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .description,.BottomHeaderSlot pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .description,main .e2FlagshipListingPageTemplate pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .description,.BottomHeaderSlot pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .description{-webkit-line-clamp:3}}main .e2FlagshipListingPageTemplate pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .description .p,.BottomHeaderSlot pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .description .p,main .e2FlagshipListingPageTemplate pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .description .p,.BottomHeaderSlot pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content .description .p{word-break:normal}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content,.BottomHeaderSlot pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content,main .e2FlagshipListingPageTemplate pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content,.BottomHeaderSlot pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent .content{color:#3e3e3e;margin-left:0;font-weight:400}}main .e2FlagshipListingPageTemplate pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent span,.BottomHeaderSlot pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent span,main .e2FlagshipListingPageTemplate pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent span,.BottomHeaderSlot pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent span{display:inline-block;width:41px}main .e2FlagshipListingPageTemplate pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent span .more,.BottomHeaderSlot pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent span .more,main .e2FlagshipListingPageTemplate pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent span .more,.BottomHeaderSlot pns-flp-header-section .ABOUT pns-flagship-header-title .logoAndTitleAndContent .titleAndContent span .more{text-decoration:none;display:flex;color:#000}main .e2FlagshipListingPageTemplate pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .iconsAndPolcyAndService .policyAndService a,.BottomHeaderSlot pns-flp-header-section .ALL_PRODUCT pns-flagship-header-title .iconsAndPolcyAndService .policyAndService a,main .e2FlagshipListingPageTemplate pns-flp-header-section .ABOUT pns-flagship-header-title .iconsAndPolcyAndService .policyAndService a,.BottomHeaderSlot pns-flp-header-section .ABOUT pns-flagship-header-title .iconsAndPolcyAndService .policyAndService a{color:#9b9b9b}main .e2FlagshipListingPageTemplate .SearchResultFlagshipSearchBox{padding:0}main .e2FlagshipListingPageTemplate pns-flagship-search-box{width:100%;display:flex;justify-content:space-between;align-items:center}main .e2FlagshipListingPageTemplate pns-flagship-search-box:empty{display:none}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flagship-search-box{margin-bottom:24px;margin-top:8px}}main .e2FlagshipListingPageTemplate pns-flagship-search-box .flagship-search-box{display:flex;justify-content:flex-end;position:relative;margin-top:48px;margin-bottom:48px}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flagship-search-box .flagship-search-box{width:100%;padding-left:9.5px;padding-right:9.5px;margin-top:20px;margin-bottom:0}}main .e2FlagshipListingPageTemplate pns-flagship-search-box .flagship-search-box .searchBox{width:350px;background-color:#fff;border:1px solid rgba(255,255,255,.41);border-radius:20px;height:40px;padding:0 28px 0 22px;opacity:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:400;color:#9b9b9b}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flagship-search-box .flagship-search-box .searchBox{width:100%}}main .e2FlagshipListingPageTemplate pns-flagship-search-box .flagship-search-box .icon-search,main .e2FlagshipListingPageTemplate pns-flagship-search-box .flagship-search-box .icon-circle-close{position:absolute;top:48%;transform:translateY(-50%);z-index:1;right:13px}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flagship-search-box .flagship-search-box .icon-search,main .e2FlagshipListingPageTemplate pns-flagship-search-box .flagship-search-box .icon-circle-close{right:21.5px}}main .e2FlagshipListingPageTemplate pns-flagship-search-box .flagship-search-box .search-overlay{position:absolute;z-index:2;top:45px;width:100%;background-color:#fff;border:1px solid #e6e7e8;border-radius:10px;padding:10px 5px}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flagship-search-box .flagship-search-box .search-overlay{width:95%}}main .e2FlagshipListingPageTemplate pns-flagship-search-box .flagship-search-box .search-overlay .list .ClickSearchResultEvent_Class_List{display:flex;flex-direction:column;border-bottom:1px solid #e6e7e8;padding-bottom:10px;padding-left:20px}main .e2FlagshipListingPageTemplate pns-flagship-search-box .flagship-search-box .search-overlay .list .ClickSearchResultEvent_Class_List a{color:#3e3e3e;display:block;margin-right:9px;min-height:30px;padding:10px 0 4px;text-decoration:none}main .e2FlagshipListingPageTemplate pns-flagship-search-box .flagship-search-box .search-overlay .list .ClickSearchResultEvent_Class_List a:hover{color:#00a2f3}main .e2FlagshipListingPageTemplate pns-flagship-search-box .flagship-search-box .search-overlay .list .box-footer{display:flex;flex-direction:column;align-items:center;padding-top:10px}main .e2FlagshipListingPageTemplate pns-flagship-search-box .flagship-search-box .search-overlay .list .box-footer a{display:flex;justify-content:center;align-items:center;padding:0 10px;text-align:center;text-decoration:none;white-space:nowrap;color:#00a2f3;font-size:14px}main .e2FlagshipListingPageTemplate pns-flagship-search-box .flagship-search-box .search-overlay .list .box-footer a span{max-width:35ex;display:-webkit-inline-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all;white-space:normal}main .e2FlagshipListingPageTemplate pns-flagship-search-box .flagship-search-box .search-overlay .list .box-footer .placeholder{font-size:12px;color:#9b9b9b}main .e2FlagshipListingPageTemplate pns-flagship-about{margin-bottom:168px}main .e2FlagshipListingPageTemplate pns-flagship-about .breadcrumb{color:#737373;margin-bottom:48px;gap:10px;font-family:Roboto;font-style:normal;display:flex}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flagship-about .breadcrumb{display:none}}main .e2FlagshipListingPageTemplate pns-flagship-about .breadcrumb .flagshipStore{font-weight:400;font-size:14px;line-height:16px;color:#737373}main .e2FlagshipListingPageTemplate pns-flagship-about .breadcrumb .icon-arrow-right{font-size:8px;font-weight:400}main .e2FlagshipListingPageTemplate pns-flagship-about .breadcrumb .pageName{font-weight:500;font-size:14px;line-height:16px;color:#3fa7f3}main .e2FlagshipListingPageTemplate pns-flagship-about .bannerContent .content{margin-bottom:48px}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flagship-about .bannerContent .content{padding:0 15px;margin-bottom:22px}}@media (max-width: 1023px){main .e2FlagshipListingPageTemplate pns-flagship-about .bannerContent .content{padding:0 15px}}main .e2FlagshipListingPageTemplate pns-flagship-about .bannerContent .content img{width:100%}main .e2FlagshipListingPageTemplate pns-flagship-about .whitebackground{padding:22px 15px 0;background:#f5f5f5}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flagship-about .whitebackground{width:100vw;background-color:#fff;z-index:9999}}main .e2FlagshipListingPageTemplate pns-flagship-about .returnPolicy,main .e2FlagshipListingPageTemplate pns-flagship-about .termsAndCondition,main .e2FlagshipListingPageTemplate pns-flagship-about .customerService{margin-bottom:48px}main .e2FlagshipListingPageTemplate pns-flagship-about .returnPolicy .content,main .e2FlagshipListingPageTemplate pns-flagship-about .termsAndCondition .content,main .e2FlagshipListingPageTemplate pns-flagship-about .customerService .content{font-family:Roboto;font-style:normal}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flagship-about .returnPolicy .content ol,main .e2FlagshipListingPageTemplate pns-flagship-about .termsAndCondition .content ol,main .e2FlagshipListingPageTemplate pns-flagship-about .customerService .content ol{padding-left:16px;margin:0}}main .e2FlagshipListingPageTemplate pns-flagship-about .returnPolicy .content ol li,main .e2FlagshipListingPageTemplate pns-flagship-about .termsAndCondition .content ol li,main .e2FlagshipListingPageTemplate pns-flagship-about .customerService .content ol li{line-height:150%;margin:0;font-weight:400;font-size:14px}main .e2FlagshipListingPageTemplate pns-flagship-about .returnPolicy .content .title,main .e2FlagshipListingPageTemplate pns-flagship-about .termsAndCondition .content .title,main .e2FlagshipListingPageTemplate pns-flagship-about .customerService .content .title{margin-bottom:24px;font-weight:700;font-size:32px;line-height:38px;color:#3e3e3e;display:flex;align-items:center;height:32px}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flagship-about .returnPolicy .content .title,main .e2FlagshipListingPageTemplate pns-flagship-about .termsAndCondition .content .title,main .e2FlagshipListingPageTemplate pns-flagship-about .customerService .content .title{margin-bottom:16px;font-size:20px;line-height:23px}}main .e2FlagshipListingPageTemplate pns-flagship-about .returnPolicy .content .smallTitle,main .e2FlagshipListingPageTemplate pns-flagship-about .termsAndCondition .content .smallTitle,main .e2FlagshipListingPageTemplate pns-flagship-about .customerService .content .smallTitle{font-weight:500;font-size:18px;line-height:21px;display:flex;align-items:center;color:#3e3e3e;height:36px}main .e2FlagshipListingPageTemplate pns-flagship-about .returnPolicy .content div,main .e2FlagshipListingPageTemplate pns-flagship-about .termsAndCondition .content div,main .e2FlagshipListingPageTemplate pns-flagship-about .customerService .content div{margin-bottom:8px;font-weight:400;font-size:14px;line-height:150%;color:#3e3e3e;display:flex;align-items:center;height:21px}main .e2FlagshipListingPageTemplate pns-flagship-about .customerService{margin:0}main .e2FlagshipListingPageTemplate pns-flagship-about .customerService .content{padding-bottom:131px}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-flagship-about .customerService .title{margin-bottom:24px}}cx-storefront.e2VopEnrollmentConnectPageTemplate header .header,cx-storefront.e2VopEnrollmentProcessingPageTemplate header .header,cx-storefront.e2VopEnrollmentOtpPageTemplate header .header{min-height:70px;align-items:center}cx-storefront.e2VopEnrollmentConnectPageTemplate header .header .SiteLogo img,cx-storefront.e2VopEnrollmentProcessingPageTemplate header .header .SiteLogo img,cx-storefront.e2VopEnrollmentOtpPageTemplate header .header .SiteLogo img{position:unset}cx-storefront.e2VopEnrollmentConnectPageTemplate header .navigation,cx-storefront.e2VopEnrollmentProcessingPageTemplate header .navigation,cx-storefront.e2VopEnrollmentOtpPageTemplate header .navigation{display:none}cx-storefront.e2VopEnrollmentConnectPageTemplate footer .footer .FooterPSP,cx-storefront.e2VopEnrollmentProcessingPageTemplate footer .footer .FooterPSP,cx-storefront.e2VopEnrollmentOtpPageTemplate footer .footer .FooterPSP{justify-content:flex-end}cx-storefront.e2VopEnrollmentConnectPageTemplate footer .footer .FooterPSP e2-icon-link-list:first-of-type,cx-storefront.e2VopEnrollmentProcessingPageTemplate footer .footer .FooterPSP e2-icon-link-list:first-of-type,cx-storefront.e2VopEnrollmentOtpPageTemplate footer .footer .FooterPSP e2-icon-link-list:first-of-type{display:none}main .e2VopEnrollmentConnectPageTemplate,main .e2VopEnrollmentProcessingPageTemplate,main .e2VopEnrollmentOtpPageTemplate{padding:0;width:100vw;max-width:unset;min-height:calc(100vh - 70px);background-color:#fff}main .e2VopEnrollmentConnectPageTemplate cx-page-slot[class^=E2Vop],main .e2VopEnrollmentProcessingPageTemplate cx-page-slot[class^=E2Vop],main .e2VopEnrollmentOtpPageTemplate cx-page-slot[class^=E2Vop]{max-width:1280px;margin:0 auto}.BottomHeaderSlot:has(pns-flp-header-section:empty) pns-flagship-tabs .tab-nav .tab-nav-bar li.flagshipLogo{margin-left:auto;display:flex;justify-content:center}.BottomHeaderSlot:has(pns-flp-header-section:empty) pns-flagship-tabs .tab-nav .tab-nav-bar li.flagshipLogo img{max-width:83px;max-height:50px}.BottomHeaderSlot:has(pns-flp-header-section:empty) pns-flagship-tabs .tab-nav .tab-nav-bar li.flagshipLogo:hover{pointer-events:none}.BottomHeaderSlot pns-flp-header-section&gt;div{position:relative;max-width:1280px;margin:0 auto}.BottomHeaderSlot .headerMini .ABOUT pns-flagship-header-title{padding-bottom:0}.BottomHeaderSlot .headerMini .ABOUT pns-flagship-header-title .logoAndTitleAndContent .logo{margin-top:24px}@media (max-width: 767px){.BottomHeaderSlot .headerMini pns-flagship-header-title .logoAndTitleAndContent .logo{margin-top:16px}}@media (max-width: 1023px){.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .FlagshipLandingMainContent{padding:0 15px}.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .logo{margin-left:15px}.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .logoAndTitleAndContent .titleAndContent{margin-left:10px}.BottomHeaderSlot pns-flp-header-section pns-flagship-header-title .iconsAndPolcyAndService .overViewIcons{margin-right:15px}}main .e2FlagshipListingPageTemplate{opacity:1!important;padding:0 10px}@media (min-width: 1024px){main .e2FlagshipListingPageTemplate{padding:0 15px;max-width:1310px;min-height:calc(100vh - 227px)}}@media (max-width: 767px){main .e2FlagshipListingPageTemplate .FLPAbout{padding-top:24px}}main .e2FlagshipListingPageTemplate .FLPAbout pns-flagship-about .Breadcrumb{margin-top:48px;margin-bottom:48px;height:16px}@media (max-width: 767px){main .e2FlagshipListingPageTemplate .FLPAbout pns-flagship-about .Breadcrumb{display:none}}main .e2FlagshipListingPageTemplate .FLPAbout pns-flagship-about .Breadcrumb e2-breadcrumb{padding:0}@media screen and (max-width: 394px){main .e2FlagshipListingPageTemplate pns-product-list .product-container .product-group{grid-template-columns:repeat(auto-fill,minmax(45vw,1fr))}}@media (max-width: 767px){main .e2FlagshipListingPageTemplate pns-product-list .top .product-list-controll .e2Dropdown .dropdown .dropdown-toggle{color:#3fa7f3}}@media (max-width: 1023px){main .e2FlagshipListingPageTemplate .FLPAbout pns-flagship-about .Breadcrumb e2-breadcrumb{padding:0 15px}}
</pre></body></html>