.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);
}
.option-type-dropdown {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-right: auto !important;
    margin-bottom: 10px;
}

.option-type-dropdown label {
    display: flex;
    text-transform: uppercase;
    font-family: var(--sf-font-sohne-sb);
    color: #757779;
    margin-bottom: 5px;
}

.option-type-dropdown .selected-option {
    position: relative;
}

.option-type-dropdown .selected-option button {
    width: auto;
    padding: 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);
    position: relative;
}

.option-type-dropdown:not(.open) .selected-option button:hover {
    box-shadow: 0 0 0 2px var(--gray-medium);
}

.option-type-dropdown .selected-option button .caret {
    position: relative;
    border-top: 4px dashed var(--text-color-grey);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-width: 6px;
    left: 7px;
    margin: auto 7px;
    display: inline-table;
}

.option-type-dropdown button:active {
    background-color: rgba(0, 0, 0, 0.1);
    border-width: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.option-type-dropdown.open button .caret {
    transform: rotate(180deg);
}

.option-type-dropdown.open button {
    border-color: var(--gray-medium);
    border-width: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;

}

.option-type-dropdown .dropdown-menu {
    max-height: 300px;
    overflow: auto;
    width: calc(100% - 4px);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: -2px 0 0;
    font-size: var(--font-size-default);
    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;
}

.option-type-dropdown .dropdown-menu .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;
}

.option-type-dropdown .dropdown-menu .dropdown-item.selected {
    font-family: var(--sf-font-sohne-sb);
    color: #58595b;
}

.option-type-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #ebedf0;
}

.option-type-dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #ebedf0;
    box-shadow: inset 0 0 0 1px var(--deep-carrot);
    outline: none;
    border-radius: 4px;
}

.option-type-dropdown .dropdown-menu .dropdown-item.focus {
    background-color: #ebedf0;
}
.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;
    }
}
.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;
}
.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);
}


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