#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);
    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;
    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%;
    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: 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: 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 0;
        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: 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;
        text-decoration-line: underline;
        text-decoration-style: solid;
        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;
    }
}
.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;
    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);
}
.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 {
        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: 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;
    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;
    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 {
    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;
    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;
    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;
    }
}
.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;
}
.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;
}
.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;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
}

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

.use_my_photo_container .change_photo_state {
    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;
    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;
    column-gap: 8px;
    align-items: center;
}

.use_my_photo_container .change_photo_state .reset_section .add_photos_btn {
    display: flex;
    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 {
        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;
}
.PBPip .product-review-bar,
.QuickView.inline .product-review-bar {
    display: flex;
    gap: 20px;
    min-height: 18px;
    flex-wrap: wrap;
}
.PBPip .new-product-info .product-review-bar{
    flex-wrap: nowrap;
}
.QuickView.inline .QVModal .product-review-bar {
    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;
        gap: 12px;
    }
    .PBPip .product-review-bar{
        gap: 10px;
    }
}

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

    .PBPip .product-review-bar,
    .QuickView.inline .product-review-bar {
        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 {
    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;
    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;
}
.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;
    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: 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%;
    }
}
.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 {
    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 var(--neutrals-slate, #dbdde1);
    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;
    gap: 8px;
    align-self: stretch;
    background: var(--neutrals-white, #fff);
    margin: 0;
    white-space: nowrap;
}

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

.tooltip-dropdown-menu-wrapper li.filterListItemWrapper:focus {
    text-decoration: underline;
    background: var(--neutrals-slate-light, #ecedef);
    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;

}
.star-rating-component a[href="#0"] {
    margin-left: 6px;
    color: #6A707C;
    font-family: var(--sf-font-sohne-md);
    font-size: 12px;
    font-weight: 500;
    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;
    }
}
.sf-modal.quickview-modal {
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: quickviewFadeIn 0.6s ease;
    max-width: 680px;
    width: 90%;
    background: #fff;
    display: flex;
    flex-direction: column;
    bottom: auto;
    max-height: 99vh;
    z-index: 999;
    height: auto;
}

.no-scroll {
    overflow: hidden;
}

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

.quickview-modal > .header{
    margin-left: 24px;
    margin-top: 24px;
    position: sticky;
    top: 0;
    z-index: 99;
}

.QV-title{
    margin-bottom: 2px;
    margin-top: 0;
    line-height: 40px;
    font-weight: 324;
    font-size: 32px;
    font-family: 'HB-Hue';
    max-width: 84%;
}

.start-price{
    font-family: 'Sohne';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #595855;
}

.design-sp{
    font-family: 'Sohne';
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #595855;
    margin-left: 24px;
}

.fav-button{
    position: absolute;
    right: 62px;
    top: 15px;
    z-index: 100;
}


.qv-modal-image img {
    max-height: 400px;
    max-width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

.qv-modal-image {
    min-height: 400px;
}

.sf-modal.quickview-modal .loading-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 803px;
}

.sf-modal.quickview-modal .close-button::before {
    background-color: #241F16 ;
}

.sf-modal.quickview-modal .close-button::after {
    background-color: #241F16 ;
}

.controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.controls button{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    outline: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

a.next-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    background-color: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 24px;
    z-index: 1;
    top: calc(50% - 36px);
}

a.next-btn:not(.disabled):hover,
a.prev-btn:not(.disabled):hover {
    background-color: #e0e0e0;
}

a.prev-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    background-color: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 24px;
    z-index: 1;
    top: calc(50% - 36px);
}

a.prev-btn.disabled {
    opacity: 0.5;
}

a.next-btn.disabled {
    opacity: 0.5;
}

.Carousel>a.next-btn:before {
    content: none;
}

.Carousel>a.prev-btn:before {
    content: none;
}

.currentSlide {
    color: #595855;
    width: 38px;
    font-family: 'Sohne';
    font-size: 13px;
    line-height: 100%;
    text-align: center;
}

.cta-container {
    background-color: #F3F0E9;
    padding: 10px 24px 0 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
  
  .cta-content {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 5px;
    justify-content: center;
  }
  
  .cta-icon {
    width: 44px;
    height: 44px;
}
  
  .cta-text {
    color: #595855;
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
    font-weight: 400;
    font-family: 'Sohne';
    word-wrap: break-word;
    max-width: 85%;
  }
  
.cta-buttons-container {
    background-color: #F3F0E9;
    padding: 16px 24px;
    z-index: 1;
    margin-top: -1px;
    border-radius: 0 0 8px 8px;
  }
  .cta-buttons {
    display: flex;
    gap: 16px;
    width: 100%;
  }

  .view-product-details {
    flex: 1;
    padding: 16px 0px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    font-family: 'Sohne';
    width: 100%;
    line-height: 100%;
    background: #fff;
  }

  .sf-modal.quickview-modal a.full-details {
    flex: 1;
  }

  .store-front .cta-buttons a.store-button.primary.SFLY{
    flex: 1;
  }

  .qv-modal-image{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .store-front .cta-buttons a.store-button.primary.SFLY{
    padding: 16px 0px;
    border-radius: 100px;
    line-height: 100%;
    border-width: 0px !important;
}

.carousel-section .qv-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 460px;
}

.start-price .original-total.strikeOutPrice {
    text-decoration: line-through;
}

.start-price .discounted-total {
    color: #D74012;
    margin-left: 6px;
}

.sf-modal.quickview-modal .quantity-option .dropdown {
    min-width: 55px;
    max-width: 65px;
    width: fit-content;
    margin: 0;
}

.sf-modal.quickview-modal .quantity-option .dropdown span.unit-price span.current-price{
    margin: 0;
}

.sf-modal.quickview-modal .quantity-option .dropdown button {
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
    padding: 6px 8px 6px 10px;
    max-width: 65px;
    min-width: 55px;
    max-height: 33px;
    border-radius: 10px;
    border: 1px solid #E1E1DF;
}
.sf-modal.quickview-modal :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) button:focus {
   box-shadow: none;
}

.sf-modal.quickview-modal .quantity-option .dropdown .caret {
    position: relative ;
    top: 0% ;
    right: 0%;
}

.sf-modal.quickview-modal .quantity-with-selector .item-label ,.sf-modal.quickview-modal .quantity-with-selector .current-price {
    font-family: 'Sohne' !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #787672;
}

.sf-modal.quickview-modal .quantity-option {
    display: flex;
    align-items: center;
    position: relative;
    gap: 8px;
    margin: 2px 0px 4px 0px;
    width: auto;
}

.sf-modal.quickview-modal .quantity-option .priceInfo .quantity-wrapper {
    gap: 2px;
}

.sf-modal.quickview-modal .quantity-option .dropdown button:hover {
    box-shadow: none;
}

.sf-modal.quickview-modal :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-menu{
    border: 1px solid #E1E1DF;
    top: 38px;
    max-height: 179px;
    min-width: 247px;
    max-width: 247px;
    padding: 13px 0 0 9px;
    list-style-type: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.sf-modal.quickview-modal :is(.quantity-option .dropdown, .quantity-option .priceInfo) .quantity-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 2px;
}

.sf-modal.quickview-modal :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item {
    font-weight: 400;
    line-height: 21px;
    padding: 6px 0 8px 12px;
    border-radius: 36px;
    font-family: 'Sohne';
    font-size: 14px;
    margin-bottom: 5px;
    border: none;
}

.sf-modal.quickview-modal :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item.selected {
    background-color: transparent;
}

.sf-modal.quickview-modal :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item:hover {
    background-color: #F2F2F0;
}

.sf-modal.quickview-modal .quantity-option .dropdown span.unit-price span.current-price.hasDiscount {
    margin: 0;
    color: #D74012;
}

.sf-modal.quickview-modal :is(.quantity-option .dropdown, .quantity-option .priceInfo) span.unit-price.discounted del {
    color: #787672;
    margin-right: 6px;
    font-family: 'Sohne';
}

.sf-modal.quickview-modal .quantity-option .priceInfo span.unit-price span.current-price.hasDiscount {
    margin-right: 8px;
    color: #D74012;
}

.sf-modal.quickview-modal .quantity-option .priceInfo span.unit-price span.current-price {
    color: #787672;
    font-family: 'Sohne';
    margin-right: 0px;
}

.sf-modal.quickview-modal :is(.quantity-option .dropdown button, .quantity-option .priceInfo) .product-quantity {
    color: #787672;
    font-family: 'Sohne'
}

.sf-modal.quickview-modal :is(.quantity-option .dropdown button, .quantity-option .priceInfo) span.unit-price {
    min-width: auto;
}

.sf-modal.quickview-modal .quantity-with-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sf-modal.quickview-modal :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .product-quantity {
    margin: 0;
}

.sf-modal.quickview-modal .quantity-with-selector .Icon.Selector {
   margin-right: 12px;
}

.sf-modal.quickview-modal :is(.quantity-option .dropdown, .quantity-option .quantityDropdown).open button span{
    font-family: 'Sohne';
}

.sf-modal.quickview-modal :is(.quantity-option .dropdown, .quantity-option .quantityDropdown) .dropdown-item .product-quantity{
    width: auto;
}

.sf-modal.quickview-modal :is(.quantity-option .dropdown, .quantity-option .priceInfo) .dropdown-item .unit-price {
    width: auto;
}

.sf-modal.quickview-modal .Carousel.slide ul li, .Carousel.slide ul li .altView.selected .altViewImageWrapper img {
    min-height: auto;
}

.sf-modal.quickview-modal .Carousel.slide .navigation {
    display: none;
}

.quantity-skeleton {
    margin: 2px 0px 3px 0px;
}

.qv-options-section {
    margin: 24px;
    display: flex;
    flex-flow: row wrap;
}

.qv-options-section:empty {
    margin: 0px 24px 24px 24px;
}

.sf-modal.quickview-modal .error-info-component {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    min-height: 750px;
    padding: 20px;
}

.sf-modal.quickview-modal .close-button:focus {
    outline: none;
}

.sf-modal.quickview-modal .quantity-and-promo {
    display: flex;
    gap: 12px;
    align-items: center;
}

.promo-container {
    display: flex;
    align-items: center;
    gap: 9px;
}

.promo-modal-msg {
    color: #241F16;
    font-family: 'Sohne';
    font-weight: 500;
    line-height: 16px;
    font-size: 13px;
}

.promo-details {
    font-family: 'Sohne';
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-decoration: underline;
    cursor: pointer;
}

.tooltip-wrapper {
    position: relative;
    display: inline-block;
}

.tooltip-box {
    position: absolute;
    top: 103px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    padding: 9px 0px 9px 9px;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 350px;
    max-width: 350px;
    z-index: 100;
    box-sizing: border-box;
}

.tooltip-text {
    flex: 1;
    font-family: 'Sohne';
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #241F16;
    max-width: 80%;
}

.promo-tt.desktop .tooltip-text {
    align-self: center;
    max-width: 100%;
}

.tooltip-box::before{
    --arrow-size: 6px;
    --arrow-offset:50%;
    z-index: -1;
    border: 1px solid #d1d1d1;
    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);
    right: 105px;
    background-color: #fff;
}

.tooltip-close{
    display: flex;
    align-self: center;
    cursor: pointer;
}

.tooltip-close .close{
    width: 16px;
    height: 16px;
}

.scrollable-content {
    overflow-y: auto;
}

@keyframes quickviewFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%)
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@keyframes slideUp {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }

  @keyframes slideDown {
    from {
      transform: translateY(0%);
    }
    to {
      transform: translateY(100%);
    }
  }

  @keyframes fadeOutBackdrop {
      0% {
          opacity: 1;
      }

      80% {
          opacity: 1;
      }

      100% {
          opacity: 0;
      }

  }

@media (max-width: 767px) {
    .sf-modal.quickview-modal {
      top: auto;
      left: 0;
      bottom: 0;
      transform: none;
      position: fixed;
      width: 100%;
      max-width: 100%;
      border-radius: 12px 12px 0 0; 
      height: auto;
      max-height: 95%;
      z-index: 999
    }

    .quickview-modal.animate-in {
        animation: slideUp 0.4s ease forwards;
      }
      
    .quickview-modal.animate-out {
        animation: slideDown 0.4s ease forwards;
    }

    .sf-modal-overlay.animate-out{
        animation: fadeOutBackdrop 0.4s ease forwards;
      }

    .sf-modal.quickview-modal .loading-modal {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 782px;
    }

    .sf-modal.quickview-modal .quantity-option {
        margin: 5px 0px 4px 0px;
        padding: 0;
        width: auto;
    }

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

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

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

    .quickview-modal > .header {
        margin-left: 12px;
        margin-top: 38px;
        margin-right: 12px
    }

    .design-sp {
        margin-left: 12px;
    }

    .cta-container {
        padding: 12px 12px 0 12px;
        margin-top: 14px;
    }
    .cta-buttons-container {
        padding: 16px 12px;
        border-radius: 0px;
    }

    .carousel-section {
        margin: 0px 12px 0px 12px;
    }

    .carousel-section .Carousel.slide .navigation {
        margin-top: 14px;
        margin-bottom: 0;
    }

    .view-product-details{
        padding: 16px 10px;
        color: #241F16;
    }

    .cta-text {
        font-size: 12px;
        line-height: 15px;
    }

    .cta-icon {
        width: 44px;
        height: 44px;
    }

    .QV-title{
        line-height: 25px;
        font-size: 20px;
        max-width: 75%;
        margin-bottom: 0px;
    }
    .cta-content {
        gap: 8px;
        margin-bottom: 5px;
    }
    .sf-modal.quickview-modal .Carousel .navigation span {
        background-color: #b0b0b0;
        border: none;
     }
 
     .sf-modal.quickview-modal .Carousel .navigation span.active {
        background: #000000;
        width: 16px;
        height:8px;
    }
 
     .sf-modal.quickview-modal .Carousel.slide .navigation {
         background-color: transparent;
         margin-top: 14px;
         padding: 0px;
         opacity: 1;
         display: flex;
     }
 
     .sf-modal.quickview-modal .Carousel .navigation>div {
         gap: 4px;
         transform: none !important;
     }
 
     .cta-buttons {
         gap: 11px;
     }

    .sf-modal.quickview-modal a.full-details,
    .sf-modal.quickview-modal a.full-details:link,
    .sf-modal.quickview-modal a.full-details:visited,
    .sf-modal.quickview-modal a.full-details:hover,
    .sf-modal.quickview-modal a.full-details:active {
        color: #241F16 !important;
        -webkit-text-fill-color: #241F16;
        text-decoration: none !important;   
    }

     .store-front .cta-buttons a.store-button.primary.SFLY{
         padding: 16px 0px;
     }
 
     .qv-modal-image img {
         max-height: 351px;
         max-width: 100%;
         aspect-ratio: 1;
         object-fit: contain;
     }

     .qv-modal-image {
        min-height: 351px;
     }

     .sf-modal.quickview-modal .Carousel .navigation span {
        --size: 8px;
        width: var(--size);
        height: var(--size);
        transition: width 0.5s ease-in-out, background-color 0.5s ease-in-out;
        border-radius: 5px;
        transform: translateZ(0);
    }

    .sf-modal.quickview-modal .Carousel .navigation .store-p {
        display: none;
    }
    .fav-button{
        position: absolute;
        right: 62px;
        top: 15px;
    }
    .qv-options-section {
        margin: 16px 24px 16px 24px;
    }
    .qv-options-section:has(.qv-option-tabs .tabs-header:empty){
        margin: 0px 24px 24px 24px;
    }
    .carousel-section .qv-loader {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 377px;
    }
  }


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

.qv-options-section .ProductOption .product-color-swatches{
    gap: 5px;
}

.qv-options-section .ProductOption label {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: none;
    font-family: 'Sohne';
    color: #241F16;
    line-height: 21px;
    font-weight: 500;
}

.qv-options-section .ProductOption>label span:first-of-type {
    font-family: 'Sohne';
}

.qv-options-section .ProductOption>label .colorLabel {
    color: #241F16;
}

.qv-options-section .ProductOption>label .selectedValue {
    margin-left: 4px;
    color: #241F16;
}

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

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

.qv-options-section .ProductOption:not(.icons) ul li {
    height: inherit;
}

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

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

.qv-options-section .ProductOption.PAPER_TYPE.full-width ul li {
    width: 100% !important;
}


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

.qv-options-section .ProductOption.mobile:not(.icons) ul li.selected>a.show-popup {
    display: flex;
    color: #241F16;
    font-family: 'Sohne';
    font-weight: 500;
    position: relative;
    padding: 7px 10px 8px 12px;
    flex-flow: row nowrap;
    background: #F2F2F0;
    border-radius: 32px;
    border: 0 solid #000;
    min-height: 36px;
    min-width: 132px;
    box-sizing: border-box;
    margin: 0px;
}

.qv-options-section .ProductOption.mobile:not(.icons) ul li.selected>a.show-popup.popup-active {
    background: #E1E1DF;
}

.qv-options-section .ProductOption.mobile:not(.icons) ul li.selected>a.show-popup span {
    height: 16px;
    width: 16px;
    margin-left: 0px;
}

/* .qv-options-section .ProductOption.mobile:not(.icons) ul li.selected > a.show-popup > span:has(.ChevronDown) {
    display: flex;
    height: 16px;
    width: 16px;
    margin-left: auto;
    border-radius: 2px;
} */

.qv-options-section .ProductOption.mobile:not(.icons) ul li.selected > a.show-popup > span:has(.ChevronDown),
.qv-options-section .ProductOption.mobile:not(.icons) ul li.selected > a.show-popup > span:has(.ChevronUp) {
    display: flex;
    height: 16px;
    width: 16px;
    margin-left: auto;
    border-radius: 2px;
}

.qv-options-section 
  .ProductOption.mobile:not(.icons) 
  ul li.selected 
  > a.show-popup 
  > span:first-of-type:not(:has(.ChevronDown)):not(:has(.ChevronUp)) {
    width: 22px;
    height: 22px;
    margin-right: 4px;
    margin-bottom: -2px;
    margin-left: 2px;
}

.qv-options-section 
  .ProductOption.mobile:not(.icons) 
  ul li.selected 
  > a.show-popup 
  > span:first-of-type:not(:has(.ChevronDown)):not(:has(.ChevronUp)) svg{
    fill: white;
}

/* .qv-options-section .ProductOption.mobile:not(.icons) ul li.selected > a.show-popup > span:first-of-type:not(:has(.ChevronDown)) {
    width: 22px;
    height: 22px;
    background: white;
    margin-right: 4px;
    margin-bottom: -2px;
    margin-left: 1px;
} */

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

@media (max-width: 767px) {
    .qv-options-section {
        margin-left: 14px;
        margin-right: 0px;
    }
}

/* qv tabs - start*/
.qv-options-section .tabs-header {
  display: flex;
  gap: 24px;
  margin-bottom: 12px;
  overflow-x: auto;         
  white-space: nowrap;      
  scrollbar-width: none;   
  -ms-overflow-style: none;
}

.qv-options-section .tabs-header::-webkit-scrollbar {
  display: none;
}
.qv-options-section .tab-btn {
  background: none;
  border: none;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Sohne';
  line-height: 21px;
  color: #241F16;
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
  border-bottom: 2px solid transparent;
}

.qv-options-section .tab-btn.active {
  font-weight: 500;
    color: #241F16;
    border-bottom-color: #241F16;
}

.qv-options-section .combined-options {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.qv-options-section .combined-options > *:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #BBB8B2;
    margin: 3px 14px 3px 10px;
}

.qv-options-section .tab-panel .combined-options .ProductOption {
    margin: 0;
    flex-direction: row;
}

.qv-options-section .tab-panel .combined-options .ProductOption:first-child {
    margin-left: 7px;
}

.qv-options-section .tab-panel .combined-options .ProductOption .product-color-swatches {
    gap: 4px;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .qv-options-section .qv-option-tabs {
        max-width: 100%;
    }

    .qv-options-section .qv-option-tabs .ProductOption.mobile:not(.icons)>ul>li:not(.selected),
    .qv-options-section .qv-option-tabs .ProductOption.mobile:not(.icons)>ul>li>ul>li:not(.selected),
    .qv-options-section .qv-option-tabs .ProductOption.mobile:not(.icons) ul li.selected>a:not(.popup) {
        display: flex;
    }

    .qv-options-section .qv-option-tabs .tab-panel .ProductOption:not(.chicklet-2) ul li a {
        margin: 1px;
        border-radius: 24px;
        background: #F2F2F0;
        border: 2px solid transparent;
        font-size: 13px;
        font-family: 'Sohne';
        color: #241F16;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0;
        flex-direction: row;
        padding: 5px 12px;
        min-height: 36px;
        box-sizing: border-box;
        box-shadow: none;
    }

    .qv-options-section .qv-option-tabs .tab-panel .ProductOption:not(.chicklet-2) ul li a .Icon {
        margin-right: 4px;
    }

    .qv-options-section .qv-option-tabs .tab-panel .ProductOption:not(.chicklet-2) ul li a .Icon svg {
        fill: white;
    }

    .qv-options-section .qv-option-tabs .tab-panel .ProductOption.mobile:not(.icons) ul li.selected>a:not(.popup) {
        border: 2px solid #241F16;
        background: #FFF;
        box-shadow: none;
    }

    .qv-options-section .qv-option-tabs .tab-panel .ProductOption ul {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        max-width: 100%;
    }

    .qv-options-section .qv-option-tabs .tab-panel .ProductOption ul li:last-child {
        margin-right: 14px;
    }

    .qv-options-section .qv-option-tabs .tabs-content {
        min-height: 51px;
    }

    .qv-options-section .qv-option-tabs .tabs-content:empty {
        min-height: 0;
    }

    .qv-options-section .qv-option-tabs .tabs-content .tab-panel .ProductOption {
        margin-right: 2px;
    }
}

/* qv tabs - end*/

