@font-face {
    font-family: 'Mbc1961GLM';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-01@1.0/MBC1961GulimM.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NexonLv2Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'NexonLv2Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NexonLv2Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

:root {
    --font-body: "Noto Sans KR", "NanumSquare", sans-serif;
    --font-display: "Mbc1961GLM", serif;
    --font-gothic: "NexonLv2Gothic", sans-serif;
}

.store-page {
    margin: 0;
    font-family: var(--font-body);

}

.store-page * {
    box-sizing: border-box;
    word-break: keep-all;
}

.store-only-show-mobile {
    display: none;
}

.store-page img {
    display: block;
    width: 100%;
    height: auto;
}

/* header*/

#store_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.store-header__campaign {
    color: #767676;
    text-align: right;
    font-family: var(--font-gothic);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

#store_bf_logo_pc {
    width: 100%;
    max-width: 133px;
    height: 100%;
}

#store_sign_pc {
    width: 100%;
    max-width: 180px;
    height: 100%;
}

.store-header__group a {
    display: flex;
    align-items: center;
    gap: 12px;
}

#store_header {
    display: flex;
    width: 100%;
    padding: 15px 60px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
}

#web_floating_donation{
    width: 160px;
    height: auto;
    position: fixed;
    right: 64px;
    top: 120px;
    z-index: 997;
    transition: box-shadow 0.3s ease;
}

#web_floating_donation:hover {
    box-shadow: #000000 4px 4px 0 0;
}

/* section01*/

.store-hero {
    position: relative;
    overflow: hidden;
}

#store_cover_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.store-hero > :not(#store_cover_bg) {
    position: relative;
    z-index: 1;
}


.store-screen {
    position: relative;
    padding-block: 264px;
}

.store-screen--cover {
    min-height: var(--store-viewport-height, 100svh);
    will-change: opacity;
}

.store-hero__bubbles {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 596px;
    gap: 16px;
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translate(-50%, -15%);
}

.store-hero__bubbles p {
    color: #1e1e1e;
    font-family: var(--font-gothic);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    width: fit-content;
    padding: 15px 20px;
    opacity: 0;
    transform: translateY(18px);
}

.store-page.is-ready .store-hero__bubbles p {
    animation: storeHeroBubbleFadeIn 0.7s ease-out forwards;
}

.store-page.is-ready .store-hero__bubbles p:first-child {
    animation-delay: 0.1s;
}

.store-page.is-ready .store-hero__bubbles p:last-child {
    animation-delay: 1s;
}

@keyframes storeHeroBubbleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.store-hero__bubbles p:first-child {
    background-color: #ffffff;
    border-radius: 10px 10px 0 10px;
    align-self: end;
}

.store-hero__bubbles p:last-child {
    background-color: #f4a100;
    border-radius: 10px 10px 10px 0;
    align-self: start;
}

.store-hero__scroll {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -5%);
}

.store-hero__scroll p {
    color: #FFF;
    font-family: var(--font-gothic);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    margin-bottom: 8px;
}

.store-hero__scroll img {
    width: 24px;
    height: auto;
    margin-inline: auto;
}

#store_cover_scroll_arrow_pc {
    animation: storeScrollArrowFloat 1.4s ease-in-out infinite;
}

@keyframes storeScrollArrowFloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(16px);
    }

    100% {
        transform: translateY(0);
    }
}


.store-screen--intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 56px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    will-change: opacity;
}

.store-hero__intro-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-display);
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
}

.store-hero__intro-title span{
    -webkit-text-stroke: 0.4px #111111;
    text-shadow:
        -1px 0 #111111,
        1px 0 #111111,
        0 -1px #111111,
        0 1px #111111;
}

@media (max-width: 1024px) {
    .store-hero__intro-title span {
        -webkit-text-stroke: 0;
        text-shadow: none;
    }

    .store-hero__intro p {
        background-color: transparent;
        margin-bottom: 0;
        border-radius: 0;
    }

    .store-hero__intro div:not(.store-hero__intro div:first-child) {
        flex-direction: column;
    }
    .store-hero__intro div:not(.store-hero__intro-title) p {
        margin-inline: auto;
    }
}

.store-hero__intro-title div{
    display: flex;
    gap: 8px;
    align-items: center;
}

.store-hero__intro-title img {
    width: 100%;
    max-width: 326px;
}

.store-hero__intro p {
    font-size: clamp(15px, calc(20px + (100vw - 1538px) * 0.013), 30px);
    font-family: var(--font-gothic);
    text-align: center;
    background-color: #194857;
    width: fit-content;
    margin-inline: auto;
    color: #ffffff;
    padding-inline: 8px;
    border-radius: 2px;
    margin-bottom: 2px;
}

.store-hero__intro div:not(.store-hero__intro-title){
    display: flex;
    justify-content: center;
}

.store-hero__intro div p{
    margin-inline: -4px;
}

.store-property-grid {
    width: 100%;
    max-width: 1102px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.store-property-card {
    background-color: #f1f1f1;
    box-shadow: #d1d1d1 4px 4px 0 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.store-property-card__hover {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    background-color: #f1f1f1;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    inset: 0;
}

.store-property-card__base {
    position: relative;
    background-color: #f1f1f1;
    inset: 0;
    padding: 32px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transition: opacity 0.24s ease, visibility 0s linear 0.24s;
}

.store-property-card:hover .store-property-card__hover {
    opacity: 0;
    visibility: hidden;
}

.store-property-card p {
    font-size: 24px;
    font-family: var(--font-display);
    text-align: center;
    /*margin-bottom: 12px;*/
}


.store-property-card h3 {
    font-size: 40px;
    font-family: var(--font-display) !important;
    text-align: center;
    margin-bottom: 64px;
    line-height: 130%;
    color: #1E1E1E;
}

.store-property-card__list {
    margin-bottom: 64px;
}

.store-property-card__list-item {
    font-size: 20px;
    font-family: var(--font-gothic);
    font-weight: 700;
    color: #1e1e1e;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: -0.5px
}

.store-property-card__cta {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 999px;
    background: #F4A100;
    color: #fff;
}


.store-property-card .store-property-card__p1 {
    font-size: 18px;

}

.store-property-card .store-property-card__p2 {
    font-size: 24px;
    color: #1e1e1e;
    line-height: 130%;
    margin-bottom: 32px;
}

.store-property-card .store-property-card__p3 {
    font-size: 16px;
    text-align: left;
    font-family: var(--font-gothic);
    line-height: 170%;

}


#store_paper_slice_start {
    position: relative;
    /*bottom: 0;*/
}

#store_brick_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    z-index: -1;
}

#store_paper_slice_end {
    position: absolute;
    top: 0;
}

#store_section_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-block: 128px;
}

.store-bridge__lead {
    color: #5A5A5A;
    text-align: center;
    font-family: var(--font-gothic);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 45px */
    margin-bottom: 48px;
    opacity: 0;
    transform: translateY(24px);
}

.store-bridge__headline img {
    height: 84px;
    width: auto;
    display: inline-block;
}

.store-bridge__headline {
    color: #1E1E1E;
    text-align: center;
    font-family: var(--font-gothic);
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 52.5px */
    opacity: 0;
    transform: translateY(24px);
}

#store_section_02.is-visible .store-bridge__lead {
    animation: storeBridgeFadeInUp 0.8s ease-out forwards;
    animation-delay: 0.08s;
}

#store_section_02.is-visible .store-bridge__headline {
    animation: storeBridgeFadeInUp 0.8s ease-out forwards;
    animation-delay: 0.28s;
}

@keyframes storeBridgeFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(24px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#store_section_03 {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background: no-repeat center;
    background-size: cover;
}

.store-impact {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}

#store_section_03.is-visible .store-impact {
    opacity: 1;
    transform: translateY(0);
}

.store-support {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}

#store_section_04.is-visible .store-support {
    opacity: 1;
    transform: translateY(0);
}

#store_section_05 > :not(.store-mobile-donation-btn) {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, transform;
}

#store_section_05.is-visible > :not(.store-mobile-donation-btn) {
    opacity: 1;
    transform: translateY(0);
}

.store-impact__headline {
    color: #FFF;
    text-align: center;
    font-family: var(--font-display) !important;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 57.6px */
    font-size: 48px;
    margin-bottom: 64px;
}

.store-impact__text {
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 160%;
    margin-bottom: 56px;
    font-family: var(--font-gothic);
}

.store-impact__text--point {
    color: #F4A100;
    font-weight: 700;
}

#store_section_03_donation_btn {
    display: flex;
    width: fit-content;
    padding: 12px 60px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: #F4A100;
    margin-inline: auto;
    color: #1E1E1E;
    font-family: var(--font-gothic);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 37.5px */
    letter-spacing: 1.25px;
}


#store_section_04 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f7f5;
}

:is(#store_section_04, #store_section_05) h3 {
    color: #1E1E1E;
    text-align: center;
    font-family: var(--font-display) !important;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 57.6px */
    margin-bottom: 80px;
}


.store-support-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 1102px;
}

.store-support-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 32px 20px;
    border: 1px solid #d1d1d1;
    display: flex;
    gap: 28px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.store-support-card__category {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: #F4A100;
    color: #fff;
    font-family: var(--font-display);
    font-size: 28px;
    flex-shrink: 0;
}

.store-support-card__step {
    font-size: 20px;
    color: #F4A100;
    font-family: var(--font-display);
    font-weight: 700;
}

.store-support-card__text {
    font-size: 24px;
    color: #1e1e1e;
}

#store_section_05 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.store-story-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 1102px;
}

.store-story-grid__item {
    background-color: #d1d1d1;
    width: 100%;
    overflow: hidden;
}

.store-story-grid__item a {
    display: block;
    aspect-ratio: 16 / 9;
}

.store-story-grid__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.store-story-grid__item:hover img {
    transform: scale(1.05);
}

#store_section_05 {
    background-color: #ffffff;
}

.store-page__top {
    display: flex;
    color: #fff;
    width: 100%;
    height: 72px;
    justify-content: center;
    align-items: center;
    background: #434343;
    font-size: 18px;
    gap: 8px;
    position: absolute;
    bottom: 0;
    transition: 0.1s all;
    cursor: pointer;
}

.store-page__top:hover {
    background-color: #F4A100;
}

.store-mobile-donation-btn {
    display: none;
}

/*over 1800*/
@media only screen and (min-width: 1800px) {
    .store-hero__bubbles {
        max-width: 680px;
    }

    .store-hero__bubbles p {
        font-size: 28px;
    }

    .store-hero__intro-title,
    .store-impact__headline,
    :is(#store_section_04, #store_section_05) h3 {
        font-size: 56px;
    }

    .store-bridge__lead,
    .store-impact__text {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1680px) {
    .store-hero__intro-title {
        font-size: 40px;
        gap: 0;
    }

    .store-hero__intro-title img {
        max-width: 280px;
    }

    .store-property-grid {
        max-width: 960px;
    }

    .store-property-card > h3 {
        font-size: 32px;
        margin-bottom: 48px;
    }

    .store-property-card__list-item {
        font-size: 18px;
    }

    .store-property-card__p2 {
        margin-bottom: 24px !important;
    }

    .store-property-card__p3 {
        font-size: 14px !important;
    }

    .store-bridge__lead {
        font-size: 24px;
    }

    .store-bridge__headline {
        font-size: 28px;
    }

    .store-bridge__headline img {
        height: 64px;
    }

    .store-impact__headline {
        font-size: 40px;
    }

    .store-impact__text {
        font-size: 24px;
    }

    .store-support-card {
        padding: 32px;
    }

    .store-support-card__text {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1538px) {
    #web_floating_donation{
        width: 120px;
    }
    #store_bf_logo_pc {
        max-width: 120px;
    }

    #store_sign_pc {
        max-width: 150px;
    }

    .store-hero__bubbles > p {
        font-size: 20px;
    }

    .store-hero__scroll > img {
        width: 20px;
    }

    .store-hero__intro-title {
        font-size: 32px;
        margin-bottom: 24px;
    }



    .store-hero__intro-title > img {
        max-width: 200px;
    }

    .store-screen {
        padding-block: 128px;
    }

    .store-screen--intro {
        gap: 32px;
    }

    .store-property-card p {
        font-size: 18px;
    }

    .store-property-card h3 {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .store-property-card__list {
        margin-bottom: 32px;
    }

    .store-property-card {
        padding: 32px;
    }

    .store-only-show-web {
        display: none;
    }

    .store-property-card__base .store-property-card__p2 {
        margin-bottom: 12px !important;
        font-size: 20px;
    }

    .store-property-card__base .store-property-card__p1 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .store-property-card__base {
        padding: 0;
    }

    .store-hero__intro-title {
        margin-bottom: 16px;
    }

    .store-bridge__lead {
        font-size: 20px;
    }

    .store-bridge__headline {
        font-size: 24px;
    }

    .store-bridge__headline img {
        height: 56px;
    }

    .store-impact__headline {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .store-impact__text {
        font-size: 20px;
        margin-bottom: 32px;
    }

    #store_section_03_donation_btn {
        font-size: 18px;
    }

    :is(#store_section_04, #store_section_05) h3 {
        font-size: 36px;
        margin-bottom: 56px;
    }

    .store-support-card__text {
        font-size: 18px;
    }

    .store-support-card__category {
        font-size: 24px;
        width: 80px;
        height: 80px;
    }
}

/*under 1079*/
@media only screen and (max-width: 1079px) {
    #store_header {
        padding: 15px 32px;
    }

    .store-hero__intro-title,
    .store-impact__headline,
    :is(#store_section_04, #store_section_05) h3 {
        font-size: 40px;
    }

    .store-bridge__lead,
    .store-impact__text {
        font-size: 24px;
    }

    .store-only-show-mobile {
        display: block;
    }

    .store-property-grid {
        grid-template-columns: 1fr;
        max-width: 720px;
    }

    .store-property-card {
        padding: 32px;
    }

    .store-property-card__hover {
        position: absolute;
        inset: 0;
        padding: 32px;
        opacity: 1;
        visibility: visible;
        z-index: 2;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .store-property-card__base {
        position: relative;
        padding: 32px;
        opacity: 1;
        visibility: visible;
        z-index: 1;
    }

    .store-property-card__list{
        width: fit-content;
        margin-inline: auto;
    }

    .store-property-card:hover .store-property-card__hover {
        opacity: 1;
        visibility: visible;
    }

    .store-property-card.is-open .store-property-card__hover {
        opacity: 0;
        visibility: hidden;
    }

    .store-support-grid {
        grid-template-columns: 1fr;
        max-width: 760px;
        --store-support-grid-gap: 16px;
        --store-support-card-padding-top: 32px;
        --store-support-card-padding-bottom: 32px;
    }

    .store-story-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .store-story-grid {
        grid-template-columns: 1fr;
    }

    .store-support-card {
        position: relative;
        background-color: transparent;
        box-shadow: none;
        border: none;
        --store-support-card-padding-x: 20px;
        --store-support-category-size: 80px;
    }

    .store-support-card:not(:last-child):after {
        content: '';
        border-right: 1px solid #F4A100;
        height: var(--store-support-line-height, 0px);
        position: absolute;
        left: var(--store-support-line-left, calc(var(--store-support-card-padding-x) + (var(--store-support-category-size) / 2)));
        top: var(--store-support-line-top, 100%);
        transform: translate(-50%, -50%);
    }

    .store-support-card:last-child:after {
        content: none;
        display: none;
    }
}

/*under 1024*/
@media only screen and (max-width: 1024px) {
    #store_header {
        padding: 14px 24px;
    }

    #store_bf_logo_pc {
        max-width: 110px;
    }

    #store_sign_pc {
        max-width: 148px;
    }

    .store-header__campaign {
        font-size: 13px;
    }

    .store-hero__bubbles {
        width: calc(100% - 48px);
        max-width: 560px;
        bottom: 12%;
    }

    .store-hero__bubbles p {
        font-size: 20px;
        padding: 14px 18px;
    }

    .store-screen--intro,
    #store_section_03,
    #store_section_04,
    #store_section_05 {
        padding: 100px 24px 120px;
    }

    .store-hero__intro-title img,
    .store-bridge__headline img {
        max-width: 240px;
        height: auto;
    }

    .store-impact__headline,
    :is(#store_section_04, #store_section_05) h3 {
        margin-bottom: 48px;
    }

    .store-support-card {
        padding: 24px 18px;
    }

    .store-support-grid {
        --store-support-card-padding-top: 24px;
        --store-support-card-padding-bottom: 24px;
    }

    .store-hero__intro p {
        background-color: transparent;
        color: #ffffff;
        padding-inline: 8px;
        border-radius: 0;
        margin-bottom: 0;
    }

}

/*ipad pro 12.9inch*/
@media all and (max-width: 1024px) and (min-height: 1366px) {
    .store-hero__bubbles {
        bottom: 18%;
    }
}

/* ipad pro 10.5inch ~ General ipad */
@media all and (max-width: 834px) and (min-height: 1112px) {
    .store-story-grid {
        grid-template-columns: 1fr;
        max-width: 560px;
    }
}

/* ipad mini */
@media all and (max-width: 768px) and (min-height: 1024px) {
    .store-hero__intro-title,
    .store-impact__headline,
    :is(#store_section_04, #store_section_05) h3 {
        font-size: 34px;
    }

    .store-bridge__lead,
    .store-impact__text {
        font-size: 21px;
    }
}

/* General Phone */
@media all and (max-width: 767px) {
    #web_floating_donation{
        display: none;
    }
    .store-page {
        padding-bottom: 88px;
    }

    #store_header {
        padding: 12px 16px;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .store-header__group {
        width: 100%;
        justify-content: space-between;
        gap: 8px;
        flex-wrap: wrap;
    }

    .store-header__group:first-child a {
        justify-content: space-between;
    }

    .store-header__group:last-child {
        display: none;
    }

    .store-header__campaign {
        text-align: left;
        font-size: 12px;
    }

    .store-screen--cover {
        padding: 0 16px;
    }

    .store-screen--intro,
    .store-screen--bridge,
    .store-screen--impact,
    .store-screen--support,
    .store-screen--stories {
        padding: 88px 16px 96px;
    }

    .store-hero__bubbles {
        width: calc(100% - 32px);
        bottom: 14%;
    }

    .store-hero__bubbles p {
        font-size: 16px;
        padding: 12px 14px;
    }

    .store-hero__scroll p {
        font-size: 14px;
    }

    .store-hero__intro-title,
    .store-impact__headline,
    :is(#store_section_04, #store_section_05) h3 {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .store-hero__intro-title {
        gap: 0;
        flex-direction: column;
    }

    .store-bridge__lead,
    .store-bridge__headline,
    .store-impact__text {
        font-size: 18px;
        line-height: 1.65;
    }

    .store-property-card {
        padding: 28px 20px;
        margin-inline: 24px;
    }

    .store-property-card__hover,
    .store-property-card__base {
        padding: 28px 20px;
    }

    .store-property-card h3 {
        font-size: 30px;
        margin-bottom: 32px;
    }

    .store-property-card__list {
        margin-bottom: 32px;

    }

    .store-property-card__list-item {
        font-size: 16px;
    }


    .store-support-card__category {
        width: 76px;
        height: 76px;
        font-size: 22px;
    }

    .store-support-card__text {
        font-size: 18px;
    }

    .store-story-grid {
        grid-template-columns: 1fr;
    }

    .store-page__top {
        height: 64px;
        font-size: 16px;
        bottom: 8px;
    }

    .store-mobile-donation-btn {
        height: 72px;
        background-color: #ffffff;
        position: fixed;
        width: 72px;
        gap: 4px;
        /* left: 0; */
        right: 16px;
        bottom: calc(8px + env(safe-area-inset-bottom));
        z-index: 999;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-family: var(--font-gothic);
        font-size: 13px;
        font-weight: 700;
        opacity: 0;
        border-radius: 999px;
        visibility: hidden;
        transform: translateY(100%);
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
        box-shadow: rgba(0,0,0,0.5) 2px 2px 2px 0;
    }

    .store-mobile-donation-btn-leaf{
        width: 16px;
        height: 16px;
        background-color: #F4A100;
        border-radius: 999px 0  999px 0;
        transform: rotate(-1deg);
    }

    .store-mobile-donation-btn.is-visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);

    }
}

@media all and (max-width: 475px) {
    .store-only-show-web {
        display: block;
    }

    .store-property-card__hover {
        justify-content: space-evenly;
        /*padding-inline: 48px;*/
    }

    .store-property-card__hover > h3 {
        font-size: 48px;
    }

    .store-property-card__list-item {
        font-size: 20px;
    }

    .store-property-card__list-item svg {
        width: 24px;
        height: 24px;
    }

    .store-property-card__p1{
        font-size: 20px !important;
    }
    .store-property-card__p2{
        font-size: 32px !important;
    }

    .store-property-card__p2 > br{
        display: none;
    }

    .store-property-card__p3{
        margin-inline: 0;
        width: fit-content;
        font-size: 16px !important;
    }
}


@media all and (max-width: 430px) {
    .store-hero__bubbles {
        bottom: unset;
        top: 20%;
    }
    .store-property-card__list-item{
        font-size: 19px;
    }
}

/* Tiny Phone */
@media all and (max-width: 320px) {
    #store_header {
        padding-left: 12px;
        padding-right: 12px;
    }

    .store-screen--intro,
    .store-screen--bridge,
    .store-screen--impact,
    .store-screen--support,
    .store-screen--stories,
    .store-screen--cover {
        padding-left: 12px;
        padding-right: 12px;
    }

    .store-hero__bubbles {
        width: calc(100% - 24px);
    }

    .store-hero__bubbles p,
    .store-bridge__lead,
    .store-bridge__headline,
    .store-impact__text {
        font-size: 15px;
    }

    .store-hero__intro-title,
    .store-impact__headline,
    :is(#store_section_04, #store_section_05) h3 {
        font-size: 24px;
    }

    .store-property-card,
    .store-support-card {
        padding-left: 16px;
        padding-right: 16px;
    }
}
