CINXE.COM

Modetøj til drenge og piger | Stort udvalg i nyeste modetøj – Kings Queens

<!doctype html><html class="no-js" lang="da" dir="ltr"> <head> <script> window.consentmo_gcm_initial_state = "7"; window.consentmo_gcm_state = "1"; window.consentmo_gcm_security_storage = "strict"; window.consentmo_gcm_ad_storage = "marketing"; window.consentmo_gcm_analytics_storage = "analytics"; window.consentmo_gcm_functionality_storage = "functionality"; window.consentmo_gcm_personalization_storage = "functionality"; window.consentmo_gcm_ads_data_redaction = "true"; window.consentmo_gcm_url_passthrough = ""; window.consentmo_gcm_data_layer_name = "dataLayer"; // Google Consent Mode V2 integration script from Consentmo GDPR window.isenseRules = {}; window.isenseRules.gcm = { gcmVersion: 2, integrationVersion: 3, customChanges: false, consentUpdated: false, initialState: 7, isCustomizationEnabled: false, adsDataRedaction: true, urlPassthrough: false, dataLayer: 'dataLayer', categories: { ad_personalization: "marketing", ad_storage: "marketing", ad_user_data: "marketing", analytics_storage: "analytics", functionality_storage: "functionality", personalization_storage: "functionality", security_storage: "strict"}, storage: { ad_personalization: "false", ad_storage: "false", ad_user_data: "false", analytics_storage: "false", functionality_storage: "false", personalization_storage: "false", security_storage: "false", wait_for_update: 2000 } }; if(window.consentmo_gcm_state !== null && window.consentmo_gcm_state !== "" && window.consentmo_gcm_state !== "0") { window.isenseRules.gcm.isCustomizationEnabled = true; window.isenseRules.gcm.initialState = window.consentmo_gcm_initial_state === null || window.consentmo_gcm_initial_state.trim() === "" ? window.isenseRules.gcm.initialState : window.consentmo_gcm_initial_state; window.isenseRules.gcm.categories.ad_storage = window.consentmo_gcm_ad_storage === null || window.consentmo_gcm_ad_storage.trim() === "" ? window.isenseRules.gcm.categories.ad_storage : window.consentmo_gcm_ad_storage; window.isenseRules.gcm.categories.ad_user_data = window.consentmo_gcm_ad_storage === null || window.consentmo_gcm_ad_storage.trim() === "" ? window.isenseRules.gcm.categories.ad_user_data : window.consentmo_gcm_ad_storage; window.isenseRules.gcm.categories.ad_personalization = window.consentmo_gcm_ad_storage === null || window.consentmo_gcm_ad_storage.trim() === "" ? window.isenseRules.gcm.categories.ad_personalization : window.consentmo_gcm_ad_storage; window.isenseRules.gcm.categories.analytics_storage = window.consentmo_gcm_analytics_storage === null || window.consentmo_gcm_analytics_storage.trim() === "" ? window.isenseRules.gcm.categories.analytics_storage : window.consentmo_gcm_analytics_storage; window.isenseRules.gcm.categories.functionality_storage = window.consentmo_gcm_functionality_storage === null || window.consentmo_gcm_functionality_storage.trim() === "" ? window.isenseRules.gcm.categories.functionality_storage : window.consentmo_gcm_functionality_storage; window.isenseRules.gcm.categories.personalization_storage = window.consentmo_gcm_personalization_storage === null || window.consentmo_gcm_personalization_storage.trim() === "" ? window.isenseRules.gcm.categories.personalization_storage : window.consentmo_gcm_personalization_storage; window.isenseRules.gcm.categories.security_storage = window.consentmo_gcm_security_storage === null || window.consentmo_gcm_security_storage.trim() === "" ? window.isenseRules.gcm.categories.security_storage : window.consentmo_gcm_security_storage; window.isenseRules.gcm.urlPassthrough = window.consentmo_gcm_url_passthrough === null || window.consentmo_gcm_url_passthrough.trim() === "" ? window.isenseRules.gcm.urlPassthrough : window.consentmo_gcm_url_passthrough; window.isenseRules.gcm.adsDataRedaction = window.consentmo_gcm_ads_data_redaction === null || window.consentmo_gcm_ads_data_redaction.trim() === "" ? window.isenseRules.gcm.adsDataRedaction : window.consentmo_gcm_ads_data_redaction; window.isenseRules.gcm.dataLayer = window.consentmo_gcm_data_layer_name === null || window.consentmo_gcm_data_layer_name.trim() === "" ? window.isenseRules.gcm.dataLayer : window.consentmo_gcm_data_layer_name; } window.isenseRules.initializeGcm = function (rules) { if(window.isenseRules.gcm.isCustomizationEnabled) { rules.initialState = window.isenseRules.gcm.initialState; rules.urlPassthrough = window.isenseRules.gcm.urlPassthrough === true || window.isenseRules.gcm.urlPassthrough === 'true'; rules.adsDataRedaction = window.isenseRules.gcm.adsDataRedaction === true || window.isenseRules.gcm.adsDataRedaction === 'true'; } let initialState = parseInt(rules.initialState); let marketingBlocked = initialState === 0 || initialState === 2 || initialState === 5 || initialState === 7; let analyticsBlocked = initialState === 0 || initialState === 3 || initialState === 6 || initialState === 7; let functionalityBlocked = initialState === 4 || initialState === 5 || initialState === 6 || initialState === 7; let gdprCache = localStorage.getItem('gdprCache') ? JSON.parse(localStorage.getItem('gdprCache')) : null; if (gdprCache && typeof gdprCache.updatedPreferences !== "undefined") { let updatedPreferences = gdprCache.updatedPreferences; marketingBlocked = parseInt(updatedPreferences.indexOf('marketing')) > -1; analyticsBlocked = parseInt(updatedPreferences.indexOf('analytics')) > -1; functionalityBlocked = parseInt(updatedPreferences.indexOf('functionality')) > -1; } Object.entries(rules.categories).forEach(category => { if(rules.storage.hasOwnProperty(category[0])) { switch(category[1]) { case 'strict': rules.storage[category[0]] = "granted"; break; case 'marketing': rules.storage[category[0]] = marketingBlocked ? "denied" : "granted"; break; case 'analytics': rules.storage[category[0]] = analyticsBlocked ? "denied" : "granted"; break; case 'functionality': rules.storage[category[0]] = functionalityBlocked ? "denied" : "granted"; break; } } }); rules.consentUpdated = true; isenseRules.gcm = rules; } window[window.isenseRules.gcm.dataLayer] = window[window.isenseRules.gcm.dataLayer] || []; function gtag() { window[window.isenseRules.gcm.dataLayer].push(arguments); } function initialConsentUpdate() { // Google Consent Mode - initialization start window.isenseRules.initializeGcm({ ...window.isenseRules.gcm, adsDataRedaction: true, urlPassthrough: false, initialState: 7 }); /* * initialState acceptable values: * 0 - Set both ad_storage and analytics_storage to denied * 1 - Set all categories to granted * 2 - Set only ad_storage to denied * 3 - Set only analytics_storage to denied * 4 - Set only functionality_storage to denied * 5 - Set both ad_storage and functionality_storage to denied * 6 - Set both analytics_storage and functionality_storage to denied * 7 - Set all categories to denied */ gtag("consent", "default", isenseRules.gcm.storage); isenseRules.gcm.adsDataRedaction && gtag("set", "ads_data_redaction", isenseRules.gcm.adsDataRedaction); isenseRules.gcm.urlPassthrough && gtag("set", "url_passthrough", isenseRules.gcm.urlPassthrough); } let isInitConsentmoSignal = true; document.addEventListener("consentmoSignal", function(e) { if (isInitConsentmoSignal) { initialConsentUpdate(); isInitConsentmoSignal = false; } }); </script> <script type="text/javascript"> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "hglqhef013"); </script> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="theme-color" content="#f7efe4"> <link rel="canonical" href="https://kingsqueens.dk/"> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin> <link rel="stylesheet" href="https://use.typekit.net/zoj2dmp.css"> <link rel="preload" as="style" href="//kingsqueens.dk/cdn/shop/t/2/assets/app.css?v=45412802240492430601743081227"> <link href="//kingsqueens.dk/cdn/shop/t/2/assets/animations.min.js?v=125778792411641688251725347192" as="script" rel="preload"> <link href="//kingsqueens.dk/cdn/shop/t/2/assets/header.js?v=53973329853117484881725347192" as="script" rel="preload"> <link href="//kingsqueens.dk/cdn/shop/t/2/assets/vendor.min.js?v=24387807840910288901725347193" as="script" rel="preload"> <link href="//kingsqueens.dk/cdn/shop/t/2/assets/app.js?v=166784400052992489551743495951" as="script" rel="preload"> <link href="//kingsqueens.dk/cdn/shop/t/2/assets/slideshow.js?v=3694593534833641341725347193" as="script" rel="preload"> <script> window.lazySizesConfig = window.lazySizesConfig || {}; window.lazySizesConfig.expand = 250; window.lazySizesConfig.loadMode = 1; window.lazySizesConfig.loadHidden = false; </script> <link rel="icon" type="image/png" href="//kingsqueens.dk/cdn/shop/files/logoicon.png?crop=center&height=32&v=1742807164&width=32"> <title> Modetøj til drenge og piger | Stort udvalg i nyeste modetøj &ndash; Kings Queens </title> <meta name="description" content="Kings &amp; Queens tilbyder det største udvalg i modetøj til både drenge og piger. Masser af lækre styles fra de mest populære modebrands netop nu. Klik dig ind og se det store udvalg"> <link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin> <meta property="og:site_name" content="Kings Queens"> <meta property="og:url" content="https://kingsqueens.dk/"> <meta property="og:title" content="Modetøj til drenge og piger | Stort udvalg i nyeste modetøj"> <meta property="og:type" content="website"> <meta property="og:description" content="Kings &amp; Queens tilbyder det største udvalg i modetøj til både drenge og piger. Masser af lækre styles fra de mest populære modebrands netop nu. Klik dig ind og se det store udvalg"><meta property="og:image" content="http://kingsqueens.dk/cdn/shop/files/1fad0c28-f79e-4b55-9ec8-f113dc103b54.png?v=1741691725"> <meta property="og:image:secure_url" content="https://kingsqueens.dk/cdn/shop/files/1fad0c28-f79e-4b55-9ec8-f113dc103b54.png?v=1741691725"> <meta property="og:image:width" content="250"> <meta property="og:image:height" content="250"><meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Modetøj til drenge og piger | Stort udvalg i nyeste modetøj"> <meta name="twitter:description" content="Kings &amp; Queens tilbyder det største udvalg i modetøj til både drenge og piger. Masser af lækre styles fra de mest populære modebrands netop nu. Klik dig ind og se det store udvalg"> <link href="//kingsqueens.dk/cdn/shop/t/2/assets/app.css?v=45412802240492430601743081227" rel="stylesheet" type="text/css" media="all" /> <link href="//kingsqueens.dk/cdn/shop/t/2/assets/variable.css?v=140428653391239717211742809424" rel="stylesheet" type="text/css" media="all" /> <style data-shopify> @font-face { font-family: Inter; font-weight: 300; font-style: normal; font-display: swap; src: url("//kingsqueens.dk/cdn/fonts/inter/inter_n3.b5848dd787e2cf31c3821b141f8ea5597b5bbbc6.woff2?h1=a2luZ3NxdWVlbnNkay5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=a2luZ3NxdWVlbnMuZGs&hmac=444580c7e2d5a8e3f9c6b3a11c99ba1e173a3ae9b8fdff8823c7ecb0ce2c37b3") format("woff2"), url("//kingsqueens.dk/cdn/fonts/inter/inter_n3.078496ce0ef17acfeb2cbe1a007aee39385f4498.woff?h1=a2luZ3NxdWVlbnNkay5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=a2luZ3NxdWVlbnMuZGs&hmac=fe554802df878175a697414c8d90471f069ba9b0c2bbaa5da135c66031219e95") format("woff"); } @font-face { font-family: Inter; font-weight: 500; font-style: normal; font-display: swap; src: url("//kingsqueens.dk/cdn/fonts/inter/inter_n5.4e013095af5df852d965c6d0d5c22626d12ca9b1.woff2?h1=a2luZ3NxdWVlbnNkay5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=a2luZ3NxdWVlbnMuZGs&hmac=7eb04da0ad0bc8d38250c4eea0454f5d90fb8fd0f7b450927e88cb711d91104e") format("woff2"), url("//kingsqueens.dk/cdn/fonts/inter/inter_n5.a68b7118da8e36cefdfa5a16eb3ccd7b79151b88.woff?h1=a2luZ3NxdWVlbnNkay5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=a2luZ3NxdWVlbnMuZGs&hmac=8c2e40dd1fe38fd829d8104eb0926ae7aae669bcecd4856aef564118277de818") format("woff"); } @font-face { font-family: Inter; font-weight: 600; font-style: normal; font-display: swap; src: url("//kingsqueens.dk/cdn/fonts/inter/inter_n6.f376a8167febc541e642518027b9ec9b9121420c.woff2?h1=a2luZ3NxdWVlbnNkay5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=a2luZ3NxdWVlbnMuZGs&hmac=c6a44b76a8bcbacba6a20ea15b2e40e18fb14fd01dadc6095007d9e215cc7c39") format("woff2"), url("//kingsqueens.dk/cdn/fonts/inter/inter_n6.e443e28dc0f8869f8e2f4fa978e895a4a075406f.woff?h1=a2luZ3NxdWVlbnNkay5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=a2luZ3NxdWVlbnMuZGs&hmac=49d25d22608fa7a4fb381aa148f4536a734f8afcde68223a87218f31610ead8f") format("woff"); } @font-face { font-family: Inter; font-weight: 400; font-style: normal; font-display: swap; src: url("//kingsqueens.dk/cdn/fonts/inter/inter_n4.481bd4d19704ca98fb1d3abd50c668b6962860a2.woff2?h1=a2luZ3NxdWVlbnNkay5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=a2luZ3NxdWVlbnMuZGs&hmac=d6aef89cf3a9677f30eba0c9c2679fb3ae717ae205c5ba0cc662f38af4e49fb9") format("woff2"), url("//kingsqueens.dk/cdn/fonts/inter/inter_n4.5a356a4c1877691cd26008ee4a5c7ada675c80ce.woff?h1=a2luZ3NxdWVlbnNkay5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=a2luZ3NxdWVlbnMuZGs&hmac=84af23508c4291d71b33b5854ad79427a2f6f3cff277ce3b4b7cea36ef2f63c5") format("woff"); } @font-face { font-family: Inter; font-weight: 400; font-style: normal; font-display: swap; src: url("//kingsqueens.dk/cdn/fonts/inter/inter_n4.481bd4d19704ca98fb1d3abd50c668b6962860a2.woff2?h1=a2luZ3NxdWVlbnNkay5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=a2luZ3NxdWVlbnMuZGs&hmac=d6aef89cf3a9677f30eba0c9c2679fb3ae717ae205c5ba0cc662f38af4e49fb9") format("woff2"), url("//kingsqueens.dk/cdn/fonts/inter/inter_n4.5a356a4c1877691cd26008ee4a5c7ada675c80ce.woff?h1=a2luZ3NxdWVlbnNkay5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=a2luZ3NxdWVlbnMuZGs&hmac=84af23508c4291d71b33b5854ad79427a2f6f3cff277ce3b4b7cea36ef2f63c5") format("woff"); } h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6, .logolink.text-logo, .heading-font, .h1-xlarge, .h1-large, .customer-addresses .my-address .address-index, .scrolling-text--inner, .thb-product-detail .product-title { font-style: normal; font-weight: 400; /*font-family: "aktiv-grotesk", sans-serif;*/ /*font-weight: 900;*/ font-family: Inter, sans-serif; } body, .body-font { font-style: normal; font-weight: 300; font-weight: 500; /*font-family: "aktiv-grotesk", sans-serif;*/ font-family: Inter, sans-serif; } :root { --font-body-scale: 1.0; --font-body-line-height-scale: 1.0; --font-body-letter-spacing: 0.0em; --font-body-medium-weight: 500; --font-body-bold-weight: 600; --font-announcement-scale: 1.0; --font-heading-scale: 1.0; --font-heading-line-height-scale: 1.0; --font-heading-letter-spacing: 0.0em; --font-navigation-scale: 1.0; --font-product-title-scale: 1.0; --font-product-title-line-height-scale: 1.0; --button-letter-spacing: 0.02em; --bg-body: #f7efe4; --bg-body-rgb: 247,239,228; --bg-body-darken: #f4e8d8; --payment-terms-background-color: #f7efe4; --color-body: #3d3733; --color-body-rgb: 61,55,51; --color-accent: #3d3733; --color-accent-rgb: 61,55,51; --color-border: #dedad6; --color-form-border: #dedad6; --color-overlay-rgb: 0,0,0;--color-announcement-bar-text: #ffffff;--color-announcement-bar-bg: #3d3733;--color-header-bg: #f7efe4; --color-header-bg-rgb: 247,239,228;--color-header-text: #3d3733; --color-header-text-rgb: 61,55,51;--color-header-links: #3d3733;--color-header-links-hover: #ffffff;--color-header-icons: #3d3733;--color-header-border: #ffffff;--solid-button-background: #3d3733;--solid-button-label: #ffffff;--outline-button-label: #3d3733;--color-price: #3d3733;--color-star: #FD9A52;--color-dots: #3d3733;--color-inventory-instock: #279A4B;--color-inventory-lowstock: #FB9E5B;--section-spacing-mobile: 50px; --section-spacing-desktop: 90px;--button-border-radius: 50px;--color-badge-text: #3c3732;--color-badge-sold-out: #939393;--color-badge-sale: #ffffff;--color-badge-preorder: #3c3732;--badge-corner-radius: 13px;--color-footer-text: #3d3733; --color-footer-text-rgb: 61,55,51;--color-footer-link: #3d3733;--color-footer-link-hover: #3d3733;--color-footer-border: #3d3733; --color-footer-border-rgb: 61,55,51;--color-footer-bg: #f7efe4;} </style> <script> window.theme = window.theme || {}; theme = { settings: { money_with_currency_format:"{{amount_with_comma_separator}} kr", cart_drawer:true, product_id: false, }, routes: { root_url: '/', cart_url: '/cart', cart_add_url: '/cart/add', search_url: '/search', cart_change_url: '/cart/change', cart_update_url: '/cart/update', predictive_search_url: '/search/suggest', }, variantStrings: { addToCart: `Tilføj til kurv`, soldOut: `Udsolgt`, unavailable: `Ikke tilgængelig`, preOrder: `Forudbestille`, }, strings: { requiresTerms: `Du skal acceptere salgsvilkårene og -betingelserne for at tjekke ud`, shippingEstimatorNoResults: `Beklager, vi sender ikke til din adresse.`, shippingEstimatorOneResult: `Der er én forsendelsespris for din adresse:`, shippingEstimatorMultipleResults: `Der er flere forsendelsespriser for din adresse:`, shippingEstimatorError: `Der opstod en eller flere fejl under hentning af forsendelsespriser:` } }; </script> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/87268688219/digital_wallets/dialog"> <script async="async" src="/checkouts/internal/preloads.js?locale=da-DK"></script> <script id="shopify-features" type="application/json">{"accessToken":"ac491bc6b0e6ff1734005312fa121133","betas":["rich-media-storefront-analytics"],"domain":"kingsqueens.dk","predictiveSearch":true,"shopId":87268688219,"smart_payment_buttons_url":"https:\/\/kingsqueens.dk\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.da.js","dynamic_checkout_cart_url":"https:\/\/kingsqueens.dk\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.da.js","locale":"da"}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "kingsqueensdk.myshopify.com"; Shopify.locale = "da"; Shopify.currency = {"active":"DKK","rate":"1.0"}; Shopify.country = "DK"; Shopify.theme = {"name":"KQ v2","id":172788285787,"schema_name":"KQ Theme","schema_version":"1.0","theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "kingsqueens.dk/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/cdn1.profitmetrics.io\/2E0FC8A13E721E34\/shopify-bundle.js?shop=kingsqueensdk.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":87268688219,"offset":7200,"reqid":"40d1594f-bcaf-47a8-9f5e-517cc35fc724-1743942723","pageurl":"kingsqueens.dk\/","u":"4cde750ab9e0","p":"home"};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Beskyttet af hCaptcha',privacyText:'Beskyttelse af persondata',termsText:'Vilkår'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script> <script integrity="sha256-EGCDRYTvIEOXsReXgqGwkAR+5Dl8tickSrieA/ZcQwc=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//kingsqueens.dk/cdn/shopifycloud/shopify/assets/storefront/load_feature-1060834584ef204397b1179782a1b090047ee4397cb627244ab89e03f65c4307.js" crossorigin="anonymous"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//kingsqueens.dk/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <!-- Header hook for plugins --> <script>document.documentElement.className = document.documentElement.className.replace('no-js', 'js');</script> <!-- BEGIN app block: shopify://apps/consentmo-gdpr/blocks/gdpr_cookie_consent/4fbe573f-a377-4fea-9801-3ee0858cae41 --> <!-- END app block --><!-- BEGIN app block: shopify://apps/klaviyo-email-marketing-sms/blocks/klaviyo-onsite-embed/2632fe16-c075-4321-a88b-50b567f42507 --> <script async src="https://static.klaviyo.com/onsite/js/UjApJS/klaviyo.js?company_id=UjApJS"></script> <script>!function(){if(!window.klaviyo){window._klOnsite=window._klOnsite||[];try{window.klaviyo=new Proxy({},{get:function(n,i){return"push"===i?function(){var n;(n=window._klOnsite).push.apply(n,arguments)}:function(){for(var n=arguments.length,o=new Array(n),w=0;w<n;w++)o[w]=arguments[w];var t="function"==typeof o[o.length-1]?o.pop():void 0,e=new Promise((function(n){window._klOnsite.push([i].concat(o,[function(i){t&&t(i),n(i)}]))}));return e}}})}catch(n){window.klaviyo=window.klaviyo||[],window.klaviyo.push=function(){var n;(n=window._klOnsite).push.apply(n,arguments)}}}}();</script> <script> window.klaviyoReviewsProductDesignMode = false </script> <!-- END app block --><script src="https://cdn.shopify.com/extensions/315a38b7-6446-4298-bee1-e4ad62a20b81/consentmo-gdpr-269/assets/consentmo_cookie_consent.js" type="text/javascript" defer="defer"></script> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 87268688219,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function e(e,d,r,n,o,i){if(void 0===i&&(i={}),!Boolean(null===(t=null===(a=window.Shopify)||void 0===a?void 0:a.analytics)||void 0===t?void 0:t.replayQueue)){var a,t;window.Shopify=window.Shopify||{};var s=window.Shopify;s.analytics=s.analytics||{};var l=s.analytics;l.replayQueue=[],l.publish=function(e,d,r){return l.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var u=function(){var e={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/},d=e.modern,r=e.legacy,n=navigator.userAgent;return n.match(d)?"modern":n.match(r)?"legacy":"unknown"}(),c="modern"===u?"modern":"legacy",f=(null!=o?o:{modern:"",legacy:""})[c],m=function(e){return[e.baseUrl,"/wpm","/b",e.hashVersion,"modern"===e.buildTarget?"m":"l",".js"].join("")}({baseUrl:r,hashVersion:n,buildTarget:c}),p=function(e){var d=e.version,r=e.bundleTarget,n=e.surface,o=e.pageUrl,i=e.monorailEndpoint;return{emit:function(e){var a=e.status,t=e.errorMsg,s=(new Date).getTime(),l=JSON.stringify({metadata:{event_sent_at_ms:s},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:d,bundle_target:r,page_url:o,status:a,surface:n,error_msg:t},metadata:{event_created_at_ms:s}}]});if(!i)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(i,l)}catch(e){}var u=new XMLHttpRequest;try{return u.open("POST",i,!0),u.setRequestHeader("Content-Type","text/plain"),u.send(l),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}}}({version:n,bundleTarget:u,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint});try{i.browserTarget=u,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,i=e.onerror,a=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,a&&(l.integrity=a,l.crossOrigin="anonymous"),s)for(var f in s)if(Object.prototype.hasOwnProperty.call(s,f))try{l.dataset[f]=s[f]}catch(e){}if(o&&l.addEventListener("load",o),i&&l.addEventListener("error",i),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:m,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null===(d=null===(e=window.Shopify)||void 0===e?void 0:e.analytics)||void 0===d?void 0:d.initialized)}()){var r=window.webPixelsManager.init(e)||void 0;if(r){d(r);var n=window.Shopify.analytics;n.replayQueue.forEach((function(e){var d=e[0],n=e[1],o=e[2];r.publishCustomEvent(d,n,o)})),n.replayQueue=[],n.publish=r.publishCustomEvent,n.visitor=r.visitor,n.initialized=!0}}},onerror:function(){return p.emit({status:"failed",errorMsg:"".concat(m," has failed to load")})},sri:function(e){var d=/^sha384-[A-Za-z0-9+/=]+$/;return"string"==typeof e&&d.test(e)}(f)?f:"",scriptDataAttributes:i}),p.emit({status:"loading"})}catch(e){p.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}})({shopId: 87268688219,storefrontBaseUrl: "https://kingsqueens.dk",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"2084372827","configuration":"{\"pixel_id\":\"557548964604973\",\"pixel_type\":\"facebook_pixel\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"8d894c63179843e74a9691414b5ad83d","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"2084077915","configuration":"{\"accountID\":\"UjApJS\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"4dc2bf2f415d498931f502e99c2a3863","type":"APP","apiClientId":123074,"privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"224166235","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":[],"name":"PM - Script"},{"id":"224199003","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":[],"name":"PM - Conversion Booster"},{"id":"224231771","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"1","type":"CUSTOM","privacyPurposes":[],"name":"PM - Google Analytics 4"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0411","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0411","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,effectiveTopLevelDomain: "",initData: {"shop":{"name":"Kings Queens","paymentSettings":{"currencyCode":"DKK"},"myshopifyDomain":"kingsqueensdk.myshopify.com","countryCode":"DK","storefrontUrl":"https://kingsqueens.dk"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"https://kingsqueens.dk/cdn","fa791c4bw657adcc2p48d8cf20m74e06eb8",{"modern":"","legacy":""},{"shopId":"87268688219","storefrontBaseUrl":"https://kingsqueens.dk","extensionBaseUrl":"https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[]","isMerchantRequest":"false","hashVersion":"fa791c4bw657adcc2p48d8cf20m74e06eb8"});</script><script> window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'DKK'; var meta = {"page":{"pageType":"home"}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; } </script> <script class="analytics"> (function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 87268688219, theme_id: 172788285787, app_name: "storefront", context_url: window.location.href, source_url: "//kingsqueens.dk/cdn/s/trekkie.storefront.67031bb556ecae068d9d26b268af7634adc01a0c.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//kingsqueens.dk/cdn/s/trekkie.storefront.67031bb556ecae068d9d26b268af7634adc01a0c.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//kingsqueens.dk/cdn/s/trekkie.storefront.67031bb556ecae068d9d26b268af7634adc01a0c.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":87268688219,"isMerchantRequest":null,"themeId":172788285787,"themeCityHash":"18316292212080866655","contentLanguage":"da","currency":"DKK"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"home","shopifyEmitted":true}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//kingsqueens.dk/cdn/shopifycloud/shopify/assets/shop_events_listener-f55dd2979ec32029c7d9e0b454ab8b33f79c01ca039d17a6f5c9b95647564b19.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script defer src="https://kingsqueens.dk/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.5.0.min.js" data-application="storefront-renderer" data-shop-id="87268688219" data-render-region="gcp-europe-west3" data-page-type="index" data-theme-instance-id="172788285787" data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10" ></script> </head> <body class="animations-true button-uppercase-true navigation-uppercase-true product-title-uppercase-false template-index template-index"> <a class="screen-reader-shortcut" href="#main-content">Gå til indhold</a> <div id="wrapper"> <!-- BEGIN sections: header-group --> <div id="shopify-section-sections--23649120420187__announcement-bar" class="shopify-section shopify-section-group-header-group announcement-bar-section"><link href="//kingsqueens.dk/cdn/shop/t/2/assets/announcement-bar.css?v=104225146873520967541730379843" rel="stylesheet" type="text/css" media="all" /><div class="announcement-bar" style="background:#3d3733;"> <div class="announcement-bar--inner direction-left announcement-bar--pulse" style="--marquee-speed: 20s"><div class="pulse_wrapper"><div class="announcement-bar--item carousel__slide" > 📦 Gratis fragt v. køb over 599,-</div><div class="announcement-bar--item carousel__slide" > 📬 Spar 10% ved første køb</div></div> <style data-shopify> .pulse_wrapper { position: relative; width: 100%; height: auto; /* Adjust as needed */ overflow: hidden; display: flex; align-items: center; /* Center items vertically */ justify-content: center; /* Center items horizontally */ min-height: 20px; /* Set a minimum height if needed for better alignment */ } .announcement-bar--item { position: absolute; top: 0; left: 0; width: 100%; text-align: center; /* Center text horizontally */ opacity: 0; transition: opacity 1s ease-in-out; visibility: hidden; display: flex; align-items: center; /* Center text vertically */ justify-content: center; /* Ensure horizontal centering */ } .announcement-bar--item.active { opacity: 1; visibility: visible; } </style> <script> document.addEventListener('DOMContentLoaded', () => { const announcements = document.querySelectorAll('.announcement-bar--item'); let currentIndex = 0; function showNextAnnouncement() { // Hide all announcements announcements.forEach((item, index) => { item.classList.remove('active'); item.style.zIndex = index === currentIndex ? 1 : 0; // Ensure active is on top }); // Show the current announcement announcements[currentIndex].classList.add('active'); // Move to the next announcement (loop back to the first if at the end) currentIndex = (currentIndex + 1) % announcements.length; // Set timeout for the next change setTimeout(showNextAnnouncement, 4000); // Adjust display duration (4s here) } // Start the sequence if there are announcements if (announcements.length > 0) { showNextAnnouncement(); } }); </script></div> </div> </div><div id="shopify-section-sections--23649120420187__header" class="shopify-section shopify-section-group-header-group header-section"><theme-header id="header" class="header style3 header--shadow-small transparent--false header-sticky--active"> <div class="row expanded"> <div class="small-12 columns"><div class="thb-header-mobile-left"> <details class="mobile-toggle-wrapper"> <summary class="mobile-toggle"> <span></span> <span></span> <span></span> </summary><nav id="mobile-menu" class="mobile-menu-drawer" role="dialog" tabindex="-1"> <div class="mobile-menu-drawer--inner"> <nav class="responsive-menu"> <span class="thb-quick-search">Søg <svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13 13.5L17.7495 18.5M15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8Z" stroke="var(--color-header-icons, --color-accent)" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/> </svg> </span> <!-- Loop through the main menu items --> <!-- If the menu item has no children, use a simple anchor tag with a class --> <a href="/collections/new-in" class="king_nav head-font">Nyheder</a> <!-- If the menu item has children, use details/summary and add a + for expanding --> <details> <summary class="menu-link_top"> <a href="/collections/herre" class="menu-link head-font">Herre</a> <span class="expand-icon expand-top">+</span> </summary> <ul> <!-- Loop through child menu items --> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="/collections/nye-varer-herre" class="head-font">Nyheder</a> <ul class="second_expand"> <!-- Loop through grandchild menu items --> <li ><a href="/products/kings-queens-gift-card" class="head-font">Gavekort</a></li> <li ><a href="/collections/sale-herre" class="head-font">Outlet </a></li> <li ><a href="/collections/more-for-less" class="head-font">More for less</a></li> <li ><a href="/collections/top-4-favoritter-herre" class="head-font">Jeres favoritter</a></li> <li ><a href="/collections/herre" class="head-font">Se alle varer</a></li> </ul> </li> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="#" class="head-font">Overdele</a> <ul class="second_expand"> <!-- Loop through grandchild menu items --> <li ><a href="/collections/overtoj-til-herre" class="head-font">Jakker</a></li> <li ><a href="/collections/t-shirts-til-maend" class="head-font">T-shirts</a></li> <li ><a href="/collections/sweatshirts-og-trojer-til-herre" class="head-font">Sweats & Hoodies</a></li> <li ><a href="/collections/striktrojer-til-herre" class="head-font">Strik</a></li> <li ><a href="/collections/skjorter-til-maend" class="head-font">Skjorter & Overshirts</a></li> <li ><a href="/collections/saet-til-ham" class="head-font">Sæt</a></li> <li ><a href="/collections/habitter-til-herre" class="head-font">Jakkesæt</a></li> <li style="margin-left: -2rem; margin-top: 1rem;"><a href="#" class="head-font"style="font-weight:bold;">Underdele </a></li> <li ><a href="/collections/bukser-til-herre" class="head-font">Bukser</a></li> <li ><a href="/collections/herre-shorts" class="head-font">Shorts</a></li> <li ><a href="/collections/jeans-til-herre" class="head-font">Jeans</a></li> </ul> </li> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="/collections/sko-til-herre" class="head-font">Sko</a> <ul class="second_expand"> <!-- Loop through grandchild menu items --> <li ><a href="/collections/stovler-til-damer" class="head-font">Støvler</a></li> <li ><a href="/collections/sneakers-til-herre" class="head-font">Sneaks</a></li> <li ><a href="/collections/mokkasiner-til-herre" class="head-font">Loafers</a></li> <li ><a href="/collections/sandaler-til-herre" class="head-font">Sandaler </a></li> <li ><a href="/collections/skopleje-til-herre-sko" class="head-font">Skopleje</a></li> <li ><a href="/collections/sko-til-herre" class="head-font">Se alle sko</a></li> <li style="margin-left: -2rem; margin-top: 1rem;"><a href="/collections/accessories-til-herre" class="head-font"style="font-weight:bold;">Accessories </a></li> <li ><a href="/collections/caps-og-kasketter" class="head-font">Caps & hatte</a></li> <li ><a href="/collections/tasker-rygsaekke" class="head-font">Tasker</a></li> <li ><a href="/collections/stromper-til-herre" class="head-font">Strømper</a></li> <li ><a href="/collections/halstorklaeder-til-herre" class="head-font">Halstørklæder</a></li> <li ><a href="/collections/huer-og-handsker" class="head-font">Huer & handsker</a></li> <li ><a href="/collections/baelter-og-livremme-til-herre" class="head-font">Bælter</a></li> <li ><a href="/collections/solbriller-til-ham" class="head-font">Solbriller</a></li> <li ><a href="/collections/slips-og-butterfly" class="head-font">Slips & butterfly</a></li> <li ><a href="/collections/undertoj-til-maend" class="head-font">Undertøj</a></li> <li ><a href="/collections/badeshorts-til-maend" class="head-font">Badetøj</a></li> <li ><a href="/collections/accessories-til-herre" class="head-font">Se alle accessories</a></li> </ul> </li> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="#" class="head-font">Brands</a> <ul class="second_expand"> <!-- Loop through grandchild menu items --> <li ><a href="/collections/7-days-active-men" class="head-font">7 Days Active</a></li> <li ><a href="/collections/calvin-klein-men" class="head-font">Calvin Klein</a></li> <li ><a href="/collections/dr-denim-men" class="head-font">Dr. Denim</a></li> <li ><a href="/collections/gabba" class="head-font">GABBA</a></li> <li ><a href="/collections/les-deux" class="head-font">Les Deux</a></li> <li ><a href="#" class="head-font">Mads Nørgaard</a></li> <li ><a href="/collections/samsoe-samsoe" class="head-font">Samsøe Samsøe</a></li> <li ><a href="/collections/tommy-jeans-men" class="head-font">Tommy Hilfiger</a></li> <li ><a href="/collections/woodbird-men" class="head-font">Woodbird</a></li> <li ><a href="/collections/wood-wood-men" class="head-font">Wood Wood</a></li> <li ><a href="/pages/brands-men" class="head-font">Se alle brands</a></li> </ul> </li> </ul> </details> <!-- If the menu item has children, use details/summary and add a + for expanding --> <details> <summary class="menu-link_top"> <a href="/collections/dame" class="menu-link head-font">Dame</a> <span class="expand-icon expand-top">+</span> </summary> <ul> <!-- Loop through child menu items --> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="/collections/nye-varer-dame" class="head-font">Nyheder</a> <ul class="second_expand"> <!-- Loop through grandchild menu items --> <li ><a href="/products/kings-queens-gift-card" class="head-font">Gavekort</a></li> <li ><a href="/collections/sale-dame" class="head-font">Outlet</a></li> <li ><a href="/collections/more-for-less" class="head-font">More for less</a></li> <li ><a href="/collections/top-4-favoritter-dame" class="head-font">Jeres favoritter</a></li> <li ><a href="/collections/dame" class="head-font">Se alle varer</a></li> </ul> </li> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="#" class="head-font">Overdele</a> <ul class="second_expand"> <!-- Loop through grandchild menu items --> <li ><a href="/collections/damejakker" class="head-font">Jakker & overtøj</a></li> <li ><a href="/collections/striktrojer-og-cardigans-til-kvinder" class="head-font">Striktrøjer og cardigans</a></li> <li ><a href="/collections/sweatshirts-og-hoodies-til-damer" class="head-font">Sweatshirts og hoodies</a></li> <li ><a href="/collections/bluser-og-skjorter-til-kvinder" class="head-font">Bluser og skjorter</a></li> <li ><a href="/collections/t-shirts-til-damer" class="head-font">T-shirts</a></li> <li ><a href="/collections/blazer-jakker-til-damer" class="head-font">Blazere</a></li> <li ><a href="/collections/toppe-til-kvinder" class="head-font">Toppe</a></li> <li style="margin-left: -2rem; margin-top: 1rem;"><a href="#" class="head-font"style="font-weight:bold;">Underdele </a></li> <li ><a href="/collections/buksedragter" class="head-font">Buksedragter</a></li> <li ><a href="/collections/jeans-til-damer" class="head-font">Jeans</a></li> <li ><a href="/collections/damebukser" class="head-font">Bukser</a></li> <li ><a href="/collections/kjoler-til-hende" class="head-font">Kjoler</a></li> <li ><a href="/collections/nederdele" class="head-font">Nederdele</a></li> <li ><a href="/collections/bodystocking" class="head-font">Bodystocking</a></li> <li ><a href="/collections/shorts-til-damer" class="head-font">Shorts</a></li> <li ><a href="/collections/undertoj-til-damer-og-piger" class="head-font">Undertøj</a></li> <li ><a href="/collections/swimwear-badetoj" class="head-font">Swimwear & Badetøj</a></li> </ul> </li> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="/collections/sko-til-damer" class="head-font">Sko</a> <ul class="second_expand"> <!-- Loop through grandchild menu items --> <li ><a href="/collections/ballerina" class="head-font">Ballerina</a></li> <li ><a href="/collections/stovler-til-damer" class="head-font">Støvler</a></li> <li ><a href="/collections/sneaks-til-damer" class="head-font">Sneaks</a></li> <li ><a href="/collections/loafers-til-kvinder" class="head-font">Loafers</a></li> <li ><a href="/collections/hjemmesko-til-kvinder" class="head-font">Hjemmesko</a></li> <li ><a href="/collections/stiletter-til-hende" class="head-font">Stiletter</a></li> <li ><a href="/collections/sandaler-til-damer" class="head-font">Sandaler</a></li> <li ><a href="/collections/slingback" class="head-font">Slingback</a></li> <li ><a href="/collections/sko-til-damer" class="head-font">Se alle sko</a></li> <li style="margin-left: -2rem; margin-top: 1rem;"><a href="/collections/accessories-til-hende" class="head-font"style="font-weight:bold;">Accessories </a></li> <li ><a href="/collections/ringe-oreringe-og-halskaeder" class="head-font">Smykker</a></li> <li ><a href="/collections/tasker-til-hende" class="head-font">Tasker</a></li> <li ><a href="/collections/halstorklaeder-torklaeder-til-kvinder" class="head-font">Tørklæder</a></li> <li ><a href="/collections/balaclava" class="head-font">Balaclava</a></li> <li ><a href="/collections/huer-handsker-1" class="head-font">Huer & handsker</a></li> <li ><a href="/collections/har-accessories-til-damer" class="head-font">Håraccessories</a></li> <li ><a href="/collections/stromper-til-damer" class="head-font">Strømper</a></li> <li ><a href="/collections/baelter-og-livremme-til-hende" class="head-font">Bælter</a></li> <li ><a href="/collections/skopleje-til-damesko" class="head-font">Skopleje</a></li> <li ><a href="/collections/caps-og-kasketter-til-hende" class="head-font">Caps</a></li> <li ><a href="/collections/solbriller-til-hende" class="head-font">Solbriller</a></li> <li ><a href="/collections/accessories-til-hende" class="head-font">Se alle accessories</a></li> </ul> </li> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="/pages/brands-women" class="head-font">Brands</a> <ul class="second_expand"> <!-- Loop through grandchild menu items --> <li ><a href="/collections/7-days-active-women" class="head-font">7 Days Active</a></li> <li ><a href="/collections/byic" class="head-font">BYIC</a></li> <li ><a href="/collections/envii" class="head-font">Envii</a></li> <li ><a href="/collections/jjxx" class="head-font">JJXX</a></li> <li ><a href="/collections/ka-nt-copenhagen-1" class="head-font">KA:NT COPENHAGEN</a></li> <li ><a href="/collections/mood-copenhagen" class="head-font">MOOD COPENHAGEN</a></li> <li ><a href="/collections/pavement" class="head-font">Pavement</a></li> <li ><a href="/collections/puma-women" class="head-font">Puma</a></li> <li ><a href="/collections/pure-friday" class="head-font">Pure Friday</a></li> <li ><a href="/collections/woodbird-women" class="head-font">Woodbird</a></li> <li ><a href="/collections/wood-wood-women" class="head-font">Wood Wood</a></li> <li ><a href="/pages/brands-women" class="head-font">Se alle brands</a></li> </ul> </li> </ul> </details> <!-- If the menu item has no children, use a simple anchor tag with a class --> <a href="/pages/brands" class="king_nav head-font">Brands</a> <!-- If the menu item has no children, use a simple anchor tag with a class --> <a href="/collections/sale" class="king_nav head-font">Outlet</a> <!-- If the menu item has children, use details/summary and add a + for expanding --> <details> <summary class="menu-link_top"> <a href="/collections/more-for-less" class="menu-link head-font">More for less</a> <span class="expand-icon expand-top">+</span> </summary> <ul> <!-- Loop through child menu items --> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="/collections/3-for-30" class="head-font first_expand">3 for 30</a> </li> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="/collections/2-for-100" class="head-font first_expand">2 for 100</a> </li> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="/collections/2-for-200" class="head-font first_expand">2 for 200</a> </li> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="/collections/2-for-300" class="head-font first_expand">2 for 300</a> </li> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="/collections/2-for-350" class="head-font first_expand">2 for 350</a> </li> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="/collections/2-for-375" class="head-font first_expand">2 for 375</a> </li> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="/collections/2-for-400" class="head-font first_expand">2 for 400</a> </li> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="/collections/2-for-450" class="head-font first_expand">2 for 450</a> </li> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="/collections/2-for-500" class="head-font first_expand">2 for 500</a> </li> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="/collections/2-for-550" class="head-font first_expand">2 for 550</a> </li> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="/collections/2-for-600" class="head-font first_expand">2 for 600</a> </li> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="/collections/2-for-800" class="head-font first_expand">2 for 800</a> </li> <li style="margin: 1rem 0 .4rem 0; display: block;"> <!-- Check if there are any grandchild links --> <a href="/collections/4-for-100" class="head-font first_expand">4 for 100</a> </li> </ul> </details> <div class="king_footer_menu"> </div> </nav> </div> </nav> <link rel="stylesheet" href="//kingsqueens.dk/cdn/shop/t/2/assets/mobile-menu.css?v=178978677171825985471726563974" media="print" onload="this.media='all'"> <noscript><link href="//kingsqueens.dk/cdn/shop/t/2/assets/mobile-menu.css?v=178978677171825985471726563974" rel="stylesheet" type="text/css" media="all" /></noscript> <style data-shopify> .responsive-menu { display: flex; flex-direction: column; margin: 0; padding: 1rem; padding-bottom: 0; } .responsive-menu .thb-quick-search { border: 1px solid #00000026; margin-bottom: 3rem; margin-top: 1rem; color: #000000c2; font-size: 14px; display: flex; justify-content: space-between; padding: .4rem .8rem; align-items: center; } .responsive-menu .thb-quick-search svg { width: 14px; height: 14px; } .first_expand { padding-left: 1rem; } .second_expand { padding-left: 2rem; } .responsive-menu * { font-size: 20px; } .responsive-menu details { width: 100%; position: relative; overflow: hidden; } .responsive-menu > details, .king_nav { margin-bottom: .5rem; padding-bottom: .5rem; } .responsive-menu summary { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 16px; width: 100%; list-style: none; } .responsive-menu summary a.menu-link { text-decoration: none; flex-grow: 1; } .menu-link_top { } .responsive-menu .expand-icon { cursor: pointer; margin-left: 10px; } .responsive-menu .expand-icon { transition: .4s; font-weight: normal; } .responsive-menu details[open] .expand-top { rotate: 45deg; } .responsive-menu .first_expand[open] .expand-bottom { rotate: 45deg; } .responsive-menu ul { margin: 0; list-style: none; max-height: 0; overflow: hidden; transition: max-height 0.2s ease; /* Transition effect on max-height */ } .responsive-menu ul li { } .responsive-menu ul li a { text-decoration: none; color: #333; } /* Styling for top-level links that do not have children */ .responsive-menu .king_nav { text-decoration: none; color: #333; display: block; } .responsive-menu details details summary { font-size: 14px; font-weight: normal; } .responsive-menu details[open] ul { max-height: 100%; /* Adjust this value depending on the content size */ transition: max-height 0.2s ease; } .responsive-menu details[open] { margin-bottom: 1rem; padding-bottom: 1rem; } /* Responsive styling */ @media (max-width: 768px) { .responsive-menu { flex-direction: column; } } @media (min-width: 769px) { /*.responsive-menu { flex-direction: row; }*/ .responsive-menu details { margin-right: 20px; } .responsive-menu ul { display: none; } .responsive-menu details[open] ul { display: block; max-height: 500px; /* Transition effect for height */ } .responsive-menu details[open] .expand-icon { content: "-"; } } .king_footer_menu { margin-top: 4rem; flex-basis: 100%; background: var(--king_accent); width: 100vw; margin-left: -1rem; display: flex; flex-wrap: wrap; flex-direction: column; padding: 1.4rem 1rem; gap: .4rem; } .king_footer_menu a { font-size: 18px; color: #fff; } .second_expand a { font-weight: lighter; } </style></details> </div> <full-menu class="full-menu"> <ul class="thb-full-menu" role="menubar"><li role="menuitem" class="" > <a href="/collections/new-in">Nyheder</a></li><li role="menuitem" class="menu-item-has-children menu-item-has-megamenu" data-item-title="Herre"> <a href="/collections/herre">Herre <svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6.75 1.5L3.75 4.5L0.75 1.5" stroke="var(--color-header-links, --color-accent)" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </a><div class="sub-menu mega-menu-container" tabindex="-1"><div class="king_menu display-flex width-100"><ul class="flex-basis-25"> <li class="menu_head " style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;"><a href="/collections/nye-varer-herre">Nyheder</a></li> <li class="menu_head" style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;"><a href="/products/kings-queens-gift-card">Gavekort</a></li><li class="menu_head" style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;"><a href="/collections/sale-herre">Outlet </a></li><li class="menu_head" style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;"><a href="/collections/more-for-less">More for less</a></li><li class="menu_head" style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;"><a href="/collections/top-4-favoritter-herre">Jeres favoritter</a></li><li class="menu_head" style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;"><a href="/collections/herre">Se alle varer</a></li> </ul><ul class="flex-basis-25"> <li class="menu_head nolink" style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;"><a href="#">Overdele</a></li> <li ><a href="/collections/overtoj-til-herre">Jakker</a></li><li ><a href="/collections/t-shirts-til-maend">T-shirts</a></li><li ><a href="/collections/sweatshirts-og-trojer-til-herre">Sweats & Hoodies</a></li><li ><a href="/collections/striktrojer-til-herre">Strik</a></li><li ><a href="/collections/skjorter-til-maend">Skjorter & Overshirts</a></li><li ><a href="/collections/saet-til-ham">Sæt</a></li><li ><a href="/collections/habitter-til-herre">Jakkesæt</a></li><li class="menu_head nolink" style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;margin-top:1rem;"><a href="#">Underdele </a></li><li ><a href="/collections/bukser-til-herre">Bukser</a></li><li ><a href="/collections/herre-shorts">Shorts</a></li><li ><a href="/collections/jeans-til-herre">Jeans</a></li> </ul><ul class="flex-basis-25"> <li class="menu_head " style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;"><a href="/collections/sko-til-herre">Sko</a></li> <li ><a href="/collections/stovler-til-damer">Støvler</a></li><li ><a href="/collections/sneakers-til-herre">Sneaks</a></li><li ><a href="/collections/mokkasiner-til-herre">Loafers</a></li><li ><a href="/collections/sandaler-til-herre">Sandaler </a></li><li ><a href="/collections/skopleje-til-herre-sko">Skopleje</a></li><li style="text-decoration:underline;font-weight:bold;padding-top: .2rem;text-transform:uppercase;"><a href="/collections/sko-til-herre">Se alle sko</a></li><li class="menu_head" style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;margin-top:1rem;"><a href="/collections/accessories-til-herre">Accessories </a></li><li ><a href="/collections/caps-og-kasketter">Caps & hatte</a></li><li ><a href="/collections/tasker-rygsaekke">Tasker</a></li><li ><a href="/collections/stromper-til-herre">Strømper</a></li><li ><a href="/collections/halstorklaeder-til-herre">Halstørklæder</a></li><li ><a href="/collections/huer-og-handsker">Huer & handsker</a></li><li ><a href="/collections/baelter-og-livremme-til-herre">Bælter</a></li><li ><a href="/collections/solbriller-til-ham">Solbriller</a></li><li ><a href="/collections/slips-og-butterfly">Slips & butterfly</a></li><li ><a href="/collections/undertoj-til-maend">Undertøj</a></li><li ><a href="/collections/badeshorts-til-maend">Badetøj</a></li><li style="text-decoration:underline;font-weight:bold;padding-top: .2rem;text-transform:uppercase;"><a href="/collections/accessories-til-herre">Se alle accessories</a></li> </ul><ul class="flex-basis-25"> <li class="menu_head nolink" style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;"><a href="#">Brands</a></li> <li ><a href="/collections/7-days-active-men">7 Days Active</a></li><li ><a href="/collections/calvin-klein-men">Calvin Klein</a></li><li ><a href="/collections/dr-denim-men">Dr. Denim</a></li><li ><a href="/collections/gabba">GABBA</a></li><li ><a href="/collections/les-deux">Les Deux</a></li><li ><a href="#">Mads Nørgaard</a></li><li ><a href="/collections/samsoe-samsoe">Samsøe Samsøe</a></li><li ><a href="/collections/tommy-jeans-men">Tommy Hilfiger</a></li><li ><a href="/collections/woodbird-men">Woodbird</a></li><li ><a href="/collections/wood-wood-men">Wood Wood</a></li><li style="text-decoration:underline;font-weight:bold;padding-top: .2rem;text-transform:uppercase;"><a href="/pages/brands-men">Se alle brands</a></li> </ul></div> </div></li><li role="menuitem" class="menu-item-has-children menu-item-has-megamenu" data-item-title="Dame"> <a href="/collections/dame">Dame <svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6.75 1.5L3.75 4.5L0.75 1.5" stroke="var(--color-header-links, --color-accent)" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </a><div class="sub-menu mega-menu-container" tabindex="-1"><div class="king_menu display-flex width-100"><ul class="flex-basis-25"> <li class="menu_head " style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;"><a href="/collections/nye-varer-dame">Nyheder</a></li> <li class="menu_head" style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;"><a href="/products/kings-queens-gift-card">Gavekort</a></li><li class="menu_head" style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;"><a href="/collections/sale-dame">Outlet</a></li><li class="menu_head" style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;"><a href="/collections/more-for-less">More for less</a></li><li class="menu_head" style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;"><a href="/collections/top-4-favoritter-dame">Jeres favoritter</a></li><li class="menu_head" style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;"><a href="/collections/dame">Se alle varer</a></li> </ul><ul class="flex-basis-25"> <li class="menu_head nolink" style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;"><a href="#">Overdele</a></li> <li ><a href="/collections/damejakker">Jakker & overtøj</a></li><li ><a href="/collections/striktrojer-og-cardigans-til-kvinder">Striktrøjer og cardigans</a></li><li ><a href="/collections/sweatshirts-og-hoodies-til-damer">Sweatshirts og hoodies</a></li><li ><a href="/collections/bluser-og-skjorter-til-kvinder">Bluser og skjorter</a></li><li ><a href="/collections/t-shirts-til-damer">T-shirts</a></li><li ><a href="/collections/blazer-jakker-til-damer">Blazere</a></li><li ><a href="/collections/toppe-til-kvinder">Toppe</a></li><li class="menu_head nolink" style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;margin-top:1rem;"><a href="#">Underdele </a></li><li ><a href="/collections/buksedragter">Buksedragter</a></li><li ><a href="/collections/jeans-til-damer">Jeans</a></li><li ><a href="/collections/damebukser">Bukser</a></li><li ><a href="/collections/kjoler-til-hende">Kjoler</a></li><li ><a href="/collections/nederdele">Nederdele</a></li><li ><a href="/collections/bodystocking">Bodystocking</a></li><li ><a href="/collections/shorts-til-damer">Shorts</a></li><li ><a href="/collections/undertoj-til-damer-og-piger">Undertøj</a></li><li ><a href="/collections/swimwear-badetoj">Swimwear & Badetøj</a></li> </ul><ul class="flex-basis-25"> <li class="menu_head " style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;"><a href="/collections/sko-til-damer">Sko</a></li> <li ><a href="/collections/ballerina">Ballerina</a></li><li ><a href="/collections/stovler-til-damer">Støvler</a></li><li ><a href="/collections/sneaks-til-damer">Sneaks</a></li><li ><a href="/collections/loafers-til-kvinder">Loafers</a></li><li ><a href="/collections/hjemmesko-til-kvinder">Hjemmesko</a></li><li ><a href="/collections/stiletter-til-hende">Stiletter</a></li><li ><a href="/collections/sandaler-til-damer">Sandaler</a></li><li ><a href="/collections/slingback">Slingback</a></li><li style="text-decoration:underline;font-weight:bold;padding-top: .2rem;text-transform:uppercase;"><a href="/collections/sko-til-damer">Se alle sko</a></li><li class="menu_head" style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;margin-top:1rem;"><a href="/collections/accessories-til-hende">Accessories </a></li><li ><a href="/collections/ringe-oreringe-og-halskaeder">Smykker</a></li><li ><a href="/collections/tasker-til-hende">Tasker</a></li><li ><a href="/collections/halstorklaeder-torklaeder-til-kvinder">Tørklæder</a></li><li ><a href="/collections/balaclava">Balaclava</a></li><li ><a href="/collections/huer-handsker-1">Huer & handsker</a></li><li ><a href="/collections/har-accessories-til-damer">Håraccessories</a></li><li ><a href="/collections/stromper-til-damer">Strømper</a></li><li ><a href="/collections/baelter-og-livremme-til-hende">Bælter</a></li><li ><a href="/collections/skopleje-til-damesko">Skopleje</a></li><li ><a href="/collections/caps-og-kasketter-til-hende">Caps</a></li><li ><a href="/collections/solbriller-til-hende">Solbriller</a></li><li style="text-decoration:underline;font-weight:bold;padding-top: .2rem;text-transform:uppercase;"><a href="/collections/accessories-til-hende">Se alle accessories</a></li> </ul><ul class="flex-basis-25"> <li class="menu_head " style="font-weight: bold; font-size: 18px; text-transform: uppercase; margin-bottom: .4rem;"><a href="/pages/brands-women">Brands</a></li> <li ><a href="/collections/7-days-active-women">7 Days Active</a></li><li ><a href="/collections/byic">BYIC</a></li><li ><a href="/collections/envii">Envii</a></li><li ><a href="/collections/jjxx">JJXX</a></li><li ><a href="/collections/ka-nt-copenhagen-1">KA:NT COPENHAGEN</a></li><li ><a href="/collections/mood-copenhagen">MOOD COPENHAGEN</a></li><li ><a href="/collections/pavement">Pavement</a></li><li ><a href="/collections/puma-women">Puma</a></li><li ><a href="/collections/pure-friday">Pure Friday</a></li><li ><a href="/collections/woodbird-women">Woodbird</a></li><li ><a href="/collections/wood-wood-women">Wood Wood</a></li><li style="text-decoration:underline;font-weight:bold;padding-top: .2rem;text-transform:uppercase;"><a href="/pages/brands-women">Se alle brands</a></li> </ul></div> </div></li><li role="menuitem" class="" > <a href="/pages/brands">Brands</a></li><li role="menuitem" class="" > <a href="/collections/sale">Outlet</a></li><li role="menuitem" class="menu-item-has-children" data-item-title="More for less"> <a href="/collections/more-for-less">More for less <svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6.75 1.5L3.75 4.5L0.75 1.5" stroke="var(--color-header-links, --color-accent)" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"/> </svg> </a><ul class="sub-menu" tabindex="-1"><li class="" role="none" > <a href="/collections/3-for-30" role="menuitem">3 for 30</a></li><li class="" role="none" > <a href="/collections/2-for-100" role="menuitem">2 for 100</a></li><li class="" role="none" > <a href="/collections/2-for-200" role="menuitem">2 for 200</a></li><li class="" role="none" > <a href="/collections/2-for-300" role="menuitem">2 for 300</a></li><li class="" role="none" > <a href="/collections/2-for-350" role="menuitem">2 for 350</a></li><li class="" role="none" > <a href="/collections/2-for-375" role="menuitem">2 for 375</a></li><li class="" role="none" > <a href="/collections/2-for-400" role="menuitem">2 for 400</a></li><li class="" role="none" > <a href="/collections/2-for-450" role="menuitem">2 for 450</a></li><li class="" role="none" > <a href="/collections/2-for-500" role="menuitem">2 for 500</a></li><li class="" role="none" > <a href="/collections/2-for-550" role="menuitem">2 for 550</a></li><li class="" role="none" > <a href="/collections/2-for-600" role="menuitem">2 for 600</a></li><li class="" role="none" > <a href="/collections/2-for-800" role="menuitem">2 for 800</a></li><li class="" role="none" > <a href="/collections/4-for-100" role="menuitem">4 for 100</a></li></ul></li></ul> </full-menu> <a class="logolink" href="/"> <img src="//kingsqueens.dk/cdn/shop/files/kq-logo_fbcf059e-42e6-4f01-971d-283374a95c01.svg?v=1725348284" class="logoimg" alt="Kings Queens" width="719" height="142" ><img src="//kingsqueens.dk/cdn/shop/files/kq-logo_fbcf059e-42e6-4f01-971d-283374a95c01.svg?v=1725348284" class="logoimg logoimg--light" alt="Kings Queens" width="719" height="142" > </a> <div class="thb-secondary-area thb-header-right"><div class="no-js-hidden"></div><a class="thb-secondary-area-item thb-quick-search" href="/search" title="Søg"> <svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13 13.5L17.7495 18.5M15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8Z" stroke="var(--color-header-icons, --color-accent)" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/> </svg> </a> <a class="thb-secondary-area-item thb-secondary-cart" href="/cart" id="cart-drawer-toggle"><div class="thb-secondary-item-icon"> <svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 4.58011L3.88304 1.09945V1H15.2164L18 4.58011M1 4.58011V17.2099C1 18.2044 1.89474 19 2.88889 19H16.1111C17.1053 19 18 18.2044 18 17.2099V4.58011M1 4.58011H18M13.3275 8.16022C13.3275 10.1492 11.6374 11.7403 9.54971 11.7403C7.46199 11.7403 5.67251 10.1492 5.67251 8.16022" stroke="var(--color-header-icons, --color-accent)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> </svg> <span class="thb-item-count">0</span></div></a> </div> </div> </div><style data-shopify>:root { --logo-height: 24px; --logo-height-mobile: 30px; } </style></theme-header><script src="//kingsqueens.dk/cdn/shop/t/2/assets/header.js?v=53973329853117484881725347192" type="text/javascript"></script><script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "name": "Kings Queens", "logo": "https:\/\/kingsqueens.dk\/cdn\/shop\/files\/kq-logo_fbcf059e-42e6-4f01-971d-283374a95c01.svg?v=1725348284\u0026width=719", "sameAs": [ "", "https:\/\/www.facebook.com\/kingsqueensdk\/", "https:\/\/dk.pinterest.com\/kingsqueensdk\/", "https:\/\/www.instagram.com\/kingsqueensdk\/", "", "https:\/\/www.youtube.com\/channel\/UCxgvSTPkOnJihcmC7bCNiYA", "", "", "" ], "url": "https:\/\/kingsqueens.dk" } </script> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebSite", "name": "Kings Queens", "potentialAction": { "@type": "SearchAction", "target": "https:\/\/kingsqueens.dk\/search?q={search_term_string}", "query-input": "required name=search_term_string" }, "url": "https:\/\/kingsqueens.dk" } </script> </div> <!-- END sections: header-group --> <div role="main" id="main-content"> <div id="shopify-section-template--23649118683483__gallery_QJxLJR" class="shopify-section section-gallery"><link href="//kingsqueens.dk/cdn/shop/t/2/assets/gallery.css?v=103887683610868387541730379804" rel="stylesheet" type="text/css" media="all" /><div class="row full-width-row"> <div class="small-12 columns"> <div class="gallery gallery-spacing--medium text-center section-spacing section-spacing--disable-top section-spacing--disable-bottom" style="--gallery-columns: 2;--overlay-color-rgb: 0,0,0; --overlay-opacity: 0.1"> <div class="gallery__inner"><div class="gallery__item" ><figure class="aspect-ratio aspect-ratio--adapt" style="--ratio-percent: 125.0%;"> <img class="lazyload " width="1600" height="2000" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/Untitled_Session0898_20x_crop_center.jpg?v=1741774245" data-srcset="//kingsqueens.dk/cdn/shop/files/Untitled_Session0898_375x_crop_center.jpg?v=1741774245 375w,//kingsqueens.dk/cdn/shop/files/Untitled_Session0898_750x_crop_center.jpg?v=1741774245 750w,//kingsqueens.dk/cdn/shop/files/Untitled_Session0898_1125x_crop_center.jpg?v=1741774245 1125w" fetchpriority="auto" alt="" style="object-position: 50.0% 50.0%;" /> <div class="gallery__item-content content-middle-center"> <div> <a class="button white outline" href="/collections/women" aria-label="SHOP WOMEN"><span>SHOP WOMEN</span></a> <a href="/collections/women" class="gallery__item-content-link"></a> </div> </div><view-products class="view-products" data-target="#View-Products-template--23649118683483__gallery_QJxLJR-image_U6nim7"> <svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 4.58011L3.88304 1.09945V1H15.2164L18 4.58011M1 4.58011V17.2099C1 18.2044 1.89474 19 2.88889 19H16.1111C17.1053 19 18 18.2044 18 17.2099V4.58011M1 4.58011H18M13.3275 8.16022C13.3275 10.1492 11.6374 11.7403 9.54971 11.7403C7.46199 11.7403 5.67251 10.1492 5.67251 8.16022" stroke="var(--color-header-icons, --color-accent)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> </svg> <span>Shop looket</small></view-products> </figure> </div><div class="gallery__item" ><figure class="aspect-ratio aspect-ratio--adapt" style="--ratio-percent: 125.0%;"> <img class="lazyload " width="1600" height="2000" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/Untitled_Session2575_20x_crop_center.jpg?v=1741774514" data-srcset="//kingsqueens.dk/cdn/shop/files/Untitled_Session2575_375x_crop_center.jpg?v=1741774514 375w,//kingsqueens.dk/cdn/shop/files/Untitled_Session2575_750x_crop_center.jpg?v=1741774514 750w,//kingsqueens.dk/cdn/shop/files/Untitled_Session2575_1125x_crop_center.jpg?v=1741774514 1125w" fetchpriority="auto" alt="" style="object-position: 50.0% 50.0%;" /> <div class="gallery__item-content content-middle-center"> <div> <a class="button white outline" href="/collections/men" aria-label="SHOP MEN"><span>SHOP MEN</span></a> <a href="/collections/men" class="gallery__item-content-link"></a> </div> </div><view-products class="view-products" data-target="#View-Products-template--23649118683483__gallery_QJxLJR-image_wVkDdU"> <svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 4.58011L3.88304 1.09945V1H15.2164L18 4.58011M1 4.58011V17.2099C1 18.2044 1.89474 19 2.88889 19H16.1111C17.1053 19 18 18.2044 18 17.2099V4.58011M1 4.58011H18M13.3275 8.16022C13.3275 10.1492 11.6374 11.7403 9.54971 11.7403C7.46199 11.7403 5.67251 10.1492 5.67251 8.16022" stroke="var(--color-header-icons, --color-accent)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> </svg> <span>Shop looket</small></view-products> </figure> </div></div> </div> </div> </div><div class="side-panel view-products-panel" id="View-Products-template--23649118683483__gallery_QJxLJR-image_U6nim7" tabindex="-1"> <div class="side-panel-inner"> <div class="side-panel-header"> <div> <h4>Shop looket</h4> <side-panel-close class="side-panel-close" tabindex="0"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13 1L1 13M13 13L1 1" stroke="var(--color-body)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </side-panel-close> </div> </div> <div class="side-panel-content"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_ab63a76c-0177-4b73-a5d5-f78c86326901_20x_crop_center.jpg?v=1741377744" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_ab63a76c-0177-4b73-a5d5-f78c86326901_192x_crop_center.jpg?v=1741377744 192w" fetchpriority="low" alt="Fia denim shirt" /> </div> <div><a href="/products/22629" title="Fia denim shirt" class="cart-product-link">Fia denim shirt</a> <span class="price"> <ins><span class="amount">499,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22629" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> <product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_d16d72c4-aedc-4ea9-a10c-8624a181b1e5_20x_crop_center.jpg?v=1741377756" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_d16d72c4-aedc-4ea9-a10c-8624a181b1e5_192x_crop_center.jpg?v=1741377756 192w" fetchpriority="low" alt="Fia denim skirt" /> </div> <div><a href="/products/22630" title="Fia denim skirt" class="cart-product-link">Fia denim skirt</a> <span class="price"> <ins><span class="amount">399,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22630" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> <product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_5b2342ef-9de4-4839-90c0-ca404181ec82_20x_crop_center.jpg?v=1741370856" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_5b2342ef-9de4-4839-90c0-ca404181ec82_192x_crop_center.jpg?v=1741370856 192w" fetchpriority="low" alt="Pcballoon large bag" /> </div> <div><a href="/products/21828" title="Pcballoon large bag" class="cart-product-link">Pcballoon large bag</a> <span class="price"> <ins><span class="amount">379,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="21828" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> </div> </div> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/product.js?v=151730438721383742851725347193" defer="defer"></script> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/view-products.js?v=11518402643719343951725347193" defer="defer"></script><div class="side-panel view-products-panel" id="View-Products-template--23649118683483__gallery_QJxLJR-image_wVkDdU" tabindex="-1"> <div class="side-panel-inner"> <div class="side-panel-header"> <div> <h4>Shop looket</h4> <side-panel-close class="side-panel-close" tabindex="0"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13 1L1 13M13 13L1 1" stroke="var(--color-body)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </side-panel-close> </div> </div> <div class="side-panel-content"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/8158_2_20x_crop_center.jpg?v=1741764841" data-srcset="//kingsqueens.dk/cdn/shop/files/8158_2_192x_crop_center.jpg?v=1741764841 192w" fetchpriority="low" alt="Gallina" /> </div> <div><a href="/products/23404" title="Gallina" class="cart-product-link">Gallina</a> <span class="price"> <ins><span class="amount">200,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="23404" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> </div> </div> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/product.js?v=151730438721383742851725347193" defer="defer"></script> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/view-products.js?v=11518402643719343951725347193" defer="defer"></script><style> #shopify-section-template--23649118683483__gallery_QJxLJR { background: ; } </style> </div><div id="shopify-section-template--23649118683483__collection_tabs_Q6eR4g" class="shopify-section section-collection-tabs"><link href="//kingsqueens.dk/cdn/shop/t/2/assets/product-grid.css?v=86515014469453565561737368734" rel="stylesheet" type="text/css" media="all" /><link href="//kingsqueens.dk/cdn/shop/t/2/assets/collection-tabs.css?v=78289326814911619881732881737" rel="stylesheet" type="text/css" media="all" /><div class="collection-tabs section-spacing section-spacing--disable-bottom"> <div class="row full-width-row"> <div class="small-12 columns"> <div class="section-header section-header-left--true"> <div class="section-header--content"><h2 class="h4">NYHEDER</h2><scroll-shadow> <collection-tabs class="collection-tabs__list" data-target="product-grid-template--23649118683483__collection_tabs_Q6eR4g"><button type="button" data-collection="top-4-nyheder-dame" class="collection-tabs__list-link active" >Dame</button><span>/</span><button type="button" data-collection="top-4-nyheder-herre" class="collection-tabs__list-link" >Herre</button></collection-tabs> </scroll-shadow></div><div class="section-header--button has--tabs"><a class="text-button linked-to-tab active" href="/collections/top-4-nyheder-dame">Shop Nyheder til dame</a><a class="text-button linked-to-tab" href="/collections/top-4-nyheder-herre">Shop Nyheder til herre</a></div></div> <slide-show id="product-grid-template--23649118683483__collection_tabs_Q6eR4g" data-id="template--23649118683483__collection_tabs_Q6eR4g" class="products carousel row small-up-2 medium-up-4"> <div class="medium-6 large-3 columns carousel__slide" data-collection="top-4-nyheder-dame"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/pursip-flower-top" title="Pursip flower top" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="2250" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/8_36ad8b17-3f5e-4335-b87d-0d9dd4abd260_20x25_crop_center.jpg?v=1742894920" data-srcset="//kingsqueens.dk/cdn/shop/files/8_36ad8b17-3f5e-4335-b87d-0d9dd4abd260_450x562_crop_center.jpg?v=1742894920 450w,//kingsqueens.dk/cdn/shop/files/8_36ad8b17-3f5e-4335-b87d-0d9dd4abd260_900x1125_crop_center.jpg?v=1742894920 900w" fetchpriority="low" alt="Pursip flower top" /> <img class="lazyload product-primary-image" width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/2_1a139ac1-388f-40ae-a123-3a2b4f143f90_20x25_crop_center.jpg?v=1742552464" data-srcset="//kingsqueens.dk/cdn/shop/files/2_1a139ac1-388f-40ae-a123-3a2b4f143f90_450x562_crop_center.jpg?v=1742552464 450w,//kingsqueens.dk/cdn/shop/files/2_1a139ac1-388f-40ae-a123-3a2b4f143f90_900x1125_crop_center.jpg?v=1742552464 900w" fetchpriority="auto" alt="Pursip flower top" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> <span class="badge 2" style="color:#3c3732;background:#f7efe4;border: none;">News</span> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/pursip-flower-top" title="Pursip flower top" class="product-card_vendor">Pursip flower top</a> <span class="price"> <ins><span class="amount">299,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/pursip-flower-top" title="Pure Friday">Pure Friday</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">XS</li> <li class="size-available">S</li> <li class="size-available">M</li> <li class="size-available">L</li> <li class="size-available">XL</li> </ul> </div> </span> </div> <div class="product-card-swatch"> </div></div> </product-card> </div><div class="medium-6 large-3 columns carousel__slide" data-collection="top-4-nyheder-dame"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/jxlaura-long-mw-denim-shorts" title="JXLAURA LONG MW DENIM SHORTS" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="2250" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/12267288_1_20x25_crop_center.jpg?v=1742286261" data-srcset="//kingsqueens.dk/cdn/shop/files/12267288_1_450x562_crop_center.jpg?v=1742286261 450w,//kingsqueens.dk/cdn/shop/files/12267288_1_900x1125_crop_center.jpg?v=1742286261 900w" fetchpriority="low" alt="JXLAURA LONG MW DENIM SHORTS" /> <img class="lazyload product-primary-image" width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/1_a4fb7ae0-79e6-47bf-9c19-237655a3a5a1_20x25_crop_center.jpg?v=1742286261" data-srcset="//kingsqueens.dk/cdn/shop/files/1_a4fb7ae0-79e6-47bf-9c19-237655a3a5a1_450x562_crop_center.jpg?v=1742286261 450w,//kingsqueens.dk/cdn/shop/files/1_a4fb7ae0-79e6-47bf-9c19-237655a3a5a1_900x1125_crop_center.jpg?v=1742286261 900w" fetchpriority="auto" alt="JXLAURA LONG MW DENIM SHORTS" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> <span class="badge 3" style="color:#3c3732;background:#f7efe4;border: none;">News</span> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/jxlaura-long-mw-denim-shorts" title="JXLAURA LONG MW DENIM SHORTS" class="product-card_vendor">JXLAURA LONG MW DENIM SHORTS</a> <span class="price"> <ins><span class="amount">299,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/jxlaura-long-mw-denim-shorts" title="JJXX">JJXX</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">XS</li> <li class="size-available">S</li> <li class="size-available">M</li> <li class="size-available">L</li> </ul> </div> </span> </div> <div class="product-card-swatch"> </div></div> </product-card> </div><div class="medium-6 large-3 columns carousel__slide" data-collection="top-4-nyheder-dame"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/biamiami-buckle-mule-suede" title="Biamiami buckle mule suede" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="2250" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/biamiami_3_20x25_crop_center.jpg?v=1741784778" data-srcset="//kingsqueens.dk/cdn/shop/files/biamiami_3_450x562_crop_center.jpg?v=1741784778 450w,//kingsqueens.dk/cdn/shop/files/biamiami_3_900x1125_crop_center.jpg?v=1741784778 900w" fetchpriority="low" alt="Biamiami buckle mule suede" /> <img class="lazyload product-primary-image" width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/biamiami_1_20x25_crop_center.jpg?v=1741784771" data-srcset="//kingsqueens.dk/cdn/shop/files/biamiami_1_450x562_crop_center.jpg?v=1741784771 450w,//kingsqueens.dk/cdn/shop/files/biamiami_1_900x1125_crop_center.jpg?v=1741784771 900w" fetchpriority="auto" alt="Biamiami buckle mule suede" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/biamiami-buckle-mule-suede" title="Biamiami buckle mule suede" class="product-card_vendor">Biamiami buckle mule suede</a> <span class="price"> <ins><span class="amount">599,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/biamiami-buckle-mule-suede" title="Bianco">Bianco</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">36</li> <li class="size-available">37</li> <li class="size-available">38</li> <li class="size-available">39</li> <li class="size-available">40</li> </ul> </div> </span> </div> <div class="product-card-swatch"> <div class="display-flex flex-wrap-wrap gap"> <img src="//kingsqueens.dk/cdn/shop/files/biamiami_1.jpg?v=1741784771&amp;width=100" alt="Biamiami buckle mule suede" srcset="//kingsqueens.dk/cdn/shop/files/biamiami_1.jpg?v=1741784771&amp;width=100 100w" width="100" height="125" style="max-width: 20px;"> <span class="display-flex align-items-center" style="font-weight: 100; font-size: 12px;">+1</span> </div> </div></div> </product-card> </div><div class="medium-6 large-3 columns carousel__slide" data-collection="top-4-nyheder-dame"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/miraic-mesh-dress" title="Miraic mesh dress" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="2250" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/mirameshdresswhite_3_20x25_crop_center.jpg?v=1742464684" data-srcset="//kingsqueens.dk/cdn/shop/files/mirameshdresswhite_3_450x562_crop_center.jpg?v=1742464684 450w,//kingsqueens.dk/cdn/shop/files/mirameshdresswhite_3_900x1125_crop_center.jpg?v=1742464684 900w" fetchpriority="low" alt="Miraic mesh dress" /> <img class="lazyload product-primary-image" width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/mirameshdresswhite_1_20x25_crop_center.jpg?v=1742464681" data-srcset="//kingsqueens.dk/cdn/shop/files/mirameshdresswhite_1_450x562_crop_center.jpg?v=1742464681 450w,//kingsqueens.dk/cdn/shop/files/mirameshdresswhite_1_900x1125_crop_center.jpg?v=1742464681 900w" fetchpriority="auto" alt="Miraic mesh dress" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> <span class="badge 2" style="color:#3c3732;background:#f7efe4;border: none;">News</span> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/miraic-mesh-dress" title="Miraic mesh dress" class="product-card_vendor">Miraic mesh dress</a> <span class="price"> <ins><span class="amount">579,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/miraic-mesh-dress" title="BYIC">BYIC</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">XS</li> <li class="size-available">S</li> <li class="size-available">M</li> <li class="size-available">L</li> <li class="size-sold-out">XL</li> </ul> </div> </span> </div> <div class="product-card-swatch"> <div class="display-flex flex-wrap-wrap gap"> <img src="//kingsqueens.dk/cdn/shop/files/mirameshdresswhite_1.jpg?v=1742464681&amp;width=100" alt="Miraic mesh dress" srcset="//kingsqueens.dk/cdn/shop/files/mirameshdresswhite_1.jpg?v=1742464681&amp;width=100 100w" width="100" height="125" style="max-width: 20px;"> <span class="display-flex align-items-center" style="font-weight: 100; font-size: 12px;">+1</span> </div> </div></div> </product-card> </div><div class="medium-6 large-3 columns carousel__slide" data-collection="top-4-nyheder-dame"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/jxsarah-tokyo-wide-pant" title="JXSARAH TOKYO WIDE PANT" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="2250" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/tilny_1_20x25_crop_center.jpg?v=1742898975" data-srcset="//kingsqueens.dk/cdn/shop/files/tilny_1_450x562_crop_center.jpg?v=1742898975 450w,//kingsqueens.dk/cdn/shop/files/tilny_1_900x1125_crop_center.jpg?v=1742898975 900w" fetchpriority="low" alt="JXSARAH TOKYO WIDE PANT" /> <img class="lazyload product-primary-image" width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/8_d0fbe63b-e835-40da-814f-9e3521238a4d_20x25_crop_center.jpg?v=1742898975" data-srcset="//kingsqueens.dk/cdn/shop/files/8_d0fbe63b-e835-40da-814f-9e3521238a4d_450x562_crop_center.jpg?v=1742898975 450w,//kingsqueens.dk/cdn/shop/files/8_d0fbe63b-e835-40da-814f-9e3521238a4d_900x1125_crop_center.jpg?v=1742898975 900w" fetchpriority="auto" alt="JXSARAH TOKYO WIDE PANT" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> <span class="badge 3" style="color:#3c3732;background:#f7efe4;border: none;">News</span> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/jxsarah-tokyo-wide-pant" title="JXSARAH TOKYO WIDE PANT" class="product-card_vendor">JXSARAH TOKYO WIDE PANT</a> <span class="price"> <ins><span class="amount">399,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/jxsarah-tokyo-wide-pant" title="JJXX">JJXX</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">XS</li> <li class="size-available">S</li> <li class="size-available">M</li> <li class="size-available">L</li> </ul> </div> </span> </div> <div class="product-card-swatch"> </div></div> </product-card> </div><div class="medium-6 large-3 columns carousel__slide" data-collection="top-4-nyheder-dame"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/emmaic-slip-dress" title="Emmaic slip dress" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="2250" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/3_96f44115-03d8-45a4-81c5-b468f61ec9e6_20x25_crop_center.jpg?v=1741858253" data-srcset="//kingsqueens.dk/cdn/shop/files/3_96f44115-03d8-45a4-81c5-b468f61ec9e6_450x562_crop_center.jpg?v=1741858253 450w,//kingsqueens.dk/cdn/shop/files/3_96f44115-03d8-45a4-81c5-b468f61ec9e6_900x1125_crop_center.jpg?v=1741858253 900w" fetchpriority="low" alt="Emmaic slip dress" /> <img class="lazyload product-primary-image" width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/1_d9b220a1-e08a-4177-b644-94a16fc3d050_20x25_crop_center.jpg?v=1741858253" data-srcset="//kingsqueens.dk/cdn/shop/files/1_d9b220a1-e08a-4177-b644-94a16fc3d050_450x562_crop_center.jpg?v=1741858253 450w,//kingsqueens.dk/cdn/shop/files/1_d9b220a1-e08a-4177-b644-94a16fc3d050_900x1125_crop_center.jpg?v=1741858253 900w" fetchpriority="auto" alt="Emmaic slip dress" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> <span class="badge 3" style="color:#3c3732;background:#f7efe4;border: none;">News</span> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/emmaic-slip-dress" title="Emmaic slip dress" class="product-card_vendor">Emmaic slip dress</a> <span class="price"> <ins><span class="amount">129,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/emmaic-slip-dress" title="BYIC">BYIC</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">XS/S</li> <li class="size-available">S/M</li> <li class="size-available">M/L</li> <li class="size-available">L/XL</li> </ul> </div> </span> </div> <div class="product-card-swatch"> </div></div> </product-card> </div> <div class="medium-6 large-3 columns" data-collection="top-4-nyheder-herre"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/22859" title="Basic boxy tee" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="2250" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/nor-168_6_20x25_crop_center.jpg?v=1742466381" data-srcset="//kingsqueens.dk/cdn/shop/files/nor-168_6_450x562_crop_center.jpg?v=1742466381 450w,//kingsqueens.dk/cdn/shop/files/nor-168_6_900x1125_crop_center.jpg?v=1742466381 900w" fetchpriority="low" alt="Basic boxy tee" /> <img class="lazyload product-primary-image" width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/6_5c082c2b-8a5c-4fe0-9dcb-6adf6ac558b6_20x25_crop_center.jpg?v=1742466379" data-srcset="//kingsqueens.dk/cdn/shop/files/6_5c082c2b-8a5c-4fe0-9dcb-6adf6ac558b6_450x562_crop_center.jpg?v=1742466379 450w,//kingsqueens.dk/cdn/shop/files/6_5c082c2b-8a5c-4fe0-9dcb-6adf6ac558b6_900x1125_crop_center.jpg?v=1742466379 900w" fetchpriority="auto" alt="Basic boxy tee" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> <span class="badge" style="color:#ffffff;background:#000000;">2 for 400</span> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/22859" title="Basic boxy tee" class="product-card_vendor">Basic boxy tee</a> <span class="price"> <ins><span class="amount">249,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/22859" title="Noreligion">Noreligion</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">S</li> <li class="size-available">M</li> <li class="size-available">L</li> <li class="size-available">XL</li> <li class="size-available">XXL</li> </ul> </div> </span> </div> <div class="product-card-swatch"> <div class="display-flex flex-wrap-wrap gap"> <img src="//kingsqueens.dk/cdn/shop/files/6_5c082c2b-8a5c-4fe0-9dcb-6adf6ac558b6.jpg?v=1742466379&amp;width=100" alt="Basic boxy tee" srcset="//kingsqueens.dk/cdn/shop/files/6_5c082c2b-8a5c-4fe0-9dcb-6adf6ac558b6.jpg?v=1742466379&amp;width=100 100w" width="100" height="125" style="max-width: 20px;"> <span class="display-flex align-items-center" style="font-weight: 100; font-size: 12px;">+9</span> </div> </div></div> </product-card> </div><div class="medium-6 large-3 columns" data-collection="top-4-nyheder-herre"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/bio-clog-1" title="Bio Clog" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="2250" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/cph_1_20x25_crop_center.jpg?v=1742908647" data-srcset="//kingsqueens.dk/cdn/shop/files/cph_1_450x562_crop_center.jpg?v=1742908647 450w,//kingsqueens.dk/cdn/shop/files/cph_1_900x1125_crop_center.jpg?v=1742908647 900w" fetchpriority="low" alt="Bio Clog" /> <img class="lazyload product-primary-image" width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/3_c7d63175-b17a-442e-ba9e-15f04dc9e8a7_20x25_crop_center.jpg?v=1742908647" data-srcset="//kingsqueens.dk/cdn/shop/files/3_c7d63175-b17a-442e-ba9e-15f04dc9e8a7_450x562_crop_center.jpg?v=1742908647 450w,//kingsqueens.dk/cdn/shop/files/3_c7d63175-b17a-442e-ba9e-15f04dc9e8a7_900x1125_crop_center.jpg?v=1742908647 900w" fetchpriority="auto" alt="Bio Clog" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/bio-clog-1" title="Bio Clog" class="product-card_vendor">Bio Clog</a> <span class="price"> <ins><span class="amount">400,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/bio-clog-1" title="Cph-Comfort">Cph-Comfort</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">40</li> <li class="size-available">41</li> <li class="size-available">42</li> <li class="size-available">43</li> <li class="size-available">44</li> <li class="size-available">45</li> <li class="size-available">46</li> <li class="size-available">47</li> </ul> </div> </span> </div> <div class="product-card-swatch"> <div class="display-flex flex-wrap-wrap gap"> <img src="//kingsqueens.dk/cdn/shop/files/3_c7d63175-b17a-442e-ba9e-15f04dc9e8a7.jpg?v=1742908647&amp;width=100" alt="Bio Clog" srcset="//kingsqueens.dk/cdn/shop/files/3_c7d63175-b17a-442e-ba9e-15f04dc9e8a7.jpg?v=1742908647&amp;width=100 100w" width="100" height="125" style="max-width: 20px;"> <span class="display-flex align-items-center" style="font-weight: 100; font-size: 12px;">+1</span> </div> </div></div> </product-card> </div><div class="medium-6 large-3 columns" data-collection="top-4-nyheder-herre"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/madi-shirt" title="Madi Shirt" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="2250" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/dr_4_20x25_crop_center.jpg?v=1742388191" data-srcset="//kingsqueens.dk/cdn/shop/files/dr_4_450x562_crop_center.jpg?v=1742388191 450w,//kingsqueens.dk/cdn/shop/files/dr_4_900x1125_crop_center.jpg?v=1742388191 900w" fetchpriority="low" alt="Madi Shirt" /> <img class="lazyload product-primary-image" width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/dr_5_20x25_crop_center.jpg?v=1742388189" data-srcset="//kingsqueens.dk/cdn/shop/files/dr_5_450x562_crop_center.jpg?v=1742388189 450w,//kingsqueens.dk/cdn/shop/files/dr_5_900x1125_crop_center.jpg?v=1742388189 900w" fetchpriority="auto" alt="Madi Shirt" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> <span class="badge 3" style="color:#3c3732;background:#f7efe4;border: none;">News</span> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/madi-shirt" title="Madi Shirt" class="product-card_vendor">Madi Shirt</a> <span class="price"> <ins><span class="amount">499,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/madi-shirt" title="Dr. denim">Dr. denim</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">S</li> <li class="size-available">M</li> <li class="size-available">L</li> <li class="size-available">XL</li> </ul> </div> </span> </div> <div class="product-card-swatch"> </div></div> </product-card> </div><div class="medium-6 large-3 columns" data-collection="top-4-nyheder-herre"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/eddie-jeans-14605" title="Eddie jeans 14605" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="2250" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/buks_7_20x25_crop_center.jpg?v=1742380082" data-srcset="//kingsqueens.dk/cdn/shop/files/buks_7_450x562_crop_center.jpg?v=1742380082 450w,//kingsqueens.dk/cdn/shop/files/buks_7_900x1125_crop_center.jpg?v=1742380082 900w" fetchpriority="low" alt="Eddie jeans 14605" /> <img class="lazyload product-primary-image" width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/1_c3fbf03d-13eb-418b-9192-5a2608046067_20x25_crop_center.jpg?v=1742380082" data-srcset="//kingsqueens.dk/cdn/shop/files/1_c3fbf03d-13eb-418b-9192-5a2608046067_450x562_crop_center.jpg?v=1742380082 450w,//kingsqueens.dk/cdn/shop/files/1_c3fbf03d-13eb-418b-9192-5a2608046067_900x1125_crop_center.jpg?v=1742380082 900w" fetchpriority="auto" alt="Eddie jeans 14605" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> <span class="badge 3" style="color:#3c3732;background:#f7efe4;border: none;">News</span> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/eddie-jeans-14605" title="Eddie jeans 14605" class="product-card_vendor">Eddie jeans 14605</a> <span class="price"> <ins><span class="amount">1.100,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/eddie-jeans-14605" title="Samsøe Samsøe">Samsøe Samsøe</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">28/32</li> <li class="size-available">29/32</li> <li class="size-available">30/32</li> <li class="size-available">31/32</li> <li class="size-available">32/32</li> <li class="size-available">33/32</li> </ul> </div> </span> </div> <div class="product-card-swatch"> </div></div> </product-card> </div><div class="medium-6 large-3 columns" data-collection="top-4-nyheder-herre"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/poplin-kenji-shirt" title="Poplin Kenji Shirt" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="2250" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/204668_1_20x25_crop_center.jpg?v=1743068799" data-srcset="//kingsqueens.dk/cdn/shop/files/204668_1_450x562_crop_center.jpg?v=1743068799 450w,//kingsqueens.dk/cdn/shop/files/204668_1_900x1125_crop_center.jpg?v=1743068799 900w" fetchpriority="low" alt="Poplin Kenji Shirt" /> <img class="lazyload product-primary-image" width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/poplinkenji_1_20x25_crop_center.jpg?v=1743068799" data-srcset="//kingsqueens.dk/cdn/shop/files/poplinkenji_1_450x562_crop_center.jpg?v=1743068799 450w,//kingsqueens.dk/cdn/shop/files/poplinkenji_1_900x1125_crop_center.jpg?v=1743068799 900w" fetchpriority="auto" alt="Poplin Kenji Shirt" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/poplin-kenji-shirt" title="Poplin Kenji Shirt" class="product-card_vendor">Poplin Kenji Shirt</a> <span class="price"> <ins><span class="amount">900,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/poplin-kenji-shirt" title="Nørgaard">Nørgaard</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">S</li> <li class="size-available">M</li> <li class="size-available">L</li> <li class="size-available">XL</li> </ul> </div> </span> </div> <div class="product-card-swatch"> </div></div> </product-card> </div><div class="medium-6 large-3 columns" data-collection="top-4-nyheder-herre"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/pape-plisse-pants" title="Pape plisse pants" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="2250" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/5_55f2c92a-fb0a-47dd-b766-b6bd13fb4047_20x25_crop_center.jpg?v=1741866406" data-srcset="//kingsqueens.dk/cdn/shop/files/5_55f2c92a-fb0a-47dd-b766-b6bd13fb4047_450x562_crop_center.jpg?v=1741866406 450w,//kingsqueens.dk/cdn/shop/files/5_55f2c92a-fb0a-47dd-b766-b6bd13fb4047_900x1125_crop_center.jpg?v=1741866406 900w" fetchpriority="low" alt="Pape plisse pants" /> <img class="lazyload product-primary-image" width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/9_7175f593-50a2-4ae6-8d7c-a2dcc5053d87_20x25_crop_center.jpg?v=1741866403" data-srcset="//kingsqueens.dk/cdn/shop/files/9_7175f593-50a2-4ae6-8d7c-a2dcc5053d87_450x562_crop_center.jpg?v=1741866403 450w,//kingsqueens.dk/cdn/shop/files/9_7175f593-50a2-4ae6-8d7c-a2dcc5053d87_900x1125_crop_center.jpg?v=1741866403 900w" fetchpriority="auto" alt="Pape plisse pants" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> <span class="badge 3" style="color:#3c3732;background:#f7efe4;border: none;">News</span> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/pape-plisse-pants" title="Pape plisse pants" class="product-card_vendor">Pape plisse pants</a> <span class="price"> <ins><span class="amount">299,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/pape-plisse-pants" title="Approach">Approach</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">S</li> <li class="size-available">M</li> <li class="size-available">L</li> <li class="size-available">XL</li> <li class="size-available">XXL</li> </ul> </div> </span> </div> <div class="product-card-swatch"> <div class="display-flex flex-wrap-wrap gap"> <img src="//kingsqueens.dk/cdn/shop/files/9_7175f593-50a2-4ae6-8d7c-a2dcc5053d87.jpg?v=1741866403&amp;width=100" alt="Pape plisse pants" srcset="//kingsqueens.dk/cdn/shop/files/9_7175f593-50a2-4ae6-8d7c-a2dcc5053d87.jpg?v=1741866403&amp;width=100 100w" width="100" height="125" style="max-width: 20px;"> <span class="display-flex align-items-center" style="font-weight: 100; font-size: 12px;">+2</span> </div> </div></div> </product-card> </div> <div class="flickity-nav flickity-prev" tabindex="0"> <svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 5.5H2" stroke="var(--color-accent)" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.30002 1L0.800018 5.5L5.30002 10" stroke="var(--color-accent)" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/> </svg> </div> <div class="flickity-nav flickity-next" tabindex="0"> <svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 5.5H13" stroke="var(--color-accent)" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.69995 1L14.2 5.5L9.69995 10" stroke="var(--color-accent)" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/> </svg> </div></slide-show></div> </div> </div> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/collection-tabs.js?v=112998072638708317311725347192" defer="defer"></script> </div><div id="shopify-section-template--23649118683483__gallery_zTziYV" class="shopify-section section-gallery"><link href="//kingsqueens.dk/cdn/shop/t/2/assets/gallery.css?v=103887683610868387541730379804" rel="stylesheet" type="text/css" media="all" /><div class="row full-width-row"> <div class="small-12 columns"> <div class="gallery gallery-spacing--medium text-center section-spacing section-spacing--disable-bottom" style="--gallery-columns: 4;--overlay-color-rgb: 0,0,0; --overlay-opacity: 0.0"> <div class="gallery__inner"><div class="gallery__item" ><figure class="aspect-ratio aspect-ratio--portrait" style="--ratio-percent: 100%;"> <img class="lazyload " width="1600" height="2000" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/Untitled_Session1071_44b3130a-e011-483f-b08e-0e41e7770f2f_20x_crop_center.jpg?v=1741774725" data-srcset="//kingsqueens.dk/cdn/shop/files/Untitled_Session1071_44b3130a-e011-483f-b08e-0e41e7770f2f_375x_crop_center.jpg?v=1741774725 375w,//kingsqueens.dk/cdn/shop/files/Untitled_Session1071_44b3130a-e011-483f-b08e-0e41e7770f2f_750x_crop_center.jpg?v=1741774725 750w,//kingsqueens.dk/cdn/shop/files/Untitled_Session1071_44b3130a-e011-483f-b08e-0e41e7770f2f_1125x_crop_center.jpg?v=1741774725 1125w" fetchpriority="auto" alt="" style="object-position: 50.0% 50.0%;" /> <div class="gallery__item-content content-middle-center"> <div> <h4 class="h3">Spring Jackets</h4> <a href="/collections/spring-jackets" class="gallery__item-content-link"></a> </div> </div><view-products class="view-products" data-target="#View-Products-template--23649118683483__gallery_zTziYV-image_aTmeEE"> <svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 4.58011L3.88304 1.09945V1H15.2164L18 4.58011M1 4.58011V17.2099C1 18.2044 1.89474 19 2.88889 19H16.1111C17.1053 19 18 18.2044 18 17.2099V4.58011M1 4.58011H18M13.3275 8.16022C13.3275 10.1492 11.6374 11.7403 9.54971 11.7403C7.46199 11.7403 5.67251 10.1492 5.67251 8.16022" stroke="var(--color-header-icons, --color-accent)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> </svg> <span>Shop looket</small></view-products> </figure> </div><div class="gallery__item" ><figure class="aspect-ratio aspect-ratio--portrait" style="--ratio-percent: 100%;"> <img class="lazyload " width="1600" height="2000" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/Untitled_Session3748_20x_crop_center.jpg?v=1741773021" data-srcset="//kingsqueens.dk/cdn/shop/files/Untitled_Session3748_375x_crop_center.jpg?v=1741773021 375w,//kingsqueens.dk/cdn/shop/files/Untitled_Session3748_750x_crop_center.jpg?v=1741773021 750w,//kingsqueens.dk/cdn/shop/files/Untitled_Session3748_1125x_crop_center.jpg?v=1741773021 1125w" fetchpriority="auto" alt="" style="object-position: 50.0% 50.0%;" /> <div class="gallery__item-content content-middle-center"> <div> <h4 class="h3">His & Hers Clogs</h4> <a href="/collections/clogs" class="gallery__item-content-link"></a> </div> </div><view-products class="view-products" data-target="#View-Products-template--23649118683483__gallery_zTziYV-image_MrJgUm"> <svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 4.58011L3.88304 1.09945V1H15.2164L18 4.58011M1 4.58011V17.2099C1 18.2044 1.89474 19 2.88889 19H16.1111C17.1053 19 18 18.2044 18 17.2099V4.58011M1 4.58011H18M13.3275 8.16022C13.3275 10.1492 11.6374 11.7403 9.54971 11.7403C7.46199 11.7403 5.67251 10.1492 5.67251 8.16022" stroke="var(--color-header-icons, --color-accent)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> </svg> <span>Shop looket</small></view-products> </figure> </div><div class="gallery__item" ><figure class="aspect-ratio aspect-ratio--portrait" style="--ratio-percent: 100%;"> <img class="lazyload " width="1600" height="2000" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/Untitled_Session1936_20x_crop_center.jpg?v=1741773127" data-srcset="//kingsqueens.dk/cdn/shop/files/Untitled_Session1936_375x_crop_center.jpg?v=1741773127 375w,//kingsqueens.dk/cdn/shop/files/Untitled_Session1936_750x_crop_center.jpg?v=1741773127 750w,//kingsqueens.dk/cdn/shop/files/Untitled_Session1936_1125x_crop_center.jpg?v=1741773127 1125w" fetchpriority="auto" alt="" style="object-position: 50.0% 50.0%;" /> <div class="gallery__item-content content-middle-center"> <div> <h4 class="h3">Sun's out, Shades on</h4> <a href="/collections/suns-out-shades-on" class="gallery__item-content-link"></a> </div> </div><view-products class="view-products" data-target="#View-Products-template--23649118683483__gallery_zTziYV-image_nbQzNX"> <svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 4.58011L3.88304 1.09945V1H15.2164L18 4.58011M1 4.58011V17.2099C1 18.2044 1.89474 19 2.88889 19H16.1111C17.1053 19 18 18.2044 18 17.2099V4.58011M1 4.58011H18M13.3275 8.16022C13.3275 10.1492 11.6374 11.7403 9.54971 11.7403C7.46199 11.7403 5.67251 10.1492 5.67251 8.16022" stroke="var(--color-header-icons, --color-accent)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> </svg> <span>Shop looket</small></view-products> </figure> </div><div class="gallery__item" ><figure class="aspect-ratio aspect-ratio--portrait" style="--ratio-percent: 100%;"> <img class="lazyload " width="796" height="995" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/Untitled_Session3455_20x_crop_center.jpg?v=1741776095" data-srcset="//kingsqueens.dk/cdn/shop/files/Untitled_Session3455_375x_crop_center.jpg?v=1741776095 375w,//kingsqueens.dk/cdn/shop/files/Untitled_Session3455_750x_crop_center.jpg?v=1741776095 750w,//kingsqueens.dk/cdn/shop/files/Untitled_Session3455_1125x_crop_center.jpg?v=1741776095 1125w" fetchpriority="auto" alt="" style="object-position: 50.0% 50.0%;" /> <div class="gallery__item-content content-middle-center"> <div> <h4 class="h3">Tees</h4> <a href="/collections/t-shirts-til-maend" class="gallery__item-content-link"></a> </div> </div><view-products class="view-products" data-target="#View-Products-template--23649118683483__gallery_zTziYV-image_8FWqkm"> <svg width="19" height="20" viewBox="0 0 19 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 4.58011L3.88304 1.09945V1H15.2164L18 4.58011M1 4.58011V17.2099C1 18.2044 1.89474 19 2.88889 19H16.1111C17.1053 19 18 18.2044 18 17.2099V4.58011M1 4.58011H18M13.3275 8.16022C13.3275 10.1492 11.6374 11.7403 9.54971 11.7403C7.46199 11.7403 5.67251 10.1492 5.67251 8.16022" stroke="var(--color-header-icons, --color-accent)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> </svg> <span>Shop looket</small></view-products> </figure> </div></div> </div> </div> </div><div class="side-panel view-products-panel" id="View-Products-template--23649118683483__gallery_zTziYV-image_aTmeEE" tabindex="-1"> <div class="side-panel-inner"> <div class="side-panel-header"> <div> <h4>Shop looket</h4> <side-panel-close class="side-panel-close" tabindex="0"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13 1L1 13M13 13L1 1" stroke="var(--color-body)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </side-panel-close> </div> </div> <div class="side-panel-content"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_496af5d0-51c3-48ed-97dd-6e49cdc06b02_20x_crop_center.jpg?v=1741377474" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_496af5d0-51c3-48ed-97dd-6e49cdc06b02_192x_crop_center.jpg?v=1741377474 192w" fetchpriority="low" alt="Angela jacket" /> </div> <div><a href="/products/22615" title="Angela jacket" class="cart-product-link">Angela jacket</a> <span class="price"> <ins><span class="amount">799,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22615" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> <product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/5_50e06e51-38c8-4818-9633-03e002aaf6c8_20x_crop_center.jpg?v=1741765576" data-srcset="//kingsqueens.dk/cdn/shop/files/5_50e06e51-38c8-4818-9633-03e002aaf6c8_192x_crop_center.jpg?v=1741765576 192w" fetchpriority="low" alt="Pcfia belt bag" /> </div> <div><a href="/products/23300" title="Pcfia belt bag" class="cart-product-link">Pcfia belt bag</a> <span class="price"> <ins><span class="amount">229,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="23300" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> <product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/8190_2_20x_crop_center.jpg?v=1741765146" data-srcset="//kingsqueens.dk/cdn/shop/files/8190_2_192x_crop_center.jpg?v=1741765146 192w" fetchpriority="low" alt="Lai" /> </div> <div><a href="/products/23413" title="Lai" class="cart-product-link">Lai</a> <span class="price"> <ins><span class="amount">200,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="23413" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> </div> </div> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/product.js?v=151730438721383742851725347193" defer="defer"></script> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/view-products.js?v=11518402643719343951725347193" defer="defer"></script><div class="side-panel view-products-panel" id="View-Products-template--23649118683483__gallery_zTziYV-image_MrJgUm" tabindex="-1"> <div class="side-panel-inner"> <div class="side-panel-header"> <div> <h4>Shop looket</h4> <side-panel-close class="side-panel-close" tabindex="0"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13 1L1 13M13 13L1 1" stroke="var(--color-body)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </side-panel-close> </div> </div> <div class="side-panel-content"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/cph_2_20x_crop_center.jpg?v=1741787536" data-srcset="//kingsqueens.dk/cdn/shop/files/cph_2_192x_crop_center.jpg?v=1741787536 192w" fetchpriority="low" alt="Bio Clog" /> </div> <div><a href="/products/bio-clog" title="Bio Clog" class="cart-product-link">Bio Clog</a> <span class="price"> <ins><span class="amount">400,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="bio-clog" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> <product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/3_c7d63175-b17a-442e-ba9e-15f04dc9e8a7_20x_crop_center.jpg?v=1742908647" data-srcset="//kingsqueens.dk/cdn/shop/files/3_c7d63175-b17a-442e-ba9e-15f04dc9e8a7_192x_crop_center.jpg?v=1742908647 192w" fetchpriority="low" alt="Bio Clog" /> </div> <div><a href="/products/bio-clog-1" title="Bio Clog" class="cart-product-link">Bio Clog</a> <span class="price"> <ins><span class="amount">400,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="bio-clog-1" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> <product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/biamiami_6_20x_crop_center.jpg?v=1741784883" data-srcset="//kingsqueens.dk/cdn/shop/files/biamiami_6_192x_crop_center.jpg?v=1741784883 192w" fetchpriority="low" alt="Biamiami buckle mule suede" /> </div> <div><a href="/products/biamiami-buckle-mule-suede-1" title="Biamiami buckle mule suede" class="cart-product-link">Biamiami buckle mule suede</a> <span class="price"> <ins><span class="amount">599,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="biamiami-buckle-mule-suede-1" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> <product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/biamiami_1_20x_crop_center.jpg?v=1741784771" data-srcset="//kingsqueens.dk/cdn/shop/files/biamiami_1_192x_crop_center.jpg?v=1741784771 192w" fetchpriority="low" alt="Biamiami buckle mule suede" /> </div> <div><a href="/products/biamiami-buckle-mule-suede" title="Biamiami buckle mule suede" class="cart-product-link">Biamiami buckle mule suede</a> <span class="price"> <ins><span class="amount">599,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="biamiami-buckle-mule-suede" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> </div> </div> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/product.js?v=151730438721383742851725347193" defer="defer"></script> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/view-products.js?v=11518402643719343951725347193" defer="defer"></script><div class="side-panel view-products-panel" id="View-Products-template--23649118683483__gallery_zTziYV-image_nbQzNX" tabindex="-1"> <div class="side-panel-inner"> <div class="side-panel-header"> <div> <h4>Shop looket</h4> <side-panel-close class="side-panel-close" tabindex="0"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13 1L1 13M13 13L1 1" stroke="var(--color-body)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </side-panel-close> </div> </div> <div class="side-panel-content"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/8190_2_20x_crop_center.jpg?v=1741765146" data-srcset="//kingsqueens.dk/cdn/shop/files/8190_2_192x_crop_center.jpg?v=1741765146 192w" fetchpriority="low" alt="Lai" /> </div> <div><a href="/products/23413" title="Lai" class="cart-product-link">Lai</a> <span class="price"> <ins><span class="amount">200,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="23413" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> <product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_8b713d45-63f5-4086-9f26-8938e118e08c_20x_crop_center.jpg?v=1741376029" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_8b713d45-63f5-4086-9f26-8938e118e08c_192x_crop_center.jpg?v=1741376029 192w" fetchpriority="low" alt="Objscarlet biker jacket" /> </div> <div><a href="/products/22447" title="Objscarlet biker jacket" class="cart-product-link">Objscarlet biker jacket</a> <span class="price"> <ins><span class="amount">899,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22447" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> </div> </div> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/product.js?v=151730438721383742851725347193" defer="defer"></script> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/view-products.js?v=11518402643719343951725347193" defer="defer"></script><div class="side-panel view-products-panel" id="View-Products-template--23649118683483__gallery_zTziYV-image_8FWqkm" tabindex="-1"> <div class="side-panel-inner"> <div class="side-panel-header"> <div> <h4>Shop looket</h4> <side-panel-close class="side-panel-close" tabindex="0"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13 1L1 13M13 13L1 1" stroke="var(--color-body)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </side-panel-close> </div> </div> <div class="side-panel-content"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/9_7175f593-50a2-4ae6-8d7c-a2dcc5053d87_20x_crop_center.jpg?v=1741866403" data-srcset="//kingsqueens.dk/cdn/shop/files/9_7175f593-50a2-4ae6-8d7c-a2dcc5053d87_192x_crop_center.jpg?v=1741866403 192w" fetchpriority="low" alt="Pape plisse pants" /> </div> <div><a href="/products/pape-plisse-pants" title="Pape plisse pants" class="cart-product-link">Pape plisse pants</a> <span class="price"> <ins><span class="amount">299,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="pape-plisse-pants" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> <product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/4_534fcd6b-31b4-4d4a-9ed4-9f7a80c966ba_20x_crop_center.jpg?v=1741866113" data-srcset="//kingsqueens.dk/cdn/shop/files/4_534fcd6b-31b4-4d4a-9ed4-9f7a80c966ba_192x_crop_center.jpg?v=1741866113 192w" fetchpriority="low" alt="Pape plisse polo" /> </div> <div><a href="/products/pape-plisse-polo" title="Pape plisse polo" class="cart-product-link">Pape plisse polo</a> <span class="price"> <ins><span class="amount">299,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="pape-plisse-polo" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> </div> </div> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/product.js?v=151730438721383742851725347193" defer="defer"></script> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/view-products.js?v=11518402643719343951725347193" defer="defer"></script><style> #shopify-section-template--23649118683483__gallery_zTziYV { background: ; } </style> </div><div id="shopify-section-template--23649118683483__scrolling_text_EwmwWR" class="shopify-section section-scrolling-text"><link href="//kingsqueens.dk/cdn/shop/t/2/assets/scrolling-text.css?v=4571019979629462091725347193" rel="stylesheet" type="text/css" media="all" /><div class="row full-width-row-full"> <div class="small-12 columns"> <div class="scrolling-text scrolling-text-uppercase--true section-spacing height-auto" id="scrolling-text-template--23649118683483__scrolling_text_EwmwWR" style="--color-bg:#f7efe4;--color-text:#151515;--overlay-color-rgb: 0,0,0; --overlay-opacity: 0.0;"> <div class="scrolling-text--inner direction-left" style="--marquee-speed: 30s"> <div> <div class="scrolling-text--item outline-text--false" ><span>FRI FRAGT VED KØB OVER 599 DKK</span></div> <div class="scrolling-text--item outline-text--false" ><span>·</span></div> <div class="scrolling-text--item outline-text--false" ><span>DAG TIL DAG LEVERING </span></div> <div class="scrolling-text--item outline-text--false" ><span>·</span></div> <div class="scrolling-text--item outline-text--false" ><span>SPAR 10% PÅ DIN FØRSTE ORDRE</span></div> <div class="scrolling-text--item outline-text--false" ><span>·</span></div> <div class="scrolling-text--item outline-text--false" ><span>4.6 PÅ TRUSTPILOT ⭐⭐⭐⭐⭐</span></div> <div class="scrolling-text--item outline-text--false" ><span>·</span></div></div> <div> <div class="scrolling-text--item outline-text--false" ><span>FRI FRAGT VED KØB OVER 599 DKK</span></div> <div class="scrolling-text--item outline-text--false" ><span>·</span></div> <div class="scrolling-text--item outline-text--false" ><span>DAG TIL DAG LEVERING </span></div> <div class="scrolling-text--item outline-text--false" ><span>·</span></div> <div class="scrolling-text--item outline-text--false" ><span>SPAR 10% PÅ DIN FØRSTE ORDRE</span></div> <div class="scrolling-text--item outline-text--false" ><span>·</span></div> <div class="scrolling-text--item outline-text--false" ><span>4.6 PÅ TRUSTPILOT ⭐⭐⭐⭐⭐</span></div> <div class="scrolling-text--item outline-text--false" ><span>·</span></div></div> <div> <div class="scrolling-text--item outline-text--false" ><span>FRI FRAGT VED KØB OVER 599 DKK</span></div> <div class="scrolling-text--item outline-text--false" ><span>·</span></div> <div class="scrolling-text--item outline-text--false" ><span>DAG TIL DAG LEVERING </span></div> <div class="scrolling-text--item outline-text--false" ><span>·</span></div> <div class="scrolling-text--item outline-text--false" ><span>SPAR 10% PÅ DIN FØRSTE ORDRE</span></div> <div class="scrolling-text--item outline-text--false" ><span>·</span></div> <div class="scrolling-text--item outline-text--false" ><span>4.6 PÅ TRUSTPILOT ⭐⭐⭐⭐⭐</span></div> <div class="scrolling-text--item outline-text--false" ><span>·</span></div></div> </div> <style data-shopify> #scrolling-text-template--23649118683483__scrolling_text_EwmwWR .scrolling-text--inner { font-size: 34px; } </style> </div> </div> </div> </div><div id="shopify-section-template--23649118683483__collection_tabs_4wwqdY" class="shopify-section section-collection-tabs"><link href="//kingsqueens.dk/cdn/shop/t/2/assets/product-grid.css?v=86515014469453565561737368734" rel="stylesheet" type="text/css" media="all" /><link href="//kingsqueens.dk/cdn/shop/t/2/assets/collection-tabs.css?v=78289326814911619881732881737" rel="stylesheet" type="text/css" media="all" /><div class="collection-tabs section-spacing section-spacing--disable-top"> <div class="row full-width-row"> <div class="small-12 columns"> <div class="section-header section-header-left--true"> <div class="section-header--content"><h2 class="h4">jeres favoritter</h2><scroll-shadow> <collection-tabs class="collection-tabs__list" data-target="product-grid-template--23649118683483__collection_tabs_4wwqdY"><button type="button" data-collection="top-4-favoritter-dame" class="collection-tabs__list-link active" >Dame</button><span>/</span><button type="button" data-collection="top-4-favoritter-herre" class="collection-tabs__list-link" >Herre</button></collection-tabs> </scroll-shadow></div></div> <slide-show id="product-grid-template--23649118683483__collection_tabs_4wwqdY" data-id="template--23649118683483__collection_tabs_4wwqdY" class="products carousel row small-up-2 medium-up-4"> <div class="medium-6 large-3 columns carousel__slide" data-collection="top-4-favoritter-dame"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/clara-shiny-loafter-1" title="Clara shiny loafter" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="2250" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/clara1_20x25_crop_center.jpg?v=1742818749" data-srcset="//kingsqueens.dk/cdn/shop/files/clara1_450x562_crop_center.jpg?v=1742818749 450w,//kingsqueens.dk/cdn/shop/files/clara1_900x1125_crop_center.jpg?v=1742818749 900w" fetchpriority="low" alt="Clara shiny loafter" /> <img class="lazyload product-primary-image" width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/clara-shiny_dd87d016-7324-4625-9302-ed97df99524b_20x25_crop_center.jpg?v=1742818749" data-srcset="//kingsqueens.dk/cdn/shop/files/clara-shiny_dd87d016-7324-4625-9302-ed97df99524b_450x562_crop_center.jpg?v=1742818749 450w,//kingsqueens.dk/cdn/shop/files/clara-shiny_dd87d016-7324-4625-9302-ed97df99524b_900x1125_crop_center.jpg?v=1742818749 900w" fetchpriority="auto" alt="Clara shiny loafter" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/clara-shiny-loafter-1" title="Clara shiny loafter" class="product-card_vendor">Clara shiny loafter</a> <span class="price"> <ins><span class="amount">349,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/clara-shiny-loafter-1" title="Ideal shoes">Ideal shoes</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">36</li> <li class="size-available">37</li> <li class="size-available">38</li> <li class="size-available">39</li> <li class="size-available">40</li> <li class="size-available">41</li> </ul> </div> </span> </div> <div class="product-card-swatch"> <div class="display-flex flex-wrap-wrap gap"> <img src="//kingsqueens.dk/cdn/shop/files/clara-shiny_dd87d016-7324-4625-9302-ed97df99524b.jpg?v=1742818749&amp;width=100" alt="Clara shiny loafter" srcset="//kingsqueens.dk/cdn/shop/files/clara-shiny_dd87d016-7324-4625-9302-ed97df99524b.jpg?v=1742818749&amp;width=100 100w" width="100" height="125" loading="lazy" style="max-width: 20px;"> <span class="display-flex align-items-center" style="font-weight: 100; font-size: 12px;">+1</span> </div> </div></div> </product-card> </div><div class="medium-6 large-3 columns carousel__slide" data-collection="top-4-favoritter-dame"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/simone-buckle" title="Simone buckle" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="2250" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/2_bb875385-87db-4de3-9771-2c2b47dee665_20x25_crop_center.jpg?v=1741951629" data-srcset="//kingsqueens.dk/cdn/shop/files/2_bb875385-87db-4de3-9771-2c2b47dee665_450x562_crop_center.jpg?v=1741951629 450w,//kingsqueens.dk/cdn/shop/files/2_bb875385-87db-4de3-9771-2c2b47dee665_900x1125_crop_center.jpg?v=1741951629 900w" fetchpriority="low" alt="Simone buckle" /> <img class="lazyload product-primary-image" width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/1_7912ac2d-9a2b-45bd-8014-de765dce6208_20x25_crop_center.jpg?v=1741951629" data-srcset="//kingsqueens.dk/cdn/shop/files/1_7912ac2d-9a2b-45bd-8014-de765dce6208_450x562_crop_center.jpg?v=1741951629 450w,//kingsqueens.dk/cdn/shop/files/1_7912ac2d-9a2b-45bd-8014-de765dce6208_900x1125_crop_center.jpg?v=1741951629 900w" fetchpriority="auto" alt="Simone buckle" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> <span class="badge 3" style="color:#3c3732;background:#f7efe4;border: none;">News</span> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/simone-buckle" title="Simone buckle" class="product-card_vendor">Simone buckle</a> <span class="price"> <ins><span class="amount">399,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/simone-buckle" title="Ideal shoes">Ideal shoes</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">36</li> <li class="size-available">37</li> <li class="size-sold-out">38</li> <li class="size-sold-out">39</li> <li class="size-sold-out">40</li> <li class="size-sold-out">41</li> </ul> </div> </span> </div> <div class="product-card-swatch"> </div></div> </product-card> </div><div class="medium-6 large-3 columns carousel__slide" data-collection="top-4-favoritter-dame"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/clara-shiny-loafter" title="Clara shiny loafter" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="2250" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/claraw2_20x25_crop_center.jpg?v=1741780284" data-srcset="//kingsqueens.dk/cdn/shop/files/claraw2_450x562_crop_center.jpg?v=1741780284 450w,//kingsqueens.dk/cdn/shop/files/claraw2_900x1125_crop_center.jpg?v=1741780284 900w" fetchpriority="low" alt="Clara shiny loafter" /> <img class="lazyload product-primary-image" width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/clarew1_20x25_crop_center.jpg?v=1741780284" data-srcset="//kingsqueens.dk/cdn/shop/files/clarew1_450x562_crop_center.jpg?v=1741780284 450w,//kingsqueens.dk/cdn/shop/files/clarew1_900x1125_crop_center.jpg?v=1741780284 900w" fetchpriority="auto" alt="Clara shiny loafter" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> <span class="badge onsale">28% </span> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/clara-shiny-loafter" title="Clara shiny loafter" class="product-card_vendor">Clara shiny loafter</a> <span class="price"> <del> <span class="amount"> 349,00 DKK </span> </del> <ins><span class="amount sale_price">250,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/clara-shiny-loafter" title="Ideal shoes">Ideal shoes</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">36</li> <li class="size-available">37</li> <li class="size-available">38</li> <li class="size-available">39</li> <li class="size-sold-out">40</li> <li class="size-available">41</li> </ul> </div> </span> </div> <div class="product-card-swatch"> <div class="display-flex flex-wrap-wrap gap"> <img src="//kingsqueens.dk/cdn/shop/files/clarew1.jpg?v=1741780284&amp;width=100" alt="Clara shiny loafter" srcset="//kingsqueens.dk/cdn/shop/files/clarew1.jpg?v=1741780284&amp;width=100 100w" width="100" height="125" loading="lazy" style="max-width: 20px;"> <span class="display-flex align-items-center" style="font-weight: 100; font-size: 12px;">+1</span> </div> </div></div> </product-card> </div><div class="medium-6 large-3 columns carousel__slide" data-collection="top-4-favoritter-dame"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/23508" title="Alvina" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="2250" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/alvina_1_20x25_crop_center.jpg?v=1741700697" data-srcset="//kingsqueens.dk/cdn/shop/files/alvina_1_450x562_crop_center.jpg?v=1741700697 450w,//kingsqueens.dk/cdn/shop/files/alvina_1_900x1125_crop_center.jpg?v=1741700697 900w" fetchpriority="low" alt="Alvina" /> <img class="lazyload product-primary-image" width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/alvina_2_20x25_crop_center.jpg?v=1741700697" data-srcset="//kingsqueens.dk/cdn/shop/files/alvina_2_450x562_crop_center.jpg?v=1741700697 450w,//kingsqueens.dk/cdn/shop/files/alvina_2_900x1125_crop_center.jpg?v=1741700697 900w" fetchpriority="auto" alt="Alvina" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/23508" title="Alvina" class="product-card_vendor">Alvina</a> <span class="price"> <ins><span class="amount">1.099,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/23508" title="Pavement">Pavement</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">36</li> <li class="size-available">37</li> <li class="size-available">38</li> <li class="size-available">39</li> <li class="size-available">40</li> <li class="size-available">41</li> </ul> </div> </span> </div> <div class="product-card-swatch"> <div class="display-flex flex-wrap-wrap gap"> <img src="//kingsqueens.dk/cdn/shop/files/alvina_2.jpg?v=1741700697&amp;width=100" alt="Alvina" srcset="//kingsqueens.dk/cdn/shop/files/alvina_2.jpg?v=1741700697&amp;width=100 100w" width="100" height="125" loading="lazy" style="max-width: 20px;"> <span class="display-flex align-items-center" style="font-weight: 100; font-size: 12px;">+1</span> </div> </div></div> </product-card> </div><div class="medium-6 large-3 columns carousel__slide" data-collection="top-4-favoritter-dame"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/23388" title="Enaugustine blazer" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="1800" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/image_u_6d3de0e3-814b-4605-8ae1-2c66309ce397_20x25_crop_center.jpg?v=1741381748" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_6d3de0e3-814b-4605-8ae1-2c66309ce397_450x562_crop_center.jpg?v=1741381748 450w,//kingsqueens.dk/cdn/shop/files/image_u_6d3de0e3-814b-4605-8ae1-2c66309ce397_900x1125_crop_center.jpg?v=1741381748 900w" fetchpriority="low" alt="Enaugustine blazer" /> <img class="lazyload product-primary-image" width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_323ae81f-9858-4a28-a29d-ecc40cb84a79_20x25_crop_center.jpg?v=1741381748" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_323ae81f-9858-4a28-a29d-ecc40cb84a79_450x562_crop_center.jpg?v=1741381748 450w,//kingsqueens.dk/cdn/shop/files/image_u_323ae81f-9858-4a28-a29d-ecc40cb84a79_900x1125_crop_center.jpg?v=1741381748 900w" fetchpriority="auto" alt="Enaugustine blazer" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/23388" title="Enaugustine blazer" class="product-card_vendor">Enaugustine blazer</a> <span class="price"> <ins><span class="amount">750,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/23388" title="Envii">Envii</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">34</li> <li class="size-sold-out">36</li> <li class="size-available">38</li> <li class="size-available">40</li> </ul> </div> </span> </div> <div class="product-card-swatch"> <div class="display-flex flex-wrap-wrap gap"> <img src="//kingsqueens.dk/cdn/shop/files/image_u_323ae81f-9858-4a28-a29d-ecc40cb84a79.jpg?v=1741381748&amp;width=100" alt="Enaugustine blazer" srcset="//kingsqueens.dk/cdn/shop/files/image_u_323ae81f-9858-4a28-a29d-ecc40cb84a79.jpg?v=1741381748&amp;width=100 100w" width="100" height="100" loading="lazy" style="max-width: 20px;"> <span class="display-flex align-items-center" style="font-weight: 100; font-size: 12px;">+2</span> </div> </div></div> </product-card> </div><div class="medium-6 large-3 columns carousel__slide" data-collection="top-4-favoritter-dame"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/22701" title="Ellaic mesh top" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="1800" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/image_u_1a3f5ab9-7fbb-4b2a-8118-069c85576034_20x25_crop_center.jpg?v=1741378507" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_1a3f5ab9-7fbb-4b2a-8118-069c85576034_450x562_crop_center.jpg?v=1741378507 450w,//kingsqueens.dk/cdn/shop/files/image_u_1a3f5ab9-7fbb-4b2a-8118-069c85576034_900x1125_crop_center.jpg?v=1741378507 900w" fetchpriority="low" alt="Ellaic mesh top" /> <img class="lazyload product-primary-image" width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_467f6169-625a-47fe-a162-836760d38117_20x25_crop_center.jpg?v=1741378507" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_467f6169-625a-47fe-a162-836760d38117_450x562_crop_center.jpg?v=1741378507 450w,//kingsqueens.dk/cdn/shop/files/image_u_467f6169-625a-47fe-a162-836760d38117_900x1125_crop_center.jpg?v=1741378507 900w" fetchpriority="auto" alt="Ellaic mesh top" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/22701" title="Ellaic mesh top" class="product-card_vendor">Ellaic mesh top</a> <span class="price"> <ins><span class="amount">329,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/22701" title="BYIC">BYIC</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">XS</li> <li class="size-sold-out">S</li> <li class="size-sold-out">M</li> <li class="size-available">L</li> <li class="size-available">XL</li> </ul> </div> </span> </div> <div class="product-card-swatch"> </div></div> </product-card> </div> <div class="medium-6 large-3 columns" data-collection="top-4-favoritter-herre"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/21011" title="Mario linen pant" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1600" height="1600" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/image_u_5a755083-acc7-4dda-9138-3f3df7b6448f_20x25_crop_center.jpg?v=1741362578" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_5a755083-acc7-4dda-9138-3f3df7b6448f_450x562_crop_center.jpg?v=1741362578 450w,//kingsqueens.dk/cdn/shop/files/image_u_5a755083-acc7-4dda-9138-3f3df7b6448f_900x1125_crop_center.jpg?v=1741362578 900w" fetchpriority="low" alt="Mario linen pant" /> <img class="lazyload product-primary-image" width="1600" height="1600" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_63c2d7bc-4507-4859-808e-6032d4254fdd_20x25_crop_center.jpg?v=1741362578" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_63c2d7bc-4507-4859-808e-6032d4254fdd_450x562_crop_center.jpg?v=1741362578 450w,//kingsqueens.dk/cdn/shop/files/image_u_63c2d7bc-4507-4859-808e-6032d4254fdd_900x1125_crop_center.jpg?v=1741362578 900w" fetchpriority="auto" alt="Mario linen pant" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/21011" title="Mario linen pant" class="product-card_vendor">Mario linen pant</a> <span class="price"> <ins><span class="amount">400,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/21011" title="Approach">Approach</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">XS</li> <li class="size-available">S</li> <li class="size-available">M</li> <li class="size-available">L</li> <li class="size-available">XL</li> </ul> </div> </span> </div> <div class="product-card-swatch"> <div class="display-flex flex-wrap-wrap gap"> <img src="//kingsqueens.dk/cdn/shop/files/image_u_63c2d7bc-4507-4859-808e-6032d4254fdd.jpg?v=1741362578&amp;width=100" alt="Mario linen pant" srcset="//kingsqueens.dk/cdn/shop/files/image_u_63c2d7bc-4507-4859-808e-6032d4254fdd.jpg?v=1741362578&amp;width=100 100w" width="100" height="100" loading="lazy" style="max-width: 20px;"> <span class="display-flex align-items-center" style="font-weight: 100; font-size: 12px;">+3</span> </div> </div></div> </product-card> </div><div class="medium-6 large-3 columns" data-collection="top-4-favoritter-herre"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/20319" title="Wbbaine base tee" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="1800" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/image_u_21023de7-d6e7-438d-9e79-3b6256600507_20x25_crop_center.jpg?v=1741356722" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_21023de7-d6e7-438d-9e79-3b6256600507_450x562_crop_center.jpg?v=1741356722 450w,//kingsqueens.dk/cdn/shop/files/image_u_21023de7-d6e7-438d-9e79-3b6256600507_900x1125_crop_center.jpg?v=1741356722 900w" fetchpriority="low" alt="Wbbaine base tee" /> <img class="lazyload product-primary-image" width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_d6884503-41f2-4736-bba8-73b72b4c01eb_20x25_crop_center.jpg?v=1741356722" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_d6884503-41f2-4736-bba8-73b72b4c01eb_450x562_crop_center.jpg?v=1741356722 450w,//kingsqueens.dk/cdn/shop/files/image_u_d6884503-41f2-4736-bba8-73b72b4c01eb_900x1125_crop_center.jpg?v=1741356722 900w" fetchpriority="auto" alt="Wbbaine base tee" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> <span class="badge" style="color:#ffffff;background:#000000;">2 for 500</span> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/20319" title="Wbbaine base tee" class="product-card_vendor">Wbbaine base tee</a> <span class="price"> <ins><span class="amount">300,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/20319" title="Woodbird">Woodbird</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">S</li> <li class="size-available">M</li> <li class="size-available">L</li> <li class="size-available">XL</li> <li class="size-available">XXL</li> </ul> </div> </span> </div> <div class="product-card-swatch"> <div class="display-flex flex-wrap-wrap gap"> <img src="//kingsqueens.dk/cdn/shop/files/image_u_d6884503-41f2-4736-bba8-73b72b4c01eb.jpg?v=1741356722&amp;width=100" alt="Wbbaine base tee" srcset="//kingsqueens.dk/cdn/shop/files/image_u_d6884503-41f2-4736-bba8-73b72b4c01eb.jpg?v=1741356722&amp;width=100 100w" width="100" height="100" loading="lazy" style="max-width: 20px;"> <span class="display-flex align-items-center" style="font-weight: 100; font-size: 12px;">+11</span> </div> </div></div> </product-card> </div><div class="medium-6 large-3 columns" data-collection="top-4-favoritter-herre"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/19539" title="Wbeik linen pant" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="1800" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/image_u_0e0f723d-f1f3-4c3b-86a8-2ff66c38cfc7_20x25_crop_center.jpg?v=1741351575" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_0e0f723d-f1f3-4c3b-86a8-2ff66c38cfc7_450x562_crop_center.jpg?v=1741351575 450w,//kingsqueens.dk/cdn/shop/files/image_u_0e0f723d-f1f3-4c3b-86a8-2ff66c38cfc7_900x1125_crop_center.jpg?v=1741351575 900w" fetchpriority="low" alt="Wbeik linen pant" /> <img class="lazyload product-primary-image" width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_8c2d9343-d066-41cc-a4ad-0403b31ee225_20x25_crop_center.jpg?v=1741351575" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_8c2d9343-d066-41cc-a4ad-0403b31ee225_450x562_crop_center.jpg?v=1741351575 450w,//kingsqueens.dk/cdn/shop/files/image_u_8c2d9343-d066-41cc-a4ad-0403b31ee225_900x1125_crop_center.jpg?v=1741351575 900w" fetchpriority="auto" alt="Wbeik linen pant" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/19539" title="Wbeik linen pant" class="product-card_vendor">Wbeik linen pant</a> <span class="price"> <ins><span class="amount">800,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/19539" title="Woodbird">Woodbird</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-sold-out">S</li> <li class="size-available">M</li> <li class="size-available">L</li> <li class="size-available">XL</li> </ul> </div> </span> </div> <div class="product-card-swatch"> <div class="display-flex flex-wrap-wrap gap"> <img src="//kingsqueens.dk/cdn/shop/files/image_u_8c2d9343-d066-41cc-a4ad-0403b31ee225.jpg?v=1741351575&amp;width=100" alt="Wbeik linen pant" srcset="//kingsqueens.dk/cdn/shop/files/image_u_8c2d9343-d066-41cc-a4ad-0403b31ee225.jpg?v=1741351575&amp;width=100 100w" width="100" height="100" loading="lazy" style="max-width: 20px;"> <span class="display-flex align-items-center" style="font-weight: 100; font-size: 12px;">+1</span> </div> </div></div> </product-card> </div><div class="medium-6 large-3 columns" data-collection="top-4-favoritter-herre"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/21956" title="Scott knit vest" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="1800" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/image_u_550444e3-fb37-4d69-82de-6c212ae74b03_20x25_crop_center.jpg?v=1741371869" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_550444e3-fb37-4d69-82de-6c212ae74b03_450x562_crop_center.jpg?v=1741371869 450w,//kingsqueens.dk/cdn/shop/files/image_u_550444e3-fb37-4d69-82de-6c212ae74b03_900x1125_crop_center.jpg?v=1741371869 900w" fetchpriority="low" alt="Scott knit vest" /> <img class="lazyload product-primary-image" width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_8b8844d1-ab90-43ca-bb51-9c3f51708c4e_20x25_crop_center.jpg?v=1741371869" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_8b8844d1-ab90-43ca-bb51-9c3f51708c4e_450x562_crop_center.jpg?v=1741371869 450w,//kingsqueens.dk/cdn/shop/files/image_u_8b8844d1-ab90-43ca-bb51-9c3f51708c4e_900x1125_crop_center.jpg?v=1741371869 900w" fetchpriority="auto" alt="Scott knit vest" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> <span class="badge onsale">33% </span> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/21956" title="Scott knit vest" class="product-card_vendor">Scott knit vest</a> <span class="price"> <del> <span class="amount"> 299,95 DKK </span> </del> <ins><span class="amount sale_price">200,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/21956" title="Approach">Approach</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">S</li> <li class="size-available">M</li> <li class="size-available">L</li> <li class="size-available">XL</li> <li class="size-sold-out">XXL</li> </ul> </div> </span> </div> <div class="product-card-swatch"> <div class="display-flex flex-wrap-wrap gap"> <img src="//kingsqueens.dk/cdn/shop/files/image_u_8b8844d1-ab90-43ca-bb51-9c3f51708c4e.jpg?v=1741371869&amp;width=100" alt="Scott knit vest" srcset="//kingsqueens.dk/cdn/shop/files/image_u_8b8844d1-ab90-43ca-bb51-9c3f51708c4e.jpg?v=1741371869&amp;width=100 100w" width="100" height="100" loading="lazy" style="max-width: 20px;"> <span class="display-flex align-items-center" style="font-weight: 100; font-size: 12px;">+1</span> </div> </div></div> </product-card> </div><div class="medium-6 large-3 columns" data-collection="top-4-favoritter-herre"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/23049" title="Wwace" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="2250" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/30250095white_1_20x25_crop_center.jpg?v=1742212650" data-srcset="//kingsqueens.dk/cdn/shop/files/30250095white_1_450x562_crop_center.jpg?v=1742212650 450w,//kingsqueens.dk/cdn/shop/files/30250095white_1_900x1125_crop_center.jpg?v=1742212650 900w" fetchpriority="low" alt="Wwace" /> <img class="lazyload product-primary-image" width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_1527982f-5090-4e63-bd2a-14e5d89384c6_20x25_crop_center.jpg?v=1741380603" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_1527982f-5090-4e63-bd2a-14e5d89384c6_450x562_crop_center.jpg?v=1741380603 450w,//kingsqueens.dk/cdn/shop/files/image_u_1527982f-5090-4e63-bd2a-14e5d89384c6_900x1125_crop_center.jpg?v=1741380603 900w" fetchpriority="auto" alt="Wwace" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> <span class="badge" style="color:#ffffff;background:#000000;">2 for 500</span> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/23049" title="Wwace" class="product-card_vendor">Wwace</a> <span class="price"> <ins><span class="amount">300,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/23049" title="Wood Wood">Wood Wood</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-available">S</li> <li class="size-available">M</li> <li class="size-available">L</li> <li class="size-available">XL</li> <li class="size-available">XXL</li> </ul> </div> </span> </div> <div class="product-card-swatch"> <div class="display-flex flex-wrap-wrap gap"> <img src="//kingsqueens.dk/cdn/shop/files/image_u_1527982f-5090-4e63-bd2a-14e5d89384c6.jpg?v=1741380603&amp;width=100" alt="Wwace" srcset="//kingsqueens.dk/cdn/shop/files/image_u_1527982f-5090-4e63-bd2a-14e5d89384c6.jpg?v=1741380603&amp;width=100 100w" width="100" height="100" loading="lazy" style="max-width: 20px;"> <span class="display-flex align-items-center" style="font-weight: 100; font-size: 12px;">+3</span> </div> </div></div> </product-card> </div><div class="medium-6 large-3 columns" data-collection="top-4-favoritter-herre"> <product-card class="product-card text-left"> <figure class="product-featured-image thb-hover"> <a href="/products/23042" title="Wwtay" class="product-featured-image-link aspect-ratio aspect-ratio--portrait" style="--padding-bottom: 100%;"> <img class="lazyload product-secondary-image" width="1800" height="1800" data-sizes="auto" data-src="//kingsqueens.dk/cdn/shop/files/image_u_f012cb17-db66-48ec-a131-114d5e2f8085_20x25_crop_center.jpg?v=1741380502" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_f012cb17-db66-48ec-a131-114d5e2f8085_450x562_crop_center.jpg?v=1741380502 450w,//kingsqueens.dk/cdn/shop/files/image_u_f012cb17-db66-48ec-a131-114d5e2f8085_900x1125_crop_center.jpg?v=1741380502 900w" fetchpriority="low" alt="Wwtay" /> <img class="lazyload product-primary-image" width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_d9718cce-da29-4b2a-a0f0-775dc3136af0_20x25_crop_center.jpg?v=1741380502" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_d9718cce-da29-4b2a-a0f0-775dc3136af0_450x562_crop_center.jpg?v=1741380502 450w,//kingsqueens.dk/cdn/shop/files/image_u_d9718cce-da29-4b2a-a0f0-775dc3136af0_900x1125_crop_center.jpg?v=1741380502 900w" fetchpriority="auto" alt="Wwtay" style="object-position: 50.0% 50.0%;" /> </a></figure> <div class="kq_badge gap margin-bottom-1"> </div> <div class="product-card-info"><div class="product-card-vendor"> <a href="/products/23042" title="Wwtay" class="product-card_vendor">Wwtay</a> <span class="price"> <ins><span class="amount">900,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <span class="product-card-title"> <a href="/products/23042" title="Wood Wood">Wood Wood</a> <div class="product-sizes-wrapper"> <ul class="product-sizes flex-wrap-wrap"> <li class="size-sold-out">S</li> <li class="size-available">M</li> <li class="size-available">L</li> <li class="size-available">XL</li> <li class="size-available">XXL</li> </ul> </div> </span> </div> <div class="product-card-swatch"> <div class="display-flex flex-wrap-wrap gap"> <img src="//kingsqueens.dk/cdn/shop/files/image_u_d9718cce-da29-4b2a-a0f0-775dc3136af0.jpg?v=1741380502&amp;width=100" alt="Wwtay" srcset="//kingsqueens.dk/cdn/shop/files/image_u_d9718cce-da29-4b2a-a0f0-775dc3136af0.jpg?v=1741380502&amp;width=100 100w" width="100" height="100" loading="lazy" style="max-width: 20px;"> <span class="display-flex align-items-center" style="font-weight: 100; font-size: 12px;">+6</span> </div> </div></div> </product-card> </div> <div class="flickity-nav flickity-prev" tabindex="0"> <svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 5.5H2" stroke="var(--color-accent)" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.30002 1L0.800018 5.5L5.30002 10" stroke="var(--color-accent)" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/> </svg> </div> <div class="flickity-nav flickity-next" tabindex="0"> <svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 5.5H13" stroke="var(--color-accent)" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.69995 1L14.2 5.5L9.69995 10" stroke="var(--color-accent)" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/> </svg> </div></slide-show></div> </div> </div> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/collection-tabs.js?v=112998072638708317311725347192" defer="defer"></script> </div><div id="shopify-section-template--23649118683483__recently_viewed_products_QCdC3a" class="shopify-section section-recently-viewed-products"><link href="//kingsqueens.dk/cdn/shop/t/2/assets/product-grid.css?v=86515014469453565561737368734" rel="stylesheet" type="text/css" media="all" /><div class="row full-width-row"> <div class="small-12 columns"> <recently-viewed-products class="product-recommendations recently-viewed-products swipe-on-mobile section-spacing-padding section-spacing--disable-top" data-product-handle=""> <div class="section-header section-header-left--true"> <div class="section-header--content"><h2 class="h4">Sidst sete produkter</h2></div></div> <ul class="products collection row small-up-1 medium-up-4 no-padding"> </ul> </recently-viewed-products> </div> </div> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/recently-viewed-products.js?v=171351265673933714661725347193" defer="defer"></script> </div><div id="shopify-section-template--23649118683483__shoppable_view_reels_6tayNx" class="shopify-section section-shoppable-video-reels"><div class="row full-width-row-full"> <div class="small-12 columns"> <div class="shoppable-video-reels section-spacing"> <slide-show class="shoppable-video-reels--carousel carousel custom-dots" data-align="center" data-dots="true" style="--video-aspect-ratio: 0.6;"><div class="shoppable-video-reels--slide carousel__slide" > <div class="shoppable-video-reels--video"> <div class="slideshow__slide-video-bg" data-provider="hosted"> <video playsinline="playsinline" autoplay="autoplay" loop="loop" muted="muted" preload="metadata" poster="//kingsqueens.dk/cdn/shop/files/preview_images/a0afef1a2e794bbcacfdc3943587891a.thumbnail.0000000000_600x.jpg?v=1741853012"><source src="//kingsqueens.dk/cdn/shop/videos/c/vp/a0afef1a2e794bbcacfdc3943587891a/a0afef1a2e794bbcacfdc3943587891a.HD-1080p-7.2Mbps-44092826.mp4?v=0" type="video/mp4"><img src="//kingsqueens.dk/cdn/shop/files/preview_images/a0afef1a2e794bbcacfdc3943587891a.thumbnail.0000000000_600x.jpg?v=1741853012"></video> <video-controls class="shoppable-video-reels--video-controls"> <button id="VideoPlayToggle-template--23649118683483__shoppable_view_reels_6tayNx-video_ECwN9T" type="button" class="shoppable-video-reels--button shoppable-video-reels--button-play-pause video-controls--play-pause"> <span class="video-play"> <svg width="17" height="19" viewBox="0 0 17 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.3604 8.26364L2.68114 0.523993C2.46994 0.390153 2.22603 0.316907 1.97603 0.312249C1.72604 0.30759 1.47957 0.371699 1.26353 0.497578C1.04429 0.617861 0.861527 0.795012 0.734468 1.01039C0.60741 1.22577 0.540752 1.47142 0.54151 1.72148V17.2184C0.540752 17.4685 0.60741 17.7141 0.734468 17.9295C0.861527 18.1449 1.04429 18.322 1.26353 18.4423C1.47957 18.5682 1.72604 18.6323 1.97603 18.6276C2.22603 18.623 2.46994 18.5497 2.68114 18.4159L15.3604 10.6762C15.5682 10.5509 15.7402 10.3739 15.8595 10.1626C15.9788 9.95123 16.0415 9.71264 16.0415 9.46994C16.0415 9.22723 15.9788 8.98864 15.8595 8.7773C15.7402 8.56595 15.5682 8.38902 15.3604 8.26364Z" fill="white"/> </svg> </span> <span class="video-pause"> <svg width="12" height="18" viewBox="0 0 12 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0H4V18H0V0Z" fill="white"/> <path d="M8 0H12V18H8V0Z" fill="white"/> </svg> </span> </button> <button id="VideoSoundToggle-template--23649118683483__shoppable_view_reels_6tayNx-video_ECwN9T" type="button" class="shoppable-video-reels--button shoppable-video-reels--button-sound video-controls--sound muted"> <span class="video-sound-on"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4920_259)"> <path d="M5 10.5H2C1.86739 10.5 1.74021 10.4473 1.64645 10.3536C1.55268 10.2598 1.5 10.1326 1.5 10V6C1.5 5.86739 1.55268 5.74021 1.64645 5.64645C1.74021 5.55268 1.86739 5.5 2 5.5H5L9.5 2V14L5 10.5Z" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 5.5V10.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 6.67822C12.3217 7.04344 12.4991 7.51342 12.4991 8.0001C12.4991 8.48677 12.3217 8.95675 12 9.32197" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.8545 5C14.5924 5.82503 15.0004 6.8931 15.0004 8C15.0004 9.1069 14.5924 10.175 13.8545 11" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0_4920_259"> <rect width="16" height="16" fill="var(--bg-body, #fff)"/> </clipPath> </defs> </svg></span> <span class="video-sound-off"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4927_197)"> <path d="M5 10.5H2C1.86739 10.5 1.74021 10.4473 1.64645 10.3536C1.55268 10.2598 1.5 10.1326 1.5 10V6C1.5 5.86739 1.55268 5.74021 1.64645 5.64645C1.74021 5.55268 1.86739 5.5 2 5.5H5L9.5 2V14L5 10.5Z" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15 6.5L12 9.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15 9.5L12 6.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 5.5V10.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0_4927_197"> <rect width="16" height="16" fill="var(--bg-body, #fff)"/> </clipPath> </defs> </svg></span> </button> </video-controls> </div> <div class="shoppable-video-reels--products display-flex position-absolute bottom-0 padding-1 overflow-auto flex-direction-column gap-1 width-100" style="--color-body: #ffffff; --color-body-rgb: 255,255,255; --color-price: #ffffff; --color-accent: #ffffff; --color-accent-rgb: 255,255,255; background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 85%)"> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_dd48d45a-1d78-4e50-8589-5ad1e09035df_20x_crop_center.jpg?v=1741377395" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_dd48d45a-1d78-4e50-8589-5ad1e09035df_192x_crop_center.jpg?v=1741377395 192w" fetchpriority="low" alt="Selena jacket" /> </div> <div><a href="/products/22611" title="Selena jacket" class="cart-product-link">Selena jacket</a> <span class="price"> <ins><span class="amount">899,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22611" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_4d4fac78-1f34-4991-843f-2947b7d91b97_20x_crop_center.jpg?v=1741377407" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_4d4fac78-1f34-4991-843f-2947b7d91b97_192x_crop_center.jpg?v=1741377407 192w" fetchpriority="low" alt="Selena jacket" /> </div> <div><a href="/products/22612" title="Selena jacket" class="cart-product-link">Selena jacket</a> <span class="price"> <ins><span class="amount">899,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22612" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_82df444d-d3cd-4765-aab2-f368ae66e21a_20x_crop_center.jpg?v=1741377443" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_82df444d-d3cd-4765-aab2-f368ae66e21a_192x_crop_center.jpg?v=1741377443 192w" fetchpriority="low" alt="Hannah jacket" /> </div> <div><a href="/products/22613" title="Hannah jacket" class="cart-product-link">Hannah jacket</a> <span class="price"> <ins><span class="amount">999,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22613" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1600" height="1600" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_e2ffaf24-9c9c-4666-887f-74470ea12184_20x_crop_center.jpg?v=1741377456" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_e2ffaf24-9c9c-4666-887f-74470ea12184_192x_crop_center.jpg?v=1741377456 192w" fetchpriority="low" alt="Hannah jacket" /> </div> <div><a href="/products/22614" title="Hannah jacket" class="cart-product-link">Hannah jacket</a> <span class="price"> <ins><span class="amount">999,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22614" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_496af5d0-51c3-48ed-97dd-6e49cdc06b02_20x_crop_center.jpg?v=1741377474" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_496af5d0-51c3-48ed-97dd-6e49cdc06b02_192x_crop_center.jpg?v=1741377474 192w" fetchpriority="low" alt="Angela jacket" /> </div> <div><a href="/products/22615" title="Angela jacket" class="cart-product-link">Angela jacket</a> <span class="price"> <ins><span class="amount">799,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22615" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> </div> </div> </div><div class="shoppable-video-reels--slide carousel__slide" > <div class="shoppable-video-reels--video"> <div class="slideshow__slide-video-bg" data-provider="hosted"> <video playsinline="playsinline" loop="loop" muted="muted" preload="metadata" poster="//kingsqueens.dk/cdn/shop/files/preview_images/624eb7cf9b2847dbaa1c92a53847b2d9.thumbnail.0000000000_600x.jpg?v=1741853305"><source src="//kingsqueens.dk/cdn/shop/videos/c/vp/624eb7cf9b2847dbaa1c92a53847b2d9/624eb7cf9b2847dbaa1c92a53847b2d9.HD-1080p-7.2Mbps-44093030.mp4?v=0" type="video/mp4"><img src="//kingsqueens.dk/cdn/shop/files/preview_images/624eb7cf9b2847dbaa1c92a53847b2d9.thumbnail.0000000000_600x.jpg?v=1741853305"></video> <video-controls class="shoppable-video-reels--video-controls"> <button id="VideoPlayToggle-template--23649118683483__shoppable_view_reels_6tayNx-video_9QV78x" type="button" class="shoppable-video-reels--button shoppable-video-reels--button-play-pause video-controls--play-pause"> <span class="video-play"> <svg width="17" height="19" viewBox="0 0 17 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.3604 8.26364L2.68114 0.523993C2.46994 0.390153 2.22603 0.316907 1.97603 0.312249C1.72604 0.30759 1.47957 0.371699 1.26353 0.497578C1.04429 0.617861 0.861527 0.795012 0.734468 1.01039C0.60741 1.22577 0.540752 1.47142 0.54151 1.72148V17.2184C0.540752 17.4685 0.60741 17.7141 0.734468 17.9295C0.861527 18.1449 1.04429 18.322 1.26353 18.4423C1.47957 18.5682 1.72604 18.6323 1.97603 18.6276C2.22603 18.623 2.46994 18.5497 2.68114 18.4159L15.3604 10.6762C15.5682 10.5509 15.7402 10.3739 15.8595 10.1626C15.9788 9.95123 16.0415 9.71264 16.0415 9.46994C16.0415 9.22723 15.9788 8.98864 15.8595 8.7773C15.7402 8.56595 15.5682 8.38902 15.3604 8.26364Z" fill="white"/> </svg> </span> <span class="video-pause"> <svg width="12" height="18" viewBox="0 0 12 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0H4V18H0V0Z" fill="white"/> <path d="M8 0H12V18H8V0Z" fill="white"/> </svg> </span> </button> <button id="VideoSoundToggle-template--23649118683483__shoppable_view_reels_6tayNx-video_9QV78x" type="button" class="shoppable-video-reels--button shoppable-video-reels--button-sound video-controls--sound muted"> <span class="video-sound-on"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4920_259)"> <path d="M5 10.5H2C1.86739 10.5 1.74021 10.4473 1.64645 10.3536C1.55268 10.2598 1.5 10.1326 1.5 10V6C1.5 5.86739 1.55268 5.74021 1.64645 5.64645C1.74021 5.55268 1.86739 5.5 2 5.5H5L9.5 2V14L5 10.5Z" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 5.5V10.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 6.67822C12.3217 7.04344 12.4991 7.51342 12.4991 8.0001C12.4991 8.48677 12.3217 8.95675 12 9.32197" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.8545 5C14.5924 5.82503 15.0004 6.8931 15.0004 8C15.0004 9.1069 14.5924 10.175 13.8545 11" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0_4920_259"> <rect width="16" height="16" fill="var(--bg-body, #fff)"/> </clipPath> </defs> </svg></span> <span class="video-sound-off"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4927_197)"> <path d="M5 10.5H2C1.86739 10.5 1.74021 10.4473 1.64645 10.3536C1.55268 10.2598 1.5 10.1326 1.5 10V6C1.5 5.86739 1.55268 5.74021 1.64645 5.64645C1.74021 5.55268 1.86739 5.5 2 5.5H5L9.5 2V14L5 10.5Z" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15 6.5L12 9.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15 9.5L12 6.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 5.5V10.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0_4927_197"> <rect width="16" height="16" fill="var(--bg-body, #fff)"/> </clipPath> </defs> </svg></span> </button> </video-controls> </div> <div class="shoppable-video-reels--products display-flex position-absolute bottom-0 padding-1 overflow-auto flex-direction-column gap-1 width-100" style="--color-body: #ffffff; --color-body-rgb: 255,255,255; --color-price: #ffffff; --color-accent: #ffffff; --color-accent-rgb: 255,255,255; background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 85%)"> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/alvina_2_20x_crop_center.jpg?v=1741700697" data-srcset="//kingsqueens.dk/cdn/shop/files/alvina_2_192x_crop_center.jpg?v=1741700697 192w" fetchpriority="low" alt="Alvina" /> </div> <div><a href="/products/23508" title="Alvina" class="cart-product-link">Alvina</a> <span class="price"> <ins><span class="amount">1.099,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="23508" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_927a364a-6d04-4abd-b74a-61cf13c9c838_20x_crop_center.jpg?v=1741371491" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_927a364a-6d04-4abd-b74a-61cf13c9c838_192x_crop_center.jpg?v=1741371491 192w" fetchpriority="low" alt="Athena slingback" /> </div> <div><a href="/products/21898" title="Athena slingback" class="cart-product-link">Athena slingback</a> <span class="price"> <ins><span class="amount">1.099,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="21898" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_3a4bbbf2-ab43-41e9-bd81-b495f3614321_20x_crop_center.jpg?v=1741380436" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_3a4bbbf2-ab43-41e9-bd81-b495f3614321_192x_crop_center.jpg?v=1741380436 192w" fetchpriority="low" alt="Athena slingback" /> </div> <div><a href="/products/23019" title="Athena slingback" class="cart-product-link">Athena slingback</a> <span class="price"> <ins><span class="amount">1.099,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="23019" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_a807558e-d4e2-4c92-9855-522c88f24c72_20x_crop_center.jpg?v=1741371483" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_a807558e-d4e2-4c92-9855-522c88f24c72_192x_crop_center.jpg?v=1741371483 192w" fetchpriority="low" alt="Katie studs" /> </div> <div><a href="/products/21897" title="Katie studs" class="cart-product-link">Katie studs</a> <span class="price"> <ins><span class="amount">1.199,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="21897" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/17156839_3_20x_crop_center.jpg?v=1741785198" data-srcset="//kingsqueens.dk/cdn/shop/files/17156839_3_192x_crop_center.jpg?v=1741785198 192w" fetchpriority="low" alt="PCSTEPH MESH BALLERINA" /> </div> <div><a href="/products/pcsteph-mesh-ballerina" title="PCSTEPH MESH BALLERINA" class="cart-product-link">PCSTEPH MESH BALLERINA</a> <span class="price"> <ins><span class="amount">159,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="pcsteph-mesh-ballerina" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/17156842_3_20x_crop_center.jpg?v=1743592647" data-srcset="//kingsqueens.dk/cdn/shop/files/17156842_3_192x_crop_center.jpg?v=1743592647 192w" fetchpriority="low" alt="Pcsaga buckle ballerina" /> </div> <div><a href="/products/22422" title="Pcsaga buckle ballerina" class="cart-product-link">Pcsaga buckle ballerina</a> <span class="price"> <ins><span class="amount">259,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22422" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/11251363black_3_20x_crop_center.jpg?v=1741767971" data-srcset="//kingsqueens.dk/cdn/shop/files/11251363black_3_192x_crop_center.jpg?v=1741767971 192w" fetchpriority="low" alt="Bialilja mesh ballerina" /> </div> <div><a href="/products/22534" title="Bialilja mesh ballerina" class="cart-product-link">Bialilja mesh ballerina</a> <span class="price"> <ins><span class="amount">549,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22534" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/11251363white_4_20x_crop_center.jpg?v=1741767940" data-srcset="//kingsqueens.dk/cdn/shop/files/11251363white_4_192x_crop_center.jpg?v=1741767940 192w" fetchpriority="low" alt="Bialilja mesh ballerina" /> </div> <div><a href="/products/22535" title="Bialilja mesh ballerina" class="cart-product-link">Bialilja mesh ballerina</a> <span class="price"> <ins><span class="amount">549,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22535" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/24153_1_20x_crop_center.jpg?v=1741700939" data-srcset="//kingsqueens.dk/cdn/shop/files/24153_1_192x_crop_center.jpg?v=1741700939 192w" fetchpriority="low" alt="Sonja" /> </div> <div><a href="/products/21945" title="Sonja" class="cart-product-link">Sonja</a> <span class="price"> <ins><span class="amount">999,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="21945" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> </div> </div> </div><div class="shoppable-video-reels--slide carousel__slide" > <div class="shoppable-video-reels--video"> <div class="slideshow__slide-video-bg" data-provider="hosted"> <video playsinline="playsinline" loop="loop" muted="muted" preload="metadata" poster="//kingsqueens.dk/cdn/shop/files/preview_images/df7b2494591443c3b096b1620792076a.thumbnail.0000000000_600x.jpg?v=1741853004"><source src="//kingsqueens.dk/cdn/shop/videos/c/vp/df7b2494591443c3b096b1620792076a/df7b2494591443c3b096b1620792076a.HD-1080p-7.2Mbps-44092827.mp4?v=0" type="video/mp4"><img src="//kingsqueens.dk/cdn/shop/files/preview_images/df7b2494591443c3b096b1620792076a.thumbnail.0000000000_600x.jpg?v=1741853004"></video> <video-controls class="shoppable-video-reels--video-controls"> <button id="VideoPlayToggle-template--23649118683483__shoppable_view_reels_6tayNx-video_Q94gMT" type="button" class="shoppable-video-reels--button shoppable-video-reels--button-play-pause video-controls--play-pause"> <span class="video-play"> <svg width="17" height="19" viewBox="0 0 17 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.3604 8.26364L2.68114 0.523993C2.46994 0.390153 2.22603 0.316907 1.97603 0.312249C1.72604 0.30759 1.47957 0.371699 1.26353 0.497578C1.04429 0.617861 0.861527 0.795012 0.734468 1.01039C0.60741 1.22577 0.540752 1.47142 0.54151 1.72148V17.2184C0.540752 17.4685 0.60741 17.7141 0.734468 17.9295C0.861527 18.1449 1.04429 18.322 1.26353 18.4423C1.47957 18.5682 1.72604 18.6323 1.97603 18.6276C2.22603 18.623 2.46994 18.5497 2.68114 18.4159L15.3604 10.6762C15.5682 10.5509 15.7402 10.3739 15.8595 10.1626C15.9788 9.95123 16.0415 9.71264 16.0415 9.46994C16.0415 9.22723 15.9788 8.98864 15.8595 8.7773C15.7402 8.56595 15.5682 8.38902 15.3604 8.26364Z" fill="white"/> </svg> </span> <span class="video-pause"> <svg width="12" height="18" viewBox="0 0 12 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0H4V18H0V0Z" fill="white"/> <path d="M8 0H12V18H8V0Z" fill="white"/> </svg> </span> </button> <button id="VideoSoundToggle-template--23649118683483__shoppable_view_reels_6tayNx-video_Q94gMT" type="button" class="shoppable-video-reels--button shoppable-video-reels--button-sound video-controls--sound muted"> <span class="video-sound-on"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4920_259)"> <path d="M5 10.5H2C1.86739 10.5 1.74021 10.4473 1.64645 10.3536C1.55268 10.2598 1.5 10.1326 1.5 10V6C1.5 5.86739 1.55268 5.74021 1.64645 5.64645C1.74021 5.55268 1.86739 5.5 2 5.5H5L9.5 2V14L5 10.5Z" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 5.5V10.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 6.67822C12.3217 7.04344 12.4991 7.51342 12.4991 8.0001C12.4991 8.48677 12.3217 8.95675 12 9.32197" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.8545 5C14.5924 5.82503 15.0004 6.8931 15.0004 8C15.0004 9.1069 14.5924 10.175 13.8545 11" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0_4920_259"> <rect width="16" height="16" fill="var(--bg-body, #fff)"/> </clipPath> </defs> </svg></span> <span class="video-sound-off"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4927_197)"> <path d="M5 10.5H2C1.86739 10.5 1.74021 10.4473 1.64645 10.3536C1.55268 10.2598 1.5 10.1326 1.5 10V6C1.5 5.86739 1.55268 5.74021 1.64645 5.64645C1.74021 5.55268 1.86739 5.5 2 5.5H5L9.5 2V14L5 10.5Z" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15 6.5L12 9.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15 9.5L12 6.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 5.5V10.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0_4927_197"> <rect width="16" height="16" fill="var(--bg-body, #fff)"/> </clipPath> </defs> </svg></span> </button> </video-controls> </div> <div class="shoppable-video-reels--products display-flex position-absolute bottom-0 padding-1 overflow-auto flex-direction-column gap-1 width-100" style="--color-body: #ffffff; --color-body-rgb: 255,255,255; --color-price: #ffffff; --color-accent: #ffffff; --color-accent-rgb: 255,255,255; background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 85%)"> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/ldm640126_1_20x_crop_center.jpg?v=1742809102" data-srcset="//kingsqueens.dk/cdn/shop/files/ldm640126_1_192x_crop_center.jpg?v=1742809102 192w" fetchpriority="low" alt="Steven stripe denim" /> </div> <div><a href="/products/22524" title="Steven stripe denim" class="cart-product-link">Steven stripe denim</a> <span class="price"> <ins><span class="amount">1.399,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22524" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_2207baad-bf88-4f84-95bd-44c0dde331d0_20x_crop_center.jpg?v=1741376389" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_2207baad-bf88-4f84-95bd-44c0dde331d0_192x_crop_center.jpg?v=1741376389 192w" fetchpriority="low" alt="Atlas t-shirt" /> </div> <div><a href="/products/22510" title="Atlas t-shirt" class="cart-product-link">Atlas t-shirt</a> <span class="price"> <ins><span class="amount">399,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22510" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/ldm101216_1_20x_crop_center.jpg?v=1742807296" data-srcset="//kingsqueens.dk/cdn/shop/files/ldm101216_1_192x_crop_center.jpg?v=1742807296 192w" fetchpriority="low" alt="Atlas t-shirt" /> </div> <div><a href="/products/22511" title="Atlas t-shirt" class="cart-product-link">Atlas t-shirt</a> <span class="price"> <ins><span class="amount">399,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22511" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/ldm200190_1_20x_crop_center.jpg?v=1742807483" data-srcset="//kingsqueens.dk/cdn/shop/files/ldm200190_1_192x_crop_center.jpg?v=1742807483 192w" fetchpriority="low" alt="Bruno cafe sweatshirt" /> </div> <div><a href="/products/22516" title="Bruno cafe sweatshirt" class="cart-product-link">Bruno cafe sweatshirt</a> <span class="price"> <ins><span class="amount">899,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22516" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/ldm200187_1_20x_crop_center.jpg?v=1742807462" data-srcset="//kingsqueens.dk/cdn/shop/files/ldm200187_1_192x_crop_center.jpg?v=1742807462 192w" fetchpriority="low" alt="Cena sweatshirt" /> </div> <div><a href="/products/22515" title="Cena sweatshirt" class="cart-product-link">Cena sweatshirt</a> <span class="price"> <ins><span class="amount">899,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22515" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/ldm101213_1_20x_crop_center.jpg?v=1742807271" data-srcset="//kingsqueens.dk/cdn/shop/files/ldm101213_1_192x_crop_center.jpg?v=1742807271 192w" fetchpriority="low" alt="Society t-shirt" /> </div> <div><a href="/products/22509" title="Society t-shirt" class="cart-product-link">Society t-shirt</a> <span class="price"> <ins><span class="amount">399,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22509" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/LDM550012_4_20x_crop_center.jpg?v=1742808778" data-srcset="//kingsqueens.dk/cdn/shop/files/LDM550012_4_192x_crop_center.jpg?v=1742808778 192w" fetchpriority="low" alt="Ryder pants" /> </div> <div><a href="/products/22888" title="Ryder pants" class="cart-product-link">Ryder pants</a> <span class="price"> <ins><span class="amount">899,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22888" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/ldm640128_1_20x_crop_center.jpg?v=1742809121" data-srcset="//kingsqueens.dk/cdn/shop/files/ldm640128_1_192x_crop_center.jpg?v=1742809121 192w" fetchpriority="low" alt="Shane stripe cotton" /> </div> <div><a href="/products/22526" title="Shane stripe cotton" class="cart-product-link">Shane stripe cotton</a> <span class="price"> <ins><span class="amount">1.299,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22526" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/ldm610187_7_20x_crop_center.jpg?v=1742808941" data-srcset="//kingsqueens.dk/cdn/shop/files/ldm610187_7_192x_crop_center.jpg?v=1742808941 192w" fetchpriority="low" alt="Les deux tech varsit" /> </div> <div><a href="/products/22521" title="Les deux tech varsit" class="cart-product-link">Les deux tech varsit</a> <span class="price"> <ins><span class="amount">1.799,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22521" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/ldm101221_1_20x_crop_center.jpg?v=1742807319" data-srcset="//kingsqueens.dk/cdn/shop/files/ldm101221_1_192x_crop_center.jpg?v=1742807319 192w" fetchpriority="low" alt="Bruno cafe t-shirt" /> </div> <div><a href="/products/22512" title="Bruno cafe t-shirt" class="cart-product-link">Bruno cafe t-shirt</a> <span class="price"> <ins><span class="amount">499,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22512" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> </div> </div> </div><div class="shoppable-video-reels--slide carousel__slide" > <div class="shoppable-video-reels--video"> <div class="slideshow__slide-video-bg" data-provider="hosted"> <video playsinline="playsinline" loop="loop" muted="muted" preload="metadata" poster="//kingsqueens.dk/cdn/shop/files/preview_images/964053a33d424f11b8dec22f5c5a68fc.thumbnail.0000000000_600x.jpg?v=1741853002"><source src="//kingsqueens.dk/cdn/shop/videos/c/vp/964053a33d424f11b8dec22f5c5a68fc/964053a33d424f11b8dec22f5c5a68fc.HD-1080p-7.2Mbps-44092828.mp4?v=0" type="video/mp4"><img src="//kingsqueens.dk/cdn/shop/files/preview_images/964053a33d424f11b8dec22f5c5a68fc.thumbnail.0000000000_600x.jpg?v=1741853002"></video> <video-controls class="shoppable-video-reels--video-controls"> <button id="VideoPlayToggle-template--23649118683483__shoppable_view_reels_6tayNx-video_i7Mnn9" type="button" class="shoppable-video-reels--button shoppable-video-reels--button-play-pause video-controls--play-pause"> <span class="video-play"> <svg width="17" height="19" viewBox="0 0 17 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.3604 8.26364L2.68114 0.523993C2.46994 0.390153 2.22603 0.316907 1.97603 0.312249C1.72604 0.30759 1.47957 0.371699 1.26353 0.497578C1.04429 0.617861 0.861527 0.795012 0.734468 1.01039C0.60741 1.22577 0.540752 1.47142 0.54151 1.72148V17.2184C0.540752 17.4685 0.60741 17.7141 0.734468 17.9295C0.861527 18.1449 1.04429 18.322 1.26353 18.4423C1.47957 18.5682 1.72604 18.6323 1.97603 18.6276C2.22603 18.623 2.46994 18.5497 2.68114 18.4159L15.3604 10.6762C15.5682 10.5509 15.7402 10.3739 15.8595 10.1626C15.9788 9.95123 16.0415 9.71264 16.0415 9.46994C16.0415 9.22723 15.9788 8.98864 15.8595 8.7773C15.7402 8.56595 15.5682 8.38902 15.3604 8.26364Z" fill="white"/> </svg> </span> <span class="video-pause"> <svg width="12" height="18" viewBox="0 0 12 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0H4V18H0V0Z" fill="white"/> <path d="M8 0H12V18H8V0Z" fill="white"/> </svg> </span> </button> <button id="VideoSoundToggle-template--23649118683483__shoppable_view_reels_6tayNx-video_i7Mnn9" type="button" class="shoppable-video-reels--button shoppable-video-reels--button-sound video-controls--sound muted"> <span class="video-sound-on"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4920_259)"> <path d="M5 10.5H2C1.86739 10.5 1.74021 10.4473 1.64645 10.3536C1.55268 10.2598 1.5 10.1326 1.5 10V6C1.5 5.86739 1.55268 5.74021 1.64645 5.64645C1.74021 5.55268 1.86739 5.5 2 5.5H5L9.5 2V14L5 10.5Z" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 5.5V10.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 6.67822C12.3217 7.04344 12.4991 7.51342 12.4991 8.0001C12.4991 8.48677 12.3217 8.95675 12 9.32197" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.8545 5C14.5924 5.82503 15.0004 6.8931 15.0004 8C15.0004 9.1069 14.5924 10.175 13.8545 11" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0_4920_259"> <rect width="16" height="16" fill="var(--bg-body, #fff)"/> </clipPath> </defs> </svg></span> <span class="video-sound-off"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4927_197)"> <path d="M5 10.5H2C1.86739 10.5 1.74021 10.4473 1.64645 10.3536C1.55268 10.2598 1.5 10.1326 1.5 10V6C1.5 5.86739 1.55268 5.74021 1.64645 5.64645C1.74021 5.55268 1.86739 5.5 2 5.5H5L9.5 2V14L5 10.5Z" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15 6.5L12 9.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15 9.5L12 6.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 5.5V10.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0_4927_197"> <rect width="16" height="16" fill="var(--bg-body, #fff)"/> </clipPath> </defs> </svg></span> </button> </video-controls> </div> <div class="shoppable-video-reels--products display-flex position-absolute bottom-0 padding-1 overflow-auto flex-direction-column gap-1 width-100" style="--color-body: #ffffff; --color-body-rgb: 255,255,255; --color-price: #ffffff; --color-accent: #ffffff; --color-accent-rgb: 255,255,255; background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 85%)"> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/ldm610187_7_20x_crop_center.jpg?v=1742808941" data-srcset="//kingsqueens.dk/cdn/shop/files/ldm610187_7_192x_crop_center.jpg?v=1742808941 192w" fetchpriority="low" alt="Les deux tech varsit" /> </div> <div><a href="/products/22521" title="Les deux tech varsit" class="cart-product-link">Les deux tech varsit</a> <span class="price"> <ins><span class="amount">1.799,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22521" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_a37ab7f6-13f6-41c3-b2c7-b3627d9ce331_20x_crop_center.jpg?v=1741380276" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_a37ab7f6-13f6-41c3-b2c7-b3627d9ce331_192x_crop_center.jpg?v=1741380276 192w" fetchpriority="low" alt="Wbrami dirt jeans" /> </div> <div><a href="/products/22995" title="Wbrami dirt jeans" class="cart-product-link">Wbrami dirt jeans</a> <span class="price"> <ins><span class="amount">900,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22995" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_5ecbb9b2-494a-4127-917c-60e12903c6e6_20x_crop_center.jpg?v=1741341768" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_5ecbb9b2-494a-4127-917c-60e12903c6e6_192x_crop_center.jpg?v=1741341768 192w" fetchpriority="low" alt="Core twill cap" /> </div> <div><a href="/products/17764" title="Core twill cap" class="cart-product-link">Core twill cap</a> <span class="price"> <ins><span class="amount">350,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="17764" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_8f842086-a472-4844-86ea-e07c2dfd768a_20x_crop_center.jpg?v=1741359140" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_8f842086-a472-4844-86ea-e07c2dfd768a_192x_crop_center.jpg?v=1741359140 192w" fetchpriority="low" alt="Cole knit" /> </div> <div><a href="/products/20620" title="Cole knit" class="cart-product-link">Cole knit</a> <span class="price"> <ins><span class="amount">400,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="20620" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_90412255-d8e7-4f1a-9a22-c14fa7b29edd_20x_crop_center.jpg?v=1741358768" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_90412255-d8e7-4f1a-9a22-c14fa7b29edd_192x_crop_center.jpg?v=1741358768 192w" fetchpriority="low" alt="The white tiger-core" /> </div> <div><a href="/products/20576" title="The white tiger-core" class="cart-product-link">The white tiger-core</a> <span class="price"> <ins><span class="amount">349,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="20576" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_e615d7db-1587-4420-b764-a0b08c280259_20x_crop_center.jpg?v=1741371807" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_e615d7db-1587-4420-b764-a0b08c280259_192x_crop_center.jpg?v=1741371807 192w" fetchpriority="low" alt="Aron leather sneaker" /> </div> <div><a href="/products/21947" title="Aron leather sneaker" class="cart-product-link">Aron leather sneaker</a> <span class="price"> <ins><span class="amount">499,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="21947" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_4c80aeb0-7449-46d3-ae6c-4ee339b51e8d_20x_crop_center.jpg?v=1741364622" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_4c80aeb0-7449-46d3-ae6c-4ee339b51e8d_192x_crop_center.jpg?v=1741364622 192w" fetchpriority="low" alt="Ssanders jacket" /> </div> <div><a href="/products/21216" title="Ssanders jacket" class="cart-product-link">Ssanders jacket</a> <span class="price"> <del> <span class="amount"> 599,95 DKK </span> </del> <ins><span class="amount sale_price">500,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="21216" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_267c7643-196c-4d0c-aa92-32d4eded26f9_20x_crop_center.jpg?v=1741359477" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_267c7643-196c-4d0c-aa92-32d4eded26f9_192x_crop_center.jpg?v=1741359477 192w" fetchpriority="low" alt="Spläsh 2.0 - 16" /> </div> <div><a href="/products/20672" title="Spläsh 2.0 - 16" class="cart-product-link">Spläsh 2.0 - 16</a> <span class="price"> <del> <span class="amount"> 999,00 DKK </span> </del> <ins><span class="amount sale_price">700,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="20672" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_3bbd4467-2c3b-4e2e-b094-5413b5a3316e_20x_crop_center.jpg?v=1741379998" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_3bbd4467-2c3b-4e2e-b094-5413b5a3316e_192x_crop_center.jpg?v=1741379998 192w" fetchpriority="low" alt="Rømø lw rain long jacket" /> </div> <div><a href="/products/22947" title="Rømø lw rain long jacket" class="cart-product-link">Rømø lw rain long jacket</a> <span class="price"> <ins><span class="amount">600,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22947" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/woodwoodcap_4_20x_crop_center.jpg?v=1742212334" data-srcset="//kingsqueens.dk/cdn/shop/files/woodwoodcap_4_192x_crop_center.jpg?v=1742212334 192w" fetchpriority="low" alt="Wweli" /> </div> <div><a href="/products/23037" title="Wweli" class="cart-product-link">Wweli</a> <span class="price"> <ins><span class="amount">300,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="23037" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_592c5875-6254-42a9-ba88-6a8aa08effb4_20x_crop_center.jpg?v=1741359147" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_592c5875-6254-42a9-ba88-6a8aa08effb4_192x_crop_center.jpg?v=1741359147 192w" fetchpriority="low" alt="Cole knit" /> </div> <div><a href="/products/20621" title="Cole knit" class="cart-product-link">Cole knit</a> <span class="price"> <ins><span class="amount">400,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="20621" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> </div> </div> </div><div class="shoppable-video-reels--slide carousel__slide" > <div class="shoppable-video-reels--video"> <div class="slideshow__slide-video-bg" data-provider="hosted"> <video playsinline="playsinline" loop="loop" muted="muted" preload="metadata" poster="//kingsqueens.dk/cdn/shop/files/preview_images/624eb7cf9b2847dbaa1c92a53847b2d9.thumbnail.0000000000_600x.jpg?v=1741853305"><source src="//kingsqueens.dk/cdn/shop/videos/c/vp/624eb7cf9b2847dbaa1c92a53847b2d9/624eb7cf9b2847dbaa1c92a53847b2d9.HD-1080p-7.2Mbps-44093030.mp4?v=0" type="video/mp4"><img src="//kingsqueens.dk/cdn/shop/files/preview_images/624eb7cf9b2847dbaa1c92a53847b2d9.thumbnail.0000000000_600x.jpg?v=1741853305"></video> <video-controls class="shoppable-video-reels--video-controls"> <button id="VideoPlayToggle-template--23649118683483__shoppable_view_reels_6tayNx-video_FjDY7z" type="button" class="shoppable-video-reels--button shoppable-video-reels--button-play-pause video-controls--play-pause"> <span class="video-play"> <svg width="17" height="19" viewBox="0 0 17 19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.3604 8.26364L2.68114 0.523993C2.46994 0.390153 2.22603 0.316907 1.97603 0.312249C1.72604 0.30759 1.47957 0.371699 1.26353 0.497578C1.04429 0.617861 0.861527 0.795012 0.734468 1.01039C0.60741 1.22577 0.540752 1.47142 0.54151 1.72148V17.2184C0.540752 17.4685 0.60741 17.7141 0.734468 17.9295C0.861527 18.1449 1.04429 18.322 1.26353 18.4423C1.47957 18.5682 1.72604 18.6323 1.97603 18.6276C2.22603 18.623 2.46994 18.5497 2.68114 18.4159L15.3604 10.6762C15.5682 10.5509 15.7402 10.3739 15.8595 10.1626C15.9788 9.95123 16.0415 9.71264 16.0415 9.46994C16.0415 9.22723 15.9788 8.98864 15.8595 8.7773C15.7402 8.56595 15.5682 8.38902 15.3604 8.26364Z" fill="white"/> </svg> </span> <span class="video-pause"> <svg width="12" height="18" viewBox="0 0 12 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0H4V18H0V0Z" fill="white"/> <path d="M8 0H12V18H8V0Z" fill="white"/> </svg> </span> </button> <button id="VideoSoundToggle-template--23649118683483__shoppable_view_reels_6tayNx-video_FjDY7z" type="button" class="shoppable-video-reels--button shoppable-video-reels--button-sound video-controls--sound muted"> <span class="video-sound-on"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4920_259)"> <path d="M5 10.5H2C1.86739 10.5 1.74021 10.4473 1.64645 10.3536C1.55268 10.2598 1.5 10.1326 1.5 10V6C1.5 5.86739 1.55268 5.74021 1.64645 5.64645C1.74021 5.55268 1.86739 5.5 2 5.5H5L9.5 2V14L5 10.5Z" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 5.5V10.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M12 6.67822C12.3217 7.04344 12.4991 7.51342 12.4991 8.0001C12.4991 8.48677 12.3217 8.95675 12 9.32197" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.8545 5C14.5924 5.82503 15.0004 6.8931 15.0004 8C15.0004 9.1069 14.5924 10.175 13.8545 11" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0_4920_259"> <rect width="16" height="16" fill="var(--bg-body, #fff)"/> </clipPath> </defs> </svg></span> <span class="video-sound-off"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_4927_197)"> <path d="M5 10.5H2C1.86739 10.5 1.74021 10.4473 1.64645 10.3536C1.55268 10.2598 1.5 10.1326 1.5 10V6C1.5 5.86739 1.55268 5.74021 1.64645 5.64645C1.74021 5.55268 1.86739 5.5 2 5.5H5L9.5 2V14L5 10.5Z" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15 6.5L12 9.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15 9.5L12 6.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 5.5V10.5" stroke="var(--bg-body, #fff)" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <clipPath id="clip0_4927_197"> <rect width="16" height="16" fill="var(--bg-body, #fff)"/> </clipPath> </defs> </svg></span> </button> </video-controls> </div> <div class="shoppable-video-reels--products display-flex position-absolute bottom-0 padding-1 overflow-auto flex-direction-column gap-1 width-100" style="--color-body: #ffffff; --color-body-rgb: 255,255,255; --color-price: #ffffff; --color-accent: #ffffff; --color-accent-rgb: 255,255,255; background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 85%)"> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/alvina_2_20x_crop_center.jpg?v=1741700697" data-srcset="//kingsqueens.dk/cdn/shop/files/alvina_2_192x_crop_center.jpg?v=1741700697 192w" fetchpriority="low" alt="Alvina" /> </div> <div><a href="/products/23508" title="Alvina" class="cart-product-link">Alvina</a> <span class="price"> <ins><span class="amount">1.099,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="23508" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_927a364a-6d04-4abd-b74a-61cf13c9c838_20x_crop_center.jpg?v=1741371491" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_927a364a-6d04-4abd-b74a-61cf13c9c838_192x_crop_center.jpg?v=1741371491 192w" fetchpriority="low" alt="Athena slingback" /> </div> <div><a href="/products/21898" title="Athena slingback" class="cart-product-link">Athena slingback</a> <span class="price"> <ins><span class="amount">1.099,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="21898" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_3a4bbbf2-ab43-41e9-bd81-b495f3614321_20x_crop_center.jpg?v=1741380436" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_3a4bbbf2-ab43-41e9-bd81-b495f3614321_192x_crop_center.jpg?v=1741380436 192w" fetchpriority="low" alt="Athena slingback" /> </div> <div><a href="/products/23019" title="Athena slingback" class="cart-product-link">Athena slingback</a> <span class="price"> <ins><span class="amount">1.099,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="23019" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="1800" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/image_u_a807558e-d4e2-4c92-9855-522c88f24c72_20x_crop_center.jpg?v=1741371483" data-srcset="//kingsqueens.dk/cdn/shop/files/image_u_a807558e-d4e2-4c92-9855-522c88f24c72_192x_crop_center.jpg?v=1741371483 192w" fetchpriority="low" alt="Katie studs" /> </div> <div><a href="/products/21897" title="Katie studs" class="cart-product-link">Katie studs</a> <span class="price"> <ins><span class="amount">1.199,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="21897" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/17156839_3_20x_crop_center.jpg?v=1741785198" data-srcset="//kingsqueens.dk/cdn/shop/files/17156839_3_192x_crop_center.jpg?v=1741785198 192w" fetchpriority="low" alt="PCSTEPH MESH BALLERINA" /> </div> <div><a href="/products/pcsteph-mesh-ballerina" title="PCSTEPH MESH BALLERINA" class="cart-product-link">PCSTEPH MESH BALLERINA</a> <span class="price"> <ins><span class="amount">159,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="pcsteph-mesh-ballerina" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/17156842_3_20x_crop_center.jpg?v=1743592647" data-srcset="//kingsqueens.dk/cdn/shop/files/17156842_3_192x_crop_center.jpg?v=1743592647 192w" fetchpriority="low" alt="Pcsaga buckle ballerina" /> </div> <div><a href="/products/22422" title="Pcsaga buckle ballerina" class="cart-product-link">Pcsaga buckle ballerina</a> <span class="price"> <ins><span class="amount">259,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22422" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/11251363black_3_20x_crop_center.jpg?v=1741767971" data-srcset="//kingsqueens.dk/cdn/shop/files/11251363black_3_192x_crop_center.jpg?v=1741767971 192w" fetchpriority="low" alt="Bialilja mesh ballerina" /> </div> <div><a href="/products/22534" title="Bialilja mesh ballerina" class="cart-product-link">Bialilja mesh ballerina</a> <span class="price"> <ins><span class="amount">549,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22534" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/11251363white_4_20x_crop_center.jpg?v=1741767940" data-srcset="//kingsqueens.dk/cdn/shop/files/11251363white_4_192x_crop_center.jpg?v=1741767940 192w" fetchpriority="low" alt="Bialilja mesh ballerina" /> </div> <div><a href="/products/22535" title="Bialilja mesh ballerina" class="cart-product-link">Bialilja mesh ballerina</a> <span class="price"> <ins><span class="amount">549,95 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="22535" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> <div class="flex-shrink-0"><product-card class="product-cart-item"> <div class="product-cart-item-image"> <img class="lazyload " width="1800" height="2250" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/24153_1_20x_crop_center.jpg?v=1741700939" data-srcset="//kingsqueens.dk/cdn/shop/files/24153_1_192x_crop_center.jpg?v=1741700939 192w" fetchpriority="low" alt="Sonja" /> </div> <div><a href="/products/21945" title="Sonja" class="cart-product-link">Sonja</a> <span class="price"> <ins><span class="amount">999,00 DKK</span></ins> <small class="unit-price hidden"> <span></span> <span class="unit-price-separator">/</span> <span></span> </small> </span> <quick-view class="product-card-quickview text-button" href="#Product-Drawer" data-product-handle="21945" tabindex="-1"> <div class="loading-overlay"> <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg"> <circle class="spinner-path" fill="none" stroke-width="6" cx="33" cy="33" r="30" stroke="var(--color-accent)"></circle> </svg> </div> <span>Shop her</span> </quick-view> </div> </product-card> </div> </div> </div> </div><ol class="flickity-page-dots dot-style--dots"><li class="dot" aria-label="1"> <svg width="20px" height="20px" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" class="thb-pagination-svg" preserveAspectRatio="none"><circle cx="10" cy="10" r="9" stroke="var(--color-text, #fff)" stroke-width="1.5px" stroke-linecap="round" stroke-linejoin="round"></circle></svg> </li><li class="dot" aria-label="2"> <svg width="20px" height="20px" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" class="thb-pagination-svg" preserveAspectRatio="none"><circle cx="10" cy="10" r="9" stroke="var(--color-text, #fff)" stroke-width="1.5px" stroke-linecap="round" stroke-linejoin="round"></circle></svg> </li><li class="dot" aria-label="3"> <svg width="20px" height="20px" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" class="thb-pagination-svg" preserveAspectRatio="none"><circle cx="10" cy="10" r="9" stroke="var(--color-text, #fff)" stroke-width="1.5px" stroke-linecap="round" stroke-linejoin="round"></circle></svg> </li><li class="dot" aria-label="4"> <svg width="20px" height="20px" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" class="thb-pagination-svg" preserveAspectRatio="none"><circle cx="10" cy="10" r="9" stroke="var(--color-text, #fff)" stroke-width="1.5px" stroke-linecap="round" stroke-linejoin="round"></circle></svg> </li><li class="dot" aria-label="5"> <svg width="20px" height="20px" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" class="thb-pagination-svg" preserveAspectRatio="none"><circle cx="10" cy="10" r="9" stroke="var(--color-text, #fff)" stroke-width="1.5px" stroke-linecap="round" stroke-linejoin="round"></circle></svg> </li></ol></slide-show> </div> </div> </div> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/video-controls.js?v=179145886330005230781742807863" defer></script><link href="//kingsqueens.dk/cdn/shop/t/2/assets/shoppable-video-reels.css?v=13538800268629074151742809576" rel="stylesheet" type="text/css" media="all" /> </div> </div> <!-- BEGIN sections: footer-group --> <div id="shopify-section-sections--23649120354651__footer" class="shopify-section shopify-section-group-footer-group section-footer"> <link rel="stylesheet" href="//kingsqueens.dk/cdn/shop/t/2/assets/footer.css?v=153023444146368532021743079974" media="print" onload="this.media='all'"> <noscript><link href="//kingsqueens.dk/cdn/shop/t/2/assets/footer.css?v=153023444146368532021743079974" rel="stylesheet" type="text/css" media="all" /></noscript> <footer class="footer" id="footer"> <div class="row full-width-row"> <div class="small-12 medium-3 columns" > <div class="widget widget--text"><div class="thb-widget-title h6">Kontakt</div><div class="rte text-size--small"> <p>KingsQueens.dk<br/>Skovsøvej 11a<br/>4200 Slagelse</p><p>Telefon: +45 70301676<br/>Mail: kundeservice@kingsqueens.dk</p><p>Kundeservice åbningstider: <br/>Mandag - torsdag: 9.00 - 15.00<br/>Fredag: 9.00 - 14.00</p> </div><ul class="social-links"> <li><a href="https://www.facebook.com/kingsqueensdk/" class="social facebook" target="_blank" rel="noreferrer" title="Facebook"> <svg aria-hidden="true" focusable="false" width="16" height="16" class="icon icon-facebook" viewBox="0 0 16 16" fill="var(--color-accent)"> <path d="M15.5 8.0455C15.5 3.878 12.1425 0.5 8 0.5C3.8575 0.5 0.5 3.878 0.5 8.0455C0.5 11.8125 3.242 14.934 6.828 15.5V10.227H4.924V8.045H6.828V6.383C6.828 4.492 7.9475 3.447 9.661 3.447C10.481 3.447 11.34 3.5945 11.34 3.5945V5.4515H10.3935C9.462 5.4515 9.172 6.0335 9.172 6.6305V8.0455H11.252L10.9195 10.2265H9.172V15.5C12.758 14.934 15.5 11.8125 15.5 8.0455Z" /> </svg> <span></span></a></li> <li><a href="https://www.instagram.com/kingsqueensdk/" class="social instagram" target="_blank" rel="noreferrer" title="Instagram"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-instagram" viewBox="0 0 18 18"> <path fill="var(--color-accent)" d="M8.77 1.58c2.34 0 2.62.01 3.54.05.86.04 1.32.18 1.63.3.41.17.7.35 1.01.66.3.3.5.6.65 1 .12.32.27.78.3 1.64.05.92.06 1.2.06 3.54s-.01 2.62-.05 3.54a4.79 4.79 0 01-.3 1.63c-.17.41-.35.7-.66 1.01-.3.3-.6.5-1.01.66-.31.12-.77.26-1.63.3-.92.04-1.2.05-3.54.05s-2.62 0-3.55-.05a4.79 4.79 0 01-1.62-.3c-.42-.16-.7-.35-1.01-.66-.31-.3-.5-.6-.66-1a4.87 4.87 0 01-.3-1.64c-.04-.92-.05-1.2-.05-3.54s0-2.62.05-3.54c.04-.86.18-1.32.3-1.63.16-.41.35-.7.66-1.01.3-.3.6-.5 1-.65.32-.12.78-.27 1.63-.3.93-.05 1.2-.06 3.55-.06zm0-1.58C6.39 0 6.09.01 5.15.05c-.93.04-1.57.2-2.13.4-.57.23-1.06.54-1.55 1.02C1 1.96.7 2.45.46 3.02c-.22.56-.37 1.2-.4 2.13C0 6.1 0 6.4 0 8.77s.01 2.68.05 3.61c.04.94.2 1.57.4 2.13.23.58.54 1.07 1.02 1.56.49.48.98.78 1.55 1.01.56.22 1.2.37 2.13.4.94.05 1.24.06 3.62.06 2.39 0 2.68-.01 3.62-.05.93-.04 1.57-.2 2.13-.41a4.27 4.27 0 001.55-1.01c.49-.49.79-.98 1.01-1.56.22-.55.37-1.19.41-2.13.04-.93.05-1.23.05-3.61 0-2.39 0-2.68-.05-3.62a6.47 6.47 0 00-.4-2.13 4.27 4.27 0 00-1.02-1.55A4.35 4.35 0 0014.52.46a6.43 6.43 0 00-2.13-.41A69 69 0 008.77 0z"/> <path fill="var(--color-accent)" d="M8.8 4a4.5 4.5 0 100 9 4.5 4.5 0 000-9zm0 7.43a2.92 2.92 0 110-5.85 2.92 2.92 0 010 5.85zM13.43 5a1.05 1.05 0 100-2.1 1.05 1.05 0 000 2.1z"> </svg> <span></span></a></li> <li><a href="https://www.youtube.com/channel/UCxgvSTPkOnJihcmC7bCNiYA" class="social youtube" target="_blank" rel="noreferrer" title="YouTube"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-youtube" viewBox="0 0 100 70"> <path d="M98 11c2 7.7 2 24 2 24s0 16.3-2 24a12.5 12.5 0 01-9 9c-7.7 2-39 2-39 2s-31.3 0-39-2a12.5 12.5 0 01-9-9c-2-7.7-2-24-2-24s0-16.3 2-24c1.2-4.4 4.6-7.8 9-9 7.7-2 39-2 39-2s31.3 0 39 2c4.4 1.2 7.8 4.6 9 9zM40 50l26-15-26-15v30z" fill="var(--color-accent)"> </svg> <span>Youtube</span></a></li> <li><a href="https://dk.pinterest.com/kingsqueensdk/" class="social pinterest" target="_blank" rel="noreferrer" title="Pinterest"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-pinterest" viewBox="0 0 17 18"> <path fill="var(--color-accent)" d="M8.48.58a8.42 8.42 0 015.9 2.45 8.42 8.42 0 011.33 10.08 8.28 8.28 0 01-7.23 4.16 8.5 8.5 0 01-2.37-.32c.42-.68.7-1.29.85-1.8l.59-2.29c.14.28.41.52.8.73.4.2.8.31 1.24.31.87 0 1.65-.25 2.34-.75a4.87 4.87 0 001.6-2.05 7.3 7.3 0 00.56-2.93c0-1.3-.5-2.41-1.49-3.36a5.27 5.27 0 00-3.8-1.43c-.93 0-1.8.16-2.58.48A5.23 5.23 0 002.85 8.6c0 .75.14 1.41.43 1.98.28.56.7.96 1.27 1.2.1.04.19.04.26 0 .07-.03.12-.1.15-.2l.18-.68c.05-.15.02-.3-.11-.45a2.35 2.35 0 01-.57-1.63A3.96 3.96 0 018.6 4.8c1.09 0 1.94.3 2.54.89.61.6.92 1.37.92 2.32 0 .8-.11 1.54-.33 2.21a3.97 3.97 0 01-.93 1.62c-.4.4-.87.6-1.4.6-.43 0-.78-.15-1.06-.47-.27-.32-.36-.7-.26-1.13a111.14 111.14 0 01.47-1.6l.18-.73c.06-.26.09-.47.09-.65 0-.36-.1-.66-.28-.89-.2-.23-.47-.35-.83-.35-.45 0-.83.2-1.13.62-.3.41-.46.93-.46 1.56a4.1 4.1 0 00.18 1.15l.06.15c-.6 2.58-.95 4.1-1.08 4.54-.12.55-.16 1.2-.13 1.94a8.4 8.4 0 01-5-7.65c0-2.3.81-4.28 2.44-5.9A8.04 8.04 0 018.48.57z"> </svg> <span></span></a></li> </ul> </div> </div> <div class="small-12 medium-3 columns widget--menu-column" > <div class="widget widget--menu"> <button class="thb-widget-title h6 collapsible" tabindex="0">Information <span></span></button><ul class="thb-widget-menu"> <li class=""> <a href="/pages/faq" title="FAQ">FAQ</a> </li> <li class=""> <a href="/pages/job" title="Job">Job</a> </li> <li class=""> <a href="/pages/butikker" title="Shops">Shops</a> </li> <li class=""> <a href="/pages/handelsbetingelser" title="Handelsbetingelser">Handelsbetingelser</a> </li> <li class=""> <a href="/pages/retur-informationer" title="Retur informationer">Retur informationer</a> </li> <li class=""> <a href="/pages/leverings-informationer" title="Leverings informationer">Leverings informationer</a> </li> <li class=""> <a href="/pages/cookie-og-privatlivspolitik" title="Cookie og privatlivspolitik">Cookie og privatlivspolitik</a> </li> </ul></div> </div> <div class="small-12 medium-6 columns" > <div class="widget widget--text"><div class="thb-widget-title h6">10% på din første ordre!</div><a class="button" href="/pages/butik-signup" role="button" title="Klik her!"><span>Klik her!</span></a></div> </div> <div class="small-12 medium-6 columns" > <div class="widget widget--text"><div class="rte text-size--small"> <p>Hos os i Kings & Queens finder du mange af de populære fashionbrands samlet ét sted.<br/>Sortimentet er nøje udvalgt til ham og hende mellem 18-35 år - hvad enten du er på udkig efter de lækre kvalitetsbrands eller shopper på budget.<br/><br/>Find alle de nyeste trends og lad dig inspirere af brands som LES DEUX, WOODBIRD, MOOD COPENHAGEN, ENVII, WOOD WOOD, GABBA, SAMSØE SAMSØE og mange flere i vores fysiske butikker i Danmark, Sverige og på vores webshop.</p> </div></div> </div> <div class="small-12 medium-4 large-2 columns" > <div class="widget widget--text"> <img class="lazyload retina_size " width="430" height="219" data-sizes="auto" src="//kingsqueens.dk/cdn/shop/files/trustpilot_hvid_20x10_crop_center.png?v=1728290186" data-srcset="//kingsqueens.dk/cdn/shop/files/trustpilot_hvid_860x439_crop_center.png?v=1728290186 860w" fetchpriority="low" alt="" style="object-position: 50.0% 50.0%;" /> </div> </div> </div> <div class="sub-footer"> <div class="row full-width-row"> <div class="small-12 medium-8 columns"> </div> <div class="small-12 medium-4 columns"><div class="footer-payment-icons"><figure><svg class="payment-icons__icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-dankort"><title id="pi-dankort">Dankort</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill-rule="evenodd" clip-rule="evenodd" fill="#E31F28" d="M18.309 15.378c.985-.645 1.621-1.641 1.907-2.991l3.145 3.968h6.028a6.858 6.858 0 01-2.394 1.918 6.758 6.758 0 01-3.086.727H12.566a6.792 6.792 0 01-3.086-.728 6.815 6.815 0 01-2.395-1.931h7.089c1.78.001 3.158-.32 4.135-.963zm-3.062-4.623c.254.23.321.568.202 1.013-.15.517-.342.878-.571 1.084-.278.246-.699.37-1.264.37H9.552l1.001-2.765h3.67c.453 0 .794.099 1.024.298zm11.651-5.088a6.9 6.9 0 012.337 1.799h-5.899l-2.979 3.086c-.103-1.12-.639-1.935-1.607-2.443-.834-.429-2.018-.644-3.551-.644H7.24A6.995 6.995 0 0112.566 5h11.343c1.048 0 2.045.222 2.989.667zm-.999 5.814l3.644-3.634a6.99 6.99 0 011.014 1.931c.239.715.357 1.458.357 2.228 0 .723-.107 1.426-.32 2.108a7.016 7.016 0 01-.919 1.858l-3.776-4.491z"/></svg> </figure><figure><svg class="payment-icons__icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-master"><title id="pi-master">Mastercard</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><circle fill="#EB001B" cx="15" cy="12" r="7"/><circle fill="#F79E1B" cx="23" cy="12" r="7"/><path fill="#FF5F00" d="M22 12c0-2.4-1.2-4.5-3-5.7-1.8 1.3-3 3.4-3 5.7s1.2 4.5 3 5.7c1.8-1.2 3-3.3 3-5.7z"/></svg></figure><figure><svg class="payment-icons__icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" width="38" height="24" role="img" aria-labelledby="pi-mobilepay"><title id="pi-mobilepay">MobilePay</title><path fill="#000" opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill-rule="evenodd" clip-rule="evenodd" d="M20.05 15.296s2.53-.771 4.282-.776c2.896-.007 4.857 1.15 4.857 1.15V10.06s-1.97-1.02-4.453-1.09c-2.481-.068-4.687 1.012-4.687 1.012v5.313z" fill="#5A78FF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.308 9.19l2.082 4.957V9.396s1.646-.882 3.485-1.13c1.84-.249 4.181.08 4.181.08l-1.133-2.707s-2.461-.159-4.69.794c-2.228.952-3.925 2.756-3.925 2.756z" fill="#5A78FF"/><path d="M21.428 5.676l-.82-1.99a1.818 1.818 0 00-2.37-.996l-5.663 2.334a1.818 1.818 0 00-.98 2.376l5.46 13.247a1.818 1.818 0 002.37.995l5.662-2.334a1.817 1.817 0 00.98-2.376l-.677-1.642s-.462-.027-.676-.033c-.226-.006-.644-.001-.644-.001l.88 2.136a.606.606 0 01-.326.793l-5.663 2.333a.606.606 0 01-.79-.331L12.711 6.94a.606.606 0 01.327-.792L18.7 3.814a.606.606 0 01.79.332l.83 2.011s.383-.187.59-.27c.206-.082.518-.211.518-.211z" fill="#5A78FF"/></svg></figure><figure><svg class="payment-icons__icon" xmlns="http://www.w3.org/2000/svg" width="38" height="24" viewBox="0 0 38 24" role="img" aria-labelledby="pi-viabill"><title id="pi-viabill">ViaBill</title><path fill="#000" opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#5a00ff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><g fill="#fff"><path d="M24.048 8.885a.676.676 0 0 0-.676.676v4.877a.676.676 0 0 0 1.352 0V9.561a.676.676 0 0 0-.676-.676ZM22.419 13.133a1.691 1.691 0 0 0-1.031-1.52 1.3 1.3 0 0 0 .443-1.016c0-1.139-.964-1.665-2.13-1.665h-1.612a.592.592 0 0 0 0 1.183h1.612c.517 0 .78.263.78.622s-.263.578-.8.578h-.647a.57.57 0 1 0 .021 1.139h1.239a.752.752 0 0 1 .812.765c0 .571-.688.71-1.038.719a.572.572 0 0 0-.11 1.136 2.361 2.361 0 0 0 .392.04 2.166 2.166 0 0 0 1.131-.281 1.864 1.864 0 0 0 .938-1.7ZM12.129 8.885a.676.676 0 0 1 .625.935l-2.016 4.877a.676.676 0 0 1-.625.418.676.676 0 0 1-.625-.935l2.016-4.877a.677.677 0 0 1 .625-.418ZM17.568 15.114a.677.677 0 0 1-.625-.418l-1.637-4.168-1.637 4.168a.676.676 0 0 1-.625.418.676.676 0 0 1-.625-.935l1.922-4.649a1.045 1.045 0 0 1 .965-.645 1.045 1.045 0 0 1 .965.645l1.922 4.649a.676.676 0 0 1-.625.935ZM4.677 8.885a.677.677 0 0 1 .625.418l1.637 4.168 1.637-4.168a.677.677 0 0 1 .625-.418.676.676 0 0 1 .625.935l-1.922 4.649a1.045 1.045 0 0 1-.965.645 1.044 1.044 0 0 1-.965-.645L4.052 9.82a.676.676 0 0 1 .625-.935ZM33.409 13.884h-1.637V9.565a.681.681 0 1 0-1.361 0v4.91a.591.591 0 0 0 .591.591h2.406a.591.591 0 0 0 .591-.591.591.591 0 0 0-.59-.591ZM28.876 13.884h-1.637V9.565a.681.681 0 1 0-1.361 0v4.91a.591.591 0 0 0 .591.591h2.407a.591.591 0 0 0 .591-.591.591.591 0 0 0-.591-.591Z"/></g></svg></figure><figure><svg class="payment-icons__icon" viewBox="0 0 38 24" xmlns="http://www.w3.org/2000/svg" role="img" width="38" height="24" aria-labelledby="pi-visa"><title id="pi-visa">Visa</title><path opacity=".07" d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z"/><path fill="#fff" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path d="M28.3 10.1H28c-.4 1-.7 1.5-1 3h1.9c-.3-1.5-.3-2.2-.6-3zm2.9 5.9h-1.7c-.1 0-.1 0-.2-.1l-.2-.9-.1-.2h-2.4c-.1 0-.2 0-.2.2l-.3.9c0 .1-.1.1-.1.1h-2.1l.2-.5L27 8.7c0-.5.3-.7.8-.7h1.5c.1 0 .2 0 .2.2l1.4 6.5c.1.4.2.7.2 1.1.1.1.1.1.1.2zm-13.4-.3l.4-1.8c.1 0 .2.1.2.1.7.3 1.4.5 2.1.4.2 0 .5-.1.7-.2.5-.2.5-.7.1-1.1-.2-.2-.5-.3-.8-.5-.4-.2-.8-.4-1.1-.7-1.2-1-.8-2.4-.1-3.1.6-.4.9-.8 1.7-.8 1.2 0 2.5 0 3.1.2h.1c-.1.6-.2 1.1-.4 1.7-.5-.2-1-.4-1.5-.4-.3 0-.6 0-.9.1-.2 0-.3.1-.4.2-.2.2-.2.5 0 .7l.5.4c.4.2.8.4 1.1.6.5.3 1 .8 1.1 1.4.2.9-.1 1.7-.9 2.3-.5.4-.7.6-1.4.6-1.4 0-2.5.1-3.4-.2-.1.2-.1.2-.2.1zm-3.5.3c.1-.7.1-.7.2-1 .5-2.2 1-4.5 1.4-6.7.1-.2.1-.3.3-.3H18c-.2 1.2-.4 2.1-.7 3.2-.3 1.5-.6 3-1 4.5 0 .2-.1.2-.3.2M5 8.2c0-.1.2-.2.3-.2h3.4c.5 0 .9.3 1 .8l.9 4.4c0 .1 0 .1.1.2 0-.1.1-.1.1-.1l2.1-5.1c-.1-.1 0-.2.1-.2h2.1c0 .1 0 .1-.1.2l-3.1 7.3c-.1.2-.1.3-.2.4-.1.1-.3 0-.5 0H9.7c-.1 0-.2 0-.2-.2L7.9 9.5c-.2-.2-.5-.5-.9-.6-.6-.3-1.7-.5-1.9-.5L5 8.2z" fill="#142688"/></svg></figure></div></div> <div class="small-12 columns"> <p>&copy; 2025 Kings Queens, All rights reserved.</p></div> </div> </div> </footer> <style> #shopify-section-sections--23649120354651__footer .widget--text img {max-width: 200px;} </style></div> <!-- END sections: footer-group --> <div class="side-panel cart-drawer" id="Cart-Drawer" tabindex="-1"> <div class="side-panel-inner"> <div class="side-panel-header"> <div> <h4 class="">Kurv</h4> <side-panel-close class="side-panel-close"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13 1L1 13M13 13L1 1" stroke="var(--color-body)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </side-panel-close> </div> </div> <div class="side-panel-content"><div class="cart-drawer__empty-cart"> <svg width="82" height="82" viewBox="0 0 82 82" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M63.2133 82.0001C58.4983 82.0001 54.6765 78.1637 54.6765 73.4633C54.6765 68.7483 58.5129 64.9265 63.2133 64.9265C67.9137 64.9265 71.7501 68.7629 71.7501 73.4633C71.7501 78.1637 67.9137 82.0001 63.2133 82.0001ZM63.2133 68.3383C60.3872 68.3383 58.0883 70.6372 58.0883 73.4633C58.0883 76.2894 60.3872 78.5883 63.2133 78.5883C66.0394 78.5883 68.3383 76.2894 68.3383 73.4633C68.3383 70.6372 66.0394 68.3383 63.2133 68.3383Z" fill="var(--color-accent)"/> <path d="M29.0368 82.0001C24.3218 82.0001 20.5 78.1637 20.5 73.4633C20.5 68.7483 24.3364 64.9265 29.0368 64.9265C33.7372 64.9265 37.5736 68.7629 37.5736 73.4633C37.5882 78.1637 33.7518 82.0001 29.0368 82.0001ZM29.0368 68.3383C26.2107 68.3383 23.9118 70.6372 23.9118 73.4633C23.9118 76.2894 26.2107 78.5883 29.0368 78.5883C31.8629 78.5883 34.1618 76.2894 34.1618 73.4633C34.1618 70.6372 31.8629 68.3383 29.0368 68.3383Z" fill="var(--color-accent)"/> <path d="M70.0368 61.4999H30.6036C24.9221 61.4999 20.0021 57.4585 18.8746 51.8942L10.5575 10.2499H1.71321C0.761429 10.2499 0 9.48849 0 8.5367C0 7.59956 0.761429 6.82349 1.71321 6.82349H11.9632C12.7832 6.82349 13.4714 7.39456 13.6325 8.19991L22.2425 51.206C23.0332 55.1888 26.5621 58.0735 30.6182 58.0735H70.0514C70.9886 58.0735 71.7646 58.8349 71.7646 59.7867C71.75 60.7385 70.9886 61.4999 70.0368 61.4999Z" fill="var(--color-accent)"/> <path d="M67.4304 47.8383H20.5001C19.5629 47.8383 18.7869 47.0768 18.7869 46.125C18.7869 45.1733 19.5483 44.4118 20.5001 44.4118H67.4304C70.0076 44.4118 72.204 42.479 72.5115 39.9165C72.6286 38.9793 73.5365 38.3204 74.4151 38.4376C75.3522 38.5547 76.0111 39.404 75.894 40.3411C75.3668 44.6168 71.7208 47.8383 67.4304 47.8383Z" fill="var(--color-accent)"/> <path d="M39.2869 20.4999H15.3751C14.4379 20.4999 13.6619 19.7385 13.6619 18.7867C13.6619 17.8496 14.4233 17.0735 15.3751 17.0735H39.2869C40.224 17.0735 41.0001 17.8349 41.0001 18.7867C41.0001 19.7385 40.2386 20.4999 39.2869 20.4999Z" fill="var(--color-accent)"/> <path d="M63.2133 37.5882C52.8608 37.5882 44.4265 29.1539 44.4265 18.8014C44.4265 8.44893 52.8462 0 63.2133 0C73.5658 0 82.0001 8.43429 82.0001 18.7868C82.0001 29.1393 73.5658 37.5882 63.2133 37.5882ZM63.2133 3.41179C54.7351 3.41179 47.8383 10.3086 47.8383 18.7868C47.8383 27.265 54.7351 34.1618 63.2133 34.1618C71.6915 34.1618 78.5883 27.265 78.5883 18.7868C78.5883 10.3086 71.6915 3.41179 63.2133 3.41179Z" fill="var(--color-accent)"/> <path d="M70.0368 27.3382C69.5976 27.3382 69.1583 27.1771 68.8215 26.8404L55.1597 13.1786C54.4861 12.505 54.4861 11.4361 55.1597 10.7625C55.8333 10.0889 56.9022 10.0889 57.5758 10.7625L71.2376 24.4243C71.9111 25.0979 71.9111 26.1668 71.2376 26.8404C70.9154 27.1625 70.4761 27.3382 70.0368 27.3382Z" fill="var(--color-accent)"/> <path d="M56.3751 27.3382C55.9358 27.3382 55.4965 27.1771 55.1597 26.8404C54.4861 26.1668 54.4861 25.0979 55.1597 24.4243L68.8215 10.7625C69.4951 10.0889 70.564 10.0889 71.2376 10.7625C71.9111 11.4361 71.9111 12.505 71.2376 13.1786L57.5758 26.8404C57.2536 27.1625 56.8144 27.3382 56.3751 27.3382Z" fill="var(--color-accent)"/> </svg> <p>Din indkøbskurv er i øjeblikket tom.</p> <a class="button accent2" href="/collections/all"><span>Begynd at shoppe</span></a> </div></div></div> </div> <link id="Product" rel="stylesheet" href="//kingsqueens.dk/cdn/shop/t/2/assets/product.css?v=842675328555041931742813354" media="print" onload="this.media='all'"> <div class="side-panel product-drawer" id="Product-Drawer" tabindex="-1"> <div class="side-panel-inner"> <div class="side-panel-header"> <div> <h4>Vælg</h4> <side-panel-close class="side-panel-close"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13 1L1 13M13 13L1 1" stroke="var(--color-body)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </side-panel-close> </div> </div> <div class="side-panel-content" id="Product-Drawer-Content"> </div> </div> </div> <div class="side-panel search-drawer" tabindex="-1" id="Search-Drawer"> <div class="side-panel-inner"> <div class="side-panel-header"> <div> <form role="search" method="get" class="searchform" action="/search"> <fieldset> <label for="side-panel-search-input" class="visually-hidden">Søg</label> <input id="side-panel-search-input" type="search" class="search-field" placeholder="Søg efter hvad som helst" value="" name="q" autocomplete="off"> </fieldset> </form> <side-panel-close class="side-panel-close"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13 1L1 13M13 13L1 1" stroke="var(--color-body)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </side-panel-close> </div> </div><div class="side-panel-content side-panel-content--has-tabs"> </div><div class="side-panel-content side-panel-content--initial"> <div class="thb-predictive-search"></div> </div> </div> </div> <link rel="stylesheet" href="//kingsqueens.dk/cdn/shop/t/2/assets/product-grid.css?v=86515014469453565561737368734" media="print" onload="this.media='all'"> <link rel="stylesheet" href="//kingsqueens.dk/cdn/shop/t/2/assets/predictive-search.css?v=96419726011263214711725347193" media="print" onload="this.media='all'"> <noscript> <link href="//kingsqueens.dk/cdn/shop/t/2/assets/product-grid.css?v=86515014469453565561737368734" rel="stylesheet" type="text/css" media="all" /> <link href="//kingsqueens.dk/cdn/shop/t/2/assets/predictive-search.css?v=96419726011263214711725347193" rel="stylesheet" type="text/css" media="all" /> </noscript> <div class="click-capture"></div> </div> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/vendor.min.js?v=24387807840910288901725347193" type="text/javascript"></script> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/animations.min.js?v=125778792411641688251725347192" type="text/javascript"></script> <script> gsap.defaults({ ease: Power4.easeOut }); gsap.config({ nullTargetWarn: false }); gsap.registerPlugin(ScrollTrigger); </script> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/slideshow.js?v=3694593534833641341725347193" type="text/javascript"></script> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/app.js?v=166784400052992489551743495951" type="text/javascript"></script> <script type="module" src="//kingsqueens.dk/cdn/shop/t/2/assets/scroll-shadow.js?v=20320457967675250001725347193" defer="defer"></script> <script src="//kingsqueens.dk/cdn/shop/t/2/assets/predictive-search.js?v=103770879180331986861725347193" defer="defer"></script><script src="//kingsqueens.dk/cdn/shop/t/2/assets/product-recommendations.js?v=5872399794701766591725347193" defer="defer"></script><script src="//kingsqueens.dk/cdn/shop/t/2/assets/back-to-top.js?v=111668245275317979521725347192" defer="defer"></script> <back-to-top class="back-to-top"> <svg width="11" height="16" viewBox="0 0 11 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path class="back-to-top--bar" d="M4.87654 2.34497C4.87654 1.99178 5.16285 1.70547 5.51604 1.70547C5.86922 1.70547 6.15554 1.99179 6.15554 2.34497V15.5613C6.15554 15.9144 5.86922 16.2008 5.51604 16.2008C5.16285 16.2008 4.87654 15.9144 4.87654 15.5613V2.34497Z" fill="var(--color-accent)"/> <path class="back-to-top--handle" d="M0.197525 5.0502L5.02195 0.225769C5.14739 0.100345 5.32293 0.0251028 5.48588 0C5.66143 -7.67342e-09 5.83696 0.0752197 5.96239 0.200647L10.7994 5.03761C10.9373 5.17554 11 5.33858 11 5.51412C11 5.68967 10.9248 5.8652 10.7994 5.99063C10.5486 6.254 10.1223 6.254 9.85892 5.99063L6.16301 2.30726C5.72921 2.1318 5.72921 1.70547 4.83387 2.29472L1.13796 5.99063C0.887198 6.254 0.460891 6.254 0.197525 5.99063C-0.0658415 5.73987 -0.0658415 5.31356 0.197525 5.0502Z" fill="var(--color-accent)"/> </svg> </back-to-top> <script type="module" src="//kingsqueens.dk/cdn/shop/t/2/assets/instant-page.js?v=116087100843016214071725347192" defer="defer"></script><!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TP9T32L" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script> window.addEventListener('load', function() { var _learnq = window._learnq || []; function addedToCart() { fetch(`${window.location.origin}/cart.js`) .then(res => res.clone().json().then(data => { var cart = { total_price: data.total_price/100, $value: data.total_price/100, total_discount: data.total_discount, original_total_price: data.original_total_price/100, items: data.items } if (item !== 'undefined') { cart = Object.assign(cart, item) } if (klAjax) { _learnq.push(['track', 'Added to Cart', cart]); klAjax = false; } })) }; (function (ns, fetch) { ns.fetch = function() { const response = fetch.apply(this, arguments); response.then(res => { if (`${window.location.origin}/cart/add.js` .includes(res.url)) { addedToCart() } }); return response } }(window, window.fetch)); var klAjax = true; var atcButtons = document.querySelectorAll("form[action*='/cart/add'] button[type='submit']"); for (var i = 0; i < atcButtons.length; i++) { atcButtons[i].addEventListener("click", function() { if (klAjax) { _learnq.push(['track', 'Added to Cart', item]); klAjax = false; } }) } }); </script> <div id="shopify-block-ASFd4aGtkL1V1dGtKa__13655089695959051254" class="shopify-block shopify-app-block"><script id="wkThemeCode" type="application/json"> { "customIconsUrl": null, "addToCartJsUrl": "https:\/\/cdn.appmate.io\/themecode\/kingsqueensdk\/main\/add-to-cart.js?generation=1743477327714135", "productCardJsUrl": null, "wishlistPageJsUrl": null, "eventSubscribersJsUrl": null, "localeJsonUrl": null, "customCssUrl": "https:\/\/cdn.appmate.io\/themecode\/kingsqueensdk\/main\/custom.css?generation=1742982662202235", "collectionButtonsJsUrl": null, "productPageButtonsJsUrl": null, "headerLinkJsUrl": "https:\/\/cdn.appmate.io\/themecode\/kingsqueensdk\/main\/header-link.js?generation=1742982179121226", "wishlistLinkHeadlessJsUrl": null, "wishlistButtonHeadlessJsUrl": null, "saveForLaterJsUrl": null, "customDataUrl": null, "addWishlistToCartJsUrl": null, "accountDialogUrl": null } </script> <script type="module" src="https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/block-code-access.js"></script> </div><div id="shopify-block-ANE4wZWpEQU9nQkpJY__6680288666557934739" class="shopify-block shopify-app-block"><script id="wkWishlistPage" type="application/json"> { "showVendor": false, "showProductTitle": true, "showPrice": true, "showShareButton": true, "showBuyAllButton": false, "showClearButton": false, "moveToCart": false, "ctaButton": "add-to-cart", "productOptions": "dropdowns", "wishlistEmptyLink": "\/collections\/all", "removeButtonStyle": "icon" } </script> <script type="module" src="https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/block-wishlist-page.js"></script> <style> wishlist-page { --text-color: var(--wk-color-text); --page-max-width: 1200px; --page-padding-top: 30px; --page-padding-bottom: 80px; --button-min-height: var(--wk-button-min-height); --button-border-width: var(--wk-button-border-width); --button-border-radius: var(--wk-button-border-radius); --input-min-height: var(--wk-input-min-height); --input-border-width: var(--wk-input-border-width); --input-border-radius: var(--wk-input-border-radius); --grid-columns-xs: 1; --grid-columns-sm: 2; --grid-columns-md: 2; --grid-columns-lg: 3; --grid-columns-xl: 4; --cta-button-background: rgb(var(--wk-color-accent-1)); --cta-button-border: solid var(--button-border-width) rgb(var(--wk-color-accent-1)); --cta-button-color: rgb(var(--wk-color-solid-button-label)); --variant-input-background: rgb(var(--wk-color-background-1)); --variant-input-border: solid var(--input-border-width) rgba(var(--wk-color-text)); --variant-input-color: rgb(var(--wk-color-text)); --variant-input-selected-background: var(--variant-input-background); --variant-input-selected-border: solid var(--input-border-width) rgba(var(--wk-color-text)); --variant-input-selected-color: var(--variant-input-color); --variant-input-selected-shadow: 0 0 0 var(--input-border-width) rgb(var(--wk-color-text)); --price-justify-content: center; --option-select-label-display: none; --image-aspect-ratio: 1/1; --image-object-fit: cover; --meta-text-align: center; } </style> </div><div id="shopify-block-Ad3BsTFFLOTdHUW5IT__14197025361042770389" class="shopify-block shopify-app-block"> <script> window.WishlistKingAppLoaderURL = "https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/app-loader.js"; </script> <script id="wkAppSettings" type="application/json"> { "assets": { "themeCssFile": null, "localeJsonFile": "locale-da.json", "appBaseCss": "https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/app-base.css", "componentWishlistButtonBlockJs": "https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/component-wishlist-button-block.js", "componentWishlistLinkJs": "https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/component-wishlist-link.js", "componentWishlistLinkCss": "https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/component-wishlist-link.css", "componentWishlistLinkBlockJs": "https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/component-wishlist-link-block.js", "componentWishlistPageBundleJs": "https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/component-wishlist-page-bundle.js", "componentWishlistPageBundleCss": "https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/component-wishlist-page-bundle.css", "componentWishlistLinkFloatingJs": "https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/component-wishlist-link-floating.js", "componentWishlistLinkFloatingCss": "https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/component-wishlist-link-floating.css", "componentWishlistButtonCollectionJs": "https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/component-wishlist-button-collection.js", "componentWishlistButtonCollectionCss": "https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/component-wishlist-button-collection.css", "componentWishlistButtonProductJs": "https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/component-wishlist-button-product.js", "componentWishlistButtonProductCss": "https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/component-wishlist-button-product.css", "componentSaveForLaterCss": "https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/component-save-for-later.css", "componentAccountDialogCss": "https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/component-account-dialog.css" }, "config": { "apiHost": "https:\/\/api.appmate.io\/v2", "customerId": null, "customerEmail": null, "customerTags": null, "customerName": null, "shopName": "Kings Queens", "shopDomain": "kingsqueens.dk", "shopPermanentDomain": "kingsqueensdk.myshopify.com", "shopMoneyFormat": "{{amount_with_comma_separator}} kr", "shopMoneyFormatWithCurrency": "{{amount_with_comma_separator}} DKK", "shopCustomerAccountsEnabled": false, "fileUrl": "\/\/kingsqueens.dk\/cdn\/shop\/files\/?4364", "storefrontAccessToken": "3ac08a22e45bd402ffcf23475e8e726d", "storefrontVersion": "2024-10", "localeIsoCode": "da", "token": "32879d366742fd4ab552e8a0eac0a790f8219da8bd19950823156655cb42b391" }, "settings": { "general": { "appLoading": "LAZY", "wishlistPath": "\/apps\/wishlist", "wishlistAccessMode": "UNRESTRICTED", "wishlistMode": "PRODUCT" }, "money": { "withCurrency": true }, "integrations": { "wishlistAnalytics": { "enabled": true }, "klaviyo": { "enabled": true }, "metaPixel": { "enabled": true }, "googleAnalytics": { "enabled": true } } }, "collectionButtons": { "productLinkSelector": ".product-card .product-featured-image-link[href*=\"\/products\/\"]", "injectMethod": "insertAfter", "injectReferenceJs": "(target, app) => target", "floatingReferenceJs": "(target, app) => target", "productHandleJs": "(target, app) => app.theme.getProductHandle(target.element.href)", "productVariantJs": "(target, app) => app.theme.getVariantId(target.element.href)" } } </script> <script type="module" src="https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/block-app-settings.js"></script> <style> :root { --wk-color-solid-button-label: 255, 255, 255; --wk-color-accent-1: 61, 55, 51; --wk-color-accent-2: 61, 55, 51; --wk-color-outline-button-label: 61, 55, 51; --wk-color-background-1: 255, 255, 255; --wk-color-background-2: 255, 255, 255; --wk-color-text: 61, 55, 51; --wk-button-min-height: 45px; --wk-button-border-width: 1px; --wk-button-border-radius: 0px; --wk-input-min-height: 45px; --wk-input-border-width: 1px; --wk-input-border-radius: 0px; --wk-shadow-opacity: 15%; --wk-shadow-horizontal-offset: 0px; --wk-shadow-vertical-offset: 2px; --wk-shadow-blur: 4px; --wk-font-text-scale: 1.0; } </style> </div><div id="shopify-block-AYUlraVkxNys5bytlS__4139971114690857691" class="shopify-block shopify-app-block"> <script id="wkCollectionButtons" type="application/json"> { "injectMethod": "insertAfter", "buttonPlacement": "top-start", "productLinkSelector": "", "injectReferenceJs": "(target, app) => target", "floatingReferenceJs": "(target, app) => target", "productHandleJs": "(target, app) => app.theme.getProductHandle(target.element.href)", "productVariantJs": "(target, app) => app.theme.getVariantId(target.element.href)", "integration": { "productLinkSelector": "", "injectReferenceJs": "(target, app) => target", "floatingReferenceJs": "(target, app) => target", "productHandleJs": "(target, app) => app.theme.getProductHandle(target.element.href)", "productVariantJs": "(target, app) => app.theme.getVariantId(target.element.href)" } } </script> <script type="module" src="https://cdn.shopify.com/extensions/6a58d4ba-13e3-4f76-ae7e-dc415cf40821/swish-formerly-wishlist-king-203/assets/block-wishlist-button-collection.js"></script> <style> wishlist-button-collection { --icon-size: 18px; --icon-stroke-width: 1px; --button-offset-vertical: 0px; --button-offset-horizontal: 0px; --button-background-size: 34px; --button-background-border-radius: 24px; --button-border-width: 1px; --button-background-opacity: 85%; --button-background: none; --button-border: none; --icon-stroke: rgb(var(--wk-color-accent-1)); } </style> </div></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10