/** Shopify CDN: Minification failed

Line 114:0 Unexpected "/"
Line 197:96 Unexpected "{"

**/
.m-price-item {
    font-weight: 600;
}


.m-header header {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.m-header__inner {
    padding: 9px 0 6px;
}
.bannerbar {
    border-radius: 100px;
    background: none;
    color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 10px;
}
.m-svg-icon--medium {
    width: 20px;
    height: 20px;
}
.main-product__block .m-product-tag {
    background: #05CD6C;
    padding: 5px 10px;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 0px;
    color: #fff;
}
.m-currency--saved {
    padding-left: 2px;
}
.main-product__block.main-product__block-collapsible_tab {
    margin-top: 0;
}
.main-product__block.main-product__block-price {
    border-bottom: solid 1px #d9d9d9;
}
.m-quantity {
  border: none !important;
}
.m-quantity__button {
    background-color: #e3f4ec;
}
.m-product-form .m-add-to-cart {
    border: none !important;
    background-color: #04cd6c;
    color: #fff;
}
.main-img-icon{display: flex;margin-top: 16px;align-items: center;}
.img-icon {
    width: 100%;
    max-width: 24px!important;
    margin: 0 12px 0 0!important;
    height: auto!important;
}
.social-media-links svg path {
    fill: #05cd6c;
}
.mainbanner section.icontext {
    margin: 30px 0 40px;
}
.mainbanner section.icontext .img-icon-text {
    color: white;
}
span.hdnggreen{
  color:#05CD6C;
}
.whychoose .m-icon-box__heading {
  color: #05cd6c;
  font-size: 22px;
  line-height: 1.4;
  margin: 10px 0 12px;
}
.whychoose .m-icon-box__description {
    line-height: 27px;
}
span.m-article-card__date {
    font-size: 15px;
    margin-bottom: 10px;
}
.m-newsletter-form__input {
    border: none;
    padding: 9px 20px;
}
.m-price-item {
    font-weight: 600;
}
svg.icon_carts {
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
}
.m-article__content.rte h2{
    font-size: 26px !important;
}
.m-article__content.rte h3{
 font-size: 22px !important;
}
.m-article__content.rte h2 b, .m-article__content.rte h3 b {
    font-weight: 500 !important;
}

/ Custom Modal Form */

.prdctfrm .progress-bar {
            position: absolute;
            top: 0;
            left: 0;
            height: 4px;
            background: #6366f1;
            transition: width 0.3s ease;
        }

.prdctfrm .step {
            display: none;
            animation: fadeIn 0.5s ease;
        }

.prdctfrm .step.active {
            display: block;
        }

.prdctfrm h2 {
            color: #1f2937;
            margin-bottom: 30px;
            font-size: 24px;
        }

.prdctfrm .form-group {
            margin-bottom: 25px;
        }
.prdctfrm label {
    display: block;
    margin: 5px 0 25px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}
.prdctfrm input, .prdctfrm textarea, .prdctfrm select {
    width: 100%;
    transition: border-color 0.3s ease;
    border-radius: 0px;
    padding: .75em;
    font-size: 13px;
    margin-bottom: 8px;
}
.prdctfrm input:focus, .prdctfrm textarea:focus, .prdctfrm select:focus {
            outline: none;
            border-color: #6366f1;
        }
.prdctfrm .buttons {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
/*
.prdctfrm button[type="submit"] {
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #04cd6c;
    color: white;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 150px;
    padding: 12px;
    letter-spacing: .5px;
}
*/
.prdctfrm button.prev, .prdctfrm button.next {
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #04cd6c;
    color: white;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 11px;
    letter-spacing: .5px;
}
.prdctfrm .pakkelosning-form.step2 button.prev, .prdctfrm .pakkelosning-form.step2 button.next, {
width: 48%;
}
.prdctfrm button:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

.prdctfrm .error {
            color: #ef4444;
            font-size: 14px;
            margin-top: 5px;
            display: none;
        }

.prdctfrm .submit-message {
            text-align: center;
            padding: 40px;
        }

.prdctfrm .submit-message img {
            width: 80px;
            margin-bottom: 20px;
        }
.prdctfrm .modal {
            display: none; /* Hidden by default */
            position: fixed !important;
            z-index: 99999 !important; /* Ensuring it's above all sections */
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            justify-content: center;
            align-items: center;
        }

.prdctfrm .modal-content {
    padding: 40px 50px 40px 50px;
    border-radius: 0px;
    width: 600px;
    height: auto;
    position: relative;
    z-index: 100000 !important;
    background: #000;
}
.pakkelosning-form h2, .pakkelosning-form p {
    color: white;
}
.pakkelosning-form h2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3em;
    margin: 0;
}
.pakkelosning-form p {
    margin: 10px 0 25px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4em;
}
.prdctfrm .close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    color: white;
    font-size: 28px;
}
.prdctfrm .form-step {
  display: none;
}

.prdctfrm .form-step.active {
  display: block;
}
.prdctfrm .form-container h3 {
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    margin: 18px 0 14px;
}
.prdctfrm label input[type="checkbox"] {
    width: auto;
    padding: 0;
    margin: 0;
    line-height: normal;
}
.prdctfrmbtn button {
    background: #04cd6c;
    display: flex;
    align-items: center;
    color: white;
    padding: 10px 20px;
    column-gap: 8px;
    letter-spacing: 1px;
    transition: all ease-in-out .5s;
    width: 100%;
    justify-content: center;
}
.prdctfrmbtn button svg {
    fill: #fff;
    width: 15px;
}
.prdctfrmbtn button:hover {
    background: #1d252c;
}

@media only screen and (max-width: 768px) {
.m-cart-icon-bubble {
    padding-left: 0;
    padding-right: 0;
}
.img-icon{max-height: auto;}
.main-img-icon {align-items: center;}
br{
  display:none;
}
 .whychoose .m-icon-box__heading {
    font-size: 17px;
    margin: 2px 0 8px;
}
  .m-newsletter-form__button-below .m-newsletter-form__button {
    width: 100%;
  }
.m-article-card__title {
    font-size: 18px!important;
    margin-bottom: 12px;
}
 .template-page #MainContent {
    padding-bottom: 0 !important;
}
.m-product-card__title {
    font-size: 17px;
}
}
button.storeify-quote-btn-trigger-popup.btn.button.button--primary.ify-button-code.ify-button-block.storeify-btn-custom {
    border: none !important;
    background-color: #04cd6c !important;
    color: #fff !important;
    width: 100%;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 900;
}

.empty-collection-form {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
}
.empty-collection-form input {
  padding: 0 1rem;
}
