/* Targeted refinements. No selectors reach the locked whisper section. */
.demo-store-nav {
    display: flex;
    align-items: center;
    gap: 15px
}

.demo-store-nav button {
    background: none;
    border: 0;
    padding: 7px 0;
    color: #272623;
    font-size: 12px
}

.demo-store-nav #store-cart {
    border: 1px solid #272623;
    border-radius: 20px;
    padding: 7px 12px
}

.brand-store {
    display: block;
    min-height: 730px;
    font-family: var(--demo-font,'DM Sans',sans-serif);
    padding: 25px 30px 40px
}

.brand-store .store-editorial {
    width: 61%;
    padding-top: 20px
}

.brand-store .store-editorial h3 {
    font-size: 50px;
    margin: 15px 0;
    font-family: var(--demo-font,Georgia,serif)
}

.brand-store .store-editorial>p {
    font-size: 14px
}

.brand-store .store-collection {
    background: none;
    border: 0;
    border-bottom: 1px solid #272623;
    padding: 7px 0;
    cursor: pointer
}

.brand-store .branded-chat {
    position: absolute;
    right: 25px;
    bottom: 35px;
    width: 33%;
    max-width: 340px;
    font-family: var(--demo-font,'DM Sans',sans-serif);
    box-shadow: 5px 7px 0 #27262330;
    transition: background .4s,border-radius .4s
}

.brand-store .branded-chat-content {
    font-family: var(--demo-font,'DM Sans',sans-serif);
    font-size: 13px;
    padding: 16px
}

.brand-store .branded-chat-head b {
    font-size: 14px
}

.brand-store .branded-chat-head {
    padding: 18px 16px
}

.mini-catalog {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 25px;
    scroll-margin-top: 20px
}

.mini-product {
    min-width: 0
}

.product-shot {
    height: 190px;
    border-radius: 6px;
    background-image: url('products.webp');
    background-size: 300% 200%;
    background-repeat: no-repeat
}

.shot-0 {
    background-position: 0 0
}

.shot-1 {
    background-position: 50% 0
}

.shot-2 {
    background-position: 100% 0
}

.shot-3 {
    background-position: 0 100%
}

.shot-4 {
    background-position: 50% 100%
}

.shot-5 {
    background-position: 100% 100%
}

.mini-product>div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: baseline;
    font-size: 13px;
    padding: 13px 0;
    min-height: 55px
}

.mini-product b {
    white-space: nowrap;
    font-size: 13px
}

.mini-product>button {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--store-ink);
    border-radius: var(--store-radius);
    background: var(--store-accent);
    color: var(--store-contrast);
    font-family: inherit;
    font-size: 12px
}

.mini-product>button:active {
    transform: scale(.97)
}

#store-cart-panel {
    position: absolute;
    top: 75px;
    right: 25px;
    width: 280px;
    max-width: 85%;
    padding: 20px;
    background: #fffdf8;
    border: 1px solid #272623;
    border-radius: 12px;
    box-shadow: 4px 5px 0 #272623;
    z-index: 8;
    font-family: 'DM Sans',sans-serif
}

#store-cart-panel[hidden] {
    display: none
}

#store-cart-panel p {
    font-size: 14px;
    line-height: 1.6
}

#store-cart-panel small {
    display: block;
    font-size: 11px;
    margin-top: 15px
}

#cart-clear {
    border: 0;
    background: none;
    text-decoration: underline;
    padding: 5px 0;
    font-size: 13px
}

#store-about {
    font-size: 13px!important;
    line-height: 1.6
}

.quick-rescue {
    background: #e8d5f3;
    color: #272623;
    padding: 45px 7% 45px;
    border-radius: 55px 55px 0 0;
    --ink: #272623;
    --paper: #f5f0e8
}

.quick-rescue .platform-heading {
    margin: 35px auto 25px
}

.quick-rescue-stage {
    height: 360px;
    max-width: 1200px;
    margin: auto;
    position: relative;
    border-bottom: 1px solid #27262350;
    overflow: hidden
}

.quick-question {
    position: absolute;
    left: 0;
    top: 20px;
    background: #fffdf8;
    border: 1.5px solid #272623;
    border-radius: 15px 15px 15px 2px;
    padding: 18px;
    width: 30%;
    rotate: -3deg;
    box-shadow: 3px 4px 0 #272623
}

.quick-question small,.quick-ask small,.quick-return small {
    font-size: 10px;
    letter-spacing: 1px
}

.quick-question p,.quick-ask p,.quick-return p {
    font: italic 23px/1.35 Georgia;
    margin: 10px 0 0
}

.quick-helper {
    position: absolute;
    left: 16%;
    bottom: 18px;
    width: 125px;
    height: 167px;
    z-index: 3;
    transform: translateX(var(--quick-x,0px));
    transition: transform 1s cubic-bezier(.45,0,.2,1)
}

.quick-helper>span {
    transform-origin: 50% 95%
}

.quick-merchant {
    position: absolute;
    right: 13%;
    bottom: 18px;
    width: 145px;
    height: 193px;
    text-align: center
}

.quick-merchant>small {
    font-size: 10px
}

.quick-ask {
    position: absolute;
    right: 20%;
    top: 15px;
    max-width: 36%;
    padding: 15px;
    border-bottom: 2px solid #272623;
    visibility: hidden
}

.quick-yes {
    position: absolute;
    right: 3%;
    top: 70px;
    background: #e8ef79;
    border: 1.5px solid #272623;
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 25px;
    display: none;
    rotate: 4deg
}

.quick-return {
    position: absolute;
    left: 0;
    top: 15px;
    width: 40%;
    padding: 20px;
    background: #fffdf8;
    border: 1px solid #272623;
    border-radius: 12px;
    display: none;
    z-index: 5
}

.quick-return b {
    display: inline-block;
    background: #e8ef79;
    font-size: 11px;
    padding: 9px;
    margin-top: 15px;
    rotate: -3deg
}

.quick-rescue-stage[data-frame="1"] .quick-ask,.quick-rescue-stage[data-frame="2"] .quick-ask,.quick-rescue-stage[data-frame="3"] .quick-ask {
    visibility: visible
}

.quick-rescue-stage[data-frame="3"] .quick-yes,.quick-rescue-stage[data-frame="4"] .quick-yes,.quick-rescue-stage[data-frame="5"] .quick-yes {
    display: block
}

.quick-rescue-stage[data-frame="5"] .quick-return {
    display: block;
    animation: brand-settle .45s
}

.quick-rescue-stage[data-frame="5"] .quick-question {
    visibility: hidden
}

.quick-rescue-stage.is-running[data-frame="1"] .quick-helper>span,.quick-rescue-stage.is-running[data-frame="4"] .quick-helper>span {
    animation: shop-hop .25s 4 alternate
}

.quick-rescue-stage[data-frame="2"] .quick-helper>span {
    transform: rotate(13deg)
}

.quick-rescue-stage[data-frame="3"] .quick-helper>span {
    animation: whisper-happy .7s
}

.quick-path {
    display: flex;
    gap: 25px;
    max-width: 1200px;
    margin: 20px auto;
    font-size: 13px;
    justify-content: space-between
}

.quick-path span+span:before {
    content: '→';
    margin-right: 20px
}

.quick-actions {
    max-width: 1200px;
    margin: 25px auto 0;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap
}

#quick-caption {
    font-size: 13px;
    flex: 1;
    min-width: 210px;
    line-height: 1.5
}

.recommendation-scope {
    font-size: 11px;
    line-height: 1.6
}

.recommendation-title {
    font: 500 25px/1.2 'Space Grotesk',sans-serif;
    letter-spacing: -.8px;
    margin: 18px 0 10px
}

#recommendation-description {
    font-size: 14px;
    line-height: 1.6
}

.recommendation-why {
    font-size: 13px;
    line-height: 1.6;
    border-bottom: 1px solid #27262340;
    padding-bottom: 15px;
    margin-bottom: 12px
}

.recommendation-why summary {
    cursor: pointer;
    font-weight: 600
}

.recommendation-why ul {
    padding-left: 18px
}

.recommendation-why p {
    font-size: 11px
}

.answer-editor .text-button {
    margin: 0 0 5px;
    font-size: 12px
}

#recommendation-generation {
    display: block;
    font-size: 11px;
    margin: 5px 0 20px
}

#answer-label {
    border-top: 1px solid #27262340;
    padding-top: 20px;
    font-size: 13px
}

.shopify-playground {
    height: 230px;
    position: relative;
    max-width: 550px;
    margin: 25px auto 0;
    overflow: hidden
}

.official-shopify {
    position: absolute;
    right: 65px;
    top: 40px;
    display: block;
    padding: 20px
}

.official-shopify img {
    display: block;
    width: 115px;
    height: 132px
}

.shopify-helper {
    position: absolute;
    left: 25px;
    top: 70px;
    width: 105px;
    height: 140px
}

.shopify-insight {
    position: absolute;
    left: 20px;
    bottom: 0;
    font-size: 12px;
    background: #fffdf8;
    border: 1px solid #272623;
    border-radius: 15px;
    padding: 8px 13px;
    opacity: 0
}

.shopify-playground.active .shopify-helper {
    animation: shopify-visit 4.5s both
}

.shopify-playground.active .official-shopify {
    animation: bag-greet 4.5s both
}

.shopify-playground.active .shopify-insight {
    animation: idea-return 4.5s both
}

.shopify-attribution {
    font-size: 11px!important;
    max-width: 620px;
    margin: 20px auto 0;
    line-height: 1.6!important
}

.refine-faq {
    padding: 65px 7%;
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 65px;
    max-width: 1500px;
    margin: auto
}

.refine-faq h2 {
    font-size: 60px
}

.faq-list {
    padding-top: 5px
}

.faq-list details {
    border-bottom: 1px solid var(--line);
    padding: 18px 0
}

.faq-list summary {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding-right: 25px;
    line-height: 1.5;
    list-style: none;
    position: relative
}

.faq-list summary:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0
}

.faq-list details[open] summary:after {
    content: '−'
}

.faq-list p {
    font-size: 14px;
    line-height: 1.75;
    max-width: 700px
}

.refined-footer {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    align-items: start;
    gap: 40px;
    padding: 45px 7%
}

.refined-footer h3 {
    font-size: 14px;
    margin: 10px 0 20px
}

.refined-footer>div>a:not(.kinder-brand) {
    display: block;
    font-size: 13px;
    margin: 12px 0;
    line-height: 1.5
}

.refined-footer>div>p {
    font-size: 13px;
    line-height: 1.6
}

.refined-footer a:hover {
    text-decoration: underline
}

@keyframes shopify-visit {
    0%,100% {
        transform: translateX(0)
    }

    35%,65% {
        transform: translateX(150px)
    }

    42%,57% {
        transform: translateX(150px) translateY(-7px)
    }
}

@keyframes bag-greet {
    0%,35%,65%,100% {
        transform: translateY(0)
    }

    45%,55% {
        transform: translateY(-9px)
    }
}

@keyframes idea-return {
    0%,65% {
        opacity: 0;
        transform: translateX(100px)
    }

    85%,100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@media(max-width: 900px) {
    .quick-rescue {
        padding-left:5%;
        padding-right: 5%
    }

    .brand-store {
        min-height: 720px
    }

    .brand-store .branded-chat {
        width: 36%;
        right: 18px
    }

    .brand-store .store-editorial {
        width: 59%
    }

    .product-shot {
        height: 150px
    }

    .mini-catalog {
        gap: 12px
    }

    .mini-product>div:nth-child(2) {
        font-size: 12px;
        flex-wrap: wrap;
        gap: 5px
    }

    .quick-helper {
        left: 10%
    }

    .quick-merchant {
        right: 9%
    }

    .quick-question p,.quick-ask p,.quick-return p {
        font-size: 20px
    }

    .quick-ask {
        right: 23%;
        max-width: 39%
    }

    .quick-path {
        gap: 12px;
        font-size: 12px
    }

    .quick-path span+span:before {
        margin-right: 10px
    }

    .refine-faq {
        gap: 35px;
        padding-left: 5%;
        padding-right: 5%
    }

    .refined-footer {
        gap: 25px;
        padding-left: 5%;
        padding-right: 5%
    }
}

@media(max-width: 650px) {
    .brand-store {
        min-height:1030px;
        padding: 18px
    }

    .brand-store .store-editorial {
        width: 100%
    }

    .brand-store .store-editorial h3 {
        font-size: 44px
    }

    .demo-store-nav {
        gap: 10px
    }

    .demo-store-nav button {
        font-size: 10px
    }

    .demo-store-nav #store-cart {
        padding: 5px 8px
    }

    .brand-store .branded-chat {
        width: 83%;
        max-width: 310px;
        right: 18px;
        bottom: 25px;
        margin: 0
    }

    .mini-catalog {
        margin-top: 15px;
        gap: 12px
    }

    .product-shot {
        height: 165px
    }

    .mini-product>div:nth-child(2) {
        min-height: 55px
    }

    .mini-product>button {
        font-size: 11px;
        padding: 10px 8px
    }

    .quick-rescue {
        padding-top: 35px;
        padding-bottom: 35px;
        border-radius: 35px 35px 0 0
    }

    .quick-rescue .platform-heading {
        margin-top: 25px
    }

    .quick-rescue-stage {
        height: 420px
    }

    .quick-question {
        width: 64%;
        top: 10px;
        padding: 14px
    }

    .quick-question p {
        font-size: 20px
    }

    .quick-helper {
        width: 85px;
        height: 113px;
        left: 5%;
        bottom: 22px
    }

    .quick-merchant {
        width: 105px;
        height: 140px;
        right: 3%;
        bottom: 22px
    }

    .quick-ask {
        top: 145px;
        right: 15%;
        max-width: 75%;
        padding: 10px
    }

    .quick-ask p {
        font-size: 18px
    }

    .quick-yes {
        top: 240px;
        right: 2%;
        padding: 10px 15px;
        font-size: 20px
    }

    .quick-return {
        top: 15px;
        width: 95%;
        padding: 16px
    }

    .quick-path {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        font-size: 11px
    }

    .quick-path span+span:before {
        content: none
    }

    .quick-path span {
        border-bottom: 1px solid #27262330;
        padding-bottom: 9px
    }

    .quick-actions .button {
        font-size: 13px
    }

    #quick-caption {
        min-width: 100%;
        font-size: 12px
    }

    .shopify-playground {
        max-width: 350px;
        height: 210px
    }

    .official-shopify {
        right: 10px;
        top: 30px
    }

    .official-shopify img {
        width: 95px;
        height: 110px
    }

    .shopify-helper {
        left: 0;
        top: 80px;
        width: 85px;
        height: 113px
    }

    .shopify-playground.active .shopify-helper {
        animation-name: shopify-visit-mobile
    }

    .shopify-insight {
        font-size: 10px;
        padding: 6px 9px
    }

    .refine-faq {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-top: 45px;
        padding-bottom: 45px
    }

    .refine-faq h2 {
        font-size: 48px
    }

    .faq-list summary {
        font-size: 14px
    }

    .faq-list p {
        font-size: 13px
    }

    .refined-footer {
        grid-template-columns: 1fr 1fr;
        gap: 25px 20px
    }

    .refined-footer>div:first-child {
        grid-column: 1/-1
    }

    .refined-footer>div>a:not(.kinder-brand) {
        font-size: 12px
    }

    .refined-footer h3 {
        margin-bottom: 15px
    }

    .recommendation-title {
        font-size: 24px
    }
}

@keyframes shopify-visit-mobile {
    0%,100% {
        transform: translateX(0)
    }

    35%,65% {
        transform: translateX(100px)
    }

    42%,57% {
        transform: translateX(100px) translateY(-6px)
    }
}

@media(prefers-reduced-motion:reduce) {
    .quick-helper {
        transition: none!important
    }

    .quick-rescue-stage *,.shopify-playground * {
        animation: none!important
    }

    .shopify-playground.active .shopify-insight {
        opacity: 1
    }
}

.quick-rescue-stage[data-frame="2"] .quick-helper:after {
    content: "〰";
    position: absolute;
    right: -8px;
    top: 20px;
    font-size: 22px;
    transform: rotate(-25deg);
    animation: quick-hush .5s 3 alternate
}

@keyframes quick-hush {
    from {
        opacity: .25;
        translate: -3px 0
    }

    to {
        opacity: .8;
        translate: 2px 0
    }
}

@media(prefers-reduced-motion:reduce) {
    .quick-rescue-stage .quick-helper:after {
        animation: none
    }
}
