.ProductOption {
    display: flex;
    flex-flow: column nowrap;
    margin: 12px 5px 12px 0;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ProductOption ul.popup {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

@media (max-width: 375px) {


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .SubTotal .PriceSection {
        flex: none;
    }

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

    .SubTotal span {
        flex: 0 1 auto;
        font-size: var(--font-size-small);
        line-height: 11px;
        height: 11px;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
}
.star-rating-component a[href="#0"] {
    margin-left: 6px;
    color: #6A707C;
    font-family: var(--sf-font-sohne-md);
    font-size: 12px;
    font-weight: 500;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    min-width: 36px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .new-grid .thumbnail-grid {
        padding: 8px 24px 31px 24px;
    }
}
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;
  }
.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;
}

/*# sourceMappingURL=storefe_15.15ca37758ccf9c.css.map*/