:root {
  --font-base: "Poppins", sans-serif;
  --color-accent: #6158de;
  --color-accent-x-light: #fafafa;
  --color-base: #222;
}
body {
  font-family: var(--font-base);
  color: var(--color-base);
  line-height: 1.5;
}
.tab-wrapper {
  width: 100%;
  margin-inline: auto;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
}
button {
  all: unset;
}
h1 {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 3rem;
  color: #000;
  line-height: 1.2;
}
h1 strong {
  display: block;
  font-weight: 500;
  color: #999;
  font-size: 1rem;
}
.tabs {
  border: 1px solid rgba(0,0,0,0.125);
  border-radius: 0.25rem;
}
.tabs__nav {
  border-bottom: 1px solid rgba(0,0,0,0.125);
  background-color: var(--color-accent-x-light);
}
.tabs__btn {
  position: relative;
  padding: 1rem 1.25rem;
  cursor: pointer;
  transition: opacity 0.3s;
}
.tabs__btn:not(.is-active) {
  opacity: 0.6;
}
.tabs__btn:not(.is-active):hover {
  opacity: 1;
}
.tabs__btn.is-active {
  color: var(--color-accent);
  background-color: #fff;
  border-right: 1px solid rgba(0,0,0,0.125);
  border-left: 1px solid rgba(0,0,0,0.125);
}
.tabs__btn.is-active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.tabs__btn:first-child.is-active {
  border-left: none;
}
.tabs__pane {
  display: none;
  padding: 2rem 1.25rem;
}
.tabs__pane.is-visible {
  display: block;
}
h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
p + p {
  margin-top: 1rem;
}
@media screen and (max-width: 700px) {
  button.tabs__btn {
    width: 92%;
  }
  nav.tabs__nav {
    background: #e5e5e5;
    display: inline-grid !important;
    width: 100%;
  }
}
.belowHeadSlider .large-wrapper {
  display: flex;
  border-bottom: 0px solid #eee !important;
  padding-bottom: 0px !important;
}
.mainHead {
  margin-top: 44px;
}
body.page-template-hompage .gardenTube,
.page-template-gardentube .gardenTube {
  padding-top: 20px;
  padding-bottom: 0px !important;
  margin-top: 0px;
}
.wp-block-yoast-faq-block {
  margin: 0;
  padding: 0;
}
.schema-faq-section {
  margin-bottom: 28px;
  padding: 0;
}
.schema-faq-section:last-child {
  margin-bottom: 0;
}
.schema-faq-question {
  display: block;
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 4px;
}
.schema-faq-answer {
  font-weight: 400;
  color: #222222;
  line-height: 1.6;
  margin: 0;
}
.schema-faq-answer p {
  margin: 0;
}
