@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&family=Noto+Sans+Arabic:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Open Sans,sans-serif;color:#131313;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[dir=rtl] body{font-family:Noto Sans Arabic,Open Sans,sans-serif,sans-serif}.font-60-primary{font-weight:600;font-size:60px;line-height:84px;font-family:Open Sans,sans-serif}.font-40-primary{font-weight:600;font-size:40px;line-height:56px;font-family:Open Sans,sans-serif}.font-28-primary{font-weight:600;font-size:28px;line-height:40px;font-family:Open Sans,sans-serif}.font-22-primary{font-weight:500;font-size:22px;line-height:28px;font-family:Open Sans,sans-serif}.font-20-primary{font-weight:500;font-size:20px;line-height:28px;font-family:Open Sans,sans-serif}.font-18-primary{font-weight:500;font-size:18px;line-height:24px;font-family:Open Sans,sans-serif}.font-16-primary{font-weight:400;font-size:16px;line-height:22px;font-family:Open Sans,sans-serif}.font-14-primary{font-weight:400;font-size:14px;line-height:18px;font-family:Open Sans,sans-serif}.font-12-primary{font-weight:400;font-size:12px;line-height:18px;font-family:Open Sans,sans-serif}.loader{display:flex;align-items:center;justify-content:center;height:100vh}.loader__spinner{width:48px;height:48px;border:4px solid #3b82f6;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.button{width:100%;border:2px solid transparent;box-sizing:border-box;padding:0 8px;height:50px;border-radius:9999px;transition:all .3s ease;cursor:pointer;gap:8px;font-family:Open Sans,sans-serif;font-size:14px}@media (min-width: 768px){.button{border-radius:64px}}.button--primary{border-color:#7f28ee;color:#7f28ee;font-weight:600;background:transparent}.button--primary:hover,.button--primary:active{background:linear-gradient(90deg,#8a3ced,#8b89ee);color:#fff;border-color:transparent}.button--secondary{background:linear-gradient(90deg,#8a3ced,#8b89ee);color:#fff;font-weight:600;border-color:transparent}.button--secondary:hover,.button--secondary:active{background:none;color:#7f28ee;border-color:#7f28ee}.button--secondary:disabled{background:#cdc6d7;color:#fff;border-color:#cdc6d7}.button--disabled{background:#cdc6d7;color:#fff;border-color:#cdc6d7;cursor:not-allowed}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#fff;text-align:center;padding:0 16px}.not-found__title{font-weight:600;font-size:60px;line-height:84px;font-family:Open Sans,sans-serif}.not-found__subtitle{font-weight:600;font-size:28px;line-height:40px;font-family:Open Sans,sans-serif;margin-bottom:48px}.not-found__description{font-weight:500;font-size:20px;line-height:28px;font-family:Open Sans,sans-serif;color:#9892a0;max-width:576px}.not-found__btn{margin-top:24px;max-width:384px}.not-found__footer{position:absolute;bottom:0;width:100%}.chat-page{height:100%;background:#f5f7fb}.chat-page__container{background:#f5f7fb;min-height:100vh;margin:0 auto;display:flex;flex-direction:column;max-width:600px}.chat-page__inner{display:flex;flex-direction:column;background-color:#fff;height:100vh}.chat-header{display:flex;align-items:center;justify-content:space-between;position:relative;height:62px;padding:20px 16px;background:#fff;box-shadow:0 1px 3px #0000001a}.chat-header__back-btn{color:#4b5563;background:none;border:none;cursor:pointer;padding:0}.chat-header__title{position:absolute;left:50%;transform:translate(-50%);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:min(70%,320px);text-align:center;pointer-events:none}.chat-header__spacer{width:24px}.chat-header__title-container{margin-inline-start:auto;display:flex;align-items:center;justify-content:flex-end;gap:16px;max-width:60%}.chat-header__title-container .chat-header__title{position:static;left:auto;transform:none;width:auto;max-width:100%;text-align:end;pointer-events:auto}.chat-header__logo{height:32px;width:auto;max-width:120px;object-fit:contain;flex-shrink:0}.chat-header__reset-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid #D5DEE8;border-radius:8px;background:#fff;color:#4a5565;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.chat-header__reset-btn:hover{background:#f2f7ff;border-color:#b9c8da;color:#2e3a4e}.chat-header__reset-btn:active{background:#e8f1ff}.chat-header__reset-btn svg{transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.chat-header__reset-btn--active{background:#f2f7ff;border-color:#b9c8da}.chat-header__reset-btn--active svg{transform:rotate(45deg)}.chat-header__settings{position:relative}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes submenuFade{0%{opacity:0;transform:translate(8px) scale(.98)}to{opacity:1;transform:translate(0) scale(1)}}.chat-header__menu{position:absolute;top:calc(100% + 8px);inset-inline-end:0;background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:150px;z-index:50;padding:8px 0;animation:dropdownFade .2s cubic-bezier(.16,1,.3,1) forwards;transform-origin:top inline-end}.chat-header__menu-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 16px;border:none;background:transparent;cursor:pointer;font-size:14px;color:#374151;text-align:start;position:relative;transition:background-color .15s ease,color .15s ease}.chat-header__menu-item:hover{background:#f3f4f6}.chat-header__menu-item--has-submenu{padding-inline-end:12px}.chat-header__menu-item.reset-action{color:#ef4444}.chat-header__menu-item.with-icon{gap:8px;justify-content:flex-start}.chat-header__menu-item.with-icon svg{flex-shrink:0;width:16px;height:16px}.chat-header__menu-item.with-icon .chat-header__submenu-arrow{margin-inline-start:auto}.chat-header__submenu-arrow{font-size:12px;color:#9ca3af}.chat-header__submenu{position:absolute;top:0;inset-inline-end:calc(100% + 4px);background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:120px;padding:8px 0;z-index:60;animation:submenuFade .2s cubic-bezier(.16,1,.3,1) forwards;transform-origin:top inline-end}.chat-header__reset-icon{width:18px;height:18px}@media (max-width: 420px){.chat-header__title{font-size:12px;width:min(56%,220px)}.chat-header__title-container{max-width:62%}.chat-header__title-container .chat-header__title{font-size:12px}.chat-header__logo{width:110px;height:27px}}.chat-messages{flex:1;display:flex;flex-direction:column;justify-content:flex-end;overflow-y:auto}.chat-messages::-webkit-scrollbar{display:none}.chat-messages{scrollbar-width:none;-ms-overflow-style:none}.chat-messages__list{display:flex;flex-direction:column;gap:28px;overflow-y:auto}.chat-messages__list::-webkit-scrollbar{display:none}.chat-messages__list{scrollbar-width:none;-ms-overflow-style:none;padding:14px}.chat-messages__row{display:flex}.chat-messages__row--me{justify-content:flex-end}.chat-messages__row--other{justify-content:flex-start;gap:8px;align-items:center}.chat-messages__bubble{padding:12px;max-width:80%;border:none;border-radius:12px 12px 12px 0}.chat-messages__bubble--me{background:#e1effe;border-radius:12px 12px 0}.chat-messages__bubble--other{background:#f4f6f8}.chat-messages__text{color:#1f2937;font-size:14px;line-height:1.2}.chat-messages__text p{margin:0 0 4px}.chat-messages__text p:last-child{margin-bottom:0}.chat-messages__text ul,.chat-messages__text ol{margin:4px 0 4px 16px;padding:0}.chat-messages__text li{margin:2px 0}.chat-messages__text strong{font-weight:600}.chat-messages__text em{font-style:italic}.chat-messages__text code{background:#0000000f;border-radius:3px;padding:1px 4px;font-size:.9em}.chat-messages__text pre{background:#0000000f;border-radius:6px;padding:8px;overflow-x:auto;margin:4px 0}.chat-messages__text pre code{background:none;padding:0}.chat-messages__text h1,.chat-messages__text h2,.chat-messages__text h3{font-size:inherit;font-weight:600;margin:4px 0 2px}.chat-messages__text a{color:inherit;text-decoration:underline}.chat-messages__text blockquote{border-inline-start:3px solid rgba(0,0,0,.15);margin:4px 0;padding-inline-start:8px;color:#4b5563}.chat-messages__time{font-size:12px;color:#9ca3af;text-align:right;margin-top:4px}.chat-messages__bubble--typing{display:flex;align-items:center;gap:6px;padding:10px 14px}.chat-messages__typing-text{font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:1;letter-spacing:0;color:#6b7280}.chat-messages__typing-dots{display:inline-flex;align-items:center;gap:3px}.chat-messages__typing-dot{width:5px;height:5px;border-radius:50%;background:#9ca3af;animation:typing-bounce 1.4s infinite ease-in-out both}.chat-messages__typing-dot:nth-child(1){animation-delay:0s}.chat-messages__typing-dot:nth-child(2){animation-delay:.2s}.chat-messages__typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.product-card{display:flex;flex-direction:column;width:100%;max-width:320px;margin-left:4px;background:#fff;border:none;border-radius:8px;padding:16px;gap:16px;text-decoration:none;color:#1f2937;box-shadow:0 4px 14px #414b6026}.product-card__image{width:100%;height:171px;object-fit:cover;object-position:center center;background:#ddd}.product-card__body{display:flex;flex-direction:column;gap:20px;min-width:0}.product-card__info{display:flex;flex-direction:column;gap:12px}.product-card__name{font-family:Open Sans,sans-serif;font-size:16px;font-weight:600;color:#1f2937;line-height:1.2;letter-spacing:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__description{color:#2d2d2d;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-family:Open Sans;font-weight:400;font-style:Regular;font-size:16px!important}.product-card__footer{display:flex;align-items:center;height:max-content;gap:20px}.product-card__price{background:#f5f7fb;border-radius:50px;padding:4px 24px;font-size:17px;font-weight:700;height:38px;color:#2b2b2b;line-height:1.2;white-space:nowrap}.product-card__buy{flex:1;background:#1b6cb4;color:#fff;border:none;border-radius:8px;padding:10px 18px;height:44px;text-align:center;font-size:17px;font-weight:700;cursor:pointer;line-height:1.2}@media (max-width: 768px){.product-card__image{height:180px}.product-card__name{font-size:15px}.product-card__description{font-size:12px}.product-card__price{font-size:16px;padding:9px 18px}.product-card__buy{font-size:16px;padding:9px 16px}}@media (max-width: 420px){.product-card__footer{gap:8px}.product-card__price{font-size:15px;padding:8px 16px}.product-card__buy{font-size:15px;border-radius:10px;padding:8px 14px}}.chat-input{padding:12px 16px;min-height:72px;background:#fff;display:flex;align-items:center;box-shadow:0 -2px 14px #414b601a}.chat-input__start-btn{width:100%;height:auto;color:#fff;background:#1d1f2a;border-radius:10px;padding:10px 0;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:16px;line-height:22px;font-family:Open Sans,sans-serif;text-align:center;font-size:14px;white-space:pre-line;cursor:pointer;border:none}.chat-input__start-label{margin-left:16px;text-align:center;font-size:16px}.chat-input__field{flex:1;border:none;outline:none;border-radius:12px;padding:8px 16px;resize:none;overflow:hidden;line-height:1.43;font-size:14px;font-family:Open Sans,sans-serif;min-height:40px;max-height:calc(7.15em + 32px);transition:box-shadow .15s ease}@media (max-width: 768px){.chat-input__field{font-size:16px}}.chat-input__send-btn{flex-shrink:0;margin-left:8px;margin-bottom:0;background:#1b6cb4;width:40px;height:40px;color:#fff;padding:8px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s ease}.chat-input__send-btn:disabled{background-color:#f1f1f1}@keyframes submenuFadeRtl{0%{opacity:0;transform:translate(-8px) scale(.98)}to{opacity:1;transform:translate(0) scale(1)}}[dir=rtl] .chat-header__submenu{animation:submenuFadeRtl .2s cubic-bezier(.16,1,.3,1) forwards}[dir=rtl] .chat-header__submenu-arrow{transform:scaleX(-1)}[dir=rtl] .chat-messages__bubble{border-radius:12px 12px 0}[dir=rtl] .chat-messages__bubble--me{border-radius:12px 12px 12px 0}[dir=rtl] .chat-messages__time{text-align:start}[dir=rtl] .chat-input__start-label{margin-inline-start:16px;margin-left:0}[dir=rtl] .chat-input__send-btn{margin-inline-start:8px;margin-left:0}[dir=rtl] .product-card{margin-inline-start:4px;margin-left:0}.custom-input-wrapper{border-radius:12px;overflow:hidden;background:#fff}.custom-input-wrapper--error{background:#fee2e2;border:1px solid #ef4444}.custom-input__field,.custom-input__textarea{padding:8px;width:100%;font-weight:400;font-size:14px;line-height:18px;font-family:Open Sans,sans-serif;background:transparent;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-input__field::placeholder,.custom-input__textarea::placeholder{font-weight:400;font-size:14px;line-height:18px;font-family:Open Sans,sans-serif}.custom-input__field:focus,.custom-input__textarea:focus{outline:none;box-shadow:none}.custom-input__field{min-height:48px}.custom-input__textarea{resize:none}.checkbox{position:relative;cursor:pointer;width:24px;height:24px;display:inline-block}.checkbox__input{display:none}.checkbox__input:checked+.checkbox__box{background-color:#9333ea;border-color:#9333ea}.checkbox__input:checked+.checkbox__box .checkbox__icon{display:block}.checkbox__box{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid #d1d5db;transition:all .3s ease}.checkbox__icon{width:16px;height:16px;display:none;transition:all .3s ease}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:transparent;z-index:50;width:100vw;height:100vh}.modal-card{background:#fff;padding:24px;margin:0 16px;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-width:448px;width:100%}.modal-title{font-size:20px;line-height:28px}.modal-subtitle{margin-top:8px}.modal-btn{margin-top:16px;width:100%}.contact-form-page{max-width:384px;background:#f7f6f7;min-height:100vh;margin:0 auto;display:flex;flex-direction:column}.contact-form-page__title{margin-top:16px;margin-bottom:32px;font-weight:400;font-size:14px;line-height:18px;font-family:Open Sans,sans-serif;text-align:center}.contact-form-page__form{display:flex;flex-direction:column;flex-grow:1;padding:16px;gap:16px;max-width:448px;margin:0 auto;border-radius:8px}.contact-form-page__agreement{display:flex;gap:8px}.contact-form-page__agreement-text{font-weight:400;font-size:12px;line-height:18px;font-family:Open Sans,sans-serif}.contact-form-page__agreement-text a{color:#7f28ee;text-decoration:underline}
