@charset "UTF-8";
/*
* Project file
* Copyright (2019) - Hunkverkstan
* www.hunkverkstan.com
*/
/* Imports –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Media queries imported –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Variables imported –––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: 600; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

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

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Typography imported –––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4 {
  color: #0d1b2a;
  margin: 0;
  font-family: "Outfit", "Helvetica", "Arial", sans-serif; }

h1 {
  font-size: 2.6rem;
  line-height: 1.1;
  font-weight: 600; }

h2 {
  font-size: 2.3rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-weight: 600; }

h3 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-weight: 600; }

h4 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400; }

p {
  font-size: 1.9rem;
  margin-top: 0;
  margin-bottom: 2.5rem; }

a {
  font-weight: 600;
  color: inherit;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  text-decoration: none; }

a:hover, a.search-more-results:hover {
  color: #FF0BC6; }

a.no:link {
  color: inherit;
  border-bottom: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none; }

a.no:hover {
  color: inherit;
  opacity: 0.8; }

@media only screen and (min-width: 1000px) {
  h1 {
    font-size: 4rem; } }

/* Colors imported –––––––––––––––––––––––––––––––––––––––––––––––––– */
.text1 {
  color: #0d1b2a; }

.text2 {
  color: #778da9; }

.text3 {
  color: #fafafa; }

.primary {
  color: #ffbe0c; }

.secondary {
  color: #FF0BC6; }

.third {
  color: #0B4CFF; }

.fourth {
  color: #2EE66A; }

.fifth {
  color: #e5e5e5; }

.bg1 {
  background-color: #f4f7fb; }

.bg2 {
  background-color: #0d1b2a; }

.bg3 {
  background-color: #37dd7f; }

.bg4 {
  background-color: #1a2530; }

.primary-bg {
  background-color: #ffbe0c; }

.secondary-bg {
  background-color: #FF0BC6; }

.third-bg {
  background-color: #0B4CFF; }

.fourth-bg {
  background-color: #2EE66A; }

.fifth-bg {
  background-color: #e5e5e5; }

/* Base imported –––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  font-size: 62.5%; }

body {
  font-size: 1.6em;
  line-height: 1.6;
  font-family: "Outfit", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #0d1b2a;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body:has(#hamburger-toggle:checked),
body.modal-open {
  overflow: hidden; }

/* Imported layout –––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box; }

.row {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: -0.5rem; }

.col,
.cols {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media only screen and (min-width: 700px) {
  .col,
  .cols {
    margin-left: 4%; }
  .col:first-child,
  .cols:first-child {
    margin-left: 0; }
  .one.col,
  .one.cols {
    width: 4.66666666667%; }
  .two.cols {
    width: 13.3333333333%; }
  .three.cols {
    width: 22%; }
  .four.cols {
    width: 30.6666666667%; }
  .five.cols {
    width: 39.3333333333%; }
  .six.cols {
    width: 48%; }
  .seven.cols {
    width: 56.6666666667%; }
  .eight.cols {
    width: 65.3333333333%; }
  .nine.cols {
    width: 74.0%; }
  .ten.cols {
    width: 82.6666666667%; }
  .eleven.cols {
    width: 91.3333333333%; }
  .twelve.cols {
    width: 100%;
    margin-left: 0; }
  .one-third.col {
    width: 30.6666666667%; }
  .two-thirds.col {
    width: 65.3333333333%; }
  .one-half.col {
    width: 48%; }
  /* Offsets */
  .offset-by-one.col,
  .offset-by-one.cols {
    margin-left: 8.66666666667%; }
  .offset-by-two.col,
  .offset-by-two.cols {
    margin-left: 17.3333333333%; }
  .offset-by-three.col,
  .offset-by-three.cols {
    margin-left: 26%; }
  .offset-by-four.col,
  .offset-by-four.cols {
    margin-left: 34.6666666667%; }
  .offset-by-five.col,
  .offset-by-five.cols {
    margin-left: 43.3333333333%; }
  .offset-by-six.col,
  .offset-by-six.cols {
    margin-left: 52%; }
  .offset-by-seven.col,
  .offset-by-seven.cols {
    margin-left: 60.6666666667%; }
  .offset-by-eight.col,
  .offset-by-eight.cols {
    margin-left: 69.3333333333%; }
  .offset-by-nine.col,
  .offset-by-nine.cols {
    margin-left: 78.0%; }
  .offset-by-ten.col,
  .offset-by-ten.cols {
    margin-left: 86.6666666667%; }
  .offset-by-eleven.col,
  .offset-by-eleven.cols {
    margin-left: 95.3333333333%; }
  .offset-by-one-third.col,
  .offset-by-one-third.cols {
    margin-left: 34.6666666667%; }
  .offset-by-two-thirds.col,
  .offset-by-two-thirds.cols {
    margin-left: 69.3333333333%; }
  .offset-by-one-half.col,
  .offset-by-one-half.cols {
    margin-left: 52%; } }

.bg-block {
  position: relative;
  width: 100%; }

/* Styles imported –––––––––––––––––––––––––––––––––––––––––––––––––– */
.marg-no {
  margin-bottom: 0; }

.marg-small {
  margin-bottom: 0.5rem; }

.marg-medium {
  margin-bottom: 2.5rem; }

.marg-large {
  margin-bottom: 3.5rem; }

.marg-xl {
  margin-bottom: 5rem; }

.marg-up-no {
  margin-top: 0; }

.marg-up-small {
  margin-top: 0.5rem; }

.marg-up-medium {
  margin-top: 2.5rem; }

.marg-up-large {
  margin-top: 3.5rem; }

.marg-up-xl {
  margin-top: 5rem; }

.pad-no {
  padding-bottom: 0; }

.pad-small {
  padding-bottom: 1.5rem; }

.pad-medium {
  padding-bottom: 2.5rem; }

.pad-large {
  padding-bottom: 3.5rem; }

.pad-xl {
  padding-bottom: 8rem; }

.pad-up-no {
  padding-top: 0; }

.pad-up-small {
  padding-top: 1.5rem; }

.pad-up-medium {
  padding-top: 2.5rem; }

.pad-up-large {
  padding-top: 3.5rem; }

.pad-up-xl {
  padding-top: 8rem; }

.border-4 {
  border-radius: 4px; }

.border-8 {
  border-radius: 8px; }

.border-100 {
  border-radius: 100px; }

.full-width {
  width: 100%;
  box-sizing: border-box; }

.max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.bullet {
  margin: 0 0.25rem; }

.svg, .svg2 {
  display: flex;
  align-items: center; }

.svg svg {
  margin-right: 0.5rem; }

.svg2 svg {
  margin-left: 0.5rem; }

.float-left {
  float: left; }

.float-center {
  margin: 0 auto;
  display: block; }

.float-right {
  float: right; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.vertical-center {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.block {
  display: block; }

.none {
  display: none; }

.relative {
  position: relative; }

/* Nav imported –––––––––––––––––––––––––––––––––––––––––––––––––– */
nav {
  position: sticky;
  z-index: 3;
  top: 0;
  padding: 20px 0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  margin: 0 0 2rem 0; }

nav ul img {
  height: 24px; }

nav #nav-main, nav #right {
  z-index: 9999;
  display: flex;
  margin: 0 -1rem; }

#nav-main {
  order: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px; }

#right {
  order: 3;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: auto !important; }

#right li, #nav-main li {
  margin: 0 1rem; }

#category li {
  font-size: 3rem; }

#menu {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1000; }

#menu-inner {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s; }

#hamburger-toggle:checked ~ #menu-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: 10px;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  font-weight: 600;
  font-size: 1.3rem;
  background-color: #ffbe0c; }

#footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

#footer1, #footer2, #footer3 {
  width: 100%; }

#footer2 li {
  font-size: 1.5rem; }

#footer3 {
  text-align: center; }

#footer3 div {
  display: inline-block;
  padding: 0.5rem 1.5rem 0 1.5rem;
  border-radius: 100px;
  border: 1px solid #e5e5e5; }

#footer3 img {
  height: 30px; }

.footer-col {
  margin-top: 2.5rem; }

#payoff {
  font-weight: 400; }

#code {
  padding: 0.5rem 1rem;
  border: 1px solid #e5e5e5;
  display: inline-block;
  font-family: monospace;
  font-size: 1.2rem !important;
  color: #778da9;
  margin-top: 2rem; }

/* DÖLJ CHECKBOX */
#hamburger-toggle {
  display: none; }

/* HAMBURGER */
.hamburger {
  position: relative;
  margin-right: 1.5rem;
  z-index: 1001;
  width: 25px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer; }

.hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: currentColor;
  border-radius: 3px;
  transition: transform 0.3s ease, opacity 0.2s ease; }

/* ANIMATION → X */
#hamburger-toggle:checked + .hamburger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg); }

#hamburger-toggle:checked + .hamburger span:nth-child(2) {
  opacity: 0; }

#hamburger-toggle:checked + .hamburger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg); }

/* Ankare för absolut positionering */
.search-toggle {
  position: relative;
  cursor: pointer; }

/* Dropdown container */
#search-dropdown {
  position: absolute;
  width: 295px;
  top: calc(100% + 25px);
  left: -20px;
  display: none;
  z-index: 2000; }

/* Synligt läge */
#search-dropdown.is-open {
  display: block; }

/* Panel */
.search-dropdown-inner {
  position: relative;
  background: #fff;
  padding: 2rem;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2); }

/* Pil */
.search-dropdown-inner::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 25px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.04); }

/* Wrapper */
.woocommerce-tag-search {
  margin: 0;
  position: relative; }

/* Search input */
.woocommerce-tag-search input[type="search"] {
  padding: 0.75rem 1.5rem;
  font-family: inherit;
  border: 1px solid rgba(119, 141, 169, 0.3);
  color: var(--primary-text-color);
  background: #fff;
  outline: none;
  width: calc(100% - 3rem);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, width 0.2s ease; }

/* Placeholder */
.woocommerce-tag-search input[type="search"]::placeholder {
  color: var(--secondary-text-color); }

/* Optional: ikon inne i fältet */
.woocommerce-tag-search.has-icon input[type="search"] {
  padding-left: 2.5rem; }

.woocommerce-tag-search.has-icon::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  opacity: 0.5;
  pointer-events: none; }

.search-loader {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid var(--fifth-color);
  border-top-color: var(--primary-color);
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%); }

.search-loading .search-loader {
  display: block; }

@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg); } }

.search-results {
  top: calc(100% + 10px);
  background: white;
  display: none;
  padding: 0.5rem 0; }

.search-results.is-visible {
  display: block;
  width: calc(100% + 2rem);
  margin-left: -2rem;
  border-top: 1px solid rgba(119, 141, 169, 0.3);
  margin-top: 2rem;
  padding: 1rem;
  margin-bottom: -1rem; }

a.search-result-item {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: var(--primary-text-color); }

a.search-result-item:hover {
  background: #f4f7fb; }

#top-banner {
  overflow: hidden;
  white-space: nowrap;
  background: #000;
  color: #fff; }

.top-banner-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: banner-scroll var(--banner-duration, 40s) linear infinite; }

.top-banner-group {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.6rem 0; }

.top-banner-item {
  flex: 0 0 auto;
  margin: 0 2rem; }

.top-banner-sep {
  opacity: .6; }

@keyframes banner-scroll {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(calc(-1 * var(--banner-shift, 0px))); } }

/* Din befintliga input-styling behålls */
@media only screen and (min-width: 700px) {
  nav ul img {
    height: 30px; }
  #nav-main {
    top: 18px; } }

@media only screen and (min-width: 1000px) {
  #nav-main {
    order: 1;
    position: relative;
    margin-left: auto;
    transform: none;
    left: unset;
    top: 2px; }
  #menu {
    order: 2;
    margin-left: auto; }
  .hamburger {
    display: none; }
  #menu-inner {
    position: relative;
    margin-right: 3rem;
    inset: 0;
    z-index: 900;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: unset;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none; }
  nav ul, #footer2 ul {
    display: flex;
    margin: 0 -1rem; }
  #category {
    background-color: #f4f7fb;
    order: 1;
    border-radius: 100px;
    padding: 1rem 1.5rem 1.5rem 1.5rem; }
  #category li {
    margin: 0 1rem;
    font-size: 1.8rem; }
  #footer1 {
    display: flex;
    width: calc(100% + 2rem);
    margin: 0 -2rem; }
  #footer2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem; }
  #footer2 ul li {
    margin: 0 1rem; }
  #footer-about {
    width: 40%;
    margin: 0 2rem; }
  .footer-col {
    width: 20%;
    margin: 0 2rem; }
  #code {
    position: relative;
    top: -4px !important; }
  #search-dropdown {
    left: 50%;
    transform: translateX(-50%); }
  .search-dropdown-inner::before {
    left: 50%;
    transform: translateX(-50%) rotate(45deg); } }

/* Lists imported –––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: none; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem; }

li {
  line-height: 1.4;
  font-size: 1.7rem; }

/* Buttons imported –––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, button {
  margin: 0;
  border-width: 0;
  border-color: transparent;
  font-family: "Outfit", "Helvetica", "Arial", sans-serif;
  cursor: pointer;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px 20px;
  border-width: 0;
  transition: box-shadow 0.5s ease;
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease; }

.button:hover, button:hover {
  -moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  color: inherit; }

.button:focus, button:focus {
  outline: none; }

/* Misc imported –––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  border-width: 0;
  border-top: 1px solid #e5e5e5; }

.transition {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Admin imported –––––––––––––––––––––––––––––––––––––––––––––––––– */
#sidebar-edit {
  background-color: #222222;
  bottom: 0px;
  left: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  z-index: 999999; }

.sidebar-edit-text {
  color: #fafafa;
  font-size: 1.6rem;
  font-family: "Outfit", "Helvetica", "Arial", sans-serif;
  margin: 0; }

#top-banner {
  position: relative;
  padding: 1rem 0;
  z-index: 9999;
  background-color: #0B4CFF;
  color: white;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.05rem; }

#top-block {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem; }

#block-100, #block-60, #block-40 {
  position: relative;
  width: 100%;
  margin: 1rem;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: top; }

#block-100, #block-60 {
  height: 300px;
  align-items: flex-end; }

#block-40 {
  height: 150px;
  align-items: center; }

.block-darken {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%); }

.block-inner {
  z-index: 0;
  text-align: center;
  margin-bottom: 5rem; }

.block-inner-small {
  z-index: 1;
  text-align: center; }

.page-link {
  position: relative; }

.page-link span {
  position: absolute;
  left: -1.5rem; }

.collection {
  position: relative;
  padding: 6rem 2rem;
  text-align: center; }

.collection-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(119, 141, 169, 0.3);
  color: #778da9;
  font-weight: 500; }

/* 404 */
#error-404 {
  height: 100vh;
  background-size: cover;
  background-position: center; }

#error-inner {
  text-align: center;
  max-width: 230px;
  margin: 5rem auto 0 auto; }

#error-inner img {
  width: 125px;
  margin-bottom: 3rem; }

/* Woocommerce */
.product-short-description ul {
  list-style-type: disc;
  list-style-position: inside;
  /* ← nyckeln */
  padding-left: 0;
  margin-left: 0; }

.product-price {
  font-size: 2.2rem;
  font-weight: 600; }

.reset_variations {
  display: none !important; }

.variations {
  margin-bottom: 1rem; }

.variations tr {
  display: block;
  margin-bottom: 1.2rem; }

.variations th.label {
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  width: 100%;
  text-align: left; }

.variations td.value {
  display: block;
  width: 100%;
  padding: 0; }

.quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(119, 141, 169, 0.3);
  overflow: hidden;
  background: white; }

.qty {
  width: 52px;
  border: none;
  text-align: center;
  font-size: 1.7rem;
  padding: 0.6rem 0; }

.qty-btn {
  width: 42px;
  height: 42px;
  border: none;
  background-color: #f4f7fb;
  cursor: pointer;
  font-size: 1.9rem;
  padding: 0;
  text-align: center;
  transition: background 0.2s ease; }

.qty::-webkit-outer-spin-button,
.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.qty[type=number] {
  -moz-appearance: textfield; }

/* Gör cart quantity input inline-flex och stylad som produktsidan */
.wc-block-components-quantity-selector {
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid rgba(119, 141, 169, 0.3) !important;
  overflow: hidden !important;
  background: white !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important; }

/* Ta bort default styling på input */
.wc-block-components-quantity-selector__input {
  font-weight: 400 !important;
  width: 52px !important;
  border: none !important;
  text-align: center !important;
  font-size: 1.7rem !important;
  padding: 0 !important;
  -moz-appearance: textfield !important; }

/* Ta bort spin buttons i webkit */
.wc-block-components-quantity-selector__input::-webkit-inner-spin-button,
.wc-block-components-quantity-selector__input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0; }

.wc-block-components-quantity-selector:after {
  border-radius: 0 !important;
  border: none !important; }

/* Stil på knappar */
.wc-block-components-quantity-selector__button {
  width: 40px !important;
  height: 30px !important;
  border: none !important;
  background-color: #f4f7fb !important;
  cursor: pointer !important;
  font-size: 1.6rem !important;
  line-height: 1 !important;
  text-align: center !important;
  padding: 0 !important;
  transition: background 0.2s ease !important;
  border-radius: 0 !important;
  opacity: 1 !important; }

/* Disabled state */
.wc-block-components-quantity-selector__button:disabled {
  opacity: 0.5 !important;
  cursor: default !important; }

/* Active hover state */
.wc-block-components-quantity-selector__button:hover:not(:disabled) {
  background-color: #cfdced !important; }

.single_add_to_cart_button {
  width: 100%;
  padding: 1rem;
  margin: 2rem 0;
  font-size: 1.9rem;
  border-radius: 0;
  background: #2EE66A; }

.wc-block-cart, .wc-block-cart table.wc-block-cart-items {
  margin-bottom: 0 !important; }

.wc-block-cart-items__row:last-child {
  border-bottom: 1px solid transparent; }

.wc-block-components-sale-badge {
  border: none;
  border-radius: 0;
  background-color: #ffbe0c; }

.wc-block-components-product-details__name {
  display: none; }

.wc-block-components-product-details__value {
  font-size: 1.4rem; }

.wc-block-cart-item__remove-link {
  margin-left: 1.5rem !important; }

.wc-block-cart-item__quantity {
  display: flex; }

.wc-block-cart-items__header th, .wc-block-cart__totals-title, .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item-tax-value {
  font-weight: 600 !important; }

.wc-block-components-product-name {
  font-size: 1.9rem; }

#validate-error-coupon {
  gap: 10px;
  font-size: 1.7rem; }

.wc-block-components-text-input input[type=text] {
  border-radius: 0 !important;
  border: 1px solid #e5e5e5; }

.wc-block-cart__submit-button {
  background-color: #2EE66A;
  font-weight: 400 !important;
  font-size: 1.9rem; }

.wc-block-cart__submit-button:hover {
  -moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  color: inherit; }

.price-prefix {
  font-weight: 400; }

.woocommerce-variation-price {
  margin-bottom: 2rem; }

#single-product .woocommerce-variation-price {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(119, 141, 169, 0.3); }

#photoswipe-fullscreen-dialog {
  z-index: 99999; }

.woocommerce-product-gallery {
  position: relative;
  z-index: 0; }

.flex-active {
  border: 1px solid #778da9 !important; }

.wp-post-image, .size-woocommerce_thumbnail {
  width: 100%;
  height: auto; }

.size-woocommerce_thumbnail, .woocommerce-placeholder {
  margin-bottom: 1em; }

.flex-control-nav {
  display: flex;
  margin: 1rem -0.5rem 0 -0.5rem; }

.flex-control-nav li {
  margin: 0 0.5rem;
  cursor: pointer;
  counter-increment: none !important;
  list-style: none !important; }

.flex-control-nav li:hover {
  opacity: 0.8; }

.flex-control-nav li::marker {
  content: none !important; }

.flex-control-nav li::before,
.flex-control-nav li::after {
  content: none !important;
  display: none !important; }

.woocommerce-product-gallery__wrapper a {
  display: block;
  line-height: 0; }

.woocommerce-product-gallery img {
  display: block;
  width: 100%;
  height: auto; }

.flex-control-nav img {
  border: 1px solid transparent; }

.woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  border-radius: 100%;
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.5); }

.woocommerce-product-gallery__trigger:hover {
  opacity: 0.8; }

.woocommerce-product-gallery__trigger span {
  display: none; }

.woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("/wp-content/themes/Osten/img/zoom-in.svg") no-repeat center;
  background-size: contain; }

#single-product-left {
  margin-bottom: 2.5rem; }

.size-swatches {
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0; }

.size-swatch {
  background-color: #f4f7fb;
  border: 1px solid rgba(119, 141, 169, 0.3);
  font-size: 1.7rem;
  padding: 0.6rem 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none; }

.size-swatch.active {
  background: #ffbe0c;
  border: 1px solid transparent; }

.size-swatch.disabled {
  opacity: 0.3;
  pointer-events: none; }

.woocommerce-ordering {
  position: relative;
  display: inline-block;
  margin-bottom: 3rem; }

.woocommerce-ordering .orderby {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 40px 10px 14px;
  font-size: 1.7rem;
  border: 1px solid rgba(119, 141, 169, 0.3);
  backdrop-filter: blur(6px);
  cursor: pointer;
  transition: all 0.2s ease; }

.woocommerce-ordering .orderby:hover {
  border: 1px solid rgba(119, 141, 169, 0.3); }

.woocommerce-ordering .orderby:focus {
  outline: none;
  border: 1px solid rgba(119, 141, 169, 0.3); }

.woocommerce-ordering::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
  opacity: 0.6; }

ul.columns-4 {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: -2rem !important; }

.ost-product {
  margin: 2rem;
  width: calc(50% - 4rem); }

.ost-card {
  text-align: center; }

.ost-card h2:hover {
  opacity: 0.8; }

.ost-card h2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.ost-image {
  line-height: 0; }

.ost-meta .price, .woocommerce ul.products li.product .price {
  font-size: 1.9rem !important;
  font-weight: 400 !important;
  display: block;
  margin-bottom: 1.5rem; }

.woocommerce-LoopProduct-link:hover {
  color: #0d1b2a; }

.ost-meta .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block; }

.ost-meta .button {
  border-radius: 0 !important;
  margin-top: 0 !important;
  font-weight: 400 !important;
  display: inline-block; }

.woocommerce ul.products li.product .button {
  line-height: unset;
  font-size: 1.6rem;
  padding: 10px 20px;
  font-weight: 400 !important;
  color: inherit; }

.product_type_simple, .wc-block-components-checkout-place-order-button {
  background-color: #2EE66A !important; }

.product_type_variable {
  background-color: rgba(46, 230, 106, 0.25) !important; }

.coupon-error-notice {
  font-size: 1.4rem;
  color: #cc1818;
  margin-top: 1rem; }

.woocommerce ul.products li.product .woocommerce-placeholder {
  border: none !important; }

.related-products h2 {
  margin-bottom: 2.5rem; }

.woocommerce-no-products-found {
  font-size: 1.9rem;
  margin-top: 0; }

.empty-cart-heading {
  font-size: 1.9rem;
  margin-top: -2.5rem; }

.woocommerce-notices-wrapper {
  display: none; }

.wp-block-woocommerce-checkout {
  padding-top: 0; }

.wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 0 !important;
  border: 1px solid rgba(119, 141, 169, 0.3);
  padding-bottom: 0 !important; }

.wc-block-components-form input, .wc-block-components-form select {
  border: 1px solid rgba(119, 141, 169, 0.3) !important;
  border-radius: 0 !important; }

.wc-block-components-order-summary-item__quantity {
  border-radius: 100% !important;
  padding: 0 !important;
  border: none !important;
  background-color: #ffbe0c !important;
  box-shadow: none !important; }

.wc-block-components-order-summary-item__individual-prices {
  padding-top: 0 !important; }

.wc-block-components-product-metadata {
  margin-top: 0 !important; }

.wc-block-components-product-details.wc-block-components-product-details {
  margin: 0 !important; }

.wc-block-components-order-summary-item {
  border-top: 1px solid rgba(119, 141, 169, 0.3); }

.wc-block-components-order-summary-item:first-child {
  border: none; }

a.added_to_cart.wc-forward, .cart-empty {
  display: none !important; }

.coupon {
  margin-bottom: 2.5rem; }

.coupon button, .wc-block-components-totals-coupon__button {
  background-color: #f4f7fb; }

.wc-block-components-sidebar-layout .wc-block-components-main {
  margin-bottom: -36px !important; }

#coupon_code {
  width: 150px;
  padding: 1.2rem 1.5rem;
  margin-right: 1rem;
  font-family: inherit;
  border: 1px solid #e5e5e5;
  color: #0d1b2a;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease; }

#coupon_code::placeholder {
  color: #778da9; }

#coupon_code:focus {
  border-color: #ffbe0c;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15); }

/* Orderöversikt */
.woocommerce-order {
  display: flex;
  flex-wrap: wrap; }

.woocommerce-order .woocommerce-thankyou-order-received,
.woocommerce-order .order_details,
.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details {
  width: 100%; }

.woocommerce-order .woocommerce-thankyou-order-received {
  order: 1; }

.woocommerce-order .order_details {
  order: 3; }

.woocommerce-order .woocommerce-order-details {
  order: 2;
  max-width: 600px; }

.woocommerce-order .woocommerce-customer-details {
  order: 4; }

.woocommerce-order .woocommerce-order-overview {
  background: #f4f7fb;
  padding: 1.5rem 2rem;
  margin-bottom: 2rem; }

/* Orderdetaljer */
.woocommerce-order .woocommerce-order-details__title {
  margin-bottom: 1.5rem; }

.woocommerce-order .woocommerce-table.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem; }

.woocommerce-order .woocommerce-table th,
.woocommerce-order .woocommerce-table td {
  padding: 0.8rem 0;
  border-bottom: 1px solid #eee; }

.woocommerce-order .woocommerce-table th {
  font-weight: 600;
  text-align: left; }

.woocommerce-order .woocommerce-table td {
  text-align: left; }

.woocommerce-order th.product-total, .woocommerce-order td.product-total, .woocommerce tfoot td {
  text-align: right !important; }

/* Kunduppgifter */
.woocommerce-order .woocommerce-customer-details {
  background: #f4f7fb;
  padding: 1.5rem 2rem; }

.woocommerce-order .woocommerce-customer-details h2, .woocommerce-order .woocommerce-thankyou-order-details h2 {
  margin-bottom: 1rem; }

.woocommerce-order .order_details li, .woocommerce-order .woocommerce-customer-details address {
  font-style: normal;
  font-size: 1.7rem; }

.woocommerce-order .order_details li {
  line-height: 1.5; }

.woocommerce-order .woocommerce-customer-details address {
  line-height: 1.49; }

.woocommerce-order .product-quantity {
  font-weight: 400 !important;
  margin-left: 0.5rem; }

.woocommerce-order .woocommerce-customer-details--email {
  display: none; }

.woocommerce-order .product-name {
  flex-direction: row; }

/* --- Klassisk cart styling --- */
.shop_table thead th {
  font-weight: 600 !important;
  padding-bottom: 1rem; }

.product-header {
  text-align: left; }

.subtotal-header, .product-subtotal {
  text-align: right; }

.woocommerce-cart-form__cart-item {
  border-bottom: 1px solid rgba(119, 141, 169, 0.3);
  padding: 1rem 0; }

.woocommerce-cart-form__cart-item.cart_item td {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.product-name {
  display: flex;
  flex-direction: column; }

.shop_table {
  width: 100%; }

.product-thumbnail {
  width: 80px;
  padding-right: 2rem; }

.shop_table .quantity {
  width: fit-content;
  transform: scale(0.6);
  transform-origin: left center;
  /* vänsterkanten, mitt i höjden */ }

.product-name .woocommerce-Price-amount, .shop_table .remove {
  font-size: 1.3rem;
  width: fit-content; }

.original-price {
  text-decoration: line-through;
  color: #778da9;
  margin-right: 0.5rem; }

.product-thumbnail, .product-subtotal {
  vertical-align: top; }

.product-thumbnail img {
  margin-bottom: 0 !important; }

/* Dölj Update cart men behåll funktion */
.woocommerce-cart-form button[name="update_cart"] {
  display: none !important; }

.cart_totals {
  border: 1px solid rgba(119, 141, 169, 0.3);
  padding: 1.6rem; }

.cart_totals h2 {
  margin-bottom: 3.2rem;
  font-size: 1.9rem;
  font-weight: 500; }

.cart-subtotal {
  border-bottom: 1px solid rgba(119, 141, 169, 0.3);
  padding-bottom: 1rem; }

.cart-subtotal th {
  padding-bottom: 0.5rem; }

.order-total th {
  padding-top: 0.5rem; }

.cart-subtotal th, .order-total th {
  text-align: left;
  font-weight: 600; }

.cart-subtotal td, .order-total td {
  text-align: right; }

.woocommerce-shipping-totals th, .woocommerce-shipping-destination {
  display: none; }

.order-total td {
  font-weight: 600 !important;
  font-size: 2rem; }

.order-total .includes_tax {
  display: none; }

.woocommerce-shipping-totals td {
  text-align: left;
  padding-top: 1rem;
  width: 165px; }

.wc-proceed-to-checkout {
  display: flex;
  margin-top: 2rem; }

.wc-proceed-to-checkout a {
  width: 100%;
  text-align: center;
  background-color: #2EE66A;
  font-weight: 400; }

#wc-stripe-express-checkout-element {
  display: none !important; }

.wc-block-components-totals-footer-item-tax {
  display: none !important; }

.checkout-taxes-ending {
  font-size: 1.4rem;
  margin-bottom: 0;
  padding: 16px;
  border-left: 1px solid rgba(119, 141, 169, 0.3);
  border-right: 1px solid rgba(119, 141, 169, 0.3);
  border-bottom: 1px solid rgba(119, 141, 169, 0.3); }

.wc-block-components-order-summary-item__individual-prices {
  font-weight: 600; }

.wc-block-components-checkout-order-summary__title {
  border: none !important;
  padding-top: 0 !important; }

.wp-block-woocommerce-checkout-pickup-options-block {
  display: none; }

.wp-block-woocommerce-checkout-shipping-method-block {
  display: none; }

.wc-block-components-checkout-order-summary__title, .wc-block-components-totals-wrapper {
  padding-left: 16px !important;
  padding-right: 16px !important; }

.wc-block-components-order-summary, .wc-block-components-totals-coupon, .wc-block-components-totals-item, .wc-block-components-totals-shipping, .wc-block-components-totals-footer-item {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.checkout-order-summary-block-fill {
  border: none !important; }

.wc-block-components-checkout-place-order-button {
  margin-top: 2rem; }

.checkout-order-summary-block-fill-wrapper h2 {
  padding: 16px 16px 0 16px !important; }

.wc-block-components-checkout-step {
  margin-bottom: 1rem !important; }

.wc-block-checkout__add-note {
  margin-bottom: 2rem !important; }

.wc-block-components-payment-methods__save-card-info {
  margin-top: 2rem !important; }

.woocommerce-column--shipping-address h2 {
  margin-top: 2rem; }

/* Hover */
.ost-product .ost-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1; }

.ost-product .ost-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease, transform 0.35s ease; }

.ost-product .ost-main-image {
  position: relative;
  z-index: 1;
  opacity: 1; }

.ost-product .ost-hover-image {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0; }

@media (hover: hover) and (pointer: fine) {
  .ost-image:hover .ost-main-image {
    opacity: 0;
    transform: scale(1.03); }
  .ost-image:hover .ost-hover-image {
    opacity: 1;
    transform: scale(1.03); } }

/* Newsletter popup & coupon */
.newsletter-popup {
  display: none; }

.newsletter-popup.is-visible {
  display: block; }

.newsletter-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5000; }

.newsletter-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4rem;
  z-index: 5001;
  width: 60vw;
  max-width: 500px;
  text-align: center; }

.newsletter-popup-box p {
  line-height: 1.2;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto; }

.newsletter-popup-close {
  position: absolute;
  top: -0.5rem;
  right: 1rem;
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 3rem;
  cursor: pointer; }

.newsletter-form {
  display: flex;
  gap: 10px;
  flex-direction: column; }

.newsletter-form input {
  padding: 0.75rem 1.5rem;
  border: 1px solid rgba(119, 141, 169, 0.3);
  color: var(--primary-text-color) --primary-text-color is false;
  background: #fff;
  outline: none;
  height: 29px; }

.newsletter-form button {
  height: 46px; }

.wc-block-components-totals-discount__coupon-list-item {
  font-size: 1.6rem;
  border: 1px solid rgba(119, 141, 169, 0.3); }

.cart-discount th {
  text-align: left; }

.cart-discount td {
  text-align: right; }

@media only screen and (min-width: 700px) {
  #single-product {
    display: flex;
    margin: 0 -1rem; }
  #single-product-left {
    width: calc(50% - 2rem);
    margin: 0 1rem; }
  #single-product-right {
    width: calc(50% - 2rem);
    padding-left: 4rem;
    margin: 0 1rem; }
  .ost-product, .woocommerce-page ul.products li.product {
    width: calc(33.3333% - 4rem); }
  #error-inner {
    max-width: 375px; }
  .newsletter-form {
    flex-direction: row;
    justify-content: center; } }

@media only screen and (min-width: 1000px) {
  .ost-product, .woocommerce-page ul.products li.product {
    width: calc(25% - 4rem); }
  #block-100 {
    height: 400px; }
  #block-60 {
    width: calc(70% - 2rem);
    height: 400px; }
  #block-40 {
    width: calc(30% - 2rem);
    height: 400px;
    align-items: flex-end; }
  .block-inner-small {
    margin-bottom: 5rem; }
  #content-page {
    display: flex; }
  #content-page-sidebar {
    width: 25%;
    margin-left: 12rem; }
  #content-page-sidebar div {
    position: sticky;
    top: 10rem; }
  #content-page-main {
    width: 75%; }
  .collection {
    padding: 8rem 2rem; }
  .wc-block-checkout__sidebar.is-sticky {
    top: 10rem; }
  .cart_totals {
    position: sticky;
    top: 10rem; }
  .cart-container {
    display: flex; }
  .woocommerce-cart-form {
    width: calc(75% - 6rem); }
  .cart-collaterals {
    width: 25%;
    margin-left: 6rem; }
  .coupon {
    margin-bottom: 0; }
  .woocommerce-order .order_details, .woocommerce-order .woocommerce-customer-details {
    width: calc(50% - 5rem);
    margin-bottom: 0; }
  .woocommerce-order .woocommerce-customer-details {
    margin-left: 2rem; }
  .woocommerce-order .woocommerce-order-details {
    margin-bottom: 2rem; }
  .wc-block-components-checkout-place-order-button {
    margin-top: 0 !important; }
  .wc-block-components-checkout-order-summary__title {
    padding: 0 !important; } }

/* Float imported –––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (min-width: 1000px) {
  .float {
    -webkit-transform: perspective(0) translateZ(0);
    transform: perspective(0) translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .float:hover, .float:focus, .float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

/*# sourceMappingURL=main.css.map */