/** Shopify CDN: Minification failed

Line 125:29 Expected ")" to end URL token
Line 484: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: 0 auto;
    -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: 10px;
    right: 1px;
    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: 30px;
    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: 30px;
}

.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: #FAF8F5;
    cursor: pointer;
}
.farbe-title { 
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    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: 70% !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;
}
.color-selection__selection-container {
    padding-top: 0 !important;
}
.color-selection__container {
    position: relative;
    padding-top: 15px;
}
.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: #53ac34;
}
.allfill .progress-bar-container {
    border-color: #53ac34;
}
.allfill .color-selection__label.inside-picker,
.allfill .filled {
    color: #53ac34;
}
.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: #FAF8F5;
}
.bk-border {
    border-color: #272727 !important;
}
#MainPaymentContainer.disabled .inventory-product {
    pointer-events: none;
}

/* Styles for the FREE label */
.color-selection__grid-item:nth-child(1) > div.color-selection__image::after,
.color-selection__grid-item:nth-child(2) > div.color-selection__image::after,
.color-selection__grid-item:nth-child(3) > div.color-selection__image::after,
.color-selection__grid-item:nth-child(4) > div.color-selection__image::after,
.color-selection__grid-item:nth-child(5) > div.color-selection__image::after,
.color-selection__grid-item:nth-child(6) > div.color-selection__image::after {
    content: 'GRATIS';
    position: absolute;
    background: #941224;
    color: white; /* Black text color */
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    top: -15px;
    left: -5px;
    z-index: 1; /* Adjusted z-index */
}



.color-selection__grid-item[data-salecount] > div.color-selection__image::after {
    content: '-20%';
    position: absolute;
    background-color: #000; /* Gold background color */
    color: white; /* Black text color */
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    top: -15px;
    left: -5px;
    z-index: 1; /* Adjusted z-index */
}



.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;
}
.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: 22;
}.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;
}
.product-form.test.newBundle.variantBundle .color-selection__image:after{
  display:none
}div#pick-color-id[custom-toshow="0"] {
    display: none;
}


.color-selection__selection-container.saleProducts span.greyedText,.color-selection__selection-container.saleProducts .progress-bar-container,
.color-selection__selection-container.saleProducts  .color-selection__grid.more-colors-grid.area2,.color-selection__selection-container.saleProducts  .custom-fixed-footer,
.color-selection__selection-container.saleProducts .normalProductItem
{
  display:none !important
}.color-selection__selection-container.saleProducts .saleProductItem{
  display:block !important
}

.color-selection__selection-grid-item .price-list span.price.price--highlight.price--large,
.price-item .price-list span.price.price--highlight.price--large{
    font-size: 13px;
}.saleItemPrice {
    display: flex;
    justify-content: center;
}

.color-selection__grid-item[data-salecount]:not(:has(.color-selection__image.coladded))+.color-selection__grid-item[data-salecount]:not(:has(.color-selection__image.coladded)) {
    display: none;
}
.color-selection__label.saleProducts {
    grid-column: span 3;
    margin: 0;
}
.color-selection__selection-container.saleProducts.saleProduct2 .saleProductItem.saleProduct1 {
    display: none !important;
}









