.SelectCreationPathModal * {
    font-weight: unset;
}

.SelectCreationPathModal {
    max-width: 900px;
    width: 840px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    font-size: var(--font-size-small);
    font-family: var(--sf-font-sohne-md);
}

.SelectCreationPathModal h2 {
    font-size: var(--font-size-headline-sec);
    line-height: 21px;
    font-family: var(--sf-font-sohne);
    color: #58595b;
    letter-spacing: 0.5px;
    margin: 30px auto;
    padding: 0;
    font-weight: unset;
    text-align: center;
}

.title {
    font-size: var(--font-size-headline-main);
    line-height: 21px;
    font-family: var(--sf-font-sohne-b);
    color: var(--color-black);
    letter-spacing: 0.5px;
    margin: 30px auto;
    padding: 0;
    font-weight: unset;
    text-align: center;
}

.SelectCreationPathModal h3 {
    color: #58595b;
    letter-spacing: 0.6px;
    padding: 0;
    text-align: center;
    line-height: 1;
    font-size: var(--font-size-subtitle);
    margin: 20px 10px 16px 10px;
    font-family: var(--sf-font-sohne-md);
}

.SelectCreationPathModal .pathimage {
    justify-content: center;
    display: flex;
}

.SelectCreationPathModal ul {
    margin: 0;
    padding: 0;
}

.SelectCreationPathModal .options {
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 auto;
    justify-content: space-between;
    align-items: flex-start;
}

.SelectCreationPathModal .row {
    display: flex;
}

.SelectCreationPathModal .row.button-wrapper {
    justify-content: space-around;
    padding-bottom: 30px;
}

.SelectCreationPathModal .row.row3 {
    justify-content: center;
    margin-top: 30px;
}

.SelectCreationPathModal .row.top {
    height: 140px;
}

.SelectCreationPathModal .column {
    flex: 50% 1;
    padding: 20px;
    height: 200px;
}

.SelectCreationPathModal .divider {
    height: 336px;
    margin-top: 50px;
    width: 1px;
    background-color: #dcdee1;
}

.SelectCreationPathModal .options .screenshot {
    box-shadow: 0 2px 4px 0 rgba(221, 221, 221, 0.5);
}

.SelectCreationPathModal .screenshot>img {
    max-width: 380px;
}

.SelectCreationPathModal .options>div ul {
    display: flex;
    flex: 0 1 auto;
    flex-flow: column nowrap;
    margin: 0 0 16px 0;
    padding: 0;
    color: #757779;
    font-size: var(--font-size-small);
    line-height: 1.9;
    list-style-position: inside;
    font-family: var(--sf-font-sohne-sb);
}

.SelectCreationPathModal label {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    margin: 30px 10px 10px 10px;
    color: #58595b;
    font-size: var(--font-size-default);
    line-height: 28px;
    cursor: pointer;
}

.SelectCreationPathModal label input[type='checkbox'] {
    display: flex;
    flex: 1 1 auto;
    margin-right: 6px;
}

.SelectCreationPathModal .buttons {
    display: flex;
    align-items: center;
    margin: auto 0 0 0;
    margin-top: 250px;
}

.SelectCreationPathModal .buttons3 {
    display: flex;
    align-items: center;
    margin: auto 0 0 0;
    margin-top: 140px;
}

.SelectCreationPathModal .link3 {
    color: var(--color-teal);
    font-size: var(--font-size-default);
}

.SelectCreationPathModal .label3 {
    display: inline;
    display: initial;
    margin-right: 6px;
}

.SelectCreationPathModal a.button.primary {
    padding: 9px 50px;
}

.SelectCreationPathModal .buttons>a.button:not(.disabled):hover {
    padding: 9px 50px !important;
    border-width: 1px;
}

.SelectCreationPathModal .options p {
    margin-bottom: 32px;
}

.SelectCreationPathModal h3.subTitle {
    font-family: var(--sf-font-sohne-b);
    color: var(--color-black);
}

.SelectCreationPathModal h3.narrow {
    margin-left: 90px;
    margin-right: 90px;
    text-align: left;
    margin-top: 30px;
}

.SelectCreationPathModal li {
    font-size: var(--font-size-default);
    line-height: 1.8;
    font-family: var(--sf-font-sohne-md);
}

/* 3 choice modal */
.SelectCreationPathModal.MMB {
    max-width: none;
    width: 100%;
    display: grid;
    grid-template-areas:
        'top top top'
        'left middle right';
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    grid-template-columns: repeat(3, 1fr);
}

.SelectCreationPathModal.MMB:not(:has(.right)) {
    grid-template-columns: repeat(2, 1fr);
}

.SelectCreationPathModal.MMB h3 {
    margin-bottom: 0;
}

.SelectCreationPathModal.MMB .lightbox>img {
    object-fit: contain;
}

.SelectCreationPathModal.MMB .lightbox {
    display: flex;
    flex-direction: column;
    height: 205px;
}

.SelectCreationPathModal.MMB .left {
    grid-area: left;
}

.SelectCreationPathModal.MMB .middle {
    grid-area: middle;
}

.SelectCreationPathModal.MMB .right {
    grid-area: right;
}

.SelectCreationPathModal.MMB .column {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-left: 1px solid #dcdee1;
    height: 75%;
    padding: 27px;
}

.SelectCreationPathModal.MMB .column:first-of-type {
    border: none;
}

.SelectCreationPathModal.MMB .buttons {
    position: absolute;
    bottom: 40px;
}

.SelectCreationPathModal.MMB p {
    text-align: left;
    line-height: 1.9;
    font-size: var(--font-size-default);
}

.SelectCreationPathModal.MMB .title {
    grid-area: top;
    line-height: 1.5;
    padding: 0 16px;
}

.SelectCreationPathModal.MMB h4 {
    margin: 0;
    font-size: var(--font-size-default);
    font-family: var(--sf-font-sohne-b);
    line-height: normal;
    text-align: center;
    color: var(--color-black);
}

.SelectCreationPathModal.MMB a.full-details {
    color: unset;
    font-size: var(--font-size-default);
    text-decoration: underline;
    margin-top: 16px;
    display: block;
}

.SelectCreationPathModal.MMB a:hover {
    text-decoration: none;
    color: inherit;
}

.sf-modal-overlay:has(.SelectCreationPathModal) .sf-modal {
    max-height: calc(100% - 70px);
    overflow-y: auto;
    max-width: calc(100% - 70px);
    padding: 20px;
    padding-top: 32px !important;
}

.sf-modal-overlay:has(.SelectCreationPathModal) .sf-modal .close-button {
    top: 16px;
}

.sf-modal-overlay:has(.SelectCreationPathModal) .sf-modal .close-button:after,
.sf-modal-overlay:has(.SelectCreationPathModal) .sf-modal .close-button:before {
    background-color: currentcolor;
}

.SelectCreationPathModal.mobile-modal .row.top {
    flex-direction: column;
    height: auto;
}

.SelectCreationPathModal.mobile-modal .buttons {
    margin-top: 0;
    justify-content: center;
}

@media (max-width: 1090px) {
    .SelectCreationPathModal.MMB {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
        padding-top: 160px;
    }

    .SelectCreationPathModal.MMB .column {
        border: none;
        padding: 16px;
    }

    .SelectCreationPathModal.MMB .column:last-of-type .buttons {
        margin-bottom: 16px;
    }

    .SelectCreationPathModal.MMB .lightbox {
        height: auto;
        margin-bottom: 8px;
    }

    .SelectCreationPathModal.MMB .buttons {
        position: static;
        margin: 16px 0 0;
    }

    .sf-modal:has(.SelectCreationPathModal.MMB) {
        width: unset;
        height: 100%;
    }

    .sf-modal:has(.SelectCreationPathModal.MMB) .close-button {
        top: 25px;
        right: 20px;
    }

    .SelectCreationPathModal .pathimage img {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100px !important;
    }
}

@media (max-width: 812px) {

    body:has(.PBPip),
    html:has(body .PBPip) {
        overflow-x: hidden;
        overflow-y: auto;
        background: #fff;
    }

    .sf-modal-overlay:has(.SelectCreationPathModal) .sf-modal {
        margin: 0;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        padding: 0;
        max-height: 100dvh;
        height: 100dvh;
        min-height: 100dvh;
        box-sizing: border-box;
        overflow-y: auto;
        background: #fff;
        padding-bottom: env(safe-area-inset-bottom, 0);
    }

    .SelectCreationPathModal.MMB {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        padding: 0;
        margin: -18px 0 0;
        min-height: 100dvh;
        height: 100dvh;
        box-sizing: border-box;
        overflow: visible;
        background: #fff;
        padding-bottom: env(safe-area-inset-bottom, 0);
    }

    .SelectCreationPathModal.MMB .title {
        font-size: var(--font-size-headline-main);
        line-height: 1.2;
        margin: 24px 0 12px 0;
    }

    .SelectCreationPathModal.MMB h2 {
        font-size: var(--font-size-headline-sec);
        margin: 16px 0 8px 0;
    }

    .SelectCreationPathModal.MMB h3,
    .SelectCreationPathModal.MMB h3.subTitle {
        font-size: var(--font-size-subtitle);
        margin-bottom: 10px;
    }

    .SelectCreationPathModal.MMB h4 {
        font-size: var(--font-size-default);
    }

    .SelectCreationPathModal.MMB .lightbox img {
        max-width: 125px;
        max-height: 113px;
        min-height: 113px;
    }

    .SelectCreationPathModal.MMB a.button,
    .SelectCreationPathModal.MMB a.store-button.primary.SFLY {
        font-size: var(--font-size-default);
        padding: 9px 16px;
        min-width: 120px;
        box-sizing: border-box;
    }

    .SelectCreationPathModal.MMB p,
    .SelectCreationPathModal.MMB li,
    .SelectCreationPathModal.MMB .card-info p,
    .SelectCreationPathModal.MMB a.full-details {
        font-size: clamp(13px, 4vw, 16px);
        line-height: 1.5;
    }

    .SelectCreationPathModal.MMB .column {
        margin: 8px 8px 0 8px;
        padding: 8px;
        background: #fff;
        flex: 1 1;
        height: auto;
        min-width: 0;
        box-sizing: border-box;
        border: none;
    }

    .SelectCreationPathModal.MMB .column.left {
        border-bottom: 1px solid #bbb8b2;
        padding-bottom: 16px;
    }

    .SelectCreationPathModal.MMB .column.right {
        margin-top: 0;
    }

    .SelectCreationPathModal.MMB .column.right p {
        margin-top: 8px;
    }

    .SelectCreationPathModal.MMB .buttons {
        width: 100%;
        margin: 16px 0 0 0;
        position: static;
        justify-content: center;
    }

    .SelectCreationPathModal.MMB a.full-details {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: clamp(13px, 4vw, 16px);
    }
}

@media (max-width: 768px) {
    .SelectCreationPathModal.MMB {
        height: auto;
        background: #fff;
        justify-content: flex-start;
    }

    .SelectCreationPathModal.MMB p {
        font-size: var(--font-size-medium);
        line-height: 1.5;
        text-align: center;
        margin-bottom: 10px;
    }

    .SelectCreationPathModal.MMB h4 {
        margin-top: -10px;
    }

    .SelectCreationPathModal.MMB .column {
        margin: 16px 26px 0;
        background: #ffffff;
        flex: 0 1 auto;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
    }

    .SelectCreationPathModal.MMB .column.right {
        margin-top: 0;
    }

    .SelectCreationPathModal.MMB .column.right p {
        margin-top: 14px;
    }

    .SelectCreationPathModal.MMB .lightbox {
        display: flex;
        margin: -12px 0 0;
        align-items: center;
    }

    .SelectCreationPathModal.MMB .lightbox img {
        max-width: 125px;
        max-height: 113px;
        min-height: 113px;
    }

    .SelectCreationPathModal.MMB .lightbox img.mweb-simple {
        max-width: 115px;
    }

    .SelectCreationPathModal.MMB .lightbox .card-info .subTitle {
        color: #241f16;
        font-family: 'HB Hue v1.2';
        font-size: 24px;
        font-style: normal;
        font-weight: 324;
        line-height: 30px;
        margin: 0px;
    }

    .SelectCreationPathModal.MMB .lightbox .card-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 16px;
    }

    .SelectCreationPathModal.MMB .lightbox .card-info p {
        color: #595855;
        font-family: var(--sf-font-default);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 21px;
        margin-top: 4px;
    }

    .SelectCreationPathModal.MMB .lightbox .card-info .full-details {
        color: #241f16;
        text-align: center;
        font-family: var(--sf-font-default);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
        -webkit-text-decoration-style: solid;
                text-decoration-style: solid;
        -webkit-text-decoration-skip-ink: none;
                text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        margin-top: 8px;
    }

    .sf-modal-overlay:has(.SelectCreationPathModal) .sf-modal {
        max-height: none;
        max-width: none;
        padding: 0px;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
    }

    .sf-modal:has(.SelectCreationPathModal.MMB) .close-button {
        top: 18.67px;
        right: 14.86px;
        width: 16.657px;
        height: 16.657px;
    }

    .SelectCreationPathModal.MMB .title {
        margin: 0px;
        color: #2d3137;
        text-align: center;
        font-family: var(--sf-font-default);
        font-size: var(--font-size-headline-main);
        font-weight: 500;
        line-height: 25px;
    }

    .SelectCreationPathModal.MMB .buttons {
        width: 100%;
        margin-top: 0;
    }

    .SelectCreationPathModal.MMB a.store-button.primary.SFLY {
        width: 145px;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        padding: 7px 16px;
        font-family: var(--sf-font-default);
    }

    .SelectCreationPathModal h3.subTitle {
        font-size: var(--font-size-headline-mid);
        margin-bottom: 13px;
    }

    .SelectCreationPathModal .buttons {
        justify-content: center;
    }

    .SelectCreationPathModal.MMB a.full-details {
        margin-bottom: 18px;
        margin-top: -5px;
        font-size: var(--font-size-medium);
    }
}

@media (max-width: 390px) {
    .SelectCreationPathModal.MMB .title {
        padding: 0 44px;
    }
}
.goDesktop {
    display: flex;
    flex-flow: row nowrap;
    margin: 8px 0;
}

.goDesktop span {
    margin-right: 5px;
}
.matching-items {
    --spacing: 1.2rem;
    margin-top: var(--spacing);
}

.matching-items ul {
    grid-gap: 4rem;
    gap: 4rem;
}

.matching-items li {
    justify-content: space-between;
    width: 256px;
    height: auto;
    margin: 0 4px;
}

.matching-items>h1.store-h1 {
    font-size: var(--font-size-headline-main);
    font-family: var(--sf-font-sohne-b);
    color: #6A707C;
    margin-bottom: var(--spacing);
    margin-left: 4px;
    display: block;
}

.matching-items img+h1 {
    display: block;
    margin-top: var(--spacing);
}

@media (max-width: 991px) {
    .matching-items>h1.store-h1 {
        --font-size-headline-main: 18.66px;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .matching-items {
        margin: var(--spacing);
    }

    .matching-items>h1 {
        margin-left: -10px;
    }
}

@media (max-width: 413px) {
    .matching-items>span {
        font-size: var(--font-size-subtitle);
    }
}
.star-rating-component {
    display: flex;
}

.star-rating-component>span {
    color: var(--gray-medium);
    font-family: var(--sf-font-sohne-b);
    font-size: var(--font-size);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    margin-left: 5px;
}
.alert-modal {
    width: 360px;
}

.alert-wrapper {
    padding: 32px 24px 0px 24px;
}

.alert-header {
    font-family: var(--sf-font-sohne);
    font-size: 18px;
    color: var(--gray-medium);
}

.alert-text {
    font-size: 14px;
    color: var(--gray-medium);
    padding: 10px 0;

}

.alert-footer {
    text-align: right;
    padding: 24px 16px 24px 24px;
    margin-top: 10px;
    border-top: #DCDEE1 1px solid;
}

.alert-text button {
    color: #0065B8;
    text-decoration: underline;
}

.close-add-to-cart-error {
    top: 6px !important;
    right: 6px !important;
}

/*# sourceMappingURL=storefe_11.7b4227f028db5.css.map*/