/** Shopify CDN: Minification failed

Line 227:13 Expected identifier but found whitespace
Line 227:15 Unexpected "{"
Line 227:24 Expected ":"
Line 227:53 Expected ":"

**/
.menu-list__link-title {
  position: relative;
  display: inline-block;
}

.menu-list__link-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;         
  width: 100%;
  height: 3px;             
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.menu-list__link:hover .menu-list__link-title::after {
  transform: scaleX(1);
}
.header-menu .menu-list__link {
  padding: 25px 8px;         
}
.header-menu .menu-list__link-title {
  font-size: 16px;            
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}
.menu-list {
  gap: 44px; 
}
.ai-collection-title-az2d0q0tqofkvunowmaigenblockfc5a2037fnkty {
  font-weight: 600 !important;
  font-size: 28px !important;
  color: #fff;
}
.template-index .section-resource-list .text-block h3 {
  display: inline-block;

  background-image: linear-gradient(320deg,
    rgba(56, 78, 197, 1) 16%,
    rgba(203, 68, 194, 1) 52%,
    rgba(255, 201, 104, 1) 87%
  );

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 600 !important;
  font-size: 32px !important;
}
.template-index .section-resource-list .text-block {
  width: fit-content !important;
  max-width: 100%;
}
.product-card__content p {
    color: #000;
    font-weight: 600 !important;
    font-size: 16px;
}
span.price {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.text-block--AcmNxeEg1Q05hZWdZR__static-blog-title h3 {
    font-size: 38px !important;
    margin-bottom: 5px !important;
}
.featured-blog-posts-card__content h4 {
    text-transform: capitalize;
    font-size: 18px !important;
    color: #000;
    font-weight: 600;
}
.split-collection-section {
  padding: 40px 0;
}

.split-collection-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 19px;
  align-items: center;
}

/* LEFT IMAGE */
.sc-left img {
    width: 94% ;
    height: 539px;
    object-fit: cover;
    display: block;
    margin-top: -128px;
    margin-left: 39px;
}

.sc-left {
  position: relative;
}

.sc-left-link {
  display: block;
  position: relative;
}
.sc-left-link::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 39px;
  background: linear-gradient(
      rgba(0,0,0,0.25),
      rgba(0,0,0,0.25)
  );
  z-index: 1;
}


.sc-left-text {
    position: absolute;
    left: 29%;
    top: 50%;
    color: white;
    font-size: 32px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 2;
}
.sc-left-text h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.sc-arrow {
  font-size: 28px;
  margin-top: -27px;
}

/* RIGHT SIDE PRODUCTS */
.sc-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: -55px;
    margin-left: -45px;
}

.sc-product-card img {
  height: 211px;
  object-fit: contain;
}

.sc-prod-title {
    margin-top: 10px;
    font-size: 18px;
    color: #000;
    text-align: center;
    font-weight: 600;
}

.sc-prod-price {
    color: #000;
    font-weight: 600;
    text-align: center;
}
a.sc-product-card {
    text-decoration: none;
    margin-top: 23px;
    margin-left: 55px;
}
.benefits-section {
  padding: 80px 20px;
}

.benefits-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
  background: linear-gradient(320deg,
    rgba(56, 78, 197, 1) 16%,
    rgba(203, 68, 194, 1) 52%,
    rgba(255, 201, 104, 1) 87%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 30px;
}

.benefit-item {
  text-align: center;
  color: #ffffff;
}

.benefit-item img {
  width: 42px;
  height: auto;
  margin-bottom: 14px;
  margin-left: 132px;
}

.benefit-item p {
  font-size: 15px;
  font-weight: 500;
}
.mission-hero {
  position: relative;
  width: 100%;
  min-height: {{ section.settings.section_height }}vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.mission-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.mission-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.mission-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,var(--overlay-opacity)) 0%,
    rgba(0,0,0,0.2) 55%,
    rgba(0,0,0,0) 100%
  );
  z-index: 2;
}

.mission-hero__content {
  position: relative;
  z-index: 3;
}

.mission-hero__text {
    max-width: 720px;
    color: #ffffff;
    padding: 94px;
}

.mission-hero__heading {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
}

.mission-hero__description {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.mission-hero__btn {
  display: inline-block;
  padding: 12px 26px;
  background: #ffffff;
  color: #000000;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mission-hero__btn:hover {
  background: #000000;
  color: #ffffff;
}
.product-details h1 {
    font-size: 28px !important;
}
.accordion summary.details__header {
    font-size: 20px !important;
}
.product-details span.price {
    font-size: 23px;
}

@media(max-width:768px){
  .split-collection-container {
    grid-template-columns: 1fr;
    gap: 20px;
    overflow: hidden;
  }

  /* LEFT IMAGE FIX */
  .sc-left img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
  .sc-left-link:after{
    left: 0;
  }

  /* LEFT TEXT FULLY FIXED */
  .sc-left-text {
    left: 80px !important;
    bottom: 170px !important;
    top: auto !important;
    transform: none !important;
    font-size: 20px !important;
    width: calc(100% - 40px); /* overflow prevent */
    z-index: 2;
  }

  /* PRODUCT GRID FIX */
  .sc-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 0 !important;  /* negative margin remove */
  }

  /* PRODUCT IMAGES */
  .sc-product-card img {
    height: 150px !important;
    object-fit: contain;
  }

  /* GLOBAL FIX — VERY IMPORTANT */
  .split-collection-section,
  .split-collection-container,
  .sc-left,
  .sc-right {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .ai-product-showcase__content-section-azm43tzhwznzmvwrmzaigenblockb451c8e8jmymm {
    width: 55% !important;
  }
  .ai-product-showcase__image-section-azm43tzhwznzmvwrmzaigenblockb451c8e8jmymm {
    width: 52% !important;
}
.benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefit-item img {
    margin-left: 55px;
}
.benefits-title {
    font-size: 30px;
}
.mission-hero__text {
    padding: 0px 13px;
}
.mission-hero {
    min-height: auto;
    padding: 80px 0;
  }

  .mission-hero::before {
    background: rgba(0,0,0,0.6);
  }

  .mission-hero__heading {
    font-size: 32px;
  }

  
}