:root{--swiper-theme-color:#007aff;}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;}.swiper-container-vertical>.swiper-wrapper{flex-direction:column;}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box;}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0);}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap;}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column;}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto;}.swiper-container-pointer-events{touch-action:pan-y;}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x;}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;}.swiper-slide-invisible-blank{visibility:hidden;}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto;}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height;}.swiper-container-3d{perspective:1200px;}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d;}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10;}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none;}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start;}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory;}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory;}:root{--swiper-navigation-size:44px;}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - ( var(--swiper-navigation-size) / 2 ));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none;}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;text-transform:none;letter-spacing:0;font-variant:initial;line-height:1;}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto;}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev";}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto;}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next";}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff;}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000;}.swiper-button-lock{display:none;}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10;}.swiper-pagination.swiper-pagination-hidden{opacity:0;}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%;}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33);}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2;}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none;}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer;}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color));}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0);}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block;}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top;}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left;}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right;}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute;}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top;}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top;}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0;}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0;}.swiper-pagination-white{--swiper-pagination-color:#fff;}.swiper-pagination-black{--swiper-pagination-color:#000;}.swiper-pagination-lock{display:none;}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1);}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%;}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%;}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0;}.swiper-scrollbar-cursor-drag{cursor:move;}.swiper-scrollbar-lock{display:none;}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain;}.swiper-slide-zoomed{cursor:move;}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent;}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff;}.swiper-lazy-preloader-black{--swiper-preloader-color:#000;}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg);}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000;}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out;}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity;}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none;}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-container-cube{overflow:visible;}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%;}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none;}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0;}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible;}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0;}.swiper-container-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px);}.swiper-container-flip{overflow:visible;}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none;}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto;}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0;}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box;}.pswp img{max-width:none;}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1);}.pswp--open{display:block;}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing;}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity;}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0;}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1);}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1);}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none;}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden;}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden;}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0;}.pswp__img--placeholder{-webkit-backface-visibility:hidden;}.pswp__img--placeholder--blank{background:#222;}.pswp--ie .pswp__img{width:100% !important;height:auto !important;left:0;top:0;}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc;}.pswp__error-msg a{color:#ccc;text-decoration:underline;}.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none;}.pswp__button:focus,.pswp__button:hover{opacity:1;}.pswp__button:active{outline:0;opacity:.9;}.pswp__button::-moz-focus-inner{padding:0;border:0;}.pswp__ui--over-close .pswp__button--close{opacity:1;}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url("https://cdn-johnh.nitrocdn.com/ZnMFxHNKNqGEfOWmumwhNDtlvRMTBBhp/assets/images/optimized/rev-355e659/notebooksya.cl/wp-content/plugins/commercegurus-commercekit/assets/css/default-skin.svg") 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px;}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url("https://cdn-johnh.nitrocdn.com/ZnMFxHNKNqGEfOWmumwhNDtlvRMTBBhp/assets/images/optimized/rev-355e659/notebooksya.cl/wp-content/plugins/commercegurus-commercekit/assets/css/default-skin.svg");}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0;}}.pswp__button--close{background-position:0 -44px;}.pswp__button--share{background-position:-44px -44px;}.pswp__button--fs{display:none;}.pswp--supports-fs .pswp__button--fs{display:block;}.pswp--fs .pswp__button--fs{background-position:-44px 0;}.pswp__button--zoom{display:none;background-position:-88px 0;}.pswp--zoom-allowed .pswp__button--zoom{display:block;}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0;}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden;}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute;}.pswp__button--arrow--left{left:0;}.pswp__button--arrow--right{right:0;}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute;}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px;}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px;}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity;}.pswp__share-modal--hidden{display:none;}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform;}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px;}.pswp__share-tooltip a:hover{text-decoration:none;color:#000;}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0;}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px;}.pswp__share-modal--fade-in{opacity:1;}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.pswp--touch .pswp__share-tooltip a{padding:16px 12px;}a.pswp__share--facebook:before{content:"";display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none;}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff;}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a;}a.pswp__share--twitter:hover{background:#55acee;color:#fff;}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d;}a.pswp__share--download:hover{background:#ddd;}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px;}.pswp__caption small{font-size:11px;color:#bbb;}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc;}.pswp__caption--empty{display:none;}.pswp__caption--fake{visibility:hidden;}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr;}.pswp__preloader__icn{width:20px;height:20px;margin:12px;}.pswp__preloader--active{opacity:1;}.pswp__preloader--active .pswp__preloader__icn{background:url("https://notebooksya.cl/wp-content/plugins/commercegurus-commercekit/assets/css/preloader.gif") 0 0 no-repeat;}.pswp__preloader--active .pswp__preloader__icn.nitro-lazy{background-image:none !important;}.pswp--css_animation .pswp__preloader--active{opacity:1;}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite;}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0;}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden;}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0;}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right;}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0);}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg);}100%{-webkit-transform:rotate(0);transform:rotate(0);}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0);}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg);}100%{-webkit-transform:rotate(0);transform:rotate(0);}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550;}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1);}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible;}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5);}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3);}.pswp__ui--idle .pswp__top-bar{opacity:0;}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0;}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001;}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none;}.pswp__element--disabled{display:none !important;}.pswp--minimal--dark .pswp__top-bar{background:0 0;}.group:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}.yit-opened{overflow:hidden;}.ypop-modal{position:fixed;visibility:hidden;top:0;left:0;right:0;bottom:0;z-index:10000;opacity:0;text-align:center;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;}.ypop-modal:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0;}.ypop-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.8);z-index:-1;}.ypop-wrapper{display:inline-block;vertical-align:middle;z-index:2000;visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;text-align:left;position:relative;}.ypop-container{opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;-webkit-box-shadow:0 0 0 15px rgba(255,255,255,.2);box-shadow:0 0 0 15px rgba(255,255,255,.2);}.ypop-modal.open,.ypop-modal.open .ypop-wrapper{visibility:visible;opacity:1;}.ypop-modal.open .ypop-container{opacity:1;}.ypop-wrapper a.close{width:30px;height:30px;background:transparent url("https://cdn-johnh.nitrocdn.com/ZnMFxHNKNqGEfOWmumwhNDtlvRMTBBhp/assets/images/optimized/rev-355e659/notebooksya.cl/wp-content/plugins/yith-woocommerce-popup/assets/images/close-buttons/close1.png") top left no-repeat;position:absolute;top:0px;right:0px;opacity:1;cursor:pointer;}.ypop-wrapper a.close.nitro-lazy{background-image:none !important;}#ypop-right,#ypop-left{float:left;width:310px;min-height:272px;top:10px;position:relative;}div#ypop-right.ypop-full{width:630px;top:20px;right:0;}div#ypop-right.ypop-full input.name-field.text-field,div#ypop-right.ypop-full input.email-field.text-field{width:626px;left:-6px;position:relative;}div#ypop-right.ypop-full input.submit-field.newslettersubmit{left:-5px;}#ypop-left{left:-6px;}#ypop-right{right:-15px;}figure#ypop-image{height:240px;}figure#ypop-image img{max-width:100%;max-height:250px;}.no-view.ypop-checkbox{width:15px;height:15px;vertical-align:middle;float:left;border:none 0;background-color:transparent;margin:0px 6px 0 0;}.ypop-checkzone{font-size:11px;background-color:#ccc;text-align:left;padding:6px;}#ypop-right .price{position:relative;top:6px;}#ypop-message{min-height:146px;line-height:20px;}.ypop-newsletter-form{height:100px;}.ypop-checkzone input.no-view{display:none;}.ypop-checkzone input.no-view+span{width:16px;height:16px;display:inline-block;background:url("https://cdn-johnh.nitrocdn.com/ZnMFxHNKNqGEfOWmumwhNDtlvRMTBBhp/assets/images/optimized/rev-355e659/notebooksya.cl/wp-content/plugins/yith-woocommerce-popup/assets/images/checkbox-button.png") no-repeat center bottom;float:left;margin-right:8px;}.ypop-checkzone input.no-view+span.nitro-lazy{background-image:none !important;}.ypop-checkzone input.no-view:checked+span{background-position:center top;}.ypop-form-newsletter-wrapper .message-box span{padding:10px;border:1px solid #ccc;margin:20px;display:block;}.ypop-form-newsletter-wrapper .message-box .error{color:red;border-color:red;}.ypop-form-newsletter-wrapper .message-box .success{color:#35b000;border-color:#35b000;}.ypop-form-newsletter-wrapper .message-box .notice{color:#3ea2ff;border-color:#3ea2ff;}.ypop-form-newsletter-wrapper .ypop-submit .custom_icon{margin-right:10px;}#yithider_ypop{line-height:1.428571429;-webkit-appearance:none;}.newsletter-section.newsletter-shortcode ul{list-style:none;}.ypop-container{display:none;}.ypop-content-type .contact-form ul{list-style:none;padding-left:0px;}.ypop-content-type .contact-form fieldset{border:0;}.ypop-content-type .contact-form input,.ypop-content-type .contact-form textarea{width:100%;margin:10px 0;}.contact-form-error-messages{display:none;}.user-message{padding:10px;border:1px solid #ccc;margin:20px;display:block;}.user-message.error{color:red;border-color:red;}.user-message.success{color:#35b000;border-color:#35b000;}.user-message.notice{color:#3ea2ff;border-color:#3ea2ff;}.user-message p{margin-bottom:0;}.msg-error{text-align:left;font-size:.8em;color:red;margin-top:-8px;}.ypop-footer img{display:inline-block;}p#ypop_privacy_description_row{font-size:.8em;}p#ypop_privacy_row{display:table;}input#ypop_privacy_ypop{display:table-cell;}#ypop_privacy_row label{display:table-cell;padding:0 5px;}@media (min-width: 768px) and (max-width: 979px){}@media (max-width: 767px){.ypop-wrapper{overflow:visible;}}.tax-product_brand .brand-description{overflow:hidden;zoom:1;}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right;}.tax-product_brand .brand-description .text{width:72%;float:left;}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em;}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none;}ul.brand-thumbnails:before{clear:both;content:"";display:table;}ul.brand-thumbnails:after{clear:both;content:"";display:table;}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%;}ul.brand-thumbnails.fluid-columns li{width:auto;}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both;}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0;}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0;}ul.brand-thumbnails.columns-2 li{width:48%;}ul.brand-thumbnails.columns-3 li{width:30.75%;}ul.brand-thumbnails.columns-5 li{width:16.95%;}ul.brand-thumbnails.columns-6 li{width:13.5%;}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0;}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48% !important;}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none;}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%;}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both;}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0;}}.brand-thumbnails-description li{text-align:center;}.brand-thumbnails-description li .term-thumbnail img{display:inline;}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left;}#brands_a_z h3:target{text-decoration:underline;}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1;}ul.brands_index li{float:left;margin:0 2px 2px 0;}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none;}ul.brands_index li span{border-color:#eee;color:#ddd;}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none;}ul.brands_index li a.active{border-width:2px;padding:5px;}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em;}*,::after,::before{box-sizing:border-box;}html{font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;}body{margin:0;}hr{height:0;color:inherit;}b,strong{font-weight:bolder;}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:1em;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-.25em;}sup{top:-.5em;}table{text-indent:0;border-color:inherit;}button,select{text-transform:none;}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;}::-moz-focus-inner{border-style:none;padding:0;}:-moz-focusring{outline:1px dotted ButtonText;}:-moz-ui-invalid{box-shadow:none;}legend{padding:0;}progress{vertical-align:baseline;}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto;}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}summary{display:list-item;}.is-layout-flow summary+*{margin-top:0;}html{text-size-adjust:100%;-webkit-tap-highlight-color:transparent;overflow-wrap:break-word;scrollbar-gutter:stable;}audio,canvas,embed,iframe,img,object,video{display:block;vertical-align:middle;}canvas,img,picture,video{display:block;max-width:100%;height:auto;}h1,h2,h3,h4{text-wrap:pretty;}a,button,input{touch-action:manipulation;}body,button,input,textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0;}fieldset{margin:0;padding:0;border:0;}menu,ol,ul{list-style:none;margin:0;padding:0;}textarea{resize:vertical;}[hidden]{display:none;}table{border-spacing:0;border-collapse:collapse;}[role=button],button{cursor:pointer;}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}:disabled{cursor:default;}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none;}button.nitro-lazy,input:where([type=button]).nitro-lazy,input:where([type=reset]).nitro-lazy,input:where([type=submit]).nitro-lazy{background-image:none !important;}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-delay:-1ms !important;animation-duration:1ms !important;animation-iteration-count:1 !important;background-attachment:initial !important;scroll-behavior:auto !important;transition-delay:0s !important;transition-duration:0s !important;}}mark{background-color:transparent;}address{font-style:normal;}article,aside,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}a{color:#2c2d33;background-color:transparent;text-decoration:none;transition:color .2s ease;}a:active,a:hover{outline:0;}a,button,input{-ms-touch-action:manipulation;touch-action:manipulation;}cite{display:block;margin-top:1rem;font-style:normal;}mark{color:#000;background:#ff0;}small{font-size:75%;}img{max-width:100%;height:auto;border:0;border-radius:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}optgroup{margin:0;color:inherit;}input[type=checkbox],input[type=radio]{box-sizing:border-box;}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{margin:1.618em 0;padding:1em 1.618em 1.618em;border:0;}legend{border:0;}table{width:100%;border-spacing:0;border-collapse:separate;font-size:15px;}legend,ol,td,th,ul{padding:0;}address,p,table{margin:0 0 1.21575rem;}ol,ul{margin:0 0 1.41575em 20px;}ul{list-style:disc;}ol{list-style:decimal;}li>ol,li>ul{margin-bottom:0;margin-left:1em;}b,dt,strong{font-weight:600;}dd{margin:0 0 1.618em;}pre{overflow:auto;max-width:100%;margin-bottom:1.618em;padding:1.618em;background:rgba(0,0,0,.1);font-family:"Courier 10 Pitch",Courier,monospace;}code,kbd,tt,var{padding:.202em .5407911001em;background-color:rgba(0,0,0,.05);font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;}abbr,acronym{border-bottom:1px dotted #666;cursor:help;}ins,mark{background:0 0;font-weight:400;text-decoration:none;}table td,table th{text-align:left;vertical-align:middle;}table caption,table th{font-weight:600;}embed,iframe,object,select,video{max-width:100%;}button,input,select{vertical-align:baseline;}button{border:none;}input[type=number]{-webkit-appearance:none;border-radius:0;}.form-row input,.form-row select,.form-row textarea{width:100%;}.form-row label{display:block;margin-bottom:5px;color:#111;font-size:14px;font-weight:600;}.form-row .button,.form-row input[type=checkbox],.form-row input[type=radio]{width:auto;}.form-row.woocommerce-validated input.input-text{border-color:#0f834d;}.form-row.woocommerce-invalid input.input-text{border-color:#e2401c;}.form-row-last{margin-right:0 !important;}.form-row-wide{clear:both;width:100%;}@media (min-width:993px){.col2-set{float:left;width:52.9411764706%;margin-right:5.8823529412%;}.col2-set .form-row-first{float:left;width:48%;margin-right:0;}.col2-set .form-row-last{float:right;width:48%;margin-right:0;}.col2-set .col-1,.col2-set .col-2{margin-bottom:1.618em;}.form-row-first{float:left;clear:both;width:47.0588235294%;margin-right:5.8823529412%;}.form-row-last{float:right;width:47.0588235294%;margin-right:0;}}.required{border-bottom:0;color:#df0202;text-decoration:none;}.woocommerce-input-wrapper{display:block;}label.inline input{width:auto;}fieldset legend{width:calc(100% + 60px);margin-left:-30px;padding:10px 30px 10px;color:#111;font-size:20px;font-weight:600;}select{width:100%;padding:0 40px 0 .7em;padding-right:40px;background:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'1792\' height=\'1792\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill=\'none\' id=\'canvas_background\' height=\'402\' width=\'582\' y=\'-1\' x=\'-1\'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill=\'%23888\' id=\'svg_1\' d=\'m1408,704q0,26 -19,45l-448,448q-19,19 -45,19t-45,-19l-448,-448q-19,-19 -19,-45t19,-45t45,-19l896,0q26,0 45,19t19,45z\'/%3E%3C/g%3E%3C/svg%3E") calc(100% - 12px) 12px no-repeat;margin:0;background-size:15px 15px;appearance:none;outline:0;border:1px solid #d2d6dc;border-radius:.3rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);height:40px;}select.nitro-lazy{background-image:none !important;}select:focus{outline:0;}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){select{padding-right:0;background-image:none;}select.nitro-lazy{background-image:none !important;}}.button,input[type=button],input[type=reset],input[type=submit]{display:inline-block;padding:.8180469716em 1.41575em;border:0;border-color:#43454b;border-radius:4px;font-size:clamp(.875rem,.8115rem + .2033vw,.9375rem);outline:0;background:0 0;background-color:#43454b;font-weight:600;text-shadow:none;text-decoration:none;cursor:pointer;-webkit-appearance:none;transition:.2s all;}input[type=button],input[type=reset],input[type=submit]{color:#fff;font-weight:600;}input[type=checkbox],input[type=radio]{padding:0;}input[type=tel],input[type=text],input[type=url]{width:100%;}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text]{outline:0;margin-bottom:0;border:1px solid #d2d6dc;border-radius:.3rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);height:40px;padding:0 .7em;}input[type=text].select2-search__field{height:auto;}input[type=search]{padding-left:43px;}input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}input[type=search]::placeholder{color:#555;}.site-search input[type=search]{border:0;border:1px solid #f8f8f8;background:#f8f8f8;}.site-search form:before{left:15px;top:50%;margin-top:-7px;width:16px;height:16px;}.widget_search:before,.woocommerce-product-search:before,.wp-block-search__inside-wrapper:before,form.search-form:before{width:18px;height:18px;content:"";display:inline-block;position:absolute;z-index:1;top:.7em;left:.8em;background-color:#ccc;mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M21 21L15 15M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10Z\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");mask-position:center;mask-repeat:no-repeat;mask-size:contain;}textarea{overflow:auto;border:1px solid #d2d6dc;border-radius:.25rem;padding:.8em;outline:0;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);width:100%;padding-left:.875em;vertical-align:top;height:150px;}.input-text:focus,input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{border-color:#999;}.below-woocommerce-category a,.comment-respond p a,.comment-text a,.entry-content article a:not(.elementor-button),.post-meta a,.product-widget a,.product_meta a,.woocommerce-tabs table.woocommerce-product-attributes a,a.reset_variations,body:not(.elementor-page):not(.woocommerce-account):not(.woocommerce-order-received) .entry-content p:not(.product__categories) a:not(.button){text-decoration:underline;text-underline-offset:.12em;text-decoration-thickness:.75px;}hr{height:0;margin-top:38px;margin-bottom:38px;border:0;border-top:1px solid #e9e9e9;}h1,h2{margin:0 0 1rem;}h3,h4,h5,h6{margin:0 0 .5rem;}h5{font-size:1.2em;}h6{font-size:1em;}blockquote+h2,blockquote+h3,blockquote+h4,blockquote+header h2,form+h2,form+h3,form+h4,form+header h2,ol+h2,ol+h3,ol+h4,ol+header h2,p+h2,p+h3,p+h4,p+header h2,table+h2,table+h3,table+h4,table+header h2,ul+h2,ul+h3,ul+h4,ul+header h2{margin-top:1.2906835em;}dl.variation{margin:.4em 0;font-size:.9em;color:#545454;}dl.variation dd{margin-bottom:0;margin-right:5px;color:#323232;}dl.variation dt{line-height:1.2;}dl.variation dd p{margin-bottom:0;}dl.variation dd,dl.variation dd p,dl.variation dt{display:inline;}.video-container{position:relative;margin-bottom:30px;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}.video-container:last-child{margin-bottom:0;}.video-container embed,.video-container iframe,.video-container object{position:absolute;top:0;left:0;width:100%;height:100%;}.wp-block-image figcaption{margin-top:.8em;color:#555;font-size:clamp(.875rem,.8115rem + .2033vw,.9375rem);text-align:center;}.wp-caption{max-width:100%;margin-bottom:1em;}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto;}.wp-caption .wp-caption-text{font-size:14px;}.alignleft,.alignright{display:inline;margin-top:5px;}.alignleft{float:left;margin-right:2.5em;}.alignright{float:right;margin-left:2.5em;}.aligncenter{display:block;clear:both;margin:0 auto;}@media only screen and (min-width:1070px){.alignfull img,.alignwide img{display:block;margin:0 auto;}}.content-area blockquote{position:relative;margin:2.5em 40px;}.content-area blockquote.alignleft,.content-area blockquote.alignright{margin-top:.6em;padding:2em 0;}.content-area blockquote p{margin-bottom:0;}.content-area blockquote::before{position:absolute;top:-12px;left:-40px;margin:0;color:#ccc;font-family:Georgia,serif;font-size:50px;content:"“";}.content-area h3+blockquote{margin-top:10px;}.entry-content figure.wp-block-embed{width:100%;margin:0;}.entry-content ol ol,.entry-content ul ul{margin:1em 0 1em 2em;}.entry-content ol li{padding-left:6px;}@media (max-width:768px){.entry-content,.site{font-size:15px;}input,select,textarea{font-size:16px;}.entry-content:not(.wc-tab) p.form-row{font-size:14px;}.site h1{font-size:30px;letter-spacing:-.01em;}.site h2{font-size:clamp(1.375rem,.9939rem + 1.2195vw,1.75rem);letter-spacing:-.01em;}}body.error404 h1{margin-bottom:.5rem;}@media (min-width:993px){.mobile-summary,.site-branding+.shoptimizer-myaccount{display:none;}.site-header .col-full{display:flex;flex-wrap:wrap;align-items:center;}.site-header{position:relative;z-index:20;}.site-header .site-branding{line-height:1;}.site-branding .site-title{margin:0;font-size:20px;}.site-branding .logo{display:inline-block;margin:0;}.site-header .custom-logo-link img{width:auto;}.site-header .site-search{margin-left:3em;flex-grow:1;}.site-search input{padding-top:1.45rem;padding-bottom:1.45rem;}.site-header .widget{margin-bottom:0;}.site-branding a{color:#111;font-weight:700;}.site-branding p{margin-top:5px;margin-bottom:0;color:#555;font-size:12px;}.site-branding .site-description{display:block;margin-top:.35rem;font-size:.755em;}.main-header{display:flex;}.site-search.type-outline input[type=search]{background-color:#fff;border:1px solid #e2e2e2;}.header-2 .main-header,.header-3 .main-header{display:flex;flex-wrap:wrap;align-items:center;}.header-2 .site-header,.header-3 .site-header{position:relative;}.header-2 .site-header .site-search{order:1;}.header-3 .site-header .site-search{order:3;}.header-2 .site-header .site-search,.header-3 .site-header .site-search{max-width:25%;margin:0;}.header-2 .site-header .site-branding,.header-3 .site-header .site-branding{position:absolute;top:50%;left:50%;order:2;text-align:center;transform:translate(-50%,-50%);}.header-2 .site-header .secondary-navigation,.header-3 .site-header .secondary-navigation{padding:0;}.header-2 .site-header .secondary-navigation{order:3;}.header-3 .site-header .secondary-navigation{order:1;margin-right:auto;margin-left:-18px;}.header-2 .col-full-nav,.header-3 .col-full-nav{order:4;}.header-5 .site-header input[type=search]{height:55px;}.header-5 .site-header .site-header-cart{display:block;height:55px;margin-left:35px;}.header-5 .shoptimizer-cart a.cart-contents{height:55px;padding:0 15px;border:1px solid #eee;border-radius:2px;line-height:55px;}.header-5 .shoptimizer-cart a.cart-contents:hover{border-color:#e2e2e2;}.header-5 .col-full-nav .site-header-cart{display:none;}.header-5 .site-header .main-navigation{width:100%;}.header-5 .shoptimizer-cart .cart-contents .amount{font-size:14px;display:contents;}.header-5 .shoptimizer-cart a.cart-contents .shoptimizer-cart-icon .mini-count{margin-right:-10px;color:#111;background-color:#eee;}}@media (min-width:1199px){.header-4 .primary-navigation{position:absolute;top:0;left:0;width:100%;text-align:center;}}@media (min-width:993px){.header-4{overflow-x:hidden;}.header-4 .header-4-container{position:relative;z-index:99;padding:0 30px;border-bottom:1px solid #eee;box-shadow:0 3px 15px -5px rgba(0,0,0,.08);}.sticky-d.header-4 .header-4-container{position:sticky;top:0;}.admin-bar.sticky-d.header-4:not(.woocommerce-checkout) .header-4-container{top:32px;}.admin-bar.sticky-d.header-4.single-product .header-4-container{top:0;}.single-product.sticky-t.sticky-d.header-4 .header-4-container{position:relative;}.admin-bar.single-product.sticky-t.sticky-d.header-4 .header-4-container{top:0;}.header-4 .header-4-inner{display:flex;width:100%;align-items:center;}.header-4 .site-header{flex:0 0 auto;margin-right:30px;}.full-width-header.header-4 .header-4-container{display:flex;}.header-4:not(.full-width-header) .header-4-inner{display:flex;align-items:center;max-width:1170px;margin-right:auto;margin-left:auto;height:100%;}.header-4 .header-4-container .main-header.col-full{padding:0;max-width:inherit;}.header-4 .site-search{display:none;}.header-4 .site-header-cart{display:flex;align-items:center;flex-shrink:0;}.header-4 .shoptimizer-cart .cart-contents{height:auto;}.header-4 .search-trigger,.header-4 .shoptimizer-cart .cart-contents{position:relative;z-index:9;}.header-4 .search-trigger,.header-4 .search-trigger:focus,.header-4 .search-trigger:hover{background:0 0;cursor:pointer;}.header-4 .search-trigger svg{width:18px;height:18px;margin:-4px 0;}.header-4 .search-trigger span{padding:8px 10px 8px 0;margin-right:10px;border-right:1px solid #eee;line-height:inherit;font-size:14px;pointer-events:none;}.header-4 .shoptimizer-myaccount{margin-left:-6px;padding-right:20px;}.header-4 .shoptimizer-myaccount a{display:flex;height:100%;align-items:center;position:relative;}.header-4 .shoptimizer-myaccount svg{width:24px;height:24px;}}@media (max-width:1060px) and (min-width:993px){body:not(.header-4):not(.header-5) .site-header .site-search{width:100px;}}@media (min-width:993px) and (max-width:1155px){.header-5 .site-header .site-search{width:50px;}}@media (min-width:993px){.woocommerce-checkout.min-ck.header-2:not(.woocommerce-order-received) .site-header .site-branding,.woocommerce-checkout.min-ck.header-3:not(.woocommerce-order-received) .site-header .site-branding{position:relative;left:auto;order:0;transform:none;}}@media (min-width:993px){.sticky-d.header-4.woocommerce-checkout.min-ck:not(.woocommerce-order-received) .header-4-container{position:relative;}}.sticky-d.woocommerce-checkout.min-ck.header-4:not(.woocommerce-order-received) .search-trigger{display:none;}.woocommerce-checkout.min-ck.header-4:not(.woocommerce-order-received) .site-header{margin:0;border:none;width:100%;}.header-4:not(.woocommerce-order-received) .woocommerce-checkout.min-ck .site-header{border:none;width:100%;}.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{z-index:1;}@media (max-width:992px){.main-header{position:relative;}.site-branding{display:flex;flex-direction:column;width:100%;height:70px;justify-content:center;align-items:center;text-align:center;}.site-header .custom-logo-link img{width:auto;}.site-branding p{margin:5px 0 -3px 0;font-size:11px;line-height:1.22;display:none;}.site-header .shoptimizer-cart a.cart-contents .amount{display:none;}.site-branding button.menu-toggle{position:absolute;left:15px;width:60px;height:30px;padding:0;background-color:transparent;display:block;}.site-branding button.menu-toggle:hover{background-color:transparent;}.menu-toggle .bar{display:block;position:absolute;top:calc(50% - 1px);z-index:0;width:22px;height:2px;opacity:1;background-color:#222;transition:transform .15s ease-in 0s,margin .15s ease-in .2s,opacity 0s ease-in .15s;transform:rotate(0);pointer-events:none;}.menu-toggle .bar:nth-child(1){margin-top:-7px;}.menu-toggle .bar:nth-child(2){margin-top:-1px;}.menu-toggle .bar:nth-child(3){margin-top:5px;}.menu-toggle .bar-text{position:absolute;top:0;left:0;margin-top:8px;margin-left:28px;font-size:10px;font-weight:600;letter-spacing:.03em;pointer-events:none;}button.mobile-search-toggle{position:absolute;top:0;right:60px;height:100%;padding:0;display:flex;align-items:center;cursor:pointer;background-color:transparent;}.mobile-search-toggle.with-myaccount-icon{right:95px;}.mobile-search-toggle svg{width:20px;height:20px;pointer-events:none;}.shoptimizer-myaccount{position:absolute;top:0;right:60px;height:100%;font-size:17px;display:flex;align-items:center;cursor:pointer;}.shoptimizer-myaccount a{display:inline-block;line-height:1;}.shoptimizer-myaccount svg{width:24px;height:24px;}.site-header .site-header-cart{position:absolute;z-index:2;right:15px;}.shoptimizer-cart-icon{position:relative;top:-4px;right:-8px;}.min-ck.woocommerce-checkout .site-header .site-header-cart,.min-ck.woocommerce-checkout button.menu-toggle{display:none;}.m-search-bh .site-header .col-full{padding-right:0;padding-left:0;}.m-search-bh .site-search,.m-search-toggled .site-search{display:block;padding:0 1em 1em 1em;height:60px;background-color:#fff;box-shadow:0 3px 10px -5px rgba(0,0,0,.18);position:relative;z-index:1;}.m-search-toggled .site-header .site-search{margin-left:-1em;margin-right:-1em;}.m-search-bh:not(.woocommerce-checkout.min-ck) .site-header .col-full{margin-bottom:60px;}body:not(.mobile-toggled).sticky-m .site-header{position:sticky;z-index:9;top:0;box-shadow:0 1px 15px rgba(0,0,0,.08);}}@media (max-width:480px){.site .site-branding p{max-width:240px;line-height:1.2;}}.below-content .col-full,footer .col-full{display:flex;padding-right:calc(2.617924em - 20px);padding-left:calc(2.617924em - 20px);}.below-content{clear:both;overflow:hidden;padding-top:2rem;padding-bottom:1.7em;border-top:1px solid #eee;}.below-content .widget .widget-title{margin-bottom:0;padding-left:32px;font-size:clamp(.875rem,.8115rem + .2033vw,.9375rem);font-weight:600;line-height:1.35;text-transform:none;letter-spacing:0;}.below-content .widget .textwidget p{margin-bottom:0;padding-left:32px;font-size:clamp(.8125rem,.749rem + .2033vw,.875rem);line-height:1.4;margin-top:.15rem;}.below-content .widget,footer .widget{position:relative;margin:0;padding:0 20px;flex:1;}.below-content .widget .ri,.below-content .widget svg{position:absolute;top:3px;left:20px;}.below-content .widget .ri{color:#999;font-size:16px;}.below-content .widget svg{stroke:#dc9814;width:20px;height:20px;}.below-content .widget svg path{stroke-width:1.5px;}footer{clear:both;}.site-footer .widget .widget-title{margin-bottom:12.5px;}footer .widget li{margin-bottom:5px;}footer a:not(.button):hover{color:#fff;}footer.site-footer a:has(svg){margin-right:15px;}footer.copyright a:hover,footer.site-footer a:hover{text-decoration:underline;text-decoration-thickness:.5px;text-underline-offset:.16em;}footer .review{font-size:14px;}footer .review strong{font-size:12px;}.site-footer{padding:4rem 0;}.site-footer .widget li,.site-footer .widget p{font-size:clamp(.875rem,.8115rem + .2033vw,.9375rem);line-height:1.5;}footer.copyright .widget:last-child{text-align:right;}footer.copyright .widget p{margin:0;font-size:clamp(.875rem,.8115rem + .2033vw,.9375rem);}footer.copyright .widget:last-child img{width:auto;height:28.5px;margin:0;}footer.copyright{padding:2rem 0;}footer:last-child:not(:only-of-type){margin-top:-3rem;}footer.copyright .col-full{align-items:center;}.site-footer .widget_nav_menu a{display:inline-flex;}.site-footer .widget_nav_menu .icon-wrapper{order:-1;}.site-footer .widget_nav_menu .icon-wrapper svg{width:22px;min-width:22px;margin-right:8px;}.site-footer .widget_nav_menu ul ul{margin-top:10px;margin-bottom:10px;font-size:14px;}.site-footer .icon-wrapper:empty{min-width:auto;margin:0;}@media (max-width:992px){.below-content .widget .ri,.below-content .widget svg{left:0;}.below-content .col-full,footer .col-full{display:block;padding-right:1em;padding-left:1em;}.below-content .widget{padding:0;margin-bottom:15px;}.below-content{padding-bottom:calc(1.7em - 15px);}.below-content .col-full,.site-footer .col-full{display:grid;grid-template-columns:repeat(2,1fr);column-gap:2rem;}.site-footer{padding:2.5rem 0 1rem 0;}.site-footer .widget{padding:0;margin-bottom:1.25rem;}.site-footer.alignright,footer.copyright .widget:last-child img{display:block;float:none;}footer.copyright .widget{padding:0;margin-bottom:1rem;}footer.copyright .widget:last-child{margin-bottom:0;}}@media (max-width:768px){.below-content .col-full,.site-footer .col-full{grid-template-columns:repeat(1,1fr);}}@media (min-width:993px){.col-full{box-sizing:content-box;margin-right:auto;margin-left:auto;max-width:1170px;padding-right:2.617924em;padding-left:2.617924em;}.col-full:after{display:block;clear:both;content:"";}}@media (max-width:992px){.col-full{padding-right:1em;padding-left:1em;}}.shoptimizer-contained #page{margin-left:auto;margin-right:auto;}@media (min-width:993px){.right-page-sidebar .content-area,.right-post-sidebar .content-area,.right-sidebar .content-area{float:left;}.right-page-sidebar .widget-area,.right-post-sidebar .widget-area,.right-sidebar .widget-area{float:right;}.left-page-sidebar .content-area,.left-post-sidebar .content-area,.left-sidebar .content-area{float:right;}.left-page-sidebar .widget-area,.left-post-sidebar .widget-area,.left-sidebar .widget-area{float:left;}.search .content-area{float:right;}}.page-template-default:not(.woocommerce-page) .entry-header{margin-bottom:1.5rem;}@media (min-width:993px){.page-template-default .site-content{padding-bottom:3rem;}}@media (max-width:992px){.page-template-default .site-content{padding-bottom:1.5rem;}}.page-template-template-blank-canvas .site-content .col-full,.page-template-template-blank-canvas .woocommerce-message,.page-template-template-canvas .site-content .col-full,.page-template-template-canvas .woocommerce-message{max-width:inherit;}.page-template-template-blank-canvas:not(.pdp-shortcode) .site-content .col-full,.page-template-template-canvas:not(.pdp-shortcode) .site-content .col-full{padding:0;}.page-template-template-blank-canvas .content-area,.page-template-template-canvas .content-area{width:100%;clear:both;}.page-template-template-fullwidth-php .content-area{width:100%;}.page-template-template-fullwidth-no-heading .content-area{width:100%;}.post-type-archive-product.shoptimizer-full-width-content .content-area,.woocommerce.archive.no-woocommerce-sidebar .content-area{width:100%;}@media (min-width:993px){.left-archives-sidebar #secondary{float:left;}.right-archives-sidebar #secondary{float:right;}.right-archives-sidebar .content-area{float:left;}.left-archives-sidebar .content-area{float:right;}.archive.no-archives-sidebar .content-area,.blog.no-archives-sidebar .content-area{width:100%;}.left-woocommerce-sidebar #secondary{float:left;}.left-woocommerce-sidebar .content-area{float:right;}.right-woocommerce-sidebar #secondary{float:right;}.right-woocommerce-sidebar .content-area{float:left;}}.site-content{position:relative;}.site-content:focus{outline:0;}@media (min-width:993px){.site-content:after{display:block;visibility:hidden;position:absolute;z-index:5;top:0;left:0;width:100%;height:100%;opacity:0;background:rgba(0,0,0,.7);content:"";transition:opacity .3s,visibility .3s;pointer-events:none;}.site.overlay:has(.hover-intent) .site-content:after{visibility:hidden;opacity:0;}.site.overlay.visible:has(.hover-intent) .site-content:after{visibility:visible;opacity:1;}.drawer-open:before,.site.overlay .site-content:after{visibility:visible;opacity:1;height:200%;}}.woocommerce-cart .elementor,.woocommerce-checkout .ae_data.elementor,.woocommerce-checkout .elementor{clear:both;}.single-ckit_size_guide .content-area{width:100%;margin:0 auto;padding-top:2.5em;padding-bottom:2.5em;float:none;}@media (min-width:993px){.woocommerce.archive .site-content{padding-bottom:3rem;}}.shop header.woocommerce-products-header{margin:0;background-color:transparent;}h1.woocommerce-products-header__title{margin-bottom:1.5rem;}.shop.shop-heading .woocommerce-products-header{align-items:flex-start;}.shop:not(.shop-heading) .woocommerce-products-header__title{display:none;}.shoptimizer-sorting{width:100%;margin-bottom:1.5rem;display:flex;align-items:center;}.shoptimizer-sorting .woocommerce-notices-wrapper{order:1;}.shoptimizer-sorting .woocommerce-ordering{margin-bottom:0;display:inline-flex;order:2;}.shoptimizer-sorting .woocommerce-result-count{order:3;}.shoptimizer-sorting .woocommerce-pagination{order:4;}.shoptimizer-sorting.sorting-end{margin-top:1em;margin-bottom:0;}.shoptimizer-sorting.sorting-end:empty{margin:0;}.woocommerce-result-count{margin:0;color:#111;font-size:14px;}select.orderby{position:relative;height:auto;line-height:inherit;margin-bottom:0;padding-left:0;border:0;color:#111;font-size:14px;box-shadow:none;background-position:center right;}@media (min-width:993px){.woocommerce-ordering{margin-right:1.5em;}}header.woocommerce-products-header{display:flex;background-color:#efeee3;align-items:center;overflow:hidden;margin-bottom:2em;}header.woocommerce-products-header:not(:has(>*)){margin:0;}header.woocommerce-products-header img.cg-cat-image{width:100%;max-width:100%;}header.woocommerce-products-header .term-description{padding:2em;}.term-desc-np header.woocommerce-products-header .term-description{padding:0;}.term-desc-np header.woocommerce-products-header{background-color:transparent;}.shoptimizer-category-banner .taxonomy-description p:last-child,header.woocommerce-products-header .term-description p:last-child{margin:0;}@media (min-width:993px){.term-description{min-width:50%;}}header.woocommerce-products-header img{width:50%;}header.woocommerce-products-header .term-description+img.cg-cat-image,header.woocommerce-products-header .term-description+noscript+img.cg-cat-image,header.woocommerce-products-header .term-description+picture{min-width:50%;max-width:50%;}header.woocommerce-products-header .term-description+picture img{width:100%;}@media (max-width:992px){header.woocommerce-products-header{flex-direction:column;}.site-main header.woocommerce-products-header img.cg-cat-image{width:100%;max-width:100%;}header.woocommerce-products-header .term-description+img.cg-cat-image,header.woocommerce-products-header .term-description+noscript+img.cg-cat-image,header.woocommerce-products-header .term-description+picture{max-width:100%;}.yit-wcan-container{margin:0 -.5em;}.shoptimizer-sorting .woocommerce-result-count{order:1;clear:both;font-size:12px;}form.woocommerce-ordering{margin:0;width:100%;}.shoptimizer-sorting{clear:both;display:grid;grid-template-columns:auto auto;gap:0 20px;align-items:baseline;margin-top:15px;margin-bottom:15px;font-size:12px;}select.orderby{font-size:12px;width:100%;}.archive .woocommerce-notices-wrapper{grid-column:1/-1;}.shoptimizer-full-width-content select.orderby{width:100%;}.term-description{order:2;}.shoptimizer-category-banner .col-full .taxonomy-description,header.woocommerce-products-header .term-description{font-size:clamp(.875rem,.8115rem + .2033vw,.9375rem);}header.woocommerce-products-header .term-description{padding:1.25rem;letter-spacing:0;}.woocommerce.archive.yith-wcan-pro #secondary{transition:none;}.woocommerce.archive.yith-wcan-preset-modal-open #secondary{position:inherit;}}.shoptimizer-category-banner{position:relative;padding:2rem 0;background-size:cover;background-position:center;border-bottom:1px solid #f1f1f1;}.shoptimizer-category-banner .taxonomy-description p{margin-bottom:15px;}.shoptimizer-category-banner .taxonomy-description,.shoptimizer-category-banner h1{position:relative;color:#fff;}.shoptimizer-category-banner .taxonomy-description{margin-bottom:0;}.shoptimizer-category-banner h1{margin-bottom:.3em;}.shoptimizer-category-banner h1:only-child{margin:0;}.shoptimizer-category-banner .term-description p:last-of-type{margin-bottom:0;}.shoptimizer-category-banner .taxonomy-description p a{transition:.2s all;}.shoptimizer-category-banner .taxonomy-description ul{margin:20px 0 0 0;font-size:12px;letter-spacing:.02em;}.shoptimizer-category-banner .taxonomy-description ul li{display:inline-block;list-style:none;margin:0 3px 7px 0;}.shoptimizer-category-banner .taxonomy-description ul li a{display:inline-block;background:#fff;padding:5px 15px;border-radius:20px;text-transform:uppercase;font-weight:600;transition:.2s all;border:1px solid #f1f1f1;color:#111;}.shoptimizer-category-banner .taxonomy-description ul li a:hover{background-color:rgba(255,255,255,.88);transform:translateY(-1.5px);box-shadow:0 2px 5px 0 rgba(0,0,0,.03);}.shoptimizer-category-banner.lazy-background .taxonomy-description p,.shoptimizer-category-banner.lazy-background .taxonomy-description p a,.shoptimizer-category-banner.lazy-background h1{color:#fff;}.shoptimizer-category-banner.lazy-background .taxonomy-description p a:hover{color:#fff;opacity:.7;}.shoptimizer-category-banner.lazy-background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);}@media (max-width:992px){.shoptimizer-category-banner{padding:1.5rem 0;}}.below-woocommerce-category{clear:both;margin:2rem 0 0 0;font-size:clamp(.875rem,.8115rem + .2033vw,.9375rem);border:1px solid #eee;padding:1.5rem;}.below-woocommerce-category table tr td{border-bottom:1px solid #eee;padding-left:0;}.below-woocommerce-category p:last-child{margin:0;}.below-woocommerce-category a,.shoptimizer-category-banner .taxonomy-description p a,.term-description a{text-decoration:underline;text-decoration-thickness:.75px;text-underline-offset:.18em;}.pwb-brand-banner-cont.pwb-before-loop,header.woocommerce-products-header .pwb-brand-banner img{width:100%;}.pwb-brand-description{padding:2em;}.pwb-before-loop{margin:0;}.pwb-brand-description p:last-child{margin:0;}@media (min-width:993px){.mobile-filter{display:none;}}@media (max-width:992px){.mobile-filter{display:block;position:sticky;z-index:3;top:0;width:100%;width:calc(100% + 2.6em);height:40px;padding-left:40px;background-color:#fff;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;box-shadow:0 4px 12px -2px rgba(0,0,0,.06);text-transform:uppercase;color:#111;font-size:11px;font-weight:600;letter-spacing:.03em;line-height:36px;text-align:left;margin-left:-1.3em;}.mobile-filter svg{position:absolute;left:20px;width:18px;height:18px;top:50%;transform:translate(-50%,-50%);}.page-template-template-woocommerce-archives .mobile-filter{margin-bottom:25px;}.mobile-overlay{visibility:hidden;position:fixed;z-index:101;top:0;left:0;width:100%;height:100%;opacity:0;background:rgba(0,0,0,.65);background:rgba(52,53,55,.4);content:"";transition:opacity .6s,visibility .6s;}.filter-open .mobile-overlay{visibility:visible;opacity:1;}.mobile-toggled .mobile-overlay{top:0;}.close-drawer{color:#fff;}.filters.close-drawer{top:40px;visibility:hidden;display:none;}.filter-open{overflow:hidden;}.filter-open .filters.close-drawer{position:fixed;visibility:visible;display:block;z-index:299;top:10px;left:310px;width:40px;height:40px;background:0 0;padding:0;cursor:pointer;transition:.3s all;}.page-template-template-woocommerce-archives #secondary,.wc-active.search-results #secondary,.woocommerce.archive #secondary{visibility:hidden;overflow-y:auto;position:fixed;z-index:102;top:0;left:-300px;width:300px !important;height:100%;padding:1.5rem;opacity:0;background:#fff;-webkit-overflow-scrolling:touch;transition:all .35s;transition-delay:.1s;}.page-template-template-woocommerce-archives.filter-open #secondary,.wc-active.search-results.filter-open #secondary,.woocommerce.archive.filter-open #secondary,.woocommerce.archive.yith-wcan-preset-modal-open #secondary{visibility:visible;left:0;opacity:1;}}ul.products{display:flex;flex-wrap:wrap;width:calc(100% + 30px);margin-left:-15px;margin-bottom:0;clear:both;}ul.products li.product{position:relative;padding-right:15px;padding-left:15px;list-style:none;}@media (min-width:993px){.static-cta-buttons ul.products li.product.cgkit-swatch-hover,body:not(.static-cta-buttons) ul.products li.product{align-self:flex-start;}}@media (min-width:993px){ul.products li.product:not(.product-category){padding-bottom:40px;}ul.products li.product.product-category{margin-bottom:2.5rem;}.columns-1 ul.products li.product,.cross-sells .columns-1 li.product,.related .columns-1 li.product,.upsells .columns-1 li.product{float:none;width:100%;margin-right:0;}.columns-2 ul.products li.product,.cross-sells .columns-2 li.product,.related .columns-2 li.product,.upsells .columns-2 li.product{float:left;width:49.9%;}.columns-3 ul.products li.product,.cross-sells .columns-3 li.product,.related .columns-3 li.product,.upsells .columns-3 li.product{float:left;width:33.3053%;}.columns-4 ul.products li.product,.cross-sells .columns-4 li.product,.related .columns-4 li.product,.upsells .columns-4 li.product{float:left;width:24.97%;}.columns-5 ul.products li.product,.cross-sells .columns-5 li.product,.related .columns-5 li.product,.upsells .columns-5 li.product{width:19.98%;}.columns-6 ul.products li.product,.cross-sells .columns-6 li.product,.related .columns-6 li.product,.upsells .columns-6 li.product{float:left;width:16.647%;}}@media (max-width:992px){ul.products{display:grid;grid-template-columns:repeat(2,minmax(10px,1fr));column-gap:20px;row-gap:30px;width:100%;margin-left:0;}ul.products li.product{display:flex;flex-direction:column;height:100%;width:100%;padding:0;margin-bottom:0;}ul.products li.product .button{margin-top:auto;}.elementor-shortcode ul.products{padding-left:5px;padding-right:5px;}.mobile-scroll ul.products{width:calc(100% + 25px);}}@media (max-width:600px){.m-grid-1 ul.products{grid-template-columns:repeat(1,minmax(10px,1fr));}.m-grid-1 ul.products li.product{width:100%;}}@media (max-width:992px){.cross-sells ul.products,.m-grid-2 .cross-sells ul.products,.mobile-scroll ul.products,.related.products ul.products,.upsells.products ul.products{display:flex;overflow-x:scroll;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;padding-top:5px;padding-right:1em;padding-bottom:20px;margin-left:-15px;padding-left:1.25em;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;}.related.products ul.products,.upsells.products ul.products{width:calc(100% + 1.95em);}.cross-sells ul.products li.product,.mobile-scroll ul.products li.product,.related.products ul.products li.product,.upsells.products ul.products li.product{display:flex;max-width:320px;min-width:320px;flex-direction:column;scroll-snap-align:center;padding:0;}.m-grid-1 .cross-sells ul.products li.product,.m-grid-1 .mobile-scroll ul.products li.product,.m-grid-1 .related.products ul.products li.product,.m-grid-1 .upsells.products ul.products li.product{padding-left:0;padding-right:0;}.cross-sells ul.products li.product .woocommerce-card__header,.mobile-scroll ul.products li.product .woocommerce-card__header,.related.products ul.products li.product .woocommerce-card__header,.upsells.products ul.products li.product .woocommerce-card__header{box-shadow:0 0 10px rgba(0,0,0,10%);padding:15px;}}.search-results .content-area{float:right;}.search-results article{display:flex;margin:1.75em 0 0 0;padding-top:1.75em;padding-bottom:0;border-top:1px solid #eee;border-bottom:0;}.search-results article a.image-result{max-width:100px;margin-right:1.5rem;}.search-results article h2{margin-bottom:.5rem;font-size:clamp(1.25rem,1.123rem + .4065vw,1.375rem);font-weight:600;letter-spacing:0;}.search-results article h2 a{color:#222;}.search-results article,.search-results article p{margin-bottom:.5rem;font-size:clamp(.875rem,.8115rem + .2033vw,.9375rem);}.search-results article:last-of-type{margin-bottom:2rem;}.search-results .content-area{margin-bottom:2rem;}.search-results .no-results.not-found{margin-bottom:4rem;}.search-no-results .secondary-wrapper{display:none;}.search-no-results .content-area{width:100%;float:none;margin-bottom:4em;}.search-no-results form.search-form{position:relative;display:flex;justify-content:stretch;}.search-no-results form.search-form label{margin-right:1rem;}.search-no-results form.search-form input[type=search],.search-no-results form.search-form label{display:flex;width:100%;height:auto;}.title-left h2,.title-right h2{position:relative;}@media (min-width:993px){.title-left h2:after,.title-right h2:before{position:absolute;top:20px;width:100px;height:1px;background-color:#ccc;content:"";}.title-left h2:after{right:-115px;}.title-right h2:before{left:-115px;}}.header-widget-region{position:relative;color:#fff;background-color:#dc9814;text-align:center;}.header-widget-region .widget{margin:0;padding:1em 0;}.header-widget-region .widget p{margin:0;font-size:clamp(.75rem,.5938rem + .5vw,.875rem);}.header-widget-region a{text-decoration:underline;}@media (max-width:768px){.header-widget-region .widget{padding:.6em 0;font-size:clamp(.8125rem,.749rem + .2033vw,.875rem);}}.woocommerce-breadcrumb{padding-top:.75rem;padding-bottom:.75rem;font-size:clamp(.75rem,.6547rem + .3049vw,.84375rem);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#666;}@media (min-width:993px){.woocommerce-breadcrumb{padding-top:1rem;padding-bottom:1rem;}}.woocommerce-breadcrumb p{margin:0;}.woocommerce-breadcrumb a,.woocommerce-breadcrumb a:hover{color:#111;}.woocommerce-breadcrumb a:hover{text-decoration:underline;text-decoration-thickness:.5px;text-decoration-color:#111;text-underline-offset:.18em;}.woocommerce-breadcrumb a:first-of-type:before{display:none;}.woocommerce-breadcrumb .breadcrumb-separator{display:inline-block;position:relative;top:-1px;padding:0 .8em;opacity:.4;font-size:.8em;}.woocommerce-breadcrumb.yoast .breadcrumb-separator{margin:0 -1px;}.single-product .woocommerce-breadcrumb{max-width:1170px;margin-right:auto;margin-left:auto;padding-right:2.617924em;padding-left:2.617924em;}@media (min-width:993px) and (max-width:1480px){.single-product .woocommerce-breadcrumb{padding-left:calc(2.617924em + 5px);}}@media (max-width:992px){.single-product .woocommerce-breadcrumb{padding-right:0;padding-left:0;}}body.single-product:has(:not(.woocommerce-breadcrumb)) .site-main,body:has(:not(.woocommerce-breadcrumb)) .site-content{padding-top:2rem;}body.page-template-elementor_header_footer .site-content,body.page-template-template-fullwidth-no-heading .site-content,body:has(.woocommerce-breadcrumb) .site-content{padding-top:0;}body.page-template-template-canvas:has(:not(.woocommerce-breadcrumb)) .site-content,body.single-product:has(:not(.woocommerce-breadcrumb)) .site-content,body.woocommerce-cart:has(:not(.woocommerce-breadcrumb)) .site-content,body.woocommerce-checkout.min-ck:has(:not(.woocommerce-breadcrumb)) .site-content{padding-top:0;}body.single-product:has(.woocommerce-breadcrumb) .site-main{padding-top:0;}@media (max-width:992px){.archive:has(.mobile-filter):has(.shoptimizer-category-banner) .archive-header:has(:not(.woocommerce-breadcrumb)){padding-top:0;}.single-product:has(:not(.woocommerce-breadcrumb)) .site-main{padding-top:1em;}}.single-ckit_size_guide .woocommerce-breadcrumb,.single-post.post-l2 .woocommerce-breadcrumb,.woocommerce-cart .woocommerce-breadcrumb,.woocommerce-checkout .woocommerce-breadcrumb{display:none;}.added_to_cart.loading,.button.loading,.modal button.close:hover,button.loading,input[type=button].loading,input[type=reset].loading,input[type=submit].loading{opacity:.5;}.added_to_cart.disabled,.added_to_cart:disabled,.button.disabled,.button:disabled,button.disabled,button:disabled,input[type=button].disabled,input[type=button]:disabled,input[type=reset].disabled,input[type=reset]:disabled,input[type=submit].disabled,input[type=submit]:disabled{opacity:.3;cursor:not-allowed;}.added_to_cart.disabled:hover,.added_to_cart:disabled:hover,.button.disabled:hover,.button:disabled:hover,button.disabled:hover,button:disabled:hover,input[type=button].disabled:hover,input[type=button]:disabled:hover,input[type=reset].disabled:hover,input[type=reset]:disabled:hover,input[type=submit].disabled:hover,input[type=submit]:disabled:hover{opacity:.35;}.ajax_add_to_cart.add_to_cart_button:after,.single-product .product form.cart .single_add_to_cart_button:after{position:absolute;top:50%;left:50%;margin-top:-9px;margin-left:-9px;opacity:0;transition:opacity 0s ease;content:"";display:inline-block;width:18px;height:18px;border:1px solid rgba(255,255,255,.3);border-left-color:#fff;border-radius:50%;vertical-align:middle;}.loading.ajax_add_to_cart.add_to_cart_button:after,.single-product .product form.cart .loading.single_add_to_cart_button:after{opacity:1;transition:opacity .25s ease;animation:rotate 450ms infinite linear;}.ajax_add_to_cart.add_to_cart_button.loading,.single-product div.product form.cart .button.loading{color:transparent !important;}@media (max-width:992px){ul.products li.product .added_to_cart,ul.products li.product .button{opacity:1;}}#payment .place-order .button:before,.cart-collaterals .checkout-button:before,.widget_shopping_cart .buttons .checkout:before,.wp-element-button.wc-block-cart__submit-button:before,.wp-element-button.wc-block-components-button.wc-block-components-checkout-place-order-button:before{content:"";display:inline-flex;width:18px;height:18px;margin-right:8px;background-color:#fff;mask-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' style=\'fill: rgba(0, 0, 0, 1);transform: ;msFilter:;\'%3E%3Cpath d=\'M20 12c0-1.103-.897-2-2-2h-1V7c0-2.757-2.243-5-5-5S7 4.243 7 7v3H6c-1.103 0-2 .897-2 2v8c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-8zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v3H9V7z\'%3E%3C/path%3E%3C/svg%3E");mask-position:center;mask-repeat:no-repeat;mask-size:contain;}.widget_shopping_cart .buttons .checkout:before{width:14px;height:14px;position:relative;top:1px;}.demo_store{position:fixed;z-index:9999;right:0;bottom:0;left:0;margin:0;padding:1em 1.41575em;color:#fff;background-color:#3d9cd2;font-size:15px;}.demo_store a{color:#fff;font-weight:700;}.demo_store a:hover{color:#fff;}.demo_store a.woocommerce-store-notice__dismiss-link{display:block;}@media (min-width:993px){.demo_store{bottom:0;}.demo_store a.woocommerce-store-notice__dismiss-link{display:inline-block;float:right;margin:-1em -1.41575em -1em 0;padding:1em 1.41575em;background:rgba(0,0,0,.1);}}.image-border{position:relative;}.image-border img{position:relative;z-index:1;}.image-border:after{position:absolute;top:10px;right:-10px;width:100%;height:100%;opacity:.1;background-color:#dc9814;content:"";}.image-feature a{overflow:hidden;position:relative;}.elementor-widget-image.image-feature a{display:block;}.image-feature .wp-caption{background:#000;}.image-feature a:before{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.45);content:"";transition:.15s ease-in-out;z-index:2;}.image-feature a:hover:before{background-color:rgba(0,0,0,.65);}.image-feature img{position:relative;z-index:1;width:100%;min-height:200px;transition:.25s ease-in-out;transform-origin:left top;object-fit:cover;}.image-feature a:hover img{transform:scale(1.1);}.image-feature figcaption{position:absolute;top:0;padding:2.5em 2em 0 2em;color:#fff;text-align:left;pointer-events:none;z-index:2;}.image-feature figcaption em,.image-feature figcaption span,.image-feature figcaption strong{display:block;font-style:normal;}.image-feature figcaption strong{font-size:24px;line-height:1.55;letter-spacing:-.3px;}.image-feature figcaption em{margin-bottom:1.2em;font-size:17px;}.image-feature figcaption span{display:inline-block;height:40px;padding:0 20px;border:0;border-radius:2px;color:#fff;background-color:#333;font-size:14px;line-height:40px;text-align:center;font-weight:600;}@media (max-width:992px){.image-feature a,.image-feature a img{width:100%;}}@media (min-width:993px){.site-header-cart{line-height:60px;margin-left:auto;}.shoptimizer-cart .cart-contents{padding:0;color:#fff;}.shoptimizer-cart a.cart-contents .count{position:relative;}.site-header .site-header-cart{display:none;width:auto;}}.shoptimizer-cart .cart-contents .count{opacity:1;font-size:.8em;}.shoptimizer-cart a.cart-contents:hover .count{color:#fff;background-color:#dc9814;}.shoptimizer-cart .cart-contents:after{margin-left:10px;}.shoptimizer-cart a.cart-contents .count{display:inline-block;position:relative;width:auto;min-width:28px;height:28px;margin-left:5px;padding:3px;border:1px solid #dc9814;border-bottom-right-radius:3px;border-bottom-left-radius:3px;color:#dc9814;font-size:12px;line-height:22px;text-align:center;letter-spacing:-.7px;transition:all .2s;}.shoptimizer-cart a.cart-contents .count:after{position:absolute;bottom:90%;left:50%;width:10px;height:6px;margin-bottom:1px;margin-left:-6px;border:1px solid #dc9814;border-bottom:0;border-top-left-radius:99px;border-top-right-radius:99px;content:"";transition:all .2s;pointer-events:none;}.shoptimizer-cart a.cart-contents:hover .count:after{bottom:calc(100% - 2px);}.shoptimizer-cart-icon svg{width:22px;height:22px;position:relative;top:6px;}.shoptimizer-cart-icon svg path{stroke-width:1.5px;}.shoptimizer-cart a.cart-contents .shoptimizer-cart-icon .mini-count{display:inline-block;position:relative;top:5px;left:-5px;width:20px;height:20px;border-radius:50%;background-color:#444;border:1px solid #444;font-size:8px;line-height:18px;text-align:center;transition:.2s all;}.shoptimizer-cart a.cart-contents:hover .shoptimizer-cart-icon .mini-count{top:2px;}.shoptimizer-cart .cart-contents{display:block;text-decoration:none;}.shoptimizer-mini-cart-wrap{overflow:hidden;position:fixed;z-index:102;top:0;right:-420px;left:auto;width:420px;height:100%;background-color:#fff;transition:all .35s;outline:0;}@media (max-width:480px){.shoptimizer-mini-cart-wrap{width:100%;right:-100%;}}.admin-bar.customize-partial-edit-shortcuts-shown .shoptimizer-mini-cart-wrap{top:0;}.admin-bar.customize-partial-edit-shortcuts-shown .shoptimizer-mini-cart-wrap .widget_shopping_cart{height:100%;}.woocommerce-demo-store .shoptimizer-mini-cart-wrap{z-index:10000;}@media (min-width:601px) and (max-width:782px){.admin-bar .shoptimizer-mini-cart-wrap{top:46px;height:calc(100% - 46px);}.admin-bar.sticky-m .header-4-container{top:46px;}}@media (max-width:782px){.admin-bar.drawer-open{position:inherit;}.admin-bar .shoptimizer-mini-cart-wrap{z-index:99999;}}@media (min-width:783px){.admin-bar .shoptimizer-mini-cart-wrap{top:32px;height:calc(100% - 32px);}}.drawer-open{overflow:hidden;position:relative;height:100%;}.drawer-open .shoptimizer-mini-cart-wrap{overscroll-behavior:contain;right:0;}.drawer-open .mobile-overlay{visibility:visible;opacity:1;}@media (min-width:993px){.drawer-open:before{display:block;position:absolute;z-index:100;top:0;left:0;width:100%;height:1000%;background:rgba(52,53,55,.5);content:"";cursor:pointer;transition:opacity .5s,visibility .5s;}}.shoptimizer-mini-cart-wrap div.blockOverlay{background-color:transparent !important;}#ajax-loading{position:absolute;z-index:100;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.5);}.shoptimizer-loader{display:flex;align-items:center;justify-content:center;width:100%;height:100%;}.spinner{width:38px;height:38px;border:1px solid #ccc;border-bottom-color:#111;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation .8s linear infinite;}.cart-drawer-heading{position:absolute;margin:12px 20px;font-size:17px;font-weight:600;color:#111;}.shoptimizer-mini-cart-wrap .close-drawer{display:block;position:absolute;top:12.5px;right:16px;width:26px;height:26px;color:#111;padding:0;background:0 0;}.shoptimizer-mini-cart-wrap .close-drawer:hover{background:0 0;color:#111;}.shoptimizer-mini-cart-wrap .close-drawer span{display:flex;pointer-events:none;width:26px;height:26px;}.shoptimizer-mini-cart-wrap .widget_shopping_cart{display:flex;overflow-x:hidden;overflow-y:auto;position:relative;z-index:10;top:auto;left:auto;height:calc(100% - 50px);margin:0;margin-top:50px;padding:0 20px 0 20px;background:#fff;}.shoptimizer-mini-cart-wrap .widget_shopping_cart_content{display:flex;flex-direction:column;width:100%;}.shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget{flex:1;overflow-y:auto;width:auto;padding:0 12px 0 0;overflow-x:hidden;scrollbar-color:gray transparent;scrollbar-width:thin;}.admin-bar .shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget{height:calc(100vh - 275px);}.shoptimizer-mini-cart-wrap .woocommerce-mini-cart.cart_list:before{display:inline-block;position:absolute;width:100%;margin-left:-20px;border-top:1px solid rgba(0,0,0,.05);content:"";}.widget_shopping_cart .product_list_widget li a.remove{position:absolute;display:flex;top:15px;left:5px;font-size:0;width:14px;height:14px;}.widget_shopping_cart .product_list_widget li a.remove:before{width:14px;height:14px;content:"";background-color:#444;display:inline-block;transition:opacity .2s ease;}.widget_shopping_cart .product_list_widget li a.remove:focus-visible{outline-offset:1px;}.shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item{overflow:hidden;position:relative;margin-bottom:0;padding:1em 0 1em 35px;border-bottom:1px solid rgba(0,0,0,.06);padding-left:35px;font-size:13px;line-height:1.4;}.shoptimizer-mini-cart-wrap .widget_shopping_cart li:last-child{border:0;}.shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item a{color:#222;margin-bottom:.25rem;}.shoptimizer-mini-cart-wrap .widget_shopping_cart .woocommerce-mini-cart-item del{text-decoration:none;}.shoptimizer-mini-cart-wrap .widget_shopping_cart .woocommerce-mini-cart-item del .amount{text-decoration:line-through;}.widget_shopping_cart .woocommerce-mini-cart-item .amount{color:#111;font-weight:700;}.shoptimizer-mini-cart-wrap .product_list_widget img{max-width:55px;width:55px;margin-left:20px;margin-bottom:0;float:right;}.shoptimizer-mini-cart-wrap li.woocommerce-mini-cart-item a:hover{color:#111;text-decoration:none;}.shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item dl.variation,.shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item dl.variation p{font-size:12px;color:#111;}.shoptimizer-mini-cart-wrap .product_list_widget li .quantity{display:block;color:#888;font-size:12px;margin-top:2px;}.widget_shopping_cart .woocommerce-mini-cart__total strong{float:left;}.widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount{float:right;}.widget_shopping_cart p.total{margin:0;padding:1.2em 0 0 0;font-weight:700;color:#111;font-size:15px;border-top:1px solid #e2e2e2;}.widget_shopping_cart p.total .tax_label{display:block;clear:both;text-align:right;font-weight:400;}.widget_shopping_cart p.buttons{text-align:center;margin:0;padding:1em 0 1em 0;}.widget_shopping_cart .buttons .button{display:block;}.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__buttons a{height:50px;padding-top:0;padding-bottom:0;font-weight:400;line-height:50px;}.widget_shopping_cart a.button{border:1px solid #ddd;border-radius:6px;color:#333;background-color:#fff;transition:all .3s;outline-offset:-.2rem;}.widget_shopping_cart a.button.checkout{font-size:15px;}.widget_shopping_cart a.button:not(.checkout){margin-bottom:10px;font-size:14px;}.widget_shopping_cart a.button:hover{background-color:#f8f8f8;}.shoptimizer-mini-cart-wrap .cart-drawer-below{font-size:12px;line-height:1.5em;padding:0 0 1em 0;text-align:center;}.shoptimizer-mini-cart-wrap .cart-drawer-below img{max-width:80%;margin:2px auto 13px auto;display:block;}.shoptimizer-empty-mini-cart{font-size:14px;text-align:center;border-top:1px solid #e2e2e2;}.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__empty-message{position:relative;width:100%;margin:0;padding-top:115px;border-top:1px solid #eee;color:#222;font-size:17px;font-weight:600;text-align:center;}.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__empty-message:before{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin-top:5px;margin-left:-10px;content:"";display:block;width:100px;height:100px;background:#d4d3d3;}.shoptimizer-empty-mini-cart+p.woocommerce-mini-cart__empty-message{display:none;}.shoptimizer-empty-mini-cart .widget{margin-bottom:0;}.shoptimizer-empty-mini-cart .widget:first-of-type{padding-top:40px;}.shoptimizer-empty-mini-cart svg{margin:0 0 10px 0;width:90px;height:90px;}.shoptimizer-empty-mini-cart svg circle,.shoptimizer-empty-mini-cart svg path{fill:#ccc;}.shoptimizer-empty-mini-cart .heading,.shoptimizer-empty-mini-cart h2{font-size:20px;letter-spacing:0;line-height:1.4;font-weight:700;color:#131315;}.shoptimizer-empty-mini-cart ul{margin:25px 0 15px 0;}.shoptimizer-empty-mini-cart ul:not(.products) li a{position:relative;color:#111;display:block;border:1px solid #e2e2e2;border-radius:4px;margin-bottom:10px;padding:12px;font-size:14px;line-height:1.45;background-color:#fff;transition:.2s all;}.shoptimizer-empty-mini-cart ul:not(.products) li a:hover{border-color:#ccc;}@media (min-width:993px){.main-navigation.toggled div.menu,.menu-primary-menu-container+.shoptimizer-mobile-menu,.menu-toggle,.mobile-extra,.mobile-menu.close-drawer,.mobile-search-toggle,body:not(.header-4) .col-full-nav .site-search{display:none;}.logo-mark,.logo-mark img{display:inline-block;position:absolute;}.is_stuck .logo-mark{padding-right:2em;}.menu-primary-menu-container{margin-left:0;transition:all .55s;}.logo-mark{float:left;overflow:hidden;width:0;margin-right:0;transition:all .4s cubic-bezier(.33,0,.2,1);}.logo-mark img{position:relative;top:-1px;vertical-align:middle;}.col-full-nav{width:100%;border-top:1px solid transparent;}.shoptimizer-primary-navigation{display:flex;}.sticky-t.single-product .col-full-nav{position:inherit;z-index:1;}.shoptimizer-primary-navigation.is_stuck{position:fixed;z-index:99;border-bottom:1px solid #eee;}body:not(.header-4).sticky-d .col-full-nav{position:-webkit-sticky;position:sticky;z-index:10;top:0;}body:not(.header-4).sticky-d .col-full-nav.is_stuck{z-index:15;box-shadow:0 15px 10px -15px rgba(0,0,0,.1);}body:not(.header-4).sticky-d.admin-bar .col-full-nav.is_stuck{top:32px;}.main-navigation ul{margin:0;}.main-navigation ul li{display:inline-block;}.menu-primary-menu-container>ul.menu:hover>li>a{opacity:.65;}.menu-primary-menu-container>ul.menu:hover>li:hover>a{opacity:1;}.main-navigation ul li.menu-item>a{display:block;}.menu-primary-menu-container>ul>li>a span{position:relative;}.menu-primary-menu-container>ul>li>a{padding-right:.55em;padding-left:.55em;transition:all .2s;}.menu-primary-menu-container>ul>li:first-child>a{padding-left:0;}.main-navigation ul.menu>li.menu-item-has-children{position:relative;text-align:left;}.menu-primary-menu-container>ul>li>a span:before{display:block;position:absolute;top:calc(100% + 2px);left:0;width:100%;border-bottom:1px solid #ccc;content:"";transition:transform .6s cubic-bezier(.28,.75,.22,.95);transform:scale(0,1);transform-origin:right center;}.menu-primary-menu-container>ul>li:hover>a span:before{transform:scale(1,1);transform-origin:left center;}.menu-primary-menu-container>ul>li.menu-item-has-children>a:after{display:inline-block;position:relative;top:1px;margin-left:6px;width:12px;height:12px;content:"";background-color:#fff;transition:transform .4s;}.main-navigation ul.menu>li.menu-item-has-children:hover>a:after{transform:rotate(180deg);}.menu-primary-menu-container>ul>li.menu-button>a span{padding:6px 16px;border-radius:30px;color:#fff;background:#444;font-size:13px;font-weight:700;transition:.2s background;}.menu-primary-menu-container>ul>li.menu-button>a span:before{display:none;}.menu-primary-menu-container>ul>li.menu-button>a:hover span{background:#555;}.main-navigation ul li:focus-within>.sub-menu-wrapper ul,.main-navigation ul li:hover>.sub-menu-wrapper ul{left:0;}.main-navigation ul ul{position:absolute;}.main-navigation ul.menu>li:not(.full-width)>.sub-menu-wrapper{visibility:hidden;position:absolute;right:0;left:0;opacity:0;transition:all .15s ease-in-out;transform:scale(.8);}.main-navigation ul.menu>li.menu-item-has-children:focus-within>.sub-menu-wrapper,.main-navigation ul.menu>li.menu-item-has-children:hover>.sub-menu-wrapper{visibility:visible;z-index:30;opacity:1;transform:scale(1);}.main-navigation ul.menu>li:not(.full-width) ul.sub-menu{padding:20px 12px;box-shadow:0 1px 15px rgba(0,0,0,.08);line-height:1.4;margin:0;width:200px;box-sizing:content-box;}.main-navigation ul li.col-2>.sub-menu-wrapper>.container>ul.sub-menu{column-count:2;width:400px;}.main-navigation ul li.col-3>.sub-menu-wrapper>.container>ul.sub-menu{column-count:3;width:600px;}.main-navigation ul.menu>li:not(.full-width) a.sub-menu-link,ul.menu ul li.nolink{padding:.3em .8em;}.main-navigation ul ul li{display:block;position:relative;}.main-navigation ul.menu>li:not(.full-width) ul li .sub-menu-wrapper{visibility:hidden;position:absolute;top:-20px;left:220px;opacity:0;transition:all .15s ease-in-out;}.main-navigation ul.menu>li:not(.full-width) ul li.menu-item-has-children>a:after{position:absolute;top:0;display:inline-block;right:15px;width:13px;height:13px;content:"";background-color:#111;transform:translateX(50%) translateY(50%);}.main-navigation ul.menu>li:not(.full-width) ul>li:focus-within>.sub-menu-wrapper,.main-navigation ul.menu>li:not(.full-width) ul>li:hover>.sub-menu-wrapper{visibility:visible;position:absolute;top:-20px;left:200px;opacity:1;}.main-navigation ul li a span strong{color:#fff;background-color:#222;font-size:9px;height:16px;line-height:16px;padding:0 6px;display:inline-flex;margin-left:7px;position:absolute;top:2.5px;border-radius:3px;}.main-navigation ul.menu li.full-width>.sub-menu-wrapper{position:absolute;visibility:hidden;left:0;width:100%;opacity:0;background:#fff;border-top:1px solid #eee;}.main-navigation ul.menu li.full-width:focus-within>.sub-menu-wrapper,.main-navigation ul.menu li.full-width:hover>.sub-menu-wrapper{visibility:visible;opacity:1;}.main-navigation ul.menu li.full-width ul li>.sub-menu-wrapper{position:relative;top:auto;right:auto;}.main-navigation ul.menu li.full-width{position:inherit;}.main-navigation ul li.full-width .container{max-width:1170px;margin:0 auto;padding:0;}.main-navigation ul li.full-width ul{position:inherit;}.main-navigation ul li.full-width ul.products{display:block;}.main-navigation ul li.full-width>.sub-menu-wrapper>.container>ul.sub-menu{display:flex;justify-content:center;width:100%;padding:40px 0;}.main-navigation ul li.full-width>.sub-menu-wrapper>.container>ul.sub-menu>li{display:inline-block;float:none;width:23%;padding-right:25px;padding-left:25px;border-left:1px solid #eee;break-inside:avoid;}.main-navigation ul li.full-width>.sub-menu-wrapper>.container>ul.sub-menu>li:last-child{border-right:1px solid #eee;}.main-navigation ul li.full-width>.sub-menu-wrapper>.container>ul.sub-menu ul{width:100%;}.main-navigation ul li.full-width>.sub-menu-wrapper>.container>ul.sub-menu>li.col-2{width:40%;}.main-navigation ul li.full-width>.sub-menu-wrapper>.container>ul.sub-menu>li.col-3{width:60%;}.main-navigation ul li.full-width>.sub-menu-wrapper>.container>ul.sub-menu>li.col-4{width:80%;}.main-navigation ul li.full-width>.sub-menu-wrapper>.container>ul.sub-menu>li.col-5{width:100%;}.main-navigation ul.menu li.menu-item-has-children.full-width>.sub-menu-wrapper li.menu-item-has-children>a:hover{color:inherit;}.main-navigation ul.menu>li.full-width li.menu-item-image>a.sub-menu-link:hover span.sub,.main-navigation ul.menu>li.full-width li:not(.heading):not(.menu-item-has-children):not(.menu-item-image)>a.sub-menu-link:hover span:not(.caret){text-decoration:underline;text-decoration-thickness:.5px;text-underline-offset:.18em;}.main-navigation ul.menu li.full-width>.sub-menu-wrapper li.heading>a,.main-navigation ul.menu li.full-width>.sub-menu-wrapper li.menu-item-has-children>a,.main-navigation ul.menu li.full-width>.sub-menu-wrapper li.nolink>span:not(.caret){margin-bottom:.25rem;}.main-navigation ul.menu li.full-width li.heading{clear:both;padding-top:15px;}.main-navigation ul.menu li.full-width>.sub-menu-wrapper li{margin-bottom:.25rem;}.main-navigation ul.menu li.full-width li.nolink span:not(.caret){display:block;padding-top:.15em;padding-bottom:.15em;}.main-navigation ul.menu li.full-width li.heading.nolink:first-child,.main-navigation ul.menu li.full-width li.heading.nolink:first-child span:not(.caret){padding-top:0;}.main-navigation ul.products li.product:not(.product-category):before{display:none;}.main-navigation ul.menu li.full-width>.sub-menu-wrapper li.product:not(.product-category){padding-bottom:0;}.main-navigation ul.products li.product{padding:0;}.main-navigation ul.menu li.full-width>.sub-menu-wrapper li a.button{width:100%;}.main-navigation ul.menu li.full-width>.sub-menu-wrapper li a.button,.main-navigation ul.menu li.full-width>.sub-menu-wrapper li.product a.added_to_cart{position:relative;}.main-navigation ul.menu li.full-width ul li.divider{margin-top:15px;padding-top:15px;border-top:1px solid #eee;}.main-navigation ul li.full-width>.sub-menu-wrapper>.container>ul.sub-menu>li.col-2 ul.sub-menu{column-count:2;}.main-navigation ul li.full-width>.sub-menu-wrapper>.container>ul.sub-menu>li.col-3 ul.sub-menu{column-count:3;}.main-navigation ul li.full-width>.sub-menu-wrapper>.container>ul.sub-menu>li.col-4 ul.sub-menu{column-count:4;}.main-navigation ul li.full-width>.sub-menu-wrapper>.container>ul.sub-menu>li.col-5 ul.sub-menu{column-count:5;}.main-navigation.hover-intent ul.menu li.menu-item-has-children.full-width:hover>.sub-menu-wrapper,.main-navigation.hover-intent ul.menu>li.menu-item-has-children:hover>.sub-menu-wrapper{display:none;}.main-navigation.hover-intent ul.menu li.menu-item-has-children.full-width.visible>.sub-menu-wrapper,.main-navigation.hover-intent ul.menu>li.menu-item-has-children.visible>.sub-menu-wrapper{display:block;}.main-navigation ul.menu ul li.menu-item-image span{font-size:0;display:block;}.main-navigation ul.menu ul li.menu-item-image img{margin-bottom:.5rem;border-radius:4px;width:100%;}.main-navigation ul.menu ul li.menu-item-image span.sub{font-size:14px;text-align:center;font-weight:600;}.header-4 .col-full-nav{width:auto;display:flex;margin-left:auto;background:0 0;}.header-4 .main-navigation ul.menu li>.sub-menu-wrapper{border-color:transparent;}}.secondary-navigation{display:none;}@media (min-width:993px){.secondary-navigation{display:block;float:right;margin-left:auto;padding-left:1.2em;}.secondary-navigation .menu{margin-right:-15px;}.secondary-navigation .sub-menu{display:none;}.secondary-navigation ul{margin:0;}.secondary-navigation ul li{display:inline-block;position:relative;}.secondary-navigation ul li a{position:relative;display:block;padding:.7em .875em 0;color:#111;font-size:14px;}.secondary-navigation .menu .fa a,.secondary-navigation .menu .ri a{padding-top:50px;}.secondary-navigation .menu li:not(.ri) a{padding-top:35px;}.secondary-navigation [class*=" ri-"],.secondary-navigation [class^=ri-]{-webkit-font-smoothing:inherit;}.secondary-navigation .icon-wrapper{position:absolute;top:0;top:5px;left:50%;transform:translate(-50%,0);}.secondary-navigation .icon-wrapper svg{width:28px;height:28px;}.secondary-navigation .icon-wrapper svg path{stroke-width:1.5px;}.secondary-navigation .menu-item{padding:0 5px;border-left:1px solid #eee;}.secondary-navigation .menu-item:first-child{border:0;}}@media (max-width:992px){.col-full-nav .logo-mark,.col-full-nav .search-trigger,.col-full-nav .shoptimizer-myaccount,.col-full-nav .site-header-cart{display:none;}.menu-primary-menu-container:has(+.shoptimizer-mobile-menu){display:none;}.col-full-nav .shoptimizer-primary-navigation.col-full{padding:0;}.main-navigation{padding-top:1rem;}.main-navigation ul{list-style:none;margin:0;}.main-navigation ul li{position:relative;}.menu-primary-menu-container>ul>li.nolink,.menu-primary-menu-container>ul>li>a{display:block;padding:.35rem 0;}.main-navigation ul.menu ul li{position:relative;}.main-navigation ul.menu ul li.nolink,.main-navigation ul.menu ul li>a{padding:.15rem 0;display:block;}.main-navigation ul.menu .sub-menu-wrapper{margin-top:.25rem;padding-bottom:1rem;padding-left:.5rem;}.main-navigation ul.menu .sub-menu-wrapper .sub-menu-wrapper{margin-top:.25rem;padding-bottom:.5rem;padding-left:.5rem;}.menu-primary-menu-container>ul>li{transition:.2s all;}.main-navigation ul.menu>li.menu-item-has-children{position:relative;}.menu-primary-menu-container>ul>li.dropdown-open{margin-bottom:.75rem;}.main-navigation ul.menu .sub-menu-wrapper a.cg-menu-link{width:calc(100% - 40px);}.main-navigation ul.menu li.menu-item-has-children .sub-menu-wrapper{position:fixed;left:-99999px;opacity:0;transition:background-color .6s,transform .3s,opacity .3s;transform:translateX(-10px);}.main-navigation ul.menu li.menu-item-has-children:not(.dropdown-open) .sub-menu-wrapper{display:block;}.main-navigation ul.menu li.menu-item-has-children.dropdown-open>.sub-menu-wrapper{position:inherit;left:auto;opacity:1;transform:translateX(0);}.main-navigation ul.menu>li.menu-item-has-children.dropdown-open>.sub-menu-wrapper{border-bottom:1px solid #eee;}.site-search{display:none;}.col-full-nav .site-search{display:block;padding-top:20px;position:relative;z-index:4;}.main-navigation ul.menu li.menu-item-has-children span.caret{display:flex;position:absolute;z-index:3;top:0;right:0;width:30px;cursor:pointer;justify-content:center;align-items:center;}.main-navigation ul.menu li.menu-item-has-children li.menu-item-has-children.dropdown-open>span.caret,.main-navigation ul.menu>li.menu-item-has-children.dropdown-open>span.caret{transition:transform .4s;transform:rotate(180deg);}.main-navigation ul.menu li.menu-item-has-children span.caret:after{display:inline-flex;width:20px;height:20px;background-color:#111;content:"";}.main-navigation ul.menu li.menu-item-has-children span.caret{height:35px;}.main-navigation ul.menu li.menu-item-has-children li.menu-item-has-children span.caret{height:27px;opacity:.5;}.main-navigation ul.menu li.full-width>.sub-menu-wrapper li.heading>a+span.caret,.main-navigation ul.menu li.full-width>.sub-menu-wrapper li.menu-item-has-children>a+span.caret{height:24px;}.main-navigation ul.menu li.full-width>.sub-menu-wrapper li.heading>a.sub-menu-link{margin-top:.5rem;}.main-navigation ul li a span strong{position:absolute;color:#fff;background-color:#222;font-size:9px;height:16px;line-height:16px;padding:0 6px;display:inline-flex;margin-left:7px;margin-top:3.5px;border-radius:2px;}.main-navigation ul.products{grid-template-columns:repeat(1,minmax(10px,1fr));padding-right:.5rem;margin-top:1.15rem;margin-bottom:1.5rem;}.main-navigation ul.products li.product .added_to_cart,.main-navigation ul.products li.product .button{margin-top:0;opacity:1;}.main-navigation ul.menu ul li.menu-item-image{margin-top:.5rem;margin-bottom:1rem;}.main-navigation ul.menu .sub-menu-wrapper li.menu-item-image a.cg-menu-link{width:100%;padding-right:.5rem;}.main-navigation ul.menu ul li.menu-item-image a:hover{text-decoration:underline;}.main-navigation ul.menu ul li.menu-item-image span{font-size:0;display:block;}.main-navigation ul.menu ul li.menu-item-image img{margin-bottom:.5rem;border-radius:4px;width:100%;}.main-navigation ul.menu ul li.menu-item-image span.sub{font-size:13px;text-align:center;font-weight:600;}.mobile-extra{padding:1rem 0 2rem 0;}.mobile-extra .widget{margin-bottom:0;}.mobile-extra .heading,.mobile-extra h2,.mobile-extra h4{margin-top:0;margin-bottom:.25rem;padding:1rem 0 0 0;opacity:.6;font-size:11px;letter-spacing:1px;text-transform:uppercase;font-weight:400;}.mobile-extra .widget p,.mobile-extra ul{margin:0;padding:0;}.mobile-extra ul li{margin-bottom:.35rem;}.mobile-extra a{font-size:14px;}.mobile-extra .review{text-align:center;border-top:1px solid #e2e2e2;padding-top:30px;font-size:14px;line-height:1.5;margin:30px 0 0 0;}.mobile-extra .review::before{display:block;font-size:12px;letter-spacing:3px;content:"★★★★★";margin-bottom:5px;color:#ee9e13;}.mobile-extra .review strong{display:block;margin-top:.5rem;font-size:11px;letter-spacing:1px;text-transform:uppercase;}.mobile-extra .review .button{margin-top:20px;display:block;font-weight:700;color:#fff;transition:.2s background;}.col-full-nav .widget select{width:100%;margin-top:20px;}.col-full-nav{position:fixed;z-index:102;padding:0 15px;top:0;bottom:0;height:100%;left:-300px;width:300px;min-height:100vh;min-height:fill-available;min-height:-webkit-fill-available;max-height:100vh;overflow-y:auto;overflow-x:hidden;background:#fff;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;box-shadow:0 0 10 rgba(0,0,0,.15);transition:all .35s;transition-delay:.1s;}.admin-bar .col-full-nav{z-index:100000;}.mobile-toggled{overflow:hidden;}.mobile-toggled .col-full-nav{left:0;}.mobile-toggled .main-header:before,.mobile-toggled .mobile-overlay,.mobile-toggled.m-search-bh .site-search:before{visibility:visible;opacity:1;}.mobile-menu.close-drawer{visibility:hidden;position:fixed;z-index:999;top:40px;left:310px;padding:0;opacity:0;cursor:pointer;transition:.3s all;}.mobile-toggled .mobile-menu.close-drawer{visibility:visible;width:40px;height:40px;top:10px;opacity:1;}.sticky-m .header-4-container{position:sticky;top:0;z-index:6;}}.woocommerce-message{max-width:1170px;margin-bottom:1em;background-color:#3bb54a;margin-right:auto;margin-left:auto;}.woocommerce-error,.woocommerce-info,.woocommerce-message,.woocommerce-noreviews,p.no-comments{clear:both;margin-bottom:2rem;margin-left:0;padding:1em 1.618em;border-left:.4180469716em solid rgba(0,0,0,.15);border-radius:4px;font-size:clamp(.8125rem,.749rem + .2033vw,.875rem);color:#fff;outline:0;}.woocommerce-message .button:hover{opacity:.75;}ul.woocommerce-error li,ul.woocommerce-info li{margin-bottom:0;}.woocommerce-error a,.woocommerce-info a,.woocommerce-message a,.woocommerce-noreviews a,p.no-comments a{color:#fff;transition:.2s all;}.woocommerce-error a:hover,.woocommerce-info a:hover,.woocommerce-message a:hover,.woocommerce-noreviews a:hover,p.no-comments a:hover{opacity:.7;color:#fff;}.woocommerce-error a.button:hover,.woocommerce-info a.button:hover,.woocommerce-noreviews a.button:hover,p.no-comments a.button:hover{opacity:1;}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button,.woocommerce-noreviews .button,p.no-comments .button{float:right;padding:0 0 0 1em;border-width:0 0 0 1px;border-left-style:solid;border-left-color:rgba(255,255,255,.25) !important;border-radius:0;color:#fff;background:0 0;box-shadow:none;line-height:1.618;font-weight:600;}.woocommerce-error .button:hover,.woocommerce-info .button:hover,.woocommerce-message .button:hover,.woocommerce-noreviews .button:hover,p.no-comments .button:hover{opacity:.7;color:#fff;background:0 0;}.woocommerce-error pre,.woocommerce-info pre,.woocommerce-message pre,.woocommerce-noreviews pre,p.no-comments pre{background-color:rgba(0,0,0,.1);}.woocommerce-error{list-style:none;}.woocommerce-error:focus-visible{outline:0;}.woocommerce-info,.woocommerce-noreviews,p.no-comments{background-color:#3d9cd2;}.woocommerce-error{background-color:#e2401c;}.woocommerce-message .buttons-wrapper{display:none;}@media (min-width:993px){.woocommerce-message .message-content{display:flex;align-items:center;flex-wrap:wrap;}.woocommerce-message .message-content a.button{float:none;margin-left:auto;flex-shrink:0;}}.woocommerce-message a.button:hover{opacity:.9;text-decoration:underline;text-decoration-thickness:.5px;text-underline-offset:.16em;}@media (max-width:768px){.woocommerce-message .message-inner{text-align:center;}.woocommerce-message .message-content a.button{display:block;padding-left:0;border:none;float:none;margin:.5rem auto 0 auto;font-size:13px;}}.woocommerce-cart .woocommerce>.woocommerce-error{margin-top:1.5rem;margin-bottom:0;}.woocommerce-cart .woocommerce-notices-wrapper{margin-bottom:2rem;}.woocommerce-cart .woocommerce-notices-wrapper:empty{margin:0;}.woocommerce-cart .woocommerce-notices-wrapper:not(:empty)+.checkout-wrap{margin-top:2.5rem;}.woocommerce-cart:has(.checkout-wrap) .archive-header .woocommerce-message{margin-top:1.5rem;margin-bottom:0;}@media (max-width:992px){.woocommerce-cart:has(.checkout-wrap) .archive-header .woocommerce-message{margin-bottom:.5rem;}}.pagination .page-numbers{text-align:center;font-size:clamp(.875rem,.8115rem + .2033vw,.9375rem);}.pagination ul.page-numbers{margin:0;display:flex;align-items:center;}.pagination .page-numbers a{position:relative;}.pagination .page-numbers li{display:inline-block;padding:10px;}.pagination .page-numbers li a,.pagination .page-numbers li span{padding:0;}.woocommerce-pagination .page-numbers li{display:inline-block;margin:0 2px;}.pagination a.page-numbers,.pagination span.page-numbers{padding:10px;}.nav-links{display:flex;width:100%;justify-content:center;align-items:center;}.search-results .nav-links:after,.search-results .nav-links:before{flex:1;content:"";}.nav-links:has(.next):after,.nav-links:has(.prev):before{display:none;}.nav-links a.prev{flex:1;display:flex;justify-content:flex-start;padding-left:0;}.nav-links a.next{display:flex;justify-content:flex-end;flex:1;padding-right:0;}.woocommerce-pagination .page-numbers{margin:0;}.woocommerce-pagination{font-size:14px;}.product .woocommerce-pagination{text-align:center;margin-bottom:2rem;}.woocommerce-pagination a,.woocommerce-pagination a:hover{color:#111;}.woocommerce-pagination .next,.woocommerce-pagination .prev{display:inline-block;position:relative;text-indent:-9999px;}.woocommerce-pagination .page-numbers.next,.woocommerce-pagination .page-numbers.prev{padding-left:.6em;padding-right:.5em;}.page-numbers .next:after,.page-numbers .prev:after,.woocommerce-pagination .next:after,.woocommerce-pagination .prev:after{display:inline-block;position:absolute;top:50%;left:50%;width:1em;height:1em;content:"";background-color:#111;transform:translateX(-50%) translateY(-50%);text-rendering:auto;mask-position:center;mask-repeat:no-repeat;mask-size:contain;}.page-numbers .prev:after,.woocommerce-pagination .prev:after{mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15 19L8 12L15 5\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");}.page-numbers .next:after,.woocommerce-pagination .next:after{mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 5L16 12L9 19\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");}@media (min-width:993px){.woocommerce-pagination{margin-left:auto;}.woocommerce-pagination .page-numbers{padding:0 5px;}}@media (max-width:992px){.archive .woocommerce-pagination,.search-results .woocommerce-pagination{grid-column:1/-1;}.archive .woocommerce-pagination,.search-results .woocommerce-pagination{order:3;}.woocommerce-pagination{clear:both;text-align:center;margin-top:20px;}.woocommerce-pagination ul.page-numbers{margin-bottom:10px;}.woocommerce-pagination .page-numbers li{margin:0 3px 6px 3px;}.woocommerce-pagination .page-numbers li .page-numbers{display:inline-block;width:36px;height:36px;font-size:13px;margin:0;padding:0;border:1px solid #dfdede;border-radius:3px;box-shadow:0 4px 12px -2px rgba(0,0,0,.06);line-height:36px;}.shoptimizer-sorting .woocommerce-pagination{grid-column:span 2;}}ul.products li.product:focus-within,ul.products li.product:hover{z-index:2;}@media (min-width:993px){ul.products li.product:not(.product-category):before{visibility:hidden;position:absolute;left:0;opacity:0;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);content:"";transition:all .2s;width:calc(100% + 0px);height:calc(100% + 30px);margin-top:-15px;margin-left:0;}}ul.products li.product img{display:block;width:100%;margin:0;transition:all .2s ease-in-out;}li.product:not(.product-category):hover img{transform:scale(.98);}.woocommerce-image__wrapper{position:relative;transition:all .2s ease-in-out;width:100%;}li.product:not(.product-category):hover .woocommerce-image__wrapper img{transform:none;}li.product:hover .woocommerce-image__wrapper{transform:scale(.982);}.woocommerce-image__wrapper .gallery-image{position:absolute;z-index:-10;top:0;left:0;opacity:0;transition:opacity .4s ease;}.woocommerce-image__wrapper picture.gallery-image{width:100%;height:100%;}li.product:hover .woocommerce-image__wrapper .gallery-image,li.product:hover .woocommerce-image__wrapper .gallery-image img{top:0;height:100%;object-fit:cover;}@media (min-width:993px){li.product:hover .woocommerce-image__wrapper .gallery-image,li.product:hover .woocommerce-image__wrapper .gallery-image img{z-index:0;opacity:1;}li.product:not(.product-category):hover .woocommerce-image__wrapper:has(.gallery-image) img:not(.gallery-image){opacity:0;}}@media (max-width:992px){li.product:hover .woocommerce-image__wrapper{transform:none;}}.woocommerce-card__header{clear:both;padding-top:.75rem;}.woocommerce-card__header *{position:relative;}@media (max-width:992px){li.product:not(.product-category) .woocommerce-card__header{display:flex;flex-direction:column;flex:1;}}li.menu-item-product p.product__categories,li.product p.product__categories{position:relative;margin-bottom:.25rem;margin-bottom:0;-webkit-font-smoothing:antialiased;color:#444;line-height:1.4;font-size:clamp(.625rem,.5615rem + .2033vw,.6875rem);letter-spacing:.7px;text-transform:uppercase;}li.menu-item-product p.product__categories a,li.product p.product__categories a{color:#444;}ul.products li.product.product-category h2 mark{display:none;}ul.products li.product .woocommerce-loop-product__title,ul.products li.product h2{padding-top:.25rem;padding-bottom:.25rem;}ul.products li.product .woocommerce-LoopProduct-link{display:block;color:#2c2d33;-webkit-backface-visibility:hidden;}@media (max-width:770px){.m-grid-2 ul.products li.product .woocommerce-loop-product__title{font-size:clamp(.8125rem,.749rem + .2033vw,.875rem);}}ul.products li.product .price{display:block;margin-bottom:.75rem;color:#111;font-size:clamp(.75rem,.623rem + .4065vw,.875rem);}.price del{color:#72767c;margin-right:.25rem;font-size:.85em;font-weight:400;}ul.products li.product .price ins{font-weight:700;}ul.products li.product .price+.price{margin-top:-.5rem;}ul.products li.product .price.wc-gzd-additional-info{margin-bottom:0;}ul.products li.product .star-rating{margin-bottom:.15rem;font-size:.8em;}.shoptimizer_ratingContainer{display:flex;align-items:center;margin-bottom:.35rem;}ul.products li.product .shoptimizer_ratingContainer .star-rating{margin-bottom:0;}.shoptimizer_ratingCount{font-size:11px;margin-left:5px;position:relative;top:1px;}ul.products li.product .added_to_cart,ul.products li.product .button{display:block;position:absolute;z-index:1;bottom:0;width:calc(100% - 30px);height:40px;padding:0;border-radius:4px;opacity:0;font-size:clamp(.75rem,.623rem + .4065vw,.875rem);font-weight:600;line-height:40px;text-align:center;transition:all .1s;}ul.products li.product:focus-within .added_to_cart,ul.products li.product:focus-within .button,ul.products li.product:hover .added_to_cart,ul.products li.product:hover .button{opacity:1;}@media (max-width:992px){ul.products li.product .add_to_cart_button,ul.products li.product .added_to_cart,ul.products li.product .button{position:relative;width:100%;opacity:1;}}@media (max-width:770px){ul.products li.product .added_to_cart,ul.products li.product .button{padding:8px 12px;height:auto;line-height:inherit;}}ul.products li.product .button.added{display:none;}li.product .onsale{position:absolute;}ul.products li.product .product-label{display:flex;flex-flow:row wrap;justify-content:center;pointer-events:none;}.product-label{position:absolute;z-index:1;top:-5px;left:5px;min-width:46px;max-width:50%;min-height:46px;align-items:center;padding:5px 7px;border-radius:35px;color:#fff;background-color:#3bb54a;font-size:12px;letter-spacing:.4px;text-transform:uppercase;word-break:break-all;}.product-label.type-bubble,li.product .onsale{top:10px;left:10px;z-index:1;min-width:inherit;min-height:inherit;font-size:11px;border-radius:3px;padding:3px 6px;line-height:15px;}.product-details-wrapper .product-label{display:inline-block;position:relative;top:-1px;left:0;min-width:inherit;min-height:inherit;border-radius:3px;font-size:10px;font-weight:700;padding:3px 7px;line-height:15px;margin-left:10px;}.woocommerce-image__wrapper .product-label.type-circle{left:-10px;}ul.products li.product.product-category .cat-image-wrapper{overflow:hidden;display:block;position:relative;}ul.products li.product.product-category a:hover img{transform:scale(1.05);}ul.products li.product.product-category img{transform:scale(1);transition:transform .36s ease-out;}ul.products li.product:focus-within::before,ul.products li.product:hover::before{visibility:visible;opacity:1;transition:all .2s;}ul.products li.product.product-category a{display:block;color:#111;}ul.products li.product.product-category a:focus-visible{outline-offset:12px;}ul.products li.product.product-category h2{margin:.75em 0 0 0;font-size:clamp(.9375rem,.8105rem + .4065vw,1.0625rem);letter-spacing:0;font-weight:400;}.product-out-of-stock{position:absolute;z-index:1;bottom:0;left:0;padding:.5rem 0;width:100%;font-size:12px;font-weight:700;background:rgba(255,255,255,.85);text-align:center;pointer-events:none;}.product-out-of-stock em{font-style:normal;}.product-align-center ul.products li.product{text-align:center;}.product-align-center li.product .shoptimizer_ratingContainer{justify-content:center;}.product-align-center ul.products li.product .star-rating{margin-right:auto;margin-left:auto;}.product-align-center ul.products li.product .shoptimizer_ratingContainer>.star-rating{margin-left:inherit;margin-right:inherit;}.no-cta-buttons ul.products li.product{align-self:flex-start;}.no-cta-buttons ul.products li.product:not(.product-category){padding-bottom:0;margin-bottom:35px;}.static-cta-buttons ul.products li.product:not(.product-category){margin-bottom:35px;}@media (max-width:992px){.archive.static-cta-buttons ul.products{margin-bottom:2rem;}.static-cta-buttons ul.products li.product:not(.product-category){margin-bottom:0;}}.static-cta-buttons ul.products li.product .added_to_cart,.static-cta-buttons ul.products li.product .button{opacity:1;}@media (min-width:993px){.product-card__slide ul.products li.product:not(.product-category):before{height:100%;box-shadow:none;}.product-card__slide ul.products li.product:not(.product-category){padding-bottom:0;}.product-card__slide ul.products li.product:not(.product-category):hover .woocommerce-card__header{transform:translateY(-40px);transition:transform .2s ease-out;}.product-card__slide .woocommerce-card__header{min-height:110px;padding-top:10px;background-color:#fff;transition:transform .2s ease-in;}.product-card__slide ul.products li.product .added_to_cart,.product-card__slide ul.products li.product .button{position:relative;width:100%;}}@media (max-width:992px){.woocommerce-image__wrapper .gallery-image{position:relative;opacity:1;z-index:inherit;}.shoptimizer-plp-carousel-container{display:flex;width:100%;height:100%;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;}.shoptimizer-plp-carousel-container .shoptimizer-plp-image-wrapper{display:flex;width:calc(200%);}.shoptimizer-plp-carousel-container img{width:100%;height:100%;scroll-snap-align:center;object-fit:cover;flex-shrink:0;}.woocommerce-image__wrapper .shoptimizer-plp-carousel--pagination{display:none;}.woocommerce-image__wrapper:has(.gallery-image) .shoptimizer-plp-carousel--pagination{display:block;z-index:1;}li.product.outofstock .gallery-image,li.product.outofstock .woocommerce-image__wrapper:has(.gallery-image) .shoptimizer-plp-carousel--pagination{display:none;}.shoptimizer-plp-carousel--pagination{position:absolute;bottom:5px;left:50%;transform:translateX(-50%);display:flex;justify-content:center;align-items:center;}.shoptimizer-plp-carousel--dot{height:6px;width:6px;margin:0 2px;background-color:#fff;border:1px solid #111;border-radius:50%;display:inline-block;cursor:pointer;transition:background-color .3s;}.shoptimizer-plp-carousel--dot.active{background-color:#111;}}.jdgm-widget.jdgm-widget{position:relative;}.elementor-editor-active .woocommerce-loop-product__title+h2.woocommerce-loop-product__title{display:none;}.quantity{position:relative;}.quantity .qty{text-align:center;}.quantity input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}.quantity input[type=number]{-moz-appearance:textfield;}.quantity .minus,.quantity .plus{height:26px;}.quantity .minus:focus,.quantity .plus:focus{outline:0;}.quantity .minus:focus-visible,.quantity .plus:focus-visible{z-index:1;outline:.2rem solid #2491ff;}.quantity-nav{position:absolute;top:0;right:-34px;bottom:0;width:35px;border:1px solid #e2e2e2;border-top-right-radius:4px;border-bottom-right-radius:4px;background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);}.quantity-button{position:absolute;right:0;left:0;height:50%;background:no-repeat center;background-size:auto 8px;cursor:pointer;user-select:none;transition:background-color .1s linear,opacity .1s linear;}.quantity-button.disabled{opacity:.25;cursor:default;}.quantity-button.quantity-down:before,.quantity-button.quantity-up:before{content:"";width:18px;height:18px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#333;mask-position:center;mask-repeat:no-repeat;mask-size:contain;}.quantity-button.quantity-up:before{mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M14.7071 12.7071C14.3166 13.0976 13.6834 13.0976 13.2929 12.7071L10 9.41421L6.70711 12.7071C6.31658 13.0976 5.68342 13.0976 5.29289 12.7071C4.90237 12.3166 4.90237 11.6834 5.29289 11.2929L9.29289 7.29289C9.68342 6.90237 10.3166 6.90237 10.7071 7.29289L14.7071 11.2929C15.0976 11.6834 15.0976 12.3166 14.7071 12.7071Z\' fill=\'%234A5568\'/%3E%3C/svg%3E");}.quantity-button.quantity-down:before{mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M5.29289 7.29289C5.68342 6.90237 6.31658 6.90237 6.70711 7.29289L10 10.5858L13.2929 7.29289C13.6834 6.90237 14.3166 6.90237 14.7071 7.29289C15.0976 7.68342 15.0976 8.31658 14.7071 8.70711L10.7071 12.7071C10.3166 13.0976 9.68342 13.0976 9.29289 12.7071L5.29289 8.70711C4.90237 8.31658 4.90237 7.68342 5.29289 7.29289Z\' fill=\'%234A5568\'/%3E%3C/svg%3E");}.product .cart .quantity .input-text{width:50px;height:52px;padding:0 .4em;border:1px solid #e2e2e2;background-color:#fff;outline-offset:-3px;border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0;}.product .cart .quantity .input-text:focus-visible{position:relative;z-index:1;}.product .cart .quantity .input-text:focus{border-color:#ccc;}.product .quantity .minus{bottom:0;}.quantity.hidden+.single_add_to_cart_button,.quantity.hidden+button#ckwtl-button3,.quantity.hidden+button#ckwtl-button3+.single_add_to_cart_button,.quantity:has(input[type=hidden])+button#ckwtl-button3+.single_add_to_cart_button{margin-left:0;width:100%;}.product .quantity .minus:focus-visible,.product .quantity .plus:focus-visible{outline-offset:-2px;}.shoptimizer-custom-quantity{position:relative;display:inline-flex;margin:0 4px;}.shoptimizer-custom-quantity input[type=number]::-webkit-inner-spin-button,.shoptimizer-custom-quantity input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}.shoptimizer-custom-quantity input[type=number]{-moz-appearance:textfield;}.shoptimizer-custom-quantity input{width:60px;height:38px;line-height:1.65;float:left;display:block;margin:0;border:1px solid #e2e2e2;padding:0 30px 0 10px;text-align:center;}.shoptimizer-custom-quantity input:focus{outline:0;}.shoptimizer-custom-quantity_quantity-nav{float:left;position:relative;height:38px;}.shoptimizer-custom-quantity-mini-cart{margin-top:.5rem;margin-bottom:.25rem;user-select:none;border:1px solid #e1e0e0;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border-radius:7px;width:82px;padding:2px;display:flex;align-items:center;}.shoptimizer-custom-quantity-mini-cart input{width:32px;height:26px;border:none;text-align:center;font-size:12px;pointer-events:none;color:#111;background:0 0;box-shadow:none;}.shoptimizer-custom-quantity-mini-cart input::-webkit-inner-spin-button,.shoptimizer-custom-quantity-mini-cart input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}.shoptimizer-custom-quantity-mini-cart input[type=number]{-moz-appearance:textfield;}.shoptimizer-custom-quantity-mini-cart span{cursor:pointer;width:26px;height:26px;justify-content:center;display:flex;align-items:center;}.shoptimizer-custom-quantity-mini-cart svg{height:11px;width:11px;stroke:#111;}table.cart td.product-quantity .quantity .qty{z-index:1;}table.cart td.product-quantity .quantity .quantity-nav{border:none;background-color:transparent;left:auto;right:auto;top:auto;bottom:auto;width:100%;height:31px;display:flex;align-items:center;}table.cart td.product-quantity .quantity .quantity-button{left:auto;right:auto;width:26px;height:25px;cursor:pointer;z-index:2;}table.cart td.product-quantity .quantity .quantity-button.quantity-up{right:0;}table.cart .quantity-button.quantity-down:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 24 24\' stroke-width=\'2.5\' stroke=\'currentColor\' class=\'w-6 h-6\'%3E%3Cpath stroke-linecap=\'round\' stroke-linejoin=\'round\' d=\'M18 12H6\' /%3E%3C/svg%3E%0A");}table.cart .quantity-button.quantity-up:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'none\' viewBox=\'0 0 24 24\' stroke-width=\'2.5\' stroke=\'currentColor\' class=\'w-6 h-6\'%3E%3Cpath stroke-linecap=\'round\' stroke-linejoin=\'round\' d=\'M12 6v12m6-6H6\' /%3E%3C/svg%3E%0A");}table.cart .quantity .minus,table.cart .quantity .plus{border:none;background-color:transparent;height:31px;}table.cart .quantity-button.quantity-up{top:auto;}table.cart .quantity input{width:32px;border:none;text-align:center;font-size:12px;color:#111;background:0 0;}table.cart .quantity-button.quantity-down:before,table.cart .quantity-button.quantity-up:before{width:13px;height:13px;display:inline-flex;align-items:center;justify-content:center;}@supports (-webkit-overflow-scrolling:touch){table.cart .quantity{width:100px;}table.cart .quantity input{font-size:16px;}}.col-full.topbar-wrapper{max-width:100%;border-bottom:1px solid #eee;}.top-bar .widget,.top-bar form{margin:0;}.top-bar select{font-size:13px;height:26px;background-size:12px 12px;background-position:calc(100% - 7px);}.top-bar .col-full{display:flex;padding:0;align-items:center;}.top-bar p{margin:0;}.top-bar a{transition:all .2s;}.top-bar a:hover{opacity:.85;}.top-bar svg{width:20px;height:20px;margin-right:5px;}.top-bar-left{display:flex;flex:1;}.top-bar-center{display:flex;justify-content:center;max-width:45%;text-align:center;}.top-bar-center:only-child{width:100%;max-width:inherit;text-align:center;}.top-bar-right{flex:1;display:flex;justify-content:flex-end;}.top-bar .widget_nav_menu{z-index:30;}.top-bar .widget_nav_menu ul li{position:relative;z-index:2;display:inline-block;margin:0 7px 0 0;}.top-bar .widget_nav_menu ul>li>a{padding:6px 0;}.top-bar .widget_nav_menu.top-bar-right ul li{margin:0 0 0 7px;}.top-bar .widget_nav_menu ul li .sub-menu{display:none;position:absolute;margin-top:6px;margin-left:-15px;background-color:#fff;padding:15px 15px 11px 15px;box-shadow:0 4px 12px -2px rgba(0,0,0,.15);}.top-bar .widget_nav_menu ul li .sub-menu li{display:block;margin-bottom:4px;font-size:13px;}.top-bar .widget_nav_menu ul li:hover>.sub-menu{display:block;width:150px;}.top-bar .widget_nav_menu ul li .sub-menu li a:hover{text-decoration:underline;}@media (max-width:992px){.topbar-wrapper .top-bar{padding:.6rem 0;font-size:clamp(.75rem,.623rem + .4065vw,.875rem);}.mobile-toggled.drawer-open .top-bar{display:none;}.mobile-toggled .topbar-wrapper:before{visibility:visible;opacity:1;}.top-bar{border-bottom:none;}.top-bar select{font-size:13px;}.top-bar .col-full{padding:0;}}@media (max-width:768px){.col-full.topbar-wrapper.hide-on-mobile{display:none;}.top-bar .col-full,.top-bar-center,.top-bar-left,.top-bar-right{display:block;text-align:center;max-width:100%;}.top-bar select{margin-top:5px;width:100%;}}.star-rating{height:1.118em;position:relative;width:5.6em;overflow:hidden;}.star-rating:before{mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9.04893 2.92707C9.34828 2.00576 10.6517 2.00576 10.951 2.92707L12.0206 6.21886C12.1545 6.63089 12.5384 6.90985 12.9717 6.90985H16.4329C17.4016 6.90985 17.8044 8.14946 17.0207 8.71886L14.2205 10.7533C13.87 11.0079 13.7233 11.4593 13.8572 11.8713L14.9268 15.1631C15.2261 16.0844 14.1717 16.8506 13.3879 16.2812L10.5878 14.2467C10.2373 13.9921 9.76269 13.9921 9.4122 14.2467L6.61203 16.2812C5.82832 16.8506 4.77384 16.0844 5.07319 15.1631L6.14276 11.8713C6.27663 11.4593 6.12997 11.0079 5.77949 10.7533L2.97932 8.71886C2.1956 8.14946 2.59838 6.90985 3.5671 6.90985H7.0283C7.46153 6.90985 7.84548 6.63089 7.97936 6.21886L9.04893 2.92707Z\' fill=\'%234B5563\'/%3E%3C/svg%3E");mask-position:left;mask-repeat:repeat-x;mask-size:1.118em;background:#ccc;bottom:0;content:"";display:block;height:1.118em;left:0;position:absolute;right:0;top:0;width:5.6em;}.star-rating>span{display:block;text-indent:-10000px;width:5.6em;height:1.118em;position:absolute;overflow:hidden;}.star-rating>span:before{mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'20\' height=\'20\' viewBox=\'0 0 20 20\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9.04893 2.92707C9.34828 2.00576 10.6517 2.00576 10.951 2.92707L12.0206 6.21886C12.1545 6.63089 12.5384 6.90985 12.9717 6.90985H16.4329C17.4016 6.90985 17.8044 8.14946 17.0207 8.71886L14.2205 10.7533C13.87 11.0079 13.7233 11.4593 13.8572 11.8713L14.9268 15.1631C15.2261 16.0844 14.1717 16.8506 13.3879 16.2812L10.5878 14.2467C10.2373 13.9921 9.76269 13.9921 9.4122 14.2467L6.61203 16.2812C5.82832 16.8506 4.77384 16.0844 5.07319 15.1631L6.14276 11.8713C6.27663 11.4593 6.12997 11.0079 5.77949 10.7533L2.97932 8.71886C2.1956 8.14946 2.59838 6.90985 3.5671 6.90985H7.0283C7.46153 6.90985 7.84548 6.63089 7.97936 6.21886L9.04893 2.92707Z\' fill=\'%234B5563\'/%3E%3C/svg%3E");mask-position:left;mask-repeat:repeat-x;mask-size:1.118em;background-repeat:repeat-x;bottom:0;content:"";display:block;height:1.118em;left:0;position:absolute;right:0;text-indent:10000px;top:0;}p.stars{margin:0;}p.stars,p.stars a{display:inline-block;}p.stars a{position:relative;width:1em;height:1em;margin-right:1px;font-weight:400;text-decoration:none;text-indent:-999em;color:#000;}p.stars a:before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;font-family:sans-serif;line-height:1;text-indent:0;}p.stars a:before,p.stars a:hover~a:before,p.stars.selected a.active~a:before{color:#ccc;content:"★";}p.stars.selected a.active:before,p.stars:hover a:before{opacity:1;color:#96588a;content:"★";}p.stars.selected a:not(.active):before{opacity:1;color:#96588a;content:"★";}.widget .widget-title{display:block;margin-bottom:.65em;color:#111;}.widget_products .widget-title,.widget_recent_reviews .widget-title,.widget_recently_viewed_products .widget-title,.widget_top_rated_products .widget-title{margin-bottom:0;}.widget ul{margin-bottom:0;margin-left:0;list-style:none;}.widget ul ul{margin-top:.7em;margin-left:1em;}.widget-area .widget .amount,.widget_price_filter .price_slider_amount,.widget_top_rated_products del span,.widget_top_rated_products ins span{font-size:12px;}.widget ins span.amount,.widget ins span.amount span{margin-left:2px;}.widget .star-rating{font-size:11px;margin-top:4px;margin-bottom:2px;}.widget-area .widget .shoptimizer_ratingContainer{margin-top:3px;margin-bottom:0;}.widget .shoptimizer_ratingContainer .star-rating{margin-top:0;margin-bottom:0;}@media (min-width:993px){.widget-area{padding-bottom:2rem;}}@media (max-width:992px){.widget-area{padding-top:2rem;padding-bottom:1rem;}}#secondary .widget{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #ddd;display:flex;flex-direction:column;}#secondary .widget:last-child{padding-bottom:0;border:none;}#secondary>.widget:first-child .widget-title{padding-top:0;border:0;}.site-content .widget li,.widget li{margin-bottom:.4em;font-size:14px;line-height:1.45;}.widget-area .widget a{color:#222;}.widget-area .widget a:not(.button):hover{text-decoration:underline;text-decoration-thickness:.5px;text-underline-offset:.18em;}.widget .current-cat>a,.widget .current-cat>a:hover{font-weight:600;}.product_list_widget li{padding:1em 0 1em 0;border-bottom:1px solid rgba(0,0,0,.06);}.widget-area .product_list_widget li{padding-top:.7em;}.product_list_widget li:last-child{margin-bottom:0;padding-bottom:0;border:none;}.widget.product_list_widget li:first-child{padding-top:0;}.product_list_widget li del{opacity:.75;font-size:.85em;}.product_list_widget li img{float:right;max-width:2.617924em;margin:3px 0 10px 10px;}.product_list_widget li>a{display:block;}.widget_products a{display:block;}.widget.product_list_widget a{font-size:clamp(.8125rem,.749rem + .2033vw,.875rem);}.widget.product_list_widget a:hover{color:#2c2d33;}.widget_layered_nav li{margin-bottom:.6180469716em;}.widget_layered_nav ul li{position:relative;padding-left:20px;}.widget_layered_nav ul li:before{display:block;content:"";width:8px;height:8px;border-radius:50%;box-shadow:0 0 2px 0 #555;position:absolute;left:0;margin-top:6px;background:#fff;border:2px solid #fff;}.widget.woocommerce li .count{font-size:12px;position:absolute;top:2px;right:0;opacity:.75;}.widget_price_filter .ui-slider{position:relative;}.widget.widget_price_filter{overflow:visible;}.widget_price_filter .ui-slider-horizontal{height:.25em;}.widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left:-.6em;}.price_slider_wrapper{padding-top:.5em;}.widget_price_filter .price_slider_amount{display:flex;align-items:center;justify-content:space-between;}.widget_price_filter .price_slider_amount .clear{display:none;}.widget_price_filter .price_slider_amount .button{padding:4px 11px;border-radius:30px;color:#fff;background-color:#282828;font-size:12px;font-weight:400;}.widget_price_filter .price_slider{margin-bottom:1.2em;}.widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;cursor:ew-resize;outline:0;height:20px;width:20px;border-radius:50%;top:0;border:7px solid #fff;box-shadow:0 0 3px 0 rgba(0,0,0,.15);margin-top:-7px;}.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,.widget_price_filter .ui-slider .ui-slider-handle:hover{box-shadow:0 0 0 .236em rgba(0,0,0,.1);}.widget_price_filter .price_slider_wrapper .ui-widget-content,.widget_price_filter .ui-slider .ui-slider-range{border:0;border-top-left-radius:1em;border-top-right-radius:1em;border-bottom-right-radius:1em;border-bottom-left-radius:1em;}.widget_price_filter .ui-slider .ui-slider-range{display:block;position:absolute;z-index:1;background:#2c2d33;font-size:.7em;}.widget_price_filter .price_slider_wrapper .ui-widget-content{background:rgba(0,0,0,.1);}.widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%;}.widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px;}.widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px;}.widget.widget_product_categories li .count{right:-25px;}.widget_product_categories{padding-right:25px;}.widget_product_categories ul li{position:relative;}.wc-block-product-categories-list.wc-block-product-categories-list--depth-1,.widget_product_categories ul .children{margin-top:.7em;margin-bottom:.7em;border-left:1px solid #eee;margin-left:0;}.widget .wc-block-product-categories-list.wc-block-product-categories-list--depth-1 li,.widget_product_categories ul ul.children li{padding-left:1.2em;font-size:13px;}.widget_rating_filter .wc-layered-nav-rating{margin-bottom:.6180469716em;}.widget_rating_filter .wc-layered-nav-rating a{font-size:12px;text-decoration:none !important;}.widget.widget_rating_filter ul li.wc-layered-nav-rating{margin-bottom:.5em;font-size:12px;}.widget_rating_filter .wc-layered-nav-rating .star-rating{display:inline-block;height:1em;line-height:1;margin-top:0;margin-bottom:0;}.widget.widget_rating_filter a:hover{color:#111;}.tagcloud{padding-top:10px;}.widget .tagcloud a,.widget.widget_product_tag_cloud a{display:inline-block;float:left;margin:0 5px 5px 0;padding:6px 10px;border-radius:3px;color:#fff;background-color:#282828;font-size:12px !important;line-height:1;transition:all .2s;}.widget-area .widget .tagcloud a:hover,.widget-area .widget.widget_product_tag_cloud a:hover{text-decoration:none;color:#fff;}.widget.widget_recent_entries ul li{margin-bottom:.8em;}.widget.widget_recent_entries ul li:last-child{margin-bottom:0;}.widget_recent_entries li span{display:block;font-size:11px;text-transform:uppercase;margin-top:3px;letter-spacing:.6px;opacity:.8;}.widget_recent_comments ul li{margin-bottom:.6em;}.widget_recent_comments ul li:last-child{margin-bottom:0;}.widget_recent_reviews .reviewer{font-size:12px;}.widget_product_search form,.widget_search form{position:relative;}.widget_product_search input,.widget_search input{width:100%;}.widget-area .commercekit-ajs-results{z-index:2;}.widget-area .widget .commercekit-ajs-results a:hover{text-decoration:none;}.widget-area .commercekit-ajs-view-all-holder>a,.widget-area .commercekit-ajs-view-all-holder>a:hover{color:#fff;}.site-search input[type=submit],.widget_product_search form button[type=submit],.widget_product_search form input[type=submit],.widget_search form button[type=submit],.widget_search form input[type=submit]{clip:rect(1px 1px 1px 1px);position:absolute !important;right:0;}.widget_search .wp-block-search__label{display:none;}.widget_search .wp-block-search .wp-block-search__input{border-color:#eee;}.widget_search:before{display:none;}.widget p{margin-bottom:1em;font-size:14px;line-height:1.5;}.widget p:last-child{margin-bottom:0;}.widget h4{font-size:20px;}@media (max-width:992px){.widget-area .textwidget img{max-width:40%;}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes rotation{0%{transform:rotate(0);}100%{transform:rotate(360deg);}}.main-navigation ul.menu li.menu-item-has-children span.caret:after,.menu-primary-menu-container>ul>li.menu-item-has-children>a:after{mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M19 9L12 16L5 9\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");}.main-navigation ul.menu>li:not(.full-width) ul li.menu-item-has-children>a:after{mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 5L16 12L9 19\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");}.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__empty-message:before,.woocommerce-cart .cart-empty:before{mask-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" xml:space=\"preserve\" fill-rule=\"evenodd\" stroke-linejoin=\"round\" stroke-miterlimit=\"2\" clip-rule=\"evenodd\" viewBox=\"0 0 32 40\"><path d=\"M6.783 25.703a2.264 2.264 0 0 0-2.262 2.262 2.263 2.263 0 1 0 2.262-2.262Zm11.4 0a2.264 2.264 0 0 0-2.262 2.262 2.263 2.263 0 1 0 2.262-2.262Zm-11.4 1a1.263 1.263 0 1 1-.001 2.525 1.263 1.263 0 0 1 .001-2.526Zm11.4 0a1.263 1.263 0 1 1-.001 2.525 1.263 1.263 0 0 1 .001-2.526Zm2.566-5.095v1.69a.39.39 0 0 1-.39.39H3.718a.5.5 0 0 0 0 1h16.641a1.39 1.39 0 0 0 1.39-1.39v-2.055l.005-.02 3.621-15.39H30a.5.5 0 0 0 0-1h-5.021a.5.5 0 0 0-.487.385l-1.056 4.49H2a.5.5 0 0 0-.493.583l1.863 10.9a.5.5 0 0 0 .493.417h16.886Zm2.452-10.9H2.593l1.691 9.9h16.587l2.33-9.9Zm-6.549-3.71 2.25-3.66a.501.501 0 0 0-.852-.523L15.8 6.474a.5.5 0 0 0 .852.524Zm-7.485-.524-2.25-3.66a.501.501 0 0 0-.852.525l2.25 3.659a.501.501 0 0 0 .852-.524Zm3.816-.541v-3.66a.5.5 0 0 0-1 0v3.66a.5.5 0 0 0 1 0Z\"/></svg>");}a.remove:before{mask-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' stroke=\'currentColor\' stroke-width=\'1.5\' stroke-linecap=\'round\' stroke-linejoin=\'round\' class=\'feather feather-trash-2\'%3E%3Cpolyline points=\'3 6 5 6 21 6\'%3E%3C/polyline%3E%3Cpath d=\'M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2\'%3E%3C/path%3E%3Cline x1=\'10\' y1=\'11\' x2=\'10\' y2=\'17\'%3E%3C/line%3E%3Cline x1=\'14\' y1=\'11\' x2=\'14\' y2=\'17\'%3E%3C/line%3E%3C/svg%3E");}.woocommerce-checkout .blockUI.blockOverlay:before{mask-image:url("data:image/svg+xml;charset=utf8,%3C!-- --%3E%3Csvg width=\'38\' height=\'38\' viewBox=\'0 0 38 38\' xmlns=\'http://www.w3.org/2000/svg\' stroke=\'%23fff\'%3E%3Cg fill=\'none\' fill-rule=\'evenodd\'%3E%3Cg transform=\'translate(1 1)\' stroke-width=\'2\'%3E%3Ccircle stroke-opacity=\'.5\' cx=\'18\' cy=\'18\' r=\'18\'/%3E%3Cpath d=\'M36 18c0-9.94-8.06-18-18-18\'%3E%3CanimateTransform attributeName=\'transform\' type=\'rotate\' from=\'0 18 18\' to=\'360 18 18\' dur=\'1s\' repeatCount=\'indefinite\'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}.woocommerce-checkout p.woocommerce-thankyou-order-received:before{mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 12L11 14L15 10M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\' stroke=\'%234A5568\' stroke-width=\'1\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");}.flow article.post a.post-thumbnail:before,.grid article.post a.post-thumbnail:before{mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M14 5L21 12M21 12L14 19M21 12L3 12\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");}.flow article.post a.post-thumbnail:before,.grid article.post a.post-thumbnail:before,.main-navigation ul.menu li.menu-item-has-children span.caret:after,.main-navigation ul.menu>li:not(.full-width) ul li.menu-item-has-children>a:after,.menu-primary-menu-container>ul>li.menu-item-has-children>a:after,.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__empty-message:before,.widget_shopping_cart .product_list_widget li a.remove:before,.woocommerce-cart .cart-empty:before,.woocommerce-checkout .blockUI.blockOverlay:before,.woocommerce-checkout p.woocommerce-thankyou-order-received:before,a.remove:before{mask-position:center;mask-repeat:no-repeat;mask-size:contain;}.keyboard-active .input-text:focus-visible,.keyboard-active :focus-visible,.keyboard-active input[type=email]:focus-visible,.keyboard-active input[type=password]:focus-visible,.keyboard-active input[type=search]:focus-visible{outline:.2rem solid #2491ff;outline-offset:0;border-color:transparent;box-shadow:none;}.keyboard-active select.orderby:focus-visible{outline-offset:4px;}.keyboard-active .swiper-slide-imglink:focus-visible{outline-offset:-4px;}.keyboard-active input:focus,.keyboard-active textarea:focus{border-color:transparent;}.screen-reader-text,.sr-only{position:absolute;visibility:hidden;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}.clear{clear:both;}label.inline{display:inline !important;margin-left:1em;}@media (max-width:992px){.hide-on-mobile{display:none !important;}}dialog.shoptimizer-modal::backdrop{background:rgba(0,0,0,.4);animation:.2s shoptimizermodal-fadein;}body:has(dialog.shoptimizer-modal[open]){overflow:hidden;}dialog.shoptimizer-modal{display:flex;flex-direction:column;max-inline-size:min(80vw,60ch);max-block-size:min(80vh,100%);max-block-size:min(80 dvb,100%);border:none;padding:0;background-color:transparent;border-radius:.75rem;overflow:visible;}dialog.shoptimizer-modal .shoptimizer-modal--container{padding:1.8rem;border-radius:.75rem;background-color:#fff;overflow-x:hidden;overflow-y:auto;}dialog.shoptimizer-modal[data-shoptimizermodal-padding=none] .shoptimizer-modal--container{padding:0;}dialog.shoptimizer-modal:not([open]){pointer-events:none;opacity:0;display:none;}dialog.shoptimizer-modal form[method=dialog]{position:absolute;z-index:1;right:20px;top:-10px;}dialog.shoptimizer-modal form[method=dialog] button{position:fixed;}dialog.shoptimizer-modal form[method=dialog] button span{color:#fff;}dialog.shoptimizer-modal .shoptimizer-modal--button_close{border-radius:99%;}dialog.shoptimizer-modal .widget{margin:0;}.shoptimizer-modal--button_close{border:none;border:1.5px solid transparent;padding:0;width:30px;height:30px;background:#fff;border-color:#444;align-items:center;justify-content:center;display:inline-flex;}.shoptimizer-modal--button_close svg{width:16px;height:16px;stroke:#444;transition:stroke .2s;cursor:pointer;stroke-width:2.5;}.theme-shoptimizer .shoptimizer-modal .shoptimizer-modal--button_close:focus{outline:0;}.theme-shoptimizer.keyboard-active .shoptimizer-modal .shoptimizer-modal--button_close:focus-visible{outline:.2rem solid #2491ff;outline-offset:0;border-color:transparent;box-shadow:none;}dialog.shoptimizer-modal[open]{animation:shoptimizermodal-slideup-fadein ease .35s;}@keyframes shoptimizermodal-fadein{from{opacity:0;}to{opacity:1;}}@keyframes shoptimizermodal-slideup-fadein{0%{opacity:0;transform:translate(0,40px);}100%{opacity:1;transform:translate(0,0);}}@media only screen and (max-width:600px){dialog[data-shoptimizermodal-position].shoptimizer-modal,dialog[data-shoptimizermodal-size].shoptimizer-modal{margin:auto 0 0 0;min-inline-size:100%;max-inline-size:100%;}}.rtl dialog.shoptimizer-modal[data-shoptimizermodal-id=callBack] form[method=dialog]{left:20px;right:auto;}.call-back-feature{transition:all .2s linear;}@media (min-width:993px){.call-back-feature{position:fixed;z-index:5;right:30px;bottom:30px;}.call-back-feature:hover{transform:scale(1.03);}.sticky-b .call-back-feature{bottom:85px;}}@media (min-width:771px) and (max-width:992px){.call-back-feature{display:none;}}@media (max-width:770px){.call-back-feature{position:inherit;width:100%;margin-top:1rem;}.call-back-feature button{width:100%;}dialog.shoptimizer-modal[data-shoptimizermodal-id=callBack]{max-inline-size:100%;top:auto;width:calc(100% - 30px);margin:15px;}}.woocommerce-demo-store .call-back-feature{bottom:90px;}.callback-product_content{gap:3px;display:flex;flex-direction:column;}.call-back-feature button{padding:.8em 1.3em;border-radius:5px;color:#fff;background-color:#dc9814;font-size:12.5px;font-weight:600;line-height:1.2;cursor:pointer;}.callback-product_wrapper{display:flex;align-items:center;margin:-30px -30px 20px -30px;padding:20px 30px;border-bottom:1px solid #e2e2e2;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(240,240,240,.5) 100%);}dialog.shoptimizer-modal[data-shoptimizermodal-id=callBack] .wpforms-confirmation-container-full{font-size:14px;padding:10px 15px;margin:0;}.callback-product_wrapper img{max-width:70px;margin-right:20px;}.callback-product_title{font-size:14px;font-weight:600;line-height:1.5;}.callback-product_rating{font-size:14px;}.callback-product_price{font-size:13px;}.callback-product_price del{opacity:.5;font-size:.9em;margin-right:3px;}dialog.shoptimizer-modal[data-shoptimizermodal-id=searchToggle]{margin:0;max-inline-size:100%;z-index:1000;z-index:100000;display:block;bottom:0;left:0;position:fixed;right:0;top:0;transition:opacity .4s;height:100%;}dialog.shoptimizer-modal[data-shoptimizermodal-id=searchToggle] .shoptimizer-modal--container{padding:0;}.admin-bar dialog.shoptimizer-modal[data-shoptimizermodal-id=searchToggle] .shoptimizer-modal--container{padding-top:32px;}dialog.shoptimizer-modal[data-shoptimizermodal-id=searchToggle] .shoptimizer-modal--content{position:relative;padding-left:1.8rem;padding-right:1.8rem;max-width:700px;margin:0 auto;}dialog.shoptimizer-modal[data-shoptimizermodal-id=searchToggle] form[method=dialog]{position:relative;top:auto;right:auto;display:flex;justify-content:space-between;align-items:center;font-size:1.35rem;font-weight:600;border-bottom:1px solid #e2e2e2;padding:.85rem 1.8rem;margin-bottom:2rem;}dialog.shoptimizer-modal[data-shoptimizermodal-id=searchToggle] form[method=dialog] button{position:relative;height:2rem;width:2rem;border:none;border-radius:0;}dialog.shoptimizer-modal[data-shoptimizermodal-id=searchToggle] .shoptimizer-modal--button_close svg{height:2rem;width:2rem;stroke-width:1.5px;}@media (max-width:992px){dialog.shoptimizer-modal[data-shoptimizermodal-id=searchToggle]{display:none;}}dialog.shoptimizer-modal[data-shoptimizermodal-id=searchToggle] .shoptimizer-modal--container{overflow:visible;width:100vw;height:100vh;border-radius:0;}@media (min-width:993px){.header-4 dialog .site-search{display:block;}}.single-product .woocommerce:has(ul.woocommerce-error){padding-bottom:30px;}.pdp-ajax.single-product .woocommerce-error{max-width:100%;width:300px;margin:0;position:fixed;right:20px;bottom:20px;z-index:10;font-size:14px;}.pdp-ajax.single-product .woocommerce-error a{display:none;}.pdp-ajax.single-product.sticky-b .woocommerce-error{bottom:80px;}.single-product .woocommerce-error{margin:0 auto;}.single-product .woocommerce-message{margin-left:auto;margin-right:auto;}.single-product .woocommerce-message .message-content a.button{display:none;}@media (min-width:769px) and (max-width:1199px){.woocommerce-message .message-content{max-width:500px;}}@media (min-width:769px){.woocommerce-message .message-inner{display:flex;align-items:center;}.woocommerce-message .buttons-wrapper{margin-left:auto;flex-shrink:0;}}.single-product .woocommerce-message{margin-bottom:0;}.single-product:has(.archive-header.woocommerce-message) .content-area{padding-top:2rem;}.single-product .woocommerce-message a{color:#fff;transition:.2s all;}.single-product .woocommerce-message a:not(.button){font-weight:600;}.single-product .woocommerce:has(.woocommerce-message){margin-left:auto;margin-right:auto;}@media (min-width:993px){.single-product .woocommerce:has(.woocommerce-message){padding-right:2.617924em;padding-left:2.617924em;}}.single-product .woocommerce-message .buttons-wrapper{display:flex;}.single-product .woocommerce-message .buttons-wrapper .checkout{order:2;margin-left:1em;}.woocommerce-message .button.checkout:after{display:inline-block;position:relative;top:3px;margin-left:6px;content:"";width:16px;height:16px;background:#fff;mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M13 9L16 12M16 12L13 15M16 12L8 12M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");mask-size:contain;}@media (max-width:768px){.single-product .woocommerce-message{text-align:center;}.single-product .woocommerce-message .message-inner:before{display:none;}.single-product .woocommerce-message .message-inner .buttons-wrapper{display:inline-block;padding-top:.5rem;}.single-product .woocommerce-message .button.cart{margin-left:0;padding-left:0;border-left:0;}.single-product .woocommerce-message .message-inner .buttons-wrapper a span{border-color:#fff;}}@media only screen and (min-width:1070px){.single-product .site-content .col-full{max-width:inherit;margin:0;padding:0;}}#sspotReviews,.product-details-wrapper,.related.products,.upsells.products,.wc-prl-recommendations,.woocommerce-Tabs-panel,.woocommerce-tabs.wc-tabs-wrapper,.yith-wfbt-section.woocommerce{max-width:1170px;margin-right:auto;margin-left:auto;}#sspotReviews,.product-details-wrapper,.related.products,.upsells.products,.wc-prl-recommendations,.woocommerce-tabs.wc-tabs-wrapper,.yith-wfbt-section.woocommerce{padding-right:1em;padding-left:1em;}@media (min-width:993px){#sspotReviews,.product-details-wrapper,.related.products,.upsells.products,.wc-prl-recommendations,.woocommerce-Tabs-panel,.woocommerce-tabs.wc-tabs-wrapper,.yith-wfbt-section.woocommerce{padding-right:2.617924em;padding-left:2.617924em;}}.single-product .content-area{width:100%;}@media (max-width:992px){.single-product .content-area{width:calc(100% + 2em);margin-left:-1em;}}.product-details-wrapper{overflow:hidden;padding-bottom:2rem;}body:not(.sticky-atc-open) .product-details-wrapper{position:relative;z-index:5;}@media (min-width:993px) and (max-width:1199px){.single-product .site-content .col-full{padding:0;}}.product{position:relative;}@media (min-width:993px){.product .images,.product .woocommerce-product-gallery{float:left;}.product .summary{position:relative;float:right;}.product .images,.product .woocommerce-product-gallery{width:60%;}.product .summary{width:36%;}.pdp-g-skinny .product .images,.pdp-g-skinny .product .woocommerce-product-gallery{width:40%;}.pdp-g-skinny .product .summary{width:56%;}.pdp-g-regular .product .images,.pdp-g-regular .product .woocommerce-product-gallery{width:48%;}.pdp-g-regular .product .summary{width:48%;}}@media (min-width:993px) and (max-width:1199px){.product .images,.product .woocommerce-product-gallery{width:50%;}.product .summary{width:46%;}}.product .images,.product .woocommerce-product-gallery{position:relative;}body:has(.pswp--open) .site-header{z-index:2;}@media (min-width:993px){body.header-4:has(.pswp--open) .header-4-container{z-index:2;}}@media (max-width:992px){.product .images,.product .woocommerce-product-gallery{margin-bottom:1rem;}}.product .woocommerce-product-gallery__wrapper img{width:100%;display:block;}.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{position:absolute;top:.875em;right:.875em;width:2em;height:2em;text-indent:-9999px;overflow:hidden;z-index:1;border-radius:50%;color:#111;background:#fff;transition:all .2s;}.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before{display:block;width:16px;height:16px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);content:"";background:#333;mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M4 8V4M4 4H8M4 4L9 9M20 8V4M20 4H16M20 4L15 9M4 16V20M4 20H8M4 20L9 15M20 20L15 15M20 20V16M20 20H16\' stroke=\'%23374151\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");mask-size:contain;}.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover{transform:scale3d(1.1,1.1,1.1);}.product .woocommerce-product-gallery .flex-viewport{margin-bottom:.5rem;transform-style:preserve-3d;}.woocommerce-product-gallery__image:not(.flex-active-slide) img{margin-left:-1px;}.woocommerce-product-gallery__image:only-child img{margin:0;}.pswp__caption__center{text-align:center;}ul.flex-direction-nav{display:flex;justify-content:space-between;position:absolute;z-index:2;top:50%;width:100%;margin:-82px 0 0;list-style:none;pointer-events:none;}a.flex-next,a.flex-prev{visibility:hidden;color:#111;pointer-events:visible;}a.flex-next:after,a.flex-prev:before{display:inline-flex;width:32px;height:32px;content:"";background:#333;visibility:visible;position:relative;opacity:0;transition:all .2s ease;mask-size:contain;}.woocommerce-product-gallery:hover a.flex-prev:before{left:15px;opacity:1;}a.flex-prev:before{left:0;mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15 19L8 12L15 5\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");}a.flex-next:after{right:0;mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 5L16 12L9 19\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");}.woocommerce-product-gallery:hover a.flex-next:after{right:15px;opacity:1;}.product .woocommerce-product-gallery .flex-control-thumbs{margin:0;text-align:center;}.product .woocommerce-product-gallery .flex-control-thumbs li{display:inline-block;margin:0 .25rem 0;cursor:pointer;}.product .woocommerce-product-gallery .flex-control-thumbs li img{width:40px;opacity:.5;transition:all .2s;}@media (min-width:993px){.product .woocommerce-product-gallery .flex-control-thumbs li img{width:60px;}}.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,.product .woocommerce-product-gallery .flex-control-thumbs li:hover img{opacity:1;}.summary .onsale{color:#3bb54a;background:0 0;font-size:14px;}.summary h1{margin-bottom:.35rem;padding-right:60px;word-break:break-word;}@media (max-width:992px){.summary h1.entry-title{font-size:24px;padding-right:0;}}.shoptimizer-product-prevnext{display:block;display:inline-flex;position:absolute;top:12px;right:0;}.shoptimizer-product-prevnext a{display:inline-flex;position:relative;color:#333;}.site-content .shoptimizer-product-prevnext a:hover{color:#333;}.shoptimizer-product-prevnext a:focus-visible{border-radius:99%;}.shoptimizer-product-prevnext a span.icon{margin-left:3px;color:#999;font-size:20px;transition:.2s stroke;}.shoptimizer-product-prevnext .title{display:block;padding:.5rem .75rem .25rem .75rem;font-size:12px;line-height:1.4;}.shoptimizer-product-prevnext .prevnext_price{display:block;padding-bottom:10px;color:#444;font-size:11px;line-height:1.4;}.shoptimizer-product-prevnext .prevnext_price del{opacity:.65;}.shoptimizer-product-prevnext svg{width:20px;height:20px;stroke:#999;transition:.2s stroke;}.shoptimizer-product-prevnext a:hover svg{stroke:#666;}.shoptimizer-product-prevnext .tooltip{visibility:hidden;position:absolute;z-index:2;right:0;width:120px;margin-top:30px;opacity:0;background-color:#fff;box-shadow:0 0 3px rgba(0,0,0,.15);font-size:13px;text-align:center;transition:all .25s ease-out;transform:translateY(10px);}.shoptimizer-product-prevnext .tooltip img{display:block;}.shoptimizer-product-prevnext a:hover .tooltip{display:block;visibility:visible;opacity:1;transform:translateY(0);}.shoptimizer-product-prevnext a:hover span.icon{color:#222;}@media (max-width:992px){.shoptimizer-product-prevnext{display:none;}}.product p.price{float:left;margin:0 0 .5rem 0;color:#222;font-size:clamp(1rem,.873rem + .4065vw,1.125rem);}.product p.price del{color:#72767c;}.product p.price p.availability{margin:0;}.product .woocommerce-product-rating{display:flex;align-items:center;}.product.product-type-external .woocommerce-product-rating{margin-bottom:1rem;}.product .woocommerce-product-rating .star-rating{margin-right:.6180469716em;}.product .woocommerce-product-rating a{color:#333;font-size:13px;line-height:1;}.woocommerce-product-details__short-description{clear:both;font-size:14px;line-height:1.5;padding-bottom:.5rem;}.woocommerce-product-details__short-description p{margin-bottom:.75rem;}.woocommerce-product-details__short-description :last-child,.woocommerce-product-details__short-description p:empty{margin-bottom:0;}.summary .clear+.woocommerce-product-details__short-description>details:first-child,.woocommerce-product-details__short-description+.woocommerce-product-rating{margin-top:.5rem;}.woocommerce-product-details__short-description table td,.woocommerce-product-details__short-description table th{padding:5px 0;font-size:13px;}@media (min-width:782px){.woocommerce-Tabs-panel .wp-block-columns{padding-top:10px;}}.product p.stock{clear:both;margin-top:1rem;margin-bottom:0;padding-top:.85rem;border-top:1px solid #e2e2e2;font-size:14px;position:relative;}.product p.stock.out-of-stock{margin-bottom:.5rem;font-weight:600;}.product p.stock.in-stock:before,.product p.stock.out-of-stock:before{position:relative;margin-right:.5rem;display:inline-flex;width:16px;height:16px;content:"";mask-position:center;mask-repeat:no-repeat;mask-size:contain;}.product p.stock.in-stock:before{top:3px;background:#0f834d;mask-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' class=\'h-6 w-6\' fill=\'none\' viewBox=\'0 0 24 24\' stroke=\'currentColor\' stroke-width=\'2\'%3E%3Cpath stroke-linecap=\'round\' stroke-linejoin=\'round\' d=\'M5 13l4 4L19 7\' /%3E%3C/svg%3E");}.product p.stock.out-of-stock:before{top:3px;background:#a61e00;mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M6 18L18 6M6 6L18 18\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");}.stock:empty:before{display:none;}.stock.in-stock{color:#0f834d;}.stock.out-of-stock{color:#a61e00;}.product .woocommerce-variation-availability p.stock{margin-top:0;padding-bottom:.85rem;}.product table.variations{margin:0;}.product table.variations td,.product table.variations th{display:list-item;padding:0;list-style:none;}.product .summary table.variations .value{padding-bottom:.5rem;}.product .summary table.variations tr:last-child .value{padding-bottom:1rem;}.product .summary table.variations select{margin-bottom:.25rem;background-color:#fff;font-size:15px;}a.reset_variations{font-size:13px;}.variations label{display:block;margin-bottom:6px;color:#222;font-size:14px;font-weight:600;}.variations .selected-variation label span:first-child:after{background:#0f834d;mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M5 13L9 17L19 7\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");position:relative;margin-left:6px;top:3px;display:inline-block;width:16px;height:16px;content:"";mask-position:center;mask-repeat:no-repeat;mask-size:contain;}.woocommerce-variation-description:not(:empty){margin-bottom:.5rem;}.woocommerce-variation-description p{font-size:14px;}.woocommerce-variation-description p:only-child{margin:0;}.woocommerce-variation-description+.woocommerce-variation-price:not(:empty){margin:0 0 .75rem 0;color:#111;}.woocommerce-variation-price .price del .amount{font-size:13px;}.woocommerce-variation-price .price .amount{font-size:16px;}.summary table{font-size:14px;}.summary table th{padding:.5em 1em .5em 0;}.summary table td{padding:.5rem 1rem .5rem 0;}table.woocommerce-grouped-product-list tr td{border-bottom:1px solid #eee;}table.woocommerce-grouped-product-list tr:first-child td{padding-top:0;}table.woocommerce-grouped-product-list tr:last-child td{border:0;}table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity{width:95px;padding-top:.5rem;}table.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__price{padding-right:0;text-align:right;}table.woocommerce-grouped-product-list del{opacity:.6;font-size:.85em;}table.woocommerce-grouped-product-list td.woocommerce-grouped-product-list-item__label{font-size:13.5px;}.product table.woocommerce-grouped-product-list p.stock{margin:0;padding:0;border:0;font-size:12px;line-height:1.3;}.product table.woocommerce-grouped-product-list p.stock:after,.product table.woocommerce-grouped-product-list p.stock:before{display:none;}table.woocommerce-grouped-product-list .button,table.woocommerce-grouped-product-list .button:hover{padding:0;border-bottom:1px solid #ccc;color:#333;background-color:transparent;font-size:14px;}table.woocommerce-grouped-product-list a{color:#222;}.product.product-type-grouped .cart .single_add_to_cart_button{width:100%;margin-left:0;}.product.product-type-external .cart .single_add_to_cart_button{width:100%;margin-left:0;}.product form.cart .quantity{float:left;}div.product .summary form.cart{margin:.75rem 0 1rem 0;}.cart .single_add_to_cart_button{float:left;width:calc(100% - 90px);height:52px;margin-left:40px;padding-top:0;padding-bottom:0;border-radius:4px;background:#3bb54a;font-size:18px;font-weight:400;line-height:52px;text-align:center;transition:all .2s;}.product form.cart .quantity:has(input[type=hidden])+button.single_add_to_cart_button{margin-left:0;width:100%;}.ajax_add_to_cart.add_to_cart_button,.product form.cart .button{position:relative;}.ajax_add_to_cart.add_to_cart_button:after,.product form.cart .single_add_to_cart_button:after{position:absolute;top:50%;left:50%;margin-top:-9px;margin-left:-9px;opacity:0;transition:opacity 0s ease;content:"";display:inline-block;width:18px;height:18px;border:1px solid rgba(255,255,255,.3);border-left-color:#fff;border-radius:50%;vertical-align:middle;}.loading.ajax_add_to_cart.add_to_cart_button:after,.product form.cart .loading.single_add_to_cart_button:after{opacity:1;transition:opacity .25s ease;animation:rotate 450ms infinite linear;}.ajax_add_to_cart.add_to_cart_button.loading,.product form.cart .button.loading{color:transparent !important;}.product form.cart .button.added:before{position:relative;top:4px;margin-right:8px;content:"";display:inline-block;width:20px;height:20px;background:#fff;}.single_add_to_cart_button+.added_to_cart{display:none;}.product .variations_button:after,.product .variations_button:before,.product form.cart:after,.product form.cart:before{display:table;content:"";clear:both;}#wc-stripe-payment-request-button-separator,p#wcpay-payment-request-button-separator{font-size:13px;}#wc-stripe-payment-request-wrapper+.single_add_to_cart_button,#wcpay-payment-request-wrapper+.single_add_to_cart_button,p#wc-stripe-payment-request-button-separator:not([style*="display:none;"])+.single_add_to_cart_button,p#wcpay-payment-request-button-separator:not([style*="display:none;"])+.single_add_to_cart_button{float:none;margin:0;width:100%;}#wc-stripe-payment-request-wrapper+.single_add_to_cart_button,#wcpay-payment-request-wrapper+.single_add_to_cart_button{margin-top:10px;}.wcppec-checkout-buttons{position:relative;z-index:1;}#shoptimizer-modals-wrapper{display:grid;grid-template-columns:auto auto;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:15px;}.product-widget{clear:both;margin-bottom:1rem;padding-top:.75rem;color:#111;font-size:14px;}.outofstock .product-widget{display:none;}.product-widget .widget p{margin-bottom:.5rem;}.product-widget .widget fieldset p{margin-bottom:0;}.product-widget ul{margin:10px 0 0 0;}.product-widget ul li{position:relative;margin-bottom:3px;margin-left:22px;list-style:none;}.product-widget fieldset legend,.product-widget p,.product-widget ul li{font-size:clamp(.8125rem,.749rem + .2033vw,.875rem);}.product-widget ul li:before{position:absolute;top:3px;left:-22px;content:"";display:block;width:14px;height:14px;background:#333;}.product-widget fieldset{margin-top:.5em;padding-top:.5rem;padding-bottom:1rem;margin-bottom:1rem;border:1px solid #e2e2e2;}.product-widget fieldset legend{display:block;margin:0 auto;width:inherit;padding:10px;color:#111;font-weight:600;text-align:center;}.woocommerce-product-details__short-description>details:first-child{margin-top:15px;}form.variations_form+.woocommerce-product-details__short-description{padding-top:10px;}.summary details summary{display:block;font-size:13px;border-top:1px solid #e2e2e2;outline-offset:1px;padding-top:.6rem;padding-bottom:.6rem;font-weight:600;letter-spacing:.3px;text-transform:uppercase;cursor:pointer;position:relative;padding-right:2rem;color:#111;}.summary details ul{margin-left:15px;}.summary details summary::-webkit-details-marker{display:none;}.summary details summary:focus-visible{outline-offset:1px;}.summary details summary:-webkit-details-marker{display:none;}.summary details summary:after{mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M19 9L12 16L5 9\' stroke=\'%234A5568\' stroke-width=\'3\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");mask-position:center;mask-repeat:no-repeat;mask-size:contain;content:"";width:14px;height:14px;display:block;background:#111;margin-top:-7px;transition:transform .2s;position:absolute;right:0;top:50%;}.summary details[open] summary:after{transform:scaleY(-1);}.summary details .cg-accordion-item{padding-bottom:15px;font-size:14px;}.summary details p:last-child,.summary details ul:last-child{margin-bottom:0;}.product form.cart .button.added:before,.product-widget ul li:before{mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 12L11 14L15 10M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\' stroke=\'%234A5568\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");mask-position:center;mask-repeat:no-repeat;mask-size:contain;}.woocommerce-tabs.wc-tabs-wrapper{max-width:100%;width:100%;border-top:1px solid #f5f5f5;}.woocommerce-tabs{overflow:hidden;background-color:#fff;}@media (min-width:993px){.woocommerce-tabs{padding-bottom:2.617924em;}}.woocommerce-tabs ul.tabs{margin:0;padding-top:1.5rem;text-align:center;list-style:none;}.woocommerce-tabs ul.tabs li{position:relative;display:inline-block;}.woocommerce-tabs ul.tabs li a{display:block;padding:.75rem;color:#444;font-size:clamp(.9375rem,.874rem + .2033vw,1rem);}.woocommerce-tabs .tabs li a:after{display:block;position:absolute;top:calc(100% - 8px);left:11px;width:calc(100% - 22px);border-bottom:3px solid #ccc;content:"";transition:transform .3s cubic-bezier(.28,.75,.22,.95);transform:scale(0,1);transform-origin:right center;will-change:transform;}.woocommerce-tabs ul.tabs li.active a{color:#111;font-weight:600;}.woocommerce-tabs ul.tabs li.reviews_tab a{position:relative;padding-right:30px;}.woocommerce-tabs ul.tabs li a span{font-size:10px;position:absolute;bottom:13px;right:4px;border-radius:50%;color:#fff;height:20px;width:20px;line-height:20px;display:inline-block;background-color:#dc9814;font-weight:700;}.woocommerce-tabs .tabs li#tab-title-reviews a:after{width:calc(100% - 41px);}.woocommerce-tabs .tabs li.active a:after{transform:scale(1,1);transform-origin:left center;}.woocommerce-tabs .tabs li.active a:focus-visible:after{visibility:hidden;}@media (max-width:600px){.woocommerce-tabs ul.tabs{text-align:left;}.woocommerce-tabs ul.tabs li,.woocommerce-tabs ul.tabs li a{display:block;padding:0;}.woocommerce-tabs ul.tabs li{padding:.7rem 0;border-bottom:1px solid #eee;}.woocommerce-tabs ul.tabs li a span{position:relative;top:-2px;right:-4px;text-align:center;}.woocommerce-tabs .tabs li a:after{display:none;}}.panel.woocommerce-Tabs-panel--additional_information h2:first-of-type,.panel.woocommerce-Tabs-panel--reviews h2:first-of-type{display:none;}.woocommerce-tabs .panel:focus{outline:0;}.woocommerce-tabs .panel{padding-top:1.5rem;padding-bottom:1.5rem;}body:not(.pdp-full) .woocommerce-tabs .panel{max-width:960px;}.woocommerce-Tabs-panel p.title{margin-bottom:5px;letter-spacing:.5px;}.woocommerce-Tabs-panel p.title+h2{margin-top:0;}.woocommerce-Tabs-panel h2{margin-bottom:.75rem;}.woocommerce-Tabs-panel .wp-block-columns p{margin-block-start:0;}.panel.woocommerce-Tabs-panel--description .elementor h2:first-of-type{display:block;}@media (max-width:992px){.woocommerce-tabs .entry-content{font-size:14px;}.woocommerce-tabs .wp-block-spacer{max-height:10px;}}@media (max-width:599px){.woocommerce-Tabs-panel .wp-block-columns{margin-bottom:1.5rem;}.woocommerce-Tabs-panel .wp-block-columns:last-child{margin-bottom:0;}div.product .wp-block-column:has(img){order:-1;}}table.woocommerce-product-attributes{font-size:clamp(.875rem,.8115rem + .2033vw,.9375rem);margin:1.5rem auto 0 auto;}table.woocommerce-product-attributes td,table.woocommerce-product-attributes th{border-bottom:1px solid #eee;padding:.75rem 0;}table.woocommerce-product-attributes tr:first-child td,table.woocommerce-product-attributes tr:first-child th{padding-top:0;}table.woocommerce-product-attributes td{text-align:right;}table.woocommerce-product-attributes tr:last-child td,table.woocommerce-product-attributes tr:last-child th{border:none;}table.woocommerce-product-attributes th{color:#111;font-weight:600;min-width:150px;}table.woocommerce-product-attributes p{margin-bottom:0;}table.woocommerce-product-attributes a{color:#444;}.product_meta{width:100vw;max-width:100%;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;text-align:center;}.product_meta:has(span){padding-top:.85rem;padding-bottom:.85rem;border-top:1px solid rgba(0,0,0,.05);font-size:clamp(.8125rem,.749rem + .2033vw,.875rem);}.product_meta .posted_in,.product_meta .sku_wrapper,.product_meta .tagged_as{display:block;margin:0 8px;color:#111;}@media (min-width:993px){.product_meta .posted_in,.product_meta .sku_wrapper,.product_meta .tagged_as{display:inline-block;}}.product_meta .posted_in a,.product_meta .tagged_as a{color:#555;}.product_meta .posted_in a:first-child,.product_meta .tagged_as a:first-child{margin-left:5px;}.product_meta .sku_wrapper span{margin-left:5px;}.product_meta a:hover{color:#000;}.related-wrapper{background-color:#fff;}@media (min-width:993px){.related-wrapper>section>h2{padding-top:3rem;}.related>h2:first-child,.upsells>h2:first-child{margin-bottom:1.75rem;}}@media (max-width:992px){.related-wrapper section{padding-top:2rem;padding-bottom:1rem;}.related-wrapper section+section{padding-top:1rem;}}.page .product-details-wrapper,.page .related.products,.page .woocommerce-tabs{max-width:100%;padding-left:0;padding-right:0;}.site-main:has(form.post-password-form){max-width:750px;margin:0 auto;padding:1em 1em 3rem 1em;font-size:15px;}.site-main form.post-password-form{padding:2.5rem 2.5rem 2rem 2.5rem;background:#fff;border:1px solid #eee;box-shadow:0 0 6px rgba(0,0,0,.04);}.site-main form.post-password-form input{margin-left:.5rem;}.site-main form.post-password-form input[type=submit]{height:40px;padding:0 1.5rem;}.iconic-woothumbs-shoptimizer .iconic-woothumbs-fullscreen,.iconic-woothumbs-shoptimizer .zm-viewer{z-index:2;}.iconic-was-swatches__item{margin-right:10px;}.iconic-was-swatches{margin:0;}.wqm-qty .quantity-nav{display:none;}.wqm-qty-wrapper select.qty{width:6em;text-align:left;background-color:#fff;}.wqm-qty-wrapper+.button{margin-left:0;width:100%;}.sspot-all-reviews.single-product .site-content .col-full{background-color:transparent;}body .is-layout-constrained>.alignwide{max-width:var(--wp--style--global--wide-size);}.has-text-align-center{text-align:center;}.site .wc-block-grid__products{display:grid;gap:30px;margin:0;}.has-1-columns .wc-block-grid__products{grid-template-columns:repeat(1,1fr);}.has-2-columns .wc-block-grid__products{grid-template-columns:repeat(2,1fr);}.has-3-columns .wc-block-grid__products{grid-template-columns:repeat(3,1fr);}.has-4-columns .wc-block-grid__products{grid-template-columns:repeat(4,1fr);}.has-5-columns .wc-block-grid__products{grid-template-columns:repeat(5,1fr);}.has-6-columns .wc-block-grid__products{grid-template-columns:repeat(6,1fr);}@media (max-width:1099px){.has-2-columns .wc-block-grid__products,.has-3-columns .wc-block-grid__products,.has-4-columns .wc-block-grid__products,.has-5-columns .wc-block-grid__products,.has-6-columns .wc-block-grid__products{grid-template-columns:repeat(2,1fr);}}@media (min-width:481px) and (max-width:600px){.site .wc-block-grid.has-1-columns .wc-block-grid__product:nth-child(2n),.site .wc-block-grid.has-1-columns .wc-block-grid__product:nth-child(odd),.site .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n),.site .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd),.site .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n),.site .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd),.site .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n),.site .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd),.site .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n),.site .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd),.site .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n),.site .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd){padding-left:0;padding-right:0;}.wc-block-grid.has-1-columns .wc-block-grid__product,.wc-block-grid.has-2-columns .wc-block-grid__product,.wc-block-grid.has-3-columns .wc-block-grid__product,.wc-block-grid.has-4-columns .wc-block-grid__product,.wc-block-grid.has-5-columns .wc-block-grid__product,.wc-block-grid.has-6-columns .wc-block-grid__product{padding-bottom:40px;margin:0;}}.site .wc-block-grid.has-1-columns .wc-block-grid__product,.site .wc-block-grid.has-2-columns .wc-block-grid__product,.site .wc-block-grid.has-3-columns .wc-block-grid__product,.site .wc-block-grid.has-4-columns .wc-block-grid__product,.site .wc-block-grid.has-5-columns .wc-block-grid__product,.site .wc-block-grid.has-6-columns .wc-block-grid__product{flex:100%;max-width:100%;}.site .wc-block-grid__product{position:relative;display:flex;flex-direction:column;text-align:left;margin:0;border:none;padding-bottom:50px;transition:all .2s;}@media (min-width:993px){.wc-block-grid__product:before{visibility:hidden;position:absolute;left:0;opacity:0;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,10%);content:"";transition:all .2s;width:calc(100% + 30px);height:calc(100% + 30px);margin-top:-15px;margin-left:-15px;}.wc-block-grid__product:hover:before{visibility:visible;opacity:1;transition:all .2s;}.wc-block-grid__product *{position:relative;}.wc-block-grid__product .wc-block-grid__product-image{position:relative;transition:all .2s ease-in-out;}.wc-block-grid__product:hover .wc-block-grid__product-image{transform:scale(.982);}}.site .wc-block-grid .wc-block-grid__product .wc-block-grid__product-add-to-cart,.site .wc-block-grid .wc-block-grid__product .wc-block-grid__product-onsale,.site .wc-block-grid .wc-block-grid__product .wc-block-grid__product-price,.site .wc-block-grid .wc-block-grid__product .wc-block-grid__product-rating{margin:0;}.wc-block-grid__products .wc-block-grid__product-image img{width:100%;}.wc-block-grid__product-link{color:#2c2d33;}.site .wc-block-grid__product .wc-block-grid__product-title{font-size:15px;letter-spacing:0;margin-bottom:4px;}.wc-block-grid .wc-block-grid__product .wc-block-grid__product-price{color:#43454b;font-size:14px;margin-bottom:.75em;margin-bottom:0;order:2;}.wc-block-grid__product .wc-block-grid__product-onsale{position:absolute;top:10px;left:10px;min-width:inherit;min-height:inherit;font-size:11px;font-weight:400;border-radius:3px;padding:3px 9px;opacity:.8;line-height:15px;border:none;text-transform:none;pointer-events:none;}.wc-block-grid__product .wc-block-grid__product-rating{order:1;margin:0;margin-bottom:4px;}.wc-block-grid__product .star-rating{height:1.118em;position:relative;width:5.6em;margin:0 0 2px 0;font-size:12px;}.wc-block-grid__product-add-to-cart{order:3;}.wc-block-grid__product-add-to-cart.wp-block-button{position:absolute;z-index:1;bottom:0;opacity:0;width:100%;}.wc-block-grid__product-add-to-cart.wp-block-button .wc-block-components-product-button__button,.wc-block-grid__product-add-to-cart.wp-block-button a.wp-block-button__link{display:block;width:100%;height:40px;padding:0;border-radius:4px;font-size:14px;font-weight:600;line-height:40px;text-align:center;transition:all .1s;}.wc-block-grid__product:hover .wc-block-grid__product-add-to-cart.wp-block-button{opacity:1;}hr.wp-block-separator{height:inherit;border-bottom:none;}.wp-block-cover p{margin:0;}.wp-block-cover img{display:block;}.wp-block-columns p a,.wp-block-columns p a:hover{text-decoration:underline;text-decoration-thickness:.5px;text-underline-offset:.16em;}.content-area hr.wp-block-separator{height:1px;}.woocommerce-tabs .wp-block-image{margin:0 0 1.5em;}@media (max-width:992px){.woocommerce-tabs .wp-block-image{margin-bottom:1rem;}}.wp-block-pullquote{padding:0;text-align:left;}@media (max-width:992px){.wc-block-grid__products{gap:20px;}.site .wc-block-grid__product.wc-block-grid__product{padding-bottom:55px;box-shadow:0 0 10px rgba(0,0,0,10%);}.wc-block-grid__product-add-to-cart.wp-block-button{opacity:1;}.wc-block-grid .wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating,.wc-block-grid__product .wc-block-grid__product-title,.wc-block-grid__product-add-to-cart.wp-block-button{padding-left:15px;padding-right:15px;}.wc-block-grid .wc-block-grid__product .wc-block-grid__product-add-to-cart{margin-bottom:15px;}}@media (min-width:993px){.page-template-template-fullwidth .site-main .alignwide,.page-template-template-fullwidth-no-heading .site-main .alignwide{margin-left:calc(25% - 25vw);margin-right:calc(25% - 25vw);width:auto;max-width:1000%;clear:both;}.page-template-template-fullwidth .site-main .alignfull,.page-template-template-fullwidth-no-heading .site-main .alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:auto;}}.woocommerce:has(.wc-block-components-notice-banner){padding-bottom:30px;}.wc-block-components-notice-banner__content .buttons-wrapper{margin-top:10px;}.is-large.wc-block-cart,.wp-block-woocommerce-checkout.wc-block-checkout{margin-top:2em;}.is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__total:last-child{padding-right:0;}.is-large.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image{padding-left:0;}.wp-element-button.wc-block-components-button.wc-block-cart__submit-button,.wp-element-button.wc-block-components-button.wc-block-components-checkout-place-order-button{border-radius:6px;font-weight:700;transition:background .2s ease;}.wc-block-components-notice-banner .message-inner{padding:5px;}.wc-block-components-notice-banner .buttons-wrapper{margin-top:10px;}@media (min-width:993px){.site .wc-block-components-notice-banner{margin-right:auto;margin-left:auto;}.single-product .site .wc-block-components-notice-banner{margin-top:0;margin-bottom:0;}}@media (max-width:992px){.wc-block-components-notice-banner{padding-right:1em;padding-left:1em;}}.bi::before,[class^="bi-"]::before,[class*=" bi-"]::before{display:inline-block;font-family:bootstrap-icons !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.bi-123::before{content:"";}.bi-alarm-fill::before{content:"";}.bi-alarm::before{content:"";}.bi-align-bottom::before{content:"";}.bi-align-center::before{content:"";}.bi-align-end::before{content:"";}.bi-align-middle::before{content:"";}.bi-align-start::before{content:"";}.bi-align-top::before{content:"";}.bi-alt::before{content:"";}.bi-app-indicator::before{content:"";}.bi-app::before{content:"";}.bi-archive-fill::before{content:"";}.bi-archive::before{content:"";}.bi-arrow-90deg-down::before{content:"";}.bi-arrow-90deg-left::before{content:"";}.bi-arrow-90deg-right::before{content:"";}.bi-arrow-90deg-up::before{content:"";}.bi-arrow-bar-down::before{content:"";}.bi-arrow-bar-left::before{content:"";}.bi-arrow-bar-right::before{content:"";}.bi-arrow-bar-up::before{content:"";}.bi-arrow-clockwise::before{content:"";}.bi-arrow-counterclockwise::before{content:"";}.bi-arrow-down-circle-fill::before{content:"";}.bi-arrow-down-circle::before{content:"";}.bi-arrow-down-left-circle-fill::before{content:"";}.bi-arrow-down-left-circle::before{content:"";}.bi-arrow-down-left-square-fill::before{content:"";}.bi-arrow-down-left-square::before{content:"";}.bi-arrow-down-left::before{content:"";}.bi-arrow-down-right-circle-fill::before{content:"";}.bi-arrow-down-right-circle::before{content:"";}.bi-arrow-down-right-square-fill::before{content:"";}.bi-arrow-down-right-square::before{content:"";}.bi-arrow-down-right::before{content:"";}.bi-arrow-down-short::before{content:"";}.bi-arrow-down-square-fill::before{content:"";}.bi-arrow-down-square::before{content:"";}.bi-arrow-down-up::before{content:"";}.bi-arrow-down::before{content:"";}.bi-arrow-left-circle-fill::before{content:"";}.bi-arrow-left-circle::before{content:"";}.bi-arrow-left-right::before{content:"";}.bi-arrow-left-short::before{content:"";}.bi-arrow-left-square-fill::before{content:"";}.bi-arrow-left-square::before{content:"";}.bi-arrow-left::before{content:"";}.bi-arrow-repeat::before{content:"";}.bi-arrow-return-left::before{content:"";}.bi-arrow-return-right::before{content:"";}.bi-arrow-right-circle-fill::before{content:"";}.bi-arrow-right-circle::before{content:"";}.bi-arrow-right-short::before{content:"";}.bi-arrow-right-square-fill::before{content:"";}.bi-arrow-right-square::before{content:"";}.bi-arrow-right::before{content:"";}.bi-arrow-up-circle-fill::before{content:"";}.bi-arrow-up-circle::before{content:"";}.bi-arrow-up-left-circle-fill::before{content:"";}.bi-arrow-up-left-circle::before{content:"";}.bi-arrow-up-left-square-fill::before{content:"";}.bi-arrow-up-left-square::before{content:"";}.bi-arrow-up-left::before{content:"";}.bi-arrow-up-right-circle-fill::before{content:"";}.bi-arrow-up-right-circle::before{content:"";}.bi-arrow-up-right-square-fill::before{content:"";}.bi-arrow-up-right-square::before{content:"";}.bi-arrow-up-right::before{content:"";}.bi-arrow-up-short::before{content:"";}.bi-arrow-up-square-fill::before{content:"";}.bi-arrow-up-square::before{content:"";}.bi-arrow-up::before{content:"";}.bi-arrows-angle-contract::before{content:"";}.bi-arrows-angle-expand::before{content:"";}.bi-arrows-collapse::before{content:"";}.bi-arrows-expand::before{content:"";}.bi-arrows-fullscreen::before{content:"";}.bi-arrows-move::before{content:"";}.bi-aspect-ratio-fill::before{content:"";}.bi-aspect-ratio::before{content:"";}.bi-asterisk::before{content:"";}.bi-at::before{content:"";}.bi-award-fill::before{content:"";}.bi-award::before{content:"";}.bi-back::before{content:"";}.bi-backspace-fill::before{content:"";}.bi-backspace-reverse-fill::before{content:"";}.bi-backspace-reverse::before{content:"";}.bi-backspace::before{content:"";}.bi-badge-3d-fill::before{content:"";}.bi-badge-3d::before{content:"";}.bi-badge-4k-fill::before{content:"";}.bi-badge-4k::before{content:"";}.bi-badge-8k-fill::before{content:"";}.bi-badge-8k::before{content:"";}.bi-badge-ad-fill::before{content:"";}.bi-badge-ad::before{content:"";}.bi-badge-ar-fill::before{content:"";}.bi-badge-ar::before{content:"";}.bi-badge-cc-fill::before{content:"";}.bi-badge-cc::before{content:"";}.bi-badge-hd-fill::before{content:"";}.bi-badge-hd::before{content:"";}.bi-badge-tm-fill::before{content:"";}.bi-badge-tm::before{content:"";}.bi-badge-vo-fill::before{content:"";}.bi-badge-vo::before{content:"";}.bi-badge-vr-fill::before{content:"";}.bi-badge-vr::before{content:"";}.bi-badge-wc-fill::before{content:"";}.bi-badge-wc::before{content:"";}.bi-bag-check-fill::before{content:"";}.bi-bag-check::before{content:"";}.bi-bag-dash-fill::before{content:"";}.bi-bag-dash::before{content:"";}.bi-bag-fill::before{content:"";}.bi-bag-plus-fill::before{content:"";}.bi-bag-plus::before{content:"";}.bi-bag-x-fill::before{content:"";}.bi-bag-x::before{content:"";}.bi-bag::before{content:"";}.bi-bar-chart-fill::before{content:"";}.bi-bar-chart-line-fill::before{content:"";}.bi-bar-chart-line::before{content:"";}.bi-bar-chart-steps::before{content:"";}.bi-bar-chart::before{content:"";}.bi-basket-fill::before{content:"";}.bi-basket::before{content:"";}.bi-basket2-fill::before{content:"";}.bi-basket2::before{content:"";}.bi-basket3-fill::before{content:"";}.bi-basket3::before{content:"";}.bi-battery-charging::before{content:"";}.bi-battery-full::before{content:"";}.bi-battery-half::before{content:"";}.bi-battery::before{content:"";}.bi-bell-fill::before{content:"";}.bi-bell::before{content:"";}.bi-bezier::before{content:"";}.bi-bezier2::before{content:"";}.bi-bicycle::before{content:"";}.bi-binoculars-fill::before{content:"";}.bi-binoculars::before{content:"";}.bi-blockquote-left::before{content:"";}.bi-blockquote-right::before{content:"";}.bi-book-fill::before{content:"";}.bi-book-half::before{content:"";}.bi-book::before{content:"";}.bi-bookmark-check-fill::before{content:"";}.bi-bookmark-check::before{content:"";}.bi-bookmark-dash-fill::before{content:"";}.bi-bookmark-dash::before{content:"";}.bi-bookmark-fill::before{content:"";}.bi-bookmark-heart-fill::before{content:"";}.bi-bookmark-heart::before{content:"";}.bi-bookmark-plus-fill::before{content:"";}.bi-bookmark-plus::before{content:"";}.bi-bookmark-star-fill::before{content:"";}.bi-bookmark-star::before{content:"";}.bi-bookmark-x-fill::before{content:"";}.bi-bookmark-x::before{content:"";}.bi-bookmark::before{content:"";}.bi-bookmarks-fill::before{content:"";}.bi-bookmarks::before{content:"";}.bi-bookshelf::before{content:"";}.bi-bootstrap-fill::before{content:"";}.bi-bootstrap-reboot::before{content:"";}.bi-bootstrap::before{content:"";}.bi-border-all::before{content:"";}.bi-border-bottom::before{content:"";}.bi-border-center::before{content:"";}.bi-border-inner::before{content:"";}.bi-border-left::before{content:"";}.bi-border-middle::before{content:"";}.bi-border-outer::before{content:"";}.bi-border-right::before{content:"";}.bi-border-style::before{content:"";}.bi-border-top::before{content:"";}.bi-border-width::before{content:"";}.bi-border::before{content:"";}.bi-bounding-box-circles::before{content:"";}.bi-bounding-box::before{content:"";}.bi-box-arrow-down-left::before{content:"";}.bi-box-arrow-down-right::before{content:"";}.bi-box-arrow-down::before{content:"";}.bi-box-arrow-in-down-left::before{content:"";}.bi-box-arrow-in-down-right::before{content:"";}.bi-box-arrow-in-down::before{content:"";}.bi-box-arrow-in-left::before{content:"";}.bi-box-arrow-in-right::before{content:"";}.bi-box-arrow-in-up-left::before{content:"";}.bi-box-arrow-in-up-right::before{content:"";}.bi-box-arrow-in-up::before{content:"";}.bi-box-arrow-left::before{content:"";}.bi-box-arrow-right::before{content:"";}.bi-box-arrow-up-left::before{content:"";}.bi-box-arrow-up-right::before{content:"";}.bi-box-arrow-up::before{content:"";}.bi-box-seam::before{content:"";}.bi-box::before{content:"";}.bi-braces::before{content:"";}.bi-bricks::before{content:"";}.bi-briefcase-fill::before{content:"";}.bi-briefcase::before{content:"";}.bi-brightness-alt-high-fill::before{content:"";}.bi-brightness-alt-high::before{content:"";}.bi-brightness-alt-low-fill::before{content:"";}.bi-brightness-alt-low::before{content:"";}.bi-brightness-high-fill::before{content:"";}.bi-brightness-high::before{content:"";}.bi-brightness-low-fill::before{content:"";}.bi-brightness-low::before{content:"";}.bi-broadcast-pin::before{content:"";}.bi-broadcast::before{content:"";}.bi-brush-fill::before{content:"";}.bi-brush::before{content:"";}.bi-bucket-fill::before{content:"";}.bi-bucket::before{content:"";}.bi-bug-fill::before{content:"";}.bi-bug::before{content:"";}.bi-building::before{content:"";}.bi-bullseye::before{content:"";}.bi-calculator-fill::before{content:"";}.bi-calculator::before{content:"";}.bi-calendar-check-fill::before{content:"";}.bi-calendar-check::before{content:"";}.bi-calendar-date-fill::before{content:"";}.bi-calendar-date::before{content:"";}.bi-calendar-day-fill::before{content:"";}.bi-calendar-day::before{content:"";}.bi-calendar-event-fill::before{content:"";}.bi-calendar-event::before{content:"";}.bi-calendar-fill::before{content:"";}.bi-calendar-minus-fill::before{content:"";}.bi-calendar-minus::before{content:"";}.bi-calendar-month-fill::before{content:"";}.bi-calendar-month::before{content:"";}.bi-calendar-plus-fill::before{content:"";}.bi-calendar-plus::before{content:"";}.bi-calendar-range-fill::before{content:"";}.bi-calendar-range::before{content:"";}.bi-calendar-week-fill::before{content:"";}.bi-calendar-week::before{content:"";}.bi-calendar-x-fill::before{content:"";}.bi-calendar-x::before{content:"";}.bi-calendar::before{content:"";}.bi-calendar2-check-fill::before{content:"";}.bi-calendar2-check::before{content:"";}.bi-calendar2-date-fill::before{content:"";}.bi-calendar2-date::before{content:"";}.bi-calendar2-day-fill::before{content:"";}.bi-calendar2-day::before{content:"";}.bi-calendar2-event-fill::before{content:"";}.bi-calendar2-event::before{content:"";}.bi-calendar2-fill::before{content:"";}.bi-calendar2-minus-fill::before{content:"";}.bi-calendar2-minus::before{content:"";}.bi-calendar2-month-fill::before{content:"";}.bi-calendar2-month::before{content:"";}.bi-calendar2-plus-fill::before{content:"";}.bi-calendar2-plus::before{content:"";}.bi-calendar2-range-fill::before{content:"";}.bi-calendar2-range::before{content:"";}.bi-calendar2-week-fill::before{content:"";}.bi-calendar2-week::before{content:"";}.bi-calendar2-x-fill::before{content:"";}.bi-calendar2-x::before{content:"";}.bi-calendar2::before{content:"";}.bi-calendar3-event-fill::before{content:"";}.bi-calendar3-event::before{content:"";}.bi-calendar3-fill::before{content:"";}.bi-calendar3-range-fill::before{content:"";}.bi-calendar3-range::before{content:"";}.bi-calendar3-week-fill::before{content:"";}.bi-calendar3-week::before{content:"";}.bi-calendar3::before{content:"";}.bi-calendar4-event::before{content:"";}.bi-calendar4-range::before{content:"";}.bi-calendar4-week::before{content:"";}.bi-calendar4::before{content:"";}.bi-camera-fill::before{content:"";}.bi-camera-reels-fill::before{content:"";}.bi-camera-reels::before{content:"";}.bi-camera-video-fill::before{content:"";}.bi-camera-video-off-fill::before{content:"";}.bi-camera-video-off::before{content:"";}.bi-camera-video::before{content:"";}.bi-camera::before{content:"";}.bi-camera2::before{content:"";}.bi-capslock-fill::before{content:"";}.bi-capslock::before{content:"";}.bi-card-checklist::before{content:"";}.bi-card-heading::before{content:"";}.bi-card-image::before{content:"";}.bi-card-list::before{content:"";}.bi-card-text::before{content:"";}.bi-caret-down-fill::before{content:"";}.bi-caret-down-square-fill::before{content:"";}.bi-caret-down-square::before{content:"";}.bi-caret-down::before{content:"";}.bi-caret-left-fill::before{content:"";}.bi-caret-left-square-fill::before{content:"";}.bi-caret-left-square::before{content:"";}.bi-caret-left::before{content:"";}.bi-caret-right-fill::before{content:"";}.bi-caret-right-square-fill::before{content:"";}.bi-caret-right-square::before{content:"";}.bi-caret-right::before{content:"";}.bi-caret-up-fill::before{content:"";}.bi-caret-up-square-fill::before{content:"";}.bi-caret-up-square::before{content:"";}.bi-caret-up::before{content:"";}.bi-cart-check-fill::before{content:"";}.bi-cart-check::before{content:"";}.bi-cart-dash-fill::before{content:"";}.bi-cart-dash::before{content:"";}.bi-cart-fill::before{content:"";}.bi-cart-plus-fill::before{content:"";}.bi-cart-plus::before{content:"";}.bi-cart-x-fill::before{content:"";}.bi-cart-x::before{content:"";}.bi-cart::before{content:"";}.bi-cart2::before{content:"";}.bi-cart3::before{content:"";}.bi-cart4::before{content:"";}.bi-cash-stack::before{content:"";}.bi-cash::before{content:"";}.bi-cast::before{content:"";}.bi-chat-dots-fill::before{content:"";}.bi-chat-dots::before{content:"";}.bi-chat-fill::before{content:"";}.bi-chat-left-dots-fill::before{content:"";}.bi-chat-left-dots::before{content:"";}.bi-chat-left-fill::before{content:"";}.bi-chat-left-quote-fill::before{content:"";}.bi-chat-left-quote::before{content:"";}.bi-chat-left-text-fill::before{content:"";}.bi-chat-left-text::before{content:"";}.bi-chat-left::before{content:"";}.bi-chat-quote-fill::before{content:"";}.bi-chat-quote::before{content:"";}.bi-chat-right-dots-fill::before{content:"";}.bi-chat-right-dots::before{content:"";}.bi-chat-right-fill::before{content:"";}.bi-chat-right-quote-fill::before{content:"";}.bi-chat-right-quote::before{content:"";}.bi-chat-right-text-fill::before{content:"";}.bi-chat-right-text::before{content:"";}.bi-chat-right::before{content:"";}.bi-chat-square-dots-fill::before{content:"";}.bi-chat-square-dots::before{content:"";}.bi-chat-square-fill::before{content:"";}.bi-chat-square-quote-fill::before{content:"";}.bi-chat-square-quote::before{content:"";}.bi-chat-square-text-fill::before{content:"";}.bi-chat-square-text::before{content:"";}.bi-chat-square::before{content:"";}.bi-chat-text-fill::before{content:"";}.bi-chat-text::before{content:"";}.bi-chat::before{content:"";}.bi-check-all::before{content:"";}.bi-check-circle-fill::before{content:"";}.bi-check-circle::before{content:"";}.bi-check-square-fill::before{content:"";}.bi-check-square::before{content:"";}.bi-check::before{content:"";}.bi-check2-all::before{content:"";}.bi-check2-circle::before{content:"";}.bi-check2-square::before{content:"";}.bi-check2::before{content:"";}.bi-chevron-bar-contract::before{content:"";}.bi-chevron-bar-down::before{content:"";}.bi-chevron-bar-expand::before{content:"";}.bi-chevron-bar-left::before{content:"";}.bi-chevron-bar-right::before{content:"";}.bi-chevron-bar-up::before{content:"";}.bi-chevron-compact-down::before{content:"";}.bi-chevron-compact-left::before{content:"";}.bi-chevron-compact-right::before{content:"";}.bi-chevron-compact-up::before{content:"";}.bi-chevron-contract::before{content:"";}.bi-chevron-double-down::before{content:"";}.bi-chevron-double-left::before{content:"";}.bi-chevron-double-right::before{content:"";}.bi-chevron-double-up::before{content:"";}.bi-chevron-down::before{content:"";}.bi-chevron-expand::before{content:"";}.bi-chevron-left::before{content:"";}.bi-chevron-right::before{content:"";}.bi-chevron-up::before{content:"";}.bi-circle-fill::before{content:"";}.bi-circle-half::before{content:"";}.bi-circle-square::before{content:"";}.bi-circle::before{content:"";}.bi-clipboard-check::before{content:"";}.bi-clipboard-data::before{content:"";}.bi-clipboard-minus::before{content:"";}.bi-clipboard-plus::before{content:"";}.bi-clipboard-x::before{content:"";}.bi-clipboard::before{content:"";}.bi-clock-fill::before{content:"";}.bi-clock-history::before{content:"";}.bi-clock::before{content:"";}.bi-cloud-arrow-down-fill::before{content:"";}.bi-cloud-arrow-down::before{content:"";}.bi-cloud-arrow-up-fill::before{content:"";}.bi-cloud-arrow-up::before{content:"";}.bi-cloud-check-fill::before{content:"";}.bi-cloud-check::before{content:"";}.bi-cloud-download-fill::before{content:"";}.bi-cloud-download::before{content:"";}.bi-cloud-drizzle-fill::before{content:"";}.bi-cloud-drizzle::before{content:"";}.bi-cloud-fill::before{content:"";}.bi-cloud-fog-fill::before{content:"";}.bi-cloud-fog::before{content:"";}.bi-cloud-fog2-fill::before{content:"";}.bi-cloud-fog2::before{content:"";}.bi-cloud-hail-fill::before{content:"";}.bi-cloud-hail::before{content:"";}.bi-cloud-haze-fill::before{content:"";}.bi-cloud-haze::before{content:"";}.bi-cloud-haze2-fill::before{content:"";}.bi-cloud-lightning-fill::before{content:"";}.bi-cloud-lightning-rain-fill::before{content:"";}.bi-cloud-lightning-rain::before{content:"";}.bi-cloud-lightning::before{content:"";}.bi-cloud-minus-fill::before{content:"";}.bi-cloud-minus::before{content:"";}.bi-cloud-moon-fill::before{content:"";}.bi-cloud-moon::before{content:"";}.bi-cloud-plus-fill::before{content:"";}.bi-cloud-plus::before{content:"";}.bi-cloud-rain-fill::before{content:"";}.bi-cloud-rain-heavy-fill::before{content:"";}.bi-cloud-rain-heavy::before{content:"";}.bi-cloud-rain::before{content:"";}.bi-cloud-slash-fill::before{content:"";}.bi-cloud-slash::before{content:"";}.bi-cloud-sleet-fill::before{content:"";}.bi-cloud-sleet::before{content:"";}.bi-cloud-snow-fill::before{content:"";}.bi-cloud-snow::before{content:"";}.bi-cloud-sun-fill::before{content:"";}.bi-cloud-sun::before{content:"";}.bi-cloud-upload-fill::before{content:"";}.bi-cloud-upload::before{content:"";}.bi-cloud::before{content:"";}.bi-clouds-fill::before{content:"";}.bi-clouds::before{content:"";}.bi-cloudy-fill::before{content:"";}.bi-cloudy::before{content:"";}.bi-code-slash::before{content:"";}.bi-code-square::before{content:"";}.bi-code::before{content:"";}.bi-collection-fill::before{content:"";}.bi-collection-play-fill::before{content:"";}.bi-collection-play::before{content:"";}.bi-collection::before{content:"";}.bi-columns-gap::before{content:"";}.bi-columns::before{content:"";}.bi-command::before{content:"";}.bi-compass-fill::before{content:"";}.bi-compass::before{content:"";}.bi-cone-striped::before{content:"";}.bi-cone::before{content:"";}.bi-controller::before{content:"";}.bi-cpu-fill::before{content:"";}.bi-cpu::before{content:"";}.bi-credit-card-2-back-fill::before{content:"";}.bi-credit-card-2-back::before{content:"";}.bi-credit-card-2-front-fill::before{content:"";}.bi-credit-card-2-front::before{content:"";}.bi-credit-card-fill::before{content:"";}.bi-credit-card::before{content:"";}.bi-crop::before{content:"";}.bi-cup-fill::before{content:"";}.bi-cup-straw::before{content:"";}.bi-cup::before{content:"";}.bi-cursor-fill::before{content:"";}.bi-cursor-text::before{content:"";}.bi-cursor::before{content:"";}.bi-dash-circle-dotted::before{content:"";}.bi-dash-circle-fill::before{content:"";}.bi-dash-circle::before{content:"";}.bi-dash-square-dotted::before{content:"";}.bi-dash-square-fill::before{content:"";}.bi-dash-square::before{content:"";}.bi-dash::before{content:"";}.bi-diagram-2-fill::before{content:"";}.bi-diagram-2::before{content:"";}.bi-diagram-3-fill::before{content:"";}.bi-diagram-3::before{content:"";}.bi-diamond-fill::before{content:"";}.bi-diamond-half::before{content:"";}.bi-diamond::before{content:"";}.bi-dice-1-fill::before{content:"";}.bi-dice-1::before{content:"";}.bi-dice-2-fill::before{content:"";}.bi-dice-2::before{content:"";}.bi-dice-3-fill::before{content:"";}.bi-dice-3::before{content:"";}.bi-dice-4-fill::before{content:"";}.bi-dice-4::before{content:"";}.bi-dice-5-fill::before{content:"";}.bi-dice-5::before{content:"";}.bi-dice-6-fill::before{content:"";}.bi-dice-6::before{content:"";}.bi-disc-fill::before{content:"";}.bi-disc::before{content:"";}.bi-discord::before{content:"";}.bi-display-fill::before{content:"";}.bi-display::before{content:"";}.bi-distribute-horizontal::before{content:"";}.bi-distribute-vertical::before{content:"";}.bi-door-closed-fill::before{content:"";}.bi-door-closed::before{content:"";}.bi-door-open-fill::before{content:"";}.bi-door-open::before{content:"";}.bi-dot::before{content:"";}.bi-download::before{content:"";}.bi-droplet-fill::before{content:"";}.bi-droplet-half::before{content:"";}.bi-droplet::before{content:"";}.bi-earbuds::before{content:"";}.bi-easel-fill::before{content:"";}.bi-easel::before{content:"";}.bi-egg-fill::before{content:"";}.bi-egg-fried::before{content:"";}.bi-egg::before{content:"";}.bi-eject-fill::before{content:"";}.bi-eject::before{content:"";}.bi-emoji-angry-fill::before{content:"";}.bi-emoji-angry::before{content:"";}.bi-emoji-dizzy-fill::before{content:"";}.bi-emoji-dizzy::before{content:"";}.bi-emoji-expressionless-fill::before{content:"";}.bi-emoji-expressionless::before{content:"";}.bi-emoji-frown-fill::before{content:"";}.bi-emoji-frown::before{content:"";}.bi-emoji-heart-eyes-fill::before{content:"";}.bi-emoji-heart-eyes::before{content:"";}.bi-emoji-laughing-fill::before{content:"";}.bi-emoji-laughing::before{content:"";}.bi-emoji-neutral-fill::before{content:"";}.bi-emoji-neutral::before{content:"";}.bi-emoji-smile-fill::before{content:"";}.bi-emoji-smile-upside-down-fill::before{content:"";}.bi-emoji-smile-upside-down::before{content:"";}.bi-emoji-smile::before{content:"";}.bi-emoji-sunglasses-fill::before{content:"";}.bi-emoji-sunglasses::before{content:"";}.bi-emoji-wink-fill::before{content:"";}.bi-emoji-wink::before{content:"";}.bi-envelope-fill::before{content:"";}.bi-envelope-open-fill::before{content:"";}.bi-envelope-open::before{content:"";}.bi-envelope::before{content:"";}.bi-eraser-fill::before{content:"";}.bi-eraser::before{content:"";}.bi-exclamation-circle-fill::before{content:"";}.bi-exclamation-circle::before{content:"";}.bi-exclamation-diamond-fill::before{content:"";}.bi-exclamation-diamond::before{content:"";}.bi-exclamation-octagon-fill::before{content:"";}.bi-exclamation-octagon::before{content:"";}.bi-exclamation-square-fill::before{content:"";}.bi-exclamation-square::before{content:"";}.bi-exclamation-triangle-fill::before{content:"";}.bi-exclamation-triangle::before{content:"";}.bi-exclamation::before{content:"";}.bi-exclude::before{content:"";}.bi-eye-fill::before{content:"";}.bi-eye-slash-fill::before{content:"";}.bi-eye-slash::before{content:"";}.bi-eye::before{content:"";}.bi-eyedropper::before{content:"";}.bi-eyeglasses::before{content:"";}.bi-facebook::before{content:"";}.bi-file-arrow-down-fill::before{content:"";}.bi-file-arrow-down::before{content:"";}.bi-file-arrow-up-fill::before{content:"";}.bi-file-arrow-up::before{content:"";}.bi-file-bar-graph-fill::before{content:"";}.bi-file-bar-graph::before{content:"";}.bi-file-binary-fill::before{content:"";}.bi-file-binary::before{content:"";}.bi-file-break-fill::before{content:"";}.bi-file-break::before{content:"";}.bi-file-check-fill::before{content:"";}.bi-file-check::before{content:"";}.bi-file-code-fill::before{content:"";}.bi-file-code::before{content:"";}.bi-file-diff-fill::before{content:"";}.bi-file-diff::before{content:"";}.bi-file-earmark-arrow-down-fill::before{content:"";}.bi-file-earmark-arrow-down::before{content:"";}.bi-file-earmark-arrow-up-fill::before{content:"";}.bi-file-earmark-arrow-up::before{content:"";}.bi-file-earmark-bar-graph-fill::before{content:"";}.bi-file-earmark-bar-graph::before{content:"";}.bi-file-earmark-binary-fill::before{content:"";}.bi-file-earmark-binary::before{content:"";}.bi-file-earmark-break-fill::before{content:"";}.bi-file-earmark-break::before{content:"";}.bi-file-earmark-check-fill::before{content:"";}.bi-file-earmark-check::before{content:"";}.bi-file-earmark-code-fill::before{content:"";}.bi-file-earmark-code::before{content:"";}.bi-file-earmark-diff-fill::before{content:"";}.bi-file-earmark-diff::before{content:"";}.bi-file-earmark-easel-fill::before{content:"";}.bi-file-earmark-easel::before{content:"";}.bi-file-earmark-excel-fill::before{content:"";}.bi-file-earmark-excel::before{content:"";}.bi-file-earmark-fill::before{content:"";}.bi-file-earmark-font-fill::before{content:"";}.bi-file-earmark-font::before{content:"";}.bi-file-earmark-image-fill::before{content:"";}.bi-file-earmark-image::before{content:"";}.bi-file-earmark-lock-fill::before{content:"";}.bi-file-earmark-lock::before{content:"";}.bi-file-earmark-lock2-fill::before{content:"";}.bi-file-earmark-lock2::before{content:"";}.bi-file-earmark-medical-fill::before{content:"";}.bi-file-earmark-medical::before{content:"";}.bi-file-earmark-minus-fill::before{content:"";}.bi-file-earmark-minus::before{content:"";}.bi-file-earmark-music-fill::before{content:"";}.bi-file-earmark-music::before{content:"";}.bi-file-earmark-person-fill::before{content:"";}.bi-file-earmark-person::before{content:"";}.bi-file-earmark-play-fill::before{content:"";}.bi-file-earmark-play::before{content:"";}.bi-file-earmark-plus-fill::before{content:"";}.bi-file-earmark-plus::before{content:"";}.bi-file-earmark-post-fill::before{content:"";}.bi-file-earmark-post::before{content:"";}.bi-file-earmark-ppt-fill::before{content:"";}.bi-file-earmark-ppt::before{content:"";}.bi-file-earmark-richtext-fill::before{content:"";}.bi-file-earmark-richtext::before{content:"";}.bi-file-earmark-ruled-fill::before{content:"";}.bi-file-earmark-ruled::before{content:"";}.bi-file-earmark-slides-fill::before{content:"";}.bi-file-earmark-slides::before{content:"";}.bi-file-earmark-spreadsheet-fill::before{content:"";}.bi-file-earmark-spreadsheet::before{content:"";}.bi-file-earmark-text-fill::before{content:"";}.bi-file-earmark-text::before{content:"";}.bi-file-earmark-word-fill::before{content:"";}.bi-file-earmark-word::before{content:"";}.bi-file-earmark-x-fill::before{content:"";}.bi-file-earmark-x::before{content:"";}.bi-file-earmark-zip-fill::before{content:"";}.bi-file-earmark-zip::before{content:"";}.bi-file-earmark::before{content:"";}.bi-file-easel-fill::before{content:"";}.bi-file-easel::before{content:"";}.bi-file-excel-fill::before{content:"";}.bi-file-excel::before{content:"";}.bi-file-fill::before{content:"";}.bi-file-font-fill::before{content:"";}.bi-file-font::before{content:"";}.bi-file-image-fill::before{content:"";}.bi-file-image::before{content:"";}.bi-file-lock-fill::before{content:"";}.bi-file-lock::before{content:"";}.bi-file-lock2-fill::before{content:"";}.bi-file-lock2::before{content:"";}.bi-file-medical-fill::before{content:"";}.bi-file-medical::before{content:"";}.bi-file-minus-fill::before{content:"";}.bi-file-minus::before{content:"";}.bi-file-music-fill::before{content:"";}.bi-file-music::before{content:"";}.bi-file-person-fill::before{content:"";}.bi-file-person::before{content:"";}.bi-file-play-fill::before{content:"";}.bi-file-play::before{content:"";}.bi-file-plus-fill::before{content:"";}.bi-file-plus::before{content:"";}.bi-file-post-fill::before{content:"";}.bi-file-post::before{content:"";}.bi-file-ppt-fill::before{content:"";}.bi-file-ppt::before{content:"";}.bi-file-richtext-fill::before{content:"";}.bi-file-richtext::before{content:"";}.bi-file-ruled-fill::before{content:"";}.bi-file-ruled::before{content:"";}.bi-file-slides-fill::before{content:"";}.bi-file-slides::before{content:"";}.bi-file-spreadsheet-fill::before{content:"";}.bi-file-spreadsheet::before{content:"";}.bi-file-text-fill::before{content:"";}.bi-file-text::before{content:"";}.bi-file-word-fill::before{content:"";}.bi-file-word::before{content:"";}.bi-file-x-fill::before{content:"";}.bi-file-x::before{content:"";}.bi-file-zip-fill::before{content:"";}.bi-file-zip::before{content:"";}.bi-file::before{content:"";}.bi-files-alt::before{content:"";}.bi-files::before{content:"";}.bi-film::before{content:"";}.bi-filter-circle-fill::before{content:"";}.bi-filter-circle::before{content:"";}.bi-filter-left::before{content:"";}.bi-filter-right::before{content:"";}.bi-filter-square-fill::before{content:"";}.bi-filter-square::before{content:"";}.bi-filter::before{content:"";}.bi-flag-fill::before{content:"";}.bi-flag::before{content:"";}.bi-flower1::before{content:"";}.bi-flower2::before{content:"";}.bi-flower3::before{content:"";}.bi-folder-check::before{content:"";}.bi-folder-fill::before{content:"";}.bi-folder-minus::before{content:"";}.bi-folder-plus::before{content:"";}.bi-folder-symlink-fill::before{content:"";}.bi-folder-symlink::before{content:"";}.bi-folder-x::before{content:"";}.bi-folder::before{content:"";}.bi-folder2-open::before{content:"";}.bi-folder2::before{content:"";}.bi-fonts::before{content:"";}.bi-forward-fill::before{content:"";}.bi-forward::before{content:"";}.bi-front::before{content:"";}.bi-fullscreen-exit::before{content:"";}.bi-fullscreen::before{content:"";}.bi-funnel-fill::before{content:"";}.bi-funnel::before{content:"";}.bi-gear-fill::before{content:"";}.bi-gear-wide-connected::before{content:"";}.bi-gear-wide::before{content:"";}.bi-gear::before{content:"";}.bi-gem::before{content:"";}.bi-geo-alt-fill::before{content:"";}.bi-geo-alt::before{content:"";}.bi-geo-fill::before{content:"";}.bi-geo::before{content:"";}.bi-gift-fill::before{content:"";}.bi-gift::before{content:"";}.bi-github::before{content:"";}.bi-globe::before{content:"";}.bi-globe2::before{content:"";}.bi-google::before{content:"";}.bi-graph-down::before{content:"";}.bi-graph-up::before{content:"";}.bi-grid-1x2-fill::before{content:"";}.bi-grid-1x2::before{content:"";}.bi-grid-3x2-gap-fill::before{content:"";}.bi-grid-3x2-gap::before{content:"";}.bi-grid-3x2::before{content:"";}.bi-grid-3x3-gap-fill::before{content:"";}.bi-grid-3x3-gap::before{content:"";}.bi-grid-3x3::before{content:"";}.bi-grid-fill::before{content:"";}.bi-grid::before{content:"";}.bi-grip-horizontal::before{content:"";}.bi-grip-vertical::before{content:"";}.bi-hammer::before{content:"";}.bi-hand-index-fill::before{content:"";}.bi-hand-index-thumb-fill::before{content:"";}.bi-hand-index-thumb::before{content:"";}.bi-hand-index::before{content:"";}.bi-hand-thumbs-down-fill::before{content:"";}.bi-hand-thumbs-down::before{content:"";}.bi-hand-thumbs-up-fill::before{content:"";}.bi-hand-thumbs-up::before{content:"";}.bi-handbag-fill::before{content:"";}.bi-handbag::before{content:"";}.bi-hash::before{content:"";}.bi-hdd-fill::before{content:"";}.bi-hdd-network-fill::before{content:"";}.bi-hdd-network::before{content:"";}.bi-hdd-rack-fill::before{content:"";}.bi-hdd-rack::before{content:"";}.bi-hdd-stack-fill::before{content:"";}.bi-hdd-stack::before{content:"";}.bi-hdd::before{content:"";}.bi-headphones::before{content:"";}.bi-headset::before{content:"";}.bi-heart-fill::before{content:"";}.bi-heart-half::before{content:"";}.bi-heart::before{content:"";}.bi-heptagon-fill::before{content:"";}.bi-heptagon-half::before{content:"";}.bi-heptagon::before{content:"";}.bi-hexagon-fill::before{content:"";}.bi-hexagon-half::before{content:"";}.bi-hexagon::before{content:"";}.bi-hourglass-bottom::before{content:"";}.bi-hourglass-split::before{content:"";}.bi-hourglass-top::before{content:"";}.bi-hourglass::before{content:"";}.bi-house-door-fill::before{content:"";}.bi-house-door::before{content:"";}.bi-house-fill::before{content:"";}.bi-house::before{content:"";}.bi-hr::before{content:"";}.bi-hurricane::before{content:"";}.bi-image-alt::before{content:"";}.bi-image-fill::before{content:"";}.bi-image::before{content:"";}.bi-images::before{content:"";}.bi-inbox-fill::before{content:"";}.bi-inbox::before{content:"";}.bi-inboxes-fill::before{content:"";}.bi-inboxes::before{content:"";}.bi-info-circle-fill::before{content:"";}.bi-info-circle::before{content:"";}.bi-info-square-fill::before{content:"";}.bi-info-square::before{content:"";}.bi-info::before{content:"";}.bi-input-cursor-text::before{content:"";}.bi-input-cursor::before{content:"";}.bi-instagram::before{content:"";}.bi-intersect::before{content:"";}.bi-journal-album::before{content:"";}.bi-journal-arrow-down::before{content:"";}.bi-journal-arrow-up::before{content:"";}.bi-journal-bookmark-fill::before{content:"";}.bi-journal-bookmark::before{content:"";}.bi-journal-check::before{content:"";}.bi-journal-code::before{content:"";}.bi-journal-medical::before{content:"";}.bi-journal-minus::before{content:"";}.bi-journal-plus::before{content:"";}.bi-journal-richtext::before{content:"";}.bi-journal-text::before{content:"";}.bi-journal-x::before{content:"";}.bi-journal::before{content:"";}.bi-journals::before{content:"";}.bi-joystick::before{content:"";}.bi-justify-left::before{content:"";}.bi-justify-right::before{content:"";}.bi-justify::before{content:"";}.bi-kanban-fill::before{content:"";}.bi-kanban::before{content:"";}.bi-key-fill::before{content:"";}.bi-key::before{content:"";}.bi-keyboard-fill::before{content:"";}.bi-keyboard::before{content:"";}.bi-ladder::before{content:"";}.bi-lamp-fill::before{content:"";}.bi-lamp::before{content:"";}.bi-laptop-fill::before{content:"";}.bi-laptop::before{content:"";}.bi-layer-backward::before{content:"";}.bi-layer-forward::before{content:"";}.bi-layers-fill::before{content:"";}.bi-layers-half::before{content:"";}.bi-layers::before{content:"";}.bi-layout-sidebar-inset-reverse::before{content:"";}.bi-layout-sidebar-inset::before{content:"";}.bi-layout-sidebar-reverse::before{content:"";}.bi-layout-sidebar::before{content:"";}.bi-layout-split::before{content:"";}.bi-layout-text-sidebar-reverse::before{content:"";}.bi-layout-text-sidebar::before{content:"";}.bi-layout-text-window-reverse::before{content:"";}.bi-layout-text-window::before{content:"";}.bi-layout-three-columns::before{content:"";}.bi-layout-wtf::before{content:"";}.bi-life-preserver::before{content:"";}.bi-lightbulb-fill::before{content:"";}.bi-lightbulb-off-fill::before{content:"";}.bi-lightbulb-off::before{content:"";}.bi-lightbulb::before{content:"";}.bi-lightning-charge-fill::before{content:"";}.bi-lightning-charge::before{content:"";}.bi-lightning-fill::before{content:"";}.bi-lightning::before{content:"";}.bi-link-45deg::before{content:"";}.bi-link::before{content:"";}.bi-linkedin::before{content:"";}.bi-list-check::before{content:"";}.bi-list-nested::before{content:"";}.bi-list-ol::before{content:"";}.bi-list-stars::before{content:"";}.bi-list-task::before{content:"";}.bi-list-ul::before{content:"";}.bi-list::before{content:"";}.bi-lock-fill::before{content:"";}.bi-lock::before{content:"";}.bi-mailbox::before{content:"";}.bi-mailbox2::before{content:"";}.bi-map-fill::before{content:"";}.bi-map::before{content:"";}.bi-markdown-fill::before{content:"";}.bi-markdown::before{content:"";}.bi-mask::before{content:"";}.bi-megaphone-fill::before{content:"";}.bi-megaphone::before{content:"";}.bi-menu-app-fill::before{content:"";}.bi-menu-app::before{content:"";}.bi-menu-button-fill::before{content:"";}.bi-menu-button-wide-fill::before{content:"";}.bi-menu-button-wide::before{content:"";}.bi-menu-button::before{content:"";}.bi-menu-down::before{content:"";}.bi-menu-up::before{content:"";}.bi-mic-fill::before{content:"";}.bi-mic-mute-fill::before{content:"";}.bi-mic-mute::before{content:"";}.bi-mic::before{content:"";}.bi-minecart-loaded::before{content:"";}.bi-minecart::before{content:"";}.bi-moisture::before{content:"";}.bi-moon-fill::before{content:"";}.bi-moon-stars-fill::before{content:"";}.bi-moon-stars::before{content:"";}.bi-moon::before{content:"";}.bi-mouse-fill::before{content:"";}.bi-mouse::before{content:"";}.bi-mouse2-fill::before{content:"";}.bi-mouse2::before{content:"";}.bi-mouse3-fill::before{content:"";}.bi-mouse3::before{content:"";}.bi-music-note-beamed::before{content:"";}.bi-music-note-list::before{content:"";}.bi-music-note::before{content:"";}.bi-music-player-fill::before{content:"";}.bi-music-player::before{content:"";}.bi-newspaper::before{content:"";}.bi-node-minus-fill::before{content:"";}.bi-node-minus::before{content:"";}.bi-node-plus-fill::before{content:"";}.bi-node-plus::before{content:"";}.bi-nut-fill::before{content:"";}.bi-nut::before{content:"";}.bi-octagon-fill::before{content:"";}.bi-octagon-half::before{content:"";}.bi-octagon::before{content:"";}.bi-option::before{content:"";}.bi-outlet::before{content:"";}.bi-paint-bucket::before{content:"";}.bi-palette-fill::before{content:"";}.bi-palette::before{content:"";}.bi-palette2::before{content:"";}.bi-paperclip::before{content:"";}.bi-paragraph::before{content:"";}.bi-patch-check-fill::before{content:"";}.bi-patch-check::before{content:"";}.bi-patch-exclamation-fill::before{content:"";}.bi-patch-exclamation::before{content:"";}.bi-patch-minus-fill::before{content:"";}.bi-patch-minus::before{content:"";}.bi-patch-plus-fill::before{content:"";}.bi-patch-plus::before{content:"";}.bi-patch-question-fill::before{content:"";}.bi-patch-question::before{content:"";}.bi-pause-btn-fill::before{content:"";}.bi-pause-btn::before{content:"";}.bi-pause-circle-fill::before{content:"";}.bi-pause-circle::before{content:"";}.bi-pause-fill::before{content:"";}.bi-pause::before{content:"";}.bi-peace-fill::before{content:"";}.bi-peace::before{content:"";}.bi-pen-fill::before{content:"";}.bi-pen::before{content:"";}.bi-pencil-fill::before{content:"";}.bi-pencil-square::before{content:"";}.bi-pencil::before{content:"";}.bi-pentagon-fill::before{content:"";}.bi-pentagon-half::before{content:"";}.bi-pentagon::before{content:"";}.bi-people-fill::before{content:"";}.bi-people::before{content:"";}.bi-percent::before{content:"";}.bi-person-badge-fill::before{content:"";}.bi-person-badge::before{content:"";}.bi-person-bounding-box::before{content:"";}.bi-person-check-fill::before{content:"";}.bi-person-check::before{content:"";}.bi-person-circle::before{content:"";}.bi-person-dash-fill::before{content:"";}.bi-person-dash::before{content:"";}.bi-person-fill::before{content:"";}.bi-person-lines-fill::before{content:"";}.bi-person-plus-fill::before{content:"";}.bi-person-plus::before{content:"";}.bi-person-square::before{content:"";}.bi-person-x-fill::before{content:"";}.bi-person-x::before{content:"";}.bi-person::before{content:"";}.bi-phone-fill::before{content:"";}.bi-phone-landscape-fill::before{content:"";}.bi-phone-landscape::before{content:"";}.bi-phone-vibrate-fill::before{content:"";}.bi-phone-vibrate::before{content:"";}.bi-phone::before{content:"";}.bi-pie-chart-fill::before{content:"";}.bi-pie-chart::before{content:"";}.bi-pin-angle-fill::before{content:"";}.bi-pin-angle::before{content:"";}.bi-pin-fill::before{content:"";}.bi-pin::before{content:"";}.bi-pip-fill::before{content:"";}.bi-pip::before{content:"";}.bi-play-btn-fill::before{content:"";}.bi-play-btn::before{content:"";}.bi-play-circle-fill::before{content:"";}.bi-play-circle::before{content:"";}.bi-play-fill::before{content:"";}.bi-play::before{content:"";}.bi-plug-fill::before{content:"";}.bi-plug::before{content:"";}.bi-plus-circle-dotted::before{content:"";}.bi-plus-circle-fill::before{content:"";}.bi-plus-circle::before{content:"";}.bi-plus-square-dotted::before{content:"";}.bi-plus-square-fill::before{content:"";}.bi-plus-square::before{content:"";}.bi-plus::before{content:"";}.bi-power::before{content:"";}.bi-printer-fill::before{content:"";}.bi-printer::before{content:"";}.bi-puzzle-fill::before{content:"";}.bi-puzzle::before{content:"";}.bi-question-circle-fill::before{content:"";}.bi-question-circle::before{content:"";}.bi-question-diamond-fill::before{content:"";}.bi-question-diamond::before{content:"";}.bi-question-octagon-fill::before{content:"";}.bi-question-octagon::before{content:"";}.bi-question-square-fill::before{content:"";}.bi-question-square::before{content:"";}.bi-question::before{content:"";}.bi-rainbow::before{content:"";}.bi-receipt-cutoff::before{content:"";}.bi-receipt::before{content:"";}.bi-reception-0::before{content:"";}.bi-reception-1::before{content:"";}.bi-reception-2::before{content:"";}.bi-reception-3::before{content:"";}.bi-reception-4::before{content:"";}.bi-record-btn-fill::before{content:"";}.bi-record-btn::before{content:"";}.bi-record-circle-fill::before{content:"";}.bi-record-circle::before{content:"";}.bi-record-fill::before{content:"";}.bi-record::before{content:"";}.bi-record2-fill::before{content:"";}.bi-record2::before{content:"";}.bi-reply-all-fill::before{content:"";}.bi-reply-all::before{content:"";}.bi-reply-fill::before{content:"";}.bi-reply::before{content:"";}.bi-rss-fill::before{content:"";}.bi-rss::before{content:"";}.bi-rulers::before{content:"";}.bi-save-fill::before{content:"";}.bi-save::before{content:"";}.bi-save2-fill::before{content:"";}.bi-save2::before{content:"";}.bi-scissors::before{content:"";}.bi-screwdriver::before{content:"";}.bi-search::before{content:"";}.bi-segmented-nav::before{content:"";}.bi-server::before{content:"";}.bi-share-fill::before{content:"";}.bi-share::before{content:"";}.bi-shield-check::before{content:"";}.bi-shield-exclamation::before{content:"";}.bi-shield-fill-check::before{content:"";}.bi-shield-fill-exclamation::before{content:"";}.bi-shield-fill-minus::before{content:"";}.bi-shield-fill-plus::before{content:"";}.bi-shield-fill-x::before{content:"";}.bi-shield-fill::before{content:"";}.bi-shield-lock-fill::before{content:"";}.bi-shield-lock::before{content:"";}.bi-shield-minus::before{content:"";}.bi-shield-plus::before{content:"";}.bi-shield-shaded::before{content:"";}.bi-shield-slash-fill::before{content:"";}.bi-shield-slash::before{content:"";}.bi-shield-x::before{content:"";}.bi-shield::before{content:"";}.bi-shift-fill::before{content:"";}.bi-shift::before{content:"";}.bi-shop-window::before{content:"";}.bi-shop::before{content:"";}.bi-shuffle::before{content:"";}.bi-signpost-2-fill::before{content:"";}.bi-signpost-2::before{content:"";}.bi-signpost-fill::before{content:"";}.bi-signpost-split-fill::before{content:"";}.bi-signpost-split::before{content:"";}.bi-signpost::before{content:"";}.bi-sim-fill::before{content:"";}.bi-sim::before{content:"";}.bi-skip-backward-btn-fill::before{content:"";}.bi-skip-backward-btn::before{content:"";}.bi-skip-backward-circle-fill::before{content:"";}.bi-skip-backward-circle::before{content:"";}.bi-skip-backward-fill::before{content:"";}.bi-skip-backward::before{content:"";}.bi-skip-end-btn-fill::before{content:"";}.bi-skip-end-btn::before{content:"";}.bi-skip-end-circle-fill::before{content:"";}.bi-skip-end-circle::before{content:"";}.bi-skip-end-fill::before{content:"";}.bi-skip-end::before{content:"";}.bi-skip-forward-btn-fill::before{content:"";}.bi-skip-forward-btn::before{content:"";}.bi-skip-forward-circle-fill::before{content:"";}.bi-skip-forward-circle::before{content:"";}.bi-skip-forward-fill::before{content:"";}.bi-skip-forward::before{content:"";}.bi-skip-start-btn-fill::before{content:"";}.bi-skip-start-btn::before{content:"";}.bi-skip-start-circle-fill::before{content:"";}.bi-skip-start-circle::before{content:"";}.bi-skip-start-fill::before{content:"";}.bi-skip-start::before{content:"";}.bi-slack::before{content:"";}.bi-slash-circle-fill::before{content:"";}.bi-slash-circle::before{content:"";}.bi-slash-square-fill::before{content:"";}.bi-slash-square::before{content:"";}.bi-slash::before{content:"";}.bi-sliders::before{content:"";}.bi-smartwatch::before{content:"";}.bi-snow::before{content:"";}.bi-snow2::before{content:"";}.bi-snow3::before{content:"";}.bi-sort-alpha-down-alt::before{content:"";}.bi-sort-alpha-down::before{content:"";}.bi-sort-alpha-up-alt::before{content:"";}.bi-sort-alpha-up::before{content:"";}.bi-sort-down-alt::before{content:"";}.bi-sort-down::before{content:"";}.bi-sort-numeric-down-alt::before{content:"";}.bi-sort-numeric-down::before{content:"";}.bi-sort-numeric-up-alt::before{content:"";}.bi-sort-numeric-up::before{content:"";}.bi-sort-up-alt::before{content:"";}.bi-sort-up::before{content:"";}.bi-soundwave::before{content:"";}.bi-speaker-fill::before{content:"";}.bi-speaker::before{content:"";}.bi-speedometer::before{content:"";}.bi-speedometer2::before{content:"";}.bi-spellcheck::before{content:"";}.bi-square-fill::before{content:"";}.bi-square-half::before{content:"";}.bi-square::before{content:"";}.bi-stack::before{content:"";}.bi-star-fill::before{content:"";}.bi-star-half::before{content:"";}.bi-star::before{content:"";}.bi-stars::before{content:"";}.bi-stickies-fill::before{content:"";}.bi-stickies::before{content:"";}.bi-sticky-fill::before{content:"";}.bi-sticky::before{content:"";}.bi-stop-btn-fill::before{content:"";}.bi-stop-btn::before{content:"";}.bi-stop-circle-fill::before{content:"";}.bi-stop-circle::before{content:"";}.bi-stop-fill::before{content:"";}.bi-stop::before{content:"";}.bi-stoplights-fill::before{content:"";}.bi-stoplights::before{content:"";}.bi-stopwatch-fill::before{content:"";}.bi-stopwatch::before{content:"";}.bi-subtract::before{content:"";}.bi-suit-club-fill::before{content:"";}.bi-suit-club::before{content:"";}.bi-suit-diamond-fill::before{content:"";}.bi-suit-diamond::before{content:"";}.bi-suit-heart-fill::before{content:"";}.bi-suit-heart::before{content:"";}.bi-suit-spade-fill::before{content:"";}.bi-suit-spade::before{content:"";}.bi-sun-fill::before{content:"";}.bi-sun::before{content:"";}.bi-sunglasses::before{content:"";}.bi-sunrise-fill::before{content:"";}.bi-sunrise::before{content:"";}.bi-sunset-fill::before{content:"";}.bi-sunset::before{content:"";}.bi-symmetry-horizontal::before{content:"";}.bi-symmetry-vertical::before{content:"";}.bi-table::before{content:"";}.bi-tablet-fill::before{content:"";}.bi-tablet-landscape-fill::before{content:"";}.bi-tablet-landscape::before{content:"";}.bi-tablet::before{content:"";}.bi-tag-fill::before{content:"";}.bi-tag::before{content:"";}.bi-tags-fill::before{content:"";}.bi-tags::before{content:"";}.bi-telegram::before{content:"";}.bi-telephone-fill::before{content:"";}.bi-telephone-forward-fill::before{content:"";}.bi-telephone-forward::before{content:"";}.bi-telephone-inbound-fill::before{content:"";}.bi-telephone-inbound::before{content:"";}.bi-telephone-minus-fill::before{content:"";}.bi-telephone-minus::before{content:"";}.bi-telephone-outbound-fill::before{content:"";}.bi-telephone-outbound::before{content:"";}.bi-telephone-plus-fill::before{content:"";}.bi-telephone-plus::before{content:"";}.bi-telephone-x-fill::before{content:"";}.bi-telephone-x::before{content:"";}.bi-telephone::before{content:"";}.bi-terminal-fill::before{content:"";}.bi-terminal::before{content:"";}.bi-text-center::before{content:"";}.bi-text-indent-left::before{content:"";}.bi-text-indent-right::before{content:"";}.bi-text-left::before{content:"";}.bi-text-paragraph::before{content:"";}.bi-text-right::before{content:"";}.bi-textarea-resize::before{content:"";}.bi-textarea-t::before{content:"";}.bi-textarea::before{content:"";}.bi-thermometer-half::before{content:"";}.bi-thermometer-high::before{content:"";}.bi-thermometer-low::before{content:"";}.bi-thermometer-snow::before{content:"";}.bi-thermometer-sun::before{content:"";}.bi-thermometer::before{content:"";}.bi-three-dots-vertical::before{content:"";}.bi-three-dots::before{content:"";}.bi-toggle-off::before{content:"";}.bi-toggle-on::before{content:"";}.bi-toggle2-off::before{content:"";}.bi-toggle2-on::before{content:"";}.bi-toggles::before{content:"";}.bi-toggles2::before{content:"";}.bi-tools::before{content:"";}.bi-tornado::before{content:"";}.bi-trash-fill::before{content:"";}.bi-trash::before{content:"";}.bi-trash2-fill::before{content:"";}.bi-trash2::before{content:"";}.bi-tree-fill::before{content:"";}.bi-tree::before{content:"";}.bi-triangle-fill::before{content:"";}.bi-triangle-half::before{content:"";}.bi-triangle::before{content:"";}.bi-trophy-fill::before{content:"";}.bi-trophy::before{content:"";}.bi-tropical-storm::before{content:"";}.bi-truck-flatbed::before{content:"";}.bi-truck::before{content:"";}.bi-tsunami::before{content:"";}.bi-tv-fill::before{content:"";}.bi-tv::before{content:"";}.bi-twitch::before{content:"";}.bi-twitter::before{content:"";}.bi-type-bold::before{content:"";}.bi-type-h1::before{content:"";}.bi-type-h2::before{content:"";}.bi-type-h3::before{content:"";}.bi-type-italic::before{content:"";}.bi-type-strikethrough::before{content:"";}.bi-type-underline::before{content:"";}.bi-type::before{content:"";}.bi-ui-checks-grid::before{content:"";}.bi-ui-checks::before{content:"";}.bi-ui-radios-grid::before{content:"";}.bi-ui-radios::before{content:"";}.bi-umbrella-fill::before{content:"";}.bi-umbrella::before{content:"";}.bi-union::before{content:"";}.bi-unlock-fill::before{content:"";}.bi-unlock::before{content:"";}.bi-upc-scan::before{content:"";}.bi-upc::before{content:"";}.bi-upload::before{content:"";}.bi-vector-pen::before{content:"";}.bi-view-list::before{content:"";}.bi-view-stacked::before{content:"";}.bi-vinyl-fill::before{content:"";}.bi-vinyl::before{content:"";}.bi-voicemail::before{content:"";}.bi-volume-down-fill::before{content:"";}.bi-volume-down::before{content:"";}.bi-volume-mute-fill::before{content:"";}.bi-volume-mute::before{content:"";}.bi-volume-off-fill::before{content:"";}.bi-volume-off::before{content:"";}.bi-volume-up-fill::before{content:"";}.bi-volume-up::before{content:"";}.bi-vr::before{content:"";}.bi-wallet-fill::before{content:"";}.bi-wallet::before{content:"";}.bi-wallet2::before{content:"";}.bi-watch::before{content:"";}.bi-water::before{content:"";}.bi-whatsapp::before{content:"";}.bi-wifi-1::before{content:"";}.bi-wifi-2::before{content:"";}.bi-wifi-off::before{content:"";}.bi-wifi::before{content:"";}.bi-wind::before{content:"";}.bi-window-dock::before{content:"";}.bi-window-sidebar::before{content:"";}.bi-window::before{content:"";}.bi-wrench::before{content:"";}.bi-x-circle-fill::before{content:"";}.bi-x-circle::before{content:"";}.bi-x-diamond-fill::before{content:"";}.bi-x-diamond::before{content:"";}.bi-x-octagon-fill::before{content:"";}.bi-x-octagon::before{content:"";}.bi-x-square-fill::before{content:"";}.bi-x-square::before{content:"";}.bi-x::before{content:"";}.bi-youtube::before{content:"";}.bi-zoom-in::before{content:"";}.bi-zoom-out::before{content:"";}.bi-bank::before{content:"";}.bi-bank2::before{content:"";}.bi-bell-slash-fill::before{content:"";}.bi-bell-slash::before{content:"";}.bi-cash-coin::before{content:"";}.bi-check-lg::before{content:"";}.bi-coin::before{content:"";}.bi-currency-bitcoin::before{content:"";}.bi-currency-dollar::before{content:"";}.bi-currency-euro::before{content:"";}.bi-currency-exchange::before{content:"";}.bi-currency-pound::before{content:"";}.bi-currency-yen::before{content:"";}.bi-dash-lg::before{content:"";}.bi-exclamation-lg::before{content:"";}.bi-file-earmark-pdf-fill::before{content:"";}.bi-file-earmark-pdf::before{content:"";}.bi-file-pdf-fill::before{content:"";}.bi-file-pdf::before{content:"";}.bi-gender-ambiguous::before{content:"";}.bi-gender-female::before{content:"";}.bi-gender-male::before{content:"";}.bi-gender-trans::before{content:"";}.bi-headset-vr::before{content:"";}.bi-info-lg::before{content:"";}.bi-mastodon::before{content:"";}.bi-messenger::before{content:"";}.bi-piggy-bank-fill::before{content:"";}.bi-piggy-bank::before{content:"";}.bi-pin-map-fill::before{content:"";}.bi-pin-map::before{content:"";}.bi-plus-lg::before{content:"";}.bi-question-lg::before{content:"";}.bi-recycle::before{content:"";}.bi-reddit::before{content:"";}.bi-safe-fill::before{content:"";}.bi-safe2-fill::before{content:"";}.bi-safe2::before{content:"";}.bi-sd-card-fill::before{content:"";}.bi-sd-card::before{content:"";}.bi-skype::before{content:"";}.bi-slash-lg::before{content:"";}.bi-translate::before{content:"";}.bi-x-lg::before{content:"";}.bi-safe::before{content:"";}.bi-apple::before{content:"";}.bi-microsoft::before{content:"";}.bi-windows::before{content:"";}.bi-behance::before{content:"";}.bi-dribbble::before{content:"";}.bi-line::before{content:"";}.bi-medium::before{content:"";}.bi-paypal::before{content:"";}.bi-pinterest::before{content:"";}.bi-signal::before{content:"";}.bi-snapchat::before{content:"";}.bi-spotify::before{content:"";}.bi-stack-overflow::before{content:"";}.bi-strava::before{content:"";}.bi-wordpress::before{content:"";}.bi-vimeo::before{content:"";}.bi-activity::before{content:"";}.bi-easel2-fill::before{content:"";}.bi-easel2::before{content:"";}.bi-easel3-fill::before{content:"";}.bi-easel3::before{content:"";}.bi-fan::before{content:"";}.bi-fingerprint::before{content:"";}.bi-graph-down-arrow::before{content:"";}.bi-graph-up-arrow::before{content:"";}.bi-hypnotize::before{content:"";}.bi-magic::before{content:"";}.bi-person-rolodex::before{content:"";}.bi-person-video::before{content:"";}.bi-person-video2::before{content:"";}.bi-person-video3::before{content:"";}.bi-person-workspace::before{content:"";}.bi-radioactive::before{content:"";}.bi-webcam-fill::before{content:"";}.bi-webcam::before{content:"";}.bi-yin-yang::before{content:"";}.bi-bandaid-fill::before{content:"";}.bi-bandaid::before{content:"";}.bi-bluetooth::before{content:"";}.bi-body-text::before{content:"";}.bi-boombox::before{content:"";}.bi-boxes::before{content:"";}.bi-dpad-fill::before{content:"";}.bi-dpad::before{content:"";}.bi-ear-fill::before{content:"";}.bi-ear::before{content:"";}.bi-envelope-check-fill::before{content:"";}.bi-envelope-check::before{content:"";}.bi-envelope-dash-fill::before{content:"";}.bi-envelope-dash::before{content:"";}.bi-envelope-exclamation-fill::before{content:"";}.bi-envelope-exclamation::before{content:"";}.bi-envelope-plus-fill::before{content:"";}.bi-envelope-plus::before{content:"";}.bi-envelope-slash-fill::before{content:"";}.bi-envelope-slash::before{content:"";}.bi-envelope-x-fill::before{content:"";}.bi-envelope-x::before{content:"";}.bi-explicit-fill::before{content:"";}.bi-explicit::before{content:"";}.bi-git::before{content:"";}.bi-infinity::before{content:"";}.bi-list-columns-reverse::before{content:"";}.bi-list-columns::before{content:"";}.bi-meta::before{content:"";}.bi-nintendo-switch::before{content:"";}.bi-pc-display-horizontal::before{content:"";}.bi-pc-display::before{content:"";}.bi-pc-horizontal::before{content:"";}.bi-pc::before{content:"";}.bi-playstation::before{content:"";}.bi-plus-slash-minus::before{content:"";}.bi-projector-fill::before{content:"";}.bi-projector::before{content:"";}.bi-qr-code-scan::before{content:"";}.bi-qr-code::before{content:"";}.bi-quora::before{content:"";}.bi-quote::before{content:"";}.bi-robot::before{content:"";}.bi-send-check-fill::before{content:"";}.bi-send-check::before{content:"";}.bi-send-dash-fill::before{content:"";}.bi-send-dash::before{content:"";}.bi-send-exclamation-fill::before{content:"";}.bi-send-exclamation::before{content:"";}.bi-send-fill::before{content:"";}.bi-send-plus-fill::before{content:"";}.bi-send-plus::before{content:"";}.bi-send-slash-fill::before{content:"";}.bi-send-slash::before{content:"";}.bi-send-x-fill::before{content:"";}.bi-send-x::before{content:"";}.bi-send::before{content:"";}.bi-steam::before{content:"";}.bi-terminal-dash::before{content:"";}.bi-terminal-plus::before{content:"";}.bi-terminal-split::before{content:"";}.bi-ticket-detailed-fill::before{content:"";}.bi-ticket-detailed::before{content:"";}.bi-ticket-fill::before{content:"";}.bi-ticket-perforated-fill::before{content:"";}.bi-ticket-perforated::before{content:"";}.bi-ticket::before{content:"";}.bi-tiktok::before{content:"";}.bi-window-dash::before{content:"";}.bi-window-desktop::before{content:"";}.bi-window-fullscreen::before{content:"";}.bi-window-plus::before{content:"";}.bi-window-split::before{content:"";}.bi-window-stack::before{content:"";}.bi-window-x::before{content:"";}.bi-xbox::before{content:"";}.bi-ethernet::before{content:"";}.bi-hdmi-fill::before{content:"";}.bi-hdmi::before{content:"";}.bi-usb-c-fill::before{content:"";}.bi-usb-c::before{content:"";}.bi-usb-fill::before{content:"";}.bi-usb-plug-fill::before{content:"";}.bi-usb-plug::before{content:"";}.bi-usb-symbol::before{content:"";}.bi-usb::before{content:"";}.bi-boombox-fill::before{content:"";}.bi-displayport::before{content:"";}.bi-gpu-card::before{content:"";}.bi-memory::before{content:"";}.bi-modem-fill::before{content:"";}.bi-modem::before{content:"";}.bi-motherboard-fill::before{content:"";}.bi-motherboard::before{content:"";}.bi-optical-audio-fill::before{content:"";}.bi-optical-audio::before{content:"";}.bi-pci-card::before{content:"";}.bi-router-fill::before{content:"";}.bi-router::before{content:"";}.bi-thunderbolt-fill::before{content:"";}.bi-thunderbolt::before{content:"";}.bi-usb-drive-fill::before{content:"";}.bi-usb-drive::before{content:"";}.bi-usb-micro-fill::before{content:"";}.bi-usb-micro::before{content:"";}.bi-usb-mini-fill::before{content:"";}.bi-usb-mini::before{content:"";}.bi-cloud-haze2::before{content:"";}.bi-device-hdd-fill::before{content:"";}.bi-device-hdd::before{content:"";}.bi-device-ssd-fill::before{content:"";}.bi-device-ssd::before{content:"";}.bi-displayport-fill::before{content:"";}.bi-mortarboard-fill::before{content:"";}.bi-mortarboard::before{content:"";}.bi-terminal-x::before{content:"";}.bi-arrow-through-heart-fill::before{content:"";}.bi-arrow-through-heart::before{content:"";}.bi-badge-sd-fill::before{content:"";}.bi-badge-sd::before{content:"";}.bi-bag-heart-fill::before{content:"";}.bi-bag-heart::before{content:"";}.bi-balloon-fill::before{content:"";}.bi-balloon-heart-fill::before{content:"";}.bi-balloon-heart::before{content:"";}.bi-balloon::before{content:"";}.bi-box2-fill::before{content:"";}.bi-box2-heart-fill::before{content:"";}.bi-box2-heart::before{content:"";}.bi-box2::before{content:"";}.bi-braces-asterisk::before{content:"";}.bi-calendar-heart-fill::before{content:"";}.bi-calendar-heart::before{content:"";}.bi-calendar2-heart-fill::before{content:"";}.bi-calendar2-heart::before{content:"";}.bi-chat-heart-fill::before{content:"";}.bi-chat-heart::before{content:"";}.bi-chat-left-heart-fill::before{content:"";}.bi-chat-left-heart::before{content:"";}.bi-chat-right-heart-fill::before{content:"";}.bi-chat-right-heart::before{content:"";}.bi-chat-square-heart-fill::before{content:"";}.bi-chat-square-heart::before{content:"";}.bi-clipboard-check-fill::before{content:"";}.bi-clipboard-data-fill::before{content:"";}.bi-clipboard-fill::before{content:"";}.bi-clipboard-heart-fill::before{content:"";}.bi-clipboard-heart::before{content:"";}.bi-clipboard-minus-fill::before{content:"";}.bi-clipboard-plus-fill::before{content:"";}.bi-clipboard-pulse::before{content:"";}.bi-clipboard-x-fill::before{content:"";}.bi-clipboard2-check-fill::before{content:"";}.bi-clipboard2-check::before{content:"";}.bi-clipboard2-data-fill::before{content:"";}.bi-clipboard2-data::before{content:"";}.bi-clipboard2-fill::before{content:"";}.bi-clipboard2-heart-fill::before{content:"";}.bi-clipboard2-heart::before{content:"";}.bi-clipboard2-minus-fill::before{content:"";}.bi-clipboard2-minus::before{content:"";}.bi-clipboard2-plus-fill::before{content:"";}.bi-clipboard2-plus::before{content:"";}.bi-clipboard2-pulse-fill::before{content:"";}.bi-clipboard2-pulse::before{content:"";}.bi-clipboard2-x-fill::before{content:"";}.bi-clipboard2-x::before{content:"";}.bi-clipboard2::before{content:"";}.bi-emoji-kiss-fill::before{content:"";}.bi-emoji-kiss::before{content:"";}.bi-envelope-heart-fill::before{content:"";}.bi-envelope-heart::before{content:"";}.bi-envelope-open-heart-fill::before{content:"";}.bi-envelope-open-heart::before{content:"";}.bi-envelope-paper-fill::before{content:"";}.bi-envelope-paper-heart-fill::before{content:"";}.bi-envelope-paper-heart::before{content:"";}.bi-envelope-paper::before{content:"";}.bi-filetype-aac::before{content:"";}.bi-filetype-ai::before{content:"";}.bi-filetype-bmp::before{content:"";}.bi-filetype-cs::before{content:"";}.bi-filetype-css::before{content:"";}.bi-filetype-csv::before{content:"";}.bi-filetype-doc::before{content:"";}.bi-filetype-docx::before{content:"";}.bi-filetype-exe::before{content:"";}.bi-filetype-gif::before{content:"";}.bi-filetype-heic::before{content:"";}.bi-filetype-html::before{content:"";}.bi-filetype-java::before{content:"";}.bi-filetype-jpg::before{content:"";}.bi-filetype-js::before{content:"";}.bi-filetype-jsx::before{content:"";}.bi-filetype-key::before{content:"";}.bi-filetype-m4p::before{content:"";}.bi-filetype-md::before{content:"";}.bi-filetype-mdx::before{content:"";}.bi-filetype-mov::before{content:"";}.bi-filetype-mp3::before{content:"";}.bi-filetype-mp4::before{content:"";}.bi-filetype-otf::before{content:"";}.bi-filetype-pdf::before{content:"";}.bi-filetype-php::before{content:"";}.bi-filetype-png::before{content:"";}.bi-filetype-ppt::before{content:"";}.bi-filetype-psd::before{content:"";}.bi-filetype-py::before{content:"";}.bi-filetype-raw::before{content:"";}.bi-filetype-rb::before{content:"";}.bi-filetype-sass::before{content:"";}.bi-filetype-scss::before{content:"";}.bi-filetype-sh::before{content:"";}.bi-filetype-svg::before{content:"";}.bi-filetype-tiff::before{content:"";}.bi-filetype-tsx::before{content:"";}.bi-filetype-ttf::before{content:"";}.bi-filetype-txt::before{content:"";}.bi-filetype-wav::before{content:"";}.bi-filetype-woff::before{content:"";}.bi-filetype-xls::before{content:"";}.bi-filetype-xml::before{content:"";}.bi-filetype-yml::before{content:"";}.bi-heart-arrow::before{content:"";}.bi-heart-pulse-fill::before{content:"";}.bi-heart-pulse::before{content:"";}.bi-heartbreak-fill::before{content:"";}.bi-heartbreak::before{content:"";}.bi-hearts::before{content:"";}.bi-hospital-fill::before{content:"";}.bi-hospital::before{content:"";}.bi-house-heart-fill::before{content:"";}.bi-house-heart::before{content:"";}.bi-incognito::before{content:"";}.bi-magnet-fill::before{content:"";}.bi-magnet::before{content:"";}.bi-person-heart::before{content:"";}.bi-person-hearts::before{content:"";}.bi-phone-flip::before{content:"";}.bi-plugin::before{content:"";}.bi-postage-fill::before{content:"";}.bi-postage-heart-fill::before{content:"";}.bi-postage-heart::before{content:"";}.bi-postage::before{content:"";}.bi-postcard-fill::before{content:"";}.bi-postcard-heart-fill::before{content:"";}.bi-postcard-heart::before{content:"";}.bi-postcard::before{content:"";}.bi-search-heart-fill::before{content:"";}.bi-search-heart::before{content:"";}.bi-sliders2-vertical::before{content:"";}.bi-sliders2::before{content:"";}.bi-trash3-fill::before{content:"";}.bi-trash3::before{content:"";}.bi-valentine::before{content:"";}.bi-valentine2::before{content:"";}.bi-wrench-adjustable-circle-fill::before{content:"";}.bi-wrench-adjustable-circle::before{content:"";}.bi-wrench-adjustable::before{content:"";}.bi-filetype-json::before{content:"";}.bi-filetype-pptx::before{content:"";}.bi-filetype-xlsx::before{content:"";}.bi-1-circle-fill::before{content:"";}.bi-1-circle::before{content:"";}.bi-1-square-fill::before{content:"";}.bi-1-square::before{content:"";}.bi-2-circle-fill::before{content:"";}.bi-2-circle::before{content:"";}.bi-2-square-fill::before{content:"";}.bi-2-square::before{content:"";}.bi-3-circle-fill::before{content:"";}.bi-3-circle::before{content:"";}.bi-3-square-fill::before{content:"";}.bi-3-square::before{content:"";}.bi-4-circle-fill::before{content:"";}.bi-4-circle::before{content:"";}.bi-4-square-fill::before{content:"";}.bi-4-square::before{content:"";}.bi-5-circle-fill::before{content:"";}.bi-5-circle::before{content:"";}.bi-5-square-fill::before{content:"";}.bi-5-square::before{content:"";}.bi-6-circle-fill::before{content:"";}.bi-6-circle::before{content:"";}.bi-6-square-fill::before{content:"";}.bi-6-square::before{content:"";}.bi-7-circle-fill::before{content:"";}.bi-7-circle::before{content:"";}.bi-7-square-fill::before{content:"";}.bi-7-square::before{content:"";}.bi-8-circle-fill::before{content:"";}.bi-8-circle::before{content:"";}.bi-8-square-fill::before{content:"";}.bi-8-square::before{content:"";}.bi-9-circle-fill::before{content:"";}.bi-9-circle::before{content:"";}.bi-9-square-fill::before{content:"";}.bi-9-square::before{content:"";}.bi-airplane-engines-fill::before{content:"";}.bi-airplane-engines::before{content:"";}.bi-airplane-fill::before{content:"";}.bi-airplane::before{content:"";}.bi-alexa::before{content:"";}.bi-alipay::before{content:"";}.bi-android::before{content:"";}.bi-android2::before{content:"";}.bi-box-fill::before{content:"";}.bi-box-seam-fill::before{content:"";}.bi-browser-chrome::before{content:"";}.bi-browser-edge::before{content:"";}.bi-browser-firefox::before{content:"";}.bi-browser-safari::before{content:"";}.bi-c-circle-fill::before{content:"";}.bi-c-circle::before{content:"";}.bi-c-square-fill::before{content:"";}.bi-c-square::before{content:"";}.bi-capsule-pill::before{content:"";}.bi-capsule::before{content:"";}.bi-car-front-fill::before{content:"";}.bi-car-front::before{content:"";}.bi-cassette-fill::before{content:"";}.bi-cassette::before{content:"";}.bi-cc-circle-fill::before{content:"";}.bi-cc-circle::before{content:"";}.bi-cc-square-fill::before{content:"";}.bi-cc-square::before{content:"";}.bi-cup-hot-fill::before{content:"";}.bi-cup-hot::before{content:"";}.bi-currency-rupee::before{content:"";}.bi-dropbox::before{content:"";}.bi-escape::before{content:"";}.bi-fast-forward-btn-fill::before{content:"";}.bi-fast-forward-btn::before{content:"";}.bi-fast-forward-circle-fill::before{content:"";}.bi-fast-forward-circle::before{content:"";}.bi-fast-forward-fill::before{content:"";}.bi-fast-forward::before{content:"";}.bi-filetype-sql::before{content:"";}.bi-fire::before{content:"";}.bi-google-play::before{content:"";}.bi-h-circle-fill::before{content:"";}.bi-h-circle::before{content:"";}.bi-h-square-fill::before{content:"";}.bi-h-square::before{content:"";}.bi-indent::before{content:"";}.bi-lungs-fill::before{content:"";}.bi-lungs::before{content:"";}.bi-microsoft-teams::before{content:"";}.bi-p-circle-fill::before{content:"";}.bi-p-circle::before{content:"";}.bi-p-square-fill::before{content:"";}.bi-p-square::before{content:"";}.bi-pass-fill::before{content:"";}.bi-pass::before{content:"";}.bi-prescription::before{content:"";}.bi-prescription2::before{content:"";}.bi-r-circle-fill::before{content:"";}.bi-r-circle::before{content:"";}.bi-r-square-fill::before{content:"";}.bi-r-square::before{content:"";}.bi-repeat-1::before{content:"";}.bi-repeat::before{content:"";}.bi-rewind-btn-fill::before{content:"";}.bi-rewind-btn::before{content:"";}.bi-rewind-circle-fill::before{content:"";}.bi-rewind-circle::before{content:"";}.bi-rewind-fill::before{content:"";}.bi-rewind::before{content:"";}.bi-train-freight-front-fill::before{content:"";}.bi-train-freight-front::before{content:"";}.bi-train-front-fill::before{content:"";}.bi-train-front::before{content:"";}.bi-train-lightrail-front-fill::before{content:"";}.bi-train-lightrail-front::before{content:"";}.bi-truck-front-fill::before{content:"";}.bi-truck-front::before{content:"";}.bi-ubuntu::before{content:"";}.bi-unindent::before{content:"";}.bi-unity::before{content:"";}.bi-universal-access-circle::before{content:"";}.bi-universal-access::before{content:"";}.bi-virus::before{content:"";}.bi-virus2::before{content:"";}.bi-wechat::before{content:"";}.bi-yelp::before{content:"";}.bi-sign-stop-fill::before{content:"";}.bi-sign-stop-lights-fill::before{content:"";}.bi-sign-stop-lights::before{content:"";}.bi-sign-stop::before{content:"";}.bi-sign-turn-left-fill::before{content:"";}.bi-sign-turn-left::before{content:"";}.bi-sign-turn-right-fill::before{content:"";}.bi-sign-turn-right::before{content:"";}.bi-sign-turn-slight-left-fill::before{content:"";}.bi-sign-turn-slight-left::before{content:"";}.bi-sign-turn-slight-right-fill::before{content:"";}.bi-sign-turn-slight-right::before{content:"";}.bi-sign-yield-fill::before{content:"";}.bi-sign-yield::before{content:"";}.bi-ev-station-fill::before{content:"";}.bi-ev-station::before{content:"";}.bi-fuel-pump-diesel-fill::before{content:"";}.bi-fuel-pump-diesel::before{content:"";}.bi-fuel-pump-fill::before{content:"";}.bi-fuel-pump::before{content:"";}.bi-0-circle-fill::before{content:"";}.bi-0-circle::before{content:"";}.bi-0-square-fill::before{content:"";}.bi-0-square::before{content:"";}.bi-rocket-fill::before{content:"";}.bi-rocket-takeoff-fill::before{content:"";}.bi-rocket-takeoff::before{content:"";}.bi-rocket::before{content:"";}.bi-stripe::before{content:"";}.bi-subscript::before{content:"";}.bi-superscript::before{content:"";}.bi-trello::before{content:"";}.bi-envelope-at-fill::before{content:"";}.bi-envelope-at::before{content:"";}.bi-regex::before{content:"";}.bi-text-wrap::before{content:"";}.bi-sign-dead-end-fill::before{content:"";}.bi-sign-dead-end::before{content:"";}.bi-sign-do-not-enter-fill::before{content:"";}.bi-sign-do-not-enter::before{content:"";}.bi-sign-intersection-fill::before{content:"";}.bi-sign-intersection-side-fill::before{content:"";}.bi-sign-intersection-side::before{content:"";}.bi-sign-intersection-t-fill::before{content:"";}.bi-sign-intersection-t::before{content:"";}.bi-sign-intersection-y-fill::before{content:"";}.bi-sign-intersection-y::before{content:"";}.bi-sign-intersection::before{content:"";}.bi-sign-merge-left-fill::before{content:"";}.bi-sign-merge-left::before{content:"";}.bi-sign-merge-right-fill::before{content:"";}.bi-sign-merge-right::before{content:"";}.bi-sign-no-left-turn-fill::before{content:"";}.bi-sign-no-left-turn::before{content:"";}.bi-sign-no-parking-fill::before{content:"";}.bi-sign-no-parking::before{content:"";}.bi-sign-no-right-turn-fill::before{content:"";}.bi-sign-no-right-turn::before{content:"";}.bi-sign-railroad-fill::before{content:"";}.bi-sign-railroad::before{content:"";}.bi-building-add::before{content:"";}.bi-building-check::before{content:"";}.bi-building-dash::before{content:"";}.bi-building-down::before{content:"";}.bi-building-exclamation::before{content:"";}.bi-building-fill-add::before{content:"";}.bi-building-fill-check::before{content:"";}.bi-building-fill-dash::before{content:"";}.bi-building-fill-down::before{content:"";}.bi-building-fill-exclamation::before{content:"";}.bi-building-fill-gear::before{content:"";}.bi-building-fill-lock::before{content:"";}.bi-building-fill-slash::before{content:"";}.bi-building-fill-up::before{content:"";}.bi-building-fill-x::before{content:"";}.bi-building-fill::before{content:"";}.bi-building-gear::before{content:"";}.bi-building-lock::before{content:"";}.bi-building-slash::before{content:"";}.bi-building-up::before{content:"";}.bi-building-x::before{content:"";}.bi-buildings-fill::before{content:"";}.bi-buildings::before{content:"";}.bi-bus-front-fill::before{content:"";}.bi-bus-front::before{content:"";}.bi-ev-front-fill::before{content:"";}.bi-ev-front::before{content:"";}.bi-globe-americas::before{content:"";}.bi-globe-asia-australia::before{content:"";}.bi-globe-central-south-asia::before{content:"";}.bi-globe-europe-africa::before{content:"";}.bi-house-add-fill::before{content:"";}.bi-house-add::before{content:"";}.bi-house-check-fill::before{content:"";}.bi-house-check::before{content:"";}.bi-house-dash-fill::before{content:"";}.bi-house-dash::before{content:"";}.bi-house-down-fill::before{content:"";}.bi-house-down::before{content:"";}.bi-house-exclamation-fill::before{content:"";}.bi-house-exclamation::before{content:"";}.bi-house-gear-fill::before{content:"";}.bi-house-gear::before{content:"";}.bi-house-lock-fill::before{content:"";}.bi-house-lock::before{content:"";}.bi-house-slash-fill::before{content:"";}.bi-house-slash::before{content:"";}.bi-house-up-fill::before{content:"";}.bi-house-up::before{content:"";}.bi-house-x-fill::before{content:"";}.bi-house-x::before{content:"";}.bi-person-add::before{content:"";}.bi-person-down::before{content:"";}.bi-person-exclamation::before{content:"";}.bi-person-fill-add::before{content:"";}.bi-person-fill-check::before{content:"";}.bi-person-fill-dash::before{content:"";}.bi-person-fill-down::before{content:"";}.bi-person-fill-exclamation::before{content:"";}.bi-person-fill-gear::before{content:"";}.bi-person-fill-lock::before{content:"";}.bi-person-fill-slash::before{content:"";}.bi-person-fill-up::before{content:"";}.bi-person-fill-x::before{content:"";}.bi-person-gear::before{content:"";}.bi-person-lock::before{content:"";}.bi-person-slash::before{content:"";}.bi-person-up::before{content:"";}.bi-scooter::before{content:"";}.bi-taxi-front-fill::before{content:"";}.bi-taxi-front::before{content:"";}.bi-amd::before{content:"";}.bi-database-add::before{content:"";}.bi-database-check::before{content:"";}.bi-database-dash::before{content:"";}.bi-database-down::before{content:"";}.bi-database-exclamation::before{content:"";}.bi-database-fill-add::before{content:"";}.bi-database-fill-check::before{content:"";}.bi-database-fill-dash::before{content:"";}.bi-database-fill-down::before{content:"";}.bi-database-fill-exclamation::before{content:"";}.bi-database-fill-gear::before{content:"";}.bi-database-fill-lock::before{content:"";}.bi-database-fill-slash::before{content:"";}.bi-database-fill-up::before{content:"";}.bi-database-fill-x::before{content:"";}.bi-database-fill::before{content:"";}.bi-database-gear::before{content:"";}.bi-database-lock::before{content:"";}.bi-database-slash::before{content:"";}.bi-database-up::before{content:"";}.bi-database-x::before{content:"";}.bi-database::before{content:"";}.bi-houses-fill::before{content:"";}.bi-houses::before{content:"";}.bi-nvidia::before{content:"";}.bi-person-vcard-fill::before{content:"";}.bi-person-vcard::before{content:"";}.bi-sina-weibo::before{content:"";}.bi-tencent-qq::before{content:"";}.bi-wikipedia::before{content:"";}.bi-alphabet-uppercase::before{content:"";}.bi-alphabet::before{content:"";}.bi-amazon::before{content:"";}.bi-arrows-collapse-vertical::before{content:"";}.bi-arrows-expand-vertical::before{content:"";}.bi-arrows-vertical::before{content:"";}.bi-arrows::before{content:"";}.bi-ban-fill::before{content:"";}.bi-ban::before{content:"";}.bi-bing::before{content:"";}.bi-cake::before{content:"";}.bi-cake2::before{content:"";}.bi-cookie::before{content:"";}.bi-copy::before{content:"";}.bi-crosshair::before{content:"";}.bi-crosshair2::before{content:"";}.bi-emoji-astonished-fill::before{content:"";}.bi-emoji-astonished::before{content:"";}.bi-emoji-grimace-fill::before{content:"";}.bi-emoji-grimace::before{content:"";}.bi-emoji-grin-fill::before{content:"";}.bi-emoji-grin::before{content:"";}.bi-emoji-surprise-fill::before{content:"";}.bi-emoji-surprise::before{content:"";}.bi-emoji-tear-fill::before{content:"";}.bi-emoji-tear::before{content:"";}.bi-envelope-arrow-down-fill::before{content:"";}.bi-envelope-arrow-down::before{content:"";}.bi-envelope-arrow-up-fill::before{content:"";}.bi-envelope-arrow-up::before{content:"";}.bi-feather::before{content:"";}.bi-feather2::before{content:"";}.bi-floppy-fill::before{content:"";}.bi-floppy::before{content:"";}.bi-floppy2-fill::before{content:"";}.bi-floppy2::before{content:"";}.bi-gitlab::before{content:"";}.bi-highlighter::before{content:"";}.bi-marker-tip::before{content:"";}.bi-nvme-fill::before{content:"";}.bi-nvme::before{content:"";}.bi-opencollective::before{content:"";}.bi-pci-card-network::before{content:"";}.bi-pci-card-sound::before{content:"";}.bi-radar::before{content:"";}.bi-send-arrow-down-fill::before{content:"";}.bi-send-arrow-down::before{content:"";}.bi-send-arrow-up-fill::before{content:"";}.bi-send-arrow-up::before{content:"";}.bi-sim-slash-fill::before{content:"";}.bi-sim-slash::before{content:"";}.bi-sourceforge::before{content:"";}.bi-substack::before{content:"";}.bi-threads-fill::before{content:"";}.bi-threads::before{content:"";}.bi-transparency::before{content:"";}.bi-twitter-x::before{content:"";}.bi-type-h4::before{content:"";}.bi-type-h5::before{content:"";}.bi-type-h6::before{content:"";}.bi-backpack-fill::before{content:"";}.bi-backpack::before{content:"";}.bi-backpack2-fill::before{content:"";}.bi-backpack2::before{content:"";}.bi-backpack3-fill::before{content:"";}.bi-backpack3::before{content:"";}.bi-backpack4-fill::before{content:"";}.bi-backpack4::before{content:"";}.bi-brilliance::before{content:"";}.bi-cake-fill::before{content:"";}.bi-cake2-fill::before{content:"";}.bi-duffle-fill::before{content:"";}.bi-duffle::before{content:"";}.bi-exposure::before{content:"";}.bi-gender-neuter::before{content:"";}.bi-highlights::before{content:"";}.bi-luggage-fill::before{content:"";}.bi-luggage::before{content:"";}.bi-mailbox-flag::before{content:"";}.bi-mailbox2-flag::before{content:"";}.bi-noise-reduction::before{content:"";}.bi-passport-fill::before{content:"";}.bi-passport::before{content:"";}.bi-person-arms-up::before{content:"";}.bi-person-raised-hand::before{content:"";}.bi-person-standing-dress::before{content:"";}.bi-person-standing::before{content:"";}.bi-person-walking::before{content:"";}.bi-person-wheelchair::before{content:"";}.bi-shadows::before{content:"";}.bi-suitcase-fill::before{content:"";}.bi-suitcase-lg-fill::before{content:"";}.bi-suitcase-lg::before{content:"";}.bi-suitcase::before{content:"豈";}.bi-suitcase2-fill::before{content:"更";}.bi-suitcase2::before{content:"車";}.bi-vignette::before{content:"賈";}.bi-bluesky::before{content:"";}.bi-tux::before{content:"滑";}.bi-beaker-fill::before{content:"串";}.bi-beaker::before{content:"句";}.bi-flask-fill::before{content:"龜";}.bi-flask-florence-fill::before{content:"龜";}.bi-flask-florence::before{content:"契";}.bi-flask::before{content:"金";}.bi-leaf-fill::before{content:"喇";}.bi-leaf::before{content:"奈";}.bi-measuring-cup-fill::before{content:"懶";}.bi-measuring-cup::before{content:"癩";}.bi-unlock2-fill::before{content:"羅";}.bi-unlock2::before{content:"蘿";}.bi-battery-low::before{content:"螺";}.bi-anthropic::before{content:"裸";}.bi-apple-music::before{content:"邏";}.bi-claude::before{content:"樂";}.bi-openai::before{content:"洛";}.bi-perplexity::before{content:"烙";}.bi-css::before{content:"珞";}.bi-javascript::before{content:"落";}.bi-typescript::before{content:"酪";}.bi-fork-knife::before{content:"駱";}.bi-globe-americas-fill::before{content:"亂";}.bi-globe-asia-australia-fill::before{content:"卵";}.bi-globe-central-south-asia-fill::before{content:"欄";}.bi-globe-europe-africa-fill::before{content:"爛";}:root{--joinchat-ico:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 24 24\'%3E%3Cpath fill=\'%23fff\' d=\'M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0s4.686 12.283 0 16.97a12 12 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12 12 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.85 9.85 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918s-10.075-3.843-13.918 0a9.85 9.85 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22zm6.534-7.003-.933 1.164a9.84 9.84 0 0 1-3.497-3.495l1.166-.933a.79.79 0 0 0 .23-.94L9.561 6.96a.79.79 0 0 0-.924-.445l-2.023.524a.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.79.79 0 0 0-.445-.923L14.6 13.327a.79.79 0 0 0-.94.23z\'/%3E%3C/svg%3E");--joinchat-font:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif;}.joinchat{--bottom:20px;--sep:20px;--s:60px;--header:calc(var(--s) * 1.16667);--vh:100vh;--red:37;--green:211;--blue:102;--rgb:var(--red) var(--green) var(--blue);--color:rgb(var(--rgb));--dark:rgb(calc(var(--red) - 75),calc(var(--green) - 75),calc(var(--blue) - 75));--hover:rgb(calc(var(--red) + 50),calc(var(--green) + 50),calc(var(--blue) + 50));--bg:rgb(var(--rgb),4%);--bw:100;--msg:var(--color);color:var(--text);display:none;position:fixed;z-index:9000;right:var(--sep);bottom:var(--bottom);font:normal normal normal 16px/1.625em var(--joinchat-font);letter-spacing:0;animation:joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both;transform:scale3d(0,0,0);transform-origin:calc(var(--s) / -2) calc(var(--s) / -4);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);}.joinchat *,.joinchat :after,.joinchat :before{box-sizing:border-box;}.joinchat--show{display:block;transform:scaleX(1);}.joinchat--left{right:auto;left:var(--sep);}.joinchat--dark{--msg:var(--dark);}.joinchat--noanim{animation:none;}.joinchat--chatbox:not(.joinchat--noanim){transform-origin:0 0;animation-timing-function:ease-in-out;}.joinchat--hidden{display:none !important;}@supports not (width:clamp(1px,1%,10px)){.joinchat{--text:hsl(0deg,0%,calc(var(--bw) * 1%),90%);}}.joinchat__button{display:flex;flex-direction:row;position:absolute;z-index:2;bottom:8px;right:8px;height:var(--s);min-width:var(--s);background:#25d366;color:inherit;border-radius:calc(var(--s) / 2);box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);cursor:pointer;transition:background-color .2s linear;}[dir=rtl] .joinchat__button{flex-direction:row-reverse;}.joinchat__button:hover{background:#128c7e;transition-duration:1.5s;}.joinchat__button:active{background:#128c7e;transition:none;}.joinchat--left .joinchat__button{right:auto;left:8px;flex-direction:row-reverse;}[dir=rtl] .joinchat--left .joinchat__button{flex-direction:row;}.joinchat--btn .joinchat__button:hover{transition-duration:.2s;}.joinchat--chatbox .joinchat__button{background:var(--color);transition-duration:.2s;box-shadow:0 1px 2px 0 rgba(0,0,0,.3);}.joinchat--chatbox .joinchat__button:active,.joinchat--chatbox .joinchat__button:hover{background:var(--hover);}.joinchat--optout.joinchat--chatbox .joinchat__button{background-color:#999;pointer-events:none;}.joinchat--optout.joinchat--chatbox .joinchat__button .joinchat_svg__plain{stroke-dasharray:0;animation:none;}.joinchat--optout.joinchat--chatbox .joinchat__button .joinchat_svg__chat{animation:none;}.joinchat__button__open{width:var(--s);height:var(--s);border-radius:50%;background:rgba(0,0,0,0) var(--joinchat-ico) 50% no-repeat;background-size:60%;overflow:hidden;}.joinchat--chatbox .joinchat__button__open{display:none;}.joinchat__button__image{position:absolute;top:1px;right:1px;width:calc(var(--s) - 2px);height:calc(var(--s) - 2px);border-radius:50%;overflow:hidden;opacity:0;}.joinchat__button__image img,.joinchat__button__image video{display:block;width:100%;height:100%;object-fit:cover;object-position:center;}.joinchat--show .joinchat__button__image{animation:joinchat_image_loop 20s linear 5s infinite normal both;}.joinchat--image .joinchat__button__image{opacity:1;animation:none;}.joinchat--chatbox .joinchat__button__image{display:none;}.joinchat__button__send{display:none;flex-shrink:0;width:var(--s);height:var(--s);max-width:var(--s);padding:calc(var(--s) * .18);margin:0;overflow:hidden;}.joinchat--chatbox .joinchat__button__send{display:block;}.joinchat__button__send path{fill:none !important;stroke:var(--text) !important;}.joinchat__button__send .joinchat_svg__plain{stroke-dasharray:1097;stroke-dashoffset:1097;animation:joinchat_plain 6s .2s ease-in-out infinite;}.joinchat__button__send .joinchat_svg__chat{stroke-dasharray:1020;stroke-dashoffset:1020;animation:joinchat_chat 6s 3.2s ease-in-out infinite;}.joinchat__button__sendtext{padding:0;max-width:0;border-radius:var(--s);font-weight:600;line-height:var(--s);white-space:nowrap;opacity:0;overflow:hidden;text-overflow:ellipsis;transition:none;}.joinchat--chatbox .joinchat__button__sendtext{padding:0 4px 0 24px;max-width:min(400px - 16px - var(--s),100vw - 16px - var(--s) - 2 * var(--sep));opacity:1;transition:max-width .2s linear,opacity .4s ease-out .2s;}.joinchat--chatbox.joinchat--left .joinchat__button__sendtext{padding:0 24px 0 4px;}.joinchat__badge{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border:none;border-radius:50%;background:#e82c0c;color:#fff;font-size:12px;font-weight:600;line-height:20px;text-align:center;box-shadow:none;opacity:0;pointer-events:none;}.joinchat__badge.joinchat__badge--in{animation:joinchat_badge_in .5s cubic-bezier(.27,.9,.41,1.28) 1 both;}.joinchat__badge.joinchat__badge--out{animation:joinchat_badge_out .4s cubic-bezier(.215,.61,.355,1) 1 both;}.joinchat__tooltip{position:absolute;top:calc(var(--s) / 2 - 16px);right:calc(var(--s) + 16px);max-width:calc(100vw - var(--s) - 45px);height:32px;padding:0 14px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);line-height:31px;white-space:nowrap;opacity:0;transition:opacity .3s ease-out .4s;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));pointer-events:none;}.joinchat__tooltip:after{content:"";display:block;position:absolute;top:10px;right:-6px;border:8px solid transparent;border-width:6px 0 6px 8px;border-left-color:#fff;}.joinchat__tooltip div{width:-moz-max-content;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis;}.joinchat--tooltip .joinchat__tooltip{animation:joinchat_tootlip 20s linear 5s 1 normal both;}.joinchat--chatbox .joinchat__tooltip{display:none;}.joinchat--left .joinchat__tooltip{right:auto;left:calc(var(--s) + 16px);}.joinchat--left .joinchat__tooltip:after{left:-6px;right:auto;border-color:transparent;border-width:6px 8px 6px 0;border-right-color:#fff;}.joinchat__qr{position:absolute;bottom:calc(var(--s) + 16px);right:0;display:none;flex-direction:column-reverse;width:228px;min-height:200px;padding:14px 14px 10px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);text-align:center;white-space:nowrap;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));animation:joinchat_badge_in .4s cubic-bezier(.11,.84,.83,1.01) .5s both;pointer-events:none;}.joinchat__qr:after{content:"";display:block;position:absolute;bottom:-6px;right:calc(var(--s) / 2 - 6px);border:8px solid transparent;border-width:8px 6px 0;border-top-color:#fff;}.joinchat--left .joinchat__qr{left:0;right:auto;}.joinchat--left .joinchat__qr:after{left:calc(var(--s) / 2 - 6px);right:auto;}.joinchat__qr div{font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis;}.joinchat__qr canvas{display:block;width:200px;height:200px;margin:0;image-rendering:pixelated;}.joinchat__box{display:flex;flex-direction:column;position:absolute;bottom:0;right:0;z-index:1;width:calc(100vw - var(--sep) * 2);max-width:400px;max-height:calc(var(--vh) - var(--bottom) - var(--sep));border-radius:calc(var(--s) / 2 + 2px);background:#fff linear-gradient(180deg,var(--color),var(--color) var(--header),var(--bg) var(--header),var(--bg));box-shadow:0 2px 6px 0 rgba(0,0,0,.5);text-align:left;overflow:hidden;transform:scale3d(0,0,0);opacity:0;transition:max-height .2s ease-out,opacity .4s ease-out,transform 0s linear .3s;}[dir=rtl] .joinchat__box{text-align:right;}.joinchat--chatbox .joinchat__box{opacity:1;transform:scaleX(1);transition:max-height .2s ease-out,opacity .2s ease-out,transform 0s linear;}.joinchat--left .joinchat__box{right:auto;left:0;}.joinchat--dark .joinchat__box{background:#1a1a1a linear-gradient(180deg,var(--dark),var(--dark) var(--header),var(--bg) var(--header),var(--bg));}.joinchat__header{display:flex;flex-flow:row;align-items:center;position:relative;flex-shrink:0;height:var(--header);min-height:50px;padding:0 70px 0 26px;margin:0;}[dir=rtl] .joinchat__header{padding:0 26px 0 70px;}.joinchat__header__text{font-size:19px;font-weight:600;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.8;}.joinchat__powered{font-size:11px;line-height:18px;color:inherit !important;text-decoration:none !important;fill:currentcolor;opacity:.8;}.joinchat__powered svg{display:inline-block;width:auto;height:18px;vertical-align:-30%;}.joinchat__powered:active,.joinchat__powered:hover{color:inherit !important;text-decoration:none !important;opacity:.9;filter:drop-shadow(0 1px 3px rgba(0,0,0,.3));}.joinchat__wa{height:28px;width:auto;fill:currentcolor;opacity:.8;}.joinchat__close{--size:34px;position:absolute;top:calc(50% - var(--size) / 2);right:24px;width:var(--size);height:var(--size);border-radius:50%;background:rgba(0,0,0,.4) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 24 24\'%3E%3Cpath d=\'M24 2.4 21.6 0 12 9.6 2.4 0 0 2.4 9.6 12 0 21.6 2.4 24l9.6-9.6 9.6 9.6 2.4-2.4-9.6-9.6z\'/%3E%3C/svg%3E") 50% no-repeat;background-size:12px;cursor:pointer;transition:background-color .3s ease-out;}.joinchat__close.nitro-lazy{background-image:none !important;}.joinchat__close:hover{background-color:rgba(0,0,0,.6);}.joinchat__close:active{background-color:rgba(0,0,0,.7);}[dir=rtl] .joinchat__close{right:auto;left:24px;}.joinchat__box__scroll{overflow:hidden scroll;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;}.joinchat__box__scroll::-webkit-scrollbar{width:4px;background:rgba(0,0,0,0);}.joinchat__box__scroll::-webkit-scrollbar-thumb{border-radius:2px;background:rgba(0,0,0,0);}.joinchat--blur .joinchat__box__scroll{background:rgba(var(--rgb),2%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);}.joinchat__box__scroll:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);}.joinchat__box__content{width:calc(100% + 4px);padding:20px 0 calc(var(--s) + 16px);}.joinchat__optin{padding:0 16px;margin-bottom:16px;color:#4a4a4a;font-size:13px;line-height:1.33;}.joinchat__optin a{display:inline;padding:0;color:inherit !important;text-decoration:underline;}.joinchat__optin a:hover{text-decoration-thickness:2px;}.joinchat__optin input{position:absolute;visibility:hidden;}.joinchat__optin label{position:relative;display:block;margin:0;padding:0 0 0 30px;color:inherit;font:inherit;cursor:pointer;}.joinchat__optin label:before{content:"";display:block;position:absolute;top:min(50% - 11px,5px);left:0;width:22px;height:22px;border:3px solid var(--color);border-radius:4px;background:#fff;box-shadow:0 0 0 1px var(--text);transition:box-shadow .3s ease-in-out;}.joinchat--dark .joinchat__optin label:before{background:#000;}.joinchat__optin label:after{content:"";display:none;position:absolute;top:min(50% - 8px,8px);left:8px;width:6px;height:14px;border:solid var(--text);border-width:0 3px 3px 0;transform:rotate(45deg);}[dir=rtl] .joinchat__optin label{padding:0 30px 0 0;}[dir=rtl] .joinchat__optin label:before{left:auto;right:0;}[dir=rtl] .joinchat__optin label:after{left:auto;right:8px;}.joinchat__optin input:checked+label:before{box-shadow:0 0 0 1px var(--text),inset 0 0 0 10px var(--color);}.joinchat__optin input:checked+label:after{display:block;}.joinchat--dark .joinchat__optin{color:#d8d8d8;}.joinchat{--peak:url("#joinchat__peak_l");}[dir=rtl] .joinchat{--peak:url("#joinchat__peak_r");}.joinchat__message{position:relative;min-height:56px;padding:15px 20px;margin:0 26px 26px;border-radius:26px;background:#fff;color:#4a4a4a;word-break:break-word;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));transform:translateZ(0);}.joinchat__message:before{content:"";display:block;position:absolute;bottom:18px;left:-15px;width:17px;height:25px;background:inherit;clip-path:var(--peak);}[dir=rtl] .joinchat__message:before{left:auto;right:-15px;}.joinchat--dark .joinchat__message{background:#505050;color:#d8d8d8;}@keyframes joinchat_show{0%{transform:scale3d(0,0,0);}to{transform:scaleX(1);}}@keyframes joinchat_badge_in{0%{opacity:0;transform:translate3d(0,50px,0);}to{opacity:1;transform:translateZ(0);}}@keyframes joinchat_badge_out{0%{opacity:1;transform:translateZ(0);}to{opacity:0;transform:translate3d(0,-20px,0);}}@keyframes joinchat_plain{0%,50%,to{stroke-dashoffset:1097;}5%,45%{stroke-dashoffset:0;}}@keyframes joinchat_chat{0%,50%,to{stroke-dashoffset:1020;}5%,45%{stroke-dashoffset:0;}}@keyframes joinchat_image_loop{0%{opacity:0;}3%,20%{opacity:1;}25%,to{opacity:0;}}@keyframes joinchat_tootlip{0%{opacity:0;transform:scaleY(0);}1%,20%{opacity:1;transform:scaleX(1);}25%,to{opacity:0;transform:scaleX(1);}}.joinchat__woo-btn__wrapper{clear:both;}.joinchat__woo-btn{--s:40px;display:inline-block;box-sizing:border-box;height:var(--s);max-width:100%;padding:0 calc(var(--s) / 2) 0 var(--s);background:#25d366 var(--joinchat-ico) calc(var(--s) * .2) 50% no-repeat;background-size:calc(var(--s) * .6);color:#fff;border-radius:calc(var(--s) / 2);font:700 normal calc(var(--s) * .35)/var(--s) var(--joinchat-font);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;transition:background-color .2s;}.joinchat__woo-btn:empty{padding-right:0;}.joinchat__woo-btn:hover{background-color:#128c7e;}@media (orientation:landscape) and (height >= 481px),(orientation:portrait) and (width >= 481px){.joinchat--mobile{display:none !important;}}@media (width <= 767px){.joinchat--footer-bar{--bottom:76px !important;}}@media (orientation:landscape) and (height <= 480px),(width <= 480px){.joinchat{--bottom:6px;--sep:6px;--header:calc(var(--s) * .91667);}.joinchat__header__text{font-size:17px;}.joinchat__close{--size:28px;}.joinchat__box__scroll{padding-top:15px;}.joinchat__message{padding:18px 16px;line-height:24px;margin:0 20px 20px;}}@media (hover:hover){.joinchat__button:hover .joinchat__tooltip{opacity:1;animation:none;transition:opacity .2s;}.joinchat--btn .joinchat__button:hover .joinchat__qr,.joinchat--chatbox .joinchat__button:hover .joinchat__qr{display:flex;}}@media (prefers-color-scheme:dark){.joinchat--dark-auto{--msg:var(--dark);}.joinchat--dark-auto .joinchat__box{background:#1a1a1a linear-gradient(180deg,var(--dark),var(--dark) var(--header),var(--bg) var(--header),var(--bg));}.joinchat--dark-auto .joinchat__optin label:before{background:#000;}.joinchat--dark-auto .joinchat__optin{color:#d8d8d8;}.joinchat--dark-auto .joinchat__message{background:#505050;color:#d8d8d8;}}@media (prefers-reduced-motion){.joinchat{animation:none;}.joinchat__button__send .joinchat_svg__plain{stroke-dasharray:0;animation:none;}.joinchat__button__send .joinchat_svg__chat{animation:none;}.joinchat__button__sendtext{transition:none !important;}}