/** Shopify CDN: Minification failed

Line 21:10 Unexpected "{"
Line 21:19 Expected ":"
Line 22:16 Expected identifier but found whitespace
Line 22:18 Unexpected "{"
Line 22:27 Expected ":"
Line 22:53 Expected ":"
Line 23:19 Expected identifier but found whitespace
Line 23:21 Unexpected "{"
Line 23:30 Expected ":"
Line 23:59 Expected ":"
... and 89 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:dt-beauty-science (INDEX:17) */
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
    background-color: {{ section.settings.background_color }};
  }

  .section-{{ section.id }}-padding .beauty-science-heading {
    font-size: {{ section.settings.heading_size }}px;
    color: {{ section.settings.heading_color }};
  }

  .section-{{ section.id }}-padding .beauty-science-text {
    font-size: {{ section.settings.text_size }}px;
    color: {{ section.settings.text_color }};
  }
/* END_SECTION:dt-beauty-science */

/* START_SECTION:dt-clinical-integrity (INDEX:19) */
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
    background-color: {{ section.settings.background_color }};
  }

  .section-{{ section.id }}-padding .section-main-heading {
    color: {{ section.settings.heading_color }};
  }

  .section-{{ section.id }}-padding .section-subtitle {
    color: {{ section.settings.subtitle_color }};
  }

  .section-{{ section.id }}-padding .section-description {
    color: {{ section.settings.description_color }};
    background: {{ section.settings.description_bg }};
    border-color: {{ section.settings.description_border }};
  }

  .section-{{ section.id }}-padding .section-description strong,
  .section-{{ section.id }}-padding .section-description b {
    color: {{ section.settings.highlight_color }};
  }

  .section-{{ section.id }}-padding .section-description em,
  .section-{{ section.id }}-padding .section-description i {
    color: {{ section.settings.italic_color }};
  }
/* END_SECTION:dt-clinical-integrity */

/* START_SECTION:dt-final-cta (INDEX:26) */
.dt-cta-section {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
  }
  .dt-cta-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
  }
  .dt-cta-container {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dt-cta-heading {
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.15;
    margin: 0;
  }
  .dt-cta-script-img-wrap { display: flex; justify-content: center; }
  .dt-cta-script-img { display: block; height: auto; }
  .dt-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
  }
  .dt-cta-btn:hover { filter: brightness(1.12); transform: translateY(-2px); }
  .dt-cta-btn:active { transform: translateY(0); }
  .dt-cta-arrow { font-size: 1.1em; line-height: 1; }
  .dt-cta-trust { margin: 0; opacity: 0.7; line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .dt-cta-trust { white-space: normal; text-align: center; max-width: 280px; }
  }
/* END_SECTION:dt-final-cta */

/* START_SECTION:dt-founding-principles (INDEX:27) */
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
/* END_SECTION:dt-founding-principles */

/* START_SECTION:dt-insider-banner (INDEX:32) */
.dt-ib-section {
    width: 100%;
    box-sizing: border-box;
    line-height: 0;
  }

  .dt-ib-wrap {
    display: block;
    width: 100%;
    outline: none;
    transition: opacity 0.2s ease;
  }

  .dt-ib-wrap:hover {
    opacity: 0.97;
  }

  .dt-ib-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .dt-ib-desktop { display: block; }
  .dt-ib-mobile  { display: none;  }

  @media screen and (max-width: 767px) {
    .dt-ib-desktop { display: none;  }
    .dt-ib-mobile  { display: block; }
  }

  .dt-ib-placeholder {
    width: 100%;
    min-height: 200px;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
  }
/* END_SECTION:dt-insider-banner */

/* START_SECTION:dt-why-dermatouch (INDEX:51) */
.dt-why-section {
    width: 100%;
    box-sizing: border-box;
  }

  .dt-why-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .dt-why-title-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }

  .dt-why-title-line {
    flex: 1;
    height: 1.5px;
    display: block;
  }

  .dt-why-title {
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    margin: 0;
    flex-shrink: 0;
  }

  .dt-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .dt-why-card {
    display: flex;
    flex-direction: column;
  }

  /* .dt-why-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
  } */

  /* Icon wrapper — SVG fills the box and inherits currentColor */
  .dt-why-icon {
    flex-shrink: 0;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
  }

  .dt-why-icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .dt-why-card-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
    margin: 0 0 10px;
  }

  .dt-why-card-desc {
    line-height: 1.65;
    margin: 0;
  }

  @media screen and (max-width: 768px) {
    .dt-why-grid {
      grid-template-columns: repeat(2, 1fr) !important;
    }
    .dt-why-title {
      white-space: normal;
    }
  }
/* END_SECTION:dt-why-dermatouch */

/* START_SECTION:four-principles (INDEX:58) */
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
/* END_SECTION:four-principles */