/** Shopify CDN: Minification failed

Line 1110:2 Unexpected "}"

**/


/* CSS from section stylesheet tags */
/* === Візуальна секція: Topic and Solution === */
.education-section {
  padding: 80px 0;
  background-color: var(--white-blue-color);
}
.education-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.education-heading {
  margin-bottom: 40px;
}
.education-heading .subtitle {
  font-family: var(--font-ivy);
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  font-style: italic;
  color: var(--cannex-blue-color);
  margin: 0;
}
.education-heading .title {
  font-family: var(--font-aktiv);
  font-size: 24px;
  font-weight: 600;
  color: var(--cannex-blue-color);
  margin: 1px 0 0;
  display: inline-block;
}
.education-heading .more-link {
  float: right;
  font-family: var(--font-aktiv);
  font-size: 14px;
  color: #2765C1;
  text-decoration: none;
  line-height: 32px;
}

/* Dropdown-фільтри */
.education-dropdowns {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.education-dropdowns .dropdown {
  position: relative;
  width: 230px;
}
.education-dropdowns .dropdown label {
  display: block;
  font-family: var(--font-aktiv);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--deep-blue-color);
}
.education-dropdowns .dropdown select {
  appearance: none;
  -webkit-appearance: none;
  font-family: var(--font-aktiv);
  font-size: 14px;
  color: var(--deep-blue-color);
  border: none;
  border-bottom: 2px solid var(--deep-blue-color);
  background: transparent;
  padding: 8px 32px 8px 4px;
  width: 100%;
  cursor: pointer;
}
/* .education-dropdowns .dropdown::after {
  content: "\2197"; 
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  color: var(--deep-blue-color);
} */

.dropdown-arrow {
  position: absolute;
  right: 8px;
  top: 40px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  color: var(--deep-blue-color);
}

.education-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.education-card {
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.education-card__img {
  width: 100%;
  height: 333px;
  object-fit: cover;
  display: block;
  border-radius: 24px;
}
.education-card__content {
  padding-top: 16px;
  padding-bottom: 60px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.education-card__description {
  font-family: var(--font-aktiv);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--cannex-blue-color);
  margin: 0;
  flex-grow: 1;
  max-width: 370px;
}
.education-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.education-card__tag {
  font-family: var(--font-aktiv);
  font-size: 10px;
  font-weight: 600;
  color: var(--white-color);
  padding: 4px 10px;
  border-radius: 99px;
  text-transform: uppercase;
}
.education-card__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-aktiv);
  font-size: 14px;
  font-weight: 500;
  color: var(--deep-blue-color);
  text-decoration: none;
  padding: 6px 18px;
  border: 3px solid var(--cannex-blue-color);
  border-radius: 99px;
  margin-top: 8px;
  align-self: flex-start;
}
.education-card__button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
  .arrow-search-filter-wrapper{
    color: var(--deep-blue-color);
  }

  .education-card-link-wrapper{
    text-decoration: none;
  }

@media (max-width: 1200px) {
  .education-section__inner { padding: 0 24px; }
  .education-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .education-grid { grid-template-columns: 1fr; }


  .education-dropdowns{
    flex-wrap: unset;
    flex-direction: row;
            gap: 15px;
  }
}
.build-section {
  background-color: #dae6f9;
  padding: 80px 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.build-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1200px;
  width: 100%;
}

.build-images {
  position: relative;
  width: 556px;
  height: 498px;
  margin-right: 190px;
  display: flex;
}

.build-images .big {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}

.build-images .small {
  position: absolute;
  width: 250px;
  height: 273px;
  left: 70%;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
  border-radius: 22px;
  border: 2px solid white;
}

.build-text {
  max-width: 555px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: flex-start;
}

.build-title {
  font-family: var(--font-aktiv);
  font-size: 24px;
  font-weight: 600;
  color: #2765c1;
  line-height: 24px;
}

.build-desc {
  font-family: var(--font-aktiv);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #1e2a72;
}

.build-button {
  text-decoration: unset;
  
  display: flex;
  padding: 8px 18px;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  
  color: var(--deep-blue-color);
  text-align: center;
  font-family: var(--font-inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  
  border-radius: 99px;
  border: 3px solid var(--Cannex-Blue, #2765C1);
}

.build-title-mobile {
  display: none;
  font-family: var(--font-aktiv);
  font-size: 24px;
  font-weight: 600;
  color: #2765c1;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: left;
}

@media (max-width: 1200px) {
  .build-section {
    padding: 80px;
  }
  .build-images {
    margin-right: 20px;
    width: auto;
    height: auto;
  }
  .build-images .big {
    width: 340px;
    height: 400px;
  }
  .build-images .small {
    display: none;
  }
}

@media (max-width: 768px) {
  .build-section {
    padding: 40px 10px;
    align-items: flex-start;
  }
  .build-content {
    flex-direction: column;
    gap: 30px;
  }
  .build-images {
    width: 100%;
    aspect-ratio: 16/9;
    margin-right: 0;
  }
  .build-images .big {
    width: 100%;
    height: auto;
  }
  .build-text {
    width: 100%;
  }
  .build-title {
    display: none;
  }
  .build-title-mobile {
    display: block;
  }
}
/* базові стилі для табів та панелі */
.collection-tabs {
  display: flex;
  border-bottom: 2px solid #2765c1;
}
.collection-tabs__button {
  flex: 1;
  padding: 12px;
  background: transparent;
  border: none;
  font-family: var(--font-aktiv);
  font-weight: 600;
  cursor: pointer;
}
.collection-tabs__button.active {
  border-bottom: 4px solid #2765c1;
}

.collection-panel {
  display: none;
  padding: 16px 0;
}
.collection-panel.active {
  display: block;
}

/* дрібні стилі для форм сортування і фільтрів */
.sort-form select {
  font-family: var(--font-aktiv);
  padding: 8px;
}
.filters-form {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 16px;
}
.filters-form fieldset {
  border: none;
}
.filters-form legend {
  font-family: var(--font-aktiv);
  font-weight: 600;
  margin-bottom: 8px;
}
.filters-form label {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-aktiv);
  font-size: 14px;
}
.carousel-section {
    padding: 80px 0;
    margin: 0 auto;
    background-color: transparent;
  }

  .carousel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 32px;
    max-width: 1280px;
    margin-inline: auto;
  }

  .carousel-heading h2 {
    font-family: var(--font-ivy);
    font-style: italic;
    font-size: 24px;
    font-weight: 400;
    color: #2765c1;
    line-height: 24px;
    margin-right: 20px;
  }

  .carousel-heading h2 span {
    font-family: var(--font-aktiv);
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
  }

  .carousel-wrapper {
    position: relative;
    margin-block: 60px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .carousel-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    flex-shrink: 0;
  }


  .carousel-track {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 1rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    position: relative;
  }

  .carousel-track::-webkit-scrollbar {
    display: none;
  }

  .carousel-track::before,
  .carousel-track::after {
    content: "";
    flex: 0 0 auto;
    width: var(--carousel-side-gap, 75px);
  }


  .carousel-card {
    flex: 0 0 auto;
    width: 370px;
    background-color: transparent;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    scroll-snap-align: center;
    justify-content: space-between;
  }

  .carousel-card img {
    width: 100%;
    height: 333px;
    object-fit: cover;
    border-radius: 24px;
    transition: all 0.3s ease-in-out;
  }

  .carousel-content {
    /* padding-block: 16px; */
    flex: 1;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .carousel-title {
    font-family: var(--font-aktiv);
    font-size: 16px;
    font-weight: 600;
    color: #2765c1;
    line-height: 22px;
    margin-block: 16px;
  }

  .carousel-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
  }

  .tag {
    color: var(--Off-White, #FDF8F8);
    text-align: center;
    font-family: var(--font-aktiv);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px;
    max-height: 18px;
    border-radius: 100px;
    display: flex;
    align-items: center;
  }

  .read-more {
    display: inline-flex;
    align-items: center;
    padding: 4px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    border: 3px solid #2765c1;
    color: #1E2A72;
    background-color: transparent;
    text-decoration: none;
    transition: background-color 0.3s;
  }

  .arrow-btns-container {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .arrow-btn {
    width: 45px;
    height: 45px;
    border-radius: 22.5px;
    border: 3px solid #2765c1;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
  }

  .carousel-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
  }

  .carousel-pagination .dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #ccc;
    cursor: pointer;
    transition: all 0.3s;
  }

  .carousel-pagination .dot.active {
    background-color: #2765c1;
    width: 20px;
  }

  /* @media (max-width: 1430px) {
    .carousel-track::before,
    .carousel-track::after {
      width: 0px;
    }
  } */
  @media (max-width: 580px) {
    
    .carousel-track::before{
      width: 0px;
    }
    .carousel-track::after {
      width: 300px;
    }
     
    .carousel-heading {
      padding: 0 24px;
    }

    .carousel-card {
      width: 170px;
    }

    .carousel-card img {
      width: 170px;
      height: 200px;
    }

    .carousel-card .carousel-content {
      display: none;
    }

    .carousel-card.active {
      width: 320px;
    }

    .carousel-card.active img {
      width: 100%;
      height: 320px;
    }

    .carousel-card.active .carousel-content {
      display: block;
      padding: 16px;
    }
  }

  .carousel-section--education {
    background-color: var(--blue-orange-color);
  }

  .h2-carousel-heading-link {
    text-decoration: none;
  }
.featured-article_sectionWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--blue-orange-color);
}
.featured-article {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 60px 0;
}
.featured-article__media {
  flex: 0 0 50%;
}
.featured-article__media img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  object-fit: cover;
  display: block;
  min-height: 460px;
}
.featured-article__content {
  flex: 0 0 50%;
  padding-left: 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: end;
}
.featured-article__title {
  font-family: var(--font-aktiv);
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: var(--cannex-blue-color);
  margin: 0;
}
.featured-article__text {
  font-family: var(--font-aktiv);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: var(--deep-blue-color);
  margin: 0;
}
.featured-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.featured-article__tag {
  padding: 4px 10px;
  border-radius: 99px;
  font-family: var(--font-aktiv);
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  color: var(--off-white-color);
  text-transform: uppercase;
}
.featured-article__button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 18px;
  font-family: var(--font-aktiv);
  font-size: 14px;
  font-weight: 500;
  color: var( --deep-blue-color);
  border: 3px solid var(--cannex-blue-color);
  border-radius: 99px;
  text-decoration: none;
  width: fit-content;
}
.featured-article__button svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

@media (max-width: 1200px) {
  .featured-article {
    flex-direction: column;
    padding: 60px 80px;
    text-align: center;
  }
  .featured-article__content {
    padding-left: 0;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .featured-article {
    padding: 40px 24px;
  }
  .featured-article__title {
    font-size: 24px;
    padding-top: 16px;
  }
  .featured-article__text {
    font-size: 16px;
  }
  .featured-article-button-wrapper{
        display: flex;
    padding-top: 60px;
  }

  .featured-article__tags{
  padding-top: 26px;
  }
}
/* === HEADER === */
  .cannex-header {
    width: 100%;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    font-family: var(--font-aktiv);
    animation: fadeInHeader 0.4s ease-in-out;
    transition: all 1s;
  }

  .cannex-header.scroll-down {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
  }

  .cannex-header.scroll-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
    background-color: var(--soft-blue-color);
  }

  .cannex-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .cannex-logo img {
    height: 48px;
  }
    .searchContainer {
      border-radius: 58px;
      margin: 0 30px;

      flex: 1;
      background-color: var(--off-white-color);
      display: flex;

  height: 56px;
  padding: 16px;
  align-items: center;
  gap: 8px;
      transition: all 1s;
      overflow: hidden;
    }
    .searchContainer input {
      background-color: var(--off-white-color);
          height: 48px;
          width: 100%;
          border: none;
          color: var(--deep-blue-color);
          font-family: var(--font-aktiv);
          font-size: 16px;
          font-style: normal;
          font-weight: 600;
          line-height: 22px;
      flex: 1
    }
          .searchContainer input:hover {
            border: none;
          }
          .searchContainer input:focus-visible,
          .searchContainer input:active {
            border: none;
            outline: none;
          }
  .searchContainer button {
      border: none;
      background-color: transparent;
    cursor: pointer;
    }
  .cannex-nav {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .linksContainer {
    display: flex;
    align-items: center;
    gap: 40px;
    overflow: hidden;
    width: 340px;
    transition: all 1s;
  }
    .hidden-with-animation {
      padding: 0;
      margin: 0;
      width: 0;
      flex: unset;
    }

  .cannex-nav a {
    color: white;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    padding-bottom: 4px;
    transition: opacity 0.3s;
  }
  .cannex-nav a.is-active {
   border-bottom: 3px solid var(--cannex-blue-color);
  }

  .logoWhite {
    display: block;
  }

  .logoBlue {
    display: none;
  }

  .nav-blue-active {
    background-color: var(--soft-blue-color);
  }

  .nav-blue-active .logoWhite {
    display: none;
  }
  .nav-blue-active .logoBlue {
    display: block;
  }

  .nav-blue-active .cannex-nav a {
    color: var(--deep-blue-color);
  }
  .nav-blue-active button {
    color: var(--deep-blue-color);
  }

  .nav-blue-scroll .logoWhite {
    display: none;
  }
  .nav-blue-scroll .logoBlue {
    display: block;
  }

  .nav-blue-scroll .cannex-nav a {
    color: var(--deep-blue-color);
  }
  .nav-blue-scroll button {
    color: var(--deep-blue-color);
  }

  .nav-blue .logoWhite {
    display: none;
  }
  .nav-blue .logoBlue {
    display: block;
  }
    .nav-blue-active .cannex-nav {
      color: var(--deep-blue-color);
    }
    .nav-blue-scroll .cannex-nav {
      color: var(--deep-blue-color);
    }

  .nav-blue .cannex-nav {
    color: var(--deep-blue-color);
  }
  .nav-blue .cannex-nav a {
    color: var(--deep-blue-color);
  }
  .cannex-nav {
    color: white;
  }
  .nav-blue button {
    color: var(--deep-blue-color);
  }

  .cannex-nav a:hover {
    opacity: 0.7;
  }

  .cannex-search-btn,
  .cannex-login-btn {
    font-family: var(--font-aktiv);
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .cannex-nav a.cannex-register-btn {
    padding: 14px 30px;
    background: #1e2a72;
    border-radius: 9999px;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
  }

  .cannex-register-btn:hover {
    background: #1a277f;
  }

  /* === DROPDOWNS === */
  @keyframes dropdownSlideIn {
    0% { opacity: 0; transform: translateY(-20px); }
    100% { opacity: 1; transform: translateY(0); }
  }

  @keyframes modalFadeIn {
    0% { opacity: 0; transform: translate(-45%, -20px); }
    100% { opacity: 1; transform: translate(-45%, 30px ); }
  }

  .dropdown-panel {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    z-index: 999;
  }

  .dropdown-panel.active {
    display: flex;
    animation: dropdownSlideIn 1s ease forwards;
  }


  .cannex-shop-dropdown-border{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid var(--cannex-blue-color);
  }
  .cannex-education-dropdown-border{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid var(--cannex-blue-color);
  }

  #cannex-shop {
    background: var(--soft-blue-color);
    justify-content: space-between;
    gap: 60px;
    padding: 40px 134px;
    align-items: center;
  }
  #cannex-education {
    background: var(--soft-blue-color);
    justify-content: space-between;
    gap: 60px;
    padding: 40px 134px;
    align-items: center;
  }

  /* --- Only LoginForm Adjustments --- */
  .loginParent {
    position: relative;
  }

  #cannex-login {
    position: absolute;
    top: 100%;
    right: 20px;
    width: 420px;
    background-color: var(--soft-blue-color);
    border-radius: 0px 0px 24px 24px;
    padding: 40px 28.5px 27px 28.5px;
    display: none;
    flex-direction: column;
    gap: 10px;
    z-index: 1001;
    /* box-shadow: 0 4px 20px rgba(0,0,0,0.1); */
    animation: modalFadeIn 1s ease forwards;
  }

  #cannex-login.active {
    display: flex;
  }

  #cannex-login h3 {
    margin: 0;
    color: var(--deep-blue-color);
    font-family: var(--font-aktiv);
    font-size: 24px;
    font-weight: 600;
  }

  #cannex-login .login-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #cannex-login label {
    color: var(--deep-blue-color);
    font-family: var(--font-aktiv);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  #cannex-login input {
    padding: 12px 16px;
    border-radius: 10px;
    border: none;
    width: 100%;
    font-size: 14px;
    background: #E8F0FE;
  }

  #cannex-login button {
    padding: 14px;
    border-radius: 9999px;
    border: none;
    background: var(--deep-blue-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    margin: 24px 0;
    font-size:16px;
    font-weight: 500;
  }

  #cannex-login .register-link {
    color: var(--black);
    text-align: center;
    font-family: var(--font-aktiv);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  #cannex-login .register-link a {
    color: #000;
    text-decoration: none;
    padding-left: 1%;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
  }
  }

  /* === SHOP INNER === */

  .shop-left {
    display: flex;
    gap: 20px;
  }

  .shop-left img {
    width: 270px;
    height: 279px;
    border-radius: 24px;
    object-fit: cover;
  }

  .shop-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 194px;
    align-self:end;
  }

  .shop-text p {
    color: #2765c1;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
  }

  .shop-text a {
    border: 3px solid var(--cannex-blue-color);
    padding: 8px 18px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-aktiv);
    color: var(--deep-blue-color);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    max-width: 150px;
    max-height: 40px;
  }

  .shop-columns {
    display: flex;
    gap: 60px;
    width: 100%;
    justify-content: space-evenly;
  }

  .shop-columns h4 {
      font-family: var(--font-aktiv);
    font-weight: 600;
    font-size: 16px;
    color: var(--deep-blue-color);
  }

  .shop-columns ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 220px;
  }

  .shop-columns li a {
    font-weight: 600;
    font-size: 14px;
    color: var(--cannex-blue-color) !important;
    text-decoration: none;
      font-family: var(--font-aktiv);
  }

  /* === SEARCH TERMS DROPDOWN === */
  #cannex-search {
    background: var(--soft-blue-color);
    padding: 10px;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
  }

  .SearchTermsDropdownWrapper {
    max-width: 920px;
  }

  #cannex-search.active {
    display: flex;
  }

  #cannex-search h4 {
    color: #000;
    font-family: var(--font-aktiv);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .search-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
  }

  .search-buttons a {
    display: flex;
    padding: 8px 18px;
    align-items: flex-start;
    gap: 12px;
    border-radius: 20px;
    border: 3px solid var(--cannex-blue-color);
    color: var(--deep-blue-color);
    font-family: var(--font-aktiv);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .HWrapper {
    padding-bottom: 20px;
  }

    .cannex-header--education{
      background-color: var(--soft-blue-color);
    }

  /* === MOBILE ADAPTATION === */
  @media (max-width: 768px) {
    .cannex-header{
      display:none
    }

  .cannex-header-inner {
  padding: 16px 20px;
  justify-content: space-between;
  }

  .cannex-logo img {
  height: 40px;
  }

  .searchContainer {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--soft-blue-color);
  padding: 16px;
  box-sizing: border-box;
  }

  .searchContainer.active {
  display: flex;
  }

  .searchContainer input {
  height: 48px;
  width: 100%;
  border-radius: 10px;
  padding: 8px 16px;
  }

  .cannex-nav {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--soft-blue-color);
  padding: 20px;
  box-sizing: border-box;
  }

  .cannex-nav.active {
  display: flex;
  }

  .linksContainer {
  flex-direction: column;
  width: 100%;
  gap: 20px;
  margin-top: 20px;
  }

  .cannex-nav a,
  .cannex-register-btn,
  .cannex-login-btn {
  width: 100%;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--deep-blue-color);
  color: var(--deep-blue-color);
  }

  .cannex-register-btn {
  background: #1e2a72;
  border-radius: 10px;
  margin-top: 20px;
  }

  .cannex-search-btn,
  .cannex-login-btn {
  margin: 0 10px;
  }

  .dropdown-panel {
  width: 100%;
  padding: 20px;
  }

  #cannex-search {
  padding: 10px 20px;
  }

  .search-buttons {
  flex-direction: column;
  gap: 10px;
  }

  .search-buttons a {
  width: 100%;
  text-align: center;
  padding: 10px;
  }
  }

  /* Hamburger Menu Icon */
  .hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  width: 24px;
  height: 18px;
  }

  .hamburger.active .bar:nth-child(2) {
  opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  }

  .bar {
  width: 24px;
  height: 3px;
  background-color: var(--deep-blue-color);
  margin: 2px 0;
  transition: all 0.3s ease;
  }

  @media (max-width: 768px) {
  .hamburger {
  display: flex;
  }

  .cannex-nav {
  display: none;
  }

  .cannex-header-inner {
  position: relative;
  }

  .cannex-nav.active {
  display: flex;
  }
  }

  .shop-dropdown-left-right-wrapper{
  display:flex;
  max-width: 1400px;
        gap: 86px;
    width: 100%;
  }

    /* .shop-dropdown-button-wrapper{
      max-width:138px;
      max-height:40px;
    } */
.hero-home-slider {
    position: relative;
    width: 100%;
    height: 740px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }

    .hero-home-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* старт за правим краєм */
    transform: translateX(100%);
    transition: transform 1s ease;
    z-index: 1;
      display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;;
  }
  .hero-home-slide.active {
    /* виїжджає на своє місце */
    transform: translateX(0);
    z-index: 2;
  }
  /* клас для того, щоб старий слайд виїхав ліворуч */
  .hero-home-slide.prev {
    transform: translateX(0);
    z-index: 1;
  }
  .hero-home-slide .hero-home__logo-image {
    position: unset;
      max-width: 500px;
      transform: unset;
      height: unset;
  }

  .hero-home-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -2;
    transform: scale(1.2);
  }

  .hero-home__overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(269deg, rgba(0, 0, 0, 0) -50.39%, rgba(255, 216, 149, 0.65) 94.41%); */
    background: linear-gradient(263deg, rgba(0, 0, 0, 0.00) -0.75%, #523C1B 107.88%);
    opacity: 0.7;
    z-index: -1;
  }

  .hero-home__content {
    position: relative;
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    gap: 44px;
    z-index: 1;
  }

  .hero-home__title {
    color: var(--White, #FFF);
font-family: var(--font-ivy);
font-size: 40px;
font-style: italic;
font-weight: 400;
line-height: 42px; /* 105% */
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
  }

  .hero-home__title span {
    color: var(--White, #FFF);

font-family: var(--font-aktiv);
font-size: 24px;
font-style: normal;
font-weight: 300;
line-height: 24px; /* 100% */

    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;   
  overflow: hidden;
  text-overflow: ellipsis;
  }

  .hero-home__title span:empty {
    display: none;
  }

  .hero-home__description {
    font-family: var(--font-aktiv);
    font-size: 16px;
    font-weight: 400;
    color: var(--soft-blue-color);
    line-height: 22px;
    max-width: 600px;
  }

  .hero-home__button {

    text-decoration: none;
    
    display: flex;
padding: 14px 30px;
justify-content: center;
align-items: center;
gap: 10px;
    border-radius: 500px;
    background-color: var(--deep-blue-color);

    color: var(--White, #FFF);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */

    font-family: var(--font-aktiv);
    
  }

  .hero-home-dots {
    position: absolute;
    bottom: 20px;
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 8px;
    z-index: 3;
    padding: 0 20px;
  }

  .hero-home-dot {
    width: 10px;
    height: 10px;
    background: white;
    opacity: 0.5;
    border-radius: 10px;
    cursor: pointer;
    transition: all 1s;
  }

  .hero-home-dot.active {
    width: 20px;
    background: var(--cannex-blue-color);
    opacity: 1;
  }


  @media (max-width: 768px) {
    .hero-home-slider {
      height: 500px;
    }
    .hero-home__content {
      gap: 24px;
    }
    .hero-home__title {
      font-size: 24px;
      line-height: 24px;
    }
    .hero-home__title span {
      font-size: 16px;
      line-height: 16px;
    }
    
    .hero-home__description {
      font-size: 14px;
    }
    /* .hero-home-slide {
      align-items: flex-end;
    } */
    /* .hero-home__content {
      padding: 0 20px 190px;
    } */
  }
.madeforyou-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  font-family: var(--font-aktiv);
}

.madeforyou-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FDF8F8;
}

.madeforyou-heading {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-inline: auto;
  padding-inline: 10px;
}

.madeforyou-heading h2 {
  font-family: var(--font-ivy);
  font-style: italic;
  font-size: 48px;
  font-weight: 400;
  color: #2765c1;
  line-height: 51px;
}

.madeforyou-heading h2 span {
  font-family: var(--font-aktiv);
  font-style: normal;
  font-weight: 600;
}

.madeforyou-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.madeforyou-cards {
  display: flex;
  overflow-x: auto;
  gap: 30px;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--madeforyou-side-gap, 75px);
}

.madeforyou-cards::before,
.madeforyou-cards::after {
  content: "";
  flex: 0 0 auto;
  width: var(--madeforyou-side-gap, 75px);
}


.madeforyou-cards::-webkit-scrollbar {
  display: none;
}

.madeforyou-card {
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 0 0 calc(45% - 15px); /* 50% width minus half of 30px gap */
  max-width: 570px;
  scroll-snap-align: start;
}


.madeforyou-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 22px;
  background-color: #FFFFFF;
  
}

.madeforyou-carousel-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  gap: 20px;
}

.madeforyou-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  gap: 20px;
}

.madeforyou-carousel-text {
  max-width: 360px;
  padding-top: 19px;
}

.madeforyou-carousel-text h3 {
  font-family: var(--font-aktiv);
  font-weight: 600;
  font-size: 24px;
  color: #2765c1;
  margin-bottom: 10px;
}

.madeforyou-carousel-text p {
  font-family: var(--font-aktiv);
  font-weight: 400;
  font-size: 12px;
  color: #1e3a8a;
  line-height: 18px;
}

.madeforyou-text {
  max-width: 260px;
}

.madeforyou-text h4 {
  font-family: var(--font-aktiv);
  font-weight: 600;
  font-size: 24px;
  color: #2765c1;
  margin-bottom: 10px;
}

.madeforyou-text p {
  font-family: var(--font-aktiv);
  font-weight: 400;
  font-size: 12px;
  color: #1e3a8a;
  line-height: 18px;
}

.madeforyou-button {
  display: flex;
  align-items: center;
}

.madeforyou-button a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  border: 3px solid #2765c1;
  border-radius: 99px;
  padding: 8px 16px;
  color: #1e2a72;
  text-decoration: none;
}

.madeforyou-carousel-button {
  display: flex;
  align-items: center;
}

.madeforyou-carousel-button a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  border: 3px solid #2765c1;
  border-radius: 99px;
  padding: 8px 16px;
  color: #1e2a72;
  text-decoration: none;
}

.madeforyou-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 24px 0;
}

.madeforyou-pagination .dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #ccc;
  cursor: pointer;
  transition: all 1s;
}

.madeforyou-pagination .dot.active {
  background-color: #2765c1;
  width: 20px;
}

.madeforyou-products {
  max-width: 1280px;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  margin-top: 40px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 10px;
}

.madeforyou-product {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.madeforyou-product img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
  border: 1px solid var(--Light-Grey, #E8E7E2);
  background-color: #FFFFFF;
}

.madeforyou-product-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.madeforyou-arrows {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.madeforyou-arrow-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #2765c1;
  color: #2765c1;
  background: transparent;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

@media (max-width: 768px) {
  .madeforyou-wrapper {
    padding: 0px 0px;
  }

  .madeforyou-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .madeforyou-heading h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .madeforyou-cards {
    gap: 12px;
    scroll-snap-type: x mandatory;
  }

  .madeforyou-card {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: center;
    border-radius: 16px;
    max-width: 360px;
  }

  .madeforyou-card img {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }

  .madeforyou-carousel-info {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
  }

  .madeforyou-info {
    flex-direction: row;
    align-items: flex-start;
    gap: 3px;
    width: 100%;
    padding: 2px;
  }

  .madeforyou-carousel-text {
    width: 100%;
  }

  .madeforyou-carousel-text h3 {
    font-size: 18px;
    line-height: 22px;
    max-width: 100%;
    color: var(--cannex-blue-color);
  }

  .madeforyou-carousel-text p {
    font-size: 12px;
    line-height: 16px;
    color: var(--deep-blue-color);
    margin-bottom: 2%;
  }

  .madeforyou-text {
    max-width: 100%;
  }

  .madeforyou-text h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: var(--Deep-Blue, #1E2A72);
    line-height: 18px;
    margin-top: 2px;
  }

  .madeforyou-text p {
    color: var(--Cannex-Blue, #2765C1);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
  }

  .madeforyou-button a {
    padding: 1px 1px;
    border-width: 2px;
    font-size: 14px;
  }

  .madeforyou-button p {
    display: none;
    padding: 8px 16px;
    font-size: 14px;
  }

  .madeforyou-carousel-button a {
    padding: 5px 10px;
    font-size: 12px;
  }

  .madeforyou-pagination {
    justify-content: left;
    margin-top: 24px;
    order: 1;
  }

  .madeforyou-arrows {
    justify-content: flex-end;
    padding-right: 0;
    margin-top: -10px;
  }

  .madeforyou-arrow-btn {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .madeforyou-products {
    flex-direction: row;
    gap: 10px;
    flex-wrap: nowrap;
    padding-inline: 10px;
  }

  .madeforyou-product {
    flex: 1;
    width: auto;
    gap: 0px;
  }

  .madeforyou-product img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  @media (max-width: 425px) {
    .madeforyou-product:last-child{
      display: none;
    }
  }
}
.customer.login input {
    border: 1px solid #353535 !important;
    border-radius: 10px !important;
  }
.sectionWrapper {
      background-color: var(--off-white-color);
      display: flex;
      width: 100%;
      justify-content: center;
      padding: 0 10px;
    }
    .sectionWrapper .itemsWrapper {
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 60px;
      max-width: 1240px;
    }
    .headingContainer {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .related-products_title {
      color: var(--Cannex-Blue, #2765C1);

  font-family: var(--font-aktiv);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 100% */
    }
  .shopAllLink {
    color: var(--Cannex-Blue, #2765C1);

/* A */
font-family: var(--font-aktiv);
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 14px; /* 116.667% */
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
text-transform: capitalize;
  }
.shop-specialty-section {
  padding: 60px 0;
  background-color: #fdfcfc;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop-specialty-sectionProducts{
  background-color: #FDF8F8;
}
  
.shop-specialty-container {
  max-width: 1280px;
  width: 100%;
}

.shop-specialty-header {
  margin-bottom: 60px;
  padding: 0 20px;
}

.shop-specialty-header h2 {
  font-family: var(--font-aktiv);
  font-size: 24px;
  font-weight: 600;
  color: #2765c1;
  line-height: 24px;
  margin-bottom: 16px;
}

.shop-specialty-header h3 {
  font-family: var(--font-aktiv);
  font-size: 16px;
  font-weight: 600;
  color: var(--deep-blue-color);
  max-width: 555px;
}

/* === SLIDER / GRID === */
.specialty-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.specialty-card {
  width: calc(20% - 16px);
  height: 330px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .specialty-slider {
    flex-wrap: nowrap;
    overflow-x: auto;
    /* scroll-snap-type: x mandatory; */
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
    padding-bottom: 10px;
  }

  .specialty-card {
    flex: 0 0 auto;
    min-width: 250px;
    max-width: 270px;
    scroll-snap-align: start;
  }
}

.specialty-card .card-image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: auto;
}

.specialty-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
}

.specialty-card .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    213.23deg,
    rgba(0, 0, 0, 0) 32.21%,
    rgba(0, 0, 0, 0.63) 79.71%
  );
}

.specialty-card .content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding-inline: 10px;
  padding-block: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.specialty-card .content-wrapper .title {
  font-family: var(--font-aktiv);
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  max-width: 80%;
  line-height: 18px;
  margin: 0;
  letter-spacing: .03em
}

.specialty-card .content-wrapper .icon-container {
  border-radius: 50%;
  border: 3px solid var(--off-white-color);
  padding: 8px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.specialty-card .content-wrapper .icon-container img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  z-index: 0;
}
.top-products {
  background-color: #FDF8F8;
  padding: 80px 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-products__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin-bottom: 60px;
}

.top-products__title {
  font-family: var(--font-aktiv);
  font-size: 24px;
  font-weight: 600;
  color: var(--cannex-blue-color);
  line-height: 24px ;
}

.top-products__link {
  font-family: var(--font-aktiv);
  font-size: 14px;
  font-weight: 600;
  color: #2765c1;
  text-decoration: underline;
}

.top-products__grid {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.top-products__main-card {
  grid-column: span 3;
  display: flex;
  overflow: hidden;
  gap: 60px;
}

.top-products__main-card img {
  border-radius: 22px;  
  width: 530px;
  max-height: 530px
  object-fit: contain;
  background-color: #FFFFFF;
  border: 1px solid var(--Light-Grey, #E8E7E2);
}

.top-products__main-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  align-items: flex-start;
}
.top-products__main-content-text{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top-products__main-title {
  font-family: var(--font-aktiv);
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: var(--cannex-blue-color);
}

.top-products__main-desc {
  font-family: var(--font-aktiv);
  font-size: 16px;
  font-weight: 600;
  color: var(--deep-blue-color);
  line-height: 22px;
}

.top-products__button {
  text-decoration: unset;

  display: flex;
  padding: 8px 18px;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  
  border-radius: 99px;
  border: 3px solid var(--cannex-blue-color);
  
  color: var(--deep-blue-color);
  text-align: center;
  font-family: var(--font-inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; 
}
.top-products__button-main{
  text-decoration: unset;
  display: flex;
  padding: 8px 18px;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  
  border-radius: 99px;
  border: 3px solid var(--cannex-blue-color);
  
  color: var(--deep-blue-color);
  text-align: center;
  font-family: var(--font-inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; 
}

.top-products__product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 480px;
}
.top-products__article-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 480px;
  position: relative;
  justify-content: flex-end;
  text-decoration: none;
}

.top-products__product-card img {
  border-radius: 22px;
  width: 100%;
  height: 370px;
  object-fit: contain;
  background-color: #FFFFFF;
  border: 1px solid var(--Light-Grey, #E8E7E2);
}
.top-products__article-card img {
  position: absolute;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-products__product-text{
  max-width: 241px;
}
.top-products__product-content {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-start;
}

.top-products__product-title {
  font-family: var(--font-aktiv);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: var(--cannex-blue-color);
}

.top-products__product-desc {
  font-family: var(--font-aktiv);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: var(--deep-blue-color);
}

.top-products__article-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent 60%);
  border-radius: 16px;
}
.top-products__article-content{
  display: flex;
  justify-content: space-between;
  z-index: 1;
  padding: 20px;
  align-items: center;
}
.top-products__article-title {
  font-family: var(--font-aktiv);
  font-size: 16px;
  font-weight: 600;
  color: var(--soft-blue-color);
}
.top-products__article-link {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--soft-blue-color);

  border-radius: 20px;
  border: 3px solid var(--soft-blue-color);
  text-decoration: unset;
}
  @media (max-width: 1200px) {
  .top-products__main-card {
    grid-column: span 2;
  }
  .top-products {
    padding: 60px 80px;
  }

  .top-products__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .top-products__main-content {
    padding: 24px;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
    flex-direction: row;
  }
  .top-products__main-card {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .top-products__article-content {
    padding: 5px 10px;
  }
  .top-products__product-card img {
    aspect-ratio: 1/1;
    height:auto;
  }
  
  .top-products__main-card img {
    width: 100%;
    height: auto;
  }
  .top-products__main-card {
    flex-direction: column;
    gap: 20px;
  }
  .top-products__main-card {
    grid-column: span 2;
  }
  .top-products {
    padding: 40px 24px;
  }

  .top-products__grid {
    gap: 16px;
  }

/* 
  .top-products__product-content {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  } */

  .top-products__product-text {
    max-width: 100%;
  }
  .top-products__button{
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;
    padding:0;
  }
  .top-products__button-text{
    display: none;
  }
  .top-products__product-desc {
    display: none;
  }
}

@media (max-width: 480px) {
  .top-products__main-title {
    font-size: 18px;
  }

  .top-products__main-desc {
    font-size: 13px;
  }

  .top-products__product-title {
    font-size: 13px;
    line-height: 15px;
  }

  .top-products__product-desc {
    font-size: 11px;
    line-height: 13px;
  }

  .top-products__article-title {
    font-size: 14px;
    line-height: 16px;
  }
}

/* CSS from snippet stylesheet tags */
.mobile-header {
    display: none;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
    background-color: var(--Soft-Blue, #B5D3FC); /* Default blue background */
  }

  .mobile-header.scroll-down {
    transform: translateY(-100%); /* Slide header off-screen */
  }

  .mobile-header.scroll-up {
    transform: translateY(0); /* Slide header back on-screen */
    background-color: var(--Soft-Blue, #B5D3FC); /* Ensure consistent background */
  }

  .mobile-header.transparent {
    background-color: transparent; /* Transparent on homepage */
  }
  .mobile-header.white-icons .mobile-cannex-logo img {
    filter: brightness(0) invert(1); /* Makes the logo white */
  }
  .mobile-menu-overlay {
    display: none;
  }

  @media (max-width: 768px) {
    .mobile-header {
      display: flex;
      position: fixed;
      flex-direction: column;
      height: 80px;
      background-color: var(--Soft-Blue, #B5D3FC);
      padding: 20px;
      justify-content: flex-end;
      z-index: 9999;
      width: 100%;
      top: 0; /* Ensure it starts at the top */
    }

    .mobile-menu-overlay {
      position: fixed;
      display: flex;
      top: -100%;
      left: 0;
      width: 100%;
      height: calc(100% - 80px);
      background-color: var(--Soft-Blue, #B5D3FC);
      flex-direction: column;
      z-index: 9000;
      transition: top 0.3s ease-in-out;
      padding-inline: 50px;
      padding-top: 10px;
      padding-bottom: 0px;
    }
  }

  .mobile-hamburger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    width: 24px;
    margin-left: 11px;
  }

  .mobile-bar {
    width: 22px;
    height: 4px;
    border-radius: 20px;
    background-color: var(--Deep-Blue, #1E2A72); /* Default to blue */
    margin: 2px 0;
    transition: all 0.3s ease;
  }

  .mobile-header.white-icons .mobile-bar {
    background-color: var(--icon-color, #FFFFFF); /* White when white-icons is active */
  }

  .mobile-cannex-logo img {
    height: 35px;
  }

  .mobile-hamburger.active .mobile-bar:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .mobile-hamburger.active .mobile-bar:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
  }

  .mobile-header-top-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-icon-row {
    display: flex;
    gap: 14px;
    align-items: center;
  }

  .mobile-icon-row svg:hover {
    cursor: pointer;
  }

  .mobile-menu-overlay.active {
    top: 80px;
  }

  .mobile-fullscreen-nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 10px;
  }

  .mobile-fullscreen-nav a {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    text-decoration: none;
    color: var(--Deep-Blue, #1E2A72);
    border-bottom: 1px solid var(--Deep-Blue, #1E2A72);
  }

  .mobile-fullscreen-nav a:active {
    opacity: 0.7;
  }

  body.menu-open {
    overflow: hidden;
  }

  .mobile-menu-overlay button {
    display: flex;
    width: 100%;
    height: 54px;
    padding: 14px 30px;
    justify-content: space-between;
    align-items: center;
    border-radius: 800px;
    font-family: var(--font-inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
  }

  .mobile-register-btn {
    margin-top: 60px;
    background-color: var(--Deep-Blue, #1E2A72);
    border: 1px solid var(--Deep-Blue, #1E2A72);
    color: var(--Off-White, #FDF8F8);
  }

  .mobile-signin-btn {
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid var(--Deep-Blue, #1E2A72);
    color: var(--Deep-Blue, #1E2A72);
  }

  .mobile-bottom-text {
    margin-top: auto;
    margin-bottom: 0px;
    color: var(--Deep-Blue, #1E2A72);
    font-family: "IvyPresto Display";
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    line-height: 21px;
  }

  .mobile-bottom-text-bolt {
    margin-bottom: 30px;
    color: var(--Deep-Blue, #1E2A72);
    font-family: "Aktiv Grotesk SemiBold";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
  }

  .mobile-header-menu {
    display: none;
    right: -100%;
  }

  .mobile-header-menu.active {
    display: block;
    right: 0px;
  }

  .mobile-mini-nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .mobile-mini-nav a {
    font-family: var(--font-aktiv);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    color: var(--Cannex-Blue, #2765C1);
  }

  .mobile-search-results {
    display: none;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
  }

  .mobile-search-results.active {
    display: block;
  }

  .mobile-search-results-item {
    padding: 10px;
    border-bottom: 1px solid #E8F0FE;
    color: #1E2A72;
    font-family: var(--font-aktiv);
    font-size: 14px;
    font-weight: 600;
  }

  .mobile-search-results-item:last-child {
    border-bottom: none;
  }

  .mobile-search-overlay {
    position: fixed;
    display: none;
    top: -100%;
    left: 0;
    width: 100%;
    height: calc(100% - 120px);
    background-color: var(--Soft-Blue, #B5D3FC);
    flex-direction: column;
    z-index: 9000;
    transition: top 0.3s ease-in-out;
    padding: 20px;
  }

  .mobile-search-overlay.active {
    display: flex;
    top: 120px;
  }

  .mobile-search-header {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 15px;
    margin-bottom: 20px;
  }

  .mobile-search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: var(--font-inter);
    background: transparent;
  }

  .mobile-search-close {
    cursor: pointer;
  }

  .mobile-search-terms p {
    color: #1E2A72;
    font-family: var(--font-aktiv);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .mobile-search-terms-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .mobile-search-terms-buttons button {
    padding: 10px 20px;
    border: 1px solid #1E2A72;
    border-radius: 50px;
    background: transparent;
    color: #1E2A72;
    font-family: var(--font-inter);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
  }

  .mobile-search-terms-buttons button:hover {
    background-color: rgba(30, 42, 114, 0.1);
  }

  /* Default icon colors (blue) */
  .mobile-profile-icon path,
  .mobile-cart-icon path,
  .mobile-search-icon path,
  .mobile-search-close path {
    fill: var(--Deep-Blue, #1E2A72); /* Default to blue */
  }

  .mobile-profile-icon{
    display: none;
  }

  .mobile-search-close path {
    stroke: var(--Deep-Blue, #1E2A72); /* Default to blue for stroke */
  }

  /* White icons when white-icons class is applied */
  .mobile-header.white-icons .mobile-profile-icon path,
  .mobile-header.white-icons .mobile-cart-icon path,
  .mobile-header.white-icons .mobile-search-icon path,
  .mobile-header.white-icons .mobile-search-close path {
    fill: var(--icon-color, #FFFFFF);
    stroke: var(--icon-color, #FFFFFF);
  }

  .mobile-header.white-icons .mobile-search-close path {
    stroke: var(--icon-color, #FFFFFF); /* White stroke when white-icons is active */
  }
  @media(max-width: 405px) {
    .mobile-menu-overlay {
      padding-inline: 7px;
    }
  }
.header__icon {
    color: unset !important;
  }
  .header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
    color: unset !important;
  }
  .search-modal.modal__content.gradient {
    background-color: var(--soft-blue-color, #B5D3FC);
  }
  .search__input.field__input {
    font-family: var(--font-aktiv);
    border-radius: 200px !important;
    box-shadow: none !important;
  }
  .field {
    border-radius: 200px;
  }
  .field::before, .field::after {
    display: none !important;
  } 
  .search::before, .search::after {
    display: none !important;
  }
  .predictive-search.predictive-search--header {
    background-color: var(--soft-blue-color, #B5D3FC);
  }
  .search__button.field__button {
    color: black;
  }

  /* Default icon color (blue) */
  .header__icon--search .svg-wrapper svg path,
  .search-modal__close-button .svg-wrapper svg path,
  .reset__button .svg-wrapper svg path {
    fill: var(--Deep-Blue, #1E2A72);
  }

  /* White icon color when mobile-header has white-icons class */
  .mobile-header.white-icons .header__icon--search .svg-wrapper svg path,
  .mobile-header.white-icons .search-modal__close-button .svg-wrapper svg path,
  .mobile-header.white-icons .reset__button .svg-wrapper svg path {
    fill: var(--icon-color, #FFFFFF);
  }
.share-button__button.custom-button {
    display: flex;
    gap: 10px;
    padding: 10px 10px 10px 20px;
    border-radius: 200px;
    background-color: var(--deep-blue-color);
    color: white;
    font-family: var(--font-aktiv);
    text-decoration: unset;
  }