.primaryBtn{background-color:var(--primary);color:var(--white);white-space:nowrap;cursor:pointer;border:none;border-radius:25px;justify-content:center;align-items:center;gap:8px;margin:0;padding:8px 24px;font-size:16px;font-weight:500;line-height:1;transition:background-color .25s,box-shadow .25s,transform .15s,opacity .2s;display:inline-flex}.primaryBtn:hover{background-color:var(--secondary)}.primaryBtn:active{background-color:var(--secondary);transform:scale(.98)}.primaryBtn:focus-visible{box-shadow:0 0 0 3px rgba(var(--secondary),.35);outline:none}.primaryBtn:disabled,.primaryBtn.disabled{cursor:not-allowed;opacity:.55;background-color:var(--primary);box-shadow:none;transform:none}.primaryBtn.is-loading{pointer-events:none;color:#0000;position:relative}.primaryBtn.is-loading:after{content:"";border:2px solid rgba(var(--white),.4);border-top-color:var(--white);border-radius:50%;width:18px;height:18px;animation:.6s linear infinite btn-spin;position:absolute}.primaryBtn i,.primaryBtn svg{font-size:16px}.primaryBtn.block{width:100%}@keyframes btn-spin{to{transform:rotate(360deg)}}.secondaryBtn{background-color:var(--secondary);color:var(--white);cursor:pointer;border:none;border-radius:25px;justify-content:center;align-items:center;gap:8px;margin:0;padding:8px 24px;font-size:16px;font-weight:500;transition:background-color .25s,box-shadow .25s,transform .15s,opacity .2s;display:inline-flex}.secondaryBtn:hover{background-color:var(--secondary-dark-six)}.secondaryBtn:active{background-color:var(--secondary-dark-ten);transform:scale(.98)}.secondaryBtn:focus-visible{box-shadow:0 0 0 3px rgba(var(--secondary),.35);outline:none}.secondaryBtn:disabled,.secondaryBtn.disabled{opacity:.55;cursor:not-allowed;transform:none}.outlineBtn{color:var(--primary);border:2px solid var(--primary);cursor:pointer;background-color:#0000;border-radius:25px;justify-content:center;align-items:center;gap:8px;margin:0;padding:6px 22px;font-size:16px;font-weight:500;transition:background-color .25s,color .25s,border-color .25s,transform .15s,box-shadow .25s;display:inline-flex}.outlineBtn:hover{background-color:var(--primary);color:var(--white)}.outlineBtn:active{background-color:var(---primary-dark-six);border-color:var(--primary-dark-six);transform:scale(.98)}.outlineBtn:focus-visible{box-shadow:0 0 0 3px rgba(var(--primary),.35);outline:none}.outlineBtn:disabled,.outlineBtn.disabled{opacity:.5;cursor:not-allowed;background-color:#0000}.grayBtn{background-color:var(--tertiary);color:var(--primary);cursor:pointer;border:2px solid #0000;border-radius:25px;justify-content:center;align-items:center;gap:8px;margin:0;padding:6px 22px;font-size:16px;font-weight:500;transition:background-color .25s,color .25s,border-color .25s,transform .15s,box-shadow .25s;display:inline-flex}@media (max-width:1366px){.grayBtn{font-size:14px}}@media (max-width:399px){.grayBtn{font-size:14px}}.grayBtn:disabled,.grayBtn.disabled{opacity:.5;cursor:not-allowed}:root{--btn-primary:#0d0d0d;--btn-secondary:#27bff7;--primary:#0d0d0d;--secondary:#27bff7;--light-secondary:#b1c7dd;--light-secondary1:#ecf9fe;--primary-dark:#06076e;--primary-light:#4d4d4d;--tertiary:#edf2f7;--border-color:#eaf0f6;--border1-color:#e6edf4;--white:#fff;--black:#000;--light-white:#f1f5f9;--light-white1:#f5f5f2;--gray-dots:#b1c7dd;--gray-dark:#666;--price-green:#28a745;--bg-color:#fcfdfe;--placeholder-color:gray;--text-gray:#666;--carousel-color:#dfe8f1;--danger:#ff5f5f;--muted:#6b7280;--brand-accent:#f3f4f6;--secondary-rgb:49,49,49;--text-color:#313131;--soft:#000;--dark:#212529;--light:#f8f9fa;--accordion:#f8fafc;--dark-gray:#999;--light-gray1:#b3b3b3;--light-gray:#ccc;--header-h:67px;--banner-h:200px;--mobile-banner-h:150px;--footer-h:49px;--mobile-header-h:63px;--mobile-footer-h:45px;--offcanvas-width:590px;--bottom-height:88px;--secondary-dark-six:#09b6f6;--secondary-dark-ten:#08a8e3;--primary-dark-six:#050404;--required:#ff7676;--mobile-search:#cad8e7;--disabled:#9aa4b2}*{box-sizing:border-box;font-family:Google Sans,sans-serif}body,html{background-color:var(--bg-color);margin:0;padding:0;font-family:Google Sans,sans-serif}.truncate-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.offcanvas-backdrop{-webkit-backdrop-filter:blur();backdrop-filter:blur();background-color:#00000080;opacity:1!important}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{background:var(--border1-color);border-radius:15px}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:15px}::-webkit-scrollbar-button{width:0;height:0;display:none}.mainWrapper{margin-top:var(--header-h);height:calc(100dvh - (var(--header-h) + var(--footer-h)));scroll-behavior:smooth;position:relative;overflow-y:auto}@media (max-width:1366px){.mainWrapper{height:calc(100dvh - (var(--header-h) - 7px + var(--footer-h)));margin-top:calc(var(--header-h) - 7px)}}@media (min-width:1499px){.container{max-width:1400px;padding-top:10px}}.py-50{padding-top:50px;padding-bottom:50px}@media (max-width:1299px){.py-50{padding-top:30px;padding-bottom:30px}}.modal-backdrop{-webkit-backdrop-filter:blur()!important;backdrop-filter:blur()!important;background:#00000080!important}.modal-backdrop.show{opacity:1}.modal-dialog{min-width:550px}@media (max-width:991px){.modal-dialog{min-width:inherit}}.custom-radio{border:1px solid var(--primary);cursor:pointer;border-radius:50%;width:16px;height:16px;transition:all .2s;position:relative}.custom-radio:after{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px;transition:transform .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.custom-radio.selected:after{transform:translate(-50%,-50%)scale(1)}.my-error-message{color:var(--danger);margin:0 0 5px;font-size:12px;font-weight:500;line-height:100%;display:block}textarea:focus-visible,textarea:focus{outline:0}.page-title{color:var(--primary);letter-spacing:0;text-transform:capitalize;justify-content:center;margin-bottom:0;font-size:28px;font-weight:600;line-height:100%;display:flex}.required{color:var(--required);letter-spacing:0;margin-left:4px;font-size:12px;font-weight:600;line-height:100%}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.form{border:1px solid var(--border1-color);background-color:var(--accordion);border-radius:5px;flex-direction:column;gap:20px;padding:20px;display:flex;position:relative;overflow:hidden}.formGroup,.formGroup:last-child{margin-bottom:0}.color-primary{color:var(--btn-primary)}.formLabel{color:var(--placeholder-color);letter-spacing:0;margin-bottom:10px;font-size:14px;font-weight:500;line-height:100%;display:block}.formRow{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:0;display:grid}.input,.form-control{background-color:var(--bg-color);border:1px solid var(--border1-color);width:100%;color:var(--primary);letter-spacing:0;border-radius:5px;outline:none;padding:9px 12px;font-size:16px;font-weight:600;line-height:100%;transition:border-color .12s}.input:disabled,.form-control:disabled{cursor:not-allowed;background-color:#f4f7fa}.input:focus,.input:focus-visible,.form-control:focus,.form-control:focus-visible{box-shadow:none;border-color:#e6edf4;outline:none}.input::placeholder,.form-control::placeholder{letter-spacing:0;color:var(--light-gray);font-size:14px;font-weight:500;line-height:100%}.form-select:disabled{cursor:not-allowed;background-color:#f4f7fa}input:-webkit-autofill{transition:background-color 9999s ease-in-out;appearance:none!important;color:#000!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}input:-webkit-autofill:focus{transition:background-color 9999s ease-in-out;appearance:none!important;color:#000!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}input:-webkit-autofill:hover{transition:background-color 9999s ease-in-out;appearance:none!important;color:#000!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}select:-webkit-autofill{transition:background-color 9999s ease-in-out;appearance:none!important;color:#000!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}textarea:-webkit-autofill{transition:background-color 9999s ease-in-out;appearance:none!important;color:#000!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}.mainMobileWrapper{margin-top:var(--mobile-header-h);height:calc(100dvh - (var(--mobile-header-h) + var(--mobile-footer-h)));scroll-behavior:smooth;position:relative;overflow:hidden auto}.mainMobileWrapper::-webkit-scrollbar{border-radius:15px;width:4px;height:4px}a:-webkit-any-link:focus-visible{outline-offset:0;outline:none}a:focus-visible{outline:none}@media (max-width:499px){.Toastify__toast-container{width:auto!important;min-width:250px!important;margin-left:15px!important;top:15px!important;left:auto!important}}.Toastify__toast-container .Toastify__toast{padding:16px 30px 16px 16px!important}.btnLoader{border:2px solid #0000;border-top-color:#000;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.modal-backdrop.nestedBackdrop{z-index:1055;-webkit-backdrop-filter:blur()!important;backdrop-filter:blur()!important;background:#00000080!important}.modal-backdrop.nestedBackdrop.show{opacity:.5}.modal.mobileSearchModalPopup{overflow:hidden}.modal.mobileSearchModalPopup .modal-dialog.mobileSearchModalDialog{will-change:transform;max-width:100%;height:100%;margin:0;transition:transform .32s cubic-bezier(.22,1,.36,1);transform:translate(100%)}.modal.mobileSearchModalPopup.show .modal-dialog.mobileSearchModalDialog{transform:translate(0)}#nprogress .bar{background:var(--btn-primary)!important}#nprogress .peg{box-shadow:0 0 10px var(--btn-primary),0 0 5px var(--btn-primary)!important}.addressButton{position:absolute;top:0;right:0}@media (max-width:991px){.addressButton{position:relative}}
:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0,var(--y),0)scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0)scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0)perspective(400px)}30%{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}to{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size)/2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size)/2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}
.HeaderViews1-module-scss-module__gLjuDq__headerFixed{width:100%;height:var(--header-h);z-index:9;background:0 0;background-color:var(--white);transition:background-color .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s,box-shadow .3s;position:fixed;top:0;left:0;box-shadow:0 5px 20px #0000000d}@media (max-width:1366px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed{height:calc(var(--header-h) - 7px)}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed.HeaderViews1-module-scss-module__gLjuDq__sticky{-webkit-backdrop-filter:blur(10px);background:#ffffffbf}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__logoLink{height:var(--header-h);border-right:1px solid var(--border-color);flex-shrink:0;align-items:center;margin-right:20px;padding-left:0;padding-right:20px;text-decoration:none;display:flex}@media (max-width:1366px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__logoLink{height:calc(var(--header-h) - 7px)}}@media (max-width:1599px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__logoLink{margin-right:10px;padding-right:10px}}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__logoLink{height:56px}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__logoLink .HeaderViews1-module-scss-module__gLjuDq__logoWrapper{z-index:1;width:130px;height:50px;position:relative}@media (max-width:1299px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__logoLink .HeaderViews1-module-scss-module__gLjuDq__logoWrapper{width:90px}}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__logoLink .HeaderViews1-module-scss-module__gLjuDq__logoWrapper{height:40px}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__logoLink .HeaderViews1-module-scss-module__gLjuDq__logoImg{z-index:1;object-fit:contain;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__logoLink .HeaderViews1-module-scss-module__gLjuDq__hide{opacity:0}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__logoLink .HeaderViews1-module-scss-module__gLjuDq__show{opacity:1}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__logoLink .HeaderViews1-module-scss-module__gLjuDq__logoSkeleton{z-index:2;pointer-events:none;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:6px;width:100%;height:100%;transition:opacity .3s;animation:1.4s infinite HeaderViews1-module-scss-module__gLjuDq__shimmer;position:absolute;top:0;left:0}@keyframes HeaderViews1-module-scss-module__gLjuDq__shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown{position:relative}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown:before{content:"";opacity:0;visibility:hidden;z-index:1040;background:#00000073;transition:opacity .25s;position:fixed;inset:0}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown .HeaderViews1-module-scss-module__gLjuDq__shopDropdownLabel{color:var(--placeholder-color);margin-bottom:5px;font-size:12px;font-weight:500;line-height:normal;display:flex}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown .HeaderViews1-module-scss-module__gLjuDq__shopDropdownLabel{display:none}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown.HeaderViews1-module-scss-module__gLjuDq__show:before{opacity:1;visibility:visible}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown .HeaderViews1-module-scss-module__gLjuDq__dropdownToggle{cursor:pointer;letter-spacing:0;color:var(--primary);background:0 0;border:none;align-items:center;padding:0 36px 0 0;font-size:16px;font-weight:600;display:flex;position:relative}@media (max-width:1599px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown .HeaderViews1-module-scss-module__gLjuDq__dropdownToggle{font-size:14px}}@media (max-width:1299px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown .HeaderViews1-module-scss-module__gLjuDq__dropdownToggle{max-width:140px}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown .HeaderViews1-module-scss-module__gLjuDq__dropdownToggle:after{content:"";pointer-events:none;background:url(/images/arrow-down.svg) 50% no-repeat;border:0;width:16px;height:16px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown .HeaderViews1-module-scss-module__gLjuDq__dropdownToggle:after{display:none}}@media (max-width:1366px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown .HeaderViews1-module-scss-module__gLjuDq__dropdownToggle{flex-shrink:1}}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown .HeaderViews1-module-scss-module__gLjuDq__dropdownToggle{padding:8px 12px}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown .HeaderViews1-module-scss-module__gLjuDq__dropdownText{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}@media (max-width:1366px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown .HeaderViews1-module-scss-module__gLjuDq__dropdownText{max-width:110px}}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown .HeaderViews1-module-scss-module__gLjuDq__dropdownText{display:none}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown .HeaderViews1-module-scss-module__gLjuDq__dropdownMenu{border:none;border-radius:7px;min-width:225px;padding:8px;box-shadow:0 12px 30px #00000026;margin-top:10px!important}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown .HeaderViews1-module-scss-module__gLjuDq__dropdownItem{color:var(--primary);border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600;transition:background .2s}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown .HeaderViews1-module-scss-module__gLjuDq__dropdownItem:hover,.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerLeft .HeaderViews1-module-scss-module__gLjuDq__shopDropdown .HeaderViews1-module-scss-module__gLjuDq__dropdownItem:active{background:var(--tertiary);color:var(--secondary);text-decoration:none}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerSearch{min-width:clamp(200px,30vw,450px);margin-right:0}@media (max-width:1600px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerSearch{min-width:clamp(200px,30vw,325px)}}@media (max-width:1399px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerSearch{min-width:clamp(200px,30vw,300px)}}@media (max-width:1299px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerSearch{min-width:clamp(200px,30vw,225px)}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerSearch .HeaderViews1-module-scss-module__gLjuDq__inputGroup{background-color:var(--bg-color);border:1px solid var(--border1-color);border-radius:5px;flex-wrap:nowrap;align-items:center;width:100%;overflow:hidden}@media (max-width:767px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerSearch .HeaderViews1-module-scss-module__gLjuDq__inputGroup{border-radius:11px}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerSearch .HeaderViews1-module-scss-module__gLjuDq__inputGroup .HeaderViews1-module-scss-module__gLjuDq__inputGroupText{background-color:var(--bg-color);border:0;padding:9px 10px}@media (max-width:767px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerSearch .HeaderViews1-module-scss-module__gLjuDq__inputGroup .HeaderViews1-module-scss-module__gLjuDq__inputGroupText{padding:7px 12px}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerSearch .HeaderViews1-module-scss-module__gLjuDq__inputGroup .HeaderViews1-module-scss-module__gLjuDq__inputGroupText i{color:var(--primary);font-size:14px}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerSearch .HeaderViews1-module-scss-module__gLjuDq__inputGroup .HeaderViews1-module-scss-module__gLjuDq__formControl{background-color:var(--bg-color);border:0;width:100%;padding:9px 15px 9px 0;font-size:14px;line-height:1}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerSearch .HeaderViews1-module-scss-module__gLjuDq__inputGroup .HeaderViews1-module-scss-module__gLjuDq__formControl{font-size:12px}}@media (max-width:767px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerSearch .HeaderViews1-module-scss-module__gLjuDq__inputGroup .HeaderViews1-module-scss-module__gLjuDq__formControl{padding:0}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerSearch .HeaderViews1-module-scss-module__gLjuDq__inputGroup .HeaderViews1-module-scss-module__gLjuDq__formControl:focus{box-shadow:none}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerSearch .HeaderViews1-module-scss-module__gLjuDq__inputGroup .HeaderViews1-module-scss-module__gLjuDq__formControl::placeholder{color:var(--placeholder-color);letter-spacing:0;font-size:16px;font-weight:600;line-height:100%}@media (max-width:1599px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerSearch .HeaderViews1-module-scss-module__gLjuDq__inputGroup .HeaderViews1-module-scss-module__gLjuDq__formControl::placeholder{font-size:13px}}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerSearch .HeaderViews1-module-scss-module__gLjuDq__inputGroup .HeaderViews1-module-scss-module__gLjuDq__formControl::placeholder{font-size:12px}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight{gap:20px;display:flex}@media (max-width:1599px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight{gap:15px}}@media (max-width:1499px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight{gap:10px}}@media (max-width:800px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight{gap:8px}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__btn-mode{padding:4px 15px}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerRightSkeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;width:700px;min-height:48px;animation:1.4s infinite HeaderViews1-module-scss-module__gLjuDq__shimmer}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper{background:var(--tertiary);border-radius:50px;width:190px;padding:3px}@media (max-width:1599px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper{width:160px}}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper{width:120px}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper input{display:none}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper .HeaderViews1-module-scss-module__gLjuDq__switch{border-radius:50px;height:30px;display:flex;position:relative}@media (max-width:1366px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper .HeaderViews1-module-scss-module__gLjuDq__switch{height:26px}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper .HeaderViews1-module-scss-module__gLjuDq__switch label{z-index:2;cursor:pointer;color:var(--primary);letter-spacing:0;flex:1;justify-content:center;align-items:center;gap:6px;width:50%;font-size:16px;font-weight:600;line-height:100%;transition:color .3s;display:inline-flex}@media (max-width:1599px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper .HeaderViews1-module-scss-module__gLjuDq__switch label{font-size:14px}}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper .HeaderViews1-module-scss-module__gLjuDq__switch label{font-size:0}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper .HeaderViews1-module-scss-module__gLjuDq__switch label .HeaderViews1-module-scss-module__gLjuDq__switchIcon{font-size:16px;display:none}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper .HeaderViews1-module-scss-module__gLjuDq__switch label .HeaderViews1-module-scss-module__gLjuDq__switchIcon{display:inline-block}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper .HeaderViews1-module-scss-module__gLjuDq__switch label .HeaderViews1-module-scss-module__gLjuDq__switchText{display:inline-block}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper .HeaderViews1-module-scss-module__gLjuDq__switch label .HeaderViews1-module-scss-module__gLjuDq__switchText{display:none}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper .HeaderViews1-module-scss-module__gLjuDq__switch .HeaderViews1-module-scss-module__gLjuDq__slider{background:var(--primary);border-radius:24px;width:50%;height:30px;transition:transform .35s;position:absolute;top:0;left:0}@media (max-width:1366px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper .HeaderViews1-module-scss-module__gLjuDq__switch .HeaderViews1-module-scss-module__gLjuDq__slider{height:26px}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper #HeaderViews1-module-scss-module__gLjuDq__left:checked~.HeaderViews1-module-scss-module__gLjuDq__switch .HeaderViews1-module-scss-module__gLjuDq__slider{transform:translate(0)}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper #HeaderViews1-module-scss-module__gLjuDq__left:checked~.HeaderViews1-module-scss-module__gLjuDq__switch label[for=left]{color:var(--white)}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper #HeaderViews1-module-scss-module__gLjuDq__right:checked~.HeaderViews1-module-scss-module__gLjuDq__switch .HeaderViews1-module-scss-module__gLjuDq__slider{transform:translate(100%)}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSwitchWrapper #HeaderViews1-module-scss-module__gLjuDq__right:checked~.HeaderViews1-module-scss-module__gLjuDq__switch label[for=right]{color:var(--white)}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-btn{background:var(--tertiary);letter-spacing:0;color:var(--primary);z-index:1060;cursor:pointer;border:none;border-radius:50px;align-items:center;min-width:230px;max-width:260px;padding:9px 36px 9px 14px;font-size:16px;font-weight:600;line-height:100%;display:flex;position:relative}@media (max-width:1599px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-btn{min-width:190px;max-width:190px;font-size:14px}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-btn .HeaderViews1-module-scss-module__gLjuDq__location-icon{align-items:center;width:18px;margin-right:5px;display:inline-flex}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-btn .HeaderViews1-module-scss-module__gLjuDq__location-icon{margin-right:0}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-btn .HeaderViews1-module-scss-module__gLjuDq__location-icon img{max-width:100%}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-btn:after{content:"";pointer-events:none;background:url(/images/arrow-down.svg) 50% no-repeat;border:0;width:16px;height:16px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-btn:after{display:none}}@media (max-width:1366px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-btn{min-width:140px;max-width:140px}}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-btn{min-width:auto;max-width:auto;justify-content:center;padding:8px 12px}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-text{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-text{display:none}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-btn i{flex-shrink:0}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-menu{z-index:1051;border:none;border-radius:11px;width:320px;box-shadow:0 12px 30px #00000026;margin-top:10px!important}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-search{background:var(--tertiary);border:none;border-radius:999px;padding:10px 16px;font-size:14px}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-search:focus{box-shadow:none}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-option{text-align:left;width:100%;color:var(--primary);background:0 0;border:none;border-radius:8px;align-items:center;padding:10px 6px;font-weight:600;display:flex}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-option:hover{background:var(--tertiary)}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-add{background:0 0;border:none;justify-content:center;align-items:center;gap:10px;width:100%;padding:0;font-weight:600;display:flex}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-add .HeaderViews1-module-scss-module__gLjuDq__plus{background:var(--primary);width:32px;height:32px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;display:flex}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-add .HeaderViews1-module-scss-module__gLjuDq__plus i{color:var(--white)}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__locationDropdownOverlay{z-index:1040;opacity:0;visibility:hidden;background:#0a0a0aa6;transition:opacity .25s;position:fixed;inset:0}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__locationDropdownOverlay.HeaderViews1-module-scss-module__gLjuDq__active{opacity:1;visibility:visible}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSignin{background-color:var(--btn-primary);border-radius:50px;gap:8px;padding:9px 15px;display:flex}@media (max-width:1366px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSignin{padding:7px 15px}}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSignin{border-radius:50px;gap:0;width:32px;height:32px;padding:0}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSignin .HeaderViews1-module-scss-module__gLjuDq__signBtn{padding:0}@media (max-width:1599px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSignin .HeaderViews1-module-scss-module__gLjuDq__signBtn{font-size:14px}}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSignin .HeaderViews1-module-scss-module__gLjuDq__signBtn{width:32px;height:32px}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSignin .HeaderViews1-module-scss-module__gLjuDq__signBtn .HeaderViews1-module-scss-module__gLjuDq__userIcon{align-items:center;width:18px;margin-right:10px;display:inline-flex}@media (max-width:1366px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSignin .HeaderViews1-module-scss-module__gLjuDq__signBtn .HeaderViews1-module-scss-module__gLjuDq__userIcon{width:16px}}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSignin .HeaderViews1-module-scss-module__gLjuDq__signBtn .HeaderViews1-module-scss-module__gLjuDq__userIcon{justify-content:center;margin-right:0}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSignin .HeaderViews1-module-scss-module__gLjuDq__signBtn svg{align-items:center;width:18px;margin-right:10px;display:inline-flex}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSignin .HeaderViews1-module-scss-module__gLjuDq__signBtn svg{width:16px;height:16px;margin-right:0}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSignin .HeaderViews1-module-scss-module__gLjuDq__signBtn .HeaderViews1-module-scss-module__gLjuDq__signText{display:none}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSignin .HeaderViews1-module-scss-module__gLjuDq__signBtn+.HeaderViews1-module-scss-module__gLjuDq__signBtn{margin-left:5px;padding-left:5px}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSignin .HeaderViews1-module-scss-module__gLjuDq__signBtn+.HeaderViews1-module-scss-module__gLjuDq__signBtn{margin-left:0;padding-left:0}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSignin .HeaderViews1-module-scss-module__gLjuDq__signBtn+.HeaderViews1-module-scss-module__gLjuDq__signBtn:before{content:"";background-color:var(--white);width:2px;height:14px;position:absolute;top:50%;left:-5px;transform:translateY(-50%)}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerRight .HeaderViews1-module-scss-module__gLjuDq__headerSignin .HeaderViews1-module-scss-module__gLjuDq__signBtn+.HeaderViews1-module-scss-module__gLjuDq__signBtn:before{display:none}}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerMain{padding:0 20px}@media (max-width:991px){.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__headerMain{padding:0 15px}}@media (max-width:767px){.HeaderViews1-module-scss-module__gLjuDq__header-right .HeaderViews1-module-scss-module__gLjuDq__switch-text,.HeaderViews1-module-scss-module__gLjuDq__header-right .HeaderViews1-module-scss-module__gLjuDq__cart-text,.HeaderViews1-module-scss-module__gLjuDq__header-right .HeaderViews1-module-scss-module__gLjuDq__sign-text,.HeaderViews1-module-scss-module__gLjuDq__header-right .HeaderViews1-module-scss-module__gLjuDq__location-text{display:none}.HeaderViews1-module-scss-module__gLjuDq__header-right button{background:0 0;padding:8px}.HeaderViews1-module-scss-module__gLjuDq__header-right i{font-size:16px}.HeaderViews1-module-scss-module__gLjuDq__location-menu,.HeaderViews1-module-scss-module__gLjuDq__noti-dropdown{top:auto;bottom:60px}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__header-right .HeaderViews1-module-scss-module__gLjuDq__header-cart .HeaderViews1-module-scss-module__gLjuDq__cart-button{background-color:#edf2f7;border-radius:50px;width:45px;height:45px;box-shadow:0 1px 2px #3c40434d,0 2px 6px 2px #3c404326}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__header-right .HeaderViews1-module-scss-module__gLjuDq__header-cart .HeaderViews1-module-scss-module__gLjuDq__cart-button i{color:var(--primary)}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__header-right .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-btn{border-radius:50px}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__header-right .HeaderViews1-module-scss-module__gLjuDq__header-cart .HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__header-right .HeaderViews1-module-scss-module__gLjuDq__header-signin{border-radius:50px;justify-content:center;align-items:center;width:45px;min-width:45px;height:45px;min-height:45px;display:inline-flex;box-shadow:0 1px 2px #3c40434d,0 2px 6px 2px #3c404326}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__header-right .HeaderViews1-module-scss-module__gLjuDq__header-notification .HeaderViews1-module-scss-module__gLjuDq__noti-btn{width:45px;height:45px;box-shadow:0 1px 2px #3c40434d,0 2px 6px 2px #3c404326}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__header-right .HeaderViews1-module-scss-module__gLjuDq__header-notification .HeaderViews1-module-scss-module__gLjuDq__noti-dots{top:9px;right:8px}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__header-right .HeaderViews1-module-scss-module__gLjuDq__header-switch-wrapper .HeaderViews1-module-scss-module__gLjuDq__switch .HeaderViews1-module-scss-module__gLjuDq__slider,.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__header-right .HeaderViews1-module-scss-module__gLjuDq__header-switch-wrapper .HeaderViews1-module-scss-module__gLjuDq__switch{height:40px}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__header-right{z-index:1050;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#3a303029;border-radius:50px;grid-template-columns:repeat(5,1fr);gap:10px;padding:10px;display:grid;position:fixed;bottom:10px;left:12px;right:12px}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__header-right .HeaderViews1-module-scss-module__gLjuDq__location-dropdown .HeaderViews1-module-scss-module__gLjuDq__location-btn{border-radius:50px;justify-content:center;align-items:center;width:45px;height:45px;display:inline-flex;box-shadow:0 1px 2px #3c40434d,0 2px 6px 2px #3c404326}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__header-right .HeaderViews1-module-scss-module__gLjuDq__header-switch-wrapper{box-shadow:0 1px 2px #3c40434d,0 2px 6px 2px #3c404326}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__header-main{justify-content:space-between}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__header-left .HeaderViews1-module-scss-module__gLjuDq__shop-dropdown{margin-left:50px}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__header-left .HeaderViews1-module-scss-module__gLjuDq__logo-link{padding-right:0}.HeaderViews1-module-scss-module__gLjuDq__headerFixed .HeaderViews1-module-scss-module__gLjuDq__header-right .HeaderViews1-module-scss-module__gLjuDq__header-notification .HeaderViews1-module-scss-module__gLjuDq__noti-dropdown{top:initial}}.HeaderViews1-module-scss-module__gLjuDq__orderTypeDialog{top:var(--header-h)!important;width:320px!important;max-width:320px!important;margin:0!important;position:fixed!important;left:50%!important;transform:translate(-50%)!important}.HeaderViews1-module-scss-module__gLjuDq__orderTypeDialog .modal-content{border:none!important;border-radius:14px!important;box-shadow:0 8px 32px #00000026!important}.HeaderViews1-module-scss-module__gLjuDq__backBtnSection{cursor:pointer;background:0 0;border:none;justify-content:flex-start;align-items:center;gap:10px;display:flex}.HeaderViews1-module-scss-module__gLjuDq__backBtnSection .HeaderViews1-module-scss-module__gLjuDq__backButton{justify-self:flex-start;align-items:center;display:inline-flex}.HeaderViews1-module-scss-module__gLjuDq__backBtnSection .HeaderViews1-module-scss-module__gLjuDq__backLabel{letter-spacing:0;color:var(--primary);align-items:center;font-size:16px;font-weight:600;line-height:100%;display:inline-flex}@media (max-width:1366px){.HeaderViews1-module-scss-module__gLjuDq__backBtnSection .HeaderViews1-module-scss-module__gLjuDq__backLabel{font-size:14px}}.HeaderViews1-module-scss-module__gLjuDq__checkoutLogoWrap{cursor:pointer;justify-content:center;align-items:center;display:flex;position:relative}.HeaderViews1-module-scss-module__gLjuDq__checkoutLogoWrap .HeaderViews1-module-scss-module__gLjuDq__logoImg{z-index:1;object-fit:contain;object-position:left;max-width:150px;max-height:40px}.HeaderViews1-module-scss-module__gLjuDq__checkoutLogoWrap .HeaderViews1-module-scss-module__gLjuDq__hide{opacity:0}.HeaderViews1-module-scss-module__gLjuDq__checkoutLogoWrap .HeaderViews1-module-scss-module__gLjuDq__show{opacity:1}.HeaderViews1-module-scss-module__gLjuDq__checkoutHeaderSpacer{min-width:120px}.HeaderViews1-module-scss-module__gLjuDq__UserProfile{justify-content:center;align-items:center;display:flex}.HeaderViews1-module-scss-module__gLjuDq__profileBtn{border:none;border-radius:50%;padding:0}.HeaderViews1-module-scss-module__gLjuDq__profileBtn .HeaderViews1-module-scss-module__gLjuDq__avatarWrapper{background-color:#f7f7f7;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;position:relative;overflow:hidden}@media (max-width:1366px){.HeaderViews1-module-scss-module__gLjuDq__profileBtn .HeaderViews1-module-scss-module__gLjuDq__avatarWrapper{width:32px;height:32px}}.HeaderViews1-module-scss-module__gLjuDq__profileBtn .HeaderViews1-module-scss-module__gLjuDq__avatarWrapper .HeaderViews1-module-scss-module__gLjuDq__avatarImg{justify-content:center;align-items:center;display:flex}.HeaderViews1-module-scss-module__gLjuDq__profileBtn .HeaderViews1-module-scss-module__gLjuDq__avatarWrapper img[src$=\.svg]{filter:brightness(0)saturate();width:18px;height:18px;object-fit:contain!important}.HeaderViews1-module-scss-module__gLjuDq__profileBtn .HeaderViews1-module-scss-module__gLjuDq__avatarWrapper img{width:100%;height:100%;object-fit:cover!important}[dir=rtl] .HeaderViews1-module-scss-module__gLjuDq__profileBtn{margin-left:0;margin-right:20px}.HeaderViews1-module-scss-module__gLjuDq__headerCenter{flex:1;align-items:center;gap:20px;width:auto;display:flex}@media (max-width:1366px){.HeaderViews1-module-scss-module__gLjuDq__headerCenter{gap:10px}}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__headerCenter{gap:15px}}@media (max-width:800px){.HeaderViews1-module-scss-module__gLjuDq__headerCenter{gap:5px}}.HeaderViews1-module-scss-module__gLjuDq__UserProfile{z-index:0;position:relative}.HeaderViews1-module-scss-module__gLjuDq__UserProfile.HeaderViews1-module-scss-module__gLjuDq__active{z-index:1003}.HeaderViews1-module-scss-module__gLjuDq__UserProfile.HeaderViews1-module-scss-module__gLjuDq__active .HeaderViews1-module-scss-module__gLjuDq__profileBtn{z-index:1003;position:relative}.HeaderViews1-module-scss-module__gLjuDq__profileOverlay{z-index:1000;background:#00000080;width:100%;height:100%;position:fixed;top:0;left:0}.HeaderViews1-module-scss-module__gLjuDq__searchIpadWrapper{display:inline-block;position:relative}.HeaderViews1-module-scss-module__gLjuDq__searchIpadWrapper .HeaderViews1-module-scss-module__gLjuDq__SearchBtnIpad{background:var(--tertiary);letter-spacing:0;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:relative}.HeaderViews1-module-scss-module__gLjuDq__searchIpadWrapper .HeaderViews1-module-scss-module__gLjuDq__SearchBtnIpad.HeaderViews1-module-scss-module__gLjuDq__activesearch{z-index:101}@media (max-width:1199px){.HeaderViews1-module-scss-module__gLjuDq__searchIpadWrapper .HeaderViews1-module-scss-module__gLjuDq__SearchBtnIpad{width:32px;height:32px}}.HeaderViews1-module-scss-module__gLjuDq__searchIpadWrapper .HeaderViews1-module-scss-module__gLjuDq__searchDropdown{z-index:1000;width:300px;position:absolute;top:calc(100% + 8px);right:0}.HeaderViews1-module-scss-module__gLjuDq__bgOverlay{-webkit-backdrop-filter:blur();backdrop-filter:blur();z-index:90;background:#00000080;width:100%;height:100%;position:fixed;top:0;left:0}
.shopListContainer-module-scss-module__4Xs6Ea__shopDropdown{flex:0 0 150px;position:relative}@media (max-width:1199px){.shopListContainer-module-scss-module__4Xs6Ea__shopDropdown{flex:0 0 130px;line-height:100%}}.shopListContainer-module-scss-module__4Xs6Ea__shopDropdown:before{content:"";opacity:0;visibility:hidden;z-index:1040;background:#00000073;transition:opacity .25s;position:fixed;inset:0}.shopListContainer-module-scss-module__4Xs6Ea__shopDropdown .shopListContainer-module-scss-module__4Xs6Ea__shopDropdownLabel{color:var(--placeholder-color);margin-bottom:5px;font-size:12px;font-weight:600;line-height:normal;display:flex}.shopListContainer-module-scss-module__4Xs6Ea__shopDropdown.shopListContainer-module-scss-module__4Xs6Ea__show:before{opacity:1;visibility:visible}.shopListContainer-module-scss-module__4Xs6Ea__shopDropdown .shopListContainer-module-scss-module__4Xs6Ea__dropdownToggle{cursor:pointer;letter-spacing:0;color:var(--primary);background:0 0;border:none;align-items:center;max-width:150px;padding:0 36px 0 0;font-size:16px;font-weight:600;display:flex;position:relative}@media (max-width:1599px){.shopListContainer-module-scss-module__4Xs6Ea__shopDropdown .shopListContainer-module-scss-module__4Xs6Ea__dropdownToggle{font-size:14px}}@media (max-width:1199px){.shopListContainer-module-scss-module__4Xs6Ea__shopDropdown .shopListContainer-module-scss-module__4Xs6Ea__dropdownToggle{max-width:130px}}.shopListContainer-module-scss-module__4Xs6Ea__shopDropdown .shopListContainer-module-scss-module__4Xs6Ea__dropdownToggle:after{content:"";pointer-events:none;background:url(/images/arrow-down.svg) 50% no-repeat;border:0;width:16px;height:16px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}@media (max-width:1366px){.shopListContainer-module-scss-module__4Xs6Ea__shopDropdown .shopListContainer-module-scss-module__4Xs6Ea__dropdownToggle{flex-shrink:1}}@media (max-width:1199px){.shopListContainer-module-scss-module__4Xs6Ea__shopDropdown .shopListContainer-module-scss-module__4Xs6Ea__dropdownToggle{padding:0}.shopListContainer-module-scss-module__4Xs6Ea__shopDropdown .shopListContainer-module-scss-module__4Xs6Ea__dropdownText{padding-right:36px}}.shopListContainer-module-scss-module__4Xs6Ea__shopListDialog{min-width:690px}@media (max-width:1599px){.shopListContainer-module-scss-module__4Xs6Ea__shopListDialog{min-width:600px}}@media (max-width:1366px){.shopListContainer-module-scss-module__4Xs6Ea__shopListDialog{min-width:550px}.shopListContainer-module-scss-module__4Xs6Ea__shopListContent{max-height:65vh}}.shopListContainer-module-scss-module__4Xs6Ea__footer{justify-content:center;width:100%;display:flex}.shopListContainer-module-scss-module__4Xs6Ea__shopBtn{height:36px;font-size:16px;font-weight:600}.shopListContainer-module-scss-module__4Xs6Ea__shopListFooter{border-top:0!important;padding-top:0!important}
.searchProductContainer-module-scss-module__NagTUW__headerSearch{z-index:1;flex:1;width:100%;max-width:450px;margin-right:20px;position:relative}@media (max-width:800px){.searchProductContainer-module-scss-module__NagTUW__headerSearch{margin-right:10px}}.searchProductContainer-module-scss-module__NagTUW__inputGroup{background-color:var(--bg-color);border:1px solid var(--border1-color);z-index:110;border-radius:5px;flex-wrap:nowrap;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.searchProductContainer-module-scss-module__NagTUW__inputGroup .searchProductContainer-module-scss-module__NagTUW__inputGroupText{background-color:var(--bg-color);border:0;align-items:center;padding:7px 10px;display:inline-flex}@media (max-width:767px){.searchProductContainer-module-scss-module__NagTUW__inputGroup .searchProductContainer-module-scss-module__NagTUW__inputGroupText{padding:7px 12px}}.searchProductContainer-module-scss-module__NagTUW__inputGroup .searchProductContainer-module-scss-module__NagTUW__inputGroupText i{color:var(--primary);font-size:14px}@media (max-width:1366px){.searchProductContainer-module-scss-module__NagTUW__inputGroup .searchProductContainer-module-scss-module__NagTUW__inputGroupText svg{width:14px}}.searchProductContainer-module-scss-module__NagTUW__inputGroup .searchProductContainer-module-scss-module__NagTUW__formControl{background-color:var(--bg-color);width:100%;color:var(--primary);border:0;padding:7px 15px 7px 0;font-size:16px;font-weight:600;line-height:1}@media (max-width:1366px){.searchProductContainer-module-scss-module__NagTUW__inputGroup .searchProductContainer-module-scss-module__NagTUW__formControl{font-size:12px}}@media (max-width:767px){.searchProductContainer-module-scss-module__NagTUW__inputGroup .searchProductContainer-module-scss-module__NagTUW__formControl{padding:0}}.searchProductContainer-module-scss-module__NagTUW__inputGroup .searchProductContainer-module-scss-module__NagTUW__formControl:focus{box-shadow:none;outline:0}.searchProductContainer-module-scss-module__NagTUW__inputGroup .searchProductContainer-module-scss-module__NagTUW__formControl::placeholder{color:var(--dark-gray);letter-spacing:0;font-size:16px;font-weight:600;line-height:100%}@media (max-width:1599px){.searchProductContainer-module-scss-module__NagTUW__inputGroup .searchProductContainer-module-scss-module__NagTUW__formControl::placeholder{font-size:13px}}@media (max-width:1366px){.searchProductContainer-module-scss-module__NagTUW__inputGroup .searchProductContainer-module-scss-module__NagTUW__formControl::placeholder{font-size:12px}}.searchProductContainer-module-scss-module__NagTUW__searchListModal{background:var(--white);z-index:110;border-radius:5px;width:100%;max-width:450px;margin-top:0;animation:.15s searchProductContainer-module-scss-module__NagTUW__fadeSlideIn;position:absolute;top:100%;left:0;box-shadow:0 0 20px #0000001a}@media (max-width:991px){.searchProductContainer-module-scss-module__NagTUW__searchListModal{width:400px}}@keyframes searchProductContainer-module-scss-module__NagTUW__fadeSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.searchProductContainer-module-scss-module__NagTUW__bgOverlay{-webkit-backdrop-filter:blur();backdrop-filter:blur();z-index:90;background:#00000080;width:100%;height:100%;position:fixed;top:0;left:0}.searchProductContainer-module-scss-module__NagTUW__productModalPopup.searchProductContainer-module-scss-module__NagTUW__hasModifiers .searchProductContainer-module-scss-module__NagTUW__productModalDialog{max-width:990px}.searchProductContainer-module-scss-module__NagTUW__productModalPopup.searchProductContainer-module-scss-module__NagTUW__noModifiers .searchProductContainer-module-scss-module__NagTUW__productModalDialog{min-width:auto;max-width:400px}.searchProductContainer-module-scss-module__NagTUW__productModalPopup.searchProductContainer-module-scss-module__NagTUW__noModifiers .searchProductContainer-module-scss-module__NagTUW__productModalContent{height:auto;max-height:90vh}.searchProductContainer-module-scss-module__NagTUW__productModalPopup.searchProductContainer-module-scss-module__NagTUW__noModifiers .searchProductContainer-module-scss-module__NagTUW__productPopupbody{overflow:hidden auto}.searchProductContainer-module-scss-module__NagTUW__productModalDialog{width:100%;max-width:990px}.searchProductContainer-module-scss-module__NagTUW__productModalContent{background:#fff;border:none;border-radius:5px;flex-direction:column;height:90vh;display:flex;position:relative;box-shadow:0 40px 90px #00000059}@media (max-width:1299px){.searchProductContainer-module-scss-module__NagTUW__productModalContent{height:89vh}}.searchProductContainer-module-scss-module__NagTUW__productPopupbody{padding:0;display:flex;overflow:hidden}.searchProductContainer-module-scss-module__NagTUW__comboModalDialog{width:100%;max-width:990px}.searchProductContainer-module-scss-module__NagTUW__comboModalContent{background:#fff;border:none;border-radius:5px;flex-direction:column;height:80vh;display:flex;position:relative;box-shadow:0 40px 90px #00000059}@media (max-width:1299px){.searchProductContainer-module-scss-module__NagTUW__comboModalContent{height:89vh}}.searchProductContainer-module-scss-module__NagTUW__comboPopupbody{padding:0;display:flex;overflow:hidden}.searchProductContainer-module-scss-module__NagTUW__mobileSearchModalPopup{padding:0!important}.searchProductContainer-module-scss-module__NagTUW__mobileSearchModalDialog{width:100%;max-width:100%;height:100vh;margin:0;transform:translate(100%)}.searchProductContainer-module-scss-module__NagTUW__mobileSearchModalPopup.searchProductContainer-module-scss-module__NagTUW__show .searchProductContainer-module-scss-module__NagTUW__mobileSearchModalDialog{transform:translate(0)}.searchProductContainer-module-scss-module__NagTUW__mobileSearchModalContent{border:none;border-radius:0;height:100dvh;box-shadow:-4px 0 20px #0000001a;border-radius:0!important}.searchProductContainer-module-scss-module__NagTUW__mobileSearchModalBody{height:100%;overflow-y:auto}
.searchProductList-module-scss-module__wxQOdW__searchProductList{background-color:var(--bg-color);border:1px solid var(--border1-color);border-radius:0 0 5px 5px;margin:0;padding:0}.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList{flex-direction:column;gap:5px;max-height:300px;margin:0;padding:0;list-style-type:none;display:flex;overflow:hidden auto}.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItem{cursor:pointer;justify-content:flex-start;align-items:center;gap:10px;padding:9px 20px;display:flex}@media (max-width:1366px){.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItem{padding:9px 10px}}@media (max-width:1199px){.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItem{gap:8px;padding:5px 10px}}@media (max-width:991px){.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItem{padding:3px 10px}}.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItem .searchProductList-module-scss-module__wxQOdW__listIcon{align-items:center;display:inline-flex}.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItem .searchProductList-module-scss-module__wxQOdW__listIcon svg{width:18px}@media (max-width:1366px){.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItem .searchProductList-module-scss-module__wxQOdW__listIcon svg{width:16px}}.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItem .searchProductList-module-scss-module__wxQOdW__listTitle{letter-spacing:0;color:var(--placeholder-color);font-size:16px;font-weight:500;line-height:100%}@media (max-width:1366px){.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItem .searchProductList-module-scss-module__wxQOdW__listTitle{font-size:14px}}@media (max-width:1299px){.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItem .searchProductList-module-scss-module__wxQOdW__listTitle{font-size:12px}}.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItem:hover{background-color:var(--tertiary)}.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItem:hover .searchProductList-module-scss-module__wxQOdW__listIcon svg path{stroke:var(--primary);fill:none}.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItem:hover .searchProductList-module-scss-module__wxQOdW__listTitle{color:var(--primary)}.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItemSections{cursor:pointer;flex-direction:column;align-items:flex-start;gap:5px;padding:9px 20px;display:flex}@media (max-width:1366px){.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItemSections{padding:5px 15px}}.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItemSections .searchProductList-module-scss-module__wxQOdW__Items{justify-content:space-between;align-items:flex-start;gap:10px;width:100%;display:flex}.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItemSections .searchProductList-module-scss-module__wxQOdW__Items .searchProductList-module-scss-module__wxQOdW__itemName{letter-spacing:0;color:var(--primary);font-size:16px;font-weight:600;line-height:100%}@media (max-width:1366px){.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItemSections .searchProductList-module-scss-module__wxQOdW__Items .searchProductList-module-scss-module__wxQOdW__itemName{font-size:12px}}.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItemSections .searchProductList-module-scss-module__wxQOdW__Items .searchProductList-module-scss-module__wxQOdW__itemPrice{letter-spacing:0;text-align:right;color:var(--primary);font-size:16px;font-weight:600;line-height:100%}@media (max-width:1366px){.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItemSections .searchProductList-module-scss-module__wxQOdW__Items .searchProductList-module-scss-module__wxQOdW__itemPrice{font-size:12px}}.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItemSections .searchProductList-module-scss-module__wxQOdW__Items .searchProductList-module-scss-module__wxQOdW__noProductTitle{margin-bottom:0;font-size:16px}@media (max-width:1366px){.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItemSections .searchProductList-module-scss-module__wxQOdW__Items .searchProductList-module-scss-module__wxQOdW__noProductTitle{font-size:12px}}.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItemSections .searchProductList-module-scss-module__wxQOdW__ItemDescription{letter-spacing:0;color:var(--placeholder-color);margin:0;font-size:14px;font-weight:500;line-height:100%}@media (max-width:1366px){.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItemSections .searchProductList-module-scss-module__wxQOdW__ItemDescription{font-size:12px}}.searchProductList-module-scss-module__wxQOdW__searchProductList .searchProductList-module-scss-module__wxQOdW__productList .searchProductList-module-scss-module__wxQOdW__listItemSections:hover{background-color:var(--tertiary)}.searchProductList-module-scss-module__wxQOdW__shimmerItem{background:linear-gradient(90deg,var(--shimmer-base,#e0e0e0)25%,var(--shimmer-highlight,#f0f0f0)50%,var(--shimmer-base,#e0e0e0)75%);background-size:200% 100%;animation:1.4s infinite searchProductList-module-scss-module__wxQOdW__shimmerSlide;display:block}@keyframes searchProductList-module-scss-module__wxQOdW__shimmerSlide{0%{background-position:200% 0}to{background-position:-200% 0}}
.profilePopover-module-scss-module__JZSwNW__popover{z-index:9;background:#fff;border:1px solid #e6edf4;border-radius:5px;width:200px;max-width:200px;display:block;position:fixed;left:auto;right:20px;top:67px!important}@media (max-width:1366px){.profilePopover-module-scss-module__JZSwNW__popover{top:60px!important}}@media (max-width:1199px){.profilePopover-module-scss-module__JZSwNW__popover{width:190px}}@media (max-width:1024px){.profilePopover-module-scss-module__JZSwNW__popover{width:175px}}.profilePopover-module-scss-module__JZSwNW__popover.profilePopover-module-scss-module__JZSwNW__popoverClosed{display:none}@media (max-width:767px){.profilePopover-module-scss-module__JZSwNW__popover{z-index:1101;border:none;border-radius:0;flex-direction:column;max-width:none;transition:transform .2s ease-in-out;display:flex;transform:translate(100%);width:100%!important;inset:0!important}.profilePopover-module-scss-module__JZSwNW__popover.profilePopover-module-scss-module__JZSwNW__popoverClosed{display:block;transform:translate(100%)!important}.profilePopover-module-scss-module__JZSwNW__popover.profilePopover-module-scss-module__JZSwNW__popoverOpen{transform:translate(0)!important}}@media (max-width:767px) and (prefers-reduced-motion:reduce){.profilePopover-module-scss-module__JZSwNW__popover{will-change:auto;animation:none;transform:none}}.profilePopover-module-scss-module__JZSwNW__popover .profilePopover-module-scss-module__JZSwNW__sheetHeader{display:none}@media (max-width:767px){.profilePopover-module-scss-module__JZSwNW__popover .profilePopover-module-scss-module__JZSwNW__sheetHeader{flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 12px 8px;display:flex;box-shadow:2px 1px 3px #0000001f}.profilePopover-module-scss-module__JZSwNW__popover .profilePopover-module-scss-module__JZSwNW__sheetHeader .profilePopover-module-scss-module__JZSwNW__logoWrapper img{width:100%;max-width:100%;max-height:40px}}.profilePopover-module-scss-module__JZSwNW__popover .profilePopover-module-scss-module__JZSwNW__closeBtn{display:none}@media (max-width:767px){.profilePopover-module-scss-module__JZSwNW__popover .profilePopover-module-scss-module__JZSwNW__closeBtn{cursor:pointer;opacity:1;background:url(/images/icon-close.svg) 50% no-repeat;border:none;flex-shrink:0;width:40px;height:40px;margin:0;padding:0;display:block}.profilePopover-module-scss-module__JZSwNW__popover .profilePopover-module-scss-module__JZSwNW__closeBtn:hover{opacity:.55}.profilePopover-module-scss-module__JZSwNW__popover .profilePopover-module-scss-module__JZSwNW__popoverBody{flex:1;min-height:0;overflow-y:auto}}.profilePopover-module-scss-module__JZSwNW__popover .profilePopover-module-scss-module__JZSwNW__item{color:var(--black);cursor:pointer;background:0 0;border:none;border-bottom:1px solid #e6edf4;align-items:center;gap:10px;width:100%;padding:15px;font-size:16px;font-weight:600;line-height:24px;text-decoration:none;transition:background .15s;display:flex}@media (max-width:1366px){.profilePopover-module-scss-module__JZSwNW__popover .profilePopover-module-scss-module__JZSwNW__item{padding:10px 15px;font-size:15px}}@media (max-width:1199px){.profilePopover-module-scss-module__JZSwNW__popover .profilePopover-module-scss-module__JZSwNW__item{padding:10px;font-size:14px}}@media (max-width:767px){.profilePopover-module-scss-module__JZSwNW__popover .profilePopover-module-scss-module__JZSwNW__item{font-size:15px}}@media (max-width:1366px){.profilePopover-module-scss-module__JZSwNW__popover .profilePopover-module-scss-module__JZSwNW__item svg{width:16px}}@media (max-width:767px){.profilePopover-module-scss-module__JZSwNW__popover .profilePopover-module-scss-module__JZSwNW__item svg{width:18px}}.profilePopover-module-scss-module__JZSwNW__popover .profilePopover-module-scss-module__JZSwNW__divider{border:none;border-top:1px solid #00000014;margin:.25rem 0}@keyframes profilePopover-module-scss-module__JZSwNW__profileSheetSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}
