:root{color-scheme:light;font-family:Inter,Arial,sans-serif;line-height:1.4;font-weight:400;color:#22191a;background:#f7f4f1;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #f7f4f1;--surface: #ffffff;--surface-soft: #f2ece7;--surface-strong: #efe4dc;--text: #22191a;--muted: #6d6161;--line: #e6ddd6;--accent: #b04b63;--accent-strong: #92344a;--accent-soft: #f8e8ec;--brand-primary: #95af98;--brand-primary-dark: #7f9b83;--brand-primary-soft: rgba(127, 155, 131, .14);--brand-success: #2e8b57;--brand-success-dark: #257247;--surface-warm: #fbfaf6;--line-soft: rgba(61, 79, 67, .12);--line-card: #e3e0d7;--radius-control: 12px;--radius-button: 22px;--radius-chip: 999px;--radius-card: 18px;--radius-panel: 24px;--space-screen-x: 16px;--space-section-gap: 14px;--field-height: 46px;--button-height: 46px;--text-heading: #4d4b48;--text-muted-soft: #8e8680;--shadow-card: 0 2px 8px rgba(55, 70, 49, .08), 0 1px 2px rgba(34, 25, 26, .04);--shadow-card-soft: 0 1px 3px rgba(34, 25, 26, .04);--shadow-control: 0 2px 7px rgba(55, 70, 49, .08), 0 1px 2px rgba(34, 25, 26, .04);--shadow-panel: 0 18px 42px rgba(34, 25, 26, .12);--shadow-sticky: 0 -2px 8px rgba(55, 70, 49, .08), 0 -10px 28px rgba(55, 70, 49, .1);--shadow: 0 18px 42px rgba(34, 25, 26, .08);--app-bottom-nav-height: calc(74px + env(safe-area-inset-bottom, 0px)) ;--app-bottom-nav-offset: 0px;--app-workspace-bottom-gap: calc(var(--app-bottom-nav-height) + var(--app-bottom-nav-offset))}:root[data-theme=dark]{color-scheme:dark;--bg: #151812;--surface: #20251d;--surface-soft: #252b22;--surface-strong: #30382d;--text: #f4f0e7;--muted: #c2b9ab;--line: #374032;--accent: #d06a80;--accent-strong: #ef8ea1;--accent-soft: rgba(208, 106, 128, .18);--brand-primary: #9fbea2;--brand-primary-dark: #82a487;--brand-primary-soft: rgba(159, 190, 162, .18);--brand-success: #76c991;--brand-success-dark: #5dad78;--surface-warm: #1b2018;--line-soft: rgba(222, 232, 211, .12);--line-card: #374032;--text-heading: #f6f1e8;--text-muted-soft: #b4aa9b;--shadow-card: 0 2px 8px rgba(0, 0, 0, .28);--shadow-card-soft: 0 1px 4px rgba(0, 0, 0, .22);--shadow-control: 0 2px 7px rgba(0, 0, 0, .26);--shadow-panel: 0 18px 42px rgba(0, 0, 0, .42);--shadow-sticky: 0 -2px 8px rgba(0, 0, 0, .28);--shadow: 0 18px 42px rgba(0, 0, 0, .32)}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;min-width:320px;background:radial-gradient(circle at top left,#f4d9dd 0,transparent 32%),radial-gradient(circle at top right,#efe2da 0,transparent 26%),var(--bg)}:root[data-theme=dark] body{background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled,input:disabled,textarea:disabled,select:disabled{cursor:not-allowed}input::placeholder,textarea::placeholder{color:#9f9a93}input[type=checkbox]{accent-color:#95af98}.button,button[type=submit]{border-radius:20px}.app-shell,.page{min-height:100vh}.page--with-nav{min-height:calc(100dvh - var(--app-workspace-bottom-gap));padding-bottom:var(--app-workspace-bottom-gap)}.section,.hero{padding:20px 16px}.hero{display:grid;gap:18px;padding-top:28px;padding-bottom:12px}.hero h1,.section h1{margin:0;font-size:34px;line-height:1.15}.section-title{margin:0;font-size:24px;line-height:1.15}.hero__text,.muted{color:var(--muted)}.hero__panel{display:grid;gap:14px;padding:24px 20px;background:linear-gradient(140deg,#fffffff5,#fff5f7e0),var(--surface);border:1px solid rgba(176,75,99,.12);border-radius:8px;box-shadow:var(--shadow)}.hero__actions{display:flex;flex-wrap:wrap;gap:10px}.hero-showcase{display:grid;grid-template-columns:1.5fr 1fr;gap:12px}.hero-showcase__card,.hero-showcase__mini{display:grid;gap:8px;padding:16px;border-radius:8px;background:var(--surface);border:1px solid var(--line)}.hero-showcase__card{background:linear-gradient(180deg,#f4e4dc,#fff6f3)}.hero-showcase__label,.section-link{color:var(--accent);font-size:13px;font-weight:600}.section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:16px}.eyebrow{margin:0 0 8px;font-size:13px;color:var(--accent);text-transform:uppercase}.product-grid,.cart-list,.chat-layout,.thread-list,.chat-messages,.orders-list,.order-detail-card,.order-items-list,.settings-list,.auth-form{display:grid;gap:14px}.product-card,.profile-card,.checkout-card,.cart-item,.update-banner,.chat-message,.order-item-row,.thread-item{background:var(--surface);border-radius:8px;border:1px solid var(--line)}.product-card{overflow:hidden;box-shadow:var(--shadow)}.product-card__image,.product-page__image{width:100%;display:block;object-fit:cover;background:var(--surface-soft)}.product-card__image{aspect-ratio:5 / 4}.product-card__body,.profile-card,.checkout-card,.cart-item{padding:14px}.product-card__category{margin:0 0 6px;font-size:13px;color:var(--accent)}.product-card__title{margin:0;font-size:19px;line-height:1.25}.product-card__description{margin:10px 0 0;color:var(--muted);font-size:14px}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}.product-card__price{font-size:18px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:0;border-radius:var(--radius-button);background:var(--brand-primary);color:#fff;transition:transform .12s ease,opacity .12s ease,background .12s ease;box-shadow:var(--shadow-control)}.button:hover:not(:disabled){transform:translateY(-1px);background:var(--brand-primary-dark)}.button:disabled{opacity:.6}.button--ghost{background:var(--surface-soft);color:var(--brand-primary-dark);box-shadow:none}.bottom-nav{position:fixed;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding:10px 8px 14px;background:#fffffff5;border-top:1px solid #ece7de;box-shadow:0 -2px 8px #37463114,0 -1px 2px #22191a0a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .18s ease,opacity .18s ease;z-index:1000;transform:translateZ(0)}.bottom-nav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:50px;border-radius:0;background:transparent;font-size:10px;border:1px solid transparent;color:#66645f;text-align:center}.bottom-nav__svg{width:24px;height:24px;fill:currentColor}.bottom-nav__icon-wrap{position:relative;display:inline-grid;place-items:center;width:24px;height:24px;transform-origin:center}.bottom-nav__icon-wrap--cart-pulse{animation:cart-target-pulse .48s cubic-bezier(.2,.9,.28,1)}.bottom-nav__badge{position:absolute;top:-7px;right:-11px;display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#b04b63;color:#fff;font-size:10px;font-weight:700;line-height:1;box-shadow:0 2px 6px #b04b633d}.bottom-nav__item.router-link-active{background:transparent;border-color:transparent;color:#476651}.bottom-nav__item span:last-child{line-height:1.15}@keyframes cart-target-pulse{0%{transform:scale(1)}38%{transform:scale(1.26) translateY(-2px)}to{transform:scale(1)}}.update-banner{position:fixed;top:12px;left:12px;right:12px;z-index:20;display:grid;gap:12px;padding:14px;box-shadow:var(--shadow)}.update-banner__content{display:grid;gap:4px}.update-banner__content p,.chat-message p{margin:0;color:var(--muted)}.update-banner__actions,.chat-actions,.order-card__actions,.order-card__header,.setting-row,.checkout-card{display:flex;gap:8px}.update-banner__actions,.checkout-card{justify-content:space-between}.product-page{display:grid;gap:18px}.product-page__content{display:grid;gap:14px;padding:20px;background:#ffffffd1;border:1px solid var(--line);border-radius:8px}.product-page__meta{display:flex;flex-wrap:wrap;gap:8px}.product-page__meta span{padding:8px 12px;border-radius:999px;background:var(--surface-soft);color:var(--muted);font-size:13px}.product-page__price{margin:0;font-size:28px;font-weight:700}.thread-item{width:100%;padding:12px 14px;text-align:left}.thread-item--active,.chat-message--mine{background:var(--accent-soft);border-color:#b04b6333}.chat-status{color:var(--accent);text-transform:uppercase;font-size:13px}.chat-message strong,.chat-message p{display:block}.chat-message p{margin-top:6px}.order-card,.checkout-form-card{display:grid;gap:16px}.order-card__header{justify-content:space-between}.order-card__actions{flex-wrap:wrap}.order-item-row{justify-content:space-between;padding:12px 14px}.error-text{margin:16px 0 0;color:#b42318}.empty-state{padding:20px 16px;background:#ffffffb3;border:1px dashed #d9b5b9;border-radius:8px;color:var(--muted)}.form-field{display:grid;gap:6px}.text-input{min-height:44px;padding:0 12px;border:1px solid #d8cfc8;border-radius:8px;background:#fff}.text-area{min-height:96px;padding-top:12px;resize:vertical}.catalog-toolbar{margin-bottom:16px}.catalog-chip-list{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.catalog-chip-list::-webkit-scrollbar{display:none}.catalog-chip{flex:0 0 auto;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid var(--line);background:#ffffffd6;color:var(--text)}.catalog-chip--active{background:var(--accent-soft);border-color:#b04b6333;color:var(--accent)}.catalog-summary{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--muted)}.checkout-options{display:grid;gap:12px}.auth-card,.profile-hero-card,.chat-side-card,.chat-compose-card,.chat-window{box-shadow:var(--shadow)}.auth-card__actions{display:grid;gap:10px}.auth-card__status{display:grid;gap:4px;padding:12px 14px;border-radius:8px;background:var(--surface-soft)}.auth-screen,.auth-screen--android{background:#fff}.auth-screen--reference{background:#fff;overflow:auto;overscroll-behavior-y:auto}.auth-reference{width:min(100%,430px);margin:0 auto;padding:18px 24px 40px;height:calc(100vh - 88px);overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column}.auth-reference__form{margin-top:auto;margin-bottom:auto}.auth-reference__topbar{display:flex;align-items:center;justify-content:space-between;min-height:54px;position:sticky;top:0;z-index:80;background:#fff}.auth-reference__back{border:0;padding:0;width:42px;height:42px;border-radius:50%;background:transparent;color:#5d5d5d;font-size:62px;line-height:.62;box-shadow:none}.auth-reference__back--toolbar{display:grid;place-items:center;border-radius:14px;font-size:0;line-height:0}.auth-reference__back-icon{width:22px;height:22px}.auth-reference__header{margin-top:14px}.auth-reference__header--compact{margin-top:8px}.auth-reference__title{margin:0;text-align:center;color:#567256;font-size:52px;line-height:1.02;font-weight:400;letter-spacing:0}.auth-reference__title--script{font-family:Snell Roundhand,Segoe Script,Brush Script MT,cursive;font-size:58px;line-height:1}.auth-reference__title--reset{font-size:38px;line-height:1.1}.auth-reference__title--toolbar{color:#4d4b48;font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1.2;font-weight:700;text-align:center}.auth-reference__toolbar-spacer{width:42px;height:42px}.auth-reference__image-wrap{display:flex;justify-content:center;margin-top:22px}.auth-reference__image-wrap--compact{margin-top:14px}.auth-reference__image-wrap--reset{justify-content:center;margin-top:12px;padding-left:0}.auth-reference__image{width:min(100%,427px);max-width:100%;height:auto;display:block}.auth-reference__image--compact{width:min(100%,420px)}.auth-reference__image--reset{width:min(100%,220px)}.auth-reference__form{display:grid;gap:16px;margin-top:18px}.auth-reference__form--compact{margin-top:12px}.auth-reference__form--compact .auth-reference__input{font-size:18px;line-height:1.2}.auth-reference__field{display:grid;grid-template-columns:44px 1fr 34px;align-items:center;gap:16px;min-height:72px;padding:0 20px;border:2px solid #a6a29d;border-radius:28px;background:#fff}.auth-reference__field--soft{border-width:1.5px;border-color:#d7d1ca;box-shadow:0 6px 16px #22191a0d}.auth-reference__field--plain{grid-template-columns:1fr;gap:0}.auth-reference__icon{display:inline-flex;align-items:center;justify-content:center;color:#a6a19b;font-size:28px;filter:grayscale(1)}.auth-reference__icon--trailing{justify-self:end}.auth-reference__icon--button{border:0;padding:0;background:transparent;box-shadow:none}.auth-reference__input{width:100%;border:0;outline:none;background:transparent;color:#8c8782;font-size:26px;line-height:1}.auth-reference__input::placeholder{color:#a8a29c}.auth-reference__forgot{justify-self:end;margin-top:0;border:0;padding:0;background:transparent;color:#85a085;font-size:24px;line-height:1.1;box-shadow:none}.auth-reference__hint{margin:4px 0 0;color:#7f858f;font-size:18px;line-height:1.4}.auth-reference__submit{min-height:82px;margin-top:26px;border-radius:41px;background:#a3bd9f;color:#fff;font-size:32px;font-weight:700;box-shadow:none}.auth-reference__consent{display:grid;grid-template-columns:28px 1fr;gap:14px;align-items:start;margin-top:2px;color:#7e7a76;font-size:18px;line-height:1.45}.auth-reference__consent a{text-decoration:underline}.auth-reference__consent-checkbox{width:28px;height:28px;margin-top:2px;accent-color:#a3bd9f}.auth-reference__feedback{margin:0;color:#567256;font-size:16px}.auth-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:24px;background:#22191a52}.auth-dialog{width:min(100%,360px);padding:22px 20px 18px;border-radius:24px;background:#fff;box-shadow:0 18px 42px #22191a29}.auth-dialog__title{margin:0;color:#567256;font-size:22px;line-height:1.2}.auth-dialog__message{margin:12px 0 0;color:#6d6161;font-size:16px;line-height:1.45}.auth-dialog__button{width:100%;min-height:54px;margin-top:18px;border-radius:27px;background:#a3bd9f;box-shadow:none}.auth-reference__submit:hover:not(:disabled){background:#95b292}.auth-reference__bottom-divider{height:2px;width:calc(100% - 40px);margin:34px auto 0;background:#e6e0d8}.auth-reference__register-row{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:8px;margin-top:24px}.auth-reference__register-row--compact{margin-top:10px}.auth-reference__register-copy,.auth-reference__register-link{font-size:28px;line-height:1.15}.auth-reference__register-copy{color:#99938d}.auth-reference__register-link{border:0;padding:0;background:transparent;color:#86a186;font-weight:700;box-shadow:none}.auth-android{width:min(100%,396px);margin:0 auto;padding:22px 26px 28px}.auth-android__header{display:flex;justify-content:center;margin-top:0}.auth-android__title{margin:0;color:#54694f;font-size:54px;line-height:1;font-weight:500;text-align:center;font-family:Snell Roundhand,Segoe Script,Brush Script MT,cursive}.auth-android__image-wrap{display:flex;justify-content:center;margin-top:6px}.auth-android__image{width:min(100%,372px);height:auto;object-fit:contain;filter:saturate(.8) brightness(1.03)}.auth-android__form{display:grid;gap:12px;margin-top:6px}.auth-android__field{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:14px;min-height:62px;padding:0 22px;border:1px solid #dde1da;border-radius:18px;background:#fff;box-shadow:0 8px 20px #22191a0d}.auth-android__field-icon{color:#889784;font-size:16px}.auth-android__input{width:100%;border:0;outline:none;background:transparent;color:#54694f;font-size:16px}.auth-android__field-mask{color:#8d9d89;font-size:15px;letter-spacing:4px;font-weight:700}.auth-android__forgot{justify-self:end;border:0;padding:0;background:transparent;color:#54694f;font-size:14px;font-weight:500;box-shadow:none;margin-top:-2px}.auth-android__social{display:grid;gap:18px;margin-top:6px}.auth-android__social-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;color:#5f725c}.auth-android__social-divider span{height:1px;background:#e7e2d9}.auth-android__social-divider strong{font-size:13px;letter-spacing:.02em}.auth-android__social-list{display:flex;justify-content:center;gap:18px}.auth-android__social-btn{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;border:1px solid rgba(0,0,0,.08);color:#fff;font-size:30px;font-weight:700;box-shadow:0 10px 20px #22191a1f}.auth-android__social-btn--vk,.auth-android__social-btn--fb{background:linear-gradient(180deg,#6b86c7,#4465b0)}.auth-android__social-btn--google{background:#fff;color:#4285f4;font-size:34px}.auth-android__submit{min-height:72px;margin-top:14px;border-radius:36px;background:linear-gradient(90deg,#aacd9d,#87bb7d);color:#fff;font-size:22px;box-shadow:0 14px 28px #87bb7d47}.auth-android__submit:hover:not(:disabled){background:linear-gradient(90deg,#99c28e,#78ad6d)}.auth-android__separator{height:1px;margin:12px 26px 0;background:#e7e2d9}.auth-android__register-row{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:6px}.auth-android__register-link{border:0;padding:0;background:transparent;color:#7f9b83;font-size:14px;font-weight:700;box-shadow:none}.auth-session-card{display:grid;gap:4px;padding:12px 14px;border-radius:18px;background:#f6f1e8}.auth-secondary-actions{display:grid;gap:10px;margin-top:8px}.order-card--rich .order-card__header-main{display:grid;gap:6px}.status-pill{display:inline-flex;align-items:center;width:fit-content;min-height:28px;padding:0 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:600;text-transform:uppercase}.order-detail-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.detail-cell{display:grid;gap:6px;padding:14px;border-radius:8px;background:var(--surface-soft)}.detail-cell span{color:var(--muted);font-size:13px}.chat-page .chat-layout{gap:12px}.chat-window{padding:12px}.profile-hero-card{display:grid;gap:14px}.profile-hero-card__top{display:flex;align-items:center;gap:14px}.profile-avatar{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--accent-soft);color:var(--accent);font-weight:700;font-size:18px}.profile-screen{background:#fff}.profile-screen__toolbar{display:flex;align-items:center;justify-content:space-between;padding:14px 14px 10px}.profile-screen__toolbar-button{width:44px;height:44px;display:grid;place-items:center;border:0;padding:0;border-radius:14px;background:transparent;color:#4d4b48}.profile-screen__toolbar-icon{width:22px;height:22px}.profile-screen__toolbar-title{margin:0;color:#4d4b48;font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1.2;font-weight:700;text-align:center}.profile-screen__toolbar-spacer{width:44px;height:44px}.profile-screen__toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:44px}.profile-screen__toolbar-icon-btn{width:34px;height:34px;border:0;border-radius:10px;background:#eef4ef;color:#2f6b3d;font-size:17px;line-height:1;display:grid;place-items:center}.profile-screen__toolbar-icon-btn--danger{background:#fdf0f0;color:#b84545}.profile-screen__divider{height:1px;background:#ece7de}.profile-screen__body{display:grid;gap:0;padding:18px 14px 22px}.profile-screen__body--guest{align-content:start;padding-bottom:104px}.profile-screen__avatar-wrap{position:relative;width:84px;height:84px;margin:12px auto 0}.profile-screen__avatar-ring{width:84px;height:84px;padding:5px;border-radius:50%;background:#fff;border:1px solid #e0ddd6}.profile-screen__avatar-image{display:block;width:74px;height:74px;border-radius:50%;object-fit:cover}.profile-screen__avatar-edit{position:absolute;top:0;right:0;width:28px;height:28px;border:0;border-radius:50%;background:#fff;color:#7f9b83;font-size:14px;box-shadow:0 2px 8px #22191a1f}.profile-screen__name{margin:10px 0 0;color:#4d4b48;text-align:center;font-size:17px;line-height:1.25}.profile-screen__meta-row{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:2px}.profile-screen__meta-label{color:#4d4b48;font-size:11px}.profile-screen__meta-value{color:#b79a61;font-size:11px;font-weight:700}.profile-screen__meta-secondary{margin:4px 0 0;color:#4d4b48;text-align:center;font-size:11px}.profile-screen__login-cta{width:100%;height:46px;margin-top:12px;border:0;border-radius:18px;background:#95af98;color:#fff;font-weight:700;font-size:14px}.profile-screen__summary-card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px;padding:6px;border:1px solid #e4e0d8;border-radius:var(--radius-card);background:var(--surface-warm);box-shadow:var(--shadow-card)}.profile-screen__summary-tile{display:grid;justify-items:center;align-content:center;gap:2px;min-height:96px;padding:8px 9px;border:1px solid #e4e0d8;border-radius:var(--radius-card);background:var(--surface);color:var(--text-heading);text-align:center;box-shadow:var(--shadow-card-soft)}.profile-screen__summary-icon{width:34px;height:34px;object-fit:contain}.profile-screen__summary-tile strong{font-size:10px;line-height:1.3;font-weight:400}.profile-screen__summary-tile span{color:#8e8680;font-size:9px;line-height:1.3}.profile-screen__section-head{display:flex;align-items:center;gap:12px;margin-top:18px}.profile-screen__section-head h2{margin:0;color:#4d4b48;font-family:Georgia,Times New Roman,serif;font-size:15px;line-height:1.2;font-weight:400}.profile-screen__section-line{flex:1;height:1px;background:#dcd7cf}.profile-screen__recent-list{display:grid;gap:7px;margin-top:10px}.profile-screen__recent-card,.profile-screen__menu-item{display:flex;align-items:center;width:100%;border:0;background:#fff}.profile-screen__recent-card{min-height:74px;padding:8px 12px;border-radius:var(--radius-card);border:1px solid #e4e0d8;box-shadow:var(--shadow-card)}.profile-screen__recent-image{width:112px;height:66px;object-fit:cover;flex:0 0 auto}.profile-screen__recent-copy{display:grid;gap:3px;flex:1;min-width:0;margin-left:12px}.profile-screen__recent-copy strong{color:#4d4b48;font-size:12px;line-height:1.35;font-weight:400}.profile-screen__recent-copy span{color:#4d4b48;font-size:10px;line-height:1.35}.profile-screen__recent-status{display:flex;align-items:center;gap:6px;margin-top:3px;color:#6b826e;font-size:9px}.profile-screen__recent-dot{width:12px;height:12px;border-radius:50%;background:linear-gradient(180deg,#96b395,#77917c)}.profile-screen__chevron{color:#8e8680;font-size:22px;line-height:1}.profile-screen__menu{display:grid;gap:2px;margin-top:14px}.profile-screen__support-cta{width:100%;height:48px;margin-top:12px;border:0;border-radius:20px;background:#95af98;color:#fff;font-weight:800;font-size:14px}.profile-screen__fixed-actions{position:fixed;left:16px;right:16px;bottom:96px;z-index:900;display:grid;gap:10px}.profile-screen__logout-cta{width:100%;height:48px;margin-top:10px;border:0;border-radius:20px;background:#d65b5b;color:#fff;font-weight:800;font-size:14px}.profile-screen__menu-item{justify-content:space-between;min-height:54px;padding:0 20px;border-radius:var(--radius-card);border:1px solid #e4e0d8;color:var(--text-heading);font-size:12px;box-shadow:var(--shadow-card-soft)}.profile-screen__menu-item--logout{justify-content:center;margin-top:8px;border-color:#f0d2d2;background:#fff7f7;color:#b84545;font-weight:700}.profile-screen__empty{margin-top:10px;padding:14px 16px;border-radius:var(--radius-card);background:var(--surface);border:1px solid #e4e0d8;color:var(--text-muted-soft);font-size:12px;line-height:1.45}.profile-qr__dialog{width:min(100%,332px);padding:18px;border-radius:24px;background:#fff;box-shadow:0 18px 42px #22191a29}.profile-qr__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-qr__head h2{margin:0;color:#4d4b48;font-family:Georgia,Times New Roman,serif;font-size:20px;line-height:1.2;font-weight:700}.profile-qr__close{width:34px;height:34px;border:0;border-radius:12px;background:#eef4ef;color:#567256;font-size:22px;line-height:1}.profile-qr__code-wrap{display:grid;place-items:center;width:244px;height:244px;margin:18px auto 0;padding:8px;border:1px solid #e4e0d8;border-radius:18px;background:#fff}.profile-qr__code{width:100%;height:100%;object-fit:contain}.profile-qr__loading{color:#8e8680;font-size:13px}.profile-qr__number{margin:12px 0 0;color:#567256;text-align:center;font-size:18px;line-height:1.25;font-weight:700}.profile-qr__error{margin:8px 0 0;color:#b84545;text-align:center;font-size:13px;line-height:1.35}.shop-home-page{background:#fff;overflow-x:clip}.shop-home{display:grid;gap:var(--space-section-gap);padding:14px 14px 28px}.shop-home__topbar{display:grid;gap:0;margin:-14px -14px 0;padding:0;border-bottom:1px solid rgba(176,75,99,.16);background:#fff;box-shadow:0 3px 12px #5030390f}.shop-home__topbar-primary,.shop-home__topbar-secondary{display:grid;align-items:center;min-width:0}.shop-home__topbar-primary{grid-template-columns:minmax(138px,1fr) auto;gap:12px;min-height:56px;padding:8px 14px 9px}.shop-home__topbar-secondary{grid-template-columns:minmax(0,1fr) auto;gap:0;min-height:36px;padding:5px 14px;border-bottom:1px solid rgba(176,75,99,.1);background:#fbf8f6}.shop-home__topbar-side{width:42px;height:42px}.shop-home__brand{display:inline-flex;align-items:center;justify-self:start;min-width:0}.shop-home__brand-lockup{display:grid;align-content:center;min-width:0}.shop-home__brand-logo{display:block;width:min(152px,100%);height:auto}.shop-home__circle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:0;border-radius:50%;background:#f6f1e8;color:#4d4b48;box-shadow:none}.shop-home__circle--soft{background:#fff}.shop-home__icon{font-size:18px;line-height:1}.shop-home__icon--menu{letter-spacing:-1px;transform:translateY(-1px)}.shop-home__icon--cart{font-size:16px;transform:rotate(90deg)}.shop-home__icon--truck,.shop-home__icon--bag{font-size:16px;filter:grayscale(1) saturate(.8);opacity:.92}.page header[class$=__toolbar],.page header[class$=__header]{position:sticky;top:0;z-index:60;background:#fff}.shop-home__logo{justify-self:center;color:#77917c;font-size:20px;line-height:1}.shop-home__top-subtitle{justify-self:center;display:grid;gap:2px;text-align:center;max-width:min(72vw,300px)}.shop-home__top-subtitle p,.shop-home__top-subtitle a{margin:0;color:#4d4b48;font-size:12px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-home__contact{display:flex;align-items:center;gap:6px;min-width:0;min-height:30px;padding:0;border:0;border-radius:0;color:#4d4242;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.shop-home__contact-icon{display:inline-grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border-radius:50%}.shop-home__contact-icon svg{display:block;width:20px;height:20px}.shop-home__contact-copy{display:block;align-items:center;min-width:0;font-size:12px;line-height:1.22;text-align:left}.shop-home__contact--phone{justify-content:center;min-height:40px;padding:5px 14px;border-radius:12px;color:#fff;background:#a72e60;box-shadow:0 7px 18px #92344a2e}.shop-home__contact--phone .shop-home__contact-icon{flex-basis:24px;width:24px;height:24px;background:transparent}.shop-home__contact--phone .shop-home__contact-copy{font-size:14px;font-weight:700;letter-spacing:.01em;white-space:nowrap}.shop-home__contact--address{justify-content:flex-start;background:transparent}.shop-home__contact--address .shop-home__contact-copy{padding-bottom:1px;border-bottom:1px solid rgba(77,66,66,.58);overflow-wrap:normal;word-break:normal}.shop-home__address-compact{display:none}.shop-home__contact--address .shop-home__contact-icon{color:#a72e60;background:transparent}.shop-home__contact--hours{justify-content:flex-start;gap:6px;margin-left:10px;padding-left:10px;border-left:1px solid rgba(176,75,99,.16)}.shop-home__contact--hours .shop-home__contact-icon{color:#a72e60;background:transparent}.shop-home__contact--hours .shop-home__contact-copy{display:flex;gap:4px;font-size:11px;white-space:nowrap}.shop-home__hours-time{white-space:nowrap}a.shop-home__contact:hover{transform:translateY(-1px)}a.shop-home__contact:focus-visible{outline:3px solid rgba(176,75,99,.26);outline-offset:2px}.shop-home__badge{position:absolute;top:1px;right:1px;display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#95af98;color:#fff;font-size:9px;font-weight:700}.shop-home__hero-card,.shop-home__about-card,.shop-home__builder-card,.shop-home__delivery-card,.shop-home__reviews-card,.shop-home__help-card{overflow:hidden;border-radius:var(--radius-panel);box-shadow:var(--shadow-card)}.shop-home__hero-card{position:relative;background:#f6f1e8;min-height:200px;box-shadow:var(--shadow-card)}.shop-home__hero-card--seo{position:relative;overflow:hidden;border-radius:var(--radius-panel);min-height:210px;background:#f4efe7}.shop-home__hero-card--seo .shop-home__hero-slide{min-height:210px;position:relative;background:linear-gradient(90deg,#f1eadef0,#f1eadead 45%,#f1eade2e),url(/shop-assets/shop_home_hero_clean.webp) center/cover no-repeat}.shop-home__hero-card--seo .shop-home__hero-content{min-height:210px}.shop-home__hero-track,.shop-home__about-track{display:flex;width:100%;transition:transform .26s ease;will-change:transform}.shop-home__hero-slide{position:relative;flex:0 0 100%;min-height:200px}.shop-home__hero-image,.shop-home__about-photo,.shop-home__help-image,.shop-home__about-side-image{display:block;width:100%;object-fit:cover}.shop-home__hero-image{height:200px}.shop-home__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff0d}.shop-home__hero-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-start;padding:16px}.shop-home__hero-copy{width:192px;display:grid;gap:8px}.shop-home__hero-card--about .shop-home__hero-copy{width:50%;max-width:192px}.shop-home__hero-title,.shop-home__about-pane h2,.shop-home__builder-copy h2,.shop-home__delivery-lead h2,.shop-home__reviews-head h2,.shop-home__help-copy h2{margin:0;color:#4d4b48;font-family:Georgia,Times New Roman,serif;font-weight:400}.shop-home__hero-title{font-size:15px;line-height:1.25;max-width:192px}.shop-home__hero-copy p,.shop-home__builder-copy p,.shop-home__delivery-copy span,.shop-home__review p,.shop-home__help-copy p,.shop-home__about-lines p{margin:0;color:#4d4b48}.shop-home__hero-copy p{font-size:10px;line-height:1.35;max-width:192px}.shop-home__hero-action{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:132px;min-height:36px;padding:0 16px;border-radius:999px;background:#4f7058;color:#fff;font-size:12px;font-weight:600}.shop-home__dots{display:flex;justify-content:center;gap:5px;padding:0 0 6px}.shop-home__dots--hero{position:absolute;right:0;bottom:0;left:0}.shop-home__dot{width:8px;height:8px;border:0;padding:0;border-radius:50%;background:#efe8de;box-shadow:none}.shop-home__dot--small{width:7px;height:7px}.shop-home__dot--active{background:#95af98}.shop-home__about-card{background:#fff;min-height:134px;border:1px solid #f0ece4;box-shadow:none}.shop-home__about-slide{position:relative;flex:0 0 100%;min-height:134px;overflow:hidden}.shop-home__about-primary,.shop-home__about-page{position:relative;width:100%;min-height:134px}.shop-home__about-primary{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1.5fr) 82px;align-items:center;gap:12px;padding:12px}.shop-home__about-primary-lead{display:grid;align-content:start;gap:10px}.shop-home__about-primary-copy{display:grid;gap:8px}.shop-home__about-line{display:flex;align-items:center;gap:8px;color:#4d4b48;font-size:10px;line-height:1.3}.shop-home__about-line-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:#77917c;font-size:12px}.shop-home__about-primary-side{position:relative;width:82px;height:82px;border-radius:22px;overflow:hidden}.shop-home__about-photo{height:134px}.shop-home__about-page{overflow:hidden}.shop-home__about-page-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff0d}.shop-home__about-page-strip{position:absolute;inset:0 auto 0 0;width:146px;background:#f2fbf7f2}.shop-home__about-page-pane{position:relative;z-index:1;display:grid;gap:10px;width:146px;min-height:134px;padding:12px 12px 12px 14px;box-sizing:border-box;max-height:100%;align-content:start;overflow:hidden}.shop-home__about-chip{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;background:#f6f1e8;color:#77917c;font-size:18px}.shop-home__hero-copy--about{display:grid;gap:10px}.shop-home__hero-copy--about h2{margin:0;color:#5f8766}.shop-home__hero-copy--about p{white-space:pre-line;font-size:11px;line-height:1.45}.shop-home__hero-card--about .shop-home__hero-slide{overflow:hidden}.shop-home__hero-card--about .shop-home__hero-slide--bouquets:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#f6f1e8fa,#f6f1e8c7 38%,#f6f1e800 72%);pointer-events:none}.shop-home__hero-card--about .shop-home__hero-slide--plants:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#eaf6eff5,#eaf6efbd 40%,#eaf6ef00 74%);pointer-events:none}.shop-home__hero-card--about .shop-home__hero-overlay{z-index:0}.shop-home__hero-card--about .shop-home__hero-content{z-index:2}.shop-home__hero-card--about .shop-home__hero-image{object-position:center right}.shop-home__hero-card--about .shop-home__hero-image--silhouette{position:absolute;top:0;right:0;bottom:0;width:56%;height:100%;object-fit:cover;object-position:right center;z-index:0;filter:grayscale(1) contrast(1.25) brightness(1.08);opacity:.55;mix-blend-mode:multiply;-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,1),rgba(0,0,0,0));mask-image:linear-gradient(to left,#000,#0000);pointer-events:none}.shop-home__about-primary-lead h2,.shop-home__about-page-pane h2,.shop-home__delivery-lead h2,.shop-home__reviews-head h2,.shop-home__help-copy h2{font-size:15px;line-height:1.15}.shop-home__about-lines{display:grid;gap:6px}.shop-home__about-lines p{font-size:9px;line-height:1.35}.shop-home__about-side-image{height:82px}.shop-home__about-go,.shop-home__about-fab{position:absolute;right:5px;bottom:5px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:0;border-radius:50%;background:#f6f1e8;color:#4d4b48;font-size:22px;line-height:1;box-shadow:none}.shop-home__about-fab{right:8px;bottom:8px}.shop-home__delivery-card,.shop-home__builder-card,.shop-home__reviews-card,.shop-home__help-card{background:#f6f1e8;padding:12px;box-shadow:var(--shadow-card)}.shop-home__delivery-card{display:grid;grid-template-columns:82px 1px minmax(0,1fr);gap:10px}.shop-home__builder-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 104px;align-items:stretch;min-height:126px;padding:0;overflow:hidden;color:inherit;background:#f6f1e8}.shop-home__builder-copy{display:grid;align-content:center;gap:6px;padding:14px}.shop-home__builder-copy span{color:#5f665b;font-size:10px;line-height:1.15;font-weight:700;text-transform:uppercase}.shop-home__builder-copy h2{font-size:16px;line-height:1.15}.shop-home__builder-copy p{color:#6f6660;font-size:11px;line-height:1.35}.shop-home__builder-image{width:104px;height:100%;min-height:126px;object-fit:cover}.shop-home__builder-action{position:absolute;right:12px;bottom:10px;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:14px;background:#4f7058;color:#fff;font-size:11px;font-weight:700}.shop-home__delivery-lead{display:grid;align-content:start;gap:10px}.shop-home__delivery-divider,.shop-home__delivery-line,.shop-home__reviews-divider{background:#e7e2d9}.shop-home__delivery-divider{width:1px;min-height:102px}.shop-home__delivery-options{display:grid;gap:10px}.shop-home__delivery-row{display:grid;grid-template-columns:40px minmax(0,1fr) 18px;align-items:center;gap:10px}.shop-home__delivery-row .shop-home__circle{width:40px;height:40px}.shop-home__delivery-copy{display:grid;gap:2px}.shop-home__delivery-copy strong{color:#4d4b48;font-size:12px}.shop-home__delivery-copy span{color:#68635d;font-size:10px;line-height:1.3}.shop-home__delivery-line,.shop-home__reviews-divider{height:1px}.shop-home__chevron{color:#4d4b48;font-size:20px;line-height:1}.shop-home__reviews-card{display:grid;gap:10px;background:var(--surface);border:1px solid #f0ece4}.shop-home__reviews-head,.shop-home__mini-link{display:flex;align-items:center}.shop-home__reviews-head{justify-content:space-between}.shop-home__mini-link{gap:6px;color:#54694f;font-size:11px}.shop-home__reviews-strip{display:grid;grid-auto-flow:column;grid-auto-columns:184px;gap:10px;overflow-x:auto;scrollbar-width:none}.shop-home__reviews-strip::-webkit-scrollbar{display:none}.shop-home__review{display:grid;gap:8px;min-height:98px;padding:10px;border-radius:var(--radius-card);background:#f6f1e8;box-shadow:var(--shadow-card-soft)}.shop-home__review-head{display:flex;align-items:center;gap:8px}.shop-home__avatar{width:32px;height:32px;border-radius:50%;background:#ebe4da}.shop-home__review-head strong{display:block;color:#4d4b48;font-size:12px}.shop-home__review-head span{color:#b48b55;font-size:9px}.shop-home__review-stars{letter-spacing:0}.shop-home__review p{color:#68635d;font-size:10px;line-height:1.4}.shop-home__facts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.shop-home__fact{display:grid;justify-items:center;gap:5px;text-align:center;color:#54694f;font-size:9px;line-height:1.25}.shop-home__fact-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:14px}.shop-home__help-card{display:grid;grid-template-columns:minmax(0,1fr) 110px;align-items:center;gap:8px}.shop-home__help-copy{display:grid;gap:8px}.shop-home__help-copy p{color:#68635d;font-size:10px;line-height:1.4}.shop-home__help-image{height:118px;border-radius:22px}.shop-home__seo-block{margin-top:14px;padding:14px 16px;background:#fff;border:1px solid #ece8e1;border-radius:14px;color:#4d4b48}.shop-home__seo-block h2{margin:0 0 8px;font-size:16px}.shop-home__seo-block ul{margin:0 0 10px 16px;padding:0}.shop-home__seo-block li{margin:0 0 4px}.catalog-screen,.product-screen,.cart-screen{background:#fff}.catalog-screen__body{display:grid;gap:0;padding:24px var(--space-screen-x) 20px}.catalog-screen__header{display:flex;align-items:flex-start;gap:12px}.catalog-screen__title{flex:1;margin:0;color:#4d4b48;font-size:28px;line-height:1.1;font-weight:700}.catalog-screen__actions{display:flex;align-items:center;gap:4px;margin-top:-2px}.catalog-screen__icon-button,.product-screen__toolbar-button,.cart-screen__toolbar-button{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;box-shadow:none}.catalog-screen__icon-button{width:40px;height:40px;color:#54694f;padding:0}.catalog-screen__icon-button svg,.catalog-screen__search-icon svg{width:22px;height:22px;fill:currentColor}.catalog-screen__search-row{display:flex;align-items:center;gap:10px;margin-top:16px}.catalog-screen__search{position:relative;flex:1;min-height:var(--field-height);border-radius:var(--radius-chip);background:var(--surface-warm);border:1px solid #ece9e2}.catalog-screen__search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#7f9b83}.catalog-screen__search-input{width:100%;height:var(--field-height);border:0;outline:none;background:transparent;padding:0 12px 0 42px;color:#4d4b48;font-size:14px}.catalog-screen__filter-button{min-width:100px;min-height:var(--button-height);border-radius:var(--radius-chip);box-shadow:var(--shadow-card)}.catalog-screen__chips-panel{margin:10px -16px 0;padding:8px 0;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:#f4f8f1}.catalog-screen__chips{display:flex;gap:8px;overflow-x:auto;padding:0 16px;scrollbar-width:none}.catalog-screen__chips::-webkit-scrollbar,.product-screen__related-strip::-webkit-scrollbar{display:none}.catalog-screen__chip{flex:0 0 auto;min-height:34px;padding:0 14px;border:0;border-radius:var(--radius-chip);background:var(--surface);color:#54694f;font-size:12px;box-shadow:var(--shadow-card-soft)}.catalog-screen__chip--active{background:var(--brand-primary);color:#fff}.catalog-screen__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px;margin-top:12px}.catalog-screen__empty{margin-top:12px;padding:18px 16px;border-radius:20px;background:#fff;border:1px solid #ece9e2;color:#8e8680;text-align:center;font-size:14px;line-height:1.5}.catalog-screen__empty--visual{display:grid;justify-items:center;gap:0;padding-top:28px;padding-bottom:28px}.catalog-screen__empty-image{width:min(100%,270px);height:auto}.catalog-screen__empty h2{margin:22px 0 0;color:#4d4b48;font-size:22px;line-height:1.2;font-weight:700}.catalog-screen__empty p{margin:10px 0 0}.catalog-screen__empty-button{width:260px;max-width:100%;min-height:56px;margin-top:22px;border-radius:24px;box-shadow:none}.catalog-product-card{display:block;overflow:hidden;border:1px solid #e3e0d7;border-radius:18px;background:#fff;box-shadow:0 3px 10px #22191a0d}.catalog-product-card__image-wrap{position:relative;height:132px}.catalog-product-card__image{display:block;width:100%;height:132px;object-fit:cover}.catalog-product-card__favorite{position:absolute;top:10px;right:10px;width:40px;height:40px;min-height:40px;padding:0;border:0;border-radius:20px;background:#ffffffeb;color:#4d4b48;box-shadow:none}.catalog-product-card__favorite svg{width:18px;height:18px}.catalog-product-card__title{margin:14px 14px 0;color:#4d4b48;font-size:15px;line-height:1.35;font-weight:700}.catalog-product-card__footer{display:flex;align-items:center;gap:10px;margin:14px}.catalog-product-card__price{flex:1;color:#54694f;font-size:15px;line-height:1.2;font-weight:400}.catalog-product-card__dots{display:flex;gap:4px}.catalog-product-card__dots span{width:10px;height:10px;border-radius:50%;background:#e7e2d9}.product-screen__toolbar,.cart-screen__toolbar{position:relative;display:flex;align-items:flex-end;min-height:76px;padding:0 16px 10px;background:#fff}.product-screen__toolbar-button,.cart-screen__toolbar-button{width:44px;height:44px;color:#54694f;font-size:30px}.cart-screen__toolbar-icon{width:24px;height:24px;display:block}.product-screen__toolbar-title,.cart-screen__title{position:absolute;left:50%;bottom:16px;transform:translate(-50%);margin:0}.product-screen__toolbar-title{color:#54694f;font-size:19px;line-height:1.2}.cart-screen__title{color:#4d4b48;font-size:24px;line-height:1.2;font-weight:400}.product-screen__divider,.cart-screen__divider{height:1px;background:#e7e7e3}.product-screen__scroll{padding:8px 0 18px}.product-screen__hero-card{position:relative;overflow:hidden;height:148px;margin:0 22px;border:1px solid #ece9e2;border-radius:20px;background:#fff;box-shadow:0 2px 8px #22191a0a}.product-screen__hero-image{width:100%;height:100%;object-fit:cover}.product-screen__favorite-pill{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;gap:5px;min-height:32px;padding:0 10px;border:0;border-radius:16px;background:#ffffffeb;color:#4d4b48;font-size:11px}.product-screen__title{margin:10px 24px 0;color:#4d4b48;text-align:center;font-size:20px;line-height:1.3;font-weight:700}.product-screen__price{margin:2px 24px 0;color:#54694f;text-align:center;font-size:16px;line-height:1.3}.product-screen__soft-divider,.cart-screen__summary-divider{height:1px;background:#e7e2d9}.product-screen__soft-divider{margin:10px 18px 0}.product-screen__tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:10px 18px 0}.product-screen__tab{min-height:34px;border:0;border-radius:12px;background:#f6f1e8;color:#54694f;font-size:11px;box-shadow:0 3px 10px #22191a0f}.product-screen__tab--active{background:#fff;color:#4d4b48}.product-screen__description{margin:8px 18px 0;color:#4d4b48;font-size:11px;line-height:1.45}.product-screen__facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;margin:8px 16px 0}.product-screen__fact{overflow:hidden;border-radius:8px;background:#fff;border:1px solid #ece9e2;box-shadow:0 2px 8px #22191a0a}.product-screen__fact-head{display:flex;align-items:center;gap:4px;min-height:31px;padding:0 6px;color:#54694f;font-size:8px;font-weight:700}.product-screen__fact p{margin:0;padding:5px 6px 8px;border-top:1px solid #e7e2d9;color:#4d4b48;font-size:8px;line-height:1.35}.product-screen__quantity-wrap{display:flex;justify-content:center;margin-top:10px}.product-screen__counter,.cart-screen__counter{display:flex;align-items:center;overflow:hidden}.product-screen__counter{min-height:38px;border-radius:19px;background:#f6f1e8;border:1px solid #e0ddd5}.product-screen__counter button,.cart-screen__counter button{width:31px;height:38px;border:0;background:transparent;color:#54694f;font-size:18px;box-shadow:none}.product-screen__counter span{display:inline-flex;align-items:center;justify-content:center;width:64px;height:38px;border-right:1px solid #e0ddd5;border-left:1px solid #e0ddd5;color:#4d4b48;font-size:16px;font-weight:700}.product-screen__buy{width:calc(100% - 36px);min-height:48px;margin:12px 18px 0;border-radius:24px;box-shadow:none;font-size:15px}.product-screen__error{margin-right:18px;margin-left:18px}.product-screen__related{margin-top:10px;background:#fbfaf7}.product-screen__related-head{display:flex;align-items:center;gap:10px;margin:0 18px;padding-top:8px}.product-screen__related-head h2{margin:0;color:#4d4b48;font-size:13px;line-height:1.3;font-weight:700}.product-screen__related-head span{flex:1;height:1px;background:#e7e2d9}.product-screen__related-strip{display:flex;gap:10px;overflow-x:auto;padding:6px 18px 10px;scrollbar-width:none}.product-screen__related-card{display:flex;flex:0 0 206px;overflow:hidden;border:1px solid #e3e0d7;border-radius:16px;background:#fff;box-shadow:0 2px 8px #22191a0a}.product-screen__related-image{width:90px;height:104px;object-fit:cover;flex:0 0 auto}.product-screen__related-copy{display:grid;align-content:start;gap:10px;padding:8px 8px 8px 10px}.product-screen__related-copy strong{color:#4d4b48;font-size:10px;line-height:1.35;font-weight:700}.product-screen__related-copy span{color:#4d4b48;font-size:12px}.product-screen__state,.cart-screen__state{padding:32px 18px;color:#8e8680;text-align:center}.cart-screen__body{display:grid;gap:0;padding:18px 16px 20px}.cart-screen__content{display:flex;flex-direction:column;gap:0;min-height:calc(100vh - 250px);padding:18px 16px 8px;background:#fff}.cart-screen__items{display:grid;gap:14px}.cart-screen__item-card{border:1px solid #e3e0d7;border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-card);overflow:hidden}.cart-screen__item-shell{display:flex;min-height:126px;padding:12px 16px 12px 12px}.cart-screen__item{display:flex;align-items:stretch;gap:0;min-height:126px;padding:12px 16px 12px 12px;border:1px solid #e3e0d7;border-radius:18px;background:#fff;box-shadow:0 3px 10px #22191a0d}.cart-screen__item-image{width:112px;height:102px;object-fit:cover;flex:0 0 auto;background:#f9f8f4}.cart-screen__item-copy{display:grid;flex:1;min-width:0;margin-left:16px}.cart-screen__item-copy h2{margin:0;color:#4d4b48;font-size:17px;line-height:1.25;font-weight:700}.cart-screen__item-copy p{margin:9px 0 0;color:#9b9790;font-size:13px;line-height:1.35}.cart-screen__item-chips{display:flex;flex-wrap:wrap;gap:5px;margin:8px 0 4px;max-height:48px;overflow:hidden}.cart-screen__item-chips span{display:inline-flex;align-items:center;max-width:100%;min-height:22px;border:1px solid var(--line-soft);border-radius:var(--radius-chip);background:var(--surface-warm);color:#3d4f43d1;padding:3px 8px;font-size:11px;line-height:1.15;font-weight:700;white-space:nowrap}.cart-screen__item-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto}.cart-screen__counter{min-height:34px}.cart-screen__counter button{width:34px;height:34px;color:#7f9b83;font-size:22px}.cart-screen__counter span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:34px;color:#4d4b48;font-size:18px;background:#f9f8f4}.cart-screen__counter button:first-child{border-radius:17px 0 0 17px;background:#f9f8f4}.cart-screen__counter button:last-child{border-radius:0 17px 17px 0;background:#f9f8f4}.cart-screen__item-bottom strong{color:var(--text-heading);font-size:20px;line-height:1.2;font-weight:400}.cart-screen__bonus-card{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:12px;padding:10px 12px;border:1px solid rgba(46,139,87,.18);border-radius:var(--radius-card);background:#2e8b5714;box-shadow:var(--shadow-card)}.cart-screen__bonus-card--pending{border-color:#db85242e;background:#db852414}.cart-screen__bonus-card--pending .cart-screen__bonus-icon{background:#db85241f}.cart-screen__bonus-card.cart-screen__bonus-card--pending b{color:#9a5a13}.cart-screen__bonus-card--postcard{border-color:#b04b6329;background:#f8e8ec7a}.cart-screen__bonus-card--postcard .cart-screen__bonus-icon{background:#b04b631a}.cart-screen__bonus-card--lucky{border-color:#7f9b8347;background:radial-gradient(circle at top right,rgba(248,232,236,.6),transparent 38%),#7f9b8317}.cart-screen__bonus-card--lucky .cart-screen__bonus-icon{background:#ffffffb8;color:#7f9b83;font-size:15px;font-weight:800}.cart-screen__bonus-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:13px;background:#2e8b571f;font-size:20px}.cart-screen__bonus-copy{display:grid;gap:2px;min-width:0}.cart-screen__bonus-copy strong{color:var(--text-heading);font-size:13px;line-height:1.2}.cart-screen__bonus-copy small{color:#3d4f43b8;font-size:11px;line-height:1.25}.cart-screen__bonus-card b{color:#2f7a45;font-size:13px;white-space:nowrap}.cart-screen__addons{display:grid;gap:10px;margin-top:14px;padding:14px;border:1px solid #e3e0d7;border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-card)}.cart-screen__addons-head h2{margin:0;color:var(--text-heading);font-size:17px;line-height:1.2}.cart-screen__addons-head p{margin:4px 0 0;color:#8e8680;font-size:12px;line-height:1.35}.cart-screen__addon-list{display:grid;gap:8px}.cart-screen__addon-option{display:grid;grid-template-columns:22px 32px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:54px;padding:8px 10px;border:1px solid var(--line-soft);border-radius:14px;background:var(--surface-warm);box-shadow:var(--shadow-card);cursor:pointer}.cart-screen__addon-option--active{border-color:#7f9b8373;background:#7f9b831a}.cart-screen__addon-option input{position:absolute;opacity:0;pointer-events:none}.cart-screen__addon-check{width:20px;height:20px;border:2px solid rgba(127,155,131,.55);border-radius:7px;background:#fff}.cart-screen__addon-option--active .cart-screen__addon-check{border-color:#7f9b83;background:linear-gradient(135deg,transparent 47%,#ffffff 48% 54%,transparent 55%),linear-gradient(45deg,transparent 42%,#ffffff 43% 55%,transparent 56%),#7f9b83}.cart-screen__addon-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;background:#7f9b8324;font-size:18px}.cart-screen__addon-copy{min-width:0;display:grid;gap:2px}.cart-screen__addon-copy strong{overflow:hidden;color:#4d4b48;font-size:13px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.cart-screen__addon-copy small{overflow:hidden;color:#8e8680;font-size:11px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.cart-screen__addon-option b{color:#2f7a45;font-size:13px;line-height:1.2;font-weight:700;white-space:nowrap}.cart-screen__addon-option--disabled{opacity:.62;cursor:wait}.cart-screen__summary{margin-top:16px;padding:18px;border:1px solid #e3e0d7;border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-card)}.cart-screen__summary-card{margin-top:auto;margin-bottom:8px;padding:18px;border:1px solid #e3e0d7;border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-card)}.cart-screen__summary-row{display:flex;align-items:center;gap:12px}.cart-screen__summary-row span{flex:1;color:#4d4b48;font-size:18px}.cart-screen__summary-row strong{color:#4d4b48;font-size:20px;font-weight:400}.cart-screen__summary-row--discount span,.cart-screen__summary-row--discount strong{color:#2f7a45;font-weight:700}.cart-screen__summary-divider{margin:13px 0}.cart-screen__summary-row--payable strong{font-size:26px;font-weight:700}.cart-screen__footer{padding:10px 0 0}.cart-screen__checkout-footer{position:sticky;bottom:74px;padding:2px 16px 12px;background:#fff}.cart-screen__checkout-button{width:100%;min-height:58px;border-radius:26px;background:#95af98;color:#fff;box-shadow:none;font-size:20px}.cart-screen__checkout-button:hover:not(:disabled){background:#7f9b83}.cart-screen__checkout{width:100%;min-height:58px;border-radius:26px;box-shadow:none;font-size:20px}.cart-screen__error{margin-top:12px}.cart-screen__empty{display:grid;justify-items:center;padding:32px 28px;text-align:center}.cart-screen__empty-state{display:grid;justify-items:center;align-content:center;min-height:calc(100vh - 165px);padding:32px 28px;background:#fff;text-align:center}.cart-screen__empty-image{width:270px;height:214px;max-width:100%;object-fit:contain}.cart-screen__empty h2,.cart-screen__empty-state h2{margin:22px 0 0;color:#7f9b83;font-size:22px;line-height:1.2;font-weight:700}.cart-screen__empty-line{width:82px;height:1px;margin-top:16px;background:#e7e2d9}.cart-screen__empty p,.cart-screen__empty-state p{margin:18px 0 0;color:#9b9790;font-size:15px;line-height:1.45}.cart-screen__empty-button{width:260px;max-width:100%;min-height:56px;margin-top:46px;border-radius:24px;box-shadow:none;font-size:16px;background:#95af98}.orders-screen,.order-detail-screen,.favorites-screen{background:#f7f3ed}.orders-screen__toolbar,.order-detail-screen__toolbar,.favorites-screen__toolbar{position:relative;display:flex;align-items:center;min-height:76px;padding:0 18px;background:#fff}.orders-screen__back,.order-detail-screen__back,.favorites-screen__back{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;background:transparent;color:#7f9b83;font-size:30px;box-shadow:none}.orders-screen__title,.favorites-screen__title,.order-detail-screen__title{position:absolute;left:50%;transform:translate(-50%);margin:0;color:#4d4b48;line-height:1.2}.orders-screen__title,.favorites-screen__title{font-size:24px;font-weight:400}.order-detail-screen__title{font-size:18px;font-weight:700}.orders-screen__divider,.order-detail-screen__divider,.favorites-screen__divider{height:1px;background:#e7e2d9}.favorites-screen__list{display:grid;grid-template-columns:1fr;gap:14px;padding:16px;min-height:calc(100vh - 165px);align-content:start}.favorites-screen__state{display:grid;place-items:center;min-height:calc(100vh - 165px);padding:24px 16px;color:#8f8983;text-align:center}.orders-screen__list{display:grid;gap:16px;padding:16px;background:#fbfaf7}.orders-screen__card{overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 4px 12px #22191a0f}.orders-screen__card-button{display:flex;width:100%;padding:14px;border:0;background:transparent;text-align:left;box-shadow:none}.orders-screen__card-image{width:110px;height:96px;border-radius:14px;object-fit:cover;flex:0 0 auto}.orders-screen__card-copy{display:grid;flex:1;min-width:0;margin-left:18px}.orders-screen__card-top{display:flex;align-items:flex-start;gap:10px}.orders-screen__card-title{flex:1;color:#4d4b48;font-size:15px;line-height:1.35;font-weight:700}.orders-screen__status{display:inline-flex;align-items:center;min-height:30px;padding:7px 14px;border-radius:16px;font-size:11px;line-height:1;font-weight:700;white-space:nowrap}.orders-screen__status--active,.orders-screen__status--done{background:#eef6ea;color:#6e8b6c}.orders-screen__status--attention{background:#fff3d8;color:#9a6b20}.orders-screen__status--payment{background:#edf2ff;color:#516a9a}.orders-screen__status--cancelled{background:#f7ebe5;color:#9a4f42}.orders-screen__status--neutral{background:#f1efea;color:#77726b}.orders-screen__order-number{margin:8px 0 0;color:#4d4b48;font-size:13px;line-height:1.35}.orders-screen__card-product{margin:8px 0 0;color:#4d4b48;font-size:13px;line-height:1.3;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.orders-screen__card-hint{margin:5px 0 0;color:#8f8983;font-size:11px;line-height:1.28;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.orders-screen__progress{margin-top:9px;height:6px;border-radius:999px;overflow:hidden;background:#f0ece5}.orders-screen__progress-fill{display:block;height:100%;min-width:8px;border-radius:inherit;background:#a3bd9f}.orders-screen__progress-fill--attention{background:#e7bc68}.orders-screen__progress-fill--payment{background:#9bacd0}.orders-screen__progress-fill--cancelled{background:#c98779}.orders-screen__card-bottom{display:flex;align-items:flex-end;gap:10px;margin-top:8px}.orders-screen__card-date{flex:1;color:#9b9790;font-size:13px}.orders-screen__card-price{color:#4d4b48;font-size:15px;font-weight:700}.orders-screen__empty,.order-detail-screen__state{padding:24px 18px;color:#8e8680;text-align:center}.orders-screen__footer,.order-detail-screen__footer{padding:4px 30px 14px;background:#fff}.orders-screen__pay-button,.order-detail-screen__support-button{width:100%;min-height:58px;border-radius:28px;box-shadow:none;font-size:18px}.order-detail-screen__body{display:grid;gap:10px;padding:9px 16px}.order-detail-screen__hero{display:flex;align-items:center}.order-detail-screen__hero-image{width:128px;height:128px;border-radius:18px;object-fit:cover;flex:0 0 auto}.order-detail-screen__hero-copy{display:grid;gap:7px;flex:1;margin-left:18px}.order-detail-screen__hero-number,.order-detail-screen__hero-name{color:#4d4b48}.order-detail-screen__hero-number,.order-detail-screen__hero-name{font-size:14px;font-weight:700}.order-detail-screen__hero-status{display:inline-flex;width:fit-content;min-height:30px;padding:6px 13px;border-radius:15px;background:#eef6ea;color:#6e8b6c;font-size:10px}.order-detail-screen__card,.order-detail-screen__total-card{padding:14px;border-radius:18px;background:#fff;box-shadow:0 3px 10px #22191a0f}.order-detail-screen__total-card{background:#fbfaf7}.order-detail-screen__card h2,.order-detail-screen__total-card h2{margin:0;color:#4d4b48;font-size:12px;line-height:1.3;font-weight:700}.order-detail-screen__card p,.order-detail-screen__hint{margin:9px 0 0;color:#4d4b48;font-size:11px;line-height:1.45}.order-detail-screen__card-divider{height:1px;margin-top:9px;background:#e7e2d9}.order-detail-screen__items{display:grid;gap:12px;margin-top:12px}.order-detail-screen__item-row{display:flex;align-items:center;gap:6px}.order-detail-screen__item-image{width:26px;height:26px;border-radius:8px;object-fit:cover;flex:0 0 auto}.order-detail-screen__item-title{flex:1;color:#4d4b48;font-size:11px;line-height:1.35}.order-detail-screen__item-price{color:#4d4b48;font-size:11px;font-weight:700}.order-detail-screen__total-row{display:flex;align-items:center;gap:12px;margin-top:9px}.order-detail-screen__total-row span{flex:1;color:#4d4b48;font-size:11px}.order-detail-screen__total-row strong{color:#4d4b48;font-size:11px;font-weight:400}.order-detail-screen__total-row--grand strong{font-size:17px;font-weight:700}.favorites-screen__empty{display:grid;justify-items:center;align-content:start;min-height:calc(100vh - 165px);padding:32px 28px;text-align:center}.favorites-screen__empty-image{width:min(100%,270px);height:auto}.favorites-screen__empty h2{margin:22px 0 0;color:#4d4b48;font-size:22px;line-height:1.2;font-weight:700}.favorites-screen__empty p{margin:10px 0 0;color:#9b9790;font-size:15px;line-height:1.45}.favorites-screen__empty-button{width:260px;max-width:100%;min-height:56px;margin-top:22px;border-radius:24px;box-shadow:none;font-size:16px;background:#95af98}.reviews-screen{background:#fff}.reviews-screen__toolbar{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;min-height:62px;padding:10px 14px 8px}.reviews-screen__back{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:14px;background:transparent;color:#4d4b48;font-size:28px;line-height:1}.reviews-screen__title{margin:0;color:#4d4b48;font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1.2;font-weight:700;text-align:center}.reviews-screen__spacer{width:44px;height:44px}.reviews-screen__divider{height:1px;background:#ece7de}.reviews-screen__state,.reviews-screen__list{padding:16px 16px 104px}.reviews-screen__state{color:#6d6161;font-size:14px;line-height:1.4}.reviews-screen__list{display:grid;gap:10px}.reviews-screen__card{display:grid;gap:10px;padding:16px;border:1px solid #ece7de;border-radius:18px;background:#fff;box-shadow:0 3px 10px #22191a0d}.reviews-screen__card-head{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px}.reviews-screen__avatar{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:14px;background:#f3f6ef;color:#567256;font-size:16px;font-weight:800}.reviews-screen__author{display:grid;min-width:0;gap:2px}.reviews-screen__author strong{min-width:0;color:#22191a;font-size:14px;line-height:1.25;overflow-wrap:anywhere}.reviews-screen__author span{color:#b48b55;font-size:11px;letter-spacing:0}.reviews-screen__date{color:#8e8680;font-size:11px;white-space:nowrap}.reviews-screen__card p{margin:0;color:#4d4b48;font-size:13px;line-height:1.45}.delivery-info-screen{background:#fff}.delivery-info-screen__toolbar{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;min-height:62px;padding:10px 14px 8px}.delivery-info-screen__back{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:14px;background:transparent;color:#4d4b48;font-size:28px;line-height:1;box-shadow:none}.delivery-info-screen__title{margin:0;color:#4d4b48;font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1.2;font-weight:700;text-align:center}.delivery-info-screen__spacer{width:44px;height:44px}.delivery-info-screen__divider{height:1px;background:#ece7de}.delivery-info-screen__content{display:grid;align-content:start;gap:12px;padding:16px 16px 104px}.delivery-info-screen__hero,.delivery-info-screen__card{border:1px solid #ece7de;border-radius:18px;background:#fff;box-shadow:0 3px 10px #22191a0d}.delivery-info-screen__hero{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px;padding:16px}.delivery-info-screen__icon{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:18px;background:#f3f6ef;font-size:22px}.delivery-info-screen__hero h2,.delivery-info-screen__card h3{margin:0;color:#22191a;font-size:16px;line-height:1.25}.delivery-info-screen__hero p,.delivery-info-screen__card p,.delivery-info-screen__card li{margin:7px 0 0;color:#4d4b48;font-size:13px;line-height:1.45}.delivery-info-screen__card{padding:16px}.delivery-info-screen__card ul{display:grid;gap:8px;margin:10px 0 0;padding-left:18px}.delivery-info-screen__card li{margin:0}.delivery-info-screen__muted{color:#8e8680}.delivery-info-screen__cta{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 18px;border-radius:22px;background:#95af98;color:#fff;font-size:15px;font-weight:800;box-shadow:0 6px 16px #7f9b8333}.store-info-screen{background:#fff}.store-info-screen__toolbar{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;min-height:62px;padding:10px 14px 8px}.store-info-screen__back{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:14px;background:transparent;color:#4d4b48;font-size:28px;line-height:1;box-shadow:none}.store-info-screen__title{margin:0;color:#4d4b48;font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1.2;font-weight:700;text-align:center}.store-info-screen__spacer{width:44px;height:44px}.store-info-screen__divider{height:1px;background:#ece7de}.store-info-screen__content{display:grid;align-content:start;gap:12px;padding:16px 16px 104px}.store-info-screen__hero,.store-info-screen__card,.store-info-screen__map-card{border:1px solid #ece7de;border-radius:18px;background:#fff;box-shadow:0 3px 10px #22191a0d}.store-info-screen__hero{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px;padding:16px}.store-info-screen__icon{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:18px;background:#f3f6ef;color:#77917c;font-size:24px}.store-info-screen__hero h2,.store-info-screen__card h3{margin:0;color:#22191a;font-size:16px;line-height:1.25}.store-info-screen__hero p,.store-info-screen__card p{margin:7px 0 0;color:#4d4b48;font-size:13px;line-height:1.45}.store-info-screen__card{display:grid;gap:10px;padding:16px}.store-info-screen__row{display:grid;gap:3px;min-width:0}.store-info-screen__row span{color:#8e8680;font-size:11px;line-height:1.25}.store-info-screen__row strong{color:#22191a;font-size:13px;line-height:1.35;overflow-wrap:anywhere}.store-info-screen__map-card{overflow:hidden}.store-info-screen__map{display:block;width:100%;height:210px;object-fit:cover;background:#edf2ea}.store-info-screen__map-placeholder{display:grid;place-items:center;gap:6px;min-height:210px;padding:18px;background:#edf2ea;color:#4d4b48;text-align:center}.store-info-screen__map-placeholder strong{font-size:14px}.store-info-screen__map-placeholder span{color:#6d6161;font-size:12px;line-height:1.35}.store-info-screen__map-caption{padding:12px 16px;border-top:1px solid #ece7de;color:#4d4b48;font-size:13px;line-height:1.35}.support-chat-screen,.checkout-screen,.order-success-screen{background:#fff}.support-chat-screen__header{position:relative;display:flex;align-items:flex-end;min-height:84px;padding:0 16px 10px;background:linear-gradient(180deg,#d2e1cc,#e8efe2)}.support-chat-screen__back,.checkout-screen__back,.order-success-screen__back{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;box-shadow:none}.support-chat-screen__back{width:38px;height:38px;color:#fff;font-size:28px}.support-chat-screen__title{position:absolute;left:50%;bottom:14px;transform:translate(-50%);margin:0;color:#4d4b48;font-size:15px;line-height:1.2}.support-chat-screen__headset{margin-left:auto;margin-right:4px;margin-bottom:3px;color:#54694f;font-size:22px}.support-chat-screen__divider,.checkout-screen__divider,.order-success-screen__divider{height:1px;background:#e7e1d7}.support-chat-screen__day-row{display:flex;align-items:center;gap:12px;padding:8px 14px 0}.support-chat-screen__day-row span{flex:1;height:1px;background:#e8e2d8}.support-chat-screen__day-row p{margin:0;color:#9b9790;font-size:11px}.support-chat-screen__messages{display:grid;gap:10px;padding:10px 14px 12px}.support-chat-screen__thread-caption{color:#7f9b83;font-size:11px;text-align:center}.support-chat-screen__thread-list{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.support-chat-screen__thread-list::-webkit-scrollbar{display:none}.support-chat-screen__thread-pill{display:flex;align-items:center;gap:8px;flex:0 0 auto;min-width:188px;max-width:240px;padding:10px 12px;border:0;border-radius:18px;background:#f6f1e8;color:#4d4b48;text-align:left;box-shadow:none}.support-chat-screen__thread-pill--active{background:#e8efe2}.support-chat-screen__thread-pill-copy{display:grid;gap:3px;min-width:0;flex:1}.support-chat-screen__thread-pill-copy strong{font-size:11px;line-height:1.35}.support-chat-screen__thread-pill-copy span{color:#8e8680;font-size:10px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.support-chat-screen__thread-pill-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#95af98;color:#fff;font-size:10px;font-weight:700}.support-chat-screen__message-wrap{display:grid}.support-chat-screen__message-wrap--user{justify-items:end}.support-chat-screen__bubble{max-width:284px}.support-chat-screen__bubble--user{padding:12px 18px;border-radius:24px 24px 8px;background:#95af98;color:#fff}.support-chat-screen__bubble--agent{display:flex;align-items:center;gap:10px;padding:12px 16px 12px 14px;border-radius:24px 24px 24px 8px;background:#fff;box-shadow:0 2px 8px #22191a14}.support-chat-screen__plain-message,.support-chat-screen__agent-copy p{margin:0;font-size:12px;line-height:1.45}.support-chat-screen__agent-copy{display:grid;gap:4px;color:#4d4b48}.support-chat-screen__agent-copy strong{font-size:12px;line-height:1.3;font-weight:700}.support-chat-screen__agent-image{width:78px;height:78px;object-fit:cover;flex:0 0 auto}.support-chat-screen__agent-image--wide{width:90px;height:72px}.support-chat-screen__time{margin-top:5px;color:#9b9790;font-size:10px}.support-chat-screen__status{margin-top:3px;color:#7f9b83;font-size:10px}.support-chat-screen__message-wrap--user .support-chat-screen__time{margin-right:10px}.support-chat-screen__message-wrap--agent .support-chat-screen__time{margin-left:178px}.support-chat-screen__composer{padding:0 12px 10px;background:#fff}.support-chat-screen__composer-divider{height:1px;background:#ece5db}.support-chat-screen__composer-row{display:flex;align-items:center;gap:10px;margin-top:8px}.support-chat-screen__input-shell{display:flex;align-items:center;flex:1;min-height:50px;padding:0 14px;border:1.5px solid #d7d1ca;border-radius:20px;background:#fff}.support-chat-screen__composer-icon{width:20px;height:20px;border:0;padding:0;background:transparent;color:#7f9b83;font-size:16px;box-shadow:none}.support-chat-screen__composer-icon--active{color:#b04b63}.support-chat-screen__composer-icon+.support-chat-screen__composer-icon{margin-left:10px}.support-chat-screen__file-input{display:none}.support-chat-screen__input{flex:1;height:50px;border:0;outline:none;background:transparent;margin-left:10px;color:#4d4b48;font-size:16px}.support-chat-screen__send{width:54px;height:54px;border:0;border-radius:50%;background:#95af98;color:#fff;font-size:20px;box-shadow:none}.support-chat-screen__send:disabled{opacity:.55}.support-chat-screen__actions{display:flex;gap:8px;margin-top:8px}.support-chat-screen__secondary{flex:1;min-height:42px;border-radius:21px}.support-chat-screen__orders{display:flex;gap:8px;overflow-x:auto;margin-top:8px;scrollbar-width:none}.support-chat-screen__orders::-webkit-scrollbar{display:none}.support-chat-screen__order-link{flex:0 0 auto;min-height:36px;padding:0 12px;border:0;border-radius:18px;background:#f6f1e8;color:#54694f;font-size:11px;box-shadow:none}.support-chat-screen__error{margin-top:8px}.support-chat-screen__pending-file{margin-top:8px;color:#7f9b83;font-size:11px}.support-chat-screen__plain-stack{display:grid;gap:8px}.support-chat-screen__attachment-image{display:block;width:min(100%,220px);border-radius:14px;object-fit:cover}.support-chat-screen__attachment-audio{width:min(100%,220px);display:block}.support-chat-screen__pending-voice{display:grid;gap:10px;margin-top:8px}.support-chat-screen__pending-voice-actions{display:flex;gap:8px}.support-chat-screen__pending-voice-actions .support-chat-screen__secondary{flex:1}.support-chat-screen__empty,.checkout-screen__state{padding:24px 18px;color:#8e8680;text-align:center}.checkout-screen__toolbar,.order-success-screen__toolbar{position:relative;display:flex;align-items:center;min-height:68px;padding:0 16px}.checkout-screen__back,.order-success-screen__back{width:48px;height:48px;color:#4d4b48;font-size:30px}.checkout-screen__title,.order-success-screen__title{position:absolute;left:50%;transform:translate(-50%);margin:0;color:#4d4b48;width:calc(100% - 120px);text-align:center;font-size:17px;line-height:1.15;font-weight:400}.checkout-screen__body{display:grid;min-height:calc(100vh - 69px)}.checkout-screen__scroll{display:grid;gap:12px;padding:12px 16px 14px}.checkout-screen__info-card,.checkout-screen__summary-card,.checkout-screen__promo-card{padding:14px 16px;border-radius:14px;background:#fff;box-shadow:none;border:1px solid #e7e1d7}.checkout-screen__info-card{display:grid;gap:6px}.checkout-screen__info-card--clickable{cursor:pointer}.checkout-screen__info-card--error{border-color:#c05665;box-shadow:0 0 0 2px #c056651f}.checkout-screen__agreement-card{border-color:#95af987a;background:#f6f1e8}.checkout-screen__bouquet-composition{gap:10px}.checkout-screen__bouquet-count{flex:0 0 auto;color:#7a746d;font-size:12px;line-height:1.2;white-space:nowrap}.checkout-screen__bouquet-items{display:grid;gap:8px}.checkout-screen__bouquet-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:36px;padding:7px 10px;border-radius:12px;background:#fbfaf7}.checkout-screen__bouquet-item span{overflow:hidden;color:#4d4b48;font-size:13px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.checkout-screen__bouquet-item strong{color:#54694f;font-size:13px;line-height:1.2;font-weight:700;white-space:nowrap}.checkout-screen__bouquet-options{display:flex;flex-wrap:wrap;gap:6px}.checkout-screen__bouquet-options span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:14px;background:#7f9b831f;color:#54694f;font-size:12px;line-height:1.2}.checkout-screen__card-hint{margin-top:2px;color:#c05665;font-size:12px;line-height:1.35}.checkout-screen__card-head{display:flex;align-items:center;gap:12px}.checkout-screen__card-head strong{flex:1}.checkout-screen__card-head button{border:0;background:transparent;color:#7f9b83;font:inherit;box-shadow:none;padding:0;font-size:14px}.checkout-screen__card-divider{height:1px;margin:2px 0 0;background:#e7e2d9}.checkout-screen__info-card strong,.checkout-screen__section-title,.checkout-screen__summary-row span,.checkout-screen__summary-row strong{color:#4d4b48}.checkout-screen__info-card strong{font-size:16px;font-weight:700}.checkout-screen__choice-row{display:flex;gap:10px;margin-top:2px}.checkout-screen__choice-row--stacked{display:grid}.checkout-screen__choice{flex:1;min-height:48px;border:1px solid #ddd6ca;border-radius:16px;background:#fbfaf7;color:#6d6161;font:inherit;box-shadow:none}.checkout-screen__choice--active{border-color:#95af98;background:#eef2ec;color:#54694f}.checkout-screen__info-card span{color:#4d4b48;font-size:15px;line-height:1.35}.checkout-screen__card-value{line-height:1.35}.checkout-screen__card-value--secondary{color:#6f6660}.checkout-screen__input{min-height:50px;margin-top:2px;padding:0 14px;border:1.5px solid #d7d1ca;border-radius:20px;background:#fff;color:#4d4b48;font-size:16px}.checkout-screen__input--spaced{margin-top:8px}.checkout-screen__section-divider{height:1px;background:#e7e7e3}.checkout-screen__section-title{margin:0;font-size:18px;line-height:1.2;font-weight:700}.checkout-screen__summary-row{display:flex;align-items:center;gap:12px}.checkout-screen__summary-row span{flex:1;font-size:15px}.checkout-screen__summary-row strong{font-size:18px;font-weight:400}.checkout-screen__summary-divider{height:1px;margin:13px 0;background:#e7e2d9}.checkout-screen__delivery-note{margin:8px 0 0;color:#7a746d;font-size:12px;line-height:1.35}.checkout-screen__summary-row--grand span{font-size:17px;font-weight:700}.checkout-screen__summary-row--grand strong{font-size:20px;font-weight:700}.profile-screen__body--guest .profile-screen__login-cta{position:fixed;left:16px;right:16px;bottom:calc(var(--app-bottom-nav-height) + var(--app-bottom-nav-offset) + 12px);z-index:998;width:auto;margin-top:0}.checkout-screen__summary-row--lucky span{color:#7f9b83;font-weight:700}.checkout-screen__summary-row--lucky strong,.checkout-screen__summary-row--discount span,.checkout-screen__summary-row--discount strong{color:#2f7a45;font-weight:700}.checkout-screen__summary-row--bonus span,.checkout-screen__summary-row--bonus strong{color:#7f9b83;font-weight:700}.checkout-screen__bonus-list,.order-detail-android__bonus-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.checkout-screen__bonus-list span,.order-detail-android__bonus-list span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:14px;background:#7f9b831f;color:#54694f;font-size:12px;line-height:1.2}.order-lucky-chip{display:inline-flex;align-items:center;width:fit-content;max-width:100%;min-height:28px;padding:0 10px;border-radius:999px;background:#fff5df;color:#8a6427;font-size:12px;line-height:1.2;font-weight:700;text-align:left;white-space:normal}.order-lucky-chip--compact{min-height:24px;padding:0 8px;font-size:10px}.orders-screen__lucky-chip{margin-top:6px}.qr-pay-screen__refresh{border:0;border-radius:8px;background:#eef8f0;color:#27663a;font-weight:700;padding:10px 12px}.qr-pay-screen__filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:16px 18px 8px}.qr-pay-screen__filters label{display:grid;gap:6px;color:#5e6b62;font-size:12px;font-weight:700}.qr-pay-screen__filters input{width:100%;min-width:0;border:1px solid #d8e2da;border-radius:8px;background:#fff;color:#1f2d24;font:inherit;padding:10px 11px}.qr-pay-screen__summary{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 18px 14px;border:1px solid #d9eadf;border-radius:8px;background:#f6fbf7;color:#4f6256;padding:12px 14px}.qr-pay-screen__summary strong{color:#1f6b3a;font-size:18px}.qr-pay-screen__list{padding-top:8px}.qr-pay-screen__card{padding:16px}.qr-pay-screen__card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.qr-pay-screen__amount{margin-top:12px;color:#183524;font-size:28px;font-weight:800}.qr-pay-screen__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0 0}.qr-pay-screen__details div{min-width:0}.qr-pay-screen__details dt{color:#748178;font-size:11px;font-weight:800;text-transform:uppercase}.qr-pay-screen__details dd{margin:4px 0 0;overflow-wrap:anywhere;color:#26372b;font-size:13px}.qr-pay-screen__operations{display:grid;gap:6px;margin-top:14px;color:#58695d;font-size:12px}.qr-pay-screen__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:16px}.qr-pay-screen__action{min-height:42px;border:1px solid #cad8ce;border-radius:8px;background:#fff;color:#2f4938;font-weight:800}.qr-pay-screen__action--danger{border-color:#f0c5bf;color:#a8372c}.qr-pay-screen__action:disabled,.qr-pay-screen__refresh:disabled{cursor:default;opacity:.55}@media(max-width:480px){.qr-pay-screen__filters,.qr-pay-screen__details,.qr-pay-screen__actions{grid-template-columns:1fr}.qr-pay-screen__summary{align-items:flex-start;flex-direction:column}}.profile-screen__recent-lucky{justify-self:start;color:#8a6427}.order-detail-android__lucky{margin-top:8px}.order-success-screen__lucky{margin-top:2px}.delivery-tracking-card__lucky{margin-top:8px;margin-left:25px}.checkout-screen__promo-card{display:flex;align-items:center;gap:8px;padding:12px 14px}.checkout-screen__promo-input{flex:1;min-height:50px;padding:0 14px;border:1.5px solid #d7d1ca;border-radius:20px;background:#fff;color:#4d4b48;font-size:16px}.checkout-screen__promo-button{min-width:116px;min-height:50px;border:0;border-radius:20px;background:#95af98;color:#fff;box-shadow:none;font-size:14px;font-weight:700}.checkout-screen__footer{padding:8px 16px 22px;background:#fff}.checkout-screen__footer--with-nav{padding-bottom:98px}.checkout-screen__submit{width:100%;min-height:50px;border:0;border-radius:20px;background:#95af98;color:#fff;box-shadow:none;font-size:16px;font-weight:700}.checkout-edit-screen{background:#fff}.checkout-edit-screen__toolbar{position:relative;display:flex;align-items:center;min-height:68px;padding:0 16px}.checkout-edit-screen__back{width:48px;height:48px;border:0;background:transparent;color:#4d4b48;font-size:30px;box-shadow:none}.checkout-edit-screen__title{position:absolute;left:50%;transform:translate(-50%);width:calc(100% - 120px);margin:0;color:#4d4b48;text-align:center;font-size:17px;line-height:1.15;font-weight:400}.checkout-edit-screen__divider{height:1px;background:#e7e1d7}.checkout-edit-screen__content{display:grid;gap:12px;padding:16px}.checkout-edit-screen__option,.checkout-edit-screen__input,.checkout-edit-screen__save{min-height:52px;border-radius:16px;font:inherit}.checkout-edit-screen__option{border:1px solid #ddd6ca;background:#fff;color:#4d4b48;box-shadow:none}.checkout-edit-screen__option--active{border-color:#95af98;background:#eef2ec;color:#54694f}.checkout-edit-screen__label{display:grid;gap:8px;color:#4d4b48;font-size:14px}.checkout-edit-screen__input{width:100%;padding:0 16px;border:1px solid #e3e0d7;background:#fbfaf7;color:#4d4b48}.checkout-edit-screen__save{border:0;background:#95af98;color:#fff;box-shadow:none;font-size:16px;font-weight:700}.checkout-method-screen,.checkout-address-screen,.checkout-time-screen{display:grid;grid-template-rows:auto auto 1fr auto;min-height:100vh;background:#fff}.checkout-time-screen__content{min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.checkout-method-screen__toolbar,.checkout-address-screen__toolbar,.checkout-time-screen__toolbar{position:relative;height:76px;background:#fff}.checkout-method-screen__back,.checkout-address-screen__back,.checkout-time-screen__back{position:absolute;left:18px;bottom:8px;width:48px;height:48px;border:0;background:transparent;color:#4d4b48;font-size:30px;box-shadow:none}.checkout-method-screen__title,.checkout-address-screen__title,.checkout-time-screen__title{position:absolute;left:50%;bottom:18px;transform:translate(-50%);width:calc(100% - 120px);margin:0;color:#4d4b48;text-align:center;font-size:24px;line-height:1.15;font-weight:400}.checkout-address-screen__header-action{position:absolute;right:24px;bottom:14px;display:inline-grid;place-items:center;width:36px;height:36px;border:1px solid #dce6d8;border-radius:50%;background:#f3f6ef;color:#77917c;font-size:25px;line-height:1;font-weight:500;box-shadow:0 3px 10px #22191a0d}.checkout-method-screen__divider,.checkout-address-screen__divider,.checkout-time-screen__divider,.checkout-method-screen__footer-divider,.checkout-address-screen__footer-divider,.checkout-time-screen__footer-divider{height:1px;background:#e7e7e3}.checkout-method-screen__content,.checkout-address-screen__content{display:grid;align-content:start;gap:14px;padding:28px 24px 12px}.checkout-address-screen__content--add{gap:12px;padding-top:18px}.checkout-method-screen__card{display:grid;grid-template-columns:82px 1fr 34px;align-items:center;gap:0 0;min-height:98px;padding:0 18px;border:1px solid #e3e0d7;border-radius:18px;background:#fff;box-shadow:0 3px 10px #22191a0f}.checkout-method-screen__card-image{width:74px;height:60px;object-fit:contain}.checkout-method-screen__card-copy{display:grid;align-content:center;padding:0 16px 0 24px}.checkout-method-screen__card-copy strong{color:#22191a;font-size:20px;line-height:1.15;text-align:left}.checkout-method-screen__card-line{height:1px;margin:8px 0 10px;background:#e7e2d9}.checkout-method-screen__card-copy span{color:#6d6161;font-size:14px;line-height:1.3;text-align:left}.checkout-method-screen__radio{width:34px;height:34px;border:2px solid #d9d0c5;border-radius:999px}.checkout-method-screen__radio--active{border:10px solid #95af98;background:#fff}.checkout-method-screen__footer,.checkout-address-screen__footer,.checkout-time-screen__footer{padding:12px 24px 98px}.checkout-method-screen__submit,.checkout-address-screen__submit,.checkout-time-screen__submit{width:100%;min-height:54px;border:0;border-radius:26px;background:#95af98;color:#fff;box-shadow:none;font-size:18px;font-weight:700}.checkout-address-screen__card,.checkout-address-screen__pickup-card{position:relative;display:grid;align-content:center;min-height:124px;padding:20px 74px 18px 22px;border:1px solid #e3e0d7;border-radius:18px;background:#fff;box-shadow:0 3px 10px #22191a0f;text-align:left}.checkout-address-screen__pickup-card{min-height:96px}.checkout-address-screen__card-copy{display:grid;gap:18px}.checkout-address-screen__card-copy strong{color:#22191a;font-size:22px;line-height:1.15}.checkout-address-screen__card-copy span,.checkout-address-screen__pickup-card span:first-child{color:#22191a;font-size:17px;line-height:1.35}.checkout-address-screen__check-badge{position:absolute;top:28px;right:28px;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:#95af98;color:#fff;font-size:22px;font-weight:700}.checkout-address-screen__add-button{display:inline-flex;align-items:center;justify-content:center;gap:14px;width:220px;height:54px;margin:4px auto 0;border:0;border-radius:27px;background:#efe8dd;color:#22191a;box-shadow:none;font-size:18px}.checkout-address-screen__add-plus{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#95af98;color:#fff;font-size:20px;line-height:1}.checkout-address-screen__add-form{display:grid;gap:10px;padding-top:0}.checkout-address-screen__map-card{display:grid;overflow:hidden;border:1px solid #e3e0d7;border-radius:18px;background:#fff;box-shadow:0 3px 10px #22191a0d}.checkout-address-screen__map-image{width:100%;height:118px;object-fit:cover}.checkout-address-screen__map-frame{position:relative;overflow:hidden;width:100%;height:180px;background:#edf2ea}.checkout-address-screen__map-frame .checkout-address-screen__map-image{height:100%}.checkout-address-screen__map-caption{display:flex;align-items:center;min-height:56px;padding:0 24px;color:#22191a;font-size:17px}.checkout-address-screen__input,.checkout-address-screen__save-add{min-height:52px;border-radius:16px;font:inherit}.checkout-address-screen__input{width:100%;padding:0 18px;border:1px solid #e3e0d7;background:#fff;color:#4d4b48;box-shadow:0 3px 10px #22191a0a}.checkout-address-screen__save-add{border:0;background:#95af98;color:#fff;box-shadow:none;font-size:16px;font-weight:700}.profile-addresses-screen .checkout-address-screen__content{gap:10px;padding:16px 20px 98px}.profile-addresses-screen__swipe{position:relative;overflow:hidden;border-radius:18px;touch-action:pan-y}.profile-addresses-screen__delete{position:absolute;inset:0 0 0 auto;width:92px;border:0;background:#b55c52;color:#fff;font-size:13px;font-weight:700}.profile-addresses-screen__delete:disabled{opacity:.72}.profile-addresses-screen .checkout-address-screen__card{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:72px;padding:14px 16px;border-color:#ece7de;border-radius:18px;box-shadow:0 3px 10px #22191a0d}.profile-addresses-screen__card{position:relative;z-index:1;transform:translate(0);transition:transform .16s ease;cursor:grab;-webkit-user-select:none;user-select:none}.profile-addresses-screen__swipe--open .profile-addresses-screen__card{transform:translate(-92px)}.profile-addresses-screen .checkout-address-screen__card-copy{gap:6px}.profile-addresses-screen .checkout-address-screen__card-copy strong{color:#22191a;font-size:15px;line-height:1.25}.profile-addresses-screen .checkout-address-screen__card-copy span{color:#6f6862;font-size:13px;line-height:1.35}.profile-addresses-screen .checkout-address-screen__card-copy small{color:#77917c;font-size:11px;line-height:1.2}.profile-addresses-screen__map-link{align-self:center;min-width:62px;height:32px;border:1px solid #dce6d8;border-radius:999px;background:#f3f6ef;color:#77917c;font-size:12px;font-weight:700}.profile-addresses-screen__map-dialog{display:grid;gap:10px;width:min(calc(100vw - 36px),420px);padding:16px;border-radius:22px;background:#fff;box-shadow:0 18px 46px #22191a2e}.profile-addresses-screen__map-head{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:12px}.profile-addresses-screen__map-head strong{min-width:0;color:#22191a;font-size:16px;line-height:1.25}.profile-addresses-screen__map-head button{width:34px;height:34px;border:0;border-radius:50%;background:#f3f0ea;color:#6f6862;font-size:24px;line-height:1}.profile-addresses-screen__map-dialog p{margin:0;color:#6f6862;font-size:13px;line-height:1.35}.profile-addresses-screen__map-embed{width:100%;height:240px;border:0;border-radius:16px;background:#edf2ea}.profile-addresses-screen .checkout-address-screen__empty{min-height:74px;padding:18px 16px;border:1px solid #ece7de;border-radius:18px;background:#fff;color:#6f6862;box-shadow:0 3px 10px #22191a0d}.profile-addresses-screen .checkout-address-screen__empty p{margin:0;font-size:14px;line-height:1.4}.settings-screen__content,.notifications-screen__content{gap:10px;padding-top:16px}.settings-screen__item,.settings-screen__logout,.notifications-screen__settings-card,.notifications-screen__card{width:100%;border:1px solid #ece7de;border-radius:18px;background:#fff;box-shadow:0 3px 10px #22191a0d}.settings-screen__item{display:grid;grid-template-columns:28px minmax(0,1fr) auto auto;align-items:center;gap:14px;min-height:60px;padding:0 16px;color:#22191a;text-align:left}.settings-screen__icon{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:10px;background:#f3f6ef;color:#77917c;font-size:17px}.settings-screen__label{min-width:0;font-size:14px;line-height:1.25}.settings-screen__value,.settings-screen__chevron{color:#8e8680;font-size:13px}.settings-screen__chevron{font-size:24px;line-height:1}.settings-screen__switch{position:relative;width:52px;height:30px;border-radius:999px;background:#e5e0d7;transition:background .12s ease}.settings-screen__switch span{position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #22191a2e;transition:transform .12s ease}.settings-screen__switch--on{background:#95af98}.settings-screen__switch--on span{transform:translate(22px)}.settings-screen__logout{min-height:54px;margin-top:8px;color:#b55c52;font-size:14px;font-weight:700}.settings-screen__language-dialog{display:grid;gap:12px;width:min(calc(100vw - 36px),340px);padding:18px;border:1px solid #ece7de;border-radius:22px;background:var(--surface);box-shadow:var(--shadow-panel)}.settings-screen__language-dialog h2{margin:0;color:var(--text-heading);font-size:17px;line-height:1.25}.settings-screen__language-option{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:0 14px;border:1px solid #dce6d8;border-radius:16px;background:#f3f6ef;color:#4d4b48;font-size:14px;font-weight:700}.settings-screen__language-option--active{color:#567256}.notifications-screen__settings-card{display:grid;gap:4px;padding:16px}.notifications-screen__settings-card h2{margin:0 0 4px;color:#22191a;font-size:14px;line-height:1.25}.notifications-screen__switch-row{display:flex;align-items:center;justify-content:space-between;min-height:42px;gap:16px;color:#22191a;font-size:13px}.notifications-screen__switch-row input{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}.notifications-screen__card{display:grid;gap:9px;padding:16px;color:#22191a;text-align:left}.notifications-screen__card-head{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:start;gap:10px}.notifications-screen__icon{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:14px;background:#f3f6ef;color:#77917c;font-size:18px}.notifications-screen__card-title{display:grid;min-width:0;gap:2px;padding-top:1px}.notifications-screen__card strong{min-width:0;font-size:13px;line-height:1.25;overflow-wrap:anywhere}.notifications-screen__time{color:#5e86b2;font-size:11px;white-space:nowrap}.notifications-screen__dot{width:10px;height:10px;margin-top:14px;border-radius:50%;background:#95af98}.notifications-screen__line{height:1px;margin-left:48px;background:#e9e4dc}.notifications-screen__card p,.notifications-screen__detail{margin:0 0 0 48px;color:#22191a;font-size:13px;line-height:1.35}.notifications-screen__detail{color:#6d6161}.notifications-screen__empty{width:100%;padding:18px 16px;border:1px dashed #ddd6cb;border-radius:18px;color:#6d6161;background:#fbfaf7;font-size:13px;line-height:1.4;text-align:center}:root[data-theme=dark] .app-shell,:root[data-theme=dark] .page,:root[data-theme=dark] .profile-screen,:root[data-theme=dark] .reviews-screen,:root[data-theme=dark] .delivery-info-screen,:root[data-theme=dark] .store-info-screen,:root[data-theme=dark] .checkout-address-screen,:root[data-theme=dark] .settings-screen,:root[data-theme=dark] .notifications-screen{background:var(--bg);color:var(--text)}:root[data-theme=dark] .profile-screen__toolbar-button,:root[data-theme=dark] .checkout-address-screen__back,:root[data-theme=dark] .reviews-screen__back,:root[data-theme=dark] .delivery-info-screen__back,:root[data-theme=dark] .store-info-screen__back,:root[data-theme=dark] .profile-screen__toolbar-title,:root[data-theme=dark] .reviews-screen__title,:root[data-theme=dark] .delivery-info-screen__title,:root[data-theme=dark] .store-info-screen__title,:root[data-theme=dark] .checkout-address-screen__title,:root[data-theme=dark] .profile-screen__name,:root[data-theme=dark] .profile-screen__meta-label,:root[data-theme=dark] .profile-screen__meta-secondary,:root[data-theme=dark] .profile-screen__section-head h2,:root[data-theme=dark] .settings-screen__label,:root[data-theme=dark] .notifications-screen__settings-card h2,:root[data-theme=dark] .notifications-screen__switch-row,:root[data-theme=dark] .notifications-screen__card p,:root[data-theme=dark] .notifications-screen__detail,:root[data-theme=dark] .shop-home__contact{color:var(--text-heading)}:root[data-theme=dark] .shop-home__topbar{border-bottom-color:#d06a8047;background:var(--surface)}:root[data-theme=dark] .shop-home__topbar-secondary{border-bottom-color:#d06a8033;background:var(--surface-soft)}:root[data-theme=dark] .shop-home__contact--phone{color:#fff;background:#b34a70}:root[data-theme=dark] .shop-home__contact--phone .shop-home__contact-icon{background:transparent}:root[data-theme=dark] .shop-home__contact--address{background:transparent}:root[data-theme=dark] .shop-home__contact--address .shop-home__contact-icon,:root[data-theme=dark] .shop-home__contact--hours .shop-home__contact-icon{color:var(--accent-strong);background:transparent}:root[data-theme=dark] .shop-home__contact--hours{border-left-color:#d06a8047}:root[data-theme=dark] .profile-screen__divider,:root[data-theme=dark] .reviews-screen__divider,:root[data-theme=dark] .delivery-info-screen__divider,:root[data-theme=dark] .store-info-screen__divider,:root[data-theme=dark] .checkout-address-screen__divider,:root[data-theme=dark] .store-info-screen__map-caption,:root[data-theme=dark] .notifications-screen__line,:root[data-theme=dark] .profile-screen__section-line{background:var(--line)}:root[data-theme=dark] .profile-screen__summary-card,:root[data-theme=dark] .profile-screen__summary-tile,:root[data-theme=dark] .profile-screen__recent-card,:root[data-theme=dark] .reviews-screen__card,:root[data-theme=dark] .delivery-info-screen__hero,:root[data-theme=dark] .delivery-info-screen__card,:root[data-theme=dark] .store-info-screen__hero,:root[data-theme=dark] .store-info-screen__card,:root[data-theme=dark] .store-info-screen__map-card,:root[data-theme=dark] .profile-screen__menu-item,:root[data-theme=dark] .profile-screen__empty,:root[data-theme=dark] .settings-screen__item,:root[data-theme=dark] .settings-screen__logout,:root[data-theme=dark] .notifications-screen__settings-card,:root[data-theme=dark] .notifications-screen__card,:root[data-theme=dark] .settings-screen__language-dialog,:root[data-theme=dark] .auth-dialog,:root[data-theme=dark] .profile-qr__dialog{border-color:var(--line-card);background:var(--surface);color:var(--text);box-shadow:var(--shadow-card-soft)}:root[data-theme=dark] .profile-screen__avatar-ring{border-color:var(--line-card);background:var(--surface)}:root[data-theme=dark] .profile-screen__toolbar-icon-btn,:root[data-theme=dark] .settings-screen__icon,:root[data-theme=dark] .notifications-screen__icon,:root[data-theme=dark] .reviews-screen__avatar,:root[data-theme=dark] .delivery-info-screen__icon,:root[data-theme=dark] .store-info-screen__icon,:root[data-theme=dark] .profile-screen__avatar-edit,:root[data-theme=dark] .profile-qr__close,:root[data-theme=dark] .settings-screen__language-option{border-color:var(--line-card);background:var(--surface-soft);color:var(--brand-primary)}:root[data-theme=dark] .profile-screen__menu-item--logout{border-color:#d06a8052;background:#d06a801f;color:#f09aaa}:root[data-theme=dark] .profile-screen__summary-tile span,:root[data-theme=dark] .profile-screen__recent-copy span,:root[data-theme=dark] .profile-screen__chevron,:root[data-theme=dark] .settings-screen__value,:root[data-theme=dark] .settings-screen__chevron,:root[data-theme=dark] .notifications-screen__empty,:root[data-theme=dark] .reviews-screen__date,:root[data-theme=dark] .delivery-info-screen__muted,:root[data-theme=dark] .store-info-screen__row span,:root[data-theme=dark] .store-info-screen__map-placeholder span,:root[data-theme=dark] .auth-dialog__message{color:var(--text-muted-soft)}:root[data-theme=dark] .profile-screen__recent-copy strong,:root[data-theme=dark] .notifications-screen__card strong,:root[data-theme=dark] .reviews-screen__author strong,:root[data-theme=dark] .reviews-screen__card p,:root[data-theme=dark] .delivery-info-screen__hero h2,:root[data-theme=dark] .delivery-info-screen__hero p,:root[data-theme=dark] .delivery-info-screen__card h3,:root[data-theme=dark] .delivery-info-screen__card p,:root[data-theme=dark] .delivery-info-screen__card li,:root[data-theme=dark] .store-info-screen__hero h2,:root[data-theme=dark] .store-info-screen__hero p,:root[data-theme=dark] .store-info-screen__card h3,:root[data-theme=dark] .store-info-screen__card p,:root[data-theme=dark] .store-info-screen__row strong,:root[data-theme=dark] .store-info-screen__map-caption,:root[data-theme=dark] .store-info-screen__map-placeholder,:root[data-theme=dark] .auth-dialog__title,:root[data-theme=dark] .profile-qr__head h2,:root[data-theme=dark] .settings-screen__language-dialog h2{color:var(--text-heading)}:root[data-theme=dark] .profile-screen__empty,:root[data-theme=dark] .notifications-screen__empty{border-color:var(--line-card);background:var(--surface-warm)}:root[data-theme=dark] .settings-screen__switch{background:#4b5546}:root[data-theme=dark] .settings-screen__switch--on{background:var(--brand-primary-dark)}:root[data-theme=dark] .bottom-nav{border-color:var(--line-card);background:#1c211af5;box-shadow:0 -8px 26px #0000005c}:root[data-theme=dark] .bottom-nav__item{color:var(--text-muted-soft)}:root[data-theme=dark] .bottom-nav__item.router-link-active{color:var(--brand-primary)}.checkout-time-screen__content{display:grid;align-content:start;gap:0;padding:54px 24px 18px;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.checkout-time-screen__dates-scroll{overflow-x:auto;scrollbar-width:none}.checkout-time-screen__dates-scroll::-webkit-scrollbar{display:none}.checkout-time-screen__dates-row{display:flex;gap:8px;width:max-content}.checkout-time-screen__date-chip{width:96px;height:78px;border:1px solid #ddd6ca;border-radius:18px;background:#fff;color:#22191a;box-shadow:none;font-size:16px;line-height:1.3;white-space:normal}.checkout-time-screen__date-chip--active,.checkout-time-screen__time-chip--active{background:#95af98;border-color:#95af98;color:#fff}.checkout-time-screen__section-line{height:1px;margin-top:22px;background:#e7e7e3}.checkout-time-screen__section-title{margin:28px 0 0;color:#22191a;font-size:22px;line-height:1.2;font-weight:700}.checkout-time-screen__times-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 8px;margin-top:22px}.checkout-time-screen__time-chip{min-height:46px;border:1px solid #ddd6ca;border-radius:14px;background:#fff;color:#22191a;box-shadow:none;font-size:15px}.checkout-time-screen__time-chip.checkout-time-screen__time-chip--active{background:#95af98;border-color:#95af98;color:#fff}.checkout-time-screen__info-card{display:flex;align-items:center;gap:18px;min-height:118px;margin-top:34px;padding:0 24px;border:1px solid #e3e0d7;border-radius:18px;background:#fff;box-shadow:0 3px 10px #22191a0f}.checkout-time-screen__info-image{width:48px;height:48px;object-fit:contain}.checkout-time-screen__info-copy{margin:0;color:#22191a;font-size:16px;line-height:1.45;white-space:pre-line}.checkout-time-screen__empty-times{margin:18px 0 0;color:#6d6161;font-size:14px;line-height:1.45}.checkout-recipient-screen{display:grid;grid-template-rows:96px 1fr auto;min-height:100vh;background:#fff}.checkout-recipient-screen__toolbar{position:relative;background:linear-gradient(180deg,#9db39e,#8aa28d)}.checkout-recipient-screen__back{position:absolute;left:18px;bottom:12px;width:48px;height:48px;border:0;background:transparent;color:#fff;font-size:30px;box-shadow:none}.checkout-recipient-screen__title{position:absolute;left:50%;bottom:22px;transform:translate(-50%);margin:0;color:#fff;font-size:24px;line-height:1.15;font-weight:700}.checkout-recipient-screen__scroll{overflow-y:auto;padding:18px 22px 24px}.checkout-recipient-screen__fields{display:grid;gap:14px}.checkout-recipient-screen__input{width:100%;min-height:54px;padding:0 18px;border:1px solid #e3e0d7;border-radius:18px;background:#fbfaf7;color:#4d4b48;font:inherit}.checkout-recipient-screen__footer{padding:0 22px 38px}.checkout-recipient-screen__submit{width:100%;min-height:58px;border:0;border-radius:26px;background:#95af98;color:#fff;box-shadow:none;font-size:20px;font-weight:700}.order-success-screen__content{display:grid;gap:14px;justify-items:stretch;padding:16px 18px calc(var(--app-workspace-bottom-gap) + 24px);text-align:left}.order-success-screen__hero-card,.order-success-screen__summary-card,.order-success-screen__payment-card{border:1px solid #e3e0d7;border-radius:var(--radius-card);background:#fff;box-shadow:var(--shadow-card)}.order-success-screen__hero-card{display:grid;justify-items:center;padding:20px 18px 18px;text-align:center}.order-success-screen__image{width:min(100%,190px);height:auto}.order-success-screen__badge{display:inline-flex;align-items:center;min-height:30px;margin-top:8px;padding:0 12px;border-radius:999px;background:#eef5ef;color:#5f795f;font-size:13px;line-height:1;font-weight:700}.order-success-screen__content h2{margin:12px 0 0;color:#4d4b48;font-size:22px;line-height:1.2;font-weight:700}.order-success-screen__number{margin:8px 0 0;color:#9b9790;font-size:18px;font-weight:700}.order-success-screen__summary-card{display:grid;gap:10px;padding:16px}.order-success-screen__summary-row{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#7d766f;font-size:14px;line-height:1.35}.order-success-screen__summary-row strong{color:#22191a;font-size:16px;text-align:right}.order-success-screen__summary-row--discount span,.order-success-screen__summary-row--discount strong{color:#2f7a45;font-weight:700}.order-success-screen__gift-list{display:flex;flex-wrap:wrap;gap:8px;padding-top:2px}.order-success-screen__gift-list span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#fff5df;color:#8a6427;font-size:12px;line-height:1;font-weight:700}.order-success-screen__payment-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:14px;background:#fffaf0}.order-success-screen__payment-card>span{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:#fff;box-shadow:0 2px 7px #37463114,0 1px 2px #22191a0a}.order-success-screen__payment-card strong{display:block;color:#22191a;font-size:15px;line-height:1.25}.order-success-screen__payment-card p{margin:4px 0 0;color:#6d6161;font-size:13px;line-height:1.45}.order-success-screen__primary{width:100%;min-height:54px;margin-top:2px;border:0;border-radius:24px;background:#95af98;color:#fff;box-shadow:none;font-size:18px;font-weight:700}.order-success-screen__primary:hover:not(:disabled){transform:none;background:#7f9b83}.order-success-screen__outline{width:100%;min-height:52px;border:1px solid #7f9b83;border-radius:24px;background:#fff;color:#7f9b83;font-size:18px;box-shadow:none}.order-success-screen__ghost{width:100%;min-height:44px;border:0;background:transparent;color:#7d766f;font:inherit;font-size:15px;box-shadow:none}.delivery-tracking-screen{display:grid;grid-template-rows:64px 1px 1fr auto;min-height:100vh;background:#fff}.delivery-tracking-screen__toolbar{display:grid;grid-template-columns:40px 1fr 40px;align-items:end;padding:0 16px 7px;background:#fff}.delivery-tracking-screen__back{width:40px;height:40px;border:0;background:transparent;padding:7px;color:#4d4b48;display:inline-flex;align-items:center;justify-content:center}.delivery-tracking-screen__back-icon{width:24px;height:24px;display:block}.delivery-tracking-screen__title{margin:0;text-align:center;font-size:17px;font-weight:600;color:#4d4b48}.delivery-tracking-screen__divider{height:1px;background:#e7e7e3}.delivery-tracking-screen__scroll{min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px 14px 184px;display:grid;gap:12px}.delivery-tracking-screen__state{min-height:0;display:grid;place-items:center;padding:24px;color:#7d766f;text-align:center;font-size:15px}.delivery-tracking-screen__card{border:1px solid #e3e0d7;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 3px 10px #22191a0f}.delivery-tracking-screen__card--secondary{margin-top:0}.delivery-tracking-screen__map{width:100%;height:126px;display:block;object-fit:fill}.delivery-tracking-card{padding:16px 18px 14px}.delivery-tracking-card__order{margin:0;font-size:16px;font-weight:700;color:#4d4b48}.delivery-tracking-card__info-row{display:flex;align-items:center;gap:9px;margin-top:12px}.delivery-tracking-card__status-icon{width:16px;height:16px;flex:0 0 auto}.delivery-tracking-card__status-icon-svg{width:16px;height:16px;display:block}.delivery-tracking-card__product{font-size:13px;line-height:1.2;color:#4d4b48}.delivery-tracking-card__address{margin:8px 0 0;padding-left:25px;font-size:11px;line-height:1.35;color:#9b9790}.delivery-tracking-card__progress{margin-top:12px;display:flex;align-items:center;height:12px}.delivery-tracking-card__progress-dot{width:7px;height:7px;border-radius:50%;background:#7f9b83;flex:0 0 auto}.delivery-tracking-card__progress-dots{margin-left:8px;font-size:11px;line-height:1;color:#a5b1a3}.delivery-tracking-card__progress-line{margin-left:6px;height:1px;background:#e6e3dc;flex:1 1 auto}.delivery-tracking-card2{padding:14px 15px 12px}.delivery-tracking-card2__steps-list{display:grid;gap:0}.delivery-tracking-card2__step-row{display:grid;grid-template-columns:20px 1fr;column-gap:12px}.delivery-tracking-card2__row{display:flex;align-items:flex-start}.delivery-tracking-card2__markers{width:20px;display:flex;flex-direction:column;align-items:center}.delivery-tracking-card2__marker{width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid #d9ded6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.delivery-tracking-card2__marker--done{background:#7f9b83;border-color:#7f9b83}.delivery-tracking-card2__marker--active{border:5px solid #7f9b83}.delivery-tracking-card2__marker--cancelled{background:#c96363;border-color:#c96363}.delivery-tracking-card2__check{width:16px;height:16px;border-radius:50%;background:#7f9b83;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.delivery-tracking-card2__marker-line{width:2px;height:24px;background:#d9ded6}.delivery-tracking-card2__marker-line--done{background:#a3bd9f}.delivery-tracking-card2__current-dot{width:16px;height:16px;border-radius:50%;background:#fff;border:5px solid #7f9b83}.delivery-tracking-card2__steps{flex:1 1 auto;margin-left:12px}.delivery-tracking-card2__step-copy{min-height:40px;padding-bottom:8px}.delivery-tracking-card2__step{margin:0;font-size:11px;color:#9b9790}.delivery-tracking-card2__step+.delivery-tracking-card2__step{margin-top:18px}.delivery-tracking-card2__step--active{color:#4d4b48;font-size:13px;font-weight:700}.delivery-tracking-card2__step--cancelled{color:#8f3f3f;font-size:13px;font-weight:700}.delivery-tracking-card2__eta{margin:10px 0 0;font-size:10px;color:#9b9790}.delivery-tracking-card2__divider{height:1px;background:#dcd9d2;margin:12px 0 10px}.delivery-tracking-card2__timeline{display:flex;align-items:center}.delivery-tracking-card2__timeline-dot{width:14px;height:14px;border-radius:50%;background:#efe7da;position:relative;flex:0 0 auto}.delivery-tracking-card2__timeline-dot:after{content:"";position:absolute;left:3px;top:3px;width:8px;height:8px;border-radius:50%;background:#7f9b83}.delivery-tracking-card2__timeline-time{width:46px;height:24px;margin-left:9px;border-radius:7px;background:#f1f1ee;color:#9b9790;display:inline-flex;align-items:center;justify-content:center;font-size:10px}.delivery-tracking-card2__timeline-event{margin-left:10px;font-size:12px;color:#4d4b48}.delivery-tracking-card2__payment{margin-top:12px;padding:12px;border-radius:18px;background:#f7f5f0;border:1px solid #ebe4d9}.delivery-tracking-card2__payment-title{font-size:13px;font-weight:800;color:#4d4b48}.delivery-tracking-card2__payment-text{margin:6px 0 0;font-size:11px;line-height:1.35;color:#77726b}.delivery-tracking-card2__actions{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.delivery-tracking-card2__action{min-height:38px;padding:0 14px;border:0;border-radius:999px;background:#7f9b83;color:#fff;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #7f9b8333;cursor:pointer}.delivery-tracking-card2__action:disabled{opacity:.65;cursor:wait}.delivery-tracking-card2__action--secondary{background:#f5f2ea;color:#5f7f65;border:1px solid #e3ded4;box-shadow:0 5px 14px #43463e14}.delivery-tracking-card2__action--danger{background:#f7ebe5;color:#9a4f42;border:1px solid #efd5ca;box-shadow:0 5px 14px #9a4f4214}.delivery-tracking-card2__error{margin:10px 0 0;font-size:11px;color:#9a4f42}.delivery-tracking-screen__footer{position:fixed;left:50%;transform:translate(-50%);bottom:88px;width:min(100%,480px);padding:6px 14px 14px;background:#fff;height:82px;border-top:1px solid rgba(231,231,227,.6);z-index:999}.delivery-tracking-screen__contact{width:100%;height:48px;border:0;border-radius:20px;background:#a3bd9f;color:#fff;font-size:14px;font-weight:700;box-shadow:none}@media(min-width:768px){.page{max-width:480px;margin:0 auto;background:transparent}}@media(max-width:480px){.auth-reference{padding:14px 16px 34px}.auth-reference__title{font-size:30px}.auth-reference__title--script{font-size:42px}.auth-reference__title--reset{font-size:28px}.auth-reference__image-wrap{margin-top:14px}.auth-reference__image-wrap--reset{padding-left:8px}.auth-reference__image{width:min(100%,340px)}.auth-reference__image--compact{width:min(100%,320px)}.auth-reference__image--reset{width:min(100%,180px)}.auth-reference__form{gap:12px;margin-top:8px}.auth-reference__field{grid-template-columns:28px 1fr 24px;min-height:54px;gap:12px;padding:0 16px;border-width:1.5px;border-radius:22px}.auth-reference__field--plain{grid-template-columns:1fr;gap:0}.auth-reference__icon,.auth-reference__input,.auth-reference__register-copy,.auth-reference__register-link{font-size:16px}.auth-reference__forgot{font-size:15px}.auth-reference__hint,.auth-reference__feedback{font-size:14px}.auth-reference__submit{min-height:58px;margin-top:18px;border-radius:29px;font-size:22px}.auth-reference__bottom-divider{width:calc(100% - 48px);margin-top:24px}.auth-reference__register-row{margin-top:18px}.auth-reference__consent{grid-template-columns:22px 1fr;gap:10px;font-size:14px}.auth-reference__consent-checkbox{width:22px;height:22px}.auth-dialog{width:min(100%,320px);padding:18px 16px 14px;border-radius:20px}.auth-dialog__title{font-size:18px}.auth-dialog__message{font-size:14px}.shop-home__help-card{grid-template-columns:minmax(0,1fr) 92px}.shop-home__help-image{height:104px}.shop-home__about-primary{grid-template-columns:minmax(0,1fr) minmax(0,1.45fr) 74px}.shop-home__about-primary-side{width:74px;height:74px}.shop-home__about-side-image{height:74px}.shop-home__about-page-pane,.shop-home__about-page-strip{width:138px}.product-screen__facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:420px){.shop-home__address-full{display:none}.shop-home__address-compact{display:inline}}@media(max-width:380px){.shop-home{padding-right:12px;padding-left:12px}.shop-home__topbar{gap:0;margin-right:-12px;margin-left:-12px}.shop-home__topbar-primary{grid-template-columns:minmax(116px,1fr) auto;gap:8px;min-height:52px;padding:7px 12px}.shop-home__topbar-secondary{grid-template-columns:minmax(0,1fr) 112px;gap:0;min-height:34px;padding:4px 12px}.shop-home__brand-logo{width:min(126px,100%)}.shop-home__contact{gap:5px;padding:0}.shop-home__contact-icon{flex-basis:20px;width:20px;height:20px}.shop-home__contact-icon svg{width:18px;height:18px}.shop-home__contact--phone{min-height:38px;padding:4px 9px}.shop-home__contact--phone .shop-home__contact-copy{font-size:12.5px}.shop-home__contact--address .shop-home__contact-copy{font-size:10.5px}.shop-home__contact--hours{gap:4px;margin-left:8px;padding-left:8px}.shop-home__contact--hours .shop-home__contact-copy{display:grid;gap:0;font-size:9.75px;white-space:normal}.shop-home__hero-copy{width:170px}.shop-home__help-card{grid-template-columns:minmax(0,1fr) 96px}.shop-home__facts{gap:4px}.catalog-screen__header{align-items:center}.catalog-screen__title{font-size:24px}.catalog-screen__search-row{flex-wrap:wrap}.catalog-screen__filter-button{width:100%}.catalog-screen__grid{grid-template-columns:minmax(0,1fr)}.product-screen__hero-card,.product-screen__title,.product-screen__price,.product-screen__description,.product-screen__tabs{margin-right:16px;margin-left:16px}.product-screen__facts{grid-template-columns:repeat(2,minmax(0,1fr));margin-right:16px;margin-left:16px}.product-screen__buy{width:calc(100% - 32px);margin-right:16px;margin-left:16px}.cart-screen__item{padding-right:12px}.cart-screen__item-image{width:96px;height:96px}.cart-screen__item-copy{margin-left:12px}.cart-screen__item-copy h2{font-size:15px}.cart-screen__summary-row span{font-size:16px}.orders-screen__title,.favorites-screen__title{font-size:21px}.orders-screen__card-button{padding:12px}.orders-screen__card-image{width:96px;height:86px}.orders-screen__card-copy{margin-left:14px}.orders-screen__status{padding-right:10px;padding-left:10px;font-size:10px}.order-detail-screen__hero-image{width:112px;height:112px}.order-detail-screen__hero-copy{margin-left:14px}.checkout-screen__title,.order-success-screen__title{font-size:16px}.checkout-screen__promo-card{flex-wrap:wrap}.checkout-screen__promo-button{width:100%}.support-chat-screen__message-wrap--agent .support-chat-screen__time{margin-left:132px}}.catalog-android-screen{background:#fff}.catalog-android-screen__body{min-height:calc(100vh - 64px);padding-bottom:18px}.catalog-android-screen__header{display:flex;align-items:center;gap:8px;padding:14px 16px 0}.catalog-android-screen__title{flex:1 1 auto;min-width:0;margin:0;overflow:hidden;color:#4d4b48;font-size:24px;line-height:1.2;font-weight:400;text-overflow:ellipsis;white-space:nowrap}@media(max-width:350px){body{min-width:0}.shop-home__topbar-primary{grid-template-columns:minmax(108px,1fr) auto}.shop-home__topbar{gap:0;padding-bottom:0}.shop-home__brand-logo{width:min(112px,100%)}.shop-home__contact--phone{gap:4px;padding-right:7px;padding-left:7px}.shop-home__contact--phone .shop-home__contact-copy{font-size:12px}.shop-home__topbar-secondary{grid-template-columns:minmax(0,1fr) 104px;gap:0}.shop-home__contact{min-height:30px;padding:0}.shop-home__contact-icon{flex-basis:20px;width:20px;height:20px}.shop-home__contact-icon svg{width:17px;height:17px}.shop-home__address-full{display:none}.shop-home__address-compact{display:inline}.shop-home__contact--address{gap:4px;padding:0}.shop-home__contact--address .shop-home__contact-copy{font-size:10px}.shop-home__contact--hours{gap:4px;margin-left:6px;padding:0 0 0 6px;border-left-color:#b04b6329;border-radius:0;background:transparent}.shop-home__contact--hours .shop-home__contact-copy{display:grid;gap:0;font-size:9.25px}}.catalog-android-screen__sr-title{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.catalog-android-screen__toolbar-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;border:0;padding:0;border-radius:50%;background:transparent;color:#22191a;box-shadow:0 2px 7px #37463114,0 1px 2px #22191a0a}.catalog-android-screen__toolbar-button--small{width:44px;height:44px;margin-top:0}.catalog-android-screen__toolbar-button--tabs{margin-right:14px;background:#fff;color:#6f856f;border:1px solid #e3e0d7;box-shadow:0 2px 7px #37463114,0 1px 2px #22191a0a}.catalog-android-screen__toolbar-button svg{width:24px;height:24px;fill:currentColor}.catalog-android-screen__search-row{display:flex;align-items:center;gap:10px;padding:16px 16px 0}.catalog-android-screen__search-shell{display:grid;grid-template-columns:34px 1fr;align-items:center;flex:1;min-width:0;min-height:44px;border-radius:var(--radius-panel);background:#fff;border:1px solid #ddd6cc;overflow:hidden}.catalog-android-screen__search-icon{display:inline-flex;align-items:center;justify-content:center;color:#7f9b83}.catalog-android-screen__search-icon svg{width:18px;height:18px;fill:currentColor}.catalog-android-screen__search-input{width:100%;min-height:44px;border:0;outline:none;background:transparent;padding:0 12px 0 0;color:#22191a;font-size:14px}.catalog-android-screen__search-input::placeholder{color:#8f8983}.catalog-android-screen__filter-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;min-height:44px;border:0;padding:0;border-radius:50%;background:#a3bd9f;color:#fff;box-shadow:0 3px 9px #5f775c2e,0 1px 2px #22191a0d}.catalog-android-screen__filter-button--active{background:#7f9b83}.catalog-android-screen__filter-button svg{width:22px;height:22px;fill:currentColor}.catalog-android-screen__tabs-panel{display:flex;align-items:center;gap:8px;min-height:54px;margin-top:10px;padding:8px 0;border-top:1px solid #e3e0d7;border-bottom:1px solid #e3e0d7;background:#eef5ea}.catalog-android-screen__back-chip-wrap{padding-left:16px}.catalog-android-screen__chips-scroll{flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}.catalog-android-screen__chips-scroll::-webkit-scrollbar{display:none}.catalog-android-screen__chips{display:flex;align-items:center;gap:8px;min-width:max-content;padding-right:4px}.catalog-android-screen__chip{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:38px;padding:0 14px;border:0;border-radius:19px;background:#ece5db;color:#22191a;text-decoration:none;font-size:14px;box-shadow:0 2px 7px #37463114,0 1px 2px #22191a0a}.catalog-android-screen__chip--active{background:#fff;color:#4f7058;box-shadow:0 3px 9px #5f775c1f,0 1px 2px #22191a0a}.catalog-android-screen__chip--back{background:#fff;color:#4f7058}.catalog-android-screen__recycler{display:grid;gap:14px;padding:22px 16px 16px;background:#fff}.catalog-android-screen__loading-state{display:grid;justify-items:center;align-content:center;gap:10px;min-height:calc(100vh - 260px);padding:34px 24px;background:#f7f3ed;color:#4d4b48;text-align:center}.catalog-android-screen__loading-state strong{font-size:17px;line-height:1.25}.catalog-android-screen__loading-state p{margin:0;color:#7d766f;font-size:13px;line-height:1.4}.catalog-android-screen__spinner{width:34px;height:34px;border:3px solid #e5ded3;border-top-color:#95af98;border-radius:50%;animation:catalog-spin .8s linear infinite}@keyframes catalog-spin{to{transform:rotate(360deg)}}.catalog-android-screen__recycler--grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px}.catalog-android-screen__empty-state{display:grid;justify-items:center;min-height:calc(100vh - 260px);padding:28px 28px 32px;background:#fff;text-align:center}.catalog-android-screen__empty-image{width:min(100%,270px);height:auto}.catalog-android-screen__empty-title{margin:22px 0 0;color:#22191a;font-size:22px;line-height:1.2;font-weight:700}.catalog-android-screen__empty-subtitle{margin:10px 0 0;color:#6d6161;font-size:15px;line-height:1.45}.catalog-android-screen__empty-button{width:260px;max-width:100%;min-height:56px;margin-top:22px;border:0;border-radius:24px;background:#a3bd9f;color:#fff;font-size:16px;font-weight:700;box-shadow:none}.catalog-android-screen__load-more{width:100%;min-height:48px;border:0;border-radius:22px;background:#95af98;color:#fff;font-size:15px;font-weight:700;box-shadow:0 8px 18px #5f775c29}.catalog-android-screen__load-more:disabled{opacity:.68}.catalog-android-screen__load-more--grid{grid-column:1 / -1}.catalog-android-screen__load-trigger{display:grid;place-items:center;width:100%;min-height:32px;color:#6d6161;font-size:13px}.catalog-android-screen__load-trigger--grid{grid-column:1 / -1}.catalog-filters-sheet{display:block;margin:10px 16px 0;background:transparent}.catalog-filters-sheet__panel{background:#fffdf9;border:1px solid #e3e0d7;border-radius:var(--radius-card);padding:14px;display:grid;grid-template-rows:auto minmax(0,1fr);gap:16px;max-height:min(48vh,430px);overflow:hidden;box-shadow:var(--shadow-card)}.catalog-filters-sheet__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.catalog-filters-sheet__head h2{margin:0;color:#22191a;font-size:18px;line-height:1.2}.catalog-filters-sheet__reset{border:0;border-radius:999px;background:#fff;color:#7f9b83;font:inherit;font-size:12px;line-height:1;padding:8px 11px;box-shadow:0 2px 7px #37463114,0 1px 2px #22191a0a}.catalog-filters-sheet__groups{display:grid;gap:14px;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:2px;scrollbar-width:thin}.catalog-filters-sheet__group{display:flex;align-items:center;gap:10px;min-width:0}.catalog-filters-sheet__group-head{flex:0 0 118px;display:inline-flex;align-items:center;gap:8px;min-width:0;color:#4d4b48}.catalog-filters-sheet__group-head span{flex:0 0 auto;font-size:20px;line-height:1}.catalog-filters-sheet__group-head h3{margin:0;color:#4d4b48;font-size:15px;line-height:1.3;overflow:hidden;text-overflow:ellipsis}.catalog-filters-sheet__chips{display:flex;gap:8px;flex:1 1 auto;min-width:0;overflow-x:auto;padding:2px 2px 4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.catalog-filters-sheet__chips::-webkit-scrollbar{display:none}.catalog-filters-sheet__chip{flex:0 0 auto;min-height:36px;padding:0 14px;border:1px solid #e3ddd3;border-radius:18px;background:#fff;color:#6d6161;font:inherit;box-shadow:0 2px 7px #37463112,0 1px 2px #22191a09}.catalog-filters-sheet__chip--active{border-color:#95af98;background:#eff5ef;color:#54694f;box-shadow:0 3px 9px #5f775c1f,0 1px 2px #22191a0a}.catalog-filters-sheet__empty{margin:0;color:#7d766f;font-size:14px;line-height:1.35}.catalog-android-card{display:grid;grid-template-columns:40% 1fr;height:158px;min-height:158px;border:1px solid #e3e0d7;border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-card);overflow:hidden;text-align:left;color:inherit;text-decoration:none;cursor:pointer}.catalog-android-card--grid{grid-template-columns:1fr;grid-template-rows:132px minmax(0,1fr);height:244px;min-height:244px;margin-bottom:14px}.catalog-android-card__image-wrap{align-self:stretch;height:158px;min-height:158px;overflow:hidden;background:#f0ece6;margin:-1px 0 -1px -1px}.catalog-android-card--grid .catalog-android-card__image-wrap{grid-column:1 / -1;width:calc(100% + 2px);height:132px;min-height:132px;margin:-1px -1px 0}.catalog-android-card__image{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.catalog-android-card__content{display:grid;grid-template-rows:auto minmax(0,1fr) auto;align-content:start;min-width:0;min-height:0;overflow:hidden;padding:14px 10px 14px 12px}.catalog-android-card--grid .catalog-android-card__content{padding:14px}.catalog-android-card__title{margin:0;color:#22191a;font-size:15px;line-height:1.3;font-weight:700}.catalog-android-card__description{margin:9px 0 0;color:#6d6161;font-size:13px;line-height:1.45;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.catalog-android-card__count{margin-top:auto;color:#7f9b83;font-size:15px;line-height:1.2;font-weight:400}.catalog-android-product{position:relative;display:grid;grid-template-columns:40% 1fr;height:158px;min-height:158px;border:1px solid #e3e0d7;border-radius:var(--radius-card);background:var(--surface);box-shadow:var(--shadow-card);overflow:hidden;cursor:pointer;-webkit-tap-highlight-color:transparent}.catalog-android-product--grid{grid-template-columns:1fr;grid-template-rows:132px minmax(0,1fr);height:244px;min-height:244px;margin-bottom:14px}.catalog-android-product__image-shell{position:relative;height:158px;min-height:158px;align-self:stretch;overflow:hidden;margin:-1px 0 -1px -1px;background:#f0ece6}.catalog-android-product--grid .catalog-android-product__image-shell{grid-column:1 / -1;width:calc(100% + 2px);height:132px;min-height:132px;margin:-1px -1px 0}.catalog-android-product__image{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.catalog-android-product__badge{position:absolute;top:16px;left:16px;display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:12px;background:#4f7058;color:#fff;font-size:11px}.catalog-android-product__favorite{position:absolute;top:10px;right:10px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:50%;background:#fffffff0;color:#7f9b83;box-shadow:none;-webkit-tap-highlight-color:transparent}.catalog-android-product__favorite svg{width:20px;height:20px}.catalog-android-product__body{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;min-height:0;overflow:hidden;padding:9px 10px 9px 12px}.catalog-android-product--grid .catalog-android-product__body{padding:14px}.catalog-android-product__title{margin:0;color:#22191a;font-size:15px;line-height:1.3;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-android-product__title-link{color:inherit;text-decoration:none}.catalog-android-product__title-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.catalog-android-product__title-link:focus-visible:after{outline:3px solid #8f434f;outline-offset:-3px}.catalog-android-product__subtitle{margin:9px 0 0;color:#6d6161;font-size:13px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:0}.catalog-android-product--grid .catalog-android-product__subtitle{margin-top:7px;font-size:12px;line-height:1.35;-webkit-line-clamp:2}.catalog-android-product__availability{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;min-height:23px;margin-top:8px;border:1px solid transparent;border-radius:999px;padding:4px 10px;font-size:11px;line-height:1.15;font-weight:700;white-space:nowrap;align-self:start}.catalog-android-product__availability--in{border-color:#d5e8d7;background:#eef7ef;color:#2f7a45}.catalog-android-product__availability--low{border-color:#f0ddbf;background:#fff5e7;color:#9a5a13}.catalog-android-product__availability--preorder{border-color:#dce8dc;background:#f1f6f1;color:#3d4f43}.catalog-android-product__availability--out{border-color:#f1d0cb;background:#fff0ee;color:#b74238}.catalog-android-product__list-footer,.catalog-android-product__grid-footer{display:flex;align-items:center;gap:12px;margin-top:auto}.catalog-android-product__price{color:#476651;font-size:15px;line-height:1.2;font-weight:400}.catalog-android-product__list-footer .catalog-android-product__price{flex:1}.catalog-android-product__buy{position:relative;z-index:2;overflow:hidden;min-width:98px;min-height:34px;border:0;border-radius:17px;background:#a3bd9f;color:#fff;font-size:12px;font-weight:700;box-shadow:none;transform-origin:center;transition:transform .12s ease,background-color .12s ease;-webkit-tap-highlight-color:transparent}.catalog-android-product__buy:active:not(:disabled){transform:scale(.94);background:#8ea98b}.catalog-android-product__buy:after{position:absolute;top:-35%;right:-35%;bottom:-35%;left:-35%;display:block;content:"";background:radial-gradient(circle,#ffffff6b,#fff0 62%);opacity:0;transform:scale(.35);pointer-events:none}.catalog-android-product__buy--clicked{animation:catalog-buy-button-pop .38s cubic-bezier(.2,.9,.28,1)}.catalog-android-product__buy--clicked:after{animation:catalog-buy-button-ripple .42s ease-out}.catalog-android-product__buy:disabled{opacity:.55;cursor:default}.catalog-android-product--flyer{position:fixed!important;z-index:4000;margin:0!important;pointer-events:none!important;box-shadow:0 18px 38px #3746313d;transform-origin:center center;will-change:transform,opacity}.catalog-android-product--flyer .catalog-android-product__favorite,.catalog-android-product--flyer .catalog-android-product__buy{display:none}@keyframes catalog-buy-button-pop{0%{transform:scale(1)}38%{transform:scale(.92)}72%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes catalog-buy-button-ripple{0%{opacity:.8;transform:scale(.28)}to{opacity:0;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.bottom-nav__icon-wrap--cart-pulse,.catalog-android-product__buy--clicked,.catalog-android-product__buy--clicked:after{animation:none}}.catalog-android-product__grid-footer .catalog-android-product__price{flex:1}.catalog-android-product__dots{display:flex;align-items:center;gap:4px}.catalog-android-product__dots span{width:10px;height:10px;border-radius:50%;background:#d6d1c8}.flower-note{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;padding:14px 14px 14px 12px;border:1px solid rgba(219,184,118,.38);border-radius:18px 18px 24px;background:linear-gradient(135deg,#fff9def5,#fff4dbf5),repeating-linear-gradient(0deg,transparent 0 25px,rgba(181,144,86,.08) 26px 27px);box-shadow:0 8px 20px #634c2b14,inset 0 1px #ffffffb8}.flower-note:after{content:"";position:absolute;right:0;bottom:0;width:31px;height:31px;border-radius:18px 0 22px;background:linear-gradient(135deg,#dbb87614,#b48f5342)}.flower-note__pin{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:14px;background:#95af9829;color:#7f9b83;font-size:18px;line-height:1}.flower-note__copy{display:grid;gap:4px}.flower-note__copy strong{color:#4d4b48;font-size:14px;line-height:1.2;font-weight:800}.flower-note__copy p{margin:0;color:#6d6161;font-size:12px;line-height:1.45}.catalog-android-screen__flower-note{margin-top:2px}.catalog-android-screen__flower-note--grid{grid-column:1 / -1}.product-screen__flower-note{margin:12px 18px 4px}.product-screen--android{background:#fff}.product-screen__modifiers{margin-top:10px;background:#f7f3ed}.product-screen__modifiers-head{display:flex;align-items:center;gap:10px;padding:9px 18px 0}.product-screen__modifiers-head h2{margin:0;color:#22191a;font-size:13px;line-height:1.3;font-weight:700}.product-screen__modifiers-head span{flex:1;height:1px;background:#e7e2d9}.product-screen__modifiers-strip{display:flex;gap:10px;overflow-x:auto;padding:6px 18px 10px;scrollbar-width:none}.product-screen__modifiers-strip::-webkit-scrollbar{display:none}.product-screen__modifier-card{display:flex;align-items:stretch;flex:0 0 206px;min-height:104px;border:1px solid #e3e0d7;border-radius:16px;background:#fff;text-align:left;box-shadow:0 2px 8px #22191a0f}.product-screen__modifier-card--active{border-color:#95af98}.product-screen__modifier-image{width:90px;height:102px;object-fit:cover;flex:0 0 auto;border-radius:16px 0 0 16px}.product-screen__modifier-copy{display:grid;align-content:start;gap:8px;padding:8px 8px 8px 10px}.product-screen__modifier-copy strong{color:#22191a;font-size:10px;line-height:1.35;font-weight:700}.product-screen__modifier-copy p{margin:0;color:#6d6161;font-size:10px;line-height:1.35}.product-screen__modifier-copy span{margin-top:auto;color:#22191a;font-size:12px;line-height:1.2}@media(max-width:380px){.catalog-android-screen__header{gap:6px}.catalog-android-screen__search-row{flex-wrap:nowrap}.catalog-android-screen__filter-button{flex-basis:44px;width:44px;min-height:44px}.catalog-android-screen__recycler--grid{grid-template-columns:1fr}}.catalog-screen__back-chip-wrap{padding-left:16px}.catalog-screen__categories{display:grid;gap:14px;padding:12px 16px 0}.catalog-screen__categories--grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.catalog-screen__products-heading{padding:18px 16px 0}.catalog-screen__products-heading h2{margin:0;color:#4d4b48;font-size:20px;line-height:1.2;font-weight:700}.catalog-category-card{display:grid;grid-template-columns:40% 1fr;min-height:158px;border:1px solid #e3e0d7;border-radius:18px;background:#fff;box-shadow:0 3px 10px #22191a0f;overflow:hidden;text-align:left}.catalog-category-card--grid{grid-template-columns:1fr;min-height:244px}.catalog-category-card__image-wrap{min-height:100%}.catalog-category-card--grid .catalog-category-card__image-wrap{height:132px}.catalog-category-card__image{display:block;width:100%;height:100%;object-fit:cover}.catalog-category-card__content{display:grid;align-content:start;gap:9px;padding:14px 10px 14px 12px}.catalog-category-card--grid .catalog-category-card__content{padding:14px;gap:12px}.catalog-category-card__title{margin:0;color:#4d4b48;font-size:15px;line-height:1.3;font-weight:700}.catalog-category-card__description{margin:0;color:#7f7a75;font-size:13px;line-height:1.45}.catalog-category-card__count{margin-top:auto;color:#7f9b83;font-size:15px;line-height:1.2;font-weight:700}@media(max-width:380px){.catalog-screen__categories--grid{grid-template-columns:1fr}}.support-chat-android{min-height:100vh;background:#fff;display:grid;grid-template-rows:auto 1px auto 1fr auto}.support-chat-android__header{height:66px;display:grid;grid-template-columns:64px 1fr 64px;align-items:end;padding:0 0 10px;background:#fff}.support-chat-android__back{width:40px;height:40px;border:0;background:transparent;padding:7px;color:#5d5a56;display:inline-flex;align-items:center;justify-content:center;margin:0 0 7px 12px}.support-chat-android__back-icon{width:24px;height:24px;display:block}.support-chat-android__title{margin:0;text-align:center;color:#2b2a28;font-size:19px;line-height:1.1;font-weight:400;font-family:serif}.support-chat-android__headset{width:22px;height:22px;margin-bottom:7px;justify-self:end}.support-chat-android__spacer{width:40px;height:40px}.support-chat-android__header-divider{height:1px;background:#e7e7e3}.support-chat-android__today-row{display:grid;grid-template-columns:108px auto 108px;align-items:center;justify-content:center;gap:10px;padding:8px 14px 0}.support-chat-android__today-row span{height:1px;background:#e8e2d8}.support-chat-android__today-row p{margin:0;color:#9b9790;font-size:11px}.support-chat-android__scroll{min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:10px 14px 92px;display:flex;flex-direction:column;gap:10px}.support-chat-android__empty{padding:18px 16px;text-align:center;color:#9b9790;font-size:12px}.support-chat-android__message{display:flex;flex-direction:column;align-items:flex-start}.support-chat-android__message--user{align-items:flex-end}.support-chat-android__bubble{max-width:284px;padding:12px 18px;border-radius:24px;font-size:12px;line-height:1.35}.support-chat-android__bubble--user{background:#a9be97;color:#fff;border-bottom-right-radius:8px}.support-chat-android__bubble--agent{background:#fff;border:1px solid #eee7de;color:#4d4b48;border-bottom-left-radius:8px}.support-chat-android__bubble--system{background:#f7f5f0;border:1px solid #eee7de;color:#4d4b48}.support-chat-android__text{margin:0;white-space:pre-wrap}.support-chat-android__time{margin-top:5px;font-size:10px;color:#9b9790}.support-chat-android__image{display:block;max-width:100%;border-radius:20px}.support-chat-android__audio{width:240px;max-width:100%}.support-chat-android__input-wrap{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:min(100%,480px);background:#fff;padding:6px 12px 10px;z-index:1000}.support-chat-android__input-divider{height:1px;background:#ece5db}.support-chat-android__composer{margin-top:8px;display:flex;align-items:center;gap:10px}.support-chat-android__input{flex:1;height:52px;border-radius:26px;border:1px solid #e8e2d8;padding:0 14px;display:flex;align-items:center;gap:10px;background:#fff}.support-chat-android__icon-btn{width:20px;height:20px;padding:0;border:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;box-shadow:none}.support-chat-android__icon{width:20px;height:20px;display:block}.support-chat-android__text-input{flex:1;border:0;outline:none;background:transparent;color:#4d4b48;font-size:12px;min-width:0}.support-chat-android__text-input::placeholder{color:#9b9790}.support-chat-android__file{display:none}.support-chat-android__send{width:54px;height:54px;border-radius:50%;border:1px solid #8ea680;background:#9eb590;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;padding:0}.support-chat-android__send-icon{width:22px;height:22px;display:block}.order-detail-android{min-height:100vh;background:#fff;display:flex;flex-direction:column}.order-detail-android__toolbar{display:flex;align-items:center;padding:7px 18px;background:#fff}.order-detail-android__back{width:40px;height:40px;border:0;background:transparent;padding:8px;color:#7f9b83;display:inline-flex;align-items:center;justify-content:center;box-shadow:none}.order-detail-android__back-icon{width:24px;height:24px;display:block}.order-detail-android__title{flex:1;margin:0 40px 0 0;text-align:center;color:#4d4b48;font-size:18px;font-weight:700;line-height:1.2}.order-detail-android__divider{height:1px;background:#e7e2d9}.order-detail-android__state{padding:24px 18px;text-align:center;color:#8e8680}.order-detail-android__scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:164px}.order-detail-android__content{padding:9px 16px;display:flex;flex-direction:column}.order-detail-android__hero{display:flex;align-items:center}.order-detail-android__hero-image{width:128px;height:128px;border-radius:14px;background:#fff;object-fit:cover;flex:0 0 auto}.order-detail-android__hero-copy{flex:1;margin-left:18px;display:flex;flex-direction:column}.order-detail-android__hero-number{font-size:14px;font-weight:700;color:#4d4b48}.order-detail-android__hero-name{margin-top:7px;font-size:14px;font-weight:700;color:#4d4b48}.order-detail-android__hero-created{margin-top:6px;font-size:11px;color:#9b9790}.order-detail-android__status{margin-top:9px;width:fit-content;padding:6px 13px;border-radius:16px;font-size:10px;line-height:1.1}.order-detail-android__status--delivered,.order-detail-android__status--active,.order-detail-android__status--done{background:#eef2ea;color:#6e8b6c}.order-detail-android__status--attention{background:#fff3d8;color:#9a6b20}.order-detail-android__status--payment{background:#edf2ff;color:#516a9a}.order-detail-android__status--cancelled{background:#f5e9df;color:#8f6e5a}.order-detail-android__status--neutral{background:#f1efea;color:#77726b}.order-detail-android__card,.order-detail-android__total-card{margin-top:10px;padding:14px;border-radius:24px;border:1px solid #f0ece5;box-shadow:0 3px 10px #22191a0f;background:#fff}.order-detail-android__card{margin-top:12px}.order-detail-android__total-card{background:#f7f5f0}.order-detail-android__card-title{font-size:12px;font-weight:700;color:#4d4b48}.order-detail-android__card-text{margin-top:9px;font-size:11px;color:#4d4b48}.order-detail-android__card-text--muted{margin-top:5px}.order-detail-android__flow-head{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.order-detail-android__flow-label{color:#4d4b48;font-size:13px;font-weight:800}.order-detail-android__flow-percent{color:#7f9b83;font-size:12px;font-weight:800}.order-detail-android__flow-progress{margin-top:9px;height:7px;border-radius:999px;overflow:hidden;background:#f0ece5}.order-detail-android__flow-fill{display:block;height:100%;min-width:8px;border-radius:inherit;background:#a3bd9f}.order-detail-android__flow-fill--attention{background:#e7bc68}.order-detail-android__flow-fill--payment{background:#9bacd0}.order-detail-android__flow-fill--cancelled{background:#c98779}.order-detail-android__flow-hint{margin:9px 0 0;color:#77726b;font-size:11px;line-height:1.35}.order-detail-android__card-divider{height:1px;background:#e7e2d9;margin-top:9px}.order-detail-android__items{margin-top:12px;display:flex;flex-direction:column;gap:10px}.order-detail-android__item-row{display:flex;align-items:center}.order-detail-android__item-image{width:26px;height:26px;border-radius:14px;object-fit:cover;flex:0 0 auto}.order-detail-android__item-title{flex:1;margin-left:6px;font-size:11px;color:#4d4b48;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-detail-android__item-price{font-size:11px;font-weight:700;color:#4d4b48;margin-left:10px;white-space:nowrap}.order-detail-android__hint{margin-top:12px;font-size:11px;color:#9b9790}.order-detail-android__photos-scroll{margin-top:12px;display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.order-detail-android__photos-scroll::-webkit-scrollbar{display:none}.order-detail-android__photo{flex:0 0 78%;max-width:280px;min-width:210px;border-radius:20px;overflow:hidden;background:#f7f5f0;border:1px solid #ede7dd;scroll-snap-align:start;box-shadow:0 4px 12px #22191a12}.order-detail-android__photo-image{width:100%;height:180px;display:block;object-fit:cover}.order-detail-android__photo-caption{padding:9px 11px 10px;font-size:11px;color:#4d4b48}.order-detail-android__payment-link{margin-top:10px;min-height:38px;padding:0 14px;border-radius:999px;background:#7f9b83;color:#fff;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #7f9b8333}.order-detail-android__total-row{display:flex;align-items:baseline;margin-top:9px}.order-detail-android__total-row--tight{margin-top:5px}.order-detail-android__total-label{flex:1;font-size:11px;color:#4d4b48}.order-detail-android__total-row--grand .order-detail-android__total-label{font-size:13px;font-weight:700}.order-detail-android__total-value{font-size:11px;color:#4d4b48}.order-detail-android__total-row--grand .order-detail-android__total-value{font-size:17px;font-weight:700}.order-detail-android__footer{position:fixed;left:50%;transform:translate(-50%);bottom:88px;width:min(100%,480px);padding:2px 30px 9px;background:#fff;border-top:1px solid rgba(231,226,217,.7);z-index:999;display:grid;grid-template-columns:1fr 1.2fr;gap:8px}.order-detail-android__support,.order-detail-android__track{width:100%;height:50px;border:0;border-radius:24px;font-size:15px;font-weight:700;box-shadow:none}.order-detail-android__support{background:#a3bd9f;color:#fff}.order-detail-android__track{background:#f5f2ea;color:#5f7f65;border:1px solid #d9ded6}.auth-reference--register{padding-top:10px}.auth-reference--register .auth-reference__image-wrap{margin-top:8px}.auth-reference--register .auth-reference__image--compact,.auth-reference--login .auth-reference__image--compact{width:min(100%,220px)}.auth-reference--reset .auth-reference__form{gap:10px;margin-top:8px}.auth-reference--reset .auth-reference__field{min-height:48px;padding:0 14px;border-radius:20px}.auth-reference--reset .auth-reference__input{font-size:16px;line-height:1.2}.auth-reference--reset .auth-reference__submit{min-height:48px;border-radius:20px;font-size:16px;margin-top:2px}.auth-reference--reset .auth-reference__submit--bottom-fixed{position:fixed;left:24px;right:24px;bottom:96px;z-index:90}.auth-reference--reset .auth-reference__hint,.auth-reference--reset .auth-reference__feedback{font-size:13px;line-height:1.25}.auth-reference--reset .auth-reference__submit{margin-top:auto}.auth-reference--register .auth-reference__form{margin-top:8px;gap:10px}.auth-reference--register .auth-reference__field{min-height:48px;padding:0 14px;border-radius:20px}.auth-reference--register .auth-reference__input{font-size:16px}.auth-reference--register .auth-reference__register-row{margin-top:0;gap:6px;flex-wrap:nowrap;justify-content:center}.auth-reference--register .auth-reference__register-copy,.auth-reference--register .auth-reference__register-link{font-size:13px;line-height:1.2}.auth-reference--register .auth-reference__bottom-divider{margin-top:8px;margin-bottom:8px}.auth-reference--register .auth-reference__submit{min-height:48px;border-radius:20px;font-size:16px;margin-top:2px}.auth-reference--register .auth-compact__consent{display:flex;align-items:flex-start;gap:10px;margin:2px 4px 0;color:#8c8782;font-size:13px;line-height:1.25}.auth-reference--register .auth-compact__checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;margin:1px 0 0;border:1.5px solid #c8c1b9;border-radius:5px;background:#fff;flex:0 0 16px}.auth-reference--register .auth-compact__checkbox:checked{background:#95af98;border-color:#95af98;box-shadow:inset 0 0 0 3px #fff}.auth-reference--register .auth-compact__consent a{color:#7f9a84;text-decoration:none}@media(max-height:760px){.auth-reference--register .auth-reference__image-wrap{display:none}}.auth-reference--policy .auth-reference__form{margin-top:8px}.policy-card{border:1px solid #d7d1ca;border-radius:16px;padding:14px;background:#fff;color:#4d4b48;font-size:14px;line-height:1.45}.policy-card p{margin:0 0 10px}.policy-card p:last-child{margin-bottom:0}@media(min-width:768px){:root{--desktop-app-width: 480px;--desktop-app-radius: 32px;--desktop-app-bg: #eef5ea;--desktop-app-shadow: 0 26px 76px rgba(55, 70, 49, .18);--app-bottom-nav-height: 74px;--app-bottom-nav-offset: 0px}html{min-height:100%;background:var(--desktop-app-bg)}body{min-height:100vh;background:radial-gradient(circle at 12% 16%,rgba(216,232,205,.72) 0,transparent 34%),radial-gradient(circle at 88% 12%,rgba(239,245,226,.86) 0,transparent 30%),linear-gradient(180deg,#f7fbf3 0%,var(--desktop-app-bg) 100%)}.app-shell{min-height:100vh;padding-top:0;background:transparent}.page{width:min(100%,var(--desktop-app-width));max-width:var(--desktop-app-width);min-height:100vh;margin:0 auto;overflow:hidden;border-radius:var(--desktop-app-radius);background:#fff;box-shadow:var(--desktop-app-shadow)}.page.page--with-nav{min-height:calc(100dvh - var(--app-workspace-bottom-gap));margin-bottom:0;padding-bottom:var(--app-workspace-bottom-gap)}.bottom-nav{left:50%;right:auto;bottom:var(--app-bottom-nav-offset);width:min(100%,var(--desktop-app-width));padding:10px 8px 12px;transform:translate(-50%) translateZ(0);border:1px solid rgba(231,226,217,.9);border-radius:24px 24px 0 0;background:#fffffffa;box-shadow:0 -2px 8px #37463114,0 -1px 2px #22191a0a}.auth-screen--reference{overflow:visible;background:#fff}.auth-reference{width:min(100%,430px);min-height:calc(100vh - 126px);height:auto;padding:14px 26px 24px;overflow:visible;border-radius:var(--desktop-app-radius);background:#fff;box-shadow:none}.auth-reference__topbar{position:relative;min-height:50px;background:transparent}.auth-reference__image-wrap,.auth-reference__image-wrap--compact,.auth-reference__image-wrap--reset,.auth-reference--register .auth-reference__image-wrap{display:flex;margin-top:10px}.auth-reference__image,.auth-reference__image--compact,.auth-reference--login .auth-reference__image--compact{width:min(100%,184px)}.auth-reference--register .auth-reference__image--compact{width:min(100%,150px)}.auth-reference__image--reset{width:min(100%,158px)}.auth-reference__form,.auth-reference__form--compact,.auth-reference--register .auth-reference__form,.auth-reference--reset .auth-reference__form{gap:10px;margin-top:12px}.auth-reference__field,.auth-reference--register .auth-reference__field,.auth-reference--reset .auth-reference__field{grid-template-columns:30px minmax(0,1fr) 28px;min-height:52px;padding:0 16px;gap:12px;border-width:1.5px;border-radius:22px}.auth-reference__field--plain,.auth-reference--reset .auth-reference__field--plain{grid-template-columns:minmax(0,1fr)}.auth-reference__icon{font-size:18px}.auth-reference__input,.auth-reference__form--compact .auth-reference__input,.auth-reference--register .auth-reference__input,.auth-reference--reset .auth-reference__input{min-width:0;font-size:16px;line-height:1.2}.auth-reference__forgot,.auth-reference__hint,.auth-reference__feedback{font-size:14px}.auth-reference__submit,.auth-reference--register .auth-reference__submit,.auth-reference--reset .auth-reference__submit{min-height:52px;margin-top:8px;border-radius:22px;font-size:17px}.auth-reference--reset .auth-reference__submit--bottom-fixed{position:static;left:auto;right:auto;bottom:auto}.auth-reference__bottom-divider,.auth-reference--register .auth-reference__bottom-divider{width:calc(100% - 56px);margin-top:14px;margin-bottom:0}.auth-reference__register-row,.auth-reference--register .auth-reference__register-row{margin-top:12px}.auth-reference__register-copy,.auth-reference__register-link,.auth-reference--register .auth-reference__register-copy,.auth-reference--register .auth-reference__register-link{font-size:14px;line-height:1.2}.auth-reference--register .auth-compact__consent{font-size:12px;line-height:1.25}.profile-screen,.catalog-android-screen{background:#fff}.profile-screen__body{min-height:calc(100vh - 226px);background:#fff}.profile-screen__body--guest{min-height:auto;padding-bottom:104px}.profile-screen__body--guest .profile-screen__login-cta{left:50%;right:auto;width:min(calc(100% - 32px),420px);transform:translate(-50%)}.profile-screen__login-cta,.profile-screen__summary-card,.profile-screen__recent-list,.profile-screen__menu,.profile-screen__empty{width:min(100%,420px);justify-self:center}.catalog-android-screen__body{min-height:calc(100vh - 126px);background:#fff}.catalog-android-screen__tabs-panel,.catalog-android-screen__loading-state{background:#eef5ea}.catalog-android-screen__recycler{background:#fff}.catalog-android-screen__recycler{min-height:calc(100vh - 306px)}.support-chat-android{min-height:calc(100vh - 32px)}.support-chat-android__scroll{padding-bottom:104px}.support-chat-android__input-wrap{bottom:16px;width:min(100%,var(--desktop-app-width));border:1px solid rgba(231,226,217,.9);border-top:0;border-radius:0 0 24px 24px;box-shadow:0 16px 46px #3746311f}}:root{--storefront-brand: #c91261;--storefront-brand-dark: #9f0d4d;--storefront-brand-soft: #fff0f6;--storefront-ink: #241f21;--storefront-muted: #746c6f;--storefront-green: #2f7246;--storefront-green-soft: #edf7ef;--storefront-canvas: #fffdfb;--storefront-blush: #fbf3ef;--storefront-line: #eadfda;--storefront-shadow: 0 8px 24px rgba(74, 46, 52, .09);--storefront-safe-bottom: env(safe-area-inset-bottom, 0px)}html.storefront-sheet-open,html.storefront-sheet-open body{overflow:hidden}.storefront-home,.storefront-catalog,.product-screen.product-screen--android{width:min(100%,760px);min-height:100dvh;margin:0 auto;color:var(--storefront-ink);background:var(--storefront-canvas)}.storefront-home.page--with-nav,.storefront-catalog.page--with-nav{padding:0 0 calc(78px + var(--storefront-safe-bottom))}.storefront-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:0 16px;border:0;border-radius:14px;font-size:13px;font-weight:800;text-decoration:none}.storefront-button--primary{color:#fff;background:var(--storefront-brand);box-shadow:0 7px 17px #c9126133}.storefront-button--soft{color:var(--storefront-brand);background:var(--storefront-brand-soft)}.storefront-eyebrow{color:var(--storefront-brand);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.storefront-icon-button{position:relative;display:inline-flex;width:38px;height:38px;flex:0 0 38px;align-items:center;justify-content:center;padding:0;border:1px solid var(--storefront-line);border-radius:12px;color:var(--storefront-ink);background:#fff;box-shadow:0 4px 12px #482c320d}.storefront-icon-button svg{width:18px;height:18px}.storefront-icon-button--brand{border-color:var(--storefront-brand);color:#fff;background:var(--storefront-brand)}.storefront-icon-button.has-badge:after{content:attr(data-count);position:absolute;top:-6px;right:-6px;display:inline-flex;min-width:18px;height:18px;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff;border-radius:99px;color:#fff;background:var(--storefront-green);font-size:9px;font-weight:800}.storefront-home__header{position:relative;z-index:2;border-bottom:1px solid var(--storefront-line);background:#fffdfbf7}.storefront-home__utility{display:grid;grid-template-columns:minmax(0,1fr) auto;min-height:30px;align-items:center;padding:0 14px;gap:12px;border-bottom:1px solid #f2e9e5}.storefront-home__utility-item{display:inline-flex;min-width:0;align-items:center;gap:5px;overflow:hidden;color:#766e70;font-size:10px;line-height:1;text-decoration:none;white-space:nowrap}.storefront-home__utility-item:first-child span{overflow:hidden;text-overflow:ellipsis}.storefront-home__utility-item svg{width:13px;height:13px;flex:0 0 auto;color:var(--storefront-brand)}.storefront-home__brand-row{display:flex;min-height:58px;align-items:center;justify-content:space-between;padding:7px 14px;gap:12px}.storefront-home__brand{display:block;min-width:0}.storefront-home__brand img{display:block;width:min(148px,42vw);height:auto}.storefront-home__phone{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:0 13px;gap:7px;border-radius:12px;color:#fff;background:var(--storefront-brand);box-shadow:0 6px 15px #c9126133;font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap}.storefront-home__phone svg{width:17px;height:17px}.storefront-hero{position:relative;overflow:hidden;background:#f5ece7}.storefront-hero__track{display:flex;transition:transform .36s cubic-bezier(.2,.75,.3,1)}.storefront-hero__slide{position:relative;min-width:100%;height:clamp(222px,60vw,310px);overflow:hidden}.storefront-hero__slide>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:63% center}.storefront-hero__slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fff9f6fa,#fff9f6e6 40%,#fff9f614 72%)}.storefront-hero__copy{position:relative;z-index:1;display:flex;width:58%;height:100%;align-items:flex-start;justify-content:center;padding:22px 0 22px 16px;flex-direction:column}.storefront-hero__copy h1,.storefront-hero__copy h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,6.7vw,35px);font-weight:500;line-height:1.02;letter-spacing:-.035em}.storefront-hero__copy p{margin:11px 0 14px;color:#665e61;font-size:11px;line-height:1.35}.storefront-hero__copy .storefront-button{min-height:42px}.storefront-hero__dots{position:absolute;z-index:2;right:50%;bottom:8px;display:flex;transform:translate(50%);gap:5px}.storefront-hero__dots button{width:6px;height:6px;padding:0;border:0;border-radius:99px;background:#5040453d;transition:width .18s ease,background .18s ease}.storefront-hero__dots button.is-active{width:17px;background:var(--storefront-brand)}.storefront-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:10px 10px 0;gap:7px}.storefront-category-card{position:relative;display:flex;min-width:0;min-height:142px;overflow:hidden;border:1px solid #eee3dd;border-radius:16px;color:var(--storefront-ink);background:#fff;box-shadow:0 7px 17px #53363b12;text-decoration:none;flex-direction:column}.storefront-category-card>img{width:100%;height:86px;object-fit:cover}.storefront-category-card>span{display:flex;min-width:0;padding:8px 21px 8px 8px;flex-direction:column;gap:2px}.storefront-category-card strong{font-size:12px;line-height:1.12}.storefront-category-card small{overflow:hidden;color:var(--storefront-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.storefront-category-card>svg{position:absolute;right:6px;bottom:17px;width:15px;height:15px}.storefront-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:11px 10px 0;padding:9px 3px;border-radius:17px;background:var(--storefront-blush)}.storefront-trust__item{display:flex;min-width:0;align-items:center;padding:0 5px;border-right:1px solid #e7dbd6;text-align:center;flex-direction:column}.storefront-trust__item:last-child{border-right:0}.storefront-trust__item>span{display:inline-flex;width:31px;height:31px;align-items:center;justify-content:center;margin-bottom:4px;border-radius:99px;color:var(--storefront-green);background:#fff;box-shadow:0 4px 12px #355e3f17}.storefront-trust__item svg{width:16px;height:16px}.storefront-trust__item strong{color:var(--storefront-green);font-size:10px;line-height:1.15}.storefront-trust__item small{margin-top:2px;color:#71696b;font-size:8px;line-height:1.2}.storefront-section__heading{display:flex;align-items:center;justify-content:space-between;padding:17px 12px 9px}.storefront-section__heading h2,.storefront-service h2,.storefront-builder h2{margin:0;font-size:19px;line-height:1.16;letter-spacing:-.025em}.storefront-section__heading a{display:inline-flex;min-height:36px;align-items:center;gap:2px;color:var(--storefront-brand);font-size:11px;font-weight:800;text-decoration:none}.storefront-section__heading svg{width:14px;height:14px}.storefront-product-rail{display:flex;overflow-x:auto;padding:0 12px 15px;gap:9px;scroll-snap-type:x mandatory;scrollbar-width:none}.storefront-product-rail::-webkit-scrollbar{display:none}.storefront-builder{display:grid;min-height:224px;grid-template-columns:1.25fr .75fr;margin:15px 12px 0;overflow:hidden;border-radius:20px;color:var(--storefront-ink);background:var(--storefront-green-soft);text-decoration:none}.storefront-builder>div{padding:21px 7px 20px 16px}.storefront-builder h2{margin-top:7px;font-size:22px}.storefront-builder p{margin:10px 0 14px;color:var(--storefront-muted);font-size:11px;line-height:1.42}.storefront-builder>img{width:100%;height:100%;object-fit:cover}.storefront-service{padding:26px 13px 0}.storefront-service h2{margin-top:6px}.storefront-service__list{margin-top:13px;overflow:hidden;border:1px solid var(--storefront-line);border-radius:18px;background:#fff}.storefront-service__row{display:grid;min-height:70px;grid-template-columns:40px minmax(0,1fr) 17px;align-items:center;padding:0 12px;gap:10px;border-bottom:1px solid var(--storefront-line);color:var(--storefront-ink);text-decoration:none}.storefront-service__row:last-child{border-bottom:0}.storefront-service__row>span{display:inline-flex;width:39px;height:39px;align-items:center;justify-content:center;border-radius:12px;color:var(--storefront-green);background:var(--storefront-green-soft)}.storefront-service__row svg{width:19px;height:19px}.storefront-service__row>svg{width:15px;color:#a3989b}.storefront-service__row div{display:flex;min-width:0;flex-direction:column;gap:3px}.storefront-service__row strong{font-size:13px}.storefront-service__row small{color:var(--storefront-muted);font-size:10px;line-height:1.25}.storefront-rating{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;margin:18px 13px 25px;padding:16px;gap:12px;border-radius:19px;color:var(--storefront-ink);background:var(--storefront-blush);text-decoration:none}.storefront-rating__score{font-family:Georgia,serif;color:var(--storefront-brand);font-size:38px}.storefront-rating__stars{display:flex;margin-bottom:4px;gap:1px;color:#d48b1d}.storefront-rating__stars svg{width:14px;height:14px}.storefront-rating strong{font-size:13px}.storefront-rating p{margin:3px 0 0;color:var(--storefront-muted);font-size:10px;line-height:1.3}.store-product-card{position:relative;display:flex;min-width:0;overflow:hidden;border:1px solid #eee5e0;border-radius:17px;background:#fff;box-shadow:var(--storefront-shadow);flex-direction:column}.store-product-card--compact{width:164px;flex:0 0 164px;scroll-snap-align:start}.store-product-card__media{position:relative;display:block;width:100%;height:164px;overflow:hidden;background:#f4eeeb}.store-product-card__image{width:100%;height:100%;object-fit:cover}.store-product-card__discount,.store-product-card__badge{position:absolute;top:8px;left:8px;display:inline-flex;max-width:calc(100% - 54px);min-height:25px;align-items:center;padding:0 8px;overflow:hidden;border-radius:99px;color:#fff;background:var(--storefront-brand);font-size:10px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.store-product-card__badge{background:#2f7246eb}.store-product-card__favorite{position:absolute;z-index:2;top:7px;right:7px;display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;padding:0;border:0;border-radius:99px;color:#4e4548;background:#fffffff0;box-shadow:0 4px 12px #2a1d201f}.store-product-card__favorite--active{color:var(--storefront-brand)}.store-product-card__favorite svg{width:19px;height:19px}.store-product-card__copy{display:flex;min-height:71px;padding:10px 10px 4px;color:var(--storefront-ink);text-decoration:none;flex-direction:column;gap:3px}.store-product-card__copy h2{display:-webkit-box;margin:0;overflow:hidden;font-size:13px;line-height:1.22;-webkit-box-orient:vertical;-webkit-line-clamp:2}.store-product-card__copy p{margin:0;overflow:hidden;color:var(--storefront-muted);font-size:10px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.store-product-card__availability{color:var(--storefront-green);font-size:9px;font-weight:700}.store-product-card__availability[data-tone=low],.store-product-card__availability[data-tone=preorder]{color:#79622f}.store-product-card__footer{display:flex;min-height:50px;align-items:flex-end;justify-content:space-between;margin-top:auto;padding:4px 9px 9px;gap:5px}.store-product-card__price{display:flex;min-width:0;flex-direction:column;gap:1px}.store-product-card__price strong{color:var(--storefront-brand);font-size:14px;line-height:1.1}.store-product-card__price s{color:#9b9295;font-size:9px}.store-product-card__price[data-request=true] strong{max-width:85px;color:#725c2e;font-size:10px;line-height:1.12}.store-product-card__buy{display:inline-flex;width:39px;height:39px;align-items:center;justify-content:center;padding:0;border:0;border-radius:12px;color:#fff;background:var(--storefront-brand);transition:transform .16s ease}.store-product-card__buy--clicked{transform:scale(.9)}.store-product-card__buy svg{width:18px;height:18px}.store-product-card__request{display:inline-flex;min-height:36px;align-items:center;justify-content:center;padding:0 9px;border:1px solid #dfcfa4;border-radius:11px;color:#715d30;background:#fff9e8;font-size:9px;font-weight:900;text-decoration:none}.bottom-nav{position:fixed;z-index:50;right:0;bottom:0;left:0;display:grid;width:min(100%,760px);height:calc(72px + var(--storefront-safe-bottom));grid-template-columns:repeat(4,minmax(0,1fr));margin:0 auto;padding:4px 5px calc(5px + var(--storefront-safe-bottom));border-top:1px solid var(--storefront-line);background:#fffdfbf7;box-shadow:0 -8px 24px #36252814;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bottom-nav__item{display:flex;min-width:0;min-height:48px;align-items:center;justify-content:center;gap:3px;border:0;color:#716a6c;background:transparent;font-size:9px;font-weight:700;text-decoration:none;flex-direction:column}.bottom-nav__item.router-link-exact-active{color:var(--storefront-brand)}.bottom-nav__svg{width:21px;height:21px}.bottom-nav__icon-wrap{position:relative;display:inline-flex}.bottom-nav__badge{position:absolute;top:-8px;right:-11px;display:inline-flex;min-width:17px;height:17px;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff;border-radius:99px;color:#fff;background:var(--storefront-brand);font-size:8px}.storefront-catalog__command{position:sticky;z-index:20;top:0;display:grid;min-height:62px;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:9px 11px 7px;gap:9px;border-bottom:1px solid #f3eae6;background:#fffdfbf5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.storefront-catalog__command.is-searching{grid-template-columns:minmax(0,1fr) 38px 38px}.storefront-catalog__title{min-width:0}.storefront-catalog__title h1{margin:0;overflow:hidden;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:600;line-height:1;letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap}.storefront-catalog__title span{display:block;margin-top:4px;color:var(--storefront-green);font-size:9px;font-weight:800}.storefront-catalog__actions{display:flex;align-items:center;gap:5px}.storefront-catalog__search{display:grid;min-height:38px;grid-template-columns:18px minmax(0,1fr);align-items:center;padding:0 10px;gap:7px;border:1px solid var(--storefront-line);border-radius:12px;background:#fff}.storefront-catalog__search svg{width:17px;height:17px;color:var(--storefront-muted)}.storefront-catalog__search input{width:100%;min-width:0;height:36px;padding:0;border:0;outline:0;color:var(--storefront-ink);background:transparent;font-size:13px}.storefront-sort{position:relative}.storefront-sort__menu{position:absolute;z-index:40;top:calc(100% + 7px);right:-44px;width:190px;padding:5px;border:1px solid var(--storefront-line);border-radius:14px;background:#fff;box-shadow:0 15px 35px #3922272e}.storefront-sort__menu button{display:flex;width:100%;min-height:42px;align-items:center;justify-content:space-between;padding:0 10px;border:0;border-radius:10px;color:var(--storefront-ink);background:transparent;font-size:12px;font-weight:700}.storefront-sort__menu button.is-active{color:var(--storefront-brand);background:var(--storefront-brand-soft)}.storefront-sort__menu svg{width:16px;height:16px}.storefront-breadcrumbs{display:grid;min-height:36px;grid-template-columns:auto minmax(0,1fr);align-items:center;padding:3px 11px 5px;gap:5px;background:var(--storefront-canvas)}.storefront-breadcrumbs__back{display:inline-flex;width:29px;height:29px;align-items:center;justify-content:center;padding:0;border:0;border-radius:9px;color:var(--storefront-brand);background:var(--storefront-brand-soft)}.storefront-breadcrumbs__back svg{width:16px;height:16px}.storefront-breadcrumbs__track{display:flex;min-width:0;align-items:center;overflow-x:auto;gap:4px;scrollbar-width:none}.storefront-breadcrumbs__track::-webkit-scrollbar{display:none}.storefront-breadcrumbs__track>svg{width:11px;height:11px;flex:0 0 auto;color:#b0a4a7}.storefront-breadcrumbs__track a{display:inline-flex;min-height:26px;flex:0 0 auto;align-items:center;padding:0 8px;gap:4px;border:1px solid transparent;border-radius:99px;color:#6c6467;font-size:10px;font-weight:700;text-decoration:none}.storefront-breadcrumbs__track a.is-current{border-color:#f0cddd;color:var(--storefront-brand);background:var(--storefront-brand-soft)}.storefront-breadcrumbs__track a svg{width:12px;height:12px}.storefront-catalog__list{display:flex;padding:0 10px 12px;gap:8px;flex-direction:column}.storefront-catalog__list--grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.store-category-card{position:relative;display:grid;min-height:105px;grid-template-columns:105px minmax(0,1fr) 18px;align-items:stretch;overflow:hidden;border:1px solid #eee4df;border-radius:16px;color:var(--storefront-ink);background:#fff;box-shadow:var(--storefront-shadow);text-decoration:none}.store-category-card>img{width:105px;height:100%;min-height:105px;object-fit:cover}.store-category-card__copy{display:flex;min-width:0;justify-content:center;padding:11px 8px;flex-direction:column;gap:4px}.store-category-card__copy strong{font-size:14px;line-height:1.16}.store-category-card__copy>span{display:-webkit-box;overflow:hidden;color:var(--storefront-muted);font-size:10px;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:2}.store-category-card__copy small{color:#786f72;font-size:9px;font-weight:700}.store-category-card>svg{width:16px;align-self:center;color:var(--storefront-brand)}.store-category-card--grid{display:flex;min-height:0;flex-direction:column}.store-category-card--grid>img{width:100%;height:145px;min-height:145px}.store-category-card--grid .store-category-card__copy{min-height:90px;padding:10px}.store-category-card--grid>svg{position:absolute;right:8px;bottom:17px}.storefront-catalog__list:not(.storefront-catalog__list--grid) .store-category-card{height:118px;min-height:118px;grid-template-columns:112px minmax(0,1fr) 18px}.storefront-catalog__list:not(.storefront-catalog__list--grid) .store-category-card>img{width:112px;height:118px;min-height:0;max-height:118px}.storefront-catalog__list:not(.storefront-catalog__list--grid) .store-product-card{display:grid;height:118px;min-height:118px;grid-template-columns:112px minmax(0,1fr) 88px;grid-template-rows:auto 44px}.storefront-catalog__list:not(.storefront-catalog__list--grid) .store-product-card__media{width:112px;height:118px;grid-row:1 / 3}.storefront-catalog__list:not(.storefront-catalog__list--grid) .store-product-card__copy{min-height:74px;grid-column:2 / 4;padding:10px 42px 3px 10px}.storefront-catalog__list:not(.storefront-catalog__list--grid) .store-product-card__footer{grid-column:2 / 4;grid-row:2;padding:3px 8px 8px 10px}.storefront-catalog__list:not(.storefront-catalog__list--grid) .store-product-card__favorite{top:7px;right:7px}.storefront-catalog__list--grid .store-product-card__media{height:min(47vw,260px)}.storefront-catalog__state,.storefront-catalog__empty{display:flex;min-height:420px;align-items:center;justify-content:center;padding:30px;text-align:center;flex-direction:column}.storefront-catalog__state p,.storefront-catalog__empty p{max-width:280px;margin:7px 0 16px;color:var(--storefront-muted);font-size:12px}.storefront-catalog__empty>svg{width:35px;height:35px;margin-bottom:10px;color:var(--storefront-brand)}.storefront-catalog__empty h2{margin:0;font-size:20px}.storefront-spinner{width:28px;height:28px;margin-bottom:12px;border:3px solid #f0d4e0;border-top-color:var(--storefront-brand);border-radius:50%;animation:storefront-spin .8s linear infinite}@keyframes storefront-spin{to{transform:rotate(360deg)}}.storefront-catalog__load-more{display:block;min-height:44px;margin:5px auto 18px;padding:0 20px;border:1px solid #efcddd;border-radius:14px;color:var(--storefront-brand);background:var(--storefront-brand-soft);font-size:12px;font-weight:800}.storefront-catalog__seo{margin:8px 11px 24px;padding:15px;border-radius:17px;background:var(--storefront-blush)}.storefront-catalog__seo h2{margin:0 0 7px;font-size:15px}.storefront-catalog__seo p{margin:0;color:var(--storefront-muted);font-size:11px;line-height:1.5}.store-info-screen.store-info-screen--storefront{width:min(100%,760px);min-height:100dvh;margin:0 auto;overflow-x:clip;color:var(--storefront-ink);background:var(--storefront-canvas)}.store-info-screen--storefront{padding:0 0 calc(14px + var(--storefront-safe-bottom))}.store-info-screen--storefront .store-info-screen__toolbar{position:sticky;z-index:40;top:0;display:grid;min-height:54px;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;padding:7px 11px;border-bottom:1px solid var(--storefront-line);background:#fffdfbf5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.store-info-screen--storefront .store-info-screen__title{margin:0;overflow:hidden;color:var(--storefront-ink);font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:600;line-height:1;letter-spacing:-.02em;text-align:center;text-overflow:ellipsis;white-space:nowrap}.store-info-screen--storefront .store-info-screen__title img{display:block;width:122px;height:auto;margin:0 auto;mix-blend-mode:multiply}.store-info-screen--storefront .store-info-screen__back,.store-info-screen__toolbar-call{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;padding:0;border:1px solid var(--storefront-line);border-radius:12px;color:var(--storefront-ink);background:#fff;box-shadow:0 4px 12px #4a2e340f;text-decoration:none}.store-info-screen--storefront .store-info-screen__back svg,.store-info-screen__toolbar-call svg{width:19px;height:19px}.store-info-screen__toolbar-call{color:var(--storefront-brand)}.store-info-screen--storefront .store-info-screen__content{display:grid;width:100%;align-content:start;padding:12px 11px 18px;gap:10px}.store-info-screen__location,.store-info-screen--storefront .store-info-screen__map-card,.store-info-screen__visit-card,.store-info-screen__help,.store-info-screen__share,.store-info-screen__app,.store-info-screen__details{min-width:0;border:1px solid var(--storefront-line);border-radius:18px;background:#fff;box-shadow:var(--storefront-shadow)}.store-info-screen__location{padding:13px}.store-info-screen__eyebrow{margin:0;color:var(--storefront-brand);font-size:11px;font-weight:900;line-height:1.2;letter-spacing:.04em;text-transform:uppercase}.store-info-screen__location h1{max-width:330px;margin:4px 0 0;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:600;line-height:.98;letter-spacing:-.035em}.store-info-screen__address{max-width:330px;margin:8px 0 0;color:var(--storefront-muted);font-size:12px;line-height:1.4}.store-info-screen__schedule{display:grid;min-height:52px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;margin-top:13px;padding:8px 9px;gap:8px;border-radius:13px;background:var(--storefront-green-soft)}.store-info-screen__schedule>svg{width:21px;height:21px;color:var(--storefront-green)}.store-info-screen__schedule>span{display:flex;min-width:0;flex-direction:column}.store-info-screen__schedule small{color:#587160;font-size:11px;font-weight:700;line-height:1.2}.store-info-screen__schedule strong{font-size:14px;line-height:1.2}.store-info-screen__schedule em{color:var(--storefront-green);font-size:11px;font-style:normal;font-weight:900}.store-info-screen__schedule em.is-closed{color:#9c5366}.store-info-screen__primary-actions{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.9fr);margin-top:10px;gap:7px}.store-info-screen__action{display:inline-flex;min-width:0;min-height:44px;align-items:center;justify-content:center;padding:0 10px;gap:6px;border-radius:13px;font-size:11px;font-weight:900;text-align:center;text-decoration:none}.store-info-screen__action svg{width:17px;height:17px;flex:0 0 auto}.store-info-screen__action--primary{color:#fff;background:var(--storefront-brand);box-shadow:0 7px 17px #c9126133}.store-info-screen__action--secondary{border:1px solid #efcddd;color:var(--storefront-brand);background:var(--storefront-brand-soft)}.store-info-screen--storefront .store-info-screen__map-card{position:relative;overflow:hidden}.store-info-screen--storefront .store-info-screen__map{display:block;width:100%;height:185px;object-fit:cover;background:var(--storefront-green-soft)}.store-info-screen__map-pin{position:absolute;z-index:2;top:76px;left:50%;display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:3px solid #fff;border-radius:50% 50% 50% 12px;color:#fff;background:var(--storefront-brand);box-shadow:0 6px 18px #3d282e47;transform:translate(-50%,-50%) rotate(-45deg)}.store-info-screen__map-pin svg{width:19px;height:19px;transform:rotate(45deg)}.store-info-screen--storefront .store-info-screen__map-placeholder{display:grid;min-height:185px;place-items:center;align-content:center;padding:20px;gap:5px;color:var(--storefront-muted);background-color:#edf6e8;background-image:linear-gradient(31deg,transparent 45%,rgba(255,255,255,.92) 46% 52%,transparent 53%),linear-gradient(119deg,transparent 45%,rgba(196,224,177,.58) 46% 51%,transparent 52%),linear-gradient(0deg,rgba(166,213,141,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(166,213,141,.16) 1px,transparent 1px);background-size:120px 82px,150px 96px,34px 34px,34px 34px;text-align:center}.store-info-screen--storefront .store-info-screen__map-placeholder strong{margin-top:51px;color:var(--storefront-ink);font-size:12px}.store-info-screen--storefront .store-info-screen__map-placeholder span{font-size:11px;line-height:1.35}.store-info-screen--storefront .store-info-screen__map-caption{display:flex;min-width:0;min-height:51px;align-items:center;justify-content:space-between;padding:8px 11px;gap:10px;border-top:1px solid var(--storefront-line);color:var(--storefront-ink);background:#fff;text-decoration:none}.store-info-screen__map-caption strong{overflow:hidden;font-size:12px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.store-info-screen__map-caption>svg{width:17px;height:17px;flex:0 0 auto;color:var(--storefront-brand)}.store-info-screen__visit-grid{display:grid;gap:8px}.store-info-screen__visit-card{display:grid;grid-template-columns:36px minmax(0,1fr);padding:12px;gap:10px}.store-info-screen__visit-icon{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:12px;color:var(--storefront-green);background:var(--storefront-green-soft)}.store-info-screen__visit-card--pickup .store-info-screen__visit-icon{color:var(--storefront-brand);background:var(--storefront-brand-soft)}.store-info-screen__visit-icon svg{width:20px;height:20px}.store-info-screen__visit-card h2{margin:3px 0 0;font-size:14px;line-height:1.2}.store-info-screen__visit-card p:not(.store-info-screen__eyebrow){margin:5px 0 0;color:var(--storefront-muted);font-size:12px;line-height:1.4}.store-info-screen__visit-card a{display:inline-flex;min-height:32px;align-items:center;margin-top:5px;gap:2px;color:var(--storefront-brand);font-size:12px;font-weight:900;text-decoration:none}.store-info-screen__visit-card a svg{width:13px;height:13px}.store-info-screen__help{padding:13px;background:var(--storefront-blush)}.store-info-screen__help h2{margin:3px 0 0;font-size:16px;line-height:1.15}.store-info-screen__help p:not(.store-info-screen__eyebrow){margin:5px 0 0;color:var(--storefront-muted);font-size:12px;line-height:1.4}.store-info-screen__help-actions{display:grid;margin-top:10px}.store-info-screen__help-actions a{display:inline-flex;min-width:0;min-height:39px;align-items:center;justify-content:center;padding:0 8px;gap:5px;border:1px solid var(--storefront-line);border-radius:12px;color:var(--storefront-ink);background:#fff;font-size:12px;font-weight:900;text-align:center;text-decoration:none}.store-info-screen__help-actions a svg{width:16px;height:16px;flex:0 0 auto;color:var(--storefront-brand)}.store-info-screen__share{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;padding:13px;gap:13px}.store-info-screen__share-qr{position:relative;display:grid;width:112px;height:112px;overflow:hidden;place-items:center;padding:5px;border:1px solid var(--storefront-line);border-radius:15px;background:#fff}.store-info-screen__share-qr>img{display:block;width:100%;height:100%;object-fit:contain}.store-info-screen__share-qr>span:not(.store-info-screen__share-qr-mark){display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;color:var(--storefront-brand)}.store-info-screen__share-qr svg{width:100%;height:100%}.store-info-screen__share-qr-mark{position:absolute;top:50%;left:50%;display:grid;width:32px;height:32px;align-items:center;justify-items:center;padding:4px;transform:translate(-50%,-50%);border-radius:9px;background:#fff;box-shadow:0 0 0 3px #fff}.store-info-screen__share-qr-mark img{display:block;width:100%;height:100%;object-fit:contain}.store-info-screen__share-copy{min-width:0}.store-info-screen__share h2{margin:3px 0 0;font-size:17px;line-height:1.15}.store-info-screen__share-copy>p:not(.store-info-screen__eyebrow){margin:5px 0 0;color:var(--storefront-muted);font-size:12px;line-height:1.4}.store-info-screen__share button{display:flex;width:100%;min-height:42px;align-items:center;justify-content:center;margin-top:10px;padding:0 13px;gap:6px;border:0;border-radius:12px;color:#fff;background:var(--storefront-brand);font-size:12px;font-weight:900}.store-info-screen__share button svg{width:17px;height:17px}.store-info-screen__share-status{display:block;min-height:14px;margin-top:4px;color:var(--storefront-green);font-size:11px;font-weight:800}.store-info-screen__app{display:grid;padding:13px;gap:11px}.store-info-screen__app-main{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:13px}.store-info-screen__app-qr{position:relative;display:grid;width:112px;height:112px;overflow:hidden;align-items:center;justify-items:center;border:1px solid var(--storefront-line);border-radius:15px;background:#fff}.store-info-screen__app-qr>img{display:block;width:100%;height:100%;object-fit:contain}.store-info-screen__app-qr>span:not(.store-info-screen__app-qr-mark){display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;color:var(--storefront-brand)}.store-info-screen__app-qr svg{width:100%;height:100%}.store-info-screen__app-qr-mark{position:absolute;top:50%;left:50%;display:grid;width:32px;height:32px;align-items:center;justify-items:center;padding:4px;transform:translate(-50%,-50%);border-radius:9px;background:#fff;box-shadow:0 0 0 3px #fff}.store-info-screen__app-qr-mark img{display:block;width:100%;height:100%;object-fit:contain}.store-info-screen__app h2{margin:3px 0 0;font-size:17px;line-height:1.15}.store-info-screen__app-main p:not(.store-info-screen__eyebrow){margin:5px 0 0;color:var(--storefront-muted);font-size:12px;line-height:1.4}.store-info-screen__app-actions{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:8px}.store-info-screen__app-actions a,.store-info-screen__app-actions button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:7px;padding:0 12px;border-radius:13px;font-family:inherit;font-size:12px;font-weight:900;text-align:center;text-decoration:none}.store-info-screen__app-actions a{border:1px solid var(--storefront-line);color:var(--storefront-text);background:#fff}.store-info-screen__app-actions button{border:1px solid var(--storefront-brand);color:#fff;background:var(--storefront-brand)}.store-info-screen__app-actions button:disabled{cursor:default;opacity:.58}.store-info-screen__app-actions button svg{width:17px;height:17px;flex:0 0 auto}.store-info-screen__app-help{margin:-2px 0 0;padding:9px 10px;border-radius:11px;color:var(--storefront-muted);background:var(--storefront-soft);font-size:11px;line-height:1.4}.store-info-screen__app-status{min-height:14px;margin-top:-7px;color:var(--storefront-green);font-size:11px;font-weight:800}.store-info-screen__details{overflow:hidden}.store-info-screen__details summary{display:flex;min-height:51px;align-items:center;justify-content:space-between;padding:0 12px;cursor:pointer;list-style:none}.store-info-screen__details summary::-webkit-details-marker{display:none}.store-info-screen__details summary span{display:inline-flex;min-width:0;align-items:center;gap:7px}.store-info-screen__details summary span svg{width:18px;height:18px;color:var(--storefront-muted)}.store-info-screen__details summary>svg{width:16px;height:16px;flex:0 0 auto;color:var(--storefront-muted);transition:transform .16s ease}.store-info-screen__details[open] summary>svg{transform:rotate(180deg)}.store-info-screen__details summary strong{font-size:12px}.store-info-screen__details dl{display:grid;margin:0;padding:0 12px 12px;gap:0}.store-info-screen__details dl div{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);padding:9px 0;gap:10px;border-top:1px solid var(--storefront-line)}.store-info-screen__details dt{color:var(--storefront-muted);font-size:11px}.store-info-screen__details dd{min-width:0;margin:0;overflow-wrap:anywhere;font-size:11px;font-weight:800;line-height:1.35}.store-info-screen__details a{color:var(--storefront-brand);text-decoration:none}.store-info-screen--storefront :is(button,a,summary):focus-visible{outline:3px solid #1677ff;outline-offset:3px}.pickup-info-screen--storefront{min-height:100dvh;color:var(--storefront-ink);background:radial-gradient(circle at 95% 3%,rgba(255,222,234,.58),transparent 28%),linear-gradient(180deg,#fffdfb 0%,var(--storefront-page) 100%)}.pickup-info-screen__toolbar{position:sticky;z-index:15;top:0;display:grid;min-height:54px;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;padding:7px 11px;border-bottom:1px solid var(--storefront-line);background:#fffdfbf5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.pickup-info-screen__toolbar h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:19px;font-weight:600;line-height:1;text-align:center}.pickup-info-screen__back,.pickup-info-screen__toolbar-call{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;padding:0;border:1px solid var(--storefront-line);border-radius:12px;color:var(--storefront-ink);background:#fff;box-shadow:0 4px 12px #4a2e340f;text-decoration:none}.pickup-info-screen__toolbar-call{color:var(--storefront-brand)}.pickup-info-screen__back svg,.pickup-info-screen__toolbar-call svg{width:19px;height:19px}.pickup-info-screen__content{display:grid;width:100%;align-content:start;padding:12px 11px calc(var(--app-bottom-nav-height) + var(--app-bottom-nav-offset) + 22px);gap:10px}.pickup-info-screen__hero,.pickup-info-screen__steps,.pickup-info-screen__entrance,.pickup-info-screen__help{min-width:0;border:1px solid var(--storefront-line);border-radius:18px;background:#fff;box-shadow:var(--storefront-shadow)}.pickup-info-screen__hero{padding:14px 13px 13px}.pickup-info-screen__eyebrow{margin:0;color:var(--storefront-brand);font-size:11px;font-weight:900;line-height:1.2;letter-spacing:.04em;text-transform:uppercase}.pickup-info-screen__hero h2{max-width:330px;margin:4px 0 0;font-family:Georgia,Times New Roman,serif;font-size:27px;font-weight:600;line-height:1;letter-spacing:-.035em}.pickup-info-screen__lead{margin:8px 0 0;color:var(--storefront-muted);font-size:12px;line-height:1.4}.pickup-info-screen__schedule{display:grid;min-height:52px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;margin-top:13px;padding:8px 9px;gap:8px;border-radius:13px;background:var(--storefront-green-soft)}.pickup-info-screen__schedule>svg{width:21px;height:21px;color:var(--storefront-green)}.pickup-info-screen__schedule>span{display:flex;min-width:0;flex-direction:column}.pickup-info-screen__schedule small{color:#587160;font-size:11px;font-weight:700;line-height:1.2}.pickup-info-screen__schedule strong{font-size:14px;line-height:1.2}.pickup-info-screen__schedule em{color:var(--storefront-green);font-size:11px;font-style:normal;font-weight:900}.pickup-info-screen__schedule em.is-closed{color:#9c5366}.pickup-info-screen__place{display:grid;grid-template-columns:27px minmax(0,1fr);align-items:center;margin-top:10px;padding:9px;gap:8px;border-radius:13px;background:var(--storefront-soft)}.pickup-info-screen__place>svg{width:21px;height:21px;color:var(--storefront-brand)}.pickup-info-screen__place>span{display:flex;min-width:0;flex-direction:column}.pickup-info-screen__place strong{font-size:13px;line-height:1.25}.pickup-info-screen__place small{margin-top:2px;overflow:hidden;color:var(--storefront-muted);font-size:10px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.pickup-info-screen__place-actions{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr);margin-top:8px;gap:7px}.pickup-info-screen__place-actions a{display:inline-flex;min-width:0;min-height:42px;align-items:center;justify-content:center;padding:0 9px;gap:6px;border:1px solid #efcddd;border-radius:13px;color:var(--storefront-brand);background:var(--storefront-brand-soft);font-size:11px;font-weight:900;text-align:center;text-decoration:none}.pickup-info-screen__place-actions a:first-child{border-color:var(--storefront-brand);color:#fff;background:var(--storefront-brand);box-shadow:0 7px 17px #c912612e}.pickup-info-screen__place-actions svg{width:17px;height:17px;flex:0 0 auto}.pickup-info-screen__steps{padding:13px}.pickup-info-screen__section-heading h2{margin:3px 0 0;font-size:17px;line-height:1.15}.pickup-info-screen__steps ol{display:grid;margin:11px 0 0;padding:0;gap:0;list-style:none}.pickup-info-screen__steps li{display:grid;grid-template-columns:31px minmax(0,1fr);padding:9px 0;gap:9px;border-top:1px solid var(--storefront-line)}.pickup-info-screen__steps li:first-child{padding-top:3px;border-top:0}.pickup-info-screen__steps li:last-child{padding-bottom:1px}.pickup-info-screen__steps li>span{display:inline-flex;width:29px;height:29px;align-items:center;justify-content:center;border-radius:10px;color:var(--storefront-brand);background:var(--storefront-brand-soft);font-size:12px;font-weight:900}.pickup-info-screen__steps h3{margin:0;font-size:13px;line-height:1.25}.pickup-info-screen__steps p{margin:3px 0 0;color:var(--storefront-muted);font-size:11px;line-height:1.4}.pickup-info-screen__entrance{display:grid;grid-template-columns:36px minmax(0,1fr);padding:12px;gap:10px}.pickup-info-screen__entrance-icon{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:12px;color:var(--storefront-brand);background:var(--storefront-brand-soft)}.pickup-info-screen__entrance-icon svg{width:20px;height:20px}.pickup-info-screen__entrance h2{margin:3px 0 0;font-size:14px;line-height:1.2}.pickup-info-screen__entrance p:not(.pickup-info-screen__eyebrow){margin:5px 0 0;color:var(--storefront-muted);font-size:12px;line-height:1.4}.pickup-info-screen__entrance a{display:inline-flex;min-height:32px;align-items:center;margin-top:5px;gap:2px;color:var(--storefront-brand);font-size:12px;font-weight:900;text-decoration:none}.pickup-info-screen__entrance a svg{width:13px;height:13px}.pickup-info-screen__help{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:13px;gap:10px;background:var(--storefront-blush)}.pickup-info-screen__help h2{margin:3px 0 0;font-size:15px;line-height:1.15}.pickup-info-screen__help p:not(.pickup-info-screen__eyebrow){margin:5px 0 0;color:var(--storefront-muted);font-size:11px;line-height:1.4}.pickup-info-screen__help>a{display:inline-flex;min-height:40px;align-items:center;justify-content:center;padding:0 11px;gap:5px;border:1px solid var(--storefront-line);border-radius:12px;color:var(--storefront-ink);background:#fff;font-size:11px;font-weight:900;text-decoration:none}.pickup-info-screen__help>a svg{width:16px;height:16px;color:var(--storefront-brand)}.pickup-info-screen__cta{display:inline-flex;min-height:49px;align-items:center;justify-content:center;padding:0 16px;gap:6px;border-radius:15px;color:#fff;background:var(--storefront-brand);box-shadow:0 8px 20px #c9126133;font-size:13px;font-weight:900;text-decoration:none}.pickup-info-screen__cta svg{width:17px;height:17px}.pickup-info-screen--storefront :is(button,a):focus-visible{outline:3px solid #1677ff;outline-offset:3px}@media(min-width:640px){.store-info-screen__visit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-info-screen__location{padding:18px}.store-info-screen__location h1{max-width:520px;font-size:34px}.store-info-screen--storefront .store-info-screen__map{height:250px}.pickup-info-screen__hero{padding:18px}.pickup-info-screen__hero h2{max-width:520px;font-size:34px}}@media(max-width:370px){.store-info-screen__share{grid-template-columns:88px minmax(0,1fr);align-items:start;padding:13px;gap:12px}.store-info-screen__share-qr{width:88px;height:88px;margin-top:18px;border-radius:13px}.store-info-screen__share-qr-mark{width:27px;height:27px;padding:3px;border-radius:8px}.store-info-screen__share h2{font-size:16px;line-height:1.15}.store-info-screen__share-copy>p:not(.store-info-screen__eyebrow){font-size:11px;line-height:1.35}.store-info-screen__share button{width:100%;min-height:40px;margin-top:8px}.store-info-screen__app h2{font-size:16px}.store-info-screen__app-main p:not(.store-info-screen__eyebrow){font-size:11px;line-height:1.35}.store-info-screen__app-main{grid-template-columns:88px minmax(0,1fr);align-items:start;gap:12px}.store-info-screen__app-qr{width:88px;height:88px;margin-top:18px;border-radius:13px}.store-info-screen__app-qr-mark{width:27px;height:27px;padding:3px;border-radius:8px}}.storefront-sheet{position:fixed;z-index:200;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding-top:60px;background:#231a1d6b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.storefront-sheet__panel{display:flex;width:min(100%,760px);max-height:calc(100dvh - 28px);overflow:hidden;border-radius:22px 22px 0 0;background:var(--storefront-canvas);box-shadow:0 -18px 48px #26191d3d;flex-direction:column}.storefront-sheet__handle{width:38px;height:4px;margin:8px auto 2px;border-radius:99px;background:#d7ccca}.storefront-sheet__header{display:flex;align-items:center;justify-content:space-between;padding:9px 13px 10px;border-bottom:1px solid var(--storefront-line)}.storefront-sheet__header h2{margin:0;font-size:20px}.storefront-sheet__header span{display:block;margin-top:2px;color:var(--storefront-muted);font-size:10px}.storefront-sheet__body{overflow-y:auto;padding:2px 13px 16px;overscroll-behavior:contain}.storefront-filter-group{margin:0;padding:14px 0;border:0;border-bottom:1px solid var(--storefront-line)}.storefront-filter-group legend{padding:0;font-size:13px;font-weight:900}.storefront-price-fields{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;margin-top:9px;gap:7px}.storefront-price-fields label{display:grid;height:44px;grid-template-columns:auto minmax(0,1fr);align-items:center;padding:0 10px;gap:5px;border:1px solid var(--storefront-line);border-radius:12px;background:#fff}.storefront-price-fields label span{color:var(--storefront-muted);font-size:10px}.storefront-price-fields input{width:100%;min-width:0;border:0;outline:0;color:var(--storefront-ink);background:transparent;font-size:13px;font-weight:700}.storefront-filter-chips{display:flex;flex-wrap:wrap;margin-top:9px;gap:7px}.storefront-filter-chips button{min-height:36px;padding:0 12px;border:1px solid var(--storefront-line);border-radius:99px;color:#655e60;background:#fff;font-size:11px;font-weight:700}.storefront-filter-chips button.is-active{border-color:var(--storefront-brand);color:var(--storefront-brand);background:var(--storefront-brand-soft)}.storefront-filter-accordion{border-bottom:1px solid var(--storefront-line)}.storefront-filter-accordion>button{display:flex;width:100%;min-height:53px;align-items:center;justify-content:space-between;padding:0;border:0;background:transparent;text-align:left}.storefront-filter-accordion>button>span{display:flex;min-width:0;flex-direction:column;gap:2px}.storefront-filter-accordion strong{font-size:13px}.storefront-filter-accordion small{overflow:hidden;color:var(--storefront-brand);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.storefront-filter-accordion>button svg{width:17px;height:17px;transition:transform .18s ease}.storefront-filter-accordion>button[aria-expanded=true] svg{transform:rotate(180deg)}.storefront-filter-accordion>.storefront-filter-chips{margin:-2px 0 13px}.storefront-sheet__footer{display:grid;grid-template-columns:.75fr 1.25fr;padding:9px 13px calc(9px + var(--storefront-safe-bottom));gap:8px;border-top:1px solid var(--storefront-line);background:#fffdfbf7;box-shadow:0 -7px 20px #3625280f}.product-screen.product-screen--android{padding:0 0 calc(76px + var(--storefront-safe-bottom))!important;background:var(--storefront-canvas)!important}.product-screen.product-screen--android .product-screen__body{position:relative;min-height:100dvh;padding:0!important;background:transparent!important}.product-screen.product-screen--android .product-screen__toolbar{position:absolute;z-index:12;top:10px;right:0;left:0;display:flex;height:44px;align-items:center;justify-content:space-between;padding:0 12px;pointer-events:none;background:transparent}.product-screen.product-screen--android .product-screen__toolbar-button,.product-screen.product-screen--android .product-screen__toolbar-favorite{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;padding:0;border:0;border-radius:99px;color:#443d3f;background:#fffffff0;box-shadow:0 5px 15px #261b1f26;pointer-events:auto}.product-screen.product-screen--android .product-screen__toolbar-button svg,.product-screen.product-screen--android .product-screen__toolbar-favorite svg{width:20px;height:20px}.product-screen.product-screen--android .product-screen__toolbar-favorite--active{color:var(--storefront-brand)}.product-screen.product-screen--android .product-screen__toolbar-titleblock,.product-screen.product-screen--android .product-screen__divider,.product-screen.product-screen--android .product-screen__soft-divider,.product-screen.product-screen--android .product-screen__category-link,.product-screen.product-screen--android .product-screen__tabs,.product-screen.product-screen--android>.product-screen__body>.product-screen__scroll>.product-screen__description,.product-screen.product-screen--android .product-screen__availability{display:none!important}.product-screen.product-screen--android .product-screen__scroll{display:flex;height:auto!important;min-height:100%;overflow:visible!important;padding:0 0 18px!important;flex-direction:column;background:transparent!important}.product-screen.product-screen--android .product-screen__hero-card{order:1;width:100%;height:auto!important;margin:0!important;overflow:hidden;border:0!important;border-radius:0!important;background:#f3eeeb;box-shadow:none!important}.product-screen__gallery-track{display:flex;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.product-screen__gallery-track::-webkit-scrollbar{display:none}.product-screen__gallery-slide{position:relative;display:block;width:100%;height:min(100vw,520px);flex:0 0 100%;padding:0;overflow:hidden;border:0;background:#f3eeeb;scroll-snap-align:start}.product-screen.product-screen--android .product-screen__hero-image{width:100%!important;height:100%!important;object-fit:cover!important}.product-screen__gallery-slide>span{position:absolute;right:12px;bottom:12px;display:inline-flex;min-height:28px;align-items:center;padding:0 9px;border-radius:99px;color:#fff;background:#262123ad;font-size:10px;font-weight:800}.product-screen.product-screen--android .product-screen__intro{order:2;margin:0 10px 9px;padding:14px 12px 13px;border:1px solid #eee3dd;border-radius:0 0 18px 18px;background:#fff;box-shadow:0 7px 20px #492f3412}.product-screen__intro-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:10px}.product-screen__intro-meta>a{overflow:hidden;color:#8a8083;font-size:8px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.product-screen__intro-status{display:inline-flex;min-height:24px;align-items:center;padding:0 7px;gap:4px;border-radius:99px;color:var(--storefront-green);background:var(--storefront-green-soft);font-size:8px;font-weight:900;text-transform:uppercase}.product-screen__intro-status svg{width:13px;height:13px}.product-screen.product-screen--android .product-screen__title{margin:0!important;padding:0!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(23px,6.5vw,34px)!important;font-weight:500!important;line-height:1.06!important;letter-spacing:-.035em}.product-screen__intro-description{margin:8px 0 0;color:var(--storefront-muted);font-size:11px;line-height:1.42}.product-screen.product-screen--android .product-screen__variant-panel{order:3;margin:0 10px 9px;padding:12px 11px 8px;border:1px solid var(--storefront-line);border-radius:17px;background:#fff;box-shadow:0 6px 18px #492f340f}.product-screen__variant-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.product-screen__variant-heading h2{margin:0;font-size:14px}.product-screen__variant-heading span{padding:4px 7px;border-radius:99px;color:var(--storefront-green);background:var(--storefront-green-soft);font-size:8px;font-weight:800}.product-screen.product-screen--android .product-screen__facts{display:flex!important;margin:0!important;padding:0!important;gap:0!important;flex-direction:column}.product-screen.product-screen--android .product-screen__fact{min-height:42px!important;padding:5px 0!important;border:0!important;border-bottom:1px solid #f0e7e3!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.product-screen.product-screen--android .product-screen__fact:last-child{border-bottom:0!important}.product-screen.product-screen--android .product-screen__fact-row{display:grid!important;min-height:32px;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:6px!important}.product-screen.product-screen--android .product-screen__fact-head{display:block!important;min-width:0}.product-screen.product-screen--android .product-screen__fact-head>span{display:none!important}.product-screen.product-screen--android .product-screen__fact-head strong{font-size:9px!important;line-height:1.1}.product-screen.product-screen--android .product-screen__chip-row{display:flex!important;min-width:0;overflow-x:auto;padding:0 2px!important;gap:5px!important;scrollbar-width:none}.product-screen.product-screen--android .product-screen__chip-row::-webkit-scrollbar{display:none}.product-screen.product-screen--android .product-screen__chip{display:inline-flex!important;align-items:center;gap:5px;min-width:max-content!important;min-height:30px!important;padding:0 10px!important;border:1px solid #e6dcda!important;border-radius:10px!important;color:#5f575a!important;background:#faf7f5!important;font-size:9px!important;box-shadow:none!important}.product-screen.product-screen--android .product-screen__chip small{color:#8a8083;font-size:8px;font-weight:700}.product-screen.product-screen--android .product-screen__chip--active small{color:var(--storefront-brand)}.product-screen.product-screen--android .product-screen__chip--active{border-color:var(--storefront-brand)!important;color:var(--storefront-brand)!important;background:var(--storefront-brand-soft)!important}.product-screen.product-screen--android .product-screen__chip--disabled{opacity:.38}.product-screen.product-screen--android .product-screen__modifiers{order:4;margin:0 10px 9px!important;padding:12px 0 10px!important;border:1px solid var(--storefront-line)!important;border-radius:17px!important;background:#fff!important}.product-screen.product-screen--android .product-screen__modifiers-head{padding:0 11px}.product-screen.product-screen--android .product-screen__modifiers-head h2{font-size:14px}.product-screen.product-screen--android .product-screen__flower-note{order:5;margin:0 10px 9px!important;padding:12px!important;border:1px solid #efe2b7!important;border-radius:16px!important;background:#fff9df!important}.product-screen.product-screen--android .flower-note__pin{display:inline-flex;width:31px;height:31px;align-items:center;justify-content:center;color:var(--storefront-green)}.product-screen.product-screen--android .flower-note__pin svg{width:18px;height:18px}.product-screen.product-screen--android .flower-note__copy strong{font-size:11px}.product-screen.product-screen--android .flower-note__copy p{margin-top:3px;font-size:9px;line-height:1.35}.product-screen__included{order:6;margin:0 10px 9px;padding:12px;border:1px solid var(--storefront-line);border-radius:17px;background:#fff}.product-screen__included-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.product-screen__included-heading h2{margin:0;font-size:14px}.product-screen__included-heading span{color:var(--storefront-green);font-size:9px;font-weight:800}.product-screen__included-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.product-screen__included-grid article{display:flex;min-height:40px;align-items:center;padding:7px;gap:6px;border-radius:11px;background:var(--storefront-green-soft)}.product-screen__included-grid svg{width:15px;height:15px;flex:0 0 auto;color:var(--storefront-green)}.product-screen__included-grid strong{font-size:9px;line-height:1.2}.product-screen__details{order:7;margin:0 10px 9px;overflow:hidden;border:1px solid var(--storefront-line);border-radius:17px;background:#fff}.product-screen__detail{border-bottom:1px solid var(--storefront-line)}.product-screen__detail:last-child{border-bottom:0}.product-screen__detail>button{display:flex;width:100%;min-height:58px;align-items:center;justify-content:space-between;padding:0 12px;border:0;background:transparent;text-align:left}.product-screen__detail>button>span{display:flex;flex-direction:column;gap:3px}.product-screen__detail>button strong{font-size:13px}.product-screen__detail>button small{color:var(--storefront-muted);font-size:9px}.product-screen__detail>button>svg{width:17px;height:17px;transition:transform .18s ease}.product-screen__detail.is-open>button>svg{transform:rotate(180deg)}.product-screen__detail-content{padding:0 12px 13px}.product-screen__detail-content p{margin:0;color:#554e50;font-size:11px;line-height:1.55}.product-screen__specs{display:grid;grid-template-columns:1fr 1fr;margin:13px 0 0;border-top:1px solid var(--storefront-line)}.product-screen__specs dt,.product-screen__specs dd{margin:0;padding:8px 2px;border-bottom:1px solid var(--storefront-line);font-size:10px}.product-screen__specs dt{color:var(--storefront-muted)}.product-screen__specs dd{text-align:right;font-weight:700}.product-screen.product-screen--android .product-screen__related{order:8;margin:0!important;padding:8px 0 15px!important}.product-screen.product-screen--android .product-screen__related h2{padding:0 11px;font-size:17px}.product-screen.product-screen--android .product-screen__related-strip{padding:0 10px}.product-screen.product-screen--android .product-screen__sticky-buy{position:fixed!important;z-index:60!important;right:0;bottom:0;left:0;display:block!important;box-sizing:border-box;width:min(100%,760px)!important;height:calc(72px + var(--storefront-safe-bottom))!important;margin:0 auto;padding:7px 10px calc(7px + var(--storefront-safe-bottom))!important;transform:none!important;border-top:1px solid var(--storefront-line)!important;border-radius:0!important;background:#fffdfbf7!important;box-shadow:0 -8px 24px #3625281a!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.product-screen.product-screen--android .product-screen__sticky-summary,.product-screen.product-screen--android .product-screen__commercial-offer,.product-screen.product-screen--android .product-screen__sticky-error{display:none!important}.product-screen.product-screen--android .product-screen__sticky-actions{display:grid!important;height:58px;grid-template-columns:78px minmax(0,1fr) 68px 92px!important;align-items:center;padding:0!important;gap:6px!important}.product-screen.product-screen--android .product-screen__counter{display:grid!important;width:78px!important;height:42px!important;grid-template-columns:26px 26px 26px!important;align-items:center;overflow:hidden;border:1px solid #e5d8d3!important;border-radius:13px!important;background:#fff!important}.product-screen.product-screen--android .product-screen__counter button{width:26px!important;height:40px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}.product-screen.product-screen--android .product-screen__counter span{font-size:12px!important;text-align:center}.product-screen.product-screen--android .product-screen__buy-price{display:flex!important;min-width:0;align-items:center;justify-content:center}.product-screen.product-screen--android .product-screen__buy-price span{display:none!important}.product-screen.product-screen--android .product-screen__buy-price strong{max-width:100%;color:var(--storefront-brand)!important;font-size:10.5px!important;line-height:1.05!important;text-align:center;white-space:normal!important}.product-screen.product-screen--android .product-screen__chat-buy{display:flex!important;width:68px!important;height:42px!important;align-items:center;justify-content:center;padding:0 5px!important;gap:3px!important;border:1px solid #ead7df!important;border-radius:13px!important;color:var(--storefront-brand)!important;background:#fff!important;font-size:9px!important;font-weight:800}.product-screen.product-screen--android .product-screen__chat-buy svg{width:16px;height:16px}.product-screen.product-screen--android .product-screen__buy{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;padding:0 8px!important;border:0!important;border-radius:13px!important;color:#fff!important;background:var(--storefront-brand)!important;font-size:11px!important;font-weight:900!important;box-shadow:0 7px 17px #c9126133!important}@media(max-width:359px){.storefront-home__phone span{display:none}.storefront-home__phone{width:42px;padding:0}.storefront-hero__copy{width:65%}.storefront-category-card{min-height:131px}.storefront-category-card>img{height:78px}.storefront-catalog__actions{gap:3px}.storefront-icon-button{width:35px;height:35px;flex-basis:35px}.product-screen.product-screen--android .product-screen__sticky-actions{grid-template-columns:72px minmax(0,1fr) 62px 82px!important;gap:4px!important}.product-screen.product-screen--android .product-screen__counter{width:72px!important;grid-template-columns:24px 24px 24px!important}.product-screen.product-screen--android .product-screen__counter button{width:24px!important}.product-screen.product-screen--android .product-screen__chat-buy{width:62px!important}}@media(min-width:600px){.storefront-hero__slide{height:330px}.storefront-hero__copy{width:48%;padding-left:28px}.storefront-category-grid,.storefront-trust,.storefront-catalog__list{padding-right:18px;padding-left:18px}.storefront-catalog__list--grid{grid-template-columns:repeat(3,minmax(0,1fr))}.storefront-catalog__list--grid .store-product-card__media{height:220px}.product-screen__gallery-slide{height:520px}}@media(prefers-reduced-motion:reduce){.storefront-hero__track{transition:none}.storefront-spinner{animation:none}}
