:root{--green-1000: #20B189;--green-200: rgba(32, 177, 137, .2);--green-100: rgba(32, 177, 137, .1);--red-1000: #F6465D;--red-200: rgba(246, 70, 93, .2);--red-100: rgba(246, 70, 93, .1);--yellow-1000: #FF9900;--yellow-200: rgba(255, 153, 0, .2);--yellow-100: rgba(255, 153, 0, .1);--text-1000: #050506;--text-800: #2F3337;--text-600: #60666C;--text-400: #95999D;--text-200: #CBCBCD;--text-0: #FFFFFF;--bg-1000: #FFFFFF;--bg-750: #F9F9F9;--bg-500: #F0F0F0;--bg-400: #E4E4E4;--bg-300: #ECECEC;--bg-200: #F7F7F7;--bg-250: #2C2C2C;--bg-0: #050506;--bg-0-80: rgba(5, 5, 6, .8);--like: #FF0000;--input-bg: #EEEEEE;--motion-duration-primary: .24s;--motion-duration-secondary: .18s;--motion-duration-subtle: .12s;--motion-duration-overlay: .28s;--motion-ease-standard: cubic-bezier(.4, 0, .2, 1);--motion-ease-emphasized: cubic-bezier(.3, .7, .4, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-mask-size:contain!important;mask-size:contain!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important;-webkit-mask-position:center!important;mask-position:center!important}::-webkit-scrollbar{width:0px}::-webkit-scrollbar-track{background:var(--bg-500)}::-webkit-scrollbar-thumb{background-color:var(--bg-250);border-radius:1rem}html,body{height:100%}body{margin:0;min-height:100%;background-color:var(--bg-1000);color:var(--text-1000);font-family:Inter,sans-serif}img{max-width:100%;display:block;height:auto}button{background:none;border:none;padding:0;cursor:pointer;transition:color var(--motion-duration-secondary) var(--motion-ease-standard);transition:color var(--motion-duration-secondary) var(--motion-ease-standard),background-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:color var(--motion-duration-secondary) var(--motion-ease-standard),background-color var(--motion-duration-secondary) var(--motion-ease-standard),box-shadow var(--motion-duration-secondary) var(--motion-ease-standard);transition:color var(--motion-duration-secondary) var(--motion-ease-standard),background-color var(--motion-duration-secondary) var(--motion-ease-standard),box-shadow var(--motion-duration-secondary) var(--motion-ease-standard),opacity var(--motion-duration-secondary) var(--motion-ease-standard);transition:color var(--motion-duration-secondary) var(--motion-ease-standard),background-color var(--motion-duration-secondary) var(--motion-ease-standard),box-shadow var(--motion-duration-secondary) var(--motion-ease-standard),opacity var(--motion-duration-secondary) var(--motion-ease-standard),transform var(--motion-duration-secondary) var(--motion-ease-standard)}button:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}a{color:inherit;text-decoration:none;transition:color var(--motion-duration-subtle) var(--motion-ease-standard);transition:color var(--motion-duration-subtle) var(--motion-ease-standard),opacity var(--motion-duration-subtle) var(--motion-ease-standard)}a:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}a:hover{opacity:.85}a:active{opacity:.75}ul,ol{margin:0;padding:0;list-style:none}button,input,select,textarea{font:inherit;color:inherit;transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard),border-color var(--motion-duration-subtle) var(--motion-ease-standard);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard),border-color var(--motion-duration-subtle) var(--motion-ease-standard),box-shadow var(--motion-duration-subtle) var(--motion-ease-standard);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard),border-color var(--motion-duration-subtle) var(--motion-ease-standard),box-shadow var(--motion-duration-subtle) var(--motion-ease-standard),color var(--motion-duration-subtle) var(--motion-ease-standard);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard),border-color var(--motion-duration-subtle) var(--motion-ease-standard),box-shadow var(--motion-duration-subtle) var(--motion-ease-standard),color var(--motion-duration-subtle) var(--motion-ease-standard),opacity var(--motion-duration-subtle) var(--motion-ease-standard)}table{border-collapse:collapse;border-spacing:0}section{width:100%;padding:0 24px}@media(max-width:768px){section{padding:0 16px}}.container{max-width:1120px;margin:0 auto;width:100%}.container-content{padding:32px 0 56px;gap:32px;display:flex;flex-direction:column;width:100%}@media(max-width:768px){.container-content{padding:24px 0;gap:16px}}.container-content--lg{padding:56px 0}@media(max-width:768px){.container-content--lg{padding:24px 0;gap:16px}}header{width:100%;top:0;left:0;background:var(--bg-1000);box-shadow:0 2px 4px #0000000d;z-index:1000}.header--desktop{display:flex;padding:16px 24px;justify-content:space-between;align-items:center;gap:16px}@media(max-width:768px){.header--desktop{padding:16px}}.header--desktop .header__bar{flex-grow:1;display:flex;align-items:center;gap:32px}.header--desktop .header__left-group{display:flex;align-items:center;gap:32px;flex:1 0 0}.header--desktop .header__logo{display:flex;flex:none}.header--desktop .header__logo img{height:24px}.header--desktop .header__nav{display:flex;align-items:center;gap:24px}.header--desktop .header__link{color:var(--text-400);text-decoration:none;white-space:nowrap;font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.header--desktop .header__link{font-size:13px}}.header--desktop .header__link:hover,.header--desktop .header__link--active{color:var(--text-1000)}.header--desktop .header__controls{display:flex;justify-content:flex-end;align-items:center;gap:24px;flex:1 0 0}@media(max-width:768px){.header--desktop .header__controls{gap:16px}}.header--desktop .header__controls .header__left-group-controls{display:flex;align-items:center;gap:16px}.header--desktop .header__controls .header__select{width:fit-content;color:var(--text-1000);display:flex;align-items:center;justify-content:center;gap:4px;font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.header--desktop .header__controls .header__select{font-size:13px}}.header--desktop .header__controls .header__select:after{content:"";margin-top:-2px;display:flex;width:12px;height:12px;background:var(--text-400);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2803 5.03027L6 9.31055L1.71973 5.03027L2.78027 3.96973L6 7.18945L9.21973 3.96973L10.2803 5.03027Z' fill='%2395999D'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2803 5.03027L6 9.31055L1.71973 5.03027L2.78027 3.96973L6 7.18945L9.21973 3.96973L10.2803 5.03027Z' fill='%2395999D'/%3E%3C/svg%3E%0A")}.header--desktop .header__controls .header__icon{display:flex;justify-content:center;align-items:center;width:32px;height:32px;flex:none;padding:0;position:relative}@media(max-width:768px){.header--desktop .header__controls .header__icon{width:24px;height:24px}}.header--desktop .header__controls .header__icon .header__icon-value{position:absolute;z-index:2;right:-2px;top:-2px;background:var(--text-1000);color:var(--text-0);text-align:center;display:flex;min-width:16px;min-height:16px;flex-direction:column;justify-content:center;align-items:center;border-radius:8px;border:1px solid var(--bg-1000);font-size:10px;line-height:140%;font-weight:700}@media(max-width:768px){.header--desktop .header__controls .header__icon .header__icon-value{font-size:10px}}.header--desktop .header__controls .header__icon:before{content:"";position:absolute;width:100%;height:100%;flex:none;background:var(--text-1000);z-index:1}.header--desktop .header__controls .header__icon--delivery:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9961 5.81939C15.254 5.81939 16.0611 5.81015 16.7354 6.02935C17.3785 6.2384 17.9632 6.59709 18.4414 7.07525C18.7646 7.39851 19.0317 7.77117 19.2363 8.17681H21.0938C21.9366 8.17681 22.6243 8.17568 23.1865 8.23248C23.7651 8.29098 24.2722 8.41612 24.748 8.70025C25.2254 8.98443 25.5769 9.37203 25.9033 9.85455C26.2202 10.323 26.5448 10.9296 26.9443 11.6719L28.4492 14.4659C28.4586 14.4834 28.4658 14.5017 28.4736 14.5196C28.4758 14.5245 28.4784 14.5293 28.4805 14.5342C28.494 14.5669 28.503 14.6004 28.5117 14.6338C28.5273 14.694 28.5391 14.7563 28.5391 14.8213V17.1788C28.5391 18.5468 28.54 19.6487 28.4238 20.5128C28.3048 21.3982 28.0495 22.1459 27.4561 22.7403V22.7413C26.7995 23.3964 25.9529 23.639 24.9297 23.7403C24.6243 25.1362 23.3809 26.1817 21.8936 26.1817C20.4361 26.1814 19.2134 25.1773 18.8779 23.8233H13.1221C12.7864 25.1774 11.5632 26.1817 10.1055 26.1817C8.61824 26.1816 7.37555 25.1361 7.07031 23.7403C6.04727 23.639 5.20139 23.3963 4.54492 22.7413C3.75468 21.9527 3.56076 20.887 3.49609 19.5733C3.47587 19.1597 3.79439 18.8075 4.20801 18.7872C4.62151 18.7671 4.97377 19.0865 4.99414 19.5001C5.0568 20.7725 5.24421 21.3202 5.60449 21.6797C5.89454 21.969 6.30494 22.1449 7.1123 22.2364C7.4778 20.9268 8.67936 19.966 10.1055 19.9659C11.563 19.9659 12.7862 20.9695 13.1221 22.3233H18.8789C19.2146 20.9698 20.4363 19.9661 21.8936 19.9659C23.3197 19.9659 24.5209 20.9269 24.8867 22.2364C25.6949 22.1449 26.1063 21.9693 26.3965 21.6797C26.665 21.4102 26.841 21.0308 26.9375 20.3126C27.0371 19.5717 27.0391 18.5891 27.0391 17.1788V15.5713H22.248C21.5311 15.5713 20.9914 15.5782 20.5352 15.4717L20.3447 15.419C19.8785 15.2675 19.4541 15.0078 19.1074 14.6612C18.7607 14.3145 18.5012 13.8902 18.3496 13.4239C18.1881 12.9274 18.1973 12.34 18.1973 11.5206C18.1973 10.1455 18.1878 9.63644 18.0605 9.24517C17.9247 8.82707 17.6917 8.44669 17.3809 8.1358C17.07 7.82501 16.6895 7.59201 16.2715 7.45611C15.8803 7.32893 15.3707 7.31939 13.9961 7.31939H4.21191C3.7977 7.31939 3.46191 6.98361 3.46191 6.56939C3.46194 6.1552 3.79772 5.81939 4.21191 5.81939H13.9961ZM10.1055 21.4659C9.21781 21.466 8.49822 22.1856 8.49805 23.0733C8.49805 23.9611 9.21771 24.6815 10.1055 24.6817C10.9934 24.6817 11.7139 23.9612 11.7139 23.0733C11.7137 22.1855 10.9933 21.4659 10.1055 21.4659ZM21.8936 21.4659C21.006 21.4662 20.2873 22.1857 20.2871 23.0733C20.2871 23.961 21.0059 24.6814 21.8936 24.6817C22.7815 24.6817 23.502 23.9612 23.502 23.0733C23.5018 22.1855 22.7813 21.4659 21.8936 21.4659ZM8.92773 14.0713C9.34151 14.0718 9.6777 14.4075 9.67773 14.8213C9.6777 15.2352 9.34151 15.5709 8.92773 15.5713H4.21191C3.79772 15.5713 3.46195 15.2355 3.46191 14.8213C3.46194 14.4072 3.79772 14.0713 4.21191 14.0713H8.92773ZM19.6543 9.67681C19.6987 10.1751 19.6973 10.7667 19.6973 11.5206C19.6973 12.4573 19.707 12.7469 19.7764 12.96L19.8457 13.1368C19.925 13.3086 20.0335 13.4662 20.168 13.6006C20.3473 13.7799 20.5674 13.9139 20.8086 13.9922L20.8936 14.0157C21.1045 14.0638 21.4291 14.0713 22.248 14.0713H26.5332L25.624 12.3829C25.2103 11.6143 24.9256 11.0865 24.6611 10.6954C24.4061 10.3184 24.203 10.1203 23.9814 9.98834L23.9805 9.98736C23.759 9.85496 23.4886 9.77141 23.0361 9.72564C22.5665 9.67817 21.9669 9.67681 21.0938 9.67681H19.6543ZM11.2852 10.5352C11.6991 10.5356 12.0351 10.8712 12.0352 11.2852C12.0349 11.699 11.6989 12.0349 11.2852 12.0352H4.21191C3.79785 12.0352 3.46216 11.6992 3.46191 11.2852C3.46194 10.871 3.79772 10.5352 4.21191 10.5352H11.2852Z' fill='%23050506'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9961 5.81939C15.254 5.81939 16.0611 5.81015 16.7354 6.02935C17.3785 6.2384 17.9632 6.59709 18.4414 7.07525C18.7646 7.39851 19.0317 7.77117 19.2363 8.17681H21.0938C21.9366 8.17681 22.6243 8.17568 23.1865 8.23248C23.7651 8.29098 24.2722 8.41612 24.748 8.70025C25.2254 8.98443 25.5769 9.37203 25.9033 9.85455C26.2202 10.323 26.5448 10.9296 26.9443 11.6719L28.4492 14.4659C28.4586 14.4834 28.4658 14.5017 28.4736 14.5196C28.4758 14.5245 28.4784 14.5293 28.4805 14.5342C28.494 14.5669 28.503 14.6004 28.5117 14.6338C28.5273 14.694 28.5391 14.7563 28.5391 14.8213V17.1788C28.5391 18.5468 28.54 19.6487 28.4238 20.5128C28.3048 21.3982 28.0495 22.1459 27.4561 22.7403V22.7413C26.7995 23.3964 25.9529 23.639 24.9297 23.7403C24.6243 25.1362 23.3809 26.1817 21.8936 26.1817C20.4361 26.1814 19.2134 25.1773 18.8779 23.8233H13.1221C12.7864 25.1774 11.5632 26.1817 10.1055 26.1817C8.61824 26.1816 7.37555 25.1361 7.07031 23.7403C6.04727 23.639 5.20139 23.3963 4.54492 22.7413C3.75468 21.9527 3.56076 20.887 3.49609 19.5733C3.47587 19.1597 3.79439 18.8075 4.20801 18.7872C4.62151 18.7671 4.97377 19.0865 4.99414 19.5001C5.0568 20.7725 5.24421 21.3202 5.60449 21.6797C5.89454 21.969 6.30494 22.1449 7.1123 22.2364C7.4778 20.9268 8.67936 19.966 10.1055 19.9659C11.563 19.9659 12.7862 20.9695 13.1221 22.3233H18.8789C19.2146 20.9698 20.4363 19.9661 21.8936 19.9659C23.3197 19.9659 24.5209 20.9269 24.8867 22.2364C25.6949 22.1449 26.1063 21.9693 26.3965 21.6797C26.665 21.4102 26.841 21.0308 26.9375 20.3126C27.0371 19.5717 27.0391 18.5891 27.0391 17.1788V15.5713H22.248C21.5311 15.5713 20.9914 15.5782 20.5352 15.4717L20.3447 15.419C19.8785 15.2675 19.4541 15.0078 19.1074 14.6612C18.7607 14.3145 18.5012 13.8902 18.3496 13.4239C18.1881 12.9274 18.1973 12.34 18.1973 11.5206C18.1973 10.1455 18.1878 9.63644 18.0605 9.24517C17.9247 8.82707 17.6917 8.44669 17.3809 8.1358C17.07 7.82501 16.6895 7.59201 16.2715 7.45611C15.8803 7.32893 15.3707 7.31939 13.9961 7.31939H4.21191C3.7977 7.31939 3.46191 6.98361 3.46191 6.56939C3.46194 6.1552 3.79772 5.81939 4.21191 5.81939H13.9961ZM10.1055 21.4659C9.21781 21.466 8.49822 22.1856 8.49805 23.0733C8.49805 23.9611 9.21771 24.6815 10.1055 24.6817C10.9934 24.6817 11.7139 23.9612 11.7139 23.0733C11.7137 22.1855 10.9933 21.4659 10.1055 21.4659ZM21.8936 21.4659C21.006 21.4662 20.2873 22.1857 20.2871 23.0733C20.2871 23.961 21.0059 24.6814 21.8936 24.6817C22.7815 24.6817 23.502 23.9612 23.502 23.0733C23.5018 22.1855 22.7813 21.4659 21.8936 21.4659ZM8.92773 14.0713C9.34151 14.0718 9.6777 14.4075 9.67773 14.8213C9.6777 15.2352 9.34151 15.5709 8.92773 15.5713H4.21191C3.79772 15.5713 3.46195 15.2355 3.46191 14.8213C3.46194 14.4072 3.79772 14.0713 4.21191 14.0713H8.92773ZM19.6543 9.67681C19.6987 10.1751 19.6973 10.7667 19.6973 11.5206C19.6973 12.4573 19.707 12.7469 19.7764 12.96L19.8457 13.1368C19.925 13.3086 20.0335 13.4662 20.168 13.6006C20.3473 13.7799 20.5674 13.9139 20.8086 13.9922L20.8936 14.0157C21.1045 14.0638 21.4291 14.0713 22.248 14.0713H26.5332L25.624 12.3829C25.2103 11.6143 24.9256 11.0865 24.6611 10.6954C24.4061 10.3184 24.203 10.1203 23.9814 9.98834L23.9805 9.98736C23.759 9.85496 23.4886 9.77141 23.0361 9.72564C22.5665 9.67817 21.9669 9.67681 21.0938 9.67681H19.6543ZM11.2852 10.5352C11.6991 10.5356 12.0351 10.8712 12.0352 11.2852C12.0349 11.699 11.6989 12.0349 11.2852 12.0352H4.21191C3.79785 12.0352 3.46216 11.6992 3.46191 11.2852C3.46194 10.871 3.79772 10.5352 4.21191 10.5352H11.2852Z' fill='%23050506'/%3E%3C/svg%3E%0A")}.header--desktop .header__controls .header__icon--favorite:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 6.25C24.168 6.25 26.75 8.79483 26.75 11.9502C26.75 13.1623 26.507 15.157 25.1357 17.5361C23.7667 19.9112 21.2967 22.6294 16.9053 25.3291L16.9014 25.3311C16.6297 25.4962 16.3179 25.584 16 25.584C15.6821 25.584 15.3703 25.4962 15.0986 25.3311L15.0947 25.3291C10.7033 22.6294 8.23332 19.9112 6.86426 17.5361C5.49295 15.157 5.25003 13.1623 5.25 11.9502C5.25 8.79483 7.83197 6.25 11 6.25C12.6416 6.25 14.0605 7.13286 15.0137 7.92285C15.4097 8.25113 15.7436 8.57791 16 8.85059C16.2564 8.57791 16.5903 8.25113 16.9863 7.92285C17.9395 7.13286 19.3584 6.25 21 6.25ZM21 7.75C19.8807 7.75 18.7999 8.36723 17.9434 9.07715C17.5257 9.42332 17.1854 9.77182 16.9502 10.0332C16.8332 10.1633 16.7431 10.2705 16.6836 10.3438C16.6539 10.3804 16.6321 10.4088 16.6182 10.4268C16.6114 10.4354 16.6064 10.4415 16.6035 10.4453L16.6006 10.4492C16.459 10.6385 16.2364 10.75 16 10.75C15.7633 10.75 15.541 10.6379 15.3994 10.4482V10.4492C15.399 10.4487 15.3979 10.4472 15.3965 10.4453C15.3936 10.4415 15.3886 10.4354 15.3818 10.4268C15.3679 10.4088 15.3461 10.3804 15.3164 10.3438C15.2569 10.2705 15.1668 10.1633 15.0498 10.0332C14.8146 9.77182 14.4743 9.42332 14.0566 9.07715C13.2001 8.36723 12.1193 7.75 11 7.75C8.64603 7.75 6.75 9.63756 6.75 11.9502C6.75003 12.945 6.94505 14.6722 8.16406 16.7871C9.38543 18.906 11.6585 21.4543 15.8779 24.0488L15.9365 24.0752C15.9571 24.0809 15.9785 24.084 16 24.084C16.0431 24.084 16.0853 24.0712 16.1221 24.0488C20.3415 21.4543 22.6146 18.906 23.8359 16.7871C25.055 14.6722 25.25 12.945 25.25 11.9502C25.25 9.63756 23.354 7.75 21 7.75Z' fill='%23050506'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 6.25C24.168 6.25 26.75 8.79483 26.75 11.9502C26.75 13.1623 26.507 15.157 25.1357 17.5361C23.7667 19.9112 21.2967 22.6294 16.9053 25.3291L16.9014 25.3311C16.6297 25.4962 16.3179 25.584 16 25.584C15.6821 25.584 15.3703 25.4962 15.0986 25.3311L15.0947 25.3291C10.7033 22.6294 8.23332 19.9112 6.86426 17.5361C5.49295 15.157 5.25003 13.1623 5.25 11.9502C5.25 8.79483 7.83197 6.25 11 6.25C12.6416 6.25 14.0605 7.13286 15.0137 7.92285C15.4097 8.25113 15.7436 8.57791 16 8.85059C16.2564 8.57791 16.5903 8.25113 16.9863 7.92285C17.9395 7.13286 19.3584 6.25 21 6.25ZM21 7.75C19.8807 7.75 18.7999 8.36723 17.9434 9.07715C17.5257 9.42332 17.1854 9.77182 16.9502 10.0332C16.8332 10.1633 16.7431 10.2705 16.6836 10.3438C16.6539 10.3804 16.6321 10.4088 16.6182 10.4268C16.6114 10.4354 16.6064 10.4415 16.6035 10.4453L16.6006 10.4492C16.459 10.6385 16.2364 10.75 16 10.75C15.7633 10.75 15.541 10.6379 15.3994 10.4482V10.4492C15.399 10.4487 15.3979 10.4472 15.3965 10.4453C15.3936 10.4415 15.3886 10.4354 15.3818 10.4268C15.3679 10.4088 15.3461 10.3804 15.3164 10.3438C15.2569 10.2705 15.1668 10.1633 15.0498 10.0332C14.8146 9.77182 14.4743 9.42332 14.0566 9.07715C13.2001 8.36723 12.1193 7.75 11 7.75C8.64603 7.75 6.75 9.63756 6.75 11.9502C6.75003 12.945 6.94505 14.6722 8.16406 16.7871C9.38543 18.906 11.6585 21.4543 15.8779 24.0488L15.9365 24.0752C15.9571 24.0809 15.9785 24.084 16 24.084C16.0431 24.084 16.0853 24.0712 16.1221 24.0488C20.3415 21.4543 22.6146 18.906 23.8359 16.7871C25.055 14.6722 25.25 12.945 25.25 11.9502C25.25 9.63756 23.354 7.75 21 7.75Z' fill='%23050506'/%3E%3C/svg%3E%0A")}.header--desktop .header__controls .header__icon--cart:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 24.25C11.9665 24.25 12.75 25.0335 12.75 26C12.75 26.9665 11.9665 27.75 11 27.75C10.0335 27.75 9.25 26.9665 9.25 26C9.25 25.0335 10.0335 24.25 11 24.25ZM25 24.25C25.9665 24.25 26.75 25.0335 26.75 26C26.75 26.9665 25.9665 27.75 25 27.75C24.0335 27.75 23.25 26.9665 23.25 26C23.25 25.0335 24.0335 24.25 25 24.25ZM7 4.25C7.36393 4.25 7.67504 4.51172 7.73828 4.87012L7.92285 5.91992C7.94819 5.91733 7.97398 5.91699 8 5.91699H27.3896L27.5273 5.92383C27.6188 5.93391 27.7088 5.95451 27.7959 5.98438L27.9248 6.03613L28.0459 6.10254C28.1243 6.15087 28.1977 6.20715 28.2637 6.27148L28.3564 6.37402L28.4385 6.48535C28.4887 6.56259 28.5304 6.64508 28.5625 6.73145L28.6035 6.86426L28.6289 7C28.6473 7.1368 28.6434 7.27613 28.6162 7.41211L26.8164 16.4121C26.7597 16.6955 26.6063 16.9506 26.3828 17.1338C26.1871 17.2941 25.9477 17.3906 25.6973 17.4121L25.5898 17.417H10C9.98357 17.417 9.96734 17.4151 9.95117 17.4141L10.6289 21.25H26C26.4142 21.25 26.75 21.5858 26.75 22C26.75 22.4142 26.4142 22.75 26 22.75H10C9.63607 22.75 9.32496 22.4883 9.26172 22.1299L6.37109 5.75H3C2.58579 5.75 2.25 5.41421 2.25 5C2.25 4.58579 2.58579 4.25 3 4.25H7ZM9.69824 15.9805C9.79064 15.9398 9.89256 15.917 10 15.917H25.3848L27.0859 7.41699H8.1875L9.69824 15.9805Z' fill='black'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 24.25C11.9665 24.25 12.75 25.0335 12.75 26C12.75 26.9665 11.9665 27.75 11 27.75C10.0335 27.75 9.25 26.9665 9.25 26C9.25 25.0335 10.0335 24.25 11 24.25ZM25 24.25C25.9665 24.25 26.75 25.0335 26.75 26C26.75 26.9665 25.9665 27.75 25 27.75C24.0335 27.75 23.25 26.9665 23.25 26C23.25 25.0335 24.0335 24.25 25 24.25ZM7 4.25C7.36393 4.25 7.67504 4.51172 7.73828 4.87012L7.92285 5.91992C7.94819 5.91733 7.97398 5.91699 8 5.91699H27.3896L27.5273 5.92383C27.6188 5.93391 27.7088 5.95451 27.7959 5.98438L27.9248 6.03613L28.0459 6.10254C28.1243 6.15087 28.1977 6.20715 28.2637 6.27148L28.3564 6.37402L28.4385 6.48535C28.4887 6.56259 28.5304 6.64508 28.5625 6.73145L28.6035 6.86426L28.6289 7C28.6473 7.1368 28.6434 7.27613 28.6162 7.41211L26.8164 16.4121C26.7597 16.6955 26.6063 16.9506 26.3828 17.1338C26.1871 17.2941 25.9477 17.3906 25.6973 17.4121L25.5898 17.417H10C9.98357 17.417 9.96734 17.4151 9.95117 17.4141L10.6289 21.25H26C26.4142 21.25 26.75 21.5858 26.75 22C26.75 22.4142 26.4142 22.75 26 22.75H10C9.63607 22.75 9.32496 22.4883 9.26172 22.1299L6.37109 5.75H3C2.58579 5.75 2.25 5.41421 2.25 5C2.25 4.58579 2.58579 4.25 3 4.25H7ZM9.69824 15.9805C9.79064 15.9398 9.89256 15.917 10 15.917H25.3848L27.0859 7.41699H8.1875L9.69824 15.9805Z' fill='black'/%3E%3C/svg%3E%0A")}.header--desktop .header__controls .header__icon--profile:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9668 18.25C21.411 18.25 22.7663 18.9258 23.7441 20.0762C24.7187 21.2228 25.2499 22.7556 25.25 24.333V27C25.25 27.4142 24.9142 27.75 24.5 27.75C24.0858 27.75 23.75 27.4142 23.75 27V24.333C23.7499 23.0817 23.3261 21.9014 22.6006 21.0479C21.8782 20.198 20.9271 19.75 19.9668 19.75H12.0332C11.0729 19.75 10.1218 20.198 9.39941 21.0479C8.67386 21.9014 8.25007 23.0817 8.25 24.333V27C8.25 27.4142 7.91421 27.75 7.5 27.75C7.08579 27.75 6.75 27.4142 6.75 27V24.333C6.75007 22.7556 7.28128 21.2228 8.25586 20.0762C9.2337 18.9258 10.589 18.25 12.0332 18.25H19.9668ZM16 4.25C18.8995 4.25 21.25 6.6005 21.25 9.5C21.25 12.3995 18.8995 14.75 16 14.75C13.1005 14.75 10.75 12.3995 10.75 9.5C10.75 6.6005 13.1005 4.25 16 4.25ZM16 5.75C13.9289 5.75 12.25 7.42893 12.25 9.5C12.25 11.5711 13.9289 13.25 16 13.25C18.0711 13.25 19.75 11.5711 19.75 9.5C19.75 7.42893 18.0711 5.75 16 5.75Z' fill='%23050506'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9668 18.25C21.411 18.25 22.7663 18.9258 23.7441 20.0762C24.7187 21.2228 25.2499 22.7556 25.25 24.333V27C25.25 27.4142 24.9142 27.75 24.5 27.75C24.0858 27.75 23.75 27.4142 23.75 27V24.333C23.7499 23.0817 23.3261 21.9014 22.6006 21.0479C21.8782 20.198 20.9271 19.75 19.9668 19.75H12.0332C11.0729 19.75 10.1218 20.198 9.39941 21.0479C8.67386 21.9014 8.25007 23.0817 8.25 24.333V27C8.25 27.4142 7.91421 27.75 7.5 27.75C7.08579 27.75 6.75 27.4142 6.75 27V24.333C6.75007 22.7556 7.28128 21.2228 8.25586 20.0762C9.2337 18.9258 10.589 18.25 12.0332 18.25H19.9668ZM16 4.25C18.8995 4.25 21.25 6.6005 21.25 9.5C21.25 12.3995 18.8995 14.75 16 14.75C13.1005 14.75 10.75 12.3995 10.75 9.5C10.75 6.6005 13.1005 4.25 16 4.25ZM16 5.75C13.9289 5.75 12.25 7.42893 12.25 9.5C12.25 11.5711 13.9289 13.25 16 13.25C18.0711 13.25 19.75 11.5711 19.75 9.5C19.75 7.42893 18.0711 5.75 16 5.75Z' fill='%23050506'/%3E%3C/svg%3E%0A")}.header__search{flex:2 0 0;display:flex;align-items:center;gap:8px;width:100%;max-width:360px;position:relative}@media(max-width:768px){.header__search{display:none}}.search-dropdown{display:none;position:absolute;top:calc(100% + 8px);left:0;width:max(100%,480px);background:var(--bg-1000);border-radius:16px;box-shadow:0 8px 32px #0505061f,0 0 0 1px #0505060f;padding:20px;z-index:1100}.search-dropdown.is-open{display:block}.search-dropdown__section:not(:last-child){margin-bottom:20px}.search-dropdown__label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-400);margin-bottom:12px}.search-dropdown__chips{display:flex;flex-wrap:wrap;gap:8px}.search-dropdown__trending{list-style:none;padding:0;margin:0}.search-dropdown__trending li{list-style:none}.search-dropdown__trending button{display:flex;align-items:center;gap:12px;width:100%;padding:10px 0;background:transparent;border:none;cursor:pointer;font-size:15px;font-weight:400;color:var(--text-1000);text-align:left;transition:color .15s ease}.search-dropdown__trending button:hover{color:var(--text-600)}.search-dropdown__trending button:before{content:"";width:32px;height:32px;border-radius:50%;border:1.5px solid var(--bg-400);flex:none;display:flex;background-color:var(--text-400);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 2.125C4.30761 2.125 2.125 4.30761 2.125 7C2.125 9.69239 4.30761 11.875 7 11.875C8.23389 11.875 9.36136 11.4298 10.2377 10.6896L13.0303 13.4822C13.1768 13.6287 13.4107 13.6287 13.5572 13.4822C13.7036 13.3357 13.7036 13.1018 13.5572 12.9553L10.7646 10.1627C11.5048 9.28636 11.95 8.15889 11.95 6.925C11.95 4.23261 9.76739 2.05 7.075 2.05L7 2.125ZM2.875 7C2.875 4.72183 4.72183 2.875 7 2.875C9.27817 2.875 11.125 4.72183 11.125 7C11.125 9.27817 9.27817 11.125 7 11.125C4.72183 11.125 2.875 9.27817 2.875 7Z' fill='%23050506'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 2.125C4.30761 2.125 2.125 4.30761 2.125 7C2.125 9.69239 4.30761 11.875 7 11.875C8.23389 11.875 9.36136 11.4298 10.2377 10.6896L13.0303 13.4822C13.1768 13.6287 13.4107 13.6287 13.5572 13.4822C13.7036 13.3357 13.7036 13.1018 13.5572 12.9553L10.7646 10.1627C11.5048 9.28636 11.95 8.15889 11.95 6.925C11.95 4.23261 9.76739 2.05 7.075 2.05L7 2.125ZM2.875 7C2.875 4.72183 4.72183 2.875 7 2.875C9.27817 2.875 11.125 4.72183 11.125 7C11.125 9.27817 9.27817 11.125 7 11.125C4.72183 11.125 2.875 9.27817 2.875 7Z' fill='%23050506'/%3E%3C/svg%3E");-webkit-mask-size:16px;mask-size:16px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.footer{background:var(--bg-0);padding:0 24px}@media(max-width:768px){.footer{padding:0 16px}}.footer__inner{display:flex;gap:96px;padding:96px 0 16px}@media(max-width:768px){.footer__inner{gap:16px;padding:32px 0 16px;flex-wrap:wrap}}.footer__col{display:flex;flex-direction:column;gap:24px;flex:1 0 0}@media(max-width:768px){.footer__col{order:1;flex:none;width:calc(50% - 8px);gap:16px}}.footer__col--brand{gap:16px}@media(max-width:768px){.footer__col--brand{order:3;flex:none;width:100%;text-align:center;padding-top:32px;margin-top:16px;border-top:1px solid var(--bg-250)}}@media(max-width:768px){.footer__logo{display:flex;align-items:center;width:100%;justify-content:center}}.footer__logo img{height:36px;width:auto}.footer__contact{display:flex;flex-direction:column;width:100%}.footer__label{margin-bottom:4px;color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.footer__label{font-size:13px}}.footer__phone{margin-bottom:16px;color:var(--text-0);font-size:20px;line-height:140%;font-weight:600}@media(max-width:768px){.footer__phone{font-size:18px}}.footer__address{color:var(--text-400);margin-bottom:16px;font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.footer__address{font-size:14px}}.footer__email{color:var(--text-0);margin-bottom:16px;font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.footer__email{font-size:14px}}.footer__note{color:var(--text-600);margin:0;font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.footer__note{font-size:13px}}.footer__title{color:var(--text-0);font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.footer__title{font-size:14px}}.footer__col-links{display:flex;flex-direction:column;gap:16px}@media(max-width:768px){.footer__col-links{gap:12px}}.footer__col-link{color:var(--text-400);text-decoration:none;font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.footer__col-link{font-size:13px}}.footer__col-link:hover{color:var(--text-0)}.footer__social{display:flex;gap:32px;padding:16px 0 96px}@media(max-width:768px){.footer__social{gap:24px;padding:16px 0 32px;align-items:center;justify-content:center}}.footer__social-link{display:flex;flex:none;cursor:pointer;transition:transform var(--motion-duration-subtle) var(--motion-ease-standard)}.footer__social-link:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.footer__social-link:hover{transform:scale(1.1)}.footer__social-link:active{transform:scale(.95)}.footer__social-link img{width:24px;height:24px;flex:none}.payment-note{color:var(--text-1000);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.payment-note{font-size:13px}}.payment-note{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;flex:none;box-sizing:border-box;gap:6px;width:fit-content;border-radius:8px;border:0;cursor:pointer;white-space:nowrap;transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard),box-shadow var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard),box-shadow var(--motion-duration-secondary) var(--motion-ease-standard),transform var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard),box-shadow var(--motion-duration-secondary) var(--motion-ease-standard),transform var(--motion-duration-secondary) var(--motion-ease-standard),opacity var(--motion-duration-secondary) var(--motion-ease-standard)}.btn:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.btn img{width:24px;height:24px;flex:none}.btn--big{padding:0 56px;height:56px;min-height:56px;font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.btn--big{font-size:14px}}@media(max-width:768px){.btn--big{padding:0 32px;height:48px;min-height:48px}}.btn--medium{padding:0 48px;height:48px;min-height:48px;font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.btn--medium{font-size:13px}}@media(max-width:768px){.btn--medium{padding:0 32px;height:40px;min-height:40px}}.btn--small{padding:0 12px;height:32px;min-height:32px;font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.btn--small{font-size:13px}}.btn--fill-black{background:var(--bg-0);color:var(--text-0)}.btn--fill-black .btn__icon{background:var(--text-0)}.btn--fill-black:hover{background:#000}.btn--fill-black:active{transform:translateY(1px)}.btn--stroke-black{background:transparent;color:var(--text-1000);border:1px solid var(--text-1000)}.btn--stroke-black:hover{background:#0000000a}.btn--stroke-black:active{transform:translateY(1px)}.btn--stroke-white{background:transparent;color:var(--text-0);border:1px solid var(--text-0)}.btn--stroke-white:hover{background:#ffffff14}.btn--stroke-white:active{transform:translateY(1px)}.btn__icon{width:24px;height:24px;flex:none;background:var(--text-1000);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard),transform var(--motion-duration-subtle) var(--motion-ease-standard);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard),transform var(--motion-duration-subtle) var(--motion-ease-standard),opacity var(--motion-duration-subtle) var(--motion-ease-standard)}.btn__icon--add{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0898 10.4089C15.9183 10.4089 16.5898 9.73736 16.5898 8.90894C16.5898 8.08051 15.9183 7.40894 15.0898 7.40894C14.2614 7.40894 13.5898 8.08051 13.5898 8.90894C13.5898 9.73736 14.2614 10.4089 15.0898 10.4089Z' fill='black'/%3E%3Cpath d='M3.5 16.57C3.51835 17.6187 3.94787 18.6182 4.69604 19.3533C5.4442 20.0884 6.45115 20.5002 7.5 20.5H10.98M3.5 16.57V7.5C3.5 6.43913 3.92143 5.42172 4.67157 4.67157C5.42172 3.92143 6.43913 3.5 7.5 3.5H16.5C17.5609 3.5 18.5783 3.92143 19.3284 4.67157C20.0786 5.42172 20.5 6.43913 20.5 7.5V10.98M3.5 16.57L3.678 16.37L6.884 12.543C7.07172 12.319 7.30626 12.1388 7.57112 12.0152C7.83598 11.8916 8.12471 11.8275 8.417 11.8275C8.70929 11.8275 8.99802 11.8916 9.26288 12.0152C9.52774 12.1388 9.76228 12.319 9.95 12.543L11.192 14.025' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5 23C18.9587 23 20.3576 22.4205 21.3891 21.3891C22.4205 20.3576 23 18.9587 23 17.5C23 16.0413 22.4205 14.6424 21.3891 13.6109C20.3576 12.5795 18.9587 12 17.5 12C16.0413 12 14.6424 12.5795 13.6109 13.6109C12.5795 14.6424 12 16.0413 12 17.5C12 18.9587 12.5795 20.3576 13.6109 21.3891C14.6424 22.4205 16.0413 23 17.5 23ZM17.5 14.007C17.6326 14.007 17.7598 14.0597 17.8536 14.1534C17.9473 14.2472 18 14.3744 18 14.507V17H20.493C20.6256 17 20.7528 17.0527 20.8466 17.1464C20.9403 17.2402 20.993 17.3674 20.993 17.5C20.993 17.6326 20.9403 17.7598 20.8466 17.8536C20.7528 17.9473 20.6256 18 20.493 18H18V20.494C18 20.6266 17.9473 20.7538 17.8536 20.8476C17.7598 20.9413 17.6326 20.994 17.5 20.994C17.3674 20.994 17.2402 20.9413 17.1464 20.8476C17.0527 20.7538 17 20.6266 17 20.494V18H14.507C14.3744 18 14.2472 17.9473 14.1534 17.8536C14.0597 17.7598 14.007 17.6326 14.007 17.5C14.007 17.3674 14.0597 17.2402 14.1534 17.1464C14.2472 17.0527 14.3744 17 14.507 17H17V14.507C17 14.3744 17.0527 14.2472 17.1464 14.1534C17.2402 14.0597 17.3674 14.007 17.5 14.007Z' fill='black'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0898 10.4089C15.9183 10.4089 16.5898 9.73736 16.5898 8.90894C16.5898 8.08051 15.9183 7.40894 15.0898 7.40894C14.2614 7.40894 13.5898 8.08051 13.5898 8.90894C13.5898 9.73736 14.2614 10.4089 15.0898 10.4089Z' fill='black'/%3E%3Cpath d='M3.5 16.57C3.51835 17.6187 3.94787 18.6182 4.69604 19.3533C5.4442 20.0884 6.45115 20.5002 7.5 20.5H10.98M3.5 16.57V7.5C3.5 6.43913 3.92143 5.42172 4.67157 4.67157C5.42172 3.92143 6.43913 3.5 7.5 3.5H16.5C17.5609 3.5 18.5783 3.92143 19.3284 4.67157C20.0786 5.42172 20.5 6.43913 20.5 7.5V10.98M3.5 16.57L3.678 16.37L6.884 12.543C7.07172 12.319 7.30626 12.1388 7.57112 12.0152C7.83598 11.8916 8.12471 11.8275 8.417 11.8275C8.70929 11.8275 8.99802 11.8916 9.26288 12.0152C9.52774 12.1388 9.76228 12.319 9.95 12.543L11.192 14.025' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5 23C18.9587 23 20.3576 22.4205 21.3891 21.3891C22.4205 20.3576 23 18.9587 23 17.5C23 16.0413 22.4205 14.6424 21.3891 13.6109C20.3576 12.5795 18.9587 12 17.5 12C16.0413 12 14.6424 12.5795 13.6109 13.6109C12.5795 14.6424 12 16.0413 12 17.5C12 18.9587 12.5795 20.3576 13.6109 21.3891C14.6424 22.4205 16.0413 23 17.5 23ZM17.5 14.007C17.6326 14.007 17.7598 14.0597 17.8536 14.1534C17.9473 14.2472 18 14.3744 18 14.507V17H20.493C20.6256 17 20.7528 17.0527 20.8466 17.1464C20.9403 17.2402 20.993 17.3674 20.993 17.5C20.993 17.6326 20.9403 17.7598 20.8466 17.8536C20.7528 17.9473 20.6256 18 20.493 18H18V20.494C18 20.6266 17.9473 20.7538 17.8536 20.8476C17.7598 20.9413 17.6326 20.994 17.5 20.994C17.3674 20.994 17.2402 20.9413 17.1464 20.8476C17.0527 20.7538 17 20.6266 17 20.494V18H14.507C14.3744 18 14.2472 17.9473 14.1534 17.8536C14.0597 17.7598 14.007 17.6326 14.007 17.5C14.007 17.3674 14.0597 17.2402 14.1534 17.1464C14.2472 17.0527 14.3744 17 14.507 17H17V14.507C17 14.3744 17.0527 14.2472 17.1464 14.1534C17.2402 14.0597 17.3674 14.007 17.5 14.007Z' fill='black'/%3E%3C/svg%3E%0A")}.btn__icon--copy{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.11133 8.1857C6.11133 7.63554 6.32988 7.10792 6.7189 6.7189C7.10792 6.32988 7.63554 6.11133 8.1857 6.11133H14.926C15.1985 6.11133 15.4682 6.16498 15.7199 6.26923C15.9716 6.37348 16.2002 6.52627 16.3928 6.7189C16.5855 6.91152 16.7383 7.1402 16.8425 7.39187C16.9468 7.64355 17.0004 7.91329 17.0004 8.1857V14.926C17.0004 15.1985 16.9468 15.4682 16.8425 15.7199C16.7383 15.9716 16.5855 16.2002 16.3928 16.3928C16.2002 16.5855 15.9716 16.7383 15.7199 16.8425C15.4682 16.9468 15.1985 17.0004 14.926 17.0004H8.1857C7.91329 17.0004 7.64355 16.9468 7.39187 16.8425C7.1402 16.7383 6.91152 16.5855 6.7189 16.3928C6.52627 16.2002 6.37348 15.9716 6.26923 15.7199C6.16498 15.4682 6.11133 15.1985 6.11133 14.926V8.1857Z' stroke='%23050506' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.78713 13.6845C3.54834 13.5489 3.34973 13.3524 3.21148 13.1151C3.07323 12.8778 3.00026 12.6081 3 12.3335V4.55558C3 3.70001 3.70001 3 4.55558 3H12.3335C12.9169 3 13.2342 3.29945 13.5002 3.77779' stroke='%23050506' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.11133 8.1857C6.11133 7.63554 6.32988 7.10792 6.7189 6.7189C7.10792 6.32988 7.63554 6.11133 8.1857 6.11133H14.926C15.1985 6.11133 15.4682 6.16498 15.7199 6.26923C15.9716 6.37348 16.2002 6.52627 16.3928 6.7189C16.5855 6.91152 16.7383 7.1402 16.8425 7.39187C16.9468 7.64355 17.0004 7.91329 17.0004 8.1857V14.926C17.0004 15.1985 16.9468 15.4682 16.8425 15.7199C16.7383 15.9716 16.5855 16.2002 16.3928 16.3928C16.2002 16.5855 15.9716 16.7383 15.7199 16.8425C15.4682 16.9468 15.1985 17.0004 14.926 17.0004H8.1857C7.91329 17.0004 7.64355 16.9468 7.39187 16.8425C7.1402 16.7383 6.91152 16.5855 6.7189 16.3928C6.52627 16.2002 6.37348 15.9716 6.26923 15.7199C6.16498 15.4682 6.11133 15.1985 6.11133 14.926V8.1857Z' stroke='%23050506' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.78713 13.6845C3.54834 13.5489 3.34973 13.3524 3.21148 13.1151C3.07323 12.8778 3.00026 12.6081 3 12.3335V4.55558C3 3.70001 3.70001 3 4.55558 3H12.3335C12.9169 3 13.2342 3.29945 13.5002 3.77779' stroke='%23050506' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.btn__icon--check{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9488 7.4994L9.94818 13.5001C9.28811 14.1601 8.20799 14.1601 7.54791 13.5001L4.54759 10.4997' stroke='%23050506' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9488 7.4994L9.94818 13.5001C9.28811 14.1601 8.20799 14.1601 7.54791 13.5001L4.54759 10.4997' stroke='%23050506' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.btn__icon--arrow-bottom{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9.5L12 14.5L7 9.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9.5L12 14.5L7 9.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.form-field{width:100%;position:relative;display:flex;flex-direction:column;gap:6px}.form-field__error{width:100%;color:var(--red-1000);font-size:12px;line-height:140%;font-weight:400}@media(max-width:768px){.form-field__error{font-size:11px}}.form-field__description{width:100%;color:var(--text-600);font-size:12px;line-height:140%;font-weight:400}@media(max-width:768px){.form-field__description{font-size:11px}}.form-field--md .header__search-icon{width:16px;height:16px}.form-field--md .form-field__control input{height:40px}.form-field__label{color:var(--text-800);width:100%;font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.form-field__label{font-size:13px}}.form-field__label b{font-size:16px;line-height:140%;font-weight:600}@media(max-width:768px){.form-field__label b{font-size:14px}}.form-field__label--grey{color:var(--text-400)}.form-field__sub{color:var(--text-600);white-space:nowrap;font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.form-field__sub{font-size:13px}}.form-field__label-row{width:100%;display:flex;align-items:center;justify-content:space-between}.form-field__link-right{color:var(--text-800);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.form-field__link-right{font-size:13px}}.form-field__link-right{white-space:nowrap}.form-field__link-right:hover{text-decoration:underline}.form-field__pass{width:24px;height:24px;position:absolute;right:12px;z-index:3;opacity:.4;transition:opacity var(--motion-duration-subtle) var(--motion-ease-standard);transition:opacity var(--motion-duration-subtle) var(--motion-ease-standard),transform var(--motion-duration-subtle) var(--motion-ease-standard)}.form-field__pass:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.form-field__pass{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87868 9.87891C9.33579 10.4218 9 11.1718 9 12.0002C9 13.6571 10.3431 15.0002 12 15.0002C12.8284 15.0002 13.5784 14.6644 14.1213 14.1215' stroke='black' stroke-width='1.5'/%3E%3Cpath d='M7.51649 7.5166L16.4835 16.4836C15.1635 17.3529 13.6325 18.0001 12 18.0001C8.36427 18.0001 5.23206 14.79 3.81197 13.0658C3.42377 12.5945 3.22967 12.3588 3.22969 12C3.22971 11.6412 3.42424 11.405 3.8133 10.9328C4.5959 9.98283 5.89757 8.5827 7.51649 7.5166Z' stroke='black' stroke-width='1.5'/%3E%3Cpath d='M20 20L4 4' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M18.1745 15.1727C19.0138 14.4226 19.701 13.658 20.1875 13.0674C20.5766 12.5951 20.7712 12.3589 20.7712 12.0001C20.7712 11.6413 20.5771 11.4056 20.1889 10.9343C18.7688 9.21014 15.6366 6 12.0009 6C11.1295 6 10.2871 6.18438 9.49023 6.4885' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important}.form-field__pass:hover{opacity:1}.form-field__pass:active{transform:scale(.9)}.form-field__pass.is-active{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='3' stroke='black' stroke-width='1.5'/%3E%3Cpath d='M20.188 10.9343C20.5762 11.4056 20.7703 11.6412 20.7703 12C20.7703 12.3588 20.5762 12.5944 20.188 13.0657C18.7679 14.7899 15.6357 18 12 18C8.36427 18 5.23206 14.7899 3.81197 13.0657C3.42381 12.5944 3.22973 12.3588 3.22973 12C3.22973 11.6412 3.42381 11.4056 3.81197 10.9343C5.23206 9.21014 8.36427 6 12 6C15.6357 6 18.7679 9.21014 20.188 10.9343Z' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A")}.form-field__copy{width:24px;height:24px;position:absolute;right:12px;z-index:3;opacity:.4;transition:opacity var(--motion-duration-subtle) var(--motion-ease-standard);transition:opacity var(--motion-duration-subtle) var(--motion-ease-standard),transform var(--motion-duration-subtle) var(--motion-ease-standard)}.form-field__copy:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.form-field__copy{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.11133 8.1857C6.11133 7.63554 6.32988 7.10792 6.7189 6.7189C7.10792 6.32988 7.63554 6.11133 8.1857 6.11133H14.926C15.1985 6.11133 15.4682 6.16498 15.7199 6.26923C15.9716 6.37348 16.2002 6.52627 16.3928 6.7189C16.5855 6.91152 16.7383 7.1402 16.8425 7.39187C16.9468 7.64355 17.0004 7.91329 17.0004 8.1857V14.926C17.0004 15.1985 16.9468 15.4682 16.8425 15.7199C16.7383 15.9716 16.5855 16.2002 16.3928 16.3928C16.2002 16.5855 15.9716 16.7383 15.7199 16.8425C15.4682 16.9468 15.1985 17.0004 14.926 17.0004H8.1857C7.91329 17.0004 7.64355 16.9468 7.39187 16.8425C7.1402 16.7383 6.91152 16.5855 6.7189 16.3928C6.52627 16.2002 6.37348 15.9716 6.26923 15.7199C6.16498 15.4682 6.11133 15.1985 6.11133 14.926V8.1857Z' stroke='%23050506' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.78713 13.6845C3.54834 13.5489 3.34973 13.3524 3.21148 13.1151C3.07323 12.8778 3.00026 12.6081 3 12.3335V4.55558C3 3.70001 3.70001 3 4.55558 3H12.3335C12.9169 3 13.2342 3.29945 13.5002 3.77779' stroke='%23050506' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:center!important;background-size:cover!important;background-repeat:no-repeat!important}.form-field__copy:hover{opacity:1}.form-field__copy:active{transform:scale(.9)}.form-field__copy.is-active{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9488 7.4994L9.94818 13.5001C9.28811 14.1601 8.20799 14.1601 7.54791 13.5001L4.54759 10.4997' stroke='%23050506' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.form-field__control{display:flex;align-items:center;position:relative;width:100%}.form-field__control--icon-left .form-field__input{padding-left:44px}.form-field__control--icon-left:before{content:"";width:20px;height:20px;flex:none;position:absolute;z-index:2;left:12px;background:var(--text-400);aspect-ratio:1/1}.form-field__control--search:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3428 9.54688C15.3428 8.00971 14.7323 6.53527 13.6455 5.44824C12.5585 4.36127 11.0841 3.75009 9.54688 3.75C8.00954 3.75 6.5353 4.36118 5.44824 5.44824C4.36118 6.5353 3.75 8.00954 3.75 9.54688C3.75009 11.0841 4.36127 12.5585 5.44824 13.6455C6.53527 14.7323 8.00971 15.3428 9.54688 15.3428C11.082 15.3427 12.5541 14.7336 13.6406 13.6494C13.6432 13.6468 13.6458 13.6442 13.6484 13.6416C13.6502 13.6399 13.6516 13.6375 13.6533 13.6357C14.7348 12.5496 15.3427 11.0799 15.3428 9.54688ZM16.8428 9.54688C16.8427 11.2291 16.2607 12.8503 15.21 14.1445L18.1641 17.1035C18.4567 17.3967 18.4562 17.8714 18.1631 18.1641C17.8699 18.4567 17.3952 18.4562 17.1025 18.1631L14.1504 15.2061C12.8553 16.2596 11.2314 16.8427 9.54688 16.8428C7.61172 16.8428 5.75508 16.0744 4.38672 14.7061C3.01852 13.3378 2.25009 11.4818 2.25 9.54688C2.25 7.61172 3.01836 5.75508 4.38672 4.38672C5.75508 3.01836 7.61172 2.25 9.54688 2.25C11.4818 2.25009 13.3378 3.01852 14.7061 4.38672C16.0744 5.75508 16.8428 7.61172 16.8428 9.54688Z' fill='%2395999D'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3428 9.54688C15.3428 8.00971 14.7323 6.53527 13.6455 5.44824C12.5585 4.36127 11.0841 3.75009 9.54688 3.75C8.00954 3.75 6.5353 4.36118 5.44824 5.44824C4.36118 6.5353 3.75 8.00954 3.75 9.54688C3.75009 11.0841 4.36127 12.5585 5.44824 13.6455C6.53527 14.7323 8.00971 15.3428 9.54688 15.3428C11.082 15.3427 12.5541 14.7336 13.6406 13.6494C13.6432 13.6468 13.6458 13.6442 13.6484 13.6416C13.6502 13.6399 13.6516 13.6375 13.6533 13.6357C14.7348 12.5496 15.3427 11.0799 15.3428 9.54688ZM16.8428 9.54688C16.8427 11.2291 16.2607 12.8503 15.21 14.1445L18.1641 17.1035C18.4567 17.3967 18.4562 17.8714 18.1631 18.1641C17.8699 18.4567 17.3952 18.4562 17.1025 18.1631L14.1504 15.2061C12.8553 16.2596 11.2314 16.8427 9.54688 16.8428C7.61172 16.8428 5.75508 16.0744 4.38672 14.7061C3.01852 13.3378 2.25009 11.4818 2.25 9.54688C2.25 7.61172 3.01836 5.75508 4.38672 4.38672C5.75508 3.01836 7.61172 2.25 9.54688 2.25C11.4818 2.25009 13.3378 3.01852 14.7061 4.38672C16.0744 5.75508 16.8428 7.61172 16.8428 9.54688Z' fill='%2395999D'/%3E%3C/svg%3E%0A")}.form-field__input,.form-field__textarea{color:var(--text-1000);width:100%;height:48px;padding:12px 16px;border-radius:8px;border:none;background:var(--input-bg);position:relative;z-index:1;flex:none;font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.form-field__input,.form-field__textarea{font-size:13px}}.form-field__input,.form-field__textarea{transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard),border-color var(--motion-duration-subtle) var(--motion-ease-standard);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard),border-color var(--motion-duration-subtle) var(--motion-ease-standard),outline-color var(--motion-duration-subtle) var(--motion-ease-standard);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard),border-color var(--motion-duration-subtle) var(--motion-ease-standard),outline-color var(--motion-duration-subtle) var(--motion-ease-standard),box-shadow var(--motion-duration-subtle) var(--motion-ease-standard);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard),border-color var(--motion-duration-subtle) var(--motion-ease-standard),outline-color var(--motion-duration-subtle) var(--motion-ease-standard),box-shadow var(--motion-duration-subtle) var(--motion-ease-standard),color var(--motion-duration-subtle) var(--motion-ease-standard)}.form-field__input:hover:not(:disabled),.form-field__textarea:hover:not(:disabled){background:#e4e4e4}.form-field__input:focus-visible,.form-field__textarea:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px;box-shadow:0 0 0 4px #05050614}.form-field__input:active:not(:disabled),.form-field__textarea:active:not(:disabled){background:#dedede}.form-field__input:disabled,.form-field__textarea:disabled{background:var(--bg-750);color:var(--text-800)}.form-field__input--line-style,.form-field__textarea--line-style{background:var(--bg-1000);border:1px solid var(--bg-500)}.form-field__input::placeholder,.form-field__textarea::placeholder{color:var(--text-400)}.form-field__input:focus,.form-field__textarea:focus{outline:2px solid var(--text-1000)}.form-field__textarea{min-height:100px;resize:vertical}.select-demo{display:grid;gap:16px;padding-top:16px}.switch-grid{display:inline-flex;align-items:center;gap:2px;padding:2px;width:76px;height:40px;background:var(--bg-500);border-radius:8px;overflow:hidden}.switch-grid__btn{width:36px;height:36px;border:none;border-radius:6px;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.switch-grid__btn:hover{background:#0000000f}.switch-grid__btn.is-active{background:var(--bg-1000);box-shadow:0 4px 10px #090a0b29}.switch-grid__btn.is-active .switch-grid__icon{background:var(--text-800)}.switch-grid__icon{width:24px;height:24px;flex:none;background:var(--text-600);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:18px 18px;mask-size:18px 18px}.switch-grid__icon--grid{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 16C7.55228 16 8 16.4477 8 17V19C8 19.5523 7.55228 20 7 20H5C4.44772 20 4 19.5523 4 19V17C4 16.4477 4.44772 16 5 16H7ZM13 16C13.5523 16 14 16.4477 14 17V19C14 19.5523 13.5523 20 13 20H11C10.4477 20 10 19.5523 10 19V17C10 16.4477 10.4477 16 11 16H13ZM19 16C19.5523 16 20 16.4477 20 17V19C20 19.5523 19.5523 20 19 20H17C16.4477 20 16 19.5523 16 19V17C16 16.4477 16.4477 16 17 16H19ZM7 10C7.55228 10 8 10.4477 8 11V13C8 13.5523 7.55228 14 7 14H5C4.44772 14 4 13.5523 4 13V11C4 10.4477 4.44772 10 5 10H7ZM13 10C13.5523 10 14 10.4477 14 11V13C14 13.5523 13.5523 14 13 14H11C10.4477 14 10 13.5523 10 13V11C10 10.4477 10.4477 10 11 10H13ZM19 10C19.5523 10 20 10.4477 20 11V13C20 13.5523 19.5523 14 19 14H17C16.4477 14 16 13.5523 16 13V11C16 10.4477 16.4477 10 17 10H19ZM7 4C7.55228 4 8 4.44772 8 5V7C8 7.55228 7.55228 8 7 8H5C4.44772 8 4 7.55228 4 7V5C4 4.44772 4.44772 4 5 4H7ZM13 4C13.5523 4 14 4.44772 14 5V7C14 7.55228 13.5523 8 13 8H11C10.4477 8 10 7.55228 10 7V5C10 4.44772 10.4477 4 11 4H13ZM18.8574 4C19.4095 4.00026 19.8574 4.44788 19.8574 5V7C19.8574 7.55212 19.4095 7.99974 18.8574 8H16.8574C16.3051 8 15.8574 7.55228 15.8574 7V5C15.8574 4.44772 16.3051 4 16.8574 4H18.8574Z' fill='black'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 16C7.55228 16 8 16.4477 8 17V19C8 19.5523 7.55228 20 7 20H5C4.44772 20 4 19.5523 4 19V17C4 16.4477 4.44772 16 5 16H7ZM13 16C13.5523 16 14 16.4477 14 17V19C14 19.5523 13.5523 20 13 20H11C10.4477 20 10 19.5523 10 19V17C10 16.4477 10.4477 16 11 16H13ZM19 16C19.5523 16 20 16.4477 20 17V19C20 19.5523 19.5523 20 19 20H17C16.4477 20 16 19.5523 16 19V17C16 16.4477 16.4477 16 17 16H19ZM7 10C7.55228 10 8 10.4477 8 11V13C8 13.5523 7.55228 14 7 14H5C4.44772 14 4 13.5523 4 13V11C4 10.4477 4.44772 10 5 10H7ZM13 10C13.5523 10 14 10.4477 14 11V13C14 13.5523 13.5523 14 13 14H11C10.4477 14 10 13.5523 10 13V11C10 10.4477 10.4477 10 11 10H13ZM19 10C19.5523 10 20 10.4477 20 11V13C20 13.5523 19.5523 14 19 14H17C16.4477 14 16 13.5523 16 13V11C16 10.4477 16.4477 10 17 10H19ZM7 4C7.55228 4 8 4.44772 8 5V7C8 7.55228 7.55228 8 7 8H5C4.44772 8 4 7.55228 4 7V5C4 4.44772 4.44772 4 5 4H7ZM13 4C13.5523 4 14 4.44772 14 5V7C14 7.55228 13.5523 8 13 8H11C10.4477 8 10 7.55228 10 7V5C10 4.44772 10.4477 4 11 4H13ZM18.8574 4C19.4095 4.00026 19.8574 4.44788 19.8574 5V7C19.8574 7.55212 19.4095 7.99974 18.8574 8H16.8574C16.3051 8 15.8574 7.55228 15.8574 7V5C15.8574 4.44772 16.3051 4 16.8574 4H18.8574Z' fill='black'/%3E%3C/svg%3E%0A")}.switch-grid__icon--list{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 16C7.55228 16 8 16.4477 8 17V19C8 19.5523 7.55228 20 7 20H5C4.44772 20 4 19.5523 4 19V17C4 16.4477 4.44772 16 5 16H7ZM19.0537 16C19.606 16 20.0537 16.4477 20.0537 17V19C20.0537 19.5523 19.606 20 19.0537 20H11C10.4477 20 10 19.5523 10 19V17C10 16.4477 10.4477 16 11 16H19.0537ZM7 10C7.55228 10 8 10.4477 8 11V13C8 13.5523 7.55228 14 7 14H5C4.44772 14 4 13.5523 4 13V11C4 10.4477 4.44772 10 5 10H7ZM19 10C19.5523 10 20 10.4477 20 11V13C20 13.5523 19.5523 14 19 14H11C10.4477 14 10 13.5523 10 13V11C10 10.4477 10.4477 10 11 10H19ZM7 4C7.55228 4 8 4.44772 8 5V7C8 7.55228 7.55228 8 7 8H5C4.44772 8 4 7.55228 4 7V5C4 4.44772 4.44772 4 5 4H7ZM19 4C19.5523 4 20 4.44772 20 5V7C20 7.55228 19.5523 8 19 8H11C10.4477 8 10 7.55228 10 7V5C10 4.44772 10.4477 4 11 4H19Z' fill='black'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 16C7.55228 16 8 16.4477 8 17V19C8 19.5523 7.55228 20 7 20H5C4.44772 20 4 19.5523 4 19V17C4 16.4477 4.44772 16 5 16H7ZM19.0537 16C19.606 16 20.0537 16.4477 20.0537 17V19C20.0537 19.5523 19.606 20 19.0537 20H11C10.4477 20 10 19.5523 10 19V17C10 16.4477 10.4477 16 11 16H19.0537ZM7 10C7.55228 10 8 10.4477 8 11V13C8 13.5523 7.55228 14 7 14H5C4.44772 14 4 13.5523 4 13V11C4 10.4477 4.44772 10 5 10H7ZM19 10C19.5523 10 20 10.4477 20 11V13C20 13.5523 19.5523 14 19 14H11C10.4477 14 10 13.5523 10 13V11C10 10.4477 10.4477 10 11 10H19ZM7 4C7.55228 4 8 4.44772 8 5V7C8 7.55228 7.55228 8 7 8H5C4.44772 8 4 7.55228 4 7V5C4 4.44772 4.44772 4 5 4H7ZM19 4C19.5523 4 20 4.44772 20 5V7C20 7.55228 19.5523 8 19 8H11C10.4477 8 10 7.55228 10 7V5C10 4.44772 10.4477 4 11 4H19Z' fill='black'/%3E%3C/svg%3E%0A")}.pagination{display:flex;align-items:center;justify-content:center;gap:16px;width:100%}.pagination__list{display:flex;align-items:center;gap:8px;list-style:none;padding:0;margin:0}.pagination__btn{min-width:36px;height:36px;padding:0 8px;border-radius:8px;background:var(--bg-500);color:var(--text-1000);cursor:pointer;font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.pagination__btn{font-size:13px}}.pagination__btn{transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),color var(--motion-duration-secondary) var(--motion-ease-standard),transform var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),color var(--motion-duration-secondary) var(--motion-ease-standard),transform var(--motion-duration-secondary) var(--motion-ease-standard),opacity var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),color var(--motion-duration-secondary) var(--motion-ease-standard),transform var(--motion-duration-secondary) var(--motion-ease-standard),opacity var(--motion-duration-secondary) var(--motion-ease-standard),box-shadow var(--motion-duration-secondary) var(--motion-ease-standard)}.pagination__btn:hover{background:var(--bg-750)}.pagination__btn:active{transform:translateY(1px);background:var(--bg-500)}.pagination__btn:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.pagination__btn--active{background:var(--bg-0);color:var(--text-0)}.pagination__btn--active:hover{background:var(--bg-0)}.pagination__btn--arrow{background:transparent;border-color:transparent;width:36px;height:36px;flex:none;display:flex;align-items:center;justify-content:center;padding:0}.pagination__btn--arrow:hover{background:var(--bg-500)}.pagination__icon{width:20px;height:20px;display:inline-flex;background:var(--text-1000);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4L13 10L7 16' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4L13 10L7 16' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A")}.pagination__icon--prev{transform:rotate(180deg)}.pagination__dots{color:var(--text-400);font-size:16px;line-height:140%;font-weight:400}@media(max-width:768px){.pagination__dots{font-size:14px}}.select-rich{display:flex;flex-direction:column;gap:4px;width:100%}.select-rich__label{color:var(--text-800);width:100%;font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.select-rich__label{font-size:13px}}.select-rich__container{position:relative;border-radius:8px;border:1px solid var(--bg-500);background:var(--bg-1000);height:48px;transition:border-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:border-color var(--motion-duration-secondary) var(--motion-ease-standard),background-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:border-color var(--motion-duration-secondary) var(--motion-ease-standard),background-color var(--motion-duration-secondary) var(--motion-ease-standard),box-shadow var(--motion-duration-secondary) var(--motion-ease-standard)}.select-rich__container[open] .select-rich__chevron{transform:translateY(-50%) rotate(180deg)}.select-rich__container[open] .select-rich__menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.select-rich__control{display:flex;align-items:center;gap:12px;padding:12px 48px 12px 12px;cursor:pointer;height:100%;list-style:none}.select-rich__control:hover{background:var(--bg-750)}.select-rich__control:active{background:var(--bg-500)}.select-rich__control:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.select-rich__control::-webkit-details-marker{display:none}.select-rich__value{display:flex;align-items:center;gap:8px}.select-rich__title{color:var(--text-1000);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.select-rich__title{font-size:13px}}.select-rich__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;flex:1 0 0;overflow:hidden;text-overflow:ellipsis}.select-rich__sub{color:var(--text-400);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.select-rich__sub{font-size:13px}}.select-rich__avatar{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;object-fit:cover;overflow:hidden;flex:none}.select-rich__chevron{width:20px;height:20px;flex:none;background:var(--text-1000);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 7L10 13L4 7' stroke='%23050506' stroke-width='1.5'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 7L10 13L4 7' stroke='%23050506' stroke-width='1.5'/%3E%3C/svg%3E%0A");transform:translateY(-50%);position:absolute;right:12px;top:50%;transition:transform var(--motion-duration-subtle) var(--motion-ease-standard)}.select-rich__menu{position:absolute;left:0;right:0;top:100%;background:var(--bg-1000);border:1px solid var(--bg-500);border-radius:8px;box-shadow:0 16px 40px -12px #090a0b29;display:grid;opacity:0;visibility:hidden;overflow:auto;pointer-events:none;transform:translateY(-4px);z-index:10;margin:0 -1px;max-height:240px;will-change:opacity,transform;transition:opacity var(--motion-duration-primary) var(--motion-ease-emphasized);transition:opacity var(--motion-duration-primary) var(--motion-ease-emphasized),transform var(--motion-duration-primary) var(--motion-ease-emphasized)}.select-rich__search{width:100%;position:sticky;top:0;left:0;display:flex;align-items:center;z-index:1}.select-rich__search-icon{position:absolute;left:12px;width:16px;height:16px;background:var(--text-400);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3428 9.54688C15.3428 8.00971 14.7323 6.53527 13.6455 5.44824C12.5585 4.36127 11.0841 3.75009 9.54688 3.75C8.00954 3.75 6.5353 4.36118 5.44824 5.44824C4.36118 6.5353 3.75 8.00954 3.75 9.54688C3.75009 11.0841 4.36127 12.5585 5.44824 13.6455C6.53527 14.7323 8.00971 15.3428 9.54688 15.3428C11.082 15.3427 12.5541 14.7336 13.6406 13.6494C13.6432 13.6468 13.6458 13.6442 13.6484 13.6416C13.6502 13.6399 13.6516 13.6375 13.6533 13.6357C14.7348 12.5496 15.3427 11.0799 15.3428 9.54688ZM16.8428 9.54688C16.8427 11.2291 16.2607 12.8503 15.21 14.1445L18.1641 17.1035C18.4567 17.3967 18.4562 17.8714 18.1631 18.1641C17.8699 18.4567 17.3952 18.4562 17.1025 18.1631L14.1504 15.2061C12.8553 16.2596 11.2314 16.8427 9.54688 16.8428C7.61172 16.8428 5.75508 16.0744 4.38672 14.7061C3.01852 13.3378 2.25009 11.4818 2.25 9.54688C2.25 7.61172 3.01836 5.75508 4.38672 4.38672C5.75508 3.01836 7.61172 2.25 9.54688 2.25C11.4818 2.25009 13.3378 3.01852 14.7061 4.38672C16.0744 5.75508 16.8428 7.61172 16.8428 9.54688Z' fill='%2395999D'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3428 9.54688C15.3428 8.00971 14.7323 6.53527 13.6455 5.44824C12.5585 4.36127 11.0841 3.75009 9.54688 3.75C8.00954 3.75 6.5353 4.36118 5.44824 5.44824C4.36118 6.5353 3.75 8.00954 3.75 9.54688C3.75009 11.0841 4.36127 12.5585 5.44824 13.6455C6.53527 14.7323 8.00971 15.3428 9.54688 15.3428C11.082 15.3427 12.5541 14.7336 13.6406 13.6494C13.6432 13.6468 13.6458 13.6442 13.6484 13.6416C13.6502 13.6399 13.6516 13.6375 13.6533 13.6357C14.7348 12.5496 15.3427 11.0799 15.3428 9.54688ZM16.8428 9.54688C16.8427 11.2291 16.2607 12.8503 15.21 14.1445L18.1641 17.1035C18.4567 17.3967 18.4562 17.8714 18.1631 18.1641C17.8699 18.4567 17.3952 18.4562 17.1025 18.1631L14.1504 15.2061C12.8553 16.2596 11.2314 16.8427 9.54688 16.8428C7.61172 16.8428 5.75508 16.0744 4.38672 14.7061C3.01852 13.3378 2.25009 11.4818 2.25 9.54688C2.25 7.61172 3.01836 5.75508 4.38672 4.38672C5.75508 3.01836 7.61172 2.25 9.54688 2.25C11.4818 2.25009 13.3378 3.01852 14.7061 4.38672C16.0744 5.75508 16.8428 7.61172 16.8428 9.54688Z' fill='%2395999D'/%3E%3C/svg%3E%0A")}.select-rich__search-input{width:100%;height:40px;padding:0 12px 0 36px;background:var(--bg-750);color:var(--text-1000);border:none;outline:none;border-bottom:1px solid var(--bg-500);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.select-rich__search-input{font-size:13px}}.select-rich__search-input{transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard),border-color var(--motion-duration-subtle) var(--motion-ease-standard);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard),border-color var(--motion-duration-subtle) var(--motion-ease-standard),color var(--motion-duration-subtle) var(--motion-ease-standard)}.select-rich__search-input::placeholder{color:var(--text-400)}.select-rich__search-input:hover{background:#e7e7e7}.select-rich__search-input:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.select-rich__option{width:100%;display:flex;align-items:center;gap:8px;padding:10px 12px;background:transparent;cursor:pointer;text-align:left;transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard),opacity var(--motion-duration-secondary) var(--motion-ease-standard)}.select-rich__option:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.select-rich__option:not(:last-child){border-bottom:1px solid var(--bg-500)}.select-rich__option:hover{background:var(--bg-750)}.select-rich__option:active{background:var(--bg-500)}.select-rich__option.is-selected{opacity:.5;border-color:var(--bg-500);background:var(--bg-750)}.select-rich__option.is-hidden{display:none}.select-rich__option-text{display:flex;align-items:center;gap:4px}.select-rich--md .select-rich__container{height:40px}.select-rich--lg .select-rich__container{height:64px}.product-page-head{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}@media(max-width:768px){.product-page-head{grid-template-columns:1fr;gap:24px}}.product-page-head__gallery{width:100%}.product-page-head__info{display:flex;flex-direction:column;gap:16px}.product-page-head__head{display:flex;flex-direction:column;gap:12px}.product-page-head__title{color:var(--text-1000);font-size:40px;line-height:140%;font-weight:600}@media(max-width:768px){.product-page-head__title{font-size:24px}}.product-page-head__price{display:flex;align-items:center;gap:12px}.product-page-head__price-current{color:var(--text-1000);font-size:24px;line-height:140%;font-weight:600}@media(max-width:768px){.product-page-head__price-current{font-size:20px}}.product-page-head__price-old{color:var(--text-400);text-decoration:line-through;font-size:16px;line-height:140%;font-weight:400}@media(max-width:768px){.product-page-head__price-old{font-size:14px}}.product-page-head__actions{display:flex;gap:12px;align-items:stretch;flex-wrap:wrap}.product-page-head__actions>*{flex:1 1 0;min-width:0}.product-page-head__actions form{display:flex!important;min-width:0}.product-page-head__actions a,.product-page-head__actions button{width:100%;min-width:0}.product-gallery{display:flex;flex-direction:column;padding-left:80px;width:100%;position:sticky;top:24px}@media(max-width:768px){.product-gallery{grid-template-columns:1fr}}.product-gallery__thumbs{display:flex;flex-direction:column;gap:8px;overflow:auto;height:100%;width:64px;position:absolute;left:0;top:0}@media(max-width:768px){.product-gallery__thumbs{flex-direction:row}}.product-gallery__thumb{width:64px;height:64px;flex:none;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;opacity:.4;transition:opacity var(--motion-duration-secondary) var(--motion-ease-standard);transition:opacity var(--motion-duration-secondary) var(--motion-ease-standard),transform var(--motion-duration-secondary) var(--motion-ease-standard)}.product-gallery__thumb:hover{opacity:1}.product-gallery__thumb:active{transform:translateY(-1px)}.product-gallery__thumb:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb.is-active{opacity:1;transform:translateY(-1px)}.product-gallery__stage{position:relative;overflow:hidden;background:var(--bg-500);aspect-ratio:1/1;width:100%}.product-gallery__image{width:100%;height:100%;max-height:520px;object-fit:contain;background:var(--bg-1000)}.product-gallery__nav{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 8px;pointer-events:none}.product-gallery__nav-btn{width:24px;height:24px;border-radius:50%;border:none;background:var(--bg-250);cursor:pointer;pointer-events:auto;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4L13 10L7 16' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4L13 10L7 16' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A")}.product-gallery__nav-btn:hover{background:var(--bg-0)}.product-gallery__nav-btn[data-gallery-prev]{transform:rotate(180deg)}.product-options{display:flex;flex-direction:column;gap:8px}.product-options--disabled{opacity:.6;-webkit-user-select:none;user-select:none;pointer-events:none}.product-options__label{color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.product-options__label{font-size:13px}}.product-options__list{display:flex;flex-wrap:wrap;gap:12px}.product-options__chip{display:inline-flex;align-items:center;justify-content:center;min-width:80px;height:48px;flex:1 0 0;padding:0 14px;border-radius:8px;border:1px solid var(--bg-500);outline:1px solid transparent;background:var(--bg-1000);color:var(--text-1000);cursor:pointer;font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.product-options__chip{font-size:14px}}.product-options__chip{transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard),outline-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard),outline-color var(--motion-duration-secondary) var(--motion-ease-standard),color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard),outline-color var(--motion-duration-secondary) var(--motion-ease-standard),color var(--motion-duration-secondary) var(--motion-ease-standard),box-shadow var(--motion-duration-secondary) var(--motion-ease-standard)}.product-options__chip:hover{border-color:var(--text-200)}.product-options__chip.is-active{border-color:var(--text-0);outline:1px solid var(--bg-0)}.product-options__chip--swatch{width:32px;min-width:32px;height:32px;flex:none;border-radius:16px;border:2px solid transparent;padding:0;background:var(--swatch)}.product-options__chip--swatch:hover{border-color:var(--text-200)}.product-options__chip--swatch.is-active{border-color:var(--text-0)}.product-specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.product-specs__item{display:grid;grid-template-columns:24px 1fr;gap:8px;align-items:center;padding:12px;border-radius:8px;background:var(--bg-750)}.product-specs__icon{width:24px;height:24px}.product-specs__label{color:var(--text-400);font-size:12px;line-height:140%;font-weight:400}@media(max-width:768px){.product-specs__label{font-size:11px}}.product-specs__value{color:var(--text-1000);font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.product-specs__value{font-size:13px}}.product-tabs{display:flex;flex-direction:column;gap:12px}.product-tabs__nav{display:flex;flex-wrap:wrap;gap:12px}.product-tabs__link{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;border:1px solid var(--bg-500);color:var(--text-600);background:var(--bg-1000);cursor:pointer;font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.product-tabs__link{font-size:13px}}.product-tabs__link{transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard),color var(--motion-duration-secondary) var(--motion-ease-standard)}.product-tabs__link:hover{border-color:var(--text-200)}.product-tabs__link.is-active{color:var(--text-1000);border-color:var(--text-1000)}.product-tabs__panels{border:1px solid var(--bg-500);border-radius:12px;padding:12px 14px;background:var(--bg-1000)}.product-tabs__panel{display:none;color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.product-tabs__panel{font-size:13px}}.product-tabs__panel.is-active{display:block}.product-summary{display:flex;flex-direction:column;gap:24px}.product-summary__text{color:var(--text-600);font-size:16px;line-height:140%;font-weight:400}@media(max-width:768px){.product-summary__text{font-size:14px}}.product-summary__more{text-decoration:underline;color:var(--text-600)}.product-benefits{display:flex;gap:12px}.product-benefits__item{display:flex;gap:12px;align-items:center;flex:1 0 0}.product-benefits__icon{width:48px;height:48px;border-radius:8px;background:var(--bg-750);display:inline-flex;align-items:center;justify-content:center}.product-benefits__icon img{width:24px;height:24px}.product-benefits__text{display:flex;flex-direction:column}.product-benefits__label{color:var(--text-600);font-size:12px;line-height:140%;font-weight:400}@media(max-width:768px){.product-benefits__label{font-size:11px}}.product-benefits__value{color:var(--text-1000);font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.product-benefits__value{font-size:13px}}.product-benefits__value--accent{color:var(--green-1000)}.product-reviews{display:flex;flex-direction:column;gap:24px;width:100%}.product-reviews__head{display:flex;align-items:center;justify-content:space-between;gap:16px}.product-reviews__title{color:var(--text-1000);font-size:24px;line-height:140%;font-weight:600}@media(max-width:768px){.product-reviews__title{font-size:20px}}.product-reviews__title{flex:1 0 0}.product-reviews__sort{display:flex;min-width:140px;max-width:256px;flex:1 0 0}.product-reviews__summary{display:flex;gap:56px;align-items:center}.product-reviews__score{display:flex;flex-direction:column;align-items:center;background:var(--bg-750);border-radius:16px;flex:1 0 0;max-width:188px;width:100%;gap:8px;padding:32px}.product-reviews__score .stars-rating-wiev{height:24px}.product-reviews__score-value{font-size:64px;line-height:100%;font-weight:600}@media(max-width:768px){.product-reviews__score-value{font-size:44px}}.product-reviews__score-value{color:var(--text-1000)}.product-reviews__score-count{color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.product-reviews__score-count{font-size:13px}}.product-reviews__bars{display:flex;flex-direction:column;gap:20px;flex:1 0 0}.product-reviews__bar{display:flex;height:20px;gap:16px;align-items:center}.product-reviews__bar-track{width:100%;height:6px;border-radius:4px;background:var(--bg-500);overflow:hidden}.product-reviews__bar-fill{display:block;height:100%;background:var(--yellow-1000);border-radius:4px}.product-reviews__bar-label{font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.product-reviews__bar-label{font-size:14px}}.product-reviews__bar-label{color:var(--text-1000);flex:none;max-width:140px;width:100%}.product-reviews__bar-value{color:var(--text-400);flex:none;max-width:48px;width:100%;font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.product-reviews__bar-value{font-size:13px}}.product-reviews__bar-value{text-align:right}.product-reviews__list{display:flex;flex-direction:column;gap:16px}.product-reviews__footer{display:flex;justify-content:center}.product-details{width:100%}.product-details__card{background:var(--bg-1000);border-radius:16px;padding:40px;display:flex;flex-direction:column;gap:32px}@media(max-width:768px){.product-details__card{padding:16px}}.product-details__head{display:flex;flex-direction:column;gap:24px}.product-details__title{color:var(--text-1000);font-size:24px;line-height:140%;font-weight:600}@media(max-width:768px){.product-details__title{font-size:20px}}.product-details__intro{color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.product-details__intro{font-size:13px}}.product-details__body{display:flex;flex-direction:column;gap:32px}.product-details__body.is-collapsed{max-height:640px;overflow:hidden;position:relative}.product-details__body.is-collapsed:after{content:"";position:absolute;left:0;right:0;bottom:0;height:96px;background:linear-gradient(180deg,#fff0,#fff);pointer-events:none}.product-details__section{display:flex;flex-direction:column;gap:24px}.product-details__section-title{color:var(--text-1000);font-size:20px;line-height:140%;font-weight:600}@media(max-width:768px){.product-details__section-title{font-size:18px}}.product-details__list{display:flex;flex-direction:column;gap:0;overflow:hidden}.product-details__row{display:grid;grid-template-columns:1.5fr 1fr;gap:12px;padding:16px 0}.product-details__row:not(:last-child){border-bottom:1px solid var(--bg-500)}.product-details__row dt{color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.product-details__row dt{font-size:13px}}.product-details__row dd{margin:0;justify-self:end;color:var(--text-1000);font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.product-details__row dd{font-size:13px}}.product-details__row dd{text-align:right}.product-details__row--multiline dd{display:flex;justify-content:flex-end}.product-details__tags{display:flex;flex-direction:column;align-items:flex-end;gap:4px;list-style:none;margin:0;padding:0}.product-details__tags li{color:var(--text-1000);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.product-details__tags li{font-size:13px}}.product-details__footer{width:100%;display:flex;justify-content:center}.product-details__toggle{min-width:180px;height:48px;padding:0 56px;border-radius:8px;border:1px solid var(--text-1000);background:transparent;color:var(--text-1000);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.product-details__toggle{font-size:13px}}.product-details__toggle{transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard),color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard),color var(--motion-duration-secondary) var(--motion-ease-standard),transform var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard),color var(--motion-duration-secondary) var(--motion-ease-standard),transform var(--motion-duration-secondary) var(--motion-ease-standard),opacity var(--motion-duration-secondary) var(--motion-ease-standard)}.product-details__toggle:hover{background:#0000000a}.product-details__toggle-icon{width:20px;height:20px;background:var(--text-1000);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:20px 20px;mask-size:20px 20px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7.5L10 12.5L5 7.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 7.5L10 12.5L5 7.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");transition:transform var(--motion-duration-subtle) var(--motion-ease-standard)}.product-details__toggle-icon.is-rotated{transform:rotate(180deg)}.review-card{display:flex;flex-direction:column;gap:12px;padding:24px;background:var(--bg-750);border-radius:16px}.review-card__meta{display:flex;align-items:flex-start;gap:12px}.review-card__user{display:flex;align-items:center;gap:16px;flex:1 0 0}.review-card__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex:none}.review-card__info{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.review-card__name{color:var(--text-1000);font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.review-card__name{font-size:14px}}.review-card__date{color:var(--text-400);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.review-card__date{font-size:13px}}.review-card__date{white-space:nowrap}.review-card__text{margin:0;color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.review-card__text{font-size:13px}}.review-card__text{line-height:1.6}.review-card__media{display:flex;gap:8px;padding-top:4px}.review-card__media img{max-height:88px;height:100%;border-radius:8px;object-fit:cover}.cart-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:flex-start}@media(max-width:768px){.cart-layout{grid-template-columns:1fr;gap:32px}}.cart-items{display:flex;flex-direction:column}.cart-item{display:grid;grid-template-columns:96px 1fr;gap:16px;padding:16px 0;border-bottom:1px solid var(--bg-500)}.cart-item:last-child{border-bottom:none}.cart-item--dropdown-header{grid-template-columns:80px 1fr;padding:0;border:none}.cart-item--dropdown-header:not(:last-child){padding:0 0 8px}.cart-item--dropdown-header .cart-item__media{width:80px;height:80px}.cart-item--dropdown-header .cart-item__body{display:flex;flex-direction:column;justify-content:center;gap:8px;padding-right:32px;position:relative}.cart-item--dropdown-header .cart-item__remove{position:absolute;right:0}.cart-item--dropdown-header .cart-item__price-controls{display:flex;align-items:center;flex-direction:row;gap:16px;width:100%}.cart-item--dropdown-header .cart-item__info{gap:4px}.cart-item--dropdown-header .cart-item__price{flex:1 0 0;font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.cart-item--dropdown-header .cart-item__price{font-size:13px}}.cart-item--dropdown-header .cart-item__title{font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.cart-item--dropdown-header .cart-item__title{font-size:13px}}.cart-item--dropdown-header .cart-item__sku{display:none}.cart-item__media{width:96px;height:96px;overflow:hidden}.cart-item__media img{width:100%;height:100%;object-fit:contain}.cart-item__body{display:grid;grid-template-columns:1fr auto auto auto;gap:12px;align-items:center}@media(max-width:768px){.cart-item__body{grid-template-columns:1fr;align-items:flex-start;gap:8px}}.cart-item__info{display:flex;flex-direction:column;gap:8px}.cart-item__price-controls{display:flex;flex-direction:column;align-items:center;gap:12px}.cart-item__title{margin:0;color:var(--text-1000);font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.cart-item__title{font-size:14px}}.cart-item__sku{margin:0;color:var(--text-400);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.cart-item__sku{font-size:13px}}.cart-item__price{color:var(--text-1000);font-size:16px;line-height:140%;font-weight:600}@media(max-width:768px){.cart-item__price{font-size:14px}}.cart-item__controls{display:inline-flex;align-items:center}@media(max-width:768px){.cart-item__controls{justify-self:start}}.cart-item__qty-btn{border:none;background:transparent;color:var(--text-1000);cursor:pointer;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.cart-item__qty-btn{font-size:14px}}.cart-item__qty-btn:disabled{opacity:.2}.cart-item__qty-btn--minus{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.333 16L10.6663 16' stroke='%23050506' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.cart-item__qty-btn--plus{background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 10.667L16 21.3337' stroke='%23050506' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M21.333 16L10.6663 16' stroke='%23050506' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.cart-item__qty-input{width:40px;height:32px;text-align:center;color:var(--text-1000);font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.cart-item__qty-input{font-size:13px}}.cart-item__qty-input{border:1px solid var(--bg-500);background:var(--bg-1000);border-radius:8px}.cart-item__qty-input:focus{outline:none}.cart-item__qty-input::-webkit-outer-spin-button,.cart-item__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item__qty-input[type=number]{-moz-appearance:textfield}.cart-item__remove{border:none;background:transparent;color:var(--text-1000);cursor:pointer;width:24px;height:24px;background:var(--bg-0);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='black' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='black' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='black' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='black' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.cart-summary{width:100%;position:sticky;top:16px}.cart-summary__divider{width:100%;height:1px;background:var(--bg-500);margin:12px 0}.cart-summary__inner{padding:40px;border:1px solid var(--bg-500);border-radius:16px;background:var(--bg-1000);display:flex;flex-direction:column;gap:32px}.cart-summary__title{color:var(--text-1000);font-size:20px;line-height:140%;font-weight:600}@media(max-width:768px){.cart-summary__title{font-size:18px}}.cart-summary__promo{display:flex;flex-direction:column;gap:6px}.cart-summary__promo-label{color:var(--text-600);font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.cart-summary__promo-label{font-size:13px}}.cart-summary__promo-field{display:flex;align-items:center;position:relative}.cart-summary__promo-input{height:64px;border-radius:8px;border:1px solid var(--bg-500);padding:0 16px;background:var(--bg-1000);color:var(--text-1000);width:100%}.auth{width:100%;display:flex;flex-direction:column;align-items:center;gap:32px;padding:32px 0 56px}.auth__footnote{font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.auth__footnote{font-size:13px}}.auth__footnote{color:var(--text-400);text-align:center;margin:8px auto 0;max-width:360px}.auth__footnote a{color:var(--text-800);text-decoration:underline}.auth__title{text-align:center;color:var(--text-1000);font-size:80px;line-height:110%;font-weight:100}@media(max-width:768px){.auth__title{font-size:32px}}.auth__title span{color:var(--text-1000);font-weight:600}.auth__divider{width:100%;display:flex;align-items:center;gap:8px;color:var(--text-400);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.auth__divider{font-size:13px}}.auth__divider:before,.auth__divider:after{content:"";flex:1;height:1px;background:var(--bg-500)}.auth__submit{width:100%;margin-top:8px}.auth-social{display:flex;flex-direction:column;gap:12px}.auth-social .btn{width:100%}.auth-card{width:min(440px,100%);display:flex;flex-direction:column;gap:24px;flex:1 0 0;min-height:fit-content}.auth-card__padd-center{padding:64px 0}.auth-card__header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;align-self:stretch}.auth-card__subtitle{color:var(--text-1000);text-align:center;font-size:20px;line-height:140%;font-weight:600}@media(max-width:768px){.auth-card__subtitle{font-size:18px}}.auth-card__hint{color:var(--text-400);text-align:center;font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.auth-card__hint{font-size:13px}}.auth-tabs{display:flex;width:100%;border-bottom:1px solid var(--text-1000)}.auth-tabs__link{display:flex;align-items:center;justify-content:center;flex:1;height:48px;color:var(--text-800);border-bottom:2px solid transparent;font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.auth-tabs__link{font-size:14px}}.auth-tabs__link{cursor:pointer}.auth-tabs__link.is-active{color:var(--text-1000);border-color:var(--text-1000);font-size:16px;line-height:140%;font-weight:600}@media(max-width:768px){.auth-tabs__link.is-active{font-size:14px}}.auth__panel{display:none;flex-direction:column;gap:16px}.auth__panel.is-active{display:flex}.auth-requirements{display:flex;flex-direction:column;gap:4px;color:var(--text-400);font-size:12px;line-height:140%;font-weight:500}@media(max-width:768px){.auth-requirements{font-size:11px}}.auth-requirements li{display:flex;gap:4px;align-items:center}.auth-requirements li:before{content:"";width:16px;height:16px;flex:none;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14.6667C11.682 14.6667 14.6667 11.682 14.6667 8C14.6667 4.3181 11.682 1.33334 8 1.33334C4.3181 1.33334 1.33334 4.3181 1.33334 8C1.33334 11.682 4.3181 14.6667 8 14.6667Z' stroke='%2395999D' stroke-width='1.5'/%3E%3Cpath d='M6 6L10 10M10 6L6 10' stroke='%2395999D' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.auth-requirements li.is-active{color:var(--text-1000)}.auth-requirements li.is-active:before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5298_22974)'%3E%3Cpath d='M8.00098 0.583008C12.0969 0.583184 15.417 3.904 15.417 8C15.4168 12.0959 12.0968 15.4158 8.00098 15.416C3.90497 15.416 0.58416 12.096 0.583984 8C0.583984 3.90389 3.90486 0.583008 8.00098 0.583008ZM11.2832 5.4082C10.9768 5.12969 10.5023 5.15189 10.2236 5.45801L7.08203 8.91211L5.78516 7.44238C5.5111 7.13179 5.03716 7.10192 4.72656 7.37598C4.41606 7.65004 4.38613 8.12401 4.66016 8.43457L6.40234 10.4092C6.75634 10.8103 7.38129 10.8147 7.74121 10.4189L11.333 6.46777C11.6115 6.16143 11.5893 5.68689 11.2832 5.4082Z' fill='%23050506'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5298_22974'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.cart-summary{display:flex;flex-direction:column;gap:10px;width:100%}.cart-summary__totals{display:flex;flex-direction:column;gap:12px;margin:0}.cart-summary__row{display:grid;grid-template-columns:1fr auto;align-items:center;color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.cart-summary__row{font-size:13px}}.cart-summary__row dd{margin:0;color:var(--text-1000);font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.cart-summary__row dd{font-size:13px}}.cart-summary__row--strong dt,.cart-summary__row--strong dd{color:var(--text-1000);font-size:16px;line-height:140%;font-weight:600}@media(max-width:768px){.cart-summary__row--strong dt,.cart-summary__row--strong dd{font-size:14px}}.cart-summary__apply{position:absolute;right:16px}.cart-summary__checkout{width:100%}.available-balance{display:flex;flex-direction:column;gap:6px}.available-balance__label{color:var(--text-800);width:100%;font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.available-balance__label{font-size:13px}}.available-balance__balance{flex:1 0 0;color:var(--text-1000);font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.available-balance__balance{font-size:14px}}.available-balance__balance span{font-size:16px;line-height:140%;font-weight:400}@media(max-width:768px){.available-balance__balance span{font-size:14px}}.available-balance__balance span{color:var(--text-600)}.available-balance__value{display:flex;padding:16px;justify-content:center;align-items:center;gap:8px;align-self:stretch;background:var(--bg-750);border-radius:8px}.breadcrumbs{color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.breadcrumbs{font-size:13px}}@media(max-width:768px){.breadcrumbs{padding-bottom:24px}}.breadcrumbs__list{display:flex;align-items:center;gap:16px;flex-wrap:wrap;list-style:none}.breadcrumbs__item{display:flex;align-items:center;position:relative;gap:16px}.breadcrumbs__item:last-child{color:var(--text-1000)}.breadcrumbs__item:not(:last-child):after{content:"";width:20px;height:20px;flex:none;background:var(--text-600);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4L13 10L7 16' stroke='%2395999D' stroke-width='1.5'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4L13 10L7 16' stroke='%2395999D' stroke-width='1.5'/%3E%3C/svg%3E%0A")}.breadcrumbs__link{color:inherit}.breadcrumbs__link:hover{color:var(--text-1000)}.filters-panel{width:100%;max-width:256px;display:flex;flex-direction:column;position:sticky;top:8px}.filters{display:flex;flex-direction:column;gap:16px}.filters__group--open .filters__body{max-height:640px;opacity:1;padding-top:16px;overflow:visible}.filters__group--open .filters__chevron{transform:rotate(180deg)}.filters__head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 0;min-height:48px;cursor:pointer;background:transparent;border-bottom:1px solid var(--bg-500);transition:color var(--motion-duration-secondary) var(--motion-ease-standard);transition:color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard),background-color var(--motion-duration-secondary) var(--motion-ease-standard)}.filters__head:hover{color:var(--text-800)}.filters__head:active{color:var(--text-1000)}.filters__head:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.filters__title{color:var(--text-1000);flex:1;text-align:start;font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.filters__title{font-size:14px}}.filters__chevron{width:20px;height:20px;flex:none;background:var(--text-1000);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 13L10 7L4 13' stroke='%23050506' stroke-width='1.5'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 13L10 7L4 13' stroke='%23050506' stroke-width='1.5'/%3E%3C/svg%3E%0A");transition:transform var(--motion-duration-subtle) var(--motion-ease-standard)}.filters__body{display:grid;gap:16px;padding-top:0;max-height:0;opacity:0;overflow:hidden;transition:max-height var(--motion-duration-secondary) var(--motion-ease-standard);transition:max-height var(--motion-duration-secondary) var(--motion-ease-standard),opacity var(--motion-duration-secondary) var(--motion-ease-standard);transition:max-height var(--motion-duration-secondary) var(--motion-ease-standard),opacity var(--motion-duration-secondary) var(--motion-ease-standard),padding-top var(--motion-duration-secondary) var(--motion-ease-standard)}.filters__inputs{display:flex;align-items:flex-end;justify-content:stretch;gap:8px;padding-inline:4px}.filters__inputs .form-field{min-width:0;flex:1 1 0}.filters__dash{color:var(--text-200);display:flex;align-items:center;justify-content:center;height:40px;font-size:12px;line-height:140%;font-weight:400}@media(max-width:768px){.filters__dash{font-size:11px}}.filters__range{position:relative;height:16px;padding:7px 8px;margin-inline:4px;--start: 0%;--end: 100%}.filters__range-track{position:relative;height:2px;background:var(--text-200);border-radius:2px;pointer-events:none}.filters__range-progress{position:absolute;left:var(--start);right:calc(100% - var(--end));top:50%;height:4px;transform:translateY(-50%);background:var(--bg-0);border-radius:2px;pointer-events:none}.filters__range-thumb{position:absolute;top:50%;width:16px;height:16px;background:var(--bg-0);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none}.filters__range-thumb--start{left:var(--start)}.filters__range-thumb--end{left:var(--end)}.filters__range-input{position:absolute;top:-8px;bottom:-8px;background:transparent;pointer-events:all;appearance:none;-webkit-appearance:none;opacity:0;cursor:pointer;height:32px;z-index:3}.filters__range-input--start{left:0;right:calc(100% - var(--end));z-index:5}.filters__range-input--end{left:var(--start);right:0;z-index:4}.filters__range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:transparent;cursor:pointer}.filters__range-input::-moz-range-thumb{width:16px;height:16px;background:transparent;border:none;cursor:pointer}.filters__checklist{display:flex;flex-direction:column;gap:12px}.filters__check{display:flex;align-items:center;gap:8px;color:var(--text-1000);cursor:pointer;max-height:20px;font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.filters__check{font-size:14px}}.filters__check input{margin:0;flex:none}.filters__count{font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.filters__count{font-size:13px}}.filters__count{color:var(--text-400)}.checkbox,.product-card__compare input{appearance:none;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid var(--text-200);background:var(--bg-1000);cursor:pointer;transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard),border-color var(--motion-duration-subtle) var(--motion-ease-standard);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard),border-color var(--motion-duration-subtle) var(--motion-ease-standard),box-shadow var(--motion-duration-subtle) var(--motion-ease-standard);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard),border-color var(--motion-duration-subtle) var(--motion-ease-standard),box-shadow var(--motion-duration-subtle) var(--motion-ease-standard),transform var(--motion-duration-subtle) var(--motion-ease-standard)}.checkbox:hover,.product-card__compare input:hover{border-color:var(--text-600)}.checkbox:focus-visible,.product-card__compare input:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.checkbox:checked,.product-card__compare input:checked{border-color:transparent;transform:scale(.98)}.checkbox--16,.product-card__compare input{width:16px;height:16px}.checkbox--16:checked,.product-card__compare input:checked{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' fill='%23050506'/%3E%3Cpath d='M4.83341 8.33366L7.16675 10.3337L11.1667 5.66699' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");background-size:cover}.checkbox--20{width:20px;height:20px}.checkbox--20:checked{background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' fill='%23050506'/%3E%3Cpath d='M5.25 10.5L8.75 13.5L14.75 6.5' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");background-size:cover}.checkbox--24{width:24px;height:24px}.checkbox--24:checked{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' fill='%23050506'/%3E%3Cpath d='M5.66659 12.6663L10.3333 16.6663L18.3333 7.33301' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");background-size:cover}.dropdown{position:relative}.dropdown__trigger{display:flex;align-items:center;gap:6px;cursor:pointer;transition:color var(--motion-duration-secondary) var(--motion-ease-standard);transition:color var(--motion-duration-secondary) var(--motion-ease-standard),opacity var(--motion-duration-secondary) var(--motion-ease-standard);transition:color var(--motion-duration-secondary) var(--motion-ease-standard),opacity var(--motion-duration-secondary) var(--motion-ease-standard),transform var(--motion-duration-secondary) var(--motion-ease-standard)}.dropdown__trigger:hover{opacity:.9}.dropdown__trigger:active{transform:translateY(1px)}.dropdown__trigger:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.dropdown__panel{position:absolute;top:56px;right:0;opacity:0;pointer-events:none;visibility:hidden;width:360px;background:var(--bg-1000);padding:16px;border-radius:16px;box-shadow:0 18px 40px #0000002e;border:1px solid var(--bg-500);z-index:10;transform:translateY(12px);will-change:opacity,transform;transition:opacity var(--motion-duration-primary) var(--motion-ease-emphasized);transition:opacity var(--motion-duration-primary) var(--motion-ease-emphasized),transform var(--motion-duration-primary) var(--motion-ease-emphasized)}.dropdown__panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.dropdown__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.dropdown__header h4{margin:0;font-size:16px;line-height:140%;font-weight:600}@media(max-width:768px){.dropdown__header h4{font-size:15px}}.dropdown__header h4{color:var(--text-1000)}.dropdown__header h4 span{color:var(--text-400);font-weight:400}.dropdown__close{width:28px;height:28px;border-radius:16px;background:transparent;cursor:pointer;position:relative;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.498 17.5L6.49922 6.50118' stroke='%232F3337' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6.50195 17.5L17.5008 6.50117' stroke='%232F3337' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-size:24px 24px;background-repeat:no-repeat;background-position:center;display:none;flex:none;transition:transform var(--motion-duration-subtle) var(--motion-ease-standard);transition:transform var(--motion-duration-subtle) var(--motion-ease-standard),opacity var(--motion-duration-subtle) var(--motion-ease-standard)}.dropdown__close:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}@media(max-width:768px){.dropdown__close{display:flex}}.dropdown__close:hover{transform:scale(1.1)}.dropdown__close:active{transform:scale(.95)}.dropdown__body{display:flex;flex-direction:column;gap:16px}.dropdown__list{display:grid;gap:8px;grid-template-columns:1fr 1fr}.dropdown__option{position:relative;width:100%;text-align:left;padding:8px 12px;border-radius:8px;border:1px solid transparent;background:transparent;cursor:pointer;color:var(--text-600);display:flex;align-items:center;min-height:40px;font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.dropdown__option{font-size:13px}}.dropdown__option{transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),color var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard)}.dropdown__option:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.dropdown__option:hover{background:var(--bg-750);color:var(--text-1000)}.dropdown__option:active{background:var(--bg-500)}.dropdown__option--active{border-color:var(--text-200);color:var(--text-1000)}.dropdown__option--active:after{content:"";width:20px;height:20px;position:absolute;right:8px;background:var(--bg-0);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.57947 9.89667L8.48349 13.1879C8.58081 13.2982 8.75238 13.2995 8.85133 13.1906L14.8387 6.60449' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.57947 9.89667L8.48349 13.1879C8.58081 13.2982 8.75238 13.2995 8.85133 13.1906L14.8387 6.60449' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.dropdown__list form{display:contents}.dropdown-cart-footer{display:flex;flex-direction:column;gap:16px}.dropdown-cart-footer__actions{display:flex;flex-direction:column;gap:12px}.dropdown-cart-footer__actions a,.dropdown-cart-footer__actions button{width:100%}.dropdown-cart-footer__actions--row{flex-direction:row}.dropdown-cart-footer__actions--row a,.dropdown-cart-footer__actions--row button{flex:1 0 0;padding:0}.dropdown-cart-footer__summary{color:var(--text-1000);font-size:16px;line-height:140%;font-weight:600}@media(max-width:768px){.dropdown-cart-footer__summary{font-size:14px}}.dropdown-cart-footer__summary{display:flex;align-items:center}.dropdown-cart-footer__summary span{color:var(--text-600);font-size:16px;line-height:140%;font-weight:400}@media(max-width:768px){.dropdown-cart-footer__summary span{font-size:14px}}.dropdown-cart-footer__summary span{flex:1 0 0}.dropdown-cart-footer__balance{color:var(--text-1000);font-size:16px;line-height:140%;font-weight:600}@media(max-width:768px){.dropdown-cart-footer__balance{font-size:14px}}.dropdown-cart-footer__balance span{color:var(--text-600);font-size:16px;line-height:140%;font-weight:400}@media(max-width:768px){.dropdown-cart-footer__balance span{font-size:14px}}.mega-menu{position:fixed;z-index:20;display:grid;grid-template-columns:320px 1fr;gap:0;background:var(--bg-1000);border-radius:20px;box-shadow:0 20px 40px #0003;overflow:hidden;width:min(960px,100% - 32px);min-height:520px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(16px);will-change:opacity,transform;transition:opacity var(--motion-duration-primary) var(--motion-ease-emphasized);transition:opacity var(--motion-duration-primary) var(--motion-ease-emphasized),transform var(--motion-duration-primary) var(--motion-ease-emphasized)}.mega-menu.is-open{visibility:visible;pointer-events:auto;opacity:1;transform:translateY(0)}.mega-menu__left{display:flex;flex-direction:column;padding:16px;background:var(--bg-1000);gap:8px;box-shadow:0 20px 40px #0003}.mega-menu__item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;width:100%;padding:12px;background:transparent;border-radius:8px;border:none;text-align:left;cursor:pointer;transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),color var(--motion-duration-secondary) var(--motion-ease-standard)}.mega-menu__item:hover{background:var(--bg-750)}.mega-menu__item:active{background:var(--bg-500)}.mega-menu__item:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.mega-menu__item strong{display:block;color:var(--text-1000);font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.mega-menu__item strong{font-size:13px}}.mega-menu__item small{display:block;color:var(--text-600);font-size:12px;line-height:140%;font-weight:400}@media(max-width:768px){.mega-menu__item small{font-size:11px}}.mega-menu__item.is-active{background:var(--bg-500)}.mega-menu__text{display:flex;flex-direction:column;gap:2px;text-align:left}.mega-menu__sublist-inline{display:none;flex-direction:column;gap:8px;padding:0 12px 12px 44px}.mega-menu__sublist-inline a{color:var(--text-800);text-decoration:none;font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.mega-menu__sublist-inline a{font-size:13px}}.mega-menu__sublist-inline a{transition:color var(--motion-duration-subtle) var(--motion-ease-standard);transition:color var(--motion-duration-subtle) var(--motion-ease-standard),opacity var(--motion-duration-subtle) var(--motion-ease-standard)}.mega-menu__sublist-inline a:hover{color:var(--text-1000)}.mega-menu__sublist-inline a:active{opacity:.8}.mega-menu__sublist-inline a:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.mega-menu__icon{width:32px;height:32px;flex:none}.mega-menu__icon img{width:100%;height:100%;object-fit:contain}.mega-menu__chevron{width:20px;height:20px;flex:none;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 15L12.5 10L7.5 5' stroke='%23050506' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.mega-menu__right{padding:24px;display:flex;align-items:flex-start}.mega-menu__sublist{display:none;flex-direction:column;gap:20px;width:100%}.mega-menu__sublist a{color:var(--text-800);text-decoration:none;font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.mega-menu__sublist a{font-size:14px}}.mega-menu__sublist a:hover{color:var(--text-1000)}.mega-menu__sublist.is-active{display:flex}@media(max-width:768px){.mega-menu{position:static}.mega-menu__panel{display:flex;flex-direction:column;width:100%;min-height:auto}.mega-menu__left{background:var(--bg-1000)}.mega-menu__right,.mega-menu__sublist,.mega-menu__sublist-inline{display:none}.mega-menu__item.is-active+.mega-menu__sublist-inline{display:flex}}.tag{display:flex;width:fit-content;min-height:20px;max-height:20px;padding:2px 6px;justify-content:center;align-items:center;gap:4px;border-radius:6px;font-size:12px;line-height:140%;font-weight:500}@media(max-width:768px){.tag{font-size:11px}}.tag{transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard),color var(--motion-duration-subtle) var(--motion-ease-standard);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard),color var(--motion-duration-subtle) var(--motion-ease-standard),border-color var(--motion-duration-subtle) var(--motion-ease-standard);transition:background-color var(--motion-duration-subtle) var(--motion-ease-standard),color var(--motion-duration-subtle) var(--motion-ease-standard),border-color var(--motion-duration-subtle) var(--motion-ease-standard),opacity var(--motion-duration-subtle) var(--motion-ease-standard)}.tag--success{background:var(--green-100);color:var(--green-1000);border:1px solid var(--green-200)}.tag--danger{background:var(--red-100);color:var(--red-1000);border:1px solid var(--red-200)}.tag--dark{background:var(--bg-0);color:var(--text-0);border:1px solid var(--bg-0)}.favorite-btn{width:24px;height:24px;flex:none;cursor:pointer;transition:transform var(--motion-duration-secondary) var(--motion-ease-standard);transition:transform var(--motion-duration-secondary) var(--motion-ease-standard),opacity var(--motion-duration-secondary) var(--motion-ease-standard);background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45089 13.1583L11.4867 19.7677C11.73 19.9963 11.8517 20.1106 12.0002 20.1106C12.1487 20.1106 12.2704 19.9963 12.5137 19.7677L19.5495 13.1583C21.5057 11.3207 21.7433 8.29667 20.098 6.17614L19.7887 5.77741C17.8205 3.24065 13.8698 3.66609 12.4869 6.56372C12.2915 6.97303 11.7089 6.97303 11.5136 6.56372C10.1306 3.66609 6.17994 3.24065 4.21176 5.77741L3.9024 6.17614C2.25716 8.29667 2.49471 11.3207 4.45089 13.1583Z' fill='%23F0F0F0' stroke='%23CBCCCD' stroke-width='1.4'/%3E%3C/svg%3E%0A");background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}@media(max-width:768px){.favorite-btn{width:20px;height:20px}}.favorite-btn:hover{transform:scale(1.1)}.favorite-btn:active{transform:scale(.95)}.favorite-btn.is-active{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45089 13.1583L11.4867 19.7677C11.73 19.9963 11.8517 20.1106 12.0002 20.1106C12.1487 20.1106 12.2704 19.9963 12.5137 19.7677L19.5495 13.1583C21.5057 11.3207 21.7433 8.29667 20.098 6.17614L19.7887 5.77741C17.8205 3.24065 13.8698 3.66609 12.4869 6.56372C12.2915 6.97303 11.7089 6.97303 11.5136 6.56372C10.1306 3.66609 6.17994 3.24065 4.21176 5.77741L3.9024 6.17614C2.25716 8.29667 2.49471 11.3207 4.45089 13.1583Z' fill='%23FF0000' stroke='%23FF0000' stroke-width='1.4'/%3E%3C/svg%3E%0A")}.favorite-btn:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.stars-rating-wiev{align-items:center;height:16px;flex:none;aspect-ratio:5/1;background:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99936 1.49609C8.10576 1.49609 8.21004 1.52885 8.29721 1.58984C8.38427 1.65084 8.45123 1.73705 8.48764 1.83691L9.86264 5.2998C9.89766 5.39418 9.95949 5.47623 10.0404 5.53613C10.1214 5.596 10.2181 5.63184 10.3187 5.6377L14.0062 5.875C14.4872 5.90643 14.6745 6.52482 14.306 6.83105L11.4808 9.1875L11.4251 9.24023C11.3738 9.29655 11.3349 9.36367 11.3109 9.43652C11.2789 9.5337 11.2755 9.63801 11.3001 9.7373L12.2123 13.3252C12.3234 13.7647 11.8906 14.127 11.5013 13.959L11.4251 13.9189L8.27475 11.9189C8.19255 11.8667 8.09677 11.8389 7.99936 11.8389C7.90213 11.8389 7.80702 11.8668 7.72495 11.9189L4.79331 13.7744C4.31208 14.0805 3.71212 13.6249 3.85581 13.0625L4.69956 9.7373C4.7241 9.63811 4.72071 9.5336 4.68881 9.43652C4.66474 9.36356 4.62498 9.29658 4.57358 9.24023L4.51889 9.1875L1.6937 6.83105C1.3251 6.52482 1.51242 5.90639 1.9935 5.875L5.681 5.6377C5.75636 5.63328 5.82986 5.61253 5.89584 5.57715L5.95932 5.53613C6.02001 5.49118 6.0699 5.43389 6.10581 5.36816L6.13706 5.2998L7.51206 1.83691C7.54849 1.73707 7.61542 1.65082 7.70249 1.58984C7.78954 1.52897 7.89313 1.49616 7.99936 1.49609ZM6.83472 5.57614C6.83451 5.57668 6.83387 5.57692 6.83335 5.57666C6.83282 5.5764 6.83218 5.57665 6.83197 5.5772C6.7452 5.80122 6.59863 5.99681 6.40561 6.13965C6.20939 6.2848 5.97451 6.36948 5.72954 6.38472C5.72928 6.38474 5.72915 6.38506 5.72934 6.38525C5.72953 6.38544 5.72941 6.38577 5.72914 6.38579L3.19801 6.54863C2.97257 6.56313 2.88046 6.8455 3.05398 6.99015L4.99643 8.60938L5.12827 8.73438C5.20979 8.82376 5.27772 8.92469 5.33139 9.0332L5.39385 9.18451C5.39843 9.1956 5.4022 9.20701 5.40514 9.21864L5.44565 9.37891C5.47754 9.5579 5.47081 9.74167 5.42709 9.91797L5.42612 9.92188L4.80521 12.368C4.74959 12.5871 4.99023 12.7616 5.18124 12.6407L7.3226 11.2852L7.47983 11.2012C7.6422 11.1277 7.81911 11.0889 7.99936 11.0889L8.17807 11.1016C8.35441 11.1267 8.52436 11.1889 8.67612 11.2852L10.8195 12.646C11.0105 12.7673 11.2515 12.5926 11.1958 12.3733L10.5726 9.92285L10.5716 9.91797C10.5133 9.68275 10.5213 9.43386 10.598 9.20117C10.6744 8.96931 10.8151 8.76424 11.0023 8.60938L12.9441 6.98928C13.1175 6.84457 13.0253 6.56227 12.7999 6.54783L10.2704 6.38577C10.2701 6.38576 10.2699 6.38553 10.2699 6.38525C10.2699 6.38498 10.2697 6.38475 10.2694 6.38474C10.0257 6.36946 9.79105 6.28516 9.59448 6.13994C9.59422 6.13975 9.59392 6.13965 9.5936 6.13965C9.59328 6.13965 9.59297 6.13955 9.59272 6.13936C9.39591 5.99347 9.24459 5.793 9.1587 5.56197C9.1586 5.56167 9.15854 5.56136 9.15854 5.56105C9.15854 5.56072 9.15848 5.56039 9.15835 5.56008L8.23178 3.22687C8.14826 3.01654 7.85055 3.01657 7.76706 3.22692L6.83472 5.57614Z' fill='%23FF9900'/%3E%3C/svg%3E%0A");background-size:auto 100%;background-position:0 0;position:relative}.stars-rating-wiev .rating-line{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.2185 13.5699C12.2157 13.5836 12.2118 13.5975 12.208 13.6107Z' fill='%23D9D9D9'/%3E%3Cpath d='M8 1.49648C7.89365 1.49652 7.78928 1.52926 7.70215 1.59023C7.68072 1.60528 7.66043 1.6221 7.6416 1.64004C7.58428 1.69474 7.5401 1.76227 7.5127 1.8373L6.1377 5.30019C6.10272 5.3944 6.04067 5.47666 5.95996 5.53652L5.89648 5.57754C5.86728 5.5932 5.83538 5.6039 5.80371 5.61367C5.76416 5.62591 5.72341 5.63561 5.68164 5.63808L1.99414 5.87539C1.51289 5.90664 1.32559 6.52519 1.69434 6.83144L4.51855 9.18789C4.53019 9.19753 4.54101 9.20862 4.55176 9.21914L4.57422 9.24062C4.5971 9.26575 4.61686 9.29372 4.63477 9.32265C4.65675 9.35841 4.6752 9.39668 4.68848 9.43691C4.72042 9.534 4.72473 9.63848 4.7002 9.73769L3.85645 13.0629C3.71276 13.6253 4.31272 14.0809 4.79395 13.7748L7.72559 11.9193C7.74594 11.9064 7.76726 11.895 7.78906 11.8852C7.81121 11.8751 7.83414 11.8665 7.85742 11.8598C7.9035 11.8464 7.95155 11.8393 8 11.8393L8.07227 11.8441C8.096 11.8475 8.11959 11.8531 8.14258 11.8598C8.18913 11.8733 8.23417 11.8931 8.27539 11.9193L11.4248 13.9193C11.4879 13.9591 11.5541 13.9815 11.6191 13.9926C11.6309 13.9946 11.6426 13.9973 11.6543 13.9984C11.6624 13.9992 11.6707 13.999 11.6787 13.9994C11.6957 14.0002 11.7127 14.0003 11.7295 13.9994C11.7459 13.9985 11.7622 13.996 11.7783 13.9936C11.7838 13.9927 11.7895 13.9926 11.7949 13.9916C11.8121 13.9883 11.829 13.9839 11.8457 13.9789C11.8538 13.9765 11.8621 13.9739 11.8701 13.9711C11.8807 13.9674 11.8911 13.9628 11.9014 13.9584C11.9155 13.9523 11.9298 13.9461 11.9434 13.9389C11.95 13.9353 11.9564 13.931 11.9629 13.9271C11.9769 13.9189 11.9907 13.9103 12.0039 13.9008C12.0116 13.8952 12.019 13.8891 12.0264 13.8832C12.0379 13.874 12.0498 13.865 12.0605 13.8549C12.069 13.8468 12.077 13.8381 12.085 13.8295C12.0925 13.8214 12.0994 13.8127 12.1064 13.8041C12.1151 13.7936 12.1239 13.7831 12.1318 13.7719C12.1381 13.7629 12.1446 13.7539 12.1504 13.7445C12.157 13.7338 12.1631 13.7226 12.1689 13.7113C12.1746 13.7005 12.1797 13.6894 12.1846 13.6781C12.1903 13.6649 12.1965 13.6518 12.2012 13.6381C12.2042 13.6292 12.2054 13.6198 12.208 13.6107C12.2118 13.5975 12.2157 13.5836 12.2185 13.5699L12.2188 13.5687C12.2213 13.5556 12.223 13.5422 12.2246 13.5287C12.2323 13.4641 12.2307 13.396 12.2129 13.3256L11.3008 9.73769C11.2885 9.68799 11.2824 9.63702 11.2842 9.58633C11.2851 9.5611 11.2885 9.53603 11.293 9.51113C11.2974 9.48611 11.3035 9.46123 11.3115 9.43691C11.3226 9.40324 11.3373 9.37095 11.3545 9.34023C11.3578 9.33442 11.3608 9.32833 11.3643 9.32265C11.3821 9.29352 11.4028 9.26587 11.4258 9.24062L11.4814 9.18789L14.3066 6.83144C14.3465 6.79823 14.3791 6.76048 14.4062 6.72109C14.6295 6.39719 14.4352 5.9037 14.0068 5.87539L10.3193 5.63808L10.2441 5.62832C10.22 5.62325 10.196 5.61626 10.1729 5.60781C10.1259 5.59085 10.0816 5.56646 10.041 5.53652C9.96018 5.47666 9.89831 5.39448 9.86328 5.30019L8.48828 1.8373C8.45191 1.73753 8.38478 1.65123 8.29785 1.59023C8.25444 1.55986 8.20622 1.53671 8.15625 1.5209C8.1311 1.51296 8.10522 1.5064 8.0791 1.50234L8 1.49648Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.2185 13.5699C12.2157 13.5836 12.2118 13.5975 12.208 13.6107Z' fill='%23D9D9D9'/%3E%3Cpath d='M8 1.49648C7.89365 1.49652 7.78928 1.52926 7.70215 1.59023C7.68072 1.60528 7.66043 1.6221 7.6416 1.64004C7.58428 1.69474 7.5401 1.76227 7.5127 1.8373L6.1377 5.30019C6.10272 5.3944 6.04067 5.47666 5.95996 5.53652L5.89648 5.57754C5.86728 5.5932 5.83538 5.6039 5.80371 5.61367C5.76416 5.62591 5.72341 5.63561 5.68164 5.63808L1.99414 5.87539C1.51289 5.90664 1.32559 6.52519 1.69434 6.83144L4.51855 9.18789C4.53019 9.19753 4.54101 9.20862 4.55176 9.21914L4.57422 9.24062C4.5971 9.26575 4.61686 9.29372 4.63477 9.32265C4.65675 9.35841 4.6752 9.39668 4.68848 9.43691C4.72042 9.534 4.72473 9.63848 4.7002 9.73769L3.85645 13.0629C3.71276 13.6253 4.31272 14.0809 4.79395 13.7748L7.72559 11.9193C7.74594 11.9064 7.76726 11.895 7.78906 11.8852C7.81121 11.8751 7.83414 11.8665 7.85742 11.8598C7.9035 11.8464 7.95155 11.8393 8 11.8393L8.07227 11.8441C8.096 11.8475 8.11959 11.8531 8.14258 11.8598C8.18913 11.8733 8.23417 11.8931 8.27539 11.9193L11.4248 13.9193C11.4879 13.9591 11.5541 13.9815 11.6191 13.9926C11.6309 13.9946 11.6426 13.9973 11.6543 13.9984C11.6624 13.9992 11.6707 13.999 11.6787 13.9994C11.6957 14.0002 11.7127 14.0003 11.7295 13.9994C11.7459 13.9985 11.7622 13.996 11.7783 13.9936C11.7838 13.9927 11.7895 13.9926 11.7949 13.9916C11.8121 13.9883 11.829 13.9839 11.8457 13.9789C11.8538 13.9765 11.8621 13.9739 11.8701 13.9711C11.8807 13.9674 11.8911 13.9628 11.9014 13.9584C11.9155 13.9523 11.9298 13.9461 11.9434 13.9389C11.95 13.9353 11.9564 13.931 11.9629 13.9271C11.9769 13.9189 11.9907 13.9103 12.0039 13.9008C12.0116 13.8952 12.019 13.8891 12.0264 13.8832C12.0379 13.874 12.0498 13.865 12.0605 13.8549C12.069 13.8468 12.077 13.8381 12.085 13.8295C12.0925 13.8214 12.0994 13.8127 12.1064 13.8041C12.1151 13.7936 12.1239 13.7831 12.1318 13.7719C12.1381 13.7629 12.1446 13.7539 12.1504 13.7445C12.157 13.7338 12.1631 13.7226 12.1689 13.7113C12.1746 13.7005 12.1797 13.6894 12.1846 13.6781C12.1903 13.6649 12.1965 13.6518 12.2012 13.6381C12.2042 13.6292 12.2054 13.6198 12.208 13.6107C12.2118 13.5975 12.2157 13.5836 12.2185 13.5699L12.2188 13.5687C12.2213 13.5556 12.223 13.5422 12.2246 13.5287C12.2323 13.4641 12.2307 13.396 12.2129 13.3256L11.3008 9.73769C11.2885 9.68799 11.2824 9.63702 11.2842 9.58633C11.2851 9.5611 11.2885 9.53603 11.293 9.51113C11.2974 9.48611 11.3035 9.46123 11.3115 9.43691C11.3226 9.40324 11.3373 9.37095 11.3545 9.34023C11.3578 9.33442 11.3608 9.32833 11.3643 9.32265C11.3821 9.29352 11.4028 9.26587 11.4258 9.24062L11.4814 9.18789L14.3066 6.83144C14.3465 6.79823 14.3791 6.76048 14.4062 6.72109C14.6295 6.39719 14.4352 5.9037 14.0068 5.87539L10.3193 5.63808L10.2441 5.62832C10.22 5.62325 10.196 5.61626 10.1729 5.60781C10.1259 5.59085 10.0816 5.56646 10.041 5.53652C9.96018 5.47666 9.89831 5.39448 9.86328 5.30019L8.48828 1.8373C8.45191 1.73753 8.38478 1.65123 8.29785 1.59023C8.25444 1.55986 8.20622 1.53671 8.15625 1.5209C8.1311 1.51296 8.10522 1.5064 8.0791 1.50234L8 1.49648Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");-webkit-mask-position:0 0!important;mask-position:0 0!important;-webkit-mask-size:auto 100%!important;mask-size:auto 100%!important;-webkit-mask-repeat:repeat!important;mask-repeat:repeat!important;background:var(--yellow-1000);display:flex;height:100%}.product-tiles{display:flex;align-items:flex-start;align-self:stretch;border-top:1px solid var(--bg-750);border-bottom:1px solid var(--bg-750);padding:0;overflow:auto}.product-tile{display:flex;min-width:280px;flex-direction:column;align-items:flex-start;flex:1 0 0}.product-tile:nth-child(1){background:var(--bg-1000)}.product-tile:nth-child(2){background:var(--bg-750)}.product-tile:nth-child(3){background:var(--bg-500)}.product-tile:nth-child(4){background:var(--bg-250)}.product-tile:nth-child(4) .product-tile__title{color:var(--text-0)}.product-tile:nth-child(4) .product-tile__text{color:var(--text-200)}.product-tile__image{width:100%}.product-tile__body{display:flex;padding:0 32px 56px;flex-direction:column;justify-content:flex-end;align-items:flex-start;align-self:stretch}@media(max-width:768px){.product-tile__body{padding:0 16px 32px}}.product-tile__title{color:var(--text-1000);margin-bottom:12px;font-size:32px;line-height:140%;font-weight:300}@media(max-width:768px){.product-tile__title{font-size:24px}}@media(max-width:768px){.product-tile__title{margin-bottom:8px}}.product-tile__text{color:var(--text-600);margin-bottom:24px;font-size:16px;line-height:140%;font-weight:400}@media(max-width:768px){.product-tile__text{font-size:13px}}@media(max-width:768px){.product-tile__text{margin-bottom:16px}}.product-cards-grid{display:grid;gap:16px;width:100%}.product-cards-grid--card{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}@media(max-width:768px){.product-cards-grid--card{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}.product-cards-grid--list{grid-template-columns:1fr}.product-card{background:var(--bg-1000);border:1px solid var(--bg-500);border-radius:16px;display:flex;width:100%;position:relative;transition:box-shadow var(--motion-duration-secondary) var(--motion-ease-standard);transition:box-shadow var(--motion-duration-secondary) var(--motion-ease-standard),transform var(--motion-duration-secondary) var(--motion-ease-standard);transition:box-shadow var(--motion-duration-secondary) var(--motion-ease-standard),transform var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:box-shadow var(--motion-duration-secondary) var(--motion-ease-standard),transform var(--motion-duration-secondary) var(--motion-ease-standard),border-color var(--motion-duration-secondary) var(--motion-ease-standard),opacity var(--motion-duration-secondary) var(--motion-ease-standard)}.product-card:hover{box-shadow:0 16px 40px -8px #090a0b29}.product-card.is-disabled{opacity:.4}.product-card__media{display:flex;justify-content:center;align-items:center;border-radius:12px;height:160px;width:160px;flex:none}.product-card__media img{width:100%;height:100%}.product-card__title{color:var(--text-1000);font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.product-card__title{font-size:14px}}.product-card__price-actual{color:var(--text-1000);font-size:24px;line-height:120%;font-weight:600}@media(max-width:768px){.product-card__price-actual{font-size:20px}}.product-card__price-discount{color:var(--text-400);text-decoration:line-through;font-size:16px;line-height:140%;font-weight:400}@media(max-width:768px){.product-card__price-discount{font-size:14px}}.product-card__compare{display:flex;align-items:center;gap:4px;color:var(--text-600);cursor:pointer;width:fit-content;font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.product-card__compare{font-size:14px}}.product-card__compare{transition:color var(--motion-duration-secondary) var(--motion-ease-standard);transition:color var(--motion-duration-secondary) var(--motion-ease-standard),opacity var(--motion-duration-secondary) var(--motion-ease-standard);transition:color var(--motion-duration-secondary) var(--motion-ease-standard),opacity var(--motion-duration-secondary) var(--motion-ease-standard),transform var(--motion-duration-secondary) var(--motion-ease-standard)}.product-card__compare:hover{color:var(--text-1000)}.product-card__compare:active{transform:translateY(1px)}.product-card__compare:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.product-card__compare input{margin:0}.product-card__compare span{color:var(--text-600);font-size:12px;line-height:140%;font-weight:400}@media(max-width:768px){.product-card__compare span{font-size:11px}}.product-card__rating{display:flex;align-items:center;gap:6px;color:var(--text-600);font-size:12px;line-height:140%;font-weight:400}@media(max-width:768px){.product-card__rating{font-size:11px}}.product-card__rating .product-card__rating-value{color:var(--text-1000)}.product-card__delivery{height:16px;flex:none;display:flex;align-items:center;gap:4px;color:var(--text-400);white-space:nowrap;font-size:12px;line-height:140%;font-weight:400}@media(max-width:768px){.product-card__delivery{font-size:10px}}.product-card__delivery:before{content:"";flex:none;width:20px;height:20px;aspect-ratio:1/1;background:var(--text-400);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6835 15.8944C14.4973 15.8944 15.1571 15.2346 15.1571 14.4208C15.1571 13.607 14.4973 12.9473 13.6835 12.9473C12.8697 12.9473 12.21 13.607 12.21 14.4208C12.21 15.2346 12.8697 15.8944 13.6835 15.8944Z' stroke='%2395999D' stroke-width='1.2'/%3E%3Cpath d='M6.31584 15.8944C7.12966 15.8944 7.78939 15.2346 7.78939 14.4208C7.78939 13.607 7.12966 12.9473 6.31584 12.9473C5.50202 12.9473 4.84229 13.607 4.84229 14.4208C4.84229 15.2346 5.50202 15.8944 6.31584 15.8944Z' stroke='%2395999D' stroke-width='1.2'/%3E%3Cpath d='M4.84216 14.3997C4.03392 14.3599 3.5307 14.2398 3.17116 13.881C2.81161 13.5222 2.69225 13.0182 2.65247 12.21M7.78927 14.4203H12.2099M15.157 14.3997C15.9653 14.3599 16.4685 14.2398 16.828 13.881C17.3674 13.341 17.3674 12.473 17.3674 10.7365V9.2629H13.9045C13.3556 9.2629 13.0815 9.2629 12.8598 9.1907C12.6386 9.11884 12.4376 8.99566 12.2732 8.83124C12.1088 8.66682 11.9856 8.46582 11.9137 8.24468C11.8415 8.02291 11.8415 7.74883 11.8415 7.19993C11.8415 6.37695 11.8415 5.96583 11.7332 5.63281C11.6254 5.30109 11.4407 4.99959 11.194 4.75296C10.9474 4.50633 10.6459 4.32157 10.3142 4.21377C9.98118 4.10547 9.57006 4.10547 8.74708 4.10547H2.63184M2.63184 7.05257H7.05249M2.63184 9.2629H5.57894' stroke='%2395999D' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.8418 5.5791H13.1835C14.2562 5.5791 14.7918 5.5791 15.228 5.83992C15.6649 6.1 15.9191 6.57228 16.4275 7.51682L17.3676 9.26298' stroke='%2395999D' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6835 15.8944C14.4973 15.8944 15.1571 15.2346 15.1571 14.4208C15.1571 13.607 14.4973 12.9473 13.6835 12.9473C12.8697 12.9473 12.21 13.607 12.21 14.4208C12.21 15.2346 12.8697 15.8944 13.6835 15.8944Z' stroke='%2395999D' stroke-width='1.2'/%3E%3Cpath d='M6.31584 15.8944C7.12966 15.8944 7.78939 15.2346 7.78939 14.4208C7.78939 13.607 7.12966 12.9473 6.31584 12.9473C5.50202 12.9473 4.84229 13.607 4.84229 14.4208C4.84229 15.2346 5.50202 15.8944 6.31584 15.8944Z' stroke='%2395999D' stroke-width='1.2'/%3E%3Cpath d='M4.84216 14.3997C4.03392 14.3599 3.5307 14.2398 3.17116 13.881C2.81161 13.5222 2.69225 13.0182 2.65247 12.21M7.78927 14.4203H12.2099M15.157 14.3997C15.9653 14.3599 16.4685 14.2398 16.828 13.881C17.3674 13.341 17.3674 12.473 17.3674 10.7365V9.2629H13.9045C13.3556 9.2629 13.0815 9.2629 12.8598 9.1907C12.6386 9.11884 12.4376 8.99566 12.2732 8.83124C12.1088 8.66682 11.9856 8.46582 11.9137 8.24468C11.8415 8.02291 11.8415 7.74883 11.8415 7.19993C11.8415 6.37695 11.8415 5.96583 11.7332 5.63281C11.6254 5.30109 11.4407 4.99959 11.194 4.75296C10.9474 4.50633 10.6459 4.32157 10.3142 4.21377C9.98118 4.10547 9.57006 4.10547 8.74708 4.10547H2.63184M2.63184 7.05257H7.05249M2.63184 9.2629H5.57894' stroke='%2395999D' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.8418 5.5791H13.1835C14.2562 5.5791 14.7918 5.5791 15.228 5.83992C15.6649 6.1 15.9191 6.57228 16.4275 7.51682L17.3676 9.26298' stroke='%2395999D' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}@media(max-width:768px){.product-card__delivery:before{width:16px;height:16px}}.product-card__delivery .accent{color:var(--green-1000);font-weight:500}.product-card__delivery b{color:var(--text-1000);font-weight:500}.product-card--card{flex-direction:column;align-items:center;text-align:center;gap:16px;padding:48px 16px 44px}@media(max-width:768px){.product-card--card{padding:44px 12px 36px;gap:12px}}.product-card--card .product-card__title{text-align:center}.product-card--card .product-card__tags{position:absolute;top:16px;left:16px;display:flex;flex-wrap:wrap;gap:4px}@media(max-width:768px){.product-card--card .product-card__tags{top:12px;left:12px}}.product-card--card .favorite-btn{position:absolute;top:14px;right:16px}.product-card--card .product-card__compare-rating{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:absolute;left:16px;right:16px;top:224px}@media(max-width:768px){.product-card--card .product-card__compare-rating{top:216px;flex-direction:column;gap:8px}}.product-card--card .product-card__compare-rating .product-card__rating{margin-left:auto}.product-card--card .product-card__info{width:100%;display:flex;flex-direction:column;gap:16px;padding-top:32px;height:100%}@media(max-width:768px){.product-card--card .product-card__info{padding-top:52px;gap:12px}}.product-card--card .product-card__price{flex:none;display:flex;flex-direction:column;align-items:center;gap:4px}.product-card--card .product-card__delivery{position:absolute;bottom:16px;left:16px;right:16px;justify-content:center;text-align:center}@media(max-width:768px){.product-card--card .product-card__delivery{bottom:12px}}.product-card--card .product-card__top{display:flex;flex-direction:column;gap:12px;flex:1}.product-card--list{gap:16px;padding:20px;flex-direction:row}.product-card--list .product-card__info{width:100%;display:flex;flex-direction:column;gap:16px}.product-card--list .product-card__title-wrap{display:flex;flex-direction:column;width:100%;gap:8px}.product-card--list .product-card__top{display:flex;gap:12px;flex:1}.product-card--list .product-card__bottom{display:flex;align-items:center;gap:16px;align-self:stretch}.product-card--list .product-card__tags{display:flex;flex-wrap:wrap;gap:4px}.product-card--list .product-card__price{flex:none;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.product-card--list .product-card__meta{display:flex;flex-direction:column;flex:1;gap:10px}.product-card--list .product-card__compare-rating{display:flex;align-items:center;gap:12px}.product-card--list .product-card__compare-rating .product-card__rating{margin-left:auto}.product-card--list .product-card__actions{display:flex;align-items:center;justify-content:center;gap:16px}.hero-banner-image{width:100%;background:url(../../img/hero-banner-web.jpg);background-size:cover!important;background-position:center!important}@media(max-width:768px){.hero-banner-image{background:url(../../img/hero-banner-mob.jpg)}}.hero-banner{width:100%;padding:160px 0;display:flex;flex-direction:column;gap:40px;align-items:flex-start;justify-content:flex-start}@media(max-width:768px){.hero-banner{padding:40px 0;max-width:240px;gap:32px}}.hero-banner__text-group{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;align-self:stretch}.hero-banner__label{color:var(--text-0);opacity:.8;font-size:20px;line-height:140%;font-weight:500}@media(max-width:768px){.hero-banner__label{font-size:13px}}.hero-banner__title{color:var(--text-0);font-size:80px;line-height:110%;font-weight:100}@media(max-width:768px){.hero-banner__title{font-size:56px}}.hero-banner__title b{font-weight:500}.hero-banner__text{color:var(--text-0);opacity:.8;font-size:16px;line-height:140%;font-weight:400}@media(max-width:768px){.hero-banner__text{font-size:13px}}.footer-banner-image{width:100%;background:url(../../img/banner-bottom-web.jpg);background-size:cover!important;background-position:center!important}@media(max-width:768px){.footer-banner-image{background:url(../../img/banner-bottom-mob.jpg)}}.footer-banner{width:100%;padding:120px 0;display:flex;flex-direction:column;gap:40px;align-items:center}@media(max-width:768px){.footer-banner{padding:40px 0;gap:32px}}.footer-banner__text-group{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch}.footer-banner__title{color:var(--text-0);text-align:center;font-size:80px;line-height:110%;font-weight:100}@media(max-width:768px){.footer-banner__title{font-size:32px}}.footer-banner__title b{font-weight:500}.footer-banner__text{color:var(--text-0);text-align:center;opacity:.8;font-size:16px;line-height:140%;font-weight:400}@media(max-width:768px){.footer-banner__text{font-size:13px}}.section-heading{width:100%}.section-heading__title{color:var(--text-1000);font-size:24px;line-height:140%;font-weight:600}@media(max-width:768px){.section-heading__title{font-size:20px}}.section-heading__size-20 .section-heading__title{font-size:20px;line-height:140%;font-weight:600}@media(max-width:768px){.section-heading__size-20 .section-heading__title{font-size:18px}}.section-inner-b{display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}@media(max-width:768px){.section-inner-b{gap:18px}}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:32px;width:100%}@media(max-width:768px){.categories-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:8px}}.category-card{display:flex;padding:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;background:var(--bg-500);border-radius:16px;cursor:pointer;transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),box-shadow var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),box-shadow var(--motion-duration-secondary) var(--motion-ease-standard),transform var(--motion-duration-secondary) var(--motion-ease-standard)}.category-card:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.category-card:hover{background:var(--bg-1000);box-shadow:0 16px 40px -8px #090a0b29;transform:translateY(-2px)}.category-card img{height:80px}@media(max-width:768px){.category-card img{height:48px}}.category-card span{text-align:center;color:var(--text-1000);font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.category-card span{font-size:14px}}.section-heading-tabs{display:flex;align-items:center;gap:32px;align-self:stretch}@media(max-width:768px){.section-heading-tabs{gap:16px}}.tab{display:flex;padding:4px 0;justify-content:center;align-items:center;gap:10px;border-bottom:2px solid transparent;cursor:pointer;color:var(--text-400);font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.tab{font-size:14px}}.tab{transition:color var(--motion-duration-subtle) var(--motion-ease-standard);transition:color var(--motion-duration-subtle) var(--motion-ease-standard),border-color var(--motion-duration-subtle) var(--motion-ease-standard)}.tab:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.tab:hover{color:var(--text-1000)}.tab:active{color:var(--text-800)}.tab--active{border-bottom:2px solid var(--text-1000);color:var(--text-1000)}.banners{position:relative;height:640px}@media(max-width:768px){.banners{height:auto;display:flex;flex-direction:column;padding:0}}.banner-card{position:absolute;overflow:hidden}@media(max-width:768px){.banner-card{position:relative;width:100%!important;height:auto!important;width:100%;height:auto;top:initial!important;left:initial!important}}.banner-card--a{width:50%;height:50%;left:0;top:0;background:var(--bg-1000);padding:48px;display:flex;align-items:center;justify-content:flex-end}.banner-card--a .banner-card__content{max-width:50%;width:100%;display:flex;flex-direction:column;gap:8px}.banner-card--a .banner-card__title{color:var(--text-1000);font-size:48px;line-height:110%;font-weight:100}@media(max-width:768px){.banner-card--a .banner-card__title{font-size:24px}}.banner-card--a .banner-card__title b{font-weight:500}.banner-card--a .banner-card__text{color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.banner-card--a .banner-card__text{font-size:13px}}.banner-card--a .banner-card__image{right:55%}.banner-card--b{width:50%;height:100%;left:50%;top:0;background:var(--bg-500);padding:56px;display:flex;align-items:center;justify-content:flex-start}.banner-card--b .banner-card__content{max-width:50%;width:100%;display:flex;flex-direction:column;gap:8px}.banner-card--b .banner-card__title{color:var(--text-1000);font-size:64px;line-height:110%;font-weight:100}@media(max-width:768px){.banner-card--b .banner-card__title{font-size:24px}}.banner-card--b .banner-card__title b{font-weight:500}.banner-card--b .banner-card__text{color:var(--text-600);margin-bottom:16px;font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.banner-card--b .banner-card__text{font-size:13px}}.banner-card--b .banner-card__image{left:50%;justify-content:flex-start}.banner-card--c{width:25%;height:50%;left:0;top:50%;background:var(--bg-500);padding:48px;display:flex;align-items:center;justify-content:flex-end}.banner-card--c .banner-card__content{max-width:50%;width:100%;display:flex;flex-direction:column;gap:8px}.banner-card--c .banner-card__title{color:var(--text-1000);font-size:28px;line-height:120%;font-weight:100}@media(max-width:768px){.banner-card--c .banner-card__title{font-size:24px}}.banner-card--c .banner-card__title b{font-weight:500}.banner-card--c .banner-card__text{color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.banner-card--c .banner-card__text{font-size:13px}}.banner-card--c .banner-card__image{right:55%}.banner-card--d{width:25%;height:50%;left:25%;top:50%;background:var(--bg-250);padding:48px;display:flex;align-items:center;justify-content:flex-end}.banner-card--d .banner-card__content{max-width:50%;width:100%;display:flex;flex-direction:column;gap:8px}.banner-card--d .banner-card__title{color:var(--text-0);font-size:28px;line-height:120%;font-weight:100}@media(max-width:768px){.banner-card--d .banner-card__title{font-size:24px}}.banner-card--d .banner-card__title b{font-weight:500}.banner-card--d .banner-card__text{color:var(--text-400);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.banner-card--d .banner-card__text{font-size:13px}}.banner-card--d .banner-card__image{right:55%}.banner-card__image{position:absolute;height:100%;width:50%;display:flex;align-items:center;justify-content:flex-end}.banner-card__image img{height:100%;aspect-ratio:1/1;width:auto;max-width:initial;flex:none;display:flex}.catalog-cards-grid{display:flex;align-items:flex-start;align-content:flex-start;gap:16px;align-self:stretch;flex-wrap:wrap}.catalog-cards-link{display:flex;min-width:200px;padding:24px 16px;flex-direction:column;align-items:center;gap:16px;flex:1 0 0;background:var(--bg-750);border-radius:16px;cursor:pointer}.catalog-cards-link img{max-width:160px;max-height:160px;width:100%;aspect-ratio:1/1}.catalog-cards-link span{align-self:stretch;color:var(--text-1000);text-align:center;font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.catalog-cards-link span{font-size:14px}}.catalog-cards-link:hover{background:var(--bg-1000);box-shadow:0 16px 40px -8px #090a0b29}.catalog-category-items{display:flex;align-items:center;gap:4px;align-self:stretch;overflow:auto}.catalog-category-item{display:flex;height:80px;min-height:80px;min-width:80px;max-height:80px;padding:8px 0;flex-direction:column;justify-content:center;align-items:center;gap:2px;flex:1 0 0;border-radius:16px;width:100%}.catalog-category-item__image-link{display:flex;align-items:center;justify-content:center;width:100%;flex:0 0 auto}.catalog-category-item__title-link{color:inherit;display:flex;align-items:center;justify-content:center;width:100%;text-decoration:none}.catalog-category-item__title-link span{color:var(--text-800);text-align:center;width:100%;font-size:12px;line-height:140%;font-weight:500}@media(max-width:768px){.catalog-category-item__title-link span{font-size:11px}}.catalog-category-item img{width:44px;height:44px;flex-shrink:0;aspect-ratio:1/1;opacity:.8}.catalog-category-item__active,.catalog-category-item:hover,.catalog-category-item:focus-within{background:var(--bg-500)}.catalog-category-item__active img,.catalog-category-item:hover img,.catalog-category-item:focus-within img{opacity:1}.fillter-catalog-wrapper{display:flex;align-items:flex-start;gap:32px;align-self:stretch}.result-fillter-product{display:flex;flex-direction:column;align-items:center;gap:24px;flex:1 0 0}.result-fillter-product__header{display:flex;justify-content:space-between;align-items:center;align-content:center;row-gap:16px;align-self:stretch;flex-wrap:wrap}.result-fillter-product__sort{display:flex;min-width:140px;max-width:256px;flex:1 0 0}.result-fillter-product__switch-result{display:flex;align-items:center;gap:16px;flex:1 0 0}.result-fillter-product__result-product{display:flex;align-items:center;gap:6px;color:var(--text-600);font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.result-fillter-product__result-product{font-size:13px}}.result-fillter-product__result-product span{color:var(--text-1000);font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.result-fillter-product__result-product span{font-size:14px}}.result-fillter-product__result-product-wrapper{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.section-bg-a{background:var(--bg-1000)}.section-bg-b{background:var(--bg-750)}.section-bg-c{background:var(--bg-500)}.section-bg-d{background:var(--bg-250)}.checkout{width:100%;display:flex;flex-direction:column;gap:56px}.checkout__header{display:flex;flex-direction:column;gap:8px}.checkout__title{color:var(--text-1000);font-size:24px;line-height:140%;font-weight:600}@media(max-width:768px){.checkout__title{font-size:20px}}.checkout__intro{color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.checkout__intro{font-size:13px}}.checkout__section,.checkout__form{display:flex;flex-direction:column;gap:32px}.checkout__actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:12px}.stepper{display:flex;align-items:center;justify-content:space-between;gap:48px;flex-wrap:wrap}.stepper__item{display:inline-flex;align-items:center;gap:10px;opacity:.4;min-width:164px}.stepper__item.is-active{opacity:1}.stepper__icon{width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--bg-0);background-repeat:no-repeat!important;background-position:center!important;background-size:cover!important}.stepper__icon--address{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23050506'/%3E%3Cpath d='M11.6953 4.5C10.945 4.50031 10.2022 4.64878 9.50951 4.93691C8.81679 5.22503 8.1878 5.64712 7.65864 6.17896C7.12948 6.7108 6.71056 7.34191 6.42594 8.03607C6.14131 8.73023 5.99658 9.47376 6.00006 10.224C6.00006 14.1792 10.0801 17.8056 11.3353 18.7656C11.4406 18.8526 11.573 18.9002 11.7097 18.9002C11.8463 18.9002 11.9787 18.8526 12.0841 18.7656C13.3417 17.7768 17.3881 14.1792 17.3881 10.224C17.3915 9.47397 17.2469 8.73063 16.9624 8.03662C16.6779 7.34262 16.2592 6.71162 15.7303 6.17981C15.2014 5.648 14.5727 5.22586 13.8803 4.9376C13.1878 4.64933 12.4453 4.50062 11.6953 4.5ZM11.6953 12.5904C11.2206 12.5904 10.7566 12.4496 10.3619 12.1859C9.96721 11.9222 9.6596 11.5474 9.47795 11.1088C9.2963 10.6703 9.24877 10.1877 9.34138 9.72218C9.43398 9.25663 9.66256 8.82899 9.9982 8.49334C10.3339 8.1577 10.7615 7.92912 11.227 7.83652C11.6926 7.74391 12.1752 7.79144 12.6137 7.97309C13.0522 8.15474 13.4271 8.46235 13.6908 8.85703C13.9545 9.25171 14.0953 9.71573 14.0953 10.1904C14.0953 10.8269 13.8424 11.4374 13.3923 11.8875C12.9422 12.3375 12.3318 12.5904 11.6953 12.5904Z' fill='white'/%3E%3C/svg%3E%0A")}.stepper__icon--shipping{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23050506'/%3E%3Cpath d='M11.2777 16.6127C11.0212 16.3697 10.722 16.1829 10.3952 16.0665L9.71006 13.3986L17.8697 11.1159L18.7438 14.5224L11.2777 16.6127ZM8.68012 9.38794L14.1201 7.86638L14.9947 11.274L9.55537 12.7956L8.68012 9.38794ZM8.92425 16.0153C8.77237 16.0581 8.63119 16.1188 8.49394 16.1857L6.09544 6.83981H5.19319C5.10263 7.03725 4.91306 7.17619 4.68919 7.17619H3.56306C3.252 7.17619 3 6.91237 3 6.58781C3 6.26325 3.252 6 3.56306 6H4.68919C4.87819 6 5.03681 6.1035 5.13919 6.25144H6.87169V6.28012L6.89756 6.27225L9.37819 15.9377C9.22688 15.9517 9.07556 15.9737 8.92425 16.0153ZM9.06994 16.5834C10.1213 16.2893 11.2018 16.9406 11.4836 18.0392C11.7654 19.1366 11.1416 20.265 10.0898 20.5592C9.03844 20.8522 7.95787 20.2009 7.67606 19.1034C7.39425 18.006 8.01863 16.8776 9.06994 16.5834ZM8.7735 18.8351C8.89387 19.3054 9.35738 19.5844 9.80794 19.4578C10.2585 19.3312 10.5257 18.8481 10.4053 18.3778C10.2849 17.9076 9.82144 17.6286 9.37088 17.754C8.91975 17.8806 8.65256 18.3643 8.7735 18.8351ZM18.6735 16.5216L12.1013 18.3598C12.0894 18.2029 12.0675 18.0443 12.027 17.8862C11.9871 17.7281 11.9291 17.5796 11.8644 17.4367L18.4024 15.6086L18.6735 16.5216Z' fill='white'/%3E%3C/svg%3E%0A")}.stepper__icon--payment{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23050506'/%3E%3Cpath d='M17.2229 13.9801C17.0473 13.8418 15.4969 12.1345 14.6189 11.3387C14.6152 11.335 14.6152 11.335 14.6152 11.3313V7.65504C14.6152 6.74346 13.8717 6 12.9601 6H7.53923C6.69116 6 6 6.69489 6 7.53923V16.1619C6 17.0735 6.74346 17.8169 7.65504 17.8169H9.23163H9.63138C9.69863 17.8169 9.75467 17.7572 9.7472 17.6899L9.66127 16.9577C9.6538 16.8979 9.60523 16.8568 9.54545 16.8568H9.39975H9.31009C9.24658 16.8568 9.19427 16.8045 9.19427 16.741V6.94521C9.19427 6.88169 9.24658 6.82939 9.31009 6.82939H12.9714C13.3412 6.82939 13.6438 7.132 13.6438 7.50187V15.5044V16.2927C13.6438 16.5467 13.4682 16.7634 13.2329 16.8306C13.2291 16.8306 13.2291 16.8306 13.2254 16.8306C12.8257 16.6139 12.3549 15.6874 12.2839 15.5417C12.2765 15.5305 12.2727 15.5156 12.2727 15.5044C12.2466 15.269 11.9813 12.99 10.7671 12.99C10.7335 12.99 10.6999 12.99 10.6663 12.9938C10.6663 12.9938 9.69489 13.076 10.4981 15.8443C10.4981 15.8518 10.5019 15.8555 10.5019 15.863L10.8568 18.9303C10.8568 18.934 10.8568 18.9377 10.8605 18.9452C10.8904 19.061 11.2939 20.6264 12.3362 21.736C12.3549 21.7584 12.3661 21.7846 12.3661 21.8144V22.0797C12.3661 22.0872 12.3624 22.0909 12.3549 22.0909H12.2615C12.0336 22.0909 11.8468 22.2777 11.8468 22.5056V23.5853C11.8468 23.8132 12.0336 24 12.2615 24H16.6588C16.8867 24 17.0735 23.8132 17.0735 23.5853V22.5131C17.0735 22.2852 16.8867 22.0984 16.6588 22.0984C16.6513 22.0984 16.6476 22.0946 16.6476 22.0872C16.7933 20.7347 17.3163 16.1096 17.5965 15.7472C17.604 15.736 17.6115 15.7248 17.6152 15.7098C17.6638 15.5417 17.9066 14.5143 17.2229 13.9801ZM7.72976 16.7484C7.72976 16.8082 7.6812 16.8531 7.62516 16.8531C7.25903 16.8531 6.96015 16.5542 6.96015 16.188V7.4944C6.96015 7.12827 7.25903 6.82939 7.62516 6.82939C7.68493 6.82939 7.72976 6.87796 7.72976 6.934V16.7484Z' fill='white'/%3E%3C/svg%3E%0A")}.stepper__text{display:flex;flex-direction:column;gap:2px}.stepper__label{color:var(--text-600);font-size:12px;line-height:140%;font-weight:400}@media(max-width:768px){.stepper__label{font-size:11px}}.stepper__title{color:var(--text-1000);font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.stepper__title{font-size:14px}}.checkout-empty{width:100%;min-height:400px;display:flex;gap:4px;text-align:center;justify-content:center;align-items:center;color:var(--text-600);font-size:16px;line-height:140%;font-weight:400}@media(max-width:768px){.checkout-empty{font-size:14px}}.checkout-empty a{color:var(--text-1000);font-weight:600;font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.checkout-empty a{font-size:14px}}.checkout-divider{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:none;background:none;-webkit-mask-image:linear-gradient(90deg,#0000,#000 40% 60%,#0000);mask-image:linear-gradient(90deg,#0000,#000 40% 60%,#0000)}.checkout-divider:before{content:"";position:absolute;left:0;right:0;top:11.5px;border-top:1px dashed var(--bg-0);z-index:1}.checkout-divider__icon{width:24px;height:24px;border-radius:50%;flex:none;z-index:2;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23050506'/%3E%3Cpath d='M12 17L12 7' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7 12H17' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");background-size:cover;background-position:center;background-repeat:no-repeat}.checkout-divider__label{color:var(--text-800);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.checkout-divider__label{font-size:13px}}.option-card-list{display:flex;flex-direction:column;gap:16px}.option-card{width:100%;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:flex-start;padding:24px;border-radius:16px;border:1px solid var(--bg-500);background:var(--bg-1000);cursor:pointer}.option-card:hover{border-color:var(--text-200)}.option-card.is-active{border-color:var(--text-1000);box-shadow:0 14px 36px -16px #00000024}.option-card__radio{width:24px;height:24px;border-radius:50%;border:2px solid var(--text-800);display:inline-flex;align-items:center;justify-content:center;position:relative}.option-card__radio:after{content:"";width:12px;height:12px;border-radius:50%;background:transparent}.option-card__radio.is-checked:after{background:var(--text-1000)}.option-card__body{display:flex;flex-direction:column;gap:10px}.option-card__title-row{display:flex;align-items:center;gap:8px;min-height:24px}.option-card__title{color:var(--text-1000);font-size:16px;line-height:140%;font-weight:600}@media(max-width:768px){.option-card__title{font-size:14px}}.option-card__sub{color:var(--text-800);font-size:16px;line-height:140%;font-weight:400}@media(max-width:768px){.option-card__sub{font-size:14px}}.option-card__date{color:var(--text-1000);font-size:16px;line-height:140%;font-weight:400}@media(max-width:768px){.option-card__date{font-size:14px}}.option-card__text{margin:0;color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.option-card__text{font-size:13px}}.option-card__text{line-height:1.6}.option-card__actions{display:inline-flex;align-items:center;gap:12px}.option-card__icon{width:24px;height:24px;background:var(--text-1000);opacity:.7;transition:opacity var(--motion-duration-subtle) var(--motion-ease-standard);transition:opacity var(--motion-duration-subtle) var(--motion-ease-standard),transform var(--motion-duration-subtle) var(--motion-ease-standard)}.option-card__icon:hover{opacity:1}.option-card__icon:active{transform:scale(.95)}.option-card__icon--edit{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9046 4.09538L15.9046 8.09538L8.50001 15.5H4.50001V11.5L11.9046 4.09538Z' stroke='black' stroke-width='1.5'/%3E%3Cpath d='M10 5.99991L13.9999 9.99989' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9046 4.09538L15.9046 8.09538L8.50001 15.5H4.50001V11.5L11.9046 4.09538Z' stroke='black' stroke-width='1.5'/%3E%3Cpath d='M10 5.99991L13.9999 9.99989' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A")}.option-card__icon--remove{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5L5 15M5 5L15 15' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5L5 15M5 5L15 15' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.address-form{display:flex;flex-direction:column;gap:24px}.address-form__section{display:flex;flex-direction:column;gap:16px}.address-form__title{color:var(--text-800);font-size:16px;line-height:140%;font-weight:600}@media(max-width:768px){.address-form__title{font-size:14px}}.address-form__grid{display:grid;gap:12px 16px}.address-form__grid--two{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.address-form__grid--three{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px}.summary-card{display:flex;flex-direction:column;gap:32px;background:var(--bg-1000);border:1px solid var(--bg-500);border-radius:16px;padding:40px;height:fit-content}.summary-card__title{color:var(--text-1000);font-size:20px;line-height:140%;font-weight:600}@media(max-width:768px){.summary-card__title{font-size:18px}}.summary-card__list{display:flex;flex-direction:column;gap:10px}.summary-card__item{display:flex;align-items:center;gap:12px;background:var(--bg-750);border-radius:8px;padding:16px 24px 16px 16px}.summary-card__item img{width:40px;height:40px;flex:none}.summary-card__name{color:var(--text-800);font-size:16px;line-height:140%;font-weight:400}@media(max-width:768px){.summary-card__name{font-size:14px}}.summary-card__name{flex:1 0 0}.summary-card__price{color:var(--text-1000);font-size:16px;line-height:140%;font-weight:600}@media(max-width:768px){.summary-card__price{font-size:14px}}.payment{display:flex;flex-direction:column;gap:32px}.payment__title{color:var(--text-1000);font-size:24px;line-height:140%;font-weight:600}@media(max-width:768px){.payment__title{font-size:20px}}.payment__tabs{display:flex;align-items:center;gap:24px;border-bottom:1px solid var(--bg-500)}.payment__tab{padding:0 0 10px;color:var(--text-600);font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.payment__tab{font-size:14px}}.payment__tab{border-bottom:2px solid transparent;cursor:pointer}.payment__tab.is-active{color:var(--text-1000);border-color:var(--text-1000)}.payment__panel{display:none;flex-direction:column;gap:24px}.payment__panel.is-active{display:flex}.payment-providers{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.payment-provider{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;border-radius:8px;border:1px solid var(--bg-500);background:var(--bg-1000);color:var(--text-800);font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.payment-provider{font-size:13px}}.payment-provider{cursor:pointer;text-align:center}.payment-provider:hover{border-color:var(--text-200);box-shadow:0 8px 20px -12px #0003}.payment-provider img{width:22px;height:22px;object-fit:contain}.payment-provider__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.payment-qr{display:flex;gap:16px}.payment-qr__details{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex:1 0 0}.payment-qr__details-item{display:flex;align-items:center;gap:4px;align-self:stretch;color:var(--text-600);font-size:12px;line-height:140%;font-weight:400}@media(max-width:768px){.payment-qr__details-item{font-size:11px}}.payment-qr__details-item span{font-size:12px;line-height:140%;font-weight:500}@media(max-width:768px){.payment-qr__details-item span{font-size:11px}}.payment-qr__details-item span{color:var(--text-1000)}.payment-qr img{width:120px;height:120px;flex:none}.status-page{min-height:calc(100vh - 160px);display:flex;align-items:center;justify-content:center;text-align:center}.status-page__inner{display:flex;flex-direction:column;align-items:center;max-width:520px;width:100%;margin:auto}.status-page__actions{display:inline-flex;align-items:center;gap:12px}.status-page__actions a,.status-page__actions button{flex:1}.status-page__icon{width:88px;height:88px;border-radius:50%;display:inline-flex;flex:none;margin-bottom:32px;background-image:url("data:image/svg+xml,%3Csvg width='88' height='88' viewBox='0 0 88 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44 77C62.2254 77 77 62.2254 77 44C77 25.7746 62.2254 11 44 11C25.7746 11 11 25.7746 11 44C11 62.2254 25.7746 77 44 77Z' fill='%2320B189' fill-opacity='0.2'/%3E%3Cpath d='M59.125 35.75L38.9469 55L28.875 45.375' stroke='%2320B189' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M44 77C62.2254 77 77 62.2254 77 44C77 25.7746 62.2254 11 44 11C25.7746 11 11 25.7746 11 44C11 62.2254 25.7746 77 44 77Z' stroke='%2320B189' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-size:cover}.status-page__title{color:var(--text-1000);font-size:20px;line-height:140%;font-weight:600}@media(max-width:768px){.status-page__title{font-size:18px}}.status-page__title{margin-bottom:8px}.status-page__text{color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.status-page__text{font-size:13px}}.status-page__text{margin-bottom:32px}.account-layout{display:grid;grid-template-columns:260px 1fr;gap:32px;align-items:flex-start}@media(max-width:768px){.account-layout{grid-template-columns:1fr}}.account-sidebar{position:sticky;top:24px}.account-sidebar__nav{width:100%;display:flex;flex-direction:column;gap:6px}.account-sidebar__link{display:inline-flex;align-items:center;gap:12px;padding:12px;height:48px;border-radius:8px;color:var(--text-1000);text-decoration:none;font-size:16px;line-height:140%;font-weight:500}@media(max-width:768px){.account-sidebar__link{font-size:14px}}.account-sidebar__link:before{content:"";width:24px;height:24px;flex:none;background:var(--bg-0)}.account-sidebar__link.i-dashboard:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.25 8.0915V4.40875C13.25 4.14775 13.3369 3.93108 13.5107 3.75875C13.6846 3.58625 13.8999 3.5 14.1568 3.5H19.5973C19.8543 3.5 20.0689 3.58625 20.2413 3.75875C20.4138 3.93108 20.5 4.14775 20.5 4.40875V8.0915C20.5 8.35233 20.4131 8.56892 20.2393 8.74125C20.0654 8.91375 19.8501 9 19.5932 9H14.1527C13.8957 9 13.6811 8.91375 13.5087 8.74125C13.3362 8.56892 13.25 8.35233 13.25 8.0915ZM3.5 11.6V4.39975C3.5 4.14475 3.58692 3.93108 3.76075 3.75875C3.93458 3.58625 4.14992 3.5 4.40675 3.5H9.84725C10.1043 3.5 10.3189 3.58625 10.4912 3.75875C10.6637 3.93125 10.75 4.145 10.75 4.4V11.6003C10.75 11.8553 10.6631 12.0689 10.4893 12.2412C10.3154 12.4137 10.1001 12.5 9.84325 12.5H4.40275C4.14575 12.5 3.93108 12.4137 3.75875 12.2412C3.58625 12.0687 3.5 11.855 3.5 11.6ZM13.25 19.6V12.3997C13.25 12.1447 13.3369 11.9311 13.5107 11.7588C13.6846 11.5863 13.8999 11.5 14.1568 11.5H19.5973C19.8543 11.5 20.0689 11.5863 20.2413 11.7588C20.4138 11.9313 20.5 12.145 20.5 12.4V19.6003C20.5 19.8553 20.4131 20.0689 20.2393 20.2413C20.0654 20.4138 19.8501 20.5 19.5932 20.5H14.1527C13.8957 20.5 13.6811 20.4138 13.5087 20.2413C13.3362 20.0688 13.25 19.855 13.25 19.6ZM3.5 19.5913V15.9085C3.5 15.6477 3.58692 15.4311 3.76075 15.2588C3.93458 15.0863 4.14992 15 4.40675 15H9.84725C10.1043 15 10.3189 15.0863 10.4912 15.2588C10.6637 15.4311 10.75 15.6477 10.75 15.9085V19.5913C10.75 19.8523 10.6631 20.0689 10.4893 20.2413C10.3154 20.4138 10.1001 20.5 9.84325 20.5H4.40275C4.14575 20.5 3.93108 20.4138 3.75875 20.2413C3.58625 20.0689 3.5 19.8523 3.5 19.5913ZM5 11H9.25V5H5V11ZM14.75 19H19V13H14.75V19ZM14.75 7.5H19V5H14.75V7.5ZM5 19H9.25V16.5H5V19Z' fill='black'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.25 8.0915V4.40875C13.25 4.14775 13.3369 3.93108 13.5107 3.75875C13.6846 3.58625 13.8999 3.5 14.1568 3.5H19.5973C19.8543 3.5 20.0689 3.58625 20.2413 3.75875C20.4138 3.93108 20.5 4.14775 20.5 4.40875V8.0915C20.5 8.35233 20.4131 8.56892 20.2393 8.74125C20.0654 8.91375 19.8501 9 19.5932 9H14.1527C13.8957 9 13.6811 8.91375 13.5087 8.74125C13.3362 8.56892 13.25 8.35233 13.25 8.0915ZM3.5 11.6V4.39975C3.5 4.14475 3.58692 3.93108 3.76075 3.75875C3.93458 3.58625 4.14992 3.5 4.40675 3.5H9.84725C10.1043 3.5 10.3189 3.58625 10.4912 3.75875C10.6637 3.93125 10.75 4.145 10.75 4.4V11.6003C10.75 11.8553 10.6631 12.0689 10.4893 12.2412C10.3154 12.4137 10.1001 12.5 9.84325 12.5H4.40275C4.14575 12.5 3.93108 12.4137 3.75875 12.2412C3.58625 12.0687 3.5 11.855 3.5 11.6ZM13.25 19.6V12.3997C13.25 12.1447 13.3369 11.9311 13.5107 11.7588C13.6846 11.5863 13.8999 11.5 14.1568 11.5H19.5973C19.8543 11.5 20.0689 11.5863 20.2413 11.7588C20.4138 11.9313 20.5 12.145 20.5 12.4V19.6003C20.5 19.8553 20.4131 20.0689 20.2393 20.2413C20.0654 20.4138 19.8501 20.5 19.5932 20.5H14.1527C13.8957 20.5 13.6811 20.4138 13.5087 20.2413C13.3362 20.0688 13.25 19.855 13.25 19.6ZM3.5 19.5913V15.9085C3.5 15.6477 3.58692 15.4311 3.76075 15.2588C3.93458 15.0863 4.14992 15 4.40675 15H9.84725C10.1043 15 10.3189 15.0863 10.4912 15.2588C10.6637 15.4311 10.75 15.6477 10.75 15.9085V19.5913C10.75 19.8523 10.6631 20.0689 10.4893 20.2413C10.3154 20.4138 10.1001 20.5 9.84325 20.5H4.40275C4.14575 20.5 3.93108 20.4138 3.75875 20.2413C3.58625 20.0689 3.5 19.8523 3.5 19.5913ZM5 11H9.25V5H5V11ZM14.75 19H19V13H14.75V19ZM14.75 7.5H19V5H14.75V7.5ZM5 19H9.25V16.5H5V19Z' fill='black'/%3E%3C/svg%3E%0A")}.account-sidebar__link.i-order-history:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4V10.1788V10.1538V20V4ZM8 13.75H10.3943C10.6068 13.75 10.7848 13.6781 10.9285 13.5343C11.0723 13.3904 11.1443 13.2123 11.1443 12.9998C11.1443 12.7871 11.0723 12.609 10.9285 12.4655C10.7848 12.3218 10.6068 12.25 10.3943 12.25H8C7.7875 12.25 7.60942 12.3219 7.46575 12.4658C7.32192 12.6096 7.25 12.7878 7.25 13.0003C7.25 13.2129 7.32192 13.391 7.46575 13.5345C7.60942 13.6782 7.7875 13.75 8 13.75ZM8 17.75H9.375C9.5875 17.75 9.76567 17.6781 9.9095 17.5343C10.0532 17.3904 10.125 17.2123 10.125 16.9998C10.125 16.7871 10.0532 16.609 9.9095 16.4655C9.76567 16.3218 9.5875 16.25 9.375 16.25H8C7.7875 16.25 7.60942 16.3219 7.46575 16.4658C7.32192 16.6096 7.25 16.7878 7.25 17.0003C7.25 17.2129 7.32192 17.391 7.46575 17.5345C7.60942 17.6782 7.7875 17.75 8 17.75ZM5.30775 21.5C4.80258 21.5 4.375 21.325 4.025 20.975C3.675 20.625 3.5 20.1974 3.5 19.6923V4.30775C3.5 3.80258 3.675 3.375 4.025 3.025C4.375 2.675 4.80258 2.5 5.30775 2.5H12.502C12.7458 2.5 12.9783 2.54683 13.1993 2.6405C13.4203 2.734 13.6128 2.86283 13.777 3.027L17.973 7.223C18.1372 7.38717 18.266 7.57975 18.3595 7.80075C18.4532 8.02175 18.5 8.25417 18.5 8.498V9.852C18.5 10.0655 18.4281 10.2413 18.2843 10.3793C18.1404 10.5174 17.9623 10.5865 17.7498 10.5865C17.5371 10.5865 17.359 10.5147 17.2155 10.371C17.0718 10.2272 17 10.049 17 9.8365V8.5H13.3998C13.1448 8.5 12.9311 8.41375 12.7588 8.24125C12.5863 8.06875 12.5 7.855 12.5 7.6V4H5.30775C5.23075 4 5.16025 4.03208 5.09625 4.09625C5.03208 4.16025 5 4.23075 5 4.30775V19.6923C5 19.7693 5.03208 19.8398 5.09625 19.9038C5.16025 19.9679 5.23075 20 5.30775 20H10.6635C10.876 20 11.0541 20.0719 11.1978 20.2158C11.3416 20.3596 11.4135 20.5378 11.4135 20.7503C11.4135 20.9629 11.3416 21.141 11.1978 21.2845C11.0541 21.4282 10.876 21.5 10.6635 21.5H5.30775ZM16.502 19.1538C17.2455 19.1538 17.8733 18.8971 18.3855 18.3838C18.8977 17.8703 19.1538 17.2417 19.1538 16.498C19.1538 15.7545 18.8971 15.1267 18.3838 14.6145C17.8703 14.1023 17.2417 13.8463 16.498 13.8463C15.7545 13.8463 15.1267 14.1029 14.6145 14.6163C14.1023 15.1298 13.8463 15.7583 13.8463 16.502C13.8463 17.2455 14.1029 17.8733 14.6163 18.3855C15.1298 18.8977 15.7583 19.1538 16.502 19.1538ZM22.1275 22.127C21.9895 22.2653 21.8139 22.3345 21.6008 22.3345C21.3874 22.3345 21.2115 22.2653 21.073 22.127L18.8615 19.9058C18.5243 20.1519 18.1548 20.3382 17.753 20.4645C17.351 20.5907 16.9333 20.6538 16.5 20.6538C15.3462 20.6538 14.3654 20.2499 13.5578 19.4423C12.7501 18.6346 12.3463 17.6538 12.3463 16.5C12.3463 15.3462 12.7501 14.3654 13.5578 13.5578C14.3654 12.7501 15.3462 12.3463 16.5 12.3463C17.6538 12.3463 18.6346 12.7501 19.4423 13.5578C20.2499 14.3654 20.6538 15.3462 20.6538 16.5C20.6538 16.9333 20.5907 17.351 20.4645 17.753C20.3382 18.1548 20.1519 18.5243 19.9058 18.8615L22.127 21.073C22.2653 21.211 22.3345 21.3865 22.3345 21.5995C22.3345 21.8127 22.2655 21.9885 22.1275 22.127Z' fill='black'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4V10.1788V10.1538V20V4ZM8 13.75H10.3943C10.6068 13.75 10.7848 13.6781 10.9285 13.5343C11.0723 13.3904 11.1443 13.2123 11.1443 12.9998C11.1443 12.7871 11.0723 12.609 10.9285 12.4655C10.7848 12.3218 10.6068 12.25 10.3943 12.25H8C7.7875 12.25 7.60942 12.3219 7.46575 12.4658C7.32192 12.6096 7.25 12.7878 7.25 13.0003C7.25 13.2129 7.32192 13.391 7.46575 13.5345C7.60942 13.6782 7.7875 13.75 8 13.75ZM8 17.75H9.375C9.5875 17.75 9.76567 17.6781 9.9095 17.5343C10.0532 17.3904 10.125 17.2123 10.125 16.9998C10.125 16.7871 10.0532 16.609 9.9095 16.4655C9.76567 16.3218 9.5875 16.25 9.375 16.25H8C7.7875 16.25 7.60942 16.3219 7.46575 16.4658C7.32192 16.6096 7.25 16.7878 7.25 17.0003C7.25 17.2129 7.32192 17.391 7.46575 17.5345C7.60942 17.6782 7.7875 17.75 8 17.75ZM5.30775 21.5C4.80258 21.5 4.375 21.325 4.025 20.975C3.675 20.625 3.5 20.1974 3.5 19.6923V4.30775C3.5 3.80258 3.675 3.375 4.025 3.025C4.375 2.675 4.80258 2.5 5.30775 2.5H12.502C12.7458 2.5 12.9783 2.54683 13.1993 2.6405C13.4203 2.734 13.6128 2.86283 13.777 3.027L17.973 7.223C18.1372 7.38717 18.266 7.57975 18.3595 7.80075C18.4532 8.02175 18.5 8.25417 18.5 8.498V9.852C18.5 10.0655 18.4281 10.2413 18.2843 10.3793C18.1404 10.5174 17.9623 10.5865 17.7498 10.5865C17.5371 10.5865 17.359 10.5147 17.2155 10.371C17.0718 10.2272 17 10.049 17 9.8365V8.5H13.3998C13.1448 8.5 12.9311 8.41375 12.7588 8.24125C12.5863 8.06875 12.5 7.855 12.5 7.6V4H5.30775C5.23075 4 5.16025 4.03208 5.09625 4.09625C5.03208 4.16025 5 4.23075 5 4.30775V19.6923C5 19.7693 5.03208 19.8398 5.09625 19.9038C5.16025 19.9679 5.23075 20 5.30775 20H10.6635C10.876 20 11.0541 20.0719 11.1978 20.2158C11.3416 20.3596 11.4135 20.5378 11.4135 20.7503C11.4135 20.9629 11.3416 21.141 11.1978 21.2845C11.0541 21.4282 10.876 21.5 10.6635 21.5H5.30775ZM16.502 19.1538C17.2455 19.1538 17.8733 18.8971 18.3855 18.3838C18.8977 17.8703 19.1538 17.2417 19.1538 16.498C19.1538 15.7545 18.8971 15.1267 18.3838 14.6145C17.8703 14.1023 17.2417 13.8463 16.498 13.8463C15.7545 13.8463 15.1267 14.1029 14.6145 14.6163C14.1023 15.1298 13.8463 15.7583 13.8463 16.502C13.8463 17.2455 14.1029 17.8733 14.6163 18.3855C15.1298 18.8977 15.7583 19.1538 16.502 19.1538ZM22.1275 22.127C21.9895 22.2653 21.8139 22.3345 21.6008 22.3345C21.3874 22.3345 21.2115 22.2653 21.073 22.127L18.8615 19.9058C18.5243 20.1519 18.1548 20.3382 17.753 20.4645C17.351 20.5907 16.9333 20.6538 16.5 20.6538C15.3462 20.6538 14.3654 20.2499 13.5578 19.4423C12.7501 18.6346 12.3463 17.6538 12.3463 16.5C12.3463 15.3462 12.7501 14.3654 13.5578 13.5578C14.3654 12.7501 15.3462 12.3463 16.5 12.3463C17.6538 12.3463 18.6346 12.7501 19.4423 13.5578C20.2499 14.3654 20.6538 15.3462 20.6538 16.5C20.6538 16.9333 20.5907 17.351 20.4645 17.753C20.3382 18.1548 20.1519 18.5243 19.9058 18.8615L22.127 21.073C22.2653 21.211 22.3345 21.3865 22.3345 21.5995C22.3345 21.8127 22.2655 21.9885 22.1275 22.127Z' fill='black'/%3E%3C/svg%3E%0A")}.account-sidebar__link.i-track-order:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4206 19.0727C17.3972 19.0727 18.1889 18.281 18.1889 17.3044C18.1889 16.3278 17.3972 15.5361 16.4206 15.5361C15.444 15.5361 14.6523 16.3278 14.6523 17.3044C14.6523 18.281 15.444 19.0727 16.4206 19.0727Z' stroke='black' stroke-width='1.5'/%3E%3Cpath d='M7.57881 19.0727C8.55539 19.0727 9.34707 18.281 9.34707 17.3044C9.34707 16.3278 8.55539 15.5361 7.57881 15.5361C6.60222 15.5361 5.81055 16.3278 5.81055 17.3044C5.81055 18.281 6.60222 19.0727 7.57881 19.0727Z' stroke='black' stroke-width='1.5'/%3E%3Cpath d='M5.8106 17.2798C4.8407 17.2321 4.23684 17.088 3.80539 16.6574C3.37393 16.2268 3.2307 15.6221 3.18296 14.6522M9.34712 17.3046H14.6519M18.1884 17.2798C19.1583 17.2321 19.7622 17.088 20.1936 16.6574C20.8408 16.0093 20.8408 14.9678 20.8408 12.8839V11.1157H16.6854C16.0267 11.1157 15.6978 11.1157 15.4317 11.029C15.1663 10.9428 14.9251 10.795 14.7278 10.5977C14.5305 10.4004 14.3827 10.1592 14.2965 9.89381C14.2098 9.62768 14.2098 9.29879 14.2098 8.64011C14.2098 7.65253 14.2098 7.15919 14.0799 6.75956C13.9505 6.3615 13.7288 5.99971 13.4329 5.70375C13.1369 5.40779 12.7751 5.18608 12.377 5.05672C11.9774 4.92676 11.4841 4.92676 10.4965 4.92676H3.1582M3.1582 8.46328H8.46299M3.1582 11.1157H6.69473' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.2109 6.69531H15.8209C17.1082 6.69531 17.751 6.69531 18.2744 7.0083C18.7987 7.32039 19.1037 7.88712 19.7138 9.02058L20.8419 11.116' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4206 19.0727C17.3972 19.0727 18.1889 18.281 18.1889 17.3044C18.1889 16.3278 17.3972 15.5361 16.4206 15.5361C15.444 15.5361 14.6523 16.3278 14.6523 17.3044C14.6523 18.281 15.444 19.0727 16.4206 19.0727Z' stroke='black' stroke-width='1.5'/%3E%3Cpath d='M7.57881 19.0727C8.55539 19.0727 9.34707 18.281 9.34707 17.3044C9.34707 16.3278 8.55539 15.5361 7.57881 15.5361C6.60222 15.5361 5.81055 16.3278 5.81055 17.3044C5.81055 18.281 6.60222 19.0727 7.57881 19.0727Z' stroke='black' stroke-width='1.5'/%3E%3Cpath d='M5.8106 17.2798C4.8407 17.2321 4.23684 17.088 3.80539 16.6574C3.37393 16.2268 3.2307 15.6221 3.18296 14.6522M9.34712 17.3046H14.6519M18.1884 17.2798C19.1583 17.2321 19.7622 17.088 20.1936 16.6574C20.8408 16.0093 20.8408 14.9678 20.8408 12.8839V11.1157H16.6854C16.0267 11.1157 15.6978 11.1157 15.4317 11.029C15.1663 10.9428 14.9251 10.795 14.7278 10.5977C14.5305 10.4004 14.3827 10.1592 14.2965 9.89381C14.2098 9.62768 14.2098 9.29879 14.2098 8.64011C14.2098 7.65253 14.2098 7.15919 14.0799 6.75956C13.9505 6.3615 13.7288 5.99971 13.4329 5.70375C13.1369 5.40779 12.7751 5.18608 12.377 5.05672C11.9774 4.92676 11.4841 4.92676 10.4965 4.92676H3.1582M3.1582 8.46328H8.46299M3.1582 11.1157H6.69473' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.2109 6.69531H15.8209C17.1082 6.69531 17.751 6.69531 18.2744 7.0083C18.7987 7.32039 19.1037 7.88712 19.7138 9.02058L20.8419 11.116' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.account-sidebar__link.i-wallet:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 18V19V5V18ZM5.30775 20.5C4.80908 20.5 4.38308 20.3234 4.02975 19.9703C3.67658 19.6169 3.5 19.1909 3.5 18.6923V5.30775C3.5 4.80908 3.67658 4.38308 4.02975 4.02975C4.38308 3.67658 4.80908 3.5 5.30775 3.5H18.6923C19.1909 3.5 19.6169 3.67658 19.9703 4.02975C20.3234 4.38308 20.5 4.80908 20.5 5.30775V8.029H19V5.30775C19 5.21792 18.9712 5.14417 18.9135 5.0865C18.8558 5.02883 18.7821 5 18.6923 5H5.30775C5.21792 5 5.14417 5.02883 5.0865 5.0865C5.02883 5.14417 5 5.21792 5 5.30775V18.6923C5 18.7821 5.02883 18.8558 5.0865 18.9135C5.14417 18.9712 5.21792 19 5.30775 19H18.6923C18.7821 19 18.8558 18.9712 18.9135 18.9135C18.9712 18.8558 19 18.7821 19 18.6923V15.971H20.5V18.6923C20.5 19.1909 20.3234 19.6169 19.9703 19.9703C19.6169 20.3234 19.1909 20.5 18.6923 20.5H5.30775ZM13.3078 16.5C12.8091 16.5 12.3831 16.3234 12.0298 15.9703C11.6766 15.6169 11.5 15.1909 11.5 14.6923V9.30775C11.5 8.80908 11.6766 8.38308 12.0298 8.02975C12.3831 7.67658 12.8091 7.5 13.3078 7.5H19.6923C20.1909 7.5 20.6169 7.67658 20.9703 8.02975C21.3234 8.38308 21.5 8.80908 21.5 9.30775V14.6923C21.5 15.1909 21.3234 15.6169 20.9703 15.9703C20.6169 16.3234 20.1909 16.5 19.6923 16.5H13.3078ZM19.6923 15C19.7821 15 19.8558 14.9712 19.9135 14.9135C19.9712 14.8558 20 14.7821 20 14.6923V9.30775C20 9.21792 19.9712 9.14417 19.9135 9.0865C19.8558 9.02883 19.7821 9 19.6923 9H13.3078C13.2179 9 13.1442 9.02883 13.0865 9.0865C13.0288 9.14417 13 9.21792 13 9.30775V14.6923C13 14.7821 13.0288 14.8558 13.0865 14.9135C13.1442 14.9712 13.2179 15 13.3078 15H19.6923ZM16 13.5C16.4167 13.5 16.7708 13.3542 17.0625 13.0625C17.3542 12.7708 17.5 12.4167 17.5 12C17.5 11.5833 17.3542 11.2292 17.0625 10.9375C16.7708 10.6458 16.4167 10.5 16 10.5C15.5833 10.5 15.2292 10.6458 14.9375 10.9375C14.6458 11.2292 14.5 11.5833 14.5 12C14.5 12.4167 14.6458 12.7708 14.9375 13.0625C15.2292 13.3542 15.5833 13.5 16 13.5Z' fill='black'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 18V19V5V18ZM5.30775 20.5C4.80908 20.5 4.38308 20.3234 4.02975 19.9703C3.67658 19.6169 3.5 19.1909 3.5 18.6923V5.30775C3.5 4.80908 3.67658 4.38308 4.02975 4.02975C4.38308 3.67658 4.80908 3.5 5.30775 3.5H18.6923C19.1909 3.5 19.6169 3.67658 19.9703 4.02975C20.3234 4.38308 20.5 4.80908 20.5 5.30775V8.029H19V5.30775C19 5.21792 18.9712 5.14417 18.9135 5.0865C18.8558 5.02883 18.7821 5 18.6923 5H5.30775C5.21792 5 5.14417 5.02883 5.0865 5.0865C5.02883 5.14417 5 5.21792 5 5.30775V18.6923C5 18.7821 5.02883 18.8558 5.0865 18.9135C5.14417 18.9712 5.21792 19 5.30775 19H18.6923C18.7821 19 18.8558 18.9712 18.9135 18.9135C18.9712 18.8558 19 18.7821 19 18.6923V15.971H20.5V18.6923C20.5 19.1909 20.3234 19.6169 19.9703 19.9703C19.6169 20.3234 19.1909 20.5 18.6923 20.5H5.30775ZM13.3078 16.5C12.8091 16.5 12.3831 16.3234 12.0298 15.9703C11.6766 15.6169 11.5 15.1909 11.5 14.6923V9.30775C11.5 8.80908 11.6766 8.38308 12.0298 8.02975C12.3831 7.67658 12.8091 7.5 13.3078 7.5H19.6923C20.1909 7.5 20.6169 7.67658 20.9703 8.02975C21.3234 8.38308 21.5 8.80908 21.5 9.30775V14.6923C21.5 15.1909 21.3234 15.6169 20.9703 15.9703C20.6169 16.3234 20.1909 16.5 19.6923 16.5H13.3078ZM19.6923 15C19.7821 15 19.8558 14.9712 19.9135 14.9135C19.9712 14.8558 20 14.7821 20 14.6923V9.30775C20 9.21792 19.9712 9.14417 19.9135 9.0865C19.8558 9.02883 19.7821 9 19.6923 9H13.3078C13.2179 9 13.1442 9.02883 13.0865 9.0865C13.0288 9.14417 13 9.21792 13 9.30775V14.6923C13 14.7821 13.0288 14.8558 13.0865 14.9135C13.1442 14.9712 13.2179 15 13.3078 15H19.6923ZM16 13.5C16.4167 13.5 16.7708 13.3542 17.0625 13.0625C17.3542 12.7708 17.5 12.4167 17.5 12C17.5 11.5833 17.3542 11.2292 17.0625 10.9375C16.7708 10.6458 16.4167 10.5 16 10.5C15.5833 10.5 15.2292 10.6458 14.9375 10.9375C14.6458 11.2292 14.5 11.5833 14.5 12C14.5 12.4167 14.6458 12.7708 14.9375 13.0625C15.2292 13.3542 15.5833 13.5 16 13.5Z' fill='black'/%3E%3C/svg%3E%0A")}.account-sidebar__link.i-shopping-cart:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.15375 21.5578C6.66791 21.5578 6.25482 21.3875 5.91449 21.047C5.57416 20.7067 5.40399 20.2936 5.40399 19.8078C5.40399 19.3218 5.57416 18.9086 5.91449 18.5683C6.25482 18.2279 6.66791 18.0577 7.15375 18.0577C7.63975 18.0577 8.05292 18.2279 8.39325 18.5683C8.73358 18.9086 8.90375 19.3218 8.90375 19.8078C8.90375 20.2936 8.73358 20.7067 8.39325 21.047C8.05292 21.3875 7.63975 21.5578 7.15375 21.5578ZM16.8463 21.5578C16.3603 21.5578 15.9471 21.3875 15.6068 21.047C15.2664 20.7067 15.0963 20.2936 15.0963 19.8078C15.0963 19.3218 15.2664 18.9086 15.6068 18.5683C15.9471 18.2279 16.3603 18.0577 16.8463 18.0577C17.3321 18.0577 17.7451 18.2279 18.0855 18.5683C18.4258 18.9086 18.596 19.3218 18.596 19.8078C18.596 20.2936 18.4258 20.7067 18.0855 21.047C17.7451 21.3875 17.3321 21.5578 16.8463 21.5578ZM6.01526 5.75L8.54999 11.0578H15.3672C15.4249 11.0578 15.4762 11.0433 15.5212 11.0145C15.5661 10.9857 15.6045 10.9456 15.6365 10.8942L18.3192 6.01925C18.3577 5.94875 18.3609 5.88625 18.3287 5.83175C18.2967 5.77725 18.2423 5.75 18.1653 5.75H6.01526ZM5.29623 4.25H19.1808C19.5898 4.25 19.899 4.42408 20.1085 4.77225C20.3182 5.12025 20.3282 5.47567 20.1385 5.8385L16.9345 11.6423C16.7705 11.9308 16.5536 12.1554 16.2838 12.3162C16.0138 12.4772 15.7179 12.5578 15.3962 12.5578H8.10001L6.94226 14.673C6.89093 14.75 6.88933 14.8333 6.9375 14.923C6.9855 15.0128 7.05758 15.0577 7.15375 15.0577H17.8463C18.0589 15.0577 18.2371 15.1295 18.3807 15.273C18.5242 15.4167 18.596 15.5949 18.596 15.8077C18.596 16.0206 18.5242 16.1987 18.3807 16.3422C18.2371 16.4859 18.0589 16.5577 17.8463 16.5577H7.15375C6.48708 16.5577 5.98617 16.2703 5.651 15.6953C5.31567 15.1203 5.30384 14.5462 5.61551 13.973L7.04224 11.4077L3.40399 3.75H2.25C2.03717 3.75 1.85898 3.67817 1.71548 3.5345C1.57182 3.391 1.5 3.21283 1.5 3C1.5 2.78717 1.57182 2.609 1.71548 2.4655C1.85898 2.32183 2.03717 2.25 2.25 2.25H3.77875C3.94941 2.25 4.1084 2.29516 4.25574 2.3855C4.40324 2.476 4.51542 2.60325 4.59225 2.76725L5.29623 4.25Z' fill='black'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.15375 21.5578C6.66791 21.5578 6.25482 21.3875 5.91449 21.047C5.57416 20.7067 5.40399 20.2936 5.40399 19.8078C5.40399 19.3218 5.57416 18.9086 5.91449 18.5683C6.25482 18.2279 6.66791 18.0577 7.15375 18.0577C7.63975 18.0577 8.05292 18.2279 8.39325 18.5683C8.73358 18.9086 8.90375 19.3218 8.90375 19.8078C8.90375 20.2936 8.73358 20.7067 8.39325 21.047C8.05292 21.3875 7.63975 21.5578 7.15375 21.5578ZM16.8463 21.5578C16.3603 21.5578 15.9471 21.3875 15.6068 21.047C15.2664 20.7067 15.0963 20.2936 15.0963 19.8078C15.0963 19.3218 15.2664 18.9086 15.6068 18.5683C15.9471 18.2279 16.3603 18.0577 16.8463 18.0577C17.3321 18.0577 17.7451 18.2279 18.0855 18.5683C18.4258 18.9086 18.596 19.3218 18.596 19.8078C18.596 20.2936 18.4258 20.7067 18.0855 21.047C17.7451 21.3875 17.3321 21.5578 16.8463 21.5578ZM6.01526 5.75L8.54999 11.0578H15.3672C15.4249 11.0578 15.4762 11.0433 15.5212 11.0145C15.5661 10.9857 15.6045 10.9456 15.6365 10.8942L18.3192 6.01925C18.3577 5.94875 18.3609 5.88625 18.3287 5.83175C18.2967 5.77725 18.2423 5.75 18.1653 5.75H6.01526ZM5.29623 4.25H19.1808C19.5898 4.25 19.899 4.42408 20.1085 4.77225C20.3182 5.12025 20.3282 5.47567 20.1385 5.8385L16.9345 11.6423C16.7705 11.9308 16.5536 12.1554 16.2838 12.3162C16.0138 12.4772 15.7179 12.5578 15.3962 12.5578H8.10001L6.94226 14.673C6.89093 14.75 6.88933 14.8333 6.9375 14.923C6.9855 15.0128 7.05758 15.0577 7.15375 15.0577H17.8463C18.0589 15.0577 18.2371 15.1295 18.3807 15.273C18.5242 15.4167 18.596 15.5949 18.596 15.8077C18.596 16.0206 18.5242 16.1987 18.3807 16.3422C18.2371 16.4859 18.0589 16.5577 17.8463 16.5577H7.15375C6.48708 16.5577 5.98617 16.2703 5.651 15.6953C5.31567 15.1203 5.30384 14.5462 5.61551 13.973L7.04224 11.4077L3.40399 3.75H2.25C2.03717 3.75 1.85898 3.67817 1.71548 3.5345C1.57182 3.391 1.5 3.21283 1.5 3C1.5 2.78717 1.57182 2.609 1.71548 2.4655C1.85898 2.32183 2.03717 2.25 2.25 2.25H3.77875C3.94941 2.25 4.1084 2.29516 4.25574 2.3855C4.40324 2.476 4.51542 2.60325 4.59225 2.76725L5.29623 4.25Z' fill='black'/%3E%3C/svg%3E%0A")}.account-sidebar__link.i-wishing-list:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 4C5.0151 4 3 5.98817 3 8.44107C3 10.4212 3.7875 15.1206 11.5392 19.8712C11.6781 19.9555 11.8375 20 12 20C12.1625 20 12.3219 19.9555 12.4608 19.8712C20.2125 15.1206 21 10.4212 21 8.44107C21 5.98817 18.9849 4 16.5 4C14.0151 4 12 6.69156 12 6.69156C12 6.69156 9.9849 4 7.5 4Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 4C5.0151 4 3 5.98817 3 8.44107C3 10.4212 3.7875 15.1206 11.5392 19.8712C11.6781 19.9555 11.8375 20 12 20C12.1625 20 12.3219 19.9555 12.4608 19.8712C20.2125 15.1206 21 10.4212 21 8.44107C21 5.98817 18.9849 4 16.5 4C14.0151 4 12 6.69156 12 6.69156C12 6.69156 9.9849 4 7.5 4Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.account-sidebar__link.i-address:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9992 19.5135C13.9555 17.7622 15.4526 16.0823 16.4904 14.474C17.5283 12.8657 18.0472 11.457 18.0472 10.248C18.0472 8.425 17.468 6.92633 16.3097 5.752C15.1513 4.57767 13.7145 3.9905 11.9992 3.9905C10.2838 3.9905 8.847 4.57767 7.68867 5.752C6.53034 6.92633 5.95117 8.425 5.95117 10.248C5.95117 11.457 6.47009 12.8657 7.50792 14.474C8.54576 16.0823 10.0428 17.7622 11.9992 19.5135ZM11.9992 20.9402C11.8043 20.9402 11.6095 20.9067 11.4147 20.8395C11.2197 20.7722 11.0433 20.668 10.8857 20.527C9.98834 19.7 9.14859 18.8483 8.36642 17.972C7.58442 17.0958 6.90467 16.2199 6.32717 15.3443C5.74951 14.4686 5.29242 13.6007 4.95592 12.7405C4.61942 11.8802 4.45117 11.0493 4.45117 10.248C4.45117 7.94033 5.19759 6.07208 6.69042 4.64325C8.18342 3.21442 9.953 2.5 11.9992 2.5C14.0453 2.5 15.8149 3.21442 17.3079 4.64325C18.8008 6.07208 19.5472 7.94033 19.5472 10.248C19.5472 11.0493 19.3789 11.8785 19.0424 12.7355C18.7059 13.5927 18.2505 14.4607 17.6762 15.3395C17.1017 16.2183 16.4234 17.0943 15.6414 17.9673C14.8594 18.8404 14.0197 19.6904 13.1222 20.5173C12.9668 20.6583 12.7903 20.764 12.5924 20.8345C12.3948 20.905 12.197 20.9402 11.9992 20.9402ZM12.0009 11.8652C12.4984 11.8652 12.9238 11.6881 13.2769 11.3338C13.6303 10.9794 13.8069 10.5535 13.8069 10.056C13.8069 9.5585 13.6298 9.13308 13.2754 8.77975C12.9211 8.42658 12.4951 8.25 11.9974 8.25C11.4999 8.25 11.0746 8.42717 10.7214 8.7815C10.3681 9.13583 10.1914 9.56183 10.1914 10.0595C10.1914 10.557 10.3686 10.9823 10.7229 11.3355C11.0773 11.6887 11.5033 11.8652 12.0009 11.8652Z' fill='black'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9992 19.5135C13.9555 17.7622 15.4526 16.0823 16.4904 14.474C17.5283 12.8657 18.0472 11.457 18.0472 10.248C18.0472 8.425 17.468 6.92633 16.3097 5.752C15.1513 4.57767 13.7145 3.9905 11.9992 3.9905C10.2838 3.9905 8.847 4.57767 7.68867 5.752C6.53034 6.92633 5.95117 8.425 5.95117 10.248C5.95117 11.457 6.47009 12.8657 7.50792 14.474C8.54576 16.0823 10.0428 17.7622 11.9992 19.5135ZM11.9992 20.9402C11.8043 20.9402 11.6095 20.9067 11.4147 20.8395C11.2197 20.7722 11.0433 20.668 10.8857 20.527C9.98834 19.7 9.14859 18.8483 8.36642 17.972C7.58442 17.0958 6.90467 16.2199 6.32717 15.3443C5.74951 14.4686 5.29242 13.6007 4.95592 12.7405C4.61942 11.8802 4.45117 11.0493 4.45117 10.248C4.45117 7.94033 5.19759 6.07208 6.69042 4.64325C8.18342 3.21442 9.953 2.5 11.9992 2.5C14.0453 2.5 15.8149 3.21442 17.3079 4.64325C18.8008 6.07208 19.5472 7.94033 19.5472 10.248C19.5472 11.0493 19.3789 11.8785 19.0424 12.7355C18.7059 13.5927 18.2505 14.4607 17.6762 15.3395C17.1017 16.2183 16.4234 17.0943 15.6414 17.9673C14.8594 18.8404 14.0197 19.6904 13.1222 20.5173C12.9668 20.6583 12.7903 20.764 12.5924 20.8345C12.3948 20.905 12.197 20.9402 11.9992 20.9402ZM12.0009 11.8652C12.4984 11.8652 12.9238 11.6881 13.2769 11.3338C13.6303 10.9794 13.8069 10.5535 13.8069 10.056C13.8069 9.5585 13.6298 9.13308 13.2754 8.77975C12.9211 8.42658 12.4951 8.25 11.9974 8.25C11.4999 8.25 11.0746 8.42717 10.7214 8.7815C10.3681 9.13583 10.1914 9.56183 10.1914 10.0595C10.1914 10.557 10.3686 10.9823 10.7229 11.3355C11.0773 11.6887 11.5033 11.8652 12.0009 11.8652Z' fill='black'/%3E%3C/svg%3E%0A")}.account-sidebar__link.i-watching-history:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9801 20.5C9.96994 20.5 8.19819 19.8865 6.66486 18.6595C5.13152 17.4327 4.14877 15.8628 3.71661 13.95C3.66277 13.7513 3.69519 13.5687 3.81386 13.402C3.93236 13.2353 4.10027 13.1385 4.31761 13.1115C4.52211 13.0847 4.70544 13.1251 4.86761 13.2328C5.02977 13.3404 5.14294 13.4988 5.20711 13.7078C5.58777 15.2526 6.40794 16.5208 7.66761 17.5125C8.92727 18.5042 10.3648 19 11.9801 19C13.9301 19 15.5843 18.3208 16.9426 16.9625C18.3009 15.6042 18.9801 13.95 18.9801 12C18.9801 10.05 18.3009 8.39583 16.9426 7.0375C15.5843 5.67917 13.9301 5 11.9801 5C10.8878 5 9.86411 5.24267 8.90911 5.728C7.95394 6.21317 7.13144 6.88075 6.44161 7.73075H8.30711C8.51961 7.73075 8.69769 7.80267 8.84136 7.9465C8.98519 8.09033 9.05711 8.2685 9.05711 8.481C9.05711 8.69367 8.98519 8.87175 8.84136 9.01525C8.69769 9.15892 8.51961 9.23075 8.30711 9.23075H4.88411C4.62794 9.23075 4.41327 9.14408 4.24011 8.97075C4.06677 8.79758 3.98011 8.58292 3.98011 8.32675V4.90375C3.98011 4.69125 4.05202 4.51317 4.19586 4.3695C4.33969 4.22567 4.51794 4.15375 4.73061 4.15375C4.94311 4.15375 5.12119 4.22567 5.26486 4.3695C5.40836 4.51317 5.48011 4.69125 5.48011 4.90375V6.523C6.29161 5.56533 7.26344 4.82208 8.39561 4.29325C9.52761 3.76442 10.7224 3.5 11.9801 3.5C13.1601 3.5 14.2654 3.72308 15.2959 4.16925C16.3264 4.61542 17.2249 5.22183 17.9916 5.9885C18.7583 6.75517 19.3647 7.65367 19.8109 8.684C20.257 9.7145 20.4801 10.8197 20.4801 11.9995C20.4801 13.1793 20.257 14.2846 19.8109 15.3152C19.3647 16.3461 18.7583 17.2448 17.9916 18.0115C17.2249 18.7782 16.3264 19.3846 15.2959 19.8307C14.2654 20.2769 13.1601 20.5 11.9801 20.5ZM12.7589 11.6963L15.5089 14.4463C15.6474 14.5846 15.7182 14.7586 15.7214 14.9683C15.7247 15.1779 15.6539 15.3552 15.5089 15.5C15.364 15.6448 15.1884 15.7173 14.9821 15.7173C14.7756 15.7173 14.5999 15.6448 14.4551 15.5L11.5301 12.575C11.4366 12.4813 11.368 12.3793 11.3244 12.269C11.2809 12.1587 11.2591 12.0447 11.2591 11.927V7.75C11.2591 7.5375 11.3309 7.35933 11.4746 7.2155C11.6184 7.07183 11.7967 7 12.0094 7C12.2219 7 12.3999 7.07183 12.5436 7.2155C12.6871 7.35933 12.7589 7.5375 12.7589 7.75V11.6963Z' fill='black'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9801 20.5C9.96994 20.5 8.19819 19.8865 6.66486 18.6595C5.13152 17.4327 4.14877 15.8628 3.71661 13.95C3.66277 13.7513 3.69519 13.5687 3.81386 13.402C3.93236 13.2353 4.10027 13.1385 4.31761 13.1115C4.52211 13.0847 4.70544 13.1251 4.86761 13.2328C5.02977 13.3404 5.14294 13.4988 5.20711 13.7078C5.58777 15.2526 6.40794 16.5208 7.66761 17.5125C8.92727 18.5042 10.3648 19 11.9801 19C13.9301 19 15.5843 18.3208 16.9426 16.9625C18.3009 15.6042 18.9801 13.95 18.9801 12C18.9801 10.05 18.3009 8.39583 16.9426 7.0375C15.5843 5.67917 13.9301 5 11.9801 5C10.8878 5 9.86411 5.24267 8.90911 5.728C7.95394 6.21317 7.13144 6.88075 6.44161 7.73075H8.30711C8.51961 7.73075 8.69769 7.80267 8.84136 7.9465C8.98519 8.09033 9.05711 8.2685 9.05711 8.481C9.05711 8.69367 8.98519 8.87175 8.84136 9.01525C8.69769 9.15892 8.51961 9.23075 8.30711 9.23075H4.88411C4.62794 9.23075 4.41327 9.14408 4.24011 8.97075C4.06677 8.79758 3.98011 8.58292 3.98011 8.32675V4.90375C3.98011 4.69125 4.05202 4.51317 4.19586 4.3695C4.33969 4.22567 4.51794 4.15375 4.73061 4.15375C4.94311 4.15375 5.12119 4.22567 5.26486 4.3695C5.40836 4.51317 5.48011 4.69125 5.48011 4.90375V6.523C6.29161 5.56533 7.26344 4.82208 8.39561 4.29325C9.52761 3.76442 10.7224 3.5 11.9801 3.5C13.1601 3.5 14.2654 3.72308 15.2959 4.16925C16.3264 4.61542 17.2249 5.22183 17.9916 5.9885C18.7583 6.75517 19.3647 7.65367 19.8109 8.684C20.257 9.7145 20.4801 10.8197 20.4801 11.9995C20.4801 13.1793 20.257 14.2846 19.8109 15.3152C19.3647 16.3461 18.7583 17.2448 17.9916 18.0115C17.2249 18.7782 16.3264 19.3846 15.2959 19.8307C14.2654 20.2769 13.1601 20.5 11.9801 20.5ZM12.7589 11.6963L15.5089 14.4463C15.6474 14.5846 15.7182 14.7586 15.7214 14.9683C15.7247 15.1779 15.6539 15.3552 15.5089 15.5C15.364 15.6448 15.1884 15.7173 14.9821 15.7173C14.7756 15.7173 14.5999 15.6448 14.4551 15.5L11.5301 12.575C11.4366 12.4813 11.368 12.3793 11.3244 12.269C11.2809 12.1587 11.2591 12.0447 11.2591 11.927V7.75C11.2591 7.5375 11.3309 7.35933 11.4746 7.2155C11.6184 7.07183 11.7967 7 12.0094 7C12.2219 7 12.3999 7.07183 12.5436 7.2155C12.6871 7.35933 12.7589 7.5375 12.7589 7.75V11.6963Z' fill='black'/%3E%3C/svg%3E%0A")}.account-sidebar__link.i-settings:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8927 21.5C10.5517 21.5 10.2572 21.3868 10.0092 21.1605C9.76107 20.9343 9.61007 20.6558 9.55623 20.325L9.31198 18.4538C9.04415 18.3641 8.76948 18.2385 8.48798 18.077C8.20665 17.9153 7.95507 17.7422 7.73323 17.5577L6.00048 18.2943C5.68632 18.4328 5.37065 18.4462 5.05348 18.3345C4.73615 18.223 4.48965 18.0205 4.31398 17.727L3.18698 15.773C3.01132 15.4795 2.96073 15.1689 3.03523 14.8413C3.10957 14.5138 3.28007 14.2436 3.54673 14.0308L5.04473 12.9058C5.02173 12.7571 5.0054 12.6078 4.99573 12.4578C4.98607 12.3078 4.98123 12.1583 4.98123 12.0095C4.98123 11.8673 4.98607 11.7228 4.99573 11.576C5.0054 11.4292 5.02173 11.2686 5.04473 11.0943L3.54673 9.96925C3.28007 9.75642 3.11115 9.48458 3.03998 9.15375C2.96882 8.82308 3.02107 8.51092 3.19673 8.21725L4.31398 6.29225C4.48965 6.00508 4.73615 5.80417 5.05348 5.6895C5.37065 5.57467 5.68632 5.5865 6.00048 5.725L7.72348 6.452C7.96465 6.261 8.22207 6.08633 8.49573 5.928C8.7694 5.76967 9.03832 5.64242 9.30248 5.54625L9.55623 3.675C9.61007 3.34417 9.76107 3.06567 10.0092 2.8395C10.2572 2.61317 10.5517 2.5 10.8927 2.5H13.1082C13.4492 2.5 13.7437 2.61317 13.9917 2.8395C14.2399 3.06567 14.3909 3.34417 14.4447 3.675L14.689 5.55575C14.989 5.66475 15.2604 5.792 15.5032 5.9375C15.7462 6.083 15.9915 6.2545 16.239 6.452L18.0102 5.725C18.3242 5.5865 18.6399 5.57467 18.9572 5.6895C19.2746 5.80417 19.521 6.00508 19.6965 6.29225L20.814 8.227C20.9896 8.5205 21.0402 8.83108 20.9657 9.15875C20.8914 9.48625 20.7209 9.75642 20.4542 9.96925L18.9177 11.123C18.9536 11.2845 18.9731 11.4355 18.9765 11.576C18.9796 11.7163 18.9812 11.8577 18.9812 12C18.9812 12.1358 18.978 12.274 18.9715 12.4145C18.9651 12.5548 18.9421 12.7154 18.9025 12.8963L20.41 14.0308C20.6766 14.2436 20.8488 14.5138 20.9265 14.8413C21.004 15.1689 20.9549 15.4795 20.7792 15.773L19.6465 17.7172C19.471 18.0109 19.223 18.2135 18.9025 18.325C18.582 18.4365 18.2646 18.423 17.9505 18.2845L16.239 17.548C15.9915 17.7455 15.7389 17.9202 15.4812 18.072C15.2236 18.224 14.9595 18.3481 14.689 18.4443L14.4447 20.325C14.3909 20.6558 14.2399 20.9343 13.9917 21.1605C13.7437 21.3868 13.4492 21.5 13.1082 21.5H10.8927ZM11.0005 20H12.966L13.3255 17.3212C13.8358 17.1879 14.3021 16.9985 14.7245 16.753C15.147 16.5073 15.5544 16.1916 15.9467 15.8057L18.4312 16.85L19.416 15.15L17.2467 13.5155C17.3301 13.2565 17.3867 13.0026 17.4167 12.7537C17.4469 12.5051 17.462 12.2538 17.462 12C17.462 11.7397 17.4469 11.4884 17.4167 11.2463C17.3867 11.0039 17.3301 10.7564 17.2467 10.5038L19.435 8.85L18.4505 7.15L15.937 8.2095C15.6023 7.85183 15.2014 7.53583 14.7342 7.2615C14.2669 6.98717 13.7941 6.79292 13.316 6.67875L13.0005 4H11.016L10.685 6.66925C10.1748 6.78975 9.70373 6.97433 9.27173 7.223C8.83957 7.47183 8.42732 7.79233 8.03498 8.1845L5.55048 7.15L4.56598 8.85L6.72548 10.4595C6.64215 10.6968 6.58382 10.9437 6.55048 11.2C6.51715 11.4563 6.50048 11.7262 6.50048 12.0095C6.50048 12.2698 6.51715 12.525 6.55048 12.775C6.58382 13.025 6.63898 13.2718 6.71598 13.5155L4.56598 15.15L5.55048 16.85L8.02548 15.8C8.40498 16.1897 8.81073 16.5089 9.24273 16.7578C9.6749 17.0064 10.1525 17.1974 10.6755 17.3307L11.0005 20Z' fill='black'/%3E%3Cpath d='M12.0117 9.75C12.6465 9.75 13.1633 9.96407 13.6055 10.4062C14.0477 10.8484 14.2617 11.3653 14.2617 12C14.2617 12.6347 14.0477 13.1516 13.6055 13.5938C13.1633 14.0359 12.6465 14.25 12.0117 14.25C11.364 14.25 10.8473 14.0337 10.4131 13.5957C9.97531 13.154 9.76172 12.6369 9.76172 12C9.76172 11.3631 9.97531 10.846 10.4131 10.4043C10.8473 9.96627 11.364 9.75 12.0117 9.75Z' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8927 21.5C10.5517 21.5 10.2572 21.3868 10.0092 21.1605C9.76107 20.9343 9.61007 20.6558 9.55623 20.325L9.31198 18.4538C9.04415 18.3641 8.76948 18.2385 8.48798 18.077C8.20665 17.9153 7.95507 17.7422 7.73323 17.5577L6.00048 18.2943C5.68632 18.4328 5.37065 18.4462 5.05348 18.3345C4.73615 18.223 4.48965 18.0205 4.31398 17.727L3.18698 15.773C3.01132 15.4795 2.96073 15.1689 3.03523 14.8413C3.10957 14.5138 3.28007 14.2436 3.54673 14.0308L5.04473 12.9058C5.02173 12.7571 5.0054 12.6078 4.99573 12.4578C4.98607 12.3078 4.98123 12.1583 4.98123 12.0095C4.98123 11.8673 4.98607 11.7228 4.99573 11.576C5.0054 11.4292 5.02173 11.2686 5.04473 11.0943L3.54673 9.96925C3.28007 9.75642 3.11115 9.48458 3.03998 9.15375C2.96882 8.82308 3.02107 8.51092 3.19673 8.21725L4.31398 6.29225C4.48965 6.00508 4.73615 5.80417 5.05348 5.6895C5.37065 5.57467 5.68632 5.5865 6.00048 5.725L7.72348 6.452C7.96465 6.261 8.22207 6.08633 8.49573 5.928C8.7694 5.76967 9.03832 5.64242 9.30248 5.54625L9.55623 3.675C9.61007 3.34417 9.76107 3.06567 10.0092 2.8395C10.2572 2.61317 10.5517 2.5 10.8927 2.5H13.1082C13.4492 2.5 13.7437 2.61317 13.9917 2.8395C14.2399 3.06567 14.3909 3.34417 14.4447 3.675L14.689 5.55575C14.989 5.66475 15.2604 5.792 15.5032 5.9375C15.7462 6.083 15.9915 6.2545 16.239 6.452L18.0102 5.725C18.3242 5.5865 18.6399 5.57467 18.9572 5.6895C19.2746 5.80417 19.521 6.00508 19.6965 6.29225L20.814 8.227C20.9896 8.5205 21.0402 8.83108 20.9657 9.15875C20.8914 9.48625 20.7209 9.75642 20.4542 9.96925L18.9177 11.123C18.9536 11.2845 18.9731 11.4355 18.9765 11.576C18.9796 11.7163 18.9812 11.8577 18.9812 12C18.9812 12.1358 18.978 12.274 18.9715 12.4145C18.9651 12.5548 18.9421 12.7154 18.9025 12.8963L20.41 14.0308C20.6766 14.2436 20.8488 14.5138 20.9265 14.8413C21.004 15.1689 20.9549 15.4795 20.7792 15.773L19.6465 17.7172C19.471 18.0109 19.223 18.2135 18.9025 18.325C18.582 18.4365 18.2646 18.423 17.9505 18.2845L16.239 17.548C15.9915 17.7455 15.7389 17.9202 15.4812 18.072C15.2236 18.224 14.9595 18.3481 14.689 18.4443L14.4447 20.325C14.3909 20.6558 14.2399 20.9343 13.9917 21.1605C13.7437 21.3868 13.4492 21.5 13.1082 21.5H10.8927ZM11.0005 20H12.966L13.3255 17.3212C13.8358 17.1879 14.3021 16.9985 14.7245 16.753C15.147 16.5073 15.5544 16.1916 15.9467 15.8057L18.4312 16.85L19.416 15.15L17.2467 13.5155C17.3301 13.2565 17.3867 13.0026 17.4167 12.7537C17.4469 12.5051 17.462 12.2538 17.462 12C17.462 11.7397 17.4469 11.4884 17.4167 11.2463C17.3867 11.0039 17.3301 10.7564 17.2467 10.5038L19.435 8.85L18.4505 7.15L15.937 8.2095C15.6023 7.85183 15.2014 7.53583 14.7342 7.2615C14.2669 6.98717 13.7941 6.79292 13.316 6.67875L13.0005 4H11.016L10.685 6.66925C10.1748 6.78975 9.70373 6.97433 9.27173 7.223C8.83957 7.47183 8.42732 7.79233 8.03498 8.1845L5.55048 7.15L4.56598 8.85L6.72548 10.4595C6.64215 10.6968 6.58382 10.9437 6.55048 11.2C6.51715 11.4563 6.50048 11.7262 6.50048 12.0095C6.50048 12.2698 6.51715 12.525 6.55048 12.775C6.58382 13.025 6.63898 13.2718 6.71598 13.5155L4.56598 15.15L5.55048 16.85L8.02548 15.8C8.40498 16.1897 8.81073 16.5089 9.24273 16.7578C9.6749 17.0064 10.1525 17.1974 10.6755 17.3307L11.0005 20Z' fill='black'/%3E%3Cpath d='M12.0117 9.75C12.6465 9.75 13.1633 9.96407 13.6055 10.4062C14.0477 10.8484 14.2617 11.3653 14.2617 12C14.2617 12.6347 14.0477 13.1516 13.6055 13.5938C13.1633 14.0359 12.6465 14.25 12.0117 14.25C11.364 14.25 10.8473 14.0337 10.4131 13.5957C9.97531 13.154 9.76172 12.6369 9.76172 12C9.76172 11.3631 9.97531 10.846 10.4131 10.4043C10.8473 9.96627 11.364 9.75 12.0117 9.75Z' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A")}.account-sidebar__link.i-log-out:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.30775 20.5C4.80258 20.5 4.375 20.325 4.025 19.975C3.675 19.625 3.5 19.1974 3.5 18.6923V5.30775C3.5 4.80258 3.675 4.375 4.025 4.025C4.375 3.675 4.80258 3.5 5.30775 3.5H11.2598C11.4724 3.5 11.6506 3.57183 11.7943 3.7155C11.9378 3.859 12.0095 4.03717 12.0095 4.25C12.0095 4.46283 11.9378 4.641 11.7943 4.7845C11.6506 4.92817 11.4724 5 11.2598 5H5.30775C5.23075 5 5.16025 5.03208 5.09625 5.09625C5.03208 5.16025 5 5.23075 5 5.30775V18.6923C5 18.7693 5.03208 18.8398 5.09625 18.9038C5.16025 18.9679 5.23075 19 5.30775 19H11.2598C11.4724 19 11.6506 19.0718 11.7943 19.2155C11.9378 19.359 12.0095 19.5372 12.0095 19.75C12.0095 19.9628 11.9378 20.141 11.7943 20.2845C11.6506 20.4282 11.4724 20.5 11.2598 20.5H5.30775ZM17.6173 12.75H9.84625C9.63342 12.75 9.45517 12.6782 9.3115 12.5345C9.168 12.391 9.09625 12.2128 9.09625 12C9.09625 11.7872 9.168 11.609 9.3115 11.4655C9.45517 11.3218 9.63342 11.25 9.84625 11.25H17.6173L15.6943 9.327C15.5558 9.1885 15.4849 9.01958 15.4818 8.82025C15.4786 8.62092 15.5494 8.44367 15.6943 8.2885C15.8391 8.13333 16.0148 8.05317 16.2213 8.048C16.4276 8.043 16.6083 8.118 16.7635 8.273L19.8578 11.3673C20.0384 11.5481 20.1288 11.759 20.1288 12C20.1288 12.241 20.0384 12.4519 19.8578 12.6328L16.7635 15.727C16.6148 15.8757 16.4383 15.949 16.2338 15.947C16.0293 15.9452 15.8494 15.8667 15.6943 15.7115C15.5494 15.5563 15.4796 15.3782 15.4848 15.177C15.4898 14.9757 15.5648 14.8026 15.7098 14.6578L17.6173 12.75Z' fill='black'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.30775 20.5C4.80258 20.5 4.375 20.325 4.025 19.975C3.675 19.625 3.5 19.1974 3.5 18.6923V5.30775C3.5 4.80258 3.675 4.375 4.025 4.025C4.375 3.675 4.80258 3.5 5.30775 3.5H11.2598C11.4724 3.5 11.6506 3.57183 11.7943 3.7155C11.9378 3.859 12.0095 4.03717 12.0095 4.25C12.0095 4.46283 11.9378 4.641 11.7943 4.7845C11.6506 4.92817 11.4724 5 11.2598 5H5.30775C5.23075 5 5.16025 5.03208 5.09625 5.09625C5.03208 5.16025 5 5.23075 5 5.30775V18.6923C5 18.7693 5.03208 18.8398 5.09625 18.9038C5.16025 18.9679 5.23075 19 5.30775 19H11.2598C11.4724 19 11.6506 19.0718 11.7943 19.2155C11.9378 19.359 12.0095 19.5372 12.0095 19.75C12.0095 19.9628 11.9378 20.141 11.7943 20.2845C11.6506 20.4282 11.4724 20.5 11.2598 20.5H5.30775ZM17.6173 12.75H9.84625C9.63342 12.75 9.45517 12.6782 9.3115 12.5345C9.168 12.391 9.09625 12.2128 9.09625 12C9.09625 11.7872 9.168 11.609 9.3115 11.4655C9.45517 11.3218 9.63342 11.25 9.84625 11.25H17.6173L15.6943 9.327C15.5558 9.1885 15.4849 9.01958 15.4818 8.82025C15.4786 8.62092 15.5494 8.44367 15.6943 8.2885C15.8391 8.13333 16.0148 8.05317 16.2213 8.048C16.4276 8.043 16.6083 8.118 16.7635 8.273L19.8578 11.3673C20.0384 11.5481 20.1288 11.759 20.1288 12C20.1288 12.241 20.0384 12.4519 19.8578 12.6328L16.7635 15.727C16.6148 15.8757 16.4383 15.949 16.2338 15.947C16.0293 15.9452 15.8494 15.8667 15.6943 15.7115C15.5494 15.5563 15.4796 15.3782 15.4848 15.177C15.4898 14.9757 15.5648 14.8026 15.7098 14.6578L17.6173 12.75Z' fill='black'/%3E%3C/svg%3E%0A")}.account-sidebar__link:hover{background:var(--bg-500);color:var(--text-1000)}.account-sidebar__link:hover .account-sidebar__icon{background:var(--text-1000);opacity:1}.account-sidebar__link.is-active{background:var(--text-1000);color:var(--text-0)}.account-sidebar__link.is-active:before{background:var(--text-0)}.account-sidebar__icon{width:18px;height:18px;flex:none;background:var(--text-600);-webkit-mask-image:var(--icon);mask-image:var(--icon);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;opacity:.8}.account-main{display:flex;flex-direction:column;gap:24px}.account-main__btn{width:100%;display:flex;align-items:center;justify-content:center}.account-heading{display:flex;flex-direction:column;gap:6px}.account-heading__form-field{margin-top:4px}.account-heading__title{color:var(--text-1000);font-size:20px;line-height:140%;font-weight:600}@media(max-width:768px){.account-heading__title{font-size:18px}}.account-heading__text{color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.account-heading__text{font-size:13px}}.account-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.account-grid--wide{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.account-card{border-radius:16px;border:1px solid var(--bg-500);background:var(--bg-1000);padding:24px;display:flex;flex-direction:column;gap:24px}.account-card--order-info{border-radius:0;border:none}.account-card--ghost{background:var(--bg-750)}.account-card__title{color:var(--text-800);font-size:16px;line-height:140%;font-weight:600}@media(max-width:768px){.account-card__title{font-size:14px}}.account-card__title{width:100%}.account-card__group-content{display:flex;min-height:160px;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.account-card__row{display:flex;width:100%;gap:16px}.account-card__actions{display:flex;gap:10px;align-items:stretch;flex-wrap:wrap}.account-card__actions>*{flex:1 1 0;min-width:0}.account-card__actions a,.account-card__actions button{width:100%;min-width:0}.account-card__meta{display:grid;gap:8px;color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.account-card__meta{font-size:13px}}.account-card__meta strong{color:var(--text-1000);font-weight:600}.account-user{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}.account-user__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex:none}.account-user__details{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;flex:1 0 0}.account-user__name{color:var(--text-1000);font-size:16px;line-height:140%;font-weight:600}@media(max-width:768px){.account-user__name{font-size:14px}}.account-user__location{color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.account-user__location{font-size:13px}}.account-balance{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.account-balance--row{flex-direction:row}@media(max-width:768px){.account-balance{grid-template-columns:1fr}}.account-balance__value{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;width:100%}.account-balance__value-label{color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.account-balance__value-label{font-size:13px}}.account-balance__value-balance-primary{color:var(--text-1000);font-size:20px;line-height:140%;font-weight:600}@media(max-width:768px){.account-balance__value-balance-primary{font-size:18px}}.account-balance__value-balance-secondary{color:var(--text-400);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.account-balance__value-balance-secondary{font-size:13px}}.account-balance__summary{display:flex;flex-direction:column;width:100%}.account-balance__summary-item{display:flex;align-items:center;gap:4px;align-self:stretch;padding:8px 0;border-top:1px solid var(--bg-750)}.account-balance__summary-item-label{flex:1 0 0;color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.account-balance__summary-item-label{font-size:13px}}.account-balance__summary-item-value{color:var(--text-1000);font-size:16px;line-height:140%;font-weight:600}@media(max-width:768px){.account-balance__summary-item-value{font-size:14px}}.account-stats{display:grid;grid-template-columns:1fr;gap:8px}.account-stat{display:flex;justify-content:space-between;align-items:center;padding:24px;gap:16px;border-radius:16px;border:1px solid var(--bg-500);background:var(--bg-750)}.account-stat__details{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;flex:1 0 0}.account-stat__label{color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.account-stat__label{font-size:13px}}.account-stat__value{color:var(--text-1000);font-size:20px;line-height:140%;font-weight:600}@media(max-width:768px){.account-stat__value{font-size:18px}}.account-stat__icon{width:48px;height:48px;flex:none}.account-stat__icon--dark{background:var(--text-1000);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.9171 32.0038C31.4509 32.0038 31.8837 32.4366 31.8837 32.9704C31.8837 33.5043 31.4509 33.9371 30.9171 33.9371H17.0877C16.5538 33.9371 16.121 33.5043 16.121 32.9704C16.121 32.4366 16.5538 32.0038 17.0877 32.0038H30.9171Z' fill='black'/%3E%3Cpath d='M28.8743 25.2373C29.4081 25.2373 29.8409 25.6701 29.8409 26.204C29.8409 26.7378 29.4081 27.1706 28.8743 27.1706H19.1305C18.5966 27.1706 18.1638 26.7378 18.1638 26.204C18.1638 25.6701 18.5966 25.2373 19.1305 25.2373H28.8743Z' fill='black'/%3E%3Cpath d='M30.9171 18.4708C31.4509 18.4708 31.8837 18.9036 31.8837 19.4375C31.8837 19.9713 31.4509 20.4041 30.9171 20.4041H17.0877C16.5538 20.4041 16.121 19.9713 16.121 19.4375C16.121 18.9036 16.5538 18.4708 17.0877 18.4708H30.9171Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0014 5.99512C24.8441 5.99512 25.5748 6.25207 26.1934 6.7673C26.812 7.28026 27.2118 7.91571 27.3922 8.67226H36.3431C37.2027 8.67226 37.9398 8.97762 38.552 9.58981C39.1642 10.202 39.469 10.9379 39.4677 11.795V21.0894C39.4677 21.1576 39.4621 21.2232 39.4507 21.2858V35.3776C39.4504 37.7263 37.5459 39.6312 35.1971 39.6312H12.3281V39.6048H11.6597C10.8001 39.6048 10.0636 39.2994 9.45271 38.6872C8.84179 38.075 8.53645 37.3398 8.53516 36.484V11.795C8.53516 10.9366 8.84051 10.2007 9.45271 9.58981C10.0649 8.9789 10.8008 8.67355 11.6579 8.67226H20.6219C20.8024 7.91699 21.204 7.28155 21.8265 6.7673C22.4489 6.25193 23.1741 5.99512 24.0014 5.99512ZM11.6597 10.6055C11.362 10.6055 11.0891 10.73 10.8404 10.9775C10.5916 11.2249 10.4671 11.4978 10.4684 11.7969V36.4821C10.4684 36.8288 10.5796 37.1144 10.8026 37.3373C11.0256 37.5603 11.3118 37.6715 11.6597 37.6715H22.9234C23.0035 37.6715 23.0793 37.6821 23.1518 37.6979H35.1971C36.4782 37.6979 37.5171 36.6586 37.5174 35.3776V14.7251H37.5344V11.7969C37.5344 11.4991 37.4099 11.2262 37.1625 10.9775C36.915 10.7287 36.6421 10.6043 36.3431 10.6055H31.7345V13.3563C31.7345 13.7984 31.5854 14.1699 31.289 14.4702C30.9927 14.7701 30.6261 14.9208 30.1883 14.9196H17.8145C17.3767 14.9195 17.0101 14.7688 16.7138 14.4702C16.4174 14.1712 16.2683 13.7997 16.2683 13.3563V10.6055H11.6597ZM23.9958 7.9284C23.5512 7.9284 23.1801 8.07819 22.8837 8.37962C22.5874 8.68111 22.4402 9.05414 22.4401 9.4973C22.4401 9.94056 22.5898 10.311 22.8913 10.6074C23.1929 10.9038 23.5651 11.0511 24.0071 11.0511C24.4517 11.0511 24.8227 10.9008 25.1191 10.6018C25.4155 10.3015 25.5628 9.92871 25.5628 9.48409C25.5627 9.03949 25.4137 8.66848 25.1134 8.37207C24.8132 8.07571 24.4403 7.92843 23.9958 7.9284Z' fill='black'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.9171 32.0038C31.4509 32.0038 31.8837 32.4366 31.8837 32.9704C31.8837 33.5043 31.4509 33.9371 30.9171 33.9371H17.0877C16.5538 33.9371 16.121 33.5043 16.121 32.9704C16.121 32.4366 16.5538 32.0038 17.0877 32.0038H30.9171Z' fill='black'/%3E%3Cpath d='M28.8743 25.2373C29.4081 25.2373 29.8409 25.6701 29.8409 26.204C29.8409 26.7378 29.4081 27.1706 28.8743 27.1706H19.1305C18.5966 27.1706 18.1638 26.7378 18.1638 26.204C18.1638 25.6701 18.5966 25.2373 19.1305 25.2373H28.8743Z' fill='black'/%3E%3Cpath d='M30.9171 18.4708C31.4509 18.4708 31.8837 18.9036 31.8837 19.4375C31.8837 19.9713 31.4509 20.4041 30.9171 20.4041H17.0877C16.5538 20.4041 16.121 19.9713 16.121 19.4375C16.121 18.9036 16.5538 18.4708 17.0877 18.4708H30.9171Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0014 5.99512C24.8441 5.99512 25.5748 6.25207 26.1934 6.7673C26.812 7.28026 27.2118 7.91571 27.3922 8.67226H36.3431C37.2027 8.67226 37.9398 8.97762 38.552 9.58981C39.1642 10.202 39.469 10.9379 39.4677 11.795V21.0894C39.4677 21.1576 39.4621 21.2232 39.4507 21.2858V35.3776C39.4504 37.7263 37.5459 39.6312 35.1971 39.6312H12.3281V39.6048H11.6597C10.8001 39.6048 10.0636 39.2994 9.45271 38.6872C8.84179 38.075 8.53645 37.3398 8.53516 36.484V11.795C8.53516 10.9366 8.84051 10.2007 9.45271 9.58981C10.0649 8.9789 10.8008 8.67355 11.6579 8.67226H20.6219C20.8024 7.91699 21.204 7.28155 21.8265 6.7673C22.4489 6.25193 23.1741 5.99512 24.0014 5.99512ZM11.6597 10.6055C11.362 10.6055 11.0891 10.73 10.8404 10.9775C10.5916 11.2249 10.4671 11.4978 10.4684 11.7969V36.4821C10.4684 36.8288 10.5796 37.1144 10.8026 37.3373C11.0256 37.5603 11.3118 37.6715 11.6597 37.6715H22.9234C23.0035 37.6715 23.0793 37.6821 23.1518 37.6979H35.1971C36.4782 37.6979 37.5171 36.6586 37.5174 35.3776V14.7251H37.5344V11.7969C37.5344 11.4991 37.4099 11.2262 37.1625 10.9775C36.915 10.7287 36.6421 10.6043 36.3431 10.6055H31.7345V13.3563C31.7345 13.7984 31.5854 14.1699 31.289 14.4702C30.9927 14.7701 30.6261 14.9208 30.1883 14.9196H17.8145C17.3767 14.9195 17.0101 14.7688 16.7138 14.4702C16.4174 14.1712 16.2683 13.7997 16.2683 13.3563V10.6055H11.6597ZM23.9958 7.9284C23.5512 7.9284 23.1801 8.07819 22.8837 8.37962C22.5874 8.68111 22.4402 9.05414 22.4401 9.4973C22.4401 9.94056 22.5898 10.311 22.8913 10.6074C23.1929 10.9038 23.5651 11.0511 24.0071 11.0511C24.4517 11.0511 24.8227 10.9008 25.1191 10.6018C25.4155 10.3015 25.5628 9.92871 25.5628 9.48409C25.5627 9.03949 25.4137 8.66848 25.1134 8.37207C24.8132 8.07571 24.4403 7.92843 23.9958 7.9284Z' fill='black'/%3E%3C/svg%3E%0A")}.account-stat__icon--warning{background:var(--yellow-1000);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.8412 38.1453C34.7944 38.1453 36.3777 36.562 36.3777 34.6088C36.3777 32.6556 34.7944 31.0723 32.8412 31.0723C30.888 31.0723 29.3047 32.6556 29.3047 34.6088C29.3047 36.562 30.888 38.1453 32.8412 38.1453Z' stroke='black' stroke-width='2'/%3E%3Cpath d='M15.1576 38.1453C17.1108 38.1453 18.6941 36.562 18.6941 34.6088C18.6941 32.6556 17.1108 31.0723 15.1576 31.0723C13.2044 31.0723 11.6211 32.6556 11.6211 34.6088C11.6211 36.562 13.2044 38.1453 15.1576 38.1453Z' stroke='black' stroke-width='2'/%3E%3Cpath d='M11.6212 34.5597C9.68141 34.4642 8.47369 34.176 7.61077 33.3148C6.74786 32.4537 6.4614 31.2442 6.36592 29.3044M18.6942 34.6092H29.3038M36.3769 34.5597C38.3166 34.4642 39.5244 34.176 40.3873 33.3148C41.6817 32.0187 41.6817 29.9357 41.6817 25.7679V22.2314H33.3708C32.0535 22.2314 31.3957 22.2314 30.8634 22.0581C30.3327 21.8856 29.8503 21.59 29.4557 21.1954C29.0611 20.8008 28.7654 20.3184 28.593 19.7876C28.4197 19.2554 28.4197 18.5976 28.4197 17.2802C28.4197 15.3051 28.4197 14.3184 28.1597 13.5191C27.901 12.723 27.4576 11.9994 26.8657 11.4075C26.2738 10.8156 25.5502 10.3722 24.7541 10.1134C23.9548 9.85352 22.9681 9.85352 20.993 9.85352H6.31641M6.31641 16.9266H16.926M6.31641 22.2314H13.3895' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.4219 13.3896H31.6419C34.2165 13.3896 35.502 13.3896 36.5488 14.0156C37.5974 14.6398 38.2074 15.7733 39.4275 18.0402L41.6838 22.231' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.8412 38.1453C34.7944 38.1453 36.3777 36.562 36.3777 34.6088C36.3777 32.6556 34.7944 31.0723 32.8412 31.0723C30.888 31.0723 29.3047 32.6556 29.3047 34.6088C29.3047 36.562 30.888 38.1453 32.8412 38.1453Z' stroke='black' stroke-width='2'/%3E%3Cpath d='M15.1576 38.1453C17.1108 38.1453 18.6941 36.562 18.6941 34.6088C18.6941 32.6556 17.1108 31.0723 15.1576 31.0723C13.2044 31.0723 11.6211 32.6556 11.6211 34.6088C11.6211 36.562 13.2044 38.1453 15.1576 38.1453Z' stroke='black' stroke-width='2'/%3E%3Cpath d='M11.6212 34.5597C9.68141 34.4642 8.47369 34.176 7.61077 33.3148C6.74786 32.4537 6.4614 31.2442 6.36592 29.3044M18.6942 34.6092H29.3038M36.3769 34.5597C38.3166 34.4642 39.5244 34.176 40.3873 33.3148C41.6817 32.0187 41.6817 29.9357 41.6817 25.7679V22.2314H33.3708C32.0535 22.2314 31.3957 22.2314 30.8634 22.0581C30.3327 21.8856 29.8503 21.59 29.4557 21.1954C29.0611 20.8008 28.7654 20.3184 28.593 19.7876C28.4197 19.2554 28.4197 18.5976 28.4197 17.2802C28.4197 15.3051 28.4197 14.3184 28.1597 13.5191C27.901 12.723 27.4576 11.9994 26.8657 11.4075C26.2738 10.8156 25.5502 10.3722 24.7541 10.1134C23.9548 9.85352 22.9681 9.85352 20.993 9.85352H6.31641M6.31641 16.9266H16.926M6.31641 22.2314H13.3895' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.4219 13.3896H31.6419C34.2165 13.3896 35.502 13.3896 36.5488 14.0156C37.5974 14.6398 38.2074 15.7733 39.4275 18.0402L41.6838 22.231' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.account-stat__icon--success{background:var(--green-1000);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.8265 25.2283V35.4613L23.091 42.0104M23.091 42.0104L8.35547 35.4613V25.4558M23.091 42.0104V24.8189M23.091 24.8189L37.8265 18.2698L23.091 11.7207L8.35547 18.2698L23.091 24.8189Z' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.35659 18.2698L5.08203 12.5394L19.8176 5.99023L23.0921 11.7207M37.8276 18.2698L41.1022 12.5394L27.1853 5.99023L23.0921 11.7207M23.0921 24.819L19.8176 30.5494L5.08203 24.0003L8.35659 18.2698M23.0921 24.819L27.1853 30.5494L41.9208 23.1817L37.8276 18.2698' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.8265 25.2283V35.4613L23.091 42.0104M23.091 42.0104L8.35547 35.4613V25.4558M23.091 42.0104V24.8189M23.091 24.8189L37.8265 18.2698L23.091 11.7207L8.35547 18.2698L23.091 24.8189Z' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.35659 18.2698L5.08203 12.5394L19.8176 5.99023L23.0921 11.7207M37.8276 18.2698L41.1022 12.5394L27.1853 5.99023L23.0921 11.7207M23.0921 24.819L19.8176 30.5494L5.08203 24.0003L8.35659 18.2698M23.0921 24.819L27.1853 30.5494L41.9208 23.1817L37.8276 18.2698' stroke='black' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.status-pill{display:inline-flex;align-items:center;justify-content:center;padding:0 6px;border-radius:6px;min-height:20px;max-height:20px;border:1px solid transparent;font-size:12px;line-height:140%;font-weight:500}@media(max-width:768px){.status-pill{font-size:11px}}.status-pill--success{color:var(--green-1000);background:var(--green-100);border-color:var(--green-200)}.status-pill--warning{color:var(--yellow-1000);background:var(--yellow-100);border-color:var(--yellow-200)}.status-pill--danger{color:var(--red-1000);background:var(--red-100);border-color:var(--red-200)}.account-table{width:100%;border-collapse:collapse;overflow:hidden;border-top:1px solid var(--bg-500);border-bottom:1px solid var(--bg-500)}.account-table__no-result{width:100%;padding:48px 0;display:flex;align-items:center;justify-content:center}.account-table__no-result span{width:fit-content;display:flex;height:32px;min-height:32px;max-height:32px;padding:0 24px;justify-content:center;align-items:center;gap:6px;border:1px solid var(--bg-500);background:var(--bg-750);border-radius:100px;color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.account-table__no-result span{font-size:13px}}.account-table__asset{display:flex;align-items:center;gap:4px;flex:1 0 0}.account-table__asset img{width:16px;height:16px;flex:none;aspect-ratio:1/1}.account-table__product{display:flex;align-items:center;gap:8px}.account-table__product-thumb{width:64px;height:64px;object-fit:cover;flex:none}.account-table__product-content{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.account-table__product-category{color:var(--text-600);font-size:12px;line-height:140%;font-weight:400}@media(max-width:768px){.account-table__product-category{font-size:11px}}.account-table__product-name{color:var(--text-1000);display:-webkit-box;width:304px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.account-table__product-name{font-size:13px}}.account-table__sub{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.account-table__sub span{font-size:12px;line-height:140%;font-weight:400}@media(max-width:768px){.account-table__sub span{font-size:11px}}.account-table__sub span{color:var(--text-600)}.account-table th,.account-table td{padding:8px;text-align:left}.account-table th{color:var(--text-400);background:var(--bg-750);font-size:12px;line-height:140%;font-weight:500}@media(max-width:768px){.account-table th{font-size:11px}}.account-table th:first-child{padding:8px 8px 8px 24px}.account-table th:last-child{padding:8px 24px 8px 8px;text-align:end}.account-table td{color:var(--text-800);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.account-table td{font-size:13px}}.account-table td:first-child{padding:12px 12px 12px 24px}.account-table td:last-child{padding:12px 23px 12px 12px;text-align:end}.account-table tbody tr:nth-child(2n){background:var(--bg-750)}.account-table__actions{color:var(--text-1000);text-decoration:none;font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.account-table__actions{font-size:13px}}.account-table__actions{margin-left:16px}.account-table__actions:hover{color:var(--text-800);text-decoration:underline}.account-section{display:flex;flex-direction:column;border-radius:16px;border:1px solid var(--bg-500);background:var(--bg-1000);overflow:hidden}.account-section__row{display:flex}.account-section__row .account-card{flex:1 0 0}.account-section__row .account-card:not(:last-child):not(.account-card--order-info){border-right:1px solid var(--bg-500)}.account-section__row .account-card.account-card--order-info:last-child{border-left:1px solid var(--bg-500)}.account-section__back-link{color:var(--text-1000);font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.account-section__back-link{font-size:13px}}.account-section__back-link{flex:1 0 0;display:flex;align-items:flex-end;gap:6px}.account-section__back-link:before{content:"";width:20px;height:20px;flex:none;background:var(--text-1000);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.371 10.7501L10.5402 15.9193C10.6889 16.068 10.7623 16.242 10.7605 16.4413C10.7585 16.6406 10.68 16.8179 10.525 16.9731C10.3698 17.1179 10.1942 17.1929 9.998 17.1981C9.80183 17.2032 9.62617 17.1282 9.471 16.9731L3.13075 10.6328C3.03708 10.5391 2.97108 10.4404 2.93275 10.3366C2.89425 10.2327 2.875 10.1206 2.875 10.0001C2.875 9.87955 2.89425 9.76739 2.93275 9.66355C2.97108 9.55972 3.03708 9.46097 3.13075 9.3673L9.471 3.02705C9.6095 2.88855 9.781 2.81772 9.9855 2.81455C10.19 2.81139 10.3698 2.88222 10.525 3.02705C10.68 3.18222 10.7575 3.36039 10.7575 3.56155C10.7575 3.76289 10.68 3.94114 10.525 4.0963L5.371 9.25005H16.748C16.9608 9.25005 17.139 9.32189 17.2825 9.46555C17.4262 9.60905 17.498 9.78722 17.498 10.0001C17.498 10.2129 17.4262 10.3911 17.2825 10.5346C17.139 10.6782 16.9608 10.7501 16.748 10.7501H5.371Z' fill='black'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.371 10.7501L10.5402 15.9193C10.6889 16.068 10.7623 16.242 10.7605 16.4413C10.7585 16.6406 10.68 16.8179 10.525 16.9731C10.3698 17.1179 10.1942 17.1929 9.998 17.1981C9.80183 17.2032 9.62617 17.1282 9.471 16.9731L3.13075 10.6328C3.03708 10.5391 2.97108 10.4404 2.93275 10.3366C2.89425 10.2327 2.875 10.1206 2.875 10.0001C2.875 9.87955 2.89425 9.76739 2.93275 9.66355C2.97108 9.55972 3.03708 9.46097 3.13075 9.3673L9.471 3.02705C9.6095 2.88855 9.781 2.81772 9.9855 2.81455C10.19 2.81139 10.3698 2.88222 10.525 3.02705C10.68 3.18222 10.7575 3.36039 10.7575 3.56155C10.7575 3.76289 10.68 3.94114 10.525 4.0963L5.371 9.25005H16.748C16.9608 9.25005 17.139 9.32189 17.2825 9.46555C17.4262 9.60905 17.498 9.78722 17.498 10.0001C17.498 10.2129 17.4262 10.3911 17.2825 10.5346C17.139 10.6782 16.9608 10.7501 16.748 10.7501H5.371Z' fill='black'/%3E%3C/svg%3E%0A")}.account-section__leave-rating{color:var(--text-1000);font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.account-section__leave-rating{font-size:13px}}.account-section__leave-rating{display:flex;align-items:flex-end;gap:6px}.account-section__leave-rating:after{content:"";width:20px;height:20px;flex:none;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_5493_24297' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='1' y='1' width='18' height='17'%3E%3Cpath d='M10.0002 1.87012C9.86721 1.87016 9.73729 1.91099 9.62832 1.9873C9.51938 2.06362 9.4362 2.17157 9.39069 2.29655L7.67195 6.62516C7.62813 6.74317 7.55098 6.84571 7.44978 6.92057C7.34858 6.99543 7.22794 7.03934 7.10228 7.04671L2.49291 7.34375C1.89135 7.38281 1.65681 8.15641 2.11775 8.53923L5.64883 11.4844C5.74747 11.5659 5.82113 11.6737 5.86124 11.7952C5.90132 11.9169 5.90591 12.0477 5.87507 12.172L4.82038 16.3281C4.64077 17.0312 5.39073 17.6011 5.99226 17.2184L9.65681 14.8983C9.75946 14.833 9.87861 14.7982 10.0002 14.7982C10.122 14.7982 10.2417 14.8329 10.3445 14.8983L14.2816 17.3983C14.7895 17.7186 15.4148 17.242 15.2663 16.6561L14.1254 12.172C14.0946 12.0477 14.0991 11.9169 14.1392 11.7952C14.1793 11.6737 14.2531 11.5659 14.3516 11.4844L17.8835 8.53923C18.3443 8.15641 18.1098 7.38291 17.5084 7.34375L12.899 7.04671C12.7732 7.0394 12.652 6.99549 12.5507 6.92057C12.4496 6.84569 12.3723 6.74313 12.3285 6.62516L10.6098 2.29655C10.5642 2.17161 10.4811 2.06359 10.3721 1.9873C10.2632 1.91106 10.1332 1.87012 10.0002 1.87012Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5493_24297)'%3E%3Crect width='20' height='20' fill='%23FF9900'/%3E%3C/g%3E%3Cpath d='M9.99981 1.87012C10.1328 1.87012 10.2632 1.91106 10.3721 1.9873C10.4809 2.06355 10.5646 2.17132 10.6102 2.29614L12.3289 6.62476C12.3727 6.74272 12.45 6.84529 12.5511 6.92017C12.6523 6.99501 12.7733 7.03981 12.899 7.04712L17.5084 7.34375C18.1096 7.38304 18.3438 8.15602 17.8831 8.53882L14.3516 11.4844L14.282 11.5503C14.2179 11.6207 14.1692 11.7046 14.1392 11.7957C14.0993 11.9171 14.095 12.0475 14.1258 12.1716L15.2659 16.6565C15.4048 17.2059 14.8639 17.6588 14.3773 17.4487L14.282 17.3987L10.344 14.8987C10.2413 14.8333 10.1216 14.7986 9.99981 14.7986C9.87827 14.7987 9.75938 14.8335 9.65679 14.8987L5.99224 17.218C5.39072 17.6007 4.64076 17.0312 4.82037 16.3281L5.87505 12.1716C5.90574 12.0476 5.9015 11.917 5.86163 11.7957C5.83154 11.7045 5.78184 11.6207 5.71758 11.5503L5.64922 11.4844L2.11773 8.53882C1.65698 8.15603 1.89114 7.38299 2.49249 7.34375L7.10186 7.04712C7.19605 7.0416 7.28794 7.01567 7.37042 6.97144L7.44976 6.92017C7.52562 6.86398 7.58799 6.79236 7.63287 6.71021L7.67193 6.62476L9.39068 2.29614C9.43622 2.17133 9.51989 2.06353 9.62872 1.9873C9.73754 1.91121 9.86703 1.87021 9.99981 1.87012ZM8.54401 6.97017C8.54374 6.97085 8.54295 6.97115 8.5423 6.97083C8.54164 6.9705 8.54084 6.97081 8.54058 6.97149C8.43211 7.25152 8.2489 7.49602 8.00762 7.67456C7.76235 7.856 7.46875 7.96185 7.16254 7.9809C7.1622 7.98092 7.16205 7.98133 7.16229 7.98157C7.16252 7.98181 7.16237 7.98221 7.16204 7.98223L3.99812 8.18579C3.71632 8.20392 3.60118 8.55687 3.81809 8.73768L6.24615 10.7617L6.41094 10.918C6.51285 11.0297 6.59777 11.1559 6.66485 11.2915L6.74292 11.4806C6.74865 11.4945 6.75336 11.5088 6.75704 11.5233L6.80767 11.7236C6.84753 11.9474 6.83912 12.1771 6.78448 12.3975L6.78326 12.4023L6.00712 15.46C5.93759 15.7339 6.2384 15.9521 6.47716 15.8009L9.15386 14.1064L9.3504 14.0015C9.55336 13.9097 9.7745 13.8612 9.99981 13.8611L10.2232 13.877C10.4436 13.9084 10.6561 13.9861 10.8458 14.1064L13.525 15.8075C13.7638 15.9591 14.065 15.7408 13.9953 15.4666L13.2164 12.4036L13.2151 12.3975C13.1423 12.1034 13.1523 11.7923 13.2481 11.5015C13.3437 11.2116 13.5195 10.9553 13.7535 10.7617L16.1807 8.7366C16.3975 8.55571 16.2822 8.20284 16.0005 8.18479L12.8386 7.98222C12.8382 7.98219 12.8379 7.98191 12.8379 7.98157C12.8379 7.98122 12.8377 7.98094 12.8373 7.98092C12.5327 7.96182 12.2394 7.85645 11.9937 7.67492C11.9934 7.67469 11.993 7.67456 11.9926 7.67456C11.9922 7.67456 11.9918 7.67443 11.9915 7.6742C11.7455 7.49184 11.5563 7.24125 11.449 6.95246C11.4489 6.95209 11.4488 6.9517 11.4488 6.95131C11.4488 6.9509 11.4487 6.95048 11.4486 6.9501L10.2903 4.03358C10.1859 3.77067 9.81379 3.77071 9.70944 4.03365L8.54401 6.97017Z' fill='%23FF9900'/%3E%3C/svg%3E%0A")}.account-section__tabs{display:flex;align-items:center;gap:24px;flex:1 0 0}.account-section__tab{display:flex;padding:4px 0;justify-content:center;align-items:center;gap:10px;border-bottom:1px solid transparent;color:var(--text-600);font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.account-section__tab{font-size:13px}}.account-section__tab:hover{color:var(--text-1000)}.account-section__tab.is-active{border-bottom:1px solid var(--text-1000);color:var(--text-1000)}.account-section__check{display:flex;align-items:center;gap:6px;color:var(--text-1000);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.account-section__check{font-size:13px}}.account-section__pagination{padding:16px 24px 24px}.account-section__head{display:flex;padding:24px 24px 16px;align-items:flex-start;align-self:stretch}.account-section__title{color:var(--text-1000);font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.account-section__title{font-size:13px}}.account-section__title{flex:1 0 0}.account-section__title span{color:var(--text-400);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.account-section__title span{font-size:13px}}.account-section__link{color:var(--text-800);font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.account-section__link{font-size:13px}}.account-section__link{text-decoration:none}.account-section__link:hover{color:var(--text-1000);text-decoration:underline}.order-summary{display:flex;align-items:flex-start;gap:16px;padding:16px 24px;background:var(--green-100);border-top:1px solid var(--green-200);border-bottom:1px solid var(--green-200)}.order-summary__info{display:flex;flex-direction:column;gap:8px;flex:1 0 0}.order-summary__id{color:var(--text-1000);font-size:20px;line-height:140%;font-weight:600}@media(max-width:768px){.order-summary__id{font-size:18px}}.order-summary__meta{color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.order-summary__meta{font-size:13px}}.order-summary__total{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.order-summary__price{color:var(--green-1000);font-size:20px;line-height:140%;font-weight:600}@media(max-width:768px){.order-summary__price{font-size:18px}}.order-summary__items{color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.order-summary__items{font-size:13px}}.order-tracker{display:flex;gap:32px;padding:24px}.order-tracker__step{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1 0 0;padding-top:32px;position:relative}.order-tracker__step:not(:last-child):after{content:"";width:calc(100% + 32px);height:8px;background:var(--text-200);position:absolute;top:0;left:50%;z-index:0}.order-tracker__step:before{content:"";width:24px;height:24px;border-radius:32px;background:var(--text-200);position:absolute;top:-8px;z-index:1}.order-tracker__step.is-complete .order-tracker__step-icon{background:var(--bg-0)}.order-tracker__step.is-complete .order-tracker__step-text{color:var(--text-1000)}.order-tracker__step.is-complete:not(:last-child):after{background:var(--text-1000)}.order-tracker__step.is-complete:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' fill='%23050506'/%3E%3Cpath d='M7.57812 11.8972L10.4821 15.1884C10.5795 15.2987 10.751 15.3 10.85 15.1911L16.8374 8.60498' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.order-tracker__step.is-active .order-tracker__step-icon{background:var(--bg-0)}.order-tracker__step.is-active .order-tracker__step-text{color:var(--text-1000)}.order-tracker__step.is-active:before{background:var(--text-1000)}.order-tracker__step-icon{width:48px;height:48px;border-radius:12px;background:var(--text-400)}.order-tracker__step-icon--placed{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.7649 26.67C26.2098 26.67 26.5704 27.0307 26.5704 27.4755C26.5704 27.9204 26.2098 28.2811 25.7649 28.2811H14.2404C13.7955 28.2811 13.4348 27.9204 13.4348 27.4755C13.4348 27.0307 13.7955 26.67 14.2404 26.67H25.7649Z' fill='black'/%3E%3Cpath d='M24.0625 21.0313C24.5074 21.0313 24.8681 21.3919 24.8681 21.8368C24.8681 22.2817 24.5074 22.6423 24.0625 22.6423H15.9427C15.4978 22.6423 15.1372 22.2817 15.1372 21.8368C15.1372 21.3919 15.4978 21.0313 15.9427 21.0313H24.0625Z' fill='black'/%3E%3Cpath d='M25.7649 15.3925C26.2098 15.3925 26.5704 15.7532 26.5704 16.1981C26.5704 16.6429 26.2098 17.0036 25.7649 17.0036H14.2404C13.7955 17.0036 13.4348 16.6429 13.4348 16.1981C13.4348 15.7532 13.7955 15.3925 14.2404 15.3925H25.7649Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.0018 4.99609C20.704 4.99609 21.313 5.21022 21.8284 5.63958C22.344 6.06704 22.6771 6.59659 22.8275 7.22705H30.2866C31.0029 7.22705 31.6172 7.48151 32.1273 7.99167C32.6375 8.50185 32.8915 9.11506 32.8904 9.8293V17.5747C32.8904 17.6315 32.8858 17.6862 32.8762 17.7383V29.4815C32.876 31.4388 31.2889 33.0262 29.3316 33.0262H10.2741V33.0041H9.71711C9.00072 33.0041 8.38701 32.7497 7.87791 32.2395C7.36881 31.7293 7.11436 31.1166 7.11328 30.4035V9.8293C7.11328 9.11399 7.36774 8.50077 7.87791 7.99167C8.38808 7.48258 9.00129 7.22812 9.71554 7.22705H17.1856C17.336 6.59766 17.6706 6.06812 18.1894 5.63958C18.7081 5.21011 19.3124 4.99609 20.0018 4.99609ZM9.71711 8.83812C9.469 8.83812 9.24158 8.94184 9.03429 9.14806C8.82701 9.35427 8.72328 9.5817 8.72435 9.83087V30.4019C8.72435 30.6908 8.81702 30.9288 9.00283 31.1146C9.18863 31.3004 9.42712 31.3931 9.71711 31.3931H19.1035C19.1702 31.3931 19.2334 31.4019 19.2938 31.4151H29.3316C30.3991 31.4151 31.2649 30.549 31.2652 29.4815V12.2711H31.2793V9.83087C31.2793 9.58277 31.1756 9.35535 30.9694 9.14806C30.7632 8.94077 30.5357 8.83704 30.2866 8.83812H26.4461V11.1304C26.4461 11.4988 26.3218 11.8084 26.0748 12.0587C25.8279 12.3086 25.5224 12.4341 25.1576 12.4331H14.8461C14.4813 12.4331 14.1757 12.3075 13.9289 12.0587C13.6818 11.8095 13.5576 11.4999 13.5576 11.1304V8.83812H9.71711ZM19.9971 6.60716C19.6267 6.60716 19.3174 6.73198 19.0704 6.98318C18.8235 7.23443 18.7008 7.54528 18.7007 7.91458C18.7007 8.28396 18.8255 8.59269 19.0767 8.83969C19.328 9.08669 19.6382 9.20939 20.0066 9.20942C20.3771 9.20942 20.6862 9.08415 20.9332 8.83497C21.1802 8.58473 21.303 8.27409 21.303 7.90357C21.3029 7.53307 21.1787 7.2239 20.9285 6.97689C20.6783 6.72992 20.3676 6.60719 19.9971 6.60716Z' fill='black'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.7649 26.67C26.2098 26.67 26.5704 27.0307 26.5704 27.4755C26.5704 27.9204 26.2098 28.2811 25.7649 28.2811H14.2404C13.7955 28.2811 13.4348 27.9204 13.4348 27.4755C13.4348 27.0307 13.7955 26.67 14.2404 26.67H25.7649Z' fill='black'/%3E%3Cpath d='M24.0625 21.0313C24.5074 21.0313 24.8681 21.3919 24.8681 21.8368C24.8681 22.2817 24.5074 22.6423 24.0625 22.6423H15.9427C15.4978 22.6423 15.1372 22.2817 15.1372 21.8368C15.1372 21.3919 15.4978 21.0313 15.9427 21.0313H24.0625Z' fill='black'/%3E%3Cpath d='M25.7649 15.3925C26.2098 15.3925 26.5704 15.7532 26.5704 16.1981C26.5704 16.6429 26.2098 17.0036 25.7649 17.0036H14.2404C13.7955 17.0036 13.4348 16.6429 13.4348 16.1981C13.4348 15.7532 13.7955 15.3925 14.2404 15.3925H25.7649Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.0018 4.99609C20.704 4.99609 21.313 5.21022 21.8284 5.63958C22.344 6.06704 22.6771 6.59659 22.8275 7.22705H30.2866C31.0029 7.22705 31.6172 7.48151 32.1273 7.99167C32.6375 8.50185 32.8915 9.11506 32.8904 9.8293V17.5747C32.8904 17.6315 32.8858 17.6862 32.8762 17.7383V29.4815C32.876 31.4388 31.2889 33.0262 29.3316 33.0262H10.2741V33.0041H9.71711C9.00072 33.0041 8.38701 32.7497 7.87791 32.2395C7.36881 31.7293 7.11436 31.1166 7.11328 30.4035V9.8293C7.11328 9.11399 7.36774 8.50077 7.87791 7.99167C8.38808 7.48258 9.00129 7.22812 9.71554 7.22705H17.1856C17.336 6.59766 17.6706 6.06812 18.1894 5.63958C18.7081 5.21011 19.3124 4.99609 20.0018 4.99609ZM9.71711 8.83812C9.469 8.83812 9.24158 8.94184 9.03429 9.14806C8.82701 9.35427 8.72328 9.5817 8.72435 9.83087V30.4019C8.72435 30.6908 8.81702 30.9288 9.00283 31.1146C9.18863 31.3004 9.42712 31.3931 9.71711 31.3931H19.1035C19.1702 31.3931 19.2334 31.4019 19.2938 31.4151H29.3316C30.3991 31.4151 31.2649 30.549 31.2652 29.4815V12.2711H31.2793V9.83087C31.2793 9.58277 31.1756 9.35535 30.9694 9.14806C30.7632 8.94077 30.5357 8.83704 30.2866 8.83812H26.4461V11.1304C26.4461 11.4988 26.3218 11.8084 26.0748 12.0587C25.8279 12.3086 25.5224 12.4341 25.1576 12.4331H14.8461C14.4813 12.4331 14.1757 12.3075 13.9289 12.0587C13.6818 11.8095 13.5576 11.4999 13.5576 11.1304V8.83812H9.71711ZM19.9971 6.60716C19.6267 6.60716 19.3174 6.73198 19.0704 6.98318C18.8235 7.23443 18.7008 7.54528 18.7007 7.91458C18.7007 8.28396 18.8255 8.59269 19.0767 8.83969C19.328 9.08669 19.6382 9.20939 20.0066 9.20942C20.3771 9.20942 20.6862 9.08415 20.9332 8.83497C21.1802 8.58473 21.303 8.27409 21.303 7.90357C21.3029 7.53307 21.1787 7.2239 20.9285 6.97689C20.6783 6.72992 20.3676 6.60719 19.9971 6.60716Z' fill='black'/%3E%3C/svg%3E%0A")}.order-tracker__step-icon--box{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0008 3.3335C20.3499 3.3335 20.693 3.42512 20.9953 3.59961L20.9945 3.60042L34.0275 10.9303L34.0308 10.932C34.3056 11.088 34.5397 11.3061 34.7152 11.5675C34.7418 11.6011 34.7674 11.6366 34.7892 11.675C34.8076 11.7073 34.8228 11.7407 34.8364 11.7743C34.9813 12.0573 35.0585 12.3707 35.0602 12.6898V27.3097C35.0583 27.6673 34.9618 28.0184 34.7811 28.327C34.6004 28.6355 34.3417 28.891 34.0308 29.0675L34.0275 29.0692L20.9871 36.4048L20.9863 36.404C20.686 36.5754 20.3467 36.6668 20.0008 36.6668C19.6547 36.6668 19.3149 36.5756 19.0145 36.404V36.4048L5.97412 29.0692L5.97087 29.0675C5.65996 28.891 5.40126 28.6355 5.22054 28.327C5.03981 28.0184 4.94333 27.6673 4.94141 27.3097V12.6898L4.94629 12.5563C4.96588 12.2812 5.04181 12.013 5.16846 11.7677C5.18069 11.7383 5.19488 11.7092 5.21077 11.6807C5.23219 11.6423 5.25695 11.6068 5.2832 11.5732C5.45906 11.3094 5.69417 11.0891 5.97087 10.932L5.97412 10.9303L12.4878 7.2666C12.4956 7.26234 12.5027 7.25677 12.5106 7.25277L19.0063 3.60042V3.59961C19.3087 3.42513 19.6518 3.3335 20.0008 3.3335ZM6.60807 27.3008L6.61133 27.3496C6.61791 27.3971 6.63413 27.443 6.65853 27.4847C6.6906 27.5394 6.73632 27.5848 6.79118 27.6165L19.1772 34.5843L19.2969 20.4868L6.60807 13.4132V27.3008ZM26.429 23.6305V17.3822L20.9635 20.4868L20.8447 34.5721L33.2104 27.6165C33.2653 27.5847 33.311 27.5394 33.3431 27.4847C33.375 27.4303 33.3924 27.3686 33.3936 27.3057V13.4255L28.0957 16.4349V23.6305C28.0956 24.0906 27.7224 24.4637 27.2624 24.4639C26.8022 24.4639 26.4291 24.0907 26.429 23.6305ZM7.48291 11.9932L20.1302 19.0431L25.5786 15.9482L12.8923 8.95036L7.48291 11.9932ZM20.0008 5.00016C19.9443 5.00016 19.8887 5.01505 19.8397 5.04329L19.8315 5.04818L14.6012 7.98926L27.2795 14.9823L32.5293 11.9997L20.1701 5.04818L20.1619 5.04329C20.113 5.01503 20.0574 5.00017 20.0008 5.00016Z' fill='black'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0008 3.3335C20.3499 3.3335 20.693 3.42512 20.9953 3.59961L20.9945 3.60042L34.0275 10.9303L34.0308 10.932C34.3056 11.088 34.5397 11.3061 34.7152 11.5675C34.7418 11.6011 34.7674 11.6366 34.7892 11.675C34.8076 11.7073 34.8228 11.7407 34.8364 11.7743C34.9813 12.0573 35.0585 12.3707 35.0602 12.6898V27.3097C35.0583 27.6673 34.9618 28.0184 34.7811 28.327C34.6004 28.6355 34.3417 28.891 34.0308 29.0675L34.0275 29.0692L20.9871 36.4048L20.9863 36.404C20.686 36.5754 20.3467 36.6668 20.0008 36.6668C19.6547 36.6668 19.3149 36.5756 19.0145 36.404V36.4048L5.97412 29.0692L5.97087 29.0675C5.65996 28.891 5.40126 28.6355 5.22054 28.327C5.03981 28.0184 4.94333 27.6673 4.94141 27.3097V12.6898L4.94629 12.5563C4.96588 12.2812 5.04181 12.013 5.16846 11.7677C5.18069 11.7383 5.19488 11.7092 5.21077 11.6807C5.23219 11.6423 5.25695 11.6068 5.2832 11.5732C5.45906 11.3094 5.69417 11.0891 5.97087 10.932L5.97412 10.9303L12.4878 7.2666C12.4956 7.26234 12.5027 7.25677 12.5106 7.25277L19.0063 3.60042V3.59961C19.3087 3.42513 19.6518 3.3335 20.0008 3.3335ZM6.60807 27.3008L6.61133 27.3496C6.61791 27.3971 6.63413 27.443 6.65853 27.4847C6.6906 27.5394 6.73632 27.5848 6.79118 27.6165L19.1772 34.5843L19.2969 20.4868L6.60807 13.4132V27.3008ZM26.429 23.6305V17.3822L20.9635 20.4868L20.8447 34.5721L33.2104 27.6165C33.2653 27.5847 33.311 27.5394 33.3431 27.4847C33.375 27.4303 33.3924 27.3686 33.3936 27.3057V13.4255L28.0957 16.4349V23.6305C28.0956 24.0906 27.7224 24.4637 27.2624 24.4639C26.8022 24.4639 26.4291 24.0907 26.429 23.6305ZM7.48291 11.9932L20.1302 19.0431L25.5786 15.9482L12.8923 8.95036L7.48291 11.9932ZM20.0008 5.00016C19.9443 5.00016 19.8887 5.01505 19.8397 5.04329L19.8315 5.04818L14.6012 7.98926L27.2795 14.9823L32.5293 11.9997L20.1701 5.04818L20.1619 5.04329C20.113 5.01503 20.0574 5.00017 20.0008 5.00016Z' fill='black'/%3E%3C/svg%3E%0A")}.order-tracker__step-icon--road{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6312 26.7274C11.4638 26.7274 10.5169 27.6743 10.5169 28.8417C10.517 30.009 11.4638 30.9551 12.6312 30.9551C13.7984 30.955 14.7445 30.0089 14.7446 28.8417C14.7446 27.6744 13.7985 26.7276 12.6312 26.7274ZM27.3667 26.7274C26.1993 26.7274 25.2524 27.6743 25.2524 28.8417C25.2525 30.009 26.1993 30.9551 27.3667 30.9551C28.5339 30.955 29.4801 30.0089 29.4801 28.8417C29.4801 27.6744 28.5339 26.7276 27.3667 26.7274ZM11.1574 17.6934C11.6176 17.6935 11.9907 18.0666 11.9907 18.5267C11.9907 18.9869 11.6175 19.36 11.1574 19.3601H5.26302C4.80281 19.3601 4.42973 18.987 4.42969 18.5267C4.42969 18.0665 4.80278 17.6934 5.26302 17.6934H11.1574ZM14.1042 13.2728C14.5644 13.2728 14.9375 13.6459 14.9375 14.1062C14.9374 14.5663 14.5644 14.9395 14.1042 14.9395H5.26302C4.80284 14.9395 4.42977 14.5663 4.42969 14.1062C4.42969 13.6459 4.80278 13.2728 5.26302 13.2728H14.1042ZM35.5674 21.4735C35.5674 23.1864 35.5689 24.5549 35.425 25.6264C35.2777 26.7219 34.9645 27.6312 34.245 28.3518L34.2441 28.3526C33.4319 29.1632 32.3776 29.4603 31.0736 29.5814C30.7295 31.3149 29.2012 32.6216 27.3667 32.6218C25.5653 32.6218 24.059 31.3618 23.6794 29.675H16.3185C15.9389 31.3617 14.4325 32.6217 12.6312 32.6218C10.7966 32.6218 9.26754 31.315 8.9235 29.5814C7.61943 29.4603 6.56516 29.1632 5.75293 28.3526C4.79509 27.3966 4.5527 26.101 4.47201 24.4618C4.4494 24.0022 4.80349 23.6114 5.26302 23.5886C5.7226 23.566 6.11344 23.9201 6.13623 24.3796C6.21468 25.9733 6.45025 26.6941 6.9305 27.1734C7.32786 27.5698 7.88852 27.7968 8.96663 27.9091C9.38191 26.2722 10.8651 25.0608 12.6312 25.0608C14.4326 25.0609 15.939 26.3215 16.3185 28.0084H23.6794C24.0589 26.3215 25.5652 25.0608 27.3667 25.0608C29.1323 25.0609 30.6149 26.2719 31.0304 27.9083C32.1085 27.796 32.6692 27.5698 33.0666 27.1734C33.4252 26.814 33.6506 26.3148 33.7729 25.405C33.8986 24.4703 33.9007 23.2337 33.9007 21.4735V19.3601H27.8086C26.7758 19.3601 26.0618 19.3702 25.4608 19.1745V19.1737C24.8938 18.9893 24.3785 18.6741 23.9569 18.2525C23.535 17.8307 23.2184 17.3151 23.034 16.7478V16.747C22.8388 16.1462 22.8493 15.4328 22.8493 14.4008C22.8493 12.6899 22.839 12.0327 22.6735 11.524C22.4986 10.9856 22.1981 10.496 21.7979 10.0958C21.3977 9.69569 20.9086 9.39583 20.3704 9.22092H20.3696C19.8609 9.05557 19.204 9.04514 17.4937 9.04514H5.26302C4.80278 9.04514 4.42969 8.67205 4.42969 8.21181C4.42969 7.75157 4.80278 7.37848 5.26302 7.37848H17.4937C19.0746 7.37847 20.0623 7.36788 20.8856 7.63564C21.674 7.89187 22.3909 8.33118 22.9771 8.91737C23.3885 9.32882 23.7255 9.80559 23.9797 10.3253H26.3657C27.4217 10.3253 28.275 10.3248 28.9715 10.3952C29.6862 10.4675 30.3034 10.6201 30.8807 10.9649L30.8815 10.9641C31.4604 11.3087 31.888 11.7811 32.291 12.3768C32.6835 12.957 33.087 13.7095 33.5874 14.6392L35.4681 18.1321C35.5333 18.2534 35.5674 18.389 35.5674 18.5267V21.4735ZM24.516 14.4008C24.516 15.4179 24.5241 15.8379 24.5884 16.1187L24.6193 16.2318V16.2326C24.7224 16.5499 24.8994 16.8383 25.1353 17.0741C25.3416 17.2804 25.5879 17.4417 25.8587 17.5477L25.9767 17.5901L26.0898 17.621C26.3706 17.6854 26.7909 17.6934 27.8086 17.6934H33.3392L32.1201 15.4294C31.6039 14.4703 31.2451 13.8054 30.9108 13.3111C30.587 12.8324 30.3234 12.5719 30.0286 12.3964L30.027 12.3956C29.7325 12.2195 29.3784 12.111 28.8039 12.053C28.2104 11.993 27.455 11.9919 26.3657 11.9919H24.4533C24.5194 12.6282 24.516 13.3942 24.516 14.4008Z' fill='black'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6312 26.7274C11.4638 26.7274 10.5169 27.6743 10.5169 28.8417C10.517 30.009 11.4638 30.9551 12.6312 30.9551C13.7984 30.955 14.7445 30.0089 14.7446 28.8417C14.7446 27.6744 13.7985 26.7276 12.6312 26.7274ZM27.3667 26.7274C26.1993 26.7274 25.2524 27.6743 25.2524 28.8417C25.2525 30.009 26.1993 30.9551 27.3667 30.9551C28.5339 30.955 29.4801 30.0089 29.4801 28.8417C29.4801 27.6744 28.5339 26.7276 27.3667 26.7274ZM11.1574 17.6934C11.6176 17.6935 11.9907 18.0666 11.9907 18.5267C11.9907 18.9869 11.6175 19.36 11.1574 19.3601H5.26302C4.80281 19.3601 4.42973 18.987 4.42969 18.5267C4.42969 18.0665 4.80278 17.6934 5.26302 17.6934H11.1574ZM14.1042 13.2728C14.5644 13.2728 14.9375 13.6459 14.9375 14.1062C14.9374 14.5663 14.5644 14.9395 14.1042 14.9395H5.26302C4.80284 14.9395 4.42977 14.5663 4.42969 14.1062C4.42969 13.6459 4.80278 13.2728 5.26302 13.2728H14.1042ZM35.5674 21.4735C35.5674 23.1864 35.5689 24.5549 35.425 25.6264C35.2777 26.7219 34.9645 27.6312 34.245 28.3518L34.2441 28.3526C33.4319 29.1632 32.3776 29.4603 31.0736 29.5814C30.7295 31.3149 29.2012 32.6216 27.3667 32.6218C25.5653 32.6218 24.059 31.3618 23.6794 29.675H16.3185C15.9389 31.3617 14.4325 32.6217 12.6312 32.6218C10.7966 32.6218 9.26754 31.315 8.9235 29.5814C7.61943 29.4603 6.56516 29.1632 5.75293 28.3526C4.79509 27.3966 4.5527 26.101 4.47201 24.4618C4.4494 24.0022 4.80349 23.6114 5.26302 23.5886C5.7226 23.566 6.11344 23.9201 6.13623 24.3796C6.21468 25.9733 6.45025 26.6941 6.9305 27.1734C7.32786 27.5698 7.88852 27.7968 8.96663 27.9091C9.38191 26.2722 10.8651 25.0608 12.6312 25.0608C14.4326 25.0609 15.939 26.3215 16.3185 28.0084H23.6794C24.0589 26.3215 25.5652 25.0608 27.3667 25.0608C29.1323 25.0609 30.6149 26.2719 31.0304 27.9083C32.1085 27.796 32.6692 27.5698 33.0666 27.1734C33.4252 26.814 33.6506 26.3148 33.7729 25.405C33.8986 24.4703 33.9007 23.2337 33.9007 21.4735V19.3601H27.8086C26.7758 19.3601 26.0618 19.3702 25.4608 19.1745V19.1737C24.8938 18.9893 24.3785 18.6741 23.9569 18.2525C23.535 17.8307 23.2184 17.3151 23.034 16.7478V16.747C22.8388 16.1462 22.8493 15.4328 22.8493 14.4008C22.8493 12.6899 22.839 12.0327 22.6735 11.524C22.4986 10.9856 22.1981 10.496 21.7979 10.0958C21.3977 9.69569 20.9086 9.39583 20.3704 9.22092H20.3696C19.8609 9.05557 19.204 9.04514 17.4937 9.04514H5.26302C4.80278 9.04514 4.42969 8.67205 4.42969 8.21181C4.42969 7.75157 4.80278 7.37848 5.26302 7.37848H17.4937C19.0746 7.37847 20.0623 7.36788 20.8856 7.63564C21.674 7.89187 22.3909 8.33118 22.9771 8.91737C23.3885 9.32882 23.7255 9.80559 23.9797 10.3253H26.3657C27.4217 10.3253 28.275 10.3248 28.9715 10.3952C29.6862 10.4675 30.3034 10.6201 30.8807 10.9649L30.8815 10.9641C31.4604 11.3087 31.888 11.7811 32.291 12.3768C32.6835 12.957 33.087 13.7095 33.5874 14.6392L35.4681 18.1321C35.5333 18.2534 35.5674 18.389 35.5674 18.5267V21.4735ZM24.516 14.4008C24.516 15.4179 24.5241 15.8379 24.5884 16.1187L24.6193 16.2318V16.2326C24.7224 16.5499 24.8994 16.8383 25.1353 17.0741C25.3416 17.2804 25.5879 17.4417 25.8587 17.5477L25.9767 17.5901L26.0898 17.621C26.3706 17.6854 26.7909 17.6934 27.8086 17.6934H33.3392L32.1201 15.4294C31.6039 14.4703 31.2451 13.8054 30.9108 13.3111C30.587 12.8324 30.3234 12.5719 30.0286 12.3964L30.027 12.3956C29.7325 12.2195 29.3784 12.111 28.8039 12.053C28.2104 11.993 27.455 11.9919 26.3657 11.9919H24.4533C24.5194 12.6282 24.516 13.3942 24.516 14.4008Z' fill='black'/%3E%3C/svg%3E%0A")}.order-tracker__step-icon--delivered{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6646 4.20167C17.0379 4.07631 17.4536 4.23028 17.6526 4.57846L19.7359 8.22348L22.3905 4.50766C22.6245 4.18006 23.0598 4.06606 23.4241 4.23748L35.0216 9.69565C35.2318 9.79467 35.391 9.977 35.461 10.1986C35.531 10.4201 35.5054 10.6609 35.3902 10.8626L32.948 15.1359L35.9892 18.785C36.1519 18.9805 36.2162 19.2399 36.1641 19.4889C36.112 19.738 35.949 19.9497 35.7214 20.0635L32.7714 21.5381V29.5508C32.7714 29.88 32.5774 30.1787 32.2766 30.3125L19.9963 35.7699C19.7809 35.8655 19.5355 35.8656 19.3201 35.7699L7.0406 30.3125C6.73966 30.1788 6.545 29.8801 6.545 29.5508V21.7538L4.31111 20.7617C4.09584 20.666 3.93119 20.4835 3.85782 20.2596C3.7845 20.0357 3.80929 19.7911 3.92618 19.5866L6.41804 15.2246L3.92618 10.8626C3.80937 10.6581 3.78446 10.4135 3.85782 10.1896C3.93123 9.96593 4.09599 9.784 4.31111 9.68833L16.5906 4.23015L16.6646 4.20167ZM8.21166 29.0096L18.8253 33.7264V23.8192L17.6526 25.8716C17.4403 26.2428 16.9813 26.3928 16.5906 26.2191L8.21166 22.4951V29.0096ZM23.442 26.2036C23.0752 26.387 22.6289 26.2761 22.3905 25.9424L20.4919 23.2837V33.7264L31.1047 29.0096V22.3714L23.442 26.2036ZM20.9289 21.0287L23.3329 24.3937L34.0344 19.043L31.7004 16.2419L20.9289 21.0287ZM5.82966 19.6126L7.69653 20.4427C7.70361 20.4456 7.7107 20.4486 7.71768 20.4517L16.5792 24.3905L18.4778 21.0693L7.72745 16.2915L5.82966 19.6126ZM9.42911 15.2246L19.6578 19.7705L29.8865 15.2246L19.6578 10.6787L9.42911 15.2246ZM5.83048 10.8358L7.72826 14.1577L18.477 9.37989L16.5792 6.05877L5.83048 10.8358ZM20.9298 9.41977L31.5873 14.1569L33.4949 10.8187L23.3427 6.04168L20.9298 9.41977Z' fill='black'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6646 4.20167C17.0379 4.07631 17.4536 4.23028 17.6526 4.57846L19.7359 8.22348L22.3905 4.50766C22.6245 4.18006 23.0598 4.06606 23.4241 4.23748L35.0216 9.69565C35.2318 9.79467 35.391 9.977 35.461 10.1986C35.531 10.4201 35.5054 10.6609 35.3902 10.8626L32.948 15.1359L35.9892 18.785C36.1519 18.9805 36.2162 19.2399 36.1641 19.4889C36.112 19.738 35.949 19.9497 35.7214 20.0635L32.7714 21.5381V29.5508C32.7714 29.88 32.5774 30.1787 32.2766 30.3125L19.9963 35.7699C19.7809 35.8655 19.5355 35.8656 19.3201 35.7699L7.0406 30.3125C6.73966 30.1788 6.545 29.8801 6.545 29.5508V21.7538L4.31111 20.7617C4.09584 20.666 3.93119 20.4835 3.85782 20.2596C3.7845 20.0357 3.80929 19.7911 3.92618 19.5866L6.41804 15.2246L3.92618 10.8626C3.80937 10.6581 3.78446 10.4135 3.85782 10.1896C3.93123 9.96593 4.09599 9.784 4.31111 9.68833L16.5906 4.23015L16.6646 4.20167ZM8.21166 29.0096L18.8253 33.7264V23.8192L17.6526 25.8716C17.4403 26.2428 16.9813 26.3928 16.5906 26.2191L8.21166 22.4951V29.0096ZM23.442 26.2036C23.0752 26.387 22.6289 26.2761 22.3905 25.9424L20.4919 23.2837V33.7264L31.1047 29.0096V22.3714L23.442 26.2036ZM20.9289 21.0287L23.3329 24.3937L34.0344 19.043L31.7004 16.2419L20.9289 21.0287ZM5.82966 19.6126L7.69653 20.4427C7.70361 20.4456 7.7107 20.4486 7.71768 20.4517L16.5792 24.3905L18.4778 21.0693L7.72745 16.2915L5.82966 19.6126ZM9.42911 15.2246L19.6578 19.7705L29.8865 15.2246L19.6578 10.6787L9.42911 15.2246ZM5.83048 10.8358L7.72826 14.1577L18.477 9.37989L16.5792 6.05877L5.83048 10.8358ZM20.9298 9.41977L31.5873 14.1569L33.4949 10.8187L23.3427 6.04168L20.9298 9.41977Z' fill='black'/%3E%3C/svg%3E%0A")}.order-tracker__step-text{text-align:center;color:var(--text-400);font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.order-tracker__step-text{font-size:13px}}.order-activity{display:flex;flex-direction:column;gap:16px;padding:24px;border-top:1px solid var(--bg-500);border-bottom:1px solid var(--bg-500)}.order-activity__title{color:var(--text-1000);font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.order-activity__title{font-size:13px}}.order-activity__list{display:flex;flex-direction:column;gap:16px}.order-activity__item{display:flex;align-items:center;gap:8px}.order-activity__icon{width:44px;height:44px;border-radius:8px;background:var(--bg-750);border:1px solid transparent;display:flex;align-items:center;justify-content:center}.order-activity__icon:before{content:"";width:24px;height:24px;display:flex}.order-activity__icon.yellow{background:var(--yellow-100);border:1px solid var(--yellow-200)}.order-activity__icon.yellow:before{background:var(--yellow-1000)}.order-activity__icon.green{background:var(--green-100);border:1px solid var(--green-200)}.order-activity__icon.green:before{background:var(--green-1000)}.order-activity__icon--calendar:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12H15' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 15H15' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.25 3.75H18.75C18.9489 3.75 19.1397 3.82902 19.2803 3.96967C19.421 4.11032 19.5 4.30109 19.5 4.5V18.75C19.5 19.3467 19.2629 19.919 18.841 20.341C18.419 20.7629 17.8467 21 17.25 21H6.75C6.15326 21 5.58097 20.7629 5.15901 20.341C4.73705 19.919 4.5 19.3467 4.5 18.75V4.5C4.5 4.30109 4.57902 4.11032 4.71967 3.96967C4.86032 3.82902 5.05109 3.75 5.25 3.75V3.75Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 2.25V5.25' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 2.25V5.25' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 2.25V5.25' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12H15' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 15H15' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.25 3.75H18.75C18.9489 3.75 19.1397 3.82902 19.2803 3.96967C19.421 4.11032 19.5 4.30109 19.5 4.5V18.75C19.5 19.3467 19.2629 19.919 18.841 20.341C18.419 20.7629 17.8467 21 17.25 21H6.75C6.15326 21 5.58097 20.7629 5.15901 20.341C4.73705 19.919 4.5 19.3467 4.5 18.75V4.5C4.5 4.30109 4.57902 4.11032 4.71967 3.96967C4.86032 3.82902 5.05109 3.75 5.25 3.75V3.75Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 2.25V5.25' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 2.25V5.25' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 2.25V5.25' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.order-activity__icon--check:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.125 9.75L10.6219 15L7.875 12.375' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.125 9.75L10.6219 15L7.875 12.375' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.order-activity__icon--truck:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 17.25L3 18.75V5.25L9 3.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 20.25L9 17.25V3.75L15 6.75V20.25Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 6.75L21 5.25V18.75L15 20.25' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 17.25L3 18.75V5.25L9 3.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 20.25L9 17.25V3.75L15 6.75V20.25Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 6.75L21 5.25V18.75L15 20.25' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.order-activity__icon--pin:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25 21.75H18.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.5 9.75C19.5 16.5 12 21.75 12 21.75C12 21.75 4.5 16.5 4.5 9.75C4.5 7.76088 5.29018 5.85322 6.6967 4.4467C8.10322 3.04018 10.0109 2.25 12 2.25C13.9891 2.25 15.8968 3.04018 17.3033 4.4467C18.7098 5.85322 19.5 7.76088 19.5 9.75V9.75Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 12.75C13.6569 12.75 15 11.4069 15 9.75C15 8.09315 13.6569 6.75 12 6.75C10.3431 6.75 9 8.09315 9 9.75C9 11.4069 10.3431 12.75 12 12.75Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25 21.75H18.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.5 9.75C19.5 16.5 12 21.75 12 21.75C12 21.75 4.5 16.5 4.5 9.75C4.5 7.76088 5.29018 5.85322 6.6967 4.4467C8.10322 3.04018 10.0109 2.25 12 2.25C13.9891 2.25 15.8968 3.04018 17.3033 4.4467C18.7098 5.85322 19.5 7.76088 19.5 9.75V9.75Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 12.75C13.6569 12.75 15 11.4069 15 9.75C15 8.09315 13.6569 6.75 12 6.75C10.3431 6.75 9 8.09315 9 9.75C9 11.4069 10.3431 12.75 12 12.75Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.order-activity__icon--courier:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 15C15.3137 15 18 12.3137 18 9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9C6 12.3137 8.68629 15 12 15Z' stroke='black' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M2.90625 20.2499C3.82775 18.6534 5.15328 17.3277 6.74958 16.406C8.34588 15.4843 10.1567 14.999 12 14.999C13.8433 14.999 15.6541 15.4843 17.2504 16.406C18.8467 17.3277 20.1722 18.6534 21.0938 20.2499' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 15C15.3137 15 18 12.3137 18 9C18 5.68629 15.3137 3 12 3C8.68629 3 6 5.68629 6 9C6 12.3137 8.68629 15 12 15Z' stroke='black' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M2.90625 20.2499C3.82775 18.6534 5.15328 17.3277 6.74958 16.406C8.34588 15.4843 10.1567 14.999 12 14.999C13.8433 14.999 15.6541 15.4843 17.2504 16.406C18.8467 17.3277 20.1722 18.6534 21.0938 20.2499' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.order-activity__icon--success:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.875 7.875L5.625 16.125L1.5 12' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.4984 7.875L14.2484 16.125L12.0547 13.9313' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.875 7.875L5.625 16.125L1.5 12' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.4984 7.875L14.2484 16.125L12.0547 13.9313' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.order-activity__details{display:flex;flex-direction:column;gap:4px}.order-activity__text{color:var(--text-1000);font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.order-activity__text{font-size:13px}}.order-activity__time{color:var(--text-600);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.order-activity__time{font-size:13px}}.order-product{display:flex;align-items:center;gap:12px;max-width:360px}.order-product__thumb{width:64px;height:64px;border-radius:12px;object-fit:cover;flex:none}.order-product__content{display:flex;flex-direction:column;gap:4px}.order-product__category{color:var(--text-400);font-size:12px;line-height:140%;font-weight:500}@media(max-width:768px){.order-product__category{font-size:11px}}.order-product__category{letter-spacing:.04em}.order-product__name{color:var(--text-800);font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.order-product__name{font-size:13px}}body.modal-open{overflow:hidden}.review-stars-checkbox{display:flex;flex-direction:column;gap:6px}.review-stars-checkbox__label{color:var(--text-800);font-size:14px;line-height:140%;font-weight:500}@media(max-width:768px){.review-stars-checkbox__label{font-size:13px}}.review-stars-checkbox__stars{display:flex;align-items:center;flex-wrap:wrap;aspect-ratio:5/1;height:48px}.review-stars-checkbox__star-input{position:absolute;opacity:0;pointer-events:none}.review-stars-checkbox__star{height:100%;background-repeat:no-repeat;background-size:contain;background-position:center;aspect-ratio:1/2;border:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.9995 4.48828C24.3187 4.48828 24.6316 4.58655 24.8931 4.76953C25.1543 4.95252 25.3551 5.21116 25.4644 5.51074L29.5894 15.8994C29.6944 16.1825 29.8799 16.4287 30.1226 16.6084C30.3656 16.788 30.6559 16.8955 30.9576 16.9131L42.0201 17.625C43.4631 17.7193 44.025 19.5745 42.9195 20.4932L34.4439 27.5625L34.2769 27.7207C34.1229 27.8896 34.0062 28.091 33.9341 28.3096C33.8382 28.6011 33.8281 28.914 33.9019 29.2119L36.6382 39.9756C36.9716 41.2942 35.6734 42.3811 34.5054 41.877L34.2769 41.7568L24.8257 35.7568C24.5791 35.6 24.2918 35.5166 23.9995 35.5166C23.7078 35.5168 23.4225 35.6004 23.1763 35.7568L14.3814 41.3232C12.9377 42.2416 11.1378 40.8748 11.5689 39.1875L14.1001 29.2119C14.1738 28.9143 14.1636 28.6008 14.0679 28.3096C13.9957 28.0907 13.8764 27.8897 13.7222 27.7207L13.5581 27.5625L5.08255 20.4932C3.97676 19.5745 4.53873 17.7192 5.98197 17.625L17.0445 16.9131C17.2705 16.8998 17.4911 16.8376 17.689 16.7314L17.8794 16.6084C18.0615 16.4735 18.2112 16.3017 18.3189 16.1045L18.4126 15.8994L22.5376 5.51074C22.6469 5.2112 22.8477 4.95247 23.1089 4.76953C23.3701 4.58691 23.6809 4.48849 23.9995 4.48828ZM20.5056 16.7284C20.505 16.73 20.5031 16.7308 20.5015 16.73C20.4999 16.7292 20.498 16.7299 20.4974 16.7316C20.2371 17.4037 19.7974 17.9904 19.2183 18.4189C18.6296 18.8544 17.925 19.1084 17.1901 19.1542C17.1893 19.1542 17.1889 19.1552 17.1895 19.1558C17.1901 19.1563 17.1897 19.1573 17.1889 19.1574L9.59548 19.6459C8.91916 19.6894 8.64284 20.5365 9.16341 20.9704L14.9908 25.8281L15.3863 26.2031C15.6308 26.4713 15.8346 26.7741 15.9956 27.0996L16.183 27.5535C16.1968 27.5868 16.2081 27.621 16.2169 27.6559L16.3384 28.1367C16.4341 28.6737 16.4139 29.225 16.2827 29.7539L16.2798 29.7656L14.4171 37.104C14.2502 37.7613 14.9722 38.2849 15.5452 37.9222L21.9693 33.8555L22.441 33.6035C22.9281 33.3832 23.4588 33.2668 23.9995 33.2666L24.5357 33.3047C25.0647 33.3802 25.5745 33.5667 26.0298 33.8555L32.4599 37.938C33.033 38.3018 33.7561 37.7778 33.5888 37.12L31.7193 29.7686L31.7163 29.7539C31.5414 29.0483 31.5654 28.3016 31.7954 27.6035C32.0248 26.9079 32.4469 26.2927 33.0083 25.8281L38.8336 20.9678C39.354 20.5337 39.0774 19.6868 38.4011 19.6435L30.8125 19.1573C30.8117 19.1573 30.8111 19.1566 30.8111 19.1558C30.8111 19.1549 30.8104 19.1543 30.8096 19.1542C30.0785 19.1084 29.3746 18.8555 28.7849 18.4198C28.7841 18.4193 28.7832 18.4189 28.7823 18.4189C28.7813 18.4189 28.7804 18.4186 28.7796 18.4181C28.1892 17.9804 27.7352 17.379 27.4776 16.6859C27.4773 16.685 27.4771 16.6841 27.4771 16.6832C27.4771 16.6822 27.4769 16.6812 27.4765 16.6802L24.6968 9.6806C24.4462 9.04961 23.5531 9.04971 23.3027 9.68075L20.5056 16.7284Z' fill='%23FF9900'/%3E%3C/svg%3E%0A");background-position:top left!important;background-size:auto 100%!important}.review-stars-checkbox__star:nth-child(4n){background-position:top right!important;background-size:auto 100%!important}.review-stars-checkbox__star.is-checked{background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_5541_24390' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='4' width='40' height='39'%3E%3Cpath d='M24.0006 4.48828C23.6813 4.48838 23.3695 4.58638 23.108 4.76953C22.8465 4.95268 22.6469 5.21176 22.5377 5.51172L18.4127 15.9004C18.3075 16.1836 18.1223 16.4297 17.8795 16.6094C17.6366 16.789 17.3471 16.8944 17.0455 16.9121L5.98298 17.625C4.53923 17.7188 3.97634 19.5754 5.08259 20.4941L13.5572 27.5625C13.7939 27.7582 13.9707 28.0169 14.067 28.3086C14.1632 28.6005 14.1742 28.9146 14.1002 29.2129L11.5689 39.1875C11.1379 40.8748 12.9378 42.2426 14.3814 41.3242L23.1763 35.7559C23.4227 35.5993 23.7087 35.5157 24.0006 35.5156C24.2928 35.5156 24.5801 35.5991 24.8267 35.7559L34.2759 41.7559C35.4947 42.5246 36.9955 41.3809 36.6392 39.9746L33.9009 29.2129C33.8269 28.9146 33.8379 28.6005 33.9342 28.3086C34.0303 28.017 34.2074 27.7583 34.4439 27.5625L42.9205 20.4941C44.0263 19.5754 43.4635 17.719 42.0201 17.625L30.9576 16.9121C30.6557 16.8945 30.3647 16.7892 30.1217 16.6094C29.879 16.4297 29.6935 16.1835 29.5884 15.9004L25.4635 5.51172C25.3542 5.21186 25.1546 4.95262 24.8931 4.76953C24.6316 4.58655 24.3197 4.48828 24.0006 4.48828Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5541_24390)'%3E%3Crect width='48' height='48' fill='%23FF9900'/%3E%3C/g%3E%3Cpath d='M23.9995 4.48828C24.3187 4.48828 24.6316 4.58655 24.8931 4.76953C25.1543 4.95252 25.3551 5.21116 25.4644 5.51074L29.5894 15.8994C29.6944 16.1825 29.8799 16.4287 30.1226 16.6084C30.3656 16.788 30.6559 16.8955 30.9576 16.9131L42.0201 17.625C43.4631 17.7193 44.025 19.5745 42.9195 20.4932L34.4439 27.5625L34.2769 27.7207C34.1229 27.8896 34.0062 28.091 33.9341 28.3096C33.8382 28.6011 33.8281 28.914 33.9019 29.2119L36.6382 39.9756C36.9716 41.2942 35.6734 42.3811 34.5054 41.877L34.2769 41.7568L24.8257 35.7568C24.5791 35.6 24.2918 35.5166 23.9995 35.5166C23.7078 35.5168 23.4225 35.6004 23.1763 35.7568L14.3814 41.3232C12.9377 42.2416 11.1378 40.8748 11.5689 39.1875L14.1001 29.2119C14.1738 28.9143 14.1636 28.6008 14.0679 28.3096C13.9957 28.0907 13.8764 27.8897 13.7222 27.7207L13.5581 27.5625L5.08255 20.4932C3.97676 19.5745 4.53873 17.7192 5.98197 17.625L17.0445 16.9131C17.2705 16.8998 17.4911 16.8376 17.689 16.7314L17.8794 16.6084C18.0615 16.4735 18.2112 16.3017 18.3189 16.1045L18.4126 15.8994L22.5376 5.51074C22.6469 5.2112 22.8477 4.95247 23.1089 4.76953C23.3701 4.58691 23.6809 4.48849 23.9995 4.48828ZM20.5056 16.7284C20.505 16.73 20.5031 16.7308 20.5015 16.73C20.4999 16.7292 20.498 16.7299 20.4974 16.7316C20.2371 17.4037 19.7974 17.9904 19.2183 18.4189C18.6296 18.8544 17.925 19.1084 17.1901 19.1542C17.1893 19.1542 17.1889 19.1552 17.1895 19.1558C17.1901 19.1563 17.1897 19.1573 17.1889 19.1574L9.59548 19.6459C8.91916 19.6894 8.64284 20.5365 9.16341 20.9704L14.9908 25.8281L15.3863 26.2031C15.6308 26.4713 15.8346 26.7741 15.9956 27.0996L16.183 27.5535C16.1968 27.5868 16.2081 27.621 16.2169 27.6559L16.3384 28.1367C16.4341 28.6737 16.4139 29.225 16.2827 29.7539L16.2798 29.7656L14.4171 37.104C14.2502 37.7613 14.9722 38.2849 15.5452 37.9222L21.9693 33.8555L22.441 33.6035C22.9281 33.3832 23.4588 33.2668 23.9995 33.2666L24.5357 33.3047C25.0647 33.3802 25.5745 33.5667 26.0298 33.8555L32.4599 37.938C33.033 38.3018 33.7561 37.7778 33.5888 37.12L31.7193 29.7686L31.7163 29.7539C31.5414 29.0483 31.5654 28.3016 31.7954 27.6035C32.0248 26.9079 32.4469 26.2927 33.0083 25.8281L38.8336 20.9678C39.354 20.5337 39.0774 19.6868 38.4011 19.6435L30.8125 19.1573C30.8117 19.1573 30.8111 19.1566 30.8111 19.1558C30.8111 19.1549 30.8104 19.1543 30.8096 19.1542C30.0785 19.1084 29.3746 18.8555 28.7849 18.4198C28.7841 18.4193 28.7832 18.4189 28.7823 18.4189C28.7813 18.4189 28.7804 18.4186 28.7796 18.4181C28.1892 17.9804 27.7352 17.379 27.4776 16.6859C27.4773 16.685 27.4771 16.6841 27.4771 16.6832C27.4771 16.6822 27.4769 16.6812 27.4765 16.6802L24.6968 9.6806C24.4462 9.04961 23.5531 9.04971 23.3027 9.68075L20.5056 16.7284Z' fill='%23FF9900'/%3E%3C/svg%3E%0A")}.review-stars-checkbox__star.is-half{background-image:url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_5541_24390' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='4' width='40' height='39'%3E%3Cpath d='M24.0006 4.48828C23.6813 4.48838 23.3695 4.58638 23.108 4.76953C22.8465 4.95268 22.6469 5.21176 22.5377 5.51172L18.4127 15.9004C18.3075 16.1836 18.1223 16.4297 17.8795 16.6094C17.6366 16.789 17.3471 16.8944 17.0455 16.9121L5.98298 17.625C4.53923 17.7188 3.97634 19.5754 5.08259 20.4941L13.5572 27.5625C13.7939 27.7582 13.9707 28.0169 14.067 28.3086C14.1632 28.6005 14.1742 28.9146 14.1002 29.2129L11.5689 39.1875C11.1379 40.8748 12.9378 42.2426 14.3814 41.3242L23.1763 35.7559C23.4227 35.5993 23.7087 35.5157 24.0006 35.5156C24.2928 35.5156 24.5801 35.5991 24.8267 35.7559L34.2759 41.7559C35.4947 42.5246 36.9955 41.3809 36.6392 39.9746L33.9009 29.2129C33.8269 28.9146 33.8379 28.6005 33.9342 28.3086C34.0303 28.017 34.2074 27.7583 34.4439 27.5625L42.9205 20.4941C44.0263 19.5754 43.4635 17.719 42.0201 17.625L30.9576 16.9121C30.6557 16.8945 30.3647 16.7892 30.1217 16.6094C29.879 16.4297 29.6935 16.1835 29.5884 15.9004L25.4635 5.51172C25.3542 5.21186 25.1546 4.95262 24.8931 4.76953C24.6316 4.58655 24.3197 4.48828 24.0006 4.48828Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5541_24390)'%3E%3Crect width='48' height='48' fill='%23FF9900'/%3E%3C/g%3E%3Cpath d='M23.9995 4.48828C24.3187 4.48828 24.6316 4.58655 24.8931 4.76953C25.1543 4.95252 25.3551 5.21116 25.4644 5.51074L29.5894 15.8994C29.6944 16.1825 29.8799 16.4287 30.1226 16.6084C30.3656 16.788 30.6559 16.8955 30.9576 16.9131L42.0201 17.625C43.4631 17.7193 44.025 19.5745 42.9195 20.4932L34.4439 27.5625L34.2769 27.7207C34.1229 27.8896 34.0062 28.091 33.9341 28.3096C33.8382 28.6011 33.8281 28.914 33.9019 29.2119L36.6382 39.9756C36.9716 41.2942 35.6734 42.3811 34.5054 41.877L34.2769 41.7568L24.8257 35.7568C24.5791 35.6 24.2918 35.5166 23.9995 35.5166C23.7078 35.5168 23.4225 35.6004 23.1763 35.7568L14.3814 41.3232C12.9377 42.2416 11.1378 40.8748 11.5689 39.1875L14.1001 29.2119C14.1738 28.9143 14.1636 28.6008 14.0679 28.3096C13.9957 28.0907 13.8764 27.8897 13.7222 27.7207L13.5581 27.5625L5.08255 20.4932C3.97676 19.5745 4.53873 17.7192 5.98197 17.625L17.0445 16.9131C17.2705 16.8998 17.4911 16.8376 17.689 16.7314L17.8794 16.6084C18.0615 16.4735 18.2112 16.3017 18.3189 16.1045L18.4126 15.8994L22.5376 5.51074C22.6469 5.2112 22.8477 4.95247 23.1089 4.76953C23.3701 4.58691 23.6809 4.48849 23.9995 4.48828ZM20.5056 16.7284C20.505 16.73 20.5031 16.7308 20.5015 16.73C20.4999 16.7292 20.498 16.7299 20.4974 16.7316C20.2371 17.4037 19.7974 17.9904 19.2183 18.4189C18.6296 18.8544 17.925 19.1084 17.1901 19.1542C17.1893 19.1542 17.1889 19.1552 17.1895 19.1558C17.1901 19.1563 17.1897 19.1573 17.1889 19.1574L9.59548 19.6459C8.91916 19.6894 8.64284 20.5365 9.16341 20.9704L14.9908 25.8281L15.3863 26.2031C15.6308 26.4713 15.8346 26.7741 15.9956 27.0996L16.183 27.5535C16.1968 27.5868 16.2081 27.621 16.2169 27.6559L16.3384 28.1367C16.4341 28.6737 16.4139 29.225 16.2827 29.7539L16.2798 29.7656L14.4171 37.104C14.2502 37.7613 14.9722 38.2849 15.5452 37.9222L21.9693 33.8555L22.441 33.6035C22.9281 33.3832 23.4588 33.2668 23.9995 33.2666L24.5357 33.3047C25.0647 33.3802 25.5745 33.5667 26.0298 33.8555L32.4599 37.938C33.033 38.3018 33.7561 37.7778 33.5888 37.12L31.7193 29.7686L31.7163 29.7539C31.5414 29.0483 31.5654 28.3016 31.7954 27.6035C32.0248 26.9079 32.4469 26.2927 33.0083 25.8281L38.8336 20.9678C39.354 20.5337 39.0774 19.6868 38.4011 19.6435L30.8125 19.1573C30.8117 19.1573 30.8111 19.1566 30.8111 19.1558C30.8111 19.1549 30.8104 19.1543 30.8096 19.1542C30.0785 19.1084 29.3746 18.8555 28.7849 18.4198C28.7841 18.4193 28.7832 18.4189 28.7823 18.4189C28.7813 18.4189 28.7804 18.4186 28.7796 18.4181C28.1892 17.9804 27.7352 17.379 27.4776 16.6859C27.4773 16.685 27.4771 16.6841 27.4771 16.6832C27.4771 16.6822 27.4769 16.6812 27.4765 16.6802L24.6968 9.6806C24.4462 9.04961 23.5531 9.04971 23.3027 9.68075L20.5056 16.7284Z' fill='%23FF9900'/%3E%3C/svg%3E%0A")}.modal{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--motion-duration-primary) var(--motion-ease-emphasized)}.modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.modal.is-open .modal__overlay{opacity:1;pointer-events:auto}.modal.is-open .modal__dialog{opacity:1;transform:translateY(0)}.modal__overlay{position:absolute;inset:0;background:#05050699;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity var(--motion-duration-primary) var(--motion-ease-emphasized)}.modal__dialog{position:relative;z-index:1;width:100%;max-width:480px;background:var(--bg-1000);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(20px);will-change:opacity,transform;transition:opacity var(--motion-duration-primary) var(--motion-ease-emphasized);transition:opacity var(--motion-duration-primary) var(--motion-ease-emphasized),transform var(--motion-duration-primary) var(--motion-ease-emphasized)}.modal__header{display:flex;align-items:flex-start;gap:12px;padding:24px}.modal__title{color:var(--text-1000);font-size:20px;line-height:140%;font-weight:600}@media(max-width:768px){.modal__title{font-size:18px}}.modal__title{flex:1 0 0}.modal__close{width:32px;height:32px;border-radius:50%;background:var(--bg-750);display:flex;align-items:center;justify-content:center;transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),transform var(--motion-duration-secondary) var(--motion-ease-standard);transition:background-color var(--motion-duration-secondary) var(--motion-ease-standard),transform var(--motion-duration-secondary) var(--motion-ease-standard),opacity var(--motion-duration-secondary) var(--motion-ease-standard)}.modal__close:hover{background:var(--bg-500)}.modal__close:active{transform:translateY(1px)}.modal__close:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.modal__close:before{content:"";width:20px;height:20px;display:block;background:var(--text-1000);-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 15.4995L4.50117 4.50069' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M4.5 15.4995L15.4988 4.50069' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 15.4995L4.50117 4.50069' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M4.5 15.4995L15.4988 4.50069' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.modal-body{display:flex;flex-direction:column;gap:24px;padding:0 24px 24px}.modal-body__group{display:flex;flex-direction:column;gap:16px}.modal-body__divider{width:100%;height:1px;background:var(--bg-500)}.review-modal__submit{width:100%;box-sizing:border-box}.uploads-photos{display:flex;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch}.uploads-photos__thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(64px,1fr));align-items:flex-start;align-content:flex-start;gap:12px;align-self:stretch;flex-wrap:wrap}.uploads-photos__thumb{position:relative;background:var(--bg-500);border-radius:8px}.uploads-photos__remove{width:20px;height:20px;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' fill='%23050506'/%3E%3Cpath d='M12.2969 12.2998L5.69758 5.70051' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M5.70312 12.2998L12.3024 5.70051' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");position:absolute;top:4px;right:4px;cursor:pointer;background-repeat:no-repeat;background-size:contain;background-position:center}.deposit-address-qr{display:flex;padding:24px;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch;border-radius:8px;background:var(--bg-500);text-align:center}.deposit-address-qr__qr-code{width:100%;max-width:200px;padding:8px;background:var(--bg-1000);border-radius:16px}.deposit-address-qr__header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;align-self:stretch}.deposit-address-qr__title{font-size:20px;line-height:140%;font-weight:600}@media(max-width:768px){.deposit-address-qr__title{font-size:18px}}.deposit-address-qr__title{color:var(--text-1000)}.deposit-address-qr__description{font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.deposit-address-qr__description{font-size:13px}}.deposit-address-qr__description{color:var(--text-600)}.deposit-address-qr__address{font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.deposit-address-qr__address{font-size:13px}}.deposit-address-qr__address{color:var(--text-1000)}.buy-crypto-details-section{display:flex;padding:24px;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch;border-top:1px solid var(--bg-500)}.buy-crypto-details-section__title{font-size:20px;line-height:140%;font-weight:600}@media(max-width:768px){.buy-crypto-details-section__title{font-size:18px}}.buy-crypto-details-section__title{color:var(--text-1000)}.buy-crypto-details-section__group{display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.buy-crypto-details-section__description{font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.buy-crypto-details-section__description{font-size:13px}}.buy-crypto-details-section__description{color:var(--text-600)}.buy-crypto-details-section__buy-methods-items{display:flex;align-items:center;gap:8px;align-self:stretch;flex-wrap:wrap}.buy-crypto-details-section__buy-methods-item-img{height:44px;border-radius:8px;background:var(--bg-750);border:1px solid var(--bg-500)}.payment-system{display:flex;gap:12px}.payment-system__item{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:16px;flex:1 0 0;border-radius:8px;background:var(--bg-750);border:1px solid var(--bg-500)}.payment-system__img{height:32px;flex-shrink:0}.payment-system__details{display:flex;min-height:160px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.payment-system__title{font-size:16px;line-height:140%;font-weight:600}@media(max-width:768px){.payment-system__title{font-size:14px}}.payment-system__title{color:var(--text-1000)}.payment-system__sub{font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.payment-system__sub{font-size:13px}}.payment-system__sub{color:var(--text-600)}.watching-history{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;align-self:stretch}.watching-history__item{display:flex;flex-direction:column;gap:12px;align-self:stretch}.watching-history__date{font-size:16px;line-height:140%;font-weight:600}@media(max-width:768px){.watching-history__date{font-size:14px}}.watching-history__date{color:var(--text-1000)}.form-field-btn-group{display:flex;align-items:flex-end;gap:8px;align-self:stretch}.order-no-results{text-align:center;display:flex;padding:80px 24px;flex-direction:column;justify-content:center;align-items:center;gap:8px;align-self:stretch}.order-no-results__label{font-size:20px;line-height:140%;font-weight:600}@media(max-width:768px){.order-no-results__label{font-size:18px}}.order-no-results__label{color:var(--text-1000);width:100%;max-width:440px}.order-no-results__text{font-size:14px;line-height:140%;font-weight:400}@media(max-width:768px){.order-no-results__text{font-size:13px}}.order-no-results__text{color:var(--text-600);text-align:center;width:100%;max-width:440px}@media(max-width:920px){.header--desktop .header__nav{display:none}#mega-menu{display:none!important}.header--desktop .header__controls .header__left-group-controls,.header--desktop .header__controls .header__icon--delivery,.header--desktop .header__search{display:none}.header--desktop .header__controls .header__icon--search{display:flex}.header--desktop .header__left-group{gap:4px;flex:none}.header--desktop .mobile-menu-btn{order:-1}.header--desktop{height:64px;padding:0 16px 0 8px}.header--desktop .header__bar{gap:12px;padding:0}.header--desktop .header__controls{gap:12px}}.mobile-menu-btn{display:none}@media(max-width:920px){.mobile-menu-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:40px;height:40px;flex:none;background:transparent;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:background-color .18s cubic-bezier(.4,0,.2,1)}.mobile-menu-btn:hover{background:var(--bg-500)}.mobile-menu-btn:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.mobile-menu-btn span{display:block;width:20px;height:2px;background:var(--text-1000);border-radius:2px;transition:opacity .18s cubic-bezier(.4,0,.2,1),transform .26s cubic-bezier(.4,0,.2,1)}}body.mobile-nav-open{overflow:hidden}body.mobile-nav-open .mobile-menu-btn span:nth-child(1){transform:translateY(7px) rotate(45deg)}body.mobile-nav-open .mobile-menu-btn span:nth-child(2){opacity:0;transform:scaleX(0)}body.mobile-nav-open .mobile-menu-btn span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav-overlay{display:none}@media(max-width:920px){.mobile-nav-overlay{display:block;position:fixed;inset:0;background:#050506b8;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);z-index:8999;opacity:0;pointer-events:none;transition:opacity .28s cubic-bezier(.4,0,.2,1)}body.mobile-nav-open .mobile-nav-overlay{opacity:1;pointer-events:auto}}.mobile-nav{display:none}@media(max-width:920px){.mobile-nav{display:flex;position:fixed;inset:0 auto 0 0;width:min(300px,82vw);background:var(--bg-1000);z-index:9000;flex-direction:column;overflow-y:auto;box-shadow:8px 0 48px #0505062e;transform:translate(-110%);transition:transform .3s cubic-bezier(.3,.7,.4,1);will-change:transform}body.mobile-nav-open .mobile-nav{transform:translate(0)}}.mobile-nav__head{display:flex;align-items:center;justify-content:space-between;padding:0 12px 0 20px;height:60px;border-bottom:1px solid var(--bg-500);flex:none}.mobile-nav__logo{display:flex;align-items:center}.mobile-nav__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;border-radius:8px;flex:none;transition:background-color .18s cubic-bezier(.4,0,.2,1)}.mobile-nav__close:hover{background:var(--bg-500)}.mobile-nav__close:focus-visible{outline:2px solid var(--text-1000);outline-offset:2px}.mobile-nav__close:before{content:"";display:block;width:20px;height:20px;background:var(--text-1000);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5L5 15M5 5L15 15' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5L5 15M5 5L15 15' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")}.mobile-nav__links{display:flex;flex-direction:column;padding:12px 10px;gap:2px;flex:1;overflow-y:auto}.mobile-nav__links li{list-style:none}.mobile-nav__links a{display:flex;align-items:center;gap:10px;padding:13px 12px;border-radius:10px;color:var(--text-600);font-size:16px;font-weight:500;line-height:1.4;text-decoration:none;transition:background-color .18s cubic-bezier(.4,0,.2,1),color .12s cubic-bezier(.4,0,.2,1)}.mobile-nav__links a:hover{background:var(--bg-500);color:var(--text-1000);opacity:1}.mobile-nav__links a.is-active{background:var(--bg-500);color:var(--text-1000);font-weight:600}.mobile-nav__bottom{border-top:1px solid var(--bg-500);padding:16px;flex:none}.mobile-nav__selects{display:flex;gap:8px}.mobile-nav__selects .header__select{flex:1 0 0;height:44px;background:var(--bg-500);border:none;border-radius:10px;font-size:14px;font-weight:500;color:var(--text-1000);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;padding:0 12px;transition:background-color .18s cubic-bezier(.4,0,.2,1)}.mobile-nav__selects .header__select:hover{background:#e4e4e4}.mobile-nav__selects .header__select:after{content:"";width:12px;height:12px;background:var(--text-400);flex:none;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2803 5.03027L6 9.31055L1.71973 5.03027L2.78027 3.96973L6 7.18945L9.21973 3.96973L10.2803 5.03027Z' fill='%2395999D'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2803 5.03027L6 9.31055L1.71973 5.03027L2.78027 3.96973L6 7.18945L9.21973 3.96973L10.2803 5.03027Z' fill='%2395999D'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}@media(max-width:920px){.hero-banner{padding:48px 0;gap:32px;max-width:260px}.hero-banner__label{font-size:13px}.hero-banner__title{font-size:52px!important;line-height:1.08}.hero-banner__text{font-size:13px}}@media(max-width:920px){.banners{height:auto;display:flex;flex-direction:column;padding:0}.banner-card{position:relative!important;width:100%!important;height:auto!important;top:initial!important;left:initial!important;overflow:hidden;padding:40px 16px;display:flex;align-items:center}.banner-card__image{position:absolute;height:100%;top:0;width:auto;display:flex;align-items:center}.banner-card__image img{width:auto;max-width:initial;flex:none}.banner-card__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:8px}.banner-card__title{font-size:24px!important;line-height:1.1}.banner-card__text{font-size:13px;line-height:1.4;color:var(--text-600)}.banner-card--a{background:var(--bg-1000);justify-content:flex-end;min-height:194px}.banner-card--a .banner-card__image{left:-36px;right:auto;justify-content:flex-start}.banner-card--a .banner-card__image img{height:250px}.banner-card--a .banner-card__content{max-width:200px;align-items:flex-end;text-align:right}.banner-card--a .banner-card__title{color:var(--text-1000)}.banner-card--b{background:var(--bg-500);justify-content:flex-start;min-height:220px}.banner-card--b .banner-card__image{right:-48px;left:auto;justify-content:flex-end}.banner-card--b .banner-card__image img{height:240px}.banner-card--b .banner-card__content{max-width:170px;gap:12px;align-items:flex-start;text-align:left}.banner-card--b .banner-card__title{color:var(--text-1000)}.banner-card--b .banner-card__text{margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.banner-card--b .btn{font-size:13px;padding:0 16px;height:40px}.banner-card--c{background:var(--bg-1000);justify-content:flex-start;min-height:196px}.banner-card--c .banner-card__image{right:20px;left:auto;justify-content:flex-end}.banner-card--c .banner-card__image img{height:196px}.banner-card--c .banner-card__content{max-width:160px;align-items:flex-start;text-align:left}.banner-card--c .banner-card__title{color:var(--text-1000)}.banner-card--d{background:var(--bg-250);justify-content:flex-end;min-height:172px}.banner-card--d .banner-card__image{left:-25px;right:auto;justify-content:flex-start}.banner-card--d .banner-card__image img{height:214px}.banner-card--d .banner-card__content{max-width:160px;align-items:flex-end;text-align:right}.banner-card--d .banner-card__title{color:var(--text-0)}.banner-card--d .banner-card__text{color:var(--text-400)}}@media(max-width:920px){.categories-grid{grid-template-columns:repeat(3,1fr);gap:8px}.category-card{padding:12px 8px;border-radius:12px;gap:6px}.category-card img{height:44px}.category-card span{font-size:11px;line-height:1.3}}@media(max-width:920px){.section-heading-tabs{gap:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:2px;scrollbar-width:none}.section-heading-tabs::-webkit-scrollbar{display:none}.tab{white-space:nowrap;font-size:16px;flex:none;padding:4px 0}}@media(max-width:920px){.product-cards-grid--card{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-card--card{padding:40px 10px 10px;gap:8px;border-radius:12px}.product-card--card .product-card__media{width:calc(100% - 8px);height:auto;aspect-ratio:1/1;max-width:140px;max-height:140px}.product-card--card .product-card__media img{width:100%;height:100%;object-fit:contain}.product-card--card .product-card__title{font-size:12px;line-height:1.3}.product-card--card .product-card__price{min-height:42px}.product-card--card .product-card__price-actual{font-size:18px}.product-card--card .product-card__price-discount{font-size:11px}.product-card--card .product-card__compare-rating{position:static;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:0;top:auto;left:auto;right:auto}.product-card--card .product-card__rating{font-size:11px;gap:3px;justify-content:center}.product-card--card .product-card__info{padding-top:0;gap:6px;height:auto}.product-card--card .product-card__top{gap:6px}.product-card--card .product-card__bottom{display:flex;flex-direction:column;gap:12px}.product-card--card .product-card__delivery{position:static;justify-content:center;font-size:10px;white-space:normal;margin-bottom:8px;text-align:center;height:auto}.product-card--card .product-card__actions{gap:8px;flex-direction:column}.product-card--card .product-card__actions .btn--medium{width:100%;padding:0 8px;height:36px;font-size:12px}.product-card--card .product-card__tags{top:8px;left:8px}.product-card--card .favorite-btn{top:10px;right:8px;width:18px;height:18px}}@media(max-width:920px){.product-tiles{flex-wrap:wrap;overflow:hidden}.product-tile{min-width:0;flex:1 1 calc(50% + -0px);width:50%}.product-tile__body{padding:0 14px 24px}.product-tile__title{font-size:18px!important;margin-bottom:6px;line-height:1.25}.product-tile__text{font-size:12px;margin-bottom:14px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-tile__image{max-height:160px;width:100%;object-fit:cover}.product-tile .btn{padding:0 12px;font-size:12px;height:36px}}@media(max-width:920px){.footer-banner{padding:48px 0;gap:24px;text-align:center;align-items:center}.footer-banner__title{font-size:36px!important;line-height:1.1}.footer-banner__text{font-size:13px}}@media(max-width:920px){.checkout-grid{grid-template-columns:1fr;gap:24px}.checkout{gap:32px}.checkout__actions{width:100%;justify-content:stretch;flex-wrap:wrap}.checkout__actions .btn{flex:1 0 0;min-width:140px}.summary-card{padding:24px;gap:20px;border-radius:12px}.summary-card__item{padding:12px 14px}}@media(max-width:920px){.stepper{gap:4px;justify-content:space-between}.stepper__item{flex-direction:column;align-items:center;gap:4px;min-width:0;flex:1 0 0}.stepper__label{display:none}.stepper__title{font-size:10px;line-height:1.3;text-align:center}}@media(max-width:920px){.product-reviews__summary{flex-direction:column;gap:16px}.product-reviews__score{flex-direction:row;align-items:center;padding:20px;max-width:100%;gap:20px}.product-reviews__score-value{font-size:44px!important}.product-reviews__head{flex-direction:column;align-items:flex-start;gap:12px}.product-reviews__sort{max-width:100%;width:100%;min-width:0;flex:none}}@media(max-width:920px){.product-benefits{flex-wrap:wrap;gap:8px}.product-benefits__item{flex:1 1 calc(50% - 4px);min-width:0}}.filters-toggle{display:none}@media(max-width:920px){.filters-toggle{display:inline-flex;margin-bottom:16px}}@media(max-width:920px){.fillter-catalog-wrapper{flex-direction:column;gap:0}.filters-panel{max-width:100%;width:100%;display:none}.filters-panel.is-open{display:flex;margin-bottom:16px}.result-fillter-product{width:100%}}@media(max-width:920px){.form-field__input{height:40px}.account-layout{display:block}.account-sidebar{display:none}.account-main{min-width:0;width:100%}.account-grid{grid-template-columns:1fr}.order-summary{padding:16px}.order-activity{padding:16px;gap:12px}.order-activity__list{gap:12px}.order-activity__icon{width:36px;height:36px;border-radius:6px}.order-activity__icon:before{width:20px;height:20px}.account-section__head{padding:16px 16px 12px}.order-tracker{gap:8px;padding:16px}.order-tracker__step{padding-top:24px}.order-tracker__step:not(:last-child):after{width:calc(100% + 8px)}.order-tracker__step-icon{width:36px;height:36px;border-radius:8px}.order-tracker__step-text{font-size:11px}.account-section__row{flex-direction:column}.account-section__row .account-card{border:none;border-radius:0}.account-section__row .account-card.account-card--order-info:last-child{border-left:none;border-top:1px solid var(--bg-500)}.account-card{padding:16px;gap:16px;border-radius:12px}.account-card__group-content{min-height:unset;gap:12px}.account-card__actions{flex-wrap:wrap;gap:8px}.account-card__actions .btn{flex:1 1 auto}.account-card__row{flex-direction:column;gap:12px}.account-stats--stacked{grid-row:auto}.account-sidebar{position:static;width:100%;max-width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none}.account-sidebar::-webkit-scrollbar{display:none}.account-sidebar__nav{flex-direction:row;width:max-content;max-width:none;gap:4px}.account-sidebar__link{white-space:nowrap;flex-direction:row;padding:8px 12px;gap:8px;font-size:13px;border-radius:8px}.account-sidebar__link:before{width:18px;height:18px}.account-section{overflow-x:unset}.account-table{display:block}.account-table thead{display:none}.account-table tbody,.account-table tr{display:block}.account-table tbody tr{border-bottom:1px solid var(--bg-500);padding:12px 16px;display:flex;flex-direction:column;gap:8px}.account-table tbody tr:nth-child(2n){background:var(--bg-750)}.account-table td{display:flex;justify-content:space-between;align-items:center;padding:0!important;text-align:left!important;gap:8px;color:var(--text-1000);font-size:14px}.account-table td:before{content:attr(data-label);color:var(--text-400);font-size:12px;font-weight:500;flex:none;white-space:nowrap}.account-table__product-name{width:auto}.account-table__actions{white-space:nowrap;margin-left:0}}@media(max-width:920px){.auth{padding:24px 0 40px}.auth-card__padd-center{padding:32px 0}}@media(max-width:920px){.payment-qr{flex-direction:column;align-items:center}.payment-qr img{order:-1;width:160px;height:160px}.payment__tabs{gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.payment__tabs::-webkit-scrollbar{display:none}.payment__tab{white-space:nowrap;font-size:14px}}@media(max-width:920px){.option-card{padding:16px;gap:12px}}@media(max-width:920px){.status-page__actions{flex-direction:column;width:100%}.status-page__actions a,.status-page__actions button{width:100%}}@media(max-width:920px){.product-page-head{gap:16px}.product-gallery{padding-left:0;position:static;min-width:0;width:100%;overflow:hidden}.product-gallery__thumbs{position:static;flex-direction:row;height:auto;width:100%;max-width:100%;gap:8px;overflow-x:auto;margin-top:8px;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{width:56px;height:56px;flex:none}.product-specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-tabs__nav{overflow-x:auto;scrollbar-width:none;gap:8px}.product-tabs__nav::-webkit-scrollbar{display:none}.product-tabs__link{white-space:nowrap;flex:none;font-size:13px;padding:8px 10px}}@media(max-width:920px){.product-details__card{gap:20px}}@media(max-width:920px){.catalog-category-items{overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.catalog-category-items::-webkit-scrollbar{display:none}.switch-grid{display:none}.fillter-catalog-wrapper{flex-direction:column;gap:12px}.result-fillter-product{flex-wrap:wrap;gap:8px}}@media(max-width:920px){.catalog-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.catalog-cards-link{min-width:unset;padding:16px 12px;gap:8px;border-radius:12px}.catalog-cards-link img{max-width:100px;max-height:100px}.catalog-cards-link span{font-size:13px}}@media(max-width:920px){.breadcrumbs__list,.breadcrumbs__item{gap:8px}.breadcrumbs__item:not(:last-child):after{width:16px;height:16px}}@media(max-width:920px){.pagination{gap:8px}.pagination__btn{min-width:32px;height:32px;font-size:13px}}@media(max-width:920px){.cart-summary{width:100%}}@media(max-width:920px){.buy-crypto-details-section{overflow:hidden;padding:16px;gap:16px}.buy-crypto-details-section__group{flex-direction:column;gap:16px}.payment-system{flex-direction:column;gap:12px}.payment-system__item,.payment-system__item .btn{width:100%}.payment-system__details{min-height:unset}}@media(max-width:920px){body{overflow-x:hidden}.container-content,.container-content--lg{padding:24px 0;gap:16px}.section-heading{width:100%}.product-reviews{gap:20px}.address-form__grid--two,.address-form__grid--three{grid-template-columns:1fr}}@media(max-width:920px){.cart-summary__inner{padding:20px;gap:20px}}.dropdown-overlay{display:none;position:fixed;inset:0;background:#0505068c;z-index:9100;opacity:0;pointer-events:none;transition:opacity .28s cubic-bezier(.4,0,.2,1)}@media(max-width:920px){.dropdown-overlay{display:block}}body.dropdown-open .dropdown-overlay{opacity:1;pointer-events:auto}@media(max-width:920px){.dropdown-account .account-sidebar__nav{flex-direction:column;width:100%;max-width:100%;overflow-x:visible;overflow-y:visible;padding-bottom:8px}.dropdown__panel{position:fixed!important;inset:auto 0 0!important;width:100%!important;max-height:75vh;border-radius:16px 16px 0 0;border:none!important;box-shadow:0 -4px 32px #05050624!important;opacity:1!important;visibility:visible!important;transition:transform .3s cubic-bezier(.3,.7,.4,1)!important;transform:translateY(105%);z-index:9200;overflow-y:auto;pointer-events:none}.dropdown__panel.is-open{transform:translateY(0);pointer-events:auto}.dropdown__header{position:sticky;top:0;background:var(--bg-1000);z-index:1;flex-shrink:0}}@media(min-width:921px){.header--desktop .header__controls .header__icon--search{display:none}}.header--desktop .header__controls .header__icon--search:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 6.25C9.71979 6.25 6.25 9.71979 6.25 14C6.25 18.2802 9.71979 21.75 14 21.75C15.8891 21.75 17.6221 21.0877 18.9804 19.9855L24.2424 25.2474C24.5353 25.5403 25.0102 25.5403 25.3031 25.2474C25.596 24.9545 25.596 24.4797 25.3031 24.1868L20.0411 18.9248C21.1208 17.5699 21.75 15.857 21.75 14C21.75 9.71979 18.2802 6.25 14 6.25ZM7.75 14C7.75 10.5482 10.5482 7.75 14 7.75C17.4518 7.75 20.25 10.5482 20.25 14C20.25 17.4518 17.4518 20.25 14 20.25C10.5482 20.25 7.75 17.4518 7.75 14Z' fill='%23050506'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 6.25C9.71979 6.25 6.25 9.71979 6.25 14C6.25 18.2802 9.71979 21.75 14 21.75C15.8891 21.75 17.6221 21.0877 18.9804 19.9855L24.2424 25.2474C24.5353 25.5403 25.0102 25.5403 25.3031 25.2474C25.596 24.9545 25.596 24.4797 25.3031 24.1868L20.0411 18.9248C21.1208 17.5699 21.75 15.857 21.75 14C21.75 9.71979 18.2802 6.25 14 6.25ZM7.75 14C7.75 10.5482 10.5482 7.75 14 7.75C17.4518 7.75 20.25 10.5482 20.25 14C20.25 17.4518 17.4518 20.25 14 20.25C10.5482 20.25 7.75 17.4518 7.75 14Z' fill='%23050506'/%3E%3C/svg%3E");-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.search-overlay{display:none;position:fixed;inset:0;background:var(--bg-1000);z-index:9300;flex-direction:column;opacity:0;pointer-events:none;transition:opacity .22s ease}@media(max-width:920px){.search-overlay{display:flex}}.search-overlay.is-open{opacity:1;pointer-events:auto}.search-overlay__bar{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--bg-500);flex:none}.search-overlay__bar .form-field{flex:1;margin:0}.search-overlay__bar .form-field__control{margin:0}.search-overlay__cancel{flex:none;background:transparent;border:none;cursor:pointer;font-size:14px;font-weight:500;color:var(--text-1000);padding:8px 0 8px 4px;white-space:nowrap}.search-overlay__body{flex:1;overflow-y:auto;padding:20px 16px}.search-overlay__section{margin-bottom:28px}.search-overlay__section-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-400);margin-bottom:12px}.search-overlay__chips{display:flex;flex-wrap:wrap;gap:8px}.search-chip{display:inline-flex;align-items:center;height:32px;padding:0 12px;border:1px solid var(--bg-500);border-radius:100px;font-size:13px;background:var(--bg-200);color:var(--text-1000);cursor:pointer;transition:background .18s ease}.search-chip:hover{background:var(--bg-500)}.search-overlay__trending{list-style:none;padding:0;margin:0}.search-overlay__trending li{border-bottom:1px solid var(--bg-300)}.search-overlay__trending li:last-child{border-bottom:none}.search-overlay__trending li button{display:flex;align-items:center;width:100%;padding:12px 0;background:transparent;border:none;cursor:pointer;font-size:14px;color:var(--text-1000);text-align:left}.search-overlay__trending li button:before{content:"";display:inline-block;width:16px;height:16px;margin-right:10px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m22 22-3-3m0 0A9 9 0 1 0 4.222 4.222 9 9 0 0 0 19 19Z'/%3E%3C/svg%3E") center/contain no-repeat;flex:none}
