/* A storefront, a real product question, and a visible next step. */
.swg-story{width:100%;color:#191919}
.swg-story *{box-sizing:border-box}
.swg-story .swg-icon{display:block;width:22px;height:22px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.35}
.swg-heading{margin:0 0 38px}
.swg-channel{display:flex;align-items:center;gap:10px;margin:0 0 22px;font-size:13px;line-height:1.5;color:#595959}
.swg-channel .swg-icon{width:21px;height:21px}
.swg-heading-copy{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:end}
.swg-heading-copy h3{margin:0;font-size:clamp(34px,4.2vw,58px);font-weight:400;line-height:1.06;letter-spacing:-.055em}
.swg-heading-copy h3 span{color:#777}
.swg-heading-copy>p{max-width:400px;margin:0 0 2px;font-size:16px;line-height:1.7;color:#656565;text-wrap:pretty}
.swg-stage{padding:28px;background:#f0efec;border-radius:22px;isolation:isolate}
.swg-storefront{background:#fff;border-radius:12px;padding:0 26px 26px;box-shadow:0 10px 35px -24px #221e1720}
.swg-store-nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.swg-store-wordmark{font-size:25px;font-weight:500;letter-spacing:.2em;line-height:1;white-space:nowrap}
.swg-store-collection{color:#85817b;font-size:11px;line-height:1.4;letter-spacing:.01em;margin-right:auto;margin-left:25px}
.swg-store-bag .swg-icon{width:21px;height:21px}
.swg-product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);grid-template-rows:auto 1fr;column-gap:40px;align-items:start}
.swg-product-visual{grid-column:1;grid-row:1 / 3;min-width:0}
.swg-product-photo{height:535px;background:#e9e5dd;overflow:hidden;border-radius:3px}
.swg-product-photo>img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.swg-product-caption{display:flex;justify-content:space-between;gap:16px;padding-top:17px;color:#7d7972;font-size:10px;line-height:1.5;letter-spacing:.01em}
.swg-product-details{grid-column:2;grid-row:1;min-width:0;padding-top:5px;padding-right:8px}
.swg-product-category{color:#8a857e;font-size:10px;line-height:1.5;letter-spacing:.02em;margin:0 0 13px}
.swg-product-title{display:flex;align-items:baseline;justify-content:space-between;gap:15px}
.swg-product-title h4{font-size:30px;font-weight:400;line-height:1.1;letter-spacing:-.045em;margin:0}
.swg-product-title>span{font-size:15px;line-height:1.4;white-space:nowrap}
.swg-product-description{font-size:12px;color:#807b74;line-height:1.55;margin:11px 0 16px}
.swg-product-variant{display:flex;align-items:center;gap:8px;font-size:11px;line-height:1.5;margin-bottom:24px}
.swg-orange-swatch{width:14px;height:14px;display:block;border-radius:50%;background:#e87618}
.swg-product-stock{margin-left:auto;color:#7c776f}
.swg-chat-window{grid-column:2;grid-row:2;position:relative;min-width:0;margin:0 0 -5px -24px;background:#fff;border-radius:17px;box-shadow:0 18px 50px -12px #201c152b,0 3px 14px -4px #201c1510;overflow:hidden;z-index:1;transform-origin:80% 100%}
.swg-chat-heading{display:flex;align-items:center;gap:10px;padding:19px 21px 16px;background:#fafafa}
.swg-agent-avatar{display:grid;place-items:center;width:34px;height:36px;flex:0 0 34px}
.swg-agent-avatar img{display:block;width:22px;height:25px;filter:brightness(0)}
.swg-chat-heading>div{min-width:0}
.swg-chat-heading strong{display:block;font-size:13px;font-weight:500;line-height:1.45;letter-spacing:-.01em}
.swg-chat-heading>div>span{display:block;font-size:10px;line-height:1.5;color:#858585;margin-top:2px}
.swg-chat-heading .swg-chat-minimize{width:18px;height:18px;color:#6f6f6f;margin-left:auto}
.swg-chat-messages{padding:22px 21px 19px;display:flex;flex-direction:column;align-items:flex-start;gap:16px}
.swg-message{font-size:13px;line-height:1.6;max-width:100%;min-width:0}
.swg-message p{margin:0;font-size:inherit;line-height:inherit;color:inherit}
.swg-message-customer{align-self:flex-end;max-width:92%;padding:10px 13px;background:#f0f0f0;color:#242424;border-radius:13px 13px 3px 13px}
.swg-lookup{display:flex;align-items:center;gap:7px;margin:0;font-size:10px;line-height:1.5;color:#858585}
.swg-lookup .swg-icon{width:13px;height:13px;color:#686868}
.swg-message-agent{padding:0 3px;color:#323232}
.swg-message-citation{display:block;font-size:9px;line-height:1.5;color:#888;margin-top:8px}
.swg-cart-result{width:100%;background:#f7f7f5;padding:13px 14px 14px;border-radius:10px;color:#2a2a2a}
.swg-cart-confirmation{display:flex;align-items:center;gap:6px;margin-bottom:11px}
.swg-cart-confirmation strong{font-size:11px;line-height:1.5;font-weight:500}
.swg-cart-confirmation .swg-icon{width:15px;height:15px}
.swg-cart-item{display:flex;align-items:center;gap:12px}
.swg-cart-item>img{width:49px;height:56px;object-fit:cover;object-position:center;background:#e9e5dd;border-radius:3px;flex:0 0 49px}
.swg-cart-item>div{min-width:0}
.swg-cart-item>div>strong{display:block;font-size:12px;font-weight:500;line-height:1.5;letter-spacing:-.015em}
.swg-cart-item>div>span{display:block;font-size:10px;line-height:1.5;color:#85817a;margin-top:3px}
.swg-cart-price{font-size:12px;line-height:1.5;white-space:nowrap;margin-left:auto}
.swg-chat-compose{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 21px 17px;padding:9px 9px 9px 13px;border-radius:10px;background:#f6f6f6;color:#929292;font-size:10px;line-height:1.5}
.swg-compose-send{display:grid;place-items:center;width:25px;height:25px;background:#171717;color:white;border-radius:7px}
.swg-compose-send .swg-icon{width:15px;height:15px}
.swg-story-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-top:24px}
.swg-outcome{display:flex;align-items:flex-start;gap:8px;margin:0;font-size:12px;line-height:1.65;color:#4a4a4a}
.swg-outcome .swg-icon{width:16px;height:16px;margin-top:2px;color:#333}
.swg-sources{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;margin:0;font-size:10px;line-height:1.8;color:#777}
.swg-sources>span:first-child{color:#aaa}
.swg-story [data-sales-beat]{will-change:auto}
@media(min-width:1280px){.swg-product-photo{height:555px}.swg-chat-messages{gap:19px}}
@media(max-width:1000px){.swg-stage{padding:22px}.swg-storefront{padding:0 20px 24px}.swg-product-layout{column-gap:28px;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)}.swg-product-title h4{font-size:26px}.swg-chat-window{margin-left:-15px}.swg-chat-heading{padding-inline:17px}.swg-chat-messages{padding-inline:17px}.swg-chat-compose{margin-inline:17px}.swg-product-caption{flex-direction:column;gap:2px}}
@media(max-width:800px){.swg-heading{margin-bottom:28px}.swg-heading-copy{grid-template-columns:1fr;gap:21px}.swg-heading-copy>p{max-width:480px;font-size:15px}.swg-stage{max-width:580px;margin-inline:auto;padding:18px}.swg-storefront{padding:0 20px 24px}.swg-store-nav{height:65px}.swg-store-collection{font-size:10px;margin-left:5px}.swg-store-wordmark{font-size:22px}.swg-product-layout{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto;gap:0}.swg-product-visual{grid-column:1;grid-row:1}.swg-product-photo{height:auto;aspect-ratio:1.35}.swg-product-photo>img{height:100%;max-height:380px}.swg-product-caption{flex-direction:row;font-size:9px;padding-top:12px}.swg-product-details{grid-column:1;grid-row:2;padding:27px 0 0}.swg-product-category{margin-bottom:9px}.swg-product-title h4{font-size:30px}.swg-product-description{margin-top:8px}.swg-product-variant{margin-bottom:25px}.swg-chat-window{grid-column:1;grid-row:3;margin:0 -5px;box-shadow:0 12px 36px -9px #201c1524,0 2px 12px -5px #201c151c}.swg-chat-heading{padding:19px 20px}.swg-chat-messages{padding:23px 22px;gap:19px}.swg-message{font-size:14px;line-height:1.6}.swg-lookup{font-size:10px}.swg-message-citation{font-size:10px}.swg-cart-item>img{width:54px;height:61px;flex-basis:54px}.swg-cart-item>div>strong{font-size:13px}.swg-cart-item>div>span{font-size:11px}.swg-cart-price{font-size:13px}.swg-cart-confirmation strong{font-size:12px}.swg-chat-compose{margin:0 22px 20px;font-size:11px}.swg-story-footer{max-width:580px;margin-inline:auto;flex-direction:column;gap:9px;margin-top:21px}.swg-sources{justify-content:flex-start;gap:7px}}
@media(max-width:420px){.swg-stage{padding:12px;border-radius:15px}.swg-storefront{padding:0 13px 19px;border-radius:8px}.swg-store-nav{height:58px;gap:10px}.swg-store-wordmark{font-size:21px}.swg-store-collection{font-size:8px;max-width:90px;margin-left:0}.swg-store-bag .swg-icon{width:19px;height:19px}.swg-product-title h4{font-size:28px}.swg-product-photo{aspect-ratio:1}.swg-product-caption{font-size:8px;gap:9px}.swg-chat-window{margin-inline:-5px;border-radius:13px}.swg-chat-heading{padding:16px 13px;gap:8px}.swg-chat-heading strong{font-size:12px}.swg-chat-heading>div>span{font-size:9px}.swg-agent-avatar{width:29px;flex-basis:29px}.swg-agent-avatar img{width:20px;height:23px}.swg-chat-messages{padding:20px 14px;gap:17px}.swg-message{font-size:12px;line-height:1.65}.swg-message-customer{padding:9px 11px}.swg-lookup{font-size:9px;gap:6px}.swg-lookup .swg-icon{width:12px;height:12px}.swg-message-citation{font-size:9px}.swg-cart-result{padding:12px}.swg-cart-item{gap:9px}.swg-cart-item>img{width:44px;height:50px;flex-basis:44px}.swg-cart-item>div>strong{font-size:11px}.swg-cart-item>div>span{font-size:9px}.swg-cart-price{font-size:11px}.swg-cart-confirmation strong{font-size:11px}.swg-chat-compose{margin:0 14px 16px;font-size:10px;padding-left:10px}.swg-story-footer{gap:10px}.swg-sources{font-size:9px}}
@media(prefers-reduced-motion:reduce){.swg-story [data-sales-beat]{opacity:1!important;visibility:visible!important;transform:none!important;filter:none!important;animation:none!important;transition:none!important}}

.swg-sources>span:last-child{display:inline-flex;align-items:center;gap:6px}.swg-sources img{width:12px;height:14px;object-fit:contain;flex:none}

/* The storefront stays still while the conversation develops with the scroll. */
.swg-product-photo{height:auto;aspect-ratio:1;background:#f2eee7}
.swg-product-photo>img{object-fit:contain;max-height:none}
.swg-stage{background:#f2f1ef}
.swg-scroll-track{position:relative}
.swg-scroll-pin{position:relative}
.swg-store-bag{position:relative}
.swg-bag-count{position:absolute;right:-7px;top:-7px;display:grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#171717;color:#fff;font-size:9px;line-height:1;font-variant-numeric:tabular-nums}
.swg-conversation-enhanced [data-sales-beat]{opacity:var(--swg-beat,1);clip-path:inset(0 0 calc((1 - var(--swg-beat,1))*100%) 0);transition:none}
.swg-conversation-enhanced .swg-message-customer{transform-origin:right bottom;transform:scale(calc(.985 + var(--swg-beat,1)*.015))}
.swg-conversation-enhanced .swg-cart-result{transform:translateY(calc((1 - var(--swg-beat,1))*12px))}
.swg-conversation-enhanced .swg-cart-confirmation [data-part="check"]{stroke-dasharray:1;stroke-dashoffset:calc((1 - var(--swg-cart,1))*1px)}
.swg-conversation-enhanced .swg-bag-count{opacity:var(--swg-cart,1);transform:scale(calc(.5 + var(--swg-cart,1)*.5));transform-origin:center}
.swg-conversation-enhanced .swg-outcome{opacity:var(--swg-outcome,1)}
.swg-scroll-enhanced .swg-scroll-pin{position:sticky;top:100px}
.swg-scroll-enhanced .swg-lookup{color:color-mix(in srgb,#282828 calc(var(--swg-source,0)*100%),#858585)}
.swg-scroll-candidate .swg-stage{padding:16px}
.swg-scroll-candidate .swg-storefront{padding:0 23px 16px}
.swg-scroll-candidate .swg-store-nav{height:52px}
.swg-scroll-candidate .swg-store-wordmark{font-size:22px}
.swg-scroll-candidate .swg-product-layout{column-gap:40px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.swg-scroll-candidate .swg-product-visual{align-self:stretch;display:flex;flex-direction:column;justify-content:center}
.swg-scroll-candidate .swg-product-photo{aspect-ratio:1;max-height:480px}
.swg-scroll-candidate .swg-product-category{font-size:9px;margin-bottom:8px}
.swg-scroll-candidate .swg-product-title h4{font-size:28px}
.swg-scroll-candidate .swg-product-description{margin:8px 0 11px;font-size:11px}
.swg-scroll-candidate .swg-product-variant{font-size:10px;margin-bottom:16px}
.swg-scroll-candidate .swg-chat-heading{padding:13px 17px 12px}
.swg-scroll-candidate .swg-chat-heading strong{font-size:12px}
.swg-scroll-candidate .swg-chat-messages{gap:10px;padding:15px 18px 12px}
.swg-scroll-candidate .swg-message{font-size:12px;line-height:1.55}
.swg-scroll-candidate .swg-message-customer{padding:8px 11px}
.swg-scroll-candidate .swg-message-citation{font-size:9px;margin-top:6px}
.swg-scroll-candidate .swg-lookup{font-size:9px}
.swg-scroll-candidate .swg-cart-result{padding:11px 12px}
.swg-scroll-candidate .swg-cart-confirmation{margin-bottom:7px}
.swg-scroll-candidate .swg-cart-item>img{width:34px;height:38px;flex-basis:34px}
.swg-scroll-candidate .swg-cart-item>div>strong{font-size:11px}
.swg-scroll-candidate .swg-cart-item>div>span{font-size:9px}
.swg-scroll-candidate .swg-chat-compose{margin:0 18px 14px;padding:7px 8px 7px 11px}
.swg-scroll-candidate .swg-story-footer{margin-top:19px}
@media(max-width:800px){.swg-product-photo{aspect-ratio:1}.swg-product-title h4{font-size:29px}}
@media(max-width:380px){.swg-product-title h4{font-size:25px}}
@media(prefers-reduced-motion:reduce){.swg-story :is([data-sales-beat],.swg-bag-count,.swg-outcome){opacity:1!important;transform:none!important;clip-path:none!important;transition:none!important}.swg-cart-confirmation [data-part="check"]{stroke-dashoffset:0!important}}

/* On a phone the shop and agent share one portrait scene, then the chat unfolds. */
@media(max-width:999px){
 .swg-mobile-pinned .swg-scroll-pin{top:80px}
 .swg-mobile-pinned .swg-stage{height:calc(100svh - 155px);min-height:350px;padding:10px;border-radius:18px;max-width:490px}
 .swg-mobile-pinned .swg-storefront{height:100%;padding:0 12px 12px;display:flex;flex-direction:column}
 .swg-mobile-pinned .swg-store-nav{height:42px;min-height:42px;gap:10px}
 .swg-mobile-pinned .swg-store-wordmark{font-size:18px}
 .swg-mobile-pinned .swg-store-collection{font-size:8px;margin-left:auto}
 .swg-mobile-pinned .swg-product-layout{flex:1;min-height:0;display:grid;grid-template-columns:105px minmax(0,1fr);grid-template-rows:118px minmax(0,1fr);gap:12px}
 .swg-mobile-pinned .swg-product-visual{grid-column:1;grid-row:1;display:block}
 .swg-mobile-pinned .swg-product-photo{height:118px;aspect-ratio:auto}
 .swg-mobile-pinned .swg-product-caption{display:none}
 .swg-mobile-pinned .swg-product-details{grid-column:2;grid-row:1;align-self:center;padding:0}
 .swg-mobile-pinned .swg-product-category{font-size:8px;margin-bottom:6px}
 .swg-mobile-pinned .swg-product-title{display:block}
 .swg-mobile-pinned .swg-product-title h4{font-size:24px}
 .swg-mobile-pinned .swg-product-title>span{display:block;font-size:12px;margin-top:6px}
 .swg-mobile-pinned .swg-product-description{display:none}
 .swg-mobile-pinned .swg-product-variant{font-size:9px;margin:8px 0 0;gap:5px;flex-wrap:wrap}
 .swg-mobile-pinned .swg-product-stock{margin-left:0}
 .swg-mobile-pinned .swg-chat-window{grid-column:1/-1;grid-row:2;height:100%;margin:0 -4px;display:flex;flex-direction:column;border-radius:13px}
 .swg-mobile-pinned .swg-chat-heading{padding:10px 13px;flex:none}
 .swg-mobile-pinned .swg-chat-messages{flex:1;min-height:0;overflow:hidden;overflow-anchor:none;padding:14px;gap:16px;scroll-behavior:auto}
 .swg-mobile-pinned .swg-chat-messages>*{flex:none}
 .swg-mobile-pinned .swg-message{font-size:12px;line-height:1.6}
 .swg-mobile-pinned .swg-chat-compose{flex:none;margin:0 12px 10px;padding:7px 9px}
 .swg-mobile-pinned .swg-story-footer{margin-top:10px;gap:4px;max-width:490px}
 .swg-mobile-pinned .swg-outcome{font-size:10px}
 .swg-mobile-pinned .swg-sources{font-size:9px}
}

.swg-mobile-title{display:none}
@media(max-width:999px){
 .swg-product-description,.swg-heading-copy>p,.swg-message,.swg-scroll-candidate .swg-message,.swg-mobile-pinned .swg-message{font-size:16px;line-height:1.45}
 .swg-story :is(.swg-cart-price,.swg-store-collection,.swg-channel,.swg-product-caption,.swg-product-category,.swg-product-variant,.swg-chat-heading strong,.swg-chat-heading>div>span,.swg-lookup,.swg-message-citation,.swg-cart-item>div>strong,.swg-cart-item>div>span,.swg-cart-confirmation strong,.swg-sources,.swg-outcome){font-size:14px;line-height:1.45}
 .swg-mobile-pinned .swg-mobile-title{display:block;margin:0 0 12px;font-size:26px;font-weight:400;line-height:1.08;letter-spacing:-.04em}
 .swg-mobile-title span{color:#777}
 .swg-mobile-pinned .swg-stage{height:var(--swg-phone-height,520px);min-height:0}
 .swg-mobile-pinned .swg-store-nav{height:30px;min-height:30px}
 .swg-mobile-pinned .swg-store-collection,.swg-mobile-pinned .swg-product-category,.swg-mobile-pinned .swg-chat-heading>div>span,.swg-mobile-pinned .swg-chat-compose,.swg-mobile-pinned .swg-outcome{display:none}
 .swg-mobile-pinned .swg-product-layout{grid-template-columns:88px minmax(0,1fr);grid-template-rows:94px minmax(0,1fr);gap:10px}
 .swg-mobile-pinned .swg-product-photo{height:94px}
 .swg-mobile-pinned .swg-product-title h4{font-size:23px}
 .swg-mobile-pinned .swg-product-title>span{font-size:16px}
 .swg-mobile-pinned .swg-product-variant{font-size:14px;line-height:1.3;margin-top:7px}
 .swg-mobile-pinned .swg-chat-heading{padding:8px 12px}
 .swg-mobile-pinned .swg-chat-heading strong{font-size:14px}
 .swg-mobile-pinned .swg-agent-avatar{height:25px}
 .swg-mobile-pinned .swg-chat-messages{padding:12px;gap:14px}
 .swg-mobile-pinned .swg-message-customer{padding:8px 10px}
 .swg-mobile-pinned .swg-cart-result{padding:10px}
 .swg-mobile-pinned .swg-message-citation,.swg-mobile-pinned .swg-lookup{font-size:14px;color:#626262}
 .swg-mobile-pinned .swg-cart-item>div>strong,.swg-mobile-pinned .swg-cart-item>div>span,.swg-mobile-pinned .swg-cart-confirmation strong{font-size:14px}
 .swg-mobile-pinned .swg-story-footer{margin-top:8px}
 .swg-mobile-pinned .swg-sources{font-size:14px;color:#626262;gap:7px;line-height:1.4}
 .swg-mobile-pinned .swg-sources>span:first-child{display:none}
 .swg-sources img{width:15px;height:16px}
}
