/** Shopify CDN: Minification failed

Line 73:0 Unexpected "#"
Line 73:2 Unexpected "{"
Line 73:14 Expected ":"
Line 78:2 Unexpected "#"
Line 78:4 Unexpected "{"
Line 78:16 Expected ":"
Line 79:2 Unexpected "#"
Line 79:4 Unexpected "{"
Line 79:16 Expected ":"
Line 80:2 Unexpected "#"
... and 71 more hidden warnings

**/


/* CSS from section stylesheet tags */
.cart-icon-wrapper svg {
  width: 48px !important;
  height: 48px !important;
}
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
.faq-section .faq-item[data-open] .faq-toggle {
  margin-bottom: 0;
}

.faq-section .faq-item[data-open] .faq-icon {
  transform: rotate(180deg);
}

.faq-section .faq-item[data-open] .expand-icon {
  display: none;
}

.faq-section .faq-item[data-open] .shrink-icon {
  display: block;
}

.faq-section .faq-item:not([data-open]) .expand-icon {
  display: block;
}

.faq-section .faq-item:not([data-open]) .shrink-icon {
  display: none;
}
#{{ section_id }} .policy-content {
    font-size: 1rem;
    line-height: 1.75;
  }
  
  #{{ section_id }} .policy-content h1,
  #{{ section_id }} .policy-content h2,
  #{{ section_id }} .policy-content h3,
  #{{ section_id }} .policy-content h4,
  #{{ section_id }} .policy-content h5,
  #{{ section_id }} .policy-content h6 {
    color: #000;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  
  #{{ section_id }} .policy-content h1 {
    font-size: 2rem;
  }
  
  #{{ section_id }} .policy-content h2 {
    font-size: 1.5rem;
  }
  
  #{{ section_id }} .policy-content h3 {
    font-size: 1.25rem;
  }
  
  #{{ section_id }} .policy-content p {
    margin-bottom: 1.5rem;
  }
  
  #{{ section_id }} .policy-content ul,
  #{{ section_id }} .policy-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
  }
  
  #{{ section_id }} .policy-content li {
    margin-bottom: 0.5rem;
  }
  
  #{{ section_id }} .policy-content ul li {
    list-style-type: disc;
  }
  
  #{{ section_id }} .policy-content ol li {
    list-style-type: decimal;
  }
  
  #{{ section_id }} .policy-content strong {
    color: #8E85C1;
    font-weight: 600;
  }
  
  #{{ section_id }} .policy-content a {
    color: #8E85C1;
    text-decoration: underline;
    transition: color 0.2s ease;
  }
  
  #{{ section_id }} .policy-content a:hover {
    color: #7A6FB8;
  }
  
  #{{ section_id }} .policy-content blockquote {
    border-left: 4px solid #8E85C1;
    padding-left: 1rem;
    margin: 1.5rem 0;
    font-style: italic;
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.5rem;
  }
  
  #{{ section_id }} .policy-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
  }
  
  #{{ section_id }} .policy-content th,
  #{{ section_id }} .policy-content td {
    border: 1px solid #e5e7eb;
    padding: 0.75rem;
    text-align: left;
  }
  
  #{{ section_id }} .policy-content th {
    background-color: #f9fafb;
    font-weight: 600;
    color: #000;
  }
  
  #{{ section_id }} .policy-content code {
    background-color: #f3f4f6;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
  }
  
  #{{ section_id }} .policy-content pre {
    background-color: #f3f4f6;
    padding: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin: 1.5rem 0;
  }
  
  #{{ section_id }} .policy-content hr {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 2rem 0;
  }
.product-perks-section .text-black strong {
    color: #8E85C1;
    font-weight: 600;
  }
  
  .product-perks-section .perks-list ul {
    list-style: disc;
    padding-left: 1.25rem;
    margin: 0;
  }
  
  .product-perks-section .perks-list ul li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
  }
.timer-title strong {
    color: #8E85C1;
    font-weight: 600;
  }
  
  .timer-digit {
    transition: background-color 0.3s ease;
  }
  
  .timer-digit.is-zero {
    background-color: transparent !important;
    border-color: rgba(142, 133, 193, 0.3);
  }
  
  [data-timer-section] {
    overflow: hidden;
  }
  
  .timer-slide {
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  }

  @media (max-width: 767px) {
    [data-timer-slide] {
      display: none !important;
    }
  }

  @media (min-width: 768px) {
    [data-timer-slide-mobile] {
      display: none !important;
    }
  }

/* CSS from block stylesheet tags */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }

/* CSS from snippet stylesheet tags */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }