@import url("https://design.textalk.se/jonna/wildlifegarden.css");
.tws-container--tws-content-box.kommer-snart {
  padding: 0px;
}
.tws-container--tws-content-box.nye-decobirds,
.tws-container--tws-content-box.tradgrdsfesten {
  padding: 0px;
}
.tws-container--tws-image-carousel.new-products-21.slick-slide {
  transition: 5s;
}
.tws-audience-selector--selection-box-group-horizontal {
    display: block!important;
}
.tws-audience-selector--selection-box.tws-audience-selector--selectionbox-vatselector {
  display: none;
}
.slot--checkout-introduction-text.tws-text-display {
  display: block!important;
}
html[lang="sv"] .slot--checkout-introduction-text.tws-text-display::after {
		content:"Kunder inom Skandinavien (Sverige, Norge och Danmark) betalar i SEK. Resterande utav världen måste betala i EURO. Valutan väljer du längst upp i högra hörnet.";
}
html[lang="en"] .slot--checkout-introduction-text.tws-text-display::after {
		content:"Customers in Scandinavia (Sweden, Norway, and Denmark) pay in SEK. Customers in all other countries must pay in EUR. Change currency in the top right-hand corner of the screen.";
}
html[lang="fr"] .slot--checkout-introduction-text.tws-text-display::after {
		content:"Les clients de Scandinavie (Suède, Norvège et Danemark) règlent en SEK. Les clients de tout autre pays règlent en EUR.";
}
html[lang="de"] .slot--checkout-introduction-text.tws-text-display::after {
		content:"Kunden aus Skandinavien (Schweden, Norwegen und Dänemark) zahlen in SEK. Kunden aus allen anderen Ländern bezahlen in EUR.";
}
html[lang="fr"].article-favoritebutton-desc::after {
    content: "Ajouter à la liste des favoris";
    font-size: 12px;
}

html[lang="fr"].article-favoritebutton-desc {
    font-size: 0px;
}
html[lang="de"] .article-favoritebutton-desc::after {
    content: "Zur Favoritenliste gegenzungen";
    font-size: 12px;
}

html[lang="de"] .article-favoritebutton-desc {
    font-size: 0px;
}

.fas.fa-sign-in-alt {
  font: "Open Sans"!important;
  text-transform: uppercase;
}

/*-------- FOOTER ----------*/
.fabrikk--footer {
	background: #e1ded9;
  color: #333333 !important;
  padding-top: 25px;
}
.fabrikk--footer a,
.fabrikk--footer h2,
.fabrikk--footer h3,
.fabrikk--footer h4 {
  color: #333333 !important;
}
.fabrikk--footer h4 {
  font-size: 16px;
  letter-spacing: 1.2px;
  font-weight: 700;
}
.fabrikk--footer-left, .fabrikk--footer-mid-left, .fabrikk--footer-mid-right, .fabrikk--footer-right {
	text-align: center;
}
.fabrikk--footer .tws-newsletter-subscribe--subscribe-button {
 background: #686754;
}
.fabrikk--footer .tws-newsletter-subscribe--subscribe-button .ladda-label {
	color: white;
}
@media (min-width: 768px) {
	.slot--newsletter-footer .form-inline .input-group,
  .slot--newsletter-footer form input[name=email]{
		width: 600px;
	}
  .slot--newsletter-footer .form-inline .input-group .input-group-btn {
  	width: 0;
  }
  .slot--newsletter-footer {
  	margin-bottom: 60px;
  }
}
.slot--newsletter-footer {
padding-left: 15px;
padding-right: 15px;
}
.slot--newsletter-footer form input[name=email]{
	background-color: #f5f4f2;
  border: 1px solid #443f3826;
  padding: 0 40px 0 15px;
  height: 40px;
  border-radius: 2px;
  border-top-right-radius: 2px;
}
.slot--newsletter-footer form input[type=submit] {
	min-height: 40px;
  border: 1px solid #333;
  border-radius: 3px;
  background: #686754;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
}
.footer-after {
	padding: 15px;
  text-align: center;
}
.footer-after ul {
	display: flex;
  list-style: none;
  padding: 0;
  justify-content: space-around;
  max-width: 200px;
  margin: 0 auto 15px;
}
.footer-after ul li i {
	font-family: fontawesome;
  font-style: normal;
  font-size: 24px;
}
.footer-after a {
color: #333333;
}
/*-----Social share icons----*/
.social {
  display: flex;
}
.social.space-between {
  justify-content: space-between;
}
.social.space-evenly{
  justify-content: space-evenly;
}
/*------Social ahre icons END-------*/

@media (max-width: 767px) {
.tws-top-menu>.container-fluid>.navbar-collapse {
    text-align: left;
    max-height: 400px;
    overflow-y: scroll;
}
}

/*Speed*/
@media (max-width: 540px) {
  .fabrikk--header{
    min-height: 207px;
  }
.col-sm-5.col-md-6.fabrikk--article-left-col{
  min-height: 570px;
  }
.col-sm-6.col-md-5.col-sm-offset-1.col-md-offset-1.fabrikk--article-right-col{
  min-height:500px;
  }
.fabrikk--body{
  min-height:100vh;
  }
.tws-article-search.has-feedback.form-group{
  min-height:55px;
  }
  .tws-article-search.has-feedback.form-group{
    min-height:21px;
  }
  .fabrikk--header .logo .col-sm-5{
  padding: 10px;
  }
  .fabrikk--content-wrapper.container.center-block{
    min-height:2265px;
  }
}


.tws-content-box--cell.tws-content-box--text-color-inverted {
    background: #33333361;
}
.container.footer-after {
    background-color: #e1ded9;
    width: 100% !important;
}

.Swedish, .English, .German, .French{
  display:none;
}
html[lang="sv"] .Swedish{
  display:block;
}
html[lang="en"] .English{
  display:block;
}
html[lang="de"] .German{
    display:block;
}
html[lang="fr"] .French{
  display:block;
}

/* Show shipping on product page again */
.slot--article-stock-shipping {
    display: block !important;
}
:lang(sv).tws-checkout--select-delivery-list::after {
    content: "*Icke uthämtade eller feladresserade paket går i retur till Wildlife Garden. Återbetalning sker när vi fått tillbaka varan, fraktkostnaden ersätts dock ej.";
    font-size: 12px;
    margin-bottom: 10px !important;
}
:lang(fr).tws-checkout--select-delivery-list::after {
    content: "*Les colis non récupérés ou mal adressés sont retournés à Wildlife Garden. Le remboursement de la marchandise est effectué lorsque nous réceptionnons ce retour. Les frais de port ne sont pas remboursés.";

    font-size: 12px;
    margin-bottom: 10px !important;
}
:lang(en).tws-checkout--select-delivery-list::after {
    content: "*Unclaimed or wrongly addressed packages will be returned to Wildlife Garden. Reimbursement will be done when we have received the item back, but the shipping cost is not reimbursed.";
    font-size: 12px;
    margin-bottom: 10px !important;
}
:lang(de).tws-checkout--select-delivery-list::after {
    content: "*Nicht abgeholte oder fehlgeleitete Pakete werden an Wildlife Garden zurückgeschickt. Die Rückerstattung der Ware erfolgt erst dann, wenn wir diese Rücksendung erhalten haben. Versandkosten werden nicht erstattet.";

    font-size: 12px;
    margin-bottom: 10px !important;
}
/* Two-column layout for press clips */
.press-clippings {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  }

.press-clipping-item {
  width: 30%;
  margin: 10px;
  padding: 10px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.press-clipping-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 768px) {
  .press-clippings {
    flex-wrap: nowrap; /* Change to nowrap for smaller screens */
  }
}
/* END TWO COLUMN LAYOUT PRESS CLIPS */
/* START TIMELINE */
.timeline {
  max-width: 800px;
  margin: auto;
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd; /* Central line and dot colour */
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  margin: 40px 0;
  padding-left: 40px;
  padding-right: 40px;
}

.timeline-item:nth-child(odd) {
  text-align: left;
}

.timeline-item:nth-child(even) {
  text-align: right;
}

.timeline-item .year {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.timeline-item .content {
  display: inline-block;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  max-width: 300px;
}

.timeline-item img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.timeline-item::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  width: 15px;
  height: 15px;
  background: #ddd; /* Same colour as the central line */
  border-radius: 50%;
  transform: translateX(-50%);
}

.timeline-item:nth-child(odd)::after {
  left: calc(50% - 200px);
}

.timeline-item:nth-child(even)::after {
  left: calc(50% + 200px);
}

@media (max-width: 768px) {
  .timeline-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline-item .content {
    max-width: 100%;
  }

  .timeline-item::after {
    left: 50%; /* Centres the dot on the screen */
    transform: translateX(-50%);
    margin-left: 0; /* Ensures no unnecessary margin */
  }

  .timeline-item:nth-child(odd)::after {
    left: 50%; /* Adjust odd items */
  }

  .timeline-item:nth-child(even)::after {
    left: 50%; /* Adjust even items */
  }
}

/* END TIMELINE */
/* Hide USP in Living garden*/
body.hide-usp .slot--unique-selling-points {
  display: none;
}
/* END Hide USP in Living garden*/
/* show population/first child in list*/
.tws-article-attributes ul li:nth-child(1) {
    display: list-item !important;
}
/* END show population/first child in list*/
/* Hide EAN (6th child) in list*/
.tws-article-attributes ul li:nth-child(6) {
  display: none;
}
/* END Hide EAN (6th child) in list*/
/* Hide address row 2 in checkout*/
.tws-checkout--field-id-address2 {
  display: none;
}
/* END Hide address row 2 in checkout*/
/* Fair cards*/
.fair-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .fair-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.fair-card {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}


/* END Fair cards*/

/* START - Workaround wrong layout description 2026-01-08 */ 
.tws-article-introduction--text,
.tws-article-description--text {
	white-space: normal !important;
}
/* END - Workaround wrong layout description 2026-01-08 */ 
/* START - Pop-up newsletter adjustment 2026-03-09 */ 

/* Overlay */
#tws-react-common--modal .modal-backdrop {
  background: rgba(0,0,0,0.16) !important;
  animation: wgFadeIn .25s ease-out;
}

/* Modal positioning and box */
#tws-react-common--modal .modal.tws-modal {
  position: fixed !important;
  inset: 0 !important;
  overflow-y: auto !important;
  padding: 0 20px !important;
}

#tws-react-common--modal .modal-dialog {
  position: relative !important;
  top: 18vh !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  max-width: 560px !important;
  width: 100%;
  margin: 0 auto 40px !important;
  animation: wgPopupIn .28s ease-out;
}

#tws-react-common--modal .modal-content {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.18) !important;
  overflow: hidden;
  background: #fff;
}

/* Remove the empty default header title area */
#tws-react-common--modal .modal-header {
  position: relative;
  display: block !important;
  min-height: 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
}

#tws-react-common--modal .modal-title {
  display: none !important;
}

/* Body spacing */
#tws-react-common--modal .modal-body {
  padding: 56px 44px 42px !important;
}

/* Close button */
#tws-react-common--modal .modal-header .close {
  position: absolute !important;
  top: 14px;
  right: 16px;
  z-index: 10;
  margin: 0 !important;
  padding: 0 !important;
  width: 34px;
  height: 34px;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  color: #777 !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 34px !important;
  text-shadow: none !important;
}

#tws-react-common--modal .modal-header .close:hover {
  color: #222 !important;
}

/* Inner content */
.wg-newsletter-signup {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
}
/* Remove OK button on newsletter sign-up */
#tws-react-common--modal .modal-content:has(.wg-newsletter-signup) .modal-footer {
  display: none !important;
}

/* Heading */
.wg-newsletter-signup__title {
  margin: 0 0 16px;
  font-family: inherit;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #222;
}

/* Intro text */
.wg-newsletter-signup__text {
  margin: 0 0 28px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.6;
  color: #5f5f5f;
}

/* Form */
.wg-newsletter-signup__form {
  margin: 0;
}

.wg-newsletter-signup__label.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

.wg-newsletter-signup__input {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #cfcfcf;
  border-radius: 0 !important;
  background: #fff;
  box-shadow: none !important;
  font-family: inherit;
  font-size: 15px;
  color: #222;
  box-sizing: border-box;
}

.wg-newsletter-signup__input:focus {
  outline: none;
  border-color: #9a9a9a;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.04) !important;
}

.wg-newsletter-signup__input::placeholder {
  color: #999;
  opacity: 1;
}

.wg-newsletter-signup__button {
  width: 100%;
  margin-top: 12px;
}

/* Small note */
.wg-newsletter-signup__note {
  margin: 18px 0 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.5;
  color: #7a7a7a;
}

/* Mobile */
@media (max-width: 640px) {
  #tws-react-common--modal .modal-dialog {
    top: 8vh !important;
    margin-bottom: 24px !important;
  }

  #tws-react-common--modal .modal-body {
    padding: 42px 24px 30px !important;
  }

  .wg-newsletter-signup__title {
    font-size: 36px;
  }

  .wg-newsletter-signup__text {
    font-size: 14px;
  }
}

@keyframes wgPopupIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes wgFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* END - Pop-up newsletter adjustment 2026-03-09 */

/* START - Footer newsletter text 026-03-18 */

/* TEXT BLOCK */
.wg-footer-newsletter h2 {
  margin: 0 0 10px;
  text-align: center;
}

.wg-footer-newsletter p {
  max-width: 460px;
  margin: 0 auto 22px;
  line-height: 1.55;
  text-align: center;
  opacity: 0.82;
}

/* FORM (scoped safely to this block only) */
.wg-footer-newsletter + form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.wg-footer-newsletter + form input[type="text"] {
  width: 100%;
  max-width: 420px;
  height: 40px;
  padding: 0 14px;
}

.wg-footer-newsletter + form input[type="submit"] {
  height: 40px;
  padding: 0 18px;
}
/* END - Footer newsletter text 2026-03-18 */
/* MS Forms embed
   Microsoft's embed includes max-height:100vh inline,
   which stops the iframe from getting taller.
   This overrides that cap so the form can grow properly.
*/
.ms-form-wrap iframe {
  width: 100% !important;
  height: 5000px !important;
  max-height: none !important;
  border: none;
  display: block;
}
