.tws-article-stock-shipping--delivery-message {
	font-size: 0;
}

.tws-article-stock-shipping--delivery-message span {
	font-size: 14px;
}

.tws-article-price--compare-at-price { display: none; }

/*--Hide the page controls--*/
.tws-list-controls {
    display: none;
}


a {
    color: #987a4b;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.slot--article-description .tws-article-description .tws-article-description--article-number {
      display: none;
}

ul li, ol li {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}

ul, ol {
  margin: 5px 0;
  padding-left: 20px;
}
.tws-article-list--price .tws-api-price {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

/* The main wrapper for the text and price */
.tws-article-list--list .caption {
  display: flex;
  flex-direction: column;
  /* Adjust this height so all cards in a row are equal */
  height: 100%; 
  text-align: center;
}



/* 2. Force the price and button to stay at the very bottom */
.tws-article-list--list .caption .tws-article-list--price {
  margin-top: auto;
  margin-bottom: 5px; /* 5px luft under priset */
}

/* 3. Ensure the button fills the width and stays aligned */
.tws-article-list--list .caption .tws-article-list--buy-button {
  margin-top: 5px;
}

.tws-article-list--list .caption .tws-util-heading {
  min-height: 50px;      /* reserverar plats för 2 rader */
  display: block;        /* ta bort flex */
  text-align: center;    /* behåll om du vill centrera horisontellt */
  margin-bottom: 5px;
}


/* REA label */
.tws-article-labels--special-offer .tws-article-labels--label-text::before {
  content: "REA";
  color: white;
  font-size: 14px;
}

.tws-article-labels--special-offer .tws-article-labels--label-text {
  font-size: 0 !important;
  display: block;
}

.tws-article-labels--special-offer * {
  font-size: 0 !important;
}

/*--404 Page setting--*/
.lcl-404-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
  }
.lcl-404-grid li {
    flex: 1 1 150px;
    max-width: 200px;
    text-align: center;
  }
.lcl-404-grid li a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
.lcl-404-grid li img {
    width: 100%;
    height: auto;
    display: block;
  }
.lcl-404-grid li span {
    display: block;
    margin-top: 8px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
@media (max-width: 480px) {
    .lcl-404-grid li {
      flex: 1 1 100%;
      max-width: 100%;
    }

}
 /* Ersätt etiketttexten för nyhetsbrevskryssrutan (svenska) */
:lang(sv) .tws-checkout--field-label-text:last-child {
  font-size: 0;
  display: block;
  position: relative;
  width: 100%;
}
:lang(sv) .tws-checkout--field-label-text:last-child::after {
	position: absolute;
  top: 0;
  left: 20px;
  display: block;
  width: 600px;
  content:  "Ja tack, jag vill ha nyheter och exklusiva erbjudanden.";
  font-size: 14px;
  display: block;
}
@media (max-width: 480px) {
  :lang(sv) .tws-checkout--field-label-text:last-child::after {
    width: 300px;
  }
}
/*--INSPIRATIONSSIDA--*/

.inspiration-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.inspiration-card {
  display: block;
}

.inspiration-card img {
  width: 100%;
  height: auto;
  display: block;
}

.inspiration-card h3 {
  text-align: center;
  margin-top: 12px;
}

@media screen and (max-width: 1024px) {
  .inspiration-grid {
    grid-template-columns: 1fr !important;
  }
}
.inspiration-card h3,
.inspiration-card p {
  text-align: center !important;
}