/** Shopify CDN: Minification failed

Line 61:31 Unexpected "{"

**/
/* Typography */

.heading-x-small {
  font-family: area-variable, sans-serif;
  text-transform: uppercase;
  letter-spacing: .075rem;
  font-variation-settings: "INKT" 0, "slnt" 0, "wdth" 100, "wght" 600;
}

.btn, .hero__subheading {
  font-variation-settings: "INKT" 0, "slnt" 0, "wdth" 100, "wght" 600;
}

#shopify-section-sections--26849352220968__announcement .announcement__text > div {
  font-variation-settings: "INKT" 0, "slnt" 0, "wdth" 100, "wght" 600;
}
@media only screen and (max-width: 749px) {
.hero__subheading {
  font-size: 13px;
}
}

/* Product Card */

.product-item__title {
    font-family: ivyora-display, serif;
    font-size: 20px;
    line-height: 1.2;
}

.product-information .price {
    font-size: 14px;
    color: #000;
}

/* Scrolling Text */

.announcement__divider {
    margin: 0 12px;
    display: inline-block;
    vertical-align: top;
    border: none;
    padding-right: 0;
    padding-left: 12px;
    border: none;
}

/* Custom Content */

.brick__block__text {
    padding: 50px 20px !important;
}

/* Quiz */

#skincare-quiz .main-content,  {
    min-height: unset !important;
}

#skincare-quiz h2, #skincare-quiz h1, #quiz-kit-content h2, #quiz-kit-content h1 {
  font-weight: normal !important;
}

#quiz-kit-intro-text {
    font-size: 1rem !important;
    letter-spacing: 0 !important;
    font-family: area-variable, sans-serif;
    font-variation-settings: "INKT" 0, "slnt" 0, "wdth" 100, "wght" 400;
    text-transform: none !important;
}

#quiz-kit-progress-bar-list-item::after {
    background: rgb(9 36 91);
    border: 1px solid rgb(9 36 91);
}

#quiz-kit-progress-bar-list-item::after {
    background: rgb(255 255 255);
    border: 1px solid rgb(26 80 190);
}

#quiz-kit-progress-bar-content {
     background: rgb(9 36 91); 
}

#quiz-kit-form button {
padding: var(--btn-top) var(--btn-left);
    border: 1px solid var(--btn-border);
    border-radius: var(--btn-radius);
}

#qk-block-badge {
  margin: 0 0 1rem;
}

#quiz-kit-intro-image {
  display: none;
}

#quiz-kit-sections-container {
     max-width: 900px;
    margin: 0 auto; 
}

#quiz-kit-content button h2 {
    font-family: area-variable, sans-serif;
    font-variation-settings: "INKT" 0, "slnt" 0, "wdth" 100, "wght" 600;
    font-size: 20px;
    letter-spacing: .01rem;
}

/* Newsletter Page */

#join-our-newsletter-pantea-md .main-content {
  min-height: unset !important;
}

/* Header Block */

.image-overlay {
    background-color: #0000003b;
}

/* Back to Top Button */

.btn--scroll-top {
      background: #0a235b;
      border-color: #0a235b;
      box-shadow: none;
}

.btn--scroll-top.btn--solid:after {
    background-color: #0a235b;
}

/* Blog Page */

.article__title {
    line-height: normal;
}

/* Blog Post */

.widget__title {
    font-size: 24px;
    border: none;
    margin: 0;
    padding: 0;
}

.widget__products {
    margin-top: 20px;
}

.widget__column__title {
    font-family: 'ivyora-display';
    font-size: 20px;
    line-height: normal;
}

.widget__column {
    border: 1px solid #09245b;
}

.widget__column:hover {
    box-shadow: none;
}

/* Variant styling + accessibility updates */

.product__block--lines .selector-wrapper:first-child .select__fieldset, .product__block--lines .selector-wrapper:first-child .radio__fieldset {
    margin-bottom: calc(var(--form-margin) / 2);
}

.product__block--lines .selector-wrapper:last-child .select__fieldset, .product__block--lines .selector-wrapper:last-child .radio__fieldset {
    padding-top: 0;
}

.radio__fieldset .radio__button input:checked~label {
    background: #faf5f0;
    color: #000;
    border: none;
    font-size: 13px;
    padding: 10px 12px;
}