/*
Theme Name: Cannabis
Theme URI: https://cannabisclonescanada.com/
Author: Cannabis
Author URI: https://cannabisclonescanada.com/
Description: Cannabis Clones Canada WordPress theme with Elementor support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cannabis
Tags: elementor, custom-colors, custom-menu, featured-images, translation-ready
*/

:root {
  --color-primary: #1d5d33;
  --color-primary-dark: #154526;
  --color-secondary: #61ce70;
  --color-ink: #17201a;
  --color-muted: #667168;
  --color-line: #d8e0d9;
  --color-paper: #f3f6f3;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "IBM Plex Sans", ui-sans-serif, system-ui, sans-serif;
  color: var(--color-ink);
  background: #fff;
}
.font-display { font-family: "Fraunces", ui-serif, Georgia, serif; }
.announcement-item {
  display: none;
  align-items: center;
  justify-content: center;
  gap: .55rem;
}
.announcement-item.is-active { display: flex; }
.dropdown-panel {
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: .18s ease;
}
.group:hover > .dropdown-panel,
.group:focus-within > .dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.site-header.is-scrolled .main-navbar {
  box-shadow: 0 1px 0 rgba(23,32,26,.08);
}
.elementor-location-header .elementor-widget-cannabis-header {
  width: 100%;
}
.elementor-widget-cannabis-header > .elementor-widget-container {
  padding: 0;
}
.site-header .site-logo-link {
  flex-shrink: 0;
  max-width: 340px;
}
.site-header .site-logo {
  display: block;
  width: auto !important;
  height: 44px !important;
  max-width: 250px !important;
  max-height: 44px !important;
  object-fit: contain;
  object-position: left center;
}
@media (min-width: 640px) {
  .site-header .site-logo {
    height: 48px !important;
    max-height: 48px !important;
    max-width: 290px !important;
  }
}
@media (min-width: 1024px) {
  .site-header .site-logo {
    height: 56px !important;
    max-height: 56px !important;
    max-width: 340px !important;
  }
}
.mobile-panel { display: none; }
.mobile-panel.is-open { display: block; }
#mobile-menu .mobile-nav-item {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 2.5rem !important;
  grid-template-rows: auto auto !important;
  align-items: center;
}
#mobile-menu .mobile-nav-parent {
  grid-column: 1 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: 100% !important;
}
#mobile-menu .mobile-nav-toggle {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #334039;
  cursor: pointer;
  appearance: none;
}
#mobile-menu .mobile-nav-chevron {
  font-size: 10px;
  pointer-events: none;
  transition: transform 0.2s ease;
}
#mobile-menu .mobile-nav-item.is-open .mobile-nav-chevron {
  transform: rotate(180deg);
}
#mobile-menu .mobile-nav-sub {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  display: none !important;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0 0 0.5rem 0.75rem;
}
#mobile-menu .mobile-nav-item.is-open .mobile-nav-sub {
  display: flex !important;
}
#mobile-menu .mobile-nav-sub a {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #667168;
  font-size: 0.875rem;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.products .quantity input.qty::-webkit-outer-spin-button,
.products .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none; margin: 0;
}
.products .quantity input.qty { -moz-appearance: textfield; appearance: textfield; }
.product-filter {
  cursor: pointer;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #d8e0d9;
  color: #334039;
}
.product-filter.is-active {
  background: #1d5d33 !important;
  color: #fff !important;
  border-color: #1d5d33 !important;
  font-weight: 600;
}
.products .product.is-filtering-hidden { display: none; }

.testimonials-swiper .swiper-wrapper {
  align-items: stretch;
}
.testimonials-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.hp-testimonial-card {
  width: 100%;
}
.testimonials-pagination {
  width: auto !important;
  position: static !important;
}
.testimonials-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  background: #d1d5db;
  opacity: 1;
  border-radius: 0;
  transition: all 0.25s ease;
}
.testimonials-pagination .swiper-pagination-bullet-active {
  width: 22px;
  background: #1d5d33;
}

.elementor-widget-cannabis-homepage-testimonials > .elementor-widget-container {
  padding: 0;
}
.hp-testimonials {
  overflow-x: hidden;
  background: linear-gradient(to bottom, #fff, #f5faf6);
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .hp-testimonials { padding: 5rem 0; }
}
@media (min-width: 1024px) {
  .hp-testimonials { padding: 6rem 0; }
}
.hp-testimonials-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .hp-testimonials-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .hp-testimonials-inner { padding: 0 2rem; }
}
.hp-testimonials-intro {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}
.hp-testimonials-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  background: rgba(97, 206, 112, 0.1);
  color: #1d5d33;
  font-size: 0.875rem;
  font-weight: 600;
}
.hp-testimonials-title {
  margin: 1.25rem 0 0;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #111827;
}
@media (min-width: 768px) {
  .hp-testimonials-title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
  .hp-testimonials-title { font-size: 3rem; }
}
.hp-testimonials-subtitle {
  margin: 1rem 0 0;
  color: #6b7280;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .hp-testimonials-subtitle { font-size: 1.125rem; }
}
.hp-testimonials-desc {
  margin: 0.5rem 0 0;
  color: #9ca3af;
  font-size: 0.875rem;
}
.hp-testimonials-slider {
  position: relative;
  margin-top: 3rem;
}
@media (min-width: 1024px) {
  .hp-testimonials-slider { margin-top: 3.5rem; }
}
.testimonials-swiper {
  overflow: hidden;
  padding-bottom: 0.5rem;
}
.hp-testimonial-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.7);
  box-shadow: 0 1px 2px rgba(23, 32, 26, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 1024px) {
  .hp-testimonial-card { padding: 1.75rem; }
}
.hp-testimonial-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(23, 32, 26, 0.08);
}
.hp-testimonial-quote-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(97, 206, 112, 0.1);
  color: #61ce70;
}
.hp-testimonial-quote {
  margin: 1.25rem 0 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.75;
}
.hp-testimonial-author {
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid #f3f4f6;
}
.hp-testimonial-person {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hp-testimonial-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(29, 93, 51, 0.1);
  color: #1d5d33;
  font-size: 0.875rem;
  font-weight: 600;
}
.hp-testimonial-person p {
  margin: 0;
  color: #111827;
  font-weight: 600;
}
.hp-testimonials-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
.testimonials-prev,
.testimonials-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #4b5563;
  box-shadow: 0 1px 2px rgba(23, 32, 26, 0.05);
  cursor: pointer;
  transition: all 0.2s ease;
}
.testimonials-prev:hover,
.testimonials-next:hover {
  border-color: #1d5d33;
  background: #1d5d33;
  color: #fff;
}
.hp-testimonials-action {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.hp-testimonials-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.875rem 1.5rem;
  background: #1d5d33;
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}
@media (min-width: 640px) {
  .hp-testimonials-button { width: auto; font-size: 1rem; }
}
.hp-testimonials-button:hover { background: #154526; }

.elementor-widget-cannabis-homepage-newsletter > .elementor-widget-container {
  padding: 0;
}
.hp-newsletter {
  background: #f7faf7;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .hp-newsletter { padding: 5rem 0; }
}
.hp-newsletter-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .hp-newsletter-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .hp-newsletter-inner { padding: 0 2rem; }
}
.hp-newsletter-panel {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 1.5rem;
  background: linear-gradient(to bottom right, #123d20, #154526, #1d5d33);
  border: 1px solid rgba(29, 93, 51, 0.1);
  box-shadow: 0 1px 2px rgba(23, 32, 26, 0.06);
}
@media (min-width: 768px) {
  .hp-newsletter-panel { padding: 3.5rem 2.5rem; }
}
@media (min-width: 1024px) {
  .hp-newsletter-panel { padding: 3.5rem 3.5rem; }
}
.hp-newsletter-glow {
  position: absolute;
  pointer-events: none;
  filter: blur(64px);
}
.hp-newsletter-glow--top {
  top: -4rem;
  right: -2.5rem;
  width: 14rem;
  height: 14rem;
  background: rgba(97, 206, 112, 0.15);
}
.hp-newsletter-glow--bottom {
  bottom: -5rem;
  left: -2.5rem;
  width: 16rem;
  height: 16rem;
  background: rgba(97, 206, 112, 0.1);
}
.hp-newsletter-grid {
  position: relative;
  display: grid;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .hp-newsletter-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 3.5rem;
  }
}
.hp-newsletter-copy { text-align: left; }
.hp-newsletter-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}
.hp-newsletter-title {
  margin: 1.25rem 0 0;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: #fff;
}
@media (min-width: 768px) {
  .hp-newsletter-title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
  .hp-newsletter-title { font-size: 3rem; }
}
.hp-newsletter-title span { color: #61ce70; }
.hp-newsletter-text {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.7;
}
.hp-newsletter-contact {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.hp-newsletter-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  margin-top: 0.125rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.hp-newsletter-contact p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}
.hp-newsletter-contact a {
  display: inline-block;
  margin-top: 0.25rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  word-break: break-all;
  text-decoration: none;
  transition: color 0.2s ease;
}
.hp-newsletter-contact a:hover { color: #61ce70; }
.newsletter-klaviyo-surface {
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
}
@media (min-width: 768px) {
  .newsletter-klaviyo-surface { padding: 1rem; }
}

/* Klaviyo newsletter visual overrides — keep embed/behavior intact */
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA,
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA form {
  width: 100%;
}
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .newsletter-klaviyo-surface .klaviyo-form-SBs3rA form {
    flex-direction: row;
    align-items: stretch;
  }
}
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA input[type="email"],
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA input[type="text"] {
  width: 100% !important;
  height: 3.5rem !important;
  border: 0 !important;
  border-radius: 0!important;
  background: #fff !important;
  color: #111827 !important;
  padding: 0 1.25rem !important;
  font-size: 0.95rem !important;
  outline: none !important;
  box-shadow: none !important;
  flex: 1 1 auto;
}
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA input[type="email"]::placeholder,
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA input[type="text"]::placeholder {
  color: #9ca3af !important;
}
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA input[type="email"]:focus,
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA input[type="text"]:focus {
  box-shadow: 0 0 0 4px rgba(97, 206, 112, 0.2) !important;
}
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA button,
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA input[type="submit"] {
  height: 3.5rem !important;
  min-height: 3.5rem !important;
  border: 0 !important;
  border-radius: 0!important;
  background: #61ce70 !important;
  color: #123d20 !important;
  font-weight: 700 !important;
  padding: 0 1.5rem !important;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
  width: 100%;
}
@media (min-width: 640px) {
  .newsletter-klaviyo-surface .klaviyo-form-SBs3rA button,
  .newsletter-klaviyo-surface .klaviyo-form-SBs3rA input[type="submit"] {
    width: auto;
    flex: 0 0 auto;
  }
}
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA button:hover,
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA input[type="submit"]:hover {
  background: #78d984 !important;
}
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA button:disabled,
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA input[type="submit"]:disabled {
  opacity: 0.7;
  cursor: wait;
}
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA [role="alert"],
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA .klaviyo-error,
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA .go3054474543 {
  color: #fecaca !important;
  font-size: 0.85rem !important;
  margin-top: 0.5rem;
}
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA .klaviyo-success,
.newsletter-klaviyo-surface .klaviyo-form-SBs3rA [data-testid="form-component"] p {
  color: #dcfce7;
}

.elementor-widget-cannabis-homepage-intro > .elementor-widget-container {
  padding: 0;
}
.hp-intro {
  border-bottom: 1px solid #d8e0d9;
  background: #f7faf7;
}
.hp-intro > div {
  max-width: 1440px;
  margin: 0 auto;
  padding: 3rem 1rem;
  text-align: center;
}
@media (min-width: 640px) {
  .hp-intro > div { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 768px) {
  .hp-intro > div { padding-top: 4rem; padding-bottom: 4rem; }
}
@media (min-width: 1024px) {
  .hp-intro > div { padding: 5rem 2rem; }
}
.hp-intro-eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1d5d33;
}
.hp-intro-title {
  margin: 0.75rem auto 0;
  max-width: 48rem;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #17201a;
}
@media (min-width: 640px) {
  .hp-intro-title { font-size: 2.25rem; }
}
@media (min-width: 768px) {
  .hp-intro-title { font-size: 3rem; }
}
.hp-intro-copy {
  margin: 1.5rem auto 0;
  max-width: 48rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #556158;
}
.hp-intro-copy p { margin: 0 0 1rem; }
.hp-intro-copy p:last-child { margin-bottom: 0; }
@media (min-width: 768px) {
  .hp-intro-copy { font-size: 1.125rem; line-height: 2; }
}
.hp-intro-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
  padding: 0.875rem 1.5rem;
  background: #1d5d33;
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}
.hp-intro-button:hover { background: #154526; }

.elementor-widget-cannabis-homepage-products > .elementor-widget-container {
  padding: 0;
}
.hp-products {
  background: #f7faf7;
  padding: 3.5rem 0;
}
@media (min-width: 768px) {
  .hp-products { padding: 5rem 0; }
}
.hp-products > div {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .hp-products > div { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .hp-products > div { padding: 0 2rem; }
}
.hp-products .products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}
.hp-products .products::before,
.hp-products .products::after {
  display: none !important;
  content: none !important;
}
@media (min-width: 640px) {
  .hp-products .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .hp-products .products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1280px) {
  .hp-products .products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.hp-products .product {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  background: #fff;
  border: 1px solid #d8e0d9;
}
.hp-products .woocommerce-LoopProduct-link {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #eef2ee;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  margin: 0 !important;
}
.hp-products .woocommerce-LoopProduct-link img {
  display: block;
  width: 100%;
  height: 100% !important;
  margin: 0;
  object-fit: cover;
  object-position: center;
}
.hp-products .product:hover .woocommerce-LoopProduct-link img {
  transform: scale(1.02);
  transition: transform 0.5s ease;
}
.hp-product-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
  border-top: 1px solid #d8e0d9;
}
.hp-product-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #667168;
}
.hp-products .woocommerce-loop-product__title {
  margin: 0.35rem 0 0;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  color: #17201a;
}
.hp-products .woocommerce-loop-product__title a {
  color: #17201a;
  text-decoration: none;
}
.hp-products .woocommerce-loop-product__title a:hover { color: #1d5d33; }
.hp-products .price {
  display: block;
  margin-top: 0.45rem;
  color: #1d5d33;
  font-size: 1.05rem;
  font-weight: 700;
}
.hp-products .woocommerce-loop-product__buttons {
  margin-top: auto;
  padding-top: 1rem;
}
.hp-products .cart {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  width: 100%;
}
.hp-products .quantity {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
  height: 2.75rem;
  margin: 0;
  border: 1px solid #d8e0d9;
  background: #fff;
}
html[lang="en-US"] .quantity::before,
.quantity::before,
.hp-products .quantity::before {
  content: none !important;
  display: none !important;
  margin: 0 !important;
}
.hp-products .quantity > label,
.hp-products .quantity .screen-reader-text {
  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;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.hp-products .quantity .minus,
.hp-products .quantity .plus {
  width: 2.25rem;
  height: 100%;
  padding: 0;
  border: 0;
  background: #f4f7f4;
  color: #17201a;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}
.hp-products .quantity input.qty {
  width: 2.4rem;
  height: 100%;
  padding: 0;
  border: 0;
  background: #fff;
  color: #17201a;
  font-size: 0.95rem;
  text-align: center;
  -moz-appearance: textfield;
  appearance: textfield;
}
.hp-products .quantity input.qty::-webkit-outer-spin-button,
.hp-products .quantity input.qty::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.hp-products .add_to_cart_button,
.hp-products .woocommerce-loop-product__buttons .button {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  height: 2.75rem;
  padding: 0 0.75rem;
  border: 0;
  background: #1d5d33;
  color: #fff !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.hp-products .add_to_cart_button:hover,
.hp-products .woocommerce-loop-product__buttons .button:hover {
  background: #154526;
}
.hp-products .add_to_cart_button.loading {
  opacity: 0.7;
  pointer-events: none;
}
.hp-products .add_to_cart_button.is-added {
  background: #154526;
}
.hp-products a.added_to_cart {
  display: none !important;
}
.hp-products .awl-product-label {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 10;
}

.elementor-widget-cannabis-homepage-story > .elementor-widget-container {
  padding: 0;
}
.hp-story {
  overflow-x: hidden;
  background: #f8fbf8;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .hp-story { padding: 5rem 0; }
}
@media (min-width: 1024px) {
  .hp-story { padding: 6rem 0; }
}
.hp-story-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .hp-story-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .hp-story-inner { padding: 0 2rem; }
}
.hp-story-row {
  display: grid;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .hp-story-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
  }
}
.hp-story-media {
  position: relative;
}
@media (max-width: 1023px) {
  .hp-story-copy { order: 1; }
  .hp-story-media { order: 2; }
}
.hp-story-blob {
  position: absolute;
  z-index: -1;
  display: none;
  width: 7rem;
  height: 7rem;
}
@media (min-width: 640px) {
  .hp-story-blob { display: block; }
}
@media (min-width: 768px) {
  .hp-story-blob { width: 8rem; height: 8rem; }
}
.hp-story-blob--green {
  bottom: -1.25rem;
  left: -1.25rem;
  background: rgba(97, 206, 112, 0.15);
}
.hp-story-blob--dark {
  top: -1rem;
  right: -1rem;
  background: rgba(29, 93, 51, 0.1);
}
.hp-story-frame {
  overflow: hidden;
  background: #fff;
  border: 1px solid #f3f4f6;
  box-shadow: 0 10px 25px rgba(23, 32, 26, 0.08);
}
.hp-story-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}
.hp-story-copy { text-align: left; }
.hp-story-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  color: #1d5d33;
  font-size: 0.875rem;
  font-weight: 600;
}
.hp-story-eyebrow--light { background: rgba(97, 206, 112, 0.1); }
.hp-story-eyebrow--dark { background: rgba(29, 93, 51, 0.08); }
.hp-story-title {
  margin: 1.25rem 0 0;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: #17201a;
}
@media (min-width: 768px) {
  .hp-story-title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
  .hp-story-title { font-size: 3rem; }
}
.hp-story-title span,
.hp-story-em {
  color: #1d5d33;
}
.hp-story-em { font-weight: 700; }
.hp-story-text {
  margin: 1.5rem 0 0;
  max-width: 36rem;
  color: #4b5563;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .hp-story-text { font-size: 1.125rem; }
}
.hp-story-checks {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 640px) {
  .hp-story-checks {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    row-gap: 0.75rem;
  }
}
.hp-story-checks li,
.hp-story-features li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .hp-story-checks li,
  .hp-story-features li { font-size: 1rem; }
}
.hp-story-checks i { color: #61ce70; }
.hp-story-features {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}
.hp-story-features li { gap: 0.625rem; }
.hp-story-feature-icon,
.hp-story-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  background: rgba(97, 206, 112, 0.12);
  color: #1d5d33;
}
.hp-story-action { margin-top: 2rem; }
.hp-story-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.875rem 1.5rem;
  background: #1d5d33;
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}
@media (min-width: 640px) {
  .hp-story-button { width: auto; font-size: 1rem; }
}
.hp-story-button:hover { background: #154526; }
.hp-story-divider {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #e5e7eb;
}
@media (min-width: 1024px) {
  .hp-story-divider {
    margin-top: 7rem;
    padding-top: 7rem;
  }
}
.hp-story-badge {
  display: none;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1rem;
  background: #fff;
  border: 1px solid #f3f4f6;
  box-shadow: 0 8px 20px rgba(23, 32, 26, 0.1);
  color: #123d20;
  font-size: 0.875rem;
  font-weight: 600;
}
@media (min-width: 640px) {
  .hp-story-badge { display: inline-flex; }
}

.elementor-widget-cannabis-footer > .elementor-widget-container {
  padding: 0;
}
.site-footer {
  overflow-x: hidden;
  background: #123d20;
  color: #fff;
}
.site-footer-main {
  padding: 3.5rem 0;
}
@media (min-width: 768px) {
  .site-footer-main { padding: 4rem 0; }
}
.site-footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .site-footer-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .site-footer-inner { padding: 0 2rem; }
}
.site-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .site-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .site-footer-grid {
    grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
    gap: 3rem;
  }
}
.site-footer-logo-link {
  display: inline-block;
}
.site-footer-logo {
  display: block;
  height: 2.75rem;
  width: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .site-footer-logo { height: 3rem; }
}
@media (min-width: 1024px) {
  .site-footer-logo { height: 3.5rem; }
}
.site-footer-text {
  margin: 1.25rem 0 0;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .site-footer-text { font-size: 0.9375rem; }
}
.site-footer-heading {
  margin: 0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.site-footer-heading::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  margin-top: 0.75rem;
  background: #61ce70;
}
.site-footer-links {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
.site-footer-links li + li { margin-top: 0.75rem; }
.site-footer-links a,
.site-footer-contact a,
.site-footer-bar-links a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-footer-links a:hover,
.site-footer-contact a:hover,
.site-footer-bar-links a:hover {
  color: #61ce70;
}
.site-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.site-footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}
.site-footer-contact i { color: #61ce70; }
.site-footer-contact span { word-break: break-all; }
.site-footer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #0d2f18;
}
.site-footer-bar .site-footer-inner {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.site-footer-bar-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer-bar-row {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.site-footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
}
.site-footer-copy span {
  color: #fff;
  font-weight: 500;
}
.site-footer-bar-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  color: rgba(255, 255, 255, 0.55);
}

.elementor-widget-cannabis-product-breadcrumb > .elementor-widget-container {
  padding: 0;
}
.product-crumb-bar {
  background: #fff;
  border-bottom: 1px solid #d8e0d9;
}
.product-crumb-bar-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1rem 1rem;
}
@media (min-width: 640px) {
  .product-crumb-bar-inner { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 768px) {
  .product-crumb-bar-inner { padding-top: 1.25rem; padding-bottom: 1.25rem; }
}
@media (min-width: 1024px) {
  .product-crumb-bar-inner { padding-left: 2rem; padding-right: 2rem; }
}
.product-crumb-bar-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #667168;
  font-size: 0.875rem;
}
.product-crumb-bar-crumbs a {
  color: #667168;
  text-decoration: none;
  transition: color 0.2s ease;
}
.product-crumb-bar-crumbs a:hover { color: #1d5d33; }
.product-crumb-bar-sep {
  padding: 0 0.5rem;
  color: #c5cdc7;
}
.product-crumb-bar-crumbs > span:last-child {
  color: #17201a;
  font-weight: 500;
}
.elementor-widget-cannabis-product > .elementor-widget-container {
  padding: 0;
}
.cc-product {
  padding: 1.5rem 0 4rem;
  background: #f7faf7;
}
@media (min-width: 768px) {
  .cc-product { padding-top: 2rem; padding-bottom: 5rem; }
}
.cc-product-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .cc-product-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .cc-product-inner { padding: 0 2rem; }
}
.cc-product-grid {
  display: grid;
  align-items: start;
  gap: 1.5rem;
}
.cc-product .product-gallery-frame,
.cc-product div.images,
.cc-product .summary {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  clear: none !important;
}
@media (min-width: 768px) {
  .cc-product-grid { gap: 2rem; }
}
@media (min-width: 1024px) {
  .cc-product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .cc-product .summary {
    position: sticky;
    top: 7rem;
  }
}
.product-gallery-frame {
  background: #fff;
  border: 1px solid #d8e0d9;
  box-shadow: 0 1px 2px rgba(23, 32, 26, 0.06);
  padding: 0.5rem;
}
@media (min-width: 640px) {
  .product-gallery-frame { padding: 0.75rem; }
}
.ccc-gallery-main {
  background: #fff;
  aspect-ratio: 1;
  overflow: hidden;
}
.ccc-gallery-main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ccc-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.ccc-gallery-thumbs button {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid #d8e0d9;
  background: #fff;
  cursor: pointer;
  aspect-ratio: 1;
  overflow: hidden;
}
.ccc-gallery-thumbs button.is-active,
.ccc-gallery-thumbs button:hover {
  border-color: #1d5d33;
}
.ccc-gallery-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cc-product .product_title {
  margin: 0;
  color: #17201a;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .cc-product .product_title { font-size: 2.25rem; }
}
.woocommerce .cc-product .summary p.price,
.woocommerce .cc-product .summary p.price .amount,
.woocommerce .cc-product .summary p.price .amount bdi,
.cc-product .summary .price {
  margin: 0.75rem 0 0;
  color: #1d5d33 !important;
  font-size: 1.75rem;
  font-weight: 700;
}
.product-price-note {
  margin: 0.5rem 0 0;
  color: #667168;
  font-size: 0.875rem;
}
.product-short-disc {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .product-short-disc { gap: 1.5rem; }
}
.product-pack-box {
  border: 1px solid rgba(29, 93, 51, 0.15);
  background: #f3faf4;
  padding: 1rem;
}
@media (min-width: 768px) {
  .product-pack-box { padding: 1.25rem; }
}
.product-pack-label {
  margin: 0;
  color: #1d5d33;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.product-pack-box .woocommerce-product-details__short-description,
.product-pack-box .woocommerce-product-details__short-description p {
  margin: 0.75rem 0 0;
  color: #17201a;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625;
}
@media (min-width: 768px) {
  .product-pack-box .woocommerce-product-details__short-description p { font-size: 1.125rem; }
}
.product-pack-box .woocommerce-product-details__short-description:has(table) p {
  font-weight: 400;
}
.product-pack-box table {
  width: 100%;
  margin-top: 0.75rem;
  border-collapse: collapse;
}
.product-pack-box table th,
.product-pack-box table td {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(29, 93, 51, 0.1);
  color: #374151;
  font-size: 0.95rem;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
.product-pack-box table tr:last-child th,
.product-pack-box table tr:last-child td {
  border-bottom: 0;
}
.product-pack-box table th,
.product-pack-box table td:first-child {
  width: 42%;
  padding-right: 1rem;
  color: #17201a;
  font-weight: 700;
}
.product-buy-box {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d8e0d9;
  box-shadow: 0 1px 2px rgba(23, 32, 26, 0.06);
  padding: 1rem;
}
@media (min-width: 768px) {
  .product-buy-box { padding: 1.5rem; }
}
.product-buy-box .stock { display: none; }
.woocommerce .cc-product .summary form.cart,
.cc-product .summary form.cart {
  display: block;
  float: none !important;
  width: 100%;
  margin: 0 !important;
}
.woocommerce .cc-product .summary form.cart::before,
.woocommerce .cc-product .summary form.cart::after {
  display: none !important;
  content: none !important;
}
.product-buy-box form.cart { order: 1; }
.product-buy-box .product-volume-title { order: 2; display: none; }
.product-buy-box .awdr-bulk-customizable-table,
.product-buy-box .awdr_discount_bar { order: 3; }
.product-buy-box .product-min-order-note { order: 4; }
.product-buy-box:has(.awdr-bulk-customizable-table) .product-volume-title,
.product-buy-box:has(.wdr_bulk_table_msg) .product-volume-title {
  display: flex;
}
.product-buy-box .e-atc-qty-button-holder {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.75rem;
  width: 100%;
}
.cc-product .summary .quantity {
  display: inline-flex;
  flex: 0 0 auto;
  float: none !important;
  align-items: stretch;
  margin: 0 !important;
  border: 1px solid #d8e0d9;
  background: #fff;
}
.cc-product .summary .quantity::before { content: none; }
.cc-product .summary .quantity .minus,
.cc-product .summary .quantity .plus,
.cc-product .summary .quantity .minus.button,
.cc-product .summary .quantity .plus.button {
  width: 2.5rem;
  min-height: 2.75rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: #f7faf7;
  color: #17201a;
  font-size: 1.125rem;
  line-height: 1;
}
.cc-product .summary .quantity input.qty {
  width: 3rem;
  min-height: 2.75rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-left: 1px solid #d8e0d9;
  border-right: 1px solid #d8e0d9;
  background: #fff;
  color: #17201a;
  font-size: 0.95rem;
  text-align: center;
  -moz-appearance: textfield;
  appearance: textfield;
}
.cc-product .summary .quantity input.qty::-webkit-outer-spin-button,
.cc-product .summary .quantity input.qty::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.woocommerce .cc-product .summary .single_add_to_cart_button.button,
.cc-product .single_add_to_cart_button.button {
  display: inline-flex;
  flex: 1 1 auto;
  float: none !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: auto !important;
  min-height: 2.75rem;
  margin: 0 !important;
  padding: 0.7rem 1.25rem;
  background: #1d5d33 !important;
  border: 0;
  border-radius: 0;
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 700;
}
.cc-product .single_add_to_cart_button.button:hover {
  background: #154526 !important;
  color: #fff !important;
}
.product-volume-title {
  align-items: center;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  color: #1d5d33;
  font-size: 0.875rem;
  font-weight: 700;
}
.product-volume-title i { color: #1d5d33; }
.cc-product .awdr_discount_bar { display: none !important; }
.cc-product .awdr-bulk-customizable-table {
  width: 100%;
  margin-top: 0.75rem;
  overflow-x: auto;
  border: 1px solid #e5e7eb;
  background: #fff;
}
.cc-product .wdr_bulk_table_msg {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  background: #fff;
}
.cc-product .wdr_bulk_table_msg th,
.cc-product .wdr_bulk_table_msg td {
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid #eef2ef;
  color: #17201a;
  font-size: 0.9rem;
  text-align: left;
}
.cc-product .wdr_bulk_table_msg thead th {
  background: #f7faf7;
  color: #6b7280;
  font-weight: 700;
}
.cc-product .wdr_bulk_title {
  color: #1d5d33 !important;
  font-weight: 700;
}
.cc-product .wdr_bulk_range {
  color: #17201a;
  font-weight: 400;
}
.cc-product .wdr_bulk_table_discount,
.cc-product #customize-bulk-table-discount {
  display: none !important;
}
.cc-product .product-min-order-note {
  margin: 0.85rem 0 0;
  color: #b42318;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.cc-product .woocommerce-tabs {
  clear: both;
  float: none;
  width: 100%;
  margin-top: 2.5rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid #d8e0d9;
  box-shadow: 0 1px 2px rgba(23, 32, 26, 0.06);
}
@media (min-width: 768px) {
  .cc-product .woocommerce-tabs {
    margin-top: 3.5rem;
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .cc-product .woocommerce-tabs { margin-top: 4rem; }
}
.cc-product .wc-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  border: 0;
}
.cc-product .wc-tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.cc-product .wc-tabs li a {
  display: inline-block;
  padding: 0.4rem 0;
  color: #667168;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  border-bottom: 2px solid transparent;
}
.cc-product .wc-tabs li.active a,
.cc-product .wc-tabs li a:hover {
  color: #1d5d33;
  border-bottom-color: #1d5d33;
}
.cc-product .woocommerce-tabs,
.cc-product .woocommerce-Tabs-panel,
.cc-product .cc-product-description {
  --wp--style--global--content-size: 100%;
  --wp--style--global--wide-size: 100%;
  --wp--style--root--padding-left: 0px;
  --wp--style--root--padding-right: 0px;
}
.cc-product .woocommerce-Tabs-panel,
.cc-product .woocommerce-Tabs-panel.entry-content,
.cc-product .cc-product-description {
  display: block;
  float: none;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  color: #59625b;
  font-size: 1rem;
  line-height: 1.8;
}
.cc-product .woocommerce-Tabs-panel.entry-content > *,
.cc-product .woocommerce-Tabs-panel.entry-content .elementor,
.cc-product .woocommerce-Tabs-panel.entry-content .elementor-section,
.cc-product .woocommerce-Tabs-panel.entry-content .elementor-container,
.cc-product .cc-product-description > *,
.cc-product .cc-product-description p,
.cc-product .cc-product-description .elementor,
.cc-product .cc-product-description .elementor-section,
.cc-product .cc-product-description .elementor-container,
.cc-product .cc-product-description .elementor-section-boxed > .elementor-container {
  max-width: none !important;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-inline: 0 !important;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.cc-product .woocommerce-Tabs-panel h2,
.cc-product .woocommerce-Tabs-panel h3 {
  color: #18201a;
}
.cc-product .woocommerce-Tabs-panel h2 {
  margin: 0 0 1rem;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.cc-product .woocommerce-Tabs-panel h3 {
  margin: 1.25rem 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.cc-product .woocommerce-Tabs-panel p { margin: 0.75rem 0 0; }
.cc-product .woocommerce-Tabs-panel ul,
.cc-product .cc-product-description ul {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
}
.cc-product .woocommerce-Tabs-panel ul li,
.cc-product .cc-product-description ul li {
  position: relative;
  margin: 0 0 0.7rem;
  padding-left: 1.25rem;
}
.cc-product .woocommerce-Tabs-panel ul li:last-child,
.cc-product .cc-product-description ul li:last-child {
  margin-bottom: 0;
}
.cc-product .woocommerce-Tabs-panel ul li::before,
.cc-product .cc-product-description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #1d5d33;
}
.cc-product .related.products,
.cc-product .related.hp-products {
  background: transparent;
  margin-top: 4rem;
  padding: 0;
}
@media (min-width: 1024px) {
  .cc-product .related.products { margin-top: 5rem; }
}
.cc-product .related.products > h2 {
  margin: 0;
  color: #17201a;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 768px) {
  .cc-product .related.products > h2 { font-size: 1.875rem; }
}
.woocommerce .cc-product ul.products,
.cc-product .related ul.products,
.cc-product .related.hp-products .products {
  display: grid !important;
  grid-template-columns: 1fr !important;
  float: none !important;
  width: 100% !important;
  margin: 2rem 0 0 !important;
  padding: 0 !important;
  gap: 1rem !important;
  list-style: none;
}
@media (min-width: 640px) {
  .woocommerce .cc-product ul.products,
  .cc-product .related ul.products,
  .cc-product .related.hp-products .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) {
  .woocommerce .cc-product ul.products,
  .cc-product .related ul.products,
  .cc-product .related.hp-products .products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1280px) {
  .woocommerce .cc-product ul.products,
  .cc-product .related ul.products,
  .cc-product .related.hp-products .products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
.woocommerce .cc-product ul.products::before,
.woocommerce .cc-product ul.products::after {
  display: none !important;
  content: none !important;
}
.woocommerce .cc-product ul.products li.product {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce .cc-product .related a.woocommerce-LoopProduct-link,
.cc-product .related .woocommerce-LoopProduct-link {
  aspect-ratio: 1 !important;
  background: #eef2ee;
  overflow: hidden;
}
.woocommerce .cc-product .related a.woocommerce-LoopProduct-link img,
.cc-product .related .woocommerce-LoopProduct-link img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover !important;
  object-position: center;
}
.woocommerce .cc-product .related .cart .button {
  margin: 0 !important;
}
.woocommerce .cc-product .related .price,
.woocommerce .cc-product .related .price .amount,
.woocommerce .cc-product .related .price ins,
.woocommerce .cc-product .related .price bdi {
  color: #1d5d33 !important;
}
.woocommerce .cc-product .related .quantity .minus,
.woocommerce .cc-product .related .quantity .plus,
.woocommerce .cc-product .related .quantity .minus.button,
.woocommerce .cc-product .related .quantity .plus.button {
  width: 2.25rem !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: #f4f7f4 !important;
  color: #17201a !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.woocommerce .cc-product .related .quantity input.qty {
  width: 2.4rem !important;
  min-height: 0 !important;
  border: 0 !important;
}
.woocommerce .cc-product .related .add_to_cart_button.button,
.woocommerce .cc-product .related .woocommerce-loop-product__buttons .button {
  background: #1d5d33 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.shop-title-bar {
  background: #123d20;
  color: #fff;
  border-bottom: 1px solid #d8e0d9;
}
.shop-title-bar-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 2.5rem 1rem;
}
@media (min-width: 640px) {
  .shop-title-bar-inner { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 768px) {
  .shop-title-bar-inner { padding-top: 3.5rem; padding-bottom: 3.5rem; }
}
@media (min-width: 1024px) {
  .shop-title-bar-inner { padding-left: 2rem; padding-right: 2rem; }
}
.shop-title-bar-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.875rem;
}
.shop-title-bar-crumbs a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s ease;
}
.shop-title-bar-crumbs a:hover { color: #fff; }
.shop-title-bar-sep {
  padding: 0 0.5rem;
  color: rgba(255, 255, 255, 0.35);
}
.shop-title-bar-crumbs > span:last-child {
  color: #fff;
  font-weight: 500;
}
.shop-title-bar-grid {
  display: grid;
  gap: 2rem;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .shop-title-bar-grid {
    grid-template-columns: 1.4fr 1fr;
    align-items: end;
  }
}
.shop-title-bar-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  background: rgba(97, 206, 112, 0.15);
  color: #82db8e;
  font-size: 0.875rem;
  font-weight: 600;
}
.shop-title-bar-title {
  margin: 1rem 0 0;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #fff;
}
@media (min-width: 768px) {
  .shop-title-bar-title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
  .shop-title-bar-title { font-size: 3rem; }
}
.shop-title-bar-text {
  margin: 0.75rem 0 0;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .shop-title-bar-text { font-size: 1.125rem; }
}
.shop-title-bar-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}
.shop-title-bar-stats > div {
  padding: 0.75rem 0.5rem;
  background: rgba(15, 36, 24, 0.55);
}
.shop-title-bar-stats > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 640px) {
  .shop-title-bar-stats > div { padding: 1rem 0.75rem; }
}
.shop-title-bar-stat-value {
  margin: 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .shop-title-bar-stat-value { font-size: 1.25rem; }
}
.shop-title-bar-stat-label {
  margin: 0.25rem 0 0;
  color: #82db8e;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .shop-title-bar-stat-label { font-size: 0.75rem; }
}

.elementor-widget-cannabis-shop-notice > .elementor-widget-container {
  padding: 0;
}
.shop-notice {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #1d5d33;
  border: 1px solid rgba(29, 93, 51, 0.15);
  color: #fff;
}
@media (min-width: 640px) {
  .shop-notice { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 768px) {
  .shop-notice {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }
}
.shop-notice-title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .shop-notice-title { font-size: 1rem; }
}
.shop-notice-text {
  margin: 0.25rem 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .shop-notice-text { font-size: 0.875rem; }
}
.shop-notice-link {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  color: #82db8e;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 768px) {
  .shop-notice-link { margin-top: 0; }
}
.shop-notice-link:hover { color: #fff; }
.shop-notice-link i { font-size: 0.75rem; }

.elementor-widget-cannabis-shop-sidebar > .elementor-widget-container,
.elementor-widget-cannabis-shop-info-notice > .elementor-widget-container,
.elementor-widget-cannabis-shop-catalog > .elementor-widget-container {
  padding: 0;
}
.shop-catalog {
  background: #f7faf7;
  padding: 2rem 0 4rem;
}
.shop-catalog-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .shop-catalog-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .shop-catalog-inner { padding: 0 2rem; }
}
.shop-catalog-layout {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .shop-catalog-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 2rem;
  }
}
.shop-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .shop-sidebar {
    position: sticky;
    top: 7rem;
    align-self: start;
  }
}
.shop-sidebar-card,
.shop-sidebar-help {
  padding: 1rem;
  background: #fff;
  border: 1px solid #d8e0d9;
  box-shadow: 0 1px 2px rgba(23, 32, 26, 0.04);
}
@media (min-width: 768px) {
  .shop-sidebar-card { padding: 1.25rem; }
}
.shop-sidebar-help {
  display: none;
  padding: 1.25rem;
}
@media (min-width: 1024px) {
  .shop-sidebar-help { display: block; }
}
.shop-sidebar-kicker {
  margin: 0;
  color: #1d5d33;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.shop-sidebar-nav {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-top: 1rem;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .shop-sidebar-nav {
    flex-direction: column;
    overflow: visible;
  }
}
.shop-sidebar-link {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.625rem 0.75rem;
  background: #f7faf7;
  border: 1px solid #d8e0d9;
  color: #334039;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
@media (min-width: 1024px) {
  .shop-sidebar-link { width: 100%; }
}
.shop-sidebar-link:hover {
  border-color: #1d5d33;
  color: #1d5d33;
}
.shop-sidebar-link.is-active {
  background: #1d5d33;
  border-color: #1d5d33;
  color: #fff;
  font-weight: 600;
}
.shop-sidebar-link.is-active:hover { color: #fff; }
.shop-sidebar-link.is-active span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  font-weight: 500;
}
.shop-sidebar-link i {
  font-size: 10px;
  opacity: 0.5;
}
.shop-sidebar-help-text {
  margin: 0.75rem 0 0;
  color: #667168;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.shop-sidebar-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  color: #1d5d33;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}
.shop-sidebar-phone:hover { color: #154526; }
.shop-catalog-main { min-width: 0; }
.shop-info-notice {
  display: flex;
  gap: 0.75rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #d8e0d9;
  box-shadow: 0 1px 2px rgba(23, 32, 26, 0.04);
}
@media (min-width: 768px) {
  .shop-info-notice { padding: 1.25rem; }
}
.shop-info-notice-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(97, 206, 112, 0.12);
  color: #1d5d33;
}
.shop-info-notice p {
  margin: 0;
  color: #667168;
  font-size: 0.875rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .shop-info-notice p { font-size: 15px; }
}
.shop-catalog-main .woocommerce-notices-wrapper {
  margin: 0;
}
.shop-catalog-toolbar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #d8e0d9;
  box-shadow: 0 1px 2px rgba(23, 32, 26, 0.04);
}
@media (min-width: 768px) {
  .shop-catalog-toolbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
  }
}
.shop-catalog-kicker {
  margin: 0;
  color: #1d5d33;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.shop-catalog-toolbar .woocommerce-result-count {
  margin: 0.25rem 0 0;
  color: #17201a;
  font-size: 0.875rem;
  font-weight: 500;
}
.shop-catalog-toolbar .woocommerce-ordering {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .shop-catalog-toolbar .woocommerce-ordering { width: auto; }
}
.shop-catalog-toolbar .orderby {
  width: 100%;
  height: 2.75rem;
  padding: 0 1rem;
  background: #f7faf7;
  border: 1px solid #e5e7eb;
  color: #374151;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .shop-catalog-toolbar .orderby { min-width: 260px; }
}
.shop-catalog-toolbar .orderby:focus {
  outline: none;
  border-color: #1d5d33;
  box-shadow: 0 0 0 2px rgba(97, 206, 112, 0.3);
}
.shop-catalog-main {
  --wc-highlight: #1d5d33;
  --wc-primary: #1d5d33;
}
.shop-catalog-main .hp-products {
  background: transparent;
  padding: 0;
}
.shop-catalog-main .hp-products .products,
.woocommerce .shop-catalog-main ul.products {
  display: grid !important;
  grid-template-columns: 1fr !important;
  float: none !important;
  width: 100% !important;
  margin: 1.5rem 0 0 !important;
  padding: 0 !important;
}
@media (min-width: 640px) {
  .shop-catalog-main .hp-products .products,
  .woocommerce .shop-catalog-main ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) {
  .shop-catalog-main .hp-products .products,
  .woocommerce .shop-catalog-main ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
.shop-catalog-main .woocommerce-LoopProduct-link,
.shop-catalog-main .hp-products .woocommerce-LoopProduct-link {
  aspect-ratio: auto;
  overflow: hidden;
  background: #eef2ee;
}
.shop-catalog-main .woocommerce-LoopProduct-link img,
.shop-catalog-main .hp-products .woocommerce-LoopProduct-link img {
  width: 100%;
  height: auto !important;
  max-height: none;
  object-fit: contain !important;
  object-position: center;
}
.shop-catalog-main .hp-products .product:hover .woocommerce-LoopProduct-link img {
  transform: none;
}
.woocommerce .shop-catalog-main ul.products::before,
.woocommerce .shop-catalog-main ul.products::after {
  display: none !important;
  content: none !important;
}
.woocommerce .shop-catalog-main ul.products li.product,
.shop-catalog-main .hp-products .product {
  width: 100% !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce .shop-catalog-main .cart .button {
  margin: 0 !important;
}
.woocommerce .shop-catalog-main li.product-category {
  display: none !important;
}
.woocommerce .shop-catalog-main .price,
.woocommerce .shop-catalog-main .price .amount,
.woocommerce .shop-catalog-main .price ins,
.woocommerce .shop-catalog-main .price bdi {
  color: #1d5d33 !important;
}
.woocommerce .shop-catalog-main .quantity .minus,
.woocommerce .shop-catalog-main .quantity .plus,
.woocommerce .shop-catalog-main .quantity .minus.button,
.woocommerce .shop-catalog-main .quantity .plus.button {
  width: 2.25rem !important;
  height: 100% !important;
  padding: 0 !important;
  background: #f4f7f4 !important;
  color: #17201a !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.woocommerce .shop-catalog-main .add_to_cart_button.button,
.woocommerce .shop-catalog-main .woocommerce-loop-product__buttons .button {
  background: #1d5d33 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.shop-catalog-main .woocommerce-pagination {
  margin-top: 3rem;
}
.shop-catalog-main .woocommerce-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop-catalog-main .woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  background: #fff;
  border: 1px solid #d8e0d9;
  color: #17201a;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}
.shop-catalog-main .woocommerce-pagination .page-numbers.current,
.shop-catalog-main .woocommerce-pagination a.page-numbers:hover {
  background: #1d5d33;
  border-color: #1d5d33;
  color: #fff;
}

.elementor-widget-cannabis-page-title-bar > .elementor-widget-container,
.elementor-widget-cannabis-blog-title-bar > .elementor-widget-container,
.elementor-widget-cannabis-contact-title-bar > .elementor-widget-container,
.elementor-widget-cannabis-faq-title-bar > .elementor-widget-container,
.elementor-widget-cannabis-privacy-title-bar > .elementor-widget-container,
.elementor-widget-cannabis-refund-title-bar > .elementor-widget-container,
.elementor-widget-cannabis-shipping-title-bar > .elementor-widget-container,
.elementor-widget-cannabis-terms-title-bar > .elementor-widget-container,
.elementor-widget-cannabis-testimonials-title-bar > .elementor-widget-container,
.elementor-widget-cannabis-growing-tips-title-bar > .elementor-widget-container,
.elementor-widget-cannabis-reasons-title-bar > .elementor-widget-container,
.elementor-widget-cannabis-clone-title-bar > .elementor-widget-container,
.elementor-widget-cannabis-why-grow-title-bar > .elementor-widget-container {
  padding: 0;
}
.page-title-bar {
  background: linear-gradient(to bottom right, #fff, #f8fbf8, #eef8f0);
  border-bottom: 1px solid #d8e0d9;
}
.page-title-bar-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 2.5rem 1rem;
}
@media (min-width: 640px) {
  .page-title-bar-inner { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 768px) {
  .page-title-bar-inner { padding-top: 3.5rem; padding-bottom: 3.5rem; }
}
@media (min-width: 1024px) {
  .page-title-bar-inner { padding-left: 2rem; padding-right: 2rem; }
}
.page-title-bar-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #667168;
  font-size: 0.875rem;
}
.page-title-bar-crumbs a {
  color: #667168;
  text-decoration: none;
  transition: color 0.2s ease;
}
.page-title-bar-crumbs a:hover { color: #1d5d33; }
.page-title-bar-sep {
  padding: 0 0.5rem;
  color: #c5cdc7;
}
.page-title-bar-crumbs > span:last-child {
  color: #17201a;
  font-weight: 500;
}
.page-title-bar-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding: 0.375rem 0.75rem;
  background: rgba(97, 206, 112, 0.1);
  color: #1d5d33;
  font-size: 0.875rem;
  font-weight: 600;
}
.page-title-bar-title {
  margin: 1rem 0 0;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #17201a;
}
@media (min-width: 768px) {
  .page-title-bar-title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
  .page-title-bar-title { font-size: 3rem; }
}
.page-title-bar-title span { color: #1d5d33; }
.page-title-bar-text {
  margin: 0.75rem 0 0;
  max-width: 42rem;
  color: #667168;
  font-size: 1rem;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .page-title-bar-text { font-size: 1.125rem; }
}

.elementor-widget-cannabis-page-story > .elementor-widget-container {
  padding: 0;
}
.page-story {
  overflow-x: hidden;
  background: #fff;
  padding: 3.5rem 0;
}
@media (min-width: 768px) {
  .page-story { padding: 5rem 0; }
}
@media (min-width: 1024px) {
  .page-story { padding: 6rem 0; }
}
.page-story-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .page-story-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .page-story-inner { padding: 0 2rem; }
}
.page-story-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .page-story-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.page-story-copy {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  color: #4b5563;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .page-story-copy { font-size: 1.125rem; }
}
.page-story-copy p { margin: 0; }
.page-story-highlights {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 640px) {
  .page-story-highlights {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 1.5rem;
    row-gap: 0.75rem;
  }
}
.page-story-highlights li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .page-story-highlights li { font-size: 1rem; }
}
.page-story-highlights i { color: #61ce70; }
.page-story-media {
  position: relative;
}
.page-story-blob {
  display: none;
  position: absolute;
  z-index: 0;
  right: -1.25rem;
  bottom: -1.25rem;
  width: 10rem;
  height: 10rem;
  background: rgba(97, 206, 112, 0.15);
}
@media (min-width: 640px) {
  .page-story-blob { display: block; }
}
.page-story-photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(229, 231, 235, 0.7);
  box-shadow: 0 10px 15px -3px rgba(23, 32, 26, 0.12);
}
.page-story-photo img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.elementor-widget-cannabis-page-experience > .elementor-widget-container {
  padding: 0;
}
.page-experience {
  overflow-x: hidden;
  background: #f7faf7;
  padding: 3.5rem 0;
}
@media (min-width: 768px) {
  .page-experience { padding: 5rem 0; }
}
@media (min-width: 1024px) {
  .page-experience { padding: 6rem 0; }
}
.page-experience-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .page-experience-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .page-experience-inner { padding: 0 2rem; }
}
.page-experience-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  background: rgba(97, 206, 112, 0.1);
  color: #1d5d33;
  font-size: 0.875rem;
  font-weight: 600;
}
.page-experience-title {
  margin: 1.25rem 0 0;
  max-width: 48rem;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #17201a;
}
@media (min-width: 768px) {
  .page-experience-title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
  .page-experience-title { font-size: 3rem; }
}
.page-experience-text {
  margin: 1.25rem 0 0;
  max-width: 48rem;
  color: #4b5563;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .page-experience-text { font-size: 1.125rem; }
}
.page-experience-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .page-experience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.page-experience-card {
  padding: 1.25rem;
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.7);
  box-shadow: 0 1px 2px rgba(23, 32, 26, 0.05);
}
.page-experience-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background: rgba(97, 206, 112, 0.12);
  color: #1d5d33;
}
.page-experience-card h3 {
  margin: 1rem 0 0;
  color: #111827;
  font-size: 1.125rem;
  font-weight: 600;
}
.page-experience-card p {
  margin: 0.5rem 0 0;
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.75;
}

.elementor-widget-cannabis-page-guarantee > .elementor-widget-container {
  padding: 0;
}
.page-guarantee {
  overflow-x: hidden;
  background: #fff;
  padding: 3.5rem 0;
}
@media (min-width: 768px) {
  .page-guarantee { padding: 5rem 0; }
}
@media (min-width: 1024px) {
  .page-guarantee { padding: 6rem 0; }
}
.page-guarantee-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .page-guarantee-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .page-guarantee-inner { padding: 0 2rem; }
}
.page-guarantee-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .page-guarantee-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.page-guarantee-media {
  position: relative;
  order: 2;
}
@media (min-width: 1024px) {
  .page-guarantee-media { order: 1; }
}
.page-guarantee-copy {
  order: 1;
}
@media (min-width: 1024px) {
  .page-guarantee-copy { order: 2; }
}
.page-guarantee-blob {
  display: none;
  position: absolute;
  z-index: 0;
  top: -1rem;
  left: -1rem;
  width: 8rem;
  height: 8rem;
  background: rgba(29, 93, 51, 0.1);
}
@media (min-width: 640px) {
  .page-guarantee-blob { display: block; }
}
.page-guarantee-photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(229, 231, 235, 0.7);
  box-shadow: 0 10px 15px -3px rgba(23, 32, 26, 0.12);
}
.page-guarantee-photo img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.page-guarantee-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  background: rgba(97, 206, 112, 0.1);
  color: #1d5d33;
  font-size: 0.875rem;
  font-weight: 600;
}
.page-guarantee-title {
  margin: 1.25rem 0 0;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #17201a;
}
@media (min-width: 768px) {
  .page-guarantee-title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
  .page-guarantee-title { font-size: 3rem; }
}
.page-guarantee-title span { color: #1d5d33; }
.page-guarantee-text {
  margin: 1.5rem 0 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .page-guarantee-text { font-size: 1.125rem; }
}
.page-guarantee-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 640px) {
  .page-guarantee-points { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.page-guarantee-points li {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: #374151;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .page-guarantee-points li { font-size: 1rem; }
}
.page-guarantee-points i { color: #61ce70; }

.elementor-widget-cannabis-blog-listing > .elementor-widget-container {
  padding: 0;
}
.blog-listing {
  background: #fff;
  padding: 2.5rem 0 3.5rem;
}
@media (min-width: 768px) {
  .blog-listing { padding: 3.5rem 0 4rem; }
}
.blog-listing-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .blog-listing-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .blog-listing-inner { padding: 0 2rem; }
}
.blog-listing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .blog-listing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .blog-listing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
  }
}
.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.7);
  box-shadow: 0 1px 2px rgba(23, 32, 26, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 10px 15px -3px rgba(23, 32, 26, 0.12);
}
.blog-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #f3f4f6;
}
.blog-card-media.is-placeholder { background: #eef7ef; }
.blog-card-thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.blog-card-media.is-placeholder .blog-card-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d5d33;
}
.blog-card-media.is-placeholder i { font-size: 1.875rem; }
.blog-card-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 10;
  padding: 0.25rem 0.75rem;
  background: rgba(255, 255, 255, 0.9);
  color: #1d5d33;
  font-size: 0.75rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
}
.blog-listing .blog-card-thumb img,
.elementor-widget-cannabis-blog-listing .blog-card-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.blog-card:hover .blog-card-image { transform: scale(1.03); }
.blog-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .blog-card-body { padding: 1.5rem; }
}
.blog-card-title {
  margin: 0;
  min-height: 3.5rem;
  color: #111827;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375;
}
@media (min-width: 768px) {
  .blog-card-title { font-size: 1.25rem; }
}
.blog-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.blog-card:hover .blog-card-title a { color: #1d5d33; }
.blog-card-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1rem;
  color: #1d5d33;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}
.blog-card-more i {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}
.blog-card:hover .blog-card-more i { transform: translateX(0.125rem); }
@media (min-width: 1024px) {
  .blog-listing-grid--featured > .blog-card:first-child {
    grid-column: 1 / -1;
    flex-direction: row;
  }
  .blog-listing-grid--featured > .blog-card:first-child .blog-card-media {
    aspect-ratio: auto;
    min-height: 280px;
    width: 50%;
  }
  .blog-listing-grid--featured > .blog-card:first-child .blog-card-body {
    width: 50%;
    justify-content: center;
    padding: 2rem;
  }
  .blog-listing-grid--featured > .blog-card:first-child .blog-card-title {
    min-height: 0;
    font-size: 1.875rem;
    font-weight: 700;
  }
}
.blog-no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  text-align: center;
}
.blog-no-results i {
  color: #1d5d33;
  font-size: 1.5rem;
}
.blog-no-results h2 {
  margin: 1rem 0 0;
  color: #111827;
  font-size: 1.25rem;
  font-weight: 600;
}
.blog-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
}
.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  background: #fff;
  border: 1px solid #d8e0d9;
  color: #17201a;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}
.blog-pagination .page-numbers.current,
.blog-pagination a.page-numbers:hover {
  background: #1d5d33;
  border-color: #1d5d33;
  color: #fff;
}
.blog-pagination .page-numbers.dots,
.blog-pagination .page-numbers.prev:not(a),
.blog-pagination .page-numbers.next:not(a) {
  background: transparent;
  border-color: transparent;
  color: #9ca3af;
  cursor: default;
}
.blog-pagination .elementor-screen-only,
.blog-pagination .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.elementor-widget-cannabis-cart > .elementor-widget-container {
  padding: 0;
}
.cc-cart {
  background: #f7faf7;
  padding: 2rem 0 4rem;
}
.cc-cart-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .cc-cart-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .cc-cart-inner { padding: 0 2rem; }
}
.cc-cart-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .cc-cart-layout {
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 2rem;
  }
}
.cc-cart-table-wrap,
.cc-cart-coupon,
.cc-cart .cart_totals,
.cc-cart-empty {
  background: #fff;
  border: 1px solid #d8e0d9;
}
.woocommerce .cc-cart table.shop_table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
}
.woocommerce .cc-cart table.shop_table th,
.woocommerce .cc-cart table.shop_table td {
  border: 0;
  border-bottom: 1px solid #e8eee8;
  padding: 1rem 0.75rem;
  background: transparent;
  vertical-align: middle;
  text-align: left;
}
.woocommerce .cc-cart table.shop_table thead th {
  color: #667168;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}
.woocommerce .cc-cart table.shop_table tbody tr:last-child td {
  border-bottom: 0;
}
.woocommerce .cc-cart .product-remove { width: 2.5rem; }
.woocommerce .cc-cart a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #d8e0d9;
  background: #fff;
  color: #17201a !important;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  border-radius: 0;
}
.woocommerce .cc-cart a.remove:hover {
  background: #1d5d33;
  border-color: #1d5d33;
  color: #fff !important;
}
.woocommerce .cc-cart .product-thumbnail { width: 5.5rem; }
.woocommerce .cc-cart .product-thumbnail img,
.woocommerce .cc-cart .product-thumbnail a img {
  display: block;
  width: 72px !important;
  height: 72px !important;
  max-width: 72px;
  object-fit: cover;
  background: #eef2ee;
}
.woocommerce .cc-cart .product-name {
  color: #17201a;
  font-weight: 600;
}
.woocommerce .cc-cart .product-name a {
  color: #17201a;
  text-decoration: none;
}
.woocommerce .cc-cart .product-name a:hover { color: #1d5d33; }
.cc-cart-free-badge {
  display: inline-block;
  margin-left: 0.4rem;
  padding: 0.15rem 0.45rem;
  background: rgba(97, 206, 112, 0.18);
  color: #1d5d33;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  vertical-align: middle;
}
.cc-cart-free-price {
  color: #1d5d33;
  font-weight: 600;
}
.woocommerce .cc-cart .quantity {
  display: inline-flex;
  align-items: stretch;
  height: 2.5rem;
  overflow: hidden;
  border: 1px solid #d8e0d9;
  background: #fff;
}
.woocommerce .cc-cart .quantity .minus,
.woocommerce .cc-cart .quantity .plus,
.woocommerce .cc-cart .quantity .minus.button,
.woocommerce .cc-cart .quantity .plus.button {
  width: 2.25rem;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #f4f7f4 !important;
  color: #17201a !important;
  font-size: 1rem;
  line-height: 1;
  box-shadow: none;
  cursor: pointer;
}
.woocommerce .cc-cart .quantity input.qty {
  width: 2.6rem;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  color: #17201a;
  font-size: 0.95rem;
  text-align: center;
  -moz-appearance: textfield;
  appearance: textfield;
}
.woocommerce .cc-cart .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .cc-cart .quantity input.qty::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.woocommerce .cc-cart td.actions {
  padding: 1rem 0.75rem;
}
.woocommerce .cc-cart button[name="update_cart"],
.woocommerce .cc-cart .cc-cart-coupon .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 1.1rem;
  border: 1px solid #d8e0d9;
  border-radius: 0;
  background: #f3f6f3 !important;
  color: #17201a !important;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: none;
  cursor: pointer;
}
.woocommerce .cc-cart button[name="update_cart"]:hover,
.woocommerce .cc-cart .cc-cart-coupon .button:hover {
  background: #e8eee8 !important;
}
.cc-cart-coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
  padding: 1rem;
}
.cc-cart-coupon .input-text {
  flex: 1 1 12rem;
  min-height: 2.75rem;
  padding: 0 0.9rem;
  border: 1px solid #d8e0d9;
  background: #fff;
  color: #17201a;
  font-size: 0.9375rem;
}
.cc-cart-aside-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .cc-cart-aside-inner {
    position: sticky;
    top: 6.5rem;
  }
}
.woocommerce .cc-cart .cart_totals {
  padding: 1.5rem;
  width: 100%;
}
.woocommerce .cc-cart .cart_totals h2 {
  margin: 0 0 1rem;
  color: #17201a;
  font-size: 1.25rem;
  font-weight: 700;
}
.woocommerce .cc-cart .cart_totals table.shop_table th,
.woocommerce .cc-cart .cart_totals table.shop_table td {
  padding: 0.85rem 0;
  border-bottom: 1px solid #e8eee8;
}
.woocommerce .cc-cart .cart_totals table.shop_table th {
  color: #667168;
  font-weight: 500;
}
.woocommerce .cc-cart .cart_totals table.shop_table td {
  text-align: right;
  color: #17201a;
  font-weight: 600;
}
.woocommerce .cc-cart .cart-discount:has(th:empty):has(td:empty) {
  display: none;
}
.woocommerce .cc-cart .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce .cc-cart .woocommerce-shipping-methods label {
  color: #1d5d33;
  font-weight: 600;
}
.woocommerce .cc-cart .woocommerce-shipping-destination {
  margin: 0.5rem 0 0;
  color: #667168;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
}
.woocommerce .cc-cart .shipping-calculator-button {
  color: #1d5d33;
  font-size: 0.8125rem;
  font-weight: 600;
}
.woocommerce .cc-cart .order-total th,
.woocommerce .cc-cart .order-total td {
  border-bottom: 0;
  color: #17201a;
  font-size: 1.125rem;
  font-weight: 700;
}
.woocommerce .cc-cart .order-total .amount {
  font-size: 1.35rem;
}
.woocommerce .cc-cart .wc-proceed-to-checkout {
  margin: 1.25rem 0 0;
  padding: 0;
}
.woocommerce .cc-cart a.checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 3rem;
  padding: 0.85rem 1rem;
  border: 0;
  border-radius: 0;
  background: #1d5d33 !important;
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
}
.woocommerce .cc-cart a.checkout-button:hover {
  background: #154526 !important;
}
.woocommerce .cc-cart a.checkout-button i {
  font-size: 0.75rem;
}
.cc-cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem;
  text-align: center;
}
.cc-cart-empty i {
  margin-bottom: 1rem;
  color: #1d5d33;
  font-size: 1.75rem;
}
.cc-cart-empty .cart-empty,
.cc-cart-empty .woocommerce-info {
  margin: 0;
  border: 0;
  background: transparent;
  color: #17201a;
  font-size: 1.125rem;
  font-weight: 600;
}
.cc-cart-empty .return-to-shop { margin: 1.25rem 0 0; }
.cc-cart-empty .return-to-shop .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.7rem 1.25rem;
  border: 0;
  background: #1d5d33 !important;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 768px) {
  .woocommerce .cc-cart table.shop_table.shop_table_responsive tr {
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid #e8eee8;
  }
  .woocommerce .cc-cart table.shop_table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce .cc-cart table.shop_table.shop_table_responsive td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 0.4rem 1rem;
    border: 0;
    text-align: right;
  }
  .woocommerce .cc-cart table.shop_table.shop_table_responsive td.product-remove,
  .woocommerce .cc-cart table.shop_table.shop_table_responsive td.product-thumbnail {
    justify-content: flex-start;
  }
  .woocommerce .cc-cart table.shop_table.shop_table_responsive td.actions {
    display: block;
    text-align: left;
  }
}

.elementor-widget-cannabis-checkout > .elementor-widget-container {
  padding: 0;
}
.cc-checkout {
  background: #f7faf7;
  padding: 2rem 0 4rem;
}
.cc-checkout-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .cc-checkout-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .cc-checkout-inner { padding: 0 2rem; }
}
.cc-checkout-layout {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
}
.cc-checkout-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.cc-checkout-form > .woocommerce-NoticeGroup,
.cc-checkout-form > .woocommerce-notices-wrapper,
.cc-checkout-form > .woocommerce-error,
.cc-checkout-form > .woocommerce-info,
.cc-checkout-form > .woocommerce-message {
  width: 100%;
  margin: 0;
}
@media (min-width: 1024px) {
  .cc-checkout-layout {
    gap: 1rem;
  }
  .cc-checkout-main {
    width: calc(100% - 22rem - 2rem);
    max-width: 100%;
  }
  .cc-checkout-form {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2rem;
  }
  .cc-checkout-form > .woocommerce-NoticeGroup,
  .cc-checkout-form > .woocommerce-notices-wrapper,
  .cc-checkout-form > .woocommerce-error,
  .cc-checkout-form > .woocommerce-info,
  .cc-checkout-form > .woocommerce-message {
    flex: 1 0 100%;
    width: 100%;
  }
  .cc-checkout-fields {
    flex: 1 1 0;
    min-width: 0;
  }
  .cc-checkout-aside {
    flex: 0 0 22rem;
    width: 22rem;
    max-width: 100%;
  }
}
.cc-checkout .woocommerce-NoticeGroup .woocommerce-error,
.cc-checkout .woocommerce-NoticeGroup .woocommerce-info,
.cc-checkout .woocommerce-NoticeGroup .woocommerce-message,
.cc-checkout .woocommerce-error,
.cc-checkout .woocommerce-info,
.cc-checkout .woocommerce-message {
  margin: 0;
  padding: 0.9rem 1.1rem;
  list-style: none;
}
.cc-checkout-login,
.cc-checkout-panel,
.cc-checkout-review,
.cc-checkout .woocommerce-form-coupon-toggle,
.cc-checkout form.checkout_coupon {
  background: #fff;
  border: 1px solid #d8e0d9;
}
.cc-checkout-login,
.cc-checkout-panel {
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.cc-checkout-fields .cc-checkout-panel:last-child { margin-bottom: 0; }
.cc-checkout .woocommerce-billing-fields h3,
.cc-checkout .woocommerce-shipping-fields h3,
.cc-checkout #order_review_heading {
  margin: 0 0 1.25rem;
  color: #17201a;
  font-size: 1.25rem;
  font-weight: 700;
}
.cc-checkout #ship-to-different-address {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}
.cc-checkout .woocommerce-form-login-toggle {
  color: #17201a;
  font-size: 0.95rem;
  font-weight: 600;
}
.cc-checkout .woocommerce-form-login-toggle a {
  color: #1d5d33;
  font-weight: 700;
}
.cc-checkout-login-nudge {
  margin: 1rem 0 1.25rem;
  color: #667168;
  font-size: 0.875rem;
  line-height: 1.6;
}
.cc-checkout-login-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem 1rem;
}
@media (min-width: 768px) {
  .cc-checkout-login-grid {
    grid-template-columns: 1fr 1fr auto;
    align-items: end;
  }
}
.cc-checkout-login-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.cc-checkout-login-actions .lost_password {
  margin: 0;
}
.cc-checkout-login-actions a {
  color: #1d5d33;
  font-size: 0.875rem;
  font-weight: 600;
}
.woocommerce .cc-checkout .form-row {
  margin: 0 0 1rem;
  padding: 0;
}
.woocommerce .cc-checkout .form-row label {
  display: block;
  margin-bottom: 0.4rem;
  color: #17201a;
  font-size: 0.875rem;
  font-weight: 600;
}
.woocommerce .cc-checkout .form-row .required {
  color: #b42318;
  text-decoration: none;
}
.woocommerce .cc-checkout .input-text,
.woocommerce .cc-checkout select,
.woocommerce .cc-checkout textarea {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid #d8e0d9;
  border-radius: 0;
  background: #fff;
  color: #17201a;
  font-size: 0.9375rem;
  box-shadow: none;
}
.woocommerce .cc-checkout textarea.input-text {
  min-height: 6rem;
}
.woocommerce .cc-checkout .select2-container .select2-selection--single {
  height: 2.75rem;
  border: 1px solid #d8e0d9;
  border-radius: 0;
}
.woocommerce .cc-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 2.65rem;
  padding-left: 0.85rem;
  color: #17201a;
}
.woocommerce .cc-checkout .select2-container .select2-selection--single .select2-selection__arrow {
  height: 2.65rem;
}
.woocommerce .cc-checkout .form-row-first,
.woocommerce .cc-checkout .form-row-last {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce .cc-checkout .form-row-first,
  .woocommerce .cc-checkout .form-row-last {
    width: 48%;
  }
  .woocommerce .cc-checkout .form-row-first { float: left; }
  .woocommerce .cc-checkout .form-row-last { float: right; }
}
.woocommerce .cc-checkout .woocommerce-billing-fields__field-wrapper::after,
.woocommerce .cc-checkout .woocommerce-shipping-fields__field-wrapper::after,
.woocommerce .cc-checkout .woocommerce-account-fields::after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce .cc-checkout .woocommerce-account-fields {
  clear: both;
  padding-top: 0.25rem;
}
.woocommerce-checkout #cc-account-pw-fields {
  display: none !important;
  margin: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  padding: 0 !important;
}
body.cc-create-account-on.woocommerce-checkout #cc-account-pw-fields {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
  visibility: visible !important;
  margin: 0 0 1rem !important;
  padding: 0 !important;
}
.woocommerce .cc-checkout #billing_gift_box_field,
.woocommerce .cc-checkout .cc-checkout-gift,
.woocommerce .cc-checkout .kl_newsletter_checkbox_field {
  clear: both;
  width: 100%;
}
.woocommerce .cc-checkout #billing_gift_box_field label,
.woocommerce .cc-checkout .cc-checkout-gift label,
.woocommerce .cc-checkout .kl_newsletter_checkbox_field label {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  color: #374151;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.55;
}
.woocommerce .cc-checkout .input-checkbox {
  margin-top: 0.2rem;
  accent-color: #1d5d33;
}
.woocommerce .cc-checkout .shipping_address {
  margin-top: 1rem;
}
.cc-checkout-aside-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .cc-checkout-aside-inner {
    position: sticky;
    top: 6.5rem;
  }
}
.cc-checkout-review {
  padding: 1.5rem;
}
.cc-checkout-min-notice {
  margin: 0 0 1.15rem;
  padding: 0.75rem 0.9rem;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #b42318;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
.cc-checkout-cart-error {
  max-width: 36rem;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  background: #fff;
  border: 1px solid #fecaca;
  text-align: center;
}
.cc-checkout-cart-error-kicker {
  margin: 0;
  color: #b42318;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.35;
}
.cc-checkout-cart-error-text {
  margin: 0.65rem 0 0;
  color: #59625b;
  font-size: 0.95rem;
  line-height: 1.6;
}
.cc-checkout-cart-error-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.cc-checkout-cart-error-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.4rem;
  background: #1d5d33;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}
.cc-checkout-cart-error-primary:hover {
  background: #154526;
  color: #fff !important;
}
.cc-checkout-cart-error-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.4rem;
  border: 1px solid #d8e0d9;
  background: #fff;
  color: #17201a !important;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}
.cc-checkout-cart-error-secondary:hover {
  border-color: #1d5d33;
  color: #1d5d33 !important;
}
.woocommerce .cc-checkout table.shop_table {
  width: 100%;
  margin: 0 0 1rem;
  border: 0;
  border-collapse: collapse;
}
.woocommerce .cc-checkout table.shop_table th,
.woocommerce .cc-checkout table.shop_table td {
  padding: 0.75rem 0;
  border: 0;
  border-bottom: 1px solid #e8eee8;
  background: transparent;
  text-align: left;
  vertical-align: top;
}
.woocommerce .cc-checkout table.shop_table thead th {
  color: #667168;
  font-size: 0.8125rem;
  font-weight: 600;
}
.woocommerce .cc-checkout table.shop_table td.product-total,
.woocommerce .cc-checkout table.shop_table tfoot td {
  text-align: right;
  font-weight: 600;
}
.woocommerce .cc-checkout .cart-discount:has(th:empty):has(td:empty) {
  display: none;
}
.woocommerce .cc-checkout .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.woocommerce .cc-checkout .woocommerce-shipping-methods label {
  color: #1d5d33;
  font-weight: 600;
}
.woocommerce .cc-checkout .order-total th,
.woocommerce .cc-checkout .order-total td {
  border-bottom: 0;
  color: #17201a;
  font-size: 1.05rem;
  font-weight: 700;
}
.woocommerce .cc-checkout .cc-cart-free-price,
.woocommerce .cc-checkout .is-free-item .product-total {
  color: #1d5d33;
}
.cc-checkout-pay-note {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  padding: 0.9rem 1.1rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-size: 0.875rem;
  line-height: 1.5;
}
.cc-checkout-pay-note ~ .cc-checkout-pay-note,
#payment .cc-checkout-pay-note {
  display: none !important;
}
.cc-checkout-pay-note-icon { font-size: 1.1rem; }
.woocommerce .cc-checkout .wc_payment_methods {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  border: 1px solid #d8e0d9;
}
.woocommerce .cc-checkout .wc_payment_method {
  margin: 0;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid #e8eee8;
}
.woocommerce .cc-checkout .wc_payment_method:last-child { border-bottom: 0; }
.woocommerce .cc-checkout .wc_payment_method label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #17201a;
  font-weight: 600;
}
.woocommerce .cc-checkout .wc_payment_method img {
  height: 24px;
  width: auto;
  margin-left: 0.35rem;
}
.woocommerce .cc-checkout .payment_box {
  margin: 0.75rem 0 0;
  padding: 0.75rem 0 0;
  color: #667168;
  font-size: 0.875rem;
  line-height: 1.55;
}
.woocommerce .cc-checkout .payment_box p { margin: 0; }
.woocommerce .cc-checkout #place_order {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3rem;
  margin-top: 0.5rem;
  padding: 0.85rem 1rem;
  border: 0;
  border-radius: 0;
  background: #1d5d33 !important;
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 700;
  box-shadow: none;
  cursor: pointer;
}
.woocommerce .cc-checkout #place_order:hover { background: #154526 !important; }
.woocommerce .cc-checkout .woocommerce-form-login__submit,
.woocommerce .cc-checkout .checkout_coupon .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 1.1rem;
  border: 1px solid #d8e0d9;
  border-radius: 0;
  background: #f3f6f3 !important;
  color: #17201a !important;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: none;
  cursor: pointer;
}
.woocommerce .cc-checkout .form-row.cc-checkout-login-submit { margin: 0; }
.woocommerce form.checkout_coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0 0 1rem;
  padding: 1rem;
}
.woocommerce form.checkout_coupon .form-row {
  margin: 0;
}
.woocommerce form.checkout_coupon .input-text {
  min-height: 2.75rem;
  border: 1px solid #d8e0d9;
}

.elementor-widget-cannabis-contact > .elementor-widget-container {
  padding: 0;
}
.contact-block {
  position: relative;
  overflow-x: hidden;
  background: #f7faf7;
  padding: 3.5rem 0;
}
@media (min-width: 768px) {
  .contact-block { padding: 5rem 0; }
}
@media (min-width: 1024px) {
  .contact-block { padding: 6rem 0; }
}
.contact-blob {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 6rem;
  width: 18rem;
  height: 18rem;
  background: rgba(97, 206, 112, 0.1);
  filter: blur(64px);
}
.contact-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .contact-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .contact-inner { padding: 0 2rem; }
}
.contact-grid {
  display: grid;
  align-items: start;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 3.5rem;
  }
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-info-card {
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.7);
  box-shadow: 0 1px 2px rgba(23, 32, 26, 0.05);
  padding: 1.5rem;
}
.contact-info-card h4 {
  margin: 0 0 0.65rem;
  color: #18201a;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.contact-info-card-body {
  color: #18201a;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.6;
}
.contact-info-card-body p {
  margin: 0;
}
.contact-info-card-body a {
  color: #1d5d33;
  text-decoration: none;
}
.contact-info-card-body a:hover {
  color: #154526;
}
.contact-form-card {
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.7);
  box-shadow: 0 1px 2px rgba(23, 32, 26, 0.05);
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .contact-form-card { padding: 2rem; }
}
.contact-form-title {
  margin: 0;
  color: #18201a;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 768px) {
  .contact-form-title { font-size: 1.875rem; }
}
.contact-form-text {
  margin: 0.5rem 0 1.5rem;
  color: #68716a;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .contact-form-text { font-size: 1rem; }
}
.contact-form-notice {
  margin: 0 0 1.25rem;
  padding: 0.75rem 0.9rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.contact-form-notice.is-success {
  background: #eef8f0;
  border: 1px solid #c9e6cf;
  color: #154526;
}
.contact-form-notice.is-error {
  background: #fef3f2;
  border: 1px solid #f5c2c0;
  color: #b42318;
}
.contact-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact-form {
  margin: 0;
}
.contact-field {
  margin: 0 0 1rem;
}
.contact-field label {
  display: block;
  margin-bottom: 0.4rem;
  color: #17201a;
  font-size: 0.875rem;
  font-weight: 600;
}
.contact-field .required {
  color: #b42318;
}
.contact-field input,
.contact-field textarea {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid #d8e0d9;
  border-radius: 0;
  background: #fff;
  color: #17201a;
  font-size: 0.9375rem;
  box-shadow: none;
}
.contact-field textarea {
  min-height: 7rem;
  resize: vertical;
}
.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: #1d5d33;
}
.contact-submit {
  margin: 0;
}
.contact-submit button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.85rem;
  padding: 0.75rem 1.25rem;
  border: 0;
  border-radius: 0;
  background: #1d5d33;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
}
.contact-submit button:hover {
  background: #154526;
}

.elementor-widget-cannabis-faq > .elementor-widget-container {
  padding: 0;
}
.faq-block {
  background: #fff;
  padding: 3.5rem 0;
}
@media (min-width: 768px) {
  .faq-block { padding: 5rem 0; }
}
@media (min-width: 1024px) {
  .faq-block { padding: 6rem 0; }
}
.faq-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .faq-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .faq-inner { padding: 0 2rem; }
}
.faq-list {
  border: 1px solid #d8e0d9;
  background: #fff;
}
.faq-item + .faq-item {
  border-top: 1px solid #e3e9e4;
}
.faq-item summary {
  display: flex;
  cursor: pointer;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  color: #17201a;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}
.faq-item summary::-webkit-details-marker,
.faq-item summary::marker {
  display: none;
  content: none;
}
.faq-item summary i {
  flex: 0 0 auto;
  color: #1d5d33;
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}
.faq-item[open] summary i {
  transform: rotate(180deg);
}
.faq-item p {
  margin: 0;
  padding: 0 1.25rem 1.25rem;
  color: #556158;
  font-size: 15px;
  line-height: 1.75;
}

.elementor-widget-cannabis-growing-tips > .elementor-widget-container {
  padding: 0;
}
.growing-tips {
  overflow-x: hidden;
  background: #f7faf7;
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .growing-tips { padding: 3.5rem 0; }
}
.growing-tips-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .growing-tips-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .growing-tips-inner { padding: 0 2rem; }
}
.growing-tips-intro {
  max-width: 56rem;
}
.growing-tips-intro p {
  margin: 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .growing-tips-intro p { font-size: 1.125rem; }
}
.growing-tips-list {
  max-width: 56rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}
.growing-tips-list li {
  display: flex;
  gap: 0.75rem;
  margin: 0;
  padding: 1rem;
  background: #fff;
  border: 1px solid #d8e0d9;
}
.growing-tips-list li + li {
  margin-top: 0.75rem;
}
.growing-tips-list i {
  flex: 0 0 auto;
  margin-top: 0.25rem;
  color: #61ce70;
}
.growing-tips-list p {
  margin: 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .growing-tips-list p { font-size: 1rem; }
}
.growing-tips-list strong {
  color: #17201a;
  font-weight: 600;
}
.growing-tips-closing {
  max-width: 56rem;
  margin: 1.5rem 0 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .growing-tips-closing { font-size: 1.125rem; }
}

.elementor-widget-cannabis-growing-tip > .elementor-widget-container,
.elementor-widget-cannabis-growing-tip-2 > .elementor-widget-container,
.elementor-widget-cannabis-growing-tip-3 > .elementor-widget-container {
  padding: 0;
}
.growing-tip {
  overflow-x: hidden;
  background: #fff;
  padding: 3.5rem 0;
}
.growing-tip.is-mint {
  background: #f7faf7;
}
@media (min-width: 768px) {
  .growing-tip { padding: 5rem 0; }
}
@media (min-width: 1024px) {
  .growing-tip { padding: 6rem 0; }
}
.growing-tip-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .growing-tip-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .growing-tip-inner { padding: 0 2rem; }
}
.growing-tip-grid {
  display: grid;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .growing-tip-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.growing-tip-copy {
  order: 1;
}
.growing-tip-media {
  order: 2;
  overflow: hidden;
  background: #f4f8f4;
  border: 1px solid rgba(229, 231, 235, 0.7);
}
.growing-tip.is-cover .growing-tip-media {
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(23, 32, 26, 0.12), 0 4px 6px -4px rgba(23, 32, 26, 0.1);
}
@media (min-width: 1024px) {
  .growing-tip.is-media-left .growing-tip-media { order: 1; }
  .growing-tip.is-media-left .growing-tip-copy { order: 2; }
}
.growing-tip-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.growing-tip.is-cover .growing-tip-media img {
  object-fit: cover;
}
.growing-tip-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  background: #1d5d33;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.growing-tip-title {
  margin: 1rem 0 0;
  max-width: 36rem;
  color: #17201a;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 768px) {
  .growing-tip-title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
  .growing-tip-title { font-size: 3rem; }
}
.growing-tip-title span { color: #1d5d33; }
.growing-tip-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding: 0.375rem 0.75rem;
  background: rgba(97, 206, 112, 0.1);
  color: #1d5d33;
  font-size: 0.875rem;
  font-weight: 600;
}
.growing-tip-text {
  max-width: 36rem;
  margin-top: 1.5rem;
}
.growing-tip-text p {
  margin: 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 2;
}
.growing-tip-text p + p {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .growing-tip-text p { font-size: 1.125rem; }
}
.growing-tip-text strong {
  color: #1d5d33;
  font-weight: 700;
}
.growing-tip-points {
  max-width: 36rem;
  margin-top: 1.5rem;
}
.growing-tip-point {
  display: flex;
  gap: 0.75rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #e5e7eb;
}
.growing-tip-point + .growing-tip-point {
  margin-top: 0.75rem;
}
.growing-tip-point i {
  flex: 0 0 auto;
  margin-top: 0.125rem;
  color: #1d5d33;
}
.growing-tip-point p {
  margin: 0;
  color: #1f2937;
  font-size: 15px;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .growing-tip-point p { font-size: 1rem; }
}
.growing-tip-points.is-list {
  padding: 0 1.25rem;
  background: #fff;
  border: 1px solid #e5e7eb;
}
.growing-tip-points.is-list .growing-tip-point {
  margin: 0;
  padding: 1rem 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #f3f4f6;
}
.growing-tip-points.is-list .growing-tip-point:last-child {
  border-bottom: 0;
}
.growing-tip-points.is-list .growing-tip-point i {
  margin-top: 0.25rem;
  color: #61ce70;
}
.growing-tip-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  max-width: 36rem;
  margin-top: 1.5rem;
}
@media (min-width: 640px) {
  .growing-tip-stats { grid-template-columns: 1fr 1fr; }
}
.growing-tip-stat {
  padding: 1rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(23, 32, 26, 0.05);
}
.growing-tip-stat-value {
  margin: 0;
  color: #1d5d33;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .growing-tip-stat-value { font-size: 1.875rem; }
}
.growing-tip-stat-text {
  margin: 0.375rem 0 0;
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.5;
}
.growing-tip-closing {
  max-width: 36rem;
  margin: 1.5rem 0 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .growing-tip-closing { font-size: 1.125rem; }
}
.growing-tip-warning {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  max-width: 36rem;
  margin-top: 1rem;
  padding: 1.25rem;
  background: #fffbeb;
  border: 1px solid #fde68a;
}
.growing-tip-warning > i {
  flex: 0 0 auto;
  margin-top: 0.125rem;
  color: #b45309;
}
.growing-tip-warning h3 {
  margin: 0;
  color: #111827;
  font-size: 1rem;
  font-weight: 600;
}
.growing-tip-warning ul {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}
.growing-tip-warning li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  color: #1f2937;
  font-size: 15px;
  line-height: 1.75;
}
.growing-tip-warning li + li {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .growing-tip-warning li { font-size: 1rem; }
}
.growing-tip-warning li i {
  flex: 0 0 auto;
  margin-top: 0.5rem;
  color: #b45309;
  font-size: 6px;
}

.elementor-widget-cannabis-growing-tip-note > .elementor-widget-container {
  padding: 0;
}
.growing-tip-note {
  overflow-x: hidden;
  background: #fff;
  padding: 0 0 1.5rem;
}
@media (min-width: 768px) {
  .growing-tip-note { padding-bottom: 2rem; }
}
.growing-tip-note-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .growing-tip-note-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .growing-tip-note-inner { padding: 0 2rem; }
}
.growing-tip-note-box {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  background: #f2f8f3;
  border: 1px solid rgba(29, 93, 51, 0.1);
}
@media (min-width: 768px) {
  .growing-tip-note-box { padding: 2rem; }
}
.growing-tip-note-box i {
  flex: 0 0 auto;
  margin-top: 0.25rem;
  color: #1d5d33;
}
.growing-tip-note-box p {
  margin: 0;
  max-width: 56rem;
  color: #4b5563;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .growing-tip-note-box p { font-size: 1.125rem; }
}

.blog-single {
  background: #fff;
  padding: 2.5rem 0 3.5rem;
}
@media (min-width: 768px) {
  .blog-single { padding: 3.5rem 0 4.5rem; }
}
.blog-single-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .blog-single-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .blog-single-inner { padding: 0 2rem; }
}
.blog-single-grid {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .blog-single-grid {
    grid-template-columns: minmax(0, 2fr) minmax(16rem, 1fr);
    gap: 3.5rem;
    align-items: start;
  }
}
.blog-single-cats {
  margin: 0 0 0.75rem;
  color: #667168;
  font-size: 0.875rem;
  line-height: 1.6;
}
.blog-single-cats a {
  color: #1d5d33;
  text-decoration: none;
}
.blog-single-cats a:hover { text-decoration: underline; }
.blog-single-views {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 1.25rem;
  color: #667168;
  font-size: 0.875rem;
}
.blog-single-views i { color: #1d5d33; }
.blog-single-media {
  overflow: hidden;
  margin: 0 0 1.75rem;
  border: 1px solid rgba(229, 231, 235, 0.7);
  background: #f3f4f6;
}
.blog-single-media img,
.blog-single-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog-single-content {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.85;
}
@media (min-width: 768px) {
  .blog-single-content { font-size: 1.0625rem; }
}
.blog-single-content > *:first-child { margin-top: 0; }
.blog-single-content p {
  margin: 0 0 1.15rem;
}
.blog-single-content h2,
.blog-single-content h3 {
  margin: 2rem 0 0.85rem;
  color: #17201a;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.blog-single-content h2 { font-size: 1.5rem; }
.blog-single-content h3 { font-size: 1.25rem; }
@media (min-width: 768px) {
  .blog-single-content h2 { font-size: 1.75rem; }
}
.blog-single-content a {
  color: #1d5d33;
  font-weight: 600;
}
.blog-single-content ul,
.blog-single-content ol {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
}
.blog-single-content li { margin: 0 0 0.4rem; }
.blog-single-content strong { color: #17201a; }
.blog-single-share {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}
.blog-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  background: #1d5d33;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.blog-share-btn:hover { background: #154526; color: #fff; }
.blog-share-btn.is-copied { background: #61ce70; }
.blog-single-aside-title {
  margin: 1.75rem 0 0.85rem;
  color: #17201a;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
}
.blog-single-aside-title:first-child { margin-top: 0; }
.blog-single-search {
  display: flex;
  gap: 0.5rem;
}
.blog-single-search input[type="search"] {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid #d8e0d9;
  border-radius: 0;
  background: #fff;
  color: #17201a;
}
.blog-single-search input[type="search"]:focus {
  outline: none;
  border-color: #1d5d33;
}
.blog-single-search button {
  flex: 0 0 auto;
  min-height: 2.75rem;
  padding: 0.65rem 1rem;
  border: 0;
  background: #1d5d33;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
}
.blog-single-search button:hover { background: #154526; }
.blog-single-cat-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #e5e7eb;
  background: #fff;
}
.blog-single-cat-list li + li {
  border-top: 1px solid #f3f4f6;
}
.blog-single-cat-list a {
  display: block;
  padding: 0.7rem 0.9rem;
  color: #374151;
  font-size: 0.9rem;
  text-decoration: none;
}
.blog-single-cat-list a:hover {
  background: #f7faf7;
  color: #1d5d33;
}
.blog-single-suggestions {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.blog-suggest {
  display: flex;
  gap: 0.85rem;
  align-items: center;
}
.blog-suggest-media {
  flex: 0 0 5.5rem;
  overflow: hidden;
  width: 5.5rem;
  height: 3.5rem;
  background: #eef7ef;
}
.blog-suggest-media.is-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d5d33;
}
.blog-suggest-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-suggest-body h3 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
}
.blog-suggest-body h3 a {
  color: #17201a;
  text-decoration: none;
}
.blog-suggest-body h3 a:hover { color: #1d5d33; }
.blog-suggest-body p {
  margin: 0.25rem 0 0;
  color: #6b7280;
  font-size: 0.75rem;
}

body.woocommerce-order-received .page-title-bar,
body.woocommerce-order-received .shop-title-bar,
body.woocommerce-order-received [class*="elementor-widget-cannabis-"][class*="-title-bar"] {
  display: none !important;
}
body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce-order-details tfoot tr:has(.order-actions-button) {
  display: none;
}
.cc-thankyou {
  padding: 2.5rem 0 4rem;
}
@media (min-width: 768px) {
  .cc-thankyou { padding: 3.5rem 0 5rem; }
}
.cc-thankyou-inner {
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .cc-thankyou-inner { padding: 0 1.5rem; }
}
.woocommerce .cc-thankyou .woocommerce-order {
  margin: 0;
}
.order-success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1.25rem;
  background: #1d5d33;
  color: #fff;
  font-size: 1.35rem;
}
.woocommerce .cc-thankyou .woocommerce-thankyou-order-received {
  margin: 0 0 1.75rem;
  border: 0;
  background: transparent;
  color: #17201a;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}
.woocommerce .cc-thankyou .woocommerce-order-overview {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  padding: 1.25rem 1.5rem;
  list-style: none;
  background: #f7faf7;
  border: 1px solid #d8e0d9;
}
.woocommerce .cc-thankyou .woocommerce-order-overview li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  border: 0;
  color: #667168;
  font-size: 0.9rem;
}
.woocommerce .cc-thankyou .woocommerce-order-overview li strong {
  color: #17201a;
  font-weight: 700;
}
.woocommerce .cc-thankyou .order-payment-instructions,
.woocommerce .cc-thankyou .order-payment-instructions p,
.woocommerce .cc-thankyou .woocommerce-order-overview + p {
  margin: 0 0 1.5rem;
  padding: 0;
  background: transparent;
  border: 0;
  color: #b42318;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.6;
}
.woocommerce .cc-thankyou .order-payment-instructions p:last-child {
  margin-bottom: 0;
}
.woocommerce .cc-thankyou .woocommerce-order-details {
  margin: 0;
}
.woocommerce .cc-thankyou .woocommerce-order-details__title {
  margin: 0 0 1rem;
  color: #17201a;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.woocommerce .cc-thankyou table.shop_table {
  margin: 0;
  border: 1px solid #d8e0d9;
  border-collapse: collapse;
  background: #fff;
}
.woocommerce .cc-thankyou table.shop_table th,
.woocommerce .cc-thankyou table.shop_table td {
  padding: 0.85rem 1rem;
  border: 0;
  border-bottom: 1px solid #eef2ef;
  color: #17201a;
  font-size: 0.9375rem;
}
.woocommerce .cc-thankyou table.shop_table thead th {
  background: #f7faf7;
  font-weight: 700;
}
.woocommerce .cc-thankyou table.shop_table tbody tr:last-child td,
.woocommerce .cc-thankyou table.shop_table tfoot tr:last-child th,
.woocommerce .cc-thankyou table.shop_table tfoot tr:last-child td {
  border-bottom: 0;
}
.woocommerce .cc-thankyou table.shop_table tfoot th {
  font-weight: 600;
}
.woocommerce .cc-thankyou table.shop_table tfoot tr:last-child th,
.woocommerce .cc-thankyou table.shop_table tfoot tr:last-child td {
  font-weight: 700;
}
.woocommerce .cc-thankyou table.shop_table .product-name a {
  color: #1d5d33;
  text-decoration: none;
}
.woocommerce .cc-thankyou table.shop_table .product-name a:hover {
  text-decoration: underline;
}
.woocommerce .cc-thankyou .is-free-item .product-total {
  color: #1d5d33;
  font-weight: 700;
}
.cc-thankyou-continue {
  margin: 1.75rem 0 0;
  text-align: center;
}
.woocommerce .cc-thankyou a.continue-shopping {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.7rem 1.35rem;
  background: #1d5d33;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}
.woocommerce .cc-thankyou a.continue-shopping:hover {
  background: #154526;
  color: #fff;
}

.elementor-widget-cannabis-privacy > .elementor-widget-container,
.elementor-widget-cannabis-terms > .elementor-widget-container {
  padding: 0;
}
.legal-page {
  overflow-x: hidden;
}
.legal-nav-wrap {
  background: #f7faf7;
  border-bottom: 1px solid #e3e9e4;
}
.legal-nav-inner,
.legal-body-inner {
  max-width: 64rem;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}
@media (min-width: 640px) {
  .legal-nav-inner,
  .legal-body-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .legal-nav-inner { padding-top: 2rem; padding-bottom: 2rem; }
}
@media (min-width: 1024px) {
  .legal-nav-inner,
  .legal-body-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.legal-nav-title {
  margin: 0 0 0.75rem;
  color: #667168;
  font-size: 0.875rem;
  font-weight: 600;
}
.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.legal-nav a {
  border: 1px solid #dfe7e1;
  background: #fff;
  color: #1d5d33;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.legal-nav a:hover {
  border-color: #61ce70;
  background: #eef8f0;
  color: #1d5d33;
}
.legal-body {
  background: #fff;
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .legal-body { padding: 4rem 0; }
}
@media (min-width: 1024px) {
  .legal-body { padding: 5rem 0; }
}
.legal-content {
  max-width: 56rem;
}
.legal-section {
  padding: 2rem 0;
  border-bottom: 1px solid #e3e9e4;
  scroll-margin-top: 6rem;
}
@media (min-width: 768px) {
  .legal-section { padding: 2.5rem 0; }
}
.legal-section:first-child { padding-top: 0; }
.legal-section:last-child { border-bottom: 0; }
.legal-section-num {
  margin: 0;
  color: #61ce70;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}
.is-numbered .legal-section h2 { margin-top: 0.5rem; }
.legal-section a {
  color: #1d5d33;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #61ce70;
  text-underline-offset: 4px;
}
.legal-section h2 {
  margin: 0;
  color: #18201a;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .legal-section h2 { font-size: 1.875rem; }
}
.legal-section h2 i {
  margin-right: 0.5rem;
  color: #1d5d33;
  font-size: 1.25rem;
}
.legal-section h3 {
  margin: 1.5rem 0 0;
  color: #18201a;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .legal-section h3 { font-size: 1.5rem; }
}
.legal-card h3,
.legal-purpose h3,
.legal-boxed h3 {
  font-size: 1.125rem;
}
.legal-boxed h3 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .legal-boxed h3 { font-size: 1.5rem; }
}
.legal-section p {
  margin: 1rem 0 0;
  color: #59625b;
  font-size: 1rem;
  line-height: 2;
  overflow-wrap: anywhere;
}
@media (min-width: 768px) {
  .legal-section p { font-size: 1.0625rem; }
}
.legal-section p.legal-section-num {
  margin: 0;
  color: #61ce70;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}
.legal-defs {
  margin: 1rem 0 0;
}
.legal-defs > div {
  display: grid;
  gap: 0.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #edf1ee;
}
.legal-defs > div:last-child { border-bottom: 0; }
@media (min-width: 768px) {
  .legal-defs > div {
    grid-template-columns: 180px 1fr;
    gap: 1.5rem;
  }
}
.legal-defs dt {
  color: #1d5d33;
  font-weight: 600;
}
.legal-defs dd {
  margin: 0;
  color: #59625b;
  line-height: 1.75;
}
.legal-checks,
.legal-xmarks,
.legal-dots,
.legal-strong-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}
.legal-checks {
  display: grid;
  gap: 0.75rem;
}
.legal-checks li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #4f5851;
  font-size: 1rem;
  line-height: 1.75;
}
.legal-checks i {
  margin-top: 0.25rem;
  color: #61ce70;
}
.legal-xmarks {
  display: grid;
  gap: 0.75rem;
}
.legal-xmarks li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #4f5851;
  font-size: 1rem;
  line-height: 1.75;
}
.legal-xmarks i {
  margin-top: 0.25rem;
  color: #1d5d33;
}
.legal-strong-list {
  display: grid;
  gap: 1rem;
  color: #59625b;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .legal-strong-list { font-size: 1.0625rem; }
}
.legal-strong-list strong {
  color: #263029;
  font-weight: 600;
}
.legal-dots {
  display: grid;
  gap: 0.75rem;
}
.legal-dots li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #59625b;
  font-size: 1rem;
  line-height: 1.75;
}
.legal-dots li > span:first-child {
  flex-shrink: 0;
  width: 0.375rem;
  height: 0.375rem;
  margin-top: 0.5rem;
  background: #1d5d33;
}
.legal-dots-green li > span:first-child {
  background: #61ce70;
}
.legal-callout {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: #f7faf7;
  border: 1px solid #e3e9e4;
}
@media (min-width: 768px) {
  .legal-callout { padding: 2rem; }
}
.legal-callout > i {
  margin-top: 0.25rem;
  color: #1d5d33;
}
.legal-callout p { margin: 0; }
.legal-callout p + p { margin-top: 1rem; }
.legal-callout-plain {
  background: #fff;
}
.legal-cards {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
.legal-card,
.legal-purpose {
  padding: 1.25rem;
  border: 1px solid #e3e9e4;
  background: #fff;
}
.legal-card h3,
.legal-purpose h3 { margin-top: 0; }
.legal-purpose-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .legal-purpose-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.legal-purpose {
  background: #f9fbf9;
}
.legal-purpose p {
  margin: 0.25rem 0 0;
  color: #667168;
  font-size: 0.875rem;
  line-height: 1.6;
}
.legal-purpose p span {
  color: #263029;
  font-weight: 600;
}
.legal-purpose .legal-purpose-body {
  margin-top: 0.75rem;
  color: #59625b;
  font-size: 1rem;
  line-height: 1.75;
}
.legal-boxed {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: #f9fbf9;
  border: 1px solid #dfe7e1;
}
@media (min-width: 768px) {
  .legal-boxed { padding: 2rem; }
}
.legal-boxed h3:first-child { margin-top: 0; }
.legal-boxed h3 { margin-top: 2rem; }
.legal-boxed-soft {
  background: #f9fbf9;
}
.legal-disclaimer {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: #f7faf7;
  border: 1px solid #d9e2db;
}
@media (min-width: 768px) {
  .legal-disclaimer { padding: 2rem; }
}
@media (min-width: 1024px) {
  .legal-disclaimer { padding: 2.5rem; }
}
.legal-disclaimer-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.legal-disclaimer-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background: #fff;
  border: 1px solid #d9e2db;
  color: #1d5d33;
}
.legal-disclaimer-head p {
  margin: 0;
  color: #1d5d33;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
}
.legal-warning {
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: #fffbeb;
  border: 1px solid #fde68a;
}
@media (min-width: 768px) {
  .legal-warning { padding: 2rem; }
}
.legal-warning p { margin: 0; }
.legal-warning p + p { margin-top: 1rem; }

.elementor-widget-cannabis-refund > .elementor-widget-container {
  padding: 0;
}
.refund-page {
  overflow-x: hidden;
  background: #f7faf7;
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .refund-page { padding: 4rem 0; }
}
@media (min-width: 1024px) {
  .refund-page { padding: 5rem 0; }
}
.refund-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .refund-inner { padding: 0 1.5rem; }
}
.refund-card,
.refund-include,
.refund-replace,
.refund-warning {
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .refund-card { padding: 1.5rem; }
  .refund-include { padding: 1.5rem; }
  .refund-replace,
  .refund-warning { padding: 1.75rem; }
}
.refund-card {
  background: #fff;
  border: 1px solid #dfe7e1;
  box-shadow: 0 1px 2px rgba(23, 32, 26, 0.06);
}
.refund-card-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.refund-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background: rgba(97, 206, 112, 0.1);
  color: #1d5d33;
}
.refund-card h2,
.refund-include h2,
.refund-warning h2 {
  margin: 0;
  color: #18201a;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .refund-card h2,
  .refund-include h2,
  .refund-warning h2 { font-size: 1.5rem; }
}
.refund-card > p,
.refund-card-body,
.refund-warning > p {
  margin: 1rem 0 0;
  color: #59625b;
  font-size: 0.9375rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .refund-card > p,
  .refund-card-body,
  .refund-warning > p { font-size: 1rem; }
}
@media (min-width: 1024px) {
  .refund-card > p,
  .refund-card-body,
  .refund-warning > p { font-size: 1.125rem; }
}
.refund-card-body p { margin: 0; }
.refund-card-body p + p { margin-top: 1rem; }
.refund-card strong,
.refund-card-body strong {
  color: #1d5d33;
  font-weight: 600;
}
.refund-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .refund-split { grid-template-columns: 1fr 1fr; }
}
.refund-include {
  background: #f7faf7;
  border: 1px solid #e3e9e4;
}
.refund-checks,
.refund-minuses {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}
.refund-checks li,
.refund-minuses li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #4f5851;
  font-size: 1rem;
}
.refund-checks li + li,
.refund-minuses li + li {
  margin-top: 0.75rem;
}
.refund-checks i {
  margin-top: 0.25rem;
  color: #61ce70;
}
.refund-replace {
  background: #154526;
  color: #fff;
}
.refund-replace-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.refund-icon-on-dark {
  background: rgba(255, 255, 255, 0.1);
  color: #61ce70;
}
.refund-replace p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 768px) {
  .refund-replace p { font-size: 1rem; }
}
@media (min-width: 1024px) {
  .refund-replace p { font-size: 1.125rem; }
}
.refund-warning {
  border: 1px solid #fde68a;
  background: #fffbeb;
}
.refund-icon-warn {
  background: #fff;
  color: #b45309;
  border: 1px solid #fde68a;
}
.refund-minuses {
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .refund-minuses { font-size: 1rem; }
}
.refund-minuses i {
  margin-top: 0.5rem;
  color: #d97706;
  font-size: 0.75rem;
}

.elementor-widget-cannabis-shipping > .elementor-widget-container {
  padding: 0;
}
.shipping-page {
  overflow-x: hidden;
  background: #f7faf7;
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .shipping-page { padding: 4rem 0; }
}
@media (min-width: 1024px) {
  .shipping-page { padding: 5rem 0; }
}
.shipping-inner {
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .shipping-inner { padding: 0 1.5rem; }
}
.shipping-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .shipping-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.shipping-card {
  background: #fff;
  border: 1px solid #e3e9e4;
  box-shadow: 0 1px 2px rgba(23, 32, 26, 0.06);
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .shipping-card { padding: 1.75rem; }
}
.shipping-card-head,
.shipping-note-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.shipping-card-head { align-items: center; }
@media (min-width: 768px) {
  .shipping-note-inner { gap: 1rem; }
}
.shipping-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background: rgba(97, 206, 112, 0.1);
  color: #1d5d33;
}
.shipping-card h2,
.shipping-weather h2,
.shipping-transit h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.shipping-card h2,
.shipping-weather h2 {
  color: #18201a;
}
.shipping-transit h2 {
  color: #fff;
}
@media (min-width: 768px) {
  .shipping-card h2,
  .shipping-weather h2,
  .shipping-transit h2 { font-size: 1.5rem; }
}
.shipping-card-body {
  margin: 1rem 0 0;
  color: #59625b;
  font-size: 0.9375rem;
  line-height: 2;
}
.shipping-card-body p { margin: 0; }
.shipping-card-body p + p { margin-top: 1rem; }
.shipping-card-body strong {
  color: #18201a;
  font-weight: 600;
}
@media (min-width: 768px) {
  .shipping-card-body { font-size: 1rem; }
}
@media (min-width: 1024px) {
  .shipping-card-body { font-size: 1.125rem; }
}
.shipping-weather,
.shipping-transit {
  margin-top: 1.25rem;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .shipping-weather { padding: 1.5rem; }
  .shipping-transit { padding: 2rem; }
}
.shipping-weather {
  border: 1px solid #fde68a;
  background: #fffbeb;
}
.shipping-icon-warn {
  background: #fff;
  color: #b45309;
  border: 1px solid #fde68a;
}
.shipping-weather p {
  margin: 0.75rem 0 0;
  color: #59625b;
  font-size: 0.9375rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .shipping-weather p { font-size: 1rem; }
}
@media (min-width: 1024px) {
  .shipping-weather p { font-size: 1.125rem; }
}
.shipping-transit {
  background: #154526;
  color: #fff;
}
.shipping-icon-on-dark {
  background: rgba(255, 255, 255, 0.1);
  color: #61ce70;
}
.shipping-transit-body {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9375rem;
  line-height: 2;
}
.shipping-transit-body p { margin: 0; }
.shipping-transit-body p + p { margin-top: 1rem; }
@media (min-width: 768px) {
  .shipping-transit-body { font-size: 1rem; }
}
@media (min-width: 1024px) {
  .shipping-transit-body { font-size: 1.125rem; }
}

.elementor-widget-cannabis-testimonials > .elementor-widget-container {
  padding: 0;
}
.testimonials-page {
  background: #f7faf7;
  padding: 3rem 0 4rem;
}
@media (min-width: 768px) {
  .testimonials-page { padding: 4rem 0 5rem; }
}
.testimonials-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .testimonials-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .testimonials-inner { padding: 0 2rem; }
}
.testimonials-grid {
  columns: 1;
  column-gap: 1.5rem;
}
@media (min-width: 768px) {
  .testimonials-grid { columns: 2; }
}
@media (min-width: 1280px) {
  .testimonials-grid { columns: 3; }
}
.testimonials-card {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 1.5rem;
  padding: 1.5rem;
  overflow: hidden;
  break-inside: avoid;
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.7);
  box-shadow: 0 1px 2px rgba(23, 32, 26, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 768px) {
  .testimonials-card { padding: 1.75rem; }
}
.testimonials-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(23, 32, 26, 0.08);
}
.testimonials-card.is-featured::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: #61ce70;
}
.testimonials-card-mark {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  color: rgba(29, 93, 51, 0.05);
  font-size: 2.25rem;
  pointer-events: none;
}
.testimonials-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(97, 206, 112, 0.1);
  color: #1d5d33;
}
.testimonials-card-quote {
  margin: 1.25rem 0 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .testimonials-card-quote { font-size: 1.125rem; }
}
.testimonials-card-footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #f3f4f6;
}
.testimonials-card-avatar {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(29, 93, 51, 0.1);
  color: #1d5d33;
  font-size: 0.875rem;
  font-weight: 600;
}
.testimonials-card-name {
  margin: 0;
  color: #1f2937;
  font-size: 1rem;
  font-weight: 600;
}
.testimonials-card-stars {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  color: #f5b544;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .testimonials-card-stars { font-size: 1rem; }
}

.elementor-widget-cannabis-reasons > .elementor-widget-container {
  padding: 0;
}
.reasons {
  background: #f7faf7;
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .reasons { padding: 3.5rem 0; }
}
.reasons-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .reasons-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .reasons-inner { padding: 0 2rem; }
}
.reasons-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .reasons-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
.reasons-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.7);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.reasons-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.reasons-card-number {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background: #1d5d33;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}
.reasons-card-body {
  min-width: 0;
  padding-top: 0.125rem;
}
.reasons-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.5rem;
  background: rgba(97, 206, 112, 0.12);
  color: #1d5d33;
}
.reasons-card-title {
  margin: 0;
  color: #111827;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375;
}
@media (min-width: 768px) {
  .reasons-card-title { font-size: 1.25rem; }
}

.elementor-widget-cannabis-clone > .elementor-widget-container {
  padding: 0;
}
.clone-intro {
  overflow-x: hidden;
  background: #fff;
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .clone-intro { padding: 3.5rem 0; }
}
.clone-intro-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .clone-intro-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .clone-intro-inner { padding: 0 2rem; }
}
.clone-intro-copy {
  max-width: 56rem;
}
.clone-intro-copy p {
  margin: 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 2;
}
.clone-intro-copy p + p {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .clone-intro-copy p { font-size: 1.125rem; }
}

.elementor-widget-cannabis-why-grow > .elementor-widget-container {
  padding: 0;
}
.why-grow-intro {
  overflow-x: hidden;
  background: #fff;
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .why-grow-intro { padding: 3.5rem 0; }
}
.why-grow-intro-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .why-grow-intro-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .why-grow-intro-inner { padding: 0 2rem; }
}
.why-grow-intro-copy {
  max-width: 56rem;
}
.why-grow-intro-copy p {
  margin: 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 2;
}
.why-grow-intro-copy p + p {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .why-grow-intro-copy p { font-size: 1.125rem; }
}

.elementor-widget-cannabis-why-grow-legal > .elementor-widget-container {
  padding: 0;
}
.why-grow-legal {
  background: #fff;
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .why-grow-legal { padding: 3.5rem 0; }
}
.why-grow-legal-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .why-grow-legal-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .why-grow-legal-inner { padding: 0 2rem; }
}
.why-grow-legal-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .why-grow-legal-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.why-grow-legal-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  background: rgba(97, 206, 112, 0.1);
  color: #1d5d33;
  font-size: 0.875rem;
  font-weight: 600;
}
.why-grow-legal-title {
  margin: 1rem 0 0;
  color: #17201a;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .why-grow-legal-title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
  .why-grow-legal-title { font-size: 3rem; }
}
.why-grow-legal-title span {
  color: #1d5d33;
}
.why-grow-legal-copy {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.5rem;
  color: #4b5563;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .why-grow-legal-copy { font-size: 1.125rem; }
}
.why-grow-legal-copy p {
  margin: 0;
}
.why-grow-legal-callout {
  display: flex;
  gap: 0.75rem;
  padding: 1.25rem;
  background: rgba(29, 93, 51, 0.05);
  border: 1px solid rgba(29, 93, 51, 0.1);
}
.why-grow-legal-callout i {
  flex: 0 0 auto;
  margin-top: 0.25rem;
  color: #1d5d33;
}
.why-grow-legal-callout p {
  margin: 0;
}
.why-grow-legal-media {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.7);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.why-grow-legal-media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.elementor-widget-cannabis-why-grow-cost > .elementor-widget-container {
  padding: 0;
}
.why-grow-cost {
  background: #fff;
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .why-grow-cost { padding: 3.5rem 0; }
}
.why-grow-cost-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .why-grow-cost-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .why-grow-cost-inner { padding: 0 2rem; }
}
.why-grow-cost-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .why-grow-cost-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.why-grow-cost-copy-col {
  order: 1;
}
.why-grow-cost-stats-col {
  order: 2;
}
@media (min-width: 1024px) {
  .why-grow-cost-copy-col { order: 2; }
  .why-grow-cost-stats-col { order: 1; }
}
.why-grow-cost-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  background: rgba(97, 206, 112, 0.1);
  color: #1d5d33;
  font-size: 0.875rem;
  font-weight: 600;
}
.why-grow-cost-title {
  margin: 1rem 0 0;
  color: #17201a;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .why-grow-cost-title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
  .why-grow-cost-title { font-size: 3rem; }
}
.why-grow-cost-title span {
  color: #1d5d33;
}
.why-grow-cost-copy {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.5rem;
  color: #4b5563;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .why-grow-cost-copy { font-size: 1.125rem; }
}
.why-grow-cost-copy p {
  margin: 0;
}
.why-grow-cost-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1rem;
  background: #f7faf7;
}
@media (min-width: 640px) {
  .why-grow-cost-stats {
    grid-template-columns: 1fr 1fr;
    padding: 1.25rem;
  }
}
.why-grow-cost-stat {
  padding: 1.25rem;
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.7);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.why-grow-cost-stat-value {
  margin: 0;
  color: #1d5d33;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .why-grow-cost-stat-value { font-size: 1.875rem; }
}
.why-grow-cost-stat-label {
  margin: 0.375rem 0 0;
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.5;
}

.elementor-widget-cannabis-why-grow-easy > .elementor-widget-container {
  padding: 0;
}
.why-grow-easy {
  background: #fff;
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .why-grow-easy { padding: 3.5rem 0; }
}
.why-grow-easy-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .why-grow-easy-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .why-grow-easy-inner { padding: 0 2rem; }
}
.why-grow-easy-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .why-grow-easy-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.why-grow-easy-copy-col {
  order: 1;
}
.why-grow-easy-media {
  order: 2;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.7);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
@media (min-width: 1024px) {
  .why-grow-easy-copy-col { order: 2; }
  .why-grow-easy-media { order: 1; }
}
.why-grow-easy-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  background: rgba(97, 206, 112, 0.1);
  color: #1d5d33;
  font-size: 0.875rem;
  font-weight: 600;
}
.why-grow-easy-title {
  margin: 1rem 0 0;
  color: #17201a;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .why-grow-easy-title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
  .why-grow-easy-title { font-size: 3rem; }
}
.why-grow-easy-title span {
  color: #1d5d33;
}
.why-grow-easy-copy {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.5rem;
  color: #4b5563;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .why-grow-easy-copy { font-size: 1.125rem; }
}
.why-grow-easy-copy p {
  margin: 0;
}
.why-grow-easy-copy strong {
  color: #17201a;
  font-weight: 700;
}
.why-grow-easy-basics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 2rem;
}
@media (min-width: 640px) {
  .why-grow-easy-basics { grid-template-columns: repeat(4, 1fr); }
}
.why-grow-easy-basic {
  padding: 1rem 0.75rem;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.7);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.why-grow-easy-basic i {
  color: #61ce70;
}
.why-grow-easy-basic p {
  margin: 0.5rem 0 0;
  color: #1f2937;
  font-size: 0.875rem;
  font-weight: 500;
}
.why-grow-easy-media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.elementor-widget-cannabis-why-grow-control > .elementor-widget-container {
  padding: 0;
}
.why-grow-control {
  background: #fff;
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .why-grow-control { padding: 3.5rem 0; }
}
.why-grow-control-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .why-grow-control-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .why-grow-control-inner { padding: 0 2rem; }
}
.why-grow-control-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  background: rgba(97, 206, 112, 0.1);
  color: #1d5d33;
  font-size: 0.875rem;
  font-weight: 600;
}
.why-grow-control-title {
  max-width: 56rem;
  margin: 1rem 0 0;
  color: #17201a;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .why-grow-control-title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
  .why-grow-control-title { font-size: 3rem; }
}
.why-grow-control-title span {
  color: #1d5d33;
}
.why-grow-control-copy {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 56rem;
  margin-top: 1.5rem;
  color: #4b5563;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .why-grow-control-copy { font-size: 1.125rem; }
}
.why-grow-control-copy p {
  margin: 0;
}
.why-grow-control-copy em {
  font-style: italic;
}
.why-grow-control-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .why-grow-control-cards { grid-template-columns: repeat(3, 1fr); }
}
.why-grow-control-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.7);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.why-grow-control-card-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(97, 206, 112, 0.1);
  color: #1d5d33;
}
.why-grow-control-card p {
  margin: 0;
  color: #1f2937;
  font-size: 1rem;
  font-weight: 600;
}

.elementor-widget-cannabis-clone-cuttings > .elementor-widget-container {
  padding: 0;
}
.clone-cuttings {
  background: #fff;
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .clone-cuttings { padding: 3.5rem 0; }
}
.clone-cuttings-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .clone-cuttings-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .clone-cuttings-inner { padding: 0 2rem; }
}
.clone-cuttings-grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .clone-cuttings-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.clone-cuttings-title {
  margin: 0;
  color: #17201a;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .clone-cuttings-title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
  .clone-cuttings-title { font-size: 3rem; }
}
.clone-cuttings-title span {
  color: #1d5d33;
}
.clone-cuttings-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .clone-cuttings-list { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1024px) {
  .clone-cuttings-list { grid-template-columns: 1fr; }
}
.clone-cuttings-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.7);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.clone-cuttings-item i {
  flex: 0 0 auto;
  margin-top: 0.125rem;
  color: #61ce70;
}
.clone-cuttings-item p {
  margin: 0;
  color: #1f2937;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .clone-cuttings-item p { font-size: 1.125rem; }
}
.clone-cuttings-media {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.7);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.clone-cuttings-media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.elementor-widget-cannabis-clone-seeds > .elementor-widget-container {
  padding: 0;
}
.clone-seeds {
  background: #fff;
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .clone-seeds { padding: 3.5rem 0; }
}
.clone-seeds-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .clone-seeds-inner { padding: 0 1.5rem; }
}
@media (min-width: 1024px) {
  .clone-seeds-inner { padding: 0 2rem; }
}
.clone-seeds-title {
  max-width: 56rem;
  margin: 0;
  color: #17201a;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .clone-seeds-title { font-size: 2.25rem; }
}
@media (min-width: 1024px) {
  .clone-seeds-title { font-size: 3rem; }
}
.clone-seeds-title span {
  color: #1d5d33;
}
.clone-seeds-list {
  max-width: 56rem;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.clone-seeds-item {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(229, 231, 235, 0.7);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.clone-seeds-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  cursor: pointer;
  list-style: none;
  text-align: left;
}
@media (min-width: 768px) {
  .clone-seeds-item summary { padding: 1.5rem; }
}
.clone-seeds-item summary::-webkit-details-marker,
.clone-seeds-item summary::marker {
  display: none;
  content: none;
}
.clone-seeds-item-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
.clone-seeds-item-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(97, 206, 112, 0.1);
  color: #1d5d33;
}
.clone-seeds-item-label {
  color: #111827;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .clone-seeds-item-label { font-size: 1.25rem; }
}
.clone-seeds-chevron {
  flex: 0 0 auto;
  color: #9ca3af;
  font-size: 0.875rem;
  transition: transform 0.2s ease;
}
.clone-seeds-item[open] .clone-seeds-chevron {
  transform: rotate(180deg);
}
.clone-seeds-panel {
  padding: 0 1.25rem 1.25rem;
}
@media (min-width: 768px) {
  .clone-seeds-panel { padding: 0 1.5rem 1.5rem; }
}
.clone-seeds-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clone-seeds-panel li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.75;
}
.clone-seeds-panel li + li {
  margin-top: 0.75rem;
}
.clone-seeds-dot {
  flex: 0 0 auto;
  width: 0.375rem;
  height: 0.375rem;
  margin-top: 0.5rem;
  background: #61ce70;
}
