a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,small,span,strike,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;color:inherit;font-size:inherit;line-height:inherit;font:inherit;margin:0;outline:none;padding:0;transition:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}b,strong{font-weight:700}em,i{font-style:italic}ol,ul{list-style:none}html{margin:0!important}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{color:inherit;text-decoration:none}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}img{display:block;max-width:100%}.flex{display:flex}.flex>*{position:relative}.flex.space-between{justify-content:space-between}.flex.space-around{justify-content:space-around}.flex.flex-column{flex-direction:column}.flex.wrap{flex-flow:row wrap}.flex.flex-center{align-items:center}.flex.flex-bottom{align-items:flex-end}.flex.flex-text-center{justify-content:center}.flex.flex-text-right{justify-content:flex-end}.flex .flex-item-right{margin-left:auto!important}.flex .flex-item-left{margin-right:auto!important}.flex .flex-1{flex:1}.flex .flex-2{flex:2}.flex .flex-3{flex:3}.flex .flex-4{flex:4}.flex .flex-5{flex:5}.flex .flex-6{flex:6}.flex .flex-7{flex:7}.flex .flex-8{flex:8}.flex .flex-9{flex:9}.flex .flex-10{flex:10}.flex.fixed-columns-count>*{max-width:calc((100% - var(--bleed)*2*var(--columns-count))/var(--columns-count));width:calc((100% - var(--bleed)*2*var(--columns-count))/var(--columns-count))}.flex.fixed-columns-count.bleed{margin-left:calc(var(--bleed)*-1);margin-right:calc(var(--bleed)*-1)}.flex.fixed-columns-count.bleed>:first-child{margin-left:var(--bleed)}.flex.bleed>*,.flex.fixed-columns-count.bleed>:last-child{margin-right:var(--bleed)}.flex.bleed>*{margin-left:var(--bleed)}.flex.bleed>:first-child{margin-left:0}.flex.bleed>:last-child{margin-right:0}@media screen and (max-width:1280px){.flex.break-laptop{flex-direction:column}.flex.break-laptop.bleed,.flex.break-laptop.bleed>*{margin-left:0;margin-right:0}.flex.break-laptop.bleed>*{margin-bottom:var(--bleed);width:100%}.flex.break-laptop.bleed>:first-child{margin-left:0}.flex.break-laptop.bleed>:last-child{margin-bottom:0;margin-right:0}}@media screen and (max-width:1024px){.flex.break-tablet{flex-direction:column}.flex.break-tablet.bleed,.flex.break-tablet.bleed>*{margin-left:0;margin-right:0}.flex.break-tablet.bleed>*{margin-bottom:var(--bleed);width:100%}.flex.break-tablet.bleed>:first-child{margin-left:0}.flex.break-tablet.bleed>:last-child{margin-bottom:0;margin-right:0}}@media screen and (max-width:760px){.flex.break-mobile{flex-direction:column}.flex.break-mobile.bleed,.flex.break-mobile.bleed>*{margin-left:0;margin-right:0}.flex.break-mobile.bleed>*{margin-bottom:var(--bleed);width:100%}.flex.break-mobile.bleed>:first-child{margin-left:0}.flex.break-mobile.bleed>:last-child{margin-bottom:0;margin-right:0}}.form{display:flex;flex-wrap:wrap;--gap:1.12rem;gap:calc(var(--gap))}.form .form-group{display:block;min-width:100%;position:relative;width:100%}.form .form-group.white .form-element{background:#fff;border-color:#fff;color:#000}.form .form-group.white .form-element::-moz-placeholder{color:#090d204d!important;font-weight:500}.form .form-group.white .form-element::placeholder{color:#090d204d!important;font-weight:500}.form .form-group.checkbox label{cursor:pointer;display:flex;font-weight:400;gap:.63em;margin-bottom:0}.form .form-group.checkbox label input{display:none}.form .form-group.checkbox label>.checkbox{border:1px solid red;border-radius:50%;display:block;height:1.8em;margin-top:.2rem;min-width:1.8em;position:relative;width:1.8em}.form .form-group.checkbox label>.checkbox:after{background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:50%;content:"";display:none;height:calc(1.8em - 6px);left:2px;position:absolute;top:2px;width:calc(1.8em - 6px)}.form .form-group.checkbox label input:checked+.checkbox{border-color:red}.form .form-group.checkbox label input:checked+.checkbox:after{background-color:red;display:block}.form .form-group.checkbox label a{color:red}.form .form-group.width-100{min-width:100%;width:100%}.form .form-group.width-90{min-width:calc(50% - var(--gap)/2);width:calc(50% - var(--gap)/2)}.form .form-group.width-80{min-width:calc(80% - var(--gap)/2);width:calc(80% - var(--gap)/2)}.form .form-group.width-70{min-width:calc(70% - var(--gap)/2);width:calc(70% - var(--gap)/2)}.form .form-group.width-65{min-width:calc(65% - var(--gap)/2);width:calc(65% - var(--gap)/2)}.form .form-group.width-60{min-width:calc(60% - var(--gap)/2);width:calc(60% - var(--gap)/2)}.form .form-group.width-50{min-width:calc(50% - var(--gap)/2);width:calc(50% - var(--gap)/2)}.form .form-group.width-40{min-width:calc(40% - var(--gap)/2);width:calc(40% - var(--gap)/2)}.form .form-group.width-35{min-width:calc(35% - var(--gap)/2);width:calc(35% - var(--gap)/2)}.form .form-group.width-30{min-width:calc(30% - var(--gap)/2);width:calc(30% - var(--gap)/2)}.form .form-group.width-20{min-width:calc(20% - var(--gap)/2);width:calc(20% - var(--gap)/2)}.form .form-group.width-10{min-width:calc(10% - var(--gap)/2);width:calc(10% - var(--gap)/2)}.form .form-group.full-width{margin-left:0;margin-right:0;max-width:100%;min-width:100%}.form .form-group.invalid label:not(.checkbox-button){color:red}.form .form-group.invalid .form-element{border-color:red}.form .form-group label:not(.checkbox-button){color:#000;display:flex;font-size:.875rem;font-weight:700;line-height:1.4rem;margin-bottom:1rem}.form-element{background-color:transparent;border:.5px solid #000;border-radius:1.5rem;display:flex;height:2.625rem;padding:0 1.125rem;width:100%}.button-group{margin-top:.78rem}.button-group .button{line-height:1.3rem}textarea.form-element{height:7.5rem;padding-bottom:1.56rem;padding-top:1.56rem}input[type=number].form-element::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=number].form-element{-moz-appearance:textfield;-webkit-appearance:none}.alert{padding:10px;text-align:center;width:100%}.alert.alert-error{background:pink;color:red}.alert.alert-success{background:#90ee90;color:green}.alert.alert-info{background:var(--mainColor);color:#fff}.alert a{font-weight:700;text-decoration:underline}.error,.validation-message{border:1px solid red;border-radius:.25rem;color:red;font-size:.75rem;margin-top:1rem;padding:1rem;width:100%}.errors li{margin-bottom:.3rem}.toggle-switch{display:inline-block;height:34px;min-width:60px;position:relative;width:60px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-switch input:checked+.slider{background-color:red}.toggle-switch input:focus+.slider{box-shadow:0 0 1px red}.toggle-switch input:checked+.slider:before{transform:translate(26px)}.toggle-switch .slider{background-color:#ff000040;border-radius:34px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.toggle-switch .slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:26px;left:4px;min-width:26px;position:absolute;transition:.4s;width:26px}.app-wrapper.rtl input{text-align:right}.app-wrapper.rtl .form-group.checkbox label{flex-direction:row-reverse}.app-wrapper.rtl .toggle-switch .slider:before{left:auto;right:4px}.app-wrapper.rtl .toggle-switch input:checked+.slider:before{transform:translate(-26px)}body,html{overscroll-behavior:none}@font-face{font-display:swap;font-family:Space Grotesk;font-style:normal;font-weight:400;src:url(./SpaceGrotesk-Regular.0raFHtA2.woff2) format("woff2"),url(./SpaceGrotesk-Regular.Ddzh2tLe.woff) format("woff")}@font-face{font-display:swap;font-family:Space Grotesk;font-style:normal;font-weight:700;src:url(./SpaceGrotesk-Bold.CEMlpQf4.woff2) format("woff2"),url(./SpaceGrotesk-Bold.u00PP3Ul.woff) format("woff")}@font-face{font-display:swap;font-family:Space Grotesk;font-style:normal;font-weight:300;src:url(./SpaceGrotesk-Light.DJTyte9L.woff2) format("woff2"),url(./SpaceGrotesk-Light.CZdjjYFI.woff) format("woff")}@font-face{font-display:swap;font-family:Space Grotesk;font-style:normal;font-weight:500;src:url(./SpaceGrotesk-Medium.imQ4O87Q.woff2) format("woff2"),url(./SpaceGrotesk-Medium.Bcw9EKu3.woff) format("woff")}@font-face{font-display:swap;font-family:Space Grotesk;font-style:normal;font-weight:600;src:url(./SpaceGrotesk-SemiBold.BNnc8EdD.woff2) format("woff2"),url(./SpaceGrotesk-SemiBold.CCJ0mlEl.woff) format("woff")}:root{--100vh:100vh;--100vw:100vw;--menu-height:6.53333rem;--order-page-padding-bottom:8.51rem}html{font-size:17px;transition:transform .3s ease-in-out}@media screen and (max-width:1024px){html{font-size:19px}}@media (min-height:760px) and (max-width:420px),screen and (max-height:760px){html{font-size:16px}}body{color:#000;font-family:Space Grotesk;font-size:16px;font-weight:400;line-height:1.26rem}.container{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:1.25rem;padding-right:1.25rem;width:100%}.h1{font-size:2.1875rem;font-weight:500}@media screen and (max-width:1024px){.h1{font-size:2rem}}@media screen and (max-width:760px){.h1{font-size:1.75rem}}.h2{font-size:1.25rem;line-height:1.625rem;margin-bottom:1.46666667rem}.h2,.h3{font-weight:700}.h3{font-size:1rem;line-height:1.3;margin-bottom:1.06rem}.h3,.text-center{text-align:center}.rich-text{line-height:1.3}.rich-text.small-text{font-size:.75rem}.rich-text h1:not(.h1){font-size:1.26666667em;font-weight:700;line-height:1.3}.rich-text h2:not(.h2){font-size:1.06666667em;font-weight:700;line-height:1.3}.rich-text>*{margin-bottom:1em;word-break:break-word}.rich-text>:last-child{margin-bottom:0}.rich-text b,.rich-text strong{font-weight:500}.rich-text i{font-style:italic}.rich-text .pseudo-bullets p{display:flex;font-size:.86667em;gap:.75em;line-height:1.3;margin-bottom:.5em}.rich-text ul{list-style:circle;list-style-position:outside;margin-left:2em}.rich-text ul.no-points{list-style:none}.rich-text ul li{margin-bottom:5px}.rich-text ul.check-list{list-style:none;margin-left:0}.rich-text ul.check-list b{font-size:1em;font-weight:700}.rich-text ul.check-list li{margin-bottom:.62rem;padding-left:1.93rem;position:relative}.rich-text ul.check-list li:last-child{margin-bottom:0}.rich-text ul.check-list li:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='none' viewBox='0 0 21 21'%3E%3Cpath fill='red' fill-rule='evenodd' d='M0 10.5C0 4.7 4.7 0 10.5 0S21 4.7 21 10.5 16.3 21 10.5 21 0 16.3 0 10.5m9.983 4.49c.08-.076 4.712-8.143 4.712-8.143a.657.657 0 0 0-1.137-.657l-4.197 7.27-2.348-2.166a.656.656 0 1 0-.957.898l3 2.767a.656.656 0 0 0 .927.03' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:1.3125rem;left:0;position:absolute;top:.31rem;width:1.3125rem}.rich-text a{color:red;font-weight:700;word-break:break-word}.rich-text a:hover{text-decoration:underline}.colored.red{color:red}.button{align-items:center;background-color:#58901f;border:1px solid transparent;border-radius:1.75rem;color:#fff;display:flex;font-size:.875rem;font-weight:700;justify-content:center;line-height:1.1375rem;margin-bottom:1.33333333rem;min-height:3.25rem;padding:0 1.13333333rem;text-align:center;width:100%}.button.small-text{font-size:.75rem}.button.center{margin:0 auto}.button.gray{background-color:#d9d9d9;border-color:#d9d9d9;color:#090d20}.button.disabled{opacity:.5}.button.red{background:red;border-color:red}.button.red .lds-ring div{border:.3rem solid transparent;border-top-color:#fff}.button.red.transparent{background:transparent;border:1px solid red;color:red}.button.white{background-color:#fff;border-color:#fff;color:#000}.button.white .lds-ring div{border:.3rem solid transparent;border-top-color:red}.button.light-green{background-color:#58901f1a;border:1px solid #58901f;color:#58901f}.button.light-yellow{background-color:#f189031a;border:1px solid #f18903;color:#f18903}.button.light-gray{background-color:#5f5f5f1a;border:1px solid #5f5f5f;color:#5f5f5f}.button.light-red{background-color:#ff00001a;border:1px solid red;color:red}.button.small{border-radius:2.14rem;font-size:.92rem;font-weight:500;line-height:1.2rem;min-height:1.92rem;text-align:center}.button.small.block{display:block}.button.red-bordered{background-color:transparent;border-color:red;color:red}.button.loading{opacity:.5}.small-title{color:#000;font-size:.75rem;font-style:normal;font-weight:700;line-height:1.2rem}.logo-wrapper{margin-bottom:2.6rem}.tooltip-window{background-color:#fff;border-radius:25px;bottom:calc(100% + .5rem);color:#000;filter:drop-shadow(0 0 21px rgba(0,0,0,.25));font-size:.625rem;font-weight:400;max-width:85%;padding:11px;position:absolute;right:0;text-align:center;transform:translateY(-16px);width:auto;z-index:999999}.tooltip-window:after{border-color:#fff transparent transparent;border-style:solid;border-width:12px 11px 0;bottom:-12px;content:"";height:0;position:absolute;right:15px;transform:translate(-50%);width:0}.tooltip-window.bottom{bottom:-110px;right:-15px;top:auto}.tooltip-window.bottom:after{border-color:transparent transparent #fff;border-width:0 11px 12px;bottom:auto;right:8px;top:-12px}.tabs{margin:0 auto;padding:4px;width:calc(100% - 40px)}.tabs .tab{text-align:center}.tabs .tab .tab-box{font-size:.875rem;padding:.875rem 0}.tabs .tab>.tab-input{display:none;height:0;margin:0;width:0}.tabs .tab.selected .tab-box,.tabs .tab>.tab-input:checked+.tab-box{background-color:#fff;border-radius:60px;color:#000;font-size:.875rem;padding:.875rem 0}.box{border-radius:1.42rem;box-shadow:0 0 20px #00000026;overflow:hidden}.box.gray{background-color:#dadada}.box.light-gray{background:#d9d9d980}.box .box-title-wrapper .box-title{font-size:1.42rem;font-weight:700;line-height:1.85rem}.box .content{color:#5f5f5f;font-size:.85rem;font-weight:700;line-height:1.28rem}.box .buttons-col{border-radius:1.25rem;min-width:4.3125rem;overflow:hidden}.box .buttons-col .box-button{background:#d9d9d940}.box .buttons-col img{max-height:1.0625rem}.img-text-wrapper .img-col .img-wrapper{border-radius:.5rem;overflow-y:auto}.img-text-wrapper .img-col .img-wrapper img{height:5rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:5rem}.img-text-wrapper .content-col{padding-left:1.14rem}.list .list-item{margin-bottom:1.43rem}.list .list-item:last-child{margin-bottom:0}.product-item-list .product-item{margin-left:1rem;margin-right:1rem;padding:1.14rem 2.79rem 1.36rem 1.07rem}.product-item-list .product-item:first-child{margin-top:.8rem}.product-item-list .product-item .content-col{padding-bottom:0;padding-right:0;padding-top:0}.product-item-list .product-item .content-col .content{color:#000}.product-item-list .product-item .content-col .price{color:#5f5f5f;font-size:1.14286rem;font-weight:500;line-height:1.48rem}.pale-gray-text{color:#090d204d;font-size:.8rem;font-style:normal;font-weight:700;line-height:1.28rem}.small-gray-text{color:#5f5f5f;display:block;font-size:.75rem;font-weight:700;line-height:1.2rem;margin-top:2.36rem}.app-wrapper.rtl .product-item-list .product-item{padding:1.14rem 1.07rem 1.36rem 2.79rem}.app-wrapper.rtl .en-content .h2,.app-wrapper.rtl .en-content .rich-text{text-align:left}.app-wrapper.rtl .rich-text .pseudo-bullets p{flex-direction:row-reverse}.app-wrapper.rtl .rich-text ul.check-list li{padding-left:0;padding-right:1.93rem}.app-wrapper.rtl .rich-text ul.check-list li:after{left:auto;right:0}.app-wrapper.rtl .button{flex-direction:row-reverse}.app-wrapper.rtl .tooltip-window{right:auto}.app-wrapper.rtl .tooltip-window:after{left:33px;right:auto}.gray-rounded-box{background-color:#d9d9d9;border-radius:24px;padding:24px 20px 28px;text-align:center}.gray-rounded-box .tick-wrapper{margin-bottom:1rem}.gray-rounded-box .tick-wrapper img{height:4.625rem;width:4.625rem}.gray-rounded-box .h2{margin-bottom:1rem}.gray-rounded-box .message,.gray-rounded-box .rich-text{font-size:.75rem;font-style:normal;font-weight:400;line-height:1.2rem;margin-bottom:1.37rem;padding:0 1rem}.gray-rounded-box form .form-control{align-items:flex-start;background:#fff;border-radius:1.4rem;display:flex;flex-direction:column;height:2.8rem;margin-top:.5rem;padding:0 1.06666667rem}.gray-rounded-box form .form-control.toggle-control{align-items:center;background:none;flex-direction:row;font-size:.8rem;gap:.5rem;height:auto;padding:0;text-align:left}.gray-rounded-box form .form-control:last-child{margin-bottom:0}.gray-rounded-box form .form-control input{background:#fff;flex:1;width:100%}.gray-rounded-box form button{font-size:.75rem;font-weight:700;margin:1.31rem auto 0;padding:0 1.09rem}.gray-rounded-box .success .message{color:green}.gray-rounded-box .success .web-only{margin-top:1rem}.gray-rounded-box .success .web-only .flex{gap:1rem;margin-top:1rem}.full-height{min-height:calc(var(--100vh) - var(--menu-height))}.max-full-height{max-height:calc(var(--100vh) - var(--menu-height))}.close-btn{color:#090d204d;font-size:14px;font-style:normal;font-weight:400;line-height:1.5em;text-align:center}.accordion-wrapper .accordion-item{background:#fff;border-radius:1.75rem;box-shadow:0 0 20px #00000026;margin-bottom:1.5rem;padding:1.06rem 1rem}.accordion-wrapper .accordion-item .title{color:#000;font-size:.8125rem;font-weight:500;line-height:1.3;padding-right:1.8rem;position:relative}.accordion-wrapper .accordion-item .title:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none' viewBox='0 0 15 15'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23000' d='M6.965 11.399a.765.765 0 0 0 1.07 0l6.744-6.726a.755.755 0 1 0-1.07-1.068L7.5 9.796 1.292 3.604a.755.755 0 1 0-1.07 1.068z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M15 15H0V0h15z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");position:absolute;right:0;top:50%;transform:translateY(-50%)}.accordion-wrapper .accordion-item img+.rich-text{margin-top:1rem}.accordion-wrapper .accordion-item .text{color:#000;font-size:.75rem;line-height:1.3;margin-top:.94rem}.accordion-wrapper .accordion-item.expanded .title:after{right:5px;transform:translateY(-50%) rotate(180deg)}.loading-overlay{background:#00000080;display:none;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:100}.loading-overlay.visible{display:block}.list-popup.popup-wrapper.popup-christmas .image-text{gap:1.2rem}.list-popup.popup-wrapper.popup-christmas .image-text img{max-width:6.4375rem}.list-popup.popup-wrapper .popup-container{border-radius:1.25rem;padding:2rem 1.5rem}.list-popup.popup-wrapper .popup-container .close-button-wrapper .close-popup{margin-right:0}.list-popup.popup-wrapper .popup-container .popup-content .small-popup-title{color:red;font-family:Space Grotesk;font-size:.6875rem;font-weight:700;letter-spacing:.125rem;line-height:normal;margin-bottom:.4rem}.list-popup.popup-wrapper .popup-container .popup-content .title-popup{color:#2c272e;font-size:1.0625rem;font-weight:700;line-height:normal;margin-bottom:1.5rem}.list-popup.popup-wrapper .popup-container .popup-content .text-popup{margin-bottom:.5rem}.list-popup.popup-wrapper .popup-container .popup-content .rich-text{color:#2c272e;font-weight:400;line-height:1.0625rem}.list-popup.popup-wrapper .popup-container .popup-content .rich-text b{font-weight:700}.list-popup.popup-wrapper .popup-container .popup-content .rich-text ul{list-style:none;margin-left:0}.list-popup.popup-wrapper .popup-container .popup-content .rich-text ul li{padding-left:1.625rem;position:relative}.list-popup.popup-wrapper .popup-container .popup-content .rich-text ul li:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3E%3Cpath fill='red' fill-rule='evenodd' d='M0 7a7 7 0 1 1 14 0A7 7 0 0 1 0 7m6.656 2.994c.053-.05 3.14-5.429 3.14-5.429a.438.438 0 0 0-.757-.437L6.24 8.974 4.676 7.53a.437.437 0 1 0-.639.599l2 1.844a.437.437 0 0 0 .619.02' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:.875rem;left:0;position:absolute;top:0;width:.875rem}small{font-size:.7rem}.has-shadow{box-shadow:0 0 20px #00000026}.small-boxes{border-radius:1.42rem}.small-boxes .box{border-bottom:4px solid rgba(0,0,0,.15);border-radius:0;box-shadow:none}.small-boxes .box:last-child{border-bottom:none}.small-boxes .box .buttons-col{border-end-end-radius:0}.has-fixed-header{padding-top:8rem}.fixed-on-top{transition:top .3s ease-in-out}.app-wrapper.ios.card:has(input:focus){display:flex;flex-direction:column;justify-content:flex-end;max-height:none;min-height:var(--100vh);padding-bottom:2rem;transition:min-height .3s ease-in-out}.small-text{font-size:.75rem;font-weight:400;line-height:1.2rem}.delviery-text{color:#58901f;display:block;font-size:.9375rem;font-style:normal;font-weight:400;letter-spacing:-.01875rem;line-height:130%;padding-bottom:.25rem;padding-top:.25rem}.fixed-button-wrapper{background-color:#fff;bottom:0;left:50%;padding-bottom:1rem;padding-top:1rem;position:fixed;transform:translate(-50%);width:100%}.fixed-button-wrapper .button{margin-bottom:0}.clear-basket-text{margin-top:1.25rem;text-align:center}.rate-app-panel .img-wrapper{margin-bottom:1.25rem}.rate-app-panel .img-wrapper img{height:4.5625rem;width:4.3125rem}.rate-app-panel .h3{margin-bottom:.38rem}.rate-app-panel .text{margin-bottom:1.25rem;padding:0 2.28rem;text-align:center}.rate-app-panel .stars{display:block;height:1.19rem;margin-bottom:1.25rem;margin-left:auto;margin-right:auto;width:7.69rem}.pulsating-notifcation-image{position:relative}.pulsating-notifcation-image.small{align-items:center;display:flex;height:4.6875rem;justify-content:center;width:5.6875rem}.pulsating-notifcation-image .notifcation{animation:pulsate 1.5s infinite;height:1.50238rem;position:absolute;right:1.4rem;top:0;width:1.50238rem}
