/** Shopify CDN: Minification failed

Line 105:0 All "@import" rules must come first

**/
.header__columns.spacing-style {
    background: #fff;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px 1px 2px 1px #FFFFFFCC inset;
    box-shadow: 0px 8px 32px 0px #8B5CF626;
    backdrop-filter: blur(24px);
    margin-top: 15px;
}
.book_free_scan_btn {
    border-radius: 50px;
    background: linear-gradient(104.46deg, rgba(139, 92, 246, 0.9) 0%, rgba(167, 139, 250, 0.85) 50%, rgba(196, 181, 253, 0.8) 100%);
    border: none;
    color: #fff;
    padding: 14px 23px;

    box-shadow: 0px 6px 24px 0px #8B5CF659;
    font-size: 14px;
}
footer {
    background: #D8CEED;
}
footer .shopify-section-group-footer-group {
    border-radius: 24px 24px 0 0;
    overflow: auto;
}
.footer-utilities__group-copyright.custom-typography.custom-font-size {
    width: 100%;
    text-align: center;
}
footer .shopify-section-group-footer-group.footer-utilities {
    border-radius: 0px 0px 24px 24px;
    overflow: auto;
}
footer .shopify-section-group-footer-group {
    border-radius: 24px 24px 0 0;
    overflow: auto;
    border: 1px solid var(--color-white-30, #FFFFFF4D);
    border-bottom: none;
    box-shadow: 0px 5px 4px 1px #FFFFFFB2 inset;
    background: linear-gradient(107.64deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.25) 100%);
}
footer .shopify-section-group-footer-group.footer-utilities {
    border-top: none;
    box-shadow: none;
    background: linear-gradient(107.64deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.25) 100%);
}
.cstm_accordion_width_ss.accordion.border-style.spacing-style{
    max-width: 600px;
    margin: 0 auto;
}
.cstm_accordion_width_ss summary.details__header {
    font-size: 14px;
    padding: 0;
    min-height: auto;
}
.cstm_accordion_width_ss.accordion--dividers accordion-custom .details {
    border-radius: 20px;
    padding: 15px 19px;
}
.cstm_accordion_width_ss .details-content{
    margin-top: 16px;
}
.cstm_accordion_width_ss .details-content p {
    color: #6B7280;
}

.cstm_accordion_width_ss accordion-custom {
    margin-bottom: 8px!important;
    display: block;
    box-shadow: 0 2px 4px #fffc inset;
    background: linear-gradient(95.16deg,#ffffff80,#ffffff4d,#f0ebff66);
    border-radius: 20px;
}
.header-section .header__row.header__row--top {
    background: #d8ceed;
}
.menu-list__link-title {
    color: #2D2640B2;
}
.shopify-section-group-footer-group .footer-content  span.menu__heading__default, .shopify-section-group-footer-group .footer-content span.menu__heading__accordion {
    font-size: 16px;
    font-weight: 600;
    color: #2D2640;
}
.mmc-eyebrow {
font-size: 14px;
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
margin-bottom: 16px;
line-height: 1.4;
    color: #8b5cf6;
}
/* =========================================================
   how-it-works.css  –  Shopify asset
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;500;600;700&family=DM+Sans:wght@300;400;500&display=swap');

/* ── Root tokens ── */
:root {
  --hiw-bg:          #e8e4f8;
  --hiw-card-bg:     rgba(255,255,255,0.72);
  --hiw-card-border: rgba(255,255,255,0.9);
  --hiw-number:      #b8aee8;
  --hiw-accent:      #6c5ce7;
  --hiw-title:       #1a1432;
  --hiw-body:        #5a5270;
  --hiw-eyebrow:     #8878c8;
  --hiw-btn-bg:      #6c5ce7;
  --hiw-btn-hover:   #5a4bd6;
  --hiw-radius:      18px;
  --hiw-gap:         20px;
  --hiw-pad-v:       80px;
  --hiw-pad-h:       48px;
}

/* ── Section wrapper ── */
.hiw-section {
  background-color: #D8CEED;
  /* soft radial glow centre */
  background-image:
    radial-gradient(ellipse 70% 60% at 50% 40%,
      rgba(150,130,240,0.18) 0%,
      transparent 70%);
  padding: 0 0 40px;
  font-family: 'DM Sans', sans-serif;
}

.hiw-container {
  max-width: 1180px;
  margin: 0 auto;
}

/* ── Header ── */
.hiw-header {
  text-align: center;
  margin-bottom: 40px;
}

.hiw-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hiw-eyebrow);
  margin: 0 0 12px;
}

.hiw-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: var(--hiw-title);
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

/* ── Cards grid ── */
.hiw-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: normal;
}

/* ── Single card ── */
.hiw-card {
  border: 1px solid var(--hiw-card-border);
  border-radius: var(--hiw-radius);
  padding: 18px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  background: linear-gradient(112.05deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(240, 235, 255, 0.4) 100%);
  border-top: 1px solid var(--color-white-70, #FFFFFFB2);
  box-shadow: 0px 2px 4px 1px #FFFFFFCC inset;
text-align: center;
}

.hiw-card:hover {
  transform: translateY(-4px);

}

/* Step number badge */
.hiw-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 0.02em;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.9) 0%, rgba(167, 139, 250, 0.85) 50%, rgba(196, 181, 253, 0.8) 100%);
    border-top: 1px solid var(--color-white-40, #FFFFFF66);
    box-shadow: 0px 6px 24px 0px #8B5CF659;
}

.hiw-card__heading {
  font-family: 'Manrope';
  font-size: 14px;
  font-weight: 600;
  color: var(--hiw-title);
  margin: 0 0 12px;
  line-height: 1.25;
}

.hiw-card__body {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--hiw-body);
  margin: 0;
}

/* ── CTA button ── */
.hiw-cta {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.hiw-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--hiw-btn-bg);
    color: #fff;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 28px;
    border-radius: 50px;
    letter-spacing: 0.01em;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    background: linear-gradient(104.38deg, rgba(139, 92, 246, 0.9) 0%, rgba(167, 139, 250, 0.85) 50%, rgba(196, 181, 253, 0.8) 100%);
    border-top: 1px solid var(--color-white-40, #FFFFFF66);
    box-shadow: 0px 6px 24px 0px #8B5CF659;
}

.hiw-cta__btn svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.hiw-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(108,92,231,0.38);
}

.hiw-cta__btn:hover svg {
  transform: translateX(3px);
}
.mmc-btn--secondary {
    border-width: 1.5px;
    border-style: solid;
    box-shadow: 0px 4px 16px 0px #8B5CF61A;
    background: linear-gradient(108.78deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.4) 100%);
    border: 1px solid var(--color-white-80, #FFFFFFCC);
}
.mmc-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.mmc-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 33px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: filter 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
    line-height: 1;
}
.group-block.get_in_touch_wapper {
    box-shadow: 0px 2px 4px 1px #FFFFFFB2 inset;
    box-shadow: 0px 12px 40px 0px #8B5CF61A;
    border-top: 1px solid var(--color-white-60, #FFFFFF99);
    background: linear-gradient(126deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.25) 100%);
    padding: 50px;
    border-radius: 50px;
    width: 90%;
    margin: 0 auto;
}
button.action.next.submit.flat_rounded-button.wizard__submit {
    border: none;
    background: linear-gradient(104.26deg, rgba(139, 92, 246, 0.9) 0%, rgba(167, 139, 250, 0.85) 50%, rgba(196, 181, 253, 0.8) 100%);
    border-top: 1px solid var(--color-white-40, #FFFFFF66);
    box-shadow: 0px 6px 24px 0px #8B5CF659;
    border-radius: 50px;
}
.globo-formbuilder .globo-form .globo-form-app .globo-form-control:not([data-type=switcher],[data-type=rangeSlider],[data-type=matrix],[data-type=rating-star2],[data-type=feedback],[data-type=rating-level],[data-type=file2],[data-type=colorSwatches],[data-type=radio],[data-type=checkbox],[data-type=imageOptions],[data-type=button],[data-type=acceptTerms],[data-type=consent],[data-type=signature]) .globo-label {
    display: block !important;
}
.globo-form-input {
    background: #e4ddf3 !important;
}
.globo-form-control input, .globo-form-control textarea, .globo-form-control select {
    border: 1px solid !IMPORTANT;
    background: var(--color-grey-9640, #F0EBFF66) !important;
    border: 1px solid var(--color-white-solid, #FFFFFF) !important;
}
.flat_rounded-input::placeholder {
    color: #2D26404D !important;
}
.variant-picker__form label.variant-option__button-label {
    padding: 15px 12px;
    min-width: auto !important;
    width: 100%;
    max-width: 184px;
}
.variant-picker__form .variant-option--equal-width-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
}
.product_btn_scan .book_free_scan_btn {
    display: block;
    padding: 14px 50px;
}
.product_btn_scan .book_scan_btn {
    width: max-content;
    margin-bottom: 25px;
}
span.guide_line {
    text-align: center;
    width: 100%;
    display: block;
    font-style: italic;
    color: #6B7280;
    font-size: 14px;
    margin-bottom: 40px;
}
.spacing-style.custom-typography.custom-font-size h1 {
    font-size: 36px;
    font-weight: 700;
}
.price__regular .price {
    font-weight: 600;
}
fieldset.variant-option.variant-option--buttons.variant-option--equal-width-buttons legend {
    font-weight: 700;
}
.can_vist_wapper {
    margin-top: 10px;
    font-size: 15px;
}
.can_vist_wapper p {
    color: #5c547a;
}
.section.section--page-width {
    max-width: 1240px;
    margin: 0 auto;
}
.header__underlay.header__underlay-closed {
    background: #d7cded;
}
.featured-blog-posts-card.spacing-style.border-style {
    background: linear-gradient(132.23deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(240, 235, 255, 0.4) 100%);
    box-shadow: 0px 8px 32px 0px #8B5CF61F;
    border: 1px solid var(--color-white-70, #FFFFFFB2);
}
.blog-post-card__content-text.spacing-style.text-block.custom.custom-typography.custom-font-size.custom-color {
    padding: 0 15px  17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* -webkit-line-clamp: 2; */
}
.blog-post-content.rte h2 {
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
}
.blog-post-content.rte h1 {
    font-size: 23px;
    font-weight: 700;
}
.globo-formbuilder .globo-form .globo-form-app .globo-form-control .globo-form-input {
    border: none;
    box-shadow: none;
}
.shopify-policy__title h1 {
    font-size: 40px;
    text-align: left;
    margin-bottom: 21px;
    font-weight: 600;
}
.shopify-policy__body h2 {
    font-size: 24px;
    font-weight: 600;
}
.page-width-narrow .shopify-policy__container {
    max-width: 100%;
    margin: 0 auto;
    background: #d7ccec;
}
.panel.movingIn.block-container {
    background: #e5def3 !important;
}
.globo-form-input {
    box-shadow: none !important;
}
.featured-blog-posts-card__content.layout-panel-flex--column h4 {
    font-weight: 600;
}
.header__column.header__column--left {
    display: none;
}
.gfb__footer.wizard__footer {
    background-color: #E5DFF3;
    margin-top: -9px;
}
span.footer-utilities__text a {
    text-decoration: underline;
}
span.variant-option__button-label__text {
    display: flex;
    flex-direction: column;
}
span.variant_text {
    font-size: 10px;
}
/* =========================================================
   RESPONSIVE — Tablet (2 columns)
   ========================================================= */
@media (max-width: 1100px) {
.group-block.get_in_touch_wapper {
padding: 50px 20px 20px;
width: 100%;
margin: 0 auto;
}
.get_in_touch_wapper .globo-form-id-0 .globo-form-app .footer, .get_in_touch_wapper .globo-form-id-0 .globo-form-app .gfb__footer {
    text-align: left;
}
}
@media (max-width: 900px) {
  .hiw-section {
    padding: 60px 32px;
  }
  .hiw-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .hiw-card__heading {
    font-size: 16px;
}
.group-block.group-block--height-fit.group-block--width-fill.border-style.spacing-style.size-style.get_in_touch_wapper .group-block-content.layout-panel-flex.layout-panel-flex--row {
    flex-wrap: wrap;
}
.header__row a.size-style.spacing-style.header-logo {
    margin-left: 0px;
}
}

/* =========================================================
   RESPONSIVE — Mobile (1 column)
   ========================================================= */
@media (max-width: 560px) {
  .hiw-section {
    padding: 24px 0px;
    --hiw-radius: 14px;
  }
  .hiw-header {
    margin-bottom: 32px;
  }
  .hiw-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .hiw-card {
    padding: 24px 20px 22px;
  }
  .hiw-cta {
    margin-top: 32px;
  }
  .hiw-cta__btn {
    width: 100%;
    justify-content: center;
    max-width: 320px;
  }
  .header__row a.size-style.spacing-style.header-logo {
    margin-left: 0px;
}
}
@media screen and (min-width: 749px) {
a.size-style.spacing-style.header-logo.mobile_wapper_cstm, .mobile_btn_cstm {
    display: none;
}
.header__column--right header-actions {
    margin-inline-start: calc(var(--gap-md) * -1);
    order: 3;
}
.header__column.header__column--right {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.header__columns.spacing-style {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}
@media screen and (max-width: 749px) {
.cstm_accordion_width_ss summary.details__header {
    line-height: normal;
}
section.mmc-section {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}
.header__columns.spacing-style {
    display: flex;
    justify-content: space-between;
}
.book_free_scan_btn {
    padding: 12px 14px;
    font-size: 14px;
}
.book_free_scan_btn {
    padding: 12px 14px;
    font-size: 12px;
    margin-right: 0px;
}

.footer-content .group-block-content.layout-panel-flex.layout-panel-flex--row.mobile-column {
    gap: 0;
}
.group-block.me-3d-footer {
    padding: 0;
}
.group-block.me-3d-footer-menu {
    margin-top: 20px;
}
.group-block.get_in_touch_wapper {
    padding: 31px 15px;
    width: 100%;
    border-radius: 16px;
}
.globo-form-control {
    padding: 0;
}
.variant-picker__form .variant-option--equal-width-buttons {
    grid-template-columns: 1fr 1fr 1fr;
}
.variant-picker__form label.variant-option__button-label {
    padding: 12px 8px;
    font-size: 11px;
}
.menu-drawer.color-scheme-1 {
    width: 100%;
    margin-top: -10px;  
}
.header__columns.spacing-style {
    margin-top: 0;
}
.header__columns.spacing-style {
    padding: 0px 15px !important;
}
summary.header__icon.header__icon--menu.header__icon--summary {
    padding: 0;
}
.header__column.header__column--left {
    display: flex !important;
}
#header-component .header-logo__image {
    width: 150px;
    height: 50px;
    margin-left: 0px;
}
.header__row a.size-style.spacing-style.header-logo {
    width: 51%;
    width: auto;
}
#header-component .desktop_logo_wapper{
    display:none;
}
.header__column.header__column--left {
    display: flex !important;
    width: 100%;
    justify-content: space-between;
}
.header-section .header__row.header__row--top {
    padding-top: 10px;
    /* width: 90%; */
}
.mmc-eyebrow {
    font-size: 12px !important;
}
.blog-post-card__content-text.spacing-style {
    font-size: 12px;
}
.menu-drawer__menu-item.menu-drawer__menu-item--mainlist{
    min-height: auto;
}
.menu-drawer__menu-item-text {
    font-size: 23px;
}
.menu-drawer__menu .menu-drawer__list-item--flat {
    margin-bottom: 0;
}
.header-drawer .menu-drawer__menu .menu-drawer__list-item--flat {
    margin-bottom: 0;
}
.blog-post-content.rte h2 {
    font-size: 21px;
    font-weight: 700;
}
.blog-post-content.rte h1 {
    font-size: 23px;
    font-weight: 700;
}
.get_in_touch_wapper .globo-form-id-0 .globo-form-app .gfb__footer {
    text-align: left;
}
.product-information .spacing-style.custom-typography.custom-font-size h1 {
    font-size: 23px;
}
.price__regular .price {
    font-size: 21px;
}
.product-information product-price.text-block.custom-typography {
    line-height: 1;
    padding: 0;
    display: flex;
    margin-top: -10px;
}
.product-information .spacing-style.text-block.custom.custom-typography.custom-font-size.custom-color p {
    font-size: 13px;
}
.get_in_touch_wapper .globo-form-control input, .get_in_touch_wapper .globo-form-control textarea, .get_in_touch_wapper .globo-form-control select {
    font-size: 12px;
}
.blog-post-featured-image{
    width: 71%;
    margin:0 auto;
}
.shopify-policy__title h1 {
    font-size: 26px;
}
.desktop_logo_wapper {
    display: none;
}
.book_scan_btn.desktop_button_wapper {
    display: none;
}
.header__drawer {
    order: 3;
}
.book_scan_btn.mobile_btn_cstm {
    order: 2;
}
a.size-style.spacing-style.header-logo.mobile_wapper_cstm {
    order: 1;
}
span.variant_text {
    font-size: 8px;
}
}