/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 111:0 Unexpected "<"
Line 213:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .buds-third-section {
    padding: 24px;
    background-color: var(--section-background-color);
  }
  .buds-main-title {
    margin-bottom: 16px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .buds-inner {
    padding: 24px;
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .buds-outer {
    border-radius: 8px;
    background-color: var(--inner-background-color);
  }
  .buds-box {
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border:1px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--box-background-color);
    position: relative;
    color: var(--box-font-color);
  }
  .buds-title {
    font-size: 24px;
    font-weight: bold;
    color: var(--box-font-color);
    width: 100%;
    text-align: center;
  }
  .buds-description {
    font-size: 16px;
    text-align: center;
  }
  .buds-box img {
    margin-top: 16px;
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 8px;
  }
  .buds-title-image {
    margin-bottom: 8px;
    width: 100%;
    max-width: 120px;
    height: auto;
    border-radius: 8px;
  }
  .buds-bottom-image {
    margin-top: 16px;
    width: 100%;
    max-width: 120px;
    height: auto;
    border-radius: 8px;
  }
  .icon-circle {
    min-width:24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
  }
  .left-icon {
    background-color: #28a745;
  }
  .right-icon {
    background-color: #dc3545;
  }
  @media (max-width: 768px) {
    .buds-inner {
      grid-template-columns: 1fr;
    }
    .buds-box img {
      margin-top: 16px;
      width: 100%;
      max-width: 100px;
      height: auto;
      border-radius: 8px;
    }
    .buds-box {
      padding:0;
    }
  }
</style>
<style>
  .buds-third-section {
    padding: 24px;
    background-color: var(--section-background-color);
  }
  .buds-main-title {
    margin-bottom: 16px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .buds-inner {
    padding: 24px;
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .buds-outer {
    border-radius: 8px;
    background-color: var(--inner-background-color);
  }
  .buds-box {
    padding: 16px;
    padding-bottom: 0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border:1px solid white;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--box-background-color);
    position: relative;
    color: var(--box-font-color);
  }
  .buds-title {
    font-size: 24px;
    font-weight: bold;
    color: var(--box-font-color);
    width: 100%;
    text-align: center;
  }
  .buds-description {
    font-size: 16px;
    text-align: center;
  }
  .buds-box img {
    margin-top: 16px;
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 8px;
  }
  .buds-title-image {
    margin-bottom: 8px;
    width: 100%;
    max-width: 120px;
    height: auto;
    border-radius: 8px;
  }
  .buds-bottom-image {
    margin-top: 16px;
    width: 100%;
    max-width: 120px;
    height: auto;
    border-radius: 8px;
  }
  .icon-circle {
    min-width:24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
  }
  .left-icon {
    background-color: #28a745;
  }
  .right-icon {
    background-color: #dc3545;
  }
  @media (max-width: 768px) {
    .buds-inner {
      grid-template-columns: 1fr;
    }
    .buds-box img {
      margin-top: 16px;
      width: 100%;
      max-width: 200px;
      height: auto;
      border-radius: 8px;
    }
    .buds-box {
      padding:0;
    }
  }
</style>
.swiper {
  overflow: visible;
}
.card-shadow {
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.08);
}
.badge-new {
  background-color: #60c655;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}