.overlay-image-button-wrap {
  /*margin-right: 10px;
  margin-left: 10px;
  padding: 0;
  box-shadow: none;
  background: transparent !important;
  margin: 0 !important;
font-color: 200ms, background-color 350ms !important;
background-color: transparent !important;
  color: #f4d2d2 !important;
  */
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.34) !important;
box-shadow: 0px 4px 3px 2px rgba(0, 0, 0, 0.25) !important;
}

/* v=1779508362 */
/* Scale the logo image larger than its container */
#sp-header .sp-logo img,
#sp-header [id*="logo"] img,
#sp-header .logoType img {
  transform: scale(1.4);        /* 1.4 = 40% bigger */
  transform-origin: center;
  position: relative;
  z-index: 999;
  padding-left: 27px !important;
  padding-top: 10px !important;
}

/* ================================================================
   CUSE CLOUDY CANNABIS - Navigation Menu Responsive Fix
   Fixes: glass pill on mobile/tablet, hamburger alignment, desktop centering
   ================================================================ */

/*@media (max-width: 991.98px) {
  #sp-menu {
    height: auto !important;
    min-height: 80px !important;
    background: transparent !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
  }
  #sp-menu .sp-column,
  #sp-menu .sp-megamenu-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100% !important;
    min-height: 80px;
  }
  .sp-megamenu-wrapper #offcanvas-toggler,
  .sp-megamenu-wrapper #offcanvas-toggler .js-menu-toggle {
    height: 80px !important;
    line-height: 80px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .sp-megamenu-wrapper #offcanvas-toggler .js-menu-toggle span.lines {
    margin-top: 0 !important;
    position: relative;
    top: auto;
  }
}

@media (min-width: 992px) {
  #sp-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    height: 80px !important;
    padding: 0 !important;
  }
  #sp-menu .sp-column {
    display: flex !important;
    align-items: center;
    width: 100%;
    height: 70px !important;
  }
  #sp-menu .sp-megamenu-wrapper {
    display: flex !important;
    align-items: center;
    width: 100%;
    height: 70px !important;
  }
  #sp-menu .sp-megamenu-parent {
    height: 70px !important;
    display: flex !important;
    align-items: center;
    width: 100%;
  }
  .sp-megamenu-wrapper > .sp-megamenu-parent > li > a {
    height: 70px !important;
    line-height: 70px !important;
  }
}

#sp-header .container > .row {
  align-items: center !important;
}
#sp-header .container > .row > .col-5:first-child,
#sp-header .container > .row > .col-md-5:first-child {
  display: flex !important;
  align-items: center;
}
*/
/**************************************************/

@media only screen and (min-width: 992px) {
#sp-header {
padding-top: 5px !important;
}
#sp-menu {
   display: flex !important;
height: 80px;
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.4);
z-index: +99999;
   
}
}


@media only screen and (max-width: 570px) {
#offcanvas-toggler >i {
 color: #f47363 !important;
}
#offcanvas-toggler {
margin: 5px 0px 0px 0px !important;
padding: 0px !important;
height: 60px !important;
width: 100px !important;
background: rgba(255, 255, 255, 0.2);
border-radius: 12px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.4);
}
.offcanvas-menu li a {
  color: #fff !important;
  text-indent: 15px;
}
.offcanvas-menu li:hover a {
  color: #e59595 !important;
  }
.offcanvas-menu li:active a {
  color: #e07701 !important;
  }
  }
  /*.offcanvas-menu .nav-child li a,
  .sp-megamenu-parent > li > a
  {
  color: #fff !important;
}

 .sp-module ul > li > a, .sppb-addon-module ul > li > a { 
color: #dft678 !important;
} */

/*.offcanvas .offcanvas-menu .nav-child li a,
.offcanvas .offcanvas-menu .nav-child li .nav-child li a,
.offcanvas .offcanvas-menu .nav-child li .nav-child li .nav-child li a,
}*/


/* =================================================================
   Antler Service-Card Style  →  SP Page Builder EasyStore Products
   ================================================================= */

/* ── 1. Grid: 3 columns with comfortable gap ─────────────────── */
.sppb-collection-addon {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 50px !important;
}
@media (max-width: 991px) {
  .sppb-collection-addon {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 575px) {
  .sppb-collection-addon {
    grid-template-columns: 1fr !important;
  }
}

/* ── 2. Card: white, rounded, shadow ─────────────────────────── */
.sppb-collection-addon > .sppb-collection-item {
  background-color: #101920 !important;
  position: relative;
  padding: 40px;
  border-radius: 12px !important;
  box-shadow: 0 5px 15px 0 rgba(110, 110, 110, 0.1);
  transition: box-shadow 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sppb-collection-addon > .sppb-collection-item:hover {
  box-shadow: 0 12px 35px 0 rgba(110, 110, 110, 0.18);
  transform: translateY(-6px);
}

/* ── 3. Title: bold, Antler .title style ─────────────────────── */
.sppb-collection-addon > .sppb-collection-item h5.easystore-product-title {
  font-weight: 700;
  font-size: 20px;
  color: #fff !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  line-height: 1.35;
  transition: color 0.3s;
}
.sppb-collection-addon > .sppb-collection-item h5.easystore-product-title a {
  color: #fff !important;
  text-decoration: none;
 transition: color 0.3s;
}
.sppb-collection-addon > .sppb-collection-item h5.easystore-product-title a:hover {
  color: #fdd700 !important;
}

/* ── 4. Badge: top-right pill, Antler .plans.badge.feat style ── */
.sppb-collection-addon > .sppb-collection-item .easystore-badge-wrapper {
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 2;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 50px;
  background-color: #fdd700;
  color: #000;
  letter-spacing: 0.3px;
}

/* ── 5. Product image ────────────────────────────────────────── */
.sppb-collection-addon > .sppb-collection-item .easystore-product-image {
  position: relative;
  overflow: hidden;
  /* border-radius: 18px;
 margin-bottom: 20px;*/
}
.sppb-collection-addon > .sppb-collection-item .easystore-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* border-radius: 8px; */
  transition: transform 0.4s ease;
}
.sppb-collection-addon > .sppb-collection-item:hover .easystore-product-image img {
  transform: scale(1.04);
}

/* ── 6. "Details" button: Antler .btn.btn-default-yellow-fill ── */

/* Remove Bootstrap stretched-link full-card overlay */
.sppb-collection-addon > .sppb-collection-item a.stretched-link::after {
  display: none !important;
}

/* Make the <a> itself a visible yellow pill button */
/*.sppb-collection-addon > .sppb-collection-item a.stretched-link {
  position: relative !important;
  display: inline-block !important;
  margin-top: 8px !important;
  padding: 12px 28px;
  background-color: #fdd700;
  color: #000 !important;
  font-weight: 700;
  font-size: 14px;
  border-radius: 50px;
  border: none;
  letter-spacing: 0.2px;
  text-decoration: none;
  box-shadow: 0 2px 8px 0 rgba(62, 62, 79, 0.23);
  transition: all 300ms linear 0ms;
  cursor: pointer;
  text-transform: capitalize;
  align-self: flex-start;
}*/
.sppb-collection-addon > .sppb-collection-item a.stretched-link:hover {
  background-color: #4c4a4a !important;
  color: #fff !important;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.28);
  transform: translateY(-3px);
}

/* Un-hide the "Details" label inside the link */
/*.sppb-collection-addon > .sppb-collection-item a.stretched-link span.visually-hidden {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  white-space: nowrap !important;
  border: 0 !important;
}*/

/* ── 7. Push button to bottom of card ───────────────────────── */
.sppb-collection-addon > .sppb-collection-item .addon-root-easystore-list-thumbnail {
  margin-top: auto;
}

/* ── 8. AOS fade-up animation (optional, matches Antler section) */
.sppb-collection-addon > .sppb-collection-item {
  opacity: 0;
  transform: translateY(40px);
  animation: antlerFadeUp 0.6s ease forwards;
}
@keyframes antlerFadeUp {
  to { opacity: 1; transform: translateY(0); }
}
/* Stagger: first 9 cards */
.sppb-collection-addon > .sppb-collection-item:nth-child(1)  { animation-delay: 0.05s; }
.sppb-collection-addon > .sppb-collection-item:nth-child(2)  { animation-delay: 0.15s; }
.sppb-collection-addon > .sppb-collection-item:nth-child(3)  { animation-delay: 0.25s; }
.sppb-collection-addon > .sppb-collection-item:nth-child(4)  { animation-delay: 0.35s; }
.sppb-collection-addon > .sppb-collection-item:nth-child(5)  { animation-delay: 0.45s; }
.sppb-collection-addon > .sppb-collection-item:nth-child(6)  { animation-delay: 0.55s; }
.sppb-collection-addon > .sppb-collection-item:nth-child(7)  { animation-delay: 0.65s; }
.sppb-collection-addon > .sppb-collection-item:nth-child(8)  { animation-delay: 0.75s; }
.sppb-collection-addon > .sppb-collection-item:nth-child(9)  { animation-delay: 0.85s; }









/* Target the Joomla menu module inside your header */
/*.sp-header,.sp-header, .sp-menu {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 19.6px -3px rgba(255, 255, 255, 0.25) inset;
  padding-inline: 2rem;
  gap: 2rem;
  display: flex;
  align-items: center;
}


/*#sp-menu.menu-with-social .sp-megamenu-wrapper {
    flex:auto;
    justify-content:space-between;
    display:flex;
    align-items:center;
}

#sp-menu>.sp-column {
    height:100%;
}

#sp-menu .social-wrap {
    position:relative;
}

#sp-menu .social-wrap:after {
    content:"";
    margin-top:10px;
    margin-bottom:10px;
    position:absolute;
    width:2px;
    height:calc(var(--header_height) - 20px);
    left:30px;
    background-color:rgba(80, 80, 80, 0.2);
}

#sp-menu ul.social-icons>li:not(:last-child) {
    margin-right:20px;
}

#sp-menu ul.social-icons a {
    color:#9c9c9c;
}

#sp-menu .social-wrap.no-border ul.social-icons {
    border-left:none;
    padding-left:0px;
}

#sp-menu.menu-center .sp-megamenu-wrapper {
    justify-content:center;
}

.menu-flex .sp-megamenu-wrapper {
    display:flex;
    justify-content:flex-end;
}

.header-has-modules #offcanvas-toggler {
    margin-right:20px;
    margin-left:0;
}

#sp-header {
    height:68px;
    width:100%;
    z-index:99;
    animation:spFadeIn 0.5s;
    position:fixed;
    top:30px;
    transition:all 0.3s ease;
    background-color:#a5215e !important;
    border-radius:80px;
    padding-left:45px;
    padding-right:45px;
     box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);
    margin-right:20px;
    margin-left:0px;
       height:auto;
}






#sp-header.lg-header #offcanvas-toggler.offcanvas-toggler-right.offcanvas {
    display:none !important;
}

#sp-header.lg-header .sp-column {
    height:100%;
}

#sp-header.lg-header #sp-logo #offcanvas-toggler {
    display:none;
}

#sp-header.header-with-modal-menu {
    color:#2F5D37;
}

#sp-header.header-with-modal-menu a {
    color:rgba(47, 93, 55, 0.6);
}

#sp-header.header-with-modal-menu a:hover,#sp-header.header-with-modal-menu a:focus {
    color:#6AB476;
}

#sp-header.header-with-modal-menu .sp-contact-info>li {
    margin-right:15px;
    opacity:0.7;
    transition:0.3s;
}

#sp-header.header-with-modal-menu .sp-contact-info>li:hover,#sp-header.header-with-modal-menu .sp-contact-info>li:focus {
    opacity:1;
}

#sp-header.header-with-modal-menu .sp-contact-info>li>span {
    margin-right:5px;
}

#sp-header.header-with-modal-menu #offcanvas-toggler {
    display:none !important;
}

#sp-header.header-with-modal-menu.center-layout .modules-wrapper {
    height:auto;
    border:none;
    padding:0px;
    max-width:730px;
    margin:0 auto;
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .modal-menu-inner>.container {
    align-items:flex-start;
    padding:170px 0 0;
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search {
    margin-bottom:80px;
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form:after {
    font-size:16px;
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form:hover:after {
    display:none;
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input {
    background:transparent;
    border-bottom:2px solid rgba(32, 31, 31, 0.1);
    font-size:26px;
    padding:7px;
    border-radius:0px;
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input::placeholder {
    color:rgba(32, 31, 31, 0.4);
}

#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input:focus,#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input:active,#sp-header.header-with-modal-menu.center-layout #modal-menu .search form input:active:focus {
    box-shadow:none;
    border-bottom:2px solid rgba(32, 31, 31, 0.7);
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper {
    justify-content:center;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper ul.sp-megamenu-parent {
    flex-direction:row;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>a,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>span {
    padding:0;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>a:after,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>span:after {
    top:100%;
    width:2px;
    height:20px;
    left:50%;
    transform:translateX(-50%);
    margin:10px 0 0 0;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li.sp-has-child:hover>a:after,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li.sp-has-child:hover>span:after {
    height:30px;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li.sp-has-child>.sp-dropdown {
    animation:spFadeIn 0.5s;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li:not(:last-child)>a,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li:not(:last-child)>span {
    margin-right:70px;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>.sp-dropdown.sp-dropdown-main {
    top:100%;
    padding-top:50px;
    padding-left:0;
    left:auto !important;
    right:0px;
    transition:0.35s;
}

#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>.sp-dropdown.sp-dropdown-main li.sp-menu-item>a,#sp-header.header-with-modal-menu.center-layout .sp-megamenu-wrapper .sp-megamenu-parent>li>.sp-dropdown.sp-dropdown-main li.sp-menu-item>span {
    padding:6px 0;
}

#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div {
    flex-direction:column;
    align-items:flex-start;
    padding:40px 0;
}

#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div .sp-megamenu-wrapper {
    height:100%;
    align-items:center;
}

#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div .social-icons {
    margin-top:auto;
    margin-bottom:0px;
    width:100%;
    border-top:2px solid rgba(32, 31, 31, 0.1);
    padding-top:20px;
    font-size:12px;
}

#sp-header .logo {
    height:68px;
    display:inline-flex;
    margin:0;
    align-items:center;
}

#sp-header .logo a {
    font-size:24px;
    line-height:1;
    margin:0;
    padding:0;
}

#sp-header .logo p {
    margin:5px 0 0;
}

#sp-header.header-sticky {
    background-color:#fff;
    top:0px;
    transition:all 0.3s ease;
}

#sp-header nav.sp-megamenu-wrapper #offcanvas-toggler {
    display:none;
}

#sp-header .sp-module .sp-sign-in {
    background-color:#58815f;
    padding:15px 30px;
    border-radius:30px;
    display:flex;
    align-items:center;
    justify-content:center;
}

#sp-header .sp-module .sp-sign-in:hover,#sp-header .sp-module .sp-sign-in:focus {
    background-color:#2F5D37;
}

#sp-header .sp-module .sp-sign-in .arrow-icon {
    color:#fff;
    margin-left:2px;
}

#sp-header .sp-module .sp-sign-in .far.fa-user {
    display:none;
}

#sp-header .sp-module .sp-sign-in .fas.fa-user-circle {
    display:none;
}

#sp-header .sp-module .sp-sign-in .user-text {
    color:#fff;
    font-size:16px;
}

#sp-header .sp-module .sp-sign-in .signin-text {
    font-size:18px;
    font-weight:600;
    line-height:1;
    color:#fff;
    letter-spacing:-0.2px;
}

#sp-header .sp-module .easystore-cart-icon {
    margin-right:15px;
    font-size:24px;
}

#sp-header-topbar {
    position:relative;
    z-index:111;
}

#sp-header-topbar .sp-profile-wrapper .sp-sign-in .user-text {
    display:none !important;
}

#sp-header-topbar #sp-logo #offcanvas-toggler {
    display:none !important;
}

#sp-header-topbar .container-inner {
    border-bottom:1px solid #e5e5e5;
}

#sp-header-topbar .container-inner>.row {
    min-height:68px;
}

#sp-header-topbar a {
    color:#909196;
}

#sp-header-topbar a:hover {
    color:#2F5D37;
}

#sp-header-topbar .sp-contact-info {
    color:#909196;
}




/* ============ FLOATING GLASS NAV (smartslider3-style) ============ */

/* Page body needs relative positioning + a hero behind nav for blur to show 
body {
  position: relative;
}*/


/*#sp-megamenu-wrapper,#sp-menu,
#sp-header {
   /*   position: absolute;
    overflow: hidden;
   
   
  left: 24px;
  right: 24px;
  top: 20px;
  min-height: 88px;
  border-radius: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.6);
  background-blend-mode: luminosity;
  box-shadow: 0 2px 4px rgba(11, 15, 50, 0.08);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  z-index: 100;
}


/* The floating nav bar itself */
/*#sp-header
.sp-header,
header.site-header,
#top-nav,
.header-wrapper {
  position: absolute;
  left: 24px;
  right: 24px;
  top: 16px;
 display: flex;
 align-items: center;
  padding: 16px 24px 16px 40px;
   gap: 20px;
  overflow: hidden;
  min-height: 88px;
  border-radius: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.6);
  background-blend-mode: luminosity;
  box-shadow: 0 2px 4px rgba(11, 15, 50, 0.08);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  z-index: 100;
}*/

/* Push first content section down so it isn't hidden under the floating nav 
#sp-main-body,
.main-content,
#sp-feature,
.hero-section {
  margin-top: 0;
  padding-top: 120px;
}*/

/* Logo sits left, takes its natural width 
.sp-logo,
.logo {
  flex-shrink: 0;
}

.sp-logo img,
.logo img {
  height: 44px;
  width: auto;
  display: block;
}*/

/* Nav links push to the right 
#sp-menu,
.sp-megamenu-parent,
nav.menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding: 0;
}

.sp-megamenu-parent > li > a,
nav.menu > li > a {
  display: inline-block;
  padding: 10px 16px;
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #0b0f32;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.sp-megamenu-parent > li > a:hover,
nav.menu > li > a:hover {
  color: #00adee;
  background: rgba(255, 255, 255, 0.5);
}

.sp-megamenu-parent > li.current > a,
nav.menu > li.active > a {
  color: #00adee;
  font-weight: 600;
}*/

/* CTA button (last item) — solid pill 
.sp-megamenu-parent > li:last-child > a,
nav.menu > li:last-child > a {
  background: #0b0f32;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  margin-left: 12px;
}

.sp-megamenu-parent > li:last-child > a:hover,
nav.menu > li:last-child > a:hover {
  background: #00adee;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 173, 238, 0.35);
}*/

/* Dropdowns — match the glass aesthetic *//*
.sp-megamenu-parent .sp-dropdown,
nav.menu ul.sub-menu {
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(11, 15, 50, 0.12);
  padding: 10px;
  margin-top: 12px;
  min-width: 220px;
}

.sp-megamenu-parent .sp-dropdown li a,
nav.menu ul.sub-menu li a {
  display: block;
  padding: 10px 14px;
  font-size: 14px;
  color: #0b0f32;
  border-radius: 6px;
}

.sp-megamenu-parent .sp-dropdown li a:hover,
nav.menu ul.sub-menu li a:hover {
  background: rgba(0, 173, 238, 0.1);
  color: #00adee;
}
*/
/* Mobile *//*
@media (max-width: 991px) {
  #sp-header,
  .sp-header,
  header.site-header {
    left: 12px;
    right: 12px;
    top: 12px;
    padding: 12px 16px 12px 20px;
    min-height: 64px;
    border-radius: 12px;
  }
  
  #sp-main-body,
  .main-content {
    padding-top: 90px;
  }
  
  .sp-logo img,
  .logo img {
    height: 36px;
  }
  
  .sp-megamenu-parent,
  nav.menu {
    display: none;
  }
}*/




/* ==========================================================
   CUSE CLOUDY CANNABIS - Dropdown Menu Circle Bullets
   Dark green stroke circle, vertically aligned with menu text
   Top-level nav items NOT affected
   ========================================================== */

/* Reset list-style — handled via ::before for alignment control */
.sp-megamenu-wrapper .sp-dropdown li.sp-menu-item {
  display: block !important;
  list-style-type: none !important;
}

/* Flex row on <a> so circle and text sit on the same baseline */
.sp-megamenu-wrapper .sp-dropdown li.sp-menu-item > a {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

/* Dark green stroke circle via CSS border (no fill = stroke only) */
.sp-megamenu-wrapper .sp-dropdown li.sp-menu-item > a::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1.5px solid #1b5e20;
  background-color: #1b5e20;
}

/* PRODUCTS menu -> cannabis leaf icon (SVG mask, Tabler outline style) */
#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent > li:nth-child(2)::before {
  content: '' !important;
  display: inline-block !important;
  width: 1em !important;
  height: 1em !important;
  background-color: currentColor !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M7%2020s0%20-2%201%20-3.5c-1.5%200%20-2%20-.5%20-4%20-1.5c0%200%201.839%20-1.38%205%20-1c-1.789%20-.97%20-3.279%20-2.03%20-5%20-6c0%200%203.98%20-.3%206.5%203.5c-2.284%20-4.9%201.5%20-9.5%201.5%20-9.5c2.734%205.47%202.389%207.5%201.5%209.5c2.531%20-3.77%206.5%20-3.5%206.5%20-3.5c-1.721%203.97%20-3.211%205.03%20-5%206c3.161%20-.38%205%201%205%201c-2%201%20-2.5%201.5%20-4%201.5c1%201.5%201%203.5%201%203.5c-2%200%20-4.438%20-2.22%20-5%20-3c-.563%20.78%20-3%203%20-5%203%22%2F%3E%3Cpath%20d%3D%22M12%2022v-5%22%2F%3E%3C%2Fsvg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M7%2020s0%20-2%201%20-3.5c-1.5%200%20-2%20-.5%20-4%20-1.5c0%200%201.839%20-1.38%205%20-1c-1.789%20-.97%20-3.279%20-2.03%20-5%20-6c0%200%203.98%20-.3%206.5%203.5c-2.284%20-4.9%201.5%20-9.5%201.5%20-9.5c2.734%205.47%202.389%207.5%201.5%209.5c2.531%20-3.77%206.5%20-3.5%206.5%20-3.5c-1.721%203.97%20-3.211%205.03%20-5%206c3.161%20-.38%205%201%205%201c-2%201%20-2.5%201.5%20-4%201.5c1%201.5%201%203.5%201%203.5c-2%200%20-4.438%20-2.22%20-5%20-3c-.563%20.78%20-3%203%20-5%203%22%2F%3E%3Cpath%20d%3D%22M12%2022v-5%22%2F%3E%3C%2Fsvg%3E") !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  vertical-align: middle !important;
  font-size: 1.2em !important;
}


/* ===== Main menu icon & text color sync (top-level only, no dropdowns) ===== */

#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent > li.current-item > a,
#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent > li.active > a {
  color: rgb(244, 115, 99) !important;
}

#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent > li.current-item::before,
#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent > li.active::before {
  color: rgb(244, 115, 99) !important;
}

#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent > li:hover > a {
  color: rgb(244, 115, 99) !important;
}

#sp-header #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent > li:hover::before {
  color: rgb(244, 115, 99) !important;
}
