<!DOCTYPE html>
<!--[if lt IE 8]> <html class="no-js ie ie7 oldie" lang="sv"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie ie8 oldie" lang="sv"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie ie9 oldie" lang="sv"> <![endif]-->
<!--[if IE 10]> <html class="no-js ie ie10" lang="sv"> <![endif]-->
<!--[if gt IE 10]><!--><html class='no-js' lang='sv'><!--<![endif]-->
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title></title>
<meta content='' name='description'>
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
<meta content='_dQl4zHebOdK2J5E6SNWZt0WxmXAOt3YJ_7srnoTclo' name='google-site-verification'>
<link href='/apple-touch-icon.png' rel='apple-touch-icon' sizes='180x180'>
<link href='/favicon-32x32.png' rel='icon' sizes='32x32' type='image/png'>
<link href='/favicon-16x16.png' rel='icon' sizes='16x16' type='image/png'>
<link href='/manifest.json' rel='manifest'>
<meta content='width=device-width, initial-scale=1' name='viewport'>
<link color='#5bbad5' href='/safari-pinned-tab.svg' rel='mask-icon'>
<meta content='#ffffff' name='theme-color'>
<meta content='yes' name='mobile-web-app-capable'>
<meta content='Medtryck' name='apple-mobile-web-app-title'>
<meta content='Medtryck' property='og:site_name'>
<meta content='website' property='og:type'>
<meta content='' property='og:title'>
<meta content='' property='og:description'>
<meta content='https://d3c1gbjzpw0rb3.cloudfront.net/assets/front/logo-50a0e39a7662be8ac5eb1222500cf6cdc97566b028b810409c84795f386337d9.svg' property='og:image'>
<meta content='https://www.medtryck.se/brands/vinga-of-sweden' property='og:url'>
<meta content='summary_large_image' name='twitter:card'>
<link href='https://www.medtryck.se/brands/vinga-of-sweden' rel='canonical'>

<meta content='false' name='turbo-prefetch'>
<!-- Respond.js proxy on external server -->
<!-- Respond.js redirect location on local server -->

<link rel="stylesheet" href="https://d3c1gbjzpw0rb3.cloudfront.net/assets/tailwind-6b8922809b0e26d1d2e5a09fad380eead878163917e997f1f7ea517672f02732.css" media="all" data-turbo-track="dynamic" />
<link rel="stylesheet" href="https://d3c1gbjzpw0rb3.cloudfront.net/assets/home-072abe3629363ad1035aea62c796ff1062b5714d6cbf2c4c5f81cf12e5a966a9.css" media="all" data-turbo-track="dynamic" />
<link rel="stylesheet" href="https://d3c1gbjzpw0rb3.cloudfront.net/assets/fonts-bdb4f25a2d585a8f79be1c03778679f4e0ddabe77f9285501186913239bf2158.css" media="all" data-turbo-track="reload" />
<link rel="stylesheet" href="https://d3c1gbjzpw0rb3.cloudfront.net/assets/datetimepicker-cf0845d52c7529854e56a87ba0d914398e7e2b5c2a195a89d5502906e20f7ddb.css" media="all" data-turbo-track="dynamic" />
<script src='https://app.termly.io/resource-blocker/9685353e-925a-4d1b-855f-264476b44e12?autoBlock=on' type='text/javascript'></script>
<script src="https://d3c1gbjzpw0rb3.cloudfront.net/assets/home-217cd4335fa769ccb04811788941eaeeeb097d2992a17b06d4aa2b08b529776f.js" data-turbo-track="dynamic"></script>

<script>
  if( (window.navigator.userAgent.indexOf("MSIE ") <= 0) ) {
    var sNew = document.createElement("script");
    sNew.async = true;
    sNew.src = '//cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=IntersectionObserver';
    var s0 = document.getElementsByTagName('script')[0];
    s0.parentNode.insertBefore(sNew, s0);
  }
  
  if(!window.console) console = { log: function(){} };
</script>
<meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="Q3g0Pf8GT9th4jmtsbyrVzzAsPkUZOHWe9yHNWyM0i1ane-njFs5W39EarclCsAAiUI8F01z5JkuSpnGQhfARA" />

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X7PMFHSNT8"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-X7PMFHSNT8');
</script>

<script>
  // Google Tag Manager trigger for Turbo
  document.addEventListener('turbo:load', function() {
    if("216.73.216.50" == '62.63.198.66') return; // office IP
  
    dataLayer.push({ 'event': 'pageView', 'virtualUrl': window.location.href });
    dataLayer.push({ 'ip': "216.73.216.50" });
  
    var prodImg = document.querySelector('#product #prod-img');
    var priceRow = document.querySelector('#product .prod-price-row');
    if(prodImg && priceRow) {
      // Example: {id: 4484, name: "Sweatshirt Hoodie Custom", price: 306, event: "product_view"}
      var nameEl = document.querySelector('#product .prod-name .name');
      var categoryEl = document.querySelector('#product .breadcrumbs .bc.hidden-print a:first-child');
      dataLayer.push({
        'id': Number(prodImg.dataset.pid),
        'name': nameEl ? nameEl.textContent : '',
        'category': categoryEl ? categoryEl.textContent : '',
        'price': JSON.parse(priceRow.dataset.pricing)[0],
        'event': 'product_view'
      });
    }
  
    var valsEl = document.querySelector('#order .initial-step-vals') ||
                 document.querySelector('#inquiry .initial-step-vals');
    if(valsEl) {
      // Example: { id: 1234, contact: "Karl Johansson", customer: "Karlsson Aktiebolag", email: "harmon@cristwuckert.io", phone: "076 – 123 45 67", event: "reservation" }
      var dataObj = {};
      for(var key in valsEl.dataset) {
        var value = valsEl.dataset[key];
        dataObj[key] = String(Number(value)) === value ? Number(value) : value;
      }
      dataObj.event = 'reservation';
      dataLayer.push(dataObj);
    }
  });
  // End Google Tag Manager trigger for Turbo
</script>
<!-- / Google Tag Manager -->
<script>
  (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-K9LTD8K');
</script>
<!-- / End Google Tag Manager -->



<!-- Facebook Pixel Code -->
<script>
  !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
  n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
  t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
  document,'script','https://connect.facebook.net/en_US/fbevents.js');
  fbq('init', '775077705926051');
</script>
<noscript>
<img height='1' src='https://www.facebook.com/tr?id=775077705926051&amp;ev=PageView&amp;noscript=1' style='display:none' width='1'>
</noscript>
<!-- End Facebook Pixel Code -->

</head>
<body class='twd-overflow-x-hidden' data-action='products--show-page:productAddedToCart-&gt;cart#handleCartIconClick' data-controller='js-translations cart products--favorites customer-support overlay-slideover slideover-cleanup quick-search' data-controller-name='brands' data-environment='production' id=''>

<dialog data-controller="medtryck-modal" id="printing-info-modal" style="z-index: 9999" data-action="click->medtryck-modal#handleDialogClick" data-medtryck-modal-target="dialog" class="twd-z-30 twd-p-8 twd-rounded-lg backdrop:twd-bg-black/80 backdrop:twd-z-100 sm:twd-w-[50%] twd-w-full sm:twd-h-[70%] twd-h-full">
  <h1 class="twd-h3 twd-mb-8">Att välja tryck eller märke</h1>
<div class="twd-mt-10 twd-mb-10">
  <h2 class="twd-h4 twd-mb-4">Screentryck</h2>
  <div class="twd-flex twd-flex-col-reverse lg:twd-flex-row twd-gap-6 twd-w-full">
    <div class="lg:twd-w-1/2 twd-w-full twd-gap-2">
      <img class="twd-w-full twd-object-cover twd-mb-2" src="https://d3c1gbjzpw0rb3.cloudfront.net/assets/front/Screentryck_1-e7f059a0c9219fa8ca40f98ba09e5e5d73c7ca1b49f8bab2116759622ffdc6bf.jpg" alt="Image: Screenprint 1">
      <img class="twd-w-full twd-object-cover twd-mb-2" src="https://d3c1gbjzpw0rb3.cloudfront.net/assets/front/Screentryck_2-decc63e8b7d5ce86597e15f67fce036e51d3e5d00a2793cb067b56c76f5f1524.jpg" alt="Image: Screenprint 2">
    </div>
    <div class="lg:twd-w-1/2 twd-w-full">
      <p class=" twd-mb-4">
        Screentryck är en tryckteknik som bygger på användning av en schablon. Motivet överförs genom en schablon och färgen appliceras sedan på tyget. Denna teknik är idealisk för stora beställningar då den erbjuder den mest kostnadseffektiva lösningen för stora tryck.
      </p>
      <ul class="twd-list-disc twd-mb-4 twd-bg-default-color [&>li]:twd-ml-10 [&>*]:twd-mr-6 twd-py-6">
        <div class="twd-text-penta twd-text-sm twd-mb-4 twd-pl-6">SPECIFIKATIONER</div>
        <li>Tryckyta: Framsida, Baksida, Ärm</li>
        <li>Tryckstorlek: Framsida/Baksida (max 330 x 480 mm), Ärm (max 80 x 70 mm)</li>
        <li>Tryckfärger: Max 8 tryckfärger</li>
        <li>OBS: På mörka plagg kan ett vitt undertryck krävas, det räknas som en extra tryckfärg</li>
      </ul>
    </div>
  </div>
</div>

<div class="twd-mb-10">
  <h2 class="twd-h4 twd-mb-4">Transfertryck</h2>
  <div class="twd-flex twd-flex-col lg:twd-flex-row twd-gap-6">
    <div class="lg:twd-w-1/2 twd-w-full">
      <p class="twd-mb-4">
        Transfertryck är ofta billigare när man vill trycka en logotyp med flera färger. En stor fördel med transfertekniken är att den kan läggas på för att sedan vid ett senare tillfälle kunna användas. Transfer fungerar på samma sätt som screentryck fast på ark. Arket värms sedan på produkten.
      </p>
      <ul class="twd-list-disc twd-mb-4 twd-bg-default-color [&>li]:twd-ml-10 [&>*]:twd-mr-6 twd-py-6">
        <div class="twd-text-penta twd-text-sm twd-mb-4 twd-pl-6">SPECIFIKATIONER</div>
        <li>Tryckyta: Framsida, Baksida, Ärm</li>
        <li>Tryckstorlek: Framsida/Baksida (max 330 x 480 mm), Ärm (max 80 x 70 mm)</li>
        <li>Tryckfärger: Max 8 tryckfärger</li>
        <li>OBS: På mörka plagg kan ett vitt undertryck krävas, det räknas som en extra tryckfärg</li>
      </ul>
    </div>
    <div class="lg:twd-w-1/2 twd-w-full twd-gap-2">
      <img class="twd-w-full twd-object-cover twd-mb-2" src="https://d3c1gbjzpw0rb3.cloudfront.net/assets/front/Transfertryck_1-b7f8a0b59a3d4ee8d9be9597326d8dc4e98c97cb13e0fedc78c5b8333940d89a.jpg" alt="Image: Transferprint 1">
      <img class="twd-w-full twd-object-cover twd-mb-2" src="https://d3c1gbjzpw0rb3.cloudfront.net/assets/front/Transfertryck_2-dc5fb22c8f1323c278255fe458f4b8a745114ea47bc6fff9779e39dbceee6a2d.jpg" alt="Image: Transferprint 2">
    </div>
  </div>
</div>

<div class="twd-mb-10">
  <div class="twd-mb-10">
    <h2 class="twd-h4 twd-mb-4">Brodyr</h2>
    <div class="twd-flex twd-flex-col lg:twd-flex-row twd-gap-6">
      <div class="lg:twd-w-1/2 twd-w-full">
        <p class="twd-mb-4">Brodyr används på textila produkter såsom profilkläder, reklammaterial och väskor. Det erbjuder ett lyxigt utseende jämfört med andra tryckmetoder.</p>
        <ul class="twd-list-disc twd-mb-4 twd-bg-default-color [&>li]:twd-ml-10 [&>*]:twd-mr-6 twd-py-6">
          <div class="twd-text-penta twd-text-sm twd-mb-4 twd-pl-6">SPECIFIKATIONER</div>
          <li>Yta: Framsida, Baksida, Ärm</li>
          <li>Storlek: Framsida/Baksida (max 330 x 480 mm), Ärm (max 80 x 70 mm)</li>
          <li>Färger: Max 12 trådfärger</li>
        </ul>
      </div>
      <div class="lg:twd-w-1/2 twd-w-full twd-gap-2">
        <img class="twd-w-full twd-object-cover twd-mb-2" src="https://d3c1gbjzpw0rb3.cloudfront.net/assets/front/Brodyr_1-9af64db5da609f31828d9aa7ea4777283d83095bb51ae2a6600f7872da9ea321.jpg" alt="Image: Brodyr 1">
        <img class="twd-w-full twd-object-cover twd-mb-2" src="https://d3c1gbjzpw0rb3.cloudfront.net/assets/front/Brodyr_2-1786b250984659612d2647bd3ce6d4dab940197fe5230391b6b739f6aa055e69.jpg" alt="Image: Brodyr 2">
      </div>
    </div>
  </div>

  <div class="twd-text-center twd-mt-10">
    <div class="twd-text-penta twd-text-sm twd-mt-20">Läs mer om:</div>
<!-- <div class="twd-text-sm twd-underline twd-leading-normal"></div> -->
<div class="twd-text-sm twd-underline twd-leading-normal"><a target="_blank" href="https://www.medtryck.se/kundsupport#faqs">VANLIGA FRÅGOR OCH SVAR</a></div>
<!-- <div class="twd-text-sm twd-underline twd-leading-normal"></div> -->
<div class="twd-text-sm twd-underline twd-leading-normal"><a target="_blank" href="https://www.medtryck.se/om-medtryck#nojd-kundgaranti">NÖJD KUNDGARANTI</a></div>

  </div>
</div>



  <div class="twd-absolute twd-right-5 twd-top-5 twd-z-10 hover:twd-cursor-pointer" data-action="click->medtryck-modal#close">
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-w-10 twd-h-10 twd-text-grey" data='{"modal_id"=&gt;"printing-info-modal"}'>
  <path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12"></path>
</svg>

  </div>
</dialog>
<!-- / Google Tag Manager (noscript) -->
<noscript>
<iframe height='0' src='https://www.googletagmanager.com/ns.html?id=GTM-K9LTD8K' style='display:none;visibility:hidden' width='0'></iframe>
</noscript>
<!-- / End Google Tag Manager (noscript) -->

<!--[if lt IE 8]>
<p class='twd-fixed twd-top-0 twd-left-0 twd-right-0 twd-bg-[#fcf8e3] twd-font-circular-medium twd-text-center twd-clear-both twd-overflow-hidden twd-px-[10px] twd-py-[10px] twd-text-[#996d22] twd-border-b twd-border-[#fbeed5] twd-z-10'>
Du använder en gammal version av din webbläsare när du surfar.
<a href='http://browsehappy.com/' rel='nofollow'>Uppgradera för att förbättra upplevelsen.</a>
</p>
<![endif]-->
<div class='[&amp;_.outer]:twd-relative [&amp;_.outer]:twd-height-[0] [&amp;_.outer_.inner]:twd-absolute [&amp;_.outer_.inner]:twd-top-0 [&amp;_.outer_.inner]:twd-left-0 [&amp;_.outer_.inner]:twd-bottom-0 [&amp;_.outer_.inner]:twd-w-full' id='main-container'>
<main class='twd-relative twd-bg-white twd-z-[3] max-sm:!twd-mb-0'>

<nav id="sticky-navbar" data-quick-search-target="navbar" class="twd-sticky twd-top-0
                               
                               twd-shadow-md
                           [&amp;:has(.all-products-toggle.open)]:twd-shadow-none
                           [&amp;:has(.all-products-toggle-mobile.open)]:twd-shadow-none
                               search-collapsed-pages
                               twd-group
                               twd-bg-white
                               twd-relative twd-z-50
                               twd-flex twd-flex-col twd-w-full
                               [&:has(.all-products-toggle.open)]:twd-h-screen
                               [&:has(.all-products-toggle-mobile.open)]:twd-h-screen
                               [&:has(.all-products-toggle.open)]:twd-fixed
                               [&:has(.all-products-toggle-mobile.open)]:twd-fixed"
                               data-controller="navbar"
                               data-action="cart:itemDeleted@window->navbar#handleCartItemCountUpdated
                                            cart-item:deleted@window->navbar#handleCartItemCountUpdated
                                            products--show-page:refreshCart@window->navbar#handleCartItemCountUpdated
                                            click@document->quick-search#handleOutsideClick
                                            keydown@document->quick-search#handleEscape">

  <section class="twd-hidden md:twd-block">
      <div class="twd-flex twd-justify-center twd-items-center twd-w-full twd-py-1 medtryck-gradient">
    <div>
      <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-2.5 twd-w-3">
  <path d="m11.645 20.91-.007-.003-.022-.012a15.247 15.247 0 0 1-.383-.218 25.18 25.18 0 0 1-4.244-3.17C4.688 15.36 2.25 12.174 2.25 8.25 2.25 5.322 4.714 3 7.688 3A5.5 5.5 0 0 1 12 5.052 5.5 5.5 0 0 1 16.313 3c2.973 0 5.437 2.322 5.437 5.25 0 3.925-2.438 7.111-4.739 9.256a25.175 25.175 0 0 1-4.244 3.17 15.247 15.247 0 0 1-.383.219l-.022.012-.007.004-.003.001a.752.752 0 0 1-.704 0l-.003-.001Z"></path>
</svg>

    </div>
    <span class="twd-ml-4 twd-span">
      Vi kontaktar alltid dig med en skriftlig offert samt en digital skiss att godkänna innan en order är bindande
    </span>
  </div>

  </section>

  <section class="twd-flex
                  twd-py-2 md:twd-py-3
                  group-[:has(.all-products-toggle.open)]:twd-border-b
                  group-[:has(.all-products-toggle-mobile.open)]:twd-border-b
                  twd-border-theme-light-gray">
    <div class="twd-h-full twd-w-full twd-px-4 xs:twd-px-6 lg:twd-px-10 xl:twd-px-12 2xl:twd-px-16 twd-max-w-screen-4xl twd-mx-auto semi-md-nav:!twd-pl-6 md:max-semi-md-nav:!twd-pl-3 sm:!twd-pr-4 md:!twd-pr-6 lg:!twd-pr-7"><div class="twd-w-full twd-h-full twd-flex">
      <div class="twd-w-1/3 xs:twd-w-[30%] sm:max-md:twd-w-[25%] md:max-lg:twd-w-[10%] lg:max-xl:twd-w-[20%] xl:twd-w-[16%]">
        <div id="big-logo" data-navbar-target="bigLogo" class="twd-collapsible md:max-lg:twd-hidden twd-w-full twd-pr-1"><div class="twd-overflow-hidden ">
  <a title="Medtryck Sverige AB" class="twd-w-full twd-h-12 twd-flex twd-justify-center twd-items-center" href="https://www.medtryck.se/">
    <svg class="twd-overflow-visible twd-block twd-w-full twd-h-auto" viewBox="0 0 3992.2 644.4">
      <g id="Symbol">
        <polygon points="665.9,0.4 572.6,161.4 852.4,644.2 945.7,483.3"></polygon>
        <polygon points="292.8,0.4 199.5,161.4 479.3,644.2 572.6,483.3"></polygon>
        <circle cx="107.3" cy="537.3" r="106.9"></circle>
      </g>
      <g id="Medtryck">
        <polygon points="1662.7,483.3 1662.7,138.3 1516.1,483.3 1447,483.3 1301.7,139.6 1301.7,483.3 1224.1,483.3 1224.1,0.4 1324.3,0.4 1482.9,372.2 1639.5,0.4 1741.7,0.4 1741.7,483.3"></polygon>
        <path d="M2100.6,391.4c-17.2,56.2-68.4,101.8-146,101.8c-87.6,0-165.2-63.4-165.2-172.5c0-101.8,75.6-169.2,157.3-169.2 c99.5,0,158,65.4,158,167.2c0,12.6-1.3,23.1-2,24.4h-236.2c2,48.9,40.5,83.9,88.2,83.9c46.5,0,70.4-24.4,81-56.2L2100.6,391.4z M2027,287c-1.3-37.7-26.5-71.4-79.6-71.4c-48.5,0-76.3,37-79,71.4H2027z"></path>
        <path d="M2466.2,424.4c0,29.1,2.7,53.5,3.3,58.8h-73.7c-1.3-7.3-3.3-28.4-3.3-41.6c-15.2,27.1-49.1,49.6-94.9,49.6 c-92.9,0-155.3-72.7-155.3-169.8c0-92.5,63-168.5,154-168.5c56.4,0,84.9,25.8,94.9,46.3V0.4h75V424.4z M2306.3,423.8 c50.4,0,85.6-41.6,85.6-103.1c0-61.5-34.5-99.8-84.9-99.8c-50.4,0-87.6,39-87.6,100.4C2219.3,382.8,2253.9,423.8,2306.3,423.8"></path>
        <path d="M2648.6,161.5h67v68.1h-67v149.4c0,28.4,12.6,40.3,41.1,40.3c10.6,0,23.2-2,26.6-2.7v63.4c-4.7,2-19.2,7.3-47.1,7.3 c-59.7,0-96.9-35.7-96.9-95.8V229.5h-59.7v-68.1h16.6c34.5,0,49.8-21.8,49.8-50.2V63h69.7V161.5z"></path>
        <path d="M2959.2,237.4c-8.6-1.3-17.3-2-25.2-2c-59.7,0-86.9,34.4-86.9,94.5v153.3h-77V161.5h75V213c15.3-35,51.1-55.5,93.6-55.5 c9.3,0,17.3,1.3,20.6,2V237.4z"></path>
        <polygon points="3054,613.4 3131.7,444.9 2993.6,161.4 3080.6,161.4 3173.5,365 3260.4,161.4 3342.1,161.4 3136.3,613.4"></polygon>
        <path d="M3411.7,322c0,64.8,41.8,101.1,90.2,101.1c50.4,0,73.7-35,81-59.5l67.7,24.4c-15.3,50.2-63.7,105.1-148.7,105.1 c-94.9,0-167.2-73.3-167.2-171.1c0-99.1,72.3-170.5,165.3-170.5c86.9,0,134.7,54.2,148,105.7l-69,25.1 c-7.3-28.4-29.2-60.1-78.3-60.1C3453.5,222.2,3411.7,257.3,3411.7,322"></path>
        <polygon points="3856.9,297.6 3992.3,483.3 3898.1,483.3 3803.2,351.8 3763.3,393.4 3763.3,483.3 3687,483.3 3687,0.4 3763.3,0.4 3763.3,291.6 3887.4,161.5 3989.6,161.5"></polygon>
      </g>
    </svg>
</a></div></div>
        
  <div id="small-logo" data-navbar-target="smallLogo" class="twd-collapsible md:max-lg:twd-block twd-hidden twd-w-full"><div class="twd-overflow-hidden ">
    
<a title="Medtryck Sverige AB" class="twd-flex twd-w-full twd-justify-center twd-h-12 twd-items-center" href="https://medtryck.com/">
  <span class="twd-w-10">
    <svg viewBox="0 0 103 69" fill="none" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio='xMinYMin meet' class="twd-overflow-visible">
  <g id="Symbol">
    <path id="Vector" d="M71.8911 0.0429688L61.8184 17.2823L92.0257 68.9787L102.098 51.7501L71.8911 0.0429688Z" fill="black"/>
    <path id="Vector_2" d="M31.6098 0.0429688L21.5371 17.2823L51.7445 68.9787L61.8172 51.7501L31.6098 0.0429688Z" fill="black"/>
    <path id="Vector_3" d="M11.5839 68.9789C17.9579 68.9789 23.1249 63.8541 23.1249 57.5324C23.1249 51.2107 17.9579 46.0859 11.5839 46.0859C5.21004 46.0859 0.0429688 51.2107 0.0429688 57.5324C0.0429688 63.8541 5.21004 68.9789 11.5839 68.9789Z" fill="black"/>
  </g>
</svg>

  </span>
</a>
</div></div>
      </div>

      <div class="twd-hidden twd-w-full md:twd-flex twd-flex-grow md:twd-items-center">
        <section class="xl:twd-w-[70%] md:max-lg:twd-w-[60%] twd-relative twd-hidden md:twd-block twd-flex-grow twd-group/navbar-middle-content">
          <div class="twd-collapsible twd-uncollapsed group-[.search-collapsed]:twd-collapsed
                        group-[.search-collapsed-pages]:twd-collapsed" inner_class="searchbox-container"><div class="twd-overflow-hidden searchbox-container">
            
  <div class="search-container twd-flex twd-justify-center twd-group/desktop-search twd-w-full twd-p-0.5
              
              ">
    <form class="twd-relative q-search twd-w-[90%]" action="/search" accept-charset="UTF-8" method="get">
      <div class="twd-flex">
        <input type="text" name="q" id="q3" autocomplete="off" required="required" class="search twd-reset-text-field twd-peer twd-block twd-w-full twd-h-12
                                  twd-pr-3 twd-pl-5 twd-py-2 twd-text-lg sm:max-md:twd-text-base twd-rounded-full twd-bg-theme-light-gray
                                  twd-transition-all twd-ease-in-out twd-delay-300 twd-span
                                  [&amp;:focus]:twd-z-[2]
                                  group-[:has(#quick-search-results-container:hover)]/desktop-search:twd-ring-1
                                  group-[:has(#quick-search-results-container:hover)]/desktop-search:twd-ring-black
                                  focus:twd-ring-1 focus:twd-ring-black placeholder-transparent placeholder:twd-italic" data-action="keyup-&gt;quick-search#search keydown-&gt;quick-search#handleKeyDown blur-&gt;quick-search#clearContent" data-quick-search-target="input" />
          <div data-action="click-&gt;quick-search#hideSuggestionsContainer"
      class="twd-absolute twd-top-0 twd-bottom-0 search-suggestions twd-whitespace-nowrap
             twd-flex twd-items-center twd-pl-5">
    <span class="twd-text-theme-gray twd-mr-2 twd-bg-theme-light-gray">Jag letar efter</span>
    <ul
      class="twd-m-0 twd-p-0 twd-inline-block twd-list-none twd-align-middle">
      <li class="suggestion twd-cursor-pointer twd-flex twd-items-center twd-justify-center
                twd-overflow-hidden twd-py-1 twd-px-3 twd-bg-search-suggestions-bg twd-ease-in-out
                twd-transition-[top] twd-duration-200 hover:twd-bg-search-suggestions-hover" data-action="click->quick-search#handleSuggestionsClick">
        <a href="https://medtryck.com/search?q=t-shirt">T-shirt</a>
        <a class="twd-hidden" href="https://medtryck.com/search?q=paraplyer">Paraplyer</a>
        <a class="twd-hidden" href="https://medtryck.com/search?q=tygp%C3%A5sar">Tygpåsar</a>
        <a class="twd-hidden" href="https://medtryck.com/search?q=reklampennor">Reklam pennor</a>
        <a class="twd-hidden" href="https://medtryck.com/search?q=tablettaskar">Tablettfodral</a>
      </li>
    </ul>
  </div>

        <div id='search-cross-icon'
            class="cross-icon-tag twd-z-10 twd-cursor-pointer twd-absolute twd-opacity-0 twd-pr-3
                    twd-inset-y-0 twd-end-0 twd-flex twd-items-center twd-pointer-events-none
                    peer-[:focus]:twd-opacity-100 group-[:focus-within]/desktop-search:twd-pointer-events-auto
                    twd-transition-opacity twd-duration-300">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-7 twd-w-7">
  <path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12"></path>
</svg>

        </div>
      </div>
</form>  </div>

</div></div>          <div id="quick-search-results-container"
              data-ignore-blur="true"
              class="twd-absolute twd-w-[90%] twd-left-0 twd-right-0 twd-mx-auto
                      twd-hidden hover:twd-block focus-within:twd-block group-[:has(.search:focus)]/navbar-middle-content:twd-block
                      twd-mt-1 twd-z-[100]">
          </div>
          <div id="nav-links" data-quick-search-target="navLinksContainer" class="twd-collapsible twd-collapsed
                          
                          group-[:has(.searchbox-container:focus-within)]/navbar-middle-content:twd-collapsed
                          group-[.search-collapsed]:twd-uncollapsed
                          group-[.search-collapsed-pages]:twd-uncollapsed
                          group-[:has(.all-products-toggle.open)]:twd-uncollapsed"><div class="twd-overflow-hidden ">
  <div class="twd-flex twd-justify-center twd-gap-x-6 md:max-semi-md-nav:twd-gap-x-4 lg:twd-gap-x-[2.4rem] xl:twd-gap-x-16 2xl:twd-gap-x-24
                *:twd-text-base *:twd-text-black *:twd-font-circular-medium *:twd-subpixel-antialiased xl:*:twd-text-lg
                group-[.search-collapsed]:twd-mt-0">
    <div class="twd-flex twd-items-center all-products-toggle twd-group twd-relative"
         data-action="click->navbar#openProductDetails"
         data-controller="search--turbo-cache">
      <a class="twd-font-circular-medium twd-text-black twd-text-base xl:twd-text-lg hover:twd-underline" href="javascript:void(0);">Alla produkter</a>
      <div class="twd-absolute twd-w-6 twd-h-6 twd-ml-1 twd-hidden group-[.open]:twd-block twd-right-[-25%] twd-cursor-pointer">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-inset-0 twd-h-6 twd-w-6">
  <path stroke-linecap="round" stroke-linejoin="round" d="m4.5 15.75 7.5-7.5 7.5 7.5"></path>
</svg>

      </div>
    </div>
    <a class=" hover:twd-underline" href="/inspiration">Inspiration</a>
    <a class=" hover:twd-underline" href="/om-medtryck">Om Medtryck</a>
    <div class="twd-flex twd-items-center twd-gap-2">
      <a class=" hover:twd-underline" href="/kundsupport">Kundsupport</a>
    </div>
  </div>
</div></div>
        </section>
      </div>

      <section class="twd-w-[15%] md:max-lg:twd-w-[20%] twd-hidden md:twd-block twd-pl-2.5">
        
<div class="twd-flex twd-h-12 twd-items-center twd-justify-end *:twd-cursor-pointer md:max-lg:*:twd-mx-1 *:twd-mx-2 *:twd-shrink-0">
    <div id="desktop-search-icon"
         data-action="click->quick-search#showDesktopSearch"
         data-quick-search-target="desktopSearchIcon">
      <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="md:max-lg:twd-size-6 twd-size-7 twd-icon-scaling-transition search-icon">
  <path stroke-linecap="round" stroke-linejoin="round" d="m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z"></path>
</svg>

    </div>
  <a href="/mina-sidor">
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="md:max-lg:twd-size-6 twd-size-7 twd-icon-scaling-transition">
  <path stroke-linecap="round" stroke-linejoin="round" d="M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z"></path>
</svg>

</a>  <a class="favourites-link twd-relative twd-inline-block" rel="nofollow" data-action="click-&gt;cart#handleFavoritesIconClick" data-method="get" href="/products/products_based_on_cookies?type=favourites">
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="md:max-lg:twd-size-6 twd-size-7 twd-icon-scaling-transition">
  <path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z"></path>
</svg>

      <div data-products--favorites-target="favoritesCount" class="twd-absolute twd-min-w-[1.4rem] twd-flex twd-items-center twd-justify-center twd-bg-default-gray-bg twd-text-black twd-text-[0.6rem] twd-font-circular-medium twd-aspect-1 twd-rounded-full -twd-top-[10px] -twd-right-[5px] twd-hidden">0</div>
</a>  <span data-action="click->cart#handleCartIconClick" class="twd-relative">
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="md:max-lg:twd-size-6 twd-size-7 twd-icon-scaling-transition">
  <path stroke-linecap="round" stroke-linejoin="round" d="M15.75 10.5V6a3.75 3.75 0 1 0-7.5 0v4.5m11.356-1.993 1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 0 1-1.12-1.243l1.264-12A1.125 1.125 0 0 1 5.513 7.5h12.974c.576 0 1.059.435 1.119 1.007ZM8.625 10.5a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm7.5 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"></path>
</svg>

    <div data-navbar-target="cartItemsCount" class="twd-absolute twd-min-w-[1.4rem] twd-flex twd-items-center twd-justify-center twd-bg-default-gray-bg twd-text-black twd-text-[0.6rem] twd-font-circular-medium twd-rounded-full twd-aspect-1 -twd-top-[10px] -twd-right-[5px] twd-hidden">0</div>
  </span>
</div>

      </section>

      <section class="md:twd-hidden sm:max-md:twd-w-[75%] xs:twd-w-[70%] twd-flex twd-items-center twd-justify-end
                      twd-w-2/3">
        <div class="twd-flex twd-gap-x-3">
  <div class="twd-w-6 twd-h-6 twd-cursor-pointer group-[:has(.all-products-toggle-mobile.open)]:twd-hidden" data-action="click->quick-search#showMobileSearch">
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-icon-scaling-transition">
  <path stroke-linecap="round" stroke-linejoin="round" d="m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z"></path>
</svg>

  </div>

  <a class="favourites-link twd-relative twd-inline-block group-[:has(.all-products-toggle-mobile.open)]:twd-hidden" rel="nofollow" data-turbo-frame="cookies-slideover-content-frame" data-action="click-&gt;cart#handleFavoritesIconClick" data-method="get" href="/products/products_based_on_cookies?type=favourites">
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-6 twd-w-6 twd-transition twd-ease-in-out twd-delay-150 hover:twd-scale-150 twd-duration-300">
  <path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z"></path>
</svg>

    <div data-products--favorites-target="favoritesCountMobile" class="twd-absolute -twd-top-1 twd-right-0 twd-flex twd-items-center twd-justify-center twd-bg-default-gray-bg twd-text-black twd-text-xs twd-font-circular-medium twd-rounded-full twd-w-4 twd-h-4 twd-hidden">0</div>
</a>  <span data-action="click->cart#handleCartIconClick" class="twd-cursor-pointer twd-relative group-[:has(.all-products-toggle-mobile.open)]:twd-hidden">
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-6 twd-w-6 twd-transition twd-ease-in-out twd-delay-150 hover:twd-scale-150 twd-duration-300">
  <path stroke-linecap="round" stroke-linejoin="round" d="M15.75 10.5V6a3.75 3.75 0 1 0-7.5 0v4.5m11.356-1.993 1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 0 1-1.12-1.243l1.264-12A1.125 1.125 0 0 1 5.513 7.5h12.974c.576 0 1.059.435 1.119 1.007ZM8.625 10.5a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm7.5 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"></path>
</svg>

    <div data-navbar-target="cartItemsCount" class="twd-absolute -twd-top-1 -twd-right-1.5 twd-flex twd-items-center twd-justify-center twd-bg-default-gray-bg twd-text-black twd-text-xs twd-font-circular-medium twd-rounded-full twd-w-4 twd-h-4  twd-hidden">0</div>
  </span>
  <span class="all-products-toggle-mobile twd-group twd-ml-3" data-action="click->navbar#toggleMobileOptions">
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-[26px] twd-w-[26px]
                                                          group-[.open]:twd-hidden">
  <path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"></path>
</svg>

    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-[26px] twd-w-[26px]
                                                          twd-hidden group-[.open]:twd-inline">
  <path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12"></path>
</svg>

  </span>
</div>

      </section>
</div></div>
    <!--    Mobile Search: Mobile Search will be shown on top of navbar when search icon is clicked -->
    <div id="mobile-search-container" data-quick-search-target="mobileSearchContainer" class="twd-collapsible twd-group/mobile-search [&amp;.open]:twd-uncollapsed [&amp;.open]:twd-z-[100]
                            twd-collapsed md:twd-hidden twd-absolute search-container twd-h-[65px]
                            twd-w-full twd-top-0 -twd-z-10"><div class="twd-overflow-hidden ">
      <div class="twd-peer twd-bg-theme-light-gray twd-h-full twd-w-full twd-relative">
        <input type="text" name="q" id="mobile-search-q3" class="mobile-search twd-reset-text-field twd-block twd-w-full twd-h-full twd-pr-3 twd-pl-4 twd-py-2 twd-text-lg" autocomplete="off" required="required" placeholder="Sok" data-action="keyup-&gt;quick-search#search blur-&gt;quick-search#removeMobileSearch" data-quick-search-target="input" />
        <div id='mobile-search-cross-icon' class="cross-icon-tag twd-z-10 twd-cursor-pointer twd-absolute twd-inset-y-0 twd-end-0 twd-flex twd-items-center twd-pr-3 twd-ease-in-out twd-delay-300 twd-transform" data-action="click->quick-search#removeMobileSearch">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-7 twd-w-7">
  <path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12"></path>
</svg>

        </div>
      </div>

      <div id="quick-search-results-mobile-container" class="twd-hidden max-md:group-[:has(.open.search-container)]:twd-block hover:twd-block twd-w-full twd-absolute twd-top-[65px]"></div>
</div></div>    <!--    Mobile Search End-->
  </section>

  <div class="group-[:has(.all-products-toggle.open)]:twd-hidden
              group-[:has(.all-products-toggle-mobile.open)]:twd-hidden">
    
  </div>

  <div class="twd-flex-grow twd-bg-white twd-overflow-y-auto twd-hidden group-[:has(.all-products-toggle.open)]:twd-block">
    <div class="twd-h-full twd-w-full twd-px-4 xs:twd-px-6 lg:twd-px-10 xl:twd-px-12 2xl:twd-px-16 twd-max-w-screen-4xl twd-mx-auto "><div class="md:twd-pl-[min(144px,4%)] semi-xl:twd-pl-[min(144px,10%)] twd-w-full twd-h-full ">
        <div class="twd-flex twd-justify-between twd-my-7 twd-gap-x-4 twd-relative">
    <section class="twd-w-[62%]">
      <div class="twd-flex">
          <div class="twd-flex twd-gap-x-5 twd-pb-5 [&.active]:*:twd-opacity-100 [&.active]:*:twd-border-b">
    <button class="twd-p twd-text-black twd-flex-shrink-0 tabs-text twd-opacity-40 active twd-subpixel-antialiased" data-action="click->navbar#showTab click->navbar#handleTabClick ajax:success->navbar#handleAjaxResponse" data-tab="tab1" data-navbar-target="showTab">Alla kategorier</button>
    <a class="twd-p twd-opacity-40 twd-text-black twd-flex-shrink-0 tabs-text hover:twd-no-underline twd-subpixel-antialiased" data-action="click-&gt;navbar#showTab click-&gt;navbar#handleTabClick ajax:success-&gt;navbar#handleAjaxResponse" data-tab="tab2" data-navbar-target="showTab" data-type="html" data-target="brands" data-remote="true" href="/brands">
      Varumärken
</a>    <a class="valign-container twd-p twd-opacity-40 twd-text-black twd-flex-shrink-0 tabs-text hover:twd-no-underline twd-subpixel-antialiased" data-action="click-&gt;navbar#showTab click-&gt;navbar#handleTabClick ajax:success-&gt;navbar#handleAjaxResponse" data-tab="tab3" data-navbar-target="showTab" data-type="html" data-target="categories" data-remote="true" href="/categories">
      A - Ö
</a>  </div>

      </div>

      <div class="twd-w-full twd-min-h-full">
        <div class="twd-flex twd-justify-start has-[.full-width-tabs]:twd-flex-1" id="all-products-first-section">
          <div class="twd-min-h-full twd-w-4/12 twd-shrink-0 [&.full-width-tabs]:twd-w-full" id="tabs-detail">
              <div class="twd-w-full twd-mx-auto">
    <div id="tab1" class="tab-content" data-navbar-target="tabContent" data-turbo-permanent>
      <turbo-frame data-turbo-permanent="true" id="parent-categories-frame">
</turbo-frame>    </div>

    <div id="tab2" class="tab-content twd-hidden" data-navbar-target="tabContent">
    </div>

    <div id="tab3" class="tab-content twd-hidden" data-navbar-target="tabContent">
    </div>
  </div>

          </div>

            <div id="campaigns" class="twd-w-3/5 min-h-full">
            </div>

          <div id="list-categories-section" class="twd-hidden twd-rounded-r-md twd-w-8/12 twd-min-h-full" data-turbo-permanent>
            <turbo-frame data-turbo-permanent="true" id="categories-frame">
</turbo-frame>          </div>
        </div>
      </div>
    </section>

      <section class="twd-w-[38%] twd-ml-4">
        <div class="twd-min-h-full">
          <div class="twd-pb-5">
            <p class="twd-p twd-text-black twd-subpixel-antialiased twd-m-0">Senast besökta produkter</p>
          </div>
            <turbo-frame loading="lazy" id="recently_viewed_products" src="/products/products_based_on_cookies.turbo_stream?type=recently_viewed">
              <div class="twd-mb-10 sm:twd-h-[70vh] sm:twd-overflow-y-scroll">
                    <div class="twd-flex twd-items-center twd-gap-4 twd-py-4 twd-animate-pulse twd-w-full twd-bg-theme-light-gray">

    <!-- Image placeholder -->
    <div class="twd-w-14 twd-h-14 twd-bg-theme-gray twd-rounded-md"></div>

    <!-- Title + article number -->
    <div class="twd-flex twd-flex-col twd-gap-2 twd-flex-grow">
      <div class="twd-h-4 twd-w-40 twd-bg-theme-gray twd-rounded"></div>
      <div class="twd-h-3 twd-w-28 twd-bg-theme-gray twd-rounded"></div>
    </div>

  </div>

                    <div class="twd-flex twd-items-center twd-gap-4 twd-py-4 twd-animate-pulse twd-w-full twd-bg-theme-light-gray">

    <!-- Image placeholder -->
    <div class="twd-w-14 twd-h-14 twd-bg-theme-gray twd-rounded-md"></div>

    <!-- Title + article number -->
    <div class="twd-flex twd-flex-col twd-gap-2 twd-flex-grow">
      <div class="twd-h-4 twd-w-40 twd-bg-theme-gray twd-rounded"></div>
      <div class="twd-h-3 twd-w-28 twd-bg-theme-gray twd-rounded"></div>
    </div>

  </div>

                    <div class="twd-flex twd-items-center twd-gap-4 twd-py-4 twd-animate-pulse twd-w-full twd-bg-theme-light-gray">

    <!-- Image placeholder -->
    <div class="twd-w-14 twd-h-14 twd-bg-theme-gray twd-rounded-md"></div>

    <!-- Title + article number -->
    <div class="twd-flex twd-flex-col twd-gap-2 twd-flex-grow">
      <div class="twd-h-4 twd-w-40 twd-bg-theme-gray twd-rounded"></div>
      <div class="twd-h-3 twd-w-28 twd-bg-theme-gray twd-rounded"></div>
    </div>

  </div>

                    <div class="twd-flex twd-items-center twd-gap-4 twd-py-4 twd-animate-pulse twd-w-full twd-bg-theme-light-gray">

    <!-- Image placeholder -->
    <div class="twd-w-14 twd-h-14 twd-bg-theme-gray twd-rounded-md"></div>

    <!-- Title + article number -->
    <div class="twd-flex twd-flex-col twd-gap-2 twd-flex-grow">
      <div class="twd-h-4 twd-w-40 twd-bg-theme-gray twd-rounded"></div>
      <div class="twd-h-3 twd-w-28 twd-bg-theme-gray twd-rounded"></div>
    </div>

  </div>

                    <div class="twd-flex twd-items-center twd-gap-4 twd-py-4 twd-animate-pulse twd-w-full twd-bg-theme-light-gray">

    <!-- Image placeholder -->
    <div class="twd-w-14 twd-h-14 twd-bg-theme-gray twd-rounded-md"></div>

    <!-- Title + article number -->
    <div class="twd-flex twd-flex-col twd-gap-2 twd-flex-grow">
      <div class="twd-h-4 twd-w-40 twd-bg-theme-gray twd-rounded"></div>
      <div class="twd-h-3 twd-w-28 twd-bg-theme-gray twd-rounded"></div>
    </div>

  </div>

                    <div class="twd-flex twd-items-center twd-gap-4 twd-py-4 twd-animate-pulse twd-w-full twd-bg-theme-light-gray">

    <!-- Image placeholder -->
    <div class="twd-w-14 twd-h-14 twd-bg-theme-gray twd-rounded-md"></div>

    <!-- Title + article number -->
    <div class="twd-flex twd-flex-col twd-gap-2 twd-flex-grow">
      <div class="twd-h-4 twd-w-40 twd-bg-theme-gray twd-rounded"></div>
      <div class="twd-h-3 twd-w-28 twd-bg-theme-gray twd-rounded"></div>
    </div>

  </div>

              </div>
</turbo-frame>          </div>
      </section>

    <section>
      <div class="twd-absolute -twd-top-1 twd-right-0 twd-cursor-pointer">
        <div data-action="click->navbar#initializeAndToggleCategoriesSection" data-navbar-target="closeCategories">
          <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-10 twd-w-10">
  <path fill-rule="evenodd" d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25Zm-1.72 6.97a.75.75 0 1 0-1.06 1.06L10.94 12l-1.72 1.72a.75.75 0 1 0 1.06 1.06L12 13.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L13.06 12l1.72-1.72a.75.75 0 1 0-1.06-1.06L12 10.94l-1.72-1.72Z" clip-rule="evenodd"></path>
</svg>

        </div>
      </div>
    </section>
  </div>

</div></div>  </div>

  <div class="twd-min-h-0 twd-flex-grow twd-bg-white twd-hidden group-[:has(.all-products-toggle-mobile.open)]:twd-block">
    <div class="twd-h-full twd-w-full twd-px-4 xs:twd-px-6 lg:twd-px-10 xl:twd-px-12 2xl:twd-px-16 twd-max-w-screen-4xl twd-mx-auto "><div class="twd-w-full twd-h-full twd-flex twd-flex-col">
      <div class="twd-flex toggle twd-justify-start twd-flex-col
            *:twd-flex *:twd-items-center *:twd-h-16
            twd-group twd-peer">
  <div class="group-[.open]:twd-border-b group-[.open]:twd-border-theme-gray" data-action="click->navbar#showMobileAllProductsSection">
    <a class="twd-text-2xl twd-font-circular-medium twd-text-black hover:twd-no-underline" href="javascript:void(0);">Alla produkter</a>
    <div>
      <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-6 twd-w-6 twd-ml-1
                                              group-[.open]:twd-hidden">
  <path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5"></path>
</svg>

      <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-6 twd-w-6 twd-hidden twd-ml-1
                                            twd-hidden group-[.open]:twd-inline">
  <path stroke-linecap="round" stroke-linejoin="round" d="m4.5 15.75 7.5-7.5 7.5 7.5"></path>
</svg>

    </div>
  </div>
  <a class="twd-text-xl twd-text-black group-[.open]:twd-hidden" href="/inspiration">Inspiration</a>
  <a class="twd-text-xl twd-text-black group-[.open]:twd-hidden" href="/kundsupport">Kundsupport</a>
  <a class="twd-text-xl twd-text-black group-[.open]:twd-hidden" href="/om-medtryck">Om Medtryck</a>
  <a class="twd-text-xl twd-text-black group-[.open]:twd-hidden" href="/nyheter">Nyheter</a>

  <div class="twd-flex twd-justify-between twd-items-center twd-w-full group-[.open]:twd-hidden">
    <a class="twd-text-xl twd-text-black" href="/mina-sidor">Mina sidor</a>

    <p class="twd-text-sm twd-text-secondary-text">Logga in</p>
  </div>

  <div class="twd-flex-col twd-mt-4 twd-px-4 twd-w-full group-[.open]:twd-hidden *:twd-w-full">
    <div class="twd-flex twd-items-center twd-gap-2">
      <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-7 twd-w-7 twd-icon-scaling-transition">
  <path stroke-linecap="round" stroke-linejoin="round" d="M10.5 1.5H8.25A2.25 2.25 0 0 0 6 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h7.5A2.25 2.25 0 0 0 18 20.25V3.75a2.25 2.25 0 0 0-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3"></path>
</svg>

      <p class="twd-text-sm twd-text-primary twd-grow twd-py-4 twd-border-b twd-border-default-gray-bg">
        Ring oss
        <a class="twd-underline" href="tel:+468303700">08-30 37 00</a>
      </p>
    </div>

    <div class="twd-flex twd-items-center twd-gap-2">
      <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-7 twd-w-7 twd-icon-scaling-transition">
  <path stroke-linecap="round" stroke-linejoin="round" d="M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75"></path>
</svg>

      <p class="twd-text-sm twd-text-primary twd-grow twd-py-4 twd-border-b twd-border-default-gray-bg">
        Maila oss
        <a class="twd-underline" href="mailto:info@medtryck.com">info@medtryck.com</a>
      </p>
    </div>

    <div class="twd-flex twd-gap-2">
      <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-mt-3 twd-shrink-0 twd-h-7 twd-w-7 twd-icon-scaling-transition">
  <path stroke-linecap="round" stroke-linejoin="round" d="M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"></path>
  <path stroke-linecap="round" stroke-linejoin="round" d="M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1 1 15 0Z"></path>
</svg>

      <div class="twd-w-full twd-flex twd-flex-col *:twd-w-full twd-gap-2 twd-group">
        <p class="twd-text-sm twd-text-primary twd-grow twd-py-4 twd-border-b twd-border-default-gray-bg twd-cursor-pointer"
            data-action="click->navbar#toggleLocationDetails">
          Besök oss
        </p>
        <div class="twd-collapsible twd-collapsed twd-w-full group-[.open]:twd-uncollapsed"><div class="twd-overflow-hidden ">
          <p class="twd-text-sm twd-text-primary">Medtryck Sverige AB</p>
          <p class="twd-text-sm twd-text-primary">Söder Mälarstrand 65</p>
          <p class="twd-text-sm twd-text-primary">118 25 Stockholm</p>
          <p class="twd-text-sm twd-text-primary twd-mt-2">
            <a class="twd-underline" href="https://goo.gl/maps/ZuyVN5S7md32">Visa på karta</a>
          </p>
</div></div>      </div>
    </div>
  </div>
</div>
<section class="twd-flex-col twd-min-h-0 twd-hidden peer-[.open]:twd-flex twd-mt-5">
  <div class="twd-w-full twd-bg-white twd-flex twd-flex-col twd-min-h-0">
    
<div class="twd-flex twd-min-h-0">
  <section class="twd-w-full twd-flex twd-flex-col">
    <div class="twd-flex twd-gap-x-5 [&.active]:*:twd-opacity-100 [&.active]:*:twd-border-b twd-pb-5">
  <button class="twd-p twd-text-black twd-flex-shrink-0 tabs-text twd-opacity-40 active twd-subpixel-antialiased" data-action="click->navbar#showMobileTab click->navbar#handleTabClick ajax:success->navbar#handleAjaxResponse" data-tab="tab1-mobile" data-navbar-target="showTab">Alla kategorier</button>
  <a class="twd-p twd-opacity-40 twd-text-black twd-flex-shrink-0 tabs-text hover:twd-no-underline twd-subpixel-antialiased" data-action="click-&gt;navbar#showMobileTab click-&gt;navbar#handleTabClick ajax:success-&gt;navbar#handleAjaxResponse" data-tab="tab2-mobile" data-navbar-target="showTab" data-type="html" data-target="brands" data-remote="true" href="/brands">
    Varumärken
</a>  <a class="valign-container twd-p twd-opacity-40 twd-text-black twd-flex-shrink-0 tabs-text hover:twd-no-underline twd-subpixel-antialiased" data-action="click-&gt;navbar#showMobileTab click-&gt;navbar#handleTabClick ajax:success-&gt;navbar#handleAjaxResponse" data-tab="tab3-mobile" data-navbar-target="showTab" data-type="html" data-target="categories" data-remote="true" href="/categories">
    A - Ö
</a> </div>


    <div class="twd-w-full twd-min-h-0 twd-overflow-y-auto">
      <div class="twd-flex twd-justify-start" id="all-products-first-section">
        <div class="twd-min-h-full twd-w-full">
          <div class="twd-w-full twd-mx-auto twd-pb-5">
  <div id="tab1-mobile" class="tab-content" data-navbar-target="tabContentMobile" data-turbo-permanent>
    <turbo-frame data-turbo-permanent="true" id="parent-categories-frame-mobile">
</turbo-frame>  </div>

  <div id="tab2-mobile" class="tab-content twd-hidden" data-navbar-target="tabContentMobile">
  </div>

  <div id="tab3-mobile" class="tab-content twd-hidden" data-navbar-target="tabContentMobile">
  </div>
</div>

        </div>
      </div>
    </div>
  </section>
</div>

  </div>
</section>

</div></div>  </div>

  

<div id="cart_slideover"
     data-controller="medtryck-slideover"
     data-action="openDialog->medtryck-slideover#open closeDialog->medtryck-slideover#close
                  
                  medtryck-slideover:cart_slideover_loaded@window-&gt;cart#handleTotalPriceCalculation
                  cart:refresh@window-&gt;medtryck-slideover#handleRefresh products--show-page:refreshCart@window-&gt;medtryck-slideover#handleRefresh cart-item:deleted@window-&gt;medtryck-slideover#handleRefresh cart-item:updated@window-&gt;medtryck-slideover#handleRefresh"
     data-href="/cart/slideover"
     data-params="{}"
     data-eager-load="false"
     data-loading="false"
     data-cached="false">
  <dialog data-medtryck-slideover-target="dialog" class=" [&amp;.close-dialog]:twd-animate-slide-to-right open:twd-animate-slide-from-right md:twd-mr-0 md:twd-w-[65%] lg:twd-w-1/2 xl:twd-w-2/5 2xl:twd-w-[30%] slideover twd-min-h-full max-md:twd-min-w-full backdrop:twd-bg-black/20" data-action="click->medtryck-slideover#handleDialogClick">
    <div>

      <div class="slideover-content twd-h-dvh twd-flex twd-flex-col *:twd-w-full" data-medtryck-slideover-target="content">
          
    <div class="twd-flex-grow twd-flex twd-flex-col"
        id="cart-slideover-tabs"
        data-controller="tabs"
        data-cart-target="cartSlideoverTabs"
        data-tabs-active-tab-class="twd-border-b">
      <ul class="twd-flex *:twd-cursor-pointer twd-p-4 xs:twd-p-8 twd-justify-between
                twd-sticky twd-top-0
                twd-bg-white twd-z-10 twd-shadow">
        <div class="twd-flex twd-items-center twd-gap-x-4 max-xs:twd-overflow-x-scroll">
          <div data-tabs-target="tab" data-action="click->tabs#change" class="twd-flex twd-items-center twd-pb-0.5 sm:twd-pb-1">
            <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-6 twd-w-6 twd-mr-1">
  <path stroke-linecap="round" stroke-linejoin="round" d="M15.75 10.5V6a3.75 3.75 0 1 0-7.5 0v4.5m11.356-1.993 1.263 12c.07.665-.45 1.243-1.119 1.243H4.25a1.125 1.125 0 0 1-1.12-1.243l1.264-12A1.125 1.125 0 0 1 5.513 7.5h12.974c.576 0 1.059.435 1.119 1.007ZM8.625 10.5a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm7.5 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z"></path>
</svg>

            <h5 class="twd-h6 twd-font-circular-medium twd-items-center twd-mb-0"> Kundvagn</h5>
            <div data-navbar-target="cartItemsCount" class="twd-ml-1 twd-items-center twd-h6 twd-hidden">(0)</div>
          </div>

          <div data-tabs-target="tab" data-action="click->tabs#change click->cart#loadFavorites" class="twd-flex twd-items-center twd-pb-0.5 sm:twd-pb-1">
            <a class="favourites-link twd-inline-block" rel="nofollow" data-action="click-&gt;cart#handleFavoritesIconClick" href="#">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-6 twd-w-6 twd-mr-1">
  <path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z"></path>
</svg>

</a>            <h5 class="twd-h6 twd-font-circular-medium twd-items-center twd-mb-0">Favoriter</h5>
            <turbo-frame id="sildeover_favorites_count_frame">
              <div class="twd-ml-1 twd-items-center twd-h6 twd-hidden">(0)</div>
</turbo-frame>          </div>
          <div data-tabs-target="tab" data-action="click->tabs#change" class="twd-flex twd-items-center twd-pb-0.5 sm:twd-pb-1">
            <a class="favourites-link twd-inline-block" rel="nofollow" data-action="click-&gt;cart#handleCustomerSupportClick" href="#">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-6 twd-w-6 twd-mr-1">
  <path stroke-linecap="round" stroke-linejoin="round" d="M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"></path>
</svg>

</a>            <h5 class="twd-h6 twd-font-circular-medium twd-items-center twd-mb-0">Support</h5>
          </div>
        </div>

        

<button name="button" type="button" data-action="medtryck-slideover#close" class="twd-inline-block twd-h-8 twd-w-8
                        twd-rounded-full
                        twd-bg-black
                        twd-relative
                        hover:twd-cursor-pointer
                        disabled:twd-cursor-not-allowed
                        disabled:twd-bg-opacity-50 ">
  <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" class="twd-absolute twd-top-1.5 twd-left-1.5 twd-text-white twd-h-5">
  <path fill-rule="evenodd" d="M5.47 5.47a.75.75 0 0 1 1.06 0L12 10.94l5.47-5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47a.75.75 0 1 1-1.06 1.06L12 13.06l-5.47 5.47a.75.75 0 0 1-1.06-1.06L10.94 12 5.47 6.53a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd"></path>
</svg>

</button>
      </ul>

      <div class="twd-flex twd-flex-col twd-items-center twd-grow" data-tabs-target="panel">
        <div class="twd-grow twd-flex twd-flex-col twd-w-full" data-medtryck-slideover-target="destination">

<div class="twd-h-full twd-w-full twd-flex twd-justify-center twd-items-center">
  <div class="twd-flex twd-justify-between *:twd-w-4 *:twd-h-4 twd-gap-x-2.5 *:twd-bg-black *:twd-rounded-full">
      <div style="animation: bounce 1.5s infinite; animation-delay: 0s;"></div>
      <div style="animation: bounce 1.5s infinite; animation-delay: 0.3s;"></div>
      <div style="animation: bounce 1.5s infinite; animation-delay: 0.6s"></div>
  </div>
</div>
</div>
      </div>

      <div class="twd-flex twd-flex-col twd-items-center twd-grow twd-pb-7" data-tabs-target="panel">
        <turbo-frame id="favorites_slideover_content" loading="lazy" class="twd-w-full">
          <div class="twd-auto-rows-max twd-grid sm:twd-grid-cols-2 twd-grid-cols-1 twd-m-auto twd-gap-4 twd-mt-10">
              <div class="twd-animate-pulse twd-w-full twd-h-full sm:twd-px-4">
  <div class="twd-w-full twd-rounded-md twd-h-full twd-border twd-border-theme-gray twd-bg-theme-light-gray">
    <div class="twd-h-0 twd-pb-[60%] twd-relative twd-bg-theme-gray">
      <div class="twd-h-full twd-w-full twd-absolute twd-top-0">
        <div class="twd-flex twd-items-center twd-justify-center twd-h-full twd-bg-theme-light-gray twd-rounded">
          <svg class="twd-w-10 twd-h-10" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 20">
            <path d="M14.066 0H7v5a2 2 0 0 1-2 2H0v11a1.97 1.97 0 0 0 1.934 2h12.132A1.97 1.97 0 0 0 16 18V2a1.97 1.97 0 0 0-1.934-2ZM10.5 6a1.5 1.5 0 1 1 0 2.999A1.5 1.5 0 0 1 10.5 6Zm2.221 10.515a1 1 0 0 1-.858.485h-8a1 1 0 0 1-.9-1.43L5.6 10.039a.978.978 0 0 1 .936-.57 1 1 0 0 1 .9.632l1.181 2.981.541-1a.945.945 0 0 1 .883-.522 1 1 0 0 1 .879.529l1.832 3.438a1 1 0 0 1-.031.988Z" />
            <path d="M5 5V.13a2.96 2.96 0 0 0-1.293.749L.879 3.707A2.98 2.98 0 0 0 .13 5H5Z" />
          </svg>
        </div>
      </div>
    </div>
    <div class="twd-flex twd-flex-col twd-justify-between twd-flex-grow twd-mt-3 twd-p-3">
      <div>
        <div class="twd-pl-3 twd-h-10 twd-bg-theme-gray twd-rounded-full twd-w-full twd-mb-4"></div>
        <div class="twd-pl-3 twd-h-3 twd-bg-theme-gray twd-rounded-full twd-w-full twd-mb-2.5"></div>
        <div class="twd-pl-3 twd-h-3 twd-bg-theme-gray twd-rounded-full twd-w-full twd-mb-5"></div>
      </div>
      <div class="twd-pl-3 twd-h-2 twd-bg-theme-gray twd-rounded-full twd-w-[60%] twd-mb-2.5 twd-mt-5"></div>
    </div>
  </div>
</div>

              <div class="twd-animate-pulse twd-w-full twd-h-full sm:twd-px-4">
  <div class="twd-w-full twd-rounded-md twd-h-full twd-border twd-border-theme-gray twd-bg-theme-light-gray">
    <div class="twd-h-0 twd-pb-[60%] twd-relative twd-bg-theme-gray">
      <div class="twd-h-full twd-w-full twd-absolute twd-top-0">
        <div class="twd-flex twd-items-center twd-justify-center twd-h-full twd-bg-theme-light-gray twd-rounded">
          <svg class="twd-w-10 twd-h-10" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 20">
            <path d="M14.066 0H7v5a2 2 0 0 1-2 2H0v11a1.97 1.97 0 0 0 1.934 2h12.132A1.97 1.97 0 0 0 16 18V2a1.97 1.97 0 0 0-1.934-2ZM10.5 6a1.5 1.5 0 1 1 0 2.999A1.5 1.5 0 0 1 10.5 6Zm2.221 10.515a1 1 0 0 1-.858.485h-8a1 1 0 0 1-.9-1.43L5.6 10.039a.978.978 0 0 1 .936-.57 1 1 0 0 1 .9.632l1.181 2.981.541-1a.945.945 0 0 1 .883-.522 1 1 0 0 1 .879.529l1.832 3.438a1 1 0 0 1-.031.988Z" />
            <path d="M5 5V.13a2.96 2.96 0 0 0-1.293.749L.879 3.707A2.98 2.98 0 0 0 .13 5H5Z" />
          </svg>
        </div>
      </div>
    </div>
    <div class="twd-flex twd-flex-col twd-justify-between twd-flex-grow twd-mt-3 twd-p-3">
      <div>
        <div class="twd-pl-3 twd-h-10 twd-bg-theme-gray twd-rounded-full twd-w-full twd-mb-4"></div>
        <div class="twd-pl-3 twd-h-3 twd-bg-theme-gray twd-rounded-full twd-w-full twd-mb-2.5"></div>
        <div class="twd-pl-3 twd-h-3 twd-bg-theme-gray twd-rounded-full twd-w-full twd-mb-5"></div>
      </div>
      <div class="twd-pl-3 twd-h-2 twd-bg-theme-gray twd-rounded-full twd-w-[60%] twd-mb-2.5 twd-mt-5"></div>
    </div>
  </div>
</div>

              <div class="twd-animate-pulse twd-w-full twd-h-full sm:twd-px-4">
  <div class="twd-w-full twd-rounded-md twd-h-full twd-border twd-border-theme-gray twd-bg-theme-light-gray">
    <div class="twd-h-0 twd-pb-[60%] twd-relative twd-bg-theme-gray">
      <div class="twd-h-full twd-w-full twd-absolute twd-top-0">
        <div class="twd-flex twd-items-center twd-justify-center twd-h-full twd-bg-theme-light-gray twd-rounded">
          <svg class="twd-w-10 twd-h-10" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 20">
            <path d="M14.066 0H7v5a2 2 0 0 1-2 2H0v11a1.97 1.97 0 0 0 1.934 2h12.132A1.97 1.97 0 0 0 16 18V2a1.97 1.97 0 0 0-1.934-2ZM10.5 6a1.5 1.5 0 1 1 0 2.999A1.5 1.5 0 0 1 10.5 6Zm2.221 10.515a1 1 0 0 1-.858.485h-8a1 1 0 0 1-.9-1.43L5.6 10.039a.978.978 0 0 1 .936-.57 1 1 0 0 1 .9.632l1.181 2.981.541-1a.945.945 0 0 1 .883-.522 1 1 0 0 1 .879.529l1.832 3.438a1 1 0 0 1-.031.988Z" />
            <path d="M5 5V.13a2.96 2.96 0 0 0-1.293.749L.879 3.707A2.98 2.98 0 0 0 .13 5H5Z" />
          </svg>
        </div>
      </div>
    </div>
    <div class="twd-flex twd-flex-col twd-justify-between twd-flex-grow twd-mt-3 twd-p-3">
      <div>
        <div class="twd-pl-3 twd-h-10 twd-bg-theme-gray twd-rounded-full twd-w-full twd-mb-4"></div>
        <div class="twd-pl-3 twd-h-3 twd-bg-theme-gray twd-rounded-full twd-w-full twd-mb-2.5"></div>
        <div class="twd-pl-3 twd-h-3 twd-bg-theme-gray twd-rounded-full twd-w-full twd-mb-5"></div>
      </div>
      <div class="twd-pl-3 twd-h-2 twd-bg-theme-gray twd-rounded-full twd-w-[60%] twd-mb-2.5 twd-mt-5"></div>
    </div>
  </div>
</div>

              <div class="twd-animate-pulse twd-w-full twd-h-full sm:twd-px-4">
  <div class="twd-w-full twd-rounded-md twd-h-full twd-border twd-border-theme-gray twd-bg-theme-light-gray">
    <div class="twd-h-0 twd-pb-[60%] twd-relative twd-bg-theme-gray">
      <div class="twd-h-full twd-w-full twd-absolute twd-top-0">
        <div class="twd-flex twd-items-center twd-justify-center twd-h-full twd-bg-theme-light-gray twd-rounded">
          <svg class="twd-w-10 twd-h-10" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 20">
            <path d="M14.066 0H7v5a2 2 0 0 1-2 2H0v11a1.97 1.97 0 0 0 1.934 2h12.132A1.97 1.97 0 0 0 16 18V2a1.97 1.97 0 0 0-1.934-2ZM10.5 6a1.5 1.5 0 1 1 0 2.999A1.5 1.5 0 0 1 10.5 6Zm2.221 10.515a1 1 0 0 1-.858.485h-8a1 1 0 0 1-.9-1.43L5.6 10.039a.978.978 0 0 1 .936-.57 1 1 0 0 1 .9.632l1.181 2.981.541-1a.945.945 0 0 1 .883-.522 1 1 0 0 1 .879.529l1.832 3.438a1 1 0 0 1-.031.988Z" />
            <path d="M5 5V.13a2.96 2.96 0 0 0-1.293.749L.879 3.707A2.98 2.98 0 0 0 .13 5H5Z" />
          </svg>
        </div>
      </div>
    </div>
    <div class="twd-flex twd-flex-col twd-justify-between twd-flex-grow twd-mt-3 twd-p-3">
      <div>
        <div class="twd-pl-3 twd-h-10 twd-bg-theme-gray twd-rounded-full twd-w-full twd-mb-4"></div>
        <div class="twd-pl-3 twd-h-3 twd-bg-theme-gray twd-rounded-full twd-w-full twd-mb-2.5"></div>
        <div class="twd-pl-3 twd-h-3 twd-bg-theme-gray twd-rounded-full twd-w-full twd-mb-5"></div>
      </div>
      <div class="twd-pl-3 twd-h-2 twd-bg-theme-gray twd-rounded-full twd-w-[60%] twd-mb-2.5 twd-mt-5"></div>
    </div>
  </div>
</div>

              <div class="twd-animate-pulse twd-w-full twd-h-full sm:twd-px-4">
  <div class="twd-w-full twd-rounded-md twd-h-full twd-border twd-border-theme-gray twd-bg-theme-light-gray">
    <div class="twd-h-0 twd-pb-[60%] twd-relative twd-bg-theme-gray">
      <div class="twd-h-full twd-w-full twd-absolute twd-top-0">
        <div class="twd-flex twd-items-center twd-justify-center twd-h-full twd-bg-theme-light-gray twd-rounded">
          <svg class="twd-w-10 twd-h-10" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 20">
            <path d="M14.066 0H7v5a2 2 0 0 1-2 2H0v11a1.97 1.97 0 0 0 1.934 2h12.132A1.97 1.97 0 0 0 16 18V2a1.97 1.97 0 0 0-1.934-2ZM10.5 6a1.5 1.5 0 1 1 0 2.999A1.5 1.5 0 0 1 10.5 6Zm2.221 10.515a1 1 0 0 1-.858.485h-8a1 1 0 0 1-.9-1.43L5.6 10.039a.978.978 0 0 1 .936-.57 1 1 0 0 1 .9.632l1.181 2.981.541-1a.945.945 0 0 1 .883-.522 1 1 0 0 1 .879.529l1.832 3.438a1 1 0 0 1-.031.988Z" />
            <path d="M5 5V.13a2.96 2.96 0 0 0-1.293.749L.879 3.707A2.98 2.98 0 0 0 .13 5H5Z" />
          </svg>
        </div>
      </div>
    </div>
    <div class="twd-flex twd-flex-col twd-justify-between twd-flex-grow twd-mt-3 twd-p-3">
      <div>
        <div class="twd-pl-3 twd-h-10 twd-bg-theme-gray twd-rounded-full twd-w-full twd-mb-4"></div>
        <div class="twd-pl-3 twd-h-3 twd-bg-theme-gray twd-rounded-full twd-w-full twd-mb-2.5"></div>
        <div class="twd-pl-3 twd-h-3 twd-bg-theme-gray twd-rounded-full twd-w-full twd-mb-5"></div>
      </div>
      <div class="twd-pl-3 twd-h-2 twd-bg-theme-gray twd-rounded-full twd-w-[60%] twd-mb-2.5 twd-mt-5"></div>
    </div>
  </div>
</div>

              <div class="twd-animate-pulse twd-w-full twd-h-full sm:twd-px-4">
  <div class="twd-w-full twd-rounded-md twd-h-full twd-border twd-border-theme-gray twd-bg-theme-light-gray">
    <div class="twd-h-0 twd-pb-[60%] twd-relative twd-bg-theme-gray">
      <div class="twd-h-full twd-w-full twd-absolute twd-top-0">
        <div class="twd-flex twd-items-center twd-justify-center twd-h-full twd-bg-theme-light-gray twd-rounded">
          <svg class="twd-w-10 twd-h-10" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 20">
            <path d="M14.066 0H7v5a2 2 0 0 1-2 2H0v11a1.97 1.97 0 0 0 1.934 2h12.132A1.97 1.97 0 0 0 16 18V2a1.97 1.97 0 0 0-1.934-2ZM10.5 6a1.5 1.5 0 1 1 0 2.999A1.5 1.5 0 0 1 10.5 6Zm2.221 10.515a1 1 0 0 1-.858.485h-8a1 1 0 0 1-.9-1.43L5.6 10.039a.978.978 0 0 1 .936-.57 1 1 0 0 1 .9.632l1.181 2.981.541-1a.945.945 0 0 1 .883-.522 1 1 0 0 1 .879.529l1.832 3.438a1 1 0 0 1-.031.988Z" />
            <path d="M5 5V.13a2.96 2.96 0 0 0-1.293.749L.879 3.707A2.98 2.98 0 0 0 .13 5H5Z" />
          </svg>
        </div>
      </div>
    </div>
    <div class="twd-flex twd-flex-col twd-justify-between twd-flex-grow twd-mt-3 twd-p-3">
      <div>
        <div class="twd-pl-3 twd-h-10 twd-bg-theme-gray twd-rounded-full twd-w-full twd-mb-4"></div>
        <div class="twd-pl-3 twd-h-3 twd-bg-theme-gray twd-rounded-full twd-w-full twd-mb-2.5"></div>
        <div class="twd-pl-3 twd-h-3 twd-bg-theme-gray twd-rounded-full twd-w-full twd-mb-5"></div>
      </div>
      <div class="twd-pl-3 twd-h-2 twd-bg-theme-gray twd-rounded-full twd-w-[60%] twd-mb-2.5 twd-mt-5"></div>
    </div>
  </div>
</div>

          </div>
        </turbo-frame>
      </div>

      <div class="twd-flex twd-flex-col" data-tabs-target="panel">
        <div class="twd-w-full twd-flex twd-flex-col twd-flex-grow twd-min-h-0"
     data-customer-support-target="frequentQuestions"
     data-chat-status-value="off">

  <div class="twd-relative twd-w-full twd-h-52 twd-overflow-hidden twd-flex-shrink-0 twd-bg-white">
    <img class="twd-absolute twd-right-0 twd-top-0 twd-h-full twd-w-2/3 twd-object-cover twd-object-[center_20%]" alt="" onerror="this.style.display=&#39;none&#39;" src="https://d3c1gbjzpw0rb3.cloudfront.net/assets/front/customer-support-hero-977662c72712b31256d218b654e76a7e8714317ad878a7459d2f35bbb022b530.png" />
    <div class="twd-absolute twd-inset-0" style="background: linear-gradient(to right, white 25%, rgba(255,255,255,0.95) 35%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.2) 70%, transparent 90%)"></div>
    <div class="twd-absolute twd-inset-0 twd-flex twd-flex-col twd-justify-center twd-px-6 twd-w-3/5">
      <h3 class="twd-h4 twd-mb-2">Vi finns här</h3>
      <p class="twd-small twd-leading-snug">för att svara på dina frågor och hjälpa dig hitta rätt. När du kontaktar oss möts du av en människa med kunskap om produkter, tryckmetoder och allt däremellan.</p>
    </div>
  </div>

  <div class="twd-px-4 sm:twd-px-6 twd-py-6 twd-space-y-6 twd-flex-1 twd-overflow-y-auto">

    <div class="twd-flex twd-flex-col twd-items-center twd-text-center twd-gap-y-2">
      <a href="tel:+468303700" class="twd-flex twd-items-center twd-gap-x-2 twd-no-underline">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-5 twd-w-5">
  <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 0 0 2.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 0 1-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 0 0-1.091-.852H4.5A2.25 2.25 0 0 0 2.25 4.5v2.25Z"></path>
</svg>

        <span class="twd-font-circular-medium twd-p">Ring oss</span>
      </a>
      <p class="twd-small twd-text-theme-gray">Ring för personlig service.</p>
      <div class="twd-small twd-text-theme-gray">
        <div class="twd-flex twd-justify-between twd-gap-x-6">
          <span>Mon-Thurs</span>
          <span>08:00–17:00</span>
        </div>
        <div class="twd-flex twd-justify-between twd-gap-x-6">
          <span>Fredagar</span>
          <span>08:00–16:30</span>
        </div>
      </div>
      <a href="tel:+468303700" class="twd-font-circular-medium twd-p twd-no-underline">08 - 30 37 00</a>
    </div>

    <hr class="twd-border-theme-light-gray">

    <div class="twd-flex twd-flex-col twd-items-center twd-text-center twd-gap-y-2">
      <div class="twd-flex twd-items-center twd-gap-x-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-5 twd-w-5">
  <path stroke-linecap="round" stroke-linejoin="round" d="M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"></path>
</svg>

        <span class="twd-font-circular-medium twd-p">Chatta med oss</span>
      </div>
      <p class="twd-small twd-text-theme-gray">Har du en snabb fråga är vår Live Chat perfekt.</p>
      <p class="twd-small twd-text-theme-gray">Vår Live Chat är öppen när kontoret är bemannat.</p>
    </div>

    <hr class="twd-border-theme-light-gray">

    <div class="twd-flex twd-flex-col twd-items-center twd-text-center twd-gap-y-2">
      <a href="mailto:info@medtryck.com" class="twd-flex twd-items-center twd-gap-x-2 twd-no-underline">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-5 twd-w-5">
  <path stroke-linecap="round" stroke-linejoin="round" d="M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75"></path>
</svg>

        <span class="twd-font-circular-medium twd-p">Maila oss</span>
      </a>
      <p class="twd-small twd-text-theme-gray">Har du en fråga eller fundering?</p>
      <p class="twd-small twd-text-theme-gray">Maila oss så återkommer vi så snart vi kan.</p>
      <a href="mailto:info@medtryck.com" class="twd-font-circular-medium twd-small twd-no-underline">info@medtryck.com</a>
    </div>

    <hr class="twd-border-theme-light-gray">

    <div>
      <p class="twd-font-circular-medium twd-p twd-mb-4 twd-text-center">Vanliga frågor</p>
      <div>
  <div class="twd-peer twd-relative sm:twd-py-2 twd-py-1 twd-group [&.active]:twd-pb-0" data-action="click->customer-support#activate">
    <input type="text" name="widget_info_field" id="widget_info_field" value="Får man se en skiss innan man beställer?" class="twd-w-full twd-rounded twd-px-4 twd-py-2 twd-pr-10 twd-bg-theme-light-gray twd-text-theme-gray twd-cursor-pointer group-[.active]:twd-border-b twd-outline-none" readonly="readonly" autocomplete="off" />
<span class="twd-absolute group-[.active]:twd-hidden twd-inset-y-0 twd-right-0 twd-flex twd-items-center twd-px-2 twd-pointer-events-none">
  +
</span>
<span class="twd-absolute twd-hidden group-[.active]:twd-flex twd-inset-y-0 twd-right-0 twd-items-center twd-px-2 twd-pointer-events-none">
  -
</span>

  </div>
  <div class="twd-collapsible twd-uncollapsed peer-[:not(.active)]:twd-collapsed"><div class="twd-overflow-hidden ">
    <p class="twd-text-left twd-w-full twd-px-4 twd-bg-theme-light-gray twd-pt-2">Ja – du får alltid ett kostnadsfritt korrektur (en digital skiss) tillsammans med offert där du får se ditt tryck illustrerat på just den produkt du önskar.</p>

</div></div></div>

<div>
  <div class="twd-peer twd-relative sm:twd-py-2 twd-py-1 twd-group [&.active]:twd-pb-0" data-action="click->customer-support#activate">
    <input type="text" name="widget_info_field" id="widget_info_field" value="Hur beställer jag?" class="twd-w-full twd-rounded twd-px-4 twd-py-2 twd-pr-10 twd-bg-theme-light-gray twd-text-theme-gray twd-cursor-pointer group-[.active]:twd-border-b twd-outline-none" readonly="readonly" autocomplete="off" />
<span class="twd-absolute group-[.active]:twd-hidden twd-inset-y-0 twd-right-0 twd-flex twd-items-center twd-px-2 twd-pointer-events-none">
  +
</span>
<span class="twd-absolute twd-hidden group-[.active]:twd-flex twd-inset-y-0 twd-right-0 twd-items-center twd-px-2 twd-pointer-events-none">
  -
</span>

  </div>
  <div class="twd-collapsible twd-uncollapsed peer-[:not(.active)]:twd-collapsed"><div class="twd-overflow-hidden ">
    <p class="twd-text-left twd-w-full twd-px-4 twd-bg-theme-light-gray twd-pt-2">Enklaste sättet att beställa är att trycka på knappen &quot;Beställ produkt&quot; och sedan fylla i dina uppgifter. Du kommer alltid att få offert och korrektur att godkänna innan beställning är bindande. Vill du, så kan du även skicka in din beställning per e-post till info@medtryck.com</p>

</div></div></div>

<div>
  <div class="twd-peer twd-relative sm:twd-py-2 twd-py-1 twd-group [&.active]:twd-pb-0" data-action="click->customer-support#activate">
    <input type="text" name="widget_info_field" id="widget_info_field" value="I vilket filformat ska mitt tryck vara?" class="twd-w-full twd-rounded twd-px-4 twd-py-2 twd-pr-10 twd-bg-theme-light-gray twd-text-theme-gray twd-cursor-pointer group-[.active]:twd-border-b twd-outline-none" readonly="readonly" autocomplete="off" />
<span class="twd-absolute group-[.active]:twd-hidden twd-inset-y-0 twd-right-0 twd-flex twd-items-center twd-px-2 twd-pointer-events-none">
  +
</span>
<span class="twd-absolute twd-hidden group-[.active]:twd-flex twd-inset-y-0 twd-right-0 twd-items-center twd-px-2 twd-pointer-events-none">
  -
</span>

  </div>
  <div class="twd-collapsible twd-uncollapsed peer-[:not(.active)]:twd-collapsed"><div class="twd-overflow-hidden ">
    <p class="twd-text-left twd-w-full twd-px-4 twd-bg-theme-light-gray twd-pt-2">I regel behöver vi er tryckfil i vektorgrafik. Vanlig filformat för vektorgrafik är EPS, AI, PDF och SVG. Även om du själv inte kan öppna filen, går det utmärkt att skicka in den, så hjälper vi dig.</p>

</div></div></div>

    </div>

  </div>

  <div class="twd-w-full twd-flex-shrink-0 twd-sticky twd-bottom-0 twd-px-4 sm:twd-px-6 twd-py-2 twd-border-t twd-border-theme-gray twd-shadow-md twd-bg-theme-light-gray twd-flex twd-justify-center">
    

<a class="twd-group
                      twd-h-12 twd-px-8 twd-py-3 twd-w-full
                      medtryck-gradient
                      disabled:twd-opacity-50
                      disabled:twd-cursor-not-allowed
                      [&amp;.disabled]:twd-pointer-events-none
                      [&amp;.disabled]:twd-opacity-50
                      [&amp;.disabled]:twd-cursor-not-allowed
                      twd-bg-opacity-5
                      twd-rounded
                      twd-justify-center
                      twd-items-center
                      twd-gap-2
                      twd-inline-flex
                      twd-tracking-wide" href="/kundsupport" type="button">
  <span class="twd-p twd-flex twd-items-center">Gå till kundsupport</span>
</a>
  </div>
</div>

      </div>
    </div>

      </div>
    </div>
  </dialog>
</div>
</nav>

<div>

<div class='twd-bg-white'>


  <turbo-stream action="append" target="products-grid"><template>
      

  <div
    class="twd-group/productGroup twd-h-full twd-w-full twd-bg-theme-light-gray twd-pb-2 sm:twd-flex
          sm:twd-flex-col twd-rounded-md hover:twd-shadow-lg hover:twd-cursor-pointer"
    data-controller="turbo-frame"
    data-action="mouseenter->turbo-frame#load">
    <a class="product-link twd-text-decoration-none twd-h-full" href="https://medtryck.com/gavokort/vinga-gavokort?color_group_id=decf8f33-6de1-4827-857f-dbbd91725790">
      <div class="twd-h-full twd-flex twd-flex-col twd-relative">
        <div class="twd-relative twd-w-full twd-aspect-1">
          <div class="twd-px-2 twd-pt-2 twd-mb-[5px] twd-flex twd-justify-between twd-items-center twd-absolute twd-top-0 twd-w-full">
            <div class="twd-h-5">
              <img srcset="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDMwXHUwMDNlIl1d?sha=33f0b1b140f05c38 1x, https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDYwXHUwMDNlIl1d?sha=120dc79615ea1808 2x" alt="Vinga of Sweden" class="twd-h-full">
            </div>
            <div id="product-0d9db599-9790-43e3-8040-febab99b2561" class="twd-z-[7] twd-absolute twd-right-1 twd-transition twd-ease-in-out twd-delay-150 hover:-twd-translate-z-1 hover:twd-scale-150 twd-duration-300">
              <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"
                   class="twd-fill-white twd-size-5 twd-small-scaling-transition twd-drop-shadow-md
                        icon-heart [&.icon-heart-filled]:twd-fill-favorite [&.icon-heart-filled]:twd-text-favorite"
                   data-controller="products--heart"
                   data-favorites-target="iconHeart" data-action="click->products--favorites#toggleFavorite" data-pid="0d9db599-9790-43e3-8040-febab99b2561">
                <path d="M34.7342 7.68296C33.8829 6.8313 32.8722 6.1557 31.7598 5.69476C30.6473 5.23383 29.455 4.99658 28.2509 4.99658C27.0467 4.99658 25.8544 5.23383 24.7419 5.69476C23.6295 6.1557 22.6188 6.8313 21.7675 7.68296L20.0009 9.44962L18.2342 7.68296C16.5147 5.96347 14.1826 4.99747 11.7508 4.99747C9.31913 4.99747 6.987 5.96347 5.26752 7.68296C3.54803 9.40245 2.58203 11.7346 2.58203 14.1663C2.58203 16.598 3.54803 18.9301 5.26752 20.6496L7.03418 22.4163L20.0009 35.383L32.9675 22.4163L34.7342 20.6496C35.5858 19.7984 36.2614 18.7876 36.7224 17.6752C37.1833 16.5628 37.4206 15.3704 37.4206 14.1663C37.4206 12.9621 37.1833 11.7698 36.7224 10.6574C36.2614 9.54493 35.5858 8.53422 34.7342 7.68296Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
              </svg>
            </div>
          </div>
          <div class="group-hover/productGroup:twd-opacity-20 twd-w-full twd-h-full">
              <img alt="6 sorters gåvokort som täcker alla behov" class="twd-w-full twd-h-full twd-object-contain twd-rounded-md" src="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDUvMDkvNTQvNTgvOTI3ODgwYjItY2ExZS00ZTRiLTg0MDUtMTAzZDQwZjkwODQ5L3cxc2l6aWlzaWppd21qYXZtdGF2bWpldm10YXZtanl2bWppdnpncXl5bWptemRrdHkyeXd6aTAwemd1d2x3ZTJtMmV0bXpuaG5ndTF5d2V4bXp6bWwzenBibWRobG5idXp5amR4cSJdLFsicCIsImNvbnZlcnQiLCItcmVzaXplIDQwNHg0MDQgLWJhY2tncm91bmQgI2ZhZmFmOSAtZ3Jhdml0eSBjZW50ZXIgLWV4dGVudCA0MDR4NDA0IC1hbHBoYSByZW1vdmUiLHsiZm9ybWF0IjoianBnIn1dXQ?sha=9f77690b8fc49cf8" />
          </div>
          <div class="twd-collapsible twd-collapsed group-hover/productGroup:twd-uncollapsed twd-absolute twd-top-7 twd-max-h-[90%] twd-overflow-hidden twd-w-full"><div class="twd-overflow-hidden ">
            <turbo-frame data-src="/products/0d9db599-9790-43e3-8040-febab99b2561/partial_content" data-turbo-frame-target="turboFrameToLoad" id="product-0d9db599-9790-43e3-8040-febab99b2561-details"></turbo-frame>
</div></div>        </div>
        <div class="twd-flex-grow twd-mt-[6%] twd-px-[5%] twd-flex-col twd-justify-between twd-items-start twd-gap-2 twd-flex">
          <div class="twd-text-primary twd-text-lg twd-font-circular-medium twd-leading-normal twd-subpixel-antialiased">Vinga Gåvokort</div>
            <div class="twd-text-secondary twd-text-xs sm:twd-text-sm twd-leading-tight twd-line-clamp-2">
              Ge bort en uppskattad julklapp i form av exklusiva presentkort i 5 varianter. Här har du dessutom möjlighet att belöna dig själv med en present. Du får själv välja mellan kvalitetsprodukter från välkända märken, bl.a. Snö, Allers Media, Saddler, Elektrolux och Vinga of Sweden. Du kan också välja att skänka din gåva till Human Bridge i form av att välja mellan ett antal hjälpkit. Gåvokorten är lyxigt utformade med tjockare papper i elegant design. Vi hjälper er distribuera gåvokorten till era anställda och kunder. 
            </div>
          <div class="twd-flex twd-justify-between twd-items-center twd-w-full">
                <div></div>
            <div class="twd-text-right twd-text-delta twd-text-sm">152,00 kr</div>
          </div>
        </div>
      </div>
</a>  </div>

  

  <div
    class="twd-group/productGroup twd-h-full twd-w-full twd-bg-theme-light-gray twd-pb-2 sm:twd-flex
          sm:twd-flex-col twd-rounded-md hover:twd-shadow-lg hover:twd-cursor-pointer"
    data-controller="turbo-frame"
    data-action="mouseenter->turbo-frame#load">
    <a class="product-link twd-text-decoration-none twd-h-full" href="https://medtryck.com/vattenflaskor/lean-vattenflaska-tritan-?color_group_id=fce2de67-0bab-464f-bb93-d1c4f52e12d9">
      <div class="twd-h-full twd-flex twd-flex-col twd-relative">
        <div class="twd-relative twd-w-full twd-aspect-1">
          <div class="twd-px-2 twd-pt-2 twd-mb-[5px] twd-flex twd-justify-between twd-items-center twd-absolute twd-top-0 twd-w-full">
            <div class="twd-h-5">
              <img srcset="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDMwXHUwMDNlIl1d?sha=33f0b1b140f05c38 1x, https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDYwXHUwMDNlIl1d?sha=120dc79615ea1808 2x" alt="Vinga of Sweden" class="twd-h-full">
            </div>
            <div id="product-0f6141aa-a385-4963-a231-d6c176cb381e" class="twd-z-[7] twd-absolute twd-right-1 twd-transition twd-ease-in-out twd-delay-150 hover:-twd-translate-z-1 hover:twd-scale-150 twd-duration-300">
              <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"
                   class="twd-fill-white twd-size-5 twd-small-scaling-transition twd-drop-shadow-md
                        icon-heart [&.icon-heart-filled]:twd-fill-favorite [&.icon-heart-filled]:twd-text-favorite"
                   data-controller="products--heart"
                   data-favorites-target="iconHeart" data-action="click->products--favorites#toggleFavorite" data-pid="0f6141aa-a385-4963-a231-d6c176cb381e">
                <path d="M34.7342 7.68296C33.8829 6.8313 32.8722 6.1557 31.7598 5.69476C30.6473 5.23383 29.455 4.99658 28.2509 4.99658C27.0467 4.99658 25.8544 5.23383 24.7419 5.69476C23.6295 6.1557 22.6188 6.8313 21.7675 7.68296L20.0009 9.44962L18.2342 7.68296C16.5147 5.96347 14.1826 4.99747 11.7508 4.99747C9.31913 4.99747 6.987 5.96347 5.26752 7.68296C3.54803 9.40245 2.58203 11.7346 2.58203 14.1663C2.58203 16.598 3.54803 18.9301 5.26752 20.6496L7.03418 22.4163L20.0009 35.383L32.9675 22.4163L34.7342 20.6496C35.5858 19.7984 36.2614 18.7876 36.7224 17.6752C37.1833 16.5628 37.4206 15.3704 37.4206 14.1663C37.4206 12.9621 37.1833 11.7698 36.7224 10.6574C36.2614 9.54493 35.5858 8.53422 34.7342 7.68296Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
              </svg>
            </div>
          </div>
          <div class="group-hover/productGroup:twd-opacity-20 twd-w-full twd-h-full">
              <img alt="Vattenflaskor i BPA-fri tritan från VINGA of Sweden med egen logga" class="twd-w-full twd-h-full twd-object-contain twd-rounded-md" src="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDUvMTMvMjYvMjcvMzVhNjg1NzktNzE3OS00ZWIwLWIwMGQtZmNjMmZhNjc4ZDA4L3cxc2l6aWlzaWppd21qYXZtZGl2bXR5dm10Z3ZtZHF2bWRldm9ndXl5d3F5bXptdG5tamx5eTAweXp2amx0Z3htenl0b3dxeW1qYzFuZ214bmdqbWx6azNtdGN0b3Rpem90cXRtdGF1Y2c1bmlsMWQiXSxbInAiLCJjb252ZXJ0IiwiLXJlc2l6ZSAyODJ4MjgyIC1iYWNrZ3JvdW5kICNmYWZhZjkgLWdyYXZpdHkgY2VudGVyIC1leHRlbnQgNDA0eDQwNCAtYWxwaGEgcmVtb3ZlIix7ImZvcm1hdCI6ImpwZyJ9XV0?sha=f041e03147ba23c1" />
          </div>
          <div class="twd-collapsible twd-collapsed group-hover/productGroup:twd-uncollapsed twd-absolute twd-top-7 twd-max-h-[90%] twd-overflow-hidden twd-w-full"><div class="twd-overflow-hidden ">
            <turbo-frame data-src="/products/0f6141aa-a385-4963-a231-d6c176cb381e/partial_content" data-turbo-frame-target="turboFrameToLoad" id="product-0f6141aa-a385-4963-a231-d6c176cb381e-details"></turbo-frame>
</div></div>        </div>
        <div class="twd-flex-grow twd-mt-[6%] twd-px-[5%] twd-flex-col twd-justify-between twd-items-start twd-gap-2 twd-flex">
          <div class="twd-text-primary twd-text-lg twd-font-circular-medium twd-leading-normal twd-subpixel-antialiased">Lean Vattenflaska Tritan</div>
            <div class="twd-text-secondary twd-text-xs sm:twd-text-sm twd-leading-tight twd-line-clamp-2">
              Stilrena vattenflaskor med egen logga. Vattenflaskor tillverkade i PVC- och BPA-fri tritanplast. Denna flaska har en stilren design och finns i regnbågens alla färger. Flaskorna har en skruvkork i rostfritt stål med en tillhörande ögla i silikon, som gör att du kan fästa flaskan i t.ex. din väska. Flaskorna är enkla att rengöra och kan diskas i maskin! Flera märkningsmetoder möjligt på denna produkt och flaskan kan även digitaltryckas vilket passar extra bra om er företags logga innehåller många färger och färgskiftningar, bara fantasin sätter gränser! Beställ vattenflaskor med eget tryck.
            </div>
          <div class="twd-flex twd-justify-between twd-items-center twd-w-full">
                <div></div>
            <div class="twd-text-right twd-text-delta twd-text-sm">55,00 kr</div>
          </div>
        </div>
      </div>
</a>  </div>

  

  <div
    class="twd-group/productGroup twd-h-full twd-w-full twd-bg-theme-light-gray twd-pb-2 sm:twd-flex
          sm:twd-flex-col twd-rounded-md hover:twd-shadow-lg hover:twd-cursor-pointer"
    data-controller="turbo-frame"
    data-action="mouseenter->turbo-frame#load">
    <a class="product-link twd-text-decoration-none twd-h-full" href="https://medtryck.com/termosar/lean-termosflaska?color_group_id=52386edf-ab33-49cb-bfb4-b2ff5b54a04a">
      <div class="twd-h-full twd-flex twd-flex-col twd-relative">
        <div class="twd-relative twd-w-full twd-aspect-1">
          <div class="twd-px-2 twd-pt-2 twd-mb-[5px] twd-flex twd-justify-between twd-items-center twd-absolute twd-top-0 twd-w-full">
            <div class="twd-h-5">
              <img srcset="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDMwXHUwMDNlIl1d?sha=33f0b1b140f05c38 1x, https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDYwXHUwMDNlIl1d?sha=120dc79615ea1808 2x" alt="Vinga of Sweden" class="twd-h-full">
            </div>
            <div id="product-08fcbf40-fa51-4a89-b9e9-c242a8bf067b" class="twd-z-[7] twd-absolute twd-right-1 twd-transition twd-ease-in-out twd-delay-150 hover:-twd-translate-z-1 hover:twd-scale-150 twd-duration-300">
              <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"
                   class="twd-fill-white twd-size-5 twd-small-scaling-transition twd-drop-shadow-md
                        icon-heart [&.icon-heart-filled]:twd-fill-favorite [&.icon-heart-filled]:twd-text-favorite"
                   data-controller="products--heart"
                   data-favorites-target="iconHeart" data-action="click->products--favorites#toggleFavorite" data-pid="08fcbf40-fa51-4a89-b9e9-c242a8bf067b">
                <path d="M34.7342 7.68296C33.8829 6.8313 32.8722 6.1557 31.7598 5.69476C30.6473 5.23383 29.455 4.99658 28.2509 4.99658C27.0467 4.99658 25.8544 5.23383 24.7419 5.69476C23.6295 6.1557 22.6188 6.8313 21.7675 7.68296L20.0009 9.44962L18.2342 7.68296C16.5147 5.96347 14.1826 4.99747 11.7508 4.99747C9.31913 4.99747 6.987 5.96347 5.26752 7.68296C3.54803 9.40245 2.58203 11.7346 2.58203 14.1663C2.58203 16.598 3.54803 18.9301 5.26752 20.6496L7.03418 22.4163L20.0009 35.383L32.9675 22.4163L34.7342 20.6496C35.5858 19.7984 36.2614 18.7876 36.7224 17.6752C37.1833 16.5628 37.4206 15.3704 37.4206 14.1663C37.4206 12.9621 37.1833 11.7698 36.7224 10.6574C36.2614 9.54493 35.5858 8.53422 34.7342 7.68296Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
              </svg>
            </div>
          </div>
          <div class="group-hover/productGroup:twd-opacity-20 twd-w-full twd-h-full">
              <img alt="Termosflaskor från Vinga of Sweden med egen logga" class="twd-w-full twd-h-full twd-object-contain twd-rounded-md" src="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDUvMTMvMjYvMjAvMTA3MDJiODktOWEwZS00ODJmLWFlN2MtYmNjYWU3OTNkNzEwL3cxc2l6aWlzaWppd21qYXZtZGl2bXR5dm10Y3ZudHl2bWprdnp0Z3p6amU1bnRhdHp0cmt5aTAwbmd6bGx0aGltbW10bmphd3l0YzRtdHJrb2Rnd2x6azNtdGd0b3RpMG1keXRtaTV3Ym1jaXh2MCJdLFsicCIsImNvbnZlcnQiLCItcmVzaXplIDI4MngyODIgLWJhY2tncm91bmQgI2ZhZmFmOSAtZ3Jhdml0eSBjZW50ZXIgLWV4dGVudCA0MDR4NDA0IC1hbHBoYSByZW1vdmUiLHsiZm9ybWF0IjoianBnIn1dXQ?sha=13145558f8c6f524" />
          </div>
          <div class="twd-collapsible twd-collapsed group-hover/productGroup:twd-uncollapsed twd-absolute twd-top-7 twd-max-h-[90%] twd-overflow-hidden twd-w-full"><div class="twd-overflow-hidden ">
            <turbo-frame data-src="/products/08fcbf40-fa51-4a89-b9e9-c242a8bf067b/partial_content" data-turbo-frame-target="turboFrameToLoad" id="product-08fcbf40-fa51-4a89-b9e9-c242a8bf067b-details"></turbo-frame>
</div></div>        </div>
        <div class="twd-flex-grow twd-mt-[6%] twd-px-[5%] twd-flex-col twd-justify-between twd-items-start twd-gap-2 twd-flex">
          <div class="twd-text-primary twd-text-lg twd-font-circular-medium twd-leading-normal twd-subpixel-antialiased">Lean Termosflaska</div>
            <div class="twd-text-secondary twd-text-xs sm:twd-text-sm twd-leading-tight twd-line-clamp-2">
              Riktigt snygga termosflaskor från Vinga of Sweden med egen logga. Dessa termosflaskor är tillverkade i rostfritt stål och har en matt finnish. Flaskorna har skruvkork med en ögla i silikon för att kunna fästa i t.ex. väskan eller på cykeln. Passar både för varm och kall dryck. Beställ termosflaskor från Vinga of Sweden med egen logga. 
            </div>
          <div class="twd-flex twd-justify-between twd-items-center twd-w-full">
                <div></div>
            <div class="twd-text-right twd-text-delta twd-text-sm">111,00 kr</div>
          </div>
        </div>
      </div>
</a>  </div>

  

  <div
    class="twd-group/productGroup twd-h-full twd-w-full twd-bg-theme-light-gray twd-pb-2 sm:twd-flex
          sm:twd-flex-col twd-rounded-md hover:twd-shadow-lg hover:twd-cursor-pointer"
    data-controller="turbo-frame"
    data-action="mouseenter->turbo-frame#load">
    <a class="product-link twd-text-decoration-none twd-h-full" href="https://medtryck.com/ryggsackar/baltimore-travel-ryggsack?color_group_id=4343efed-ad49-433a-8357-174e98d0e35b">
      <div class="twd-h-full twd-flex twd-flex-col twd-relative">
        <div class="twd-relative twd-w-full twd-aspect-1">
          <div class="twd-px-2 twd-pt-2 twd-mb-[5px] twd-flex twd-justify-between twd-items-center twd-absolute twd-top-0 twd-w-full">
            <div class="twd-h-5">
              <img srcset="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDMwXHUwMDNlIl1d?sha=33f0b1b140f05c38 1x, https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDYwXHUwMDNlIl1d?sha=120dc79615ea1808 2x" alt="Vinga of Sweden" class="twd-h-full">
            </div>
            <div id="product-956744ec-8637-4f51-ac20-10a8ab8adffe" class="twd-z-[7] twd-absolute twd-right-1 twd-transition twd-ease-in-out twd-delay-150 hover:-twd-translate-z-1 hover:twd-scale-150 twd-duration-300">
              <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"
                   class="twd-fill-white twd-size-5 twd-small-scaling-transition twd-drop-shadow-md
                        icon-heart [&.icon-heart-filled]:twd-fill-favorite [&.icon-heart-filled]:twd-text-favorite"
                   data-controller="products--heart"
                   data-favorites-target="iconHeart" data-action="click->products--favorites#toggleFavorite" data-pid="956744ec-8637-4f51-ac20-10a8ab8adffe">
                <path d="M34.7342 7.68296C33.8829 6.8313 32.8722 6.1557 31.7598 5.69476C30.6473 5.23383 29.455 4.99658 28.2509 4.99658C27.0467 4.99658 25.8544 5.23383 24.7419 5.69476C23.6295 6.1557 22.6188 6.8313 21.7675 7.68296L20.0009 9.44962L18.2342 7.68296C16.5147 5.96347 14.1826 4.99747 11.7508 4.99747C9.31913 4.99747 6.987 5.96347 5.26752 7.68296C3.54803 9.40245 2.58203 11.7346 2.58203 14.1663C2.58203 16.598 3.54803 18.9301 5.26752 20.6496L7.03418 22.4163L20.0009 35.383L32.9675 22.4163L34.7342 20.6496C35.5858 19.7984 36.2614 18.7876 36.7224 17.6752C37.1833 16.5628 37.4206 15.3704 37.4206 14.1663C37.4206 12.9621 37.1833 11.7698 36.7224 10.6574C36.2614 9.54493 35.5858 8.53422 34.7342 7.68296Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
              </svg>
            </div>
          </div>
          <div class="group-hover/productGroup:twd-opacity-20 twd-w-full twd-h-full">
              <img alt="Ryggsäckar från Vinga of Sweden med eget tryck från Medtryck" class="twd-w-full twd-h-full twd-object-contain twd-rounded-md" src="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDUvMTMvMjYvMzMvMDc2NjIzYWMtZjhmMy00MzZlLWFhODUtYzY5MGRkYmE2MmMxL3cxc2l6aWlzaWppd21qYXZtZGl2bXR5dm10Y3ZudGV2bXprdnptbmh6bXkxbWdpdG1qbXh6czAwenR5d2x0Z3p6dGl0bWRybG10aTNtd2psbXpjMWx6azNtaml0b3RpMG5keXRuaTV3Ym1jaXh2MCJdLFsicCIsImNvbnZlcnQiLCItcmVzaXplIDI4MngyODIgLWJhY2tncm91bmQgI2ZhZmFmOSAtZ3Jhdml0eSBjZW50ZXIgLWV4dGVudCA0MDR4NDA0IC1hbHBoYSByZW1vdmUiLHsiZm9ybWF0IjoianBnIn1dXQ?sha=294a535f2e915997" />
          </div>
          <div class="twd-collapsible twd-collapsed group-hover/productGroup:twd-uncollapsed twd-absolute twd-top-7 twd-max-h-[90%] twd-overflow-hidden twd-w-full"><div class="twd-overflow-hidden ">
            <turbo-frame data-src="/products/956744ec-8637-4f51-ac20-10a8ab8adffe/partial_content" data-turbo-frame-target="turboFrameToLoad" id="product-956744ec-8637-4f51-ac20-10a8ab8adffe-details"></turbo-frame>
</div></div>        </div>
        <div class="twd-flex-grow twd-mt-[6%] twd-px-[5%] twd-flex-col twd-justify-between twd-items-start twd-gap-2 twd-flex">
          <div class="twd-text-primary twd-text-lg twd-font-circular-medium twd-leading-normal twd-subpixel-antialiased">Baltimore Travel Ryggsäck</div>
            <div class="twd-text-secondary twd-text-xs sm:twd-text-sm twd-leading-tight twd-line-clamp-2">
              Ryggsäckar från Vinga of Sweden med egen logga. Baltimore är en serie i minimalistisk design och i snygg matt finnish i sobra färger. Reseryggsäcken har ett vadderat datorfack, massor av andra fack och smarta organisationsfunktioner vilket gör att ryggan passar perfekt för kortare resor. Ficka på framsidan samt en dold ficka på baksidan, båda med dragkedja. Tillverkad i ett vattenavvisade tyg. Ryggsäcken har justerbara och vadderade axelremmar och även ett handtag på toppen. Beställ ryggsäckar från Vinga of Sweden med egen logga. 
            </div>
          <div class="twd-flex twd-justify-between twd-items-center twd-w-full">
                <div></div>
            <div class="twd-text-right twd-text-delta twd-text-sm">470,00 kr</div>
          </div>
        </div>
      </div>
</a>  </div>

  

  <div
    class="twd-group/productGroup twd-h-full twd-w-full twd-bg-theme-light-gray twd-pb-2 sm:twd-flex
          sm:twd-flex-col twd-rounded-md hover:twd-shadow-lg hover:twd-cursor-pointer"
    data-controller="turbo-frame"
    data-action="mouseenter->turbo-frame#load">
    <a class="product-link twd-text-decoration-none twd-h-full" href="https://medtryck.com/ryggsackar/baltimore-ryggsack?color_group_id=ab3b5f4a-87c9-4438-866d-e7127c132e87">
      <div class="twd-h-full twd-flex twd-flex-col twd-relative">
        <div class="twd-relative twd-w-full twd-aspect-1">
          <div class="twd-px-2 twd-pt-2 twd-mb-[5px] twd-flex twd-justify-between twd-items-center twd-absolute twd-top-0 twd-w-full">
            <div class="twd-h-5">
              <img srcset="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDMwXHUwMDNlIl1d?sha=33f0b1b140f05c38 1x, https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDYwXHUwMDNlIl1d?sha=120dc79615ea1808 2x" alt="Vinga of Sweden" class="twd-h-full">
            </div>
            <div id="product-53d06866-ea46-4f61-bc60-d0e0f0f83f8a" class="twd-z-[7] twd-absolute twd-right-1 twd-transition twd-ease-in-out twd-delay-150 hover:-twd-translate-z-1 hover:twd-scale-150 twd-duration-300">
              <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"
                   class="twd-fill-white twd-size-5 twd-small-scaling-transition twd-drop-shadow-md
                        icon-heart [&.icon-heart-filled]:twd-fill-favorite [&.icon-heart-filled]:twd-text-favorite"
                   data-controller="products--heart"
                   data-favorites-target="iconHeart" data-action="click->products--favorites#toggleFavorite" data-pid="53d06866-ea46-4f61-bc60-d0e0f0f83f8a">
                <path d="M34.7342 7.68296C33.8829 6.8313 32.8722 6.1557 31.7598 5.69476C30.6473 5.23383 29.455 4.99658 28.2509 4.99658C27.0467 4.99658 25.8544 5.23383 24.7419 5.69476C23.6295 6.1557 22.6188 6.8313 21.7675 7.68296L20.0009 9.44962L18.2342 7.68296C16.5147 5.96347 14.1826 4.99747 11.7508 4.99747C9.31913 4.99747 6.987 5.96347 5.26752 7.68296C3.54803 9.40245 2.58203 11.7346 2.58203 14.1663C2.58203 16.598 3.54803 18.9301 5.26752 20.6496L7.03418 22.4163L20.0009 35.383L32.9675 22.4163L34.7342 20.6496C35.5858 19.7984 36.2614 18.7876 36.7224 17.6752C37.1833 16.5628 37.4206 15.3704 37.4206 14.1663C37.4206 12.9621 37.1833 11.7698 36.7224 10.6574C36.2614 9.54493 35.5858 8.53422 34.7342 7.68296Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
              </svg>
            </div>
          </div>
          <div class="group-hover/productGroup:twd-opacity-20 twd-w-full twd-h-full">
              <img alt="Köp ryggsäckar från Vinga of Sweden med eget tryck hos oss på Medtryck" class="twd-w-full twd-h-full twd-object-contain twd-rounded-md" src="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDUvMTMvMjYvNDAvYTIyZWJhOTQtZjQ2Ny00NWVjLWFjYjQtMjllMzU2ZWIzMDFjL3cxc2l6aWlzaWppd21qYXZtZGl2bXR5dm10Y3ZuZGN2bWR1dm93ZTBtemU1bnprdHl0ZGhueTAwbnd5M2x3ZTR5MnF0bW15NG13em1tbWk1eXRxd2x6azNtam10b3RpMG50a3RuaTV3Ym1jaXh2MCJdLFsicCIsImNvbnZlcnQiLCItcmVzaXplIDI4MngyODIgLWJhY2tncm91bmQgI2ZhZmFmOSAtZ3Jhdml0eSBjZW50ZXIgLWV4dGVudCA0MDR4NDA0IC1hbHBoYSByZW1vdmUiLHsiZm9ybWF0IjoianBnIn1dXQ?sha=cfec9ec46474363a" />
          </div>
          <div class="twd-collapsible twd-collapsed group-hover/productGroup:twd-uncollapsed twd-absolute twd-top-7 twd-max-h-[90%] twd-overflow-hidden twd-w-full"><div class="twd-overflow-hidden ">
            <turbo-frame data-src="/products/53d06866-ea46-4f61-bc60-d0e0f0f83f8a/partial_content" data-turbo-frame-target="turboFrameToLoad" id="product-53d06866-ea46-4f61-bc60-d0e0f0f83f8a-details"></turbo-frame>
</div></div>        </div>
        <div class="twd-flex-grow twd-mt-[6%] twd-px-[5%] twd-flex-col twd-justify-between twd-items-start twd-gap-2 twd-flex">
          <div class="twd-text-primary twd-text-lg twd-font-circular-medium twd-leading-normal twd-subpixel-antialiased">Baltimore Ryggsäck</div>
            <div class="twd-text-secondary twd-text-xs sm:twd-text-sm twd-leading-tight twd-line-clamp-2">
              Riktigt snygga ryggsäckar i stilren design från Vinga of Sweden. Denna produkt kan märkas med flera olika märkningsmetoder. Ryggsäcken är tillverkat i ett vattenavvisande och matt tyg som finns i flera stilrena, sobra färger. Väskan rymmer 17,2 L, har ett vadderat datorfack på insidan och en dold ficka på baksidan för förvaring av värdesaker. Ryggsäcken har justerbara axelremmar. Beställ ryggsäckar från Vinga of Sweden med egen logga. 
            </div>
          <div class="twd-flex twd-justify-between twd-items-center twd-w-full">
                <div></div>
            <div class="twd-text-right twd-text-delta twd-text-sm">327,00 kr</div>
          </div>
        </div>
      </div>
</a>  </div>

  

  <div
    class="twd-group/productGroup twd-h-full twd-w-full twd-bg-theme-light-gray twd-pb-2 sm:twd-flex
          sm:twd-flex-col twd-rounded-md hover:twd-shadow-lg hover:twd-cursor-pointer"
    data-controller="turbo-frame"
    data-action="mouseenter->turbo-frame#load">
    <a class="product-link twd-text-decoration-none twd-h-full" href="https://medtryck.com/resvaskor/baltimore-weekendbag?color_group_id=156dd357-31ff-4206-8c7b-71290a8c7c53">
      <div class="twd-h-full twd-flex twd-flex-col twd-relative">
        <div class="twd-relative twd-w-full twd-aspect-1">
          <div class="twd-px-2 twd-pt-2 twd-mb-[5px] twd-flex twd-justify-between twd-items-center twd-absolute twd-top-0 twd-w-full">
            <div class="twd-h-5">
              <img srcset="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDMwXHUwMDNlIl1d?sha=33f0b1b140f05c38 1x, https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDYwXHUwMDNlIl1d?sha=120dc79615ea1808 2x" alt="Vinga of Sweden" class="twd-h-full">
            </div>
            <div id="product-09470b19-3135-4242-8a81-1b5fc30b4f14" class="twd-z-[7] twd-absolute twd-right-1 twd-transition twd-ease-in-out twd-delay-150 hover:-twd-translate-z-1 hover:twd-scale-150 twd-duration-300">
              <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"
                   class="twd-fill-white twd-size-5 twd-small-scaling-transition twd-drop-shadow-md
                        icon-heart [&.icon-heart-filled]:twd-fill-favorite [&.icon-heart-filled]:twd-text-favorite"
                   data-controller="products--heart"
                   data-favorites-target="iconHeart" data-action="click->products--favorites#toggleFavorite" data-pid="09470b19-3135-4242-8a81-1b5fc30b4f14">
                <path d="M34.7342 7.68296C33.8829 6.8313 32.8722 6.1557 31.7598 5.69476C30.6473 5.23383 29.455 4.99658 28.2509 4.99658C27.0467 4.99658 25.8544 5.23383 24.7419 5.69476C23.6295 6.1557 22.6188 6.8313 21.7675 7.68296L20.0009 9.44962L18.2342 7.68296C16.5147 5.96347 14.1826 4.99747 11.7508 4.99747C9.31913 4.99747 6.987 5.96347 5.26752 7.68296C3.54803 9.40245 2.58203 11.7346 2.58203 14.1663C2.58203 16.598 3.54803 18.9301 5.26752 20.6496L7.03418 22.4163L20.0009 35.383L32.9675 22.4163L34.7342 20.6496C35.5858 19.7984 36.2614 18.7876 36.7224 17.6752C37.1833 16.5628 37.4206 15.3704 37.4206 14.1663C37.4206 12.9621 37.1833 11.7698 36.7224 10.6574C36.2614 9.54493 35.5858 8.53422 34.7342 7.68296Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
              </svg>
            </div>
          </div>
          <div class="group-hover/productGroup:twd-opacity-20 twd-w-full twd-h-full">
              <img alt="Weekenväskor från Vinga of Sweden med reklamtryck hos oss på Medtryck" class="twd-w-full twd-h-full twd-object-contain twd-rounded-md" src="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDUvMTMvMjYvNDcvZjg4NGRhYzctOWQ4OS00YTY0LWE4NDUtNGFhNjBmMjQ1YmFmL3cxc2l6aWlzaWppd21qYXZtZGl2bXR5dm10Y3ZuZG12bmRldm1kYXp6dHEzend1dHkyZmxvYzAwendtMWx0ZzNubXV0bjJ1eHpncXhvd3pqbW1tM2x6azNtanF0b3RpMG56aXRuaTV3Ym1jaXh2MCJdLFsicCIsImNvbnZlcnQiLCItcmVzaXplIDI4MngyODIgLWJhY2tncm91bmQgI2ZhZmFmOSAtZ3Jhdml0eSBjZW50ZXIgLWV4dGVudCA0MDR4NDA0IC1hbHBoYSByZW1vdmUiLHsiZm9ybWF0IjoianBnIn1dXQ?sha=54c745223755d7c0" />
          </div>
          <div class="twd-collapsible twd-collapsed group-hover/productGroup:twd-uncollapsed twd-absolute twd-top-7 twd-max-h-[90%] twd-overflow-hidden twd-w-full"><div class="twd-overflow-hidden ">
            <turbo-frame data-src="/products/09470b19-3135-4242-8a81-1b5fc30b4f14/partial_content" data-turbo-frame-target="turboFrameToLoad" id="product-09470b19-3135-4242-8a81-1b5fc30b4f14-details"></turbo-frame>
</div></div>        </div>
        <div class="twd-flex-grow twd-mt-[6%] twd-px-[5%] twd-flex-col twd-justify-between twd-items-start twd-gap-2 twd-flex">
          <div class="twd-text-primary twd-text-lg twd-font-circular-medium twd-leading-normal twd-subpixel-antialiased">Baltimore Weekendbag</div>
            <div class="twd-text-secondary twd-text-xs sm:twd-text-sm twd-leading-tight twd-line-clamp-2">
              Weekendbagar från Vinga of Sweden med egen logga. Dessa bagar är riktigt rymliga (40,4 L) med ett stort fack samt två små fack, ett på framsidan och ett på baksidan. Weekendväskorna är i en stilren och minimalistisk design och finns i flera fina matta färger. Tillverkad i vattenavvisande tyg. Justerbar axelrem för extra komfort. På väskan är det möjligt med både transfertryck, etikett och lasergravyr direkt på väskan. Beställ Weekendväskor med egen logga. 
            </div>
          <div class="twd-flex twd-justify-between twd-items-center twd-w-full">
                <div></div>
            <div class="twd-text-right twd-text-delta twd-text-sm">384,00 kr</div>
          </div>
        </div>
      </div>
</a>  </div>

  

  <div
    class="twd-group/productGroup twd-h-full twd-w-full twd-bg-theme-light-gray twd-pb-2 sm:twd-flex
          sm:twd-flex-col twd-rounded-md hover:twd-shadow-lg hover:twd-cursor-pointer"
    data-controller="turbo-frame"
    data-action="mouseenter->turbo-frame#load">
    <a class="product-link twd-text-decoration-none twd-h-full" href="https://medtryck.com/kylvaskor/rpet-sortino-kylryggsack?color_group_id=e92c81ee-4d5e-4cd7-a72b-c1d2df8b57a2">
      <div class="twd-h-full twd-flex twd-flex-col twd-relative">
        <div class="twd-relative twd-w-full twd-aspect-1">
          <div class="twd-px-2 twd-pt-2 twd-mb-[5px] twd-flex twd-justify-between twd-items-center twd-absolute twd-top-0 twd-w-full">
            <div class="twd-h-5">
              <img srcset="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDMwXHUwMDNlIl1d?sha=33f0b1b140f05c38 1x, https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDYwXHUwMDNlIl1d?sha=120dc79615ea1808 2x" alt="Vinga of Sweden" class="twd-h-full">
            </div>
            <div id="product-2e0a74c9-0d70-4965-9800-0f36f74f208b" class="twd-z-[7] twd-absolute twd-right-1 twd-transition twd-ease-in-out twd-delay-150 hover:-twd-translate-z-1 hover:twd-scale-150 twd-duration-300">
              <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"
                   class="twd-fill-white twd-size-5 twd-small-scaling-transition twd-drop-shadow-md
                        icon-heart [&.icon-heart-filled]:twd-fill-favorite [&.icon-heart-filled]:twd-text-favorite"
                   data-controller="products--heart"
                   data-favorites-target="iconHeart" data-action="click->products--favorites#toggleFavorite" data-pid="2e0a74c9-0d70-4965-9800-0f36f74f208b">
                <path d="M34.7342 7.68296C33.8829 6.8313 32.8722 6.1557 31.7598 5.69476C30.6473 5.23383 29.455 4.99658 28.2509 4.99658C27.0467 4.99658 25.8544 5.23383 24.7419 5.69476C23.6295 6.1557 22.6188 6.8313 21.7675 7.68296L20.0009 9.44962L18.2342 7.68296C16.5147 5.96347 14.1826 4.99747 11.7508 4.99747C9.31913 4.99747 6.987 5.96347 5.26752 7.68296C3.54803 9.40245 2.58203 11.7346 2.58203 14.1663C2.58203 16.598 3.54803 18.9301 5.26752 20.6496L7.03418 22.4163L20.0009 35.383L32.9675 22.4163L34.7342 20.6496C35.5858 19.7984 36.2614 18.7876 36.7224 17.6752C37.1833 16.5628 37.4206 15.3704 37.4206 14.1663C37.4206 12.9621 37.1833 11.7698 36.7224 10.6574C36.2614 9.54493 35.5858 8.53422 34.7342 7.68296Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
              </svg>
            </div>
          </div>
          <div class="group-hover/productGroup:twd-opacity-20 twd-w-full twd-h-full">
              <img alt="Kylväskor från Vinga of Sweden med reklamtryck" class="twd-w-full twd-h-full twd-object-contain twd-rounded-md" src="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDUvMTMvMjYvNDkvZTI5ZTY0NmMtY2UyMy00MDAwLWIyMzgtZjY2MjlhZmQyMmRlL3cxc2l6aWlzaWppd21qYXZtZGl2bXR5dm10Y3ZuZGV2bnR1dm5tbXdvdHF3bWpxdHl3em15eTAweXp5MWx0Z3huamd0eXptM250eXdvZ20yeXRuamx6azNtanV0b3RpMG9kZXRtczV3Ym1jaXh2MCJdLFsicCIsImNvbnZlcnQiLCItcmVzaXplIDI4MngyODIgLWJhY2tncm91bmQgI2ZhZmFmOSAtZ3Jhdml0eSBjZW50ZXIgLWV4dGVudCA0MDR4NDA0IC1hbHBoYSByZW1vdmUiLHsiZm9ybWF0IjoianBnIn1dXQ?sha=88d14a3c2e1ce68f" />
          </div>
          <div class="twd-collapsible twd-collapsed group-hover/productGroup:twd-uncollapsed twd-absolute twd-top-7 twd-max-h-[90%] twd-overflow-hidden twd-w-full"><div class="twd-overflow-hidden ">
            <turbo-frame data-src="/products/2e0a74c9-0d70-4965-9800-0f36f74f208b/partial_content" data-turbo-frame-target="turboFrameToLoad" id="product-2e0a74c9-0d70-4965-9800-0f36f74f208b-details"></turbo-frame>
</div></div>        </div>
        <div class="twd-flex-grow twd-mt-[6%] twd-px-[5%] twd-flex-col twd-justify-between twd-items-start twd-gap-2 twd-flex">
          <div class="twd-text-primary twd-text-lg twd-font-circular-medium twd-leading-normal twd-subpixel-antialiased">RPET Sortino Kylryggsäck</div>
            <div class="twd-text-secondary twd-text-xs sm:twd-text-sm twd-leading-tight twd-line-clamp-2">
              Kylryggsäckar från Vinga of Sweden med egen logga. Sortino kylväska är den fantastiska mixen av en ryggsäck och kylväska i ett! Slipp bära på tunga kassar och ha båda händerna fria när det är dags för utflykt. Dessa ryggsäckar är lite bättre än andra för att de är tillverkade i 50% RPET, vilket är ett återvunnet material från PET-flaskor. Kylryggsäcken är rymlig, har en stor ficka som stängs med dragkedja på framsidan och två mindre fack på båda kortsidor av ryggsäcken. Tyget är vävt i två färger vilket ger en snygg melerad effekt. Väskan finns i flera fina färger och har detaljer i brunt konstläder. Bärhandtag och bekväma vadderade axelremmar som dessutom är justerbara finns. Beställ kylryggsäckar från Vinga of Sweden med egen logga. 
            </div>
          <div class="twd-flex twd-justify-between twd-items-center twd-w-full">
                <div></div>
            <div class="twd-text-right twd-text-delta twd-text-sm">333,00 kr</div>
          </div>
        </div>
      </div>
</a>  </div>

  

  <div
    class="twd-group/productGroup twd-h-full twd-w-full twd-bg-theme-light-gray twd-pb-2 sm:twd-flex
          sm:twd-flex-col twd-rounded-md hover:twd-shadow-lg hover:twd-cursor-pointer"
    data-controller="turbo-frame"
    data-action="mouseenter->turbo-frame#load">
    <a class="product-link twd-text-decoration-none twd-h-full" href="https://medtryck.com/kylvaskor/rpet-sortino-kylsack?color_group_id=b4d3fbc2-fb92-43bd-b717-ceb722862acb">
      <div class="twd-h-full twd-flex twd-flex-col twd-relative">
        <div class="twd-relative twd-w-full twd-aspect-1">
          <div class="twd-px-2 twd-pt-2 twd-mb-[5px] twd-flex twd-justify-between twd-items-center twd-absolute twd-top-0 twd-w-full">
            <div class="twd-h-5">
              <img srcset="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDMwXHUwMDNlIl1d?sha=33f0b1b140f05c38 1x, https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDYwXHUwMDNlIl1d?sha=120dc79615ea1808 2x" alt="Vinga of Sweden" class="twd-h-full">
            </div>
            <div id="product-83d0ca55-7c88-42ac-8089-eb9d08418779" class="twd-z-[7] twd-absolute twd-right-1 twd-transition twd-ease-in-out twd-delay-150 hover:-twd-translate-z-1 hover:twd-scale-150 twd-duration-300">
              <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"
                   class="twd-fill-white twd-size-5 twd-small-scaling-transition twd-drop-shadow-md
                        icon-heart [&.icon-heart-filled]:twd-fill-favorite [&.icon-heart-filled]:twd-text-favorite"
                   data-controller="products--heart"
                   data-favorites-target="iconHeart" data-action="click->products--favorites#toggleFavorite" data-pid="83d0ca55-7c88-42ac-8089-eb9d08418779">
                <path d="M34.7342 7.68296C33.8829 6.8313 32.8722 6.1557 31.7598 5.69476C30.6473 5.23383 29.455 4.99658 28.2509 4.99658C27.0467 4.99658 25.8544 5.23383 24.7419 5.69476C23.6295 6.1557 22.6188 6.8313 21.7675 7.68296L20.0009 9.44962L18.2342 7.68296C16.5147 5.96347 14.1826 4.99747 11.7508 4.99747C9.31913 4.99747 6.987 5.96347 5.26752 7.68296C3.54803 9.40245 2.58203 11.7346 2.58203 14.1663C2.58203 16.598 3.54803 18.9301 5.26752 20.6496L7.03418 22.4163L20.0009 35.383L32.9675 22.4163L34.7342 20.6496C35.5858 19.7984 36.2614 18.7876 36.7224 17.6752C37.1833 16.5628 37.4206 15.3704 37.4206 14.1663C37.4206 12.9621 37.1833 11.7698 36.7224 10.6574C36.2614 9.54493 35.5858 8.53422 34.7342 7.68296Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
              </svg>
            </div>
          </div>
          <div class="group-hover/productGroup:twd-opacity-20 twd-w-full twd-h-full">
              <img alt="Kylsäckar från Vinga of Sweden med egen logga hos Medtryck" class="twd-w-full twd-h-full twd-object-contain twd-rounded-md" src="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDUvMTMvMjYvNDkvYmYzNjRiYzgtZTA3NS00YzQwLTgwZjUtOGE0MDIwMjMyMjUxL3cxc2l6aWlzaWppd21qYXZtZGl2bXR5dm10Y3ZtemN2bmRtdm16aXdubXpqbm1pdG1kcmxvczAwem1tNWx0Z3l6d210bXp5NG1keXhvZGhsbTJ5MGx6azNtanl0b3RpMG9ka3RtczV3Ym1jaXh2MCJdLFsicCIsImNvbnZlcnQiLCItcmVzaXplIDI4MngyODIgLWJhY2tncm91bmQgI2ZhZmFmOSAtZ3Jhdml0eSBjZW50ZXIgLWV4dGVudCA0MDR4NDA0IC1hbHBoYSByZW1vdmUiLHsiZm9ybWF0IjoianBnIn1dXQ?sha=bad6421b024d7c40" />
          </div>
          <div class="twd-collapsible twd-collapsed group-hover/productGroup:twd-uncollapsed twd-absolute twd-top-7 twd-max-h-[90%] twd-overflow-hidden twd-w-full"><div class="twd-overflow-hidden ">
            <turbo-frame data-src="/products/83d0ca55-7c88-42ac-8089-eb9d08418779/partial_content" data-turbo-frame-target="turboFrameToLoad" id="product-83d0ca55-7c88-42ac-8089-eb9d08418779-details"></turbo-frame>
</div></div>        </div>
        <div class="twd-flex-grow twd-mt-[6%] twd-px-[5%] twd-flex-col twd-justify-between twd-items-start twd-gap-2 twd-flex">
          <div class="twd-text-primary twd-text-lg twd-font-circular-medium twd-leading-normal twd-subpixel-antialiased">RPET Sortino Kylsäck</div>
            <div class="twd-text-secondary twd-text-xs sm:twd-text-sm twd-leading-tight twd-line-clamp-2">
              Beställ kylsäckar från Vinga of Sweden med egen logga. Kylsäckarna är tillverkade i 50% RPET. RPET är återvunnet material från PET-flaskor. Sortino Kylsäck är en modern kylväska i form av den seglarsäck. Kylsäcken är rymmer hela 25 liter och är tillverkad i slitstarkt tyg. Tyget är vävt i 2 färger vilket ger kylväskan en snygg melerad effekt. Kylsäcken kan både bäras i handen och över axeln med axelrem i bomull. Kylväskan finns i flera fina färger! Beställ kylväskor från Vinga of Sweden med eget tryck. 
            </div>
          <div class="twd-flex twd-justify-between twd-items-center twd-w-full">
                <div></div>
            <div class="twd-text-right twd-text-delta twd-text-sm">208,00 kr</div>
          </div>
        </div>
      </div>
</a>  </div>

  

  <div
    class="twd-group/productGroup twd-h-full twd-w-full twd-bg-theme-light-gray twd-pb-2 sm:twd-flex
          sm:twd-flex-col twd-rounded-md hover:twd-shadow-lg hover:twd-cursor-pointer"
    data-controller="turbo-frame"
    data-action="mouseenter->turbo-frame#load">
    <a class="product-link twd-text-decoration-none twd-h-full" href="https://medtryck.com/kylvaskor/rpet-sortino-kylkorg?color_group_id=e507132b-db52-4798-863b-350db821cae1">
      <div class="twd-h-full twd-flex twd-flex-col twd-relative">
        <div class="twd-relative twd-w-full twd-aspect-1">
          <div class="twd-px-2 twd-pt-2 twd-mb-[5px] twd-flex twd-justify-between twd-items-center twd-absolute twd-top-0 twd-w-full">
            <div class="twd-h-5">
              <img srcset="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDMwXHUwMDNlIl1d?sha=33f0b1b140f05c38 1x, https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDYwXHUwMDNlIl1d?sha=120dc79615ea1808 2x" alt="Vinga of Sweden" class="twd-h-full">
            </div>
            <div id="product-4114260f-b275-428c-922f-0b5dd4c7d972" class="twd-z-[7] twd-absolute twd-right-1 twd-transition twd-ease-in-out twd-delay-150 hover:-twd-translate-z-1 hover:twd-scale-150 twd-duration-300">
              <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"
                   class="twd-fill-white twd-size-5 twd-small-scaling-transition twd-drop-shadow-md
                        icon-heart [&.icon-heart-filled]:twd-fill-favorite [&.icon-heart-filled]:twd-text-favorite"
                   data-controller="products--heart"
                   data-favorites-target="iconHeart" data-action="click->products--favorites#toggleFavorite" data-pid="4114260f-b275-428c-922f-0b5dd4c7d972">
                <path d="M34.7342 7.68296C33.8829 6.8313 32.8722 6.1557 31.7598 5.69476C30.6473 5.23383 29.455 4.99658 28.2509 4.99658C27.0467 4.99658 25.8544 5.23383 24.7419 5.69476C23.6295 6.1557 22.6188 6.8313 21.7675 7.68296L20.0009 9.44962L18.2342 7.68296C16.5147 5.96347 14.1826 4.99747 11.7508 4.99747C9.31913 4.99747 6.987 5.96347 5.26752 7.68296C3.54803 9.40245 2.58203 11.7346 2.58203 14.1663C2.58203 16.598 3.54803 18.9301 5.26752 20.6496L7.03418 22.4163L20.0009 35.383L32.9675 22.4163L34.7342 20.6496C35.5858 19.7984 36.2614 18.7876 36.7224 17.6752C37.1833 16.5628 37.4206 15.3704 37.4206 14.1663C37.4206 12.9621 37.1833 11.7698 36.7224 10.6574C36.2614 9.54493 35.5858 8.53422 34.7342 7.68296Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
              </svg>
            </div>
          </div>
          <div class="group-hover/productGroup:twd-opacity-20 twd-w-full twd-h-full">
              <img alt="Beställ kylväskor från Vinga of Sweden med reklamtryck hos oss på Medtryck" class="twd-w-full twd-h-full twd-object-contain twd-rounded-md" src="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDUvMTMvMjYvNTQvNDI1MDI3NTctNjBlNC00NTU3LWI5ZWUtMTQwZDRmODkxNDU5L3cxc2l6aWlzaWppd21qYXZtZGl2bXR5dm10Y3ZtenV2bmR1dm50YTV6dHUzbmRldG10Ym1uYzAwendpNGx0Z3dtZG10b3dlMW4ybXdubXExemdmbGx6azNtamN0b3RpMG90dXRtczV3Ym1jaXh2MCJdLFsicCIsImNvbnZlcnQiLCItcmVzaXplIDI4MngyODIgLWJhY2tncm91bmQgI2ZhZmFmOSAtZ3Jhdml0eSBjZW50ZXIgLWV4dGVudCA0MDR4NDA0IC1hbHBoYSByZW1vdmUiLHsiZm9ybWF0IjoianBnIn1dXQ?sha=405c58baa7bcbf21" />
          </div>
          <div class="twd-collapsible twd-collapsed group-hover/productGroup:twd-uncollapsed twd-absolute twd-top-7 twd-max-h-[90%] twd-overflow-hidden twd-w-full"><div class="twd-overflow-hidden ">
            <turbo-frame data-src="/products/4114260f-b275-428c-922f-0b5dd4c7d972/partial_content" data-turbo-frame-target="turboFrameToLoad" id="product-4114260f-b275-428c-922f-0b5dd4c7d972-details"></turbo-frame>
</div></div>        </div>
        <div class="twd-flex-grow twd-mt-[6%] twd-px-[5%] twd-flex-col twd-justify-between twd-items-start twd-gap-2 twd-flex">
          <div class="twd-text-primary twd-text-lg twd-font-circular-medium twd-leading-normal twd-subpixel-antialiased">RPET Sortino Kylkorg</div>
            <div class="twd-text-secondary twd-text-xs sm:twd-text-sm twd-leading-tight twd-line-clamp-2">
              Beställ kylkorgar från Vinga of Sweden med egen logga. Kylkorg är tillverkade i 50% RPET. RPET är återvunnet material från PET-flaskor. Denna snygga kylväska har samma form som en picknick-korg. Kylkorgen rymmer hela 25 L och är perfekt för utflykter. Kylväskan finns i flera fina färger med tyg vävt i 2 färger för en snygg melerande effekt. Kylkorgen stängs med dragkedja i matchande färg. Kylkorgen har ett handtag tillverkad i bomull och brunt konstläder (PU). Handtaget är vadderat för bästa komfort. Beställ kylväskor från Vinga och Sweden med eget tryck. 
            </div>
          <div class="twd-flex twd-justify-between twd-items-center twd-w-full">
                <div></div>
            <div class="twd-text-right twd-text-delta twd-text-sm">292,00 kr</div>
          </div>
        </div>
      </div>
</a>  </div>

  

  <div
    class="twd-group/productGroup twd-h-full twd-w-full twd-bg-theme-light-gray twd-pb-2 sm:twd-flex
          sm:twd-flex-col twd-rounded-md hover:twd-shadow-lg hover:twd-cursor-pointer"
    data-controller="turbo-frame"
    data-action="mouseenter->turbo-frame#load">
    <a class="product-link twd-text-decoration-none twd-h-full" href="https://medtryck.com/kylvaskor/rpet-sortino-kylvaska?color_group_id=bd094cc2-b9a4-43a9-85d4-2cc2d64a2099">
      <div class="twd-h-full twd-flex twd-flex-col twd-relative">
        <div class="twd-relative twd-w-full twd-aspect-1">
          <div class="twd-px-2 twd-pt-2 twd-mb-[5px] twd-flex twd-justify-between twd-items-center twd-absolute twd-top-0 twd-w-full">
            <div class="twd-h-5">
              <img srcset="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDMwXHUwMDNlIl1d?sha=33f0b1b140f05c38 1x, https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDYwXHUwMDNlIl1d?sha=120dc79615ea1808 2x" alt="Vinga of Sweden" class="twd-h-full">
            </div>
            <div id="product-565186ba-9da6-4b09-9b14-89b5eb699243" class="twd-z-[7] twd-absolute twd-right-1 twd-transition twd-ease-in-out twd-delay-150 hover:-twd-translate-z-1 hover:twd-scale-150 twd-duration-300">
              <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"
                   class="twd-fill-white twd-size-5 twd-small-scaling-transition twd-drop-shadow-md
                        icon-heart [&.icon-heart-filled]:twd-fill-favorite [&.icon-heart-filled]:twd-text-favorite"
                   data-controller="products--heart"
                   data-favorites-target="iconHeart" data-action="click->products--favorites#toggleFavorite" data-pid="565186ba-9da6-4b09-9b14-89b5eb699243">
                <path d="M34.7342 7.68296C33.8829 6.8313 32.8722 6.1557 31.7598 5.69476C30.6473 5.23383 29.455 4.99658 28.2509 4.99658C27.0467 4.99658 25.8544 5.23383 24.7419 5.69476C23.6295 6.1557 22.6188 6.8313 21.7675 7.68296L20.0009 9.44962L18.2342 7.68296C16.5147 5.96347 14.1826 4.99747 11.7508 4.99747C9.31913 4.99747 6.987 5.96347 5.26752 7.68296C3.54803 9.40245 2.58203 11.7346 2.58203 14.1663C2.58203 16.598 3.54803 18.9301 5.26752 20.6496L7.03418 22.4163L20.0009 35.383L32.9675 22.4163L34.7342 20.6496C35.5858 19.7984 36.2614 18.7876 36.7224 17.6752C37.1833 16.5628 37.4206 15.3704 37.4206 14.1663C37.4206 12.9621 37.1833 11.7698 36.7224 10.6574C36.2614 9.54493 35.5858 8.53422 34.7342 7.68296Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
              </svg>
            </div>
          </div>
          <div class="group-hover/productGroup:twd-opacity-20 twd-w-full twd-h-full">
              <img alt="Sortino kylväska av återvunnet material från Vinga of Sweden med eget reklamtryck" class="twd-w-full twd-h-full twd-object-contain twd-rounded-md" src="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDUvMTMvMjYvNTYvOTc4ODBmODItYjAzYS00OTg2LWJjNjgtY2JkYWYyMmQyMTFmL3cxc2l6aWlzaWppd21qYXZtZGl2bXR5dm10Y3Zteml2bnRtdnl0emh5anpoeWpndG5qaXptYzAwem1yamx0azV5bXl0eXd5Mm9keXh5MmV3bnRtM2x6azNtamd0b3RpMW1ka3RtamV1Y2c1bmlsMWQiXSxbInAiLCJjb252ZXJ0IiwiLXJlc2l6ZSAyODJ4MjgyIC1iYWNrZ3JvdW5kICNmYWZhZjkgLWdyYXZpdHkgY2VudGVyIC1leHRlbnQgNDA0eDQwNCAtYWxwaGEgcmVtb3ZlIix7ImZvcm1hdCI6ImpwZyJ9XV0?sha=e3e234349938adec" />
          </div>
          <div class="twd-collapsible twd-collapsed group-hover/productGroup:twd-uncollapsed twd-absolute twd-top-7 twd-max-h-[90%] twd-overflow-hidden twd-w-full"><div class="twd-overflow-hidden ">
            <turbo-frame data-src="/products/565186ba-9da6-4b09-9b14-89b5eb699243/partial_content" data-turbo-frame-target="turboFrameToLoad" id="product-565186ba-9da6-4b09-9b14-89b5eb699243-details"></turbo-frame>
</div></div>        </div>
        <div class="twd-flex-grow twd-mt-[6%] twd-px-[5%] twd-flex-col twd-justify-between twd-items-start twd-gap-2 twd-flex">
          <div class="twd-text-primary twd-text-lg twd-font-circular-medium twd-leading-normal twd-subpixel-antialiased">RPET Sortino Kylväska</div>
            <div class="twd-text-secondary twd-text-xs sm:twd-text-sm twd-leading-tight twd-line-clamp-2">
              Beställ mer miljövänliga kylväskor från Vinga of Sweden med eget tryck. Sortino kylväskor är tillverkad av 50% RPET. RPET är återvunnet material av t.ex. PET-flaskor. Denna kylväska Vinga är i en optimerad storlek för att passa utmärkt att ta med till stranden och på utflykt för att hålla både vatten och matsäck kallt. Väskan har detaljer i konstläder (PU). Den vävda axelremmen är justerbar för bästa komfort. Sortino kylväskan har en ficka på framsida. Det går att få företagets logga i tryck eller varför inte lyxa till det lite och köpa till etiketter i konstläder som graveras in med er logga! Beställ kylväskor från Vinga med eget tryck. 
            </div>
          <div class="twd-flex twd-justify-between twd-items-center twd-w-full">
                <div></div>
            <div class="twd-text-right twd-text-delta twd-text-sm">166,00 kr</div>
          </div>
        </div>
      </div>
</a>  </div>

  

  <div
    class="twd-group/productGroup twd-h-full twd-w-full twd-bg-theme-light-gray twd-pb-2 sm:twd-flex
          sm:twd-flex-col twd-rounded-md hover:twd-shadow-lg hover:twd-cursor-pointer"
    data-controller="turbo-frame"
    data-action="mouseenter->turbo-frame#load">
    <a class="product-link twd-text-decoration-none twd-h-full" href="https://medtryck.com/tygpasar-tygkassar/rpet-sortino-strandvaska?color_group_id=f150a6a1-55a5-4643-8015-c30cb1db7c74">
      <div class="twd-h-full twd-flex twd-flex-col twd-relative">
        <div class="twd-relative twd-w-full twd-aspect-1">
          <div class="twd-px-2 twd-pt-2 twd-mb-[5px] twd-flex twd-justify-between twd-items-center twd-absolute twd-top-0 twd-w-full">
            <div class="twd-h-5">
              <img srcset="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDMwXHUwMDNlIl1d?sha=33f0b1b140f05c38 1x, https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDYwXHUwMDNlIl1d?sha=120dc79615ea1808 2x" alt="Vinga of Sweden" class="twd-h-full">
            </div>
            <div id="product-f66ee717-790e-4526-873d-5ffe6ab49a83" class="twd-z-[7] twd-absolute twd-right-1 twd-transition twd-ease-in-out twd-delay-150 hover:-twd-translate-z-1 hover:twd-scale-150 twd-duration-300">
              <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"
                   class="twd-fill-white twd-size-5 twd-small-scaling-transition twd-drop-shadow-md
                        icon-heart [&.icon-heart-filled]:twd-fill-favorite [&.icon-heart-filled]:twd-text-favorite"
                   data-controller="products--heart"
                   data-favorites-target="iconHeart" data-action="click->products--favorites#toggleFavorite" data-pid="f66ee717-790e-4526-873d-5ffe6ab49a83">
                <path d="M34.7342 7.68296C33.8829 6.8313 32.8722 6.1557 31.7598 5.69476C30.6473 5.23383 29.455 4.99658 28.2509 4.99658C27.0467 4.99658 25.8544 5.23383 24.7419 5.69476C23.6295 6.1557 22.6188 6.8313 21.7675 7.68296L20.0009 9.44962L18.2342 7.68296C16.5147 5.96347 14.1826 4.99747 11.7508 4.99747C9.31913 4.99747 6.987 5.96347 5.26752 7.68296C3.54803 9.40245 2.58203 11.7346 2.58203 14.1663C2.58203 16.598 3.54803 18.9301 5.26752 20.6496L7.03418 22.4163L20.0009 35.383L32.9675 22.4163L34.7342 20.6496C35.5858 19.7984 36.2614 18.7876 36.7224 17.6752C37.1833 16.5628 37.4206 15.3704 37.4206 14.1663C37.4206 12.9621 37.1833 11.7698 36.7224 10.6574C36.2614 9.54493 35.5858 8.53422 34.7342 7.68296Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
              </svg>
            </div>
          </div>
          <div class="group-hover/productGroup:twd-opacity-20 twd-w-full twd-h-full">
              <img alt="Sortino Standväska av återvunnet material från Vinga of Sweden med eget reklamtryck" class="twd-w-full twd-h-full twd-object-contain twd-rounded-md" src="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDUvMTMvMjYvNTgvYTFlNDkzNDQtZmVlYi00NjBkLTk2MWYtMTdjZDg3NWIyNGY0L3cxc2l6aWlzaWppd21qYXZtZGl2bXR5dm10Y3ZtemF2bXRrdm16aXluamUweXdldG90dTF6YzAwb2RneGx3ZTRvZGF0bW11M3l3Zm1tbXl5emRia2x6azNtamt0b3RpMW10eXRuaTV3Ym1jaXh2MCJdLFsicCIsImNvbnZlcnQiLCItcmVzaXplIDI4MngyODIgLWJhY2tncm91bmQgI2ZhZmFmOSAtZ3Jhdml0eSBjZW50ZXIgLWV4dGVudCA0MDR4NDA0IC1hbHBoYSByZW1vdmUiLHsiZm9ybWF0IjoianBnIn1dXQ?sha=3e4f2180f65c2775" />
          </div>
          <div class="twd-collapsible twd-collapsed group-hover/productGroup:twd-uncollapsed twd-absolute twd-top-7 twd-max-h-[90%] twd-overflow-hidden twd-w-full"><div class="twd-overflow-hidden ">
            <turbo-frame data-src="/products/f66ee717-790e-4526-873d-5ffe6ab49a83/partial_content" data-turbo-frame-target="turboFrameToLoad" id="product-f66ee717-790e-4526-873d-5ffe6ab49a83-details"></turbo-frame>
</div></div>        </div>
        <div class="twd-flex-grow twd-mt-[6%] twd-px-[5%] twd-flex-col twd-justify-between twd-items-start twd-gap-2 twd-flex">
          <div class="twd-text-primary twd-text-lg twd-font-circular-medium twd-leading-normal twd-subpixel-antialiased">RPET Sortino Strandväska</div>
            <div class="twd-text-secondary twd-text-xs sm:twd-text-sm twd-leading-tight twd-line-clamp-2">
              Beställ strandväskor av återvunnet material från Vinga of Sweden med eget tryck. Strandväskorna är tillverkade i 50% RPET. RPET är återvunnet material från PET-flaskor. Strandväskan Sortino är rymlig vilket är perfekt för utflykten, då både filt, matsäck och kubb får plats i denna strandväska. Väskan är tillverkad i polyester och remmarna i bomull. Strandväskan har långa bärremmar som kan bäras över axeln och det finns även möjlighet att fästa handduk eller filt på baksidan av väskan i remmarna. Väskan finns i flera melerade färger. Ficka finns på framsida samt både sidor. En supersmidig strandväska med många fickor och funktioner! På denna väska finns flera märkningsmöjligheter. Du kan såklart trycka företagets logga men också brodera den eller varför inte märka väskorna med etiketter i konstläder med loggan ingraverad! Beställ strandväskor från Vinga of Sweden med egen logga.
            </div>
          <div class="twd-flex twd-justify-between twd-items-center twd-w-full">
                <div></div>
            <div class="twd-text-right twd-text-delta twd-text-sm">166,00 kr</div>
          </div>
        </div>
      </div>
</a>  </div>

  

  <div
    class="twd-group/productGroup twd-h-full twd-w-full twd-bg-theme-light-gray twd-pb-2 sm:twd-flex
          sm:twd-flex-col twd-rounded-md hover:twd-shadow-lg hover:twd-cursor-pointer"
    data-controller="turbo-frame"
    data-action="mouseenter->turbo-frame#load">
    <a class="product-link twd-text-decoration-none twd-h-full" href="https://medtryck.com/kylvaskor/baltimore-kylvaska-?color_group_id=cc7b1248-a7dc-4ce5-86cc-c99e6a9b85d0">
      <div class="twd-h-full twd-flex twd-flex-col twd-relative">
        <div class="twd-relative twd-w-full twd-aspect-1">
          <div class="twd-px-2 twd-pt-2 twd-mb-[5px] twd-flex twd-justify-between twd-items-center twd-absolute twd-top-0 twd-w-full">
            <div class="twd-h-5">
              <img srcset="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDMwXHUwMDNlIl1d?sha=33f0b1b140f05c38 1x, https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDYwXHUwMDNlIl1d?sha=120dc79615ea1808 2x" alt="Vinga of Sweden" class="twd-h-full">
            </div>
            <div id="product-acb37251-5083-407a-99bc-4d77fdada60c" class="twd-z-[7] twd-absolute twd-right-1 twd-transition twd-ease-in-out twd-delay-150 hover:-twd-translate-z-1 hover:twd-scale-150 twd-duration-300">
              <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"
                   class="twd-fill-white twd-size-5 twd-small-scaling-transition twd-drop-shadow-md
                        icon-heart [&.icon-heart-filled]:twd-fill-favorite [&.icon-heart-filled]:twd-text-favorite"
                   data-controller="products--heart"
                   data-favorites-target="iconHeart" data-action="click->products--favorites#toggleFavorite" data-pid="acb37251-5083-407a-99bc-4d77fdada60c">
                <path d="M34.7342 7.68296C33.8829 6.8313 32.8722 6.1557 31.7598 5.69476C30.6473 5.23383 29.455 4.99658 28.2509 4.99658C27.0467 4.99658 25.8544 5.23383 24.7419 5.69476C23.6295 6.1557 22.6188 6.8313 21.7675 7.68296L20.0009 9.44962L18.2342 7.68296C16.5147 5.96347 14.1826 4.99747 11.7508 4.99747C9.31913 4.99747 6.987 5.96347 5.26752 7.68296C3.54803 9.40245 2.58203 11.7346 2.58203 14.1663C2.58203 16.598 3.54803 18.9301 5.26752 20.6496L7.03418 22.4163L20.0009 35.383L32.9675 22.4163L34.7342 20.6496C35.5858 19.7984 36.2614 18.7876 36.7224 17.6752C37.1833 16.5628 37.4206 15.3704 37.4206 14.1663C37.4206 12.9621 37.1833 11.7698 36.7224 10.6574C36.2614 9.54493 35.5858 8.53422 34.7342 7.68296Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
              </svg>
            </div>
          </div>
          <div class="group-hover/productGroup:twd-opacity-20 twd-w-full twd-h-full">
              <img alt="Kylväska från Vinga med eget tryck" class="twd-w-full twd-h-full twd-object-contain twd-rounded-md" src="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDUvMTMvNTMvMjMvM2U5Mzg0NmQtMmM3Ny00YmFhLTlkZTgtMDUxMDQwMjZhZjBiL3cxc2l6aWlzaWppd21qaXZtZHV2bXpldm1kcXZtenV2bWp5dm1taml6dGxrb2RtdHptdTF5eTAwbmpxemx3aTNvdG10bW11eG5qZzVuamM1eW1tMGx6ZXdtemV4bHRrNG5keTRsdGV1Y2c1bmlsMWQiXSxbInAiLCJjb252ZXJ0IiwiLXJlc2l6ZSAyODJ4MjgyIC1iYWNrZ3JvdW5kICNmYWZhZjkgLWdyYXZpdHkgY2VudGVyIC1leHRlbnQgNDA0eDQwNCAtYWxwaGEgcmVtb3ZlIix7ImZvcm1hdCI6ImpwZyJ9XV0?sha=c05fa69e076d2b9b" />
          </div>
          <div class="twd-collapsible twd-collapsed group-hover/productGroup:twd-uncollapsed twd-absolute twd-top-7 twd-max-h-[90%] twd-overflow-hidden twd-w-full"><div class="twd-overflow-hidden ">
            <turbo-frame data-src="/products/acb37251-5083-407a-99bc-4d77fdada60c/partial_content" data-turbo-frame-target="turboFrameToLoad" id="product-acb37251-5083-407a-99bc-4d77fdada60c-details"></turbo-frame>
</div></div>        </div>
        <div class="twd-flex-grow twd-mt-[6%] twd-px-[5%] twd-flex-col twd-justify-between twd-items-start twd-gap-2 twd-flex">
          <div class="twd-text-primary twd-text-lg twd-font-circular-medium twd-leading-normal twd-subpixel-antialiased">Baltimore Kylväska</div>
            <div class="twd-text-secondary twd-text-xs sm:twd-text-sm twd-leading-tight twd-line-clamp-2">
              Praktisk kylväska nu med en riktigt snygg design! Denna rymliga kylväska är isolerad med extra tjockt skum och fodret på väskan är av PEVA vilket gör den enkel att hålla fräsch. Yttersidan är i PU-läder vilket är vattenavvisande men också bidrar till sin snygga design. Beställ fina kylväskor med eget tryck
            </div>
          <div class="twd-flex twd-justify-between twd-items-center twd-w-full">
                <div></div>
            <div class="twd-text-right twd-text-delta twd-text-sm">333,50 kr</div>
          </div>
        </div>
      </div>
</a>  </div>

  

  <div
    class="twd-group/productGroup twd-h-full twd-w-full twd-bg-theme-light-gray twd-pb-2 sm:twd-flex
          sm:twd-flex-col twd-rounded-md hover:twd-shadow-lg hover:twd-cursor-pointer"
    data-controller="turbo-frame"
    data-action="mouseenter->turbo-frame#load">
    <a class="product-link twd-text-decoration-none twd-h-full" href="https://medtryck.com/portfoljer/baltimore-datorvaska?color_group_id=ac7e13af-7a8c-42dc-9c21-9e1c740e5de3">
      <div class="twd-h-full twd-flex twd-flex-col twd-relative">
        <div class="twd-relative twd-w-full twd-aspect-1">
          <div class="twd-px-2 twd-pt-2 twd-mb-[5px] twd-flex twd-justify-between twd-items-center twd-absolute twd-top-0 twd-w-full">
            <div class="twd-h-5">
              <img srcset="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDMwXHUwMDNlIl1d?sha=33f0b1b140f05c38 1x, https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDYwXHUwMDNlIl1d?sha=120dc79615ea1808 2x" alt="Vinga of Sweden" class="twd-h-full">
            </div>
            <div id="product-67d74b0a-475f-4321-8118-cc6292faae98" class="twd-z-[7] twd-absolute twd-right-1 twd-transition twd-ease-in-out twd-delay-150 hover:-twd-translate-z-1 hover:twd-scale-150 twd-duration-300">
              <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"
                   class="twd-fill-white twd-size-5 twd-small-scaling-transition twd-drop-shadow-md
                        icon-heart [&.icon-heart-filled]:twd-fill-favorite [&.icon-heart-filled]:twd-text-favorite"
                   data-controller="products--heart"
                   data-favorites-target="iconHeart" data-action="click->products--favorites#toggleFavorite" data-pid="67d74b0a-475f-4321-8118-cc6292faae98">
                <path d="M34.7342 7.68296C33.8829 6.8313 32.8722 6.1557 31.7598 5.69476C30.6473 5.23383 29.455 4.99658 28.2509 4.99658C27.0467 4.99658 25.8544 5.23383 24.7419 5.69476C23.6295 6.1557 22.6188 6.8313 21.7675 7.68296L20.0009 9.44962L18.2342 7.68296C16.5147 5.96347 14.1826 4.99747 11.7508 4.99747C9.31913 4.99747 6.987 5.96347 5.26752 7.68296C3.54803 9.40245 2.58203 11.7346 2.58203 14.1663C2.58203 16.598 3.54803 18.9301 5.26752 20.6496L7.03418 22.4163L20.0009 35.383L32.9675 22.4163L34.7342 20.6496C35.5858 19.7984 36.2614 18.7876 36.7224 17.6752C37.1833 16.5628 37.4206 15.3704 37.4206 14.1663C37.4206 12.9621 37.1833 11.7698 36.7224 10.6574C36.2614 9.54493 35.5858 8.53422 34.7342 7.68296Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
              </svg>
            </div>
          </div>
          <div class="group-hover/productGroup:twd-opacity-20 twd-w-full twd-h-full">
              <img alt="Stilrena datorväskor med graverad logotyp" class="twd-w-full twd-h-full twd-object-contain twd-rounded-md" src="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDUvMTMvNTYvMjcvNWFiY2RjMzYtNTAzOS00MmU5LWIwYTItNWZmZjdjMzIzNTBiL3cxc2l6aWlzaWppd21qaXZtZGt2bXRjdm1ka3ZtanV2bXpndm5qZTJvd3l3bmRtdG5tcmx6aTAweXdlemx3amttdGF0bmdteG10eXhtZ2UweW1maGx6ZXdtenkzbHRrNW1keTVsdGV1Y2c1bmlsMWQiXSxbInAiLCJjb252ZXJ0IiwiLXJlc2l6ZSAyODJ4MjgyIC1iYWNrZ3JvdW5kICNmYWZhZjkgLWdyYXZpdHkgY2VudGVyIC1leHRlbnQgNDA0eDQwNCAtYWxwaGEgcmVtb3ZlIix7ImZvcm1hdCI6ImpwZyJ9XV0?sha=b43c596c0363ca3c" />
          </div>
          <div class="twd-collapsible twd-collapsed group-hover/productGroup:twd-uncollapsed twd-absolute twd-top-7 twd-max-h-[90%] twd-overflow-hidden twd-w-full"><div class="twd-overflow-hidden ">
            <turbo-frame data-src="/products/67d74b0a-475f-4321-8118-cc6292faae98/partial_content" data-turbo-frame-target="turboFrameToLoad" id="product-67d74b0a-475f-4321-8118-cc6292faae98-details"></turbo-frame>
</div></div>        </div>
        <div class="twd-flex-grow twd-mt-[6%] twd-px-[5%] twd-flex-col twd-justify-between twd-items-start twd-gap-2 twd-flex">
          <div class="twd-text-primary twd-text-lg twd-font-circular-medium twd-leading-normal twd-subpixel-antialiased">Baltimore Datorväska</div>
            <div class="twd-text-secondary twd-text-xs sm:twd-text-sm twd-leading-tight twd-line-clamp-2">
              Snygga och praktiska laptopväskor i stilren design från Vinga of Sweden. Väskan kan märkas med många olika märkningsmetoder, bl.a. kan er logotyp lasergraveras direkt på ryggsäcken för en snygg och diskret look. Förutom att den är snygg så är den även väldigt funktionell!
            </div>
          <div class="twd-flex twd-justify-between twd-items-center twd-w-full">
                <div></div>
            <div class="twd-text-right twd-text-delta twd-text-sm">375,00 kr</div>
          </div>
        </div>
      </div>
</a>  </div>

  

  <div
    class="twd-group/productGroup twd-h-full twd-w-full twd-bg-theme-light-gray twd-pb-2 sm:twd-flex
          sm:twd-flex-col twd-rounded-md hover:twd-shadow-lg hover:twd-cursor-pointer"
    data-controller="turbo-frame"
    data-action="mouseenter->turbo-frame#load">
    <a class="product-link twd-text-decoration-none twd-h-full" href="https://medtryck.com/knivar/kockkniv-kaiser?color_group_id=c7112ae7-35d4-4a13-a788-096befb11e70">
      <div class="twd-h-full twd-flex twd-flex-col twd-relative">
        <div class="twd-relative twd-w-full twd-aspect-1">
          <div class="twd-px-2 twd-pt-2 twd-mb-[5px] twd-flex twd-justify-between twd-items-center twd-absolute twd-top-0 twd-w-full">
            <div class="twd-h-5">
              <img srcset="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDMwXHUwMDNlIl1d?sha=33f0b1b140f05c38 1x, https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDYwXHUwMDNlIl1d?sha=120dc79615ea1808 2x" alt="Vinga of Sweden" class="twd-h-full">
            </div>
            <div id="product-e6fc6195-67ed-486b-b3e9-e368a76a3a6d" class="twd-z-[7] twd-absolute twd-right-1 twd-transition twd-ease-in-out twd-delay-150 hover:-twd-translate-z-1 hover:twd-scale-150 twd-duration-300">
              <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"
                   class="twd-fill-white twd-size-5 twd-small-scaling-transition twd-drop-shadow-md
                        icon-heart [&.icon-heart-filled]:twd-fill-favorite [&.icon-heart-filled]:twd-text-favorite"
                   data-controller="products--heart"
                   data-favorites-target="iconHeart" data-action="click->products--favorites#toggleFavorite" data-pid="e6fc6195-67ed-486b-b3e9-e368a76a3a6d">
                <path d="M34.7342 7.68296C33.8829 6.8313 32.8722 6.1557 31.7598 5.69476C30.6473 5.23383 29.455 4.99658 28.2509 4.99658C27.0467 4.99658 25.8544 5.23383 24.7419 5.69476C23.6295 6.1557 22.6188 6.8313 21.7675 7.68296L20.0009 9.44962L18.2342 7.68296C16.5147 5.96347 14.1826 4.99747 11.7508 4.99747C9.31913 4.99747 6.987 5.96347 5.26752 7.68296C3.54803 9.40245 2.58203 11.7346 2.58203 14.1663C2.58203 16.598 3.54803 18.9301 5.26752 20.6496L7.03418 22.4163L20.0009 35.383L32.9675 22.4163L34.7342 20.6496C35.5858 19.7984 36.2614 18.7876 36.7224 17.6752C37.1833 16.5628 37.4206 15.3704 37.4206 14.1663C37.4206 12.9621 37.1833 11.7698 36.7224 10.6574C36.2614 9.54493 35.5858 8.53422 34.7342 7.68296Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
              </svg>
            </div>
          </div>
          <div class="group-hover/productGroup:twd-opacity-20 twd-w-full twd-h-full">
              <img alt="" class="twd-w-full twd-h-full twd-object-contain twd-rounded-md" src="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDUvMTMvNTYvMzYvYzJlODdkYTYtOWU2OC00OGZmLThkOGMtNGM2NWU4ZWFiZWQ1L3cxc2l6aWlzaWppd21qaXZtdGF2bWRndm10dXZtam12bXp1dm13dTF5dGExbnRldG9kYXd5aTAwbmpma2x3aTRtdGt0eW1maW10dmhtZG5sbmRtM2x6ZXdtemMwbHRrNW10dTNsdGl5bG5idXp5amR4cSJdLFsicCIsImNvbnZlcnQiLCItcmVzaXplIDI4MngyODIgLWJhY2tncm91bmQgI2ZhZmFmOSAtZ3Jhdml0eSBjZW50ZXIgLWV4dGVudCA0MDR4NDA0IC1hbHBoYSByZW1vdmUiLHsiZm9ybWF0IjoianBnIn1dXQ?sha=54cd0d9c7785e0b8" />
          </div>
          <div class="twd-collapsible twd-collapsed group-hover/productGroup:twd-uncollapsed twd-absolute twd-top-7 twd-max-h-[90%] twd-overflow-hidden twd-w-full"><div class="twd-overflow-hidden ">
            <turbo-frame data-src="/products/e6fc6195-67ed-486b-b3e9-e368a76a3a6d/partial_content" data-turbo-frame-target="turboFrameToLoad" id="product-e6fc6195-67ed-486b-b3e9-e368a76a3a6d-details"></turbo-frame>
</div></div>        </div>
        <div class="twd-flex-grow twd-mt-[6%] twd-px-[5%] twd-flex-col twd-justify-between twd-items-start twd-gap-2 twd-flex">
          <div class="twd-text-primary twd-text-lg twd-font-circular-medium twd-leading-normal twd-subpixel-antialiased">Kockkniv Kaiser</div>
            <div class="twd-text-secondary twd-text-xs sm:twd-text-sm twd-leading-tight twd-line-clamp-2">
              En exklusiv kockkniv i högkvalitatativ rostfri stål från Tyskland. Med ett greppvänligt handtag och en balanserad kropp från ände till egg blir denna kockkniv både skönare och enklare att arbeta med. Beställt kockknivar från Vinga of Sweden idag!
            </div>
          <div class="twd-flex twd-justify-between twd-items-center twd-w-full">
                <div></div>
            <div class="twd-text-right twd-text-delta twd-text-sm">283,00 kr</div>
          </div>
        </div>
      </div>
</a>  </div>

  

  <div
    class="twd-group/productGroup twd-h-full twd-w-full twd-bg-theme-light-gray twd-pb-2 sm:twd-flex
          sm:twd-flex-col twd-rounded-md hover:twd-shadow-lg hover:twd-cursor-pointer"
    data-controller="turbo-frame"
    data-action="mouseenter->turbo-frame#load">
    <a class="product-link twd-text-decoration-none twd-h-full" href="https://medtryck.com/ryggsackar/ryggsack-bosler-recycled?color_group_id=8327ab91-2e49-48ec-ac63-c42c72f04870">
      <div class="twd-h-full twd-flex twd-flex-col twd-relative">
        <div class="twd-relative twd-w-full twd-aspect-1">
          <div class="twd-px-2 twd-pt-2 twd-mb-[5px] twd-flex twd-justify-between twd-items-center twd-absolute twd-top-0 twd-w-full">
            <div class="twd-h-5">
              <img srcset="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDMwXHUwMDNlIl1d?sha=33f0b1b140f05c38 1x, https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDQvMjMvNTUvMzcvZDA0YzJiOTgtMTA5ZS00NmJlLTkxYTYtZjNjYWM0YmE2N2ZlL3cxc2l6aWlzaWppd210Z3ZtZGl2bWpldm1kZ3ZudHV2bWRrdm50azF6ZHEwbmRhdG5kZzRtYzAweWp2aGx3amt6bW10bXd2bW10aGxuemhpbXRjeGwxenBibWRobHZuM3p3cmxiaTFzYjJkdmRobHd6czF6Yndmc2JjMWliZ2ZqYXk1d2JtY2l4djAiXSxbInAiLCJjb252ZXJ0IiwiLWNvbG9yc3BhY2UgR3JheSJdLFsicCIsInRodW1iIiwieDYwXHUwMDNlIl1d?sha=120dc79615ea1808 2x" alt="Vinga of Sweden" class="twd-h-full">
            </div>
            <div id="product-3efefeff-e461-4930-8044-8573f68d4b7d" class="twd-z-[7] twd-absolute twd-right-1 twd-transition twd-ease-in-out twd-delay-150 hover:-twd-translate-z-1 hover:twd-scale-150 twd-duration-300">
              <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"
                   class="twd-fill-white twd-size-5 twd-small-scaling-transition twd-drop-shadow-md
                        icon-heart [&.icon-heart-filled]:twd-fill-favorite [&.icon-heart-filled]:twd-text-favorite"
                   data-controller="products--heart"
                   data-favorites-target="iconHeart" data-action="click->products--favorites#toggleFavorite" data-pid="3efefeff-e461-4930-8044-8573f68d4b7d">
                <path d="M34.7342 7.68296C33.8829 6.8313 32.8722 6.1557 31.7598 5.69476C30.6473 5.23383 29.455 4.99658 28.2509 4.99658C27.0467 4.99658 25.8544 5.23383 24.7419 5.69476C23.6295 6.1557 22.6188 6.8313 21.7675 7.68296L20.0009 9.44962L18.2342 7.68296C16.5147 5.96347 14.1826 4.99747 11.7508 4.99747C9.31913 4.99747 6.987 5.96347 5.26752 7.68296C3.54803 9.40245 2.58203 11.7346 2.58203 14.1663C2.58203 16.598 3.54803 18.9301 5.26752 20.6496L7.03418 22.4163L20.0009 35.383L32.9675 22.4163L34.7342 20.6496C35.5858 19.7984 36.2614 18.7876 36.7224 17.6752C37.1833 16.5628 37.4206 15.3704 37.4206 14.1663C37.4206 12.9621 37.1833 11.7698 36.7224 10.6574C36.2614 9.54493 35.5858 8.53422 34.7342 7.68296Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
              </svg>
            </div>
          </div>
          <div class="group-hover/productGroup:twd-opacity-20 twd-w-full twd-h-full">
              <img alt="Ryggsäck för datorn från Vinga of Sweden" class="twd-w-full twd-h-full twd-object-contain twd-rounded-md" src="https://d3c1gbjzpw0rb3.cloudfront.net/media/W1siZiIsIjIwMjYvMDgvMDUvMTMvNTcvMDUvOTkzNjIwYzgtM2IwYy00N2EyLWI0NDMtNTQ2MjQwZmUyNGEyL3cxc2l6aWlzaWppd21qaXZtdGF2bWRndm10dXZtemN2bWpndnpkbTJtdGxrempxdHpqbXp5czAwbXRld2x0a3dtbXV0bW11NHl3ZXh5bWZob3RobGx6ZXdtemd5bHRrNW10Z3lsdGV3bG5idXp5amR4cSJdLFsicCIsImNvbnZlcnQiLCItcmVzaXplIDI4MngyODIgLWJhY2tncm91bmQgI2ZhZmFmOSAtZ3Jhdml0eSBjZW50ZXIgLWV4dGVudCA0MDR4NDA0IC1hbHBoYSByZW1vdmUiLHsiZm9ybWF0IjoianBnIn1dXQ?sha=3e5c51bc5c1e819d" />
          </div>
          <div class="twd-collapsible twd-collapsed group-hover/productGroup:twd-uncollapsed twd-absolute twd-top-7 twd-max-h-[90%] twd-overflow-hidden twd-w-full"><div class="twd-overflow-hidden ">
            <turbo-frame data-src="/products/3efefeff-e461-4930-8044-8573f68d4b7d/partial_content" data-turbo-frame-target="turboFrameToLoad" id="product-3efefeff-e461-4930-8044-8573f68d4b7d-details"></turbo-frame>
</div></div>        </div>
        <div class="twd-flex-grow twd-mt-[6%] twd-px-[5%] twd-flex-col twd-justify-between twd-items-start twd-gap-2 twd-flex">
          <div class="twd-text-primary twd-text-lg twd-font-circular-medium twd-leading-normal twd-subpixel-antialiased">Ryggsäck Bosler Recycled</div>
            <div class="twd-text-secondary twd-text-xs sm:twd-text-sm twd-leading-tight twd-line-clamp-2">
              En snygg och tidlös ryggsäck tillverkad av 40% återvunnen polyester och 60% återvunnen bomull. Perfekt storlek för att kunna bära med dig datorn (upp till 15"). Snygg och elegant design gör denna ryggsäck till det enkla valet när du behöver en ny ryggsäck!
            </div>
          <div class="twd-flex twd-justify-between twd-items-center twd-w-full">
                <div></div>
            <div class="twd-text-right twd-text-delta twd-text-sm">417,00 kr</div>
          </div>
        </div>
      </div>
</a>  </div>



</template></turbo-stream>
  <turbo-stream action="update" target="more-products"><template>
    

  <div data-controller="load-more" id="more-products" class="more-products peer-[:not(.twd-hidden)]:twd-hidden">
    <a class="twd-group" data-turbo-stream="true" data-action="click-&gt;load-more#addLoadingState" data-load-more-target="button" href="/brands/vinga-of-sweden?page=1">
      <div class="twd-cursor-pointer twd-mt-5 twd-bg-black hover:twd-shadow-md twd-rounded-md twd-flex twd-justify-center twd-items-center twd-w-full twd-h-10">
        <div class="twd-text-white twd-leading-none group-[.loading]:twd-hidden">
          Visa fler produkter
          (35 st)
        </div>
        <div class="twd-hidden group-[.loading]:twd-block">

<div class="twd-h-full twd-w-full twd-flex twd-justify-center twd-items-center">
  <div class="twd-flex twd-justify-between *:twd-w-1.5 *:twd-h-1.5 twd-gap-x-1 *:twd-bg-white *:twd-rounded-full">
      <div style="animation: bounce-small 1.5s infinite; animation-delay: 0s;"></div>
      <div style="animation: bounce-small 1.5s infinite; animation-delay: 0.3s;"></div>
      <div style="animation: bounce-small 1.5s infinite; animation-delay: 0.6s"></div>
  </div>
</div>
</div>
      </div>
</a>  </div>

</template></turbo-stream>

</div>
</div>

</main>

<div class="twd-fixed twd-right-2 sm:twd-right-4 md:twd-right-6 lg:twd-right-7 twd-bottom-8 twd-z-20 twd-flex twd-justify-end *:twd-cursor-pointer" data-controller="floating-buttons">
  <div class="twd-flex twd-flex-col twd-gap-y-2 sm:twd-gap-y-3 twd-items-center">
    <div class="twd-relative twd-z-40 twd-drop-shadow-xl twd-cursor-pointer twd-rounded-full
            twd-size-10 medtryck-gradient-animation">
  <div data-action="click->cart#handleCustomerSupportClick" class="twd-size-10 twd-flex twd-justify-center twd-items-center twd-rounded-full">
    <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="twd-size-6 twd-fill-white">
  <path stroke-linecap="round" stroke-linejoin="round" d="M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 0 1-.825-.242m9.345-8.334a2.126 2.126 0 0 0-.476-.095 48.64 48.64 0 0 0-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0 0 11.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155"></path>
</svg>

  </div>
</div>


    <svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"
         class="hover:twd-fill-theme-gray twd-fill-white twd-w-10 twd-transition-all
                hover:twd-w-8 hover:xs:twd-w-9 twd-drop-shadow-md" id="scroll-up-svg"
         data-action="click->floating-buttons#handleScrollUpClick">
      <path d="M19.9987 36.6668C29.2034 36.6668 36.6654 29.2049 36.6654 20.0002C36.6654 10.7954 29.2034 3.3335 19.9987 3.3335C10.794 3.3335 3.33203 10.7954 3.33203 20.0002C3.33203 29.2049 10.794 36.6668 19.9987 36.6668Z" stroke="currentColor" stroke-width="2" />
      <path d="M26.6654 20.0002L19.9987 13.3335L13.332 20.0002" stroke="currentColor" stroke-width="2" />
      <path d="M20 26.6668V13.3335" stroke="currentColor" stroke-width="2" />
    </svg>
  </div>
</div>

  <footer data-controller="footer" class="twd-group twd-bg-black !twd-text-white
   [&_a]:!twd-text-white sm:twd-fixed sm:twd-bottom-0 sm:twd-left-0 sm:twd-z-1 sm:twd-w-full">
    <div class="twd-h-full twd-w-full twd-px-4 xs:twd-px-6 lg:twd-px-10 xl:twd-px-12 2xl:twd-px-16 twd-max-w-screen-4xl twd-mx-auto "><div class="twd-w-full twd-h-full ">
      <div class="top-footer-links twd-pt-[1.6%]
                  [&_*.headline>a]:twd-font-medium
                  sm:[&_*.headline]:twd-mb-[8%] sm:[&_*.subheadline]:twd-mt-[20%]
                  max-sm:[&_*.links]:twd-border-b-[1px] max-sm:[&_*.links]:twd-border-theme-gray
                  max-sm:[&_*.outer]:twd-height-auto
                  max-sm:[&_*.inner]:twd-relative
                  max-sm:[&_*.links>.links-contents]:twd-pb-[2%]
                  max-sm:[&_*.headline]:twd-py-[5%] max-sm:[&_*.headline]:twd-cursor-pointer
                  max-sm:[&_*.headline>.move-icon]:twd-float-right
                  max-sm:[&_*.headline]:twd-text-xl max-sm:[&_*.subheadline]:twd-mt-[10%]">
        <div class="twd-flex twd-flex-wrap">
          <div class="sm:twd-w-1/5 twd-w-full menu-section twd-group/about-us">
            <div class="headline">
              <a href="/om-medtryck">Om Medtryck</a>
              <span class="move-icon sm:twd-hidden twd-inline">
                <span data-action="click->footer#toggle">
                  <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-6 twd-w-6 group-[:has(.headline.active)]/about-us:twd-hidden twd-inline">
  <path fill-rule="evenodd" d="M12 3.75a.75.75 0 0 1 .75.75v6.75h6.75a.75.75 0 0 1 0 1.5h-6.75v6.75a.75.75 0 0 1-1.5 0v-6.75H4.5a.75.75 0 0 1 0-1.5h6.75V4.5a.75.75 0 0 1 .75-.75Z" clip-rule="evenodd"></path>
</svg>

                  <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-6 twd-w-6 group-[:has(.headline.active)]/about-us:twd-inline twd-hidden">
  <path fill-rule="evenodd" d="M4.25 12a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd"></path>
</svg>

                </span>
            </span>
            </div>
            <div class="links">
              <div class="twd-collapsible links-contents twd-collapsed group-[:has(.headline.active)]/about-us:twd-uncollapsed sm:twd-uncollapsed twd-uncollapsed-transition"><div class="twd-overflow-hidden ">
                <ul class="footer-menu list-unstyled *:twd-span hover:*:twd-underline *:twd-mt-1">
                  <li class="sm:twd-hidden twd-block"><a href="/om-medtryck">Om Medtryck</a></li>
                  <li><a href="https://medtryck.com/om-medtryck#vora-policies">Kvalitetspolicy</a></li>
                  <li><a href="https://medtryck.com/om-medtryck#miljopolicy">Miljöpolicy</a></li>
                  <li><a href="https://medtryck.com/om-medtryck#nojd-kundgaranti">Nöjd kundgaranti</a></li>
                  <li><a href="https://medtryck.com/om-medtryck#referenser">Referenser</a></li>
                  <li><a href="https://medtryck.com/om-medtryck#vilka-ar-vi">Vilka är vi</a></li>
                  <li><a href="https://medtryck.com/om-medtryck#jobba-hos-oss">Jobba hos oss</a></li>
                </ul>
                <div class="subheadline">
                  <ul class="footer-menu list-unstyled *:twd-span hover:*:twd-underline *:twd-mt-1">
                    <li><a href="https://medtryck.com/allmanna-villkor">Allmänna Villkor</a></li>
                    <li><a href="https://medtryck.com/sponsring">Sponsring</a></li>
                  </ul>
                </div>
</div></div>            </div>
          </div>
          <div class="sm:twd-w-1/5 twd-w-full menu-section twd-group/customer-support">
            <div class="headline">
              <a href="/kundsupport">Kundsupport</a>
              <span class="move-icon sm:twd-hidden twd-inline ">
                <span data-action="click->footer#toggle">
                  <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-6 twd-w-6 group-[:has(.headline.active)]/customer-support:twd-hidden twd-inline">
  <path fill-rule="evenodd" d="M12 3.75a.75.75 0 0 1 .75.75v6.75h6.75a.75.75 0 0 1 0 1.5h-6.75v6.75a.75.75 0 0 1-1.5 0v-6.75H4.5a.75.75 0 0 1 0-1.5h6.75V4.5a.75.75 0 0 1 .75-.75Z" clip-rule="evenodd"></path>
</svg>

                  <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-6 twd-w-6 group-[:has(.headline.active)]/customer-support:twd-inline twd-hidden">
  <path fill-rule="evenodd" d="M4.25 12a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd"></path>
</svg>

                </span>
              </span>
            </div>
            <div class="links">
              <div class="twd-collapsible links-contents twd-collapsed group-[:has(.headline.active)]/customer-support:twd-uncollapsed sm:twd-uncollapsed twd-uncollapsed-transition"><div class="twd-overflow-hidden ">
                <ul class="footer-menu list-unstyled *:twd-span hover:*:twd-underline *:twd-mt-1">
                  <li class="sm:twd-hidden twd-block"><a href="/kundsupport">Kundsupport</a></li>
                  <li><a href="https://medtryck.com/kundsupport#faqs">FAQ - Frågor och svar</a></li>
                  <li><a href="https://medtryck.com/kundsupport#shopping-steps">Så handlar du</a></li>
                  <li><a href="https://medtryck.com/kundsupport#ordlista">Ordlista</a></li>
                </ul>
</div></div>            </div>
          </div>
          <div class="sm:twd-w-1/5 twd-w-full menu-section twd-group/contact-us">
            <div class="headline">
              <a href="https://medtryck.com/kundsupport#contact-us">Kontakta Oss</a>
              <span class="twd-inline sm:twd-hidden move-icon">
                <span data-action="click->footer#toggle">
                  <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-6 twd-w-6 group-[:has(.headline.active)]/contact-us:twd-hidden twd-inline">
  <path fill-rule="evenodd" d="M12 3.75a.75.75 0 0 1 .75.75v6.75h6.75a.75.75 0 0 1 0 1.5h-6.75v6.75a.75.75 0 0 1-1.5 0v-6.75H4.5a.75.75 0 0 1 0-1.5h6.75V4.5a.75.75 0 0 1 .75-.75Z" clip-rule="evenodd"></path>
</svg>

                  <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-6 twd-w-6 group-[:has(.headline.active)]/contact-us:twd-inline twd-hidden">
  <path fill-rule="evenodd" d="M4.25 12a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd"></path>
</svg>

                </span>
              </span>
            </div>
            <div class="links">
              <div class="twd-collapsible links-contents twd-collapsed group-[:has(.headline.active)]/contact-us:twd-uncollapsed sm:twd-uncollapsed twd-uncollapsed-transition"><div class="twd-overflow-hidden ">
                <ul class="footer-menu list-unstyled *:twd-span hover:*:twd-underline *:twd-mt-1">
                  <li class="sm:twd-hidden twd-block"><a href="https://medtryck.com/kundsupport#contact-us">Kontakta Oss</a>
                  <li><a href="https://medtryck.com/kundsupport#contact-us">Ring/maila oss</a></li>
                  <li><a href="https://medtryck.com/kundsupport#contact-us">Chatta med oss</a></li>
                  <li><a href="https://medtryck.com/kundsupport#contact-us">Besök Oss</a></li>
                </ul>
</div></div>            </div>
          </div>
          <div class="sm:twd-w-1/5 twd-w-full menu-section twd-group/my-pages">
            <div class="headline">
              <a rel="nofollow" href="/mina-sidor/aktuellt">Mina sidor</a>
              <span class="twd-inline sm:twd-hidden move-icon ">
                <span data-action="click->footer#toggle">
                  <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-6 twd-w-6 group-[:has(.headline.active)]/my-pages:twd-hidden twd-inline">
  <path fill-rule="evenodd" d="M12 3.75a.75.75 0 0 1 .75.75v6.75h6.75a.75.75 0 0 1 0 1.5h-6.75v6.75a.75.75 0 0 1-1.5 0v-6.75H4.5a.75.75 0 0 1 0-1.5h6.75V4.5a.75.75 0 0 1 .75-.75Z" clip-rule="evenodd"></path>
</svg>

                  <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-6 twd-w-6 group-[:has(.headline.active)]/my-pages:twd-inline twd-hidden">
  <path fill-rule="evenodd" d="M4.25 12a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd"></path>
</svg>

                </span>
              </span>
            </div>
            <div class="links">
              <div class="twd-collapsible links-contents twd-collapsed group-[:has(.headline.active)]/my-pages:twd-uncollapsed sm:twd-uncollapsed twd-uncollapsed-transition"><div class="twd-overflow-hidden ">
                <ul class="footer-menu list-unstyled *:twd-span hover:*:twd-underline *:twd-mt-1">
                  <li class="sm:twd-hidden twd-block"><a rel="nofollow" href="/mina-sidor/aktuellt">Mina sidor</a>
                  <li><a rel="nofollow" href="/mina-sidor/login">Logga in</a></li>
                  <li><a rel="nofollow" href="/mina-sidor/losenord/new">Glömt lösenord</a></li>
                </ul>
</div></div>            </div>
          </div>
          <div class="sm:twd-w-1/5 twd-w-full menu-section twd-group/my-pages">
            <div class="headline">
              <a href="#">Följ med bakom kulisserna</a>
              <span class="twd-inline sm:twd-hidden move-icon ">
                <span data-action="click->footer#toggle">
                  <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-6 twd-w-6 group-[:has(.headline.active)]/my-pages:twd-hidden twd-inline">
  <path fill-rule="evenodd" d="M12 3.75a.75.75 0 0 1 .75.75v6.75h6.75a.75.75 0 0 1 0 1.5h-6.75v6.75a.75.75 0 0 1-1.5 0v-6.75H4.5a.75.75 0 0 1 0-1.5h6.75V4.5a.75.75 0 0 1 .75-.75Z" clip-rule="evenodd"></path>
</svg>

                  <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" class="twd-h-6 twd-w-6 group-[:has(.headline.active)]/my-pages:twd-inline twd-hidden">
  <path fill-rule="evenodd" d="M4.25 12a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75Z" clip-rule="evenodd"></path>
</svg>

                </span>
              </span>
            </div>
            <div class="links">
              <div class="twd-collapsible links-contents twd-collapsed group-[:has(.headline.active)]/my-pages:twd-uncollapsed sm:twd-uncollapsed twd-uncollapsed-transition"><div class="twd-overflow-hidden ">
                <ul class="footer-menu list-unstyled *:twd-span hover:*:twd-underline *:twd-mt-1">
                  <li>
                    <a rel="nofollow" target="_blank" href="/blog">
                      <div class="twd-flex twd-items-center">
                        <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" class="twd-size-4">
  <path d="M21.731 2.269a2.625 2.625 0 0 0-3.712 0l-1.157 1.157 3.712 3.712 1.157-1.157a2.625 2.625 0 0 0 0-3.712ZM19.513 8.199l-3.712-3.712-8.4 8.4a5.25 5.25 0 0 0-1.32 2.214l-.8 2.685a.75.75 0 0 0 .933.933l2.685-.8a5.25 5.25 0 0 0 2.214-1.32l8.4-8.4Z"></path>
  <path d="M5.25 5.25a3 3 0 0 0-3 3v10.5a3 3 0 0 0 3 3h10.5a3 3 0 0 0 3-3V13.5a.75.75 0 0 0-1.5 0v5.25a1.5 1.5 0 0 1-1.5 1.5H5.25a1.5 1.5 0 0 1-1.5-1.5V8.25a1.5 1.5 0 0 1 1.5-1.5h5.25a.75.75 0 0 0 0-1.5H5.25Z"></path>
</svg>

                        <div class="twd-ml-2">Medtryck Blogg</div>
                      </div>
</a>                  </li>
                  <li>
                    <a target="_blank" href="https://www.instagram.com/medtryck/">
                      <div class="twd-flex twd-items-center">
                        <img class="twd-size-4" src="https://d3c1gbjzpw0rb3.cloudfront.net/assets/front/instagram-a22ef02fd85e57f04a659c362a373cc1dc0c4a71d07ed5bec0e51c3616e95e96.webp" />
                        <div class="twd-ml-2">Instagram</div>
                      </div>
</a>                  </li>
                  <li>
                    <a target="_blank" href="https://www.facebook.com/medtryck">
                      <div class="twd-flex twd-items-center">
                        <img class="twd-size-4" src="https://d3c1gbjzpw0rb3.cloudfront.net/assets/front/facebook-logo-e4f800e0d10a646d1911a5463b1659d35172b430b109921360f455e51e4f2f80.svg" />
                        <div class="twd-ml-2">Facebook</div>
                      </div>
</a>                  </li>
                  <li>
                    <a target="_blank" href="https://www.linkedin.com/company/medtryck.com">
                      <div class="twd-flex twd-items-center">
                        <img class="twd-size-4" src="https://d3c1gbjzpw0rb3.cloudfront.net/assets/front/linkedin-logo-9b13306fd1700b7f9184b85c413ebb9e7eef5c172ae485c802f1c19260bc0640.svg" />
                        <div class="twd-ml-2">LinkedIn</div>
                      </div>
</a>                  </li>
                </ul>
</div></div>            </div>
          </div>
        </div>
      </div>
      <div class="twd-flex twd-justify-between twd-items-center [&_img]:twd-inline twd-mt-[3%]">
        <div class="twd-flex twd-items-center sm:twd-gap-10 twd-gap-6">
          <div class="max-xs:twd-h-8 twd-h-11 sm:twd-h-14 lg:twd-h-16 twd-w-auto">
            <img alt="DI Gasell" class="twd-h-full twd-w-auto twd-object-contain" src="https://d3c1gbjzpw0rb3.cloudfront.net/assets/front/awards/di-gasell-7024210020fc708663ac4118167304c14949a653bcd46b8e7a595e8971413eb9.png" />
          </div>
          <div class="max-xs:twd-h-8 twd-h-11 sm:twd-h-14 lg:twd-h-16 twd-w-auto">
            <img alt="AAA" class="twd-h-full twd-w-auto twd-object-contain" src="https://d3c1gbjzpw0rb3.cloudfront.net/assets/front/awards/aaa-4f498ee004b4edd85513df0de7fdee5493f803e3e1b0a8f87aa2091a57dae6d3.png" />
          </div>
          <div class="max-xs:twd-h-8 twd-h-11 sm:twd-h-14 lg:twd-h-16 twd-w-auto">
            <img alt="SBcert" class="twd-h-full twd-w-auto twd-object-contain" src="https://d3c1gbjzpw0rb3.cloudfront.net/assets/front/awards/sb-cert-5f1347603649e1caa0951482229320e0972e291ee509996837bde29b511dcd21.png" />
          </div>
        </div>
        <div class="twd-flex twd-flex-col twd-items-center">
          <img alt="AAA" class="twd-h-8 sm:twd-h-18 lg:twd-h-22 twd-w-auto twd-object-contain" src="https://d3c1gbjzpw0rb3.cloudfront.net/assets/front/google-size-937df4da7630f34847f7763d0886f03a32e3f81e0716c86e5abf94e00a36b4b6.jpg" />
          <div class="twd-flex twd-items-center sm:twd-gap-3 twd-gap-1">
            <div class="twd-text-orange twd-text-xl sm:twd-text-3xl">4.9</div>
            <div><div class="twd-flex"><svg class="sm:twd-size-8 twd-size-5"><defs><linearGradient id="star" x1="0%" x2="100%" y1="0%" y2="0%"><stop offset="0%" stop-color="#EE7201"></stop><stop offset="100%" stop-color="#EE7201"></stop></linearGradient></defs><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" style="fill: url(#star)">
  <path fill-rule="evenodd" d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z" clip-rule="evenodd"></path>
</svg>
</svg><svg class="sm:twd-size-8 twd-size-5"><defs><linearGradient id="star" x1="0%" x2="100%" y1="0%" y2="0%"><stop offset="0%" stop-color="#EE7201"></stop><stop offset="100%" stop-color="#EE7201"></stop></linearGradient></defs><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" style="fill: url(#star)">
  <path fill-rule="evenodd" d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z" clip-rule="evenodd"></path>
</svg>
</svg><svg class="sm:twd-size-8 twd-size-5"><defs><linearGradient id="star" x1="0%" x2="100%" y1="0%" y2="0%"><stop offset="0%" stop-color="#EE7201"></stop><stop offset="100%" stop-color="#EE7201"></stop></linearGradient></defs><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" style="fill: url(#star)">
  <path fill-rule="evenodd" d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z" clip-rule="evenodd"></path>
</svg>
</svg><svg class="sm:twd-size-8 twd-size-5"><defs><linearGradient id="star" x1="0%" x2="100%" y1="0%" y2="0%"><stop offset="0%" stop-color="#EE7201"></stop><stop offset="100%" stop-color="#EE7201"></stop></linearGradient></defs><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" style="fill: url(#star)">
  <path fill-rule="evenodd" d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z" clip-rule="evenodd"></path>
</svg>
</svg><svg class="sm:twd-size-8 twd-size-5"><defs><linearGradient id="star90" x1="0%" x2="100%" y1="0%" y2="0%"><stop offset="0%" stop-color="#EE7201"></stop><stop offset="90%" stop-color="#EE7201"></stop><stop offset="91%" stop-color="#EE7201"></stop><stop offset="100%" stop-color="#D9D9D9"></stop></linearGradient></defs><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" fill="currentColor" aria-hidden="true" data-slot="icon" style="fill: url(#star90)">
  <path fill-rule="evenodd" d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z" clip-rule="evenodd"></path>
</svg>
</svg></div></div>
          </div>
        </div>
      </div>
      <div class="bottom twd-mt-[3%] twd-mb-[2.9%] max-sm:twd-pb-[7%] twd-flex twd-flex-wrap">
        <div class="sm:twd-w-1/2 lg:twd-w-2/5 twd-w-full *:twd-small">
          <small class="twd-inline-block sm:twd-hidden">©</small>
          <small>Medtryck Sverige AB</small>
          <small class="twd-hidden sm:twd-inline-block">, Söder Mälarstrand 65, 118 25 Stockholm</small>
        </div>
        <div class="twd-flex twd-justify-around sm:twd-w-1/2 lg:twd-w-3/5">
          <div class="twd-hidden sm:twd-inline-block">
            <small class="twd-small">08 - 30 37 00</small>
          </div>
          <div class="twd-hidden sm:twd-inline-block">
            <small class="twd-small">556799-4529</small>
          </div>
          <div class="twd-hidden sm:twd-inline-block">
            <small class="twd-small">© 2026</small>
          </div>
        </div>
      </div>
</div></div>  </footer>

</div>


</body></html>