.elementor-kit-8{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:500;color:#000000;}.elementor-kit-8 e-page-transition{background-color:transparent;background-image:linear-gradient(180deg, #DFDFDF 0%, #9292B8 47%);}body.e-wc-error-notice .woocommerce-error, body.e-wc-error-notice .wc-block-components-notice-banner.is-error{background-color:#969696;}body.e-wc-message-notice .woocommerce-message, body.e-wc-message-notice .wc-block-components-notice-banner.is-success{background-color:#969696;}body.e-wc-message-notice .woocommerce-message .button, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .button{background-color:#787878 !important;background-image:none !important;font-family:"Helvetica", Sans-serif;text-transform:uppercase;}.elementor-kit-8 a{color:#000000;}.elementor-kit-8 a:hover{color:#FFFFFF;font-family:"Helvetica", Sans-serif;}.elementor-kit-8 h1{color:#000000;}.elementor-kit-8 h2{color:#000000;}.elementor-kit-8 h3{color:#0E0D0D;}.elementor-kit-8 h4{color:#050505;}.elementor-kit-8 h5{color:#0A0A0A;}.elementor-kit-8 h6{color:#080808;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{color:#000000;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{color:#000000;}.elementor-kit-8 label{color:#FFFFFF;}.elementor-kit-8 input:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea,.elementor-kit-8 .elementor-field-textual{color:#000000;accent-color:#000000;background-color:#FFFFFF;border-style:double;border-color:#000000;}.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);}.e-wc-error-notice .woocommerce-error, .e-wc-error-notice .wc-block-components-notice-banner.is-error{--error-message-text-color:#FFFFFF;font-family:"Helvetica", Sans-serif;font-weight:300;text-transform:uppercase;font-style:italic;--error-message-icon-color:#FFFFFF;--error-message-normal-links-color:#FFFFFF;}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{--message-message-text-color:#FFFFFF;font-family:"Helvetica", Sans-serif;font-weight:300;text-transform:uppercase;font-style:normal;--message-message-icon-color:#FFFFFF;--message-buttons-normal-text-color:#FFFFFF;}body.e-wc-message-notice .woocommerce-message .restore-item, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item, body.e-wc-message-notice .woocommerce-message a:not([class]), body.e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]){font-family:"Helvetica", Sans-serif;font-size:10px;text-transform:uppercase;}.e-wc-message-notice .woocommerce-message .restore-item, .e-wc-message-notice .wc-block-components-notice-banner.is-success .restore-item, .e-wc-message-notice .woocommerce-message a:not([class]), .e-wc-message-notice .wc-block-components-notice-banner.is-success a:not([class]){--notice-message-normal-links-color:#FFFFFF;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.e-wc-error-notice .woocommerce-error, .e-wc-error-notice .wc-block-components-notice-banner.is-error{font-size:10px;}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{font-size:10px;}body.e-wc-message-notice .woocommerce-message .button, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .button{font-size:10px;}}/* Start custom CSS *//* =====================================================
   GLOBAL MYRA BAGGRUND
===================================================== */

body::before {
    content: "";
    position: fixed;
    inset: 0;

    background: linear-gradient(
        180deg,
        #DFDFDF 10%,
        #9292B8 45%
    );

    z-index: -2;
}

/* =====================================================
   STJERNE OVERLAY
===================================================== */

body::after {
    content: "";
    position: fixed;
    inset: 0;

    background-image: url("https://myracph.com/wp-content/uploads/2026/06/myra-aegte-baggrund-hjemmeside-test.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    pointer-events: none;
    opacity: 1;

    z-index: -1;
}

/* =====================================================
   MOBIL OVERLAY
===================================================== */

@media (max-width: 767px) {
    body::after {
        background-image: url("https://myracph.com/wp-content/uploads/2026/06/myra-baggrund-mobil-aegte-2.png");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

/* =====================================================
   HOME SIDE
===================================================== */

body.home::before {
    background: #DFDFDF !important;
}

body.home::after {
    display: none !important;
}

/* =====================================================
   CHECKOUT PAGE
===================================================== */

body.woocommerce-checkout::before {
    background: #DFDFDF !important;
}

body.woocommerce-checkout::after {
    display: none !important;
}
/* OUT OF STOCK */

.woocommerce ul.products li.product.outofstock::after {
    content: "OUT OF STOCK";
    position: absolute;
    top: 15px;
    right: 15px;
    
    color: #BC1111;
    background: transparent;

    font-family: Helvetica, Arial, sans-serif;
    font-weight: 550;

    text-transform: uppercase;
    letter-spacing: 0.0em;
    font-size: 14px;
    line-height: 1;

    z-index: 10;
    pointer-events: none;
}

.woocommerce ul.products li.product.outofstock {
    position: relative;
}/* End custom CSS */