/** Shopify CDN: Minification failed

Line 125:29 Expected ")" to end URL token
Line 477:11 Expected ":"

**/
.color-selection__image {
    
    padding-bottom: 130%;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.color-selection__title {
    width: 95%;
    text-align: center;
    font-size: 10px;
    line-height: normal;
    margin: 5px auto 0;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}
.coladded .color-selection__arrow {
    display: block;
}
.color-selection__arrow {
    height: 19px;
    width: 19px;
    position: absolute;
    top: 8px;
    right: 8px;
    display: none;
    background: white;
    border-radius: 40px;
}
.color-selection-pi-text {
    position: absolute;
    top: 26%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    color: #6f6f6f;
}
.color-selection__selection-container {
    border-radius: 0;
    margin-top: 10px;
    background: white;
    grid-column-start: 1;
    grid-column-end: 6;
    display: none;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border: 1px solid #dfdfdf;
    z-index: 9;
    position: absolute;
    left: 0;
    top: -100px;
    width: 100%;
    padding: 5px;
    max-height: 400px;
    overflow-y: scroll;
}
.color-selection__label {
    margin-bottom: 20px;
    font-weight: 300;
    color: #272727;
    font-size: 20px;/*
    font-family: "ivypresto-headline", serif;
    font-style: italic;*/
    line-height: 1.1538461538;
    
}
.color-selection__grid {
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
    position: relative;
    width: 100%;
  row-gap: 20px;
}

.color-selection__selection-container .more-colors-grid {
    padding-bottom: 0;
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    width: 100%;
    position: relative;
}

.color-selection__selection-container .more-colors-grid .color-selection__grid-item {
    flex: 0 0 calc(32% - 15px);
    scroll-snap-align: start;
  padding-top: 15px;
}

.color-selection__grid-item > div.color-selection__image {
    background-color: var(--backColor);
    cursor: pointer;
}
.farbe-title { 
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    margin-left: 2px; 
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height:1.2
}
.color-selection__image--top {
    background-image: url(var(--image));
    background-size: 50% !important;
}
.color-selection__image--top.coladded {
       background-size: 100% !important;
    background-size: cover !important;
}
@media screen and (min-width: 559px) {
    .color-selection__selection-container {
        max-height: 700px !important;
    }
}
.color-tool-tip {
    position: absolute;
    top: 5px;
    right: 15px;
}
.color-tool-tip .icon {
    background-color: #cfb542;
    width: 15px;
    height: 15px;
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-family: DIN Neuzeit Grotesk;
}
.color-tool-tip-content {
    position: absolute;
    border: 1px solid;
    width: 140px;
    background: rgba(51, 51, 51, 0.9);
    padding: 5px;
    z-index: 999999999999;
    display: none;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}
.color-tool-tip-content.last {
    right: 0;
}
.color-tool-tip-content .pi-heading {
    font-size: 9px;
    margin: 0;
}
.color-tool-tip-content .pi-sub-text {
    font-size: 10px;
}
.color-tool-tip:hover .color-tool-tip-content {
    display: block;
}
@media only screen and (max-width: 559px) {
    .color-selection__selection-container {
        max-height: 375px;
    }
}
.color-selection__selection-container {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.color-selection__selection-container .color-selection__selection-grid-item {
    width: 33.33%;
    position: relative;
  padding-bottom: 20px;
}
.ProductForm__Variants {
    margin-bottom: 0;
}
@media screen and (max-width: 600px) {
    .color-selection__selection-container::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .color-selection__selection-container::-webkit-scrollbar:vertical {
        width: 12px;
    }
    .color-selection__selection-container::-webkit-scrollbar:horizontal {
        height: 12px;
    }
    .color-selection__selection-container::-webkit-scrollbar-thumb {
        background-color: #00000080;
        border-radius: 10px;
        border: 2px solid #ffffff;
    }
    .color-selection__selection-container::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #fff;
    }
}
.coladded .color-selection-pi-text {
    display: none;
}
.color-tool-tip.hov .color-tool-tip-content {
    display: block;
}
.color-selection-pi-text {
    flex-direction: column;
}
.disabled-text,
button#AddToCart[disabled] .loader-button__text {
    display: none;
}
button#AddToCart[disabled] .disabled-text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.color-selection__grid-item.disabled-color {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    display: none;
}
.gratis-label {
    position: absolute;
    top: -10px;
    right: -20px;
    background: rgb(231, 219, 203);
    border-radius: 5px;
    color: #000;
    padding: 0 5px;
    font-size: 12px;
}
.color-filter-link-bar li.link-bar__link-item {
    padding: 10px 0;
}
link-bar.link-bar.color-filter-link-bar {
    background: #f5f1ea;
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
    height: 1px; 
    box-shadow: none;
    border-bottom: 1px solid #dfdfdf;display:none;
}
.color-selection__selection-container {
    padding-top: 0 !important;
}
.color-selection__container {
    position: relative;
    padding-top: 0px;
}
.color-choose-active .color-selection__selection-container {
    z-index: 9999;
    z-index:3;
}
.progress-bar-container {
    width: 100%;
    background-color: transparent;
    border-radius: 25px;
    overflow: hidden;
    height: 10px;
    border: 1px solid #272727;
    margin-bottom: 10px;
}
.progress-bar-fill {
    height: 100%;
    background-color: #272727;
    width: 0%;
    transition: width 0.4s;
}
.custom-color-header {
    width: 100%;
    padding: 10px 5px 20px;
}
.color-selection__selection-grid-item {
    cursor: pointer;
}
.color-selection__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-svg.bg-black {
    text-align: right;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.color-selection__selection-container::-webkit-scrollbar {
    display: none;
}
.color-selection__selection-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.custom-color-header {
    position: sticky;
    z-index: 999;
    top: 5px;
    background: #F6F6F6;
    border-top: 1px black solid;
}
.filled {
    display: none;
}
.color-selection__selection-container .color-selection__grid {
    margin-bottom: 10px;
}
.allfill .progress-bar-fill {
    background-color: var(--filled);
}
.allfill .progress-bar-container {
    border-color: var(--filled);
}
.allfill .color-selection__label.inside-picker,
.allfill .filled {
    color: var(--filled);
}
.allfill span.greyedText {
    font-weight: 500 !important;
}
.allfill span.filled {
    display: block;
}
.allfill span.unfilled {
    display: none;
}
.custom-fixed-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    display: flex;
    width: 100%;
    padding: 15px;
    border-top: 1px solid rgba(39, 39, 39, 0.2);
}
.custom-fixed-footer button.button.button--primary.button--full[disabled] {
    background: rgba(39, 39, 39, 0.3);
}
.custom-fixed-footer button.button.button--primary.button--full[disabled] .normal-text {
    display: none;
}
.custom-fixed-footer button.button.button--primary.button--full[disabled] .disabled-text {
    display: block;
}
@media screen and (max-width: 768px) {
    body.color-choose-active {
        overflow: hidden;
    }
    .color-choose-active .color-selection__selection-container {
        max-height: calc(var(--window-height) - var(--header-height) - 20px);
        position: fixed;
        bottom: 0;
        top: unset !important;
    }
}
.color-selection__selection-container .color-selection__grid-item > div.color-selection__image {
    background-color: var(--backColor);
}
.bk-border {
    border-color: #272727 !important;
}
#MainPaymentContainer.disabled .inventory-product {
    pointer-events: none;
}

 


.textSelection {
    display: flex;
    font-size: 12px;    flex-wrap: wrap;
    margin-top: 5px;align-items: center;
}
.textSelection .farbe-title {
    margin-top: 0;
    line-height: 1;
}.sizeSelection {
    display: flex;
    font-size: 12px;
    margin-top: 5px;
    align-items: center;
    flex-direction: row;
    gap: 4px;
    flex-wrap: wrap;
}select.sizeSelectionSelect {
    font-size: 12px;background-position: right .1rem center;
    padding: 3px 20px 3px 5px;
    line-height: 1.3;
}.color-selection__image.color-selection__image--top:not(.coladded)+div+.sizeSelection {
    opacity: 0.2;
    pointer-events: none;
}
.product-form.test.newBundle .color-selection__selection-container {
    position: fixed;
    right: 0;
    height: 100%;
    width: 400px;
    left: auto;
    z-index: 9999;
    top: 0 !IMPORTANT;
    margin: 0;
    max-height: 100% !important;
    max-width: 100% !important;    padding: 0;
}.product-form.test.newBundle .right-side {
    font-size: 0.7em;
    font-family: var(--text-font-family);
  
}.product-form.test.newBundle .color-selection__selection-container .custom-fixed-footer {
    margin-top: auto;
}.product-form.test.newBundle .custom-color-header { 
    top: 0;
    border-top: none;
    padding: 15px 15px 2px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(39, 39, 39, 0.2);
    background: #fdfdfd;
}
.product-form.test.newBundle div#pick-color-id:has(.color-selection__selection-container[style="display: flex;"]):before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: fixed;
    background: #0000006e;
    z-index: 999;
}.changeSelectionImage {
    display: flex;
    font-size: 0.8em;
    margin-top: 12px;
    margin-bottom: -3px;
    align-items: center;
    gap: 10px;
}.changeSelectionImage img.smallSelectionImage {
    cursor: pointer;
    border-radius: 50%;
    object-fit: cover;    padding: 2px;
}.changeSelectionImage img.smallSelectionImage.active {
        box-shadow: 0 0 0 1px #d4d4d4;
}.changeSelectionImage img.smallSelectionImage+img.smallSelectionImage {
    margin-left: -5px;
}
.product-form.test.newBundle[data-selectionimage="2"] .color-selection__image.selectionImage1{
  display:none !important
}.product-form.test.newBundle[data-selectionimage="2"] .color-selection__image.selectionImage2 {
    display: block !important;
}
.product-form.test.newBundle .color-selection__image { 
    background-size: 90%; 
}.product-form.test.newBundle .color-selection__title { 
    font-size: 11px; 
}.product-form.test.newBundle .actual-colors {
    display - flex !importanXXX;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 0;
    height: 100%;
    align-content: flex-start;
} .topLabelPop {
    display: flex;font-size: 1.2em;
    align-items: center;
    justify-content: space-between;
}.color-selection__label.inside-picker {
    font-size: 1.1em;
    margin: 15px 0 10px;
}.color-selection__grid.more-colors-grid {
    padding-bottom: 10px;
}.color-selection__grid-item.errorHere {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(197 31 43) 0px 0px 0px 3px;;
} select.sizeSelectionSelect.errorHere{
  border-color:red;
}
