/** Shopify CDN: Minification failed

Line 705:1 Expected identifier but found "."
Line 1161:0 Expected "}" to go with "{"

**/
.prysm-section {
  position: relative;
}

.prysm-page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.prysm-eyebrow {
  margin: 0 0 1.2rem;
  color: #8f46ff;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.prysm-heading {
  margin: 0;
  color: #090909;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.prysm-copy {
  color: #666b75;
  line-height: 1.6;
}

.prysm-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
}

.prysm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 0 2.4rem;
  border: 1px solid #0d0d0d;
  border-radius: 0.4rem;
  color: #0d0d0d;
  background: #ffffff;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease, color 180ms ease;
}

.prysm-button:hover {
  transform: translateY(-1px);
}

.prysm-button--dark {
  color: #ffffff;
  background: #0d0d0d;
}

.prysm-button--full {
  width: 100%;
}

.prysm-section-heading {
  text-align: center;
  margin-bottom: 3rem;
}

.prysm-section-heading .prysm-heading {
  font-size: clamp(3rem, 4vw, 5.2rem);
  line-height: 0.98;
}

.prysm-section-heading .prysm-copy {
  margin: 0.8rem 0 0;
  font-size: 1.7rem;
}

.prysm-announcement {
  display: block;
  padding: 0.9rem 1.6rem;
  background: linear-gradient(135deg, rgba(143, 70, 255, 0.32), rgba(78, 140, 255, 0.24), rgba(86, 214, 210, 0.24), rgba(255, 99, 190, 0.24)) !important;
  background-size: 250% 250% !important;
  animation: prysmAnnouncementGlow 3.5s ease-in-out infinite !important;
  color: #111111 !important;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
}
.prysm-announcement__code {
  display: inline-block;
  font-weight: 800;
  animation: prysmCodePulse 1.8s ease-in-out infinite;
}

@keyframes prysmCodePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}


@keyframes prysmAnnouncementGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media screen and (max-width: 749px) {
  .prysm-announcement {
    font-size: 1.1rem;
    letter-spacing: 0.08em;
  }
}



.prysm-hero {
  background: #f3f3f1 !important;
}

.prysm-hero-title {
  margin: 0;
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.prysm-hero-title__line--dark {
  display: block;
  color: #0d2358;
  font-size: clamp(4.8rem, 7vw, 9rem);
}

.prysm-hero-title__line--gradient {
  display: block;
  font-size: clamp(4.8rem, 7vw, 9rem);
  background: linear-gradient(90deg, #6a38ff 0%, #3f67ff 55%, #3f8cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.prysm-hero-title__line--dark,
.prysm-hero-title__line--gradient {
  display: block;
}

.prysm-hero-title__line--gradient {
  white-space: nowrap;
}

.prysm-hero-title__line--dark {
  white-space: nowrap;
}

.prysm-hero-title__line--dark,
.prysm-hero-title__line--gradient {
  font-size: clamp(4.6rem, 5.8vw, 7.6rem);
}

.prysm-hero-title {
  max-width: 56rem;
}

.prysm-hero,
.prysm-hero__inner,
.prysm-hero__visual {
  min-height: 0;
  height: auto;
}

.prysm-hero__visual {
  display: block;
  overflow: hidden;
  margin: 0;
  line-height: 0;
}

.prysm-hero__banner-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}
.prysm-featured {
  padding-top: 4.8rem;
}

.prysm-featured .prysm-section-heading {
  margin-bottom: 1.8rem;
}

.prysm-featured .prysm-section-heading .prysm-heading {
  margin-bottom: 0.2rem;
}

.prysm-featured .prysm-section-heading .prysm-copy {
  margin-top: 0;
}
@media screen and (min-width: 990px) {
  .prysm-featured__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 750px) {
  .prysm-process {
    margin-top: 4.8rem;
    padding-top: 0;
    padding-bottom: 2.4rem;
    background: #f3f3f1;
  }

  .prysm-process__header {
    text-align: center;
    margin-bottom: 3.6rem;
  }

 .prysm-process__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 3.2rem !important;
    align-items: start !important;
  }

  .prysm-process__item {
    position: relative;
    text-align: center;
    padding: 0 1.2rem;
  }

  .prysm-process__item:not(:last-child)::after {
    content: "→";
    position: absolute;
    top: 2.2rem;
    right: -1.6rem;
    color: #8a8f99;
    font-size: 2.4rem;
    line-height: 1;
  }

  .prysm-process__icon {
    width: 6rem;
    height: 6rem;
    margin: 0 auto 1.8rem;
  }

  .prysm-process__title {
    font-size: 1.9rem;
  }

  .prysm-process__text {
    font-size: 1.5rem;
    line-height: 1.5;
    max-width: 23rem;
    margin: 0 auto;
  }
}








.prysm-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 6rem;
}

.prysm-hero__content {
  max-width: 52rem;
  position: relative;
  z-index: 2;
}

.prysm-hero__text {
  margin-top: 2rem;
  margin-bottom: 2.4rem;
  color: #404754;
  font-size: clamp(1.8rem, 2vw, 3rem);
  line-height: 1.35;
}


.prysm-trust {
  background: #ffffff;
}

.prysm-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #e9e9ee;
  border-bottom: 1px solid #e9e9ee;
}

.prysm-trust__item {
  display: flex;
  gap: 1.8rem;
  padding: 2.1rem 2rem;
  border-right: 1px solid #e9e9ee;
}

.prysm-trust__item:last-child {
  border-right: 0;
}

.prysm-trust__icon {
  flex: 0 0 auto;
  width: 4.6rem;
  height: 4.6rem;
}

.prysm-trust__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prysm-trust__title {
  margin: 0 0 0.6rem;
  color: #090909;
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.prysm-trust__text {
  margin: 0;
  color: #666b75;
  font-size: 1.5rem;
  line-height: 1.45;
}

.prysm-featured__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.4rem;
}

@media screen and (min-width: 750px) {
  .prysm-featured__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 2.4rem !important;
  }
}

@media screen and (max-width: 749px) {
  .prysm-featured__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }

  .prysm-trust__item {
    border-right: 0;
    border-bottom: 1px solid #e9e9ee;
  }

  .prysm-trust__item:last-child {
    border-bottom: 0;
  }
}


.prysm-product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid #ececf1;
  background: #ffffff;
}

.prysm-product-card__inner {
    padding: 1rem 0.9rem 1.2rem;
  }

.prysm-product-card__media {
    min-height: 14rem;
    margin-bottom: 0.4rem;
  }

  .prysm-product-card__media img {
    width: auto;
    height: auto;
    max-height: 14rem;
    max-width: 100%;
    object-fit: contain;
  }

.prysm-product-card__title,
.prysm-product-card__price,
.prysm-product-card__button-wrap {
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.prysm-product-card__button-wrap {
  display: flex;
  justify-content: center;
}

.prysm-product-card__button-wrap {
  padding-top: 0.9rem;
}

.prysm-product-card__title,
.prysm-product-card__price {
  width: 100%;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.prysm-product-card__title {
  font-weight: 800;
}

.prysm-product-card__title {
  font-size: 1.7rem;
  font-weight: 800;
}

.prysm-product-card__title {
  margin-bottom: 0.2rem;
}

.prysm-product-card__price {
  margin-top: 0;
}


.prysm-product-card__price {
  margin: 0 0 1.2rem;
}

.prysm-product-card__button-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.prysm-product-card__button-wrap .prysm-button {
    min-height: 4.2rem;
    font-size: 1rem;
  }



.prysm-process,
.prysm-process .prysm-page-width {
  background: #ffffff;
}

.prysm-process__header {
  text-align: center;
  margin-bottom: 3.2rem;
}

.prysm-process__item {
  text-align: center;
}

.prysm-process__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto 1.6rem;
}

.prysm-process__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.prysm-process__title {
  margin: 0 0 0.8rem;
  color: #090909;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.prysm-process__text {
  margin: 0;
  color: #666b75;
  font-size: 1.5rem;
  line-height: 1.45;
  max-width: 22rem;
  margin-inline: auto;
}


.prysm-newsletter {
  background: #ffffff !important;
  padding: 2.4rem 0 3rem;
}

.prysm-newsletter__box {
  display: grid;
  grid-template-columns: 7rem minmax(0, 30rem) minmax(0, 1fr);
  gap: 2.2rem;
  align-items: center;
  padding: 2.6rem 3rem;
  border-radius: 1.8rem;
  background: linear-gradient(135deg, rgba(143, 70, 255, 0.08), rgba(78, 140, 255, 0.06), rgba(86, 214, 210, 0.08), rgba(255, 99, 190, 0.07));
}

.prysm-newsletter__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.8rem;
  height: 5.8rem;
  margin: 0 auto;
  border: 1.5px solid rgba(78, 140, 255, 0.45);
  border-radius: 50%;
  color: #4e8cff;
}

.prysm-newsletter__icon svg {
  width: 2.8rem;
  height: 2.8rem;
}

.prysm-newsletter__content .prysm-heading {
  margin: 0 0 0.6rem;
  font-size: 2.1rem;
  line-height: 1.02;
}

.prysm-newsletter__content .prysm-copy {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.45;
  max-width: 30rem;
}

.prysm-newsletter__form {
  min-width: 0;
  width: 100%;
}

.prysm-newsletter__form .newsletter-form,
.prysm-newsletter__form .newsletter-form__field-wrapper {
  width: 100%;
  max-width: none;
}

.prysm-newsletter__form .field {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.prysm-newsletter__form .field:before,
.prysm-newsletter__form .field:after,
.prysm-newsletter__form .newsletter-form__field-wrapper:before,
.prysm-newsletter__form .newsletter-form__field-wrapper:after {
  display: none !important;
  content: none !important;
}

.prysm-newsletter__form .field__input,
.prysm-newsletter__form .newsletter-form__button {
  box-shadow: none !important;
  outline: none;
}


.prysm-newsletter__form .field__label {
  left: 1.5rem;
}

.prysm-newsletter__form .newsletter-form__button {
  position: static;
  width: 100%;
  min-width: 0;
  height: 5rem;
  padding: 0 1.8rem;
  border-radius: 0.7rem;
  background: #090909;
  color: #000000;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prysm-newsletter__legal {
  margin: 0.8rem 0 0;
  font-size: 1.2rem;
  color: #666b75;
  text-align: left;
}

@media screen and (max-width: 749px) {
  .prysm-newsletter__box {
  grid-template-columns: 1fr;
  text-align: center;
  gap: 1.6rem;
}
 
  .prysm-newsletter__icon {
    margin: 0 auto;
  }

  .prysm-newsletter__content {
    text-align: center;
  }

  .prysm-newsletter__content .prysm-copy {
    margin: 0 auto;
  }
.prysm-newsletter__form .newsletter-form__field-wrapper {
  width: 100%;
}

.prysm-newsletter__form .newsletter-form__field-wrapper {
  display: flex !important;
  flex-direction: column !important;
  width: 100%;
  max-width: none;
}

.prysm-newsletter__form .field {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 1rem !important;
}

.prysm-newsletter__form .field__input {
  width: 100% !important;
}

.prysm-newsletter__form .newsletter-form__button {
  position: static !important;
  width: 100% !important;
  min-width: 0 !important;
  margin-top: 0 !important;
}



  .prysm-newsletter__legal {
    text-align: center;
  }
}


@media screen and (min-width: 990px) {
  .header--middle-left {
    grid-template-columns: auto 1fr auto;
    column-gap: 2.4rem;
  }

  .header__inline-menu {
    justify-self: start;
  }
}
..prysm-featured__footer {
  display: flex;
  justify-content: center;
}

.prysm-featured__footer .prysm-button {
  margin-top: 2.2rem;
}

body,
#MainContent,
.main-content,
.gradient {
  background: #f3f3f1 !important;
}

.shopify-section,
.section {
  background: transparent;
}

.header-wrapper,
.shopify-section-header,
.section-header,
.header {
  background: #ffffff !important;
}

.header-wrapper {
  border-bottom: 1px solid #ececf1;
}

.prysm-featured {
  background: transparent !important;
}

.prysm-featured .prysm-page-width {
  background: transparent !important;
}
.prysm-featured .prysm-button-row {
  display: flex;
  justify-content: center;
}

.prysm-featured .prysm-button-row .prysm-button {
  margin: 0 auto;
}
.prysm-featured a.prysm-button {
  display: inline-flex;
}

.prysm-featured {
  text-align: center;
}

.prysm-featured .prysm-section-heading .prysm-heading {
  margin-bottom: 0.1rem;
}

.prysm-featured .prysm-section-heading .prysm-copy {
  margin-top: 0;
}
.prysm-featured .prysm-section-heading {
  margin-bottom: 1rem;
}
.prysm-featured {
  padding-top: 1.6rem;
}
.prysm-process {
  padding-top: 1.6rem;
  margin-top: 2.4rem;
}
.header {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.header__heading-logo-wrapper,
.header__heading-link {
  max-width: 22rem;
}

.header__inline-menu {
  margin-left: 3.2rem;
}

.list-menu--inline {
  gap: 1.4rem;
}

.header__menu-item {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.list-menu--inline {
  gap: 1.8rem;
}

.header__icons {
  gap: 1.4rem;
}

.header {
  padding-top: 2rem;
  padding-bottom: 2rem;

.prysm-announcement {
  display: block;
  padding: 0.9rem 1.6rem;
  background: linear-gradient(135deg, rgba(143, 70, 255, 0.18), rgba(78, 140, 255, 0.14), rgba(86, 214, 210, 0.16), rgba(255, 99, 190, 0.15)) !important;
  background-size: 200% 200% !important;
  animation: prysmAnnouncementGlow 6s ease-in-out infinite !important;
  color: #111111 !important;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
}

@keyframes prysmAnnouncementGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media screen and (max-width: 749px) {
  .prysm-announcement {
    font-size: 1.1rem;
    letter-spacing: 0.08em;
  }
}



@media screen and (max-width: 749px) {
  .prysm-hero__content {
    max-width: 100%;
    padding: 2rem 1.6rem 0;
  }
  .prysm-hero {
  min-height: 0 !important;
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}


  .prysm-hero-title__line--dark,
  .prysm-hero-title__line--gradient {
    font-size: 3.8rem;
    line-height: 0.95;
  }

  .prysm-hero__text {
    max-width: 24rem;
    font-size: 1.6rem;
    line-height: 1.35;
  }

.prysm-hero__inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.prysm-hero__visual {
  width: 100%;
  margin: 0 !important;
  line-height: 0;
}

.prysm-hero__banner-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}




  .prysm-hero__overlay {
    padding: 0 2rem;
    align-items: flex-start;
    padding-top: 4rem;
  }

  .prysm-hero__content {
    max-width: 58rem;
  }
}
 

  .prysm-process__grid {
  grid-template-columns: 1fr;
  gap: 2rem;
}

.prysm-process__item {
  padding: 0;
}

.prysm-process__item::after {
  display: none;
}

.prysm-process__text {
  max-width: 24rem;
  margin: 0.6rem auto 0;
}

@media screen and (max-width: 749px) {
  .prysm-hero__visual {
    min-height: unset !important;
    height: auto !important;
    display: block !important;
    overflow: hidden;
  }

  .prysm-hero__inner {
    min-height: 0 !important;
    height: auto !important;
    display: block !important;
    padding: 0 !important;
  }

  .prysm-hero__banner-image {
    display: block;
    width: 100%;
    height: auto !important;
    max-height: none !important;
  }
}




  .prysm-featured__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .prysm-product-card__media {
  min-height: 14rem;
  margin-bottom: 0.4rem;
}

.prysm-product-card__media img {
  width: auto;
  height: auto;
  max-height: 14rem;
  max-width: 100%;
  object-fit: contain;
}

.prysm-product-card__inner {
  padding: 1rem 0.9rem 1.2rem;
}

.prysm-product-card__title {
  font-size: 1.7rem;
  margin-bottom: 0.2rem;
}

.prysm-product-card__price {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.prysm-product-card__button-wrap .prysm-button {
  min-height: 4.2rem;
  font-size: 1rem;
}

.prysm-product-card__media a,
.prysm-product-card__media .media,
.prysm-product-card__media > * {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .product__media-wrapper {
    margin-bottom: 1.2rem;
  }

  .product__media img,
  .product__media-item img {
    max-height: 34rem;
    object-fit: contain;
  }

  .product__info-wrapper {
    padding-top: 0 !important;
  }

  .product__title h1,
  .product__title {
    margin-bottom: 0.8rem;
    font-size: 3.2rem;
    line-height: 1;
  }

  .product-form__input {
    margin-bottom: 1.2rem;
  }

   .product-form__input--pill input[type='radio'] + label {
    min-width: 7.6rem;
    min-height: 4.4rem;
    padding: 0.9rem 1.4rem;
    border-radius: 999px;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .price {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .quantity {
    min-height: 5rem;
  }

  .quantity__button,
  .quantity__input {
    min-height: 5rem;
  }

  .quantity__input {
    font-size: 1.7rem;
  }

  .product-form__submit {
    min-height: 5.4rem;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }

  .product__accordion,
  .product__info-container .accordion {
    margin-top: 1.6rem;
  }

.product__media-wrapper,
.product__column-sticky,
.slider-mobile-gutter {
  position: relative;
}

.slider-buttons {
  position: absolute !important;
  top: 42%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  pointer-events: none;
  z-index: 5;
}

.slider-button {
  pointer-events: auto;
  width: 3.8rem;
  height: 3.8rem;
  min-width: 3.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.slider-counter,
.slider-counter__current,
.slider-counter__separator,
.slider-counter__total {
  display: none !important;
}
@media screen and (max-width: 749px) {
  .product__info-container .product__text {
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
    color: #5f6672;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: left;

  .prysm-announcement {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 749px) {
  .prysm-featured__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }

  .prysm-product-card__media {
    min-height: 14rem;
    margin-bottom: 0.4rem;
  }

  .prysm-product-card__media img {
    width: auto;
    height: auto;
    max-height: 14rem;
    max-width: 100%;
    object-fit: contain;
  }

  .prysm-product-card__inner {
    padding: 1rem 0.9rem 1.2rem;
  }

  .prysm-product-card__title {
    font-size: 1.7rem;
    margin-bottom: 0.2rem;
  }

  .prysm-product-card__price {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }

  .prysm-product-card__button-wrap .prysm-button {
    min-height: 4.2rem;
    font-size: 1rem;
  }
}










