.use_my_photo_container {
    display: flex;
    justify-content: center;
}

.use_my_photo_container .add_photo_container {
    background-color: #ecedef;
    padding: 10px 16px;
    border-radius: 8px;
}

.use_my_photo_container .change_photo_container {
    background-color: #ecedef;
    padding: 17px 0;
    border-radius: 8px;
    width: min(596px, 100vw);
}

.use_my_photo_container .add_photo_state,
.use_my_photo_container .change_photo_state {
    display: flex;
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    justify-content: center;
    align-items: center;
}

.use_my_photo_container .add_photo_state {
    flex-direction: row-reverse;
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
}

.use_my_photo_container .change_photo_state {
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
}

.use_my_photo_container .add_photo_state .text_section {
    color: #2f3237;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 14px;
}

.use_my_photo_container .add_photo_state .btn_section {
    display: flex;
}

.use_my_photo_container .add_photo_state .btn_section .add_photos_btn {
    display: flex;
    white-space: nowrap;
    background-color: var(--deep-carrot);
    border-radius: 24px;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
}

.use_my_photo_container .add_photo_state .btn_section .add_photos_btn:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {

    .use_my_photo_container .change_photo_state .change_photo_section:hover,
    .use_my_photo_container .change_photo_state .reset_section:hover {
        text-decoration: underline;
    }
}

.use_my_photo_container .change_photo_state .change_photo_section,
.use_my_photo_container .change_photo_state .reset_section {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 14px;
    cursor: pointer;
    display: flex;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    align-items: center;
}

.use_my_photo_container .change_photo_state .reset_section .add_photos_btn {
    display: flex;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    align-items: center;
}

.use_my_photo_container .change_photo_state .section_divider {
    height: 22px;
    width: 1px;
    background-color: #6a707c;
}

.text_section .subscript {
    font-size: 12px;
}

.ThumbnailPage .content-container .use_my_photo_wrapper {
    top: 0;
    z-index: 95;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0;
    transition: opacity 0.2s linear;
    position: relative;
}

.ThumbnailPage .content-container .use_my_photo_wrapper:not(.unpin).sticky .add_photo_container {
    top: auto !important;
    position: fixed;
    bottom: 40px;
    height: auto;
    left: 0;
    right: 0;
    max-width: 570px;
    width: 100%;
    margin: auto;
    box-shadow: 0 4px 6px 0px rgb(0 0 0 / 20%);
}

.ThumbnailPage .content-container .use_my_photo_wrapper .ump_close {
    display: none;
}

.ThumbnailPage .content-container .use_my_photo_wrapper:not(.unpin).sticky .ump_close {
    display: flex;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.ThumbnailPage .content-container .use_my_photo_wrapper:not(.unpin).sticky .ump_close:after {
    width: 20px;
    height: 2px;
    top: calc(50% - 2px * 0.5);
    right: calc(50% - 20px * 0.5);
}

.ThumbnailPage .content-container .use_my_photo_wrapper:not(.unpin).sticky .ump_close:before {
    width: 2px;
    height: 20px;
    right: 1px;
    top: calc(50% - 20px * 0.5);
    right: calc(50% - 2px * 0.5);
}

.ThumbnailPage .content-container .use_my_photo_wrapper:not(.unpin).sticky .ump_close:before,
.ThumbnailPage .content-container .use_my_photo_wrapper:not(.unpin).sticky .ump_close:after {
    content: '';
    position: absolute;
    background-color: #58595b;
    transform: rotate(45deg);
}

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

    .use_my_photo_container .add_photo_state,
    .use_my_photo_container .change_photo_state {
        grid-column-gap: 8px;
        -webkit-column-gap: 8px;
           -moz-column-gap: 8px;
                column-gap: 8px;
    }

    .use_my_photo_container .add_photo_container {
        padding: 10px 8px;
    }

    .use_my_photo_container .change_photo_state .Icon {
        height: 16px;
        width: 16px;
    }

    .use_my_photo_container .add_photo_state .text_section {
        font-family: var(--sf-font-sohne-b);
        font-size: 14px;
        line-height: 17px;
    }

    .text_section .subscript {
        font-family: var(--sf-font-sohne-b);
        font-weight: 500;
    }

    .use_my_photo_container .change_photo_state .change_photo_section,
    .use_my_photo_container .change_photo_state .reset_section {
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
    }

    .ThumbnailPage .content-container .use_my_photo_wrapper:not(.unpin).sticky .add_photo_container {
        max-width: 85%;
        left: auto;
        right: auto;
    }
}

@media screen and (max-width: 390px) {
    .ThumbnailPage .content-container .use_my_photo_wrapper:not(.unpin).sticky .add_photo_container {
        max-width: 80%;
    }
}

/*********** Kraken CSS overwrite ***************/
.px-kraken {
    position: relative;
    z-index: 10001;
}

div.px-flyout-wrapper {
    z-index: 10002;
}
.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;
}
.PopUp {
    z-index: 10002;
    --arrow-size: 9px;
    --arrow-offset: 50%;
    position: absolute;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #DCDEE1;
    background-color: #FFF;
    border-radius: 4px;
}
.PopUp.qv-popup {
    z-index: 999999;
}

.PopUp>* {
    z-index: 1;
}

.PopUp .PopUpContent {
    overflow: hidden;
    max-width: 100vw;
}

.PopUp .PopUpContent.colorOption {
    overflow: visible;
}

.PopUp .PopUpContent.colorOption .DropDownPanel{
    overflow-y: visible;
}

.PopUp.below:before {
    z-index: -1;
    border: 1px solid #DCDEE1;
    border-bottom: none;
    border-left: none;
    content: '';
    height: calc(var(--arrow-size) * 2);
    width: calc(var(--arrow-size) * 2);
    position: absolute;
    transform: rotate(-45deg);
    top: calc((var(--arrow-size) * -1) - 1px);
    left: calc(var(--arrow-offset) - var(--arrow-size));
    background-color: #fff;
}

.PopUp.above:after {
    z-index: -1;
    border: 1px solid #DCDEE1;
    border-bottom: none;
    border-left: none;
    content: '';
    height: calc(var(--arrow-size) * 2);
    width: calc(var(--arrow-size) * 2);
    position: absolute;
    transform: rotate(135deg);
    top: calc(100% - var(--arrow-size) + 1px);
    left: calc(var(--arrow-offset) - var(--arrow-size));
    background-color: #fff;
}
.six-color-printing-component {
    display: flex;
    margin: 16px 0 !important;
}

.six-color-printing-wrapper {
    display: flex;
    flex-direction: row;
}


.six-color-printing-wrapper.mobile {
    display: flex;
    grid-gap: 16px;
    gap: 16px;
    padding-top: 10px;
}

.six-color-printing-component.mobile {
    margin-top: 21px;
}

@media screen and (min-width: 481px) {
    .six-color-printing-wrapper .six-color-price-section {
        margin-left: 16px;
    }
}

.six-color-printing-component .learn-more {
    margin-left: 20px;
    text-transform: none;
    font-weight: normal;
    font-weight: 500;
    text-decoration: underline;
    font-family: var(--sf-font-sohne);
    cursor: pointer;
}

.six-color-printing-component label {
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    font-family: var(--sf-font-sohne-b);
}

.ProductOption.six-color-printing-component.mobile label {
    font-family: var(--sf-font-sohne-b);
    font-size: 1rem;
}

.six-color-printing-component.mobile .learn-more {
    margin-left: 8px;
    font-size: 0.864rem;
}

.six-color-printing-wrapper.mobile .learn-more {
    margin: 0;
}

.six-color-printing-wrapper .six-color-price-section span.unit-price {
    font-family: var(--sf-font-sohne);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
}

.six-color-printing-wrapper .six-color-price-section span.unit-price.discounted span.current-price {
    color: var(--deep-carrot);
    font-family: var(--sf-font-sohne);
}

.six-color-printing-wrapper .six-color-price-section span.unit-price.discounted del {
    margin-right: 8px;
    color: var(--text-color);
    font-family: var(--sf-font-sohne);
}
#pr-review-display>div>a {
    font-family: var(--sf-font-sohne-b);
    font-size: var(--font-size-default);
    line-height: 21px;
    letter-spacing: 0;
    font-weight: 500;
    border-radius: 24px;
    text-decoration: none;
    text-transform: capitalize;
    padding: 9px 20px;
    border: 1px solid var(--text-color);
    color: var(--text-color);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    margin: 16px auto 0;
    display: inline-flex;

}

#pr-review-display>div>a:hover {
    text-decoration: none;
    color: var(--deep-carrot);
    border: 2px solid var(--deep-carrot);
    padding: 8px 18px;
}

.p-w-r section {
    border-bottom: none;
}

/* Power Reviews tweaks */
.brand-TP .p-w-r .pr-review-snapshot .pr-review-snapshot-block-container .pr-review-snapshot-block-brandscore {
    display: none;
}

#reviews #reviews-snapshot .p-w-r #pr-review-snapshot .pr-review-snapshot-faceoff,
#reviews #reviews-snapshot .p-w-r #pr-review-snapshot .pr-review-snapshot-msq-container.pr-review-snapshot-histogram-msq-container
{
    display: none;
}
.social-share-popup {
    margin: 17px;
    margin-bottom: 0;
    min-width: 126px;
}

.social-share-popup .heading {
    margin-bottom: 17px;
    color: #585B58;
    font-family: var(--sf-font-sohne);
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
}

.social-share-popup ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.social-share-popup ul li {
    padding-bottom: 17px;
    white-space: nowrap;
    display: flex;
    grid-gap: 10px;
    gap: 10px;
}

.social-share-popup ul li a {
    color: #58595B;
    font-family: var(--sf-font-sohne);
    font-size: 14px;
}

.social-share-popup ul li a:hover {
    text-decoration: underline;
}

.social-mobile-popup {
    background: #fff;
    position: fixed;
    width: calc(100% - 24px);
    margin-left: 12px;
    z-index: 100;
    padding: 10px 0;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid #DCDEE1;
    border-radius: 4px;
    left: 0;
    bottom: 60px;
}

.social-mobile-popup .close {
    left: auto;
    right: 0;
}

.icon-wrapper {
    min-height: 36px;
    min-width: 36px;
}
.SelectCreationPathModal * {
    font-weight: unset;
}

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

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

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

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

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

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

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

.SelectCreationPathModal .row {
    display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 812px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 413px) {
    .matching-items>span {
        font-size: var(--font-size-subtitle);
    }
}
.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 {
    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;
}

.mobileSort input[type='radio'] {
    accent-color: black;
}
.Pricing {
    margin-top: 5px;
    margin-bottom: 5px;
    color: var(--text-color);
    font-family: var(--sf-font-sohne);
}

.Pricing .unitPrice,
.Pricing .original,
.Pricing .productMaxSalePrice,
.Pricing .productMaxPrice {
    font-size: inherit;
    font-family: inherit;
}

.Pricing.original, .Pricing.productMaxPrice {
    text-decoration: none;
}

.Pricing .original.unitPrice, .Pricing .productMaxPrice.productMaxSalePrice {
    text-decoration: line-through;
    color: var(--text-color)
}

.Pricing .unitPrice, .Pricing .productMaxSalePrice{
    color: var(--deep-carrot);
}
.Promo {
    display: flex;
    flex-flow: column;
    grid-gap: 5px;
    gap: 5px;
    margin: 8px 0 16px 0;
}
.PBPip .details:not(.new-product-info) .Promo{
    min-height: 42px;
    max-height: 63px;
}

.Promo .PromoBar {
    display: flex;
    flex-flow: row nowrap;
}

.Promo .PromoBar .promo {
    margin-right: 10px;
    max-width: 22px;
}

.Promo .PromoBar .promo.Icon svg {
    margin: auto;
}

@media (max-width: 480px) {
    .Promo .PromoBar .promo {
        margin-right: 8px;
        max-width: 17px;
    }
}

.Promo .PromoBar .PromoMsg .PromoDescription,
.Promo .PromoBar .PromoMsg .PromoCode {
    color: var(--text-color-blue);
    font-family: var(--sf-font-sohne);
    font-size: 14px;
    display: inline;
    display: initial;
    text-transform: none;
}
.Promo .PromoBar .PromoMsg .PromoCode {
    font-family: var(--sf-font-sohne-b);
}
.quantity-option {
    display: flex;
    flex-flow: row nowrap;
    margin: 8px 0 0 0;
    position: relative;
    border-bottom: 0 !important;
}

.newPriceView .quantity-option {
    margin-top: 0px;
}

.quantity-option.cardsPriceView {
    flex-flow: column;
}

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

.splitQtyAndPriceWrapper {
    align-items: center;
}

.quantity-option.hasDiscount {
    display: none;
}

.quantity-option label {
    display: flex;
    text-transform: uppercase;
    font-family: var(--sf-font-sohne-b);
    padding: 0px 0 5px 0;
    color: #757779;
    margin: 10px 10px 0 0;
    flex: 0 0 auto;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.splitQtyAndPriceWrapper.quantity-option label {
    display: flex;
    text-transform: uppercase;
    font-family: var(--sf-font-sohne-b);
    padding: 0px;
    font-weight: 500;
    color: #585b58;
    margin: 0px 8px 0px 0px;
    flex: 0 0 auto;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.splitQtyAndPriceWrapper.quantity-option .quantityDropdown button {
    border: 1px solid #585b58;
    padding: 0.5rem 1.8rem 0.5rem 0.5rem;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: transform;
}

.splitQtyAndPriceWrapper.quantity-option .quantityDropdown button:active {
    background-color: rgba(0, 0, 0, 0.1);
    border-width: 2px;
    padding: 0.5rem 1.8rem 0.5rem 0.5rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.splitQtyAndPriceWrapper.quantity-option .quantityDropdown.open button {
    border-color: var(--gray-medium);
    border-width: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0.5rem 1.8rem 0.5rem 0.5rem;
    box-shadow: none;
}

.splitQtyAndPriceWrapper.quantity-option .quantityDropdown .caret {
    right: 8px;
}

.quantity-option .dropdown {
    min-width: 204px;
    max-width: 350px;
    max-height: 42px;
    position: relative;
}

.QuickView .inlineModal .quantity-option.cardsPriceView .dropdown {
    max-width: 302px;
}

.quantity-option .quantityDropdown {
    min-width: 56px;
    position: relative;
    margin: 0px 8px 0px 0px;
}

.options.quantity-option.scrollPos {
    position: fixed;
    top: 0px;
    z-index: 1001;
    right: 175px;
}

.quantity-option.scrollPos label {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

.quantity-option.scrollPos .dropdown .dropdown-menu {
    min-width: 212px;
}

.quantity-option.scrollPos .quantityDropdown .dropdown-menu {
    min-width: 60px;
}

.quantity-option.scrollPos .dropdown {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.quantity-option.scrollPos .dropdown button .caret {
    right: 8px;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) button {
    width: 100%;
    padding: 0.5rem 1.8rem 0.5rem 1rem;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid var(--gray-dark);
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    font-size: var(--font-size-default);
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) button span {
    font-family: var(--sf-font-default);
    color: #58595b;
    font-weight: 400;
    line-height: 21px;
    font-size: var(--font-size-default);
}
.quantity-option.cardsPriceView .dropdown span.quantity-wrapper.selected span.total-price {
    font-family: var(--sf-font-default);
    color: #58595b;
    font-size: var(--font-size-default);
    font-weight: 700;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) button .caret {
    border-width: 6px;
}

:is(.quantity-option.cardsPriceView .dropdown, .quantity-option.cardsPriceView .quantityDropdown) button .caret {
    border-width: 10px;
}


:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .caret {
    position: absolute;
    top: 43%;
    right: 12px;
    border-top: 4px dashed #2d3137;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

:is(.quantity-option.cardsPriceView .dropdown, .quantity-option.cardsPriceView .quantityDropdown) .caret {
    position: absolute;
    top: 43%;
    right: 12px;
    border-top: 4px dashed #8E949F;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}



:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) button:hover {
    box-shadow: 0 0 0 2px var(--gray-medium);
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) button:focus {
    box-shadow: 0 0 0 2px var(--deep-carrot);
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) button:active:after {
    display: none;
}

.quantity-option .dropdown button:active {
    background-color: rgba(0, 0, 0, 0.1);
    border-width: 2px;
    padding: 0.438rem 1.738rem 0.438rem 0.938rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown).open button .caret {
    transform: rotate(180deg);
}

.quantity-option .dropdown.open button {
    border-color: var(--gray-medium);
    border-width: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0.438rem 1.738rem 0.438rem 0.938rem;
    box-shadow: none;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown).open button span {
    font-family: var(--sf-font-sohne-sb);
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .btn-default:visited {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

:is(.quantity-option .dropdown button, .quantity-option.cardsPriceView .priceInfo) .product-quantity {
    display: inline-block;
    min-width: auto;
}


:is(.quantity-option .dropdown button, .quantity-option.cardsPriceView .priceInfo) span.unit-price {
    display: inline-block;
    min-width: auto;
}

:is(.quantity-option .dropdown button, .quantity-option .priceInfo) .product-quantity {
    text-align: left;
    display: inline-block;
    min-width: 25%;
    float: none;
}

:is(.quantity-option .dropdown button, .quantity-option .priceInfo) span.unit-price {
    display: inline-block;
    min-width: 75%;
    text-align: right;
    float: none;
}

:is(.quantity-option .dropdown, .quantity-option .priceInfo) .product-quantity {
    float: left;
}

:is(.quantity-option .dropdown, .quantity-option .priceInfo) span.unit-price {
    float: right;
}

.quantity-option .dropdown span.unit-price span.current-price {
    margin: 0px 12px 0 0px;
}

.quantity-option.cardsPriceView .dropdown span.unit-price span.current-price {
    margin: auto;
}


:is(.quantity-option.cardsPriceView .dropdown, .quantity-option.cardsPriceView .priceInfo) span.unit-price.discounted span.current-price {
    color: #D74012;
}

.quantity-option.cardsPriceView .dropdown span.quantity-wrapper span.unit-price.discounted span.current-price{
    color: #D74012;
}

.quantity-option.cardsPriceView .dropdown span.quantity-wrapper.selected span.current-price
{
    font-family: var(--sf-font-default);
    font-size: 14px;
    font-weight: 400; 
    color: #595855;
}

.quantity-option.cardsPriceView .dropdown span.quantity-wrapper.selected span.total-price.discounted
{
    font-family: var(--sf-font-default);
    font-size: 14px;
    font-weight: 500; 
    color: #D74012;
}

.quantity-option.cardsPriceView .dropdown span.total-price.discounted {
    color: #D74012;
}

:is(.quantity-option .dropdown, .quantity-option .priceInfo) span.unit-price.discounted span.current-price:before {
    content: 'Discounted Price: ';
    position: absolute;
    clip: rect(0 0 0 0);
}

:is(.quantity-option .dropdown, .quantity-option .priceInfo) span.unit-price.discounted del {
    color: #58595b;
    margin-right: 6px;
}

.quantity-option .priceInfo span.unit-price.discounted del,
.quantity-option .priceInfo span.unit-price span.current-price {
    margin-right: 8px;
    font-family: var(--sf-font-sohne-sb);
}

:is(.quantity-option .dropdown, .quantity-option .priceInfo) span.unit-price.discounted del:before {
    content: 'Original Price: ';
    position: absolute;
    clip: rect(0 0 0 0);
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-menu {
    max-height: 300px;
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    min-width: 210px;
    overflow-x: clip;
    padding: 5px 0;
    margin: -2px 0 0;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid var(--gray-medium);
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    display: flex;
    flex-direction: column;
    font-size: var(--font-size-default);
    width: 99%;
}

.quantity-option .quantityDropdown .dropdown-menu {
    max-height: 372px;
    min-width: 86px;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item {
    font-weight: 500;
    line-height: 17px;
    padding: 8px 10px 8px 25px;
    cursor: pointer;
    width: calc(100% - 30px);
    position: relative;
    font-size: var(--font-size-default);
    font-family: var(--sf-font-sohne);
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item.selected,
.qty-price-dropdown-item.selected {
    font-family: var(--sf-font-sohne-b);
    color: #58595b;
}


:is(.quantity-option.cardsPriceView .dropdown, .quantity-option.cardsPriceView .quantityDropdown) .dropdown-item.selected,
.qty-price-dropdown-item.selected {
    font-family: var(--sf-font-sohne);
}

li[id^='quantity-'].dropdown-item.selected>span.currentQuantity {
    font-family: var(--sf-font-sohne-b);
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item:hover {
    background-color: #ebedf0;
}

.quantity-option.cardsPriceView .dropdown .dropdown-item {
    padding: 8px 10px 8px 15px;
}

.quantity-option.cardsPriceView .dropdown .mobile-options .dropdown-item {
    padding: 30px 10px 8px 15px;
}

.quantity-option.cardsPriceView .dropdown .dropdown-item.selected {
    background: #DBDDE1;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item:hover {
    background-color: #F5F5F5;
}

:is(.quantity-option.cardsPriceView .dropdown, .quantity-option.cardsPriceView .quantityDropdown) .dropdown-item:hover {
    background-color: #ebedf0;
    box-shadow: inset 0 0 0 1px var(--deep-carrot);
    outline: none;
    border-radius: 4px;
}

.quantity-option .quantityDropdown .mWebDropdown-menu .dropdown-item:focus {
    box-shadow: none;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item.focus {
    background-color: #ebedf0;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item .dropdown-item-space-front {
    position: absolute;
    margin-left: 10px;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item .dropdown-item-space-front svg.uig-svg-icon {
    width: 10px;
    height: 10px;
    margin-top: 9px;
}

:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item .dropdown-item-space-front svg.uig-svg-icon path {
    fill: #f05323;
    background-color: #f5f5f5;
}

:root {
    --checkBorderWidth: 2px;
    --checkHeight: 8px;
    --checkWidth: 4px;
    --checkBorderColor: var(--deep-carrot);
}

.check {
    display: inline-block;
    transform: rotate(35deg);
    height: 8px;
    height: var(--checkHeight);
    width: 4px;
    width: var(--checkWidth);
    border-bottom: 2px solid var(--deep-carrot);
    border-bottom: var(--checkBorderWidth) solid var(--checkBorderColor);
    border-right: 2px solid var(--deep-carrot);
    border-right: var(--checkBorderWidth) solid var(--checkBorderColor);
    position: absolute;
    left: 10px;
    top: -3px;
    bottom: 0;
    margin: auto;
}

.splitQtyAndPriceWrapper .quantityDropdown .check {
    left: 12px;
}

.splitQtyAndPriceWrapper .quantityDropdown .currentQuantity {
    padding: 5px;
    font-family: var(--sf-font-sohne-sb);
}

:is(.splitQtyAndPriceWrapper, .qty-price-dropdown-menu) .item-label {
    margin-right: 4px;
}

:is(.quantity-option .dropdown, .quantity-option .priceInfo) .quantity-wrapper {
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) {
    :is(.quantity-option.cardsPriceView .dropdown, .quantity-option.cardsPriceView .priceInfo) .quantity-wrapper {
        display: flex;
        justify-content: flex-start;
        grid-gap: 5px;
        gap: 5px;
    }
}

:is(.quantity-option.cardsPriceView .dropdown, .quantity-option.cardsPriceView .priceInfo) .quantity-wrapper {
    display: flex;
    justify-content: flex-start;
}

.quantity-option.cardsPriceView .dropdown .mobile-options .quantity-wrapper {
    display: flex;
    justify-content: flex-start;
    transform:  translateY(-50%);
}


:is(.quantity-option .dropdown button, .quantity-option .priceInfo) .quantity-wrapper {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item .product-quantity {
        width: 100%;
    }

    :is(.quantity-option .dropdown, .quantity-option .priceInfo) .dropdown-item .unit-price {
        width: 100%;
        float: left;
    }

    .options.quantity-option.scrollPos {
        right: 75px;
    }
}

.mWebDropdown-menu {
    list-style-type: none;
    padding: 0;
    margin: 8px 0;
}

.mWebDropdown-menu::-webkit-scrollbar {
    height: 20px;
    width: 10px;
    background: #888;
}

.mobile-options {
    z-index: 2001;
}

.quantity-option .fade-bg {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    left: 0;
    top: 0;
}

.quantity-option .splitQtyAndPriceWrapper .fade-bg {
    z-index: 10000;
}

.quantity-option .splitQtyAndPriceWrapper .mobile-options {
    z-index: 10001;
}

@media (max-width: 844px) {
    :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-menu {
        z-index: 2010;
    }
}

@media screen and (max-width: 991px) {
    .PBPip section .qty-cta-wrapper {
        width: 100%;
    }

    .quantity-option {
        width: 100%;
    }

    .PBPip .quantity-option .mobile-options .close {
        position: absolute;
        top: 0;
        left: unset;
        right: 0;
        --width: 25px;
    }

    .quantity-option .mobile-options {
        display: flex;
        flex-direction: column;
        position: fixed;
        bottom: 15px;
        z-index: 2001;
        width: calc(100% - 30px);
        background-color: var(--color-white);
        padding: 20px;
        box-sizing: border-box;
        left: 15px;
        border-radius: 8px;
        padding-top: 42px;
        max-height: 95%;
        overflow-y: scroll;
    }

    .quantity-option .mobile-options .close {
        display: block !important;
    }

    .quantity-option .mobile-options .mobile-options-label {
        color: #58595b;
        font-family: var(--sf-font-sohne-md);
        font-weight: 500;
        letter-spacing: 0;
        line-height: 18px;
        text-transform: uppercase;
    }

    .quantity-option .mobile-options.active {
        display: flex;
    }

    .quantity-option .dropdown {
        width: 100%;
        margin-right: 5px;
        max-width: none;
    }

    .quantity-option .quantityDropdown {
        max-width: none;
    }

    :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item {
        border: solid 1px #c6c7c9;
        border-radius: 4px;
        padding: 10px;
        align-items: center;
        justify-content: flex-start;
        background: #fff;
        position: relative;
        z-index: 3;
        margin-bottom: 8px;
        width: calc(100% - 22px);
    }

    :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .product-quantity {
        margin-right: 5px;
    }

    :is(.quantity-option .dropdown, .quantity-option .priceInfo) button span.unit-price {
        display: inline-block;
        min-width: unset;
        text-align: right;
        float: none;
    }

    :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) button .product-quantity {
        min-width: unset;
    }

    :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item .check,
    .qty-price-dropdown-menu .qty-price-dropdown-item .check {
        display: none;
    }

    :is(.quantity-option .dropdown, .quantity-option .priceInfo) .dropdown-item .unit-price {
        float: left;
    }
}


:is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item.selected {
    font-family: var(--sf-font-sohne-b);
    background-color: #ebedf0;
}

.qty-price-dropdown-menu {
    overflow-y: scroll;
    z-index: 50;
    overflow-x: clip;
    padding: 5px 0;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    flex-direction: column;
    max-height: 400px;
    min-width: 330px;
    font-size: var(--font-size-default);
}

ul.qty-price-dropdown-menu:not(:has(del)) {
    min-width: 248px;
}

.qty-price-dropdown-item .dropdown-item-wrapper .qty-range-label {
    margin-right: 5px;
}

.mWebqty-price-dropdown-menu {
    overflow-y: scroll;
    z-index: 50;
    overflow-x: clip;
    padding: 5px 0;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    flex-direction: column;
    font-size: var(--sf-font-sohne-sb);
}

.qty-price-dropdown-item {
    font-weight: 500;
    line-height: 17px;
    padding: 8px 10px 8px 40px;
    position: relative;
    font-size: var(--font-size-default);
    font-family: var(--sf-font-sohne-sb);
}

.qty-price-dropdown-item .dropdown-item-wrapper {
    display: flex;
    justify-content: space-between;
}

.qty-price-dropdown-item .dropdown-item-wrapper span.unit-price.discounted del {
    color: #58595b;
    margin-right: 20px;
}

.qty-price-dropdown-item .dropdown-item-wrapper span.unit-price.discounted span.current-price {
    color: red;
    margin: 0 12px 0 0;
}

.splitQtyAndPriceWrapper .priceListLink>button {
    background: none;
    outline: none;
    border: none;
    text-decoration: underline;
    padding: 0;
    color: #585b58;
    font-family: var(--sf-font-sohne);
    font-weight: 500;
    cursor: pointer;
    font-size: var(--font-size-default);
}

.qty-price-dropdown-item .check {
    left: 21px;
}

.quantityDropdown ul.mWebDropdown-menu li .Icon.SelectedTick {
    width: 12px;
    height: 12px;
    position: absolute;
    top: -7px;
    right: -7px;
}

.quantityDropdown ul.mWebDropdown-menu li.selected {
    border: 2px solid var(--gray-medium);
}

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

    .quantity-option .priceInfo span.unit-price.discounted del,
    .quantity-option .priceInfo span.unit-price span.current-price {
        margin-right: 8px;
        font-family: var(--sf-font-sohne);
    }
}
.PagePrice {
    display: flex;
    flex-flow: row wrap;
    flex: 1 1 100%;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: var(--font-size-small);
    line-height: 15px;
    font-style: normal;
    font-family: var(--sf-font-sohne);
    height: auto;
    padding: 8px 0 0 0;
    margin: 8px 0;
}

.PagePrice span {
    margin: 0;
    padding: 0;
    display: block;
}

.PagePrice em {
    font-style: normal;
    margin: 0 5px 0 0;
}

.PagePrice em:first-child {
    text-decoration: line-through;
}

.PagePrice em:last-child {
    text-decoration: none;
}

.PagePrice em:nth-child(2) {
    color: #CC0000;
}

.PagePrice>span+span {
    margin-left: 5px;
}

.PagePrice .break {
    flex-basis: 100%;
    margin: 0;
    width: 0;
}

.PagePrice .designer {
    text-transform: uppercase;
    font-size: 9px;
    line-height: 12px;
    font-family: var(--sf-font-sohne-sb);
    letter-spacing: 1px;
    margin: 4px 0 0 0;
}

@media screen and (max-width: 767px) {
    .PagePrice {
        display: inline-grid;
        flex: none;
        font-size: var(--font-size-tiny);
        line-height: 15px;
        border-top: none;
        margin: 0;
        padding: 0;
    }

    .PagePrice>span+span {
        margin-left: 0;
    }


    .PagePrice .designer {
        font-size: 8px;
        line-height: 12px;
        margin: 4px 0 0 0;
    }
}
.QuickView {
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto;
    width: 726px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
}

.QuickView .preview {
    background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 1px solid #dcdee1;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 34px 0 8px 0;
}

.QuickView .Carousel {
    flex: 1 1 auto;
    min-width: calc(630px + 48px);
    overflow: visible;
}

.QuickView .Carousel li {
    width: var(--viewport-width);
}

.TPStyle .details .price-section .button {
    background: var(--tp-blue);
}

.QuickView div.pip-modal-image {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-around;
}

.QuickView div.pip-modal-image img {
    max-height: 345px;
    max-width: 630px;
}

@media (max-width: 1370px) {
    .QuickView div.pip-modal-image img {
        max-height: 345px;
    }

    .QuickView.inline .popupBody .ProductOption ul {
        grid-gap: 12px 4px;
        gap: 12px 4px;
    }
}

.QuickView section {
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto;
}

.QuickView .QuickView-Heading .store-h2 {
    display: flex;
    flex: 1 1 100%;
    font-size: var(--font-size-headline-main);
    line-height: 27px;
    font-family: var(--sf-font-sohne);
    letter-spacing: 0;
    font-weight: normal;
    justify-content: left;
    margin: 7px 0px;
    color: #6a707c;
}

.QuickView .details {
    display: flex;
    flex: 1 1 auto;
    flex-flow: row nowrap;
    padding: 16px 16px 4px 16px;
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.QuickView .more-details-wrapper .photos {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #6a707c;
}

.QuickView section.options {
    flex-flow: row wrap;
    width: auto;
}

.QuickView.inline .QVModal section.options {
    flex-direction: column;
}

.QuickView section.subtotal {
    align-items: flex-end;
}

.QuickView a.more {
    margin-top: 18px;
}

.QuickView a.more:after {
    content: '';
    height: 0;
    width: 0;
    border: solid var(--color-blue2);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    transform: translate(3px, 5px) rotate(-45deg);
    margin-left: 5px;
}

.QuickView a.more:focus:after {
    display: inline-block;
}

.QuickView .full-details {
    color: var(--color-blue2);
    text-decoration: underline;
    height: 1rem;
    padding: 1px 2px;
    transition: all 0.1s ease-in-out;
    border-radius: 4px;
    line-height: 1.15;
    font-family: var(--sf-font-sohne-sb);
}

.QuickView .full-details:hover,
.QuickView .full-details:active {
    background-color: var(--color-blue2);
    color: #fff;
    text-decoration: underline;
}

.QuickView .full-details:active {
    color: rgba(255, 255, 255, 0.5);
}

.QuickView .PagePrice {
    margin: 0 0 24px 0;
    padding: 0;
}

.QuickView .Loading,
.QuickView .error-info-component {
    margin-top: 75px;
    margin-bottom: 75px;
}

.QuickView .inside-container .Loading {
    margin-top: 0;
    margin-bottom: 0;
}

.QuickView.errorMsg {
    grid-template-columns: none;
}

.QuickView.inline .QVModal .preview {
    width: 45%;
    background: #fff;
    border-radius: 0;
    border-bottom: none;
    padding: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.QuickView.inline .QVModal .details {
    flex-wrap: wrap;
    border-radius: 0;
    padding: 10px 20px 20px 20px;
    width: 38%;
}

.QuickView.inlineModal .store-h2 {
    margin-bottom: 10px;
}

.QuickView.inline section.options {
    align-self: flex-start;
}

.QuickView section.options .designerName {
    font-size: var(--font-size-default);
    line-height: 21px;
    text-transform: capitalize;
    font-family: var(--sf-font-sohne-md);
    display: flex;
    width: 100%;
    margin: 0 0 10px 3px;
}

.QuickView section.options .quantity-option {
    flex-direction: row;
    align-items: center;
    margin: 15px 0 0 0;
    width: 100%;
}

.QuickView section.options .quantity-option.cardsPriceView {
    flex-direction: column;
    align-items: inherit;
    margin: 0 0 2px 0;
}

.QuickView section.options .quantity-option.qtyPriceSkeleton {
    margin-bottom: 5px;
}

.QuickView section.options .splitQtyAndPriceWrapper {
    flex-direction: row;
    margin: 5px 0 16px 0;
    width: 100%;
}

.QuickView section.options .quantity-option:not(.splitQtyAndPriceWrapper) #pricingDropDownLabel,
.QuickView section.options .quantity-option .dropdown {
    margin: 0 15px 5px 0;
}

.QuickView section.options .ProductOption {
    justify-content: unset;
    margin: 10px 15px 30px 0;
}

.QuickView section.options .ProductOption label {
    font-size: var(--sf-font-sohne-b);
    margin-bottom: 5px;
}

.QuickView .ProductOption.chicklet-1:not(.no-icon) .option-wrapper ul li {
    min-width: 88px;
    height: 102px !important;
}

.QuickView .ProductOption.chicklet-1 ul li.selected>a:not(.show-popup) {
    padding: 16px 12px 8px 12px;
}

.QuickView.inline .SubTotal.right,
.SubTotal.right>* {
    justify-content: flex-start;
}

.QuickView.inline .price-section {
    display: flex;
    width: 20%;
}

.QuickView.inline {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    left: 0;
    z-index: 10;
    margin-top: -42px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) inset;
    padding: 20px;
    border: solid 1px #dcdee1;
    background: #fff;
}

.thumbnail_wrapper.modal .uparrow,
.thumbnail_wrapper.modal .QuickView.inline {
    box-shadow: none;
    border: none;
}

.QuickView.inline .QVModal .price-section {
    width: auto;
}

.QuickView.inline .QVModal .more-container {
    margin-left: auto;
    -webkit-padding-end: 60px;
            padding-inline-end: 60px;
    align-self: center;
    position: relative;
    bottom: 13px;
}

.QuickView.inlineModal .QVModal .more-container,
.QuickView.inlineModal .more-container {
    width: 100%;
}

.QuickView.inline .close-button {
    --height: 2px;
    --width: 20px;
    position: absolute;
    right: 24px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 28px;
}

.QuickView.inlineModal .close-button {
    top: -26px;
}

.QuickView.inline .close-button:before {
    width: var(--height);
    height: var(--width);
    right: 1px;
    top: calc(50% - var(--width) * 0.5);
    right: calc(50% - var(--height) * 0.5);
}

.QuickView.inline .close-button:after {
    width: var(--width);
    height: var(--height);
    top: calc(50% - var(--height) * 0.5);
    right: calc(50% - var(--width) * 0.5);
}

.QuickView.inline .close-button:after,
.QuickView.inline .close-button:before {
    content: '';
    position: absolute;
    background-color: var(--text-color);
    transform: rotate(45deg);
}

.QuickView.inline .Carousel.slide .navigation {
    position: absolute;
    top: 91.6%;
    z-index: 0;
}

.QuickView.inline .Carousel {
    min-width: 100%;
}

.QuickView.inline .Carousel.hide_arrow .prev,
.QuickView.inline .Carousel.hide_arrow .next {
    display: none;
}

.QuickView.inline div.pip-modal-image img {
    max-width: 100%;
}

.uparrow {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 90;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #dedfe0;
    margin-left: 110px;
    margin-top: -14px;
}

.uparrow:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 90;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    margin-left: -10px;
    margin-top: 4px;
}

.QuickView.inline .Loading {
    transform: translateX(50%);
    display: inherit;
}

.QuickView.inline .QVModal .Loading {
    display: flex;
    transform: none;
    min-width: 500px;
    min-height: 100px;
}

.QuickView.inline .inside-container .Loading {
    transform: none;
    display: inherit;
    min-width: unset;
    min-height: unset;
}

.content-for-sr {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.QuickView .favorite {
    display: flex;
    width: 100%;
}

.QuickView:not(.inlineModal) .button-group {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    grid-gap: 16px;
    gap: 16px;
}

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

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

.QuickView .button-group.switch a.secondary:hover {
    color: var(--deep-carrot) !important;
}

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

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

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

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

.QuickView .qv_loader {
    height: 375px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.QuickView:not(.inlineModal) .ProductOption.mobile:not(.icons) ul li.selected>a.show-popup span {
    display: none !important;
}

.QuickView:not(.inlineModal) .ProductOption.mobile:not(.icons) ul li.selected>a.show-popup {
    padding: 8px 9px 9px 9px !important;
    border: 2px solid #000000 !important;
}

.QuickView .QVModal {
    padding: 1em;
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
}

.QuickView-PopUp {
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    min-height: 84px;
}

.QVModal .costco-info-wrapper {
    margin: 0;
}

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

.QVModal .DesignerName .DesignedBy {
    margin-right: 4px;
}

.QuickView .ProductOption:not(.icons) ul li {
    height: inherit;
}

.QuickView:not(.inlineModal) .ProductOption.mobile:not(.icons) ul li.selected>a.show-popup span:after {
    display: none;
}

.QVModal .SubTotal {
    display: flex;
    margin: auto;
    align-items: center;
    flex-flow: inherit;
}

.subTotalSection {
    display: flex;
}

.QuickView .QVModal .QuickViewBottom {
    width: 100%;
    display: flex;
}

.QuickViewButton .Promo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.QuickView .QVModal .SubTotal .PriceSection {
    flex: auto;
    margin-left: auto;
    margin-right: 20px;
    display: flex;
}

.QuickView .QVModal .PriceSection .PriceValue {
    margin-right: 20px;
    margin-left: auto;
}

.QuickView .subTotalSection {
    border-top: 1px solid #ddd;
}

.QuickView .ProductOption ul li a .Icon.SelectedTick {
    width: 12px;
    height: 12px;
    position: absolute;
    top: -6px;
    right: -6px;
}

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

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

.QuickView .ProductOption .option-wrapper .close {
    display: none;
}

.QuickView .ProductOption.PAPER_TYPE.full-width ul li {
    width: 300px !important;
}

.QuickView .QVModal .ProductOption.PAPER_TYPE.full-width ul li {
    width: 100% !important;
}

.QuickView-Heading {
    width: 80%;
    display: flex;
    flex-direction: column;
}

.more-details-wrapper:has(.added-details.photos),
.more-details-wrapper:has(.product-review-bar) {
    margin-top: 3px;
}

.QuickView-Heading .more-details-wrapper {
    display: flex;
    align-items: center;
}

.QuickView-Heading .more-details-wrapper .reviewRating {
    margin: 0px;
}

.QuickView .QVModal .button-group {
    flex-flow: row;
}

.QVModal .poupNooption {
    margin: auto;
}

.QVModal .popupBody {
    overflow-y: auto;
    display: flex;
    flex-flow: row nowrap;
    height: 570px;
}

.QVModal .popUpbottom {
    display: flex;
    border-top: 1px solid #ddd;
    align-items: center;
}

.QuickView .QVModal .QuickViewBottom .Promo {
    min-height: unset;
    margin: auto 0 auto 35px;
}

.QuickView:not(.inlineModal) .Carousel>a.prev:before {
    transform: translate(8px, 7px) rotate(136deg);
}

.QuickView:not(.inlineModal) .Carousel>a:before {
    content: '';
    height: 0;
    width: 0;
    border: solid var(--text-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px 4px;
    position: absolute;
}

.QuickView:not(.inlineModal) .Carousel.slide a.prev,
.QuickView:not(.inlineModal) .Carousel.slide a.next {
    top: 90%;
}

.QuickView:not(.inlineModal) .Carousel a.prev,
.QuickView:not(.inlineModal) .Carousel a.next {
    height: 24px;
}

.QuickView:not(.inlineModal) .Carousel>a.next:before {
    transform: translate(4px, 7px) rotate(-45deg);
}

.QuickView:not(.inlineModal) .Carousel .navigation>div {
    grid-gap: 26px;
    gap: 26px;
}

@media (max-width: 896px) {
    .QuickView.inline .price-section {
        flex-wrap: wrap;
    }

    .QuickView .button-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .QuickView .buy-now.button {
        margin: 0;
    }
}

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

.inlineModal .ProductOption.mobile:not(.icons)>ul>li:not(.selected),
.inlineModal .ProductOption.mobile:not(.icons)>ul>li>ul>li:not(.selected),
.inlineModal .ProductOption.mobile:not(.icons) ul li.selected>a:not(.popup) {
    display: none;
}

.inlineModal .ProductOption.mobile:not(.icons) ul li.selected>a.show-popup {
    display: flex;
    color: #58595b;
    font-family: var(--sf-font-sohne-b);
    position: relative;
    padding: 2px 9px 9px 0;
    flex-flow: row nowrap;
    border: none !important;
}

.inlineModal .ProductOption.mobile:not(.icons) ul li.selected>a.show-popup span {
    display: flex;
    flex: 0 0 auto;
    height: 22px;
    width: 22px;
    margin-left: 3px;
    border-radius: 2px;
}

.inlineModal.inline .price-section {
    align-items: flex-end;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.inlineModal.inline .price-section.new-cards-price-view {
    border-bottom: none; 
    flex-direction: column;
    align-items: initial;
}

.inlineModal .QuickViewBottom {
    order: 2;
}

.inlineModal.inline .details:before {
    border-left: solid 1px #dedfe0;
    height: calc(100% - 40px);
    position: absolute;
    content: '';
    margin-left: -20px;
}

.inlineModal .button-group {
    margin: 16px 0;
}

.reviewRating {
    display: inline-block;
    margin-top: 7px;
    padding-top: 3px;
    line-height: 33px;
    margin-left: 50px;
    vertical-align: bottom;
}

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

.QuickView:not(.inlineModal) .QVModal {
    width: 952px;
    height: 740px;
}

.QuickView.inlineModal .Carousel.slide .navigation {
    display: none;
}

@media (min-width: 1200px) {
    .QuickView.inline .QVModal .preview {
        min-width: 500px;
    }
}

@media (min-width: 992px) and (max-height: 768px) {
    .QuickView:not(.inlineModal) .QVModal {
        height: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .QuickView.inline .store-h2 {
        font-size: 24px;
        line-height: 37px;
    }

    .QuickView:not(.inlineModal) .QVModal {
        width: 856px;
    }

    .QuickView:not(.inlineModal) .added-details.photos {
        font-size: 14px;
        line-height: 21px;
        margin: 0 24px 0 0px;
    }

    .QuickView:not(.inlineModal) section.options .ProductOption label {
        margin-bottom: 13px;
    }
}

.QuickView:not(.inlineModal) .Carousel.slide a.next {
    right: 35px;
}

.QuickView:not(.inlineModal) .Carousel.slide a.prev {
    left: 35px;
}

.QVModal:not(.inlineModal) .popUpbottom {
    padding: 21px 0;
}

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

.QuickView.inline .preview {
    max-width: 100%;
    background: #fff;
    border-radius: 0;
    border-bottom: none;
    padding: 20px;
    margin-left: -7px;
}

.QuickView:not(.inlineModal) .Carousel.slide a.disabled {
    opacity: 0.5;
}

@media (min-width: 992px) and (max-width: 1600px) {
    .QVModal .popUpbottom {
        margin-top: auto;
        max-height: 84px;
    }
}
.sf-modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10001;
    overflow-y: auto;
}

.sf-modal {
    border-radius: 10px;
    display: flex;
    position: absolute;
    /* this is used for positioning close button */
    background: #fff;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sf-modal.large {
    width: 820px;
    height: 360px;
}

.sf-modal.xlarge {
    width: 845px;
    height: 546px;
}

.sf-modal.xxlarge {
    width: 1086px;
    height: 589px;
}

.sf-modal .close-button {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    --height: 2px;
    --width: 20px;
    z-index: 9999;
}

.sf-modal .close-button::after,
.sf-modal .close-button:focus::after {
    content: '';
    position: absolute;
    width: var(--width);
    height: var(--height);
    background-color: #58595B;
    top: calc(50% - (var(--height) * 0.5));
    right: calc(50% - (var(--width) * 0.5));
    transform: rotate(45deg);
}

.sf-modal .close-button::before,
.sf-modal .close-button:focus::before {
    content: '';
    position: absolute;
    width: var(--height);
    height: var(--width);
    right: 1px;
    background-color: #58595B;
    top: calc(50% - var(--width) * 0.5);
    right: calc(50% - var(--height) * 0.5);
    transform: rotate(45deg);
}

.sf-modal .close-button:focus {
    outline: solid 1px var(--deep-carrot);
    outline-offset: 1px;
}

.sf-modal .close-button .icon.close {
    width: 15px;
}

.sf-modal.half {
    height: 50%;
    border-radius: 0;
    bottom: 0;
}

@media (max-width: 768px) {
    .sf-modal {
        width: 100vw;
        height: 500px;
        bottom: 0;
        border-radius: 0;
        padding: 0;
    }

    .sf-modal .close-button {
        top: -40px;
    }

    .sf-modal .close-button:after {
        background-color: #FFF;
    }

    .sf-modal .close-button:before {
        background-color: #FFF;
    }

    .add-to-cart-success-modal-wrapper .close-button {
        top: 4px;
    }

    .add-to-cart-success-modal-wrapper .close-button:after {
        background-color: #58595B;
    }

    .add-to-cart-success-modal-wrapper .close-button:before {
        background-color: #58595B;
    }
}

.add-to-cart-success-modal-wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

@media (max-width: 375px) {
    .sf-modal {
        bottom: 0;
        top: auto;
        left: auto;
    }

    .add-to-cart-success-modal-wrapper {
        width: 343px;
        border-radius: 8px 8px 0 0;
        position: fixed;
        top: auto;
        left: 50%;
    }

    .add-to-cart-success-modal-wrapper .close-button {
        top: 4px;
        right: 16px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 992px) and (orientation: landscape) {
    .sf-modal {
        bottom: 0;
        top: auto;
        left: auto;
    }

    .add-to-cart-success-modal-wrapper {
        width: 375px;
        border-radius: 8px 8px 0 0;
        position: fixed;
        top: auto;
        left: 50%;
    }

    .add-to-cart-success-container {
        margin-top: 10px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .sf-modal {
        bottom: 0;
        top: auto;
    }

    .add-to-cart-success-modal-wrapper {
        width: 375px;
        border-radius: 8px 8px 0 0;
        position: fixed;
        top: auto;
        left: 50%;
    }

    .add-to-cart-success-container {
        margin-top: 10px;
    }
}

@media (min-width: 376px) and (max-width: 768px) {
    .add-to-cart-success-modal-wrapper {
        width: 360px;
        border-radius: 8px 8px;
        position: fixed;
        top: auto;
    }
}
.toggle-wrap>label {
    display: flex;
    text-transform: uppercase;
    font-family: var(--sf-font-sohne-sb);
    color: #757779;
    margin: 0 0 8px 0;
    flex: 0 0 auto;
}

.details:has(.toggle-wrap) .options .WALLART_MATERIAL {
    display: none;
}

.toggle-component {
    display: flex;
}

.toggle-checkbox {
    height: 0;
    width: 0;
    visibility: hidden;
}

.toggle-option-label {
    color: #6a707c;
    font-family: var(--sf-font-sohne);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
}

.toggle-option-label.active {
    color: var(--gray-medium);
    font-family: var(--sf-font-sohne-b);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
}

.toggle-component:hover {
    cursor: pointer;
}

.toggle-label:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11),
        0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.toggle-label:focus {
    outline: 1px solid var(--deep-carrot);
}

.toggle-label.off:active {
    background: linear-gradient(90deg, #d8d8d8 0%, #6b6969 100%);
}

.toggle-label.on:active {
    background: linear-gradient(90deg, #6b6969 0%, #d8d8d8 100%);
}

.toggle-label {
    display: flex;
    height: 22px;
    width: 44px;
    border-radius: 11px;
    background-color: #dbdde1;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    margin: 0 8px !important;
}

.toggle-label .toggle-slider {
    box-sizing: border-box;
    height: 16px;
    width: 16px;
    border: 2px solid var(--gray-medium);
    background-color: var(--color-white);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 45px;
    transition: 0.5s;
}

.toggle-label .toggle-slider.selected {
    left: 24px;
}

.toggle-component.disabled {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}

.toggle-label.on span.toggle-slider-selected {
    transform: translateX(-20%);
    transition: left ease 0.5s;
}

.toggle-checkbox:checked+.toggle-label .toggle-slider {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.toggle-label:active .toggle-button {
    width: 60px;
}

.store-toggle-component {
    display: flex;
}
.partner-info-wrapper {
    display: flex;
    margin: 8px 0 16px 0;
}

.partner-info-wrapper .info-icon {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.partner-info-wrapper .info-icon path {
    fill: #5B7491;
}

.partner-info-wrapper .partner-info-text {
    color: #5B7491;
    font-family: var(--sf-font-sohne-md);
    position: relative;
    display: flex;
}

.partner-info-wrapper .partner-info-text .discount {
    text-decoration: underline;
}

.partner-info-text .costco-tooltip {
    position: absolute;
    padding: 12px;
    background-color: #fff;
    border: 1px solid #DCDEE1;
    border-radius: 0.286rem;
    font-family: var(--sf-font-sohne);
    color: var(--text-color-fog);
    letter-spacing: 0;
    line-height: 21px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.partner-info-text .costco-tooltip::before,
.partner-info-text .costco-tooltip::after {
    content: "";
    position: absolute;
    border-left: 0.714rem solid transparent;
    border-right: 0.714rem solid transparent;
    bottom: 100%;
    left: 50%;
    font-size: 1rem;
    transform: translateX(-50%);
}

.partner-info-text .costco-tooltip::before {
    border-bottom: 0.714rem solid var(--slate-gray);

}


.partner-info-text .costco-tooltip::after {
    border-bottom: 0.714rem solid var(--white);
    margin-bottom: -0.143rem;

}

@media screen and (max-width: 375px) {
    .partner-info-text .costco-tooltip {
        max-width: 22rem;
        left: 46%;
    }
}

a.close-costco-tooltip {
    display: none;
    position: absolute;
    top: 6px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    --height: 2px;
    --width: 20px;
    color: transparent !important;
    overflow: hidden;
    z-index: 999;
    background: hsla(0, 0%, 100%, .8);
    border-radius: 100%;
    right: 0;
    left: auto;
    margin: 8px;
}

a.close-costco-tooltip:before {
    content: "";
    position: absolute;
    background-color: var(--text-color);
    transform: rotate(45deg);
    width: var(--height);
    height: var(--width);
    top: calc(50% - var(--width)*0.5);
    right: calc(50% - var(--height)*0.5);
}

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

@media screen and (max-width: 768px) {
    a.close-costco-tooltip {
        display: block;
    }

    .costco-tooltip p {
        margin-right: 15px;
    }
}
.PriceRange {
    padding-top: 22px;
    padding-bottom: 22px;
    position: relative;
    display: flex;
    align-items: center;
}

.CollapsibleContent .PriceRange {
    padding-top: 15px;
    padding-bottom: 15px;
}

.PriceRange .min {
    height: 36px;
    width: 36px;
}

.PriceRange .max {
    height: 36px;
    width: 36px;
}

.input-dollor {
    position: relative;
}

.input-dollor.left input {
    padding: 0 15px;
}

.input-dollor:before {
    position: absolute;
    top: 0;
    content: "$";
}

.input-dollor.left:before {
    left: 11px;
    top: 7px;
}

.PriceRange .minError {
    border: 2px solid #CC0000;
}

.PriceRange .minError .min {
    height: 34px;
    width: 34px;
}

.PriceRange .minError .max {
    height: 34px;
    width: 34px;
}

.PriceRange .minError legend,
.PriceRange .maxError legend {
    color: #CC0000;
}

.PriceRange .button {
    margin: 0px 5px;
    vertical-align: middle;
}

.PriceRange .clearResult {
    color: #585B58;
    font-family: var(--sf-font-sohne);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    display: inline;
    margin: 0;
    padding: 0 3px;
}

.PriceRange .clearResult:hover {
    border-radius: 4px;
    background-color: #585B58;
    color: #fff;
    text-decoration: none;
}

.PriceRange .error-msg {
    color: #CC0000;
    font-family: var(--sf-font-sohne-md);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    position: absolute;
    margin-top: 55px;
}

.PriceRange .error-msg-hide {
    display: none;
}

.PriceRange fieldset {
    border: solid 1px #929497;
    margin: 0;
    border-radius: 4px;
    min-width: auto;
    padding: 0 8px;
    display: inline;
    position: relative;
    height: 36px;
    font-size: 14px;
    font-family: var(--sf-font-sohne);
    box-sizing: border-box;
    vertical-align: middle;
}

.PriceRange .to {
    padding: 0 4px;
}

.PriceRange fieldset legend {
    width: auto;
    margin: 0;
    font-size: 12px;
    color: #757579;
    position: absolute;
    top: 50%;
    z-index: 1;
    background: #fff;
    padding: 0 3px;
    border-radius: 4px;
    transition: top 100ms;
    transform: translateY(-50%);
}

.PriceRange fieldset input {
    border: none;
    background: none;
    z-index: 2;
    position: relative;
    outline: none;
    height: 36px;
}

.PriceRange fieldset input:focus+legend,
.PriceRange fieldset input.has-value+legend {
    top: -10%;
}

@media screen and (max-width: 480px) {
    .input-dollor.left:before {
        top: 9px;
    }
}
.ProductOption {
    display: flex;
    flex-flow: column nowrap;
    margin: 12px 5px 12px 0;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

@media screen and (max-width: 480px) {
    .ProductOption {
        margin: 8px 5px 8px 0;
    }

}

.ProductOption.single-option {
    margin: 0;
}

.ProductOption.disabled,
.ProductOption .disabled {
    opacity: 0.4;
    pointer-events: none;
}

.ProductOption>label {
    display: flex;
    text-transform: uppercase;
    font-family: var(--sf-font-sohne-b);
    color: #757779;
    margin: 0 0 8px 0;
    flex: 0 0 auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
}

.ProductOption>label .learn-more,
.ProductOption>.mobile-options.show .mobile-options-label .learn-more {
    margin-left: 20px;
    text-transform: none;
    font-weight: normal;
    text-decoration: underline;
    font-family: var(--sf-font-sohne);
    cursor: pointer;
}

.ProductOption.icons>label {
    margin: 0 40px 0 0;
}

.ProductOption .optionExtraPrice {
    font-size: 12px;
    white-space: nowrap;
    align-self: center;
    color: #6a707c;
    color: var(--neutrals-fog, #6a707c);
    font-family: var(--sf-font-sohne);
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.ProductOption ul {
    display: flex;
    flex-flow: row wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    grid-gap: 12px 8px;
    gap: 12px 8px;
}

.ProductOption ul li {
    display: flex;
    flex-flow: column nowrap;
    flex: 0 0 auto;
    padding: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    box-sizing: border-box;
}

.ProductOption:not(.icons) ul li {
    height: 36px;
}

.ProductOption.chicklet-1:not(.no-icon) .option-wrapper ul li,
.ProductOption.chicklet-1:not(.no-icon) .option-wrapper ul li span.react-loading-skeleton {
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    min-width: 85px;
}

.ProductOption.chicklet-1:not(.no-icon) .option-wrapper ul li a {
    display: flex;
    padding: 8px 10px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #dbdde1;
    border: 1px solid var(--neutrals-slate, #dbdde1);
    background: #fff;
    height: 100%;
}

.ProductOption.chicklet-1:not(.no-icon) .option-wrapper ul li span.react-loading-skeleton {
    display: flex;
    padding: 8px 10px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #dbdde1;
    border: 1px solid var(--neutrals-slate, #dbdde1);
    height: 100%;
}

.ProductOption.chicklet-1:not(.no-icon) .option-wrapper ul li a .Icon:not(.SelectedTick) {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 8px;
    gap: 8px;
}

.ProductOption:not(.chicklet-2) ul li a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 9px 10px 10px 10px;
    color: var(--gray-medium);
    border: 1px solid #929497;
    border-radius: 4px;
    text-decoration: none;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
}

.ProductOption:not(.icons) ul li a {
    margin: 1px;
    position: relative;
}

.ProductOption ul li a:hover {
    color: var(--gray-medium);
    text-decoration: none;
}

.ProductOption:not(.icons) ul li a:not(.show-popup):hover {
    border: 2px solid var(--gray-medium);
    color: var(--gray-medium);
    margin: 0px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.ProductOption ul li.PBSizeIcon:not(.selected):not(.disabled) a span {
    opacity: 0.3;
}

.ProductOption ul li.PBSizeIcon:not(.selected):not(.disabled) a:hover span {
    opacity: 1;
}

.ProductOption ul li.PBSizeIcon a:focus:before,
.ProductOption:not(.icons) ul li a:not(.show-popup):focus:after {
    position: absolute;
    content: '';
    border: solid 1px var(--deep-carrot);
    width: 100%;
    height: 100%;
    padding: 3px;
    border-radius: 4px;
}


.ProductOption:not(.icons) ul li a:not(.show-popup):active {
    background: rgba(0, 0, 0, 0.1);
}

.ProductOption li:not(.selected):not(.disabled):hover>a[href*='FRAME_'],
.ProductOption li:not(.selected):not(.disabled):hover>a {
    border-color: #757779;
}

.ProductOption ul li.selected>a {
    padding: 8px 9px 9px 9px;
    color: var(--gray-medium);
    border: 2px solid var(--gray-medium);
    font-family: var(--sf-font-sohne-sb);
    font-weight: unset;
}

.ProductOption:not(.icons) ul li.selected>a:not(.show-popup) {
    margin: 0px;
}

.ProductOption:not(.icons) ul li.selected>a:not(.show-popup):focus:after {
    padding: 4px;
}

.ProductOption.WALL_CANVAS_FRAME_COLOR ul li.iconOption>a {
    font-size: var(--font-size-small);
}

.ProductOption ul li.iconOption:not(.selected):not(.disabled):hover .Icon[class*='frame-'] {
    border-radius: 0;
}

.ProductOption ul li.disabled>a {
    cursor: default;
}

.ProductOption ul li.iconOption:not(.PBSizeIcon) {
    width: 60px;
}

.ProductOption ul li.PBSizeIcon:not(.selected):not(.disabled) a:hover {
    border: 2px solid var(--gray-medium);
    color: var(--gray-medium);
    padding: 8px 9px 9px 9px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.ProductOption ul li.iconOption .Icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    box-sizing: border-box;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin: 0 0 3px 0;
    padding: 0;
}

.ProductOption ul li.PBSizeIcon .Icon {
    width: 58px;
    height: 58px;
}

.ProductOption ul li.iconOption:not(.PBSizeIcon) .Icon svg {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
}

.ProductOption ul li.iconOption .Icon[class*='frame-'] svg {
    width: 20px;
    height: 20px;
}

.ProductOption ul li.iconOption .Icon[class*='frame-'] {
    width: auto;
    height: auto;
    margin-bottom: 9px;
    border: 1px solid #dcdee1;
    border-radius: 0;
}

.ProductOption ul li.iconOption:not(.PBSizeIcon).selected .Icon {
    box-shadow: none;
    box-shadow: 0px 0px 0px 2px var(--gray-medium);
}

.ProductOption ul li.iconOption:not(.PBSizeIcon):not(.disabled):hover .Icon {
    box-shadow: 0px 0px 0px 2px var(--gray-medium);
}

.ProductOption ul li.iconOption:not(.PBSizeIcon):active .Icon {
    background: rgba(0, 0, 0, 0.1);
}

.ProductOption ul li.iconOption:not(.PBSizeIcon) a {
    border: none;
    font-size: 12px;
    line-height: 12px;
    text-transform: capitalize;
    padding: 0;
    position: relative;
}

.ProductOption ul li.iconOption a:focus {
    outline: none;
}

.ProductOption ul li.PBSizeIcon a {
    position: relative;
}

.ProductOption ul li.iconOption:not(.PBSizeIcon) a:focus .Icon:before {
    position: absolute;
    content: '';
    border: solid 1px var(--deep-carrot);
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 100%;
}

.ProductOption ul li.iconOption a:focus .Icon[class*='frame-']:before {
    border-radius: 0;
    width: 26px;
    height: 26px;
}

.ProductOption ul li a.show-popup {
    display: none;
}

.ProductOption ul.popup {
    display: none;
}

.ProductOption.mobile {
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    margin: 0;
}

.ProductOption.mobile label {
    font-weight: 400;
    font-size: var(--font-size-tiny);
    line-height: 14px;
    margin: 0;
}

.ProductOption.mobile:not(.icons) ul li.selected>a.show-popup {
    display: flex;
    border: none;
    color: #58595b;
    font-family: var(--sf-font-sohne-md);
    position: relative;
    padding: 2px 9px 9px 0;
    flex-flow: row nowrap;
}

.ProductOption.mobile:not(.icons) ul li.selected>a.show-popup span:after {
    --size: 6px;
    content: '';
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-top: var(--size) solid #58595b;
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    right: -1px;
    transform: translate(-15px, 9px);
}

.ProductOption.mobile:not(.icons) ul li.selected>a.show-popup span {
    display: flex;
    flex: 0 0 auto;
    height: 22px;
    width: 22px;
    margin-left: 3px;
    border-radius: 2px;
}

.ProductOption.mobile:not(.icons) ul li.selected>a.show-popup:active span,
.ProductOption.mobile:not(.icons) ul li.selected>a.show-popup:hover span {
    background-color: #edeef1;
}

.ProductOption.mobile .DropDown {
    font-weight: 400;
    font-size: var(--font-size-tiny);
    font-family: var(--sf-font-sohne-sb);
    line-height: 14px;
    color: #757779;
}

.ProductOption.mobile .DropDown .arrowIcon {
    margin: 4px 0 0 7px;
}

.ProductOption.colorOption.mobile .DropDown {
    color: var(--text-color);
    font-family: var(--sf-font-sohne-md);
    font-size: 14px;
    margin: 7px 9px 9px 0;
    text-transform: none;
}

.PopUp ul.option-popup {
    display: flex;
    flex-flow: column nowrap;
    margin: 0;
    padding: 0;
}

.PopUp ul.icon-popup {
    flex-flow: row wrap;
    grid-gap: 16px;
    gap: 16px;
    padding: 16px;
}

.PopUp ul.option-popup li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    padding: 0;
}

.PopUp ul.option-popup li:not(.disabled):hover {
    background-color: #ebedf0;
}

.PopUp ul.option-popup li a {
    padding: 9px 49px 10px 49px;
    white-space: nowrap;
    text-decoration: none;
    color: #58595b;
    border: none;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    font-family: var(--sf-font-sohne-sb);
}

.PopUp ul.icon-popup li a {
    display: flex;
    flex-flow: column nowrap;
    padding: 9px 10px 10px 10px;
    color: var(--gray-medium);
    border: 1px solid #929497;
    border-radius: 4px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    flex: 1 1 auto;
}

.PopUp ul.option-popup.icon-popup li.selected a {
    padding: 8px 9px 9px 9px;
    border: 2px solid var(--gray-medium);
}

.PopUp ul.option-popup.icon-popup li.selected a span {
    font-family: var(--sf-font-sohne-sb);
}

.PopUp ul.option-popup:not(.icon-popup) li.iconOption a {
    padding: 9px 17px;
}

.PopUp ul.option-popup li a:focus {
    color: var(--deep-carrot);
    box-shadow: inset 0px 0px 0px 2px var(--deep-carrot);
}

.PopUp ul.option-popup.icon-popup li:not(.selected) a {
    opacity: 0.6;
}

.PopUp ul.option-popup.icon-popup li a svg {
    position: absolute;
    bottom: 0px;
    margin: auto;
    left: 0;
    right: 0;
}

.PopUp ul.option-popup.icon-popup li:not(.selected) a span {
    font-family: var(--sf-font-sohne);
}

.PopUp ul.option-popup li.disabled a {
    opacity: 0.4;
}

.PopUp ul.option-popup span.LabelText {
    margin-left: 7px;
}

.PopUp ul.option-popup li.selected:not(.iconOption) a:before {
    content: '';
    position: absolute;
    height: 14px;
    width: 8px;
    left: 20px;
    transform: rotate(35deg) scale(0.7);
    border: solid #58595b;
    border-width: 0 3px 3px 0;
    box-sizing: border-box;
}

.PopUp ul.icon-popup li .Icon {
    width: 58px;
    height: 64px;
    position: relative;
}

.PopUp ul li.iconOption:not(.selected):not(.disabled):hover .Icon[class*='frame-'] {
    border-radius: 0;
}

.PopUp ul li.iconOption .Icon[class*='frame-'] svg {
    width: 20px;
    height: 20px;
}

.PopUp ul li.iconOption .Icon[class*='frame-'] {
    width: auto;
    height: auto;
    border: 1px solid #dcdee1;
    border-radius: 0 !important;
}

.product-color-swatches {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    min-height: 28px;
    z-index: 20;
}

.pcs-skeleton {
    grid-gap: 3px;
    gap: 3px;
}

.product-color-swatches:hover {
    z-index: 30;
}

.product-color-swatches .product-color-swatch.selected,
.product-color-swatches .product-color-swatch:not(.dynamiccolor):hover {
    border: 2px solid var(--gray-medium);
}

.product-color-swatches .product-color-swatch {
    position: relative;
    border: 2px solid transparent;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    margin-right: 2px;
}

.product-color-swatches .product-color-swatch.dynamiccolor {
    width: auto;
    cursor: default;
}

.product-color-swatches .product-color-swatch.dynamiccolor .dynamiccolor_wrapper {
    white-space: nowrap;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 2px;
}

.product-color-swatches .product-color-swatch.dynamiccolor .dynamiccolor_wrapper .Icon {
    display: inline;
}

.product-color-swatches .product-color-swatch.dynamiccolor .tooltip-text {
    margin-left: 5px;
    line-height: 28px;
    font-size: 12px;
    font-family: var(--sf-font-sohne-md);
}

.product-color-swatches .product-color-swatch.dynamiccolor .Icon svg {
    height: 28px;
}

.product-color-swatches .product-color-swatch input:focus+.swatch {
    outline: solid 1px var(--deep-carrot);
    outline-offset: 2px;
}

.product-color-swatches .product-color-swatch.selected input:focus+.swatch {
    outline-offset: 6px;
}

.product-color-swatches .product-color-swatch .product-color-tooltip {
    opacity: 0;
    font-size: 13px;
    font-family: var(--sf-font-sohne);
    border: 1px solid var(--gray-dark);
    margin-left: -14px;
    margin-top: 30px;
    pointer-events: none;
    position: absolute;
    width: auto;
    background-color: var(--color-white);
    padding: 10px;
    z-index: 300;
    text-align: left;
    border-radius: 5px;
    transition: opacity 0s linear 0.5s;
}

.product-color-swatches .product-color-swatch .product-dyna-color-tooltip {
    width: 240px;
}

.product-color-swatches .product-color-swatch:hover .product-color-tooltip {
    opacity: 1;
}

.product-hidden-input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 0;
    width: 0;
    opacity: 0;
    margin: auto;
}

.product-color-swatch .multiColor {
    background: linear-gradient(135deg,
            #a82dd8,
            #6aa8dd 17%,
            #70e5b2 33%,
            #bced42 50%,
            #ede740 66%,
            #e88e4a 83%,
            #e54040);
}

.product-color-swatch>span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    content: '';
    border: 1px solid var(--gray-dark);
    box-sizing: border-box;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    flex-shrink: 0;
}

.product-color-swatch.none>span:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 26px;
    background: #c6c7c9;
    left: 50%;
    transform: rotate(135deg);
}

.ProductOption .product-color-swatch.dynamiccolor>span {
    border: none;
}

.color-swatch.dynamiccolor>.Icon.dynamiccolor {
    width: 24px;
    height: 24px;
    margin-top: 0px;
}

.product-color-swatches .product-color-swatch .product-color-tooltip p {
    margin: 0;
    padding: 0;
}

.arrow.top:before {
    position: absolute;
    top: -9px;
    right: calc(50% - 8px);
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    z-index: -1;
    content: '\00a0';
    background-color: var(--color-white);
    display: inline-block;
    border-color: var(--gray-dark);
    border-style: solid;
    border-width: 1px 0 0 1px;
}

.arrow.DynaColorTop:before {
    right: 223px;
}

.ProductOption .option-wrapper {
    width: 100%;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .ProductOption {
        flex-flow: column nowrap;
    }

    .ProductOption.icons>label,
    .ProductOption>label {
        margin: 0 0 16px 0;
    }

    .ProductOption.single-option label {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .ProductOption {
        flex-flow: column;
        align-items: flex-start;
        justify-content: center;
    }

    .ProductOption.icons>label,
    .ProductOption>label {
        font-weight: 400;
        font-size: var(--font-size-tiny);
        line-height: 14px;
        margin: 0 0 10px 0;
    }

    .ProductOption>ul>li.PBSizeIcon:not(.selected),
    .ProductOption:not(.icons)>ul>li:not(.selected) {
        display: none;
    }

    .ProductOption>ul>li>ul>li.PBSizeIcon:not(.selected),
    .ProductOption:not(.icons)>ul>li>ul>li:not(.selected) {
        display: none;
    }

    .ProductOption ul li.PBSizeIcon.selected>a:not(.popup),
    .ProductOption:not(.icons) ul li.selected>a:not(.popup) {
        display: none;
    }

    .ProductOption ul li.PBSizeIcon.selected>a.show-popup,
    .ProductOption:not(.icons) ul li.selected>a.show-popup {
        display: flex;
        border: none;
        color: #58595b;
        font-family: var(--sf-font-sohne-md);
        position: relative;
        padding: 8px 9px 9px 0;
        flex-flow: row nowrap;
    }

    .ProductOption ul li.PBSizeIcon.selected>a.show-popup span:after,
    .ProductOption:not(.icons) ul li.selected>a.show-popup span:after {
        --size: 6px;
        content: '';
        border-left: var(--size) solid transparent;
        border-right: var(--size) solid transparent;
        border-top: var(--size) solid #58595b;
        width: 0;
        height: 0;
        display: inline-block;
        position: absolute;
        right: -1px;
        transform: translate(-15px, 9px);
    }

    .ProductOption ul li.PBSizeIcon.selected>a.show-popup span,
    .ProductOption:not(.icons) ul li.selected>a.show-popup span {
        display: flex;
        flex: 0 0 auto;
        height: 22px;
        width: 22px;
        margin-left: 3px;
    }

    .ProductOption ul li.PBSizeIcon.selected>a.show-popup:active span,
    .ProductOption ul li.PBSizeIcon.selected>a.show-popup:hover span .ProductOption:not(.icons) ul li.selected>a.show-popup:active span,
    .ProductOption:not(.icons) ul li.selected>a.show-popup:hover span {
        background-color: #edeef1;
    }

    .PopUp ul.option-popup li a:focus {
        color: var(--gray-medium);
        box-shadow: none;
    }
}

@media screen and (max-width: 480px) {
    .ProductOption>label {
        font-size: var(--font-size-default);
    }
}

.color-option-tooltip {
    padding: 10px;
    font-size: 13px;
}

.product-color-swatch .arrow.top:before {
    left: 22px;
}

.ProductOption>label span:first-of-type {
    font-family: var(--sf-font-sohne-b);
}

.ProductOption>label .colorLabel {
    color: #58595b;
}

.ProductOption>label .selectedValue {
    text-transform: none;
    margin-left: 8px;
    color: #2d3137;
}

.ProductOption>label .selectedOptPrice {
    font-family: var(--sf-font-sohne-md);
    text-transform: none;
    margin-left: 8px;
    font-size: 12px;
}

.ProductOption.hide-material {
    display: none;
}

.product-color-swatch:hover .color-tooltip .optionExtraPrice {
    display: inline;
}

@media (max-width: 480px) {
    .product-color-swatches .product-color-swatch.dynamiccolor .tooltip-text {
        font-family: var(--sf-font-sohne);
    }

}

@media (max-width: 991px) {
    .thumbnail.thumb-redesign .color-swatch.dynamiccolor>.Icon.dynamiccolor {
        width: 22px;
        height: 22px;
    }

    .color-option-tooltip {
        font-family: var(--sf-font-default);
        line-height: 21px;
        color: #242F16;
    }
}
.PBPip .product-review-bar,
.QuickView.inline .product-review-bar {
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    min-height: 18px;
    flex-wrap: wrap;
}
.PBPip .new-product-info .product-review-bar{
    flex-wrap: nowrap;
}
.QuickView.inline .QVModal .product-review-bar {
    grid-gap: 8px;
    gap: 8px;
}

.PBPip .product-review-bar>a,
.QuickView.inline .product-review-bar>a {
    color: var(--gray-medium);
    font-family: var(--sf-font-sohne-b);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    text-decoration: underline;
}

.PBPip .product-review-bar>span,
.QuickView.inline .product-review-bar>span {
    color: var(--gray-medium);
    font-family: var(--sf-font-sohne-b);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
}

@media (max-width: 375px) {


    .QuickView.inline .product-review-bar {
        flex-wrap: nowrap;
        grid-gap: 12px;
        gap: 12px;
    }
    .PBPip .product-review-bar{
        grid-gap: 10px;
        gap: 10px;
    }
}

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

    .PBPip .product-review-bar,
    .QuickView.inline .product-review-bar {
        grid-gap: 10px;
        gap: 10px;
    }
}
.SubTotal {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    flex: 1 1;
    margin-top: 16px;
}

.SubTotal:has(.partner-info-wrapper) .AfterPay {
    order: 2;
}

@media screen and (max-width: 767px) {
    .PBPip .SubTotal.loading {
        margin: 0;
    }
}

.new-product-info .SubTotal {
    margin-top: 12px;
}

.subtotal.skeleton span {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .SubTotal {
        margin-top: 0;
    }
}

.AfterPay-skeleton {
    height: 25px;
    position: relative;
}

.QuickViewBottom .AfterPay-skeleton {
    height: 50px;
}

.SubTotal.loading.mobile .QuickViewBottom .AfterPay-skeleton {
    height: 25px;
}

.AfterPay-skeleton span.react-loading-skeleton {
    position: absolute;
}

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

    .QuickViewBottom .AfterPay-skeleton,
    .SubTotal.loading.mobile .QuickViewBottom .AfterPay-skeleton {
        height: 50px;
    }
}

@media screen and (min-width: 992px) {
    .QuickViewBottom .AfterPay-skeleton {
        height: 25px;
    }
}



.SubTotal .PriceSection {
    flex: 0 1 100%;
}

.SubTotal.NewPricingView {
    grid-gap: 8px;
    gap: 8px;
}

.SubTotal .PriceValue {
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--sf-font-sohne);
    line-height: 28px;
}

.SubTotal .PriceValue.NewCards {
    display: flex;
    flex-flow: column nowrap;
    font-family: var(--sf-font-default);
}

.SubTotal .PriceValue.NewCards span {
    font-size: 16px;
    font-weight: 400;
}

.SubTotal .PriceValue.NewCards .PriceValueOriginal span {
    font-size: 20px;
    display: contents;
    font-weight: 600;
    text-transform: lowercase;
    color: #595855;
}

.SubTotal .PriceValue.NewCards .PriceValueRegular span {
    font-size: 16px;
    display: contents;
    font-weight: 400;
    text-transform: lowercase;
    color: #595855;
}

.SubTotal .PriceValue.NewCards .PriceValueDiscounted span {
    font-size: 20px;
    display: contents;
    font-weight: 600;
    text-transform: lowercase;
    color: #D74012;
}

.SubTotal .PriceValue.NewCards .PriceValueDiscounted {
    font-weight: 600;
    font-size: 24px;
    color: #D74012;
    line-height: 30px;
}

.SubTotal .PriceValue.NewCards .PriceValueOriginal {
    font-weight: 600;
    font-size: 24px;
    color: #595855;
    line-height: 30px;
}

.SubTotal .PriceValue.NewCards .PriceValueRegular {
    color: #595855;
    font-weight: 400;
    font-size: 16px;
    font-family: var(--sf-font-sohne-sb);
    color: #595855;
    line-height: 24px;
}

.SubTotal div:not(.PagePrice) span {
    display: flex;
    flex-flow: row nowrap;
    color: #757779;
    font-size: var(--font-size-small);
    line-height: 14px;
    font-family: var(--sf-font-sohne-sb);
    letter-spacing: 0;
    text-transform: uppercase;
}

.SubTotal.loading .PriceValue.skeleton {
    line-height: normal;
}

.SubTotal.loading.mobile .PriceValue.skeleton,
.SubTotal.loading.mobile .PriceValue.skeleton span,
.SubTotal.mobile .PromoBar.loading span,
.SubTotal.mobile .AfterPay-skeleton>span {
    display: block;
    justify-content: flex-start;
}

.SubTotal div:not(.PagePrice) strong {
    margin: 2px 16px 0 0;
    font-size: var(--font-size-subtitle);
}

.SubTotal em {
    font-size: var(--font-size-headline-main);
    color: #CC0000;
    text-transform: none;
    font-style: normal;
}

@media (max-width: 480px) {
    .SubTotal div:not(.PagePrice) strong {
        font-size: var(--font-size-default);
    }

    .SubTotal em {
        font-size: var(--font-size-subtitle);
    }
}

.SubTotal strong {
    text-decoration: line-through;
}

.SubTotal em:first-child {
    color: #58595B;
}

.SubTotal.right,
.SubTotal.right>* {
    justify-content: flex-end;
}

.PromoSkeleton {
    display: flex;
    flex-flow: column;
    grid-gap: 5px;
    gap: 5px;
    margin: 8px 0 16px 0;
    min-height: 42px;
    max-height: 63px;
    width: 200px;
}

@media screen and (max-width: 767px) {
    .SubTotal {
        flex-flow: column wrap;
    }

    .SubTotal.NoWrap {
        flex-flow: row-reverse nowrap;
    }

    .SubTotal .PriceSection {
        flex: none;
    }

    .SubTotal>em {
        font-size: var(--font-size-default);
    }

    .SubTotal span {
        flex: 0 1 auto;
        font-size: var(--font-size-small);
        line-height: 11px;
        height: 11px;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
}
.star-rating-component {
    display: flex;
}

.star-rating-component>span {
    color: var(--gray-medium);
    font-family: var(--sf-font-sohne-b);
    font-size: var(--font-size);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    margin-left: 5px;
}
.star-rating-component a[href="#0"] {
    margin-left: 6px;
    color: #6A707C;
    font-family: var(--sf-font-sohne-md);
    font-size: 12px;
    font-weight: 500;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    min-width: 36px;
}

.star-rating-component .full-star-icon {
    min-width: 16px;
}

.star-rating-component .ratingType {
    margin-left: 8px;
    font-family: var(--sf-font-sohne-md);
    font-size: 12px;
    font-weight: 500;
}

@media screen and (max-width:768px) {
    .star-rating-component a[href="#0"] {
        margin-left: 10px;
    }
}
.thumbnail-grid {
    display: grid;
    grid-row-gap: 15px;
    grid-template-columns: repeat(auto-fill, 262px);
    justify-content: center;
    width: 100%;
    position: relative;
}

.thumbnail-grid:has(.expanded) .thumbnail.disable>a {
    pointer-events: none;
    cursor: default;
}

.break-grid {
    position: relative;
    margin-top: 25px;
}

@media only screen and (max-width: 983px) {
    .break-grid {
        margin-top: -22px;
    }
}

.break-grid .uparrow {
    left: 0%;
    transition: ease 500ms left;
}

.link.break-grid {
    margin-top: -8px !important;
}

.thumbnail-grid.column-3 {
    grid-column-gap: var(--high-column-gap);
    grid-row-gap: var(--high-column-gap);
    grid-template-columns: repeat(auto-fill, var(--three-column-width));
}

.thumbnail-grid.column-3 .break-grid {
    grid-column: 1/4;
}

.thumbnail-grid.column-3 .break-grid.index-1 .uparrow {
    left: calc(100% / 3 * 1 - 100% / 3 / 2 - var(--high-column-gap) + 5px);
}

.thumbnail-grid.column-3 .break-grid.index-2 .uparrow {
    left: calc(100% / 3 * 2 - 100% / 3 / 2 - var(--high-column-gap) + 10px);
}

.thumbnail-grid.column-3 .break-grid.index-3 .uparrow {
    left: calc(100% / 3 * 3 - 100% / 3 / 2 - var(--high-column-gap) + 15px);
}

.thumbnail-grid.column-2 {
    grid-column-gap: var(--mid-column-gap);
    grid-row-gap: var(--mid-column-gap);
    grid-template-columns: repeat(auto-fill, var(--two--column-width));
}

.thumbnail-grid.column-2 .product{
    height: auto;
}

.thumbnail-grid.column-2 .break-grid {
    grid-column: 1/3;
}

.thumbnail-grid.column-2 .break-grid.index-1 .uparrow {
    left: calc(100% / 2 * 1 - 100% / 2 / 2 - var(--mid-column-gap) + 5px);
}

.thumbnail-grid.column-2 .break-grid.index-2 .uparrow {
    left: calc(100% / 2 * 2 - 100% / 2 / 2 - var(--mid-column-gap) + 10px);
}

.thumbnail-grid.column-4 {
    grid-column-gap: var(--high-column-gap);
    grid-row-gap: var(--high-column-gap);
    grid-template-columns: repeat(auto-fill, var(--four-column-width));
}

.thumbnail-grid.column-4 .break-grid {
    grid-column: 1/5;
}

.thumbnail-grid.column-4 .break-grid.index-1 .uparrow {
    left: calc(100% / 4 * 1 - 100% / 4 / 2 - var(--high-column-gap) + 5px);
}

.thumbnail-grid.column-4 .break-grid.index-2 .uparrow {
    left: calc(100% / 4 * 2 - 100% / 4 / 2 - var(--high-column-gap) + 10px);
}

.thumbnail-grid.column-4 .break-grid.index-3 .uparrow {
    left: calc(100% / 4 * 3 - 100% / 4 / 2 - var(--high-column-gap) + 15px);
}

.thumbnail-grid.column-4 .break-grid.index-4 .uparrow {
    left: calc(100% / 4 * 4 - 100% / 4 / 2 - var(--high-column-gap) + 20px);
}

.thumbnail-grid.column-1 {
    grid-column-gap: var(--low-column-gap);
    grid-row-gap: var(--low-column-gap);
    grid-template-columns: repeat(auto-fill, var(--one--column-width));
}

.thumbnail-grid.column-1 .break-grid {
    grid-column: 1/2;
}

.thumbnail-grid.column-1 .break-grid.index-1 .uparrow {
    left: calc(100% / 1 * 1 - 100% / 1 / 2 - var(--low-column-gap) + 5px);
}

.thumbnail-grid.column-5 {
    grid-column-gap: var(--high-column-gap);
    grid-row-gap: var(--high-column-gap);
    grid-template-columns: repeat(auto-fill, var(--five-column-width));
}

.thumbnail-grid.column-5 .break-grid {
    grid-column: 1/6;
}

@media only screen and (max-width: 991px) {
    .new-grid .thumbnail-grid {
        background-color: var(--light-gray-background-color);
        width: auto;
    }

    .new-grid .thumbnail-grid {
        margin-top: 0px;
    }

    .new-grid .thumbnail-grid .product {
        background-color: var(--color-white);
        border-radius: 8px;
    }
}

@media only screen and (max-width: 480px) {
    .new-grid .thumbnail-grid {
        padding: 8px 8px 32px 8px;
        margin: 0 -12px;
    }
}

@media only screen and (max-width: 479px) {
    .new-grid .thumbnail-grid {
        padding: 8px 8px 12px 8px;
    }
}

@media (min-width: 481px) and (max-width: 991px) {
    .new-grid .thumbnail-grid {
        margin: 0 -25px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .new-grid .thumbnail-grid {
        padding: 8px 24px 32px 24px;
    }
}

@media (max-width: 374px){
    .new-grid .thumbnail-grid.column-2 {
        grid-row-gap: 8px;
        row-gap: 8px;
        grid-column-gap: 9px;
        -webkit-column-gap: 9px;
           -moz-column-gap: 9px;
                column-gap: 9px;
        grid-template-columns: repeat(2, minmax(100px , 1fr));
    } 
}

@media (min-width: 375px) and (max-width: 479px) {
    .new-grid .thumbnail-grid.column-2 {
        grid-row-gap: 8px;
        row-gap: 8px;
        grid-column-gap: 9px;
        -webkit-column-gap: 9px;
           -moz-column-gap: 9px;
                column-gap: 9px;
        grid-template-columns: repeat(2, minmax(175px , 1fr));
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .new-grid .thumbnail-grid.column-2 {
        grid-gap: 8px;
        gap: 8px;
        grid-template-columns: repeat(2, minmax(175px , 1fr));
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .new-grid .thumbnail-grid.column-3 {
        grid-row-gap: 16px;
        row-gap: 16px;
        grid-column-gap: clamp(8px, 18px + (33 * (100vw - 768px) / 216), 52px);
        -webkit-column-gap: clamp(8px, 18px + (33 * (100vw - 768px) / 216), 52px);
           -moz-column-gap: clamp(8px, 18px + (33 * (100vw - 768px) / 216), 52px);
                column-gap: clamp(8px, 18px + (33 * (100vw - 768px) / 216), 52px);
        grid-template-columns: repeat(3, minmax(228px , 1fr));
    }

    .new-grid .thumbnail-grid {
        padding: 8px 24px 54px 24px;
    }
}

@media (min-width: 991px) and (max-width: 991px) {
    .new-grid .thumbnail-grid.column-4 {
        grid-gap: 11px;
        gap: 11px;
        grid-template-columns: repeat(4, minmax(228px , 1fr));
    }

    .new-grid .thumbnail-grid {
        padding: 8px 24px 31px 24px;
    }
}
.opt-related-ul {
    display: inline-flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    grid-gap: 10px;
    gap: 10px;
}

.opt-related-ul li a {
    text-decoration: underline;
    font-family: var(--sf-font-sohne-sb);

}

.Optiversal-Related-Links label {
    color: #58595B;
    font-family: var(--sf-font-sohne-b);
    font-size: 18.66px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
}

.Optiversal-label {
    display: flex;
}

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

    .Optiversal-Related-Links,
    .opt-related-ul {
        display: block;
    }

    .Optiversal-Related-Links,
    .opt-related-ul li {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 991px) {
    .Optiversal-label {
        justify-content: center;
        padding-top: 24px;
    }
}

.Optiversal-Related-Links:has(.opt-related-ul:empty) {
    display: none;
}

.Optiversal-Related-Links {
    margin: 24px 0px;
}
.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;

}
img.storefe-picture-component-img {
    transition: opacity 0.5s ease-in-out;
  }
  
  img.storefe-picture-component-img.loading { 
    background-image: url('https://cdn.staticsfly.com/i/imgHero_placeholder_mWeb.png');
    opacity: 0;
  }
  
  img.storefe-picture-component-img:not(.loading) {
    opacity: 1;
  }

/*# sourceMappingURL=storefe_main~21833f8f.84aec995.css.map*/