/** Shopify CDN: Minification failed

Line 766:10 Unexpected "{"
Line 766:11 Expected identifier but found "%"
Line 766:74 Unexpected "{"
Line 766:75 Expected identifier but found "%"

**/
.attlas-wrap {
  width: 100%;
  margin: 0 auto;
  padding-left: var(--v2-pad-x, 24px);
  padding-right: var(--v2-pad-x, 24px);
  box-sizing: border-box;
}

.v2-product__media-col {
  min-width: 0;
  position: sticky;
  top: var(--v2-sticky-top);
}

.v2-product__media {
  display: block;
}

.v2-bento {
  display: flex;
  flex-direction: column;
  gap: var(--v2-gallery-gap);
}

.v2-bento__row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: var(--v2-gallery-gap);
  align-items: stretch;
}

.v2-bento__row:last-child {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.v2-bento__col {
  min-width: 0;
}

.v2-bento__col--main {
  display: flex;
}

.v2-bento__col--stack {
  display: flex;
  flex-direction: column;
  gap: var(--v2-gallery-gap);
  height: 100%;
}

.v2-bento__item {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.03);
}

.v2-bento__item--hero {
  width: 100%;
  aspect-ratio: 2 / 3;
}

.v2-bento__col--stack .v2-bento__item--small {
  flex: 1 1 0;
  min-height: 0;
}

.v2-bento__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 240ms ease;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

@media (hover: hover) {
  .v2-bento__item:hover .v2-bento__img {
    transform: scale(1.02);
  }
}

.v2-product__info {
  min-width: 0;
  align-self: start;
}

.v2-product__info-inner {
  display: flex;
  flex-direction: column;
  padding-top: 6px;
}

@media (min-width: 990px) {
  .v2-product__info {
    position: sticky;
    top: var(--v2-sticky-top);
  }
}

.v2-block {
  padding: 0;
}

.v2-block--top {
  margin-bottom:10px;
}

.v2-block--desc {
  margin-bottom: var(--v2-block-gap);
}

.v2-block--buy {
  margin-bottom: calc(var(--v2-block-gap) - 34px);
}

.v2-block--acc {
  margin-top: 0;
}

.v2-product__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.v2-product__title {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: 0.01em;
  font-weight: 600;
}

.v2-product__price {
  font-size: 18px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  font-weight: 500;
}

.v2-product__reviews {
  margin-top: 14px;
  color: var(--v2-muted);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.v2-product__stars {
  letter-spacing: 0.18em;
}

.v2-product__desc {
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: var(--v2-text);
  opacity: 0.92;
  max-width: 62ch;
}

.v2-product__desc p {
  margin: 0 0 12px;
}

.v2-product__desc ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.v2-product__desc li {
  margin: 7px 0;
}

.v2-badges {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 560px;
}

.v2-badges__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
}

.v2-badges__icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
  opacity: 0.98;
}

.v2-product__form {
  margin: 0 0 18px;
}

@media (hover: hover) {
  .v2-product__atc:hover {
    background: var(--v2-btn-bg);
    border-color: var(--v2-btn-bg);
    color: var(--v2-btn-text);
    transform: translateY(-1px);
  }
}

.v2-product__atc[data-disabled="true"] {
  border-color: transparent;
  background: var(--v2-btn-bg-disabled);
  color: var(--v2-btn-text-disabled);
  transform: none !important;
}

.v2-product__atc-step {
  width: 44px;
  height: 48px;
  border: 0;
  background: transparent;
  color: currentColor;
  font-size: 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  opacity: 0.95;
  transform: translateY(-1px);
}

.v2-product__atc-step:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  display: none;
}

.v2-product__atc-submit {
  height: 48px;
  border: 0;
  background: transparent;
  color: currentColor;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  transform: translateY(-1px);
}

.v2-product__atc-submit:disabled {
  cursor: not-allowed;
  opacity: 0.9;
}

.v2-product__atc-qty {
  font-weight: 600;
  letter-spacing: 0.16em;
  opacity: 0.95;
}

.v2-product__banner {
  border-radius: 12px;
  overflow: hidden;
  background: var(--v2-banner-bg);
  color: var(--v2-banner-text);
  margin-top: 6px;
}

.v2-product__banner-row {
  display: grid;
  grid-template-columns: 54px 1fr 36px;
  align-items: center;
  gap: 14px;
  padding: 16px 16px;
}

.v2-product__banner-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
}

.v2-product__banner-icon-fallback {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.v2-product__banner-title {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

.v2-product__banner-sub {
  margin-top: 4px;
  font-size: 11px;
  opacity: 0.85;
}

.v2-product__banner-arrow {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--v2-banner-text);
}

.v2-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  display: block;
  transition: transform 220ms ease;
}

  /* Accordian */
    .v2-product__accordion-card{
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 8px 24px rgba(0,0,0,0.04);
    }

    .v2-product__accordions{
      display: flex;
      flex-direction: column;
      gap: 0;
      background: #f6f6f6;
      padding: 32px;
      border-radius: 10px;
    }

    .v2-product__acc{
      background: transparent;
      border-radius: 0;
      border-bottom: 1px solid #e6e6e2;
    }

    .v2-product__acc:last-child{
      border-bottom: 0;
    }

    .v2-product__acc-head{
      width: 100%;
      padding: 18px 0;
      background: transparent;
      border: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer;
      font-size: 17px;
      letter-spacing: normal;
      text-transform: none;
      font-weight: 700;
      color: var(--v2-acc-text, #12312c);
    }

    .v2-product__acc-panel{
      display: none;
    }
    .v2-product__acc.v2-is-open .v2-product__acc-panel{
      display: block;
    }

    .v2-product__acc-inner{
      padding: 0 0 20px;
      color: var(--v2-acc-text, #12312c);
      font-size: 14px;
      font-weight:400;
      line-height: 1.7;
    }

    .v2-product__acc-inner ul{
      margin: 0;
      padding-left: 18px;
      list-style: disc;
    }

    .v2-product__acc-inner li{
      margin: 4px 0;
    }

    .v2-product__tags{
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 16px;

    }

    .v2-product__tag{
      background: #eef0ee;
      color: #12312c;
      font-size: 13px;
      font-weight: 600;
      text-transform: capitalize;
      padding: 6px 12px;
      border-radius: 6px;
    }

    /* Plus/minus icon */
    .v2-product__acc-plus{
      width: 14px;
      height: 14px;
      position: relative;
      flex-shrink: 0;
    }
    .v2-product__acc-plus::before,
    .v2-product__acc-plus::after{
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 14px;
      height: 1.6px;
      background: currentColor;
      color: var(--v2-acc-text, #12312c);
      transform: translate(-50%, -50%);
    }
    .v2-product__acc-plus::after{
      transform: translate(-50%, -50%) rotate(90deg);
      transition: opacity 160ms ease;
    }
    .v2-is-open .v2-product__acc-plus::after{
      opacity: 0;
    }

    .v2-product__full-toggle{
      margin-top: 12px;
      background: transparent;
      border: 0;
      border-bottom: 1px solid currentColor;
      color: var(--v2-acc-text, #12312c);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 6px;
    }

    .v2-product__full-content{
      display: none;
      margin-top: 14px;
      padding-top: 14px;
      border-top: 1px solid #e6e6e2;
      font-size: 14px;
      line-height: 1.7;
    }

    .v2-product__full-content.is-open{
      display: block;
    }
      .klaviyo-form-richtext div div h1 {
        font-size: 12px !important;
      }

/*  */
.v2-block--variants{
  margin-bottom: var(--v2-block-gap);
}

.v2-variant-option{
  margin-bottom: 16px;
}

.v2-variant-option__label{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: capitalize;
  color: var(--v2-muted, #666);
  margin-bottom: 8px;
}

.v2-variant-option__pills{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.v2-variant-pill{
  padding: 2px 16px;
  border: 1px solid var(--v2-btn-outline, #1B2B3A);
  border-radius: 999px;
  background: transparent;
  color: var(--v2-text, #111);
  font-size: 13px;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease;
}

.v2-variant-pill.is-selected{
  background: var(--v2-btn-bg, #1B2B3A);
  color: var(--v2-btn-text, #fff);
  border-color: var(--v2-btn-bg, #1B2B3A);
}

.v2-variant-pill.is-unavailable{
  opacity: .35;
  text-decoration: line-through;
  cursor: not-allowed;
}
/*  */
  .v2-gallery{
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 12px;
  }

  /* Thumbnail rail */
  .v2-gallery__thumbs{
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 640px;
    overflow-y: auto;
    scrollbar-width: thin;
  }

  .v2-gallery__thumb{
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    background: #f3f2f0;
    line-height: 0;
    flex-shrink: 0;
    transition: border-color 160ms ease;
  }

  .v2-gallery__thumb.is-active{
    border-color: var(--v2-text, #111);
  }

  .v2-gallery__thumb-img{
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
  }

  /* Main image area */
  .v2-gallery__main{
    position: relative;
    background: #f7f7f7;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .v2-gallery__main-track{
    position: relative;
    width: 100%;
    /* aspect-ratio: 4 / 5; */
    height:100%;
  }

  .v2-gallery__main-slide{
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 220ms ease;
  }

  .v2-gallery__main-slide.is-active{
    opacity: 1;
    visibility: visible;
  }

  .v2-gallery__main-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .v2-gallery__badge{
    position: absolute;
    top: 16px;
    left: 16px;
    background: #fff;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 3;
  }

  .v2-gallery__subtext{
    position: absolute;
    bottom: 16px;
    left: 16px;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--v2-muted, #777);
    z-index: 3;
  }

  /* Arrows */
  .v2-gallery__arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    background: rgba(255,255,255,0);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    font-size: 20px;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease;
  }
  .v2-gallery__arrow.is-visible{
    opacity: 1;
  }

  .v2-gallery__main{
    cursor: pointer;
  }

  .v2-gallery__arrow--prev{ left: 14px; }
  .v2-gallery__arrow--next{ right: 14px; }

  /* Dots */
  .v2-gallery__dots{
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    grid-column: unset;   /* purani grid-span rule cancel */
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 0;
    z-index: 3;
  }

  .v2-gallery__dot{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 0;
    background: #ccc;
    padding: 0;
    cursor: pointer;
  }

  .v2-gallery__dot.is-active{
    background: #111;
  }
  .v2-product__skin-types{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: var(--v2-block-gap);
  }

  .v2-product__skin-pill{
    display: inline-flex;
    align-items: center;
    padding: 2px 6px;
    border: 1px solid #12312c;
    border-radius: 6px;
    background: #f6f7f5;
    color: #12312c;
    font-size: 13px;
    font-weight: 600;
    text-transform:capitalize;
  }
  .v2-free-shipping{
    margin: 10px 0 4px;
  }

  .v2-free-shipping p{
    margin: 0 10px 0;
    font-size: 14px;
    font-weight: 600;
    color: #12312c;
    letter-spacing: .01em;
  }

    @media (max-width: 989px){
        .v2-product__grid{
          grid-template-columns: 1fr;
        }

        .v2-product__info{
          position: static;
        }
        .v2-product__media-col {position: static;}

        .v2-bento__row,
        .v2-bento__row:last-child{
          grid-template-columns: 1fr;
        }

        .v2-bento__item--hero{
          aspect-ratio: 2 / 3;
        }

        .v2-bento__col--stack .v2-bento__item--small{
          aspect-ratio: 3 / 4;
          flex: initial;
        }

        .v2-product__title{
          font-size: 26px;
        }

        .v2-badges{
          {% comment %} grid-template-columns: repeat(2, minmax(0, 1fr)); {% endcomment %}
          max-width: 520px;
          gap: 18px;
          margin-top: 28px;
        }

        .v2-badges__icon{
          width: 54px;
          height: 54px;
        }

        .v2-block--top,
        .v2-block--desc,
        .v2-block--buy{
          margin-bottom: calc(var(--v2-block-gap) * 0.8);
        }
        .v2-gallery{
          grid-template-columns: 1fr;
        }
        .v2-gallery__thumbs{
          order: 2;
          flex-direction: row;
          max-height: none;
          overflow-x: auto;
          overflow-y: hidden;
        }
        .v2-gallery__thumb-img{
          width: 65px;
          aspect-ratio: 3/4;
        }
         .v2-gallery__main-track{
          aspect-ratio: 3/4;
        }
        .v2-gallery__main{ order: 1; }
        .v2-gallery__dots{ order: 3; }
    }

  @media (max-width: 767px){
    .v2-product__grid{
      grid-template-columns: 1fr;
    }
  }