.button{background-color:#3b61eb;min-height:24px;border:none;color:#fff;margin-left:12px;border-radius:20px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;cursor:pointer;font-weight:700;transition:background-color .3s}.button:hover{background-color:#1e4aea}.button:disabled{opacity:.5}.button-medium{font-size:.813rem;padding:6px}.button-small{font-size:.75rem}.home-bg{position:relative;width:100%;height:100%;opacity:0;animation:fadeIn .5s forwards}.home-bg-image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;overflow:hidden;border-radius:12px;opacity:0;animation:fadeIn .2s forwards}.home-overlay{position:absolute;bottom:0;left:0;width:100%;height:95px;z-index:2;display:flex;align-items:center;justify-content:center;opacity:0;animation:fadeIn .2s forwards;background:linear-gradient(0deg,#000 13%,#2121218a 50%,#2121214d,#6868680a 90%);border-bottom-left-radius:12px;border-bottom-right-radius:12px}.home-glass{backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);width:100%;height:100%;position:absolute;border-bottom-left-radius:12px;border-bottom-right-radius:12px;z-index:2}.home-overlay-content{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-around;z-index:3}.home-text-section{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-align:center;max-width:180px}.home-title{font-size:.865rem;color:#fff}animation fadeIn from{opacity:0}animation fadeIn to{opacity:1}.header{height:24px;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:transparent;border-top-left-radius:12px;border-top-right-radius:12px;padding-inline:8px}.ad-label{font-size:.5rem;border-radius:24px;background-color:#f2f2f2;padding:2px 4px}.header-title{font-size:.625rem;background:linear-gradient(89.82deg,#06f -4.91%,#2f00ff 22.2%,#8000ff 49.82%,#b300ff 76.4%,#d0f 103.5%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 10s ease infinite;background-size:200% 200%}.product{border:1px solid #D9D9D9;width:80px;height:136px;border-radius:8px;gap:4px;padding:4px;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:box-shadow .3s;opacity:0;animation:fadeIn .3s ease forwards}.product:hover{box-shadow:0 0 4px #0003;-webkit-box-shadow:0px 0px 4px 0px rgba(0,0,0,.2);-moz-box-shadow:0px 0px 4px 0px rgba(0,0,0,.2)}.product-list{display:flex;flex-direction:row;width:auto;overflow-x:auto;gap:16px;margin-inline:-16px;padding-inline:16px}.product-image{height:64px;width:64px;object-fit:contain}.product-title{font-size:.563rem;line-height:14px;color:#3e4656;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.product-price{align-self:flex-end;width:100%;display:flex;flex-wrap:wrap;flex-direction:row;align-items:center}.product-price>:last-child{font-weight:700;font-size:.563rem;color:#3e4656;flex:1;text-align:left}.product-price-discount{padding:2px 4px;border-radius:24px;font-size:.5rem;background-color:red;color:#fff}.product-price-before-discount{font-size:.438rem;color:#b3b3b3;line-height:14px;margin-top:-10px;text-decoration:line-through;align-self:flex-end}.swiper-wrapper{position:relative;width:100%}.swiper-container{display:flex;overflow-x:auto;scroll-behavior:smooth;padding-block:2px;width:100%;gap:.75rem;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;touch-action:pan-y;cursor:grab;-webkit-user-select:none;user-select:none}.swiper-container .drag-active{cursor:grabbing}.swiper-container .swiper-container>*{scroll-snap-align:start}.swiper-container::-webkit-scrollbar{display:none}.nav{height:24px;width:24px;display:flex;place-items:center;position:absolute;top:50%;transform:translateY(-50%);z-index:1;border-radius:24px;background:#e8eefd;color:#739bf2;border:none;cursor:pointer;transition:opacity ease .2s;opacity:0;pointer-events:none}.nav-visible{opacity:1;pointer-events:all}.nav.left{left:0}.nav.right{right:0}.messages{flex:1;height:100%;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;align-items:flex-start}.messages-normal{padding:4px;gap:2px}.messages-adivery{padding:16px 8px;gap:8px}.message{border-radius:15px;line-height:1.4}.message-text{white-space:pre-wrap}.message-small{padding:4px 8px;margin:2px 0;font-size:.75rem}.message-medium{padding:8px 12px;margin:2px 0;font-size:1rem}.message-image,.message-video{max-width:90%;border-radius:12px;object-fit:contain;max-height:70vh;box-shadow:0 0 4px #0000000d}.message-video{width:90vw}.from-me{background-color:#e8ecfd;justify-self:flex-start;border-radius:24px 2px 24px 24px;color:#3b61eb}.from-them{justify-self:flex-start;color:#3e4656}.from-me+.from-them,.from-them+.from-me{margin-top:2px}.composer{position:sticky;display:flex;flex-direction:row;align-items:center;background-color:#fff;box-shadow:0 0 4px #0000000d}.composer-normal{height:32px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding:2px;bottom:0;border-top:1px solid #E6E6E6}.composer-adivery{height:48px;border-radius:8px;padding:4px;bottom:0;margin:16px;border:1px solid #E6E6E6}.message-input{flex:1;padding:8px 12px;height:100%;border:none;outline:none;background-color:transparent}.message-input-normal{font-size:.75rem!important}.message-input-adivery{font-size:1rem!important}.wrapper{width:100%;height:100%;background-color:transparent;aspect-ratio:3/2.5;padding:3px}.chat-container{height:100%;display:flex;flex-direction:column;position:relative;border-radius:12px;background-color:#fff;filter:drop-shadow(0px 0px 1px #d9d9d9)}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#b7b7b7ba;border-radius:20px;width:4px;border:none;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:#b7b7b7}@-moz-document url-prefix(){html{scrollbar-width:thin;scrollbar-color:#888888 transparent}}@font-face{font-family:YekanBakh;src:url(yekan-bakh-regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:YekanBakh;src:url(yekan-bakh-bold.ttf) format("truetype");font-weight:700;font-style:bold}:root{font-family:YekanBakh,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:auto;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;text-align:right;font-weight:700}#root{height:100vh;width:100%;text-align:center;margin:0 auto;overflow:hidden}body{margin:0;display:flex;place-items:center;min-width:100vw;min-height:100vh}html,body{overscroll-behavior:contain}
