/** Shopify CDN: Minification failed

Line 19:0 Unexpected "<"
Line 74:0 Unexpected "<"
Line 127:0 Unexpected "<"
Line 203:0 Unexpected "<"
Line 256:0 Unexpected "<"
Line 318:0 Unexpected "<"
Line 410:0 Unexpected "<"
Line 483:0 Unexpected "<"
Line 545:0 Unexpected "<"
Line 629:0 Unexpected "<"
... and 7 more hidden warnings

**/


/* CSS from section stylesheet tags */
<style>
  .suites-section {
    background-color: #f5eee9; 
    padding: 100px 20px 60px;
    text-align: center;
    color: #344969;
  }

  .suites-section h2 {
    font-size: 2em;
    margin-bottom: 60px;
    color: #344969;
    text-align: center;
  }

  .suites-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }

  .suite-card {
    background-color: #efe5dd; 
    border-radius: 30px;
    padding: 30px 20px;
    width: 280px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    color: #344969;
  }

  .suite-card img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 20px;
  }

  .suite-card h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
  }

  .suite-card p {
    font-size: 0.95em;
    margin: 3px 0;
  }

  @media (max-width: 768px) {
    .suite-card {
      width: 100%;
      max-width: 320px;
    }
  }
</style>
<style>
  .timetable-section {
    padding: 30px 20px;
    background-color: #fefdf1;
  }

  .timetable-section h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.6rem;
    color: #333;
  }

  .timetable-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
  }

  .timetable-item {
    background-color: #fdfcf4;
    border: 1px solid #e0decf;
    padding: 10px 14px;
    border-radius: 6px;
  }

  .timetable-item h3 {
    margin: 0;
    font-size: 0.95rem;
    color: #2e2e2e;
  }

  .timetable-item .time {
    font-weight: 600;
    font-size: 0.85rem;
    color: #4a7db2;
    margin: 4px 0 6px;
  }

  .timetable-item p {
    margin: 0;
    font-size: 0.8rem;
    color: #4a4a4a;
  }

  @media screen and (max-width: 600px) {
    .timetable-list {
      grid-template-columns: 1fr;
    }
  }
</style>
<style>
  .daycare-pricing-section {
    background-color: #f5eee9;
    color: #344969;
    padding: 80px 20px;
  }

  .pricing-header {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 60px;
  }

  .pricing-header h2 {
    font-size: 2.8rem;
    margin: 0;
    color: #344969;
    text-align: center;
  }

  .pricing-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .pricing-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    padding: 30px 20px;
    width: 300px;
    text-align: center;
  }

  .pricing-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
  }

  .pricing-card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #344969;
  }

  .pricing-card .price {
    font-size: 1.8rem;
    font-weight: bold;
    color: #344969;
    margin-bottom: 10px;
  }

  .pricing-card p {
    font-size: 0.95rem;
    color: #4a5c6e;
  }

  @media (max-width: 768px) {
    .pricing-card {
      width: 100%;
      max-width: 360px;
    }

    .pricing-header h2 {
      font-size: 2rem;
    }
  }
</style>
<style>
  .timetable-section {
    padding: 30px 20px;
    background-color: #fefdf1;
  }

  .timetable-section h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.6rem;
    color: #333;
  }

  .timetable-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
  }

  .timetable-item {
    background-color: #fdfcf4;
    border: 1px solid #e0decf;
    padding: 10px 14px;
    border-radius: 6px;
  }

  .timetable-item h3 {
    margin: 0;
    font-size: 0.95rem;
    color: #2e2e2e;
  }

  .timetable-item .time {
    font-weight: 600;
    font-size: 0.85rem;
    color: #4a7db2;
    margin: 4px 0 6px;
  }

  .timetable-item p {
    margin: 0;
    font-size: 0.8rem;
    color: #4a4a4a;
  }

  @media screen and (max-width: 600px) {
    .timetable-list {
      grid-template-columns: 1fr;
    }
  }
</style>
<style>
  .pricing-by-size-section {
    background-color: #F5F5F5;
    padding: 60px 20px;
    color: #344969;
    text-align: center;
  }

  .pricing-by-size-section h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
    color: #344969;
    text-align: center;
  }

  .pricing-table-container {
    display: flex;
    justify-content: center;
    overflow-x: auto;
  }

  .pricing-table {
    width: 100%;
    max-width: 900px;
    border-collapse: collapse;
    font-size: 1.1rem;
  }

  .pricing-table th,
  .pricing-table td {
    border: 2px solid #ddd;
    padding: 14px 12px;
    text-align: center;
  }

  .pricing-table th {
    background-color: #344969;
    color: #fff;
    font-weight: 700;
  }

  .pricing-table td {
    background-color: #ffffff;
    color: #344969;
  }

  .pricing-table tr:nth-child(even) td {
    background-color: #f0f0f0;
  }

  @media (max-width: 768px) {
    .pricing-by-size-section h2 {
      font-size: 2rem;
    }

    .pricing-table th,
    .pricing-table td {
      font-size: 0.95rem;
      padding: 10px 6px;
    }
  }
</style>
<style>
  .google-map-embed-section {
    background-color: #F5F5F5;
    color: #344969;
    padding: 60px 0 0;
    text-align: center;
  }

  .google-map-embed-section .content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px;
  }

  .google-map-embed-section h2 {
    font-size: 2.4em;
    margin: 30px auto 10px;
    color: #344969;
  }

  .google-map-embed-section p {
    font-size: 1.1em;
    max-width: 700px;
    margin: 0 auto 20px;
    color: #344969;
  }

  .get-directions-btn {
    display: inline-block;
    padding: 12px 25px;
    background-color: #344969;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    margin-top: 10px;
  }

  .get-directions-btn:hover {
    background-color: #2a3c5a;
  }

  .full-width-map {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }

  .full-width-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
  }

  .opening-hours {
    background-color: #F5F5F5;
    color: #344969;
    padding: 40px 20px 60px;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
  }

  .opening-hours strong {
    font-weight: 700;
    font-size: 1.2em;
    display: block;
    margin-bottom: 10px;
  }

  @media (max-width: 768px) {
    .google-map-embed-section h2 {
      font-size: 2em;
    }

    .google-map-embed-section p {
      font-size: 1em;
    }

    .get-directions-btn {
      padding: 10px 20px;
      font-size: 0.95em;
    }

    .opening-hours {
      font-size: 1em;
    }
  }
</style>
<style>
  .pricing-by-size-section {
    background-color: #F5F5F5;
    padding: 60px 20px;
    color: #344969;
    text-align: center;
  }

  .pricing-by-size-section h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
    color: #344969;
    text-align: center;
  }

  .pricing-table-container {
    display: flex;
    justify-content: center;
    overflow-x: auto;
  }

  .pricing-table {
    width: 100%;
    max-width: 900px;
    border-collapse: collapse;
    font-size: 1.1rem;
  }

  .pricing-table th,
  .pricing-table td {
    border: 2px solid #ddd;
    padding: 14px 12px;
    text-align: center;
  }

  .pricing-table th {
    background-color: #344969;
    color: #fff;
    font-weight: 700;
  }

  .pricing-table td {
    background-color: #ffffff;
    color: #344969;
  }

  .pricing-table tr:nth-child(even) td {
    background-color: #f0f0f0;
  }

  .disclaimer {
    margin-top: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-style: italic;
    color: #344969;
    font-size: 0.95rem;
  }

  @media (max-width: 768px) {
    .pricing-by-size-section h2 {
      font-size: 2rem;
    }

    .pricing-table th,
    .pricing-table td {
      font-size: 0.95rem;
      padding: 10px 6px;
    }
  }
</style>
<style>
  .pricing-by-size-section {
    background-color: #F5F5F5;
    padding: 60px 20px;
    color: #344969;
    text-align: center;
  }

  .pricing-by-size-section h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
    color: #344969;
    text-align: center;
  }

  .pricing-table-container {
    display: flex;
    justify-content: center;
    overflow-x: auto;
  }

  .pricing-table {
    width: 100%;
    max-width: 900px;
    border-collapse: collapse;
    font-size: 1.1rem;
  }

  .pricing-table th,
  .pricing-table td {
    border: 2px solid #ddd;
    padding: 14px 12px;
    text-align: center;
  }

  .pricing-table th {
    background-color: #344969;
    color: #fff;
    font-weight: 700;
  }

  .pricing-table td {
    background-color: #ffffff;
    color: #344969;
  }

  .pricing-table tr:nth-child(even) td {
    background-color: #f0f0f0;
  }

  @media (max-width: 768px) {
    .pricing-by-size-section h2 {
      font-size: 2rem;
    }

    .pricing-table th,
    .pricing-table td {
      font-size: 0.95rem;
      padding: 10px 6px;
    }
  }
</style>
<style>
  .grooming-comparison {
    background-color: #F5F5F5;
    padding: 60px 20px;
    color: #344969;
    text-align: center;
  }

  .grooming-comparison h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
    color: #344969;
    text-align: center;
  }

  .table-container {
    overflow-x: auto;
    display: flex;
    justify-content: center;
  }

  .grooming-table {
    width: 100%;
    max-width: 1000px;
    border-collapse: collapse;
    border: 1px solid #ccc;
  }

  .grooming-table th,
  .grooming-table td {
    border: 1px solid #ccc;
    padding: 14px 10px;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
  }

  .grooming-table th {
    font-weight: bold;
    color: #344969;
  }

  /* Updated column header colors */
  .col-bath {
    background-color: #fff8e1; /* Same as Care Consultation row */
  }

  .col-basic {
    background-color: #e8f5e9; /* Same as Teeth Brushing row */
  }

  .col-full {
    background-color: #e3f2fd; /* Same as Styling row */
  }

  /* Row categories */
  .row-yellow {
    background-color: #fff8e1;
  }

  .row-green {
    background-color: #e8f5e9;
  }

  .row-blue {
    background-color: #e3f2fd;
  }

  .checkmark {
    font-size: 1.2rem;
  }

  @media (max-width: 768px) {
    .grooming-table th,
    .grooming-table td {
      font-size: 0.9rem;
      padding: 10px 5px;
    }

    .grooming-comparison h2 {
      font-size: 2rem;
    }
  }
</style>
<style>
  .three-column-section {
    background-color: #F5F5F5;
    color: #344969;
    padding: 40px 20px;
  }
  .three-column-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
  .three-column-item {
    flex: 1 1 30%;
    background: white;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    border-radius: 8px;
  }
  .three-column-item img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 15px;
  }
  .three-column-item h3 {
    margin: 10px 0;
    color: #344969;
  }
  .three-column-item p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #344969;
  }
  .three-column-item a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #344969;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
  }
  .three-column-item a:hover {
    background-color: #2a3750;
  }

  @media (max-width: 767px) {
    .three-column-wrapper {
      flex-direction: column;
    }
    .three-column-item {
      flex: 1 1 100%;
    }
  }
</style>
<style>
  .why-us-section {
    position: relative;
    background-color: #F5F5F5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    color: #344969;
    padding: 40px 20px;
  }

  .why-us-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }

  .why-us-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
  }

  .why-us-header {
    max-width: 700px;
    margin-bottom: 50px;
  }

  .why-us-header h2 {
    font-size: 2.5em;
    margin-bottom: 15px;
    color: #344969;
  }

  .why-us-header p {
    font-size: 1.2em;
    color: #344969;
  }

  .why-us-features {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .why-us-feature {
    flex: 1 1 250px;
    max-width: 300px;
    background: rgba(255, 255, 255, 0.95);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }

  .why-us-feature img {
    height: 60px;
    margin-bottom: 15px;
  }

  .why-us-feature h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #344969;
  }

  .why-us-feature p {
    font-size: 0.95em;
    color: #4a5c6e;
  }

  /* Alignment utility classes */
  .align-left {
    text-align: left;
  }
  .align-center {
    text-align: center;
  }
  .align-right {
    text-align: right;
  }

  .align-left .why-us-header,
  .align-left .why-us-features {
    margin-left: 0;
    margin-right: auto;
    justify-content: flex-start;
  }

  .align-center .why-us-header,
  .align-center .why-us-features {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .align-right .why-us-header,
  .align-right .why-us-features {
    margin-left: auto;
    margin-right: 0;
    justify-content: flex-end;
  }

  @media (max-width: 768px) {
    .why-us-features {
      flex-direction: column;
      align-items: center;
    }

    .why-us-header h2 {
      font-size: 2em;
    }

    .why-us-header p {
      font-size: 1em;
    }

    .why-us-section {
      min-height: auto;
      padding: 60px 20px;
    }
  }
</style>
<style>
  .terms-wrapper {
    background-color: #F5F5F5;
    padding: 60px 20px;
    color: #344969;
    max-width: 960px;
    margin: 0 auto;
    font-family: sans-serif;
  }

  .terms-wrapper h1, .terms-wrapper h2 {
    text-align: center;
    color: #344969;
  }

  .terms-wrapper h1 {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }

  .terms-wrapper h2 {
    font-size: 1.6rem;
    margin-top: 40px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }

  .terms-wrapper p, .terms-wrapper li {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }

  .terms-wrapper ul {
    padding-left: 20px;
    margin-top: 0;
  }

  @media (max-width: 768px) {
    .terms-wrapper {
      padding: 40px 15px;
    }

    .terms-wrapper h1 {
      font-size: 2rem;
    }

    .terms-wrapper h2 {
      font-size: 1.4rem;
    }

    .terms-wrapper p, .terms-wrapper li {
      font-size: 1rem;
    }
  }
</style>
<style>
  .things-to-know {
    background-color: #F5F5F5;
    padding: 60px 20px;
    color: #344969;
    display: flex;
    flex-direction: column;
    align-items: left;
  }

  .things-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }

  .things-heading h2 {
    font-size: 2.5em;
    margin: 0 auto;
    color: #344969;
  }

  .things-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }

  .things-column {
    background-color: #f1ece7;
    border-radius: 25px;
    padding: 40px 25px;
    flex: 1 1 280px;
    max-width: 320px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    text-align: center;
    color: #344969;
  }

  .things-column.featured {
    background-color: #f5eee9;
  }

  .things-column img {
    height: 40px;
    margin-bottom: 15px;
  }

  .things-column h3 {
    font-size: 1.4em;
    margin-bottom: 15px;
    font-weight: bold;
    color: #344969;
  }

  .rich-content {
    text-align: left;
    max-width: 250px;
    margin: 0 auto;
    font-size: 0.95em;
    color: #344969;
  }

  .rich-content ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
  }

  .rich-content strong {
    font-weight: bold;
  }

  @media (max-width: 768px) {
    .things-column {
      max-width: 100%;
    }

    .things-heading h2 {
      font-size: 2rem;
    }
  }
</style>
<style>
  .things-to-know {
    background-color: #F5F5F5;
    padding: 80px 20px;
    color: #344969;
    text-align: center;
  }

  .things-heading h2 {
    font-size: 2.8rem;
    color: #344969;
    margin-bottom: 50px;
  }

  .things-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
  }

  .things-column {
    background-color: #f1ece7;
    border-radius: 20px;
    padding: 30px 25px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    color: #344969;
    width: 100%;
    max-width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .things-column.featured {
    background-color: #f5eee9;
    border: 2px solid #d8cfc7;
  }

  .things-column img {
    height: 40px;
    margin-bottom: 15px;
  }

  .things-column h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #344969;
  }

  .things-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #344969;
    text-align: left;
  }

  .things-column ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 1.2em;
  }

  .things-column ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #344969;
  }

  @media (max-width: 1024px) {
    .things-column {
      max-width: 45%;
    }
  }

  @media (max-width: 768px) {
    .things-column {
      max-width: 100%;
    }

    .things-heading h2 {
      font-size: 2rem;
    }
  }
</style>
<style>
  .timeline-section {
    background-color: #f5eee9;
    color: #344969;
    padding: 100px 20px;
  }

  .timeline-section h2 {
    text-align: center;
    font-size: 4rem;
    margin-bottom: 80px;
    color: #344969;
  }

  .timeline {
    position: relative;
    max-width: 1200px;
    margin: auto;
    padding-left: 40px;
    border-left: 4px solid #344969;
  }

  .timeline-dot {
    position: absolute;
    left: -12px;
    width: 20px;
    height: 20px;
    background-color: #344969;
    border-radius: 50%;
    top: 0;
  }

  .timeline-block {
    position: relative;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .timeline-block:nth-child(even) {
    flex-direction: row-reverse;
  }

  .timeline-image {
    flex: 1 1 40%;
    max-width: 40%;
    padding: 0 20px;
  }

  .timeline-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
  }

  .timeline-content {
    flex: 1 1 60%;
    max-width: 60%;
    padding: 20px;
  }

  .timeline-content .time {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #344969;
  }

  .timeline-content h3 {
    font-size: 2.6rem;
    margin-bottom: 20px;
    font-weight: 700;
    color: #344969;
  }

  .timeline-content p {
    font-size: 1.6rem;
    line-height: 2;
    color: #4a5c6e;
  }

  @media (max-width: 768px) {
    .timeline-block,
    .timeline-block:nth-child(even) {
      flex-direction: column;
    }

    .timeline-image,
    .timeline-content {
      max-width: 100%;
      flex: 1 1 100%;
      text-align: center;
    }

    .timeline {
      border-left: none;
      padding-left: 0;
    }

    .timeline-dot {
      display: none;
    }

    .timeline-section h2 {
      font-size: 2.8rem;
    }

    .timeline-content h3 {
      font-size: 2rem;
    }

    .timeline-content p {
      font-size: 1.4rem;
    }

    .timeline-content .time {
      font-size: 1.4rem;
    }
  }
</style>
<style>
  .what-we-offer-section {
    background-color: #F5F5F5;
    padding: 80px 20px;
    color: #344969;
  }

  .what-we-offer-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .what-we-offer-wrapper h2 {
    font-size: 3em;
    margin-bottom: 60px;
  }

  .what-we-offer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }

  .what-we-offer-item {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .what-we-offer-item img {
    height: 60px;
    margin-bottom: 15px;
  }

  .what-we-offer-item p {
    font-size: 1.1em;
    font-weight: 500;
    color: #344969;
    margin: 0;
  }

  @media (max-width: 768px) {
    .what-we-offer-wrapper h2 {
      font-size: 2em;
    }

    .what-we-offer-item {
      width: 45%;
    }
  }

  @media (max-width: 480px) {
    .what-we-offer-item {
      width: 100%;
    }
  }
</style>