/** Shopify CDN: Minification failed

Line 176:0 Unexpected "}"

**/
.tag-simple-wrapper,
.menu-modal {
  background: linear-gradient(to bottom, #EFE5FF, #EFE5FF);
  padding: 30px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #222;
  padding-top: 40px;
}

.menu-modal {
  margin-top: -2px;
}

.missing-header {
  text-align: center;
  margin-bottom: 24px;

  .brand-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;

    .logo-icon {
      height: 40px;
      cursor: pointer;
    }
    
    .menu-icon {
      background: #fff;
      border-radius: 12px;
      width: 56px;
      height: 56px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 16px;
      gap: 4px;
      cursor: pointer;
    }

    .cross-icon {
      background: #fff;
      border-radius: 12px;
      width: 60px;
      height: 60px;
      box-shadow: none;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 16px;
      gap: 4px;
      cursor: pointer;
    }
    
    .menu-icon div,
    .cross-cion div {
      background: #222;
      height: 3px;
      border-radius: 1px;
    }
  }
  
  h1 {
    color: #000000;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: 0.37px;
  }

  h2 {
    color: #000000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: 0.37px;
  }
  
  p {
    color: #3A3A3C;
    text-align: center;
    font-feature-settings: 'case' on;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.24px;
  }

  .pet-image-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
  }

    img.avatar {
      width: 80px;
      height: 80px;
      object-fit: cover;
      display: block;
      margin: 0 auto;
      border-radius: 50%;
    }

    img {
      margin-bottom:24px !important;
    }
  
    .lost-btn {
      position: absolute;
      top: 0;
      color: #fff;
      padding: 10px 14px;
      border-radius: 20px;
      display: flex;
      align-items: center;
      gap: 6px;
  
      .speaker-icon {
        height: 20px;
      }
  
      span {
        color: #FFFFFF;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0.16px;
      }
    }

    .lost-btn::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 10px;
      width: 30px;
      height: 10px;
      background: inherit;
      transform: rotate(160deg);
    }
    
    .lost-btn--red {
      background: #FF3B30 !important;
      color: #fff;
      right: -65px;
    }
    
    .lost-btn--green {
      background: #34C759 !important;
      color: #fff;
      right: -45px;
    }
    
    .lost-btn--red::after {
      background: #FF3B30;
    }
    
    .lost-btn--green::after {
      background: #34C759;
    }
  }
}

.info-owner-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 24px;

  .info-header {
    background: #AF52DE;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;

    .info-icon {
      width: 24px;
      height: 24px;
    }

    span {
      color: #FFF;
      text-align: center;
      font-feature-settings: 'case' on;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px;
      letter-spacing: -0.5px;
      text-align: left;
      margin-left: 5px;
      flex: 1;
    }
  }

  .info-body {
    padding: 16px;

    .info-row {
      display: flex;
      margin-bottom: 10px;
      line-height: 1.4;

      .label {
        width: 30%;
        color: #3A3A3C;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.078px;
        flex-shrink: 0;
      }

      .value {
        flex: 1;
        word-break: break-word;

        &.link {
          color: #007AFF;
          font-size: 13px;
          font-style: normal;
          font-weight: 600;
          line-height: 18px;
          letter-spacing: -0.078px;
        }

        &.bold {
          color: #000;
          font-size: 13px;
          font-style: normal;
          font-weight: 600;
          line-height: 18px;
          letter-spacing: -0.078px;
        }
      }
    }
  }
}

.info-pet-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 24px;

  .info-header {
    background: #5856D6;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;

    .info-icon {
      width: 24px;
      height: 24px;
    }

    span {
      color: #FFF;
      font-feature-settings: 'case' on;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px;
      letter-spacing: -0.5px;
      text-align: left;
      margin-left: 5px;
      flex: 1;
    }
  }

  .info-body {
    padding: 16px;

    .info-row {
      display: flex;
      margin-bottom: 10px;
      line-height: 1.4;

      .label {
        width: 30%;
        color: #3A3A3C;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.078px;
        flex-shrink: 0;
      }

      .value {
        flex: 1;
        word-break: break-word;

        &.link {
          color: #007AFF;
          font-size: 13px;
          font-style: normal;
          font-weight: 600;
          line-height: 18px;
          letter-spacing: -0.078px;
        }

        &.bold {
          color: #000;
          font-size: 13px;
          font-style: normal;
          font-weight: 600;
          line-height: 18px;
          letter-spacing: -0.078px;
        }
      }
    }
  }
}

.info-pet-card.expandable .info-header {
  justify-content: space-between;
}

.info-pet-card .chevron-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.info-pet-card.expanded .chevron-icon {
  transform: rotate(180deg);
}

.info-family-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-bottom: 24px;

  .info-header {
    background: #007AFF;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;

    .info-icon {
      width: 24px;
      height: 24px;
    }

    span {
      color: #FFF;
      font-feature-settings: 'case' on;
      font-size: 15px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px;
      letter-spacing: -0.5px;
      text-align: left;
      margin-left: 5px;
      flex: 1;
    }
  }

  .info-body {
    padding: 16px;

    .info-row {
      display: flex;
      margin-bottom: 10px;
      line-height: 1.4;

      .label {
        width: 30%;
        color: #3A3A3C;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.078px;
        flex-shrink: 0;
      }

      .value {
        flex: 1;
        word-break: break-word;

        &.link {
          color: #007AFF;
          font-size: 13px;
          font-style: normal;
          font-weight: 600;
          line-height: 18px;
          letter-spacing: -0.078px;
        }

        &.bold {
          color: #000;
          font-size: 13px;
          font-style: normal;
          font-weight: 600;
          line-height: 18px;
          letter-spacing: -0.078px;
        }
      }
    }
  }
}

.info-family-card.expandable .info-header {
  justify-content: space-between;
}

.info-family-card .chevron-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.info-family-card.expanded .chevron-icon {
  transform: rotate(180deg);
}

.emergency-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  margin: 24px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);

  .emergency-title {
    color: #000;
    text-align: center;
    font-feature-settings: 'case' on;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
  }

  .emergency-img {
    text-align: center;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
  }

  .emergency-sub {
    color: #3A3A3C;
    text-align: center;
    font-feature-settings: 'case' on;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.078px;
    margin-bottom: 12px;
  }

  .emergency-btn {
    display: inline-block;
    width: 100%;
    background: #FF3B30;
    color: #FFFFFF;
    text-align: center;
    font-feature-settings: 'case' on;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.5px;
    padding: 12px 24px;
    border-radius: 14px;
    text-decoration: none;
    transition: background 0.2s ease;

    &:hover {
      background: #e13229;
    }
  }  
}

.shop-links,
.shop-links-in-modal {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 0.5px solid #FFFFFF;
  border-bottom: 0.5px solid #FFFFFF;
  text-align: left;

  .shop-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  
  .shop-icon {
    width: 48px;
    height: 48px;
    margin-right: 12px;
    border-radius: 14px;
    flex-shrink: 0;
  }
  
  .shop-row span {
    flex: 1;
    color: #000000;
    font-feature-settings: 'case' on;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.5px;
  }
  
  .shop-button {
    background-color: rgba(0, 122, 255, 0.15);
    color: #007AFF;
    text-align: center;
    font-feature-settings: 'case' on;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.5px;
    padding: 16px;
    border-radius: 14px;
    text-decoration: none;
    white-space: nowrap;
  }
}

.shop-links-in-modal {
  margin-top: 120px;
}

.tag-invalid-copyright {
  padding-top: 24px;
  margin-bottom: 100px;
  color: #3A3A3C;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.078px;
}

.map-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.map-modal.show {
  display: flex;
}

.map-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.map-modal-container {
  position: absolute;
  bottom: 120px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
  padding: 16px;
  box-sizing: border-box;
}

.map-modal-content {
  background: #F2F2F7;
  border-radius: 13px;
  width: 100%;
  max-width: 480px;
  overflow: hidden;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
  animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}

.map-modal-content button {
  background: #F2F2F7;
  border: none;
  padding: 16px;
  color: #007AFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border-top: 0.5px solid #AEAEB2;
  cursor: pointer;
}

.map-modal-content button:first-child {
  border-top: none;
}

.map-modal-content .cancel {
  background: #FFFFFF;
  color: #007AFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.menu-modal {
  position: fixed;
  inset: 0;
  background: linear-gradient(354deg, #EFE5FF -137.66%, #FFF 98.48%);;
  z-index: 10000;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.menu-modal.hidden {
  display: none;
}

.menu-modal-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation: slideUp 0.6s ease-out;
}

.menu-modal-content {
  width: 100%;
  margin: 0 auto;
}

.menu-links {
  list-style: none;
  padding: 0;
  margin: 30px 0 40px;
}

.menu-links li {
  margin: 30px 0;
  text-align: left;
}

.menu-links a {
  color: #000000;
  font-feature-settings: 'case' on;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.408px;
  text-decoration: none;
}

.menu-download-btn {
  background: #007AFF;
  color: #FFFFFF;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.408px;
  padding: 14px;
  border-radius: 12px;
  display: block;
  text-decoration: none;
  margin-bottom: 24px;
}

.loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

.spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #eee;
  border-top: 5px solid #222;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
