:root {
    --sf-font-default: 'Sohne', Verdana, Arial, sans-serif;
    --sf-font-sohne: 'Soehne-Buch', Verdana, Arial, sans-serif;
    --sf-font-sohne-md: 'Soehne-Leicht', Verdana, Arial, sans-serif;
    --sf-font-sohne-sb: var(--sf-font-sohne-md);
    --sf-font-sohne-b: 'Soehne-Kraftig', Verdana, Arial, sans-serif;
    --font-family-avh: 'Avenir LT W01 85 Heavy', Helvetica, Arial, sans-serif;
    --font-family-avr: 'Avenir LT W01 55 Roman', Helvetica, Arial, sans-serif;
    --text-color: #58595b;
    --text-color-grey: #2d3137;
    --text-color-grey2: #757579;
    --text-color-default: #241F16;
    --text-color-blue: #5b7491;
    --outrageous-orange: #f05323;
    --fog-light: #f5f6f8;
    --deep-carrot: #d74012;
    --dark-carrot: #a9320e;
    --tp-blue: #00829b;
    --tp-dark-blue: #005666;
    --tp-active: #006a80;
    --ignite: #bf3602;
    --color-teal: #1aaeba;
    --color-red: #c00;
    --color-blue: #3d4347;
    --color-blue2: #0065b8;
    --color-green: #318619;
    --border-radius: 5px;
    --font-size: 0.857rem;
    /* 12px */
    --font-size-tiny: 0.85rem;
    /* 11px */
    --font-size-small: 0.857rem;
    /* 12px */
    --font-size-default: 1rem;
    /* 14px */
    --font-size-medium: 1.143rem;
    /* 16px */
    --font-size-subtitle: 1.286rem;
    /* 18px */
    --font-size-headline-mid: 1.429rem;
    /* 20px */
    --font-size-headline-sec: 1.325rem;
    /* 22px */
    --font-size-headline-main: 1.77rem;
    /* 24px */
    --font-size-headline-big: 2.29rem;
    /* 32px */
    --main-padding: 0 14px;
    --promo-height: 500px;
    --mid-promo-height: 300px;
    --other-prods-size: 300px;
    --other-prods-header: 28px;
    --other-prods-subheader: 21px;
    --cta-box-position: 35px;
    --page-margin: 24px;
    --color-silver: #ccc;
    --color-black: #212121;
    --color-white: #ffffff;
    --gray-dark: #c6c7c9;
    --gray-medium: #585b58;
    --red-deep: #920012;
    --color-brown: #7c4c35;
    --brown-light: #df9b74;
    --color-golden: #785f25;
    --golden-light: #edc151;
    --gray-deep: #7e7e7e;
    --gray-light: #eee;
    --gray-red: #e80112;
    --gray-mid: #c9cacb;
    --white-smoke: #f5f5f5;
    --dark-charcoal: #333;
    --gray-solitude: #ebedf0;
    --high-column-gap: 1.5em;
    --mid-column-gap: 1em;
    --low-column-gap: 0.75em;
    --five-column-width: calc(20% - var(--high-column-gap));
    --four-column-width: calc(25% - var(--high-column-gap));
    --three-column-width: calc(33.3% - var(--high-column-gap));
    --two--column-width: calc(50% - var(--mid-column-gap));
    --one--column-width: calc(100% - var(--low-column-gap));
    --checkbox-color: #6a707c;
    --light-gray-background-color: #F2F2F0;
}

@font-face {
    font-family: 'Soehne-Leicht';
    src: url('https://cdn.staticsfly.com/i/cmsFonts/sohne/soehne-leicht.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Soehne-Buch';
    src: url('https://cdn.staticsfly.com/i/cmsFonts/sohne/soehne-buch.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Soehne-Kraftig';
    src: url('https://cdn.staticsfly.com/i/cmsFonts/sohne/soehne-kraftig.woff2') format('woff2');
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

/* CSS hack to adjust Firefox */
@-moz-document url-prefix() {
    html {
        scroll-behavior: auto;
    }
}

body.store-fe {
    margin: 0;
    font-family: 'Soehne-Leicht', Verdana, Arial, sans-serif;
    font-family: var(--sf-font-sohne-md);
    color: #58595b;
    color: var(--text-color);
    font-size: 1rem;
    font-size: var(--font-size-default);
    width: 100%;
    overflow-x: hidden;
}

.body-wrapper {
    max-width: 1600px;
    margin: 0 auto;
}

#root {
    min-height: 100vh;
}

#root:not(:has(#reviews-snapshot #pr-review-snapshot)) {
    min-height: 0;
}

.store-front a.store-button {
    font-family: 'Soehne-Kraftig', Verdana, Arial, sans-serif;
    font-family: var(--sf-font-sohne-b);
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    font-weight: 500;
    border-radius: 24px;
    text-decoration: none;
    text-transform: capitalize;
    padding: 9.5px 20px;
    border: 1px solid #58595b;
    border: 1px solid var(--text-color);
    color: #58595b;
    color: var(--text-color);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

.store-front {
    padding-bottom: 15px;
    margin: 0 25px;
}

.store-front a.store-button.primary.SFLY {
    color: #fff;
    background: #d74012;
    background: var(--deep-carrot);
    border: 1px solid #d74012;
    border: 1px solid var(--deep-carrot);
}

.store-front a.store-button.primary.TP {
    color: #fff;
    background: #00829b;
    background: var(--tp-blue);
    border: 1px solid #00829b;
    border: 1px solid var(--tp-blue);
}

.store-front a.store-button.SFLY:not(.disabled):hover {
    text-decoration: none !important;
    color: #d74012;
    color: var(--deep-carrot);
    border: 1px solid #d74012;
    border: 1px solid var(--deep-carrot);
}

.store-front a.store-button.TP:not(.disabled):hover {
    text-decoration: none;
    color: #00829b;
    color: var(--tp-blue);
    border: 2px solid #00829b;
    border: 2px solid var(--tp-blue);
}

.store-front a.store-button.SFLY:not(.disabled):active {
    color: #bf3602;
    color: var(--ignite);
    border: 2px solid #bf3602;
    border: 2px solid var(--ignite);
}

.store-front a.store-button.TP:not(.disabled):active {
    color: #006a80;
    color: var(--tp-active);
    border: 2px solid #006a80;
    border: 2px solid var(--tp-active);
}

.store-front a.store-button.primary:not(.disabled):hover,
.store-front a.store-button.primary:not(.disabled):active {
    color: #ffffff;
    color: var(--color-white);
}

.store-front a.store-button.primary.SFLY:not(.disabled):hover {
    background: #a9320e;
    background: var(--dark-carrot);
    border: 1px solid #a9320e;
    border: 1px solid var(--dark-carrot);
}

.store-front a.store-button.primary.TP:not(.disabled):hover {
    background: #005666;
    background: var(--tp-dark-blue);
    border: 1px solid #005666;
    border: 1px solid var(--tp-dark-blue);
}

.store-front a.store-button.primary.SFLY:not(.disabled):active {
    background: #bf3602;
    background: var(--ignite);
    border: 1px solid #bf3602;
    border: 1px solid var(--ignite);
}

.store-front a.store-button.primary.TP:not(.disabled):active {
    background: #006a80;
    background: var(--tp-active);
    border: 1px solid #006a80;
    border: 1px solid var(--tp-active);
}

.store-front a.store-button.disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}

.store-front a.store-button.floating {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11),
        0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.store-front a {
    color: #3d4347;
    color: var(--color-blue);
    text-decoration: none;
}

.store-front a:hover {
    color: #3d4347;
    color: var(--color-blue);
}

div.spoonflower-text {
    font-family: 'Soehne-Leicht', Verdana, Arial, sans-serif;
    font-family: var(--sf-font-sohne-md);
}

@media (min-width: 768px) {
    :root {
        --font-size: 0.875rem;
        --main-padding: 0;
    }
}

@media (max-width: 767px) {
    :root {
        --font-size: 0.875rem;
        --main-padding: 0;
    }

    .store-front {
        max-width: 767px;
    }
}

@media (max-width: 480px) {
    .store-front {
        margin: 0 12px;
    }
}

.focus-none *:focus {
    outline: none !important;
}

.focus-none *:not(.focus-exception):focus:after,
.focus-none *:focus .Icon:before {
    display: none;
}

.u-lock-scroll {
    overflow: hidden !important;
}

/*** Secondary Button ****/
.button.secondary,
a.secondary {
    background: #ffffff;
    background: var(--color-white);
    border: 1px solid #585b58;
    border: 1px solid var(--gray-medium);
    height: 36px;
    padding: 7px 16px;
    box-sizing: border-box;
    border-radius: 4px;
    color: #585b58;
    color: var(--gray-medium);
    text-transform: uppercase;
    cursor: pointer;
}

.button.secondary:not(.disabled):hover,
a.secondary:not(.disabled):hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.button.secondary:not(.disabled):active,
a.secondary:not(.disabled):active {
    background: rgba(0, 0, 0, 0.1);
}

.button.disabled {
    opacity: 0.3;
    cursor: default;
}

.not-supported p {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 730px;
    margin: 50px auto;
    line-height: 21px;
    font-size: 14px;
    font-family: 'Soehne-Leicht', Verdana, Arial, sans-serif;
    font-family: var(--sf-font-sohne-md);
    color: #585b58;
    color: var(--gray-medium);
    width: 90%;
}

.not-supported p img {
    margin-right: 10px;
}
.slick-list,.slick-slider,.slick-track{
    position:relative;
    display:block
}
.slick-loading .slick-slide,.slick-loading .slick-track{
    visibility:hidden
}
.slick-slider{
    box-sizing:border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    -khtml-user-select:none;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent
}
.slick-list{
    overflow:hidden;
    margin:0;
    padding:0
}
.slick-list:focus{
    outline:0
}
.slick-list.dragging{
    cursor:pointer;
    cursor:hand
}
.slick-slider .slick-list,.slick-slider .slick-track{
    transform:translate3d(0,0,0)
}
.slick-track{
    top:0;
    left:0
}
.slick-track:after,.slick-track:before{
    display:table;
    content:''
}
.slick-track:after{
    clear:both
}
.slick-slide{
    display:none;
    float:left;
    height:100%;
    min-height:1px
}
[dir=rtl] .slick-slide{
    float:right
}
.slick-slide img{
    display:block
}
.slick-slide.slick-loading img{
    display:none
}
.slick-slide.dragging img{
    pointer-events:none
}
.slick-initialized .slick-slide{
    display:block
}
.slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid transparent
}
.slick-arrow.slick-hidden{
    display:none
}
.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: var(--sf-font-sohne);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    margin: 0;
}

.slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: none;
    opacity: .25;
    margin: 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 32px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '•';
    text-align: center;
    color: #000;
    border-radius: 100%;
}

.slick-dots li.slick-active button {
    opacity: .75;
}
.ThumbnailPage {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.ThumbnailPage .thumbnail-cta {
    display: flex;
    flex: 1 1 auto;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: left;
}

.ThumbnailPage .store-h2,
.ThumbnailPage .store-h1 {
    display: flex;
    flex: 1 1 100%;
    align-items: center;
    justify-content: left;
    line-height: 25px;
    font-family: var(--sf-font-sohne);
    font-size: var(--font-size-headline-main);
    font-weight: normal;
    margin: 14px 0;
    color: var(--text-color);
    letter-spacing: 0.5px;
    margin-right: 10px;
}

.ThumbnailPage .content-container {
    display: flex;
    flex-flow: column nowrap;
    padding: 0;
}

.ThumbnailPage .content-container .FilterBar.sticky-enabled {
    box-shadow: 0 6px 3px -3px rgb(0 0 0 / 30%);
}

.ThumbnailPage .content-container .FilterBar:not(.filter-enabled) {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0;
}

.ThumbnailPage .content-container .FilterBar:not(.filter-enabled).sticky .TopBar {
    border-bottom: none;
}

.ThumbnailPage .content-container .FilterBar:not(.filter-enabled).sticky .SelectedFilters {
    border-top: 1px solid #dcdee1;
}

.ThumbnailPage .content-container .FilterBar:not(.filter-enabled).open {
    z-index: 100000;
}

@media screen and (max-width: 768px) {
    .ThumbnailPage .content-container .FilterBar {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 99;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 0;
    }

    .ThumbnailPage .content-container .FilterBar.sticky-enabled {
        border-bottom: none;
        box-shadow: 0 6px 3px -3px rgb(0 0 0 / 30%);
        z-index: 10000;
        margin-left: calc(-100vw / 2 + 100% / 2);
        margin-right: calc(-100vw / 2 + 100% / 2);
        padding: 0 25px;
        width: auto;
    }

    .ThumbnailPage .content-container .FilterBar.sticky-enabled .TopBar {
        border-bottom: none;
    }

    .ThumbnailPage .content-container .FilterBar.sticky-enabled .SelectedFilters {
        border-top: 1px solid #dcdee1;
    }

    .ThumbnailPage .content-container .FilterBar.open {
        z-index: 99999;
    }
}

.ThumbnailPage .dc-wrapper {
    display: flex;
    flex: 0 1 auto;
    width: 100%;
    align-items: center;
    flex-flow: column nowrap;
}

.ThumbnailPage .dc-wrapper img {
    height: auto;
    max-width: 100%;
}

.ThumbnailPage .thumbnail-grid {
    margin-top: 16px;
}

.ThumbnailPage .thumbnail-cta .results::before {
    content: '(';
}

.ThumbnailPage .thumbnail-cta .results::after {
    content: ')';
}

.ThumbnailPage .thumbnail-cta .results {
    font-size: 12px;
    margin-left: 5px;
}

.ThumbnailPage .thumbnail-cta .search-suggestions {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.ThumbnailPage .heading-section.search-suggestions-section {
    flex-direction: column;
    line-height: 24px;
}

.ThumbnailPage .heading-section.search-suggestions-section .favorite-section {
    justify-content: right;
}

.ThumbnailPage .suggestion-result {
    font-size: 16px;
}

.ThumbnailPage .suggestion-list a {
    color: inherit;
    margin-left: 3px;
    text-decoration: underline;
}

.ThumbnailPage .suggestion-list a:not(:last-child):after {
    content: ',';
}

@media screen and (max-width: 480px) {
    .ThumbnailPage .store-h1 {
        font-size: 20px;
    }

    .ThumbnailPage .store-h2 {
        font-size: var(--font-size-headline-sec);
    }

    .ThumbnailPage .content-container {
        display: flex;
        flex-flow: column nowrap;
        padding: 0;
    }

    .ThumbnailPage .content-container .FilterBar.sticky-enabled {
        top: 0;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        padding: 12px;
        width: 100%;
    }

    .bttEnabled.ThumbnailPage .content-container .FilterBar.sticky-enabled {
        margin-right: calc(-53.8vw + 50%);
        padding: 0px;
    }

    .ThumbnailPage .content-container .FilterBar.sticky-enabled .TopBar {
        width: calc(100% - 30px);
    }

    .ThumbnailPage .unfavorite-msg .fav-tooltip {
        margin-left: -120px;
    }

    .ThumbnailPage .unfavorite-msg .fav-tooltip .arrow.top:before {
        right: calc(50% - 60px);
    }
}

.no-results-container .page-title-container .page-title-text,
.fallback-results-container .page-title-container .page-title-text .info-text {
    font-size: 16px;
    font-weight: 700;
    color: #58595b;
    margin-bottom: 21px;
    line-height: 19px;
    margin-top: 20px;
    text-align: center;
}

.fallback-results-container .page-title-container {
    font-family: var(--sf-font-sohne);
    margin: 10px;
    text-align: center;
}

.fallback-results-container .page-title-container .page-title-text .sfly-suggestions {
    text-align: center;
    font-size: 15px;
    margin-top: 5px;
}

.fallback-results-container .heading-section {
    display: flex;
    justify-content: right;
}

.page-title-container .page-title-text .search-term {
    font-family: var(--sf-font-sohne-b);
    font-size: 16px;
    margin-left: 5px;
    margin-top: 0;
}

.no-results-container .no-results {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    margin: 60px 0;
}

@media screen and (min-width: 992px) {
    .no-results-container .no-results {
        min-height: 280px;
        color: #58595b;
        border-top: 1px solid #c6c7c9;
        font-size: 20px;
    }

    .fallback-results-container .sfly-results {
        border-top: 1px solid #c6c7c9;
    }
}

@media screen and (max-width: 767px) {
    .heading-section .favorite-section {
        align-items: flex-start;
        margin-top: 14px;
    }

    .ThumbnailPage .heading-section .thumbnail-cta .store-h2 {
        display: inline;
        vertical-align: middle;
    }
}

.favorite-state .label {
    height: 30px;
    padding-top: 15px;
}

.unfavorite-msg .fav-tooltip {
    display: none;
    font-size: 13px;
    border: 1px solid var(--gray-dark);
    margin-left: -68px;
    margin-top: 10px;
    pointer-events: none;
    position: absolute;
    width: 150px;
    background-color: var(--color-white);
    padding: 10px;
    z-index: 10001;
    text-align: left;
    border-radius: 5px;
    font-family: var(--sf-font-sohne);
}

.unfavorite-msg .fav-tooltip strong {
    display: block;
    margin: 8px 0 4px;
    color: #cc5500;
    font-size: 14px;
}

.favorite-section:hover .fav-tooltip {
    display: block;
}

.heading .store-h1,
.heading .store-h2 {
    display: inline;
}

/* Strips margin from CMS banner */
.cms-banner .apclayout.vertical-stack-layout-row+.apclayout.vertical-stack-layout-row {
    margin: 0;
}

.use_my_photo_wrapper {
    margin: 16px 0;
}

.sort-by-for-desktop {
    display: none;
}

@media screen and (min-width: 768px) {
    .campaign-content {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 769px) {
    .thumbnail-inner-wrapper {
        display: grid;
        grid-column-gap: var(--high-column-gap);
        grid-row-gap: var(--high-column-gap) / 2;
        grid-template-columns: auto;
    }

    .sort-by-for-desktop {
        display: flex;
        border-left: solid 1px #dcdee1;
        padding-left: 15px;
        margin-left: 15px;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .thumbnail-inner-wrapper {
        grid-template-columns: 33.33% 66.66%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .thumbnail-inner-wrapper {
        grid-template-columns: 25% 75%;
    }
}

@media screen and (min-width: 1201px) {
    .thumbnail-inner-wrapper {
        grid-template-columns: 20% 80%;
    }
}

.thumbImage .slick-dots {
    bottom: -20px;
}

.thumbImage .slick-dots li button {
    display: none;
}

.thumbImage .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 0 4px;
    background: #2f3237;
    border-radius: 100%;
    vertical-align: middle;
}

.thumbImage .slick-dots li.slick-active {
    background: none;
    border: solid 1px #2f3237;
}

@media (max-width: 991px) {
    .thumbnail.thumb-redesign .thumbImage .slick-dots {
        bottom: -12px;
    }

    .thumbnail.thumb-redesign .thumbImage .slick-dots li {
        width: 24px;
        height: 4px;
        margin: 0;
        background: #E1E1DF;
        border-radius: 0;
    }

    .thumbnail.thumb-redesign .thumbImage .slick-dots li:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .thumbnail.thumb-redesign .thumbImage .slick-dots li:last-child {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .thumbnail.thumb-redesign .thumbImage .slick-dots li.slick-active {
        background: #595855;
        border-radius: 2px;
        border: none;
    }

    /* Styles applied when more than 6 images are present ex: wedding photobooks */
    .thumbnail.thumb-redesign .thumbImage.sixPlus .slick-dots {
        display: flex !important;
        padding: 0;
        bottom: -8px;
    }

    .thumbnail.thumb-redesign .thumbImage.sixPlus .slick-dots li {
        width: auto;
        flex: 1 1;
        height: 4px;
        margin: 0;
        background: #E1E1DF;
        border-radius: 0;
    }

    .thumbnail.thumb-redesign .thumbImage.sixPlus .slick-dots li:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .thumbnail.thumb-redesign .thumbImage.sixPlus .slick-dots li:last-child {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .thumbnail.thumb-redesign .thumbImage.sixPlus .slick-dots li.slick-active {
        background: #595855;
        border-radius: 2px;
        border: none;
    }
}

.fragmentDiv:not(:has(div)) {
    position: relative;
    background-color: #ebebeb;
}

.fragmentDiv:not(:has(div))::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;

    background: linear-gradient(90deg, #ebebeb, #f5f5f5, #ebebeb);

    /* Adding animation */
    animation: loadingFragmentSkeleton 0.8s infinite;
}

/* Loading Animation */
@keyframes loadingFragmentSkeleton {
    100% {
        transform: translateX(100%);
    }
}

/* override for in-grid marketing to make it align to top and crop the bottom of images. */
DIV#thumbnailGrid .InGridMarketingTileLink.imgBased DIV.InGridMarketingTile {
    background-position: top;
}
#write-review-page #reviews {
    padding-left: 30px;
}
.SelectCreationPath * {
    font-weight: unset;
}

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

.SelectCreationPath .store-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;
}

.SelectCreationPath .store-h3 {
    color: #58595B;
    letter-spacing: 0.6px;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 16px 0;
    font-family: var(--sf-font-sohne-md);
}

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

.SelectCreationPath .row {
    display: flex;
}

.SelectCreationPath .column {
    flex: 50% 1;
    padding: 10px;
}

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

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

.SelectCreationPath .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);
}

.SelectCreationPath label {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    margin: 30px auto 0;
    color: #58595B;
    font-size: var(--font-size-default);
    line-height: 16px;
    cursor: pointer;
}

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

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

.SelectCreationPath a.button.primary {
    margin-left: 16px;
}

.SelectCreationPath .buttons>a.button:not(.disabled):hover {
    padding: 9px 20px;
    border-width: 1px;
}

.SelectCreationPath .pathcta {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    margin-left: 32px;
    max-width: 380px;
}

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

.SelectCreationPath li {
    font-size: var(--font-size-default);
    line-height: 1.8;
    font-family: var(--sf-font-sohne-md);
}
.FavoritesPage .favorites-container {
    display: flex;
    flex-flow: column nowrap;
    padding: 0 24px;
}

.FavoritesPage>.store-h2 {
    display: flex;
    justify-content: center;
    font-size: 22px;
    margin: 8px 0;
    line-height: 1;
    font-weight: unset;
    letter-spacing: .5px;
    flex: 1 1 auto;
    font-family: var(--sf-font-sohne);
}

.FavoritesPage .Breadcrumb li:last-child a {
    font-family: var(--sf-font-sohne);
    pointer-events: unset;
}

.FavoritesPage .Icon.favorite {
    padding-bottom: 10px;
}
.PBPip {
    display: flex;
    flex: 1 1 100%;
    flex-flow: column nowrap;
    padding: 0;
    min-height: 100vh;
    font-family: var(--sf-font-sohne);
}

.PBPip .button-group {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-top: 16px;
    grid-gap: 16px;
    gap: 16px;
}

.PBPip .button-group.stickyBarScroll {
    position: fixed;
    top: 9px;
    right: 110px;
    z-index: 1000;
}

.PBPip .button-group>a {
    height: auto;
}

.PBPip .close {
    display: none;
}

.PBPip .button-group a:last-child {
    margin-left: 0;
}

.PBPip .button-group .primary {
    order: -1;
    display: inline-flex;
    background: var(--deep-carrot);
    border: 1px solid var(--deep-carrot);
    color: #fff;
}

.PBpip .button-group .secondary {
    background: var(--color-white);
    border: 1px solid var(--gray-medium);
    border-radius: 4px;
    color: var(--gray-medium);
    text-transform: uppercase;
    cursor: pointer;
}

.PBPip .button-group.switch {
    visibility: visible;
}

.PBPip .button-group.switch a:only-of-type:first-child {
    margin-left: 0;
}

.PBPip .button-group.switch a:last-child {
    order: -1;
    margin-left: 0;
}

.PBPip .button-group .primary:hover {
    background: var(--dark-carrot) !important;
}

.PBPip .button-group .primary.TP:hover {
    background: var(--tp-dark-blue) !important;
}

.PBPip .content {
    display: flex;
    flex-flow: row;
    font-family: var(--sf-font-sohne-sb);
    line-height: 18px;
    position: relative;
    grid-column-gap: 25px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
}

.PBPip .content .DesignerName>a {
    border: 0;
    font-size: var(--font-size-default);
    line-height: 21px;
    font-family: var(--sf-font-sohne);
}

.PBPip .content .Designer>a {
    color: unset;
    text-decoration: underline;
}

.PBPip .content .Designer>a:hover {
    text-decoration: none;
}

.PBPip .DesignedBy {
    font-family: var(--sf-font-sohne-b);
}

.PBPip .Designer {
    display: flex;
    align-items: center;
}

.PBPip .new-product-info .Designer {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.PBPip .Designer>img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 8px;
    object-fit: cover;
}

.PBPip .Designer .DesignedBy,
.PBPip .Designer .DesignedBy+span {
    font-family: var(--sf-font-sohne);
}

.PBPip .Designer .DesignedBy {
    margin-right: 4px;
}

.PBPip .store-h1 {
    color: var(--text-color);
    font-size: var(--font-size-headline-main);
    line-height: 27px;
    font-weight: 400;
    font-family: var(--sf-font-sohne);
    margin: 8px 0;
}

.PBPip .content .details,
.PBPip .content .preview {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}

.PBPip .content .preview {
    flex: 1 1 66.6%;
}

.PBPip .qty-cta-wrapper.hideDropDown {
    display: block;
}

.options.quantity-option.hide {
    display: none;
}

.PBPip .content .details {
    flex: 1 1 33.3%;
}

.PBPip section:not([id='reviews'] section, section.product-info) {
    display: flex;
    flex-flow: column nowrap;
}

@media screen and (max-width: 480px) {
    .PBPip section:not([id='reviews'] section, section.product-info) {
        margin-bottom: 0;
    }

    .PBPip .details .options {
        border-bottom: solid 1px #dcdee1;
    }

    .PBPip .Designer .DesignedBy,
    .PBPip .new-product-info .Designer .trun-str {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
    }
}

.PBPip section.product-info {
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    gap: 8px;
}

.PBPip .new-product-info .product-info {
    margin-bottom: 16px;
}

.PBPip section.product-info .store-h1,
.PBPip section.product-info span.react-loading-skeleton {
    margin: 8px 0 0 0;
}

.PBPip section.cta-qty-section {
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 10px !important;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #dcdee1;
}

.PBPip .details:not(.new-product-info) .product-info>div:first-of-type {
    margin-top: 8px;
}

.PBPip .noBorder {
    border: none !important;
}

.PBPip .fullWidth {
    width: 100%;
}

.PBPip .content .fullWidth.details-info {
    padding-bottom: 10px;
    position: relative;
}

.PBpip .added-details {
    display: flex;
}

.PBPip .added-details>span:first-child {
    margin-right: 6px;
}

.PBPip section.subtotal.subtotal {
    justify-content: space-between;
    align-items: flex-start;
}

.PBPip .new-product-info section.subtotal.subtotal {
    background-color: #f7f7f8;
    border-radius: 8px;
    padding: 0 15px 12px 12px;
}

.PBPip .preview {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin: 0;
    position: relative;
}

.PBPip .preview .Carousel {
    width: 95%;
}

.PBPip .preview .Carousel.pip {
    width: 180px;
    height: 471px;
}

.PBPip .new-product-info {
    box-sizing: border-box;
}

.PBPip .genImageWallTitle {
    color: var(--gray-medium);
    font-size: 19px;
    font-family: var(--sf-font-sohne-sb);
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.PBPip .preview_loading {
    height: 500px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .PBPip .preview .Carousel.pip {
        height: 456px;
        min-height: 456px;
    }

    .PBPip .content .DesignerName {
        margin: 0 0 8px;
    }

    .PBPip .new-product-info .QuickViewBottom .Promo {
        min-height: 0px;
    }

    .PBPip .new-product-info section.subtotal.subtotal {
        padding-top: 0px;
    }

    .PBPip section.new-product-info {
        grid-gap: 5px;
        gap: 5px;
    }
}

.new-product-info .designedBy-rating {
    display: flex;
    grid-gap: 47px;
    gap: 47px;
    white-space: nowrap;
}

@media screen and (max-width: 480px) {
    .PBPip .genImageWallTitle {
        font-size: 18px;
        line-height: 28px;
    }

    .PBPip .product-info .store-h1 {
        font-size: 19px;
    }

    .PBPip section.product-info {
        margin-bottom: 0;
    }

    .new-product-info .designedBy-rating {
        grid-gap: 32px;
        gap: 32px;
    }
}

.PBPip .genImageWall {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    grid-gap: 32px;
    gap: 32px;
}

.PBPip .genImageWall .genImage {
    width: calc(33% - 30px);
    max-width: 500px;
    max-height: 500px;
}

.PBPip .genImageWall .genImage img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
}

@media screen and (max-width: 480px) {
    .PBPip .genImageWall .genImage {
        width: 360px;
        height: 360px;
    }

    .PBPip .genImageWall .genImage img {
        max-width: 360px;
        max-height: 360px;
    }
}

@media screen and (min-width: 480px) and (max-width: 991px) {
    .PBPip .genImageWall .genImage {
        width: 45%;
    }
}

.PBPip .altView {
    display: flex;
    flex: 0 0 auto;
    flex-flow: column nowrap;
    align-items: center;
    margin: 0 16px;
    box-sizing: border-box;
    width: 100px;
    cursor: pointer;
    height: 100%;
    justify-content: center;
}

.PBPip .altView img {
    max-width: 94px;
    max-height: 94px;
}

.PBPip .altView .altViewImageWrapper .alt,
.PBPip .altView .altViewImageWrapper .alt-skeleton {
    max-width: 100%;
    max-height: 100%;
}

.PBPip .Carousel.pip .altView img,
.PBPip .Carousel.pip .altView .alt-skeleton {
    max-width: 106px;
    max-height: 106px;
    object-fit: contain;
}

@media screen and (max-width: 992px) {

    .PBPip .Carousel.pip .altView img,
    .PBPip .Carousel.pip .altView .alt-skeleton {
        max-width: 96px;
        max-height: 96px;
    }
}

.PBPip .altView span:not(.alt-skeleton):not([aria-live='polite'][aria-busy='true']) {
    display: none;
}

.PBPip .preview .skeleton-hero-img span {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.PBPip .preview img.hero,
.PBPip .preview .skeleton-hero-img {
    max-width: 500px;
    max-height: 500px;
    display: flex;
    flex: 0 1 auto;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.PBPip .preview .Carousel .altView i {
    display: flex;
    border-top: 2px solid transparent;
    width: 100%;
    box-shadow: none;
    margin: 8px 0;
    flex: 0 0 auto;
    height: 0;
}

.PBPip .imageWall {
    display: flex;
    flex-flow: row nowrap;
    margin: 0;
    position: relative;
    width: 100%;
    max-height: 700px;
    min-height: 370px;
}

.PBPip .heroWrapper {
    display: flex;
    flex-flow: row nowrap;
    flex: 0 1 auto;
    justify-content: center;
    width: 100%;
    position: relative;
}

@media screen and (min-width: 1200px) {
    .PBPip .heroWrapper {
        min-height: 500px;
    }

    .PBPip .preview .Carousel.pip {
        min-height: 471px;
    }

    .PBPip section.subtotal {
        min-height: 80px;
    }

    .designedBy-rating {
        width: 480px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .PBPip .heroWrapper {
        min-height: 432px;
    }

    .PBPip .preview .Carousel.pip {
        min-height: 420px;
    }

    .PBPip section.subtotal {
        min-height: 105px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .PBPip .content {
        min-height: 1024px;
    }

    .PBPip .heroWrapper {
        min-height: 380px;
    }

    .PBPip .topCarouselImg .CarouselImg {
        min-height: 380px;
    }

    .PBPip section.subtotal {
        min-height: 80px;
    }

    .PBPip .new-product-info .Designer .DesignedBy,
    .PBPip .new-product-info .Designer .trun-str {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
    }

    .new-product-info .designedBy-rating {
        grid-gap: 35px;
        gap: 35px;
    }
}

.QuickView .SubTotal {
    min-height: 106px;
}

.QuickView .SubTotal.NewPricingView {
    min-height: 108px;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .PBPip .content {
        min-height: 860px;
    }

    .PBPip .topCarouselImg .CarouselImg {
        min-height: 464px;
    }

    .PBPip section.subtotal {
        min-height: 65px;
    }
}

@media screen and (max-width: 479px) {
    .PBPip .content {
        min-height: 820px;
    }

    .PBPip .topCarouselImg .CarouselImg {
        min-height: 360px;
    }

    .PBPip section.subtotal {
        min-height: 57px;
    }
}

@media screen and (max-width: 412px) {
    .PBPip section.subtotal {
        min-height: 85px;
    }
}

.PBPip .heroWrapper a.prev,
.PBPip .heroWrapper a.next {
    display: flex;
    flex: 0 0 auto;
    width: 24px;
    height: 48px;
    z-index: 1;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: #fff;
    color: transparent;
    border: 1px solid var(--gray-dark);
    border-radius: 4px;
    box-sizing: border-box;
    transition: opacity 0.35s;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
}

.PBPip .heroWrapper a.next {
    right: 30px;
}

.PBPip .heroWrapper a.prev {
    left: 30px;
}

.PBPip .heroWrapper>a.next:hover.disabled,
.PBPip .heroWrapper>a.prev:hover.disabled {
    color: transparent;
}

.PBPip .heroWrapper>a.prev:hover:not(.disabled),
.PBPip .heroWrapper>a.next:hover:not(.disabled) {
    border: 1px solid var(--text-color-grey2);
    color: transparent;
    background-color: rgba(235, 237, 240, 0.9);
}

.PBPip .heroWrapper>a.prev:active:not(.disabled),
.PBPip .heroWrapper>a.next:active:not(.disabled) {
    border: 1px solid var(--text-color);
    color: rgba(220, 222, 225, 0.9);
    background-color: rgba(220, 222, 225, 0.9);
}

.PBPip .heroWrapper>a:before {
    content: '';
    height: 5px;
    width: 5px;
    border: solid var(--text-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
}

.PBPip .heroWrapper>a.prev:before {
    transform: translate(7px, 17px) rotate(135deg);
}

.PBPip .heroWrapper>a.next:before {
    transform: translate(1px, 17px) rotate(-45deg);
}

.PBPip .heroWrapper a.disabled {
    opacity: 0.3;
    cursor: default;
}

.PBPip .preview .social-sharing-icons {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    grid-gap: 10px;
    gap: 10px;
    z-index: 600;
}

.PBPip .preview .social-sharing-icons .social-share-icon,
.PBPip .preview .social-sharing-icons .fav-icon {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PBPip .social-sharing-icons>div [class*='favorite'] {
    margin-bottom: 0 !important;
}

.PBPip .preview .Carousel .altView .altViewImageWrapper {
    display: flex;
    flex-flow: column nowrap;
    flex: 2 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebedf0;
}

.PBPip .preview .Carousel.pip .altView .altViewImageWrapper {
    height: 106px;
}

.PBPip .preview .Carousel.pip li {
    max-height: 138px;
    min-height: 138px;
}

@media screen and (max-width: 992px) {
    .PBPip .preview .Carousel.pip .altView .altViewImageWrapper {
        height: 96px;
    }

    .PBPip .preview .Carousel.pip li {
        max-height: 104px;
        min-height: 104px;
    }
}

.PBPip .preview .Carousel .altView:hover .altViewImageWrapper {
    box-shadow: 0 2px #757779;
}

.PBPip .preview .Carousel .altView.selected .altViewImageWrapper {
    box-shadow: 0 2px var(--text-color-grey);
}

.PBPip .preview .Carousel .CarouselImg:not(:has(ul li:nth-child(2))) .altView:hover .altViewImageWrapper {
    box-shadow: none;
}

.PBPip .preview .Carousel.topCarouselImg:not(:has(ul li:nth-child(2)))+.heroWrapper a.prev,
.PBPip .preview .Carousel.topCarouselImg:not(:has(ul li:nth-child(2)))+.heroWrapper a.next {
    display: none;
}

.PBPip .preview .Carousel .altView.selected .imgNum {
    margin-top: 3px;
    color: var(--text-color);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
    font-family: var(--sf-font-sohne);
}

.PBPip p.empty-resources {
    display: flex;
    flex: 1 1 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: var(--deep-carrot);
    font-style: italic;
    min-height: 223px;
}

.PBPip .preview .Carousel .navigation {
    display: none;
}

.PBPip .disclaimer {
    display: flex;
    align-items: center;
    margin: 0 0 7px 0 !important;
    color: #6a707c;
    font-family: var(--sf-font-sohne-b);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
}

.PBPip section .qty-cta-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: inherit;
    grid-column-gap: 15px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-bottom: 16px;
}

.PBPip section .qty-cta-wrapper.newPriceView {
    display: block;
}

.PBPip section .qty-cta-wrapper.newPriceView .AfterPay{
    margin-top: 4px;
}

.PBPip .disclaimer .info-icon {
    margin-right: 4px;
}

.PBPip .disclaimer .info-icon svg {
    width: 16px;
}

.PBPip>.error {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
}

.PBPip>.error p {
    max-width: 60%;
    min-width: 300px;
    font-size: var(--font-size-default);
    line-height: 21px;
    margin: 10% 0;
}

.PBPip .stock-status {
    display: flex;
    align-items: center;
    opacity: 0.99;
    border-radius: 18px;
    font-family: var(--sf-font-sohne-sb);
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    padding: 7px 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #f7e6e7;
    height: 22px;
}

.PBPip .low-stock {
    background-color: #f2eee6;
}

.PBPip .details .stock-status .status-message {
    color: #cc0000;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 8px;
}

.PBPip .details .stock-status.low-stock .status-message {
    color: #7e5203;
}

.PBPip .out-of-stock .info-message {
    color: #cc0000;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: var(--sf-font-sohne-sb);
    padding-left: 8px;
    text-align: center;
}

.PBPip .out-of-stock .InfoBadge {
    display: inline-block;
    text-transform: none;
    min-width: 20px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    background: #1779ba;
    color: #fefefe;
}

.PBPip .out-of-stock .info-icon {
    display: inline-block;
    text-transform: none;
    min-width: 20px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.PBPip .MMB-CTA {
    background-color: #f4f2ec;
    font-family: var(--sf-font-sohne-md);
    color: #757779;
    max-width: 489px;
    padding: 6px 9px;
    margin-top: 20px;
    margin-bottom: 12px;
}

.PBPip .MMB-CTA a {
    color: unset;
    text-decoration: underline;
    margin-left: 4px;
}

.PBPip .MMB-CTA a:hover {
    color: unset;
    text-decoration: none;
}

.PBPip .MMB-CTA header {
    font-size: var(--font-size-subtitle);
    font-family: var(--sf-font-sohne-b);
    margin-bottom: 6px;
    position: relative;
    text-transform: capitalize;
}

.PBPip .MMB-CTA header>sup {
    font-size: small;
    position: relative;
    top: 2px;
    left: -2px;
}

.PBPip .details-wrapper {
    position: relative;
}

.PBPip .listbox-wrapper {
    margin-top: 16px;
}

.PBPip .listbox-wrapper .columnFill {
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
}

@media screen and (min-width: 992px) {
    .PBPip .listbox-wrapper .listbox-column {
        -webkit-columns: 2;
           -moz-columns: 2;
                columns: 2;
        grid-column-gap: 30.75px;
        -webkit-column-gap: 30.75px;
           -moz-column-gap: 30.75px;
                column-gap: 30.75px;
    }

    .PBPip .preview .Carousel.pip {
        padding-bottom: 29px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
    .PBPip .listbox-wrapper .listbox-column {
        grid-column-gap: 23px;
        -webkit-column-gap: 23px;
           -moz-column-gap: 23px;
                column-gap: 23px;
    }

    .PBPip .listbox-wrapper .columnHeight {
        height: 148px;
    }
}

.PBPip .listbox-wrapper .listbox-column .photos {
    font-family: var(--sf-font-sohne-b);
}

.PBPip .noDetailRight {
    grid-template-columns: none;
}

@media screen and (min-width: 991px) {
    .PBPip .details-wrapper .details-left {
        margin: 0 12px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
    .new-product-info .designedBy-rating {
        grid-gap: 35px;
        gap: 35px;
    }
}

@media only screen and (device-width: 1366px) and (orientation: landscape) {
    .new-product-info .designedBy-rating {
        grid-gap: 35px;
        gap: 35px;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1024px) and (orientation: portrait) {
    .new-product-info .designedBy-rating {
        grid-gap: 35px;
        gap: 35px;
    }
}

@media only screen and (max-width: 896px) and (orientation: landscape) {
    .new-product-info .designedBy-rating {
        grid-gap: 32px;
        gap: 32px;
    }
}

@media only screen and (min-width: 1367px) {
    .new-product-info .designedBy-rating {
        grid-gap: 47px;
        gap: 47px;
    }
}

.PBPip .details-wrapper.mobile.read-more {
    max-height: 89px;
    overflow: hidden;
}

.PBPip .details-info.read-more::after {
    content: '';
    width: 100%;
    height: 89px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent 0, #ffffff 95%, transparent 100%);
}

.PBPip .details-wrapper .additional-details {
    grid-area: left;
}

.PBPip .details-wrapper ul {
    margin: 0;
    padding: 0;
    margin-left: 4px;
}

.PBPip .details-wrapper ul[role='listbox']+.additional-details {
    grid-area: bottom-right;
}

.PBPip .details-wrapper .additional-details {
    grid-area: right;
}

.PBPip .details-info .store-h4 {
    font-family: var(--sf-font-sohne-b);
    font-size: var(--font-size-subtitle);
    text-transform: capitalize;
    margin: 16px 0 10px 0;
}

.PBPip .details-info+button {
    z-index: 10;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
    background: none;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
    width: 100%;
}

.PBPip .details-info+button:hover {
    cursor: pointer;
    text-decoration: none;
}

.PBPip .CollapsibleContent>.content {
    padding-left: 0;
}

.PBPip .bannerTitle {
    height: 38px;
    width: 375px;
    color: var(--text-color);
    font-family: var(--sf-font-sohne);
    font-size: 24.88px;
    letter-spacing: 0;
    line-height: 38px;
    padding-left: 8px;
}

.PBPip .sticky-wrapper-bar {
    display: none;
}

.PBPip .sticky-wrapper-bar button .quantity-wrapper .unit-price,
.PBPip .sticky-wrapper-bar button .quantity-wrapper .product-quantity .item-label {
    display: none;
}

.PBPip .sticky-wrapper-bar.sticky {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    flex-wrap: nowrap;
    box-shadow: 0 7px 12px 0 rgb(0 0 0 / 20%);
    width: 100%;
    justify-content: center;
    background: rgba(255, 255, 255, 255);
}

.PBPip .qty-sticky {
    display: none;
}

.PBPip .sticky-wrapper-bar .qty-sticky {
    display: flex;
}

.PBPip .sticky-wrapper-bar.sticky .sticky-wrapper {
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    height: 68px;
    align-items: center;
}

.PBPip .sticky-wrapper-bar.sticky .sticky-wrapper .bannerTitle {
    font-size: 24px;
    font-weight: normal;
    font-family: var(--sf-font-sohne);
    line-height: 1.5;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.PBPip .preview-bar-left {
    width: 70%;
}

.PBPip .sticky-wrapper-right {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
}

.PBPip .quantity-option .dropdown button {
    padding: 0 1.8rem 0 1rem;
    height: 100%;
}

PBPip .quantity-option .dropdown button .cardsPriceView {
    padding: 0.5rem 1.8rem 0.5rem 1rem;
}

.PBPip .sticky-wrapper-right #pricingDropDownLabel {
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}

.PBPip .sticky-wrapper-right .quantity-option {
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
}

.PBPip .sticky-wrapper-right .quantity-option .dropdown {
    margin: 0;
    min-width: auto;
}

.PBPip .sticky-wrapper-right .quantity-option .quantity-option .dropdown button {
    padding: 9px;
    width: auto;
    padding-right: 30px;
}

.PBPip .sticky-wrapper-right .quantity-option .quantity-option .dropdown button .quantity-wrapper {
    overflow: unset;
}

.PBPip .sticky-wrapper-right .quantity-option .quantity-option .dropdown button .quantity-wrapper .unit-price {
    display: none;
}

.PBPip .sticky-wrapper-right .button-group {
    margin-top: 0px;
    flex-flow: row nowrap;
}

.PBPip .sticky-wrapper-right .sf-modal-overlay {
    height: 100vh;
    overflow: inherit;
}

.PBPip .seo-override .seo-title {
    text-align: left;
    font-size: 18px;
    text-transform: none;
}

.PBPip .seo-override p {
    margin: 10px 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
}

.PBPip .envelop-container {
    display: flex;
    grid-column-gap: 15px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    margin-top: 15px;
}

.PBPip .envelop-container img {
    max-width: 180px;
    height: 180px;
    width: 180px;
}

@media screen and (min-width: 768px) {
    .PBPip section.options>div:first-child {
        margin: 8px 0 12px 0;
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {

    .PBPip .MMB-CTA,
    .PBPip .MMB-CTA header {
        font-size: var(--font-size-small);
        line-height: 1.2;
    }

    .PBPip .details .store-h1 {
        line-height: 25px;
    }

    .PBPip section.subtotal {
        flex-flow: column nowrap;
        align-items: flex-start;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .PBPip .out-of-stock {
        text-align: left;
    }

    .PBPip .heroWrapper a.prev {
        left: 20px;
    }

    .PBPip .heroWrapper a.next {
        right: 20px;
    }

    .PBPip .button-group.stickyBarScroll {
        right: 10px;
    }

    .PBPip .preview img.hero,
    .PBPip .preview .skeleton-hero-img {
        max-width: 420px;
        max-height: 420px;
    }
}

@media screen and (max-width: 480px) {
    .PBPip .preview .Carousel.pip {
        display: none;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {

    .PBPip .preview img.hero,
    .PBPip .preview .skeleton-hero-img {
        max-width: 380px;
        max-height: 380px;
    }
}

@media screen and (max-width: 991px) {
    .PBPip .imageWall {
        width: 100%;
    }

    .PBPip .imageWall li {
        margin-bottom: 20px;
    }

    .PBPip .heroWrapper {
        margin: 0 20px;
    }

    .PBPip .heroWrapper a.prev {
        left: -10px;
    }

    .PBPip .heroWrapper a.next {
        right: -10px;
    }

    .PBPip .MMB-CTA {
        margin-bottom: 0;
    }

    .PBPip .MMB-CTA,
    .PBPip .MMB-CTA header {
        font-size: var(--font-size-default);
    }

    .PBPip .out-of-stock {
        margin: 0;
        text-align: left;
    }

    .PBPip .out-of-stock .InfoBadge {
        background: #fefefe;
        color: #1779ba;
        box-shadow: 0 0 0 1px;
    }

    .PBPip {
        flex-flow: column nowrap;
        padding: 0;
        position: relative;
        overflow-x: hidden;
    }

    .PBPip .close {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 36px;
        height: 36px;
        cursor: pointer;
        --height: 2px;
        --width: 20px;
        color: transparent;
        overflow: hidden;
        z-index: 999;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 100%;
    }

    .PBPip .altView .altViewImageWrapper .alt,
    .PBPip .altView .altViewImageWrapper .alt-skeleton {
        max-height: 500px;
    }

    .PBPip .preview .Carousel .altView:hover .altViewImageWrapper,
    .PBPip .preview .Carousel .altView.selected .altViewImageWrapper {
        box-shadow: none;
    }

    .PBPip .preview .Carousel .altView.selected i,
    .PBPip .preview .Carousel .altView i {
        display: none;
    }

    .PBPip .preview .Carousel .altView i {
        display: none;
    }

    .PBPip .close:hover,
    .PBPip .close:active {
        color: transparent;
    }

    .PBPip .close:after {
        content: '';
        position: absolute;
        width: var(--width);
        height: var(--height);
        background-color: var(--text-color);
        top: calc(50% - (var(--height) * 0.5));
        right: calc(50% - (var(--width) * 0.5));
        transform: rotate(45deg);
    }

    .PBPip .close:before {
        content: '';
        position: absolute;
        width: var(--height);
        height: var(--width);
        right: 1px;
        background-color: var(--text-color);
        top: calc(50% - var(--width) * 0.5);
        right: calc(50% - var(--height) * 0.5);
        transform: rotate(45deg);
    }

    .PBPip .store-h1 {
        font-size: 16px;
        line-height: 25px;
        font-weight: 500;
        margin: 10px 0 0 0;
    }

    .PBPip .content {
        flex: 1 1 auto;
        flex-flow: row wrap;
        padding: 0;
    }

    .PBPip .details {
        flex: 1 1 100%;
        padding: 8px;
    }

    .PBPip section.subtotal {
        flex-flow: row-reverse wrap;
        padding: 8px 0 0 0;
        align-items: flex-start;
    }

    .PBPip .button-group {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 50%;
        width: calc(100% - 20px);
        margin-left: -50%;
        z-index: 998;
        flex-wrap: nowrap;
        background-color: #ffffff;
        box-shadow: 0 -4px 15px 0 rgba(0, 0, 0, 0.2);
        justify-content: center;
        padding: 8px;
        flex: 1 0 auto;
        grid-gap: 10px;
        gap: 10px;
    }

    .PBPip .button-group>a {
        flex: 1 0 auto;
    }

    .PBPip .button-group div.skeleton-button-group {
        flex: 1 0 auto;
    }

    .PBPip .button-group .primary {
        display: inline-grid;
    }

    .PBPip .button-group a.button {
        padding: 10px 15px;
    }

    .PBPip .preview.read-more {
        background: none;
        border: none;
    }

    .PBPip .preview .Carousel {
        width: 100%;
        height: 100%;
    }

    .PBPip .preview .Carousel .altView {
        width: auto;
        background-color: transparent;
        margin: 0;
        flex: 0 1 auto;
        width: var(--viewport-width);
    }

    .PBPip .preview .Carousel .altView.selected {
        border-bottom: none;
    }

    .PBPip .preview .Carousel .altView .altViewImageWrapper {
        border: none;
    }

    .PBPip .preview .Carousel .navigation {
        display: flex;
        background: transparent;
        padding-left: 0;
        padding-right: 0;
        justify-content: center;
        min-height: 31.98px;
    }

    .PBPip .preview .Carousel .navigation span {
        --size: 12px;
        padding: 0;
        margin: 0;
        width: var(--size);
        height: var(--size);
        background-color: #fff;
        border: 1px solid var(--gray-medium);
    }

    .PBPip .preview .Carousel .navigation span.active {
        background-color: var(--gray-medium);
    }

    .PBPip .preview .Carousel .altView>span {
        display: flex;
        flex-flow: row nowrap;
        margin: 0 0 6px 0;
        font-size: var(--font-size-tiny);
        line-height: 14px;
        color: var(--main-text-color);
    }

    .PBPip .preview .Carousel .altView img {
        border: none;
    }

    .PBPip .preview .Carousel.pip .altView img {
        max-height: 100%;
    }

    .PBPip .SubTotal span {
        justify-content: flex-end;
    }

    .PBPip .SubTotal em,
    .PBPip .SubTotal strong {
        justify-content: flex-end;
    }

    .PBPip .PagePrice {
        border-top: none;
    }

    .PBPip .details-wrapper {
        display: flex;
        flex-direction: column;
    }

    .PBPip .sticky-wrapper-bar.sticky .sticky-wrapper .bannerTitle {
        line-height: 1;
        display: inline-block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

@media screen and (min-width: 1325px) {

    .PBPip .preview img.hero,
    .PBPip .preview .skeleton-hero-img {
        margin: 0px 24px;
    }

    .PBPip .heroWrapper a.prev {
        position: relative;
        left: 0px;
    }

    .PBPip .heroWrapper a.next {
        position: relative;
        right: 0px;
    }
}

@media (max-width: 375px) {
    .PBPip .MMB-CTA+.button-group {
        justify-content: space-around;
        margin-right: 2px;
        grid-gap: 2px;
        gap: 2px;
    }

    .PBPip .button-group a.button {
        padding: 8px 8px;
    }
}

.PBPip .details-wrapper ul li:first-of-type {
    font-family: var(--sf-font-sohne-b);
}

.PBPip .details-wrapper ul li {
    list-style-type: '\2022';
    padding-left: 5px;
}

.PBPip>div [class*='favorite'] {
    display: flex;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.PBPip>div .favorite:hover {
    cursor: pointer;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .PBPip .details .options .close {
        display: none;
    }
}

@media (max-width: 480px) {
    .PBPip .preview .Carousel.pip {
        display: none;
    }

    .PBPip .button-group .button {
        font-size: var(--font-size-tiny);
        padding: 8px 8px;
    }
}

.PBPip .additional-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: left;
    margin-top: 20px;
    margin-bottom: 4px;
    font-family: var(--sf-font-sohne);
}

.accordion {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .accordion {
        margin-right: 40px;
    }

    .PBPip .content .details,
    .PBPip .content .preview {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .previewSticky {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 64px;
    }
}

.accordion-item {
    width: 100%;
    border-bottom: solid 1px #dcdee1;
    margin-bottom: 10px;
}

.PBPip .additional-info .accordion-title {
    display: flex;
    margin-bottom: 5px;
    margin-top: 5px;
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    cursor: pointer;
    color: var(--gray-medium);
    font-size: 14px;
    line-height: 21px;
    font-family: var(--sf-font-sohne-b);
    text-transform: uppercase;
    position: relative;
}

.PBPip .additional-info .accordion-title label {
    cursor: pointer;
}

.PBPip .additional-info .accordion-title .accordion-icon {
    width: 18px;
    height: 18px;
    position: relative;
    border-radius: 4px;
    padding: 2px;
    margin-left: 2px;
}

.PBPip .additional-info .accordion-title .accordion-icon:before {
    width: 2px;
    height: 18px;
    background: var(--gray-medium);
    content: '';
    display: block;
    border-radius: 4px;
    position: absolute;
    left: calc(50% - 1px);
}

.PBPip .additional-info .accordion-title .accordion-icon.active:before {
    display: none;
}

.PBPip .additional-info .accordion-title .accordion-icon:after {
    width: 18px;
    height: 2px;
    background: var(--gray-medium);
    content: '';
    display: block;
    border-radius: 4px;
    transform: rotate(180);
    position: absolute;
    top: calc(50% - 1px);
}

html:not(.touchscreen) .PBPip .additional-info .accordion-title:hover label {
    text-decoration: underline;
}

html:not(.touchscreen) .PBPip .additional-info .accordion-title:hover .accordion-icon {
    background: var(--gray-medium);
}

html:not(.touchscreen) .PBPip .additional-info .accordion-title:hover .accordion-icon:before,
html:not(.touchscreen) .PBPip .additional-info .accordion-title:hover .accordion-icon:after {
    background: #fff;
}

.PBPip .additional-info .accordion-title:focus {
    outline: none;
}

.PBPip .additional-info .accordion-title:focus:before {
    width: calc(100% - 2px);
    height: 36px;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    content: '';
    display: block;
    border: solid 1px var(--deep-carrot);
}

.focus-none .PBPip .additional-info .accordion-title:focus:before {
    display: none;
}

.accordion-content {
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 18px;
}

.accordion-content .content-wrapper {
    margin-bottom: 10px;
}

.accordion-content .content-wrapper label {
    font-family: var(--sf-font-sohne-b);
}

.accordion-content .content-wrapper .content-info {
    color: #585b58;
}

.accordion-content .content-wrapper .content-info .designer-data {
    display: flex;
}

.accordion-content .content-wrapper .designer-img {
    width: 72px;
    height: 72px;
    border-radius: 100%;
    flex-shrink: 0;
    margin-right: 20px;
}

.accordion-content .content-wrapper a {
    text-decoration: underline;
    color: #0065b8;
}

@media screen and (max-width: 768px) {
    .uhf-footer-wrapper .row-content {
        margin-bottom: 50px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .uhf-footer-wrapper .row-content {
        margin-bottom: 50px !important;
    }
}

.PBPip .details-wrapper .partner-logo-info {
    margin-top: 15px;
}

.PBPip .details-wrapper .partner-logo-info label {
    display: block;
    padding: 0 0 8px 0;
    cursor: auto;
}

.PBPip .details-wrapper .partner-logo-info .partner-logo {
    width: 183px;
    height: 59px;
}

.PBPip .details .size-and-cover label {
    color: #757779;
    font-family: var(--sf-font-sohne-sb);
    margin-right: 16px;
}

.PBPip .details .size-and-cover span {
    font-family: var(--sf-font-sohne-md);
    color: var(--gray-medium);
}

#container-loader {
    margin-top: 10px;
}

@keyframes react-loading-skeleton {
    to {
        transform: translateX(100%);
    }
}

.PBPip .skeleton-loader {
    --base-color: #ebebeb;
    --highlight-color: #f5f5f5;
    --animation-duration: 1.5s;
    --animation-direction: normal;
    --pseudo-element-display: block;
    background-color: var(--base-color);
    border-radius: 0.25rem;
    display: inline-flex;
    line-height: 1;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
         user-select: none;
    overflow: hidden;
    z-index: 1;
}

.PBPip .skeleton-loader:after {
    content: ' ';
    display: var(--pseudo-element-display);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,
            var(--base-color),
            var(--highlight-color),
            var(--base-color));
    transform: translateX(-100%);
    animation-name: react-loading-skeleton;
    animation-direction: var(--animation-direction);
    animation-duration: var(--animation-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
    .react-loading-skeleton {
        --pseudo-element-display: none;
    }
}

.PBPip .skeleton-loader-price {
    width: 100px;
    height: 28px;
}

.PBPip .skeleton-loader-afterpay {
    width: 373px;
    height: 17.2px;
}

.PBPip .skeleton-loader-afterpay-logo {
    display: none;
}

.PBPip .skeleton-loader-quantity {
    width: 316px;
    height: 42px;
}

.PBPip .qty-cta-wrapper.newPriceView .skeleton-loader-quantity {
    width: 316px;
    height: 70px;
}

.PBPip .quantity-option .option-title {
    min-width: 316px;
    min-height: 42px;
}

.PBPip .orientation {
    display: flex;
    margin: 9px 0 13px;
    grid-gap: 8px;
    gap: 8px;
}

.details:has(.orientation) .options .WALLART_MATERIAL {
    display: none;
}

.PBPip .orientation>label {
    text-transform: uppercase;
    font-family: var(--sf-font-sohne-sb);
    grid-gap: 8px;
    gap: 8px;
}

.PBPip .orientation a {
    text-decoration: underline;
}

.PBPip .orientation a:hover {
    text-decoration: none;
}

.PBPip .orientation a.active {
    outline: none;
    font-family: var(--sf-font-sohne-sb);
    text-decoration: none;
    color: #000;
    cursor: default;
    pointer-events: none;
}

@media screen and (max-width: 406px) {
    .PBPip .skeleton-loader-afterpay {
        width: 250px;
    }

    .PBPip .skeleton-loader-afterpay-logo {
        display: block;
        width: 112px;
        height: 22px;
        margin-top: 8px;
    }
}

.PBPip .QuickViewBottom {
    order: 2;
}

.QuickView.inlineModal .QuickViewBottom {
    min-height: 116px;
}

.QuickView.inlineModal .QuickViewBottom:not(:has(> div.Promo)) {
    min-height: 71px;
}

.QuickView.inlineModal .SubTotal.NewPricingView .QuickViewBottom {
    min-height: 55px;
}

.PBPip .new-product-info .QuickViewBottom {
    display: flex;
    flex-direction: column;
    min-height: 0px;
}

.PBPip .new-product-info .QuickViewBottom .Promo {
    order: 2;
    margin: 8px 0 0 0;
}

.new-product-info .designedBy-rating .DesignerName {
    overflow: hidden;
}

.new-product-info .trun-str {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.PBPip .sticky-wrapper-bar.sticky .sticky-wrapper .PriceValue .originalPriceValue {
    color: #2f3237;
    font-family: var(--sf-font-sohne);
    font-size: 24.88px;
    margin-right: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.PBPip .sticky-wrapper-bar.sticky .sticky-wrapper .PriceValue .perCardPriceValueOriginal {
    color: #595855;
    font-family: var(--sf-font-default);
    font-size: 24px;
    margin-right: 16px;
    font-weight: 600;
    line-height: 30px;
}

.PBPip .sticky-wrapper-bar.sticky .sticky-wrapper .PriceValue .perCardPriceValueOriginal.discountedPrice,
.PBPip .sticky-wrapper-bar.sticky .sticky-wrapper .PriceValue .perCardPriceValueOriginal.discountedPrice span
{
    color: #d74012;
}

.PBPip .sticky-wrapper-bar.sticky .sticky-wrapper .PriceValue .perCardPriceValueOriginal.regularPrice{
    font-weight: 400;
    font-size: 16px;
    font-family: var(--sf-font-sohne-sb);
    color: #595855;
    line-height: 24px;
}

.PBPip .sticky-wrapper-bar.sticky .sticky-wrapper .PriceValue .perCardPriceValueOriginal.regularPrice span{
    font-size: 16px;
    display: contents;
    font-weight: 400;
    text-transform: lowercase;
    color: #595855;
}

.PBPip .sticky-wrapper-bar.sticky .sticky-wrapper .PriceValue .perCardPriceValueOriginal span {
    font-size: 20px;
    display: contents;
    font-weight: 600;
    text-transform: lowercase;
    font-family: var(--sf-font-sohne-sb);
    color: #595855;
}

.PBPip .sticky-wrapper-bar.sticky .sticky-wrapper .PriceValue .originalPriceValue.strikeOutPrice {
    font-size: 18.66px;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
    line-height: normal;
}

.PBPip .sticky-wrapper-bar.sticky .sticky-wrapper .PriceValue .originalPriceValue.discountedPrice {
    color: #d74012;
    display: flex;
    flex-direction: column;
}


.designedBy-rating .DesignerName {
    overflow: hidden;
}

.PBPip .new-product-info .product-review-bar .star-rating-component {
    align-items: start;
}

.PBPip .new-product-info .designedBy-rating:has(.Designer img):has(.Designer .full-details) .product-review-bar {
    align-items: center;
}

.PBPip .new-product-info .designedBy-rating:empty {
    display: none;
}

@media screen and (max-width: 934px) {
    .PBPip .new-product-info .designedBy-rating:has(.Designer img):has(.Designer .full-details) .product-review-bar {
        margin-bottom: 6px;
    }
}

@media screen and (min-width: 950px) and (max-width: 1024px) {
    .PBPip .new-product-info .designedBy-rating:has(.Designer img):has(.Designer .full-details) {
        width: 350px;
    }
}

@media screen and (min-width: 960px) {
    .PBPip .new-product-info .designedBy-rating:has(.Designer img):has(.Designer .full-details) {
        width: 31vw;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1026px) {
    .PBPip .new-product-info .designedBy-rating:has(.Designer img):has(.Designer .full-details) {
        width: 34vw;
    }
}

.PBPip .new-product-info:has(.partner-info-wrapper) .subtotal .SubTotal .partner-info-wrapper {
    order: 3;
    margin: 8px 0 0 0;
}

.PBPip .new-product-info section.subtotal .SubTotal {
    min-height: 0;
}
.product {
    display: flex;
    flex-flow: column nowrap;
    flex: 0 0 auto;
    align-items: center;
    padding: 0 10px;
    margin: 0 0 5px 0;
    height: 100%;
    position: relative;
}

.product a.quick-view {
    opacity: 0;
    display: flex;
    flex-flow: row nowrap;
    flex: 0 1 auto;
    background: #fff;
    height: 36px;
    border-radius: 4px;
}

.quick-view-icon {
    margin: 7px 4px 7px 8px;
}

.product:focus-within a.quick-view,
.product:focus-within div.favorites-oval {
    visibility: visible;
    opacity: 1;
}

.product a.quick-view.link {
    color: #0065b8;
}

.quick-view-wrapper .uparrow {
    position: relative;
    margin-left: 0;
    margin-top: -10px;
    left: 46.5%;
    top: -42px;
}

.product a.quick-view.button .info {
    display: inline-block;
    margin-right: 5px;
    padding-top: 1px;
}

.product a.quick-view.link .info svg {
    display: none;
}

.product a.quick-view.button .info svg {
    height: 16px;
}

.product a.quick-view.button .info svg .cls-1 {
    fill: #58595b;
}

.product a.quick-view.button:hover .info svg .cls-1 {
    fill: var(--deep-carrot);
}

.product .quickview-row {
    display: flex;
    align-items: center;
    flex-flow: column;
    opacity: 0.9;
    position: absolute;
    top: 9px;
    left: 9px;
}

.product .quickview-row.enable-qv-placement {
    position: static;
    margin: 8px 0 16px;
}

.quick-view-button {
    display: flex;
    align-items: center;
}

.product .quickview-row .quick-view-button .quick-view-text {
    color: #58595b;
    font-family: var(--sf-font-sohne-b);
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    margin: 9px 8px 9px 4px;
    text-transform: uppercase;
}

a.thumbnail-anchor {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.product .quickview-row a.quick-view.hidden {
    display: none;
}

.product>span.Icon {
    display: none;
}

.product>div.favorites-oval {
    visibility: hidden;
    position: absolute;
    right: 8px;
    top: 8px;
}

.product:hover>span.Icon {
    display: block;
}

.thumbnail .featureBanner {
    display: flex;
    justify-content: center;
    margin: 6px 0;
    flex-direction: column;
    align-items: center;
}

.thumbnail .featureBanner .spoonflower-badge {
    background: #88c8d8;
    height: 18px;
    width: 100px;
    position: relative;
}

.thumbnail .featureBanner .badge:before {
    text-transform: uppercase;
    position: relative;
    top: -1px;
    left: 1px;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-font-feature-settings: "kern" off;
            font-feature-settings: "kern" off;
    -webkit-font-kerning: none;
            font-kerning: none;
    opacity: 0.95;
    /* simulate photoshop sub-pixel anti-alias */
}

.thumbnail .featureBanner .spoonflower-badge:before {
    content: 'Spoonflower';
}

.editable {
    background: #ecedef;
    border-radius: 15px;
    padding: 5px 12px;
    display: inline-flex;
    color: #2f3237;
    font-size: 12px;
    margin-top: 5px;
    text-transform: capitalize;
    font-family: var(--sf-font-sohne-b);
}

@-moz-document url-prefix() {
    .thumbnail .featureBanner .badge:before {
        font-size: 10px;
        opacity: 0.7;
    }
}

.thumbnail .featureBanner .art-library-badge {
    background: #efe9e5;
    width: 100px;
    height: 18px;
    position: relative;
}

.thumbnail .featureBanner .art-library-badge:before {
    content: 'Art Library';
}

@media (min-width: 768px) {
    .product:hover {
        border-radius: 4px;
        border: none;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11),
            0 5px 15px 0 rgba(0, 0, 0, 0.08);
        transition: all 0.2s ease-in-out 0s;
    }

    .product:has(.thumbnail.disable):hover {
        border-radius: 0;
        box-shadow: none;
        box-shadow: initial;
        transition: none 0s ease 0s;
        transition: initial;
        border: medium none currentColor;
        border: initial;
    }

    .product:hover a.quick-view,
    .product:hover .enable-qv-placement.enable-qv-placement a.store-button,
    .product:focus-within div.enable-qv-placement.enable-qv-placement a.store-button.SFLY {
        opacity: 1;
        color: #000 !important;
        color: initial !important;
        border-color: currentColor !important;
        border-color: initial !important;
    }

    .product:not(:hover) a.quick-view,
    .product:not(:hover) .enable-qv-placement.enable-qv-placement a.store-button {
        opacity: 0;
    }

    .product .enable-qv-placement a.store-button:hover {
        box-shadow: 0 3px 3px 0 #00000033;
    }

    .product .enable-qv-placement a.store-button:focus {
        outline: 2px solid var(--deep-carrot);
        outline-offset: 1px;
        box-shadow: none;
    }

    .product .enable-qv-placement.enable-qv-placement a.store-button:active {
        box-shadow: 0px 0px 250px 0px #0000001a inset;
        border: 1px solid #595855;
    }

    .product>div.favorites-oval {
        visibility: visible;
    }

    .product>div.desktop-favorite-selected {
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .product {
        margin-right: 0;
    }
}

@media (max-width: 992px) {
    .product a.quick-view {
        display: none;
    }

    .product>div.favorites-oval {
        visibility: visible;
        right: 0;
        top: 0;
    }
}

.product>div.touchScreen {
    visibility: visible;
    right: 0;
    top: 0;
}

@media only screen and (min-width: 375px) and (max-width: 992px) and (orientation: landscape) {
    .product a.quick-view {
        display: none;
    }
}

.heading-section {
    display: flex;
    min-height: 36px;
}

@media only screen and (min-width: 769px) {

    /* When the filters enabled and as-many-as-filters turned on, mockup not expecting any lines */
    .heading-section.filter-enabled.as-many-as-filters {
        border-bottom: none;
        padding-bottom: unset;
    }
}

.heading-section .favorite-section {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.heading-section .favorite-section>a {
    display: flex;
    align-items: center;
}

.heading-section .favorite-section .favorite-svg {
    width: 30px;
    height: 30px;
    position: relative;
    text-align: center;
    padding-right: 10px;
}

.heading-section .favorite-svg>svg {
    overflow: visible;
}

.fav-icon-default {
    pointer-events: none;
    cursor: default;
}

.heading-section .favorite-section rect,
.heading-section .favorite-section circle {
    fill: var(--color-white);
}

.heading-section .favorite-section .favorite-svg circle,
.heading-section .favorite-section .favorite-svg rect {
    fill: var(--deep-carrot);
}

.heading-section .favorite-section text {
    fill: var(--color-white);
    letter-spacing: -2px;
    line-height: 1;
}

.heading-section .favorite-section .label {
    color: var(--text-color);
}

.qv-product-rating {
    display: flex;
    justify-content: center;
    align-items: center;
}

.qv-product-rating .star-rating-component {
    justify-content: center;
}

.qv-product-rating .star-rating-component>span {
    margin-top: 0;
    margin-left: 4px;
    font-family: var(--sf-font-sohne-b);
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}

.qv-product-rating .star-rating-component~span {
    color: #6a707c;
    font-family: var(--sf-font-sohne-b);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-left: 8px;
    margin-top: 0;
}

.badge {
    --badge-border-radius: 43px;
    height: 22px;
    font-family: var(--sf-font-sohne);
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 15px;
    display: flex;
    align-items: center;
    width: 158px;
    justify-content: center;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #585b58;
}

.badge-personalized-foil {
    border-radius: var(--badge-border-radius);
    background: linear-gradient(135deg, #eada9d 0%, #dcbb65 100%);
    color: #2f3237;
    text-transform: none;
}

.badge-metallic {
    border-radius: var(--badge-border-radius);
    background: radial-gradient(circle, #ffffff 0%, #b9bbcc 100%);
    color: #2d3137;
}

.badge-foil-stamped {
    border-radius: var(--badge-border-radius);
    background: linear-gradient(135deg, #eada9d 0%, #dcbb65 100%);
    color: #2d3137;
}

.badge-glitter {
    border-radius: var(--badge-border-radius);
    background: radial-gradient(circle, #ffffff 0%, #b9bbcc 100%);
    color: #2d3137;
}

.badge-gate-fold {
    border-radius: var(--badge-border-radius);
    background-color: #ffffff;
    color: #585b58;
}

.badge-available-in-foil {
    border-radius: var(--badge-border-radius);
    background: linear-gradient(135deg, #eada9d 0%, #dcbb65 100%);
    color: #2d3137;
}

.badge-marie-kondo-designed {
    border-radius: var(--badge-border-radius);
    background-color: #f3efea;
    color: #2d3137;
}

.badge-metallic-cover-available {
    background: linear-gradient(180deg, #f5f5f5 0%, #d0d0d0 100%);
    line-height: 13px;
    color: #2d3137;
}

.badge-art-library {
    border-radius: var(--badge-border-radius);
    background-color: #efe9e4;
    color: #585b58;
}

.badge-photo-spread {
    border-radius: var(--badge-border-radius);
    background-color: #efe9e4;
    color: #585b58;
}

.badge-large-size {
    border-radius: var(--badge-border-radius);
    background-color: #ffffff;
    color: #585b58;
}

.badge-designer-collection {
    border-radius: var(--badge-border-radius);
    background-color: #ffffff;
    color: #585b58;
}

.thumbnail-image {
    position: relative;
}

.thumbnail-image .magic-spinner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #ededed;
    margin: 0;
}

.loading-thumbnail .thumbImage {
    opacity: 0;
}

.loading-thumbnail .thumb-details {
    position: relative;
    min-height: 60px;
}

.magic-spinner-details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    grid-row-gap: 5px;
    row-gap: 5px;
    margin-top: 10px;
}

.magic-spinner-details span {
    background: #ededed;
    border-radius: 10px;
    height: 15px;
    display: block;
    margin-top: 0 !important;
}

.magic-spinner-details span.text-2 {
    width: 60%;
    margin: 0 auto;
    height: 10px;
}

.loading__dot {
    animation: dot ease-in-out 1s infinite;
    background-color: grey;
    display: inline-block;
    height: 8px;
    margin: 5px;
    width: 8px;
    border-radius: 100%;
}

.loading__dot:nth-of-type(2) {
    animation-delay: 0.2s;
}

.loading__dot:nth-of-type(3) {
    animation-delay: 0.3s;
}

@keyframes dot {
    0% {
        background-color: #cccdd1;
        transform: scale(1);
    }

    50% {
        background-color: #cccdd1;
        transform: scale(1.6);
    }

    100% {
        background-color: #cccdd1;
        transform: scale(1);
    }
}

@keyframes react-loading-skeleton {
    to {
        transform: translateX(100%);
    }
}

.color-swatch-container:has(.color-swatch) {
    min-height: 34px;
}

.react-loading-skeleton {
    --base-color: #ebebeb;
    --highlight-color: #f5f5f5;
    --animation-duration: 1.5s;
    --animation-direction: normal;
    --pseudo-element-display: block;
    background-color: var(--base-color);
    width: 100%;
    border-radius: 0.25rem;
    display: inline-flex;
    line-height: 1;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
         user-select: none;
    overflow: hidden;
    z-index: 1;
}

.react-loading-skeleton:after {
    content: ' ';
    display: var(--pseudo-element-display);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(90deg,
            var(--base-color),
            var(--highlight-color),
            var(--base-color));
    transform: translateX(-100%);
    animation-name: react-loading-skeleton;
    animation-direction: var(--animation-direction);
    animation-duration: var(--animation-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
    .react-loading-skeleton {
        --pseudo-element-display: none;
    }
}

.filtern-fav-section .mobileFavIcon {
    display: none;
}

@media only screen and (max-width: 480px) {
    .filtern-fav-section.filter-enabled.as-many-as-filters {
        border-bottom: none;
        padding-bottom: unset;
    }

    .filtern-fav-section .favorite-section {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
    }

    .filtern-fav-section .mobileFavIcon {
        display: block;
        z-index: 99999;
    }

    .filtern-fav-section .favorite-section>a {
        display: flex;
        align-items: center;
    }

    .filtern-fav-section .favorite-section .favorite-svg,
    .filtern-fav-section .favorite-section .unfavorite-msg svg {
        width: 16px;
        height: 16px;
        position: relative;
        text-align: center;
    }

    .filtern-fav-section .favorite-svg>svg {
        overflow: visible;
    }

    .fav-icon-default {
        pointer-events: none;
        cursor: default;
    }

    .filtern-fav-section .favorite-section rect,
    .filtern-fav-section .favorite-section circle {
        fill: var(--color-white);
    }

    .filtern-fav-section .favorite-section .favorite-svg circle,
    .filtern-fav-section .favorite-section .favorite-svg rect {
        fill: var(--deep-carrot);
    }

    .filtern-fav-section .favorite-section text {
        fill: var(--color-white);
        letter-spacing: -2px;
        line-height: 1;
    }

    .filtern-fav-section .favorite-section .label {
        color: var(--text-color);
    }

    .BackToTopMob {
        width: 44px;
        height: 44px;
        border-radius: 999px;
        border: 1px solid #dbdde1;
        border: 1px solid var(--Neutrals-Slate, #dbdde1);
        background: #fff;
        background: var(--Neutrals-White, #fff);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11),
            0px 5px 15px 0px rgba(0, 0, 0, 0.08);
        text-align: center;
        margin-left: 42%;
        padding: 3px 2px 3px 2px;
        top: auto !important;
        position: fixed;
        bottom: 80px;
        z-index: 99;
        /* initial load state */
        display: none;
        opacity: 0;
        /* set transitional
           - opacity animation within half second, start slow ends faster
           - display changes in a 0.5s (for the fade out effect)
        */
        transition: opacity 0.5s ease-in, display 0.5s;
        /* override first step in transition animation */
        transition-behavior: allow-discrete;
        @starting-style {
            display: block;
            opacity: 0;
        }
    }

    .filtern-fav-section .mobileFavIcon .favorite-section .favorite-svg,
    .filtern-fav-section .mobileFavIcon .favorite-section .unfavorite-msg svg {
        width: 22px;
        height: 22px;
        position: relative;
        text-align: center;
    }
}

/*# sourceMappingURL=storefe_main~0e68b4b8.ba31a8a5.css.map*/