#block-canna-main-menu,
#block-canna-account-menu,
.closeNavIcon,
.openNavIcon {
  display: none !important;
}
#block-canna-branding {
  margin: 0 auto;
}
h2, h3 {
  line-height: 1.2em;
  text-wrap: balance;
}
@media only screen and (max-width: 992px) {
  .field--name-field-landing-page-blocks h2 {
    font-size: 3.2rem;
  }
}

/*
 SECTION: Hide sections
*/
.field--type-text-with-summary:has(.hidden),
.field--name-field-landing-page-blocks .field__item:nth-child(3),
.field--name-field-landing-page-blocks .field__item:nth-child(6),
.field--name-field-landing-page-blocks .field__item:nth-child(7),
.field--name-field-landing-page-blocks .field__item:nth-child(10) {
  display: none;
}

/*
 SECTION: Header
*/
body.path-node header.banner {
  /*min-height: 70vh;*/
  padding-top: 10rem;
  padding-bottom: 0;
  height: 100% !important;
}
.header-column-wrapper {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  justify-content: center;
  margin: 3rem 0 0;
}
.paragraph--type--header .field--name-field-header-content {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.field--name-field-header-content .paragraph--type--text {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left;
}
.field--name-field-header-content .paragraph--type--text,
.field--name-field-header-content .paragraph--type--text * {
  max-width: 100% !important;
}
.paragraph--type--header .field--name-field-header-content {
  width: 100%;
  max-width: 1360px;
}
.paragraph--type--header .field--name-field-text-text h1 {
  font-size: 5.4rem;
  line-height: 1em;
}
@media only screen and (min-width: 768px) {
  .paragraph--type--header .field--name-field-text-text p {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  .paragraph--type--header .field--name-field-text-text h1 {
    font-size: 8.6rem;
  }
  .paragraph--type--header .field--name-field-text-text p {
    font-size: 2.6rem;
  }
}
.paragraph--type--header .field--name-field-text-text ul {
  margin-bottom: 3rem;
}
.paragraph--type--header .field--name-field-text-text li,
.paragraph--type--header .field--name-field-text-text li::before {
  color: #fff;
}
.header-column-wrapper .header-column-1 {
  align-self: end;
}
@media only screen and (max-width: 784px) {
  .header-column-wrapper .header-column-1 {
    grid-row: 2/2;
  }
  .header-column-wrapper .header-column-2 {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .header-column-wrapper .header-column-2 {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 480px) {
  .paragraph--type--header .paragraph--type--text .header-column-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.paragraph--type--header .paragraph--type--text .header-column-1 {
  text-align: center;
}
.paragraph--type--header .paragraph--type--text .header-column-1 .field--name-field-media-image .field__item {
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .paragraph--type--header .paragraph--type--text .header-column-1 img {
    max-width: 400px !important;
    width: 100%;
  }
}
.paragraph--type--header .paragraph--type--text .header-column-2 {
  align-self: center;
}
.field--name-field-header-content .paragraph--type--text .header-column .header-links,
.highlighted-info-links {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
.highlighted-info-links {
  justify-content: center;
}
@media only screen and (min-width: 1080px) {
  .field--name-field-header-content .paragraph--type--text .header-column .header-links,
  .highlighted-info-links {
    flex-direction: row;
  }
}
.field--name-field-header-content .paragraph--type--text .header-column .header-links a,
.field--name-field-landing-page-blocks .field__item:nth-child(2):has(.starter-pack) .paragraph--type--two-columns .field--name-field-link-button a,
.field--name-field-landing-page-blocks .field__item:nth-child(3) .paragraph--type--text .highlighted-info-links a,
.field--name-field-landing-page-blocks .field__item:nth-child(8) .paragraph--type--two-columns .field--name-field-link-button a,
.highlighted-info-links a {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  transition: all .25s ease 0s;
  padding: 1.5rem;
  min-width: 22rem;
  font-size: 2rem;
  background: #fff;
  color: #00685e;
  text-shadow: none;
}
.highlighted-info-links-inverted a {
  color: #fff;
  background: #00685e;
}
.field--name-field-header-content .paragraph--type--text .header-column .header-links a:hover,
.field--name-field-header-content .paragraph--type--text .header-column .header-links a:focus,
.field--name-field-landing-page-blocks .field__item:nth-child(2):has(.starter-pack) .paragraph--type--two-columns .field--name-field-link-button a:hover,
.field--name-field-landing-page-blocks .field__item:nth-child(2):has(.starter-pack) .paragraph--type--two-columns .field--name-field-link-button a:focus,
.field--name-field-landing-page-blocks .field__item:nth-child(3) .paragraph--type--text .highlighted-info-links a:hover,
.field--name-field-landing-page-blocks .field__item:nth-child(3) .paragraph--type--text .highlighted-info-links a:focus,
.field--name-field-landing-page-blocks .field__item:nth-child(8) .paragraph--type--two-columns .field--name-field-link-button a:hover,
.field--name-field-landing-page-blocks .field__item:nth-child(8) .paragraph--type--two-columns .field--name-field-link-button a:focus {
  background: #004e46;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .field--name-field-header-content .paragraph--type--text .header-column .header-links a,
  .field--name-field-landing-page-blocks .field__item:nth-child(2):has(.starter-pack) .paragraph--type--two-columns .field--name-field-link-button a,
  .field--name-field-landing-page-blocks .field__item:nth-child(3) .paragraph--type--text .highlighted-info-links a,
  .field--name-field-landing-page-blocks .field__item:nth-child(8) .paragraph--type--two-columns .field--name-field-link-button a,
  .highlighted-info-links a {
    font-size: 1.6rem;
  }
}

/*
 SECTION: Now We CANNA
*/
.field--name-field-landing-page-blocks .field__item:nth-child(1) .paragraph--type--two-columns:has(.now-we-canna) {
  margin-bottom: 6rem;
}
@media only screen and (min-width: 992px) {
  .field--name-field-landing-page-blocks .field__item:nth-child(1) .paragraph--type--two-columns:has(.now-we-canna) {
    margin-top: 6rem;
  }
}
.field--name-field-landing-page-blocks .field__item:nth-child(1) .paragraph--type--two-columns:has(.now-we-canna) .column--right {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .field--name-field-landing-page-blocks .field__item:nth-child(1) .paragraph--type--two-columns:has(.now-we-canna) .column--left {
    text-align: center;
  }
  .field--name-field-landing-page-blocks .field__item:nth-child(1) .paragraph--type--two-columns:has(.now-we-canna) .field--name-field-link-button .field__item {
    margin-left: auto;
    margin-right: auto;
  }
}
.field--name-field-landing-page-blocks .field__item:nth-child(1) .paragraph--type--two-columns:has(.now-we-canna) img {
  max-width: 320px;
  width: 100%;
}

/*
 SECTION: Starter pack
*/
.field--name-field-landing-page-blocks .field__item:nth-child(2):has(.starter-pack),
.field--name-field-landing-page-blocks .field__item:nth-child(8) {
  background: #00685e;
  background: linear-gradient(45deg,  #004e46 0%,#00685e 100%);
}
.field--name-field-landing-page-blocks .field__item:nth-child(2):has(.starter-pack) .paragraph--type--two-columns,
.field--name-field-landing-page-blocks .field__item:nth-child(8) .paragraph--type--two-columns {
  margin-bottom: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.field--name-field-landing-page-blocks .field__item:nth-child(2):has(.starter-pack) .paragraph--type--two-columns h2,
.field--name-field-landing-page-blocks .field__item:nth-child(2):has(.starter-pack) .paragraph--type--two-columns p,
.field--name-field-landing-page-blocks .field__item:nth-child(2):has(.starter-pack) .paragraph--type--two-columns li,
.field--name-field-landing-page-blocks .field__item:nth-child(2):has(.starter-pack) .paragraph--type--two-columns li::before,
.field--name-field-landing-page-blocks .field__item:nth-child(8) .paragraph--type--two-columns h2,
.field--name-field-landing-page-blocks .field__item:nth-child(8) .paragraph--type--two-columns p {
  color: #fff;
}
.field--name-field-landing-page-blocks .field__item:nth-child(2):has(.starter-pack) .paragraph--type--two-columns .column--left {
  text-align: center;
}
.field--name-field-landing-page-blocks .field__item:nth-child(2):has(.starter-pack) .paragraph--type--two-columns .column--right {
  align-self: center;
}
@media only screen and (max-width: 991px) {
  .field--name-field-landing-page-blocks .field__item:nth-child(2):has(.starter-pack) .paragraph--type--two-columns img {
    max-width: 420px !important;
    width: 100%;
  }
}

/*
 SECTION: Stores button
*/
.field--name-field-landing-page-blocks .field__item:nth-child(3):has(.highlighted-info-links) {
  background: #001a18;
}
.field--name-field-landing-page-blocks .field__item:nth-child(3):has(.highlighted-info-links) .paragraph--type--text {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11rem;
  padding-bottom: 6rem;
  z-index: 1000;
}
.field--name-field-landing-page-blocks .field__item:nth-child(3):has(.highlighted-info-links) .paragraph--type--text h3 {
  color: #fff;
  position: relative;
  font-size: 2.4rem;
}
.field--name-field-landing-page-blocks .field__item:nth-child(3):has(.highlighted-info-links) .paragraph--type--text h3::after {
  display: block;
  position: absolute;
  content: "";
  height: 4em;
  width: 4em;
  margin: 0;
  background: url(/themes/atom/canna/images/icon-store-locator-white.svg) no-repeat center center;
  top: -8.6rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
}
.field--name-field-landing-page-blocks .field__item:nth-child(3) .paragraph--type--text * {
  max-width: unset;
}
/* --- Modal box --- */
.modal {
  display: none;
  position: fixed;
  z-index: 6000;
  isolation: isolate;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
}
.modal-content {
  background-color: #ffffff;
  margin: auto;
  padding: 20px 30px;
  border: 1px solid #888;
  border-radius: 8px;
  width: 80%;
  max-width: 960px !important;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.modal-content ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding: 0;
}
@media only screen and (min-width: 878px) {
  .modal-content ul {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.modal-content ul li {
  margin: 0.5rem 0;
  padding: 0;
}
.modal-content ul li::before {
  display: none;
}
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}
.close-button {
  color: #aaa;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
}
.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*
 SECTION: Pack products
*/
.field--name-field-landing-page-blocks .field__item:nth-child(4) .paragraph--type--call-to-action .field--name-field-background .contextual-region {
  position: unset;
}
.field--name-field-landing-page-blocks .field__item:nth-child(4) .paragraph--type--call-to-action .field--name-field-blocks .field__item {
  padding: 0;
}
.field--name-field-landing-page-blocks .field__item:nth-child(4) .paragraph--type--call-to-action .paragraph--type--text {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.field--name-field-landing-page-blocks .field__item:nth-child(4) .paragraph--type--call-to-action .paragraph--type--text,
.field--name-field-landing-page-blocks .field__item:nth-child(4) .paragraph--type--call-to-action .paragraph--type--text * {
  max-width: 100%;
}
.field--name-field-landing-page-blocks .field__item:nth-child(4) .paragraph--type--call-to-action .paragraph--type--text h2 {
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (min-width: 992px) {
  .field--name-field-landing-page-blocks .field__item:nth-child(2) .paragraph--type--two-columns .paragraph--type--text h2,
  .field--name-field-landing-page-blocks .field__item:nth-child(4) .paragraph--type--call-to-action .paragraph--type--text h2 {
    font-size: 5.4rem;
  }
}
.pack-products-column-wrapper {
  display: grid;
  gap: 6rem;
  grid-template-columns: 1fr;
  justify-content: center;
  margin: 3rem 0;
}
.pack-products-column-wrapper .pack-product {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media only screen and (min-width: 480px) {
  .pack-products-column-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
  .pack-products-column-wrapper .pack-product {
    flex-direction: row;
  }
}
.pack-products-column-wrapper .pack-product .pack-product-img {
  min-width: 200px;
  text-align: center;
}
.pack-products-column-wrapper .pack-product .pack-product-img img {
  max-width: 200px !important;
}

/*
 SECTION: Manual + Seeds
*/
.field--name-field-landing-page-blocks .field__item:nth-child(5) .paragraph--type--two-columns {
  margin-top: 6rem;
  margin-bottom: 0;
}
.field--name-field-landing-page-blocks .field__item:nth-child(5) .paragraph--type--two-columns .column--left {
  text-align: center;
  place-self: end;
}
.field--name-field-landing-page-blocks .field__item:nth-child(5) .paragraph--type--two-columns .paragraph--type--text {
  margin-bottom: 0 !important;
}
.field--name-field-landing-page-blocks .field__item:nth-child(5) .paragraph--type--two-columns .paragraph--type--text .field--type-image .field__item {
  line-height: 0;
}
.field--name-field-landing-page-blocks .field__item:nth-child(5) .paragraph--type--two-columns .paragraph--type--text img {
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .field--name-field-landing-page-blocks .field__item:nth-child(5) .paragraph--type--two-columns .column--right {
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 991px) {
  .field--name-field-landing-page-blocks .field__item:nth-child(5) .paragraph--type--two-columns {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .field--name-field-landing-page-blocks .field__item:nth-child(5) .paragraph--type--two-columns .column--left {
    order: 2;
    margin-bottom: 0;
  }
}

/*
 SECTION: Highlighted info
*/
.field--name-field-landing-page-blocks .field__item:nth-child(6) .paragraph--type--highlighted-info {
  z-index: 1000;
}
.field--name-field-landing-page-blocks .field__item:nth-child(6) .paragraph--type--highlighted-info .container .card {
  padding: 10rem 4rem 6rem 4rem;
}
.field--name-field-landing-page-blocks .field__item:nth-child(6) .paragraph--type--highlighted-info .container h2 {
    font-size: 3.2rem;
}
@media only screen and (min-width: 992px) {
  .field--name-field-landing-page-blocks .field__item:nth-child(6) .paragraph--type--highlighted-info .container h2 {
    font-size: 5rem;
  }
}

/*
 SECTION: CTA Greenhouse
*/
.field--name-field-landing-page-blocks .field__item:nth-child(7) {

}

/*
 SECTION: About CANNA
*/
.field--name-field-landing-page-blocks .field__item:nth-child(8) {
  background: linear-gradient(45deg,  #004e46 0%,#00685e 100%);
}
.field--name-field-landing-page-blocks .field__item:nth-child(8) .paragraph--type--two-columns {
  padding-bottom: 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .field--name-field-landing-page-blocks .field__item:nth-child(8) .paragraph--type--two-columns {
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .field--name-field-landing-page-blocks .field__item:nth-child(8) .paragraph--type--two-columns .paragraph--type--text .field--name-field-link-button .field__item {
    margin-left: auto;
    margin-right: auto;
  }
}
.field--name-field-landing-page-blocks .field__item:nth-child(8) .paragraph--type--two-columns .column--right {
  text-align: center;
  place-self: end;
}
.field--name-field-landing-page-blocks .field__item:nth-child(8) .paragraph--type--two-columns .column--right .paragraph--type--media .field__item {
  line-height: 0;
}
.field--name-field-landing-page-blocks .field__item:nth-child(8) .paragraph--type--two-columns .column--right img {
  max-width: 420px !important;
  width: 100%;
}

/*
 SECTION: FORM
*/
@media only screen and (min-width: 768px) {
  .field--name-field-landing-page-blocks .field__item:nth-child(9) .paragraph--type--form {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
}
.paragraph--type--form h2 {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 992px) {
  .paragraph--type--form h2 {
    font-size: 5.4rem;
  }
}
body.path-node #edit-canna-starter-pack label.option {
  width: 100%;
  text-align: left;
  line-height: 1em;
}
body.path-node .form-type-checkbox label.option {
  font-size: 1.4rem;
  font-weight: normal;
}
@media only screen and (max-width: 600px) {
  #edit-canna-starter-pack label.option {
    padding-bottom: 1.5rem;
  }
}
.paragraph--type--form h2,
.paragraph--type--form .webform-submission-form .form-actions {
  text-align: center;
}
.webform-confirmation {
  padding-bottom: 12rem;
}
.webform-confirmation__message {
  font-size: 2rem;
}

/*
 SECTION: FAQ
*/
.field--name-field-landing-page-blocks .field__item:nth-child(10) {
  background: #00685e;
  background: linear-gradient(to bottom, #004e46 0%,#00685e 100%);
}
.field--name-field-landing-page-blocks .field__item:nth-child(10) .paragraph--type--text {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8rem;
  padding-bottom: 10rem;
}
.field--name-field-landing-page-blocks .field__item:nth-child(10) .paragraph--type--text .field--name-field-text-text {
  margin: 0 auto;
}
/* --- Accordion --- */
.faq-container {
    max-width: 700px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.faq-container h2 {
    padding: 20px 24px;
    margin: 0;
    font-size: 24px;
    border-bottom: 1px solid #e0e0e0;
}
.faq-item {
    border-bottom: 1px solid #e0e0e0;
}
.faq-item:last-child {
    border-bottom: none;
}
.faq-question {
    background-color: transparent;
    border: none;
    text-align: left;
    
    width: 100%;
    padding: 20px 24px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s ease;
}
.faq-question:hover {
    background-color: #f9f9f9;
}
.faq-icon {
    font-size: 22px;
    font-weight: bold;
    color: #00685e;
    transition: transform 0.3s ease-in-out;
}
/* Answer Styling & Animation */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    padding: 0 24px;
    background-color: #f9f9f9;
}
.faq-answer p {
    margin: 0;
    padding-bottom: 20px;
    color: #555;
}
/* --- Accordion: Active State --- */
.faq-item.active .faq-answer {
    /* Set a max-height large enough to show any answer content */
    max-height: 300px; 
    padding-top: 20px;
}
.faq-item.active .faq-question {
    font-weight: 600;
}
.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

footer.footer-container {
  margin-top: 0;
}