<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 302:2 Unexpected "}"

**/
/* General styling for the pink section */
      .pink-section {
        background-color: #ff2484;
        position: relative;
        padding: 40px;
        text-align: center;
      }

      .pink-section .content {
        position: relative;
        color: white;
        z-index: 1; /* Ensure text content stays above images */
        padding: 50px;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
      }

      /* Styling for the images in the corners */
      .corner-image {
        position: absolute;
        width: 100px;
        height: 100px;
        object-fit: cover;
      }

      .top-left {
        top: -6px;
        left: -17px;
      }

      .bottom-left {
        bottom: 10px;
        left: 10px;
      }

      .bottom-right {
        bottom: 10px;
        right: 10px;
      }

      /* Optional: Image hover effect */
      .corner-image img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        transition: transform 0.3s ease;
      }

      .corner-image img:hover {
        transform: scale(1.1);
      }
/* Styling for the Sky Section */
  .sky-section-custom {
    background-color: #c7f8ff; /* Sky blue color */
    padding: 40px;
    text-align: center;
    position: relative;
  }

  .sky-section-title {
    position: relative;
    display: inline-block;
  }

  /* Title Section Styling */
  .sky-section-title h2 {
    margin-left: 15px;
    font-weight: bold;
    position: relative;
    color: #ff2484;
  }

.white
{
  color:white !important;
}


  /* Crown icon positioning on top of the "Y" */
  .crown-icon {
    position: absolute;
    top: -13px;
    left: -10px;
    width: 30px;
    height: auto;
    transform: rotate(-10deg);
  }

  .crown-icon img {
    width: 100%;
    height: auto;
  }

  /* Row of Columns */
  .columns-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 50px;
  }

  .column {
    width: 30%; /* Each column takes up 1/3 of the row */
    text-align: center;
  }

  .column-image {
    height: auto;
    border-radius: 8px;
    width: 100%;
  }

  .column p {
    color: #ff2484;
  }

 .image-container {
    width: 140px; /* Ensure the image is no wider than 50px */
  }

/* Mobile responsiveness */
@media (max-width: 768px) {
  .columns-row {
    flex-direction: column; /* Stack columns vertically on smaller screens */
    align-items: center; /* Center the content */
  }

  .column {
    width: 100%; /* Each column takes up the full width */
    text-align: center;
  }

 
}
 /* General Styling for the Section */
 .light-purple-section {
    background-color: #d8b4ff; /* Light purple background */
    padding: 40px;
    text-align: center;
    position: relative;
  }
.light-purple-section .image-container{
   
    width: 85px !important; /* Image size in each column */
}

  /* Title Section with Images on Both Sides */
  .title-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
  }

  .title-section h2 {
    margin: 0 15px;
    font-weight: bold;
    color: #fff45c;
  }

  .left-icon,
  .right-icon {
    width: 135px;
    height: auto;
  }

  .left-icon img,
  .right-icon img {
    width: 100%;
    height: auto;
  }

  /* Row with Columns */
  .columns-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap; /* Allow wrapping for responsiveness */
  }

  /* Four Columns Styling */
  .four-columns .column {
    width: 23%; /* 4 columns in a row */
    text-align: center;
  }

.image-container {
    width: 140px; /* Image size in each column */
    margin: 0 auto;
  }

  .four-columns .column-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .four-columns p {
    margin-top: 10px;
  }

  /* Three Columns Styling */
  .three-columns .column {
    width: 30%; /* 3 columns in a row */
    text-align: center;
  }

  .three-columns .column-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

    .light-purple-section p {
    color: white;
    font-size: 18px;
    font-weight: 700;
  }

#shopify-section-sections--22860626985252__custom_liquid_r3xk3w .container {
  margin-top: 0px !important;
}

 .button-link {
      display: inline-block;
    padding: 12px 34px;
    background-color: #ffffff;
    color: #ff2485;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    font-size: 22px;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.2s;
    }

    /* Hover effect */
    .button-link:hover {
      background-color: #ffd660; /* Darker blue */
      transform: translateY(-3px); /* Slight lift effect */
    }

    /* Active (pressed) effect */
    .button-link:active {
      background-color: #003f7f; /* Even darker blue when pressed */
      transform: translateY(1px); /* Button pressed look */
    }

    /* Focus outline for accessibility */
    .button-link:focus {
      outline: 2px solid #ffcc00; /* Yellow outline on focus */
      outline-offset: 4px;
    }

  /* Mobile responsiveness */
  @media (max-width: 1024px) {
    .columns-row {
      justify-content: center;
    }

    /* Adjust Four Columns to Two Columns on Tablets */
    .four-columns .column {
      width: 45%; /* Two columns on smaller screens */
    }

    /* Adjust Three Columns to One Column on Tablets */
    .three-columns .column {
      width: 90%; /* Single column on smaller screens */
    }
  }

  @media (max-width: 768px) {
    /* Adjust Four Columns to One Column on Phones */
    .four-columns .column {
      width: 100%; /* Single column layout on phones */
    }

    /* Adjust Three Columns to One Column on Phones */
    .three-columns .column {
      width: 100%; /* Single column layout on phones */
    }

    .left-icon,
    .right-icon 
      width: 117px;
    }

.columns-row{
  padding: 20px;
}

.pink-section .content{
  padding:28px;
}
  }

</pre></body></html>