/* 
Theme Name: Storefront Child 
Description: Child theme for Storefront. 
Author: Woo
Author URI: http://woocommerce.com 
Template: storefront 
*/  

/* --------------- Theme customization starts here ----------------- */

:root{
   /* COLORS */
  --black: #000; 
  --darkgray: #484848;
  --brightgray: #FCFCFC;
  --copper: #b87660; 
  --copper-bright: #D6927C;
  
  /* SPACE */
  --space-xs: 1rem;
  --space-sm: 1.5rem;
  --space-md: 3.125rem;
  --space-lg: 5rem;
  --space-xl: 7rem;
} 

@font-face {
  font-family: 'Bauer Bodoni'; 
  src: url(font/BauerBodBlaIta.otf); 
  font-display: swap;
}
/* .product-type-variable.product_cat-kakel-klinker{
  display: none;
} */
.select2-container{
  z-index: 1 !important;
}

@media screen and (max-width: 767px){
  body .select2-container, body .ui-widget.ui-datepicker{
    z-index: 1 !important;
  }
}


/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/
body, html{
  font-size: 14px;
  box-sizing: border-box; 
  max-width: 100%;
  color: black;
  background-color: white; 
  font-family: effra, sans-serif; 
  width: 100%;
  scroll-behavior: smooth;
}
/* ÄNDRAT FÖR FONT */
@media (min-width: 992px){
  body, html{
    font-size: 15px;
  }
}

body.fixed{
  overscroll-behavior: contain;
  overflow-y: hidden;
}

body:not(.page-template-inspiration-template):not(.tax-serie) .site{
  overflow-x: visible !important;
}

body.page-template-inspiration-template .site, body.tax-serie .site{
  overflow-x: hidden !important;
}

#page{
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(184, 118, 96, 0.1);
}

strong{
  font-weight: 500 !important;
}

td{
  background-color: white;
}

.col-full{
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.clearfix:after {
  clear: both; 
  content: "";
  display: table; 
}

img {
  border-radius: 0px;
}

a:focus,
button:focus,
button:focus-visible,
input:focus,
input:focus-visible { 
  outline: none;
}

input{
  font-family: effra, sans-serif !important;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}

h1,h2,h3,h4,h5{
  color: black;
}

/* Fix for inspiration elements that is absolute */
.page-template-inspiration-template .site-content, .archive.tax-brand .site-content{
  overflow: hidden;
}

.col-full{
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* ÄNDRAT FÖR FONT */
body:not(.tax-serie):not(.tax-brand):not(.page-template-frontpage-template):not(.page-template-frontpage-business-template):not(.single-projects) .site-content{
  padding-top: 107px; 
}  

@media (max-width: 991px){
  body:not(.tax-serie):not(.page-template-frontpage-template):not(.page-template-frontpage-business-template):not(.single-projects) .site-content{
     padding-top: 60px !important; 
  }  
}

.anchor {
  position: absolute;
  top: -120px;
  visibility: hidden;
}

.anchor-link::before {
  content: '';
  display: block;
  height: 50px;
  margin-top: -50px;
  visibility: hidden;
}

@media (min-width: 768px){
  .anchor-link::before {
    height: 120px;
    margin-top: -120px;
  }
}

/* PRIMARY */
div#primary {
  padding: 0px var(--space-sm);
}

/* Max widths
--------------------------------------------- */
.mw-250{
  max-width: 250px !important;
  width: 100%;
}

.mw-400{
  max-width: 400px !important;
  width: 100%;
}

.mw-500{
  max-width: 500px !important;
  width: 100%;
}

.mw-600 {
  max-width: min(600px, 100%) !important;
} 

.mw-700{
  max-width: 700px !important;
  width: 100%;
}

.mw-800 {
  max-width: 800px !important;
  width: 100%;
} 

.mw-900 {
  max-width: 900px !important;
  width: 100%;
} 

.mw-1200{
  max-width: 1200px !important;
  width: 100%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, p {
  margin: 0rem !important;
}

.formatted-editor-content > :where(p, ul, ol, h2, h3, h4, h5, h6, blockquote) {
  margin-bottom: 1rem !important;
}

.formatted-editor-content > :last-child {
  margin-bottom: 0 !important;
}

.formatted-editor-content--light :where(h1, h2, h3, h4, h5, h6, p, li) {
  color: inherit;
}

.term-description > :where(p, ul, ol, h2, h3, h4, h5, h6, blockquote) {
  margin-bottom: 1rem !important;
}

.term-description > :last-child {
  margin-bottom: 0 !important;
}

.term-description h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px !important;
  margin-bottom: 0px !important;
  padding-top: 10px;
}

.location-description h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px !important;
  margin-bottom: 0px !important;
  padding-top: 10px;
}

/* Font family */
.bauer-bodoni{
  font-family: "Bauer Bodoni", sans-serif;
}

/* Font sizes & font weights
--------------------------------------------- */
.ls-1, .letter-spacing-1{
  letter-spacing: 1px;
}

.ls-2, .letter-spacing-2{
  letter-spacing: 2px;
}

/* 12px */
.fs-1 {
  font-size: 0.857rem !important;
  
}
/* 14px default */
.fs-2 {
  font-size: 1rem !important;
  line-height: 1.6rem !important;
}

/* 16px */
.fs-3{
  font-size: 1.143rem !important;
  line-height: 2rem !important;
}

/* 18px */
.fs-4, h4{
  font-size: 1.286rem !important;
  line-height: 2rem !important;
}   

/* 22px */
.fs-5, h3{
  font-size: 1.571rem !important;
  line-height: 2rem !important;
}

/* Small devices (576px and up) */
@media (min-width: 576px) {
  .fs-sm-1 {
    font-size: 0.857rem !important;
    
  }
  .fs-sm-2 {
    font-size: 1rem !important;
    line-height: 2rem !important;
  }
  .fs-sm-3 {
    font-size: 1.143rem !important;
    line-height: 2rem !important;
  }
  .fs-sm-4, h4 {
    line-height: 2rem !important;
    font-size: 1.286rem !important; 
  }
  .fs-sm-5, h3 {
    font-size: 1.571rem !important;
    line-height: 2rem !important;
  }
}

/* Medium devices (768px and up) */
@media (min-width: 768px) {
  .fs-md-1 {
    font-size: 0.857rem !important;
    
  }
  .fs-md-2 {
    font-size: 1rem !important;
    line-height: 2rem !important;
  }
  .fs-md-3 {
    font-size: 1.143rem !important;
    line-height: 2rem !important;
  }
  .fs-md-4 {
    line-height: 2rem !important;
    font-size: 1.286rem !important; 
  }
  .fs-md-5 {
    font-size: 1.571rem !important;
    line-height: 2rem !important;
  }
}

/* Large devices (992px and up) */
@media (min-width: 992px) {
  .fs-lg-1 {
    font-size: 0.857rem !important;
    
  }
  .fs-lg-2 {
    font-size: 1rem !important;
    line-height: 2rem !important;
  }
  .fs-lg-3 {
    font-size: 1.143rem !important;
    line-height: 2rem !important;
  }
  .fs-lg-4 {
    line-height: 2rem !important;
    font-size: 1.286rem !important; 
  }
  .fs-lg-5 {
    font-size: 1.571rem !important;
    line-height: 2rem !important;
  }
}

/* Extra large devices (1200px and up) */
@media (min-width: 1200px) {
  .fs-xl-1 {
    font-size: 0.857rem !important;
    
  }
  .fs-xl-2 {
    font-size: 1rem !important;
    line-height: 2rem !important;
  }
  .fs-xl-3 {
    font-size: 1.143rem !important;
    line-height: 2rem !important;
  }
  .fs-xl-4 {
    line-height: 2rem !important;
    font-size: 1.286rem !important; 
  }
  .fs-xl-5{
    font-size: 1.571rem !important;
    line-height: 2rem !important;
  }
}

/* GENVÄGAR */
.fs-shortcut {
  font-size: clamp(1.9rem, 2vw, 2.2rem) !important;
  line-height: clamp(1.9rem, 2vw, 2.5rem) !important;
}

/* 30px */
.fs-6, h2{
  font-size: clamp(1.6rem, 6vw, 2.2rem) !important;
  line-height: clamp(1.9rem, 6vw, 2.5rem) !important;
}

/* 42px */
.fs-7, h1{
  font-size: clamp(2.4rem, 6vw, 3rem) !important;
  line-height: clamp(3rem, 6vw, 3.6rem) !important;
}

/* 84px */
.fs-8{
  font-size: clamp(2.6rem, 6vw, 6rem) !important;
  line-height: clamp(2.6rem, 6vw, 6rem) !important;
}

/* 126px */
.fs-9{ 
  font-size: clamp(2.8rem, 6vw, 9rem) !important;
  line-height: clamp(3.3rem, 6vw, 9rem) !important;
} 



/* Regular */
.fw-normal {
  font-weight: 400 !important;
}

/* Medium */
.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold{
  font-weight: 600 !important;
}

/* Bold */
.fw-bold {
  font-weight: 700 !important;
}

/* Heavy */
.fw-heavy {
  font-weight: 900 !important;
}

/* Text colors
--------------------------------------------- */
.color-white{
  color: white !important;
}
.color-black{
  color: var(--black) !important;
}
.color-copper{
  color: var(--copper) !important;
}

.color-bright-copper{
  color: var(--copper-bright) !important;
}

.link-color-copper a{
  color: var(--copper);
}

/* Background colors
--------------------------------------------- */
.bg-brightgray{
  background-color: var(--brightgray);
}

.bg-copper{
  background-color: var(--copper);
}



/* Classes
--------------------------------------------- */

.z-index-1{
  z-index: 1;
}

.no-pointer-events{
  pointer-events: none;
}
.flex-grow-xl-0{
  flex-grow: 1;
}
@media(min-width: 1200px) {
  .flex-grow-xl-0{
    flex-grow: 0 !important;
  }
}

/* Close symbol */
.close-symbol {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.close-symbol::before,
.close-symbol::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 50%;
  background-color: black;
}

.close-symbol.white::before,
.close-symbol.white::after {
  background-color: white !important;
}

.close-symbol::before {
  transform: rotate(45deg) translate(-50%, -50%);
  left: 50%;
  transform-origin: top left;
}

.close-symbol::after {
  transform: rotate(-45deg) translate(-50%, -50%);
  left: 50%;
  transform-origin: top left;
}

/* 100% height minus header */
.full-height{
  min-height: calc(100vh - 100px);
  min-height: calc(100svh - 100px);
}

.box-shadow{
  box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}

.no-box-shadow{
  box-shadow: none !important;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

/* Location */
.location-image-wrapper{
  position: relative;
  width: 100%;
  height: 100px;
  padding-bottom: 80%;
}

.location-image-wrapper img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.location-type:before, .text-within-lines:before, .location-type:after, .text-within-lines:after{
  content: '';
  display: block;
  flex-grow: 1;
  height: 1px;
  background-color: black;
  min-width: 20px;
}

.text-within-lines.white:after, .text-within-lines.white:before{
  background-color: white;
  color: white;
}

.text-within-lines-flex:before, .text-within-lines-flex:after{
  content: '';
  display: inline-flex;
  flex-basis: 110px; 
  min-width: 15px;
  height: 1px;
  background-color: black;
}

.text-within-lines-flex.white:after, .text-within-lines-flex.white:before{
  background-color: white;
  color: white; 
}

.location-details{
  border-right: 1px solid #D1D1D1;
}

.read-more-container{
  display: grid;
  grid-template-rows: 1fr;
  transition: all 0.5s ease;
}

.read-more-container a.read-more-dropdown::after, .read-more-container a.read-more-dropdown::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}

.read-more-container.hide{
  grid-template-rows: 0fr !important;
}

.read-more-container .read-more-dropdown {
  font-weight: 400;
  cursor: pointer;
  color: black;
  text-align: center;
  margin: 40px 0px 30px 0px;
  text-transform: uppercase;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  letter-spacing: 1px;
}

.product-series-module-image{
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
}


/* Buttons
--------------------------------------------- */
button{
  font-family: effra, sans-serif !important;
}

.button, .btn, .woocommerce-Button, .tinvwl-button, .add_to_cart, .added_to_cart, .pin-product-button a {
  display: flex;
  border: none;
  background-color: white;
  box-shadow: 2px 2px 1px rgb(199 199 199 / 50%);
  letter-spacing: 1px;
  font-size: 0.857rem !important;
  line-height: 1rem !important;
  font-weight: 500 !important;
  color: var(--black);
  text-transform: uppercase;
  transition: all 0.1s ease-out;
  padding: 1rem 1.5rem;
  font-family: effra,sans-serif !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.button:hover, .btn.white:hover, .woocommerce-Button:hover, .tinvwl-button:hover, .add_to_cart:hover, .added_to_cart:hover, .pin-product-button a:hover{
  background-color: var(--black);
  color: white;
  /* box-shadow: 0px 0px 0px rgb(199 199 199 / 50%); */
}

.interni-btn{
  display: inline-block !important; 
  border: none;
  background-color: white;
  letter-spacing: 1px;
  color: var(--black);
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  /* transition: all 0.1s ease-out; */
  justify-content: center;
  align-items: center;
  height: auto !important;
  opacity: 1;
}

.btn.copper{
  background-color: var(--copper);
  color: white;
}

.btn.copper:hover{
  background-color: black !important; 
}

.btn.copper{
  background-color: var(--copper) !important;
}

.btn.black{
  background-color: var(--black) !important;
  color: white;
}

.btn.black:hover{
  background-color: #333333 !important;
}

.btn.copper-bright{
  background-color: var(--copper-bright);
  color: white;
}

.btn.copper-bright:hover{
  background-color: var(--copper);
}

.btn.hover-copper:hover{
  background-color: var(--copper) !important;
  color: white !important;
}

.btn.hover-bright-copper:hover{
  background-color: var(--copper-bright) !important;
  color: white !important;
}

.btn.hover-copper-bright:hover{
  background-color: var(--copper-bright) !important;
}

.interni-btn.copper{
  background-color: var(--copper) !important;
  color: white !important;
}

.wp-block-file.interni-btn a{
  display: inline-block !important; 
  border: none;
  background-color: var(--black);
  letter-spacing: 1px;
  color: white;
  border-radius: 0 !important;
  text-transform: uppercase;
  transition: all 0.1s ease-out;
  padding: 1rem 2rem;
  justify-content: center;
  align-items: center;
  height: auto !important;
  opacity: 1;
}

.wp-block-file.interni-btn:hover a{
  background-color: #333333;
  color: white !important;
}

button.tinvwl_button_move {
  padding: 1rem 1.5rem;
  background-color: var(--black);
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
}

button.tinvwl_button_move:hover {
  background-color: var(--darkgray);
}

.display-filters-button .filter-active:after{
  content: '';
  display: block;
  position: absolute;
  right: -5px;
  top: 50%;
  width: 8px;
  height: 2px;
  background-color: white;
  transform: translate(100%, -50%);
}

.display-filters-button .filter-active:before{
  content: '';
  display: block;
  position: absolute;
  right: -8px;
  top: 50%;
  width: 2px;
  height: 8px;
  background-color: white;
  transform: translate(100%, -50%);
  transition: height 0.2s ease;
}

.display-filters-button .filter-active.open:before{
  height: 0;
}

@media(min-width: 768px) {
  .button, .btn, .woocommerce-Button, .tinvwl-button, .add_to_cart, .added_to_cart, .pin-product-button a {
    padding: 1.5rem;
  }

  button.tinvwl_button_move {
    padding: 1.5rem;
  }

  .interni-btn{
    padding: 1.5rem;
  }
}

.clear-cart-button a.btn:hover{
  color: var(--copper-bright) !important;
  background-color: var(--black) !important;
}

/* Image titles */
.image-title{
  max-height: 150px;
}

/* INPUTS */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid var(--black);
  box-shadow: none;
  outline: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px !important;
  flex-shrink: 0;
}

.form-row.woocommerce-invalid input.input-checkbox{
  outline: 2px solid var(--copper);
}

input[type="checkbox"]:checked{
  background-color: var(--black) !important;
}

input[type="checkbox"]:after {
  content: '\2713';
  color: white;
  display: block;
  opacity: 0;
}

input[type="checkbox"]:checked:after{
  opacity: 1;
}

/* FORM POPUPS
--------------------------------------------- */
.form-popup-wrapper{
  display: none;
  position: fixed;
  overflow-y: auto;
  inset: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  justify-content: center;
  padding: 3rem 1.5rem;
  cursor: pointer;
  word-break: break-word;
}

.form-popup-wrapper > .close-symbol{
  position: fixed;
  top: 1.5rem;
  right: 2.5rem;
  z-index: 999;
  cursor: pointer;
  width: 30px !important;
  height: 30px !important;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

@media (max-width: 767px){
  .form-popup-wrapper > .close-symbol{
    display: none;
  }
}

.close-symbol:hover{
  opacity: 1 !important;
}

.form-popup-wrapper .form-container{ 
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  padding: 3rem 1.5rem;
  background-color: white;
  cursor: auto;
  max-width: 650px;
}

#boka_radgivning_form{
  padding-right: 2rem !important;
}

.form-popup-wrapper .form-container .close-symbol {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 999;
  cursor: pointer;
  opacity: 0.8;
}

.form-popup-wrapper .form-container .form-title{
  padding-right: 2rem;
}

._form {
  font-family: effra, sans-serif !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important; 
}

._form input{
  accent-color: black !important;
  background-color: white !important;
}

._form input[type="text"] {
  background-color: transparent;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid black !important;
  border-radius: 0 !important;
  color: black !important;
}

._form input[type="text"]::placeholder{
  color: black;
}

._form textarea {
  background-color: transparent;
  border: 1px solid black !important;
  box-shadow: none;
  border-radius: 0 !important;
  color: black !important;
}

._form input[type="radio"], ._form input[type="checkbox"]{
  margin-top: 2px !important;
  margin-right: 0 !important;
}

._row._checkbox-radio label{
  vertical-align: top !important;
}

._form legend[for="field[14][]"]{
  padding: 0 !important;
  margin-bottom: 0 !important;
  display: none !important;
}

._form ._button-wrapper{
  display: flex;
}

._form ._button-wrapper button._submit{
  /* margin-top: 1rem !important; */
  flex-basis: 250px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

._form ._button-wrapper button._submit:hover{
  background-color: var(--copper-bright) !important;
}

._form ._row._checkbox-radio{
  display: flex;
  gap: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

._form ._checkbox-radio input, ._form ._checkbox-radio label{
  cursor: pointer;
}

._form button._submit{
  font-family: effra, sans-serif !important;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.857rem !important;
  
  font-weight: 500 !important;
}

._form_10 #_form_10_submit:hover, ._form_12 #_form_12_submit:hover, ._form_8 #_form_8_submit:hover, ._form_14 #_form_14_submit:hover{ 
  background: var(--copper-bright) !important;
}

._form fieldset._form-fieldset{
  background-color: transparent !important;
}

._form legend._form-label{
  background-color: transparent !important;
  margin-bottom: 0.5rem !important;
  padding: 0 !important;
  margin-left: 0 !important;
}

._form ._form_element {
  margin-bottom: 1.5rem !important;
}

._form input, ._form ._form_element *{
  font-size: 1rem !important;
}

._form ._submit{
  font-family: effra, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

@media (min-width: 320px) and (max-width: 667px){
  ._form input[type="text"]{
    font-size: 1rem !important;
  }

  ._form ._form_element{
    margin-bottom: 1.5rem !important;
  }
}

._form_element._x88842339._full_width, ._form_element._x40603052._full_width, ._form_element._x06446883._full_width  {
  margin-bottom: 0 !important;
}

/* Newsletter form in footer */
footer ._form_16 label{
  display: none !important;
}

footer ._form_16 input#email{
  background-color: transparent !important;
  border: 1px solid white !important;
  padding: 1rem !important;
  color: white !important;
}

footer ._form_16 input[type="text"]::placeholder{
  color: white !important;
}

footer ._form_16 button#_form_16_submit{
  width: 100%;
  margin-top: 0 !important;
  flex-basis: 100% !important;
  font-family: effra, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

footer ._form_16 button#_form_16_submit:hover{
  background-color: var(--copper-bright) !important; 
}

@media (max-width: 667px){
  footer #_form_64F6FB80C3323_ button[type="submit"]{
    font-size: 1rem !important;
    padding: 1rem !important;
  }
}

@media (min-width: 320px) and (max-width: 667px){
  footer #_form_64F6FB80C3323_ button[type="submit"]{
    font-size: 1rem !important;
  }
}

footer ._form_16 ._form-thank-you{
  text-align: left !important;
}

footer .newsletter-policy{
  font-size: 0.857rem !important;
  line-height: 1rem;
}

footer .newsletter-policy a{
  text-decoration: underline;
  font-size: 0.857rem !important;
  line-height: 1rem;
}


._has_error{
  outline: 2px solid var(--copper-bright) !important;
}

._error._below, ._error-inner, ._error._above{
  display: none !important;
  visibility: hidden !important;
}


/* Hero sections
--------------------------------------------- */
.hero-section{
  min-height: max(400px, 80vh);
  min-height: max(400px, 80svh);
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px){
  .hero-section{
    min-height: max(600px, 90vh);
    min-height: max(600px, 90svh);
    overflow: hidden;
    position: relative;
  }
}

.hero-section div{
  position: relative;
}

.hero-section .background-filter{
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.hero-section .background-filter{
  background-size: cover;
  background-position: center;
}

.hero-section .series-intro-wrapper{
  color: white;
}


/*--------------------------------------------------------------
# GRIDS
--------------------------------------------------------------*/

.grid-container{
  display: grid;
}

.locations-grid{
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)); 
}

@media (min-width: 1330px){
  .locations-grid{
     grid-template-columns: repeat(auto-fit, minmax(384px, 1fr)); 
  }
}

@media (max-width: 1330px){
  .locations-grid{
     grid-template-columns: repeat(auto-fit, minmax(305px, 1fr)); 
  }
}

.grid-1{
  grid-template-columns: minmax(0, 1fr); 
}

.grid-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gap-x-2.gap-y-1{
  gap: 3rem 3rem;
} 

@media (min-width: 576px){
  .grid-sm-2{
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-sm-4{
     grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 992px){
  .grid-lg-3{
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-lg-5{
     grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media(min-width: 1400px) {
  .grid-xxl-5{
      grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grid-xxl-7{
     grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}


/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.site-header{
  padding: 0 !important;
  background-color: #ffffff00 !important;
  margin-bottom: 0px !important;
  border-bottom: none !important;
  transform: translateY(0%);
  transition: all 0.4s ease;
}

.site-header.translate{
  transform: translateY(-100%) !important;
}

.site-header > .col-full{
  padding: 0 !important;
}

/* Top Menu */
.site-header .top-menu{
  display: flex;
  justify-content: end;
  transition: margin 0.5s ease;
  background-color: rgba(0, 0, 0, 0.676);
}

.site-header .top-menu.top-remove{
  transform: translateY(-100%);
}

.site-header .top-menu #menu-meny-top{
  display: flex;
  margin: 0;
  align-items: center;
}

.site-header .top-menu #menu-meny-top a{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
  margin: 0.5rem var(--space-xs);
  color: white;
}

.site-header .top-menu #menu-meny-top .seperator{
  height: 1rem;
  width: 1px;
  display: inline-block;
  background-color: white;
}

.site-header .top-menu #menu-meny-top a{
  position: relative;
}  

.site-header .top-menu #menu-meny-top a.session_link:after{
  content: '';
  display: block; 
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px; 
  width: 100%;
  background-color: white;
  opacity: 0;
  transition: opacity 0.1s ease;
}  

.site-header .top-menu #menu-meny-top a.login-button, .site-header .top-menu #menu-meny-top a.my-account-button{
  padding: 0.5rem var(--space-xs);
  margin: 0 0;
  background-color: var(--copper);
  transition: background-color 0.1s ease;
}  

.site-header .top-menu #menu-meny-top a.logout-button{
  padding: 0.5rem var(--space-xs);
  margin: 0 0;
  background-color: black;
  transition: background-color 0.1s ease;
}  

.site-header .top-menu #menu-meny-top a.logout-button:hover{
  background-color: var(--darkgray);
}  


.site-header .top-menu #menu-meny-top a.login-button:hover, .site-header .top-menu #menu-meny-top a.my-account-button:hover{
  background-color: var(--copper-bright);
}

.site-header .top-menu #menu-meny-top a.current-session-role:after, .site-header .top-menu #menu-meny-top a:hover:after{
  opacity: 1;
} 

.top-menu.solid-nav{
  background-color: rgb(0, 0, 0, 1) !important; 
}

.fixed-solid-nav{
  background-color: rgb(0, 0, 0, 1) !important; 
} 

.tax-serie .top-menu, .page-template-frontpage-template .top-menu, .page-template-frontpage-business-template .top-menu, .archive .top-menu {
  background-color: rgba(0,0,0,0.5)
}

/* Primary menu */
.site-header .main-menu{
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 70px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.25);
  z-index: 999;
}

.site-header .main-menu .primary-menu, .site-header .main-menu .secondary-menu{
  background-color: white;
}

.site-header ul {
  list-style: none !important;
  margin: 0px !important; 
}

.site-header .top-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site-header .menu-logo{
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* Primary */
.site-header .main-menu .primary-menu{
  flex-grow: 1;
  display: flex;
  gap: min(3vw, 6rem);
  color: black !important;
}

@media (max-width: 991px){
  .site-header .main-menu .primary-menu, .top-menu, .border-left {
    display: none !important;
  }  

  .site-header .main-menu {
    height: 60px;
}

.site-header .main-menu .secondary-menu .cart-menu a, .site-header .main-menu .secondary-menu .fav-menu a {
  width: 50px !important;
}
}

.primary-menu-container{
  gap: min(2vw, 6rem);
  height: 100%;
}

.dgwt-wcas-search-icon svg:hover *{
  fill: var(--copper) !important;
}

.site-header .main-menu .primary-menu a, .site-header .main-menu .primary-menu p{
  color: black !important;
  white-space: nowrap;
}

.site-header .primary-menu .menu-main-menu-container{
  height: 100%;
}

.site-header .primary-menu .menu-main-menu-container .menu{
  height: 100%;
}

.site-header .primary-menu .menu-main-menu-container .menu li{
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.site-header .primary-menu .menu-main-menu-container .menu li.current-menu-item .parent-link-wrapper > a, .site-header .primary-menu .menu-main-menu-container .menu li.current-menu-item > a, .site-header .primary-menu .menu-main-menu-container .menu li.current-menu-item .dropdown-toggle:first-of-type{
  color: var(--copper) !important;
  /* pointer-events: none; */
}

.site-header .primary-menu .menu-main-menu-container .menu li.current-menu-parent .parent-link-wrapper > a:first-child{
  color: var(--copper) !important;
  /* pointer-events: none; */
}

.site-header .primary-menu .menu-main-menu-container .menu li.current-menu-parent .parent-link-wrapper .dropdown-toggle:after{
  border-top: 7px solid var(--copper);
}

.site-header .primary-menu .menu-main-menu-container .menu li a{
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  font-size: 0.857rem;
  transition: all 0.1s ease;
  padding: 1rem;
  display: flex;
  height: 100%;
  letter-spacing: 0.06rem;
  align-items: center;
}

.site-header .primary-menu .menu-main-menu-container .menu li a:hover{
  color: var(--copper) !important;
}

.site-header .main-menu .primary-menu .dropdown-toggle{
  cursor: pointer;
  pointer-events: none;
  position: relative;
  right: 0;
}



.site-header .main-menu .primary-menu .sub-menu{
  position: absolute;
  top: 100%;
  left: -1.5rem;
  background-color: white;
  padding: 0 var(--space-md) 0 var(--space-sm);
  display: flex;
  flex-direction: column;
  min-width: 130%;
  display: flex;
  border-right: 1px solid rgba(0,0,0,0.25);
  border-left: 1px solid rgba(0,0,0,0.25);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
  max-height: 0;
  overflow: hidden;
}

.site-header .main-menu .primary-menu .sub-menu li{
  display: block;
}
.site-header .main-menu .primary-menu .sub-menu a{
  padding: 0.5rem 1rem !important;
  display: block !important; 
}

.site-header .primary-menu .menu-main-menu-container .menu li.menu-item-has-children:hover .sub-menu{
  display: flex;
  max-height: 250px;
  padding: 0.5rem var(--space-md) var(--space-sm) var(--space-sm);
}

.site-header .primary-menu .menu-main-menu-container .menu li.menu-item-has-children:hover .parent-link-wrapper a{
  color: var(--copper) !important;
}

.site-header .primary-menu .menu-main-menu-container .menu li.menu-item-has-children:hover .parent-link-wrapper .dropdown-toggle:after{
  border-top: 7px solid var(--copper);
  transform: rotate(-180deg);
}


/* Logo */
.site-header .main-menu .menu-logo{
  flex-basis: 210px;
}

.site-header .main-menu .menu-logo .whitespace{
  background-color: white;
  flex-grow: 1;
}

.site-header .main-menu .menu-logo img{
  height: 100%;
  max-width: unset;
}

.menu-logo a {
  width: auto;
  }

@media (max-width: 992px){
.menu-logo a {
  width: 145px;
  }
}

.menu-logo.solid-nav, .archive .menu-logo{
  background-color: rgb(0, 0, 0, 1) !important;
}

.menu-logo:hover{
  background-color: var(--darkgray) !important;
}

.tax-serie .menu-logo, .page-template-frontpage-template .menu-logo { 
  background-color: rgba(0,0,0,0)
}

/* Main menu */
.site-header .main-menu .primary-menu .menu{
  display: flex;
  gap: min(2vw, 6rem);
}

.site-header .main-menu .primary-menu .menu-search{
  cursor: pointer;
}

.site-header .main-menu .secondary-menu .menu{
  display: flex;
}


/* Secondary menu */
.site-header .main-menu .secondary-menu{
  flex-basis: 210px;
}
@media (max-width: 991px){
  .site-header .main-menu .secondary-menu {
    flex-basis: 100vw;
  }
}


.site-header .main-menu .secondary-menu .cart-menu, .site-header .main-menu .secondary-menu .fav-menu  {
  position: relative;
  display: flex;
  align-items: center;
/*  border-left: 1px solid #333; */
  height: 100%;
}

.site-header .main-menu .secondary-menu .cart-menu a, .site-header .main-menu .secondary-menu .fav-menu a {
  display: flex;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
  font-size: 0.857rem;
  letter-spacing: 0.06rem;
  color: black;
  font-weight: 500;
  width: 65px;
  justify-content: center;
}

.site-header .main-menu .secondary-menu .fav-menu-icon-wrapper svg {
  height: 1.143rem;
  width: auto;
  margin-right: 0;
  overflow: inherit;
}

.cart-menu svg {
  height: 18.5px;
  width: auto;
  overflow: inherit;
}

.site-header .main-menu .secondary-menu .cart-menu a:hover svg *, .woocommerce-checkout .cart-menu svg *, .woocommerce-cart .cart-menu svg *{
  stroke: #b87660 !important;
}

.site-header .main-menu .secondary-menu .fav-menu-icon-wrapper svg{
  margin-top: 1px;
}

.site-header .main-menu .secondary-menu .fav-menu .fav-menu-icon-wrapper svg * {
  fill: transparent;
  transition: all 0.1s ease;
  stroke-width: 0.12rem;
}

.site-header .main-menu .secondary-menu .fav-menu a:hover .fav-menu-icon-wrapper svg *, .page-id-582 .fav-menu-icon-wrapper svg *, .parent-pageid-582 .fav-menu-icon-wrapper svg *, .parent-pageid-100 .fav-menu-icon-wrapper svg * {
  fill: #b87660 !important;
  stroke: #b87660;
}

.site-header .main-menu .secondary-menu div#mini-cart-count {
  position: absolute;
  right: 9px;
  top: 19px;
  transform: translateY(-50%);
}

@media (max-width: 991px){
  .site-header .main-menu .secondary-menu div#mini-cart-count {
    right: 1px;
    top: 15px;
  }
}

.site-header .main-menu .secondary-menu .count-cart {
  background-color: #000000;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: white;
  letter-spacing: -0.5px;
  border: 1.5px solid white;
  transform-origin: center;
  -webkit-font-smoothing: antialiased;
  transform: scale(1.0);
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.site-header .main-menu .secondary-menu .cart-menu a:hover .count-cart, .woocommerce-checkout .count-cart, .woocommerce-cart .count-cart{
  background-color: #b87660 !important;
}

.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler {
  max-width: 1.143rem !important;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"],
.woocommerce-notices-wrapper, .woocommerce-message {
  display: none !important;
}

/* Favorite & Cart responsive menu */
.cart-menu p, .fav-menu p {
  display: none;
}

.border-left {
  border-left: 1.5px solid #000;
  position: absolute;
  top: 20px;
  bottom: 20px;
}




/* Mobile menu */
.mobile-menu-icon {
  position: relative;
  height: 20px;
  width: 25px;
  cursor: pointer;
}

.mobile-menu-icon span{
  width: 100%;
  height: 2px;
  background-color: black;
  transform-origin: center;
  transition: all 0.3s ease;
}

.mobile-menu-icon span:nth-child(1){
  position: absolute;
  top: 0;
}

.mobile-menu-icon span:nth-child(2){
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.mobile-menu-icon span:nth-child(3){
  position: absolute;
  bottom: 0;
  transform: translate(0%, 0%);
}

.mobile-menu-icon.open span:nth-child(1){ 
  top: 50%;
  transform: translate(0%, -50%) rotate(45deg);
}

.mobile-menu-icon.open span:nth-child(2){
  opacity: 0;
  transform: translate(100%, -50%);
}

.mobile-menu-icon.open span:nth-child(3){
  bottom: 50%;
  transform: translate(0%, 50%) rotate(-45deg);
}

.mobile-menu-wrapper{
  display: none;
  box-shadow: 0 2px 2px rgb(0 0 0 / 15%);
} 

.mobile-menu-wrapper .mobile-menu-container{
  background-color: rgba(0, 0, 0, 0.8);
  min-height: 100vh;
} 

.mobile-menu-wrapper .mobile-menu-container .menu-mobile-menu-container{
  background-color: white;
  max-height: calc(100vh - 60px);
  max-height: calc(100svh - 60px);
  overflow-y: auto;
} 

.mobile-menu-wrapper .menu-item:not(:last-child){ 
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.mobile-menu-wrapper .menu-item.menu-item-has-children .parent-link-wrapper{
  display: flex !important;
  justify-content: space-between;
}

.mobile-menu-wrapper .menu-item.menu-item-has-children .parent-link-wrapper .dropdown-toggle{
  padding: 1rem 0rem 1rem 2rem;
  display: flex;
  justify-content: end;
  flex-grow: 1;
}

.mobile-menu-wrapper .menu-item.menu-item-has-children a{
  position: relative;
}

.mobile-menu-wrapper .menu-item.menu-item-has-children > a:after{
  content:'';
  display: inline-block;
  background-image:url(./img/dropdown-arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 100%;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotateX(0deg); 
  transition: all 0.5s ease;
}

.menu-item-has-children.open > a:after{
  transform: translateY(-50%) rotateX(180deg) !important;
}

.mobile-menu-wrapper .menu-item a{ 
  display: block; 
  padding: 1rem 0;
  color: black;
}

.mobile-menu-wrapper .sub-menu{
  display: none;
  padding-left: var(--space-xs);
}

.mobile-menu-icon-wrapper {
  display: none;
 }

@media (max-width: 1050px){
  .mobile-menu-icon-wrapper {
   display: block;
  }
}

/* Favorites menu-item */
.favorite-menu-item{
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
}

.favorite-menu-item .favorite-menu-item-background{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
  transform: scale(1);
  filter: brightness(0.6);
}


.favorite-menu-item:hover:not(.remove-series-button) .favorite-menu-item-background{
  transform: scale(1.1);
  filter: brightness(1);
}

.favorite-menu-item .favorite-menu-item-title{
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  pointer-events: none;
}


/* Session popup */
.session-popup-wrapper{
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: rgba(0,0,0,0.7);
}

.session-popup-wrapper .session-popup-container{
  max-height: 80vh;
  overflow-y: auto;
}

.session-popup-wrapper .session-popup-container .session-logo{
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 300px;
  max-width: 50%;
}

.storefront-handheld-footer-bar{
  z-index: 998 !important;
}

.session-popup-wrapper .session-popup-container .btn{
  flex-basis: 170px;
  flex-shrink: 1;
  flex-grow: 1;
  color: black;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.15) !important;
}

.session-popup-wrapper .session-popup-container .btn:hover{
  background-color: black;
  color: white;
}

/* SEARCH
--------------------------------------------- */

.dgwt-wcas-overlay-mobile{
  background: rgba(0, 0, 0, 0.5) !important;
}

.dgwt-wcas-om-bar.js-dgwt-wcas-om-bar{
  background: white;
}

.dgwt-wcas-search-form {
  margin-top: 19px;
}

.fibo-mobile {
  display: none;
}

@media (max-width: 1050px){
  .dgwt-wcas-search-form {
    margin-top: auto;
  }

  .fibo-mobile {
    display: block !important;
  }

}

.dgwt-wcas-search-filled input#dgwt-wcas-search-input-1 {
  font-family: effra,sans-serif;
  border-bottom: 1px solid #333 !important;
  border-radius: 0px;
  width: 94%;
  display: flex;
  margin: 0 auto;
  padding-left: 1rem !important;
  font-size: 1rem !important;
}

#dgwt-wcas-search-input-1::placeholder{
  font-family: effra,sans-serif !important;
  font-size: 1rem;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  border-radius: 0px;
}

.dgwt-wcas-search-wrapp {
  padding-left: 1rem;
  padding-right: 2rem;
}

/* SIDEBAR
--------------------------------------------- */
#secondary{
  border-right: 1px solid rgba(0,0,0,0.05);
  position: sticky;
  padding-left: var(--space-md);
  top: -1000px;
}

.left-sidebar .widget-area {
  width: 20rem;
  float: left !important;
  margin-right: 0px;
  padding-top: 2rem;
  height: calc(100vh - 14rem);
  height: calc(100svh - 14rem);
}

.left-sidebar .content-area {
  width: calc(100% - 20rem);
}
 
.menu-shop-kategorier-container ul{
  list-style: none;
}

.menu-shop-kategorier-container .menu .menu-item{
  margin-bottom: 0px !important;
  padding-left: 0 !important;
}

.menu-shop-kategorier-container .menu .menu-item:before{
  display: none !important;
}

.menu-shop-kategorier-container .menu > .menu-item{
  margin-bottom: 1rem !important;
}

.menu-shop-kategorier-container .menu .menu-item a{
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 700 !important;
  font-size: 1.286rem;
  color: var(--black) !important;
  text-decoration: none !important;
  text-transform: uppercase;
  position: relative;
}

.menu-shop-kategorier-container .menu .menu-item.current-menu-ancestor > .parent-link-wrapper > a:first-child{
  color: var(--copper) !important;
}

.menu-shop-kategorier-container .menu .menu-item .parent-link-wrapper{
  align-items: start !important;
  margin-bottom: 1rem;
}

.menu-shop-kategorier-container .menu .menu-item .parent-link-wrapper a{
  margin-bottom: 0rem;
}


.menu-shop-kategorier-container .menu .menu-item .sub-menu .parent-link-wrapper{
  margin-bottom: 0rem !important;
  align-items: start !important;
}



.menu-shop-kategorier-container .menu .menu-item .parent-link-wrapper .dropdown-toggle{
  position: relative;
  cursor: pointer;
  right: -1rem;
  padding: 0.5rem;
  margin: -0.5rem;
}

.menu-shop-kategorier-container .menu .menu-item .parent-link-wrapper .dropdown-toggle:hover:after,
.menu-shop-kategorier-container .menu .menu-item.current-menu-item > .parent-link-wrapper .dropdown-toggle:after, 
.menu-shop-kategorier-container .menu .menu-item.menu-item.current-menu-ancestor > .parent-link-wrapper .dropdown-toggle:after{
  border-top: 7px solid var(--copper);
}

.dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 7px solid;
  border-right: 7px solid transparent;
  border-bottom: 0;
  border-left: 7px solid transparent;
  transition: transform 0.3s;
  margin-bottom: 3px;
}

.dropdown-toggle.active::after {
  transform: rotate(-180deg) !important;
}

.dropdown-toggle.active .sub-menu, 
.menu-shop-kategorier-container .menu .menu-item.current-menu-item > .sub-menu,
.menu-shop-kategorier-container .menu .menu-item.current-menu-ancestor > .sub-menu{
  display: grid;
}

.menu-shop-kategorier-container .menu .menu-item .sub-menu{
  display: none;
}

.menu-shop-kategorier-container .menu .menu-item .sub-menu a{
  display: inline-block;
  margin-bottom: 0.5rem !important;
  font-size: 1rem;
  font-weight: 400 !important;
}

.menu-shop-kategorier-container .menu .menu-item.current_page_parent > a:first-child, .menu-shop-kategorier-container .menu .menu-item.current-menu-item > a, .menu-shop-kategorier-container .menu .menu-item.current-menu-item > .parent-link-wrapper > a{
  font-weight: 700 !important;
  color: var(--copper) !important;
}


/* .menu-shop-kategorier-container .menu .menu-item a:before{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 100%;
  width: 0px;
  height: 3px;
  background-color: var(--black);
  transform: translate(-4px, -50%);
  transition: all 0.1s ease;
} */

.menu-shop-kategorier-container .menu .menu-item a:hover{
  color: var(--copper) !important;
}

/* .menu-shop-kategorier-container .menu .menu-item a:hover:before{
  width: 0.857rem;
} */

/* 
.menu-shop-kategorier-container .menu .menu-item.current_page_parent > a:first-child:before, .menu-shop-kategorier-container .menu .menu-item.current-menu-ancestor > a:first-child:before, .menu-shop-kategorier-container .menu .menu-item.current-menu-item > a:before{
  width: 0.857rem;
} */


@media (max-width: 767px){
  #secondary{
     display: none !important;
  }

  .left-sidebar .content-area, .left-sidebar .widget-area {
      width: 100%;
  }
}

/* BREADCRUMBS
--------------------------------------------- */
.archive .woocommerce-breadcrumb.storefront-breadcrumb{
  display: none !important;
}

.woocommerce-breadcrumb a:first-of-type::before{
  display: none !important;
}

.woocommerce-breadcrumb{
  color: var(--copper);
}

.woocommerce-breadcrumb a{
  color: var(--black) !important;
  text-decoration: none;
}

.woocommerce-breadcrumb a:hover{
  color: var(--copper) !important;
}

.storefront-breadcrumb {
  padding: 0rem 0;
  letter-spacing: 0.2px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
  margin-bottom: 0rem !important; 
  border-bottom: 1px solid rgba(0,0,0,0.05);
  margin: 0 1.5rem;
}

.breadcrumb-separator:after{
  opacity: 1;
  color: black !important;
}


/* PRODUCT/SERIES SWIPER
--------------------------------------------- */
.swiper-slide{
  display: flex;
  height: auto !important;
}

.swiper-slide li{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-swiper .swiper-button-prev, .product-swiper .swiper-button-next, .serie-swiper .swiper-button-prev, .serie-swiper .swiper-button-next{
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
  transition: all 0.1s ease;
}

.product-swiper .swiper-button-prev:hover, .product-swiper .swiper-button-next:hover, .serie-swiper .swiper-button-prev:hover, .serie-swiper .swiper-button-next:hover{
  opacity: 1;
}

.swiper-button-prev:after, .swiper-button-next:after{
  color: black !important;
  font-size: 2rem !important;
}

/*--------------------------------------------------------------
# SHOP ARCHIVE
--------------------------------------------------------------*/
.shop-archive{
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 3rem;
  grid-auto-flow: dense;
}

.shop-archive .shop-archive-intro-description{
  word-break: break-word;
}

.shop-archive .shop-archive-intro-image{
  grid-row: 1;
  margin-top: 2rem;
}

.shop-archive .shop-archive-intro-image img{
  min-height: 100%;
  max-height: 500px;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 992px){
  .shop-archive{
      grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
      gap: 2rem;
      margin-bottom: 4rem;
  }

  .shop-archive > div:only-child {
    grid-column: 1 / -1; /* Span all columns */
  }

  .shop-archive .shop-archive-intro-image{
      grid-column: 2;
      grid-row: 1;
  }
}

/* FILTERS & SORTING
--------------------------------------------- */
.orderby option[value=price], .orderby option[value=price-desc],.orderby option[value=date]{
  display: none;
}
.term-1037 h1.woocommerce-products-header__title.page-title.fw-heavy.text-uppercase.fs-8.mb-1 span {
margin-bottom:16px !important;}

.mobile-categories{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  display: none;
}

@media (min-width: 992px){
  .mobile-categories{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    display: none !important;
  }
}

.mobile-categories .mobile-categories-container{
  position: relative;
  width: 80%;
  height: 100%;
  overflow-y: auto;
  background-color: white;
  transform: translateX(-100%);
  transition: all 0.2s ease 0.2s;
}

.mobile-categories .mobile-categories-container .close-symbol{
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.mobile-categories .mobile-categories-container .close-symbol:hover:before, .mobile-categories .mobile-categories-container .close-symbol:hover:after{
  background-color: var(--copper);
}


.mobile-categories.categories-open .mobile-categories-container{
  transform: translateX(0);
}

.mobile-categories .mobile-categories-container ul{
  list-style: none;
}

.mobile-categories .mobile-categories-container #menu-shop-kategorier > .menu-item-has-children, .mobile-categories .mobile-categories-container ul li.menu-item-object-page{
  margin-bottom: 0.5rem;
}

.mobile-categories .mobile-categories-container ul a{
  font-size: 1.1rem;
}

.mobile-categories .mobile-categories-container ul a:hover{
  color: var(--copper);
}

.mobile-categories .mobile-categories-container ul li .parent-link-wrapper a, .mobile-categories .mobile-categories-container ul li.menu-item-object-page a{
  font-weight: 600;
}

.mobile-categories .mobile-categories-container ul li.current-menu-item > a, .mobile-categories .mobile-categories-container ul li.current-menu-item .parent-link-wrapper > a, .mobile-categories .mobile-categories-container ul li.current-menu-parent > .parent-link-wrapper > a{ 
  color: var(--copper);
}

.mobile-categories .mobile-categories-container ul .dropdown-toggle{
  display: none;
}

.storefront-sorting{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.woocommerce-pagination{
  display: none !important;
}

.storefront-sorting .woocommerce-ordering {
  float: left;
  margin-right: 1em;
  margin-bottom: 0;
  padding: 0.327em 0;
}

.storefront-sorting .woocommerce-ordering select{
  background-color: white;
  padding: 0.5rem;
  border: 1px solid #E2E2E2;
  cursor: pointer;
}

.storefront-sorting .woocommerce-ordering select:focus-visible{
  outline: none !important;
}

.loading-container{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255,255,255,0.5);
  display: none;
}

.loading-container .filter-loading-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px; 
}

.loading-container .filter-loading-icon img{
  width: 100%;
  height: 100%;
}

.bapf_loader_page .bapf_lcontainer{
  width: 100px !important;
  height: 100px !important;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}

#reset-series-filter{
  display: none;
}

.shop-filters-wrapper{
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.5s ease;
}

.shop-filters-wrapper.showFilters{
  grid-template-rows: 1fr;
}

.shop-filters-wrapper .shop-filters-container{
  overflow: hidden;
}

@media(min-width: 768px) {
  .shop-filters-wrapper{
    display: block !important;
  }
}


.shop-filters-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-right: -15px;
}

.berocket_element_above_products{
  width: 100%;
}

.lowercase select option:not(:first-of-type){
  text-transform: lowercase !important;
}

.bapf_slct {
  border: none;
  position: relative;
}

.bapf_slct select {
  height: 60px;
  font-size: 1.143rem;
}

@media(min-width: 768px) {
  .bapf_slct select {
    height: 70px;
  }
}

.bapf_reset{
  background-color: white; 
  height: 60px;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.143rem;
  color: var(--black);
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 0px;
}

.bapf_reset:hover{
  background-color: #fafafa !important;
}

@media(min-width: 768px) {
  .bapf_reset{
    height: 70px;
  }
}

.bapf_head h3{
  font-size: 0.857rem !important;
  text-transform: uppercase;
  color: var(--darkgray);
  font-weight: 400;
  position: absolute;
  top: 5px;
  left: 1rem;
  pointer-events: none;
}

@media(min-width: 768px) {
  .bapf_head h3{
    top: 8px;
  }
}

.bapf_body{
  background-color: white; 
  border: 1px solid #E2E2E2;
  border-radius: 0px;
}

.bapf_body:hover{
  background-color: #fafafa;
}

.bapf_body:focus-within{
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.bapf_body select, .series-filter-container select{
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100% !important;
  cursor: pointer;
  padding: 1.5rem 1rem 0rem;
  border: none;
  background-color: transparent;
  font-family: effra,sans-serif;
  font-weight: 700;
}
@media(min-width: 768px) {
  .bapf_body select, .series-filter-container select{
    padding: 2rem 1rem 0.5rem;
  }
}

.bapf_body select:hover, .series-filter-container select:hover{
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100% !important;
  cursor: pointer;
}

.bapf_body select:focus-visible, .bapf_body select:focus, .series-filter-container select:focus-visible, .series-filter-container select:focus{
  outline: none !important;
}

.bapf_body select option, .series-filter-container select option{
  cursor: pointer;
}


.woocommerce-info{
  background-color: var(--copper);
  display: inline-block;
}

@media(min-width: 1200px) { 
  .bapf_no_products{
     /* padding-left: 3rem; */
  }
}


.format{
  max-width: 25%;
  
}
.format svg{
  height: auto !important;
  width: 100% !important;
}

/* Product wrapping */
.archive .shop-series-wrapper, .serie-swiper .shop-series-wrapper{
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #FCFCFC;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
}

.archive .shop-series-wrapper .product-tags-wrapper img, .serie-swiper .shop-series-wrapper .product-tags-wrapper img{
  height: 2rem;
}

.archive .shop-series-wrapper .product-formats-wrapper img, .serie-swiper .product-formats-wrapper .product-tags-wrapper img{
  height: 2rem;
  margin-right: 0.5rem; 
  margin-bottom: 0.5rem;
}

.archive .shop-series-wrapper .product-tags-wrapper img, .serie-swiper .product-tags-wrapper .product-tags-wrapper img{
  height: 2rem;
  margin-right: 0.5rem; 
  margin-bottom: 0.5rem;
}

.archive .shop-series-wrapper .product-formats-wrapper span, .serie-swiper .product-formats-wrapper .product-tags-wrapper span{
  margin-right: 0.5rem; 
  margin-bottom: 0.5rem;
}

.archive .shop-series-wrapper .imageWrapper, .serie-swiper .shop-series-wrapper .imageWrapper{
  overflow: hidden;
  position: relative; display: block; height: 0; padding-bottom: 80%;
}


.archive .shop-series-wrapper .imageWrapper img, .serie-swiper .shop-series-wrapper .imageWrapper img{
  position: absolute; 
  top: 0; 
  left: 0; 
  height: 100%; 
  width: 100%; 
  object-fit: cover; 
  object-position: center;
  transform: scale(1);
  transition: all 0.5s ease;
}

.archive .shop-series-wrapper:hover .imageWrapper img, .serie-swiper .shop-series-wrapper:hover .imageWrapper img{
  transform: scale(1.05);
}


.archive .shop-series-wrapper .series-description-wrapper, .serie-swiper .shop-series-wrapper .series-description-wrapper{
  padding: 1.3rem;
}

/* Favorites series shop items*/
.favorite-series{
  position: absolute !important;
  top: 6rem;
  right: var(--space-xs);
  color: white;
  cursor: pointer; 
}

@media (min-width: 992px){
  .favorite-series{
    top: 10rem;
    right: var(--space-md);
  }
}

.shop-series-wrapper .favorite-series{
 position: relative !important;
 top: 2px !important;
 right: unset !important;
}


.shop-series-wrapper .favorite-series:before{
 color: black !important;
 font-size: 25px;
 line-height: 25px; 
}

.favorite-series:before{ 
 content: "\e909";
 display: inline-block;
 font-size: 40px;
 line-height: 40px;
 color: white;
 font-family: tinvwl-webfont !important;
 transform: scale(1);
}

.favorite-series.active:before{
 content: "\e908";
 animation: name-of-animation 0.5s ease forwards;
}

@keyframes name-of-animation {
 0%    { transform: scale(1); }
 50%   { transform: scale(1.2); }
 100%  { transform: scale(1); }
}

.shop-series-wrapper .favorite-series span{
  position: absolute;
  top: 0;
  white-space: nowrap;
  margin-top: 0;
  transform: translateY(-50%);
  right: 3px;
  line-height: 15px;
  font-size: 0.75rem;
  color: rgb(104, 104, 104);
  text-transform: uppercase;
  letter-spacing: 0.7px;
  text-align: center;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition-delay: 250ms;
  pointer-events: none; 
 }

 .shop-series-wrapper .favorite-series:hover > span {
  opacity: 1;
  transform: translateY(-100%);
}

.archive ul.products{
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  /* -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; */
}

.archive ul.products:before, ul.products:after{
  display: none;
}

.archive ul.products li.product{
  width: inherit !important;
  margin-right: 0 !important;
  /* -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; */
}

select{
  appearance: none;
  -webkit-appearance: none;
  display: block;
  background-image: url(./img/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 1rem;
  padding-right: 2.5rem !important; 
  text-transform: capitalize !important;
}

@media(min-width: 576px) {
  .archive ul.products{
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr)); 
      gap: 1.5rem;
  }  
}

@media(min-width: 1200px) { 
  .archive ul.products{
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr)); 
      gap: 1.5rem;
  }  
}

@media(min-width: 1400px) {
  .archive ul.products{
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr)); 
      gap: 1.5rem;
  }  
}

@media(min-width: 1900px) {
  .archive ul.products{
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr)); 
      gap: 1.5rem;
  }  
}

/* Product items */
.shop-product-wrapper{
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #FCFCFC;
  padding: var(--space-sm);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.shop-product-wrapper .content-wrapper{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-type-variation .shop-product-wrapper .price{
  display: none !important;
}

/* Visa ersättningstext */
.product_cat-storformat-xl .product::after {
    content: "Pris på förfrågan";
    display: block;
    font-weight: 500;
    font-size: 1.25rem;
    margin-top: 5px;
}


.shop-product-wrapper .price, .shop-product-wrapper .price ins{
  line-height: 2rem !important;
  font-size: 1.286rem !important;
  font-weight: 500 !important;
  text-align: left;
  color: var(--black) !important;
}

.shop-product-wrapper .onsale{
  display: none !important;
}

.woocommerce-LoopProduct-link .imageWrapper{
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 60%;
}

.woocommerce-LoopProduct-link .imageWrapper img{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  margin-bottom: 0rem !important;
  -webkit-transform: translate3d(0, 0, 0);
}

.woocommerce-LoopProduct-seperator {
  position: relative;
  display: block;
  margin: 2rem auto 1.5rem;
  width: 100%;
  height: 1px;
  background-color: #EBEBEB;
}

.woocommerce-LoopProduct-header{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.75rem !important;
}

.woocommerce-LoopProduct-header .woocommerce-loop-product__title,
.woocommerce-LoopProduct-header .woocommerce-loop-product__title a {
  text-align: start;
  color: var(--black);
  font-weight: 700 !important;
  text-transform: uppercase;
}

.archive.tax-serie .woocommerce-loop-product__title a{
  text-decoration: none !important;
  pointer-events: none;
}

.woocommerce-LoopProduct-header .woocommerce-loop-product__title a {
  position: relative;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.woocommerce-LoopProduct-header .woocommerce-loop-product__title a:after {
  content: 'Visa hela serien';
  position: absolute;
  top: 0;
  left: 0rem;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.1s ease;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.woocommerce-LoopProduct-header .woocommerce-loop-product__title a:hover:after {
  opacity: 1;
}

.woocommerce-LoopProduct-header .tinv-wishlist{
  position: relative !important;
  top: 2px !important; 
}

.woocommerce-LoopProduct-header .tinv-wishlist .tinvwl_add_to_wishlist_button, .woocommerce-LoopProduct-header .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img{
  margin-top: 0px !important;
}

.woocommerce-LoopProduct-header .tinv-wishlist .tinvwl_add_to_wishlist_button:before{
  font-size: 25px;
  margin-right: 0 !important;
  color: black !important;
}

.woocommerce-LoopProduct-body{
  flex-grow: 1;
  margin-bottom: 0 !important; 
}

.woocommerce-LoopProduct-body .product-attribute{
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}

.shop-product-wrapper .imageWrapper {
  -webkit-filter: drop-shadow( 0px 2px 3px rgba(0, 0, 0, 0.3) );
  filter: drop-shadow( 0px 2px 3px rgba(0, 0, 0, 0.3) );
}

ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product {
  margin-bottom: 0.8rem !important;
}

.shop-product-wrapper .button{
  margin-top: auto;
}

.button.add_to_cart, .button.add_to_cart_button, .added_to_cart, .shop-product-wrapper .button.read-more, a.button.product_type_variation{
  margin-top: 0.75rem !important;
  margin-bottom: 0px !important;
}


.button.add_to_cart:before { 
  background-image: url(./img/lista.svg);
  content: "";
  transition: all 0.1s ease-out;
  height: 26px;
  width: 1.143rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  margin-right: 0.5rem; 
}

.button.add_to_cart:hover::before, .button.add_to_cart:focus::before, button.button.tinvwl-button.alt:hover::before, button.button.tinvwl-button.alt:focus::before  {
  filter: invert(100%);
}

.button.tinvwl_button_close i{
  display: none;
}

.wc-forward::after, .woocommerce-Button--next::after {
  content: "→" !important;
  margin-left: 4px;
  margin-top: -4px;
  font-size: 1rem;
}

.product .add_to_cart.added, .add_to_cart_button.added{
  display: none !important;
}


/*--------------------------------------------------------------
# SINGLE PRODUCT
--------------------------------------------------------------*/
.single-product .variations option:disabled {
  display: none !important;
}

@media (min-width: 1400px){
  .single-product .summary-wrapper{
      padding: var(--space-md) 0px var(--space-lg);
  }
}

.single-product #primary{
  width: 100% !important;
  float: none !important; 
  margin-bottom: 0;
} 

.single-product .summary-wrapper{
  background-color: #f7f7f7;
}

.single-product #primary .site-main .summary-wrapper > .product{
  margin: 0 auto 0;
  float: none !important; 
  background-color: white;
  padding: 3rem 0 2rem 0;
}

@media (min-width: 1400px){
  .single-product #primary .site-main .summary-wrapper > .product{
      padding: var(--space-lg);
      margin: 0 auto !important;
      max-width: 1300px;
  }
}

/* Product gallery
--------------------------------------------- */
.single-product .product .woocommerce-product-gallery a img{
  width: 100% !important;
}

.pswp__bg{
  background-color: rgba(0,0,0,0.8);
}


.woo-variation-product-gallery{
 /*  max-height: 600px !important; */
  float: none !important;
}

.woo-variation-product-gallery .wvg-gallery-image img{
  /* max-height: 600px !important; */
}

.woo-variation-gallery-wrapper .wvg-single-gallery-image-container img{
  object-fit: contain;
  object-position: top;
  aspect-ratio: 1;
}



/* Summary
--------------------------------------------- */
.single-product .summary .product-title-wrapper{
  position: relative;
}

.single-product .summary .product-title-wrapper .tinv-wishlist{
  position: absolute;
  right: 0;
  top: 0.6rem;
}

.single-product .summary .product-title-wrapper .tinv-wishlist .tinvwl-icon-heart:before{
  font-size: 2rem;
  line-height: 1rem;
}

.single-product .summary .product-title-wrapper .product-name, .single-product .summary .product-title-wrapper .product-name-attributes{
  text-transform: uppercase;
}

.single-product .summary .product-title-wrapper .product-name, .single-product .summary .product-title-wrapper .product-name-attributes{
  font-size: 2.5rem;
  font-weight: 700;
}

.single-product .summary .product-title-wrapper .product-name.series{
  position: relative;
  font-size: 1.786rem;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.single-product .summary .product-title-wrapper .product-name.series:after{
  content: 'Visa hela serien';
  position: absolute;
  top: 0;
  left: 0rem;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.1s ease;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.single-product .summary .product-title-wrapper .product-name.series:hover:after{
  opacity: 1;
}

.single-product div.product{
  overflow: visible;
}

.single-product div.product .variations_button{
  padding-top: 0 !important;
}

.single-product .reset_variations{
  margin-left: 1rem !important;
  padding: 1rem 0;
  display: inline-flex;
  align-items: center;
}

.single-product .reset_variations:before{
  transition: all 1s ease;
  transform: rotate(0deg);
  font-size: 1.25rem;
}

.single-product .reset_variations:hover:before{
  transform: rotate(360deg);
}

.single-product .product-information-wrapper{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.single-product .product-information-wrapper .product-description-title{
  font-weight: 700;
}

.single-product .summary select{
  width: 100% !important;
  max-width: 100% !important;
  background-color: white;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  padding: 30px 12px 8px;
  cursor: pointer;
  font-weight: 700 !important;
}

.single-product .summary select:hover{
  background-color: #fafafa;
}

.single-product .summary select:focus-within{
  outline: none !important;
}

.single-product .price{
  font-size: 2.2rem !important;
  line-height: 2.5rem !important;
  font-weight: 600;
}

.single-product .regular-price .woocommerce-Price-amount{
  font-size: 2.2rem !important;
  line-height: 2.5rem !important;
  font-weight: 600;
  opacity: .5;
  text-decoration: line-through;
  margin-right: 1rem;
}

.single-product .onsale{
  display: none;
}



/* Single product add to cart
--------------------------------------------- */
.single-product .cart, .quantity-add-to-cart-wrapper{
  display: inline-flex;
}

.variations_form.cart{ 
  display: block !important;
  padding-top: 1.5rem !important; 
}

.single-product div.product form.cart{
  margin: 1.5rem 0 !important;
}

.quantity{
  margin-right: 0 !important;
}

button.plus, button.minus{
   display: none !important;
}

@media(min-width: 768px) {
  button.plus, button.minus{
    display: block !important;
    font-weight: 200 !important;
    font-size: 2rem;
    padding: 0 !important;
    width: 55px;
    line-height: 2rem;
  }
} 

.input-text.qty.text{
  background-color: var(--black) !important;
  color: white !important;
  height: 55px !important;
  width: 55px !important;
  box-shadow: 2px 2px 1px rgb(199 199 199 / 50%);
  max-width: unset !important;
}

.single_add_to_cart_button{
  display: flex;
  margin-top: 0 !important; 
  box-shadow: 2px 2px 1px rgb(199 199 199 / 50%);
  border: none;
  background-color: white !important;
  letter-spacing: 0.6px;
  font-size: 0.857rem !important;
  
  font-weight: 500 !important;
  color: var(--black) !important;
  text-transform: uppercase;
  transition: all 0.1s ease-out;
  justify-content: center;
  align-items: center;
  height: 55px !important;
  opacity: 1;
  margin: 0 !important;
  padding: 0 1.5rem;
  border-left: 2px solid white;
  border-color: white !important;
}

.single_add_to_cart_button:not(.disabled):hover{
  background-color: var(--black) !important;
  color: white !important;
  height: 55px !important;
}

.single_add_to_cart_button:hover{
  height: 55px !important;
  box-shadow: 2px 2px 1px rgb(199 199 199 / 50%) !important;
}

.single_add_to_cart_button:before{
  content: "";
  background-image: url(./img/lista.svg);
  transition: all 0.1s ease-out;
  height: 26px;
  width: 1.143rem;
  margin-right: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

.single_add_to_cart_button:not(.disabled):hover:before{
  filter: invert(100%);
}

.single-product .product-type-variable .price{
  display: none !important;
}

.price, .variation-price, .amount, .loop-sqm-price{
  position: relative;
}

.price:after, .variation-price:after, .woocommerce-cart-form .amount:after, .woocommerce-checkout-review-order .amount:after, .cart_totals .amount:after, .loop-sqm-price:after{
  content: 'inkl. moms';
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext { 
  visibility: hidden;
   width: auto;
   background-color: white;
   color: black;
   text-align: center;
   border-radius: 6px;
   padding: 0.75rem 1rem;
   position: absolute;
   z-index: 1;
   bottom: -0.5rem;
   transform: translateY(100%);
   left: 0;
   opacity: 1;
   transition: opacity 0.1s;
   box-shadow: 1px 1px 3px rgb(0 0 0 / 16%);
   font-weight: 600;
   text-transform: uppercase;
   font-size: 0.857rem;
   line-height: 0.857rem;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Product tags */
.product-tags .tag-icon{
  height: 2.5rem;
  transition: all 0.1s ease;
}

.product-tags .tag-icon:hover{
  transform: scale(1.1);
}

@media only screen and (min-width: 992px){
  .product-tags .tag-icon{
    height: 3.5rem;
  }
}

/* Product documents
--------------------------------------------- */
.product-documents-wrapper{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
}

.product-documents-wrapper .product-document{
  display: inline-flex;
}

.product-documents-wrapper .product-document .document-icon{
  height: 55px;
  width: 55px;
  background-color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.16);
}

.product-documents-wrapper .product-document .document-icon img{
  height: 35%;
  width: 35%;
  object-fit: contain;
  object-position: center;;
  transform: scale(1);
  transition: all 0.4s ease;
}

.product-documents-wrapper .product-document:hover .document-icon img{
  transform: scale(0.9);
}

.product-documents-wrapper .product-document .document-title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  max-width: 500px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.16);
  padding: 5px 1.5rem;
}

.product-documents-wrapper .product-document .document-title p{
  font-size: 0.857rem;
  text-transform: uppercase;
  font-weight: 900;
  color: black;
  line-height: 1.25rem;
}


.woocommerce-variation.single_variation{
  display: none !important;
}

.variation-description{
  display: flex;
  width: 100%;
}

.single-product table.variations tr{
  transform: scale(1);
  position: relative;
}

.single-product table.variations .label{
  font-size: 0.857rem;
  text-transform: uppercase;
  color: #484848;
  font-weight: 400;
  position: absolute;
  top: 8px;
  left: 1rem;
  pointer-events: none;
}


/* Favorites */
span.tinvwl_add_to_wishlist-text {
  position: absolute;
  top: 0;
  white-space: nowrap;
  margin-top: 0;
  transform: translateY(-50%);
  right: 3px;
  line-height: 15px;
  font-size: 0.75rem;
  color: rgb(104, 104, 104);
  text-transform: uppercase;
  letter-spacing: 0.7px;
  text-align: center;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition-delay: 250ms;
  pointer-events: none;
}


a.tinvwl_add_to_wishlist_button:hover > span.tinvwl_add_to_wishlist-text {
  opacity: 1;
  transform: translateY(-100%);
}

/* Share product */
.share-container{
  gap: 1.5rem;
  align-items: center;
  border-radius: 10px;
}

.share-container p{
  line-height: 1cap;
  font-weight: 500;
}

.share-container .share-icon{
  height: 1.2rem;
  width: auto;
  cursor: pointer;
}

.share-container .copied-url-notification{
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(calc(100% + 2px));
  font-size: 12px;
  display: none;
}




/*--------------------------------------------------------------
# BRANDS PAGE/LOOP ITEMS
--------------------------------------------------------------*/

.tax-brand .brand-links-mobile a{
  flex-basis: 150px;
  flex-direction: column;
}

.tax-brand .brand-long_description-container .long-description-title{
  line-height: 2.5rem !important;
}

.archive.tax-brand .button.product_type_kommoder, .archive.tax-brand .storefront-sorting{
  display: none !important;
}

@media (min-width: 1900px){
  .archive .term-kommoder  ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1.5rem;
  }
  
  .archive .tax-brand ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1.5rem;
  }
}

.product-type-kommoder .shop-product-wrapper{
  padding: 0 !important;
}

.product-type-kommoder .shop-product-wrapper .content-wrapper{
  padding: var(--space-sm);
  display: flex !important;
  flex-direction: column;
  flex-grow: 1;
  min-height: 200px;
}

/* .archive:not(.tax-brand) .brand-serie {
  display: none !important;
} */

.kommoder-swiper{
  background-color: rgba(0,0,0,0);
  transition: background-color 0.5s ease; 
}

.kommoder-swiper img, .kommoder-swiper-clone img{
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  max-width: 1200px;
  margin-bottom: 0 !important;
  cursor: pointer;
  transition: all 0.5s ease;
}

.kommoder-swiper img:hover{
  transform: scale(1.1);
}

.kommoder-swiper .swiper-button-prev{
  left: 0 !important;
  padding-right: 1rem;
  padding-left: 1.5rem;
}

.kommoder-swiper .swiper-button-next{
  right: 0 !important;
  padding-right: 1.5rem;
  padding-left: 1rem;
}

.kommoder-swiper .swiper-button-prev:after, .kommoder-swiper .swiper-button-next:after,
.kommoder-swiper-clone .swiper-button-prev:after, .kommoder-swiper-clone .swiper-button-next:after{
  color: white !important;
  transition: all 0.2s ease;
}

.kommoder-swiper .swiper-button-prev:hover:after, .kommoder-swiper-clone .swiper-button-prev:hover:after{ 
  transform: translateX(-5px);
}
.kommoder-swiper .swiper-button-next:hover:after, .kommoder-swiper-clone .swiper-button-next:hover:after{
  transform: translateX(5px);
}

.kommoder-swiper-clone{
  background-color: rgba(0,0,0,0.5);
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 999 !important;
}

.kommoder-swiper-clone .swiper-slide{
  padding: 1rem;
}


.kommoder-swiper-clone img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: unset;
  transform: scale(0);
  transition: all 0.5s ease;
}

.kommoder-swiper-clone img.zoom{
  transform: scale(1) !important;
}

.kommoder-swiper-clone .swiper-button-prev{
  padding: 40px 35px 40px 30px;
  left: 0 !important;
  background: rgba(0,0,0,0.1);
  border-radius: 0px 20px 20px 0px;
  top: 50% !important;
  transform: translateY(-50%);
  margin-top: 0 !important;
}

.kommoder-swiper-clone .swiper-button-next{
  padding: 40px 30px 40px 40px;
  right: 0 !important;
  background: rgba(255,255,255,0.1);
  border-radius: 20px 0px 0px 20px;
  top: 50% !important;
  transform: translateY(-50%);
  margin-top: 0 !important;
}


/*--------------------------------------------------------------
# SINGLE SERIES
--------------------------------------------------------------*/
.series-hero-tags{
  height: 2.5rem !important;
}

@media (min-width: 992px){
  .series-hero-tags{
    height: 3.5rem !important;
  }
}

.serie-attribute-icon-wrapper{
  margin-bottom: 15px;
}

.serie-attribute-icon-wrapper img{
  height: 50px;
  margin-bottom: 0.7rem;
}
.serie-attribute-icon-wrapper p{
  font-size: 1.429rem;
  line-height: 1.429rem;;
}

.series-colors {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  gap: 5px;
}

.series-color-wrapper{
  position: relative;
  width: 40px;
  height: 40px;
}

.series-color-container{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.2s ease;
  pointer-events: none;
}

.series-color-container p{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(100% + 2px)) scale(0.33);
  opacity: 0;
  transition: all 0.2s ease;
  transition-delay: 0s;
  transform-origin: top;
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
  background-color: white;
  padding: 0.5rem;
  border-radius: 5px;
  line-height: 1rem;
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
}

.series-color-wrapper:hover .series-color-container{
  transform: translate(-50%, -50%) scale(2);
  z-index: 1;
}

.series-color-wrapper:hover .series-color-container img{
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
}
.series-color-wrapper:hover .series-color-container p{
  opacity: 1;
  transition-delay: 0.1s !important;
  transform: translate(-50%, calc(100% + 2px)) scale(0.38);

}

.series-colors img {
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  transition: all 0.2s ease;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
  object-fit: cover;
}

.tax-serie [data-id="35"]{
  display: none !important;
}

.tax-serie [data-id="21705"]{
  display: none !important;
}


/*--------------------------------------------------------------
# ARCHIVE PROJECTS
--------------------------------------------------------------*/
.highlighted_projects-grid .highlighted-project-item{
  overflow: hidden;
}

.highlighted_projects-grid .highlighted_projects-grid-item-1{
  grid-area: project-1;
}
.highlighted_projects-grid .highlighted_projects-grid-item-2{
  grid-area: project-2;
}
.highlighted_projects-grid .highlighted_projects-grid-item-3{
  grid-area: project-3;
}

.highlighted_projects-grid{
  display: grid;
  grid-template-areas: 
  'project-1'
  'project-2'
  'project-3';
  grid-gap: var(--space-sm);
  grid-auto-columns: minmax(0, 1fr);
}

@media (min-width: 992px){
  .highlighted_projects-grid{
    display: grid;
    grid-template-areas: 
    'project-1 project-2'
    'project-1 project-2'
    'project-1 project-2'
    'project-3 project-3'
    'project-3 project-3';
    grid-auto-rows: clamp(150px, 15vw, 350px);
    grid-gap: var(--space-sm);
    grid-auto-columns: minmax(0, 1fr);
  }
}

.highlighted_projects-grid .project-background, .all-projects-container .project-background{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease; 
  object-fit: cover;
  object-position: center;
}

.highlighted_projects-grid .highlighted-project-item:hover .project-background, .all-projects-container .all-projects-item:hover .project-background{
  transform: scale(1.05);
}

.highlighted_projects-grid .highlighted-project-item .project-info, .all-projects-container .all-projects-item .project-info{
  background: rgba(0,0,0,0.7); 
  opacity: 0;
  transition: all 0.2s ease;
}

@media(max-width: 767px) {
  .highlighted_projects-grid .highlighted-project-item .project-info, .all-projects-container .all-projects-item .project-info{
    opacity: 1 !important;
  }
}

.highlighted_projects-grid .highlighted-project-item:hover .project-info, .all-projects-container .all-projects-item:hover .project-info{
  opacity: 1;
}

.all-projects-container .all-projects-item{
  aspect-ratio: 3/2; 
}

/* SINGLE PROJECT */
.single-project-hero{
  min-height: calc(100vh - 48px);
  min-height: calc(100svh - 48px);
}

.single-project-grid .single-project-grid-item{
  overflow: hidden;
  max-width: 100%;
  min-height: 400px;
}

.single-project-grid .grid-item-1{
  grid-area: project-image-1;
  min-height: 400px;
}
.single-project-grid .grid-item-2{
  grid-area: project-image-2;
  aspect-ratio: 2/1;
  min-height: 400px;
}
.single-project-grid .grid-item-3{
  grid-area: project-image-3;
  aspect-ratio: 3/2;
  min-height: 400px;
}

.single-project-grid{
  display: grid;
  grid-template-areas: 
  'project-image-1'
  'project-image-2'
  'project-image-3';
  grid-auto-rows: auto;
  grid-gap: var(--space-sm);
  grid-auto-columns: minmax(0, 1fr);
}

@media (min-width: 992px){
  .single-project-grid{
    display: grid;
    grid-template-areas: 
    'project-image-1 project-image-2'
    'project-image-1 project-image-2'
    'project-image-1 project-image-3';
    grid-auto-rows: auto;
    grid-gap: var(--space-sm);
    grid-auto-columns: minmax(0, 1fr);
  }
}

.single-project-grid .project-background, .single-project-swiper-item .project-background{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease; 
  object-fit: cover;
  object-position: center;
}

.single-project-grid .single-project-grid-item:hover .project-background, .single-project-swiper-item:hover .project-background{
  transform: scale(1.05);
}

.single-project-swiper .swiper-wrapper{
  height: auto !important;
}

.single-project-swiper-item {
  width: 100%;
  aspect-ratio: 3/2;
  max-height: 700px;
}

.gallery{
  margin-bottom: 0 !important;
}

/* LIGHTBOX */
.vbox-container{
  overflow-y: hidden !important;
}

.vbox-content{
  height: 100%;
}


/*--------------------------------------------------------------
# PAGES
--------------------------------------------------------------*/

/* FRONTPAGE
--------------------------------------------- */

.fp-hero-text { 
  width: clamp(200px,70vw, 900px);
}

.fp-hero-link {
  padding: 0px 40px 30px 0px;
}

.fp-hero-link a {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.143rem;
  margin: 0 !important;
  padding: 0px !important;
  text-shadow: 1px 1px 3px #1c1b1b37;
}

/* Ändrat lite på frontpage grid */
.fp-grid-quicklinks-container .item1 { 
  grid-area: intro; 
}
.fp-grid-quicklinks-container .item2 { 
  grid-area: small; 
}
.fp-grid-quicklinks-container .item3 { 
  grid-area: big; 
}
.fp-grid-quicklinks-container .item4 { 
  grid-area: wide2; 
}
.fp-grid-quicklinks-container .item5 { 
  grid-area: small2; 
}

.fp-grid-quicklinks-container {
  display: grid;
  grid-template-areas: 'intro intro small big'
  'wide2 wide2 small2 big';
  grid-gap: var(--space-sm);
  padding: var(--space-sm);
  grid-auto-columns: minmax(0, 1fr);
}

.fp-grid-quicklinks-container .grid-item {
  background-size: cover; 
  background-position: center;
  background-color: transparent;
  background-blend-mode: multiply;
  transition: background-color 0.6s;
  padding: var(--space-sm);
  min-height: 25vw;
}

.fp-grid-quicklinks-container .grid-item:hover {
  background-color: #afa095;
}

.fp-grid-quicklinks-container a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: end;
}


.quicklink-button {
  text-transform: uppercase;
  font-family: 'effra';
  font-weight: 500;
  min-height: min(130px, 40%);
  align-items: end;
  display: flex;
  justify-content: start;
  background-color: white;
  color: var(--black);
  max-width: 350px;
  width: 100%;
  padding: var(--space-xs) var(--space-xs) var(--space-xs) var(--space-xs);
  word-break: break-word;
  font-size: 2.2rem !important;
  line-height: 2.5rem !important;
}

.quicklink-button img{
  width: 40px;
  transform: translateX(0px);
  transition: all 0.2s ease;
}

.fp-grid-quicklinks-container .grid-item:hover .quicklink-button img {
  transform: translateX(10px);
}

@media(max-width: 1400px) {
  .quicklink-button{
      font-size: 1.571rem !important;
      line-height: 2rem !important;
  }
}

@media(max-width: 1300px) {
  .fp-grid-quicklinks-container { 
      display: grid;
      grid-template-areas: 
      'intro intro'
      'small big'                             
      'wide2 small2';
  }

  .quicklink-button{
      font-size: 2.2rem !important;
      line-height: 2.5rem !important;
  }

  .fp-grid-quicklinks-container .grid-item {
      min-height: 45vw;
  }
}

@media(max-width: 767px) {
  .fp-grid-quicklinks-container {
      display: grid;
      grid-template-areas: 
      'intro'
      'small'
      'big'                             
      'wide2'
      'small2';
  }

  .fp-grid-quicklinks-container .grid-item {
      min-height: 85vw;
  }
  
  .quicklink-button{
      font-size: 1.571rem !important;
      line-height: 2rem !important;
  }

}


/* ABOUT US PAGE
--------------------------------------------- */
.quicklink-wrapper{
  overflow: hidden;
  min-height: 22vw;
}

.quicklink-wrapper .arrow-right{
  transform: translateX(0px);
  transition: transform 0.5s ease;
}

.quicklink-background{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.3);
  transition: transform 0.5s ease;
}

.quicklink-container{
  z-index: 1;
}

.quicklink-wrapper:hover .quicklink-background{
  transform: scale(1.1);
}

.quicklink-wrapper:hover .arrow-right{
  transform: translateX(10px);
}

a.brand-wrapper img{
  max-height: 120px;
  transform: scale(1);
  transition: transform 0.2s ease;
}

a.brand-wrapper:hover img{
  transform: scale(1.05);
}

/* LOCATION PAGES
--------------------------------------------- */

/* Coworker image */
.coworker-image-wrapper{
  position: relative;
  width: 100%;
  height: 100px;
  padding-bottom: 130%;
}

.coworker-image-wrapper img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/* INSPIRATION PAGE
--------------------------------------------- */
.inspiration-filter{
  position: relative;
  cursor: pointer;
}

.inspiration-filter:after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: var(--black);
  opacity: 0;
}

.inspiration-filter.active:after, .inspiration-filter:hover:after{
  opacity: 1;
}

.inspiration-wrapper{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.inspiration-grid .grid-sizer, .inspiration-grid .grid-item { 
  /* width: calc(50% - 7.5px); */  
  width: 50%!important;  
  padding: 0px 7.5px;
  
}

.inspiration-grid .cta-grid-item-container{
  width: 100% !important;
}

.inspiration-grid .cta-grid-item, .cta-inspiration-dummy .cta-grid-item { 
  margin-bottom: 1rem;
  width: 100% !important;
  min-height: 300px; 
}

.inspiration-grid .pin__wrapper {  
  width: 100% !important; 
  margin-bottom: 7px;  
}


.inspiration-grid .pin__wrapper img{
width: 100%;
}


.pin-image img{
  height: 100%;
  object-fit: contain;
  object-position: center;
}


@media only screen and (max-width: 767px) {
	.slick-list .pin__popup--left, .slick-list .pin__popup--right, .slick-list .pin__popup--top, .slick-list .pin__popup--bottom {
	left: 0px !important;
    position: fixed !important;
    margin-left: calc(50vw - 110px) !important;
	}
	
  .grid-item .pin__popup--right {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    position: fixed !important;
  }

  .grid-item .pin__popup--bottom {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    position: fixed !important;
  }

  .grid-item .pin__popup--left {
    top: 50% !important;
    right: 50% !important;
    transform: translate(50%, -50%) !important;
    position: fixed !important;
  }

  .grid-item .pin__popup--top {
    bottom: 50% !important;
    left: 50% !important;
    transform: translate(-50%, 50%) !important;
    position: fixed !important;
  }

  .pin__popup:before{
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .inspiration-wrapper{
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .inspiration-grid .grid-sizer, .inspiration-grid .grid-item { 
    width: 50%!important;  
    padding: 0px;
  }

  .inspiration-grid .grid-sizer, .inspiration-grid .grid-item { 
    width: 100% !important;  
  }

}

@media (min-width: 992px){
  .inspiration-grid .pin__wrapper { 
    width: calc(50% - 7px); 
    margin-bottom: 7px;
  }
}

/* PROFESSIONAL SHOPS PAGE
--------------------------------------------- */
#professional-shops-form-background{
  background-color: rgba(0, 0, 0, 0.9);
}

/* FAVORITES PAGE
--------------------------------------------- */
.tinv-wishlist{
  padding: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  display: flex;
  flex-direction: column;
}

.tinv-wishlist.tinvwl-login-wrap{
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.favorite-series-item{
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
}

.favorite-series-item .favorite-series-background{
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
  transform: scale(1);
  filter: brightness(0.6);
}


.favorite-series-item:hover:not(.remove-series-button) .favorite-series-background{
  transform: scale(1.1);
  filter: brightness(1);
}

.favorite-series-item .favorite-series-title{
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.remove-series-button{
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  transition: all 0.1s ease;
  opacity: 0.9;
}

.remove-series-button:hover{
  opacity: 1;
}

/* Tinv wishlist */
.tinvwl_add_to_select_wishlist.tinv-modal label{
  font-weight: 500;
}

.tinvwl_add_to_select_wishlist.tinv-modal select.tinvwl_wishlist{
  cursor: pointer;
  padding: 1rem;
}

.tinv-wishlist .tinv-modal{
  padding: 1rem;
}

.tinv-wishlist .tinv-modal h2{
  margin-bottom: 1rem !important;
}

.tinv-wishlist .tinv-modal .tinv_wishlist_create h2{
  margin-bottom: 1rem !important;
}

.tinv-wishlist .tinv-modal .tinv_wishlist_create #tinv_wishlist_create_field{
  background-color: white;
  color: black;
}

.tinv-wishlist .tinv-modal .tinv_wishlist_create #tinv_wishlist_create_field::placeholder{
  color: black;
}

.tinv-wishlist .tinv-modal .tinv_wishlist_create #tinv_wishlist_create_button{
  background-color: var(--black);
  color: white;
  transition: all 0.1s ease;
}


.tinv-wishlist .tinv-modal .tinv_wishlist_create #tinv_wishlist_create_button:hover{
  background-color: #333;
}

.tinv_wishlist_create_modal ul{
  display: none !important;
}


.tinv-wishlist .tinv-modal .tinv-close-modal{
  background-color: black !important;
  position: absolute;
}

.tinv-wishlist .tinv-modal .tinv-close-modal .ftinvwl.ftinvwl-times:before{
  color: white !important;
}

.tinv-wishlist .tinv-header h2{
  font-family: 'Bauer Bodoni';
  text-align: center;
  font-size: clamp(2.8rem, 6vw, 6rem) !important;
  line-height: clamp(2.8rem, 6vw, 6rem) !important; 
  margin-bottom: 1rem !important;
}

@media only screen and (min-width: 768px){
  .tinv-wishlist .tinv-header h2{
    margin-bottom: 3rem !important;
  }
}

.tinv-wishlist .tinv-login.tinv-wrapped-block{
  padding: 0 !important;
}

.tinv-wishlist .tinv-header ul.navigation-button{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 1rem;
}

@media only screen and (min-width: 768px){
  .tinv-wishlist .tinv-header ul.navigation-button{
    flex-direction: row-reverse;
  }
}

.tinv-wishlist .tinv-header button{
  margin: 0 !important;
}

th.wishlist-privacy, td.wishlist-privacy, td.wishlist-name a span, td.wishlist-cb, th.wishlist-cb, .tinvwl-to-left.look_in {
  display: none !important;
}

.tinv-wishlist tfoot .tinvwl-to-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-top: var(--space-sm) !important;
  margin-top: 0 !important;
}

.tinv-wishlist .tinvwl-table-manage-list thead{
  display: none; 
}

.tinv-wishlist .wishlist-name, .tinv-wishlist .wishlist-action{
  padding: 1rem 0 !important;
}

.tinv-wishlist .wishlist-name span, .tinv-wishlist .wishlist-date{
  font-weight: 500 !important;
}

.tinv-wishlist .product-action {
  width: 250px;
  text-align: center;
}

.tinv-wishlist .product-action button.inited-wishlist-action{
  color: rgba(255,255,255,0.3);
  pointer-events: none;
}

.tinv-wishlist .wishlist-action button{
  margin-left: auto;
  background-color: var(--copper);
  color: white;
}

.tinv-wishlist .wishlist-action button:hover{
  background-color: var(--black);
}


.tinv-wishlist .product-remove{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tinv-wishlist .product-remove button{
  background-color: transparent !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  width: 21px !important;
  height: 21px !important;
  font-size: 21px !important; 
  margin: unset;
  margin-left: auto !important; 
}

.tinv-wishlist .ftinvwl-times:before{
  content: "" !important;
  color: var(--black) !important;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
}
.tinv-wishlist td.product-sort{
  width: 28px;
}

.tinv-wishlist td.product-sort .wc-item-reorder-nav:before{
  color: black !important;
  font-size: 1.143rem !important;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear {
  margin: 0 auto;
  padding-top: 10px;
}

table.tinvwl-table-manage-lists tbody tr{
  position: relative;
}

table.tinvwl-table-manage-lists tbody tr td {
  border-bottom: 1px solid #333;
}

table.tinvwl-table-manage-lists tfoot td{
  padding: 0rem 0 1rem !important;
}

table:not( .has-background ) tbody td, table:not( .has-background ) tbody tr:nth-child(2n) td, table:not( .has-background ) th {
  background-color: #ffffff !important;
}

.tinv-wishlist table.tinvwl-table-manage-list tbody td{
  text-align: start;
}

th.wishlist-date, th.wishlist-name {
  text-transform: uppercase;
  font-weight: 100;
  color: black;
  padding-bottom: 0px !important;
}

.tinvwl-table-manage-lists td.wishlist-name{
  position: relative;
}

.tinvwl-table-manage-lists td.wishlist-name .tinvwl-name-to-rename{
  position: relative;
}

.tinvwl-table-manage-lists td.wishlist-name .tinvwl-name-to-rename a{
  font-size: 1.143rem !important;
  line-height: 2rem !important;
}

.tinv-wishlist .wishlist-action button[value=manage_remove]>i{
  display: none;
}

@media (max-width: 767px){
  .tinvwl-table-manage-lists [value="manage_remove"]{
    position: absolute;
    top: 0.25rem;
    left: 0.5rem;
    width: 1.5rem !important;
    height: 1.5rem;
    display: inline-flex;
    overflow: hidden;
    border-radius: 50px;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
  }

  .tinv-wishlist .wishlist-action button[value=manage_remove] {
    background-color: transparent !important;
  }

  .tinv-wishlist .wishlist-action button[value=manage_remove]>i {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
  
  .tinvwl-table-manage-lists [value="manage_remove"] i:before{
    content: "" !important;
    color: var(--black);
    display: inline-block;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
  }

  .tinvwl-table-manage-lists .wishlist-action{
    padding: 0.5rem 0 !important; 
  }
  
  .tinvwl-table-manage-lists .wishlist-date{
    padding-top: 0.5rem !important; 
  }
  .tinvwl-table-manage-lists .wishlist-name{
    padding-bottom: 0.5rem !important; 
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .tinvwl-table-manage-lists td.wishlist-name a:not(span a){
    top: 0.5rem !important;
    transform: translateY(0) !important;
  }

  .tinvwl-table-manage-lists [value="manage_remove"] span{
    display: none;
  }
}

.tinvwl-table-manage-lists td.wishlist-name span sup{
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: -2px;
  transform: translate(100%, -100%);
}

.tinvwl-table-manage-lists td.wishlist-name a:not(span a){
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.tinv-wishlist .navigation-button .tinv-create-list>a.button{
  margin-right: 0 !important;
}

.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list>a.button {
  text-align: center;
}
.tinv-wishlist tfoot .tinvwl-to-right .tinv-create-list>a.button:before {
  content: "\ea0a";
  display: inline-block;
  font-family: "tinvwl-webfont" !important;
  margin-right: 1rem;
  margin-bottom: 1px;
  line-height: 0.857rem !important;
}

.tinv-wishlist .wishlist-action button[value=manage_remove] {
  padding: 1rem 1.5rem;
  /* background-color: transparent !important; */
}

.tinv-wishlist .wishlist-action button[value=manage_remove]:hover {
  background-color: var(--darkgray);
}



button[name="tinvwl-action-product_update"]{
  display: none;
}

button.tinvwl_button_view[name="tinvwl-wishlist-remove-btn"]{
  padding: 1rem 1.5rem;
  background-color: var(--black);
  color: white;
  text-transform: uppercase;
  font-size: 0.875rem !important;
  letter-spacing: 1px;
  transition: all 0.1s ease;
  border: 2px solid var(--black);
}

ul.navigation-button li{
  width: 100%;
}

.tinv-wishlist .navigation-button li a.button{
  width: 100%;
}

@media (min-width: 768px){
  button.tinvwl_button_view[name="tinvwl-wishlist-remove-btn"]{
    padding: 1.5rem;
  }

  ul.navigation-button li{
    width: auto;
  }
}

button.tinvwl_button_view[name="tinvwl-wishlist-remove-btn"]:hover{
  background-color: #333;
}

button[name="tinvwl-action-product_all"]{
  background-color: var(--copper) !important;
}

button[name="tinvwl-action-product_all"]:hover{
  background-color: var(--copper-bright) !important;
}

button[name="tinvwl-add-to-cart"]:hover{
  background-color: var(--darkgray) !important;
}

button[name="tinvwl-add-to-cart"] .tinvwl-txt{
  white-space: nowrap;
}

button[name="tinvwl-action-product_all"]:before, button[name="tinvwl-add-to-cart"]:before{ 
  content: "";
  background-image: url(./img/lista.svg);
  transition: all 0.1s ease-out; 
  height: 26px;
  width: 1.143rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  margin-right: 0.5rem; 
  filter: invert(1);   
}

.tinv-wishlist .wishlist_item .product-thumbnail{
  min-width: 200px;
}

.tinv-wishlist .wishlist_item .product-thumbnail img{
  aspect-ratio: 1;
  width: 100%;
  object-fit: contain;
} 


@media only screen and (max-width: 767px){
  .tinv-wishlist table{
    border-spacing: 0rem 1rem;
  }

  .tinv-wishlist .wishlist_item .product-thumbnail{
      margin-top: 1rem;
  }

  .tinv-wishlist .wishlist_item td{
      padding: 1rem 0 !important
  }

  .tinv-wishlist td.product-sort{
    display: none !important;
  }

  .tinv-wishlist .wishlist_item .product-thumbnail img{
      max-width: 100% !important;
  }

  table.tinvwl-table-manage-lists tfoot td, table.tinvwl-table-manage-list tfoot td{
    padding: 0rem 0 1rem !important;
  }
} 

.tinv-wishlist .product-name a{
  display: inline-block;
  margin-bottom: 0.5rem !important;
  line-height: 2rem !important;
  font-size: 1.286rem !important;
  font-weight: 600 !important;
  text-transform: uppercase; 
}

.tinv-wishlist .product-name .variation{
  text-transform: uppercase;
}

.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right{
  padding-top: var(--space-sm) !important;
  border-top: 1px solid black;
}


.tinv-wishlist .cart-empty, .tinv-wishlist .return-to-shop{
  max-width: 600px;
  margin: auto !important;
}

.tinv-wishlist .social-buttons{
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0 1rem;
}

.tinv-wishlist .social-buttons span{
  margin-right: 0rem !important;
  font-weight: 600;
}

.tinv-wishlist .social-buttons a {
  width: auto !important;
  color: black !important;
  margin-left: 1rem !important;
  transition: all 0.1s ease;
}

.tinv-wishlist .social-buttons a:hover {
  color: var(--copper) !important;
}

@media only screen and (max-width: 767px){
  .tinv-wishlist .social-buttons{
    justify-content: start;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tinv-wishlist .wishlist-action button[value=manage_remove] span {
    display: block !important;
  }
  

}

@media only screen and (min-width: 768px){
  .tinv-wishlist tfoot .tinvwl-to-right {
    flex-direction: row;
  }  
}

/* DOCUMENTS PAGE
--------------------------------------------- */
.document-filter-button, .document-filter-button-all{
  cursor: pointer;
  display: inline-flex;
}

.document-filter-button.active, .document-filter-button-all.active{
  font-weight: 700;
  color: var(--copper);  
} 

.parent-category-name{
  border-bottom: 1px solid black;
}

.document-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 180px;
  background-color: #FCFCFC;
  padding: var(--space-sm);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.documents-category-wrapper .document-item{
  color: var(--copper);
} 

.set-document{
  cursor: pointer;
  transition: all 0.1s ease;
  display: inline-block;
}

.documents-container{
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1200px) {
  .documents-container{
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
  }  
}

@media (max-width: 600px) {
  .documents-container{
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }  
}

.favorite-document {
  position: absolute !important;
  top: 11px;
  right: 1rem;
  color: white;
  cursor: pointer;
}

.favorite-document:before{ 
 content: "\e909";
 color: black !important;
 display: inline-block;
 font-size: 25px;
 line-height: 25px;
 font-family: tinvwl-webfont !important;
 transform: scale(1);
}

.favorite-document.active:before{
 content: "\e908";
 animation: favorite-document-animation 0.5s ease forwards;
}

@keyframes favorite-document-animation {
 0%    { transform: scale(1); }
 50%   { transform: scale(1.2); }
 100%  { transform: scale(1); }
}

/* CREATE ACCOUNT/LOGIN PAGE */
.woocommerce-account #customer_login h2{
  font-family: 'Bauer bodoni', sans-serif !important;
}

.woocommerce-account #customer_login .form-row{
  margin-bottom: 1rem !important;
}

.woocommerce-account #customer_login label{
  margin-bottom: 0.25rem !important;
/*   font-weight: 500; */
}

.woocommerce-account #customer_login abbr.required{
  text-decoration: none !important;
}

/* .woocommerce-account #customer_login .show-password-input{
  height: 100%;
  display: flex;
  align-items: center;
} */

.woocommerce-account #customer_login .show-password-input:after{
  color: var(--black) !important;
}

.woocommerce-account #customer_login .show-password-input:hover:after{
  color: var(--copper);
}

#customer_login input[type=text], #customer_login input[type=email], #customer_login input[type=password], #customer_login .input-text,
.woocommerce-MyAccount-content input[type=text], .woocommerce-MyAccount-content input[type=email], .woocommerce-MyAccount-content input[type=password], .woocommerce-MyAccount-content .input-text{
  box-shadow: none !important;
  border: 1px solid var(--black);
  background-color: white !important;
  color: var(--black) !important;
}

.woocommerce-account #customer_login form.woocommerce-form #wcb2b_group_field .select2{
  width: 100% !important;
}

.woocommerce-account #customer_login form.woocommerce-form #wcb2b_group_field .select2 .select2-selection--single{
  border-radius: 0 !important;
  border: 1px solid var(--black) !important;
  height: 42px;
  display: flex;
  align-items: center;
}

.woocommerce-account #customer_login form.woocommerce-form #wcb2b_group_field .select2 .select2-selection--single .select2-selection__arrow{
  height: 100%;
  color: black !important;
}

.woocommerce-account #customer_login form.woocommerce-form #wcb2b_group_field .select2 .select2-selection--single .select2-selection__arrow b{
  border-color: var(--black) transparent transparent transparent;
}

.woocommerce-account #customer_login form.woocommerce-form #wcb2b_group_field .select2 .select2-selection--single .select2-selection__rendered{
  color: var(--black) !important;
}

/* MY ACCOUNT PAGE
--------------------------------------------- */

.woocommerce-MyAccount-content label{
  margin-bottom: 0.25rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 3rem !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-left: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-weight: 600 !important;
  color: var(--black) !important;
  line-height: 2rem !important;
  font-size: 1.286rem !important;
  display: flex;
  width: 100%;
}

.woocommerce-MyAccount-navigation ul li a::before {
  margin-right: 1rem;
  text-align: center;
  float: none;
  opacity: .25;
  margin-left: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content label{
  font-weight: 600 !important;
}

.woocommerce-account .woocommerce-MyAccount-content button[type="submit"]{
  margin-top: 2rem;
  padding: 1rem 3rem;
}

@media(min-width: 768px){
  .woocommerce-account .woocommerce-MyAccount-content button[type="submit"]{
    padding: 1.5rem 5rem;
  }
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info{
  background-color: var(--copper);
  color: white;
} 

/* Orders */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions:before{
  display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content table.my_account_orders{
  font-size: 1rem !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button.view{
  margin-bottom: 1rem !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button.view,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button.cancel{
  padding: 1rem 1.5rem !important;
  transition: background-color 0.1s ease;
}

@media(min-width:768px){
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-button.view,
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-button.cancel{
    padding: 1.5rem !important;
  }
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button.view:hover{
  background-color: var(--copper);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button.cancel{
  background-color: var(--black);
  color: white;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button.cancel:hover{
  background-color: var(--darkgray) !important;
}

/* Adress */
.woocommerce-account .woocommerce-MyAccount-content .col-1.woocommerce-Address{
  width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper,
.woocommerce-account .woocommerce-MyAccount-content .edit-account{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset{
  width: 100%;
  padding: 1rem 0 0 !important;
  background-color: white;
  margin-bottom: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset .form-row{
  margin-bottom: 1rem !important;
}

.woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset legend{
  background-color: white;
  padding: 0 1em !important;
}

.woocommerce-account .woocommerce-MyAccount-content .edit-account .clear{
  display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content .edit-account button[type="submit"]{
  margin-top: 0 !important;
}

.woocommerce-MyAccount-content td{
  padding: 1rem 0rem;
}

@media (min-width: 768px){
  .woocommerce-MyAccount-content td{
    padding: 1em 1.41575em;
  }
}

.woocommerce-account .woocommerce-MyAccount-content .form-row-first, 
  .woocommerce-account .woocommerce-MyAccount-content .form-row-last{
    width: 100%;
  }

@media (min-width: 768px){
  .woocommerce-account .woocommerce-MyAccount-content .form-row-first, 
  .woocommerce-account .woocommerce-MyAccount-content .form-row-last{
    width: calc(50% - 0.5rem) !important;
  }
}

.woocommerce-password-hint{
  font-size: 0.857rem;
}

.woocommerce-MyAccount-content .woocommerce-order-details{
  margin-top: 2rem;
}
.woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title{
  margin-bottom: 1rem !important;
}

.woocommerce-MyAccount-content .woocommerce-order-details .product-name a{
  font-size: 1.125rem !important;
}

.woocommerce-MyAccount-content .woocommerce-order-details .product-name .wc-item-meta{
  font-size: 1rem !important;
  margin-bottom: 0 !important;
}

.woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th{
  padding: 1rem 0rem !important;
  background-color: white !important;
}

.woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td{
  background-color: white !important;
}

.woocommerce-MyAccount-content table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr > td.product-name{
  padding-right: 1rem !important;
}



/* CART PAGE
--------------------------------------------- */
.how-it-works {
  display: grid;
  grid-template-columns: 1fr 0.3fr 1fr 0.3fr 1fr;
  text-align: center;
}

@media (max-width: 768px){
  .line {
    border-top: 0px solid #000 !important;
    width: 1px;
    border-left: 1px solid#000;
    margin: 0 auto !important;
    padding: 0px !important;
  }

  .how-it-works {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 25px auto 25px auto;
    text-align: center;
    gap: 15px;
  }
}

.line {
  border-top: 1px solid #000;
  margin-top: 3vw;
}

form.woocommerce-cart-form{
  margin-bottom: 0;
}

form.woocommerce-cart-form table.cart{
  margin-bottom: 3rem;
}

.cart-empty.woocommerce-info{
  background-color: var(--black);
  margin-bottom: 3rem !important;
}

.woocommerce-cart-form table.cart{
  border-collapse: collapse;
}

.woocommerce-cart-form thead th{
  background: black !important;
  color: white !important;
}

.woocommerce-cart-form thead th *{
  color: white !important;
}

.woocommerce-cart-form tbody tr{
  border-top: 1px solid rgb(0 0 0 / 20%) !important;  
 
}

.woocommerce-cart-form tbody tr td{
  vertical-align: middle;
  padding: 1.5rem 0 !important;
}

.woocommerce-cart-form tbody tr td.product-price{
  padding: 0 !important;
}

@media (min-width: 768px){
  .woocommerce-cart-form tbody tr td.product-price{
    padding: 1.5rem !important;
  }
}

.woocommerce-cart-form table.cart td.product-thumbnail{
   padding: 3rem 0 2rem !important; 
}

@media (min-width: 768px){
   .woocommerce-cart-form table.cart td.product-thumbnail{
      padding: 1.5rem !important; 
   }

   .woocommerce-cart-form tbody tr td{
      vertical-align: middle;
      padding: 1.5rem !important;
    }
}

.woocommerce-cart-form table.cart .product-thumbnail img{
   max-width: 200px !important;
   width: 100%;
   max-height: 200px;
   object-fit: contain;
 }

.woocommerce-cart-form table.cart .product-thumbnail img{
  max-width: 200px !important;
  width: 100%;
  max-height: 200px;
  object-fit: contain;
}

.woocommerce-cart-form table.cart td.product-remove{
  vertical-align: middle;
  padding: 0 !important;
}

.woocommerce-cart-form table.cart tr:first-child td.product-remove {
   border-top-width: 1.618em !important;
}

.woocommerce-cart-form table.cart td.product-remove a.remove{
   top: 1rem !important;
   right: 0 !important;
   font-size: 1.5rem !important;
   opacity: 0.7;
   vertical-align: middle;
   transform: translateY(-50%);
}

.woocommerce-cart-form table.cart td.product-remove a.remove:hover{
  opacity: 1;
}

.woocommerce-cart-form table.cart td.product-remove a.remove:before{
  color: var(--black) !important;  
}

.woocommerce-cart-form .product-name > a{
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.woocommerce-cart-form .product-name *{
  font-size: 1rem;
  color: var(--black);
}

.woocommerce-cart-form .product-quantity .input-text.qty.text{
  background-color: transparent !important;
  color: black !important;
  box-shadow: none;
  border: 1px solid black;
  font-weight: 600;
  -webkit-box-shadow: inset 0px 0px 2px 0px rgb(0 0 0 / 50%) !important;;
  box-shadow: inset 0px 0px 2px 0px rgb(0 0 0 / 50%) !important;  
}

.tinvwl_all_cart_to_wishlist_button.tinvwl-icon-heart:before{
  margin-bottom: 4px;
}

.woocommerce-cart-form .tinv-wishlist {
   display: block;
}

@media (min-width: 768px){
   .woocommerce-cart-form .tinv-wishlist {
      display: inline-flex;
   }
}

.woocommerce-cart-form table.cart td.actions {
  padding: 0 !important;
}

.cart-collaterals .wc-proceed-to-checkout{
   display: flex !important;
   flex-direction: column-reverse !important; 
}

.cart-collaterals .wc-proceed-to-checkout .button.checkout-button{
   background-color: var(--black) !important;
} 
.cart-collaterals .wc-proceed-to-checkout .button.checkout-button:hover{
   background-color: #333333 !important;
} 

.cart-collaterals .cart_totals td, .cart-collaterals .cart_totals h2{
   margin-bottom: 1rem !important;
}

.cart-collaterals .cart_totals td, .cart-collaterals .cart_totals th{
   padding: 1rem 0 !important; 
}

dd.variation-Storlek {
  margin-bottom: 0px !important;
}

dt.variation-Storlek, dt.variation-Yta, dt.variation-Serie {
  width: max-content;
  float: left;
  margin-right: 5px;
}

.woocommerce-cart-form__contents .product-subtotal{
  text-align: end;
}

tr.woocommerce-cart-form__cart-item.cart_item {
  height: 250px;
}

td.product-name a {
  font-size: 20px !important;
}

dd.variation-Serie a{
  font-size: 0.875em !important;
  text-transform: uppercase;
  color: var(--copper) !important;
  font-weight: 500;
}

.wc-empty-cart-message{
  display: flex;
  justify-content: center;
}

.return-to-shop{
  display: flex;
  justify-content: center;
}

a.remove::before{
  content: '' !important;
}
 
/* CHECKOUT PAGE
--------------------------------------------- */
.woocommerce-checkout .woocommerce-billing-fields h3{
  margin-bottom: 1rem !important;
}
.woocommerce-checkout .woocommerce-additional-fields h3, .woocommerce-checkout #order_review_heading{
  margin-top: 2rem !important;
  margin-bottom: 0.5rem !important;
}

.woocommerce-checkout abbr.required{
  text-decoration: none !important;
}

.woocommerce-checkout .show-password-input{
  /* height: 100%;
  display: flex;
  align-items: center; */
}

#billing_vat_field{
  display: none;
}

.woocommerce-checkout .form-row{
   margin-bottom: 1rem !important;
}

.woocommerce-checkout .form-row label{
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.woocommerce-checkout input, .woocommerce-checkout textarea{
   background-color: white;
}

.woocommerce-checkout input[type=text], .woocommerce-checkout input[type=email], .woocommerce-checkout input[type=password], .woocommerce-checkout .input-text, .woocommerce-checkout textarea{
  box-shadow: none !important;
  border: 1px solid var(--black);
  background-color: white !important;
  color: var(--black) !important;
}

.woocommerce-checkout textarea{
  resize: vertical;
  min-height: 200px;
}

.woocommerce-checkout textarea:focus{
  outline: none;
}

.woocommerce-checkout .select2-selection--single{
  border-radius: 0 !important;
  border: 1px solid var(--black) !important;
  height: 42px;
  display: flex;
  align-items: center;
}

.woocommerce-checkout .select2-selection--single .select2-selection__arrow{
  height: 100% !important;
}

.woocommerce-checkout .select2-selection--single .select2-selection__arrow b{
  border-color: var(--black) transparent transparent transparent !important;
}


@media(min-width: 768px) {
   .woocommerce-checkout .col2-set .form-row-first{
      width: 48%;
   }
   .col2-set .form-row-last{
      width: 48%;
   }
}

table.woocommerce-checkout-review-order-table .product-name{
  width: auto !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order th, .woocommerce-checkout .woocommerce-checkout-review-order td{
  padding: 1rem 0 !important;
}



.woocommerce-checkout .woocommerce-checkout-review-order-table{
  border-collapse: collapse; 
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item{ 
  border-bottom: 1px solid black; 
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item .product-name{ 
  font-weight: 500;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item dd{ 
  margin-bottom: 0 !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order .variation{
  margin: 0;
}

.woocommerce-checkout .cart-pdf-button-container{
  margin-bottom: 1rem !important;
}

.cart-pdf-button{
  background-color: transparent !important;
  color: black !important;
  font-weight: bold !important;
  font-size: 0.875rem !important;  
}

.cart-pdf-button:hover{
  background-color: var(--black) !important;
  color: white !important;
}

.woocommerce-checkout .woocommerce-privacy-policy-text{
  margin-bottom: 1rem;
}

.woocommerce-checkout .place-order{
  padding: 1rem 0 !important;
  background-color: transparent !important;
}

.woocommerce-checkout .place-order #place_order{
  background-color: var(--black);
}

.woocommerce-checkout .place-order #place_order:hover{
  background-color: #333333;
}

.required{
   color: var(--copper) !important;
}

.form-row.woocommerce-invalid input.input-text{
  box-shadow: inset 4px 0 0 var(--copper) !important;
}

.woocommerce-error{
  background-color: var(--black) !important;
}

/* SEARCH PAGE
--------------------------------------------- */
.search-result-container .post-thumbnail{
  position: relative;
  width: 20%;
  aspect-ratio: 1;
  flex-shrink: 0;
}

.search-result-container .post-thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  position: absolute;
}

/* 404 PAGE
--------------------------------------------- */
._404{
  position: absolute;
  top: 40%;
  left: 50%;
  opacity: 0.02;
  font-size: 30vw !important;
  line-height: 30vw !important;
  pointer-events: none;
  transform: translate(-70%, -50%);
}

/* FOOTER
--------------------------------------------- */
.added-to-cart-container{
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: black;
  transform: translateY(100%);
  transition: all 0.4s ease;
}

.added-to-cart-container.translate{
  transform: translateY(0%) !important;
}


footer{
  margin-top: auto;
  position: relative;
  z-index: 99;
}

footer .footer-menu{
  margin-left: 0;
  list-style: none;
}

footer a{
  color: white;
  transition: all 0.1s ease;
}

footer a:hover{
  color: var(--copper-bright);
}

footer .footer-menu a{
  display: inline-block;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  transition: all 0.1s ease;
}

.footer-menu a:hover, .footer-menu .current-menu-item a{
  color: var(--copper-bright);
}

footer .footer-some-icon{
  height: 25px;
}

footer .footer-some-icon svg *{
  transition: all 0.1s ease;
}

footer .footer-some-icon:hover svg *{
  fill: var(--copper-bright);
}



button#closeBanner {
    font-size: 40px !important;
    line-height: 40px;
    text-align: center;
    top: 0px !important;
    padding: 10px !important;
    right: 10px !important;
}

.site-banner {
    margin-top: 105px;
    margin-bottom: -100px;
    z-index: 10;
}


@media(max-width: 991px) {
.site-banner {
    margin-top: 54px;
    margin-bottom: -100px;
    z-index: 10;
}
}





/* =========================
   PRIS PÅ FÖRFRÅGAN
   ========================= */

/* Gemensamt */
.price--rfq,
.is-rfq-price {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

li.product .price {
    transition: none !important;
}

/* Listor / arkiv / seriesidor:
   bara produkter markerade av PHP */
li.product:has(a[data-rfq-product="1"]) .loop-sqm-price {
    font-size: 0 !important;
    line-height: 1.2 !important;
}

li.product:has(a[data-rfq-product="1"]) .loop-sqm-price::after {
    content: "Pris på förfrågan";
    font-size: 1rem;
    padding-top: 10px;
}

li.product:has(a[data-rfq-product="1"]) > .shop-product-wrapper > .price {
    display: none !important;
}

/* Single-produkt */
.single-product p.price-per-sqm.price--rfq {
    display: block !important;
}

/* Varukorg / inköpslista */
.woocommerce-cart-form__cart-item.is-rfq-cart-item .product-name > p.fs-2:last-of-type {
    display: none !important;
}

.price--rfq-fallback {
    display: block !important;
}
