html:has(.shopify-section.section-chat-homepage) #MainContent{height:calc(100dvh - var(--header-group-height, 56px));min-height:calc(100dvh - var(--header-group-height, 56px));display:flex;flex-direction:column;overflow:hidden}html:has(.shopify-section.section-chat-homepage) .shopify-section.section-chat-homepage{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.chat-hp{--chat-hp-radius: 0px;--chat-hp-accent: var(--color-primary);--chat-hp-accent-soft: color-mix(in srgb, var(--color-primary) 16%, var(--color-background));--chat-hp-border: color-mix(in srgb, var(--color-foreground) 12%, transparent);--chat-hp-muted: color-mix(in srgb, var(--color-foreground) 52%, transparent);--chat-hp-surface: color-mix(in srgb, var(--color-background) 86%, var(--color-foreground) 14%);--chat-hp-composer-height: calc(72px + env(safe-area-inset-bottom, 0px)) ;--chat-hp-suggestions-height: 46px;flex:1;display:flex;flex-direction:column;box-sizing:border-box;height:100%;min-height:0;padding-block:0;padding-top:0}.chat-hp__shell{flex:1;display:flex;flex-direction:column;height:100%;min-height:0;width:100%;margin-inline:auto}.chat-hp__shell--contained{max-width:800px}.chat-hp__shell--full{max-width:none}@media(min-width:750px){.chat-hp__shell--full{max-width:800px}}.chat-hp__panel{flex:1;display:flex;flex-direction:column;height:100%;min-height:0;border:none;border-radius:var(--chat-hp-radius);background:var(--color-background);box-shadow:none;overflow:hidden;position:relative}.chat-hp__messages{flex:1 1 auto;height:0;overflow-y:scroll;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;scrollbar-gutter:stable;padding:0 clamp(.65rem,3vw,1rem) calc(var(--chat-hp-composer-height) + var(--chat-hp-suggestions-height) + 56px);display:flex;flex-direction:column;gap:.6rem;min-height:0}.chat-hp__messages>.chat-hp__thread:last-child{margin-bottom:.5rem}html:has(.shopify-section.section-chat-homepage) #header-component .header-logo{grid-area:leftB;justify-self:start;margin-inline-start:0}html:has(.shopify-section.section-chat-homepage) #header-component[data-menu-style=drawer] .header-logo{grid-area:leftB;justify-self:start}html:has(.shopify-section.section-chat-homepage) #header-component .header__column:has(.header-logo){grid-area:left;justify-content:flex-start}html:has(.shopify-section.section-chat-homepage) #header-component .header__column--center:not(:has(.header-logo)){display:none}.chat-hp__hero{flex-shrink:0;padding:.7rem clamp(.65rem,3vw,1rem) .55rem;background:color-mix(in srgb,var(--color-background) 98%,var(--color-foreground) 2%)}.chat-hp__hero-heading{margin:0 0 .6rem;font-size:1rem;font-weight:700;line-height:1.25;color:var(--color-foreground);text-align:center}.chat-hp__hero-row--feature{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1fr);align-items:center;gap:.85rem}.chat-hp__hero-card--feature{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:1 / 1;background:color-mix(in srgb,var(--color-foreground) 6%,transparent)}.chat-hp__hero-image{display:block;width:100%;height:100%;object-fit:cover}.chat-hp__hero-perks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem;font-size:.92rem;line-height:1.3;color:var(--color-foreground)}.chat-hp__hero-perk{display:flex;align-items:center;gap:.55rem}.chat-hp__hero-perk-icon{flex-shrink:0;font-size:1.1rem;line-height:1}@media(min-width:750px){.chat-hp__hero-row--feature{grid-template-columns:360px minmax(0,1fr);gap:1.5rem;max-width:820px;margin-inline:auto}.chat-hp__hero-perks{font-size:1rem;gap:.75rem}}.chat-hp__starters-block{flex-shrink:0;padding:.65rem clamp(.65rem,3vw,1rem) .75rem;border-bottom:1px solid var(--chat-hp-border);background:color-mix(in srgb,var(--color-background) 97%,var(--color-foreground) 3%)}.chat-hp__starters-block[hidden]{display:none!important}.chat-hp__starters-heading{margin:0 0 .55rem;font-size:.95rem;font-weight:600;letter-spacing:0;color:var(--color-foreground);line-height:1.3}.chat-hp__starters{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.55rem;width:100%;overflow-x:auto;overflow-y:hidden;padding:.15rem .1rem .45rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.chat-hp__starters::-webkit-scrollbar{height:6px}.chat-hp__starters::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--color-foreground) 18%,transparent);border-radius:999px}.chat-hp__starter{flex:0 0 auto;width:116px;padding:0;text-align:left;border-radius:14px;border:2px solid var(--chat-hp-border);background:var(--color-background);cursor:pointer;font:inherit;color:inherit;display:flex;flex-direction:column;gap:0;scroll-snap-align:start;overflow:hidden;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.chat-hp__starter:active{transform:scale(.98)}.chat-hp__starter:hover{border-color:color-mix(in srgb,var(--chat-hp-accent) 55%,transparent);box-shadow:0 4px 14px color-mix(in srgb,var(--color-foreground) 8%,transparent)}.chat-hp__starter-thumb{display:block;width:100%;aspect-ratio:1;background:color-mix(in srgb,var(--color-foreground) 6%,var(--color-background));overflow:hidden}.chat-hp__starter-image{display:block;width:100%;height:100%;object-fit:cover}.chat-hp__starter-text{display:flex;flex-direction:column;gap:.1rem;padding:.35rem .5rem .5rem;min-width:0}.chat-hp__starter-label{font-weight:600;font-size:.78rem;line-height:1.2;color:var(--color-foreground)}.chat-hp__starter-desc{font-size:.68rem;color:var(--chat-hp-muted);line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;white-space:normal;word-break:break-word}@media(min-width:750px){.chat-hp__starter{width:132px}}.chat-hp__row{display:flex;justify-content:flex-start}.chat-hp__row--user{justify-content:flex-end}.chat-hp__scroll-anchor{display:none}.chat-hp__bubble{max-width:min(94%,520px);padding:.6rem .85rem;border-radius:14px;font-size:.9rem;line-height:1.45;border:1px solid color-mix(in srgb,var(--chat-hp-border) 74%,transparent);background:color-mix(in srgb,var(--chat-hp-surface) 92%,var(--color-foreground) 8%);color:var(--color-foreground)}.chat-hp__row--user .chat-hp__bubble{background:var(--chat-hp-accent);border-color:var(--chat-hp-accent);color:var(--color-background)}.chat-hp__bubble p{margin:0 0 .4rem}.chat-hp__bubble p:last-child{margin-bottom:0}.chat-hp__bubble strong{font-weight:600}.chat-hp__bubble--typing p:last-child:after{content:"\200b";display:inline-block;width:2px;height:1em;margin-left:2px;vertical-align:-.15em;background:currentColor;opacity:.85;animation:chat-hp-caret-blink .9s steps(2,start) infinite}@keyframes chat-hp-caret-blink{to{opacity:0}}@media(prefers-reduced-motion:reduce){.chat-hp__bubble--typing p:last-child:after{animation:none}}.chat-hp__typing{display:none;position:fixed;left:clamp(.65rem,3vw,1rem);bottom:calc(var(--chat-hp-composer-height) + var(--chat-hp-suggestions-height) + .2rem);z-index:4;gap:5px;padding:0 clamp(.65rem,3vw,1rem);pointer-events:none}.chat-hp__typing.is-on{display:flex}.chat-hp__typing span{width:6px;height:6px;border-radius:50%;background:var(--color-foreground);opacity:.35;animation:chat-hp-bounce 1.1s ease-in-out infinite}.chat-hp__typing span:nth-child(2){animation-delay:.12s}.chat-hp__typing span:nth-child(3){animation-delay:.24s}@keyframes chat-hp-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}}.chat-hp__suggestions{position:fixed;left:50%;bottom:var(--chat-hp-composer-height);z-index:4;width:min(100%,800px);transform:translate(-50%);display:flex;flex-wrap:nowrap;align-items:center;align-content:center;justify-content:flex-start;gap:.35rem;height:var(--chat-hp-suggestions-height);min-height:var(--chat-hp-suggestions-height);max-height:var(--chat-hp-suggestions-height);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:5px clamp(.65rem,3vw,1rem);background:color-mix(in srgb,var(--color-background) 96%,var(--color-foreground) 4%);flex-shrink:0}.chat-hp__chip{font:inherit;font-size:.76rem;padding:.3rem .6rem;border-radius:999px;border:1px solid var(--chat-hp-border);background:var(--color-background);cursor:pointer;color:inherit;height:36px;min-height:36px;white-space:nowrap;flex:0 0 auto}.chat-hp__chip:hover{border-color:color-mix(in srgb,var(--chat-hp-accent) 50%,transparent);color:var(--chat-hp-accent)}.chat-hp__chip--primary{background:var(--chat-hp-accent);border-color:var(--chat-hp-accent);color:var(--color-background);font-weight:600}.chat-hp__chip--primary:hover{color:var(--color-background);filter:brightness(1.05)}.chat-hp__chip:disabled{cursor:not-allowed;opacity:.55}.chat-hp__bubble--status{display:inline-flex;align-items:center;gap:.55rem;background:color-mix(in srgb,var(--chat-hp-accent) 12%,var(--color-background));border-color:color-mix(in srgb,var(--chat-hp-accent) 30%,transparent);color:var(--color-foreground);font-style:italic}.chat-hp__bubble-spinner{width:14px;height:14px;border-radius:50%;border:2px solid color-mix(in srgb,var(--chat-hp-accent) 35%,transparent);border-top-color:var(--chat-hp-accent);animation:chat-hp-spin .9s linear infinite;flex-shrink:0}@keyframes chat-hp-spin{to{transform:rotate(360deg)}}.chat-hp__bubble--image{padding:.35rem;background:color-mix(in srgb,var(--color-background) 96%,var(--color-foreground) 4%)}.chat-hp__image-wrap{position:relative}.chat-hp__image-badge{position:absolute;top:10px;left:10px;z-index:2;padding:.25rem .5rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.01em;color:#fff;background:#0000009e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.chat-hp__image{display:block;width:100%;max-width:100%;height:auto;border-radius:10px}.chat-hp__bubble--image-sm{max-width:320px}.chat-hp__image--sm{max-width:100%}.chat-hp__image-caption{margin:.45rem .25rem .15rem;font-size:.78rem;color:var(--chat-hp-muted);line-height:1.35}.chat-hp__preset-row{width:100%;display:block}.chat-hp__presets{display:flex;flex-direction:row;gap:.55rem;width:100%;overflow-x:auto;overflow-y:hidden;padding:.25rem .15rem .55rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.chat-hp__presets::-webkit-scrollbar{height:6px}.chat-hp__presets::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--color-foreground) 18%,transparent);border-radius:999px}.chat-hp__preset{flex:0 0 auto;width:124px;padding:0;border-radius:14px;border:2px solid var(--chat-hp-border);background:var(--color-background);cursor:pointer;display:flex;flex-direction:column;gap:.25rem;font:inherit;color:inherit;text-align:left;scroll-snap-align:start;overflow:hidden;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.chat-hp__preset:hover{border-color:color-mix(in srgb,var(--chat-hp-accent) 55%,transparent);box-shadow:0 4px 14px color-mix(in srgb,var(--color-foreground) 8%,transparent)}.chat-hp__preset:active{transform:scale(.98)}.chat-hp__preset:disabled{cursor:not-allowed;opacity:.55}.chat-hp__preset-image{width:100%;aspect-ratio:1;object-fit:cover;display:block;background:color-mix(in srgb,var(--color-foreground) 6%,var(--color-background))}.chat-hp__preset-label{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;padding:.3rem .5rem .5rem;font-size:.72rem;font-weight:600;line-height:1.2;color:var(--color-foreground);overflow:hidden;white-space:normal;word-break:break-word}@media(min-width:750px){.chat-hp__preset{width:140px}}.chat-hp__orientation-row{width:100%;display:block}.chat-hp__orientations{display:flex;flex-direction:row;flex-wrap:wrap;gap:.55rem;width:100%;padding:.25rem .15rem .55rem}.chat-hp__orientation{flex:0 0 auto;width:108px;padding:0;border-radius:14px;border:2px solid var(--chat-hp-border);background:var(--color-background);cursor:pointer;display:flex;flex-direction:column;align-items:stretch;gap:0;font:inherit;color:inherit;text-align:center;overflow:hidden;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.chat-hp__orientation:hover{border-color:color-mix(in srgb,var(--chat-hp-accent) 55%,transparent);box-shadow:0 4px 14px color-mix(in srgb,var(--color-foreground) 8%,transparent)}.chat-hp__orientation:active{transform:scale(.98)}.chat-hp__orientation:disabled{cursor:not-allowed;opacity:.55}.chat-hp__orientation-thumb{display:block;width:100%;aspect-ratio:1;background:color-mix(in srgb,var(--color-foreground) 6%,var(--color-background));overflow:hidden}.chat-hp__orientation-image{display:block;width:100%;height:100%;object-fit:cover}.chat-hp__orientation-label{font-weight:600;font-size:.74rem;line-height:1.2;color:var(--color-foreground);padding:.45rem .4rem .55rem}@media(min-width:750px){.chat-hp__orientation{width:124px}.chat-hp__orientation-label{font-size:.8rem}}.chat-hp__frame-row{width:100%;display:block}.chat-hp__frames{display:flex;flex-direction:row;flex-wrap:wrap;gap:.55rem;width:100%;padding:.25rem .15rem .55rem}.chat-hp__frame{flex:0 0 auto;width:108px;padding:0;border-radius:14px;border:2px solid var(--chat-hp-border);background:var(--color-background);cursor:pointer;display:flex;flex-direction:column;align-items:stretch;gap:0;font:inherit;color:inherit;text-align:center;overflow:hidden;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.chat-hp__frame:hover{border-color:color-mix(in srgb,var(--chat-hp-accent) 55%,transparent);box-shadow:0 4px 14px color-mix(in srgb,var(--color-foreground) 8%,transparent)}.chat-hp__frame:active{transform:scale(.98)}.chat-hp__frame:disabled{cursor:not-allowed;opacity:.55}.chat-hp__frame-thumb{display:block;width:100%;aspect-ratio:1;background:color-mix(in srgb,var(--color-foreground) 6%,var(--color-background));overflow:hidden}.chat-hp__frame-image{display:block;width:100%;height:100%;object-fit:cover}.chat-hp__frame-label{font-weight:600;font-size:.74rem;line-height:1.2;color:var(--color-foreground);padding:.45rem .4rem .55rem}@media(min-width:750px){.chat-hp__frame{width:124px}.chat-hp__frame-label{font-size:.8rem}}.chat-hp__composer{position:fixed;left:50%;bottom:0;z-index:5;width:min(100%,800px);transform:translate(-50%);display:flex;flex-direction:row;align-items:stretch;gap:.5rem;padding:.6rem clamp(.65rem,3vw,1rem) calc(.7rem + env(safe-area-inset-bottom,0px));border-top:1px solid var(--chat-hp-border);background:color-mix(in srgb,var(--color-background) 96%,var(--color-foreground) 4%);box-shadow:0 -10px 24px color-mix(in srgb,var(--color-foreground) 8%,transparent);flex-shrink:0}.chat-hp__upload{flex-shrink:0;width:48px;min-width:48px;height:48px;border-radius:50%;border:1px solid var(--chat-hp-border);background:var(--color-background);color:var(--color-foreground);cursor:pointer;font:inherit;font-size:1.55rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.chat-hp__upload:hover{border-color:color-mix(in srgb,var(--chat-hp-accent) 50%,transparent);color:var(--chat-hp-accent)}.chat-hp__upload:disabled{cursor:not-allowed;opacity:.55}.chat-hp__input{flex:1;min-width:0;resize:none;min-height:48px;max-height:120px;padding:.65rem .75rem;border-radius:12px;border:1px solid var(--chat-hp-border);font:inherit;font-size:1rem;background:var(--color-background);color:inherit;line-height:1.35}.chat-hp__input::placeholder{color:color-mix(in srgb,var(--color-foreground) 38%,var(--color-background) 62%);opacity:1}.chat-hp__send{flex-shrink:0;min-width:5.5rem;min-height:48px;padding:0 1rem;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem}@media(max-width:749px){.chat-hp{--chat-hp-composer-height: calc(68px + env(safe-area-inset-bottom, 0px)) ;--chat-hp-suggestions-height: 46px}.chat-hp__messages,.chat-hp__suggestions{padding-inline:.75rem}.chat-hp__composer{gap:.4rem;padding-inline:.75rem}.chat-hp__upload{width:44px;min-width:44px;height:44px;font-size:1.4rem}.chat-hp__input{min-height:44px}.chat-hp__send{min-width:4.25rem;min-height:44px;padding-inline:.75rem}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/chat-homepage.css.map */
