.elementor-kit-9{--e-global-color-primary:#0098DB;--e-global-color-secondary:#F1F6FE;--e-global-color-text:#1D1D1D;--e-global-color-accent:#FFDA5D;--e-global-color-8ce4cb2:#FFFFFF;--e-global-color-7d2c641:#777777;--e-global-color-7098a7a:#F0F0F0;--e-global-color-6a768cc:#F4F5F7;--e-global-color-846fff3:#DFF4E4;--e-global-color-d682dc7:#57715D;--e-global-color-bf3913d:#FAFCFF;--e-global-color-50924e7:#99C1F0;--e-global-color-d359702:#F0F6FC;--e-global-color-b8b3ac8:#FBF6DE;--e-global-color-ca0debf:#F7CB37;--e-global-color-9dd6293:#015B83;--e-global-typography-primary-font-family:"din-2014";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"din-2014";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"din-2014";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"din-2014";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:700;--e-global-typography-707706e-font-family:"din-2014";--e-global-typography-707706e-font-size:40px;--e-global-typography-707706e-font-weight:700;--e-global-typography-c929228-font-family:"din-2014";--e-global-typography-c929228-font-size:32px;--e-global-typography-c929228-font-weight:700;--e-global-typography-2f17fca-font-family:"din-2014";--e-global-typography-2f17fca-font-size:22px;--e-global-typography-2f17fca-font-weight:700;--e-global-typography-49e5d0a-font-size:18px;--e-global-typography-49e5d0a-font-weight:700;--e-global-typography-379ad9a-font-family:"din-2014";--e-global-typography-379ad9a-font-size:18px;--e-global-typography-379ad9a-font-weight:300;background-color:var( --e-global-color-bf3913d );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-707706e-font-size:35px;--e-global-typography-c929228-font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.woocommerce-breadcrumb {
    display: none;
}

.woocommerce-message {
    font-family: 'din-2014';
     border-top-color: #57715D;
     margin-left: 30px;
}

a.button.wc-forward {
    font-family: 'din-2014';
    color: #DFF4E4;
    background: #57715D;
}

.woocommerce-message::before {
    content: "\e015";
    color: #57715D;
}

/* Skjul dropdowns kun hvis produktet IKKE er grouped (woosg) */
.product:not(.product-type-woosg) select[name="attribute_pa_color"], 
.product:not(.product-type-woosg) select[name="attribute_pa_size"], 
.product:not(.product-type-woosg) select[name="attribute_pa_wheels-feets"], 
.product:not(.product-type-woosg) select[name="attribute_pa_lock-mechanism"] {
    display: none !important;
}

/* Container til farvecirkler - skjules kun hvis produktet IKKE er grouped */
.product:not(.product-type-woosg) .color-picker-container {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

/* Farvecirkler */
.color-picker-option {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

/* Markér valgt farve */
.color-picker-option.selected {
    border: 2px solid #57715E;
}

/* Containers til bokse - skjules kun hvis produktet IKKE er grouped */
.product:not(.product-type-woosg) .size-picker-container, 
.product:not(.product-type-woosg) .wheels-feet-picker-container, 
.product:not(.product-type-woosg) .lock-mechanism-picker-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Bokse (størrelser, wheels/feets og lock-mechanism) */
.size-picker-option, 
.wheels-feet-option, 
.lock-mechanism-option {
    padding: 0px 8px;
    background: #ffffff;  /* Hvid baggrund */
    border: 2px solid #ddd; /* Lys grå kant */
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

/* Markér valgt størrelse, wheels/feets eller lock-mechanism */
.size-picker-option.selected, 
.wheels-feet-option.selected, 
.lock-mechanism-option.selected {
    border: 2px solid #57715E;
    background: #f8f8f8; /* Let grå baggrund når valgt */
}

/* Beskrivelsen skjules kun hvis produktet IKKE er grouped */
.product:not(.product-type-woosg) .description_attribute_pa_size, 
.product:not(.product-type-woosg) .description_attribute_pa_wheels-feets, 
.product:not(.product-type-woosg) .description_attribute_pa_lock-mechanism {
    display: none !important;
}/* End custom CSS */