/** Shopify CDN: Minification failed

Line 64:0 Unexpected "}"

**/

.tcustomizer-field__heading {
        font-size: 13px;
        }

div.tcustomizer__image.tcustomizer__image--big.tcustomizer__image--active {
    border-radius: 50% !important;
    object-fit: cover;

}
/* Gør alle swatches runde */
div.tcustomizer__image.tcustomizer__image--big {
    border-radius: 50% !important;
    object-fit: cover;
}

span.tcustomizer__option-name {

    font-size: 13px;
}

/* Ændrer tekststørrelsen på radio-knap labels */
.custom-color-swatch label.tcustomizer-btn.tcustomizer-btn--radio.tcustomizer-radio-button__label {
    font-size: 13px;   /* ændr til ønsket størrelse */
    font-weight: 300;  /* fx normal = 400, fed = 700 */
    color: #000;       /* tekstfarve */
}

/* Når knappen er aktiv */
.custom-color-swatch label.tcustomizer-btn.tcustomizer-btn--radio.tcustomizer-radio-button__label.tcustomizer-btn--active {
    font-weight: 700;  /* fed skrift på aktiv */
    color: #000;       /* kan evt. ændres til en highlight farve */
}



/* Ændrer tekststørrelsen på radio-knap labels */
.custom-color-swatch2 label.tcustomizer-btn.tcustomizer-btn--radio.tcustomizer-radio-button__label {
    font-size: 11px;   /* ændr til ønsket størrelse */
    font-weight: 300;  /* fx normal = 400, fed = 700 */
    color: #000;       /* tekstfarve */
}

.custom-color-swatch div.tcustomizer-help-text {
    font-size: 13px;
    color: black;
    font-style: normal;
    margin-top: 20px;
}




/* Skjul feltet på produktsiden når det er aktivt */
.custom-color-swatch2 {
    display: none !important;
}

}