html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font:inherit;vertical-align:baseline;border:none;margin:0;padding:0;font-size:100%}html{box-sizing:border-box}*,:before,:after{-webkit-box-sizing:inherit;box-sizing:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}body{margin:0}ul{list-style-type:none}a{color:inherit;background:0 0;text-decoration:none}button,input{line-height:normal}input[type=search]{appearance:textfield}input[type=search]::-webkit-search-decoration{appearance:none}input[type=search]::-webkit-search-cancel-button{appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}textarea{vertical-align:top;overflow:auto}textarea:focus,input:focus{outline:0}input{appearance:none;margin:0;padding:0}button{cursor:pointer;color:inherit;background:0 0;border:none;outline:none}details summary::-webkit-details-marker{display:none}:root{--unitshot-white:#fff;--unitshot-black:#000;--unitshot-red:#ed8183;--unitshot-dark:#848484;--unitshot-gray-main:#393939;--unitshot-gray-light:#f5f5f5;--unitshot-gray-dark:#9d9d9d;--unitshot-gray-labels:#8c8c8c;--unitshot-gray-darker:#cfcfcf;--unitshot-gray-most-darker:#868686;--unitshot-accent-pink:#ed81b5;--unitshot-pink-light:#ffecf5;--unitshot-green:#4aa278;--unitshot-overlay-color:#00000080;--unitshot-font-family-body:"SuisseIntl", "sans-serif";--unitshot-font-family-blog:"PPNeueMontrealMono", "sans-serif";--unitshot-font-family-tags:"DRKrapkaRound", "sans-serif";--unitshot-transition-speed:.1s;--unitshot-transition-speed-slowly:.35s;--unitshot-header-height:189px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{height:fit-content;min-height:100%;margin:0}body{-webkit-text-size-adjust:100%;background:var(--unitshot-gray-light);max-width:100%;min-height:100vh;color:var(--unitshot-gray-main);flex-direction:column;font-family:SuisseIntl,sans-serif;font-size:16px;font-weight:400;display:flex}body.scroll-lock{overflow:hidden}main{flex:1}img{max-width:100%;height:auto;display:block}.us-container{width:100%;max-width:1320px;margin:0 auto;padding:0 15px}@font-face{font-family:SuisseIntl;src:url(../fonts/SuisseIntl-Regular.woff)format("woff");font-weight:400;font-style:normal}@font-face{font-family:SuisseIntl;src:url(../fonts/SuisseIntl-Medium.woff)format("woff");font-weight:500;font-style:normal}@font-face{font-family:SuisseIntl;src:url(../fonts/SuisseIntl-SemiBold.woff)format("woff");font-weight:600;font-style:normal}@font-face{font-family:SuisseIntl;src:url(../fonts/SuisseIntl-Bold.woff)format("woff");font-weight:700;font-style:normal}@font-face{font-family:DRKrapkaRound;src:url(../fonts/DRKrapkaRound-Medium.woff)format("woff");font-weight:500;font-style:normal}@font-face{font-family:PPNeueMontrealMono;src:url(../fonts/PPNeueMontrealMono-Medium.woff)format("woff");font-weight:500;font-style:normal}@font-face{font-family:PPNeueMontrealMono;src:url(../fonts/PPNeueMontrealMono-Bold.woff)format("woff");font-weight:700;font-style:normal}.us-modal{--us-modal-width:500px;--us-modal-title-fz:20px}@media screen and (width<=768px){.us-modal{--us-modal-title-fz:16px}}.us-modal{opacity:0;visibility:hidden;z-index:100;scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;-webkit-transition:opacity var(--unitshot-transition-speed) cubic-bezier(.4, 0, .2, 1), visibility var(--unitshot-transition-speed) cubic-bezier(.4, 0, .2, 1);transition:opacity var(--unitshot-transition-speed) cubic-bezier(.4, 0, .2, 1), visibility var(--unitshot-transition-speed) cubic-bezier(.4, 0, .2, 1);justify-content:center;align-items:flex-start;padding:3rem 1.5rem;display:flex;position:fixed;inset:0;overflow-y:auto}.us-modal::-webkit-scrollbar{width:4px}.us-modal::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:4px}.us-modal--left,.us-modal--right{padding:0}.us-modal--left .us-modal__window,.us-modal--right .us-modal__window{height:100%}@media screen and (width<=768px){.us-modal--left .us-modal__window,.us-modal--right .us-modal__window{padding:16px}}.us-modal--left .us-modal__header,.us-modal--right .us-modal__header{justify-content:space-between;align-items:center}.us-modal--left .us-modal__title,.us-modal--right .us-modal__title{font-size:28px}@media screen and (width<=768px){.us-modal--left .us-modal__title,.us-modal--right .us-modal__title{font-size:24px}}.us-modal--left .us-modal__close,.us-modal--right .us-modal__close{top:unset;right:unset;position:relative}@media screen and (width<=768px){.us-modal--left{padding-right:40px}}.us-modal--left .us-modal__window{border-top-left-radius:0;border-bottom-left-radius:0;margin-left:0;margin-right:auto;transform:translate(-100%)scale(1)}@media screen and (width<=768px){.us-modal--right{padding-left:40px}}.us-modal--right .us-modal__window{border-top-right-radius:0;border-bottom-right-radius:0;margin-left:auto;margin-right:0;transform:translate(100%)scale(1)}.us-modal--active{opacity:1;visibility:visible}.us-modal--active .us-modal__window{opacity:1;transform:translateY(0)scale(1)}.us-modal__overlay{background:var(--unitshot-overlay-color);width:100%;height:100%;position:fixed;top:0;left:0}.us-modal__window{background:var(--unitshot-gray-light);width:100%;max-width:var(--us-modal-width);opacity:0;-webkit-transition:opacity var(--unitshot-transition-speed) cubic-bezier(.4, 0, .2, 1), -webkit-transform var(--unitshot-transition-speed) cubic-bezier(.4, 0, .2, 1);transition:opacity var(--unitshot-transition-speed) cubic-bezier(.4, 0, .2, 1), -webkit-transform var(--unitshot-transition-speed) cubic-bezier(.4, 0, .2, 1);transition:transform var(--unitshot-transition-speed) cubic-bezier(.4, 0, .2, 1), opacity var(--unitshot-transition-speed) cubic-bezier(.4, 0, .2, 1);transition:transform var(--unitshot-transition-speed) cubic-bezier(.4, 0, .2, 1), opacity var(--unitshot-transition-speed) cubic-bezier(.4, 0, .2, 1), -webkit-transform var(--unitshot-transition-speed) cubic-bezier(.4, 0, .2, 1);border-radius:4px;flex-direction:column;gap:20px;margin:auto;padding:30px 32px;display:flex;position:relative;transform:translateY(24px)scale(.97)}@media screen and (width<=768px){.us-modal__window{padding:32px 10px}}.us-modal__header{justify-content:center;display:flex}.us-modal__title{font-family:var(--unitshot-font-family-blog);color:var(--unitshot-gray-main);font-size:var(--us-modal-title-fz);text-align:center;font-weight:500}.us-modal__close{cursor:pointer;background-color:var(--unitshot-gray-main);width:14px;height:14px;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);position:absolute;top:12px;right:22px;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.699219%200.700195L14.6992%2014.7002M14.6992%200.700195L0.699219%2014.7002'%20stroke='%23393939'%20stroke-width='1.4'%20stroke-linecap='round'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.699219%200.700195L14.6992%2014.7002M14.6992%200.700195L0.699219%2014.7002'%20stroke='%23393939'%20stroke-width='1.4'%20stroke-linecap='round'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.us-modal__close:hover{background-color:var(--unitshot-accent-pink)}@media screen and (width<=768px){.us-modal__close{right:12px}}.us-modal__footer{justify-content:center;align-items:center;gap:12px;display:flex}.us-slider__container{align-items:center;gap:20px;display:flex}.us-slider__slider{width:100%}.us-slider__prev{transform:rotate(180deg)}.us-slider__pagination{justify-content:center;gap:4px;width:100%;display:flex}.us-slider__pagination--lock{display:none}.us-slider__pagination-bullet{cursor:pointer;background-color:var(--unitshot-gray-darker);width:3px;height:3px;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);border-radius:10px}.us-slider__pagination-bullet:hover{background-color:var(--unitshot-gray-main)}.us-slider__pagination-bullet--active{background-color:var(--unitshot-gray-main);width:18px}.us-image{-o-object-fit:cover;object-fit:cover;width:100%;max-width:100%;height:auto}.us-checkbox{align-items:center;gap:8px;display:flex;position:relative}.us-checkbox__input{appearance:none;cursor:pointer;border:1.5px solid var(--unitshot-gray-darker);background-color:var(--unitshot-white);width:24px;height:24px;-webkit-transition:color var(--unitshot-transition-speed) ease-in-out, background-color var(--unitshot-transition-speed) ease-in-out, border-color var(--unitshot-transition-speed) ease-in-out, -webkit-box-shadow var(--unitshot-transition-speed) ease-in-out;transition:color var(--unitshot-transition-speed) ease-in-out, background-color var(--unitshot-transition-speed) ease-in-out, border-color var(--unitshot-transition-speed) ease-in-out, -webkit-box-shadow var(--unitshot-transition-speed) ease-in-out;transition:color var(--unitshot-transition-speed) ease-in-out, background-color var(--unitshot-transition-speed) ease-in-out, border-color var(--unitshot-transition-speed) ease-in-out, box-shadow var(--unitshot-transition-speed) ease-in-out;transition:color var(--unitshot-transition-speed) ease-in-out, background-color var(--unitshot-transition-speed) ease-in-out, border-color var(--unitshot-transition-speed) ease-in-out, box-shadow var(--unitshot-transition-speed) ease-in-out, -webkit-box-shadow var(--unitshot-transition-speed) ease-in-out;background-image:none;background-position:50%;background-repeat:no-repeat;background-size:24px;border-radius:4px;margin:0}@media screen and (width<=768px){.us-checkbox__input{background-size:18px;border-width:1px;border-radius:3px;width:18px;height:18px}}.us-checkbox__input:active{filter:brightness(90%)}.us-checkbox__input:hover:not(:disabled){border-color:var(--unitshot-accent-pink)}.us-checkbox__input:checked{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%2011.5L11.0785%2016.5785C11.5434%2017.0434%2012.3228%2016.9408%2012.6516%2016.3714L18.6395%206'%20stroke='%23ED81B5'%20stroke-width='1.4'%20stroke-linecap='round'/%3e%3c/svg%3e")}.us-checkbox__input:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.us-checkbox__input:disabled{filter:none;opacity:.5;cursor:not-allowed}.us-checkbox__input:disabled~.us-checkbox__label{opacity:.5;cursor:not-allowed}.us-checkbox__label{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}@media screen and (width<=768px){.us-checkbox__label{font-size:14px}}.us-button-square{justify-content:center;align-items:center;-ms-flex-item-align:self-start;min-width:34px;min-height:34px;-webkit-transition:all var(--unitshot-transition-speed) ease;transition:all var(--unitshot-transition-speed) ease;flex-shrink:0;align-self:self-start;font-family:PPNeueMontrealMono,monospace;font-weight:500;display:flex}.us-button-square:hover{cursor:pointer}.us-button-square--v1,.us-button-square--v2,.us-button-square--v3,.us-button-square--v4{border-radius:6px;font-size:16px}.us-button-square--v1{background-color:var(--unitshot-accent-pink);color:var(--unitshot-white);padding:6px 33px}.us-button-square--v1:hover{background-color:var(--unitshot-gray-main)}.us-button-square--v2{background-color:var(--unitshot-gray-main);color:var(--unitshot-white);padding:6px 33px}.us-button-square--v3{border:2px solid var(--unitshot-accent-pink);color:var(--unitshot-gray-main);padding:4px 33px}.us-button-square--v3:hover{border-color:var(--unitshot-gray-main)}.us-button-square--v4{border:2px solid var(--unitshot-gray-main);color:var(--unitshot-gray-main);padding:4px 33px}.us-button-square--v5,.us-button-square--v6,.us-button-square--v7{border-radius:4px;padding:6px 12px;font-size:18px}@media screen and (width<=768px){.us-button-square--v5,.us-button-square--v6,.us-button-square--v7{min-width:30px;min-height:30px;padding:5.5px 8px;font-size:16px}}.us-button-square--v5{color:var(--unitshot-white);background-color:var(--unitshot-accent-pink)}.us-button-square--v6{color:var(--unitshot-white);background-color:var(--unitshot-gray-main)}.us-button-square--v6:hover{background-color:var(--unitshot-accent-pink);color:var(--unitshot-white)}.us-button-square--v7{-webkit-box-shadow:0 0 0 1.5px var(--unitshot-gray-darker) inset;box-shadow:0 0 0 1.5px var(--unitshot-gray-darker) inset;color:var(--unitshot-gray-main);background-color:#0000}.us-button-square--v7:hover{background-color:var(--unitshot-accent-pink);color:var(--unitshot-white);-webkit-box-shadow:0 0 0 1.5px var(--unitshot-accent-pink) inset;box-shadow:0 0 0 1.5px var(--unitshot-accent-pink) inset}.us-button-square--link-disabled,.us-button-square:disabled{cursor:not-allowed;pointer-events:none;background-color:var(--unitshot-gray-darker);color:var(--unitshot-gray-dark)}.us-button-round{width:40px;height:40px;-webkit-transition:all var(--unitshot-transition-speed) ease;transition:all var(--unitshot-transition-speed) ease;background-color:#0000;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}@media screen and (width<=768px){.us-button-round{width:34px;height:34px}}.us-button-round--v0{--button-round-size:40px;--button-round-icon-size:20px;--button-round-bg-color:var(--unitshot-accent-pink);width:var(--button-round-size);height:var(--button-round-size);background-color:var(--button-round-bg-color)}.us-button-round--v0 svg{width:var(--button-round-icon-size);height:var(--button-round-icon-size)}.us-button-round--v1{background-color:var(--unitshot-white);border:2px solid #0000;padding-left:1px}.us-button-round--v1:after{content:"";background-image:none;background-color:var(--unitshot-gray-main);width:14px;height:14px;-webkit-transition:all var(--unitshot-transition-speed) ease;transition:all var(--unitshot-transition-speed) ease;display:block;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.us-button-round--v1:hover{border-color:var(--unitshot-accent-pink)}.us-button-round--v1:hover:after{background-color:var(--unitshot-accent-pink)}.us-button-round--v2{border:2px solid var(--unitshot-accent-pink);background-color:#0000;padding-left:1px}.us-button-round--v2:after{content:"";background-image:none;background-color:var(--unitshot-accent-pink);width:14px;height:14px;-webkit-transition:all var(--unitshot-transition-speed) ease;transition:all var(--unitshot-transition-speed) ease;display:block;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.us-button-round--v2:hover{background-color:var(--unitshot-white)}.us-button-round--v2:hover:after{background-color:var(--unitshot-accent-pink)}.us-button-round--v3{background-color:var(--unitshot-white);padding:2px;font-size:16px}@media screen and (width<=768px){.us-button-round--v3{font-size:14px}}.us-button-round--v3:hover{background-color:var(--unitshot-accent-pink);color:var(--unitshot-white)}.us-button-round--v4{border:2px solid var(--unitshot-accent-pink);background-color:#0000;padding:2px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}@media screen and (width<=768px){.us-button-round--v4{font-size:14px}}.us-button-round--v4:hover{background-color:var(--unitshot-accent-pink);color:var(--unitshot-white)}.us-button-round--v5{color:var(--unitshot-white);background-color:#0000;padding:2px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}@media screen and (width<=768px){.us-button-round--v5{font-size:14px}}.us-button-round--v5:hover{background-color:var(--unitshot-accent-pink)}.us-button-arrow{-webkit-transition:all var(--unitshot-transition-speed) ease;transition:all var(--unitshot-transition-speed) ease;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.us-button-arrow--v1{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.1786%205.19403C9.58333%205.79105%208.86905%206.08955%208.03571%206.08955C7.20238%206.08955%206.4881%205.79105%205.89286%205.19403C5.29762%204.59702%205%203.8806%205%203.04478C5%202.20896%205.29762%201.49254%205.89286%200.895522C6.4881%200.298507%207.20238%200%208.03571%200C8.86905%200%209.58333%200.298507%2010.1786%200.895522C10.7738%201.49254%2011.0714%202.20896%2011.0714%203.04478C11.0714%203.8806%2010.7738%204.59702%2010.1786%205.19403ZM14.6429%209.67164C14.0476%2010.2687%2013.3333%2010.5672%2012.5%2010.5672C11.6667%2010.5672%2010.9524%2010.2687%2010.3571%209.67164C9.7619%209.07463%209.46429%208.35821%209.46429%207.52239C9.46429%206.68657%209.7619%205.97015%2010.3571%205.37313C10.9524%204.77612%2011.6667%204.47761%2012.5%204.47761C13.3333%204.47761%2014.0476%204.77612%2014.6429%205.37313C15.2381%205.97015%2015.5357%206.68657%2015.5357%207.52239C15.5357%208.35821%2015.2381%209.07463%2014.6429%209.67164ZM19.1071%2014.1493C18.5119%2014.7463%2017.7976%2015.0448%2016.9643%2015.0448C16.131%2015.0448%2015.4167%2014.7463%2014.8214%2014.1493C14.2262%2013.5522%2013.9286%2012.8358%2013.9286%2012C13.9286%2011.1642%2014.2262%2010.4478%2014.8214%209.85075C15.4167%209.25373%2016.131%208.95523%2016.9643%208.95523C17.7976%208.95523%2018.5119%209.25373%2019.1071%209.85075C19.7024%2010.4478%2020%2011.1642%2020%2012C20%2012.8358%2019.7024%2013.5522%2019.1071%2014.1493ZM14.6429%2018.6269C14.0476%2019.2239%2013.3333%2019.5224%2012.5%2019.5224C11.6667%2019.5224%2010.9524%2019.2239%2010.3571%2018.6269C9.7619%2018.0299%209.46429%2017.3134%209.46429%2016.4776C9.46429%2015.6418%209.7619%2014.9254%2010.3571%2014.3284C10.9524%2013.7313%2011.6667%2013.4328%2012.5%2013.4328C13.3333%2013.4328%2014.0476%2013.7313%2014.6429%2014.3284C15.2381%2014.9254%2015.5357%2015.6418%2015.5357%2016.4776C15.5357%2017.3134%2015.2381%2018.0299%2014.6429%2018.6269ZM10.1786%2023.1045C9.58333%2023.7015%208.86905%2024%208.03571%2024C7.20238%2024%206.4881%2023.7015%205.89286%2023.1045C5.29762%2022.5075%205%2021.791%205%2020.9552C5%2020.1194%205.29762%2019.403%205.89286%2018.806C6.4881%2018.209%207.20238%2017.9104%208.03571%2017.9104C8.86905%2017.9104%209.58333%2018.209%2010.1786%2018.806C10.7738%2019.403%2011.0714%2020.1194%2011.0714%2020.9552C11.0714%2021.791%2010.7738%2022.5075%2010.1786%2023.1045Z'%20fill='%23868686'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:44px;width:44px;height:44px}@media screen and (width<=768px){.us-button-arrow--v1{background-size:32px}}.us-button-arrow--v2{background-image:none;background-color:var(--unitshot-gray-darker);width:40px;height:127px;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='46'%20height='46'%20viewBox='0%200%2046%2046'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%203L27.2687%2021.3748C27.7338%2022.4083%2027.7338%2023.5917%2027.2687%2024.6252L19%2043'%20stroke='%23CFCFCF'%20stroke-width='5'%20stroke-linecap='round'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='46'%20height='46'%20viewBox='0%200%2046%2046'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%203L27.2687%2021.3748C27.7338%2022.4083%2027.7338%2023.5917%2027.2687%2024.6252L19%2043'%20stroke='%23CFCFCF'%20stroke-width='5'%20stroke-linecap='round'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:97px;mask-size:97px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (width<=768px){.us-button-arrow--v2{width:40px;height:46px;-webkit-mask-size:46px;mask-size:46px}}.us-button-arrow--v2:hover{background-color:var(--unitshot-accent-pink)}.us-button-arrow--v3{background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:40px;width:40px;height:40px}@media screen and (width<=768px){.us-button-arrow--v3{background-size:14px}}.us-breadcrumbs{align-items:center;gap:20px;width:100%;margin:0;padding:0;display:flex;overflow:hidden}@media screen and (width<=768px){.us-breadcrumbs{gap:8px}}.us-breadcrumbs__item{flex-shrink:0;align-items:center;gap:20px;display:flex}@media screen and (width<=768px){.us-breadcrumbs__item{gap:8px}}.us-breadcrumbs__item:last-child{flex-shrink:1;min-width:0}.us-breadcrumbs__item:not(:first-child):before{content:"";background-image:none;background-color:var(--unitshot-gray-darker);opacity:.8;flex-shrink:0;width:14px;height:14px;display:inline-block;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (width<=768px){.us-breadcrumbs__item:not(:first-child):before{width:10px;height:10px}}.us-breadcrumbs__link{color:var(--unitshot-gray-dark);-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);white-space:nowrap;font-family:PPNeueMontrealMono,monospace;font-size:14px;font-weight:500}.us-breadcrumbs__link:hover{color:var(--unitshot-gray-main)}@media screen and (width<=768px){.us-breadcrumbs__link{font-size:12px}}.us-breadcrumbs__link--current{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--unitshot-gray-main);display:block;overflow:hidden}.us-pagination{justify-content:center;align-items:center;gap:12px;width:100%;margin:0;padding:0;display:flex}@media screen and (width<=768px){.us-pagination{gap:6px}}.us-pagination__prev{transform:rotate(180deg)}.us-pagination__prev,.us-pagination__next{width:40px;height:46px;-webkit-mask-size:46px;mask-size:46px}.us-phone-number{color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-size:14px;font-weight:500;display:flex}.us-phone-number__show-btn{color:var(--unitshot-gray-labels)}.us-phone-number__show-btn:hover{cursor:pointer}.us-modal-add-cart{--us-modal-width:380px}@media screen and (width<=768px){.us-modal-add-cart{--us-modal-width:280px}}.us-modal-add-cart .us-modal__body,.us-modal-add-cart .us-modal__footer{display:none}.us-modal-remove-cart{--us-modal-width:380px}@media screen and (width<=768px){.us-modal-remove-cart{--us-modal-width:280px}}.us-modal-remove-cart .us-modal__body,.us-modal-remove-cart .us-modal__footer{display:none}.us-modal-lang{--us-modal-width:380px}@media screen and (width<=768px){.us-modal-lang{--us-modal-width:280px}}.us-modal-lang .us-modal__body{display:none}.us-modal-call{--us-modal-title-fz:28px}@media screen and (width<=768px){.us-modal-call{--us-modal-title-fz:22px;--us-modal-width:335px}}.us-modal-call__form{flex-direction:column;gap:12px;padding:40px 0;display:flex}.us-modal-call__form--hidden{display:none}@media screen and (width<=768px){.us-modal-call__form{padding-top:20px;padding-bottom:80px}}.us-modal-call__message{font-size:20px;font-family:var(--unitshot-font-family-blog);text-align:center;flex-direction:column;gap:20px;padding-top:100px;padding-bottom:194px;display:flex}@media screen and (width<=768px){.us-modal-call__message{padding:80px 0;font-size:14px}}.us-modal-call__message--hidden{display:none}.us-modal-call__input{height:44px}.us-modal-call__textarea{height:140px}@media screen and (width<=768px){.us-modal-call__textarea{height:100px}}.us-modal-call__input,.us-modal-call__textarea{font-family:var(--unitshot-font-family-blog);border:1px solid var(--unitshot-gray-darker);width:100%;-webkit-transition:border-color var(--unitshot-transition-speed) ease-in-out;transition:border-color var(--unitshot-transition-speed) ease-in-out;border-radius:8px;padding:12px 22px;font-size:16px;font-weight:500}.us-modal-call__input--error,.us-modal-call__textarea--error{border:1px solid red}@media screen and (width<=768px){.us-modal-call__input,.us-modal-call__textarea{padding:12px 8px;font-size:14px}}.us-modal-call__input:focus,.us-modal-call__textarea:focus{border-color:var(--unitshot-accent-pink);border-width:2px;outline:none}.us-modal-filter{--us-modal-width:434px}.us-modal-filter .us-modal__body{flex-direction:column;flex:1;gap:20px;display:flex;overflow:hidden}.us-modal-filter__form{flex-direction:column;flex:1;display:flex}.us-modal-filter__filters{flex-direction:column;gap:12px;display:flex;overflow-y:auto}.us-modal-filter__item{--us-modal-filter-item-arrow-rotate:90deg;grid-template-rows:-webkit-max-content 0fr;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);border-bottom:1px solid var(--unitshot-gray-darker);grid-template-rows:max-content 0fr;display:grid}.us-modal-filter__item--active{grid-template-rows:-webkit-max-content 1fr;--us-modal-filter-item-arrow-rotate:-90deg;grid-template-rows:max-content 1fr}.us-modal-filter__item__title{cursor:pointer;color:var(--unitshot-gray-main);-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);justify-content:space-between;align-items:center;padding-bottom:16px;font-family:PPNeueMontrealMono,monospace;font-size:22px;font-weight:500;display:flex}@media screen and (width<=768px){.us-modal-filter__item__title{font-size:18px}}.us-modal-filter__item__title:hover{color:var(--unitshot-accent-pink)}.us-modal-filter__item__title:hover:after{background-color:var(--unitshot-accent-pink)}.us-modal-filter__item__title:after{content:"";background-image:none;background-color:var(--unitshot-gray-main);width:14px;height:14px;-webkit-transform:rotate(var(--us-modal-filter-item-arrow-rotate));transform:rotate(var(--us-modal-filter-item-arrow-rotate));-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.us-modal-filter__item__content{flex-direction:column;gap:12px;display:flex;overflow:hidden}.us-modal-filter__item__content>:last-child{padding-bottom:16px}.us-modal-filter__buttons{align-items:center;gap:12px;margin-top:auto;margin-bottom:0;display:flex}.us-modal-filter__buttons__btn{flex:1}.us-modal-cart{--us-modal-width:635px}.us-modal-cart .us-modal__body{flex-direction:column;flex:1;gap:20px;display:flex;overflow:hidden}.us-modal-cart .us-modal__footer{display:none}.us-modal-cart__list{flex-direction:column;flex:1;gap:24px;display:flex;overflow-y:auto}@media screen and (width<=768px){.us-modal-cart__list{gap:20px}}.us-modal-cart__total{flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:16px;display:flex}.us-modal-cart__price{gap:20px;display:flex}.us-modal-cart__price__title{color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-size:28px;font-weight:500}@media screen and (width<=768px){.us-modal-cart__price__title{font-size:18px}}.us-modal-cart__price__sum{text-wrap:nowrap;color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-size:28px;font-weight:500}@media screen and (width<=768px){.us-modal-cart__price__sum{font-size:20px}}.us-modal-cart__checkout-btn{flex:1;min-width:260px;height:44px}.us-product-card{flex-direction:column;justify-content:space-between;gap:4px;display:flex;position:relative}@media screen and (width<=768px){.us-product-card{gap:7px}}.us-product-card__tags{z-index:1;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:5px;width:100%;padding-top:9px;font-family:DRKrapkaRound,sans-serif;font-size:16px;font-weight:500;display:flex;position:absolute;top:0;left:0}@media screen and (width<=768px){.us-product-card__tags{font-size:12px}}.us-product-card__tags--discount,.us-product-card__tags--info{border-radius:4px;align-items:center;padding:3px 8px;display:flex}@media screen and (width<=768px){.us-product-card__tags--discount,.us-product-card__tags--info{border-radius:2px;padding:1px 4px}}.us-product-card__tags--discount{background-color:var(--unitshot-accent-pink);margin-left:0;margin-right:auto}.us-product-card__tags--info{background-color:var(--unitshot-white)}.us-product-card__image{aspect-ratio:1.11111;justify-content:center;align-items:center;width:100%;display:flex}.us-product-card__image:hover img{transform:scale(1.05)}@media screen and (width<=768px){.us-product-card__image{aspect-ratio:1.11448}}.us-product-card__image__img{-o-object-fit:contain;object-fit:contain;height:100%;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed)}.us-product-card__info{flex-direction:column;gap:30px;display:flex}@media screen and (width<=768px){.us-product-card__info{gap:8px}}.us-product-card__text{flex-direction:column;gap:4px;display:flex}@media screen and (width<=768px){.us-product-card__text{gap:2px}}.us-product-card__title{text-align:center;color:var(--unitshot-gray-main);-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);font-family:SuisseIntl,sans-serif;font-size:22px;font-weight:600}.us-product-card__title:hover{color:var(--unitshot-accent-pink)}@media screen and (width<=768px){.us-product-card__title{font-size:18px}}.us-product-card__brand{text-align:center;text-transform:uppercase;color:var(--unitshot-gray-main);-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);font-family:SuisseIntl,sans-serif;font-size:18px;font-weight:500}.us-product-card__brand:hover{color:var(--unitshot-accent-pink)}@media screen and (width<=768px){.us-product-card__brand{font-size:14px}}.us-product-card__category{text-align:center;color:var(--unitshot-gray-main);-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);font-family:SuisseIntl,sans-serif;font-size:18px;font-weight:500}.us-product-card__category:hover{color:var(--unitshot-accent-pink)}@media screen and (width<=768px){.us-product-card__category{font-size:14px}}.us-product-card__total{align-items:flex-end;gap:12px;padding:0 7.5px;display:flex}@media screen and (width<=768px){.us-product-card__total{gap:0}}.us-product-card__price{flex-direction:column;flex:1;display:flex}@media screen and (width<=768px){.us-product-card__price{gap:2px}}.us-product-card__price--old{color:var(--unitshot-red);font-family:SuisseIntl,sans-serif;font-size:16px;font-weight:600;text-decoration:line-through}@media screen and (width<=768px){.us-product-card__price--old{font-size:12px}}.us-product-card__price--new{color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-size:20px;font-weight:500}@media screen and (width<=768px){.us-product-card__price--new{font-size:14px}}.us-product-card__add-cart{background-color:var(--unitshot-accent-pink);width:44px;height:44px;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);border-radius:50%;justify-content:center;align-items:center;display:flex}.us-product-card__add-cart:after{content:"";background-color:var(--unitshot-gray-main);width:21px;height:21px;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);display:block;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='21'%20height='22'%20viewBox='0%200%2021%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.25%2021.501C16.2165%2021.501%2017%2020.7175%2017%2019.751C17%2018.7845%2016.2165%2018.001%2015.25%2018.001C14.2835%2018.001%2013.5%2018.7845%2013.5%2019.751C13.5%2020.7175%2014.2835%2021.501%2015.25%2021.501Z'%20fill='%23393939'/%3e%3cpath%20d='M7.75%2021.501C8.7165%2021.501%209.5%2020.7175%209.5%2019.751C9.5%2018.7845%208.7165%2018.001%207.75%2018.001C6.7835%2018.001%206%2018.7845%206%2019.751C6%2020.7175%206.7835%2021.501%207.75%2021.501Z'%20fill='%23393939'/%3e%3cpath%20d='M0.75%201.50089H2.84C2.9063%201.50089%202.96989%201.52723%203.01678%201.57412C3.06366%201.621%203.09%201.68459%203.09%201.75089L3.18%202.75089L4.33%2015.0109C4.39253%2015.6934%204.70859%2016.3277%205.21582%2016.7887C5.72305%2017.2496%206.38462%2017.5038%207.07%2017.5009H17.75C17.9489%2017.5009%2018.1397%2017.4219%2018.2803%2017.2812C18.421%2017.1406%2018.5%2016.9498%2018.5%2016.7509C18.5%2016.552%2018.421%2016.3612%2018.2803%2016.2206C18.1397%2016.0799%2017.9489%2016.0009%2017.75%2016.0009H7.07C6.75933%2016.0021%206.45952%2015.8867%206.22989%2015.6774C6.00027%2015.4682%205.85756%2015.1803%205.83%2014.8709V14.5009H16.92C17.607%2014.5035%2018.2699%2014.248%2018.7773%2013.785C19.2848%2013.322%2019.5998%2012.6852%2019.66%2012.0009L20.3%205.00089C20.3332%204.62046%2020.2871%204.23728%2020.1646%203.87558C20.0421%203.51389%2019.8459%203.18154%2019.5884%202.89957C19.3309%202.6176%2019.0176%202.39214%2018.6685%202.23746C18.3193%202.08277%2017.9419%202.00222%2017.56%202.00089H4.62V1.59089C4.58427%201.14798%204.37949%200.735804%204.0481%200.439786C3.71671%200.143768%203.28412%20-0.0133866%202.84%200.000894628H0.75C0.551088%200.000894628%200.360322%200.0799123%200.21967%200.220565C0.0790177%200.361217%200%200.551982%200%200.750895C0%200.949807%200.0790177%201.14057%200.21967%201.28122C0.360322%201.42188%200.551088%201.50089%200.75%201.50089ZM17.56%203.50089C17.7337%203.4998%2017.9056%203.53581%2018.0643%203.60652C18.2229%203.67723%2018.3647%203.781%2018.48%203.91089C18.6063%204.042%2018.7008%204.20033%2018.7563%204.37369C18.8117%204.54706%2018.8267%204.73084%2018.8%204.91089L18.16%2011.9109C18.1371%2012.223%2017.9961%2012.5147%2017.7658%2012.7265C17.5354%2012.9383%2017.2329%2013.0543%2016.92%2013.0509H5.65L4.75%203.50089H17.56Z'%20fill='%23393939'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='21'%20height='22'%20viewBox='0%200%2021%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.25%2021.501C16.2165%2021.501%2017%2020.7175%2017%2019.751C17%2018.7845%2016.2165%2018.001%2015.25%2018.001C14.2835%2018.001%2013.5%2018.7845%2013.5%2019.751C13.5%2020.7175%2014.2835%2021.501%2015.25%2021.501Z'%20fill='%23393939'/%3e%3cpath%20d='M7.75%2021.501C8.7165%2021.501%209.5%2020.7175%209.5%2019.751C9.5%2018.7845%208.7165%2018.001%207.75%2018.001C6.7835%2018.001%206%2018.7845%206%2019.751C6%2020.7175%206.7835%2021.501%207.75%2021.501Z'%20fill='%23393939'/%3e%3cpath%20d='M0.75%201.50089H2.84C2.9063%201.50089%202.96989%201.52723%203.01678%201.57412C3.06366%201.621%203.09%201.68459%203.09%201.75089L3.18%202.75089L4.33%2015.0109C4.39253%2015.6934%204.70859%2016.3277%205.21582%2016.7887C5.72305%2017.2496%206.38462%2017.5038%207.07%2017.5009H17.75C17.9489%2017.5009%2018.1397%2017.4219%2018.2803%2017.2812C18.421%2017.1406%2018.5%2016.9498%2018.5%2016.7509C18.5%2016.552%2018.421%2016.3612%2018.2803%2016.2206C18.1397%2016.0799%2017.9489%2016.0009%2017.75%2016.0009H7.07C6.75933%2016.0021%206.45952%2015.8867%206.22989%2015.6774C6.00027%2015.4682%205.85756%2015.1803%205.83%2014.8709V14.5009H16.92C17.607%2014.5035%2018.2699%2014.248%2018.7773%2013.785C19.2848%2013.322%2019.5998%2012.6852%2019.66%2012.0009L20.3%205.00089C20.3332%204.62046%2020.2871%204.23728%2020.1646%203.87558C20.0421%203.51389%2019.8459%203.18154%2019.5884%202.89957C19.3309%202.6176%2019.0176%202.39214%2018.6685%202.23746C18.3193%202.08277%2017.9419%202.00222%2017.56%202.00089H4.62V1.59089C4.58427%201.14798%204.37949%200.735804%204.0481%200.439786C3.71671%200.143768%203.28412%20-0.0133866%202.84%200.000894628H0.75C0.551088%200.000894628%200.360322%200.0799123%200.21967%200.220565C0.0790177%200.361217%200%200.551982%200%200.750895C0%200.949807%200.0790177%201.14057%200.21967%201.28122C0.360322%201.42188%200.551088%201.50089%200.75%201.50089ZM17.56%203.50089C17.7337%203.4998%2017.9056%203.53581%2018.0643%203.60652C18.2229%203.67723%2018.3647%203.781%2018.48%203.91089C18.6063%204.042%2018.7008%204.20033%2018.7563%204.37369C18.8117%204.54706%2018.8267%204.73084%2018.8%204.91089L18.16%2011.9109C18.1371%2012.223%2017.9961%2012.5147%2017.7658%2012.7265C17.5354%2012.9383%2017.2329%2013.0543%2016.92%2013.0509H5.65L4.75%203.50089H17.56Z'%20fill='%23393939'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.us-product-card__add-cart:hover{background-color:var(--unitshot-gray-main)}.us-product-card__add-cart:hover:after{background-color:var(--unitshot-gray-light)}@media screen and (width<=768px){.us-product-card__add-cart{width:40px;height:40px}.us-product-card__add-cart:after{width:20px;height:20px}.us-slider-product-cards .us-slider__prev,.us-slider-product-cards .us-slider__next{display:none}}.us-slider-product-cards .us-slider__pagination{display:none}@media screen and (width<=768px){.us-slider-product-cards .us-slider__pagination{margin-top:12px;display:flex}}.us-slider-logo-images__link{aspect-ratio:1;justify-content:center;align-items:center;width:100%;display:flex}.us-slider-logo-images__img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed)}.us-slider-logo-images__img:hover{scale:1.1}.us-slider-logo-images .us-slider__prev,.us-slider-logo-images .us-slider__next,.us-slider-logo-images .us-slider__pagination{display:none}@media screen and (width<=768px){.us-slider-logo-images .us-slider__pagination{display:flex}}.us-slider-categories__slide{padding-bottom:44px;position:relative}@media screen and (width<=768px){.us-slider-categories__slide{padding-bottom:0}}.us-slider-categories__slide:hover:before{scale:1}.us-slider-categories__slide:before{content:"";aspect-ratio:1;background-color:var(--unitshot-accent-pink);opacity:1;width:100%;-webkit-transition:var(--unitshot-transition-speed-slowly);transition:var(--unitshot-transition-speed-slowly);border-radius:50%;display:block;position:absolute;bottom:0;left:0;scale:0}.us-slider-categories__link{aspect-ratio:1;z-index:1;flex-direction:column;align-items:center;gap:10px;width:100%;display:flex;position:relative}.us-slider-categories__img{aspect-ratio:1;-o-object-fit:contain;object-fit:contain;width:100%}.us-slider-categories__title{color:var(--unitshot-gray-main);font-family:SuisseIntl,sans-serif;font-size:26px;font-weight:600}@media screen and (width<=768px){.us-slider-categories__title{font-size:14px}}.us-slider-categories .us-slider__prev,.us-slider-categories .us-slider__next,.us-slider-categories .us-slider__pagination{display:none}@media screen and (width<=768px){.us-slider-categories .us-slider__pagination{margin-top:12px;display:flex}}.us-page-title{text-transform:uppercase;color:var(--unitshot-gray-main);font-family:SuisseIntl,sans-serif;font-size:46px;font-weight:700}@media screen and (width<=768px){.us-page-title{font-size:24px}}.us-range{flex-direction:column;gap:12px;display:flex}.us-range__price-input{align-items:center;gap:12px;display:flex;position:relative}.us-range__price-input input{border:1px solid var(--unitshot-gray-darker);text-align:center;width:100%;color:var(--unitshot-gray-main);border-radius:6px;padding:7.5px 15px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500;display:flex}.us-range__price-input input::-webkit-outer-spin-button{-webkit-appearance:none}.us-range__price-input input::-webkit-inner-spin-button{-webkit-appearance:none}.us-range__range-input{height:10px;position:relative}.us-range__range-input input{pointer-events:none;-webkit-appearance:none;-moz-appearance:none;background:0 0;width:100%;height:100%;position:absolute}.us-range__range-input input::-webkit-slider-thumb{background:var(--unitshot-gray-main);pointer-events:auto;-webkit-appearance:none;cursor:pointer;border-radius:50%;width:15px;height:15px;box-shadow:0 0 6px #0000000d}.us-range__range-input input::-moz-range-thumb{background:var(--unitshot-gray-main);pointer-events:auto;-moz-appearance:none;cursor:pointer;border:none;border-radius:50%;width:15px;height:15px;box-shadow:0 0 6px #0000000d}.us-range__slider{background:var(--unitshot-white);border-radius:10px;width:100%;height:100%;position:absolute;top:0;left:0}.us-range__progress{background:var(--unitshot-gray-darker);height:100%;position:absolute}.us-range__separator{background-color:var(--unitshot-gray-main);flex-shrink:0;width:14px;height:2px}.us-button-show-more{border-bottom:2px solid var(--unitshot-accent-pink);color:var(--unitshot-gray-main);-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);align-self:flex-start;align-items:center;gap:16px;padding-bottom:8px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500;display:flex}@media screen and (width<=768px){.us-button-show-more{font-size:14px}}.us-button-show-more:hover{border-color:var(--unitshot-gray-main)}.us-button-show-more:hover:after{background-color:var(--unitshot-gray-main)}.us-button-show-more:after{content:"";background-color:var(--unitshot-accent-pink);width:14px;height:14px;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);display:block;transform:rotate(90deg);-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.us-button-show-more--active:after{transform:rotate(-90deg)}.us-quantity{border:1px solid var(--unitshot-accent-pink);border-radius:6px;align-self:flex-start;align-items:center;height:32px;display:flex}@media screen and (width<=768px){.us-quantity{border-radius:3px}}.us-quantity button{width:32px;height:100%;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);justify-content:center;align-items:center;display:flex}.us-quantity button:hover{background-color:var(--unitshot-accent-pink)}@media screen and (width<=768px){.us-quantity button{width:22px}}.us-quantity button svg{-o-object-fit:contain;object-fit:contain;width:12px;height:12px}@media screen and (width<=768px){.us-quantity button svg{width:10px;height:10px}}.us-quantity input{text-align:center;border:none;border-right:1px solid var(--unitshot-accent-pink);border-left:1px solid var(--unitshot-accent-pink);width:34px;height:100%;color:var(--unitshot-gray-main);-moz-appearance:textfield;background-color:#0000;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}.us-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.us-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media screen and (width<=768px){.us-quantity input{width:24px;font-size:14px}}.us-product-set__title{color:var(--unitshot-gray-main);margin-bottom:20px;font-family:SuisseIntl,sans-serif;font-size:24px;font-weight:500}@media screen and (width<=768px){.us-product-set__title{margin-bottom:8px;font-size:18px}}.us-product-set__product{grid-template-rows:repeat(2,auto);grid-template-columns:auto 1fr;grid-template-areas:"image title""image price";gap:14px 20px;padding:0 34px;display:grid}@media screen and (width<=768px){.us-product-set__product{gap:8px;padding:8px 20px}}.us-product-set__product__image{border-radius:6px;grid-area:image;width:120px;height:120px;overflow:hidden}@media screen and (width<=768px){.us-product-set__product__image{width:44px;height:44px}}.us-product-set__product__image__img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.us-product-set__product__title{color:var(--unitshot-gray-main);grid-area:title;font-family:PPNeueMontrealMono,monospace;font-size:20px;font-weight:500}@media screen and (width<=768px){.us-product-set__product__title{font-size:14px}}.us-product-set__product__price{grid-area:price;align-items:center;gap:16px;display:flex}@media screen and (width<=768px){.us-product-set__product__price{gap:20px}}.us-product-set__product__price-old{color:var(--unitshot-red);font-family:SuisseIntl,sans-serif;font-size:16px;font-weight:600;text-decoration:line-through}@media screen and (width<=768px){.us-product-set__product__price-old{font-size:14px}}.us-product-set__product__price-current{color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-size:24px;font-weight:500}@media screen and (width<=768px){.us-product-set__product__price-current{font-size:18px}}.us-product-set__plus{justify-content:center;align-items:center;width:100%;height:44px;margin:8px 0;display:flex}@media screen and (width<=768px){.us-product-set__plus{margin:0}}.us-product-set__plus svg{width:17px;height:17px}.us-product-set__bottom{align-items:flex-end;margin-top:32px;display:flex}@media screen and (width<=768px){.us-product-set__bottom{gap:12px}}.us-product-set__bottom__price{gap:20px;display:flex}@media screen and (width<=768px){.us-product-set__bottom__price{flex-wrap:wrap;gap:2px}}.us-product-set__bottom__price__title{color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-size:28px;font-weight:500}@media screen and (width<=768px){.us-product-set__bottom__price__title{font-size:18px}}.us-product-set__bottom__price__total{text-wrap:nowrap;color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-size:32px;font-weight:500}@media screen and (width<=768px){.us-product-set__bottom__price__total{font-size:20px}}.us-product-set__bottom__btn{background-color:var(--unitshot-accent-pink);width:100%;max-width:300px;height:44px;color:var(--unitshot-white);border-radius:6px;margin-left:auto;margin-right:0;padding:5px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}@media screen and (width<=768px){.us-product-set__bottom__btn{max-width:179px;height:40px;font-size:14px}}.us-product-set__slider{position:relative}.us-product-set__slider__wrapper{height:auto!important}.us-product-set__slider__prev,.us-product-set__slider__next{z-index:10;margin:auto;position:absolute;top:0;bottom:0}.us-product-set__slider__prev{left:0;transform:rotate(180deg)}.us-product-set__slider__next{right:0}.us-product-gallery{top:var(--unitshot-header-height);position:sticky}.us-product-gallery__main{aspect-ratio:1;width:100%;margin-bottom:20px;position:relative}.us-product-gallery__main__slide{border-radius:12px;overflow:hidden}.us-product-gallery__main__slide__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.us-product-gallery__main__next,.us-product-gallery__main__prev{z-index:10;width:33px;height:127px;margin:auto;position:absolute;top:0;bottom:0}.us-product-gallery__main__next{right:15px}.us-product-gallery__main__prev{left:15px;transform:rotate(180deg)}.us-product-gallery__pagination{justify-content:center;gap:6px;width:100%;display:flex}.us-product-gallery__pagination--lock{display:none}.us-product-gallery__pagination-bullet{cursor:pointer;background-color:var(--unitshot-gray-darker);width:4px;height:4px;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);border-radius:10px}.us-product-gallery__pagination-bullet:hover{background-color:var(--unitshot-gray-main)}.us-product-gallery__pagination-bullet--active{background-color:var(--unitshot-gray-main);width:27px}.us-product-gallery__thumbs{margin-top:20px}.us-product-gallery__thumbs__wrapper{height:auto!important}.us-product-gallery__thumbs__slide{cursor:pointer;aspect-ratio:1;border-radius:6px;overflow:hidden}.us-product-gallery__thumbs__slide__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.us-site-settings{align-items:center;gap:20px;display:flex}.us-site-settings__item{align-items:center;gap:8px;display:flex}.us-site-settings__title{-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);justify-content:center;align-items:center;gap:8px;font-family:SuisseIntl,sans-serif;font-size:12px;font-weight:400;display:flex}.us-site-settings__title:hover{color:var(--unitshot-accent-pink)}.us-site-settings__title:not(:first-child):before{content:"";background-color:var(--unitshot-gray-light);border-radius:2px;width:1px;height:14px;display:inline-block}.us-site-settings__title--current{font-family:SuisseIntl,sans-serif;font-size:14px;font-weight:500}.us-product-item{grid-template:"close image title title""close image qty price"1fr/44px auto 1fr 1fr;grid-auto-flow:row;gap:9px;display:grid}@media screen and (width<=768px){.us-product-item{grid-template-columns:22px auto 1fr 1fr}}.us-product-item__close{grid-area:close;align-self:center;width:14px;height:14px}@media screen and (width<=768px){.us-product-item__close{width:10px;height:10px}}.us-product-item__close:after{content:"";background-color:var(--unitshot-gray-main);width:100%;height:100%;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);display:block;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.699219%200.700195L14.6992%2014.7002M14.6992%200.700195L0.699219%2014.7002'%20stroke='%23393939'%20stroke-width='1.4'%20stroke-linecap='round'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.699219%200.700195L14.6992%2014.7002M14.6992%200.700195L0.699219%2014.7002'%20stroke='%23393939'%20stroke-width='1.4'%20stroke-linecap='round'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.us-product-item__close:hover:after{background-color:var(--unitshot-accent-pink)}.us-product-item__image{border-radius:6px;grid-area:image;width:100px;height:100px;overflow:hidden}@media screen and (width<=768px){.us-product-item__image{width:69px;height:69px}}.us-product-item__image__img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.us-product-item__title{color:var(--unitshot-gray-main);grid-area:title;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}@media screen and (width<=768px){.us-product-item__title{font-size:14px}}.us-product-item__qty{grid-area:qty;place-self:flex-end flex-start}.us-product-item__price{text-wrap:nowrap;color:var(--unitshot-gray-main);grid-area:price;place-self:flex-end;font-family:PPNeueMontrealMono,monospace;font-size:20px;font-weight:500}@media screen and (width<=768px){.us-product-item__price{font-size:16px}}.us-brand-logos__list{-webkit-column-gap:20px;-moz-column-gap:20px;grid-template-columns:repeat(4,1fr);column-gap:20px;display:grid}@media screen and (width<=768px){.us-brand-logos__list{grid-template-columns:repeat(3,1fr)}}@media screen and (width>=768px){.us-brand-logos__list--collapsed li:nth-child(n+13){opacity:0;grid-template-rows:0fr;padding-top:0;padding-bottom:0}}@media screen and (width<=768px){.us-brand-logos__list--collapsed li:nth-child(n+19){opacity:0;grid-template-rows:0fr;padding-top:0;padding-bottom:0}}.us-brand-logos__item{-webkit-transition:grid-template-rows var(--unitshot-transition-speed) ease, opacity var(--unitshot-transition-speed) ease, padding var(--unitshot-transition-speed) ease;transition:grid-template-rows var(--unitshot-transition-speed) ease, opacity var(--unitshot-transition-speed) ease, padding var(--unitshot-transition-speed) ease;transition:grid-template-rows var(--unitshot-transition-speed) ease, opacity var(--unitshot-transition-speed) ease, padding var(--unitshot-transition-speed) ease, -ms-grid-rows var(--unitshot-transition-speed) ease;opacity:1;grid-template-rows:1fr;display:grid;position:relative}.us-brand-logos__item:hover:before{scale:1}.us-brand-logos__item:before{content:"";background-color:var(--unitshot-accent-pink);z-index:1;width:100%;height:100%;-webkit-transition:var(--unitshot-transition-speed-slowly);transition:var(--unitshot-transition-speed-slowly);border-radius:50%;display:block;position:absolute;top:0;left:0;scale:0}.us-brand-logos__item-link{z-index:2;justify-content:center;align-items:center;min-height:0;display:flex;overflow:hidden}.us-brand-logos__item-image{width:100%;height:auto}.us-brand-logos__more{justify-content:flex-end;display:none}@media screen and (width>=768px){.us-brand-logos__more--12{display:flex}}@media screen and (width<=768px){.us-brand-logos__more--18{display:flex}}.us-popular-products__inner{flex-direction:column;gap:32px;display:flex}@media screen and (width<=768px){.us-popular-products__inner{gap:16px}}.us-category-showcase__inner{flex-direction:column;gap:36px;display:flex}@media screen and (width<=768px){.us-category-showcase__inner{gap:12px}}.us-category-showcase__link{display:block}.us-category-showcase__title{-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed)}.us-category-showcase__title:hover{color:var(--unitshot-accent-pink)}.us-category-links__inner{flex-direction:column;gap:32px;display:flex}@media screen and (width<=768px){.us-category-links__inner{gap:12px}}.us-category-links__list{-webkit-column-gap:90px;-moz-column-gap:90px;grid-template-columns:repeat(2,1fr);gap:20px 90px;display:grid}@media screen and (width<=1200px){.us-category-links__list{gap:20px}}@media screen and (width<=992px){.us-category-links__list{grid-template-columns:1fr}}.us-category-links__item{flex:1;justify-content:space-between;align-items:center;gap:10px;display:flex}.us-category-links__item-text{flex-direction:column;flex-shrink:0;width:300px;display:flex}@media screen and (width<=992px){.us-category-links__item-text{flex:1;width:auto}}.us-category-links__item-image{width:100%;max-width:242px;height:242px}@media screen and (width<=992px){.us-category-links__item-image{flex-shrink:0;width:242px}}@media screen and (width<=768px){.us-category-links__item-image{width:135px;height:135px}}.us-category-links__item-image img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.us-category-links__item-title{text-transform:uppercase;color:var(--unitshot-gray-main);font-family:SuisseIntl,sans-serif;font-size:28px;font-weight:500}@media screen and (width<=768px){.us-category-links__item-title{font-family:SuisseIntl,sans-serif;font-size:16px;font-weight:600}}.us-category-links__item-brands{flex-wrap:wrap;align-items:center;gap:12px;margin-top:9px;display:flex}@media screen and (width<=768px){.us-category-links__item-brands{margin-top:4px}}.us-category-links__item-brands a{width:60px;height:60px;display:flex}@media screen and (width<=768px){.us-category-links__item-brands a{width:50px;height:50px}}.us-category-links__item-brands a img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.us-category-links__item-link{align-self:flex-start;margin-top:30px}@media screen and (width<=768px){.us-category-links__item-link{margin-top:9px}}.us-text-image__inner{gap:32px;display:flex}@media screen and (width<=992px){.us-text-image__inner{flex-direction:column}}.us-text-image__text{flex-direction:column;flex:1;gap:32px;display:flex;overflow:hidden}@media screen and (width<=768px){.us-text-image__text{gap:12px}}.us-text-image__description{-webkit-transition:all var(--unitshot-transition-speed) ease-in-out;transition:all var(--unitshot-transition-speed) ease-in-out;grid-template-rows:1fr;display:grid;overflow:hidden}.us-text-image__description--hidden{grid-template-rows:.4fr;transition:all .7s ease-in-out;position:relative}.us-text-image__description--hidden:after{content:"";background-image:linear-gradient(#f5f5f500 0%,#f5f5f5 100%);width:100%;height:100px;display:block;position:absolute;bottom:0;left:0}.us-text-image__description-content{min-height:0;font-family:PPNeueMontrealMono,monospace;font-weight:500}.us-text-image__description-content h2{color:var(--unitshot-gray-main);margin-bottom:16px;font-family:PPNeueMontrealMono,monospace;font-size:28px;font-weight:500}@media screen and (width<=768px){.us-text-image__description-content h2{margin-bottom:8px;font-size:22px}}.us-text-image__description-content p{color:var(--unitshot-gray-main);margin-bottom:16px;font-family:PPNeueMontrealMono,monospace;font-size:20px;font-weight:500}@media screen and (width<=768px){.us-text-image__description-content p{margin-bottom:12px;font-size:14px}}.us-text-image__description-content strong{color:var(--unitshot-accent-pink)}.us-text-image__description-content ul{padding-left:20px}.us-text-image__description-content li{margin-bottom:16px;list-style:outside}@media screen and (width<=768px){.us-text-image__description-content li{margin-bottom:12px}}.us-text-image__description-content li::marker{color:var(--unitshot-accent-pink)}.us-text-image__more-btn{align-self:flex-start}.us-text-image__image{border-radius:8px;justify-content:center;align-items:center;width:514px;max-height:514px;display:flex;position:relative;overflow:hidden}@media screen and (width<=992px){.us-text-image__image{width:100%;max-height:unset;aspect-ratio:1.6}}@media screen and (width<=768px){.us-text-image__image{width:100%;max-height:unset;aspect-ratio:1.28846}}.us-text-image__image__img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.us-client-logos__inner{flex-direction:column;gap:32px;display:flex}@media screen and (width<=768px){.us-client-logos__inner{gap:12px}}.us-client-logos__list{-webkit-column-gap:36px;-moz-column-gap:36px;grid-template-columns:repeat(8,1fr);column-gap:36px;display:grid}@media screen and (width<=768px){.us-client-logos__list{-webkit-column-gap:20px;-moz-column-gap:20px;grid-template-columns:repeat(3,1fr);column-gap:20px}}@media screen and (width>=768px){.us-client-logos__list--collapsed li:nth-child(n+25){opacity:0;grid-template-rows:0fr;margin-bottom:0}}@media screen and (width<=768px){.us-client-logos__list--collapsed li:nth-child(n+22){opacity:0;grid-template-rows:0fr;margin-bottom:0}}.us-client-logos__item{opacity:1;-webkit-transition:grid-template-rows var(--unitshot-transition-speed) ease, margin-bottom var(--unitshot-transition-speed) ease, opacity var(--unitshot-transition-speed) ease;transition:grid-template-rows var(--unitshot-transition-speed) ease, margin-bottom var(--unitshot-transition-speed) ease, opacity var(--unitshot-transition-speed) ease;transition:grid-template-rows var(--unitshot-transition-speed) ease, margin-bottom var(--unitshot-transition-speed) ease, opacity var(--unitshot-transition-speed) ease, -ms-grid-rows var(--unitshot-transition-speed) ease;grid-template-rows:1fr;margin-bottom:32px;display:grid}@media screen and (width<=768px){.us-client-logos__item{margin-bottom:12px}}.us-client-logos__item__inner{aspect-ratio:1;border-radius:50%;min-height:0;overflow:hidden}.us-client-logos__item__img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.us-client-logos__more{z-index:10;justify-content:flex-end;display:none}@media screen and (width>=768px){.us-client-logos__more--24{display:flex}}@media screen and (width<=768px){.us-client-logos__more--21{display:flex}}.us-slider-reviews__title{margin-bottom:32px}@media screen and (width<=768px){.us-slider-reviews__title{margin-bottom:12px}}.us-slider-reviews__slide{flex-direction:column;gap:12px;display:flex}@media screen and (width<=768px){.us-slider-reviews__slide{gap:8px}}.us-slider-reviews__slide-image{border-radius:12px;height:376px;overflow:hidden}@media screen and (width<=768px){.us-slider-reviews__slide-image{height:260px}}.us-slider-reviews__slide-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.us-slider-reviews__slide-text{flex-direction:column;gap:8px;display:flex}@media screen and (width<=768px){.us-slider-reviews__slide-text{gap:4px}}.us-slider-reviews__slide-name{color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-size:22px;font-weight:500}@media screen and (width<=768px){.us-slider-reviews__slide-name{font-size:18px}}.us-slider-reviews__slide-position{color:var(--unitshot-gray-most-darker);font-family:PPNeueMontrealMono,monospace;font-size:18px;font-weight:500}@media screen and (width<=768px){.us-slider-reviews__slide-position{font-size:14px}}.us-slider-reviews .us-slider__pagination{margin-top:32px}@media screen and (width<=768px){.us-slider-reviews .us-slider__prev,.us-slider-reviews .us-slider__next{display:none}}.us-slider-posts__title{margin-bottom:32px}@media screen and (width<=768px){.us-slider-posts__title{margin-bottom:12px}}.us-slider-posts__slide{flex-direction:column;gap:24px;display:flex}@media screen and (width<=768px){.us-slider-posts__slide{gap:12px}}.us-slider-posts__slide-image{-o-object-fit:cover;object-fit:cover;border-radius:8px;width:100%;height:227px;overflow:hidden}@media screen and (width<=768px){.us-slider-posts__slide-image{height:260px}}.us-slider-posts__slide-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.us-slider-posts__slide-text{flex-direction:column;gap:16px;display:flex}@media screen and (width<=768px){.us-slider-posts__slide-text{gap:8px}}.us-slider-posts__slide-date{color:var(--unitshot-gray-most-darker);font-family:SuisseIntl,sans-serif;font-size:14px;font-weight:500}@media screen and (width<=768px){.us-slider-posts__slide-date{font-size:12px}}.us-slider-posts__slide-title{color:var(--unitshot-gray-main);-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);font-family:SuisseIntl,sans-serif;font-size:18px;font-weight:500}.us-slider-posts__slide-title:hover{color:var(--unitshot-accent-pink)}@media screen and (width<=768px){.us-slider-posts__slide-title{font-size:14px}.us-slider-posts .us-slider__prev,.us-slider-posts .us-slider__next{display:none}}.us-slider-posts .us-slider__pagination{margin-top:20px}@media screen and (width<=768px){.us-slider-posts .us-slider__pagination{margin-top:12px}}.us-feedback-info__inner{flex-direction:column;gap:18px;display:flex}@media screen and (width<=768px){.us-feedback-info__inner{gap:12px}}.us-feedback-info__description{color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-size:20px;font-weight:500}@media screen and (width<=768px){.us-feedback-info__description{font-size:14px}}.us-feedback-info__contacts{flex-wrap:wrap;justify-content:space-between;gap:24px;display:flex}.us-feedback-info__contacts-content{align-items:flex-end;gap:24px;display:flex}@media screen and (width<=768px){.us-feedback-info__contacts-content{gap:12px}}.us-feedback-info__contacts-title{color:var(--unitshot-gray-main);font-family:SuisseIntl,sans-serif;font-size:18px;font-weight:500}@media screen and (width<=768px){.us-feedback-info__contacts-title{font-size:14px}}.us-feedback-info__contacts-btn{-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);text-wrap:wrap;flex-shrink:1}.us-feedback-info__contacts-btn:hover{background-color:var(--unitshot-accent-pink)}.us-feedback-info__socials{gap:16px;display:flex}.us-feedback-info__socials-link{border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.us-feedback-info__socials-link:hover img{scale:1.1}.us-feedback-info__socials-link img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed)}.us-feedback-info__numbers{min-width:184px}.us-header{z-index:100;flex-direction:column;display:flex;position:sticky;top:0}.us-header__overlay{background:var(--unitshot-overlay-color);visibility:hidden;opacity:0;width:100%;height:100%;-webkit-transition:all var(--unitshot-transition-speed) ease;transition:all var(--unitshot-transition-speed) ease;position:fixed;top:0;left:0}.us-header__overlay--visible{visibility:visible;opacity:1}.us-header__line{background-color:var(--unitshot-gray-main);color:var(--unitshot-white);z-index:10;padding-top:37px;padding-bottom:32px;position:relative}@media screen and (width<=768px){.us-header__line{padding:20px}}.us-header__line__inner{flex-direction:column;gap:40px;display:flex}.us-header__line__top{align-items:center;display:flex}@media screen and (width<=768px){.us-header__line__top{gap:10px}}.us-header__line__top-right{align-items:center;gap:40px;margin-left:auto;display:flex}.us-header__line__bottom{justify-content:space-between;align-items:center;gap:10px;display:flex}@media screen and (width<=768px){.us-header__line__bottom{display:none}}.us-header__line__logo{flex-shrink:0;align-items:center;display:flex}.us-header__line__logo img{width:auto;height:34px}@media screen and (width<=768px){.us-header__line__logo img{height:16px}}.us-header__line__logo p{text-transform:uppercase;color:var(--unitshot-gray-light);font-family:SuisseIntl,sans-serif;font-size:30px;font-weight:700}@media screen and (width<=768px){.us-header__line__logo p{font-size:22px}.us-header__line__settings{display:none}}.us-header__line__buttons{align-items:center;gap:20px;display:flex}@media screen and (width<=768px){.us-header__line__buttons{gap:12px}}.us-header__line__buttons__item{--button-round-size:44px;--button-round-icon-size:22px;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed)}@media screen and (width<=768px){.us-header__line__buttons__item{--button-round-size:34px;--button-round-icon-size:17px}}.us-header__line__buttons__item--burger{--button-round-bg-color:var(--unitshot-gray-light);display:none}.us-header__line__buttons__item--burger:after{content:"";background-color:var(--unitshot-gray-main);width:17px;height:17px;-webkit-transition:var(--unitshot-transition-speed) ease;transition:var(--unitshot-transition-speed) ease;display:block;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='19'%20viewBox='0%200%2024%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2091_25911)'%3e%3cline%20x1='1'%20y1='1.5'%20x2='23'%20y2='1.5'%20stroke='%23F5F5F5'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cline%20x1='1'%20y1='9.5'%20x2='23'%20y2='9.5'%20stroke='%23F5F5F5'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cline%20x1='1'%20y1='17.5'%20x2='23'%20y2='17.5'%20stroke='%23F5F5F5'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2091_25911'%3e%3crect%20width='24'%20height='19'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='19'%20viewBox='0%200%2024%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2091_25911)'%3e%3cline%20x1='1'%20y1='1.5'%20x2='23'%20y2='1.5'%20stroke='%23F5F5F5'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cline%20x1='1'%20y1='9.5'%20x2='23'%20y2='9.5'%20stroke='%23F5F5F5'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cline%20x1='1'%20y1='17.5'%20x2='23'%20y2='17.5'%20stroke='%23F5F5F5'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2091_25911'%3e%3crect%20width='24'%20height='19'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.us-header__line__buttons__item--burger--active:after{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.699219%200.700195L14.6992%2014.7002M14.6992%200.700195L0.699219%2014.7002'%20stroke='%23393939'%20stroke-width='1.4'%20stroke-linecap='round'/%3e%3c/svg%3e")!important;mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.699219%200.700195L14.6992%2014.7002M14.6992%200.700195L0.699219%2014.7002'%20stroke='%23393939'%20stroke-width='1.4'%20stroke-linecap='round'/%3e%3c/svg%3e")!important}@media screen and (width<=768px){.us-header__line__buttons__item--burger{display:flex}}.us-header__line__buttons__item--burger line{stroke:var(--unitshot-gray-main)}.us-header__line__buttons__item--search{--button-round-bg-color:var(--unitshot-gray-light)}.us-header__line__buttons__item--search:hover,.us-header__line__buttons__item--cart{--button-round-bg-color:var(--unitshot-accent-pink)}.us-header__line__buttons__item--cart:hover{--button-round-bg-color:var(--unitshot-gray-light)}.us-header__line__nav{align-items:center;gap:34px;display:flex}.us-header__line__nav__burger{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:36px;display:flex}.us-header__line__nav__burger:hover{cursor:pointer}.us-header__line__nav__burger:hover:after{background-color:var(--unitshot-accent-pink)}.us-header__line__nav__burger--active:after{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.699219%200.700195L14.6992%2014.7002M14.6992%200.700195L0.699219%2014.7002'%20stroke='%23393939'%20stroke-width='1.4'%20stroke-linecap='round'/%3e%3c/svg%3e")!important;mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.699219%200.700195L14.6992%2014.7002M14.6992%200.700195L0.699219%2014.7002'%20stroke='%23393939'%20stroke-width='1.4'%20stroke-linecap='round'/%3e%3c/svg%3e")!important}.us-header__line__nav__burger:after{content:"";background-color:var(--unitshot-gray-light);width:100%;height:100%;-webkit-transition:var(--unitshot-transition-speed) ease;transition:var(--unitshot-transition-speed) ease;border-radius:2px;display:block;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='19'%20viewBox='0%200%2024%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2091_25911)'%3e%3cline%20x1='1'%20y1='1.5'%20x2='23'%20y2='1.5'%20stroke='%23F5F5F5'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cline%20x1='1'%20y1='9.5'%20x2='23'%20y2='9.5'%20stroke='%23F5F5F5'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cline%20x1='1'%20y1='17.5'%20x2='23'%20y2='17.5'%20stroke='%23F5F5F5'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2091_25911'%3e%3crect%20width='24'%20height='19'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='19'%20viewBox='0%200%2024%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2091_25911)'%3e%3cline%20x1='1'%20y1='1.5'%20x2='23'%20y2='1.5'%20stroke='%23F5F5F5'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cline%20x1='1'%20y1='9.5'%20x2='23'%20y2='9.5'%20stroke='%23F5F5F5'%20stroke-width='2'%20stroke-linecap='round'/%3e%3cline%20x1='1'%20y1='17.5'%20x2='23'%20y2='17.5'%20stroke='%23F5F5F5'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_2091_25911'%3e%3crect%20width='24'%20height='19'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.us-header__line__menu{flex-wrap:wrap;align-items:center;gap:40px;height:22px;display:flex;overflow:hidden}.us-header__line__menu__item{text-wrap:nowrap;color:var(--unitshot-gray-light);-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);font-family:SuisseIntl,sans-serif;font-size:18px;font-weight:500}.us-header__line__menu__item:hover{color:var(--unitshot-accent-pink)}.us-header__line__number{flex-shrink:0;align-items:center;gap:12px;display:flex;position:relative}.us-header__line__number:hover .us-header__line__number__menu{opacity:1;visibility:visible}.us-header__line__number__phone{color:var(--unitshot-gray-light)}.us-header__line__number__arrow{background-color:var(--unitshot-gray-light);width:9px;height:9px;-webkit-transition:all var(--unitshot-transition-speed) ease;transition:all var(--unitshot-transition-speed) ease;justify-content:center;align-items:center;display:flex;transform:rotate(90deg);-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.us-header__line__number__arrow:hover{cursor:pointer;background-color:var(--unitshot-accent-pink)}.us-header__line__number__menu{opacity:0;visibility:hidden;width:max-content;min-width:100%;-webkit-transition:all var(--unitshot-transition-speed) ease;transition:all var(--unitshot-transition-speed) ease;z-index:150;padding-top:12px;position:absolute;top:100%;right:0}.us-header__line__number__list{background-color:var(--unitshot-gray-light);border-radius:8px;flex-direction:column;gap:12px;padding:12px;display:flex;box-shadow:0 0 20px #0000004d}.us-header__line__number__list-item{color:var(--unitshot-gray-main);-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);align-items:center;gap:12px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500;display:flex}.us-header__line__number__list-item:hover{color:var(--unitshot-accent-pink)}.us-header__menu{z-index:1;visibility:hidden;opacity:0;width:max-content;height:calc(100vh - 100%);-webkit-transition:all var(--unitshot-transition-speed) ease;transition:all var(--unitshot-transition-speed) ease;max-width:100%;margin:auto;display:flex;position:absolute;top:100%;left:0;right:0;transform:translateY(-100%)}@media screen and (width<=768px){.us-header__menu{background-color:var(--unitshot-gray-light);width:100%}}.us-header__menu--visible{visibility:visible;opacity:1;transform:translateY(0%)}.us-header__menu .us-container{height:100%}.us-header__menu__inner{background-color:var(--unitshot-gray-light);height:100%;display:flex}@media screen and (width<=768px){.us-header__menu__inner{flex-direction:column;align-items:center;gap:32px;padding:32px 0;overflow-y:auto}}.us-header__menu__settings{display:none}.us-header__menu__settings .us-site-settings__title:before{background-color:var(--unitshot-gray-main)}@media screen and (width<=768px){.us-header__menu__settings{display:flex}}.us-header__menu__navigation{width:100%;max-width:645px;display:flex;position:relative}@media screen and (width<=768px){.us-header__menu__navigation{width:100%;max-width:100%;display:block}}.us-header__menu__brands{border-left:1px solid var(--unitshot-gray-darker);flex:1;min-width:300px;padding:32px}@media screen and (width<=768px){.us-header__menu__brands{border:none;width:100%;padding:0}}.us-header__menu__brands__list{grid-template-columns:repeat(5,1fr);display:grid}@media screen and (width<=1200px){.us-header__menu__brands__list{grid-template-columns:repeat(4,1fr)}}@media screen and (width<=992px){.us-header__menu__brands__list{grid-template-columns:repeat(3,1fr)}}@media screen and (width<=768px){.us-header__menu__brands__list--collapsed li:nth-child(n+13){opacity:0;grid-template-rows:0fr;padding-top:0;padding-bottom:0}}.us-header__menu__brands__item{cursor:pointer;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);opacity:1;flex-shrink:0;grid-template-rows:1fr;display:grid;position:relative}.us-header__menu__brands__item:after{content:"";background-color:var(--unitshot-accent-pink);width:100%;height:100%;-webkit-transition:var(--unitshot-transition-speed-slowly);transition:var(--unitshot-transition-speed-slowly);border-radius:50%;display:block;position:absolute;top:0;left:0;scale:0}.us-header__menu__brands__item:hover:after{scale:1}.us-header__menu__brands__link{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;min-height:0;display:flex;position:relative}.us-header__menu__brands__link img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.us-header__menu__brands__more{display:none}@media screen and (width<=768px){.us-header__menu__brands__more{justify-content:flex-end;display:flex}}.us-header__menu__number{display:none}@media screen and (width<=768px){.us-header__menu__number{display:flex}}.us-header__menu__list{--us-header-menu-width:67%;--us-header-nav-link-color:var(--unitshot-gray-main);--us-header-arrow-rotate:0deg;--us-header-subnav-display:none;width:var(--us-header-menu-width);border-right:1px solid var(--unitshot-gray-darker);flex-direction:column;gap:16px;margin:0;padding:32px;list-style:none;display:flex}@media screen and (width<=768px){.us-header__menu__list{border-right:none;gap:24px;width:100%;padding:0}}.us-header__menu__list__item{border-bottom:1px solid var(--unitshot-gray-darker)}@media screen and (width<=768px){.us-header__menu__list__item{border:none}}.us-header__menu__list__item--active{--us-header-nav-link-color:var(--unitshot-accent-pink);--us-header-subnav-display:block}@media screen and (width<=768px){.us-header__menu__list__item--active{--us-header-arrow-rotate:90deg}}.us-header__menu__list__item-header{cursor:pointer;justify-content:space-between;align-items:center;padding-bottom:14px;display:flex}@media screen and (width<=768px){.us-header__menu__list__item-header{justify-content:center;gap:12px;padding-bottom:0}}.us-header__menu__list__arrow{cursor:pointer;justify-content:center;align-items:center;display:flex}.us-header__menu__list__arrow:after{content:"";background-color:var(--us-header-nav-link-color);width:20px;height:20px;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);-webkit-transform:rotate(var(--us-header-arrow-rotate));transform:rotate(var(--us-header-arrow-rotate));display:block;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (width<=768px){.us-header__menu__list__arrow:after{width:15px;height:15px}}.us-header__menu__list__subnav{display:var(--us-header-subnav-display);top:0;left:var(--us-header-menu-width);width:calc(100% - var(--us-header-menu-width));background-color:#0000;height:100%;margin:0;padding:24px 32px;list-style:none;position:absolute}@media screen and (width<=768px){.us-header__menu__list__subnav{text-align:center;width:100%;padding:12px 0 0;position:static}}.us-header__menu__list__subnav li{margin-bottom:12px}.us-header__menu__list__subnav li:last-child{margin-bottom:0}.us-header__menu__list__nav-link{color:var(--us-header-nav-link-color);-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);font-family:PPNeueMontrealMono,monospace;font-size:22px;font-weight:500;text-decoration:none}@media screen and (width<=768px){.us-header__menu__list__nav-link{font-family:SuisseIntl,sans-serif;font-size:14px;font-weight:500}}.us-header__menu__list__nav-link--current{font-family:PPNeueMontrealMono,monospace;font-weight:700}.us-header__menu__list__subnav-link{color:var(--unitshot-gray-main);-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);font-family:PPNeueMontrealMono,monospace;font-size:22px;font-weight:500;text-decoration:none}@media screen and (width<=768px){.us-header__menu__list__subnav-link{font-family:SuisseIntl,sans-serif;font-size:14px;font-weight:500}}.us-header__menu__list__subnav-link:hover{color:var(--unitshot-accent-pink)}.us-header__menu__list__subnav-link--current{font-family:PPNeueMontrealMono,monospace;font-weight:700}.us-header__search{--us-header-search-size:44px;--us-header-search-input-border-radius:100px;opacity:0;visibility:hidden;max-width:max-content;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);z-index:50;pointer-events:none;justify-content:center;align-items:flex-start;gap:20px;height:0;margin:0 auto;padding:20px;display:flex;position:absolute;top:100%;left:0;right:0}.us-header__search--active{opacity:1;visibility:visible;pointer-events:all}.us-header__search--results{--us-header-search-input-border-radius:8px 8px 0 0}@media screen and (width<=768px){.us-header__search{--us-header-search-size:34px;gap:12px}}.us-header__search__container{width:100%;max-width:800px}.us-header__search__input{width:100%;height:var(--us-header-search-size);border-radius:var(--us-header-search-input-border-radius);background-color:var(--unitshot-gray-light);-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);align-items:center;gap:12px;padding:12px;display:flex}@media screen and (width<=768px){.us-header__search__input{padding:8px 12px}}.us-header__search__input__field{height:100%;color:var(--unitshot-gray-most-darker);background-color:#0000;border:none;flex:1;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}@media screen and (width<=768px){.us-header__search__input__field{font-size:14px}}.us-header__search__input__buttons{align-items:center;gap:12px;display:flex}.us-header__search__input__buttons__clear,.us-header__search__input__buttons__search{justify-content:center;align-items:center;width:20px;height:20px;display:flex}@media screen and (width<=768px){.us-header__search__input__buttons__clear,.us-header__search__input__buttons__search{width:16px;height:16px}}.us-header__search__input__buttons__clear svg{width:15px;height:15px}@media screen and (width<=768px){.us-header__search__input__buttons__clear svg{width:11px;height:11px}}.us-header__search__input__buttons__search svg{width:100%;height:100%}.us-header__search__close{--button-round-size:var(--us-header-search-size);--button-round-icon-size:15px;--button-round-bg-color:var(--unitshot-gray-light);flex-shrink:0}.us-header__search__results{background-color:var(--unitshot-gray-light);visibility:hidden;opacity:0;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);border-radius:0 0 8px 8px;flex-direction:column;gap:12px;padding:12px;display:flex;position:relative}.us-header__search__results:before{content:"";background-color:var(--unitshot-white);width:calc(100% - 24px);height:1px;margin:auto;display:block;position:absolute;top:0;left:0;right:0}.us-header__search__results--active{visibility:visible;opacity:1}.us-header__search__results__list{flex-direction:column;max-height:330px;display:flex;overflow-y:auto}@media screen and (width<=768px){.us-header__search__results__list{max-height:300px}}.us-header__search__results__item{border-radius:16px;grid-template-columns:auto 1fr;grid-template-areas:"image title""image price";gap:20px;padding:12px;display:grid}.us-header__search__results__item:nth-child(2n){background-color:var(--unitshot-white)}@media screen and (width<=768px){.us-header__search__results__item{border-radius:8px;gap:8px;padding:8px}}.us-header__search__results__item__image{border-radius:4px;grid-area:image;width:80px;height:80px;overflow:hidden}@media screen and (width<=768px){.us-header__search__results__item__image{width:44px;height:44px}}.us-header__search__results__item__image img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.us-header__search__results__item__title{color:var(--unitshot-gray-main);grid-area:title;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}@media screen and (width<=768px){.us-header__search__results__item__title{font-size:12px}}.us-header__search__results__item__price{color:var(--unitshot-gray-main);grid-area:price;font-family:PPNeueMontrealMono,monospace;font-size:20px;font-weight:500}@media screen and (width<=768px){.us-header__search__results__item__price{font-size:16px}}.us-header__search__results__more{color:var(--unitshot-gray-main);justify-content:center;align-items:center;gap:12px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500;display:flex}.us-header__search__results__more:after{content:"";background-color:var(--unitshot-accent-pink);width:14px;height:14px;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);display:block;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (width<=768px){.us-header__search__results__more{gap:8px;font-size:12px}}.us-footer{background-color:var(--unitshot-gray-main);padding:32px 0}.us-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:50px;display:flex}@media screen and (width<=768px){.us-footer__inner{flex-direction:column;align-items:center;gap:40px}}.us-footer__logo{flex-shrink:0;align-items:center;height:34px;display:flex}@media screen and (width<=992px){.us-footer__logo{width:100%}}@media screen and (width<=768px){.us-footer__logo{justify-content:center;height:27px}}.us-footer__logo__img{max-width:100%;height:100%}.us-footer__logo p{text-transform:uppercase;color:var(--unitshot-gray-light);font-family:SuisseIntl,sans-serif;font-size:30px;font-weight:700}@media screen and (width<=768px){.us-footer__logo p{font-size:22px}}.us-footer__nav-menu{flex-direction:column;gap:12px;display:flex}@media screen and (width<=768px){.us-footer__nav-menu{align-items:center;gap:8px}}.us-footer__nav-link{color:var(--unitshot-gray-light);-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);font-family:SuisseIntl,sans-serif;font-size:16px;font-weight:500}.us-footer__nav-link:hover{color:var(--unitshot-accent-pink)}@media screen and (width<=768px){.us-footer__nav-link{font-size:14px}}.us-footer__contact{flex-direction:column;display:flex}.us-footer__contact-content{flex-direction:column;gap:24px;display:flex}@media screen and (width<=768px){.us-footer__contact-content{gap:20px}}.us-footer__contact-phones{flex-direction:column;gap:8px;display:flex}@media screen and (width<=768px){.us-footer__contact-phones{align-items:center}}.us-footer__contact-phones .us-phone-number{color:var(--unitshot-gray-light);font-size:16px}@media screen and (width<=768px){.us-footer__contact-phones .us-phone-number{font-size:14px}}.us-footer__contact-btn{background-color:var(--unitshot-gray-light);width:100%;height:34px;color:var(--unitshot-gray-main);-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);border-radius:6px;padding:2px 4px;font-family:SuisseIntl,sans-serif;font-size:16px;font-weight:500}.us-footer__contact-btn:hover{background-color:var(--unitshot-accent-pink)}@media screen and (width<=768px){.us-footer__contact-btn{font-size:14px}}.us-footer__contact-social{gap:10px;display:flex}@media screen and (width<=768px){.us-footer__contact-social{justify-content:center}}.us-footer__contact-social__link{justify-content:center;align-items:center;display:flex}.us-footer__contact-social__link:hover{scale:1.1}.us-footer__contact-social__link svg{-o-object-fit:contain;object-fit:contain;width:34px;height:34px;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed)}.us-footer__contact-email{color:var(--unitshot-gray-light);flex-direction:column;gap:8px;font-family:SuisseIntl,sans-serif;font-size:16px;font-weight:500;display:flex}@media screen and (width<=768px){.us-footer__contact-email{align-items:center;font-size:14px}}.us-footer__contact-email-link{-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed)}.us-footer__contact-email-link:hover{color:var(--unitshot-accent-pink)}.us-footer__title{color:var(--unitshot-gray-light);margin-bottom:16px;font-family:SuisseIntl,sans-serif;font-size:20px;font-weight:600}@media screen and (width<=768px){.us-footer__title{text-align:center;font-size:18px}}.ui-kit{color:#1a1a1a;background-color:#f5f4f0;min-height:100vh;font-family:DM Sans,sans-serif;display:flex}.ui-sidebar{z-index:100;background-color:#f5f4f0;border-right:1px solid #e0dfd8;flex-direction:column;flex-shrink:0;width:220px;height:100vh;padding:40px 32px;transition:width .3s,padding .3s;display:flex;position:sticky;top:0;overflow:hidden}.ui-sidebar__logo{letter-spacing:.15em;color:#999;white-space:nowrap;margin-bottom:48px;font-family:DM Mono,monospace;font-size:11px;font-weight:500}.ui-sidebar__nav{flex-direction:column;flex:1;gap:4px;display:flex}.ui-sidebar__link{color:#888;white-space:nowrap;border-bottom:1px solid #0000;padding:6px 0;font-size:14px;font-weight:400;text-decoration:none;transition:color .2s,border-color .2s}.ui-sidebar__link:hover{color:#1a1a1a;border-bottom-color:#1a1a1a}.ui-sidebar__version{color:#bbb;white-space:nowrap;font-family:DM Mono,monospace;font-size:11px}.ui-sidebar-toggle{z-index:110;cursor:pointer;color:#999;background-color:#f5f4f0;border:1px solid #e0dfd8;border-left:none;border-radius:0 4px 4px 0;justify-content:center;align-items:center;width:20px;height:40px;font-size:10px;transition:left .3s,background-color .2s;display:flex;position:fixed;top:50%;left:204px;transform:translateY(-50%)}.ui-sidebar-toggle:hover{color:#1a1a1a;background-color:#ece8e2}.ui-sidebar-toggle__arrow{-webkit-user-select:none;user-select:none;line-height:1;transition:transform .3s}.ui-kit.sidebar-collapsed .ui-sidebar{border-right:none;width:0;padding-left:0;padding-right:0}.ui-kit.sidebar-collapsed .ui-sidebar-toggle{border-left:1px solid #e0dfd8;border-radius:0 4px 4px 0;left:0}.ui-kit.sidebar-collapsed .ui-sidebar-toggle__arrow{transform:rotate(180deg)}.ui-main{flex:1;width:100%;min-width:350px;padding:64px 80px;transition:padding .3s;overflow-x:hidden}.ui-header{border-bottom:1px solid #e0dfd8;margin-bottom:96px;padding-bottom:48px}.ui-header__label{letter-spacing:.15em;color:#999;margin-bottom:16px;font-family:DM Mono,monospace;font-size:11px;font-weight:500}.ui-header__title{color:#1a1a1a;margin:0 0 16px;font-family:DM Serif Display,serif;font-size:clamp(40px,6vw,72px);font-weight:400;line-height:1}.ui-header__sub{color:#888;margin:0;font-size:16px;font-weight:300}.ui-section{margin-bottom:96px}.ui-section__head{border-bottom:1px solid #e0dfd8;align-items:baseline;gap:20px;margin-bottom:40px;padding-bottom:20px;display:flex}.ui-section__num{color:#bbb;letter-spacing:.1em;font-family:DM Mono,monospace;font-size:11px}.ui-section__title{letter-spacing:.08em;text-transform:uppercase;color:#1a1a1a;margin:0;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500}.ui-colors{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;display:grid}.ui-color-group{flex-direction:column;gap:10px;display:flex}.ui-color-swatch{border:1px solid #e0dfd8;border-radius:4px;height:80px}.ui-color-info{flex-direction:column;gap:2px;display:flex}.ui-color-name{color:#1a1a1a;font-size:13px;font-weight:500}.ui-color-var{color:#999;font-family:DM Mono,monospace;font-size:11px}.ui-typo{flex-direction:column;display:flex}.ui-typo-row{border-bottom:1px solid #e0dfd8;grid-template-columns:1fr 1fr;align-items:baseline;gap:24px;padding:20px 0;display:grid}.ui-typo-row:first-child{border-top:1px solid #e0dfd8}.ui-typo-label{color:#bbb;white-space:nowrap;align-self:center;font-family:DM Mono,monospace;font-size:11px}.ui-typo-sample{color:#1a1a1a;word-break:break-word;margin:0;font-size:40px}.ui-typo-sample--font-sussie-regular{font-family:SuisseIntl,sans-serif;font-weight:400}.ui-typo-sample--font-sussie-medium{font-family:SuisseIntl,sans-serif;font-weight:500}.ui-typo-sample--font-sussie-bold{font-family:SuisseIntl,sans-serif;font-weight:700}.ui-typo-sample--font-sussie-semibold{font-family:SuisseIntl,sans-serif;font-weight:600}.ui-typo-sample--font-drkrapka-medium{font-family:DRKrapkaRound,sans-serif;font-weight:500}.ui-typo-sample--font-ppneue-medium{font-family:PPNeueMontrealMono,monospace;font-weight:500}.ui-typo-sample--font-ppneue-bold{font-family:PPNeueMontrealMono,monospace;font-weight:700}.ui-links-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ui-links-list li{border-bottom:1px solid #e0dfd8}.ui-links-list li:first-child{border-top:1px solid #e0dfd8}.ui-links-list a{color:#1a1a1a;justify-content:space-between;align-items:center;padding:16px 0;font-size:15px;font-weight:400;text-decoration:none;transition:padding-left .2s;display:flex}.ui-links-list a:after{content:"→";color:#bbb;flex-shrink:0;margin-left:16px;font-size:14px;transition:color .2s,transform .2s}.ui-links-list a:hover{padding-left:8px}.ui-links-list a:hover:after{color:#1a1a1a;transform:translate(4px)}@media (width<=1024px){.ui-main{padding:64px 48px}}@media (width<=768px){.ui-overlay{display:block}.ui-main{width:100%;padding:72px 24px 48px}.ui-header{margin-bottom:56px;padding-bottom:32px}.ui-section{margin-bottom:64px}.ui-typo-row{grid-template-columns:1fr;gap:8px;padding:16px 0}.ui-typo-label{align-self:auto}.ui-colors{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media (width<=480px){.ui-main{padding:64px 16px 40px}.ui-colors{grid-template-columns:repeat(2,1fr)}}.us-page-home{flex-direction:column;gap:120px;padding-top:32px;padding-bottom:120px;display:flex}@media screen and (width<=768px){.us-page-home{gap:80px;padding-top:20px;padding-bottom:80px}}.us-page-catalog{padding-top:32px;padding-bottom:120px}@media screen and (width<=768px){.us-page-catalog{padding-top:20px;padding-bottom:80px}}.us-page-catalog__breadcrumbs{margin-bottom:32px}@media screen and (width<=768px){.us-page-catalog__breadcrumbs{margin-bottom:20px}}.us-page-catalog__title{margin-bottom:32px}@media screen and (width<=768px){.us-page-catalog__title{margin-bottom:12px}}.us-page-catalog .us-slider-categories{margin-bottom:60px}.us-page-catalog__buttons{justify-content:space-between;margin-bottom:32px;display:flex}@media screen and (width<=768px){.us-page-catalog__buttons{margin-bottom:20px}}.us-page-catalog__buttons__filter-btn,.us-page-catalog__buttons__sort-btn{gap:16px;padding:5px 12px;position:relative}@media screen and (width<=768px){.us-page-catalog__buttons__filter-btn,.us-page-catalog__buttons__sort-btn{padding:5px 12px}}.us-page-catalog__buttons__filter-btn:before{content:"";background-color:var(--unitshot-gray-light);width:21px;height:21px;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='21'%20viewBox='0%200%2022%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.94%2012.61C6.97817%2012.6546%206.99941%2012.7113%207%2012.77V18.89C7%2019.3541%207.18437%2019.7992%207.51256%2020.1274C7.84075%2020.4556%208.28587%2020.64%208.75%2020.64C9.10646%2020.6467%209.45609%2020.5418%209.75%2020.34L13.75%2017.67C13.9902%2017.5121%2014.1874%2017.2969%2014.3236%2017.0437C14.4597%2016.7906%2014.5307%2016.5075%2014.53%2016.22V12.75C14.5311%2012.693%2014.5485%2012.6375%2014.58%2012.59L20.08%205.75C20.9883%204.61351%2021.4884%203.2048%2021.5%201.75C21.5%201.28587%2021.3156%200.840752%2020.9874%200.512563C20.6592%200.184374%2020.2141%200%2019.75%200H1.75C1.28587%200%200.840752%200.184374%200.512563%200.512563C0.184374%200.840752%200%201.28587%200%201.75C0.0105471%203.20669%200.514652%204.61677%201.43%205.75L6.94%2012.61ZM1.75%201.5H19.75C19.8163%201.5%2019.8799%201.52634%2019.9268%201.57322C19.9737%201.62011%2020%201.6837%2020%201.75C19.9941%202.87319%2019.6101%203.96167%2018.91%204.84L13.39%2011.67C13.1387%2011.9816%2013.0011%2012.3696%2013%2012.77V16.22C12.9996%2016.2612%2012.9895%2016.3018%2012.9703%2016.3383C12.9512%2016.3748%2012.9237%2016.4062%2012.89%2016.43L8.89%2019.09C8.85083%2019.1138%208.80586%2019.1265%208.76%2019.1265C8.71414%2019.1265%208.66917%2019.1138%208.63%2019.09C8.58981%2019.0693%208.55628%2019.0377%208.53329%2018.9987C8.51029%2018.9598%208.49875%2018.9152%208.5%2018.87V12.75C8.49889%2012.3496%208.36133%2011.9616%208.11%2011.65L2.59%204.84C1.88991%203.96167%201.50595%202.87319%201.5%201.75C1.5%201.6837%201.52634%201.62011%201.57322%201.57322C1.62011%201.52634%201.6837%201.5%201.75%201.5Z'%20fill='%23F5F5F5'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='21'%20viewBox='0%200%2022%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.94%2012.61C6.97817%2012.6546%206.99941%2012.7113%207%2012.77V18.89C7%2019.3541%207.18437%2019.7992%207.51256%2020.1274C7.84075%2020.4556%208.28587%2020.64%208.75%2020.64C9.10646%2020.6467%209.45609%2020.5418%209.75%2020.34L13.75%2017.67C13.9902%2017.5121%2014.1874%2017.2969%2014.3236%2017.0437C14.4597%2016.7906%2014.5307%2016.5075%2014.53%2016.22V12.75C14.5311%2012.693%2014.5485%2012.6375%2014.58%2012.59L20.08%205.75C20.9883%204.61351%2021.4884%203.2048%2021.5%201.75C21.5%201.28587%2021.3156%200.840752%2020.9874%200.512563C20.6592%200.184374%2020.2141%200%2019.75%200H1.75C1.28587%200%200.840752%200.184374%200.512563%200.512563C0.184374%200.840752%200%201.28587%200%201.75C0.0105471%203.20669%200.514652%204.61677%201.43%205.75L6.94%2012.61ZM1.75%201.5H19.75C19.8163%201.5%2019.8799%201.52634%2019.9268%201.57322C19.9737%201.62011%2020%201.6837%2020%201.75C19.9941%202.87319%2019.6101%203.96167%2018.91%204.84L13.39%2011.67C13.1387%2011.9816%2013.0011%2012.3696%2013%2012.77V16.22C12.9996%2016.2612%2012.9895%2016.3018%2012.9703%2016.3383C12.9512%2016.3748%2012.9237%2016.4062%2012.89%2016.43L8.89%2019.09C8.85083%2019.1138%208.80586%2019.1265%208.76%2019.1265C8.71414%2019.1265%208.66917%2019.1138%208.63%2019.09C8.58981%2019.0693%208.55628%2019.0377%208.53329%2018.9987C8.51029%2018.9598%208.49875%2018.9152%208.5%2018.87V12.75C8.49889%2012.3496%208.36133%2011.9616%208.11%2011.65L2.59%204.84C1.88991%203.96167%201.50595%202.87319%201.5%201.75C1.5%201.6837%201.52634%201.62011%201.57322%201.57322C1.62011%201.52634%201.6837%201.5%201.75%201.5Z'%20fill='%23F5F5F5'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.us-page-catalog__buttons__sort{position:relative}.us-page-catalog__buttons__sort:hover .us-page-catalog__buttons__sort-dropdown{opacity:1;visibility:visible}.us-page-catalog__buttons__sort-btn:after{content:"";background-color:var(--unitshot-gray-light);width:10px;height:10px;transform:rotate(90deg);-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.us-page-catalog__buttons__sort-dropdown{opacity:0;visibility:hidden;background-color:var(--unitshot-gray-light);z-index:10;width:max-content;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);border-radius:8px;flex-direction:column;gap:16px;padding:32px;display:flex;position:absolute;top:100%;right:0;box-shadow:0 0 10px #0000001a}@media screen and (width<=768px){.us-page-catalog__buttons__sort-dropdown{padding:16px}}.us-page-catalog__buttons__sort-dropdown span{color:var(--unitshot-gray-main);-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);cursor:pointer;font-family:PPNeueMontrealMono,monospace;font-size:22px;font-weight:500}@media screen and (width<=768px){.us-page-catalog__buttons__sort-dropdown span{font-size:18px}}.us-page-catalog__buttons__sort-dropdown span:hover{color:var(--unitshot-accent-pink)}.us-page-catalog__products{-webkit-column-gap:40px;-moz-column-gap:40px;grid-template-columns:repeat(4,1fr);gap:80px 40px;margin-bottom:80px;display:grid}@media screen and (width<=1200px){.us-page-catalog__products{grid-template-columns:repeat(3,1fr)}}@media screen and (width<=992px){.us-page-catalog__products{-webkit-column-gap:20px;-moz-column-gap:20px;grid-template-columns:repeat(2,1fr);gap:40px 20px}}@media screen and (width<=768px){.us-page-catalog__products{margin-bottom:32px}}.us-page-catalog__pagination{margin-bottom:120px}@media screen and (width<=768px){.us-page-catalog__pagination{margin-bottom:80px}}.us-page-catalog__feedback-info{margin-bottom:120px}@media screen and (width<=768px){.us-page-catalog__feedback-info{margin-bottom:80px}}.us-page-product{padding-top:32px;padding-bottom:120px}@media screen and (width<=768px){.us-page-product{padding-top:20px;padding-bottom:80px}}.us-page-product__breadcrumbs{margin-bottom:32px}@media screen and (width<=768px){.us-page-product__breadcrumbs{margin-bottom:20px}}.us-page-product__main{gap:20px;margin-bottom:120px;display:flex}@media screen and (width<=768px){.us-page-product__main{flex-direction:column;margin-bottom:80px}}.us-page-product__main__gallery{flex:1;min-width:0}@media screen and (width<=768px){.us-page-product__main__gallery{width:100%}}.us-page-product__main__info{flex-shrink:0;width:635px}@media screen and (width<=1200px){.us-page-product__main__info{width:600px}}@media screen and (width<=992px){.us-page-product__main__info{width:500px}}@media screen and (width<=768px){.us-page-product__main__info{flex-direction:column;width:100%;display:flex}}.us-page-product__main__title{color:var(--unitshot-gray-main);margin-bottom:16px;font-family:SuisseIntl,sans-serif;font-size:32px;font-weight:600}@media screen and (width<=768px){.us-page-product__main__title{order:0;margin-bottom:12px;font-size:18px}}.us-page-product__main__old-price{color:var(--unitshot-red);margin-bottom:2px;font-family:SuisseIntl,sans-serif;font-size:18px;font-weight:600;text-decoration:line-through}@media screen and (width<=768px){.us-page-product__main__old-price{order:1;font-size:14px}}.us-page-product__main__price{flex-wrap:wrap;align-items:center;gap:24px;margin-bottom:16px;display:flex}@media screen and (width<=768px){.us-page-product__main__price{order:2;gap:32px;margin-bottom:12px}}.us-page-product__main__price__total{color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-size:32px;font-weight:500}@media screen and (width<=768px){.us-page-product__main__price__total{font-size:20px}}.us-page-product__main__price__feedback{cursor:pointer;color:var(--unitshot-gray-most-darker);-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500;text-decoration:underline}.us-page-product__main__price__feedback:hover{color:var(--unitshot-gray-main)}@media screen and (width<=768px){.us-page-product__main__price__feedback{font-size:14px}}.us-page-product__main__tags{align-items:center;gap:86px;margin-bottom:36px;display:flex}@media screen and (width<=768px){.us-page-product__main__tags{order:3;gap:34px;margin-bottom:32px}}.us-page-product__main__tags__sku{background-color:var(--unitshot-pink-light);color:var(--unitshot-accent-pink);border-radius:4px;padding:7.5px 12px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}@media screen and (width<=768px){.us-page-product__main__tags__sku{border-radius:2px;padding:6.5px 8px;font-size:14px}}.us-page-product__main__tags__status{font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}@media screen and (width<=768px){.us-page-product__main__tags__status{font-size:14px}}.us-page-product__main__tags__status--success{color:var(--unitshot-green)}.us-page-product__main__properties{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}@media screen and (width<=768px){.us-page-product__main__properties{order:5;gap:20px}}.us-page-product__main__properties__item{align-items:center;gap:24px;display:flex}@media screen and (width<=768px){.us-page-product__main__properties__item{gap:16px}}.us-page-product__main__properties__title{width:100%;max-width:231px;color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-size:18px;font-weight:500}@media screen and (width<=992px){.us-page-product__main__properties__title{max-width:180px}}@media screen and (width<=768px){.us-page-product__main__properties__title{max-width:unset;width:unset;font-size:16px}}.us-page-product__main__properties__values{flex-wrap:wrap;flex:1;align-items:center;gap:8px;display:flex}@media screen and (width<=768px){.us-page-product__main__properties__values{gap:6px}}.us-page-product__main__description{color:var(--unitshot-gray-main);margin-bottom:36px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}@media screen and (width<=768px){.us-page-product__main__description{order:6;margin-bottom:32px;font-size:14px}}.us-page-product__main__description p:not(:last-child){margin-bottom:16px}.us-page-product__main__buttons{align-items:center;gap:32px;margin-bottom:36px;display:flex}@media screen and (width<=768px){.us-page-product__main__buttons{order:4;gap:20px;margin-bottom:32px}}.us-page-product__main__buttons__qty{align-self:auto;height:44px}@media screen and (width<=768px){.us-page-product__main__buttons__qty{border-radius:6px;height:34px}}.us-page-product__main__buttons__qty button{width:44px}@media screen and (width<=768px){.us-page-product__main__buttons__qty button{width:34px}}.us-page-product__main__buttons__qty input{width:44px}@media screen and (width<=768px){.us-page-product__main__buttons__qty input{width:34px}}.us-page-product__main__buttons__add-cart{background-color:var(--unitshot-accent-pink);width:100%;max-width:300px;height:44px;color:var(--unitshot-white);border-radius:6px;justify-content:center;align-items:center;padding:5px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500;display:flex}@media screen and (width<=768px){.us-page-product__main__buttons__add-cart{height:40px}}.us-page-product__main__set{margin-bottom:40px}@media screen and (width<=768px){.us-page-product__main__set{order:7;margin-bottom:35px}}.us-page-product__main__stats{margin-bottom:60px}@media screen and (width<=768px){.us-page-product__main__stats{order:8;margin-bottom:32px}}.us-page-product__main__stats__title{color:var(--unitshot-gray-main);margin-bottom:16px;font-family:SuisseIntl,sans-serif;font-size:24px;font-weight:500}@media screen and (width<=768px){.us-page-product__main__stats__title{margin-bottom:12px;font-size:18px}}.us-page-product__main__stats__list{color:var(--unitshot-gray-main);flex-direction:column;gap:12px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500;display:flex}@media screen and (width<=768px){.us-page-product__main__stats__list{gap:8px;font-size:14px}}.us-page-product__main__stats__item{gap:12px;display:flex}@media screen and (width<=768px){.us-page-product__main__stats__item{gap:8px}}.us-page-product__main__stats__separator{background-color:var(--unitshot-gray-dark);flex:1;width:20px;height:1px;margin:10px 0}.us-page-product__main__feedback{flex-direction:column;gap:18px;display:flex}@media screen and (width<=768px){.us-page-product__main__feedback{order:9;gap:12px}}.us-page-product__main__feedback__title{color:var(--unitshot-gray-main);font-family:SuisseIntl,sans-serif;font-size:24px;font-weight:500}@media screen and (width<=768px){.us-page-product__main__feedback__title{font-size:18px}}.us-page-product__main__feedback__description{color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}@media screen and (width<=768px){.us-page-product__main__feedback__description{font-size:14px}}.us-page-product__main__feedback__contact{flex-wrap:wrap;justify-content:space-between;gap:12px;display:flex}@media screen and (width<=768px){.us-page-product__main__feedback__contact{flex-direction:column;gap:24px}}.us-page-product__main__feedback__contact-item{flex-direction:column;gap:14px;display:flex}@media screen and (width<=768px){.us-page-product__main__feedback__contact-item{flex-direction:row;align-items:flex-end;gap:12px}}.us-page-product__main__feedback__contact-title{color:var(--unitshot-gray-main);font-family:SuisseIntl,sans-serif;font-size:18px;font-weight:500}@media screen and (width<=768px){.us-page-product__main__feedback__contact-title{font-size:14px}}.us-page-product__main__feedback__contact-social{gap:16px;display:flex}@media screen and (width<=768px){.us-page-product__main__feedback__contact-social{gap:8px}}.us-page-product__main__feedback__contact-social a{border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;overflow:hidden}.us-page-product__main__feedback__contact-social a svg{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.us-page-product__main__feedback__contact-number{min-width:185px}.us-page-product__main__feedback__contact-btn{color:var(--unitshot-white);background-color:var(--unitshot-gray-main);border-radius:6px;height:40px;padding:5px 17px;font-family:SuisseIntl,sans-serif;font-size:14px;font-weight:500}@media screen and (width<=768px){.us-page-product__main__feedback__contact-btn{height:34px;padding:5px 12px;font-size:12px}}.us-page-product__info{flex-direction:column;gap:60px;margin-bottom:65px;display:flex}@media screen and (width<=768px){.us-page-product__info{gap:32px;margin-bottom:47px}}.us-page-product__info__item{grid-template:"title content"1fr"more content"1fr/.597315fr 1fr;grid-auto-flow:row;gap:0 100px;display:grid}@media screen and (width<=768px){.us-page-product__info__item{grid-template-rows:repeat(3,auto);grid-template-columns:1fr;grid-template-areas:"title""content""more";gap:12px 0}}.us-page-product__info__title{color:var(--unitshot-gray-main);text-transform:uppercase;grid-area:title;font-family:SuisseIntl,sans-serif;font-size:32px;font-weight:600}@media screen and (width<=768px){.us-page-product__info__title{font-size:18px}}.us-page-product__info__more{grid-area:more}.us-page-product__info__more-btn{align-self:flex-end}@media screen and (width<=768px){.us-page-product__info__more-btn{justify-self:flex-end}}.us-page-product__info__content{grid-area:content}.us-page-product__info__content-description{-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);grid-template-rows:0fr;display:grid;position:relative;overflow:hidden}.us-page-product__info__content-description--active{grid-template-rows:1fr}.us-page-product__info__content-description--active:after{visibility:hidden;opacity:0}.us-page-product__info__content-description:after{content:"";width:100%;height:100%;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);background-image:linear-gradient(#f5f5f500 0%,#f5f5f5 100%);position:absolute;bottom:0;left:0}.us-page-product__info__content-description__inner{min-height:150px;overflow:hidden}@media screen and (width<=768px){.us-page-product__info__content-description__inner{min-height:120px}}.us-page-product__info__content-description__inner h1,.us-page-product__info__content-description__inner h2,.us-page-product__info__content-description__inner h3,.us-page-product__info__content-description__inner h4,.us-page-product__info__content-description__inner h5,.us-page-product__info__content-description__inner h6{color:var(--unitshot-gray-main);margin-bottom:16px;font-family:PPNeueMontrealMono,monospace;font-size:28px;font-weight:500}@media screen and (width<=768px){.us-page-product__info__content-description__inner h1,.us-page-product__info__content-description__inner h2,.us-page-product__info__content-description__inner h3,.us-page-product__info__content-description__inner h4,.us-page-product__info__content-description__inner h5,.us-page-product__info__content-description__inner h6{font-size:18px}}.us-page-product__info__content-description__inner p{color:var(--unitshot-gray-main);margin-bottom:16px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}@media screen and (width<=768px){.us-page-product__info__content-description__inner p{font-size:14px}}.us-page-product__info__content-description__brand{color:var(--unitshot-gray-main);flex-direction:column;gap:12px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500;display:flex}@media screen and (width<=768px){.us-page-product__info__content-description__brand{font-size:14px}}.us-page-product__info__content-description__brand-item{gap:12px;display:flex}.us-page-product__info__content-description__brand-separator{background-color:var(--unitshot-gray-dark);flex:1;min-width:20px;height:1px;margin:10px 0}.us-page-product__info__content-description__brand-value{width:100%;max-width:417px}.us-page-product__info__content-files{flex-direction:column;gap:16px;display:flex}.us-page-product__info__content-files__title{color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-size:28px;font-weight:500}@media screen and (width<=768px){.us-page-product__info__content-files__title{font-size:14px}}.us-page-product__info__content-files__list{gap:26px;display:flex}@media screen and (width<=768px){.us-page-product__info__content-files__list{gap:12px}}.us-page-product__info__content-files__item{flex-direction:column;align-items:center;gap:4px;width:70px;display:flex}.us-page-product__info__content-files__item-image{width:45px;height:52.2px}@media screen and (width<=768px){.us-page-product__info__content-files__item-image{width:34px;height:39px}}.us-page-product__info__content-files__item-image svg{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.us-page-product__info__content-files__item-name{text-align:center;color:var(--unitshot-gray-main);font-family:Inter,sans-serif;font-size:14px;font-weight:700}.us-page-blog{padding-top:32px;padding-bottom:120px}@media screen and (width<=768px){.us-page-blog{padding-top:20px;padding-bottom:80px}}.us-page-blog__breadcrumbs{margin-bottom:32px}@media screen and (width<=768px){.us-page-blog__breadcrumbs{margin-bottom:20px}}.us-page-blog__list{flex-direction:column;gap:40px;margin-bottom:60px;display:flex}@media screen and (width<=768px){.us-page-blog__list{margin-bottom:32px}}.us-page-blog__item{gap:32px;display:flex}@media screen and (width<=768px){.us-page-blog__item{flex-direction:column;gap:12px}}.us-page-blog__item__image{border-radius:8px;flex-shrink:0;width:450px;min-height:200px;position:relative;overflow:hidden}@media screen and (width<=768px){.us-page-blog__item__image{aspect-ratio:1.76316;width:100%;min-height:auto}}.us-page-blog__item__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.us-page-blog__item__title{text-transform:uppercase;color:var(--unitshot-gray-main);-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);margin-bottom:24px;font-family:SuisseIntl,sans-serif;font-size:32px;font-weight:600}.us-page-blog__item__title:hover{color:var(--unitshot-accent-pink)}@media screen and (width<=768px){.us-page-blog__item__title{margin-bottom:12px;font-size:18px}}.us-page-blog__item__caption{color:var(--unitshot-gray-main);margin-bottom:12px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500;position:relative}@media screen and (width<=768px){.us-page-blog__item__caption{margin-bottom:8px;font-size:16px}}.us-page-blog__item__caption:after{content:"";background:linear-gradient(to bottom, transparent, var(--unitshot-gray-light));width:100%;height:70%;position:absolute;bottom:0;left:0}.us-page-blog__item__link{color:var(--unitshot-gray-main);border-bottom:2px solid var(--unitshot-accent-pink);-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);justify-self:flex-start;align-items:center;gap:16px;padding-bottom:8px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500;display:flex;position:relative}@media screen and (width<=768px){.us-page-blog__item__link{gap:8px;font-size:14px}}.us-page-blog__item__link:hover{border-color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-weight:700}.us-page-blog__item__link:hover:after{background-color:var(--unitshot-gray-main)}.us-page-blog__item__link:after{content:"";background-color:var(--unitshot-accent-pink);width:14px;height:14px;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);justify-content:center;align-items:center;display:flex;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%203L28.823%2018.1496C29.964%2019.1194%2029.964%2020.8806%2028.823%2021.8504L11%2037'%20stroke='%23393939'%20stroke-width='4.85714'%20stroke-linecap='round'/%3e%3c/svg%3e");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.us-page-post{padding-top:32px;padding-bottom:120px}@media screen and (width<=768px){.us-page-post{padding-top:20px;padding-bottom:80px}}.us-page-post__breadcrumbs{margin-bottom:44px}@media screen and (width<=768px){.us-page-post__breadcrumbs{margin-bottom:20px}}.us-page-post__content{margin-bottom:120px}@media screen and (width<=768px){.us-page-post__content{margin-bottom:80px}}.us-page-post__content__title{margin-bottom:12px}@media screen and (width<=768px){.us-page-post__content__title{margin-bottom:8px}}.us-page-post__content__date{color:var(--unitshot-dark);margin-bottom:24px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}@media screen and (width<=768px){.us-page-post__content__date{margin-bottom:16px;font-size:14px}}.us-page-post__content__image{aspect-ratio:2.30357;border-radius:16px;justify-content:center;align-items:center;width:100%;margin-bottom:32px;display:flex;overflow:hidden}@media screen and (width<=768px){.us-page-post__content__image{aspect-ratio:1.28846;margin-bottom:20px}}.us-page-post__content__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.us-page-post__content__text{color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}@media screen and (width<=768px){.us-page-post__content__text{font-size:14px}}.us-page-post__content__text h1,.us-page-post__content__text h2,.us-page-post__content__text h3,.us-page-post__content__text h4,.us-page-post__content__text h5,.us-page-post__content__text h6{margin-bottom:16px;font-size:28px}@media screen and (width<=768px){.us-page-post__content__text h1,.us-page-post__content__text h2,.us-page-post__content__text h3,.us-page-post__content__text h4,.us-page-post__content__text h5,.us-page-post__content__text h6{margin-bottom:12px;font-size:22px}}.us-page-post__content__text p{margin-bottom:16px}@media screen and (width<=768px){.us-page-post__content__text p{margin-bottom:12px}}.us-page-post__content__text ul{margin-bottom:16px;padding-left:20px;list-style:outside}@media screen and (width<=768px){.us-page-post__content__text ul{margin-bottom:12px}}.us-page-contact{padding-top:32px;padding-bottom:120px}@media screen and (width<=768px){.us-page-contact{padding-top:20px;padding-bottom:80px}}.us-page-contact__inner{flex-direction:column;gap:32px;display:flex}@media screen and (width<=768px){.us-page-contact__inner{gap:20px}}.us-page-contact__content{gap:32px;display:flex}@media screen and (width<=992px){.us-page-contact__content{flex-direction:column}}.us-page-contact__text{width:50%}@media screen and (width<=992px){.us-page-contact__text{width:100%}}.us-page-contact__text__title{margin-bottom:24px}@media screen and (width<=768px){.us-page-contact__text__title{margin-bottom:12px}}.us-page-contact__text__description{color:var(--unitshot-gray-main);margin-bottom:32px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}@media screen and (width<=768px){.us-page-contact__text__description{margin-bottom:20px;font-size:14px}}.us-page-contact__text__description p:not(:last-child){margin-bottom:16px}.us-page-contact__text__contacts{flex-direction:column;gap:36px;display:flex}@media screen and (width<=768px){.us-page-contact__text__contacts{gap:20px}}.us-page-contact__text__contacts__item{gap:32px;display:flex}.us-page-contact__text__contacts__title{width:100%;max-width:190px;color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-size:22px;font-weight:500}@media screen and (width<=768px){.us-page-contact__text__contacts__title{max-width:124px;font-size:18px}}.us-page-contact__text__contacts__text{color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}@media screen and (width<=768px){.us-page-contact__text__contacts__text{font-size:14px}}.us-page-contact__text__contacts__numbers{flex-direction:column;gap:8px;display:flex}.us-page-contact__text__contacts__numbers__btn{-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed)}.us-page-contact__text__contacts__numbers__btn:hover{background-color:var(--unitshot-accent-pink)}@media screen and (width<=768px){.us-page-contact__text__contacts__numbers__btn{padding:6px 16px}}.us-page-contact__text__contacts__socials{gap:16px;display:flex}.us-page-contact__text__contacts__socials a{width:34px;height:34px;-webkit-transition:var(--unitshot-transition-speed);transition:var(--unitshot-transition-speed);border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden}.us-page-contact__text__contacts__socials a:hover{scale:1.1}.us-page-contact__text__contacts__socials a svg{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.us-page-contact__map{border-radius:12px;width:50%;overflow:hidden}@media screen and (width<=992px){.us-page-contact__map{width:100%;height:260px}}.us-page-contact__map__iframe{width:100%;height:100%}.us-page-checkout{padding-top:32px;padding-bottom:59px}.us-page-checkout__breadcrumbs{margin-bottom:32px}@media screen and (width<=768px){.us-page-checkout__breadcrumbs{margin-bottom:20px}}.us-page-checkout__title{margin-bottom:25px}@media screen and (width<=768px){.us-page-checkout__title{margin-bottom:20px}}.us-page-checkout__form{gap:129px;display:flex}@media screen and (width<=1200px){.us-page-checkout__form{gap:30px}}@media screen and (width<=992px){.us-page-checkout__form{flex-direction:column;gap:40px}}.us-page-checkout__form__contact{flex:1}.us-page-checkout__form__cart{flex-shrink:0;width:100%;max-width:526px}@media screen and (width<=992px){.us-page-checkout__form__cart{min-width:100%}}.us-page-checkout__form__title{margin-bottom:20px;font-family:SuisseIntl,sans-serif;font-size:24px;font-weight:500}@media screen and (width<=768px){.us-page-checkout__form__title{margin-bottom:12px;font-size:18px}}.us-page-checkout__form__inputs{flex-direction:column;gap:12px;display:flex}.us-page-checkout__form__inputs input,.us-page-checkout__form__inputs textarea{border:1px solid var(--unitshot-gray-darker);width:100%;max-width:100%;color:var(--unitshot-gray-most-darker);border-radius:8px;padding:12.5px 20px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}@media screen and (width<=768px){.us-page-checkout__form__inputs input,.us-page-checkout__form__inputs textarea{padding:11.5px 8px;font-size:14px}}.us-page-checkout__form__inputs input:focus,.us-page-checkout__form__inputs textarea:focus{border-color:var(--unitshot-accent-pink);outline:none}.us-page-checkout__form__inputs textarea{height:140px}@media screen and (width<=768px){.us-page-checkout__form__inputs textarea{height:100px}}.us-page-checkout__form__list{flex-direction:column;gap:24px;max-height:348px;margin-bottom:40px;display:flex;overflow-y:auto}@media screen and (width<=768px){.us-page-checkout__form__list{max-height:300px}}.us-page-checkout__form__summary{color:var(--unitshot-gray-main);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;margin-bottom:24px;font-family:PPNeueMontrealMono,monospace;font-size:28px;font-weight:500;display:flex}@media screen and (width<=768px){.us-page-checkout__form__summary{margin-bottom:16px}.us-page-checkout__form__summary__label{font-size:18px}.us-page-checkout__form__summary__total{font-size:20px}}.us-page-checkout__form__submit{background-color:var(--unitshot-accent-pink);width:100%;color:var(--unitshot-white);border-radius:6px;padding:17.5px;font-family:PPNeueMontrealMono,monospace;font-size:16px;font-weight:500}@media screen and (width<=768px){.us-page-checkout__form__submit{padding:12.5px}}.us-page-checkout__success{flex-direction:column;align-items:center;gap:30px;padding:150px 0;display:flex}@media screen and (width<=768px){.us-page-checkout__success{padding:100px 0}}.us-page-checkout__success p{text-align:center;color:var(--unitshot-gray-main);font-family:PPNeueMontrealMono,monospace;font-size:28px;font-weight:500}@media screen and (width<=768px){.us-page-checkout__success p{font-size:20px}}.us-page-checkout__success__btn{align-self:center}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;-webkit-transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}:is(.swiper-css-mode>.swiper-wrapper)::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-slides-offset-before);margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-end:var(--swiper-slides-offset-after);margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-slides-offset-before);margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{-webkit-margin-after:var(--swiper-slides-offset-after);margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{-ms-scroll-snap-type:none;scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}
