.inline-loading {
    display: inline-block;
    margin: 0 10px;
}
.Loading {
    display: flex;
    flex-flow: column nowrap;
    flex: none !important;
    justify-content: center;
    align-items: center;
    color: #58595B;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    z-index: 0;
}

.Loading .indicator {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 !important;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    background-clip: padding-box;
    border: solid 5px transparent;
    border-radius: 50%;    
}

.inline-loading.inside-container  {
    display: inline-block;
    margin: 0 -5px 0 5px;
}

.inside-container .Loading {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    height: 22px;
    width: 22px;
}

.inside-container .Loading .indicator {
    box-sizing: border-box;
    height: 19px;
    width: 19px;
    border: 2px solid rgb(112, 31, 25);
    transform: scaleX(-1) scaleY(-1);
    background: none;
}

.inside-container .Loading .indicator:before{
   display:none;
}

.inside-container .Loading .indicator:after{
    content: " ";
    display: block;
    width: 17px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent transparent transparent;
    animation: rotate 1s linear 0s infinite;
 }

.Loading .indicator:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -3px;
    border-radius: inherit;
    background: linear-gradient(to right, #fff, #f05323);
    animation: rotate 1s linear 0s infinite;
}

@keyframes rotate { 
    100% { 
        transform:rotate(360deg); 
    } 
}
.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;
}
.error-info-component {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

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

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

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

    .error-info-component .info-icon {
        height: 84px;
    }
}
.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);
}
.Icon {
    display: flex;
    flex: 0 0 auto;
}

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

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

#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;
}
a.buy-now {
    border: 1px solid transparent;
}

a.buy-now.primary {
    order: -1;
    display: inline-flex
}

.store-front .uig-dialog-box-wrapper.buy-now-modal-wrapper, .store-front .uig-dialog-box-container .uig-db-backdrop {
    z-index: 10002;
}

.store-front .uig-dialog-box-container.buy-now-modal-container {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
}
.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;
}
.MMBModal * {
    font-weight: unset;
}

.MMBModalWrapper {
    width: 380px;
}

.MMBModal {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-family: var(--sf-font-sohne);
    padding: 32px 24px 0;
}

.MMBModal header {
    font-size: var(--font-size-subtitle);
    font-family: var(--sf-font-sohne-b);
    text-align: center;
    margin-bottom: 24px;
    text-transform: capitalize;
}

.MMBModal ul {
    margin: 23px 0 0;
    padding: 0;
    list-style: none;
}

.MMBModal li {
    margin-bottom: 19px;
}

.MMBModal li>span {
    font-family: var(--sf-font-sohne-b);
    display: block;
}

.MMBModal li strong {
    font-family: var(--sf-font-sohne-sb);
}

.MMBModal ul a {
    font-size: var(--font-size-tiny);
    text-decoration: underline;
}

.MMBModal ul a:hover {
    text-decoration: none;
}

.MMBModal sup {
    color: var(--color-blue);
    position: relative;
    top: 5px;
}

.MMBModal .button {
    margin: 15px auto 35px;
}

@media (max-width: 768px) {
    .MMBModalWrapper {
        height: 100vh;
        width: 100vw;
    }

    .MMBModalWrapper.sf-modal .close-button {
        top: 15px;
        margin-top: 50px;
    }

    .MMBModalWrapper.sf-modal .close-button:before,
    .MMBModalWrapper.sf-modal .close-button:after {
        background-color: var(--gray-medium)
    }

    .MMBModal {
        margin-top: 50px;
        margin-bottom: auto;
    }
}
.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);
    }
}
.calendar-dropdown {
    margin: 16px 0;
}

.calendar-dropdown .calendar-dropdown-wrapper .calendar-month {
    width: 130px;
}

.calendar-dropdown .calendar-dropdown-wrapper .calendar-year {
    width: 88px;
}

.calendar-dropdown-wrapper {
    display: flex;
    flex-flow: row nowrap;
    grid-gap: 10px;
    gap: 10px;
    margin-top: 16px;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown {
    display: flex;
    flex-flow: row nowrap;
    margin: 6px 0 0 0;
    position: relative;
    border-bottom: 0 !important;
}


.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown label {
    display: flex;
    text-transform: uppercase;
    font-family: var(--sf-font-sohne-sb);
    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;
}

.calendar-dropdown span.dropdown-label {
    display: flex;
    text-transform: uppercase;
    font-family: var(--sf-font-sohne-sb);
    color: #757779;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown .caret {
    position: absolute;
    top: 43%;
    right: 12px;
    border-top: 4px dashed var(--text-color-grey);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown button:hover {
    box-shadow: 0 0 0 2px var(--gray-medium);
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown button {
    width: 100%;
    padding: 0.5rem 1.8rem 0.5rem 1rem;
    display: inline-block;
    margin-bottom: 0;
    font-size: var(--font-size-default);
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid var(--gray-dark);
    border-radius: 4px;
    color: var(--dark-charcoal);
    background-color: var(--color-white);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: transform;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown button span {
    font-family: var(--sf-font-sohne);
    font-size: var(--font-size-default);
    color: var(--text-color);
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown button .caret {
    border-width: 6px;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown.open button .caret {
    transform: rotate(180deg);
}

.calendar-dropdown .calendar-dropdown-wrapper .date-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;

}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown.open button span {
    font-family: var(--sf-font-sohne-sb);
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown .btn-default:visited {
    color: var(--dark-charcoal);
    background-color: #e6e6e6;
    border-color: #adadad;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown button .product-quantity {
    text-align: left;
    display: inline-block;
    min-width: 30%;
    float: none;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown button:active:after {
    display: none;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-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;
}


.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown .dropdown-menu {
    max-height: 300px;
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    float: left;
    padding: 5px 0;
    margin: -2px 0 0;
    font-size: var(--font-size-default);
    text-align: left;
    background-color: var(--color-white);
    background-clip: padding-box;
    border: 2px solid var(--gray-medium);
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown .dropdown-item {
    font-size: var(--font-size-default);
    font-weight: 500;
    line-height: 17px;
    padding: 8px 10px 8px 25px;
    cursor: pointer;
    float: left;
    width: calc(100% - 35px);
    position: relative;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown .dropdown-menu .dropdown-item.selected {
    font-family: var(--sf-font-sohne-sb);
    color: var(--text-color);
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: var(--gray-solitude);
    text-decoration: underline;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown .dropdown-menu .dropdown-item:focus {
    background-color: var(--gray-solitude);
    outline: none;
    border-radius: 4px;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown .dropdown-menu .dropdown-item.focus {
    background-color: var(--gray-solitude);
}

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

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown button .calendar-value {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.calendar-dropdown-wrapper>.mobile-options.active {
    display: flex;
}

.calendar-dropdown-wrapper .date-dropdown>ul li.selected>a {
    display: flex !important;
}

.calendar-dropdown .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;
    display: none;
}

.calendar-dropdown .fade-bg.show {
    display: block;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown>.mobile-options .close {
    right: 0;
    left: auto;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown .mobile-options.show ul li,
.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown .mobile-options.show>ul li a {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    flex-direction: row;
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown .mobile-options.show ul li a:hover {
    height: auto !important;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown>.mobile-options.show {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 15px;
    z-index: 2005;
    width: calc(100% - 30px);
    background-color: var(--color-white);
    padding: 20px;
    box-sizing: border-box;
    left: 15px;
    border-radius: 8px;
    padding-top: 40px;
    max-height: 550px;
    overflow: auto;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown>.mobile-options.show .mobile-options-label {
    color: #58595B;
    font-family: var(--sf-font-sohne-md);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 10px;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown>.mobile-options.active {
    display: flex;
}

.date-dropdown>.mobile-options.show ul li {
    width: 100%;
    list-style-type: none;
    box-sizing: border-box;
    height: auto;
    flex-direction: row;
    grid-column-gap: 12px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
}


.date-dropdown>.mobile-options.show ul li a {
    border-radius: 4px;
    box-sizing: content-box;
    height: 100%;
    padding: 10px;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    position: relative;
    z-index: 3;
    display: flex;
    flex-flow: column nowrap;
    color: var(--gray-medium);
    border: 1px solid #929497;
    text-decoration: none;
    text-align: center;
    width: 100%;
    flex-direction: row;
}


.date-dropdown .mobile-options ul li a:hover {
    height: 100% !important;
}

.date-dropdown .mobile-options ul li.selected>a:not(.show-popup) {
    padding: 10px;
}

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

.date-dropdown>.mobile-options.show li a:focus {
    outline: solid 1px var(--deep-carrot) !important;
    outline-offset: 2px;
}

.date-dropdown .mobile-options.show ul li a:focus:after {
    display: none;
}

.date-dropdown .mobile-options.show ul li.selected a:focus {
    outline: none !important;
}

.date-dropdown .mobile-options.show ul li.selected a:focus:before {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: solid 2px #fff;
    top: -4px;
    left: -4px;
    border-radius: 6px;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown>.mobile-options.show ul li a .Icon.SelectedTick {
    width: 12px;
    height: 12px;
    position: absolute;
    top: -7px;
    right: -7px;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown>.mobile-options.show ul li.selected a:focus+.selected-tick-focus:before {
    position: absolute;
    content: "";
    right: -8px;
    top: -8px;
    width: 16px;
    height: 16px;
    border: solid 1px var(--deep-carrot);
    border-radius: 100%;
    background: #fff;
    z-index: 2;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown>.mobile-options.show ul li.selected a:focus+.selected-tick-focus:after {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: #fff;
    top: -3px;
    left: -3px;
    border: solid 1px var(--deep-carrot);
    border-radius: 4px;
}

.calendar-dropdown .calendar-dropdown-wrapper .date-dropdown>.mobile-options.show ul {
    flex: 1 1 auto;
    display: flex;
    flex-flow: row wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    grid-gap: 10px 8px;
    gap: 10px 8px;
}
.CollapsibleContent {
    display: flex;
    flex-flow: column nowrap;
    margin: 16px 0px;
}

.CollapsibleContent>.content {
    margin: 0;
    padding: 5px 0px;
    display: flex;
    flex-direction: column;
}

.CollapsibleContent:hover,
.CollapsibleContent:not(.disableFoldable):hover {
    cursor: pointer;
}

.CollapsibleContent header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #dcdee1;
    height: 36px;
    margin: 2px;
    border: 0;

}

.CollapsibleContent:not(.disableFoldable) header:hover {
    border-color: var(--gray-medium);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.CollapsibleContent:not(.disableFoldable) header:hover h4 {
    text-decoration: underline;
}

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

.CollapsibleContent:not(.disableFoldable) header:focus {
    outline: solid 1px var(--deep-carrot);
    outline-offset: 1px;
}

.CollapsibleContent:not(.disableFoldable) header:active {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: none;
    outline: none;
    border-bottom: solid 1px #dcdee1;
}

.CollapsibleContent header .store-h4 {
    display: flex;
    text-transform: uppercase;
    flex-flow: row;
    justify-content: flex-start;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin: 0px 0px;
    padding: 0px;
    line-height: 21px;
    font-weight: unset;
    font-family: var(--sf-font-sohne-b);
    color: var(--gray-medium);
}

.CollapsibleContent header a {
    --height: 2px;
    --width: 16px;
    display: flex;
    position: relative;
    width: 22px;
    height: 22px;
    color: transparent;
    flex: 0 0 auto;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden;
    margin-right: 8px;
}

.CollapsibleContent header:hover a,
.CollapsibleContent header:active a {
    color: transparent;
    background: var(--gray-medium);
    border-radius: 4px;
}

.CollapsibleContent.open header:hover a {
    background-color: var(--gray-medium);
}

.CollapsibleContent.open header:hover a::after {
    background-color: #fff;
}

.CollapsibleContent.open header a::after,
.CollapsibleContent.open header a::before {
    background-color: var(--gray-medium);
}

.CollapsibleContent header a::after,
.CollapsibleContent header a::before {
    background-color: var(--gray-medium);
}

.CollapsibleContent:not(.open) header a::before,
.CollapsibleContent:not(.open) header a::after {
    background-color: var(--gray-medium);
}

.CollapsibleContent:not(.open) header:hover a::before,
.CollapsibleContent:not(.open) header:hover a::after {
    background-color: #fff;
}

.CollapsibleContent header a::after {
    content: '';
    position: absolute;
    width: var(--width);
    height: var(--height);
    top: calc(50% - (var(--height) * 0.5));
    right: calc(50% - (var(--width) * 0.5));
}

.CollapsibleContent:not(.open) header a::before {
    content: '';
    position: absolute;
    width: var(--height);
    height: var(--width);
    right: 1px;
    top: calc(50% - var(--width) * 0.5);
    right: calc(50% - var(--height) * 0.5);
}
@media screen and (max-width: 480px){
    .CollapsibleContent header .filterLabelAb{
        text-transform: capitalize;
    }
}
.DesignerDetails>div {
    font-family: var(--sf-font-sohne-md);
    margin-top: 10px;
}

.DesignerDetails div>span:first-child {
    display: inline-block;
    margin-right: 40px;
    text-decoration: line-through;
}

.DesignerDetails div>span:last-child {
    text-decoration: none;
}

.DesignerDetails div>span:nth-child(2) {
    color: #CC0000;
}
.designer-info {
    max-width: 634px;
    margin-bottom: 24px;
    margin-top: 10px;
}

.designer-info .designer-title {
    height: 28px;
    color: var(--gray-medium);
    font-family: var(--sf-font-sohne);
    font-size: 18.66px;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 16px;
}

.designer-info .designer-detail {
    display: flex;
    font-family: var(--sf-font-sohne);
    align-items: flex-start;
    color: var(--gray-dark-blue);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
}

.designer-info .designer-detail img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin-right: 16px;
}

.designer-wrapper {
    display: flex;
}

@media (max-width: 768px) {
    .designer-info .designer-detail img {
        width: 56px;
        height: 56px;
    }
}

@media (min-width: 375px) {
    .designer-info {
        max-width: 351px;
    }
}

@media (min-width: 480px) {
    .designer-info {
        max-width: 464px;
    }
}

@media (min-width: 768px) {
    .designer-info {
        max-width: 445px;
    }
}

@media (min-width: 992px) {
    .designer-info {
        max-width: 571px;
    }

    .designer-info .designer-title {
        font-size: 24.88px;
    }
}

@media (min-width: 1200px) {
    .designer-info {
        max-width: 698px;
    }
}

@media (min-width: 1600px) {
    .designer-info {
        max-width: 994px;
    }
}
.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;
    }
}
.social-share-icons {
    display: flex;
    white-space: nowrap;
    text-decoration: none;
    grid-gap: 10px;
    gap: 10px;
    justify-content: center;
    align-items: center;
}


.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;
    }
}
a.DropDown {
    display: flex;
    color: var(--gray-medium) !important;
    white-space: nowrap;
    text-transform: uppercase;
}

a.DropDown .arrowIcon {
    margin: 7px 0 0 7px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--text-color);
}

a.DropDown span.Icon.actionMore.action-view-more {
    min-height: 22px;
    min-width: 22px;
}

a.DropDown:hover {
    color: var(--gray-medium);
}

a.DropDown.not-in-view {
    visibility: hidden;
}

.DropDownPanel {
    max-width: 50vw;
    padding: 16px;
    max-height: 480px;
    overflow: auto;
}

a.DropDown .color-swatch.action-more:hover {
    border-color: #f5f6f8;
    box-shadow: 2px 2px 7px 7px rgb(25 18 18 / 5%);
    background-color: #EBEDF0;
    border-radius: 6px;
}

@media screen and (max-width: 480px) {
    .DropDownPanel {
        min-width: 50vw;
        max-width: 100vw;
        max-height: 60vh;
        overflow-y: scroll;
    }

    .DropDownPanel .FilterPanelItem .SVGIconBox {
        width: 98px;
        margin: 0 4px 8px 0;
    }
}

@media screen and (max-width: 768px) and (min-width: 481px) {
    .DropDownPanel {
        min-width: 33vw;
        max-width: 40vw;
        max-height: 40vh;
        overflow-y: scroll;
    }
}
.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;
    }
}
.SelectedFilters {
    display: none;
    flex-flow: row wrap;
    list-style: none;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
}

.FilterBar:not(.filter-enabled) .SelectedFilters {
    display: flex;
}

.SelectedFilters li {
    display: flex;
    flex-flow: column nowrap;
    background-color: #595959;
    border-radius: 10px;
    padding: 0px 8px 0px 8px;
    margin: 16px 16px 0px 0px;
    position: relative;
    flex-shrink: 0;
}

.SelectedFilters li:first-child {
    margin-left: 0;
}

.SelectedFilters li.clearAll {
    background: none;
    padding: 0px 8px 0px 8px;
    text-transform: capitalize;
    margin-right: 0px;
}

.SelectedFilters li a {
    display: flex;
    flex: 1 1 auto;
    color: #fff;
    font-size: var(--font-size-default);
    font-family: var(--sf-font-sohne);
    line-height: 21px;
    position: relative;
    padding-right: 15px;
}

.SelectedFiltersTopBar {
    display: none;
}

@media screen and (max-width: 480px) {
    .SelectedFiltersTopBar {
        display: block;
    }

    .SelectedFilters li a {
        padding: 2px 15px 2px 0px;
    }
}

.SelectedFilters li a:active,
.SelectedFilters li a:hover {
    color: #fff;
}

.SelectedFilters li:not(.clearAll) a:after,
.SelectedFilters li:not(.clearAll) a:before {
    --height: 1px;
    --width: 13px;
    content: '';
    position: absolute;
    width: var(--width);
    height: var(--height);
    background-color: #fff;
    transform: rotate(45deg);
    top: calc(50% - (var(--height) * 0.5));
    right: calc(var(--width) * -0.1);
}

.SelectedFilters li:not(.clearAll) a:after {
    transform: rotate(-45deg);
}

.SelectedFilters li.clearAll a:after,
.SelectedFilters li.clearAll a:before {
    --height: 2px;
    --width: 13px;
    content: '';
    position: absolute;
    width: var(--width);
    height: var(--height);
    background-color: #595959;
    transform: rotate(45deg);
    top: calc(50% - (var(--height) * 0.6));
    left: calc(var(--width) * -0.1);
}

.SelectedFilters li.clearAll a:after {
    transform: rotate(-45deg);
}

.SelectedFilters li.clearAll a:active,
.SelectedFilters li.clearAll a:hover,
.SelectedFilters li.clearAll a {
    color: #595959;
    padding-right: 0px;
    padding-left: 15px;
}

@media (max-width: 991px) {
    .SelectedFilters {
        width: 100%;
        flex-flow: row nowrap;
        overflow: auto;
    }

    .SelectedFilters::-webkit-scrollbar {
        display: none;
    }

    .SelectedFilters li .clearAllFilters {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}
.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;
    }
}
.checkboxContainer {
    margin: 5px 0 5px 0;
    display: grid;
    grid-template-columns: 30px auto;
}

.checkboxContainer input[type="checkbox"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    width: 16px;
    height: 16px;
    border: 1px solid var(--checkbox-color);
    border-radius: 4px;
    transform: translateY(-1px);
    display: grid;
    place-content: center;
    outline: solid 1px transparent;
    outline-offset: 1px;
}

.checkboxContainer input[type="checkbox"]:not(:disabled):hover {
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.20);
}

.checkboxContainer input[type="checkbox"]:not(:disabled):focus {
    outline: solid 1px var(--deep-carrot);
    outline-offset: 1px;
}

.checkboxContainer input[type="checkbox"]:active {
    box-shadow: 0px 0px 250px 0px rgba(0, 0, 0, 0.10) inset;
}

.checkboxContainer input[type="checkbox"]:disabled, .checkboxContainer input[type="checkbox"]:disabled + label {
    opacity: 0.5;
    cursor: default;
}

.checkboxContainer input[type="checkbox"]::before {
    content: "";
    width: 8px;
    height: 8px;
    transform: scale(0);
    background-color: var(--gray-medium);
    -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
            clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.checkboxContainer input[type="checkbox"]:checked {
    box-shadow: inset 0 0 0 1px var(--gray-medium);
    border-color: var(--gray-medium);
}

.checkboxContainer input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.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;
}
.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;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

legend.hidden-color-swatch {
    display: none
}

.color-swatches {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 2px 0 2px;
    z-index: 20;
}

.cs-skeleton-loader {
    margin: 16px 4px 2px;
}

@media screen and (max-width: 500px) {
    .color-swatches {
        flex-wrap: wrap;
    }
}

.color-swatches .color-swatch , .color-swatches .color-swatch .react-loading-skeleton {
    position: relative;
    margin: 1px 3px;
    border: 2px solid transparent;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    box-sizing: border-box;
}

.color-swatches .color-swatch.selected {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid var(--gray-medium);
}

.color-swatches .color-swatch .swatch {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 10px;
    border: 1px solid var(--gray-dark);
    box-sizing: border-box;
    box-shadow: 0 0 0 1px #fff;
    text-indent: -9999px;
}

@media (max-width: 991px) {
    .thumbnail.thumb-redesign .color-swatches {
        align-items: center;
    }

    .thumbnail.thumb-redesign .color-swatches .color-swatch {
        width: 22px;
        height: 22px;
        align-content: center;
    }

    .thumbnail.thumb-redesign .color-swatches .color-swatch.selected {
        display: inline-grid
    ;
    }

    .thumbnail.thumb-redesign .color-swatches .color-swatch:not(.dynamiccolor) {
        justify-items: center;
    }

    .thumbnail.thumb-redesign .color-swatches .color-swatch:has(.dynamiccolor) {
        border: none;
    }

    .thumbnail.thumb-redesign .color-swatches .color-swatch .swatch {
        width: 16px;
        height: 16px;
    }

    .thumbnail.thumb-redesign .thumbnail .Icon.dynamiccolor {
        width: 22px;
        height: 22px;
    }
}

@media screen and (min-width: 768px) {
    .color-swatches .color-swatch:hover {
        border-color: #fff;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 2px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px var(--gray-medium);
    }

    .color-swatches .color-swatch.action-more:hover {
        box-shadow: none;
    }
}

.color-swatches .color-swatch .swatch.rosegoldfoil {
    background: var(--color-brown);
    background: linear-gradient(45deg, var(--color-brown), var(--brown-light));
}

.color-swatches .color-swatch .swatch.goldfoil {
    background: var(--color-golden);
    background: linear-gradient(45deg, var(--color-golden), var(--golden-light));
}

.color-swatches .color-swatch .swatch.silverfoil {
    background: var(--color-grey);
    background: linear-gradient(45deg, var(--gray-deep), var(--gray-light));
}

.color-swatches .color-swatch .swatch.redfoil {
    background: var(--gray-deep);
    background: linear-gradient(45deg, var(--gray-deep), var(--red-deep) 0, var(--gray-red));
}

.color-swatches .color-swatch .swatch.custom-color {
    background: conic-gradient(red, yellow, lime, aqua, blue, magenta, red);
}

.color-swatches .color-swatch .swatch.none:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 22px;
    background: #C6C7C9;
    left: 50%;
    transform: rotate(135deg);
}

.color-swatches .color-swatch .swatch.iridescent {
    background: linear-gradient(48deg,
            #e3c1f4,
            #d9d7ed,
            #dff7f1,
            #acf0ff,
            #e3c1f4,
            #d9d7ed,
            #dff7f1,
            #acf0ff,
            #e3c1f4);
}

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

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

.color-swatches .color-swatch.action-more .color-tooltip {
    font-size: 14px;
    width: 133px;
    text-align: center;
}

.color-swatches .color-swatch .color-tooltip strong {
    display: block;
    margin: 8px 0 4px;
}

.color-swatches .color-swatch:hover .color-tooltip {
    display: block;
}

.color-swatches .color-swatch .color-swatch-input {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 0;
    width: 0;
    opacity: 0
}

.color-swatches .color-swatch .color-swatch-input:focus+.swatch {
    outline: 1px dotted var(--color-black);
    outline: 5px auto -webkit-focus-ring-color
}

.color-swatches .color-swatch .arrow.top:before {
    left: 16px;
}

color-swatches .color-swatch.action-more .arrow.top:before {
    left: 20px;
}

@media screen and (max-width: 768px) {
    .color-swatches .color-swatch.action-more .color-tooltip {
        left: -100px;
    }

    .color-swatches .color-swatch.action-more .arrow.top:before {
        left: 117px;
    }
}
.mobileBreadCrumb {
    font-size: 12px;
    padding: 0 0 8px 0;
}

.ThumbnailPage  > .mobileBreadCrumb a {
    height: 15px;
    text-transform: capitalize;
    font-family: var(--sf-font-sohne-b);
    color: var(--text-color);
    text-decoration: underline;
    padding-left: 4px;
}

@media screen and (max-width: 480px) {
    .mobileBreadCrumb {
        padding: 0px;
    }
}
.mobileBreadCrumb .chevron-right {
    display: none;
}

.Breadcrumb {
    display: flex;
    align-items: center;
    margin: 0 0 1.0714rem;
    padding: 0 0.7143rem;
    list-style: none;
    min-height: 14px;
}

.Breadcrumb .extra-text,
.Breadcrumb li {
    display: inline;
    font-family: var(--sf-font-sohne-b);
    font-size: var(--font-size-tiny);
    line-height: 14px;
}

.Breadcrumb span.extra-text {
    margin-right: 0;
    padding-right: 4px;
}

.Breadcrumb span.extra-text:empty {
    display: none;
}

.Breadcrumb li {
    font-family: var(--sf-font-sohne);
}

.Breadcrumb li+li:before {
    padding: 0 4px 0 6px;
    color: #939497;
    content: '>';
}

.Breadcrumb li a {
    font-family: var(--sf-font-sohne);
    text-decoration: none;
    padding: 5px 10px 5px 0;
    margin: -5px -10px -5px 0;
    white-space: nowrap;
    color: var(--text-color-grey2);
    display: flex;
}

.Breadcrumb li a:hover {
    text-decoration: underline;
    color: var(--text-color-grey2);
}

.Breadcrumb li:last-child a {
    font-family: var(--sf-font-sohne-b);
    color: var(--text-color);
}

.breadcrumb-nonlink {
    display: flex;
}

.breadcrumb-nonlink span {
    font-family: var(--sf-font-sohne-b);
}

@media (max-width: 768px) {
    .Breadcrumb {
        display: none !important;
    }
}
.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);
    }
}
.Carousel {
    display: flex;
    flex-flow: row wrap;
    flex: 0 1 auto;
    align-items: center;
    --viewport-width: 100px;
    position: relative;
}

.topCarouselImg {
    align-items: baseline;
}

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

.Carousel a.next {
    right: -10px;
}

.Carousel.pip a.pipNext {
    position: absolute;
    bottom: -10px;
    left: 55px;
    transform: rotate(90deg);
}

.Carousel.slide a.prev,
.Carousel.slide a.next {
    opacity: 0;
    position: absolute;
    top: calc(50% - 24px);
}

html:not(.focus-none) .Carousel.slide a.prev:not(.disabled),
html:not(.focus-none) .Carousel.slide a.next:not(.disabled) {
    opacity: 1;
}

html:not(.focus-none) .Carousel.slide a.prev:not(.disabled):focus,
html:not(.focus-none) .Carousel.slide a.next:not(.disabled):focus {
    outline: 1px solid var(--deep-carrot);
    outline-offset: 2px;
}

.Carousel.slide a.prev:not(.disabled),
.Carousel.slide a.next:not(.disabled) {
    opacity: 1;
    transition: opacity 0.35s;
}

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

.Carousel>a.prev:hover:not(.disabled),
.Carousel>a.next:hover:not(.disabled) {
    border: 1px solid #757579;
    color: transparent;
    background-color: rgba(235, 237, 240, 0.9);
}

.Carousel>a.prev:active:not(.disabled),
.Carousel>a.next:active:not(.disabled) {
    border: 1px solid #58595b;
    color: rgba(220, 222, 225, 0.9);
    background-color: rgba(220, 222, 225, 0.9);
}

.Carousel>a:before {
    content: '';
    height: 5px;
    width: 5px;
    border: solid #58595b;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
}

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

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

.Carousel a.disabled {
    opacity: 0.3;
    cursor: default;
}

.Carousel>div {
    display: flex;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(100% - 48px);
    width: 0;
    z-index: 0;
    overflow: hidden;
    mix-blend-mode: multiply;
}

.Carousel.pip>div {
    overflow: visible;
}

.Carousel ul {
    display: flex;
    flex: 0 1 auto;
    flex-flow: row nowrap;
    margin: 0;
    padding: 0;
    align-items: stretch;
    transition: all 0.5s ease-in-out 0s;
}

.Carousel.pip ul {
    flex-flow: column nowrap;
}

.Carousel.pip .CarouselImgWrapper {
    width: 180px;
    max-height: 100%;
    overflow-y: hidden;
    overflow-x: visible;
}

.imageWall>.Carousel.pip>a.pipPrev,
.imageWall>.Carousel.pip>a.pipNext {
    display: none;
}

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

    .Carousel.slide ul li,
    .Carousel.slide ul li .altView .altViewImageWrapper img {
        max-height: 371px;
    }

    .Carousel.slide ul li,
    .Carousel.slide ul li .altView.selected .altViewImageWrapper img {
        min-height: 371px;
        object-fit: contain;
    }

    .Carousel.slide ul li .altView .altViewImageWrapper .alt-skeleton {
        min-height: 371px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .Carousel.pip .CarouselImgWrapper {
        height: 423px;
    }
}

.Carousel.pip .CarouselImg {
    margin: 0 0 auto 0;
}

.Carousel ul li {
    display: flex;
    flex-flow: column nowrap;
    flex: 0 1 auto;
    align-items: center;
    max-width: var(--viewport-width);
    overflow: hidden;
}

.Carousel.pip ul li {
    overflow: inherit;
}

.Carousel.slide a.prev {
    left: -10px;
}

.Carousel.pip a.pipPrev {
    position: absolute;
    top: -10px;
    left: 55px;
    transform: rotate(90deg);
}

.Carousel.slide a.next {
    right: -10px;
}

.Carousel.slide ul li {
    flex: 1 1 auto;
    height: 100%;
    width: var(--viewport-width);
    overflow: hidden;
    align-items: stretch;
}

.Carousel .navigation {
    display: flex;
    flex-flow: column nowrap;
    bottom: 0px;
    width: 100%;
    flex: 0 1 auto;
    align-items: center;
    z-index: 1;
    mix-blend-mode: unset;
}

.Carousel .hideNavigation {
    display: none !important;
}

.Carousel .navigation>div {
    display: flex;
    flex-flow: row nowrap;
    grid-gap: 30px;
    grid-gap: 30px;
    gap: 30px;
}

.Carousel.slide>div {
    flex-basis: 100%;
}

.Carousel .navigation span {
    --size: 12px;
    background-color: transparent;
    overflow: hidden;
    border-radius: 50%;
    width: var(--size);
    height: var(--size);
    margin: 0 4px;
    border: 2px solid #ffffff;
    cursor: pointer;
}

.Carousel .navigation span.active {
    background: #ffffff;
}

.Carousel .navigation .store-p {
    margin: 0;
    display: flex;
    flex: 0 1 auto;
    padding: 2px;
    font-size: var(--font-size-tiny);
}

.Carousel.slide .navigation {
    opacity: 0;
    margin-top: 20px;
}

.Carousel.slide .navigation.mobile {
    margin: auto 0 0;
}

.Carousel .navigation.mobile {
    opacity: 1;
    position: absolute;
    bottom: -2px;
}

.Carousel .navigation.mobile .store-p {
    display: none;
}

.Carousel.slide:hover .navigation {
    opacity: 1;
}

@media (max-width: 767px) {
    .Carousel .navigation .store-p {
        font-size: var(--font-size-tiny);
        display: none;
    }

    .Carousel .navigation {
        display: flex;
        flex-flow: column wrap;
    }

    .Carousel.slide a.prev:not(.disabled),
    .Carousel.slide a.next:not(.disabled),
    .Carousel a.prev:not(.disabled),
    .Carousel a.next:not(.disabled) {
        opacity: 1;
    }

    .Carousel.slide a.prev.disabled,
    .Carousel.slide a.next.disabled,
    .Carousel a.prev.disabled,
    .Carousel a.next.disabled {
        opacity: 0.3;
    }

    .Carousel.slide .navigation {
        opacity: 1;
    }

    .Carousel .navigation span {
        --size: 8px;
        width: var(--size);
        height: var(--size);
    }

    .Carousel.pip a.pipPrev {
        bottom: 25px;
        left: 30px;
    }

    .Carousel.pip a.pipNext {
        bottom: 100px;
        left: 30px;
    }
}

@media (max-width: 767px) {
    .Carousel a.prev {
        left: -10px;
    }

    .Carousel>div {
        border-radius: var(--border-radius) var(--border-radius) 0 0;
    }
}
.collections~.apc-global {
    display: none;
}

.collections.similar {
    margin-top: 20px;
}

.collections ul {
    list-style-type: none;
    padding: 10px 0;
}

.collections .Carousel .disabled {
    display: none;
}

.collections .Carousel {
    margin-bottom: 25px;
}

.collections h1.store-h1 {
    font-size: var(--font-size-headline-main);
    font-family: var(--sf-font-sohne-b);
    color: #6A707C;
}

.collections .Carousel ul li {
    --width: 370px;
    --similar-width: 270px;
    --margin: 24px;
    --similar-margin: 40px;
    margin-right: var(--margin);
    padding: 8px 4px;
    box-sizing: border-box;
    width: var(--width);
}

.collections.similar .Carousel ul li {
    width: var(--similar-width);
    margin-right: var(--similar-margin);
}

.collections .suggestion {
    font-family: var(--sf-font-sohne-md);
    box-sizing: border-box;
    text-align: center;
    border: 10px solid #fff;
    width: var(--width);
    height: var(--height);
}

.collections img {
    width: var(--img);
}

.collections.similar img {
    width: var(--img-similar);
}

.collections>header {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.collections>header a.button {
    text-transform: uppercase;
    color: unset;
}

.collections .store-h3 {
    font-family: var(--sf-font-sohne-b);
    margin: 0;
    font-weight: normal;
    font-weight: initial;
    line-height: 1.5;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.collections .suggestion .store-h3 {
    text-overflow: ellipsis;
    max-width: 70%;
    margin: auto;
    font-family: var(--sf-font-sohne-md);
    font-size: var(--suggestions-hdr);
    font-weight: inherit;
    line-height: 1.2;
    overflow: hidden;
}

.collections.similar .suggestion .store-h3 {
    font-size: var(--h3size);
}

.collections .store-h4 {
    font-size: var(--collections-subhdr);
    margin: 5px 0 0;
}

.collections.similar .suggestion {
    box-sizing: border-box;
    width: var(--similar-width);
    height: var(--similar-height);
}

.collections .suggestion a,
.collections .suggestion a:hover {
    color: unset;
}

.collections .Carousel li:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.collections .Carousel.adaptive :is(a.next, a.prev) {
    left: 0;
    right: 0;
}

.collections .Carousel.adaptive .CarouselImg {
    transform: translateX(-5px);
}

@media (max-width: 479px) {

    .collections .suggestion img,
    .collections.similar .suggestion img {
        max-width: 100%;
        object-fit: contain;
    }

    .collections .suggestion .store-h3,
    .collections .suggestion .store-h4 {
        --suggestions-hdr: 14px;
        font-family: var(--sf-font-sohne);
        font-weight: unset;
    }

    .collections .suggestion .store-h4 {
        font-family: var(--sf-font-sohne-md);
    }

    .collections .Carousel ul li,
    .collections .suggestion,
    .collections.similar .suggestion {
        --margin: 0;
        --similar-margin: 0;
        --width: 137px;
        --similar-width: 137px;
        --height: 191px;
        --similar-height: 191px;
    }
}

@media (max-width: 991px) {
    .collections h1.store-h1 {
        --font-size-headline-main: 18.66px;
    }
}

@media (min-width: 480px) {
    .collections.similar .suggestion {
        --similar-width: 137px;
    }

    .collections.similar img,
    .collections img {
        --img: 154px;
        --img-similar: 154px;
    }

    .collections .Carousel ul li,
    .collections .suggestion,
    .collections.similar .suggestion {
        --width: 172px;
        --similar-width: 172px;
        --height: 226px;
        --similar-height: 226px;
    }
}

@media (min-width: 768px) {
    .collections.similar .suggestion {
        --similar-width: 137px;
    }

    .collections img {
        --img: 154px;
    }

    .collections.similar img {
        --img-similar: 119px;
    }

    .collections .Carousel ul li,
    .collections .suggestion,
    .collections.similar .suggestion {
        --width: 172px;
        --similar-width: 137px;
        --height: 226px;
        --similar-height: 191px;
    }
}

@media (min-width: 992px) {

    .collections .Carousel ul li,
    .collections .suggestion,
    .collections.similar .suggestion {
        --width: 218px;
        --similar-width: 172px;
        --height: 284px;
        --similar-height: 226px;
    }

    .collections img {
        --img: 200px;
    }

    .collections.similar img {
        --img-similar: 154px;
    }

    .collections .suggestion .store-h3 {
        --suggestions-hdr: 18px;
        font-family: var(--sf-font-sohne-md);
    }

    .collections .suggestion .store-h4 {
        --collections-subhdr: 12px;
        font-family: var(--sf-font-sohne);
    }

    .collections.similar .suggestion .store-h3 {
        font-family: var(--sf-font-sohne);
    }

    .collections.similar .suggestion .store-h4 {
        font-family: var(--sf-font-sohne-md);
    }
}

@media (min-width: 1200px) {

    .collections .Carousel ul li,
    .collections .suggestion,
    .collections.similar .suggestion {
        --width: 270px;
        --height: 372px;
        --similar-height: 278px;
        --similar-width: 215px;
    }

    .collections .Carousel ul li {
        --margin: 6px;
        --similar-margin: 8px;
    }

    .collections img {
        --img: 252px;
    }

    .collections.similar img {
        --img-similar: 197px;
    }

    .collections.similar .store-h3 {
        --h3size: 14px;
    }
}

@media (min-width: 1600px) {

    .collections .Carousel ul li,
    .collections .suggestion,
    .collections.similar .suggestion {
        --margin: 12px;
        --similar-margin: 25px;
        --width: 370px;
        --height: 450px;
        --similar-width: 270px;
        --similar-height: 336px;
    }

    .collections img {
        --img: 350px;
    }

    .collections.similar img {
        --img-similar: 252px;
    }

    .collections.similar .store-h3 {
        --h3size: 18px;
    }
}

@media (max-width: 768px) {
    .collections>header {
        align-items: center;
    }

    .collections .store-h1 {
        line-height: 1;
    }

    .collections>header a.button.SFLY,
    .collections>header a.button.SFLY:active,
    .collections>header a.button.SFLY:not(.disabled):active,
    .collections>header a.button.SFLY:not(.disabled):hover {
        font-size: 14px;
        border: none;
        padding: 0;
        text-transform: capitalize;
        color: unset;
        text-decoration: underline;
        height: auto;
        box-shadow: none;
    }
}
.ProductOption {
    --neutrals-ink: #2d3137;
    --neutrals-slate: #dbdde1;
    --neutrals-fog: #6a707c;
    --neutrals-dark: #2f3237;
}

.ProductOption.chicklet-2 ul {
    display: flex;
}

.ProductOption.chicklet-1.full-width.two-column .option-wrapper ul li a.two-column {
    display: grid !important;
    grid-template-columns: 82px 2fr;
    grid-gap: 10px;
    gap: 10px;
    padding: 0px;
    padding: 0 20px 0 0;
}

.ProductOption.chicklet-1.ProductOption.full-width.two-column ul li a.two-column .Icon svg {
    align-self: flex-end;
}

.ProductOption.chicklet-1.full-width.two-column>.mobile-options.show ul li a.two-column {
    display: grid !important;
    grid-template-columns: 98px 2fr;
    grid-gap: 10px;
    gap: 10px;
    padding: 0;
}

.ProductOption.chicklet-1.full-width .option-wrapper ul li a.two-column .column-right,
.ProductOption.chicklet-1.full-width.two-column>.mobile-options.show ul li a.two-column .column-right {
    align-self: center;
    margin-bottom: 5px;
}

.ProductOption.chicklet-1.full-width .option-wrapper ul li a.two-column .column-right span.envelope-type-free-tag,
.ProductOption.chicklet-1.full-width.two-column>.mobile-options.show ul li a.two-column .column-right span.envelope-type-free-tag {
    color: var(--deep-carrot);
    font-family: var(--sf-font-sohne-md);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    align-self: center;
}

.ProductOption.chicklet-2 ul li {
    display: inline-flex;
    align-items: flex-start;
}

.ProductOption.chicklet-2 ul li .a {
    display: flex;
    align-items: flex-start;
    border-radius: 4px;
    border: 1px solid var(--neutrals-slate);
    background: #fff;
}

.ProductOption.chicklet-1.no-icon ul {
    display: flex;
}

.ProductOption.chicklet-1 ul li,
.ProductOption.chicklet-2 ul li {
    height: auto !important;
    position: relative;
}

.ProductOption.chicklet-1 ul li {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.ProductOption.chicklet-1.full-width ul li , .ProductOption.chicklet-1.full-width ul li span.react-loading-skeleton {
    width: 464px !important;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.ProductOption.ProductOption.chicklet-1.full-width.two-column .option-wrapper ul li a {
    height: 100% !important;
}

.ProductOption.chicklet-1.full-width .option-wrapper ul li a {
    display: flex !important;
    width: 100% !important;
    align-items: flex-start !important;
    border-radius: 4px !important;
    background: #fff !important;
}

.ProductOption.full-width ul {
    display: grid !important;
    grid-template-columns: 1fr;
}

.ProductOption.full-width ul li {
    min-width: 0;
}

.ProductOption.chicklet-1 .option-wrapper>li:not(.selected) a>div {
    position: absolute;
    top: 10px;
}

.ProductOption.full-width ul li .description {
    text-align: left;
    color: var(--neutrals-fog);
    font-family: var(--sf-font-sohne);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    font-style: italic;
}

.ProductOption.chicklet-1.full-width ul li .additional-description {
    text-align: left;
    color: #6a707c;
    color: #6a707c;
    color: var(--neutrals-fog, #6a707c);
    font-family: var(--sf-font-sohne-md);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-top: 2px;
}

.ProductOption.chicklet-1.full-width ul li .additional-description span {
    color: #6a707c;
    font-family: var(--sf-font-sohne-sb);
}

.ProductOption.chicklet-1.no-icon.full-width .option-wrapper ul li a .details-container,
.ProductOption.chicklet-1.no-icon.full-width .mobile-options.show ul li a .details-container {
    width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: 100%;
}

.ProductOption.chicklet-1.full-width ul li a .column-left {
    align-self: flex-end;
    width: 100%;
    height: 100%;
}

.ProductOption.chicklet-1.full-width ul li a .column-left .Icon:not(.SelectedTick) {
    padding: 0 !important;
    margin: 0;
    width: 100%;
    height: 100%;
}

.ProductOption.full-width ul li .detail-description {
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    display: inline-block;
    font-family: var(--sf-font-sohne);
    text-align: left;
    font-size: var(--font-size);
}

.ProductOption.PAPER_TYPE.full-width ul li .detail-description {
    display: block;
}

.ProductOption.full-width ul li a {
    align-items: flex-start !important;
    flex-direction: column !important;
}

.ProductOption.full-width .extra-price {
    display: none;
}

.ProductOption.chicklet-1 ul li a {
    border: solid 1px #c6c7c9;
    border-radius: 4px;
    box-sizing: content-box;
    height: 100%;
    padding: 10px;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    position: relative;
    z-index: 3;
}

.ProductOption.chicklet-1.no-icon.chicklet-1.no-icon .option-wrapper ul li a {
    width: auto;
    border-radius: 4px;
    border: 1px solid var(--neutrals-slate);
    background: #fff;
    padding: 7px 16px;
    flex-direction: column;
}

.ProductOption.chicklet-1.no-icon.chicklet-1.no-icon.full-width .option-wrapper ul li a {
    padding: 10px;
}

.ProductOption.chicklet-1.no-icon.chicklet-1.no-icon .option-wrapper ul li.selected a {
    border: 2px solid var(--neutrals-ink) !important;
}

.ProductOption.chicklet-1 ul li a .Icon {
    height: 32px;
    width: 32px;
    margin-bottom: 8px;
}

.ProductOption.chicklet-1 ul li a .Icon svg {
    width: 100%;
    height: 100%;
}

.ProductOption.chicklet-1 ul li a:hover {
    border: 2px solid var(--neutrals-ink) !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2) !important;
}

.ProductOption.chicklet-1 ul li a:active {
    box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.1) inset !important;
}

.ProductOption.chicklet-1 ul li.selected>a:not(.show-popup) {
    height: 100%;
    padding: 8px 10px;
}

.ProductOption.chicklet-1 ul li.selected a {
    border: 2px solid var(--neutrals-ink) !important;
}

.ProductOption.chicklet-1 ul li a:focus {
    box-shadow: 0 0 0 2px var(--deep-carrot), 0 0 0 1px #fff !important;
}

.ProductOption.chicklet-1 ul li a:focus:after {
    display: none;
}

.ProductOption.chicklet-1 ul li.selected a:focus {
    outline: none !important;
}

.ProductOption.chicklet-1 ul li.selected a:focus:before {
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: solid 2px #fff;
    top: -4px;
    left: -4px;
    border-radius: 6px;
}

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

.ProductOption.chicklet-1 ul li.selected a:focus+.selected-tick-focus:before {
    position: absolute;
    content: '';
    right: -8px;
    top: -8px;
    width: 16px;
    height: 16px;
    border: solid 1px var(--deep-carrot);
    border-radius: 100%;
    background: #fff;
    z-index: 2;
}

.ProductOption.chicklet-1 ul li.selected a:focus+.selected-tick-focus:after {
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: #fff;
    top: -3px;
    left: -3px;
    border: solid 1px var(--deep-carrot);
    border-radius: 4px;
}

.ProductOption.chicklet-1 ul li.selected>a:not(.show-popup).disabled {
    opacity: 0.4;
}

.ProductOption.chicklet-1 ul li a .Icon.SelectedTick svg {
    width: 100%;
    height: 100%;
    z-index: 3;
}

.ProductOption.chicklet-1 ul li a .best-seller {
    color: #00829b;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    font-family: var(--sf-font-sohne-md);
}

.ProductOption.chicklet-1 ul li a .price {
    font-family: var(--sf-font-sohne-md);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.ProductOption.chicklet-1 .mobile-label {
    display: none;
}

.ProductOption.chicklet-2 ul li a {
    border: solid 1px #c6c7c9;
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    height: 100% !important;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 !important;
    background: #fff;
    position: relative;
    z-index: 3;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.ProductOption.chicklet-2 ul li a .Icon {
    height: 100%;
    max-height: 64px;
    max-width: 64px;
    grid-row: 1;
    grid-column: 1;
    align-self: flex-start;
    width: auto;
}

.ProductOption.chicklet-2 ul li a .Icon svg {
    width: 100%;
    height: 100%;
    align-self: flex-start;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ProductOption.chicklet-2 ul li.selected a .Icon svg,
.ProductOption.chicklet-2 ul li a:hover .Icon svg {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.ProductOption.chicklet-2 ul li a:hover {
    height: 100% !important;
}

.ProductOption.chicklet-2 ul li.selected a {
    border-width: 2px;
    border-color: var(--gray-medium);
}

.ProductOption.chicklet-2 ul li a:focus {
    outline: solid 1px var(--deep-carrot) !important;
    outline-offset: 2px;
}

.ProductOption.chicklet-2 ul li a:focus:after {
    display: none;
}

.ProductOption.chicklet-2 ul li.selected a:focus {
    outline: none !important;
}

.ProductOption.chicklet-2 ul li.selected a:focus:before {
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: solid 2px #fff;
    top: -4px;
    left: -4px;
    border-radius: 6px;
}

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

.ProductOption.chicklet-2 ul li.selected a:focus+.selected-tick-focus:before {
    position: absolute;
    content: '';
    right: -8px;
    top: -8px;
    width: 16px;
    height: 16px;
    border: solid 1px var(--deep-carrot);
    border-radius: 100%;
    background: #fff;
    z-index: 2;
}

.ProductOption.chicklet-2 ul li.selected a:focus+.selected-tick-focus:after {
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: #fff;
    top: -3px;
    left: -3px;
    border: solid 1px var(--deep-carrot);
    border-radius: 4px;
}

.ProductOption.chicklet-2 ul li.selected>a:not(.show-popup).disabled {
    opacity: 0.4;
}

.ProductOption.chicklet-2 ul li a .Icon.SelectedTick svg {
    width: 100%;
    height: 100%;
    z-index: 3;
}

.ProductOption.chicklet-2 ul li a .best-seller {
    color: #00829b;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    font-family: var(--sf-font-sohne-md);
}

.ProductOption.chicklet-2 ul li a .price {
    font-family: var(--sf-font-sohne-md);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.ProductOption ul li a .label {
    font-family: var(--sf-font-sohne);
    color: var(--neutrals-dark);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: 21px;
    display: flex;
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    grid-row: 1;
    grid-column: 2;
    white-space: nowrap;
}

.ProductOption ul li.selected a .label {
    font-family: var(--sf-font-sohne-b);
}


.ProductOption.TRIM ul li a .label {
    justify-content: center;
}

.ProductOption ul li a .label .optionExtraPrice {
    display: none;
}

.ProductOption.full-width ul li a .label .optionExtraPrice {
    display: block;
}

.ProductOption.chicklet-2 ul li.selected a .label {
    font-family: var(--sf-font-sohne);
}

.ProductOption.chicklet-2 ul li a .label {
    color: var(--neutrals-dark);
    font-family: var(--sf-font-sohne);
    align-self: center;
    justify-content: center;
    font-size: 14px;
    margin: 0 8px;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding: 5px 0;
    font-style: normal;
    line-height: 21px;
}

.ProductOption.chicklet-2 .mobile-label {
    display: none;
}

.ProductOption.single-option label span {
    font-family: var(--sf-font-sohne);
    margin-left: 5px;
    text-transform: capitalize;
}

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

    .ProductOption.chicklet-1:not(.inline-opt-ux) ul,
    .ProductOption.chicklet-2:not(.inline-opt-ux) ul {
        display: grid;
        grid-template-columns: 1fr !important;
        grid-auto-rows: 1fr;
    }

    .ProductOption.chicklet-1 .mobile-label,
    .ProductOption.chicklet-2 .mobile-label {
        display: flex;
        font-weight: normal;
        text-transform: none;
        font-family: var(--sf-font-sohne-b);
    }

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

    .ProductOption.chicklet-1:not(.single-option):not(.inline-opt-ux) label,
    .ProductOption.chicklet-2:not(.single-option):not(.inline-opt-ux) label {
        white-space: nowrap;
        font-size: 14px;
        line-height: 21px;
        font-family: var(--sf-font-sohne-b);
        font-weight: 500;
        border: 1px solid #d8d8d8;
        width: 100%;
        border-radius: 8px;
        padding: 10px;
        box-sizing: border-box;
        margin: 0;
    }
    
    .ProductOption.chicklet-1:not(.single-option) .mobile-options-label .labelText,
    .ProductOption.chicklet-2:not(.single-option) .mobile-options-label .labelText{
        border: none;
    }

    .ProductOption.chicklet-1:not(.single-option) label .caret,
    .ProductOption.chicklet-2:not(.single-option) label .caret {
        position: absolute;
        top: 35%;
        right: 12px;
        border-top: 6px dashed #2d3137;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

    .ProductOption.chicklet-1>ul>li,
    .ProductOption.chicklet-2>ul>li {
        display: flex !important;
    }

    .ProductOption.chicklet-1>.mobile-options,
    .ProductOption.chicklet-2>.mobile-options {
        display: flex;
        position: fixed;
        bottom: 65px;
        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;
        display: none;
        overflow-y: scroll;
        max-height: calc(100vh - 80px);
    }

    .ProductOption.chicklet-1.full-width.no-icon>.mobile-options {
        padding: 20px 8px;
    }

    .ProductOption>.mobile-options.show .close {
        display: block !important;
    }

    .ProductOption.chicklet-1>.mobile-options.show,
    .ProductOption.chicklet-2>.mobile-options.show {
        display: flex;
        flex-direction: column;
    }

    .ProductOption.chicklet-1>.mobile-options.show .mobile-options-label,
    .ProductOption.chicklet-2>.mobile-options.show .mobile-options-label {
        color: #58595b;
        font-family: var(--sf-font-sohne-b);
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 18px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .ProductOption.chicklet-1>.mobile-options.active,
    .ProductOption.chicklet-2>.mobile-options.active {
        display: flex;
    }

    .ProductOption.chicklet-1 ul li.selected>a,
    .ProductOption.chicklet-2 ul li.selected>a {
        display: flex !important;
    }

    .ProductOption.chicklet-1 .fade-bg,
    .ProductOption.chicklet-2 .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;
        display: none;
    }

    .ProductOption.chicklet-1 .fade-bg.show,
    .ProductOption.chicklet-2 .fade-bg.show {
        display: block;
    }

    .ProductOption.chicklet-1>.mobile-options .close,
    .ProductOption.chicklet-2>.mobile-options .close {
        right: 0;
        left: auto;
    }

    .ProductOption.chicklet-1 .mobile-options ul li,
    .ProductOption.chicklet-1 .mobile-options ul li a,
    .ProductOption.chicklet-2 .mobile-options ul li,
    .ProductOption.chicklet-2 .mobile-options ul li a {
        width: 100% !important;
        box-sizing: border-box;
        height: auto !important;
        flex-direction: row;
        grid-column-gap: 12px;
        -webkit-column-gap: 12px;
           -moz-column-gap: 12px;
                column-gap: 12px;
    }

    .ProductOption.chicklet-1.full-width.inline-opt-ux ul li, .ProductOption.chicklet-1.full-width.inline-opt-ux ul li span.react-loading-skeleton {
        width: 100% !important;
    }

    .ProductOption.chicklet-1.full-width:not(.inline-opt-ux) ul li , .ProductOption.chicklet-1.full-width:not(.inline-opt-ux) ul li span.react-loading-skeleton {
        width: 100% !important;
        display: flex;
        align-items: flex-start;
        flex-direction: row;
    }

    .ProductOption.chicklet-1 .mobile-options ul li a .Icon,
    .ProductOption.chicklet-2 .mobile-options ul li a .Icon {
        margin-bottom: 0;
    }

    .ProductOption.chicklet-1 .mobile-options ul li a:hover,
    .ProductOption.chicklet-2 .mobile-options ul li a:hover {
        height: auto !important;
    }

    .ProductOption.chicklet-1:not(.inline-opt-ux) ul,
    .ProductOption.chicklet-1.no-icon:not(.inline-opt-ux) ul {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ProductOption.chicklet-1 ul li.selected .selected-tick-focus,
    .ProductOption.chicklet-2 ul li.selected .selected-tick-focus {
        display: none;
    }

    .ProductOption.chicklet-1.no-icon.full-width.inline-opt-ux .option-wrapper ul li a {
        box-sizing: border-box;
    }

    .ProductOption.full-width.inline-opt-ux ul li .detail-description {
        overflow: visible;
        white-space: unset;
    }

    .options .ProductOption.inline-opt-ux:last-child {
        margin-bottom: 24px;
    }

    .ProductOption.chicklet-1.no-icon.chicklet-1.no-icon.full-width.inline-opt-ux .option-wrapper ul li a {
        padding: 16px;
    }

    .ProductOption.inline-opt-ux ul li a .label {
        font-size: 16px;
        line-height: 24px;
    }

    .ProductOption.full-width.inline-opt-ux ul li .description {
        font-style: normal;
        font-size: 13px;
        color: #595855;
        margin-top: 4px;
    }

    .ProductOption.full-width.inline-opt-ux ul li .detail-description {
        font-size: 14px;
        line-height: 21px;
        color: #6A707C;
    }

    .ProductOption.chicklet-1.full-width.inline-opt-ux .option-wrapper ul li a {
        border-radius: 8px !important;
    }

    .ProductOption.chicklet-1.inline-opt-ux:not(.no-icon) .option-wrapper ul li a {
        padding: 16px 12px 8px 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .PBPip .ProductOption>.option-wrapper .close {
        display: none;
    }
}


@media screen and (min-width: 970px) and (max-width: 1199px) {
    .ProductOption.chicklet-2 ul li a .label {
        margin: 0 5px;
    }
}
.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.inline-opt-ux {
        margin: 8px 5px 20px 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.inline-opt-ux>label {
        font-size: 16px;
        line-height: 20px;
    }

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

    .ProductOption.inline-opt-ux>label span:first-of-type {
        font-family: 'Sohne';
    }

    .ProductOption.inline-opt-ux>label .colorLabel {
        color: #241F16;
    }

    .ProductOption.inline-opt-ux>label .selectedValue {
        font-weight: 500;
        color: #241F16;
    }
}

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

    .ProductOption.inline-opt-ux>label {
        font-size: 16px;
        font-family: 'Sohne';
        color: #241F16;
    }

}

.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;
    }
}
.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;
}
.body-wrapper.spf-filters .Sticky.top {
    position: relative !important;
    top: unset !important;
}

.FilterBar {
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 auto;
    line-height: 21px;
    font-size: var(--font-size-default);
    background-color: #fff;
    min-height: 36px;
}

.FilterBar.filterbar-skeleton {
    min-height: 55px;
}

.FilterBar .TopBar {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    flex: 1 1 auto;
    align-items: center;
    border-bottom: 1px solid #dcdee1;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
    padding-bottom: 3px;
}

.FilterBar.filter-enabled .TopBar {
    display: none;
}

.FilterBar.filter-enabled.flyout .TopBar {
    display: flex;
}

.thumbnail-inner-wrapper:has(.flyout),
.thumbnail-inner-wrapper:has(.as-many-as-filters),
.thumbnail-inner-wrapper:has(.flag-off) {
    display: flex;
    flex-direction: column;
}

.thumbnail-inner-wrapper:has(.flyout) .filter-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

.thumbnail-inner-wrapper .filter-container .FilterBar.left1 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    height: 100vh;
    overflow-y: auto;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .FilterBar.filter-enabled {
        padding: 0 25px;
    }

    .FilterBar.filter-enabled .TopBar {
        display: flex;
    }
}

.FilterBar.simple .TopBar {
    border: none;
}

.FilterBar .Filters {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    padding: 0 8px 0 0;
    flex-flow: row nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    min-height: 55px;
    overflow-y: hidden;
}

.FilterBar.as-many-as-filters .Filters {
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 45px;
}

.FilterBar.as-many-as-filters .Filters .dropdown-wrapper {
    visibility: hidden;
}

.FilterBar.as-many-as-filters .Filters .dropdown-wrapper.hide-filter {
    display: none;
}

.FilterBar.as-many-as-filters .Filters .dropdown-wrapper.show-filter {
    visibility: visible;
}

.Filters .filterDropDowns .dropdown-wrapper:first-child .DropDown {
    margin-left: 0px;
}

.FilterBar.as-many-as-filters .Filters .DropDown {
    border: 1px solid #dbdde1;
    line-height: 22px;
    padding: 2px 4px;
    margin-left: 16px;
}

.FilterBar.as-many-as-filters .Filters a.DropDown .arrowIcon {
    margin: 8px 6px;
}

.FilterBar .Filters .filterDropDowns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    height: 28px;
    grid-row-gap: 35px;
    row-gap: 35px;
}

.FilterBar .SingleMobileFilter {
    padding: 0;
}

.FilterBar .Filters::-webkit-scrollbar {
    display: none;
}

.FilterBar .AllFilters label {
    text-transform: capitalize;
}

.FilterBar .filter-label-skeleton {
    width: 100px;
    height: 20px;
}

.FilterBar .AllFilters .checkBoxList input:checked+label {
    font-family: var(--sf-font-sohne-b);
}

.FilterBar .AllFilters .checkBoxList label {
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--sf-font-sohne);
}

@keyframes slidein {
    from {
        left: -375px;
    }

    to {
        left: 0;
    }
}

.FilterBar .AllFilters .AllFilterTopBar {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 8px;
    align-items: center;
    flex: 0 0 auto;
    border-bottom: 1px solid #dcdee1;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 99;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 13px 15px 10px 15px;
}

.FilterBar .AllFilters .AllFilterBar {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    flex: 0 0 auto;
    padding: 0 15px;
}

.FilterBar:not(.filter-enabled) .hideVisibility {
    visibility: hidden;
    transform: translate(-100%);
}

.FilterBar:not(.filter-enabled) .AllFilters {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 375px;
    background: white;
    animation: 0.5s ease-out slidein;
    box-sizing: border-box;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.FilterBar:not(.filter-enabled) .AllFiltersBackGround {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3;
}

DIV.filtern-fav-section {
    top: 0;
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
}

section.sticky-enabled {
    box-shadow: 0 6px 3px -3px rgba(0, 0, 0, .3);
}

.FilterBar .AllFilters .AllFiltersHeader {
    z-index: 99;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.FilterBar .AllFilters .AllFilterTopBar.sticky {
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%);
}

@media screen and (max-width: 768px) {
    .FilterBar .hideVisibility {
        visibility: hidden;
        transform: translate(-100%);
    }

    .FilterBar .AllFilters .AllFilterTopBar.sticky {
        box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%);
        width: calc(100% + 24px);
        margin-left: -12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .AllFiltersBackGround {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 3;
    }

    .FilterBar .AllFilters {
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background: white;
        animation: 0.5s ease-out slidein;
        box-sizing: border-box;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1),
            0 5px 15px 0 rgba(0, 0, 0, 0.08);
        padding: 0 12px;
    }

    .FilterBar:not(.filter-enabled) .AllFilters {
        width: 100vw;
    }
}

@media screen and (max-width: 480px) {
    .FilterBar .AllFilters .AllFiltersHeader.sticky {
        box-shadow: none;
    }

    .FilterBar .AllFilters .AllFilterTopBar.sticky {
        width: calc(100% + 24px);
        margin-left: -12px;
    }

    .FilterBar .AllFilters .SelectedFiltersTopBar.sticky {
        margin-left: -12px;
        top: 52px;
        position: -webkit-sticky;
        position: sticky;
        z-index: 999;
    }

    .FilterBar .AllFilters .SelectedFiltersTopBar.sticky .SelectedFilters {
        padding: 5px 0px;
        background: #ffffff;
        z-index: 99999999999;
    }

    .FilterBar .AllFilters .SelectedFiltersTopBar {
        box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.10);
        width: calc(100% + 24px);
        margin-left: -12px;
    }

    .SelectedFiltersTopBar .SelectedFilters li {
        margin: 9px 9px !important;
    }

    .SelectedFiltersTopBar .SelectedFilters {
        padding-bottom: 6px;
        background: #ffffff;
    }

    .ThumbnailPage.bttEnabled .FilterBar .AllFilters .AllFilterTopBar {
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-bottom: 0px
    }

    .FilterBar .TopBar .ShowAll {
        margin-bottom: 0px;
        margin-top: 0px;
        border: none;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .FilterBar .TopBar a.ShowAll .label {
        font-size: 16px;
        font-weight: bold;
        color: #241F16;
    }

    .SelectedFiltersTopBar .clearAll {
        display: none;
    }
}

.FilterBar .AllFilters .AllFilterBar .CollapsibleContent {
    border: none;
    margin: 0;
}

.FilterBar .AllFilters .AllFilterBar .CollapsibleContent.open .content {
    padding-bottom: 17px;
}

.FilterBar .AllFilters .AllFilterBar .CollapsibleContent .hideContent {
    transform: translate(-100%);
    position: absolute;
    visibility: hidden;
    left: 0px;
}

.FilterBar .AllFilters .AllFilterBar .CollapsibleContent header:hover {
    box-shadow: none;
}

.FilterBar .AllFilters .AllFilterTopBar .label {
    display: flex;
    text-transform: capitalize;
    font-size: var(--font-size-subtitle);
    font-family: var(--sf-font-sohne-sb);
    color: var(--text-color);
}

.FilterBar .AllFilters .AllFilterTopBar .ClearAllButton {
    margin: 0 15px 0 0;
    border: none;
    border-bottom: 1px solid var(--gray-medium);
    border-radius: 4px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
}

.FilterBar .AllFilters .AllFilterTopBar .ClearAllButton .label {
    font-family: var(--sf-font-sohne-b);
    font-size: var(--font-size-default);
}

.FilterBar .AllFilters .AllFilterTopBar .CloseIcon {
    cursor: pointer;
    padding: 5px 10px;
    border: none;
    background: var(--deep-carrot);
    display: none;
    border-radius: 24px;
    color: #fff;
    font-size: 14px;
}

.FilterBar .AllFilters .AllFilterTopBar .CloseIcon-Web {
    display: none;
}

.FilterBar:not(.filter-enabled) .AllFilterTopBar .CloseIcon-Web {
    display: block;
    background: none;
    cursor: pointer;
    padding: 0;
    border: none;
}

.FilterBar .AllFilters .AllFilterTopBar .CloseIcon-Web .Icon {
    display: flex;
    height: 19px;
    width: 19px;
}

@media screen and (max-width: 768px) {
    .FilterBar .AllFilters .AllFilterTopBar .CloseIcon {
        display: flex;
        margin-left: auto;
    }

    .FilterBar .AllFilters .AllFilterTopBar .ClearAllButton {
        margin-left: 15px;
    }

    .FilterBar .AllFilters .AllFilterTopBar .CloseIcon-Web {
        display: none;
    }
}

.FilterBar .AllFilters .AllFilterTopBar .CloseIcon .Icon {
    display: flex;
    flex: 0 0 auto;
    height: 19px;
    width: 19px;
}

.FilterBar .TopBar .ShowAll {
    display: flex;
    flex-flow: row nowrap;
    margin-right: 16px;
    align-items: center;
    flex: 0 0 auto;
    padding: 9px 16px;
    --border-color: #c6c7c9;
    --border-width: 1px;
    --text-color: #58595b;
    color: var(--text-color);
    font-size: var(--text-size);
    text-decoration: none;
    border-radius: 4px;
    border: var(--border-width) solid var(--border-color);
    box-sizing: border-box;
    white-space: nowrap;
}

.FilterBar.as-many-as-filters .TopBar .ShowAll {
    --border-width: none;
}

.FilterBar.as-many-as-filters .Filters {
    padding: 0px;
}

@media screen and (max-width: 814px) {
    .FilterBar .TopBar .ShowAll {
        margin-bottom: 8px;
        margin-top: 8px;
    }
}

@media screen and (min-width: 768px) {
    .FilterBar .TopBar .ShowAll:hover {
        --border-color: #757779;
        --text-color: #58595b;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    }
}

.FilterBar .TopBar a.ShowAll .label {
    display: flex;
    white-space: pre-line;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 16px;
    color: var(--text-color);
}

.FilterBar .TopBar .ShowAll .Icon {
    display: flex;
    flex: 0 0 auto;
    height: 16px;
    width: 16px;
}

.FilterBar .TopBar .ShowAll .Icon.filters {
    padding: 0px;
    padding-right: 7px;
}

@media (min-width: 768px) {
    .FilterBar .TopBar .DropDown:hover {
        text-decoration: underline;
    }

    .FilterBar .TopBar .DropDown:active {
        background-color: var(--gray-dark);
        border-radius: 5px;
    }

    .FilterBar .TopBar .DropDown:focus {
        outline: none !important;
    }

    .FilterBar .TopBar .DropDown:focus-visible {
        border: 1px solid var(--outrageous-orange);
    }
}

@media (min-width: 769px) {
    .FilterBar .AllFilters .AllFilterTopBar .label {
        flex: auto;
    }
}

.FilterBar .TopBar .ShowAll .Icon svg path {
    fill: var(--text-color);
}

.FilterBar .TopBar .DropDown {
    margin-left: 24px;
    border-radius: 5px;
    border: 1px solid transparent;
}

.FilterBar .TopBar .DropDown,
.FilterBar .TopBar .FilterPanel {
    padding: 0 24px 0 0;
}

.FilterBar .TopBar .FilterPanel label {
    text-transform: uppercase;
    margin-right: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.FilterBar .results {
    display: flex;
    justify-self: flex-end;
    flex: 0 0 auto;
    font-size: var(--font-size-small);
    line-height: 15px;
}

.FilterBar .results.favorite {
    padding-right: 24px;
}

.FilterBar .favorite-section {
    display: flex;
    flex: 0 0 auto;
    padding: 8px 24px 8px 8px;
    border-left: 1px solid #dcdee1;
    align-items: center;
    line-height: 15px;
    margin-left: 8px;
}

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

.FilterBar .favorite-section .favorite-svg {
    width: 30px;
    height: 30px;
    position: relative;
}

.FilterBar .favorite-svg>svg {
    overflow: visible;
}

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

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

.FilterBar .favorite-section .label {
    padding-left: 8px;
}

.FilterBar .filterListItem {
    list-style-type: none;
    color: #6a707c;
    color: var(--neutrals-fog, #6a707c);
    font-family: var(--sf-font-sohne);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.FilterBar .filterListItem.selected {
    font-family: var(--sf-font-sohne-b);
}

@media screen and (max-width: 768px) {
    .FilterBar .TopBar a.ShowAll .label {
        text-transform: uppercase;
        padding: 0;
        border: none;
    }
}

@media (max-width: 480px) {
    .FilterBar.sticky-enabled .TopBar .ShowAll {
        margin-bottom: 0;
        margin-top: 0;
    }

    .ThumbnailPage.bttEnabled .FilterBar .AllFilters .AllFilterTopBar .label {
        font-size: 20px;
        font-family: var(--sf-font-sohne-b);
    }

    .FilterBar .TopBar {
        border: none;
        margin: 0;
    }

    .bttEnabled .FilterBar .TopBar {
        border: none;
        margin: 0 auto;
    }

    .FilterBar .TopBar .DropDown {
        margin-left: 0;
        margin-right: 16px;
        padding-right: 0;
    }

    .FilterBar .favorite-section {
        margin-right: 10px;
    }

    .FilterBar .sortFilterTitle,
    .FilterBar .sortFilterSelectedValue {
        font-size: 12px;
    }

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

    .filtern-fav-section .FilterBar.sticky-enabled {
        box-shadow: 0px 6px 3px -3px rgb(0 0 0 / 30%);
    }

    .ThumbnailPage.bttEnabled .FilterBar .TopBar .ShowAll {
        border: none;
        padding-left: 0px;
        margin-top: 0px;
        --text-color: var(--text-color-default);
    }

    .ThumbnailPage.bttEnabled .FilterBar .AllFilters .AllFilterTopBar .ClearAllButton {
        margin-left: auto;
    }

    .ThumbnailPage.bttEnabled .FilterBar .AllFilters .AllFilterTopBar .ClearAllButton .label {
        font-size: 14px !important;
    }

    .ThumbnailPage.bttEnabled .FilterBar .AllFilters .AllFilterTopBar .CloseIcon {
        margin-left: unset;
    }

    .ThumbnailPage.bttEnabled .FilterBar .TopBar a.ShowAll .label {
        text-transform: capitalize;
        font-family: var(--sf-font-default);
        font-weight: 600;
        font-size: 16px;
    }
}

.filter_loading {
    display: flex;
    flex: none !important;
    justify-content: center;
    align-items: center;
    color: #58595b;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    z-index: 0;
    grid-column-gap: 5px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    margin-left: auto;
}

@media (min-width: 769px) {
    .filter_loading {
        display: none;
    }
}

.filter_loading .indicator {
    display: flex;
    align-items: center;
    width: 22px;
    height: 22px;
    margin: 0 !important;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    background-clip: padding-box;
    border: solid 2px transparent;
    border-radius: 50%;
}

.filter_loading .indicator:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to right, #fff, #f05323);
    animation: rotate 1s linear 0s infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
.FilterPanel {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    flex: 0 1 auto;
    box-sizing: border-box;
    --text-size: 14px;
    --spacer-size: 8px;
}

.AllFilterPanel {
    flex-flow: row wrap;
    padding: 0;
    border-bottom: 1px solid #DBDDE1;
    box-sizing: border-box;
}

.AllFilterPanel .content {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: var(--gray-mid) #ffffff;
}

.AllFilterPanel .content::-webkit-scrollbar {
    display: block;
    width: 10px;
}

.AllFilterPanel .content::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.AllFilterPanel .content::-webkit-scrollbar-thumb {
    background-color: var(--gray-light);
    border-radius: 5px;
}

.AllFilterPanel .content::-webkit-scrollbar-thumb:hover {
    background-color: var(--gray-mid);
}

.AllFilterPanel.FilterPanel {
    width: 100%;
    display: block;
}

.AllFilterPanel.FilterPanel .FilterPanelItem.Buttons {
    margin-left: 0;
    margin-bottom: 0;
}

.AllFilterPanel.FilterPanel .CollapsibleContent header a {
    margin-left: auto;
}

.FilterPanel ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex-flow: row nowrap;
}

.FilterPanel ul li {
    display: flex;
}

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

.FilterPanel ul li:not(.disabled) .selected .Icon {
    box-shadow: 0 0 0 2px var(--gray-medium);
    border-radius: 100%;
}

.FilterPanel ul li:not(.disabled) .selected .SVGIconBox {
    border: 2px solid var(--gray-medium);
    font-family: var(--sf-font-sohne-sb);
}

.FilterPanel ul li:not(.disabled):hover .selected .Icon {
    box-shadow: 0 0 0 2px var(--gray-medium), 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.FilterPanel ul.showAll {
    flex-wrap: wrap;
}

.FilterPanel ul.checkBoxList {
    flex-flow: column;
}

.FilterPanel ul.Rating {
    flex-flow: column;
}

.FilterPanel ul.Rating li div.Rating {
    display: flex;
}

.FilterPanel ul.Rating li,
.FilterPanel ul.Rating div.Rating .Icon,
.FilterPanel ul.Rating li:hover .selected .Icon {
    box-shadow: none;
    border: none;
}

.FilterPanel ul.Rating li .checkboxContainer {
    display: grid;
    align-items: center;
}

.FilterPanel ul>li.showAll {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.FilterPanel ul.showAll>li.showAll {
    margin-left: 56px;

}

.FilterPanel ul>li.showAll>a {
    display: flex;
    flex: 1 1 auto;
    padding: var(--spacer-size) calc(var(--spacer-size) * 1.25);
}

.FilterPanel ul>li.showAll>a.showUnderline {
    text-decoration: underline;
    color: var(--text-color);
}

.FilterPanel ul>li>a:hover {
    color: var(--text-color);
    text-decoration: none;
}

.FilterPanel ul li:first-child a {
    margin-left: 0px;
}

.AllFilterBar .mobileSort {
    display: none;
}

@media screen and (max-width: 480px) {
    .hideSortFilter {
        display: none;
    }

    .AllFilterBar .mobileSort {
        display: block;
    }

    .mobileSort .sortFilterPopupMenu {
        display: block;
    }

    .mobileSort .sortFilterWrapper {
        flex-flow: row nowrap;
        justify-content: space-between;
        border-bottom: solid 1px #dcdee1;
        height: 36px;
        margin: 2px;
        border: 0;
    }

    .mobileSort .sortFilterPopupMenu li {
        padding: 5px 0px;
        display: grid;
        grid-template-columns: 30px auto;
    }

    .mobileSort .sortFilterPopupMenu span {
        color: var(--text-color);
    }

    .mobileSort .sortFilterTitle {
        font-size: 14px;
        font-family: var(--sf-font-sohne-b);
        color: var(--gray-medium);
    }
}
.TopBar .FilterPanelItem.chicklet-1:first-of-type {
    width: auto;
    height: auto;
    padding: 8px 10px;
}

.TopBar li:has(a.chicklet-1:first-of-type) {
    margin-bottom: 0;
    width: auto;
}

.TopBar .FilterPanelItem.chicklet-1:first-of-type .chicklet-1-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    height: auto;
}

.FilterPanel li:has(a.chicklet-1) {
    width: auto
}

.TopBar .FilterPanelItem.chicklet-1:first-of-type .chicklet-1-main .label {
    margin: 0 0 0 8px;
}

.DropDownPanel:has(.FilterPanel.chicklet-1) {
    padding: 8px 8px 0;
}

.DropDownPanel .FilterPanelItem.chicklet-1 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 8px;
}

.DropDownPanel:has(.FilterPanel.chicklet-1) ul.showAll {
    flex-direction: column;
}

.DropDownPanel:has(.FilterPanel.chicklet-1) ul.showAll li .chicklet-1-main {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

.DropDownPanel:has(.FilterPanel.chicklet-1) .label {
    margin: 0 0 0 16px;
}

.FilterPanelItem {
    display: flex;
    position: relative;
    text-decoration: none;
}

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

.FilterPanelItem .SVGIconBox {
    display: flex;
    flex-flow: column nowrap;
    color: var(--gray-medium);
    text-decoration: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    height: 92px;
    width: 146px;
    border: 1px solid #929497;
    border-radius: 4px;
    margin: 0 16px 16px 0;
}

.FilterPanelItem .SVGIconBox .Icon {
    box-shadow: none !important;
    margin-bottom: 4px;
}

.FilterPanelItem .label {
    color: var(--text-color);
    text-transform: capitalize;
}

.FilterPanelItem .checkboxLabel {
    color: var(--text-color);
    height: auto;
    font-family: var(--sf-font-sohne);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
}

.FilterPanelItem .checkboxLabel:hover {
    cursor: pointer;
}

.FilterPanelItem.selected .checkboxLabel {
    font-family: var(--sf-font-sohne-b);
}

.FilterPanelItem.Buttons {
    --border-color: #C6C7C9;
    --border-width: 1px;
    --text-color: #58595B;
    padding: var(--spacer-size) calc(var(--spacer-size) * 1.25);
    color: var(--text-color);
    font-size: var(--text-size);
    text-decoration: none;
    border-radius: calc(var(--spacer-size) / 2);
    border: var(--border-width) solid var(--border-color);
    box-sizing: border-box;
    margin: var(--spacer-size);
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
    .FilterPanelItem.Buttons:hover {
        --border-color: #757779;
        --text-color: #58595B;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    }

    .FilterPanelItem .SVGIconBox:hover {
        border: 2px solid var(--gray-medium);
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    }
}

.FilterPanelItem.Buttons:active {
    background: rgba(0, 0, 0, 0.1)
}

.FilterPanelItem.Buttons.selected,
.FilterPanelItem.Buttons.selected:hover {
    --border-width: 2px;
    --border-color: var(--gray-medium);
    --text-color: var(--gray-medium);
}

.FilterPanelItem.chicklet-1 {
    --border-color: #C6C7C9;
    --border-width: 1px;
    --text-color: #58595B;
    padding: var(--spacer-size) calc(var(--spacer-size) * 1.25);
    color: var(--text-color);
    font-size: var(--text-size);
    text-decoration: none;
    border-radius: calc(var(--spacer-size) / 2);
    border: var(--border-width) solid var(--border-color);
    box-sizing: border-box;
    margin: 8px 8px 8px 0px;
    white-space: nowrap;
}

.FilterPanelItem.chicklet-1:active {
    background: rgba(0, 0, 0, 0.1)
}

.FilterPanelItem.chicklet-1 .Icon:hover {
    box-shadow: 0 0 0 1px #fff !important;
    outline: none !important;
}

.FilterPanelItem.chicklet-1.selected,
.FilterPanelItem.chicklet-1.selected:hover {
    --border-width: 2px !important;
    --border-color: var(--gray-medium) !important;
    --text-color: var(--gray-medium) !important;
    font-weight: 600 !important;
}

.FilterPanelItem.chicklet-1 {
    box-shadow: none !important;
    outline: none !important;
}

.FilterPanelItem.chicklet-1:hover {
    box-shadow: none !important;
    outline: none !important;
}

li .FilterPanelItem.chicklet-1 {
    flex-direction: column;
    width: 100px;
    height: 100%;
    padding: 8px 10px;
    align-items: center;
    align-self: stretch;
    padding-top: 16px;
}

li:not(.disabled):hover .FilterPanelItem.chicklet-1 .Icon {
    box-shadow: none !important;
    outline: none !important;
}

.FilterPanelItem.chicklet-1:hover .Icon {
    box-shadow: none !important;
    outline: none !important;
}

.FilterPanelItem.chicklet-1.selected .Icon {
    border-radius: 0px !important;
    box-shadow: none !important;
}

.FilterPanelItem.chicklet-1.selected .Icon:hover {
    box-shadow: 0 0 0 1px #fff !important;
    outline: none !important;
}

.FilterPanelItem.chicklet-1.selected .Icon.SelectedTick {
    width: 12px;
    height: 12px;
    position: absolute;
    top: -7px;
    right: -7px;
}

.FilterPanelItem.chicklet-1.selected .Icon.SelectedTick svg {
    width: 100%;
    height: 100%;
    z-index: 3;
}

li:has(a.chicklet-1) {
    margin-bottom: 8px;
}

.FilterPanelItem.chicklet-1 .label {
    white-space: normal;
    display: inline-block;
    margin-top: 8px;
    text-align: center;
    line-height: normal;
}

.FilterPanelItem.chicklet-1 .label:before {
    display: inline-block;
    text-align: center;
    position: relative;
}

.FilterPanelItem.chicklet-1 .label:after {
    display: block;
    margin-top: 5px;
}

.FilterPanel.chicklet-1 .showAll:has(li a.chicklet-2) {
    flex-direction: column !important;
    width: 220px;
}

.FilterPanel.chicklet-1 .showAll:has(li a.chicklet-2) li a {
    width: 220px;
    padding: 14px;
    margin: 0px;
    align-items: flex-start;
    height: 100%;
}

.FilterPanel.chicklet-1 .showAll:has(li a.chicklet-2) li a .chicklet-1-main {
    align-items: center;
    display: flex;
}

.FilterPanel.chicklet-1 .showAll:has(li a.chicklet-2) li {
    position: relative;
}

.FilterPanel.chicklet-1 .showAll:has(li a.chicklet-2) li a .label {
    margin-top: 0px;
}

.FilterPanel.chicklet-1 .showAll:has(li a.chicklet-2) li a .filter-options {
    display: inline-block;
    margin-right: 10px;
}

.FilterPanelItem.chicklet-1 {
    --border-color: #C6C7C9;
    --border-width: 1px;
    --text-color: #58595B;
    padding: var(--spacer-size) calc(var(--spacer-size) * 1.25);
    color: var(--text-color);
    font-size: var(--text-size);
    text-decoration: none;
    border-radius: calc(var(--spacer-size) / 2);
    border: var(--border-width) solid var(--border-color);
    box-sizing: border-box;
    margin: 8px 8px 8px 0px;
    white-space: nowrap;
}

.FilterPanelItem.chicklet-1:active {
    background: rgba(0, 0, 0, 0.1)
}

.FilterPanelItem.chicklet-1 .Icon:hover {
    box-shadow: 0 0 0 1px #fff !important;
    outline: none !important;
}

.FilterPanelItem.chicklet-1.selected,
.FilterPanelItem.chicklet-1.selected:hover {
    --border-width: 2px !important;
    --border-color: var(--gray-medium) !important;
    --text-color: var(--gray-medium) !important;
    font-weight: 600 !important;
}

.FilterPanelItem.chicklet-1 {
    box-shadow: none !important;
    outline: none !important;
}

.FilterPanelItem.chicklet-1:hover {
    box-shadow: none !important;
    outline: none !important;
}

li .FilterPanelItem.chicklet-1 {
    flex-direction: column;
    width: 100px;
    height: 100%;
    padding: 8px 10px;
    align-items: center;
    align-self: stretch;
    padding-top: 16px;
}

li:not(.disabled):hover .FilterPanelItem.chicklet-1 .Icon {
    box-shadow: none !important;
    outline: none !important;
}

.FilterPanelItem.chicklet-1:hover .Icon {
    box-shadow: none !important;
    outline: none !important;
}

.FilterPanelItem.chicklet-1.selected .Icon {
    border-radius: 0px !important;
    box-shadow: none !important;
}

.FilterPanelItem.chicklet-1.selected .Icon:hover {
    box-shadow: 0 0 0 1px #fff !important;
    outline: none !important;
}

.FilterPanelItem.chicklet-1.selected .Icon.SelectedTick {
    width: 12px;
    height: 12px;
    position: absolute;
    top: -7px;
    right: -7px;
}

.FilterPanelItem.chicklet-1.selected .Icon.SelectedTick svg {
    width: 100%;
    height: 100%;
    z-index: 3;
}

li:has(a.chicklet-1) {
    margin-bottom: 8px;
}

.FilterPanelItem.chicklet-1 .label {
    white-space: normal;
    display: inline-block;
    margin-top: 8px;
    text-align: center;
    line-height: normal;
}

.FilterPanelItem.chicklet-1 .label:before {
    display: inline-block;
    text-align: center;
    position: relative;
}

.FilterPanelItem.chicklet-1 .label:after {
    display: block;
    margin-top: 5px;
}

.FilterPanel.chicklet-1 .showAll:has(li a.chicklet-2) {
    flex-direction: column !important;
    width: 220px;
}

.FilterPanel.chicklet-1 .showAll:has(li a.chicklet-2) li a {
    width: 220px;
    padding: 14px;
    margin: 0px;
    align-items: flex-start;
    height: 100%;
}

.FilterPanel.chicklet-1 .showAll:has(li a.chicklet-2) li a .chicklet-1-main {
    align-items: center;
    display: flex;
}

.FilterPanel.chicklet-1 .showAll:has(li a.chicklet-2) li {
    position: relative;
}

.FilterPanel.chicklet-1 .showAll:has(li a.chicklet-2) li a .label {
    margin-top: 0px;
}

.FilterPanel.chicklet-1 .showAll:has(li a.chicklet-2) li a .filter-options {
    display: inline-block;
    margin-right: 10px;
}

.FilterPanelItem.Checkboxes {
    margin-right: 24px;
}

.FilterPanelItem.Checkboxes .label {
    margin: 8px 0 8px 24px;
    padding: 4px 0 4px 8px;
    font-size: var(--font-size-default);
    line-height: 18px;
    color: var(--text-color);
    text-decoration: none;
}

.FilterPanelItem.Checkboxes .label:before {
    content: '';
    z-index: 2;
}

.FilterPanelItem.Checkboxes .label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 1;
    border-radius: 3px;
}

.FilterPanelItem.Checkboxes.selected .label:before {
    content: '';
    position: absolute;
    height: 16px;
    width: 9px;
    left: 8px;
    transform: rotate(35deg) scale(0.7);
    border: solid #58595B;
    border-width: 0 3px 3px 0;
    box-sizing: border-box;
}

.FilterPanelItem.Icons {
    font-weight: 500;
    padding: var(--spacer-size) calc(var(--spacer-size) * 1.25);
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.FilterPanelItem.Icons .Icon {
    border: 2px solid transparent;
    border-radius: 50%;
}


.FilterPanelItem.Icons.selected .color-swatches {
    border-color: var(--gray-medium);
}

.FilterPanelItem.Icons.selected .Icon {
    border: 2px solid #58595B;

}

.FilterPanelItem.Icons .label {
    margin-left: calc(var(--spacer-size) / 2);
}

.FilterPanelItem.Hexcolor.selected .color-swatches .color-swatch {
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid #585B58;
}

.FilterPanelItem.Multicolor.selected .color-swatches .color-swatch {
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid #585B58;
}

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

    .FilterPanelItem.Hexcolor .color-swatches .color-swatch:hover,
    .FilterPanelItem.Multicolor .color-swatches .color-swatch:hover {
        border: 2px solid #585B58;
    }
}

@media screen and (min-width: 768px) {
    .FilterPanelItem.Hexcolor .color-swatches .color-swatch.unmapped-color:hover {
        border: 1px solid #585B58;
    }
}

.FilterPanelItem.Hexcolor .color-swatches .color-swatch .Icon,
.FilterPanelItem.Hexcolor .color-swatches .color-swatch .Icon:hover {
    box-shadow: 0 0 0 1px #fff;
    border-radius: 50%;
}

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

.FilterPanelItem.Hexcolor .color-swatches .color-swatch .dynamiccolor {
    width: 24px;
    height: 24px;
}

.FilterPanelItem .color-swatches {
    z-index: 0;
}

.FilterPanel.Hexcolor ul {
    line-height: 10px;
}

.FilterPanelItem.Rating .checkboxContainer label {
    display: flex;
    color: #6A707C;
    font-weight: 400;
}

.FilterPanelItem.Rating .checkboxContainer .star-rating-component span {
    color: #58595B;
    font-family: var(--sf-font-sohne-sb);
    font-size: 14px;
    font-style: normal;
    line-height: 21px;
}

.Filtercount {
    color: var(--text-color);
    height: auto;
    font-family: var(--sf-font-sohne);
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    align-content: center;
    margin-left: 5px;
}

.star-rating-component {
    align-items: center;
}
.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;

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

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

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

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

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

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

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

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

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

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

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


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

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

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

.InGridMarketing {
    position: relative;
}

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

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

a.ingrid-cta:hover {
    color: var(--text-color) !important;
    color: var(--cta-text-color-ingrid) !important;
}
.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;
    }
}
.MMB-CTA button {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    margin: 0 0 0 4px;
    padding: 0;
    text-decoration: underline;
    background: none;
}

.MMB-CTA button:hover {
    cursor: pointer;
    text-decoration: none;
}

/*# sourceMappingURL=storefe_main~21833f8f.5c5d18a7.css.map*/