/** Shopify CDN: Minification failed

Line 574:0 Unexpected "@"

**/
body {
    font-family: Mintgrotesktrial, sans-serif;
}

/* Microplastics Quiz Results Page Section - 1 */


.micro-quiz-result-1-main-container {
    background-color: rgba(247, 247, 247, 1);
    position: relative;
    padding: 90px 200px 292px;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-main-container {
        padding: 0 20px 100px;
    }
}

.micro-quiz-result-1-content-wrapper {
    z-index: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-content-wrapper {
        max-width: 100%;
    }
}

.micro-quiz-result-1-header-section {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: start;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-header-section {
        max-width: 100%;
    }
}

.micro-quiz-result-1-warning-alert {
    border-radius: 32px;
    background-color: rgba(240, 176, 0, 0.07);
    display: flex;
    align-items: start;
    gap: 12px;
    color: #000000;
    justify-content: start;
    padding: 10px 18px;
    font: 400 16px Mint Grotesk, -apple-system, Roboto, Helvetica, sans-serif;
    border: 1px solid rgba(240, 176, 0, 0.3);
}

.micro-quiz-result-1-title-section {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-title-section {
        max-width: 100%;
    }
}

.micro-quiz-result-1-main-title {
    color: rgba(0, 0, 0, 1);
    font-family: Queens Compressed Trial, sans-serif;
    font-size : 100px;
    font-weight: 300;
    line-height: normal;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-main-title {
        max-width: 100%;
        font-size: 40px;
    }
}

.micro-quiz-result-1-description-text {
    color: #000000;
    margin-top: 8px;
    width: 558px;
    font: 400 16px/24px Mint Grotesk, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-description-text {
        max-width: 100%;
    }
}

.micro-quiz-result-1-chart-section {
    margin-top: 60px;
    width: 100%;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-chart-section {
        max-width: 100%;
        margin-top: 40px;
    }
}

.micro-quiz-result-1-chart-container {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-chart-container {
        max-width: 100%;
    }
}

.micro-quiz-result-1-particle-chart {
    border-radius: 24px;
    align-self: stretch;
    display: flex;
    min-width: 240px;
    min-height: 132px;
    align-items: stretch;
    gap: 3px;
    justify-content: start;
    flex-wrap: wrap;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 64px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-particle-chart {
        max-width: 100%;
    }
}

.micro-quiz-result-1-chart-bar {
    display: flex;
    width: 15px;
    flex-shrink: 1;
    height: 132px;
    flex: 1;
    flex-basis: 0%;
    padding: 10px 0;
}

.micro-quiz-result-1-chart-bar:nth-child(4n) {
    width: 16px;
}

.micro-quiz-result-1-chart-bar:first-child {
    border-radius: 16px 0px 0px 16px;
}

.micro-quiz-result-1-chart-bar:last-child {
    border-radius: 0px 16px 16px 0px;
}

/* Risk level colors */
.micro-quiz-result-1-excellent {
    background-color: rgba(16, 120, 48, 1);
}

.micro-quiz-result-1-good {
    background-color: rgba(116, 167, 28, 1);
}

.micro-quiz-result-1-noticeable {
    background-color: rgba(255, 193, 7, 1);
}

.micro-quiz-result-1-concerning {
    background-color: rgba(255, 152, 0, 1);
}

.micro-quiz-result-1-high-risk {
    background-color: rgba(244, 67, 54, 1);
}

.micro-quiz-result-1-critical {
    background-color: rgba(183, 28, 28, 1);
}

.micro-quiz-result-1-inactive {
    background-color: rgba(224, 224, 224, 1);
}

/* Status indicator colors */
.micro-quiz-result-1-status-excellent {
    background-color: rgba(16, 120, 48, 1);
}

.micro-quiz-result-1-status-good {
    background-color: rgba(116, 167, 28, 1);
}

.micro-quiz-result-1-status-noticeable {
    background-color: rgba(255, 193, 7, 1);
}

.micro-quiz-result-1-status-concerning {
    background-color: rgba(255, 152, 0, 1);
}

.micro-quiz-result-1-status-high-risk {
    background-color: rgba(244, 67, 54, 1);
}

.micro-quiz-result-1-status-critical {
    background-color: rgba(183, 28, 28, 1);
}

.micro-quiz-result-1-status-indicator {
    border-radius: 16px;
    background-color: rgba(116, 167, 28, 1);
    align-self: stretch;
    display: flex;
    min-height: 132px;
    flex-direction: column;
    align-items: stretch;
    color: rgba(255, 255, 255, 1);
    justify-content: center;
    width: 228px;
    margin: auto 0;
    padding: 36px 32px;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-status-indicator {
        padding: 0 20px;
    }
}

.micro-quiz-result-1-status-label {
    text-align: center;
    align-self: start;
    font-family: Queens Compressed Trial, sans-serif;
    font-size: 42px;
    font-weight: 675;
}

.micro-quiz-result-1-particle-count {
    margin-top: 22px;
    font: 400 14px/1.3 Mint Grotesk, -apple-system, Roboto, Helvetica, sans-serif;
}

.micro-quiz-result-1-count-number {
    font-weight: 600;
}

.micro-quiz-result-1-risk-levels {
    display: flex;
    margin-top: 24px;
    width: 100%;
    align-items: center;
    gap: 12px;
    color: var(--Black, #000);
    justify-content: center;
    flex-wrap: wrap;
    font: 400 14px/1.1 Mint Grotesk, -apple-system, Roboto, Helvetica, sans-serif;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-risk-levels {
        max-width: 100%;
    }
}

.micro-quiz-result-1-risk-labels {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 40px 78px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 872px;
    margin: auto 0;
    padding: 0 12px;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-risk-labels {
        max-width: 100%;
    }
}

.micro-quiz-result-1-risk-item {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    margin: auto 0;
}

.micro-quiz-result-1-risk-item:nth-child(2) {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-risk-item:nth-child(2) {
        white-space: initial;
    }
}

.micro-quiz-result-1-risk-text {
    color: var(--Black, #000);
    align-self: stretch;
    margin: auto 0;
}

.micro-quiz-result-1-additional-labels {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 28px;
    white-space: nowrap;
    justify-content: start;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 24px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-additional-labels {
        white-space: initial;
    }
}

.micro-quiz-result-1-additional-item {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: start;
    margin: auto 0;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-additional-item {
        white-space: initial;
    }
}

.micro-quiz-result-1-floating-card {
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 0;
    display: flex;
    width: 724px;
    max-width: 100%;
    align-items: center;
    gap: 32px;
    font-family: Mint Grotesk, -apple-system, Roboto, Helvetica, sans-serif;
    justify-content: start;
    flex-wrap: wrap;
    left: 50%;
    bottom: 90px;
    transform: translate(-50%, 0%);
    padding: 8px 8px 8px 24px;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-floating-card {
        padding-left: 20px;
    }
}

.micro-quiz-result-1-card-content {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 32px;
    justify-content: start;
    flex-wrap: wrap;
}

.micro-quiz-result-1-test-info {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: stretch;
    color: var(--Black, #000);
    line-height: 1.1;
    justify-content: center;
    flex: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin: auto 0;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-test-info {
        max-width: 100%;
    }
}

.micro-quiz-result-1-test-title {
    color: var(--Black, #000);
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-test-title {
        max-width: 100%;
    }
}

.micro-quiz-result-1-test-subtitle {
    color: var(--Black, #000);
    font-size: 14px;
    font-weight: 400;
    opacity: 0.6;
    margin-top: 8px;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-test-subtitle {
        max-width: 100%;
    }
}

.micro-quiz-result-1-action-section {
    align-self: stretch;
    display: flex;
    height: 63px;
    flex-direction: column;
    align-items: stretch;
    justify-content: end;
    width: 239px;
    margin: auto 0;
}

.micro-quiz-result-1-timer-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: end;
    color: rgba(0, 0, 0, 1);
    line-height: 1.1;
    justify-content: center;
    padding: 0 12px;
}

.micro-quiz-result-1-timer-container {
    border-radius: 333px;
    background-color: rgba(0, 0, 0, 1);
    display: flex;
    align-items: end;
    gap: 3px;
    justify-content: start;
    padding: 8px 6px 8px 10px;
}

.micro-quiz-result-1-timer-label {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.24px;
}

.micro-quiz-result-1-countdown-timer {
    display: flex;
    align-items: start;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    justify-content: start;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-countdown-timer {
        white-space: initial;
    }
}

.micro-quiz-result-1-order-button {
    border-radius: 12px;
    background-color: rgba(0, 5, 189, 1);
    align-self: center;
    display: flex;
    min-height: 64px;
    align-items: center;
    gap: 16px;
    justify-content: start;
    padding: 22px 18px 22px 20px;
}

.micro-quiz-result-1-button-text {
    color: var(--White, #fff);
    font-size: 16px;
    font-weight: 600;
    align-self: stretch;
    margin: auto 0;
}

.micro-quiz-result-1-price-section {
    align-self: stretch;
    display: flex;
    align-items: stretch;
    gap: 3px;
    color: rgba(255, 255, 255, 1);
    white-space: nowrap;
    justify-content: start;
    margin: auto 0;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-price-section {
        white-space: initial;
    }
}

.micro-quiz-result-1-current-price {
    font-size: 28px;
    font-weight: 600;
    margin: auto 0;
}

.micro-quiz-result-1-original-price {
    display: flex;
    align-items: end;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
    justify-content: start;
    height: 100%;
}

@media (max-width: 991px) {
    .micro-quiz-result-1-original-price {
        white-space: initial;
    }
}










@@font-face {
  font-family: "Nunitosans";
  src: url("../fonts/NunitoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunitosans";
  src: url("../fonts/NunitoSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Queens Compressed Trial";
  src: url("/cdn/shop/files/QueensCompressedTrial-Medium.woff?v=1690485769")
      format("woff"),
    url("/cdn/shop/files/QueensCompressedTrial-Medium.woff2?v=1690485769")
      format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Queens Compressed Trial";
  src: url("/cdn/shop/files/QueensCompressedTrial-Light.woff?v=1690485768")
      format("woff"),
    url("/cdn/shop/files/QueensCompressedTrial-Light.woff2?v=1690485768")
      format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Queenscondensedtrial";
  src: url("/cdn/shop/files/QueensCompressedTrial-Light.woff?v=1690485768")
      format("woff"),
    url("/cdn/shop/files/QueensCompressedTrial-Light.woff2?v=1690485768")
      format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Angleciaprodisplay";
  src: url("../fonts/AngleciaProDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mintgrotesktrial";
  src: url("/cdn/shop/files/MintGroteskTrial-Regular.woff?v=1690485768")
      format("woff"),
    url("/cdn/shop/files/MintGroteskTrial-Regular.woff2?v=1690485767")
      format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mintgrotesktrial";
  src: url("/cdn/shop/files/MintGrotesk-Bold.woff2?v=1690883493")
      format("woff"),
    url("/cdn/shop/files/MintGrotesk-Bold.woff?v=1690883492")
      format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mintgrotesktrial";
  src: url("/cdn/shop/files/MintGroteskTrial-Medium.woff?v=1690485768")
      format("woff"),
    url("/cdn/shop/files/MintGroteskTrial-Medium.woff2?v=1690485768")
      format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mintgrotesktrial";
  src: url("/cdn/shop/files/MintGroteskTrial-Heavy.woff?v=1690879375")
      format("woff"),
    url("/cdn/shop/files/MintGroteskTrial-Heavy.woff2?v=1690879374")
      format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Mintgrotesktrial-light";
  src: url("/cdn/shop/files/MintGrotesk-Regular_2.woff?v=1691091285")
      format("woff"),
    url("/cdn/shop/files/MintGrotesk-Regular_1.woff2?v=1691091285")
      format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}