/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}/* ==========================================================================
   Variable
   ========================================================================== */
:root {
	--page-width: 1600px;
	--content-width: 1440px;
	--content-gap: 50px;
	--secondary-bg-color: #FEF3E2;
}

/* ==========================================================================
   Base
   ========================================================================== */
html {
	font-family: 'Open sans', sans-serif;
	font-size: 13px;
	line-height: 1.45;
	color: #222;
	-webkit-font-smoothing: antialiased;
}
body {
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 400;
}
h3, h4, h5, h6 {
	font-weight: 600;
}
h1 {
	font-size: 24px;
	line-height: 1.25;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 10px;
}
p {
	margin: 0 0 10px;
}
b,
strong,
th {
	font-weight: 600;
}
th,
td {
	text-align: left;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input,
textarea {
	padding: 5px 6px;
	border: 1px solid #c2c2c2;
	border-radius: 2px;
	color: #222;
}
input:focus,
textarea:focus {
	border-color: #b2b2b2;
	outline: none;
}
select {
	padding: 2px 3px;
	font-size: 11px;
}
input[type="checkbox"],
input[type="radio"] {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	line-height: normal;
	cursor: pointer;
}
/* Custom checkbox and radio button */
input[type="radio"],
input[type="checkbox"] {
	display: none;
	display: inline-block\9;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	cursor: pointer;
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
	display:inline-block;
	display: none\9;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	margin-top: 3px;
	border: 1px solid #a9a9a9;
	border-radius: 2px;
	background: #f9f9f9;
	background: linear-gradient(#f9f9f9, #e9e9e9);
	vertical-align: top;
	content: '';
}
input[type="radio"] + label:before {
	border-radius: 50%;
}
input[type="radio"]:checked + label:before {
	background: #f9f9f9 url(//wgrremote.se/img/mixed/checkbox-radio-2.png) center no-repeat;
	background-size: 6px;
}
input[type="checkbox"]:checked + label:before {
	background: #f9f9f9 url(//wgrremote.se/img/mixed/checkbox-box-2.png) center no-repeat;
	background-size: 8px;
}
input[type="radio"]:disabled + label:before,
input[type="checkbox"]:disabled + label:before {
	background: #bbb;
	cursor: default;
}
hr {
	display: block;
	height: 1px;
	margin: 15px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #cfcfcf;
}
/* ==========================================================================
   Grid
   ========================================================================== */
/* Grid styles */
.grid {
	margin-left: -20px;
}
.grid:before,
.grid:after {
	content: "";
	display: table;
}
.grid:after {
	clear: both;
}
.grid-item {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}
.grid--middle .grid-item {
	vertical-align: middle;
}
.grid-item-1-1 {
    width: 100%;
}
.grid-item-1-2 {
	width: 50%;
}
.grid-item-1-3 {
	width: 33.33%;
}
.grid-item-2-3 {
	width: 66.66%;
}
.grid-item-1-4 {
	width: 25%;
}
.grid-item-1-6 {
	width: 16.66%;
}
/* ==========================================================================
   Layout
   ========================================================================== */
.l-holder {
	position: relative;
	max-width: var(--content-width);
	margin: 0 auto;
	border-radius: 5px;
	background-color: #fff;
}
.view-categories .l-holder,
.view-home .l-holder {
	max-width: none;
}

.l-constrained {
	position: relative;
	max-width: var(--content-width);
	margin-left: auto;
	margin-right: auto;
}
.l-header {
	position: relative;
	margin-top: 5px;
}

.l-header__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.l-header__left {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 355px;
}

.l-header__left__right {
	padding-left: 10px;
}
.l-header__left__bottom p {
	margin-bottom: 0;

    font-size: 14px !important;
    text-transform: uppercase;
    text-align: left !important;
}

.l-header__right {
	position: relative;
    display: flex;
    flex-direction: column;
	gap: 15px;

    max-width: 50%;
    width: 100%;
}
.l-header__right__top {
	display: flex;
    justify-content: flex-end;
}
.l-header__right__top ul {
	display: flex;
	gap: 15px;

	margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.l-header__right__top li {
	display: inline-flex;
}
.l-header__right__bottom {
	display: flex;
    justify-content: space-between;
}
.l-header__right__bottom__left {
	width: 100%;
}
.l-header__right__bottom__right {
	display: flex;
    gap: 15px;
    align-items: center;
    flex-shrink: 0;

	margin-left: 15px;
}

.l-header__bottom {
	display: flex;
}

.l-header__middle {
	overflow: hidden;
	text-align: center;
	padding-left: 42px;
	padding-right: 0px;
	padding-top: 10px;
}

.l-header__right p,
.l-header__right h1,
.l-header__right h2,
.l-header__right h3,
.l-header__right h4,
.l-header__right h5,
.l-header__right h6 {
	margin-bottom: 0;
}

.l-menubar {
	position: relative;
	z-index: 10;
	min-height: 41px;

	border: 1px solid #505153;

	background-color: #1c1c1d;
}
.l-menubar__inner {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.is-menubar-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.l-info-banner {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
    
    background: #ffd5d3;
    text-align: center;
}
.l-info-banner p {
    margin-bottom: 0;
}

.l-main {
	overflow: hidden;
}
.l-inner {
	margin-left: 0;
	margin-right: 0;

	position: relative;
}
.view-checkout .l-inner {
	margin-left: 0;
	margin-right: 0;
}
.l-sidebar,
.l-sidebar-primary {
	width: 180px;
}
.l-sidebar-primary {
	margin-right: 15px;
	float: left;
}
.l-sidebar {
	margin-left: 15px;
	float: right;
}

.l-sidebar .prisjakt {
	margin-top: 2px;
}
.l-sidebar .prisjakt p{
	margin-bottom: 0px;
}

/* Footer */
.footer-banner {
	max-width: 1440px;
	margin-bottom: var(--content-gap);
    margin-left: auto;
    margin-right: auto;

	font-size: 28px;
	text-transform: uppercase;
}
.footer-banner h2,
.footer-banner h3 {
	margin-bottom: 0;

	font-size: 58px;
	font-weight: 700;
	text-transform: uppercase;
}
.footer-banner a {
	display: inline-block;
    border-radius: 0;
    padding: 16px 30px;

    background-color: #000000;
    color: #fff;
    font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
    cursor: pointer;
}
.footer-banner a:hover {
	text-decoration: none;
	background-color: #222222;
}

.footer-banner p {
	margin-bottom: 0;
}
.footer-banner p:has(a) {
	display: inline-block;
}

.footer-banner .grid {
	position: relative;
	margin-left: 0;
}
.footer-banner .grid::after,
.footer-banner .grid::before {
	content: none;
}
.footer-banner .grid-item {
	margin-bottom: 0;
	padding-left: 0;
}

.footer-banner .grid .grid {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 1%;

    display: flex;
    align-items: center;
    justify-content: center;

	max-width: 40%;
    width: 100%;
}

.footer-banner .grid .grid .grid-content {
	display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
}

.footer-banner .grid .grid .grid {
	position: relative;

	margin-top: 30px;
	max-width: none;
}
.footer-banner .grid .grid .grid .grid-content {
	justify-content: center;
	flex-direction: row;
	gap: 15px;
	flex-wrap: wrap;
}

.footer-bar {
	border-top: 1px solid #ccc;
	padding-bottom: 30px;
	padding-top: 30px;
	
	background: #fff;
	color: #000;
}

.footer-bar p {
	margin-bottom: 0;
}

.footer-bar .grid {
	margin-left: 0;
}
.footer-bar .grid-4 {
	gap: 10px;
}

.footer-bar .grid-item {
	padding-left: 0;
    margin-bottom: 0;
}

.footer-bar .grid-2 .grid-item {
	width: 100%;
}
.footer-bar .grid-2 {
    display: flex;
	align-items: center;
    flex-direction: column;
    justify-content: center;
	gap: 5px;

    text-align: center;
}
.footer-bar .grid .grid:before,
.footer-bar .grid .grid:after {
	content: none;
}

.l-footer {
	margin-bottom: 15px;
	overflow: hidden;
	
	background: #000;
	color: #fff;
}
.l-footer h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.l-footer a {
	color: #fff;
}
.footer-bottom {
	border-top: 1px solid #1c1c1d;
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
}
.footer-sections {
	display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
    justify-content: space-between;

    margin-bottom: 20px;
}
.l-footer-col-1 a,
.l-footer-col-2 a,
.l-footer-col-3 a {
	text-decoration: underline;
}
.l-footer-col-4 a {
	display: block;
	margin-bottom: 15px;
}
.l-footer-col-4 ul {
	margin: 0;
    padding-left: 0;
    list-style-type: none;
}

.l-footer-col-overflow {
	overflow: hidden; /* Overflow hidden layout */
}

.footer-newsletter input {
	border-radius: 0;
	padding: 14px;
    width: 100%;
    max-width: none;

	font-size: 14px;
}

.footer-newsletter .btn {
	border-color: #B90000;
	padding-top: 8px;
    padding-bottom: 8px;
    max-width: 100%;
	width: auto;
	
    background: #B90000;
    font-size: 16px;
    text-align: center;
	text-transform: uppercase;
}

.l-footer-payment {
	border-top: 1px solid #1c1c1d;
	padding-bottom: 50px;
	padding-top: 50px;
}
.l-footer-payment__cols {
	display: flex;
    align-items: center;
	justify-content: space-between;
    gap: 25px;

	padding-left: 15px;
    padding-right: 15px;
}
.l-footer-payment__col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;

	max-width: 33%;
    width: 100%;
}
.l-footer-payment__inner__col--1 {
	gap: 5px;
}
.l-footer-payment__inner__col--2 {
	margin-left: auto;
    margin-right: auto;
    width: 155px;
}
.l-footer-payment__inner__col--3 {
	justify-content: flex-end;
}
.l-footer-payment__inner__col--1__header {
	font-size: 16px;
	font-weight: 500;
}
.l-footer-payment__col h4 {
	font-size: 18px;
    font-weight: 700;
	text-transform: uppercase;
}
.payment-wrapper {
	display: flex;
	align-items: center;
	gap: 1em;
}
.footer-newsletter {
	display: flex;

	max-width: 450px;
    width: 100%;
}
.l-footer-payment .payment-logo--list {
	display: inline-block;
	max-width: 80px;
	max-height: 70px;
	padding: 0;
	margin: 0;
}
.l-footer-payment .klarna-logo-list {
	max-width: 330px;
}
/* Productpage */
.l-product {
	position: relative;

	margin-bottom: 40px;
	overflow: hidden;
}
.l-product-col-1,
.l-product-col-3 {
	width: 45%;
	float: left;
}
.l-product-col-1 {
	display: flex;
	gap: 25px;
}

.l-product-col-2 {
	float: right;
	width: 50%;
}
.l-product-col-3 {
	clear: left;
}
/* Checkout */
.l-checkout {
	margin-top: 15px;
	margin-bottom: 15px;
}
.l-checkout-col-1,
.l-checkout-col-1-2 {
	float: left;
	width: 45%;
	padding-left: 10px;
}
.l-checkout-col-1-2 {
	clear: left;
}
.l-checkout-col-1-inner {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 10px 20px 20px;
	background-color: #fcfcfc;
	border: 1px solid #e5e5e5;
	border-top-width: 2px;
}

.l-checkout-col-1-inner--top {
	background: none;
	border-style: none;
	border-top: 2px solid #e5e5e5;
	padding-left: 10px;
}

.l-checkout-col-1-inner--top p {
	margin-top: 15px;
}

.l-checkout-col-2 {
	float: right;
	width: 55%;
	padding-left: 35px;
	padding-right: 10px;
}
.l-checkout-col-2-inner {
	padding-top: 17px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	border-top: 2px solid #e5e5e5;
}
.l-autocomplete {
    position: absolute;
	top: calc(18vh + 10px);
    left: calc(50vw + 348px);
    z-index: 99;
	max-width: 500px;
	margin-left: -560px;

    width: 100%;
    display: none;
    padding: 30px 20px;
    background: #fff;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 4px 4px;
    color: #222;
}
.is-autocomplete-active .l-autocomplete {
    display: block;
}

.text-and-progress {
    display: inline-block;
}

.free-shipping-text {
    display: inline-block;
    margin-right: 10px;  /* Optional: space between text and progress bar */
}

.progress-bar {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.progress {
    height: 20px;
    background-color: #008000;
    width: 50%;
    transition: width 0.4s ease;
}

.show-more-search {
    text-align: center;
    font-size: 32px;
    text-decoration: underline;
    margin-bottom: 30px;
}

.site-search__close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #222;
    font-weight: 600;
}

.prisjakt-report {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
/*
 * Search Page
 */

.l-search-col-1 {
    /*float: left;*/
    width: 100%;
    margin-right: 20px;
}
.l-search-col-2 {
    /*overflow: hidden;*/
    padding-top: 25px;
    padding-bottom: 25px;
}
/* ==========================================================================
   Modules
   ========================================================================== */
/* Media Object  */
.media {
	margin-bottom: 15px;
}
.media,
.media-body {
	overflow: hidden;
}
.media-img {
	margin-right: 15px;
	float: left;
}
.media-img img {
	display: block;
}
.table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.table td,
.table th {
	padding: 0;
}
.default-table {
	width: 100%;
}
.default-table > thead > tr {
	border-bottom: 1px solid #e2e2e2;
}
.default-table > thead th {
	padding: 8px;
}
.default-table > tbody td {
	padding: 8px;
}
.label-wrapper {
	padding-left: 20px;
}
.label-wrapper > label {
	position: relative;
}
.label-wrapper > label:before {
	position: absolute;
	margin-left: -20px;
}
/* List in horizontal mode  */
.nav,
.nav-block,
.nav-float {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.nav > li,
.nav > li > a {
	display: inline-block;
}
.nav-float > li {
	float: left;
}
.nav-block > li > a {
	display: block;
}
.nav-tick li {
	margin-right: 10px;
}
.nav-tick {
	margin-bottom: 10px;
}
/* Clean list */
.block-list {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.list-info dd {
	margin: 0 0 15px;
}
/* Clean button */
.neutral-btn {
	padding: 0;
	border-style: none;
	background-color: transparent;
	outline: none;
   -webkit-appearance: none;
   	  -moz-appearance: none;
   		   appearance: none;
}
.breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;

	margin-bottom: 15px;
	margin-top: 15px;
}
.breadcrumbs a,
.breadcrumbs > li {
	color: #000;
	font-size: 12px;
}
.breadcrumbs .wgr-icon {
	margin-left: 2px;
	margin-right: 2px;
	color: #000;
}

/* Sorting */
.sort-section {
    border: 1px solid #ddd;
	margin-bottom: 15px;
    padding: 15px 10px;
}
.sort-section > li {
	margin-right: 4px;
}
.category-sorting-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;

	margin-bottom: 30px;
}
.category-sorting {
    border-radius: 0;
    border-color: #707070;
	padding: 8px 14px;
	margin-left: 10px;

    font-size: 14px;
}
.category-sorting--label {
	font-weight: 700;
	text-transform: uppercase;
}
/* Used at ex: .sort-section and .rewies  */
.highlight-bar {
	margin-top: 10px;
    padding: 5px 0;
    font-size: 26px;
    font-weight: 400;
}
.startpage-bar {
	margin-top: 10px;
	padding: 5px 10px;
    font-size: 26px;
	font-weight: 400;
}
.input-highlight {
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff 70%, #eee);
}
.input-highlight:focus {
	border-color: #dcdcdc;
}
.site-logo {
	display: inline-block;
}
.site-banner {
	width: 83px;
	height: 83px;
	background: url(../design/lego-logo.png) no-repeat;
	background-size: contain;
}
.header-text {
	margin-bottom: 15px;
}
.vat-selector {
	position: absolute;
	bottom: -15px;
	right: 5px;
}
.vat-selector label {
	margin-left: 4px;
}

/* Startpage section */
.startpage-top {
	margin-bottom: 40px;
}
.startpage-big-banner {
	margin-bottom: var(--content-gap);
}
.startpage-big-banner__inner {
	max-width: 1440px;
    margin-left: auto;
    margin-right: auto;

	font-size: 28px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.startpage-big-banner h2,
.startpage-big-banner h3 {
	margin-bottom: 0;

	font-size: 58px;
	font-weight: 700;
	text-transform: uppercase;
}
.startpage-big-banner a {
	display: inline-block;
    border-radius: 0;
    padding: 16px 30px;
	margin-top: 15px;

    background-color: #000000;
    color: #fff;
    font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1;
    cursor: pointer;
}
.startpage-big-banner a:hover {
	text-decoration: none;
	background-color: #222222;
}

.startpage-big-banner p {
	margin-bottom: 0;
}
.startpage-big-banner p:has(a) {
	display: inline-block;
}

.startpage-big-banner .grid {
	position: relative;
	margin-left: 0;
}
.startpage-big-banner .grid::after,
.startpage-big-banner .grid::before {
	content: none;
}
.startpage-big-banner .grid .grid-content {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.startpage-big-banner .grid-item {
	margin-bottom: 0;
	padding-left: 0;
}

.startpage-big-banner .grid .grid {
    display: flex;
    align-items: center;
    justify-content: center;

	padding-left: 60px;
}

.startpage-big-banner .grid .grid .grid-content {
    flex-direction: column;
	text-align: center;
}

.flexslider {
	width: 100%;
}

.flex-image-text {
	display: block;
	margin-top: 5px;

	font-size: 11px;

	text-align: right;
}

.startpage-intro {
	padding: 34px 24px;
	margin-bottom: var(--content-gap);
	
	background: #f4f4f4;

}
.startpage-intro h1 {
	font-size: 30px;
	font-weight: 700;
}
.startpage-intro .grid-2 {
	display: flex;
	align-items: center;
	gap: 20px;

	margin-left: 0;
}
.startpage-intro .grid-item {
    padding-left: 0;
    margin-bottom: 0;
}
.startpage-intro .grid-2::after,
.startpage-intro .grid-2::before {
	content: none;
}

.startpage-intro p:last-of-type a {
    border-radius: 0;
    padding: 16px 30px;

    background-color: #000;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
.startpage-intro p:last-of-type a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.slick-track {
	padding-bottom: 4px;
	padding-top: 4px;
}
.start-slick {
	margin-left: 10px !important;
}
.start-slick .product-item {
	margin-right: 15px;
	padding: 0;
}

.start-slick .product-item__img {
	display: flex;
    align-items: center;
    justify-content: center;

	border: 1px solid #cccccc;
	overflow: hidden;
}

.slick-arrow {
	position: absolute;
	top: calc(50% - 17px);
	left: 0;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
    border: 1px solid #7a7a7a;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	
	background: #fff;
	color: #000;
	font-size: 22px;
}
.slick-arrow .wgr-icon {
	cursor: pointer;
}
.slick-arrow.slick-next {
	left: auto;
	right: 0;
}

/* Startpage News section */
.startpage-news-holder {
	display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
    margin-bottom: 40px;
	margin-left: 0;
}
.news-body {
	display: flex;
	flex-direction: column;
}

/* Main navigation section */
.site-nav {
	float: left;
}
.site-nav--right ul {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	list-style-type: none;
}
.site-nav > li > span,
.site-nav > li > a,
.site-nav--right > ul > li > a {
	display: block;
	padding: 0 15px;
	color: #fff;
	font-weight: 600;
	line-height: 41px;
	white-space: nowrap; /* Fix for overlapping text in ie8 */
	cursor: pointer;
}
.site-nav > li > span:hover,
.site-nav > li:hover,
.site-nav > li > a.selected,
.site-nav--right > ul > li > a:hover {
	background: #000;
}
.site-nav--right > ul > li > a:hover,
.site-nav > li > a:hover {
	text-decoration: none;
}

.site-nav__home .wgr-icon {
	position: relative;
	top: -2px;
	font-size: 16px;
	vertical-align: middle;
}
li.site-nav__store > a {
	position: relative;
	color: #ffff00;
}
li.site-nav__store > a:after {
	content: url(../design/menu-legos.png);
	position: absolute;
    right: -50px;
    top: -10px;
}
li.site-nav__campaigns > a {
	position: relative;

/*	text-transform: uppercase;*/
}
/* Languages section */
.lang-changer select {
	vertical-align: middle;
}

.lang-changer a:hover {
	text-decoration: none;
}
/* Primary search section */
.site-search {
	position: relative;
	
	display: flex;
    justify-content: space-between;
	
	border: 1px solid #707070;
	border-radius: 0;
	max-width: 450px;
	overflow: hidden;
}
.site-search__input {
	padding: 14px 18px;
	width: 100%;
	
	background: #fff;
	color: #000;
	font-size: 14px;	
}
.site-search__input::placeholder {
	color: #777;
}

.site-search__btn {
	display: flex;
    align-items: center;
	flex-shrink: 0;

	padding: 0;
	margin-right: 15px;
    margin-left: 15px;
	
	color: #000;
	text-align: right;
	font-size: 17px;
}
/* Block section */
.module {
	margin-bottom: 15px;
}
.module__heading {
	margin: 0;
	padding: 7px 10px;

	border-radius: 4px 4px 0 0;
	border: 1px solid #ccc;
	border-bottom-style: none;

	background-color: #f3f3f3;
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 4%, #f6f6f6 4%, #eee 100%);

	font-weight: 600;
	color: #222;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.module__body {
	padding: 10px;
	border: 1px solid #ccc;
	border-top-color: #cecece;
	background: #fff;
}
/* Secondary navigation */
.listmenu {
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
}
.listmenu > .category-id--432 > a {
	background: #f7f48d;
}
.listmenu a {
	position: relative;
	display: block;
	color: #222;
}
.listmenu .selected {
	font-weight: 600;
}
.listmenu-0 {
	padding-left: 0;
}

.listmenu-0 > li > a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 17px;
}
.listmenu-1 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	background: #fff;
}
.listmenu-1 > li > a {
	padding-top: 4px;
	padding-bottom: 4px;
}
/* Bokmärke för Petter */
.mobile-listmenu .product-item a {
	padding: 0;
}
.mobile-listmenu .product-item__buttons a {
	display: inline-block;
	padding: 6px 9px;
}

/* Toggle menu */
li .listmenu {
	display: none;
}
.is-listmenu-opened > .listmenu {
	display: block;
}
/* Icon font */
.menu-node {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 15px;
	height: 12px; /* Same as font-size */
	font-size: 12px;
	color: #000;
}
/* Grid for product-items and category-items */
/* Sub-modules: .grid-gallery--products and .grid-gallery--categories */
.grid-gallery,
.list-gallery {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.grid-gallery {
	margin-left: -2%;
}
.grid-gallery > li {
	display: inline-block;
	width: 18%;
	margin-left: 2%;
	margin-bottom: 2%;
	background: #fff;
	vertical-align: top;
	cursor: pointer;
	zoom: 1;
}
.grid-gallery > li:hover {
    opacity: 0.8;
}
.view-home .grid-gallery > li {
	width: 31.3333%;
}
.view-checkout .grid-gallery > li {
	width: 31%;
}
.l-autocomplete .grid-gallery > li,
.view-search .grid-gallery > li {
    width: 31%;
}
.list-gallery > li {
	margin-bottom: 15px;
}
.list-gallery > li:last-child {
	margin-bottom: 0;
}

.grid-gallery.grid-gallery--categories-extra .category-item__img {
	margin-bottom: 0;
}
.grid-gallery.grid-gallery--categories-extra .category-item__body__title {
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;

	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.grid-gallery--wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;

	margin-bottom: 15px;
}
.grid-gallery-title {
	font-size: 26px;
	font-weight: 500;
}
.grid-gallery-url {
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	text-transform: uppercase;
}

/* Modifications for category  */
.grid-gallery--categories {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 30px;

	margin-bottom: var(--content-gap);
	margin-left: 0;
}
.grid-gallery .category-item {
	border-style: none;
	margin-left: 0;
    margin-bottom: 0;
	padding: 0;
	width: 100%;
}
.grid-gallery .category-item:hover {
	border-style: none;
	opacity: 0.8;
}

/* Modifications for startpage  */
.view-home .grid-gallery {
	margin-bottom: var(--content-gap);
	margin-left: 0;
}
.view-home .grid-gallery--categories {
	display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 15px;

    margin-bottom: var(--content-gap);
	margin-left: 0;
}

.view-home .grid-gallery--categories > li {
	border-style: none;
	margin-left: 0;
    margin-bottom: 0;
    padding: 0;
	width: 100%;
}

.grid-gallery.grid-gallery--categories-extra {
	display: grid;
    grid-template-columns: repeat(7,1fr);
    grid-gap: 15px;

    margin-bottom: 0;
	margin-left: 0;
}
.grid-gallery.grid-gallery--categories-extra > li {
	border-style: none;
	margin-left: 0;
    margin-bottom: 0;
    padding: 0;
	width: 100%;
}
.featured-wrapper-color {
	margin-bottom: var(--content-gap);
	padding-bottom: 35px;
	padding-top: 35px;
	background-color: #FEF3E2;
}

.recommended-holder {
	position: relative;
}
.recommended-title {
	display: flex;
    justify-content: space-between;
    align-items: center;
	
	margin-top: 10px;
    padding: 5px 10px;
}
.recommended-title h2 {
	font-size: 26px;
    font-weight: 400;
}
.recommended-title a {
	font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
}

/* Product-item style */
.product-item {
	position: relative;
}
tr.product-item {
	border: 1px solid #cccccc;
}
tr.product-item td {
	padding: 10px 0 10px 0;
}
tr.product-item td:first-child {
	padding-left: 10px;
}
tr.product-item td:last-child {
	padding-right: 10px;
}
.product-item__upperText {
	text-align: center;
}
.product-item__img {
	position: relative;

	display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccccc;

	padding-bottom: 100%;
	margin-bottom: 7px;
	text-align: center;
}

.product-item__img a {
	position: absolute;
	inset: 0;
}

.product-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.is-product-image-toggle img:last-child {
	opacity: 0;
}
.product-item__heading {
	height: 35px;
	overflow: hidden; /* clip text */
	margin-bottom: 7px;
	font-size: 13px;
	line-height: 1.3;
}
.product-item__price-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-item .price {
	font-size: 18px;
}
.product-item__buttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	margin-top: 7px;
}
.product-item__buttons .btn {
	width: 100%;
	
	font-size: 16px;
	text-align: center;
}

.product-item__buttons .btn--primary {
    border-color: #000;
	border-radius: 0;
	padding: 15px 30px;

	background-image: none;
    background-color: #000;
	text-decoration: none;
}

.product-item__buttons .btn +.btn {
	margin-left: 10px;
}

.is-filled .wishlist--off,
.wishlist--on {
	display: block;
}
.is-filled .wishlist--on,
.wishlist--off {
	display: none;
}

/* Product list, row style */
.list-rows-table {
	width: 100%;
	max-width: 700px;
	border-collapse: collapse;
}
.list-rows-image {
	max-height: 50px;
	max-width: 50px;
}
/* Category-item style */
.category-item {
	text-align: center;
}
.category-item-background .category-item__heading a {
	color: #fff;
}

.category-item__heading {
	padding: 6px;
	overflow: hidden;
}
.category-item__heading a {
	color: #000;
	font-size: 16px;
    font-weight: 700;
	text-decoration: none;
}
/* Category section */
.category-description {
	display: flex;
	align-items: flex-end;
    justify-content: center;
	
	height: 300px;
}
.category-description__background {
	position: absolute;
	inset: 0;

	height: 300px;
	width: 100%;
	object-fit: cover;
}
.category-description__text {
	position: relative;

	height: 240px;
	padding: 30px;
	max-width: 600px;
	overflow-y: auto;

	background-color: #fff;
	text-align: center;
	font-size: 16px;
}

.category-lead {
	margin-bottom: 10px;
}
/* Product section */
.product-title {
	margin-bottom: 25px;

	font-size: 26px;
    font-weight: 500;
}
.product-carousel {
	height: 400px;
	margin-bottom: 15px;
	line-height: 400px;
	text-align: center;

	position: relative;
}
.zoomable-images,
.zoomable-images a {
	cursor: zoom-in;
}
.product-thumbs {
	margin-bottom: 15px;
	font-size: 0; /* Fix: Removes whitespace */
}
.product-thumbs img {
	height: 50px;
	margin-top: 5px;
	margin-right: 5px;
	cursor: pointer;
}
.product-option-spacing {
	padding-right: 10px;
	padding-bottom: 7px;
}
.product-cart-button-wrapper {
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

	margin-bottom: 15px;
}
.product-cart-button-wrapper .btn--primary {
	border-style: none;
	border-radius: 0;
    padding: 15px 24px;
	width: 100%;
	
	background-color: #FED12F;
	background-image: none;
	color: #000;
    font-size: 14px;
    font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
.product-cart-button-wrapper .btn--secondary {
	border-radius: 0;
    padding: 14px 10px;

	font-size: 14px;
    font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
.product-quantity {
	border: 1px solid #ccc;
	border-radius: 0;
	height: 44px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 44px;

	font-size: 16px;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
.product-quantity-wrapper {
	display: flex;
    align-items: center;
}
.product_wishlist-wrapper {
	flex-shrink: 0;
}
.productpage-quantity-span {
    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #ccc;
	border-left-style: none;
    height: 44px;
    width: 44px;

	cursor: pointer;
}
.productpage-quantity-span:first-of-type {
	border-right-style: none;
	border-left-style: solid;
}

.product-custom-fields {
	margin-left: 5px;
	margin-top: 10px;
}
.product-price-field {
	margin-bottom: 25px;
}
.product-price-field .price {
	font-size: 22px;
	font-weight: 700;
}
.product-stock {
	margin-bottom: 10px;
}
.product-stock-item {
	display: none; /* Show them with js */
}
.product-stock-item__text {
	font-size: 14px;
	vertical-align: middle;
}
.product-stock-item .wgr-icon {
	vertical-align: middle;
	font-size: 16px;
}
.in-stock .wgr-icon {
	color: #3eac0d;
}
.on-order .wgr-icon {
	color: #eba709;
}
.soon-out-of-stock .wgr-icon {
	color: #114b85;
}
.out-of-stock .wgr-icon {
	color: #d4463d;
}
.product-part-payment-klarna,
.product-part-payment-hbank {
	margin-bottom: 10px;
}

.toggle-description {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	max-height: 150px; /* Determines crop height */
}
.toggle-description .toggle-description__fade {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

	height: 75px;
	background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0, #FFF 100%);
}

.toggle-button {
	display: inline-block;
	margin-bottom: 15px;

	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: underline;

	opacity: 0;
	transition: opacity ease-out 0.25s;
}

/* News-page section */
.news-item .media-img {
	width: 100px;
	min-height: 1px; /* Fix for collapsing width if .media-img is empty */
}
.news-item__date {
	font-style: italic;
	color: #999;
}
/* Button section */
.btn {
	border: 1px solid #d7d7d7;
	display: inline-block;
	padding: 15px 30px;

	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	text-transform: uppercase;
}
.btn:hover {
	text-decoration: none;
	opacity: 0.8;
}
.btn--large {
	padding: 10px 14px;
	font-size: 20px;
}
.btn--primary {
	border: 1px solid #7ba145;
	background-color: #b5cb94;
	color: #fff;
}
.btn--secondary {
	border: 1px solid #ccc;
	background-color: #ddd;
	color: #000;
}
.btn--secondary:hover {
	background-color: #ccc;
}

.btn--back {
	margin-bottom: 15px;
}

.btn--slideshow {
	display: inline-block;
    border-radius: 0;
    padding: 16px 30px;
    margin-top: 15px;

    background-color: #B90000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 1;
    cursor: pointer;
}

/* Price section */
.price {
	font-weight: 600;
	color: #000;
}
.price-discount {
	color: #c00;
}
.price-orginal {
	font-size: 10px;
	text-decoration: line-through;
}
.price-klarna {
	font-size: 11px;
}
/* Alert-box section */
.alert {
	position: relative;
	padding: 8px;
	margin-bottom: 15px;
	border: 1px solid #97c1da;
	border-radius: 3px;
	background-color: #d8ebf8;
	background-image: linear-gradient(to bottom, #d8ebf8, #d0e3ef);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	color: #264c72;
}
.alert--success {
	border-color: #b6d79a;
	background-color: #dff0d8;
	background-image: linear-gradient(to bottom, #dff0d8, #d3edc8);
	color: #387b39;
}
.alert--error {
	border-color: #da9797;
	background-color: #f8d8d8;
	background-image: linear-gradient(to bottom, #f8d8d8, #efd0d0);
	color: #9c2400;
}
.alert--warn {
	border-color: #dca874;
	background-color: #ffe3c8;
	background-image: linear-gradient(to bottom, #ffe3c8, #f5dac0);
	color: #613a00;
}
.is-alert-close {
	padding-right: 30px;
}
.is-alert-close .icon-times {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 30px;
	line-height: 34px;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
}
.is-alert-close .icon-times:hover {
	color: #666;
}
/* Reviews section */
.reviews {
	margin-bottom: 20px;
}
.review-body {
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.review-col-1 {
	max-width: 150px;
	margin-right: 15px;
	float: left;
}
.review-col-2 {
	overflow: hidden; /* Overflow hidden layout */
}
.review-date {
	font-size: 10px;
}
/* Icon fonts */
.review-stars {
	font-size: 14px;
	margin-right: 2px;
}
.review-stars-on {
	color: #e8b025;
}
.review-stars-off {
	color: #ccc;
}
/* Input form */
.input-form input,
.input-form textarea {
	width: 100%;
}
.input-form__row {
	margin-bottom: 8px;
}
.input-form label {
	display: inline-block;
}
.contact-files-list {
	margin: 5px 0 0 0;
	padding-left: 0;
	font-size: 0.9em;
	list-style-type: none;
}
.contact-files-list li {
	margin: 3px 0;
	display: flex;
	align-items: center;
	gap: 8px;
}
.contact-file-remove {
	background: none;
	border: none;
	color: #c00;
	font-size: 1.2em;
	cursor: pointer;
	padding: 0 4px;
	line-height: 1;
}
.contact-file-remove:hover {
	color: #f00;
}
.max-width-form {
	max-width: 300px;
}
.max-width-form-x2 {
	max-width: 400px;
}
/* Input's in group */
.input-group {
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}
.input-group .input-group__item {
	position: relative;
	float: left;
	width: 50%;
}
.input-group .input-group__item:first-child {
	width: 48%;
	margin-right: 2%;
}
.input-group-1-4 .input-group__item {
	width: 70%;
}
.input-group-1-4 > .input-group__item:first-child {
	width: 28%;
}
/* Payment logos */
/* In sidebar and checkout */
.payment-logo {
	max-width: 100px;
}
.payment-logo--medium {
	width: 50px;
}
.payment-logo--small {
	width: 30px;
}
.payment-logo--list {
	display: block;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.payment-logo--list:last-child {
	margin-bottom: 0;
}
.payment-logo--highlight {
	padding: 5px 7px;
	border-radius: 3px;
	background: #fff;
}
/* Checkout section */

.checkout-languages--container {
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
}

.checkout-languages--container a {
	margin-left: 5px;
}

.checkout-stepnumber {
	display: inline-block;
	margin-right: 3px;
	height: 28px;
	width: 28px;
	line-height: 28px;
	vertical-align: middle;
	border-radius: 50%;
	background-color: #f00;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.checkout-termsinfo {
	margin-top: 12px;
}
.is-checkout-collapse-heading {
	cursor: pointer;
	display: inline-block;
}
.is-checkout-collapse-body {
	padding-top: 5px;
	padding-bottom: 10px;
}
.checkout-title {
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 600;
}
.checkout-title span {
	vertical-align: middle;
}
.checkout-info {
	float: right;
	padding: 10px 20px 5px;
	margin-bottom: 0px;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	background: #f9f9f9;
}
.checkout-info-item {
	float: left;
	margin-bottom: 10px;
	margin-right: 30px;
}
.checkout-switch-info {
	margin-bottom: 10px;
}
.checkout-shipping-methods {
	margin-bottom: 15px;
}
.checkout-shipping-methods-heading {
	margin-bottom: 6px;
}
.checkout-shipping-method {
	background: #FFF;
    border: 1px solid #E2E2E2;
    margin-bottom: 4px;
    cursor: pointer;
    padding: 8px;
    border-radius: 3px;
}
.checkout-shipping-method--active {
	border: 1px solid #bbb;
}
.checkout-shipping-method-title {
	font-weight: 600;
	font-style: italic;
}
.checkout-shipping-method-price {
	float: right;
}
.checkout-shipping-method-description {
	margin-bottom: 0;
	opacity: .8;
	font-style: italic;
}
/* Shipping form table */
.checkout-separate-shipping {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
}
/* Payment methods table */
.checkout-payment-methods td {
	padding-bottom: 10px;
}
.checkout-change-payment-option {
	display: inline-block;
	margin-left: 5px;
}
/* Cart table */
.checkout-cart th,
.checkout-cart-row td {
	padding-top: 7px;
	padding-bottom: 7px;
}
.checkout-cart tfoot th,
.checkout-cart tfoot td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.checkout-cart tfoot th {
	text-align: right;
}
.checkout-cart-row {
	border-top: 1px solid #ededed;
}
.checkout-cart thead th:last-child,
.checkout-cart-row td:last-child {
	padding-left: 15px;
	white-space: nowrap;
}
.checkout-cart-item-cell-1 {
	text-align: center;
}
.checkout-cart-item-cell-2 {
	width: 50%;
}
.checkout-cart-item-cell-3 {
	width: 50%;
	text-align: center;
}
.checkout-cart-thumbnail {
	text-align: center;
}
.checkout-cart-thumbnail {
	max-height: 35px;
	max-width: 35px;
	display: inline-block;
	margin-right: 10px;
}
.checkout-cart-link {
	color: #222;
}
.checkout-cart-quantity {
	display: inline-block;
	white-space: nowrap;
}
.checkout-cart-quantity-btn {
	display: inline-block;
	height: 30px;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 30px;
	font-size: 12px;
	vertical-align: middle;
}
.checkout-cart-quantity-btn:hover {
	text-decoration: none;
}
.checkout-cart-quantity-input {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 0;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	-webkit-appearance: none;
}
.checkout-cart-vat {
	font-size: 11px;
	font-weight: normal;
	opacity: 0.5;
	color: #222;
}
.checkout-cart-shipping-info {
	margin-right: 5px;
	font-weight: normal;
}
.checkout-cart-topay {
	vertical-align: bottom;
	font-size: 15px;
	font-weight: 600;
	color: #000;
}
.checkout-message {
	width: 100%;
	max-width: 350px;
}
.checkout-call-to-action .wgr-icon {
	display: inline-block;
	height: 55px;
	width: 55px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 15px;
	border-radius: 50%;
	background: #f2f2f2;
	text-align: center;
	line-height: 55px;
}
.checkout-call-to-action h3 {
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1;
}
.checkout-call-to-action p {
	margin-bottom: 0;
}
.checkout-personal-id-info {
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 20px;
	background: #f9f9f9;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	color: #666;
	font-size: 13px;
}
.checkout-personnr {
	border: 2px solid #666669;
}

.checkout-target-link {
	color: #24659C;
	margin-bottom: 3px;
}
.checkout-target-link:hover {
	text-decoration: underline;
}
/* followup on orders */
.followup {
	margin-bottom: 14px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
}
.followup textarea {
	width: 100%;
	max-width: 400px;
}
.followup .media-img {
	width: 160px;
	text-align: center;
}
.followup .media-img img {
	display: inline-block;
}
.followup-stars {
	margin-bottom: 5px;
	unicode-bidi: bidi-override;
	direction: rtl;
	font-size: 0;
	text-align: left;
}
.followup-stars input,
.followup-stars input + label:before {
	display: none;
}
.followup-stars > label {
	cursor: pointer;
	font-size: 16px;
	color: #999;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.followup-stars .wgr-icon {
	display: inline-block;
	padding: 4px 2px;
}
.followup-stars input:checked + label .wgr-icon:before,
.followup-stars input:checked + label ~ label .wgr-icon:before,
.followup-stars > label:hover .wgr-icon:before,
.followup-stars > label:hover ~ label .wgr-icon:before {
	content: "\f005";
	color: #e8b025;
}
/* Wishlist section */
.wishlist-input-headline {
	width: 100%;
	max-width: 500px;
	font-size: 24px;
	line-height: 26px;
}
.wishlist-input-description {
	width: 100%;
	max-width: 500px;
	font-size: 11px;
}
/* Paginator */
.paginator {
	margin-bottom: 10px;
}
.paginator__item {
	display: inline-block;
	padding: 4px 8px;
	margin-right: 5px;
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff, #efefef);
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	cursor: pointer;
}
.paginator__item:hover {
	text-decoration: none;
	border-color: #cacaca;
}
.paginator__item.selected {
	font-weight: 600;
}
.paginator__item.disabled {
	opacity: .5;
	cursor: text;
}
/* Dropdown - Barebone */
.mega-menu ul,
.dropdown-menu ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	display: none; /* Hide dropdown */
}
.sub-menu {
	top: 0;
	left: 100%;
}
.has-dropdown:hover > .dropdown {
	display: block; /* Show dropdown */
}
.has-dropdown .wgr-icon {
	margin-left: 10px;
}
/* Standard dropdown */
.dropdown-menu .has-dropdown {
	position: relative;
}
.dropdown-menu .dropdown {
	min-width: 100%;
	border: 1px solid #dcdcdc;
	border-top-style: none;
	background: #fff;
}
.dropdown-menu .dropdown a {
	display: block;
	padding: 10px 30px 10px 10px;
	border-top: 1px solid #dcdcdc;
	white-space: pre;
}
.dropdown-menu .dropdown .wgr-icon {
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	height: 11px; /* Same as font-size */
	font-size: 11px;
}
/* Mega dropdown */
.mega-menu {
	display: flex;
	align-items: center;
}
.mega-menu .mega-dropdown {
	display: none;
}
.mega-menu .has-mega-dropdown:hover > .mega-dropdown {
	display: grid;
}
.mega-menu .mega-menu-item {
	display: flex;
	align-items: center;
	gap: 5px;
}
.main-menu-icon {
	font-size: 30px;
}
.mega-menu > li > span,
.mega-menu > li > a,
.site-nav--right > ul > li > a {
	text-transform: uppercase;
}
.mega-menu > li > span:first-of-type {
	padding-left: 0;
}

.mega-menu .mega-dropdown {
	position: absolute;
	top: calc(100%);
	left: 0;
	right: 0;

	background: #fff;
}

.mega-outer--0 {
	max-height: 60dvh;
	overflow-y: auto;
}
.mega-outer--1 {
	position: absolute;
    bottom: 0;
    top: 0;

	left: 25%;
    right: 0;
}
.mega-menu .mega-listmenu .wgr-icon {
	font-size: 18px;
}
.mega-menu .mega-listmenu--0 {
    width: 25%;
}

.mega-listmenu--0 > li > a {
	display: flex;
	align-items: center;
	justify-content: space-between;

	padding: 16px 20px;
	border-radius: 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	
	background-color: #f5f5f5;
	color: #000;
    font-weight: 500;
    font-size: 13px;
}
.mega-listmenu--0 > .is-open > a,
.mega-listmenu--0 > li > a:hover {
	border-right-style: none;
	text-decoration: none;
	background-color: #fff;
}
.mega-menu .mega-outer--1 {
	height: 100%;
	max-height: 60dvh;
	overflow-y: auto;
}
.mega-menu .mega-listmenu--1 {
	display: none;
	padding-left: 15px;
	padding-top: 15px;
    width: 100%;
}
.mega-menu .mega-listmenu--0 .is-open .mega-outer--1 {
	z-index: 2;
	
	display: block;

	background-color: #ffff;
}
.mega-menu .mega-listmenu--0 .is-open .mega-listmenu--1 {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 15px;
}
.mega-listmenu__title {
	display: none;
}
.mega-menu .mega-listmenu--0 .is-open .mega-listmenu__title {
	display: block;
	padding-left: 23px;
    padding-top: 15px;

    font-size: 16px;
    font-weight: 700;
}
.mega-listmenu--1 > li {
	width: 25%;
}
.mega-listmenu--1 > li > a {
	display: block;
    padding: 8px;

	color: #000;
}
.mega-listmenu--1 > li > a:hover {
	background-color: #f5f5f5;
}


/*Old*/

.mega-menu .dropdown {
	top: calc(100% + 41px);

	padding: 20px 0 20px 20px;
	border: 1px solid #dcdcdc;
	border-radius: 0 0 3px 3px;
	background: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
/* Any level */
.mega-menu .dropdown a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* First level */
.mega-menu .dropdown > li {
	display: inline-block;
	min-width: 140px;
	margin-right: 20px;
	vertical-align: top;
}
.mega-menu .dropdown > li > a {
	margin-bottom: 7px;
	border-bottom: 1px solid #eee;
	font-weight: 600;
	font-size: 13px;
}
.mega-menu .has-dropdown:hover > .dropdown {
	display: grid;
}

.category-checkout-link {
	color: #999;
}
.category-checkout-link:hover {
	color: #333;
	text-decoration: none;
}
.category-checkout-link__text,
.category-checkout-link .wgr-icon {
	vertical-align: middle;
}
.category-checkout-link .wgr-icon {
	padding-right: 3px;
	font-size: 18px;
}
.rss-logo .wgr-icon {
	font-size: 14px;
	vertical-align: middle;
}
.rss-logo a {
	color: #333;
}
.rss-logo a:hover {
	color: #db6b27;
	text-decoration: none;
}
/* Spinner */
.spinner-container {
	position: relative;
	z-index: 9;
	color: #222; /* Spinner color */
}
.spinner-container--small {
	height: 25px;
}
.spinner-container--large {
	height: 100px;
}
.spinner-container--pno {
	position: absolute;
	top: 50%;
	right: 14px;
}
.spinner-container--kco {
	height: 300px;
	color: #0070ba;
}
.wgr-production {
	margin-bottom: 15px;
	text-align: center;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sitemap-list,
.sitemap-list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sitemap-list li {
	margin-top: 1px;
	margin-bottom: 1px;
}
.sitemap-list ul {
	margin-bottom: 8px;
	border-left: 1px solid #E2E2E2;
}
.sitemap-list ul li {
	position: relative;
	padding-left: 15px;
}
.sitemap-list ul li:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	border-top: 1px solid #E2E2E2;
	content: '';
}
.sitemap-list > li > a {
	font-weight: 600;
}
/*  Nosto   */
.grid-gallery--nosto {
    overflow: hidden;
}
.grid-gallery--nosto li {
    float: left;
}
.grid-gallery--nosto img {
    max-height: 100%;
}
.grid-gallery--nostoDense li {
	float: left;
}
.grid-gallery--nostoDense img {
	max-height: 92%;
}
.grid-gallery--nostoDense .product-item__img {
	height: 117px;
	line-height: 111px;
}
.site-search > .input-table__item {
    position: relative;
}
.site-search__input::-ms-clear {
    display: none;
}

/* Autocomplete section */
.is-autocomplete-spinner {
    position: absolute;
    top: 50%;
    right: 10px;
    color: #222;
}
.is-autocomplete-clear {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;

    width: 20px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    display: none;

    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: #222;

    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.is-autocomplete-active .is-autocomplete-clear,
.is-autocomplete-progress .is-autocomplete-clear {
    display: block;
}
.is-autocomplete-spinner-active .is-autocomplete-clear {
    display: none;
}
/* ==========================================================================
   States
   ========================================================================== */
.is-hidden {
	display: none !important;
}
/* ==========================================================================
   Helpers
   ========================================================================== */
/* Clear floated elements */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.flush {
	margin: 0 !important;
}
.wipe {
	padding: 0 !important;
}
.right {
	float: right !important;
}
.left {
	float: left !important;
}
.float-none {
	float: none !important;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.text-lower {
	text-transform: lowercase;
}
.go:after{
	content: "\00A0" "\00BB" !important;
}
.stretched {
	width: 100% !important;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.muted {
	color: #999;
}
.brand {
	color: #f00;
}
/* Input table */
.input-table {
    display: table;
}
.input-table__item {
    display: table-cell;
    white-space: nowrap;
}
.input-table--middle .input-table__item {
    vertical-align: middle;
}

.clear {
    clear: both;
}
/* ==========================================================================
   OLD CSS
   ========================================================================== */

div#popcart img {
	width: auto;
}

/* Dropdown-cart */
div#topcart-holder {
	position: relative;
	z-index: 2;

	color: #fff;
	font-weight: 700;
}
div#topcart-area {
	display: inline-flex;
    font-size: 13px;
    align-items: center;
}
div#topcart-hoverarea {
	display: inline-block;
	*display: inline;
	margin-right: 15px;
	cursor: pointer;
}
.topcart-count,
.topcart-subtotal {
	font-weight: 600;
}
.topcart-icon {
	margin-right: 8px;
}
.topcart-font-icon {
	display: none;
}
.topcart-arrow {
	margin-right: 4px;
}
.topcart-font-arrow {
	display: none;
}
.topcart__icon-inner {
	position: relative;
}
.topcart__count {
	position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 1rem;

	color: #000;
}

div#popcart {
	position: absolute;
	right: 5px;
	top: 100%;
	z-index: 900;
	display: none;
	height: 0;
	max-width: 350px;
	padding: 3px;
	border: 1px solid #ccc;
	border-top-style: none;
	border-radius: 3px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: -1px 1px 8px rgba(50, 50, 50, 0.3);
	color: #666;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
			box-sizing: content-box;
}
div#popcart .btn {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;

	font-size: 14px;
	padding: 14px 20px;
}
/* Icon fonts */
.cart-icons {
	color: #595959;
	font-size: 14px;
}
.cart-icons:hover {
	text-decoration: none;
}
.cart-add:hover {
	color: #338b33;
}
.cart-sub:hover {
	color: #3e62a3;
}
.cart-remove:hover {
	color: #900;
}
div.popCartRowSplit {
	height: 1px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 2px;
}
div.popCartErrorMessage {
	background-color: #fcc;
	text-align: center;
	font-style: italic;
	padding: 5px;
	width: 100%;
	font-size: 10px;
	color: #333;
}
div#popCartShipping {
	background: #f1f1f1;
	color: #000;
	margin: 4px;
	margin-bottom: 6px;
	padding: 4px;
	font-weight: 600;
	font-size: 11px;
}
div#popCartShipping a, div#popCartShipping a:hover {
	text-decoration: underline;
	color: #693;
}
/* Icon font */
.popcart-shipping-icon {
	color: #535353;
	font-size: 13px;
	padding-right: 5px;
	text-shadow: 0 1px 1px #fff;
}
.fb_iframe_widget iframe {
	position: relative !important;
}

.banner {
	position: absolute;
    bottom: 10px;
    right: 10px;
	z-index: 1;
}
.banner-multiple {
	position: relative;
}
.banner span {
	display: block;
	padding: 5px 15px;

	font-size: 14px;
	font-weight: 700;
}

.l-product .banner {
	pointer-events: none;
}
.l-product .banner span {
    line-height: 30px;
}

.product-item__banners {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
	display: flex;
	gap: 10px;
}

.banner--special span {
	background: #d9a557;
    background: linear-gradient(to bottom, #e0c69f 0%, #d9a557 50%, #b68d4c 100%);
	color: #fff;
}
.banner--special span:before {
    border-left-color: #957138;
	border-top-color: #957138;
}
.banner--special span:after {
    border-right-color: #957138;
	border-top-color: #957138;
}

.banner--blackfri span {
	background: #313131;
    background: linear-gradient(to bottom, #313131 0%, #484848 50%, #757575 100%);
	color: #fff;
}
.banner--blackfri span:before {
    border-left-color: #4c4c4c;
	border-top-color: #383838;
}
.banner--blackfri span:after {
    border-right-color: #4c4c4c;
	border-top-color: #383838;
}

.banner--news span {
	background: #44b8ee;
    background: linear-gradient(to bottom, #95cfea 0%, #44b8ee 50%, #3d99c7 100%);
	color: #fff;
}
.banner--news span:before {
    border-left-color: #2E80A9;
	border-top-color: #2E80A9;
}
.banner--news span:after {
    border-right-color: #2E80A9;
	border-top-color: #2E80A9;
}

.banner--freeShipping span {
	background: #ee4452;
	background: linear-gradient(#ff6370 0%, #ee4452 50%, #c73d46 100%);
	color: #fff;
}
.banner--freeShipping span:before {
    border-left-color: #A52830;
	border-top-color: #A52830;
}
.banner--freeShipping span:after {
    border-right-color: #A52830;
	border-top-color: #A52830;
}

.banner--rea span,
.banner--campaign-percent {
	background: #f92121;
	background: linear-gradient(#f92121 0%, #c30e0e 100%);
	color: #fff;
}
.banner--rea span:before,
.banner--campaign-percent {
    border-left-color: #A52830;
	border-top-color: #A52830;
}
.banner--rea span:after,
.banner--campaign-percent:after {
    border-right-color: #A52830;
	border-top-color: #A52830;
}

.banner--damaged span {
	background: #d9a557;
	background: linear-gradient(to bottom, #e0c69f 0%, #d9a557 50%, #b68d4c 100%);
	color: #fff;
}
.banner--damaged span:before {
	border-left-color: #957138;
	border-top-color: #957138;
}
.banner--damaged span:after {
	border-right-color: #957138;
	border-top-color: #957138;
}

.banner--lego-days span {
	background: #00cccc;
	background: linear-gradient(to bottom, #66cccc 0%, #00cccc 50%, #4db3b3 100%);
	color: #fff;
}
.banner--lego-days span:before {
	border-left-color: #389494;
	border-top-color: #389494;
}
.banner--lego-days span:after {
	border-right-color: #389494;
	border-top-color: #389494;
}

.banner--lego-vintage span {
	background: #00cccc;
	background: linear-gradient(to bottom, #d300e6 0%, #a400b3 50%, #750080 100%);
	color: #fff;
}
.banner--lego-vintage span:before {
	border-left-color: #800080;
	border-top-color: #750080;
}
.banner--lego-vintage span:after {
	border-right-color: #800080;
	border-top-color: #750080;
}

.factListContainer {
	display: grid;
    grid-template-columns: repeat(7, 1fr);
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;

	border: 1px solid #CCCCCC;
	padding: 18px;
	margin-bottom: 25px;

	text-align: center;
}
.factListContainer div {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.factList {
    display: flex;
	font-size: 16px;
}
.factList--right{
    display: flex;
	font-size: 26px;
	font-weight: 500;
}
.product-stock-reminder {
    padding-top: 10px;
}
.product-stock-reminder .reminder-text {
    background: url(../design/mail_reminder_icon.png) no-repeat 0 2px;
    padding: 0 0 0 26px;
}
.product-stock-reminder .reminder-form {
    padding: 12px 0 8px 0;
}
.product-stock-reminder .reminder-email {
    width: 200px;
}
.product-stock-reminder .reminder-email.error {
    border-color: #bd0000;
    background-color: #ffeeee;
}
.product-stock-reminded {
    font-weight: bold;
    font-size: 13px;
}
.product-stock-reminder .reminder-error {
    font-weight: bold;
    color: #bd0000;
}

/* Gallery page */
.gallery-upload {
	padding: 15px 20px;
	border: 1px solid #ccc;

	background: #f5f5f5;
}
.gallery-upload__row {
	margin-bottom: 5px;
}
.gallery-upload__row input {
	width: 100%;

	background: #fff;
}
.gallery-upload__row__left {
	float: left;
	width: 49%;
}
.gallery-upload__row__right {
	float: right;
	width: 49%;
}
.gallery-upload__row input.btn {
	width: auto;
	margin-top: 5px;
	padding: 10px 20px;

    background-color: #b5cb94;
    background-image: linear-gradient(to bottom, #77ba2f, #6aa62a);
}

.grayscale {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.bottom-border {
	border-bottom: 2px solid #ccc;
}

.store-contact__body select {
	width: 100%;
}

.store-contact__body textarea,
.store-contact__body [type="email"],
.store-contact__body [type="text"],
.store-contact__body [type="file"] {
	width: 100%;
	max-width: 100%;
}

/* Splide */
.splide .grid-gallery {
	width: 100%;
}
.splide__arrows {
   position: absolute;
   inset: 0;
}
.splide__arrow {
   position: absolute;
   top: calc(50% - 17px);
   right: 0;
   z-index: 1;

   display: flex;
   align-items: center;
   justify-content: center;

   border-style: none;
   background: none;
   opacity: 1;
   transition: opacity 0.2s ease;
}
.splide__arrow:disabled {
	opacity: 0;
}
.splide__arrow.splide__arrow--prev {
	right: auto;
	left: 0;

	transform: rotate(180deg);
}
.splide__arrow svg {
	width: 20px;
}

/* Modifications for productpage */
.l-product-col-1 .splide__slide {
	text-align: center;
}

.product-gallery--thumbnails {
	display: block;
	height: 500px;
	width: 100px;
}
.product-gallery--carousel-splide {
	max-width: 500px;
	width: 100%;
}

.thumb-wrapper {
	position: absolute;
	inset: 0;

	display: flex;
    align-items: center;
    justify-content: center;

	border: 1px solid #ccc;
    padding: 10px;

	cursor: pointer;
}

.js-product-gallery--carousel-splide .splide__slide {
	display: flex;
    align-items: center;
    justify-content: center;

	border: 1px solid #ccc;
    padding: 10px;
}

/* Customer login */
.view-customerpage .l-holder {
	margin-bottom: 20px;
}

.expected-in-stock {
	background-color: #f9db04;
	padding: 10px;
	width: fit-content;
}/* Hidden in desktop */
.l-mobile-header,
.l-mobile-nav,
.sort-select,
.filter-responsive,
.checkout-cart-row-small,
.startpage-intro-mobile {
	display: none;
}

/* ==========================================================================
   Grid
   ========================================================================== */

/* Large */
@media all and (max-width: 768px) {
	.grid-item-1-4 {
		width: 50%;
	}
	.grid-item-1-4:nth-child(3) {
		clear: both;
	}
	.grid-item-1-6 {
		width: 31.33%;
	}
}

/* medium */
@media all and (max-width: 480px) {
	.grid {
		margin-left: 0;
	}

	.grid-item {
		padding-left: 0;
	}
	.grid-item-1-2,
	.grid-item-1-3,
	.grid-item-2-3,
	.grid-item-1-4 {
		width: 100%;
	}

	.grid-item-1-6 {
		width: 50%;
	}
}

/* Large */
@media all and (max-width: 768px) {
	.grid-item-1-4 {
		width: 50%;
	}
	.grid-item-1-4:nth-child(3) {
		clear: both;
	}
}

/* medium */
@media all and (max-width: 480px) {
	.grid {
		margin-left: 0;
	}

	.grid-item {
		padding-left: 0;
	}
	.grid-item-1-2,
	.grid-item-1-3,
	.grid-item-2-3,
	.grid-item-1-4 {
		width: 100%;
	}
}

/* ==========================================================================
   Layout
   ========================================================================== */
@media all and (max-width: 1470px) {
	.view-categories .l-constrained,
	.view-home .l-constrained,
	.l-holder,
	.l-header {
        margin-left: 15px;
        margin-right: 15px;
    }
	.view-categories .l-header,
	.view-categories .l-holder,
	.view-home .l-header,
	.view-home .l-holder {
		margin-left: 0;
        margin-right: 0;
	}
}

@media all and (max-width: 1310px) {
	.grid-gallery > li {
		width: 23%;
	}
}

@media all and (max-width: 1190px) {
	.l-holder {
		width: auto;
	}
	.is-menubar-sticky {
		width: auto;
	}
	
	.l-header__middle {
		padding-left: 28px;	
	}
	
	.site-logo,
	.site-logo img {
		max-width: 250px;
	}
	
	.site-banner {
		width: 75px;
		height: 75px;	
	}
	
	.l-header__left {
		padding-top: 18px;	
	}
}

/* XLarge */
@media all and (max-width: 960px) {
	.l-sidebar {
		display: none;
	}
	
	.site-logo,
	.site-logo img {
		max-width: 190px;
	}
	
	.l-header__left__right {
		padding-left: 5px;	
	}
	
	.site-banner {
		width: 60px;
		height: 60px;	
	}
	
	.l-header__left {
		padding-top: 25px;	
	}
	
	.l-header__middle {
		font-size: 12px;	
		padding-left: 15px;
	}
	
	.l-header__middle h2 span {
		font-size: 20px !important;	
	}

	/* Checkout */
	.l-checkout-col-1,
	.l-checkout-col-1-2,
	.l-checkout-col-2 {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.l-checkout-col-1-2 {
		clear: none;
	}
	.l-checkout-col-1-inner {
		padding: 5px;
		margin-bottom: 15px;

		background-color: transparent;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	.l-checkout-col-2-inner {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.footer-sections {
		grid-template-columns: repeat(3,1fr);
	}
	.l-footer-payment__inner {
		flex-direction: column;
	}
	.l-footer-payment__inner__left {
		max-width: none;
	}
	.l-footer-payment__inner__left__header {
		font-size: 14px;
	}
	.l-footer-payment__inner__right {
		justify-content: center;
		width: 100%;
	}
}

/* Large */
@media all and (max-width: 768px) {
	body {
		background: #fff;
	}

	.l-inner,
	.view-home .l-inner,
	.view-checkout .l-inner {
		margin-left: 0;
		margin-right: 0;
	}

	.l-menubar-wrapper,
	.l-menubar {
		display: none;
	}
    
    .l-info-banner {
        margin-top: 10px;
    }

	.l-menubar,
	.l-footer {
		margin-left: 0;
		margin-right: 0;
	}

	.l-sidebar-primary {
		display: none;
	}
	
	.filter-responsive {
		display: block;
	}

	.l-holder {
		margin: 0;

		background: #fff;
		box-shadow: none;
		border-radius: 0;
	}

	.l-mobile-header {
		position: sticky;
		overflow: hidden;

		top: 0;
		left: 0;
		z-index: 3;

		display: block;
		width: 100%;
		height: 65px;

		background: #fff;
		box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	}

	.l-header {
		display: none;
	}

	.l-mobile-nav {
		position: absolute;
		z-index: 99;
		bottom: 0;
		left: 0;
		right: 0;

		display: none;
		padding-top: 5px;
		padding-bottom: 70px;
		overflow-y: auto;

		background-color: #fff;

		-moz-user-select: -moz-none;
		-webkit-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		-webkit-overflow-scrolling: touch !important;
	}
	
	.l-mobile-nav__lang {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	
	.l-mobile-nav__lang form > a > img {
		margin-bottom: 10px;
	}

	html.is-mobile-nav-open,
	.is-mobile-nav-open body {
		height: 100%;
		overflow: hidden;
	}
	.is-mobile-nav-open .l-holder {
		height: 100%;
		margin-top: 0;
	}
	.is-mobile-nav-open .l-mobile-nav {
		display: block;
	}

	.l-search-col-1 {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .l-search-col-2 {
        margin-bottom: 20px;
    }
 
    .l-autocomplete {
        top: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 15px;
        padding-bottom: 250px;
        box-shadow: none;
    }
    .is-autocomplete-open body {
        background: #fff;
    }
    .is-autocomplete-open .l-autocomplete {
        display: block;
    }

    .l-autocomplete {
		max-width: 750px;
    }

	.l-footer-payment__inner__left {
		flex-direction: column;
        justify-content: center;
	}
	.l-footer-payment__inner__left__header {
		text-align: center;
	}
	.footer-sections {
		grid-template-columns: repeat(2, 1fr);
	}

	.l-mobile-nav {
		top: 0;
	}
	.category-description {
		height: auto;

		flex-direction: column-reverse;
	}
	.category-description__background {
		position: relative;
	}
	.category-description__text {
		height: 210px;
		padding: 10px 15px;

		font-size: 15px;
	}

	.view-categories .l-constrained, 
	.view-home .l-constrained, 
	.l-holder, 
	.l-header {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (orientation:landscape) {
	.l-mobile-header {
		position: relative;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	.l-mobile-header {
		height: 50px;
	}

	.view-categories .l-content,
	.view-home .l-content {
		margin-left: 0;
		margin-right: 0;
	}

	/* Cancel KCO's margins... */
	.l-klarna-checkout {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	/* Gallery page */
	.gallery-upload {
   		padding: 10px 12px;
	}	
	.gallery-upload__row__left,
	.gallery-upload__row__right {
		float: none;
		width: 100%;
	}
	.gallery-upload__row__left {
		margin-bottom: 5px;
	}

	.footer-sections {
		grid-template-columns: repeat(1,1fr);
	}

	.l-footer-col-1,
	.l-footer-col-2,
	.l-footer-col-3,
	.l-footer-col-4 {
		width: 100%;
		margin-bottom: 15px;
		margin-left: 0;
		float: none;
		overflow: hidden;
	}
	.l-footer-col {
		border-bottom: 1px solid #eee;
	}
	.l-footer h3 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.l-footer-col h3::after {
		content: '\e6d3';
    	font-family: wgr-icons !important;
		font-size: 18px;
		transition: transform 0.2s ease;
	}
	.l-footer-col.is-active h3::after {
		transform: rotatez(180deg);
	}

	.l-footer-col .grid {
		display: none;
	}
	.l-footer-col.is-active .grid {
		display: block;
	}
	.l-footer-payment .klarna-logo-list {
		max-width: 100%;
	}
	
	.startpage-news-holder {
		grid-template-columns: repeat(1,1fr);
	}
	.news-body {
		justify-content: center;
    	align-items: center;
	}
	.view-home .l-constrained,
	.l-holder,
	.l-header {
        margin-left: 10px;
        margin-right: 10px;
    }
	.view-home .l-header,
	.view-home .l-holder {
		margin-left: 0;
        margin-right: 0;
	}
}

@media all and (max-width: 350px) {
	.l-checkout-col-1-inner {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Ändra så max-width passar sidans bredd */
@media all and (max-width: 1190px) {
    .l-autocomplete {
        width: auto;
    }
}

@media all and (max-width: 960px) {
    .l-autocomplete {
        margin-right: 30px;
    }
}

@media all and (max-width: 768px) {
    .l-autocomplete {
        right: 0;
		left: 0;
		
		padding: 15px;
		width: 100%;
    }
	
	.is-autocomplete-result {
		max-height: 90vh;
		overflow-y: auto;
	}
	.is-autocomplete-open body {
		height: 100vh;
		overflow: hidden;
	}
}


/* ==========================================================================
   Modules
   ========================================================================== */
/* X-Large */
@media all and (max-width: 960px) {
	.site-banner {
		left: 270px;
	}
	.vat-selector {
		font-size: 11px;
	}
	.site-nav > li > a {
	    font-size: 11px;
    	padding: 0px 10px;
	}
	.site-nav__store a:after {
		display: none;
	}
	div#topcart-area {
		font-size: 11px;
	}
}

/* Large */
@media all and (max-width: 768px) {
	.site-banner,
	div#topcart-hoverarea,
	.vat-selector {
		display: none;
	}

	.mini-site-logo,
	.mini-menu,
	.mini-cart {
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.mini-site-logo {
		/*left: 65px;
		right: 65px;*/
		left: 120px;
    	right: 120px;

		max-width: 155px;
		max-height: 60px;
		margin: auto;

		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);

		-webkit-transition: -webkit-transform .4s cubic-bezier(.694, .0482, .335, 1);
				transition: transform .4s cubic-bezier(.694, .0482, .335, 1);
	}
	.is-new-mini-cart-item .mini-site-logo {
		-webkit-transform: translateY(-65px);
			-ms-transform: translateY(-65px);
				transform: translateY(-65px);

		-webkit-transition-delay: 0.15s;
				transition-delay: 0.15s;
	}
	.no-csstransforms .mini-site-logo {
		top: 0;
	}
	.no-csstransforms .new-mini-cart-item .mini-site-logo {
		top: -100px;
	}

	.mini-cart-info {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 65px;
		right: 65px;
		margin: auto;
		text-align: center;
		color: #222;
		font-weight: 600;
		font-size: 11px;

		-webkit-transform: translateY(65px);
			-ms-transform: translateY(65px);
				transform: translateY(65px);

		-webkit-transition: -webkit-transform .4s cubic-bezier(.694, .0482, .335, 1);
				transition: transform .4s cubic-bezier(.694, .0482, .335, 1);
	}
	.is-new-mini-cart-item .mini-cart-info {
		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);

		-webkit-transition-delay: 0.15s;
				transition-delay: 0.15s;
	}
	.no-csstransforms .mini-cart-info {
		top: 100px;
	}
	.no-csstransforms .new-mini-cart-item .mini-cart-info {
		top: 0;
	}
	.mini-cart-info:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}
	.mini-cart-info-text {
		display: inline-block;
		vertical-align: middle;
		line-height: 1.1;
	}

	.mini-menu,
	.mini-cart {
		/*width: 65px;*/
		width: 45px;
		color: #000;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.mini-menu {
		left: 0;
		font-size: 30px;
	}
	.mini-search {
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 45px;
	 
	    width: 45px;
	    padding-right: 5px;
	 
	    color: #000;
	    font-size: 18px;
	}
	.mini-cart {
		right: 0;
		font-size: 22px;
	}
	.is-touch.mini-menu,
	.is-touch.mini-cart {
		opacity: 0.5;

	    -webkit-transition: opacity .15s;
	   			transition: opacity .15s;
	}
	.mini-cart-inner {
		position: relative;

		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.mini-cart-count {
		position: absolute;
		top: 10px;

		height: 17px;
		width: 17px;
		border-radius: 50%;

		line-height: 17px;
		font-size: 11px;
		color: #000;
		text-align: center;
	}
	.is-new-mini-cart-item .mini-cart-count {
		-webkit-animation: cart-count-pop .25s cubic-bezier(.694, .0482, .335, 1);
				animation: cart-count-pop .25s cubic-bezier(.694, .0482, .335, 1);
	}
	.is-mobile-nav-open .mini-menu {
		font-size: 22px;
	}
	.is-mobile-nav-open .mini-menu .wgr-icon:before {
		content: "\f00d";
	}

	.wgr-production {
		margin-top: 15px;
		color: #555;
	}

	.sort-section {
        display: none;
    }
    .sort-select {
        display: block;
        margin-bottom: 15px;
    }
    .sort-select select {
        width: 100%;
    }

	.checkout-info {
		padding: 7px 15px 3px;
	}

	.checkout-info-item {
		float: none;
		margin-right: 0;
		margin-bottom: 7px;
	}
	.checkout-stepnumber {
		height: 22px;
		width: 22px;
		line-height: 22px;
		font-size: 11px;
	}
	.mini-menu {
	    padding-left: 5px;
	}
	.mini-cart {
	    padding-right: 5px;
	}

	.startpage-intro-mobile {
		display: block;
	}
	.startpage-intro-desktop {
		display: none;
	}
	.startpage-big-banner h2, 
	.startpage-big-banner h3 {
		font-size: 28px;
	}
	.startpage-big-banner__inner {
		font-size: 18px;
	}
	.flex-image-text {
		font-size: 13px;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	.flexslider {
		float: none;
		width: 100%;
		margin: 0 auto 2px !important;
	}
	
	.mini-site-logo {
		max-width: 135px;
	}

	.review-col-1 {
		max-width: auto;
		margin-right: 0;
		float: none;
		margin-bottom: 10px;
	}

	.checkout-cart thead th:last-child,
	.checkout-cart-row td:last-child {
		padding-left: 10px;
		white-space: nowrap;
	}

	.checkout-cart-custom-text {
		display: none;
	}
	.checkout-cart-row-small {
		display: table-row;
	}
	.checkout-cart-row-small td {
		padding-top: 0;
	}

	.followup {
		text-align: center;
	}
	.followup textarea {
		font-size: 16px;
	}
	.followup .media-img {
		width: auto;
		float: none;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.followup-stars {
		margin-top: 10px;
		margin-bottom: 15px;

		text-align: center;
	}
	.followup-stars > label {
		font-size: 20px;
	}

	.startpage-top {
		margin-bottom: 20px;
	}
}

@media all and (max-width: 350px) {
	.checkout-cart-thumbnail {
		max-height: 25px;
		max-width: 25px;
		margin-right: 5px;
	}
	.checkout-cart-quantity-input {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
}

/** Productpage **/
@media all and (max-width: 1400px) {
	.factListContainer {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media all and (max-width: 960px) {
	.l-product-col-1,
	.l-product-col-2,
	.l-product-col-3 {
		width: auto;
		padding-right: 0;
		float: none;
	}
	.l-product-col-1 {
		justify-content: center;
	}
	.factListContainer {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media all and (max-width: 768px) {
	.product-gallery--thumbnails {
		display: block;
		height: 100px;
		width: 100%;

		padding-left: 10px;
        padding-right: 10px;
	}
	.l-product-col-1 {
		align-items: center;
		flex-direction: column-reverse;
	}
}
@media all and (max-width: 480px) {
	.product-gallery--thumbnails {
		display: none;
	}

	.factListContainer {
		grid-template-columns: repeat(2, 1fr);
		padding: 10px;
	}
	.factListContainer div {
		align-items: flex-start;
	}

	.factList--right {
		font-size: 18px;
	}

	.factList {
		font-size: 12px;
	}
	.product-item__buttons .btn {
		display: flex;
		align-items: center;
		justify-content: center;

		min-height: 58px;

		font-size: 13px;
	}
}

/** Menu modules **/

/* Large */
@media all and (max-width: 768px) {
	.site-search {
		max-width: 440px;
		margin-left: auto;
		margin-right: auto;
	}

	.mobile-module {
		margin-bottom: 30px;
	}
	.mobile-module__heading {
		border-top:1px solid #ddd;
		margin: 0;
		padding: 8px 18px;

		background: #f5f5f5;
		color: #000;
		font-size: 16px;
		font-weight: 700;
	}

	.mobile-module__body {
		background-color: #fcfcfc;
		padding: 20px;
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
	}

	.mobile-listmenu {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	.mobile-listmenu a {
		position: relative;

		display: block;
		padding: 12px 18px;
		border-bottom: 1px solid #ddd;

		background-color: #fff;
		font-size: 13px;
		color: #000; 
	}
	.mobile-listmenu a:hover {
		text-decoration: none;
	}
	.mobile-listmenu > .category-id--432 > a {
		background: #f7f48d;
		color: #000;
	}
	
	.themes > a {
		background: #eee;
		border-bottom: 1px solid #ccc;
	}

	.mobile-listmenu .selected {
		font-weight: 600;
	}

	.mobile-listmenu-0 {
		background-color: #fcfcfc;
		border-top: 1px solid #e2e2e2;
	}

	.mobile-listmenu-0 + .mobile-listmenu-0 {
		border-top-style: none; /* Fix for double-border */
	}

	.mobile-listmenu-1 {
		background: rgba(0,0,0,.02);
	}

	.mobile-listmenu-1 .mobile-listmenu {
		/*background: rgba(0,0,0,.02);*/
		border-left: 5px solid #c9c9c9;
	}

	.mobile-listmenu-0 ul {
		padding: 0;
        margin: 0;
        list-style-type: none;
	}
	.mobile-listmenu-0.disable-editable-h3 h3,
	.mobile-listmenu-0.disable-editable-h3 h4 {
		display: none;
	}

	/* Toggle menu */
	li .mobile-listmenu {
		display: none;
	}
	.is-listmenu-opened > .mobile-listmenu {
		display: block;
	}

	/* Font icon */
	.menu-node {
		width: 40px;
		height: 100%;

		text-align: center;
		line-height: 42px;
		font-size: 22px;
	}
	.lang-changer {
		padding: 0 10px;
	}

	.site-search {
        margin-bottom: 15px;
    }
    .site-search__input {
        font-size: 16px;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    .site-search__close {
    	position: static;
	    float: right;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 11px;
        color: #222;
        font-weight: 600;
    }
}

/* Medium */
@media all and (max-width: 480px) {
	/*.site-search {
		margin-left: 12px;
		margin-right: 12px;
	}*/
	.mobile-module__heading {
		padding-left: 12px;
		padding-right: 12px;
	}
	.mobile-module__body {
		padding: 12px;
	}
	.mobile-listmenu a {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/** Grid-gallery **/

/* XLarge */
@media all and (max-width: 960px) {
	.grid-gallery > li,
	.view-checkout .grid-gallery > li {
		width: 31.33%;
	}
	.grid-gallery--categories {
		grid-template-columns: repeat(4, 1fr);
	}
	.view-home .grid-gallery--categories {
		grid-template-columns: repeat(3,1fr);
	}
	.grid-gallery.grid-gallery--categories-extra {
		grid-template-columns: repeat(3, 1fr);
	}
}
/* Medium */
@media all and (max-width: 768px) {
	.grid-gallery--categories {
    	grid-template-columns: repeat(3, 1fr);
	}
}
@media all and (max-width: 480px) {
	.grid-gallery > li,
	.view-checkout .grid-gallery > li {
		width: 48%;
	}
	.view-search .grid-gallery > li,
    .l-autocomplete .grid-gallery > li {
        width: 48%;
    }
	.grid-gallery--categories {
    	grid-template-columns: repeat(2, 1fr);
	}
	.view-home .grid-gallery--categories {
		grid-template-columns: repeat(2,1fr);
	}
	.grid-gallery.grid-gallery--categories-extra {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-gallery-title {
		font-size: 18px;
	}
	.grid-gallery-url {
		font-size: 10px;
	}
	.product-item__img {
		padding-bottom: 125%;
	}
}

/** startpage **/
@media all and (max-width: 960px) {
	.startpage-big-banner .grid .grid-content {
		flex-direction: column-reverse;
	}
	.startpage-big-banner .grid .grid {
		padding-left: 0;
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.startpage-intro .grid-2 {
		flex-direction: column-reverse;
	}

	.startpage-intro .grid-2 .grid-2 {
		flex-direction: row;
	}
	.startpage-intro .grid-item-1-2 {
		width: 100%;
	}
}


/** Footer **/
@media all and (max-width: 1220px) {
	.footer-banner h2,
	.footer-banner h3 {
		font-size: 42px;
	}
}
@media all and (max-width: 960px) {
	.footer-banner .grid .grid {
		max-width: 66%;
	}

	.footer-banner {
		height: 350px;
	}
	.footer-banner img {
		height: 350px;
		object-fit: cover;
	}
}
@media all and (max-width: 768px) {
	.footer-banner .grid .grid {
		left: 0;

		padding-left: 15px;
		padding-right: 15px;
		max-width: 100%;
	}

	.footer-bar .grid-item {
		margin-bottom: 20px;
	}
	.footer-bar {
		padding-bottom: 10px;
	}
	.l-footer-payment__cols {
		flex-direction: column;
	}
	.l-footer-payment__col {
		max-width: none;
	}
	.l-footer-payment__inner__col--2 {
		width: 100%;
	}
}

@media all and (max-width: 480px) {
	.footer-banner {
		font-size: 19px;
	}
	.footer-banner h2,
	.footer-banner h3 {
		font-size: 32px;
	}
	.footer-banner a {
		font-size: 13px;
	}
	.footer-bar .grid-2 {
		flex-direction: row;
		justify-content: space-between;
		gap: 15px;
	
		min-width: 300px;
		max-width: 300px;
		margin: 0 auto;
	}
	.footer-bar .grid-2 .grid-item {
		margin-bottom: 0;
		width: auto;
		min-width: 60px;
	}
	.footer-bar .grid-2 .grid-item:last-child {
		width: 100%;
	}
	.footer-bar .grid-2 p {
		text-align: left !important;
	}
}

/* ==========================================================================
   Helpers
   ========================================================================== */

/* XLarge */
@media all and (max-width: 960px) {
	.hide-for-xlarge {
		display: none !important;
	}
}

/* Large */
@media all and (max-width: 768px) {
	.hide-for-large {
		display: none !important;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	.hide-for-medium {
		display: none !important;
	}
}

/* Small */
@media all and (max-width: 320px) {
	.hide-for-small {
		display: none !important;
	}
}

/* Hide element at desktop size */
@media all and (min-width: 769px) {
	.hide-on-desktop {
		display: none;
    }
}

/* ==========================================================================
   Custom animations
   ========================================================================== */

@-webkit-keyframes cart-count-pop {
	50% {
		-webkit-transform: scale(1.35);
				transform: scale(1.35);
	}
	100% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}
@keyframes cart-count-pop {
	50% {
		-webkit-transform: scale(1.35);
				transform: scale(1.35);
	}
	100% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}@media print {
    /* Base */
    @page {
        padding: 1.5cm
    }

    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /* Layout */
    .l-menubar,
    .l-menubar-wrapper,
    .l-sidebar,
    .l-sidebar-primary,
    .l-footer {
        display: none;
    }

    .l-holder {
        margin: 0;
        padding: 0;
        width: auto;
        
        -webkit-transition: none; 
        transition: none;
    }

    .l-header {
        position: static;
        margin-bottom: 15px;
        text-align: center;
    }

    .site-logo {
        max-width: 250px;
    }

    .l-content,
    .l-inner {
        margin: 0;
    }

    /* Modules */
    .btn,
    .vat-selector,
    .mini-menu-icon,
    .mini-cart-icon,
    .category-checkout-link,
    .product-cart-button-wrapper,
    .product-part-payment-klarna,
    .product-part-payment-hbank {
        display: none;
    }

    /* Helpers */
    .hidden-print {
        display: none !important;
    }
}/* This CSS will be loaded last so you can overload any previous instructions */