/* ==================================================
   BUTIKENS BEFINTLIGA ANPASSNINGAR
   ================================================== */

.tws-discount-field--closed .tws-discount-field--form {
  display: block;
}

/* Abicarts separata nyhetsbrevsblock */
@media (min-width: 768px) {
  .emporium--start-page .tws-container--tws-newsletter-subscribe {
    content: "";
    display: block;
    width: 100%;
    max-width: 1240px;
    height: auto;
    min-height: 425px;
    background: url("https://shop.textalk.se/shop/ws71/36771/files/nyhetsbrevbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 3px;
    margin-top: 40px;
  }

  .emporium--start-page .tws-newsletter-subscribe--form-wrapper {
    width: 100%;
    text-align: left;
  }

  .tws-newsletter-subscribe--subscribe-button,
  .tws-newsletter-subscribe--subscribe-button:hover {
    background: #c6710c;
    border: none;
  }

  .tws-newsletter-subscribe--form-wrapper .form-control::placeholder {
    color: #333 !important;
  }

  .emporium--footer,
  .emporium--header {
    background-image: linear-gradient(#06243a, #000);
  }
}

.emporium--start-page .tws-container--tws-newsletter-subscribe .tws-newsletter-subscribe--html-before {
  padding: 0 40px;
  text-align: left;
  max-width: 600px;
  margin: initial;
}

.emporium--start-page .tws-container--tws-newsletter-subscribe form {
  padding: 0 40px;
  text-align: left;
  max-width: 600px;
}

.emporium--start-page .tws-container--tws-newsletter-subscribe form .input-group > .form-control {
  margin: 10px 0;
}

.btn-l {
  padding: 13px 28px;
  text-decoration: none;
}

.mt-ten {
  margin-top: 10px !important;
}

@media (max-width: 768px) {
  .test {
    font-size: 11px;
  }

  .test.tbody.tr.td {
    padding: 10px;
  }
}

/* Produktlistor */
.tws-article-list--list .tws-article-list--buy-button .btn {
  width: auto;
}

.tws-article-list--buy-button {
  text-align: inherit;
}

.customPageItem.customPageHtml .div.table {
  font-size: 10px;
}

.startpage .tws-content-box--inner-wrapper {
  transition: all 0.4s ease;
}

.startpage .tws-content-box--inner-wrapper:hover {
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
}

.tws-article-list--list .tws-article-list--labels .tws-article-labels--new .tws-article-labels--label-text {
  background: #093657 !important;
}

.tws-article-list--list .tws-article-list--labels .tws-article-labels--special-offer .tws-article-labels--label-text,
.emporium--article-images .slot--article-labels .tws-article-labels--special-offer .tws-article-labels--label-text {
  background: #c6710c;
}

.article .slot--article-price .tws-api--price-current.tws-api--price-both-shown,
.article .slot--unique-selling-points .tws-unique-selling-points--wrapper ul i {
  color: #c6710c !important;
}

.article .tws-article-social--share-button.sharer-0 label {
  background: #093657 !important;
  color: #fff !important;
  padding: 5px 12px 6px 12px;
  border-radius: 0;
}

.article .tws-article-social--share-button.sharer-0 label span {
  padding-left: 0;
}

.tws-article-list--list .tws-article-list--price .tws-api--price-both-shown {
  color: #c6710c;
}

/* Sidan LÄNKAR */
.custompage-8734209 .emporium--top-bar,
.custompage-8734209 .emporium--header,
.custompage-8734209 .emporium--footer,
.custompage-8734209 .emporium--back-to-top,
.custompage-8734209 .slot--breadcrumbs {
  display: none;
}

/* Leveransalternativ */
.tws-checkout--select-delivery .tws-checkout--select-delivery-list {
  display: flex;
  flex-direction: column;
}

.tws-checkout--select-delivery .tws-checkout--select-delivery-list .tws-checkout--delivery-method-150827 {
  order: 1;
}

.tws-checkout--select-delivery .tws-checkout--select-delivery-list .tws-checkout--delivery-method-49418 {
  order: 2;
}

.tws-checkout--select-delivery .tws-checkout--select-delivery-list .tws-checkout--delivery-method-137475 {
  order: 3;
}

/* Anpassad sida */
.custompage-8807941 .emporium--top-bar,
.custompage-8807941 .emporium--header,
.custompage-8807941 .emporium--footer,
.custompage-8807941 .emporium--breadcrumbs {
  display: none;
}

.tws-container--tws-content-box .tws-content-box--second-line {
  font-weight: lighter !important;
}


/* ==================================================
   BILDSEKTION MED MAILCHIMP-FORMULÄR
   ================================================== */

/* Bilden och innehållet delar samma yta.
   Sektionen växer när innehållet behöver mer plats. */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  position: relative;
  height: auto;
  isolation: isolate;
}

.hero > img {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}

/* Mörkar ned bilden för bättre läsbarhet */
.hero::before {
  content: "";
  grid-area: 1 / 1;
  z-index: 1;
  background: rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

.hero .hero-container {
  grid-area: 1 / 1;
  position: relative;
  inset: auto;
  z-index: 2;
  align-self: center;
  justify-self: center;
  width: 100%;
  min-width: 0;
  max-width: 800px;
  min-height: 0;
  max-height: none;
  margin: 0;
  padding: 40px 20px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}

.hero .hero-container > h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(23px, 3vw, 32px);
  line-height: 1.35;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Tar bort de tre inledande tomraderna i HTML-koden */
.hero .hero-container > h1 > br:nth-child(-n+3) {
  display: none;
}

/* Formulärets ruta */
.hero .newsletter {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
  background: rgba(15, 28, 34, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  color: #fff;
  text-align: left;
}

.hero .newsletter form,
.hero .newsletter form > div {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
}

/* Fält med etiketten ovanför */
.hero .newsletter .newsletter__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  float: none;
  clear: both;
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0 0 18px;
  padding: 0;
  box-sizing: border-box;
}

.hero .newsletter .newsletter__field label {
  display: block;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.hero .newsletter .asterisk {
  position: static;
  color: #efb66b;
  font-size: inherit;
}

/* Samma bredd och höjd på båda fälten */
.hero .newsletter input.newsletter__input {
  display: block;
  float: none;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 48px;
  margin: 0;
  padding: 12px 14px;
  box-sizing: border-box;
  border: 1px solid #d5dce0;
  border-radius: 8px;
  background: #fff;
  color: #17262d;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none;
  appearance: none;
}

.hero .newsletter input.newsletter__input:focus {
  border-color: #efb66b;
  outline: 3px solid rgba(239, 182, 107, 0.6);
  outline-offset: 2px;
}

.hero .newsletter .helper_text:empty {
  display: none;
}

/* Prenumerera-knappen */
.hero .newsletter input.newsletter__button {
  display: block;
  float: none;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 48px;
  margin: 4px 0 0;
  padding: 13px 20px;
  box-sizing: border-box;
  border: 0;
  border-radius: 8px;
  background: #a95408;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: normal;
  text-shadow: none;
  box-shadow: none;
  opacity: 1;
  appearance: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.hero .newsletter input.newsletter__button:hover {
  background: #874306;
}

.hero .newsletter input.newsletter__button:focus-visible {
  outline: 3px solid #efb66b;
  outline-offset: 3px;
}

/* Mobil */
@media (max-width: 600px) {
  .hero .hero-container {
    padding: 28px 16px;
  }

  .hero .hero-container > h1 {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .hero .newsletter {
    padding: 20px;
  }
}

/* Nyhetsbrevssektion */
.flora-signup {
  width: 100%;
  max-width: 1240px;
  min-height: 0;
  margin: 40px auto;
  padding: 56px;
  box-sizing: border-box;
  border: 1px solid #e5dfd5;
  border-radius: 16px;
  background: #f5f2ec;
  color: #173341;
  text-align: left;
}

/* Text till vänster, formulär till höger */
.flora-signup .flora-signup__content {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  column-gap: 64px;
  row-gap: 16px;
  align-items: start;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #173341;
}

.flora-signup .flora-signup__content h2 {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  color: #173341;
  font-family: inherit;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.flora-signup .flora-signup__offer {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  color: #173341;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.flora-signup .flora-signup__welcome {
  grid-column: 1;
  grid-row: 3;
  margin: 0;
  color: #52616a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.flora-signup .flora-signup__terms {
  grid-column: 1;
  grid-row: 4;
  max-width: 420px;
  margin: 4px 0 0;
  color: #52616a;
  font-size: 12px;
  line-height: 1.6;
}

/* Formulär */
.flora-signup .flora-signup__form {
  grid-column: 2;
  grid-row: 1 / 5;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #173341;
  text-align: left;
}

.flora-signup .flora-signup__field {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 0;
  margin: 0;
  color: #173341;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.flora-signup .flora-signup__field > span {
  color: #173341;
}

.flora-signup .flora-signup__field input {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 52px;
  margin: 0;
  padding: 14px 16px;
  box-sizing: border-box;
  border: 1px solid #b8c0bf;
  border-radius: 8px;
  background: #fff;
  color: #173341;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  box-shadow: none;
  appearance: none;
}

.flora-signup .flora-signup__field input::placeholder {
  color: #68767b;
  opacity: 1;
}

.flora-signup .flora-signup__field input:focus {
  border-color: #173341;
  outline: 3px solid rgba(23, 51, 65, 0.2);
  outline-offset: 2px;
}

/* Knapp */
.flora-signup .flora-signup__button {
  display: block;
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 14px 24px;
  box-sizing: border-box;
  border: 0;
  border-radius: 8px;
  background: #a95408;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.flora-signup .flora-signup__button:hover {
  background: #874306;
}

.flora-signup .flora-signup__button:focus-visible {
  outline: 3px solid #173341;
  outline-offset: 3px;
}

/* Dolt spamskydd */
.flora-signup .flora-signup__trap {
  position: absolute;
  left: -5000px;
}

/* Mobil och mindre skärmar */
@media (max-width: 800px) {
  .flora-signup {
    margin: 24px auto;
    padding: 32px 24px;
  }

  .flora-signup .flora-signup__content {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .flora-signup .flora-signup__form {
    grid-column: 1;
    grid-row: 5;
    margin-top: 12px;
  }
}