.thumbnail {
    --thumb-size: 262px;
    --thumb-touch-size: 292px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 9px 9px 0;
    margin: 0 0;
    box-sizing: content-box;
    width: 100%;
    align-items: initial;
    position: relative;
}


.thumbnail span {
    text-transform: uppercase;
    font-size: 9px;
    line-height: 12px;
    font-family: var(--sf-font-sohne-b);
    letter-spacing: 1px;
    margin-top: -10px;
}

.thumbnail span.Icon {
    margin-top: 0px;
}

.thumbnail .Icon.dynamiccolor {
    margin-top: -1px;
}

.thumbnail img,
.thumbnail .thumbnail-hover, .thumbImage span.react-loading-skeleton {
    max-width: var(--thumb-size);
    max-height: var(--thumb-size);
    margin: 0;
    object-fit: contain;
    object-position: 50% 100%;
    width: 100%;
    height: 100%;
}

.thumbnail .productName {
    color: var(--text-color);
    font-weight: 500;
    font-size: var(--prodname-size);
    font-family: var(--prodname-font);
    letter-spacing: 0;
    line-height: inherit;
    margin: 8px 0 0 0;
    z-index: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.thumbnail .productType {
    color: var(--text-color-grey2);
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: var(--prodtype-size);
    font-family: var(--prodtype-font);
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
}

.thumbnail .Icon.tinyprints-logo {
    margin-top: 1px;
}

.thumbnail .missing-thumb {
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto;
    height: var(--thumb-size);
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(128, 128, 128, 0.1));
    border-radius: 3px;
    border: 1px solid rgba(128, 128, 128, 0.2);
    opacity: 0.6;
    font-size: smaller;
    color: #58595B;
}

.thumbnail .color-swatches .color-swatch.selected {
    border-width: 2px;
}

.thumbnail .productName {
    --prodname-size: 18px;
    --prodname-font: var(--sf-font-sohne);
}

.thumbnail .productType {
    --prodtype-size: 12px;
    --prodtype-font: var(--sf-font-sohne);
}

@media (max-width: 991px) {
    .thumbnail .productName {
        --prodname-size: 14px;
    }

    .thumbnail .productType {
        --prodtype-size: 12px;
    }
}

@media (max-width:320px) {
    .thumbnail {
        padding: 9px 5px 0;
    }
}

.thumbnail .thumbImage {
    margin-bottom: 0px;
    width: 100%;
    height: var(--thumb-size);
}

.thumbnail .thumbImage.touch-screen,
.thumbnail .thumbImage.touch-screen .showcase-carousel {
    margin-bottom: 0px;
    width: 100%;
    height: var(--thumb-touch-size);
}

.thumbnail .thumbImage.touch-screen .showcase-carousel .slick-dots {
    bottom: 0;
}

.thumbnail img {
    height: var(--thumb-size);
}

@media (max-width: 480px) {

    .thumbnail:not(.thumb-redesign) .productName {
        font-family: var(--sf-font-sohne-b);
        font-weight: 700;
    }

    .thumbnail .thumbImage {
        height: 159px;
    }

    .thumbnail .thumbImage.touch-screen,
    .thumbnail .thumbImage.touch-screen .showcase-carousel,  .thumbImage span.react-loading-skeleton  {
        height: 159px;
    }

    .thumbnail img , .thumbImage span.react-loading-skeleton  {
        height: 129px;
    }

    .thumbnail .missing-thumb {
        height: 129px !important;
    }

    .thumbnail:not(.thumb-redesign) .Pricing {
        font-size: 12px;
    }
}

@media (max-width: 480px) {

    .new-grid .thumbnail {
        --thumb-size: 159px;
        --thumb-touch-size: 159px;
    }

    .new-grid .thumbnail img,
    .new-grid .thumbnail .thumbnail-hover,
    .new-grid .thumbImage span.react-loading-skeleton {
        max-height: none;
    } 

    .new-grid .thumbnail .thumbImage.touch-screen,
    .new-grid .thumbnail .thumbImage.touch-screen .showcase-carousel,.new-grid .thumbImage span.react-loading-skeleton  {
        height: 100% !important;
        aspect-ratio: 1 / 1;  
    }

    .new-grid .thumbnail img {
        height: auto !important;
        aspect-ratio: 1 / 1; 
    }

    .new-grid .thumbnail .missing-thumb {
        height: 100% !important;
        aspect-ratio: 1 / 1;
    }


    .new-grid .thumbnail .thumb-details {
        margin-top: 24px;
        margin-left: 4px;
    }

    .new-grid .thumbnail .thumb-details.is-slider {
        margin-top: 24px;
    }
}

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

    .thumbnail {
        --thumb-size: 129px;
    }

    .thumbnail span {
        font-size: 8px;
        line-height: 12px;
    }

    a .thumbnail span {
        color: #000;
        color: initial;
    }

    .thumbnail div.thumbImage,
    .thumbImage span.react-loading-skeleton {
        height: 129px;
    }

    .thumbnail .thumbImage.touch-screen,
    .thumbnail .thumbImage.touch-screen .showcase-carousel {
        height: 159px !important;
    }

    .thumbnail .missing-thumb {
        height: 129px !important;
    }

    /* New Grid */
    .new-grid .thumbnail {
        --thumb-size: 212px;
        --thumb-touch-size: 212px;
    }

    .new-grid .thumbnail img,
    .new-grid .thumbnail .thumbnail-hover,
    .new-grid .thumbImage span.react-loading-skeleton {
        max-height: none;
    }  

    .new-grid .thumbnail .thumbImage {
        height: 100%;
        aspect-ratio: 1 / 1;
    }

    .new-grid .thumbnail img,
    .new-grid .thumbImage span.react-loading-skeleton {
        height: auto !important;
        aspect-ratio: 1 / 1; 
    }

    .new-grid .thumbnail div.thumbImage,
    .new-grid .thumbImage span.react-loading-skeleton {
        height: 100% !important;
        aspect-ratio: 1 / 1;
    }

    .new-grid .thumbnail .thumbImage.touch-screen,
    .new-grid .thumbnail .thumbImage.touch-screen .showcase-carousel {
        height: 100% !important;
        aspect-ratio: 1 / 1;
    }

    .new-grid .thumbnail .missing-thumb {
        height: 100% !important;
        aspect-ratio: 1 / 1;
    }

    .new-grid .thumbnail .thumb-details {
        margin-top: 16px;
        margin-left: 4px;
    }

    .new-grid .thumbnail .thumb-details.is-slider {
        margin-top: 24px;
    }
}

@media (min-width : 768px) and (max-width: 991px) {
    .new-grid .thumbnail {
        --thumb-size: 212px;
        --thumb-touch-size: 212px;
    }

    .new-grid .thumbnail .thumbImage {
        height: 100%;
        aspect-ratio: 1 / 1;
    }

    .new-grid .thumbnail img,
    .new-grid .thumbnail .thumbnail-hover,
    .new-grid .thumbImage span.react-loading-skeleton {
        max-height: none;
    }            

    .new-grid .thumbnail .thumbImage.touch-screen,
    .new-grid .thumbnail .thumbImage.touch-screen .showcase-carousel,.new-grid .thumbImage span.react-loading-skeleton  {
        height: 100%;
        aspect-ratio: 1 / 1;
    }

    .new-grid .thumbnail img , .thumbImage span.react-loading-skeleton  {
        height: auto;
        aspect-ratio: 1 / 1;    
    }

     .new-grid  .thumbnail .missing-thumb {
        height: 100% !important;
        aspect-ratio: 1 / 1;
    }

    .new-grid .thumbnail .thumb-details {
        margin-top: 16px;
        margin-left: 4px;
    }

    .new-grid .thumbnail .thumb-details.is-slider {
        margin-top: 24px;
    }
}


@media (min-width:768px) {
    .thumbnail {
        transition: box-shadow .2s ease-in-out;
    }

    .thumbnail .productName {
        width: 100%
    }
}

@media (max-width:991px) {
    .thumbnail .productName {
        width: 100%
    }

    .new-grid .thumbnail {
        padding: 0px;
    }

    .new-grid .thumbnail img,
    .new-grid .thumbnail .thumbnail-hover,
    .new-grid .thumbImage span.react-loading-skeleton {
        max-width: 100%;
    }
}
.pagination {
    display: flex;
    justify-content: center;
    padding: 4% 0;
    margin: auto;
    -webkit-appearance: none;
}

.pagination svg {
    pointer-events: none;
}

.pagination .pageNumber {
    margin: 1px 0;
    display: flex;
    align-items: center;
}

.pagination .page,
.pagination .pagination.favorites li.page>a {
    font-family: var(--sf-font-sohne);
    padding: 9px 13px;
    margin: 5px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 6px;
    border: 1px solid transparent;
    position: relative;
    color: var(--text-color);
}

.pagination .page:focus-visible {
    border: 1px solid var(--outrageous-orange);
    color: var(--text-color);
}

.pagination .page:active,
.pagination .page a:active {
    background: rgba(0, 0, 0, 0.1) !important;
    border-radius: 3px;
    color: var(--text-color);
}

.pagination .page:focus-visible,
.pagination .page a:focus-visible {
    outline: none !important;
}

.pagination .page:hover {
    color: var(--text-color);
}

.pagination .page.selected::after,
.pagination .page:hover::after,
.pagination .page:active::before,
.pagination .page:focus::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    left: calc(50% - 8px);
    bottom: 1px;
    background-color: var(--text-color);
}

.pagination .redirectPage {
    display: inline-block;
    position: relative;
}

.pagination .redirectPage .openRedirect {
    font-family: var(--sf-font-sohne);
    padding: 6px 10px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 6px;
    border: 1px solid var(--text-color);
    color: var(--text-color);
}

.pagination .redirectPage .openRedirect:hover,
.pagination .redirectPage .openRedirect:active {
    box-shadow: 0 0 0 1px var(--text-color);
}

.pagination .redirectPage .openRedirect:focus-visible:not(:active) {
    box-shadow: 0 0 0 1px white, 0 0 0 2px var(--outrageous-orange);
    outline: none;
}

.pagination .redirectPage a:active {
    background: rgba(0, 0, 0, 0.1) !important;
}

.pagination .redirectPage .redirectPagePopUp {
    font-size: 13px;
    border: 1px solid var(--gray-dark);
    width: 80px;
    bottom: 130%;
    left: 0;
    margin-left: -35px;
    pointer-events: none;
    position: absolute;
    background-color: var(--color-white);
    padding: 10px;
    z-index: 49;
    text-align: left;
    border-radius: 5px;
    font-family: var(--sf-font-sohne);
    box-shadow: 0 0 5px 3px var(--gray-light);
}

.pagination .redirectPage .redirectPagePopUp::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    transform: translate(-50%, 50%) rotate(45deg);
    background-color: white;
    box-shadow: 1px 1px var(--gray-dark);
}

.pagination .redirectPage .redirectPagePopUp .redirectPageInput {
    position: relative;
}

.pagination .redirectPage .redirectPagePopUp .redirectPageInput:focus {
    box-shadow: 0 0 0 1px var(--outrageous-orange);
}

.pagination .redirectPage .redirectPagePopUp .redirectPageInput .redirectPageInputBox {
    margin-left: 7px;
    width: 30px;
    height: 25px;
    pointer-events: auto;
    font-size: 11px;
    font-family: var(--sf-font-sohne);
    border-radius: 2px;
    border: 1px solid var(--text-color);
    color: var(--text-color);
    position: relative;
    text-align: center;
}

.pagination .redirectPage .redirectPagePopUp .redirectPageInput .redirectPageInputBox:focus-visible {
    outline: none;
}

.pagination .redirectPage .redirectPagePopUp .redirectPageInput .redirectPageInputLable {
    font-size: 7px;
    top: -3px;
    right: 15px;
    padding: 0 1px;
    pointer-events: none;
    position: absolute;
    background-color: var(--color-white);
    z-index: 301;
    text-align: left;
    font-family: var(--sf-font-sohne);
}

.pagination .prev,
.pagination .prev a,
.pagination .next,
.pagination .next a {
    height: 22px;
    width: 22px;
    border: 1px solid var(--text-color);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    cursor: pointer;
    margin: 14px 0;
}

.pagination .prev:hover,
.pagination .next:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 2px 0 rgba(0, 0, 0, 0.3);
}

.pagination .prev:active,
.pagination .next:active {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid var(--text-color);
}

.pagination .prev:not(.disabled):active .arrow-next,
.pagination .next:not(.disabled):active .arrow-next {
    margin: 6px 14px;
}

.pagination .prev:not(.disabled):active .arrow-prev,
.pagination .next:not(.disabled):active .arrow-prev {
    margin: 6px 1px;
}

.pagination .prev:focus-visible:not(:active),
.pagination .next:focus-visible:not(:active) {
    outline: none !important;
    box-shadow: 0 0 0 1px white, 0 0 0 2px var(--outrageous-orange);
}

.pagination .prev.disabled,
.pagination .prev.disabled a,
.pagination .next.disabled,
.pagination .next.disabled a {
    opacity: 0.4;
}

.pagination .prev.disabled:hover,
.pagination .prev.disabled a:hover,
.pagination .next.disabled:hover,
.pagination .next.disabled a:hover {
    -webkit-appearance: none;
}

.pagination .prev.disabled a,
.pagination .prev.disabled a:hover,
.pagination .next.disabled a:hover,
.pagination .next.disabled a {
    background: none;
}

.pagination .arrow-next {
    width: 8px;
    height: 10px;
    margin: 6px 7px;
    fill: var(--text-color);
    transition: all 0.1s ease-in-out;
}

.pagination .arrow-prev {
    width: 6px;
    height: 10px;
    margin: 6px 7px;
    fill: var(--text-color);
    transition: all 0.1s ease-in-out;
}

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

    .pagination .page:hover::after,
    .pagination .page:focus::before {
        background: none;
    }

    .pagination .page.selected::after,
    .pagination .page:active::before {
        content: '';
        position: absolute;
        width: 16px;
        height: 2px;
        left: calc(50% - 8px);
        bottom: 1px;
        background-color: var(--text-color);
    }
}
.seo-override {
    font-size: .813rem;
    padding: 0 8px;
    z-index: 50;
}

.seo-override .seo-title,
.ThumbnailPage .seo-override .store-h2,
.ThumbnailPage .seo-override .store-h3 {
    font-family: var(--sf-font-sohne-sb);
    font-size: .813rem;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

.ThumbnailPage .seo-override .store-h3 {
    margin: 16px 0;
}

.ThumbnailPage .seo-override ul {
    margin: 16px 0 16px 16px;
    padding: 0;
}

.ThumbnailPage .seo-override p {
    margin: 16px 0;
}
.sortFilterContainer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    flex: 1 0 auto;
    position: relative;
}

.sortFilterWrapper {
    display: flex;
    align-items: center;
}

.sortFilterWrapper:active {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.sortFilterWrapper:hover,
.sortFilterWrapper label:hover {
    cursor: pointer;
}

.sortFilterTitle {
    color: #58595b;
    text-align: right;
    font-family: var(--sf-font-sohne);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.sortFilterSelectedValue {
    color: #58595b;
    font-family: var(--sf-font-sohne-b);
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
    padding-right: 8px;
}

/**
For fav icon in sticky top bar - start
**/
.ThumbnailPage .content-container .FilterBar.sticky-enabled .sortFilterSelectedValue {
    display: none;
}

.ThumbnailPage .content-container .FilterBar.sticky-enabled .pipe {
    width: 1px;
    height: 22px;
    background: #8E949F;
    margin-left: 8px;
    margin-right: 16px;
}

.content-container .FilterBar .unfavorite-msg svg {
    display: none;
}

.ThumbnailPage .content-container .FilterBar.sticky-enabled .favorite-svg {
    width: 22px;
    height: 22px;
    position: relative;
    text-align: center;
    padding-right: 10px;
}

.ThumbnailPage .content-container .FilterBar.sticky-enabled .favorite-svg circle {
    fill: var(--deep-carrot);
}

.ThumbnailPage .content-container .FilterBar.sticky-enabled .favorite-svg text {
    fill: var(--color-white);
    letter-spacing: -2px;
    line-height: 1;
}

.ThumbnailPage .content-container .FilterBar.sticky-enabled .unfavorite-msg svg{
    display: block;
}

.unfavorite-msg:hover .fav-tooltip {
    display: block;
}
/**
For fav icon in sticky top bar - end
**/

.downArrowIconWrapper {
    display: flex;
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.showTickMark {
    display: block;
}

.hideTickMark {
    visibility: hidden;
}

.tooltip-dropdown-menu-wrapper {
    z-index: 1;
    position: absolute;
    text-align: left;
    right: -8px;
    top: 34px;
    width: 204px;
    box-sizing: border-box;
    z-index: 999;
}

.ThumbnailPage .content-container .FilterBar.sticky-enabled .tooltip-dropdown-menu-wrapper {
    right: 54px;
    top: 42px;
}

.tooltip-dropdown-menu-wrapper ul.sortFilterPopupMenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 0px;
    border-radius: 4px;
    border: 1px solid #dbdde1;
    border: 1px solid var(--neutrals-slate, #dbdde1);
    background: #fff;
    background: var(--neutrals-white, #fff);
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.tooltip-dropdown-menu-wrapper li.filterListItemWrapper {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    grid-gap: 8px;
    gap: 8px;
    align-self: stretch;
    background: #fff;
    background: var(--neutrals-white, #fff);
    margin: 0;
    white-space: nowrap;
}

.tooltip-dropdown-menu-wrapper li.filterListItemWrapper:hover {
    cursor: pointer;
    text-decoration: underline;
    background: #ecedef;
    background: var(--neutrals-slate-light, #ecedef);
}

.tooltip-dropdown-menu-wrapper li.filterListItemWrapper:focus {
    text-decoration: underline;
    background: #ecedef;
    background: var(--neutrals-slate-light, #ecedef);
    border: 1px solid var(--deep-carrot);
    border: 1px solid var(--colors-brand-sfly-color-brand-deep-carrot, var(--deep-carrot));
    outline: none;
}

.tooltip-dropdown-menu-wrapper li.filterListItemWrapper:active {
    cursor: pointer;
    text-decoration: underline;
    box-shadow: 0px 0px 250px 0px rgba(0, 0, 0, 0.1) inset;
    border: none;
}

.tooltip-dropdown-menu-wrapper:before {
    position: absolute;
    top: -9px;
    left: auto;
    right: 5px;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.tooltip-dropdown-menu-wrapper:after {
    position: absolute;
    top: -8px;
    left: auto;
    right: 6px;
    content: '';
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    display: inline-block;
}
.filterSortOptions {

    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    flex: 1 0 auto;
    position: relative;

}
.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;
}
:root {
    --background-img-ingrid: #ECE5D5;
    --title-font-color: var(--text-color);
    --sub-title-font-color: var(--text-color);
    --bg-color-ingrid: #ECE5D5;
    --cta-bg-color-ingrid: #ECE5D5;
    --cta-text-color-ingrid: var(--text-color);
}
.InGridMarketingTileLink {
    text-decoration: none;
    color: var(--text-color);
    font-family: var(--br-cms-font-sohne);
}

.InGridMarketingTileLink, .InGridMarketingTile {
    display: flex;
    grid-gap: 0.571rem;
    gap: 0.571rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.InGridMarketingTileLink.textOnly .InGridMarketingTile,
.thumbnail-grid .InGridMarketingTile.botRenders.textOnly {
    background-color: #ECE5D5;
    background-color: var(--bg-color-ingrid);
    padding: 0 1.143rem;
    box-sizing: border-box;
}

.br-cms-layout .InGridMarketingTileLink {
    width: 26.143rem;
    height: 32.786rem;
}

.InGridMarketingTile { 
    width: 100%;
    height: 100%;
}

.BackgroundContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center; 
}

.InGridMarketingTileLink.roundedCorners .InGridMarketingTile,
.thumbnail-grid .InGridMarketingTile.botRenders.roundedCorners {
    border-radius: 0.571rem;
}

.InGridMarketingTile .TileTitle {
    font-size: 1.429rem;
    line-height: 1.786rem;
    color: var(--text-color);
    color: var(--title-font-color);
    font-weight: var(--brand-fontweight-callout);
}

.InGridMarketingTile  .TileSubTitle {
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--text-color);
    color: var(--sub-title-font-color);
    font-weight: 400;
}

.InGridMarketingTile .ingrid-cta {
    font-size: 1.143rem;
    color: var(--text-color);
    color: var(--cta-text-color-ingrid);
    text-decoration: underline;
    line-height: 1.714rem;
    position: relative;
    z-index: 1;
}

.InGridMarketingTileLink.imgBased .InGridMarketingTile,
.thumbnail-grid .InGridMarketingTile.imgBased.botRenders {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    background-image: #ECE5D5;
    background-image: var(--background-img-ingrid);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.InGridMarketingTileLink.imgBased  .ingrid-cta,
.thumbnail-grid .InGridMarketingTile.imgBased.botRenders .ingrid-cta {
    margin: 0 0 1.143rem 0;
}

.ingrid-cta.btn {
    text-decoration: none;
    display: inline-flex;
    height: 2.571rem;
    min-width: 5.714rem;
    padding: 0.5rem 1.143rem;
    justify-content: center;
    align-items: center;
    grid-gap: 0.571rem;
    gap: 0.571rem;
    flex-shrink: 0;
    border-radius: 7.143rem;
    background: #ECE5D5;
    background: var(--cta-bg-color-ingrid);
}

.thumbnail-grid .InGridMarketingTileLink.imgBased .InGridMarketingTile,
.thumbnail-grid .InGridMarketingTile.imgBased.botRenders {
    aspect-ratio: 1;
}

.InGridMarketing {
    position: relative;
}

.InGridMarketing > a,
.InGridMarketing > div {
    height: 100%;
    position: relative;
    z-index: 1;
}

.InGridMarketing .InGridMarketingTile.botRenders {
    position: absolute;
    top: 0;
}

a.ingrid-cta:hover {
    color: var(--text-color) !important;
    color: var(--cta-text-color-ingrid) !important;
}
.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;
}

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