/* Default = Danish */
:root {
    --t-unitprice: 'Stykpris';
    --t-unitprice-at: 'Stykpris v/ ';
    --t-moq: 'MOQ ';
    --t-pcs: 'stk.';
}
html:lang(en-GB) { --t-unitprice: 'Unit price'; --t-unitprice-at: 'Unit price at '; --t-moq: 'MOQ '; --t-pcs: 'pcs.'; }
html:lang(de) { --t-unitprice: 'Stückpreis'; --t-unitprice-at: 'Stückpreis ab '; --t-moq: 'MOQ '; --t-pcs: 'Stk.'; }
html:lang(no) { --t-unitprice: 'Stykkpris'; --t-unitprice-at: 'Stykkpris v/ '; --t-moq: 'MOQ '; --t-pcs: 'stk.'; }
html:lang(nb) { --t-unitprice: 'Stykkpris'; --t-unitprice-at: 'Stykkpris v/ '; --t-moq: 'MOQ '; --t-pcs: 'stk.'; }
html:lang(nl) { --t-unitprice: 'Stuksprijs'; --t-unitprice-at: 'Stuksprijs bij '; --t-moq: 'MOQ '; --t-pcs: 'st.'; }
html:lang(fr) { --t-unitprice: 'Prix unitaire'; --t-unitprice-at: 'Prix unitaire à partir de '; --t-moq: 'MOQ '; --t-pcs: 'pcs'; }
html:lang(sv) { --t-unitprice: 'Styckpris'; --t-unitprice-at: 'Styckpris vid '; --t-moq: 'MOQ '; --t-pcs: 'st.'; }

.price[data-qty]:not([data-qty="1"]):before {
    content: var(--t-unitprice) ' ';
}
.price[data-qty]:not([data-qty="1"]):after {
    content: var(--t-moq) attr(data-qty) ' ' var(--t-pcs);
    display: block;
}
li.product div[data-qty]:not([data-qty="1"]) .price:before {
    content: var(--t-unitprice-at) var(--ghmqty) ' ' var(--t-pcs) ' ';
}

/*.price[data-qty]:not([data-qty="1"]):before {
    content:'Stykpris ';
}
.price[data-qty]:not([data-qty="1"]):after {
    content:'MOQ ' attr(data-qty) ' stk.';
    display: block;
}
/*li.product span[data-qty]:not([data-qty="1"]) ~ .price:after {*//*
li.product div[data-qty]:not([data-qty="1"]) .price:before {
    content:'Stykpris v/ ' var(--ghmqty) ' stk. ';/**//*
}*/
.rec-free {
    display: block;
    width: 100%;
    margin: 8px auto
}
.rec-free strong {
    font-size: 150%;
}
.rec-free .btn {
    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
}
.rec-free .vid {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.rec-free .vid span {
    display: inline-block;
    background-color: var(--e-global-color-primary);
    width: 22px;
    padding: 0px 6px;
    border-radius: 3px;
    margin-right: 5px;
}
.rec-free .vid span svg {
    fill: #ffffff;

}
body.free-rec #e-n-accordion-item-4621,
body.free-rec .sku_wrapper.detail-container {
    display: none !important;
}
/*
.rec-free .vid:before {
    content:'>';
    display: inline-block;
    margin-right: 5px;
}
*/
/*
li.product-category.aftervid0,
li.product-category.aftervid0 ~ li.product-category:not(.aftervid) {/*:not(.aftervid1):not(.aftervid2) {*//*
    order: 3;
}
li.product-category.aftervid1,
li.product-category.aftervid1 ~ li.product-category:not(.aftervid) {/*:not(.aftervid):not(.aftervid2) {*//*
    order: 5;
}
li.product-category.aftervid2,
li.product-category.aftervid2 ~ li.product-category:not(.aftervid) {/*:not(.aftervid1):not(.aftervid) {*//*
    order: 7;
}
li.product-category.aftervid3,
li.product-category.aftervid3 ~ li.product-category:not(.aftervid) {
    order: 9;
}
li.product-category.aftervid4,
li.product-category.aftervid4 ~ li.product-category:not(.aftervid) {
    order: 11;
}
li.product-category.aftervid5,
li.product-category.aftervid5 ~ li.product-category:not(.aftervid) {
    order: 13;
}
/*
li.product.category-video0,
li.product.category-video1,
li.product.category-video2,
li.product.category-video3,
li.product.category-video4,
li.product.category-video5
*/
li.product.category-video {
    display: none;
    order:2;
    grid-column: span 2;
    padding:0 !important;
    position: relative;
    overflow: hidden;
}
li.product.category-video.video3,
li.product.category-video.video4,
li.product.category-video.video5 {
    grid-column: span 1;
}
/*
li.product.category-video.video1 {
    order: 4;
}
li.product.category-video.video2 {
    order: 6;
}
li.product.category-video.video3 {
    order: 8;
}
li.product.category-video.video4 {
    order: 10;
}
li.product.category-video.video5 {
    order: 12;
}
/*
li.product.category-video .video-wrapper,
li.product.category-video1 .video-wrapper,
li.product.category-video2 .video-wrapper 
*/
li.product.category-video .video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom:76%;/*calc(100% / 16 * 9);*/
}
/*
li.product.category-video video,
li.product.category-video1 video,
li.product.category-video2 video
*/
li.product.category-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    /*
    height: 100%;
    */
    object-fit: cover;
    height: fit-content;
    aspect-ratio: 1 / 0.76;
    object-position: center;
}
li.product.category-video.video3 video,
li.product.category-video.video4 video,
li.product.category-video.video5 video {
    height: 100%;
}
li.product.streamer-divider {
    grid-column: span 4;
    padding: 0 !important;
}
li.product.streamer-divider img {
    display: block;
}
@media all and (max-width: 1024px) {
    li.product.streamer-divider {
        grid-column: span 3;
    }
}
@media all and (max-width: 767px) {
    li.product.streamer-divider {
        grid-column: span 2;
    }
}