.email-control{position:relative;font-size:14px;font-weight:600;line-height:1.7;padding-bottom:4px}.email-copy{position:absolute;top:100%;left:-10px;z-index:50;min-height:40px;padding:8px 12px;border:1px solid #e3dff7;border-radius:7px;box-shadow:0 7px 20px #17142c15;background:#fff;color:#5046e5;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .15s}.email-control:hover .email-copy,.email-control:focus-within .email-copy{opacity:1;visibility:visible}.email-status{display:block;font-size:11px;color:var(--accent)}.email-status:empty{display:none}.footer-contact .email-control{color:#c1c3cd;font-size:13px}.footer-contact .email-copy{left:auto;right:0}.mobile-navigation>button{text-align:left;font-size:14px;padding:13px 0;border-bottom:1px solid var(--line)}
#catalog-menu{width:1000px;max-width:calc(100% - 40px);border-radius:16px}.catalog-menu-inner{padding:30px}.catalog-menu-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;gap:20px}.catalog-menu-heading h2{font-size:29px}.catalog-menu-heading>button{width:44px;height:44px;font-size:29px;color:#6b6c76}.catalog-menu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px}.catalog-menu-grid>a{position:relative;display:flex;flex-direction:column;border:1px solid #e8e6ef;border-radius:12px;padding:20px;background:#f7f7fa;transition:border-color .15s}.catalog-menu-grid>a:hover{border-color:var(--accent)}.catalog-menu-grid img{width:100%;height:125px;object-fit:contain;mix-blend-mode:multiply;margin-bottom:16px}.catalog-menu-grid h3{font-size:18px;letter-spacing:-.025em}.catalog-menu-grid p{font-size:12px;margin-top:7px}.catalog-menu-grid svg{position:absolute;right:17px;bottom:17px;width:17px;color:var(--accent)}.catalog-menu-inner>.button{width:100%;justify-content:space-between}
.assistant-launcher{position:fixed;bottom:22px;right:24px;z-index:35;background:#23262e;color:white;display:flex;align-items:center;gap:12px;min-height:54px;padding:15px 20px;border-radius:12px;box-shadow:0 8px 28px #12162525;font-size:13px;font-weight:700}.assistant-launcher svg{color:#a799ff;width:23px}.assistant-launcher[aria-expanded=true]{visibility:hidden}.assistant-panel{position:fixed;bottom:22px;right:24px;z-index:45;width:420px;height:650px;max-height:calc(100dvh - 40px);max-width:calc(100vw - 32px);border:1px solid #dedbe8;background:white;border-radius:16px;box-shadow:0 12px 70px #11152935;display:flex;flex-direction:column;overflow:hidden}.assistant-header{display:flex;align-items:center;gap:8px;padding:18px 17px 18px 22px;border-bottom:1px solid #ebe9f0;background:#fbfaff;flex-shrink:0}.assistant-header>div{flex:1;min-width:0}.assistant-header h2{font-size:18px;letter-spacing:-.025em}.assistant-header p{font-size:12px;margin-top:4px}.assistant-header>button{height:40px;width:35px;font-size:25px;color:#777382;border-radius:7px}.assistant-header>button:hover{background:#eeebf7}.assistant-messages{flex:1;min-height:0;overflow:auto;padding:22px;overscroll-behavior:contain}.assistant-welcome h3{font-size:31px;line-height:1.2;margin-bottom:19px}.assistant-welcome p{font-size:14px;line-height:1.75}.assistant-suggestions{display:grid;gap:10px;margin-top:25px}.assistant-suggestions button{padding:13px 14px;min-height:50px;border:1px solid #e7e4f0;border-radius:9px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;font-size:12px;background:#f8f7fc}.assistant-suggestions button:hover{border-color:#b0a5e8}.assistant-suggestions svg{width:16px;color:var(--accent)}.chat-message{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.75;padding:15px 16px;border-radius:12px;margin-bottom:17px;background:#f4f3f8}.chat-user{background:var(--accent);color:white;margin-left:30px}.chat-assistant{margin-right:7px}.chat-loading{color:#676270;font-size:13px}.chat-products{display:grid;gap:9px;margin-top:17px;white-space:normal}.chat-products>a{display:block;background:white;border:1px solid #e1dcec;border-radius:8px;padding:13px;transition:border-color .15s}.chat-products>a:hover{border-color:var(--accent)}.chat-products span{font-size:12px;font-weight:600;display:block}.chat-products small{font-size:11px;display:block;color:var(--accent);margin-top:7px}.chat-error{background:#fff5f4;color:#853730;font-size:13px}.chat-error button{display:block;color:var(--accent);padding:10px 0 0;text-align:left;font-size:13px;font-weight:600;min-height:44px}.assistant-compose{padding:13px 18px 15px;border-top:1px solid #eae8ef;background:white;flex-shrink:0}.assistant-compose form{display:flex;align-items:center;gap:8px;border:1px solid #dcd8e7;border-radius:10px;padding:5px 7px 5px 12px}.assistant-compose form:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px #5046e51a}.assistant-compose textarea{margin:0;border:0;padding:7px 0;min-height:42px;max-height:110px;font-size:13px;resize:none;outline:none;background:transparent}.assistant-compose form>button{width:40px;height:40px;display:grid;place-items:center;flex-shrink:0;border-radius:8px;background:var(--accent);color:white}.assistant-compose form>button svg{transform:rotate(-90deg);width:20px}.assistant-compose>p{font-size:10px;line-height:1.6;margin-top:9px;color:#86808f}#assistant-stop{font-size:12px;color:var(--accent);min-height:34px;padding:4px 0;margin-bottom:5px}body:has(dialog[open]) .assistant-panel,body:has(dialog[open]) .assistant-launcher{visibility:hidden}
@media(hover:none){.email-copy{position:static;opacity:1;visibility:visible;display:block;box-shadow:none;padding:6px 0;background:transparent;border:0;min-height:36px}.footer-contact .email-copy{color:#b9afff}}
@media(max-width:760px){#catalog-menu{max-width:calc(100% - 24px)}.catalog-menu-inner{padding:21px}.catalog-menu-heading{margin-bottom:17px;gap:10px}.catalog-menu-heading h2{font-size:24px}.catalog-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.catalog-menu-grid>a{padding:15px 13px}.catalog-menu-grid img{height:100px;margin-bottom:12px}.catalog-menu-grid h3{font-size:14px;line-height:1.4}.catalog-menu-grid p{font-size:10px;padding-right:10px}.catalog-menu-grid svg{right:11px;bottom:12px;width:13px}.assistant-launcher{right:16px;bottom:16px;padding:13px 16px;min-height:50px;font-size:12px}.assistant-panel{right:12px;bottom:12px;width:420px;max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px)}.assistant-header{padding:15px}.assistant-header h2{font-size:16px}.assistant-header p{font-size:11px}.assistant-messages{padding:18px}.assistant-compose{padding:12px 14px}.assistant-header>button{width:34px;height:40px}.chat-message{font-size:13px;padding:13px}.catalog-button{display:inline-flex;grid-row:2;grid-column:1;font-size:12px;padding-inline:10px;gap:7px;min-height:46px}.header-search{grid-column:2/-1}.nav-row{grid-template-columns:1fr auto auto}.header-search input{font-size:12px}.header-search>svg{display:none}.header-search{min-width:0;padding:0 6px 0 10px}.header-search button{padding:7px}.catalog-button svg{width:15px}.brand{grid-column:1;grid-row:1}.order-open{grid-column:2;grid-row:1}.menu-toggle{grid-column:3;grid-row:1}}
@media(max-width:380px){.catalog-menu-inner{padding:17px}.catalog-menu-grid h3{font-size:13px}.catalog-menu-grid img{height:82px}.assistant-panel{inset:0;max-width:100%;width:100%;height:100dvh;max-height:100dvh;border-radius:0}.assistant-compose{padding-bottom:max(12px,env(safe-area-inset-bottom))}}
@media(prefers-reduced-motion:reduce){.email-copy,.catalog-menu-grid>a,.chat-products>a{transition:none}}

@media(max-width:760px){.catalog-button{grid-column:1/-1;justify-self:start;width:100px}.header-search{grid-column:1/-1;grid-row:2;margin-left:112px;width:calc(100% - 112px)}}

.thinking-dots{display:inline-flex;align-items:center;gap:6px;height:22px;padding:0 2px}.thinking-dots i{display:block;width:7px;height:7px;background:var(--accent);border-radius:50%;animation:thinking-pulse 1.25s ease-in-out infinite}.thinking-dots i:nth-child(2){animation-delay:.16s}.thinking-dots i:nth-child(3){animation-delay:.32s}.chat-loading{width:fit-content;min-width:68px}.chat-typing>span:after{content:'';display:inline-block;width:2px;height:1em;margin-left:3px;vertical-align:-.12em;background:var(--accent);animation:typing-caret .8s steps(2,start) infinite}@keyframes thinking-pulse{0%,70%,100%{opacity:.25;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}@keyframes typing-caret{to{opacity:0}}@media(prefers-reduced-motion:reduce){.thinking-dots i,.chat-typing>span:after{animation:none}.thinking-dots i{opacity:.65}}

.detail-price{font-size:32px;font-weight:700;margin:24px 0}.detail-price small,.price-variants small{display:block;font-size:12px;font-weight:400;color:#777583;margin-top:4px}.price-variants{margin:24px 0;scroll-margin-top:100px}.price-variants h2{font-size:19px;margin-bottom:12px}.price-variants>div{display:grid;grid-template-columns:minmax(0,1fr) auto 44px;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid #e9e7ef;font-size:14px}.price-variants strong{white-space:nowrap}.product-actions strong{white-space:nowrap}.order-line-price{margin:10px 0!important}.add-button{display:inline-grid;place-items:center}#order-total{font-size:20px;font-weight:700}

@media(min-width:1101px){.category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
