/** Shopify CDN: Minification failed

Line 20:2 Unexpected "{"
Line 20:3 Expected identifier but found "%"
Line 20:79 Unexpected "{"
Line 20:80 Expected identifier but found "%"
Line 97:2 Unexpected "{"
Line 97:3 Expected identifier but found "%"
Line 97:53 Expected identifier but found "%"
Line 149:4 Unexpected "{"
Line 149:5 Expected identifier but found "%"
Line 149:38 Unexpected "{"
... and 6 more hidden warnings

**/
/* Base Styles - Apply to screens 1921px and wider (4K and larger monitors) */
.science-section-wrapper {
  position: relative;
  /* background: linear-gradient(to left, #F8F7FA, #F7F4F3, #F2ECE9, #EFE5E1, #ECE2DB, #ECE2DB); */
  {% comment %} padding: 80px 40px; /* Increased padding for larger screens */ {% endcomment %}
}

.science-background .background-shape {
  position: absolute;
}

.image-section {
    width: 900px; /* Adjust for larger image display */
    height: 1100px; /* Adjust height for larger image */
    margin-left: -150px; /* Further adjust margin for layout on large screens */
}

.science-background .shape1 {
    width: 800px; /* Larger background shape */
    height: auto;
    opacity: 1;
    top: 170px;
    left: 80.88px;
    padding-right: 100px;
    /* z-index: 1; */
}
.science-background .shape2 {
    bottom: 100px;
    left: 0;
    width: 350px; /* Larger background shape */
    height: 650px; /* Larger background shape */
}

.science-text i {
    color: #1B3567;
    text-align: center;
    font-family: "Abril Display" !important;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -0.4px;
}

.science-text b {
    color: #1B3567;
    text-align: center;
    font-family: Larsseit;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.4px;
}

.science-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1920px; /* Constrain content width on very large screens */
  margin: 0 auto; /* Center content */
}

.science-image img.pet-image-desktop { /* Use new class */
  max-width: 800px; /* Larger image size for 4K */
  position: relative;
}
.science-image img.pet-image-mobile { /* Use new class */
  display: none; /* Mobile image is hidden by default on desktop */
}

.science-text {
    display: flex;
    width: 600px; /* Wider text section for 4K */
    flex-direction: column;
    align-items: flex-start;
    gap: 40px; /* More spacing */
}

.science-text h2 {
  {% comment %} font-size: 2.8em;  Larger heading * {% endcomment %}
  margin-bottom: 25px;
}

.science-point {
    display: flex;
    flex-direction: column;
    gap: 12px; /* More spacing */
    align-self: stretch;
}

.science-point p {
    width: 450px; /* Wider paragraphs */
    color: var(--Primary-Blue-1, #12205E);
    font-family: Larsseit !important;
    font-size: 20px; /* Larger text */
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    display: flex;
    padding-left: 32px;
    align-items: flex-start;
    align-self: stretch;
}

.science_subheading {
    color: #142B6F;
    font-family: Larsseit;
    font-size: 24px; /* Larger subheadings */
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.48px;
    display: flex !important;
    gap: 10px; /* More spacing */
}

.science_subheading svg {
    display: flex;
    align-items: center;
}

@media (min-width: 1921px) and (max-width: 2560px) { 
  .science-content {
    /* max-width: 0; */
    margin-left: 16.2%;
}
}

/* Standard Desktop Styles (1200px to 1920px) */
@media (min-width: 1440px) and (max-width: 1920px) {
  .science-section-wrapper {
    {% comment %} padding: 60px 20px; {% endcomment %}
  }
  .image-section {
    width: 774px;
    height: 1003px;
    margin-left: -100px;
    margin-right: 100px;
  }
  .science-image img.pet-image-desktop {
    max-width: 1000px;
  }
  .science-text {
    width: 519px;
    gap: 32px;
  }
  .science-text h2 {
    font-size: 2em;
    margin-bottom: 20px;
  }
  .science-point p {
    width: 394px;
    font-size: 18px;
    line-height: 30px;
  }
  .science_subheading {
    font-size: 24px;
    line-height: 28px;
    gap: 8px;
  }
  .science-background .shape1 {
    width: 612.23px;
    top: 170px;
    left: 80.88px;
  }
  .science-background .shape2 {
    width: 294px;
    height: 570px;
    bottom: 100px;
  }
  .science-text i,
  .science-text b {
      font-size: 40px;
      line-height: 50px;
  }
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .science-section-wrapper {
    {% comment %} padding: 60px 20px; {% endcomment %}
  }
    .image-section {
        width: 48%;
        height: 1003px;
        margin-left: -100px;
        margin-right: 120px;
    }
}
  .science-image img.pet-image-desktop {
    max-width: 1000px;
  } {
    .image-section {
        width: 774px;
        height: 1003px;
        margin-left: -100px;
        margin-right: 0px;
    }
}

/* Tablet Landscape / iPad Mini (769px to 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .science-section-wrapper {
    padding: 50px 20px;
  }
  .science-content {
    flex-direction: row; /* Keep it side-by-side if there's enough room */
    justify-content: center;
    align-items: center;
  }
  .image-section {
    width: 45%; /* Adjust width to fit two columns */
    height: auto;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .science-image img.pet-image-desktop {
    display: block; /* Ensure desktop image is shown */
    max-width: 100%; /* Make image fluid within its container */
    height: auto;
    margin-left: -50px;
  }
  .science-image img.pet-image-mobile {
    display: none; /* Hide mobile image */
  }
  .science-text {
    width: 50%; /* Adjust width for the text column */
    gap: 24px;
    padding-left: 20px; /* Add some padding from the image */
  }
  .science-text h2 {
    font-size: 1.8em;
  }
  .science-point p {
    width: 100%; /* Allow text to fill its container */
    font-size: 17px;
    line-height: 28px;
  }
  .science_subheading {
    font-size: 22px;
  }
  .science-background .shape1 {
    width: 450px;
    top: 100px;
    left: 40px;
  }
  .science-background .shape2 {
    width: 200px;
    height: 400px;
    bottom: 50px;
  }
  .science-text i,
  .science-text b {
      font-size: 36px;
      line-height: 45px;
  }
}

/* Tablet Portrait / Large Mobile (481px to 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .science-section-wrapper {
    padding: 40px 16px;
  }
  .pet-image-desktop { /* Use new class */
    display: none;
  }
  .pet-image-mobile { /* Use new class */
    display: block;
    max-width: 400px; /* Slightly larger for tablets */
    position: relative;
    /* z-index: 1; */
    margin-bottom: 20px;
  }
  .science-content {
    flex-direction: column;
    align-items: center; /* Center items in column layout */
  }
  .science-image img {
    margin-right: 0;
  }
  .image-section {
    width: auto; /* Allow image section to size naturally */
    height: auto;
    margin-left: 0;
  }
  .science-text {
    width: 90%; /* Occupy more width */
    max-width: 500px; /* Limit max width for readability */
    align-items: center; /* Center text content */
    text-align: center; /* Center text within columns */
    gap: 28px;
  }
  .science-text h2 {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .science-point p {
    width: 100%; /* Full width within text container */
    padding-left: 0; /* No padding if text is centered */
    font-size: 17px;
    line-height: 28px;
  }
  .science_subheading {
    font-size: 22px;
    justify-content: center; /* Center icon and text */
  }
  .science-background .shape1 {
    width: 500px; /* Adjust shape size */
    top: 100px;
    left: 20px;
  }
  .science-background .shape2 {
    width: 250px; /* Adjust shape size */
    height: 480px;
    bottom: 80px;
  }
  .science-text i,
  .science-text b {
      font-size: 38px;
      line-height: 48px;
  }
}

/* Mobile Small (max-width: 480px) */
@media (max-width: 480px) {
  .science-section-wrapper {
    display: flex;
    width: 100%; /* Use 100% width instead of fixed 375px */
    padding: 16px 0px 48px 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .science-background .shape1 {
    /* `align-item` is a typo, removed. Ensure positioning with top/left/right */
    width: 280px; /* Smaller for mobile */
    left: auto; /* Reset left */
    right: -50px; /* Position from right */
    top: 50px;
  }

  .science-background .shape2 {
    left: 0;
    width: 200px; /* Smaller for mobile */
    height: 300px; /* Smaller for mobile */
    bottom: 0; /* Adjust positioning */
  }
  .image-section {
    width: 100%; /* Full width */
    height: auto; /* Auto height */
    margin-left: 0px;
    display: flex;
    justify-content: center; /* Center image */
    align-items: center;
  }

  .science-text h2 {
      display: flex;
      flex-direction: column;
      align-items: center;
      align-self: stretch;
      justify-content: center;
  }
  .science-text i {
    color: #1B3567;
    text-align: center;
    font-family: "Abril Display" !important;
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.32px;
    align-self: stretch;
    margin-bottom: -45px;
  }
    .science-text b {
    color: #1B3567;
    text-align: center;
    font-family: Larsseit !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.32px;
    align-self: stretch;
  }

  .science-content {
    display: flex;
    padding: 0px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
  }
  .science-image img.pet-image-mobile { /* Use new class */
    display: block; /* Ensure mobile image is shown */
    max-width: 100%; /* Make image fluid */
    height: auto;
    margin-right: 0px;
    position: relative;
    margin-bottom: -60px;
  }
  .science-image img.pet-image-desktop { /* Use new class */
    display: none; /* Hide desktop image */
  }
  .science-text {
    width: 100%; /* Full width on small mobile */
    margin-left: 0%;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
  }
  .science_subheading {
      color: #142B6F;
      font-family: Larsseit !important;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
  }
  .science-point p{
    color: var(--Primary-primary-text, #1B3567);
    font-family: Larsseit !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    width: 100%; /* Ensure paragraphs take full width */
  }
  .science-point {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: stretch;
  }
}