/** Shopify CDN: Minification failed

Line 48:16 Unexpected "{"
Line 48:25 Expected ":"
Line 48:32 Unexpected "{"
Line 49:12 Expected identifier but found whitespace
Line 49:14 Unexpected "{"
Line 49:18 Expected ":"
Line 50:15 Expected identifier but found whitespace
Line 50:17 Unexpected "{"
Line 50:24 Expected ":"
Line 51:14 Expected identifier but found whitespace
... and 55 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-section (INDEX:24) */
.custom-columns-wrapper {
  display: grid;
  gap: 20px;
}
@media (min-width: 768px) {
  .custom-columns-wrapper.cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-columns-wrapper.cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .custom-columns-wrapper.cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.custom-column {
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.custom-column__icon {
  max-width: 64px;
  margin: 0 auto 10px;
}
/* END_SECTION:custom-section */

/* START_SECTION:hero-gradient (INDEX:33) */
#BuddysoftHero-{{ section.id }} {
    --bh-bg: {{ bg }};
    --bh-green: {{ green }};
    --bh-mint: {{ mint }};
    --bh-sub: {{ subtext_color }};
    background-color: var(--bh-bg);
    color: var(--bh-green);
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero-carousel {
    display: block;
    width: 100%;
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero-carousel__viewport {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero-carousel__track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    min-width: 100%;
    transition: transform 0.8s ease-in-out;
    will-change: transform;
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero-carousel__slide {
    flex: 0 0 var(--hero-carousel-slide-width, 100%);
    width: var(--hero-carousel-slide-width, 100%);
    min-width: var(--hero-carousel-slide-width, 100%);
    max-width: var(--hero-carousel-slide-width, 100%);
    align-self: flex-start;
    box-sizing: border-box;
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero-carousel__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    padding: 0 0 1.6rem;
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero-carousel__dot {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 999px;
    background: rgba(43, 70, 60, 0.25);
    transition: background 0.3s ease, transform 0.3s ease;
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero-carousel__dot.is-active {
    background: var(--bh-green);
    transform: scale(1.15);
  }

  @media (prefers-reduced-motion: reduce) {
    #BuddysoftHero-{{ section.id }} .buddysoft-hero-carousel__track {
      transition: none;
    }
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero__copy {
    text-align: left;
    justify-self: start;
    width: 100%;
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2.4rem, 4vw, 4rem);
    align-items: center;
    justify-items: stretch;
  }

  @media screen and (min-width: 990px) {
    #BuddysoftHero-{{ section.id }} .buddysoft-hero__grid {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
      gap: 3.2rem 4.8rem;
      align-items: center;
    }

    #BuddysoftHero-{{ section.id }} .buddysoft-hero__copy {
      justify-self: start;
    }
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0 0 1.6rem;
    padding: 0.5rem 1.2rem;
    border-radius: 999px;
    background: var(--bh-mint);
    color: var(--bh-green);
    font-family: var(--font-body-family);
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.3;
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero__badge-icon {
    display: flex;
    color: var(--bh-green);
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero__heading {
    margin: 0 0 1.6rem;
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    color: var(--bh-green);
    font-size: clamp(3.6rem, 5vw, 5.6rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero__heading-em {
    font-style: normal;
    font-weight: inherit;
    font-family: inherit;
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero__sub {
    margin: 0 0 2.4rem;
    max-width: 52ch;
    font-family: var(--font-body-family);
    font-size: 1.6rem;
    line-height: 1.45;
    color: var(--bh-sub);
  }

  @media screen and (min-width: 750px) {
    #BuddysoftHero-{{ section.id }} .buddysoft-hero__sub {
      font-size: 1.8rem;
    }
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 0;
    margin-bottom: 0;
    justify-content: flex-start;
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero__btn--bundles {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.3rem 2.4rem;
    font-family: var(--font-body-family);
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    line-height: 1.2;
    background: #fff;
    color: var(--bh-green);
    border: 1px solid rgba(43, 70, 60, 0.22);
    box-shadow: 0 1px 2px rgba(43, 70, 60, 0.06);
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero__btn--bundles:hover {
    border-color: var(--bh-green);
    box-shadow: 0 4px 14px rgba(43, 70, 60, 0.1);
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero__visual {
    display: flex;
    align-items: center;
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero__single-image {
    width: 100%;
    border-radius: 1.6rem;
    overflow: hidden;
  }

  #BuddysoftHero-{{ section.id }} .buddysoft-hero__single-image-img {
    width: 100%;
    height: auto;
    display: block;
  }

  @media screen and (max-width: 989px) {
    #BuddysoftHero-{{ section.id }} .buddysoft-hero__single-image {
      max-width: 44rem;
      margin: 0 auto;
    }
  }
/* END_SECTION:hero-gradient */

/* START_SECTION:privacy-policy-component (INDEX:65) */
.privacy-policy-content {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
/* END_SECTION:privacy-policy-component */

/* START_SECTION:return-policy (INDEX:68) */
.return-policy-content {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
  }
/* END_SECTION:return-policy */

/* START_SECTION:terms-component (INDEX:72) */
.terms-content {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
  }
/* END_SECTION:terms-component */