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

@media (max-width: 991px) {
    .thumbnail.thumb-redesign .thumb-details-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .thumbnail.thumb-redesign .productName {
        font-family: var(--sf-font-default);
        color: #595855;
        text-align: left;
        font-weight: 500;
        line-height: 21px;
        margin: 0px;
    }

    .thumbnail.thumb-redesign .productType {
        font-family: var(--sf-font-default);
        color: #595855;
        justify-content: flex-start;
        font-weight: 400;
        line-height: 18px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .thumbnail.thumb-redesign .Pricing {
        font-family: var(--sf-font-default);
        color: #595855;
        font-size: 13px;
        font-weight: 500;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 18px;
    }

    .thumbnail.thumb-redesign .featureBanner:has(.badge) {
        flex-direction: row;
        align-items: flex-start;
        margin: 4px 0px;
        flex-wrap: wrap;
        grid-gap: 4px;
        gap: 4px;
        justify-content: flex-start;
    }

    .thumbnail.thumb-redesign .featureBanner:not(:has(.badge)) {
        margin: 0;
    }

    .thumbnail.thumb-redesign .badge {
        color: #241f16;
        display: inline-flex;
        padding: 0 7px;
        font-weight: 500;
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 100%;
        font-family: var(--sf-font-default);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: 6px;
        margin-bottom: 0;
    }

    .thumbnail.thumb-redesign .badge-personalized-foil {
        background: #ead39a;
    }

    .thumbnail.thumb-redesign .badge-foil-stamped {
        background: #ead39a;
    }

    .thumbnail.thumb-redesign .badge-metallic {
        background: #ead39a;
    }

    .thumbnail.thumb-redesign .badge-large-size {
        background-color: #e1e1df;
    }

    .thumbnail.thumb-redesign .badge-art-library {
        background: #ece5d5;
    }

    .thumbnail.thumb-redesign .badge-photo-spread {
        background: #ece5d5;
    }

    .thumbnail.thumb-redesign .badge-metallic-cover-accents {
        background: #e1e1df;
        color: #241f16;
    }

    .thumbnail.thumb-redesign .badge-glitter {
        background: radial-gradient(50% 50% at 50% 50%,
                #ffffff 0%,
                #dbdde1 100%);
    }

    .thumbnail.thumb-redesign .badge-more {
        background: #e1e1df;
    }

    .thumbnail.thumb-redesign .editable {
        border-radius: 6px;
        font-size: 13px;
        padding: 5px 7px;
    }

    .thumbnail.thumb-redesign .qv-product-rating {
        justify-content: flex-start;
        margin-top: 3px;
        margin-bottom: 2px;
    }

    .thumbnail.thumb-redesign .qv-product-rating .star-rating-component>span {
        font-family: var(--sf-font-default);
        color: #595855;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
    }

    .thumbnail.thumb-redesign .qv-product-rating .star-rating-component~span {
        color: #595855;
        font-family: var(--sf-font-default);
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
    }

    .thumbnail.thumb-redesign .designer-badge {
        display: inline-flex;
        padding: 0 7px;
        height: 22px;
        font-weight: 500;
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 100%;
        font-family: var(--sf-font-sohne-b);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: 6px;
        text-transform: none;
        align-items: center;
        color: #241f16;
        background: #e1e1df;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .thumbnail.thumb-redesign .badge-designer-collection {
        background: #e1e1df;
    }

    .thumbnail.thumb-redesign .Icon.tinyprints-logo {
        display: inline-flex;
        margin: 4px 0px;
    }
}

@media screen and (max-width: 991px) {
    .new-grid .product {
        margin: 0px;
        padding: 8px 8px 16px 8px;
        height: auto;
    }
}

.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;
    }
}
.Icon {
    display: flex;
    flex: 0 0 auto;
}

.Icon > svg {
    display: flex;
    flex: 1 1 100%;
    pointer-events: none;
}

.storefe-spritesheet {
    background-image: url(https://cld1.staticsfly.com/storefe.7427bbdbcb.png);
    background-repeat: no-repeat;
}

#write-review-page #reviews {
    padding-left: 30px;
}
.error-info-component {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.error-info-component .info-icon {
    margin-right: 5px;
    height: 42px;
}

.error-info-component .error-message {
    color: #585B58;
    font-family: var(--sf-font-sohne-md);
    font-size: var(--font-size-default);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    width: 730px;
    height: 42px;
    padding: 30px 0;
}

@media screen and (max-width: 767px) {
    .error-info-component .error-message {
        height: 84px;
        width: 278px;
    }

    .error-info-component .info-icon {
        height: 84px;
    }
}

/*# sourceMappingURL=storefe_0.43040890e51f0.css.map*/