/* line 54, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant {
  width: 28rem;
}

@media (min-width: 768px) {
  /* line 54, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
  .vetfort--ai-consultant {
    width: 40rem;
  }
}

/* line 61, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 28rem;
  height: 32rem;
  position: relative;
  background: linear-gradient(-45deg, #cfc8ff 0%, #ffdeda 100%);
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.1s ease;
}

/* line 74, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-bg {
  background-image: url("https://vetfort-shop-v5.t3.storage.dev/system/Toast%20Profile%20Background.png");
  padding: 1rem;
  background-repeat: no-repeat;
  background-size: 10rem;
}

/* line 81, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

/* line 85, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-avatar {
  width: 5rem;
  height: 5rem;
}

/* line 90, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-title {
  font-size: 1.3rem;
  font-weight: 400;
  color: #3d4753;
}

/* line 96, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  padding: 0.5rem;
  border: 1px solid transparent;
  cursor: pointer;
  color: #9aa6b5;
}

/* line 106, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-close:hover {
  color: #6b7685;
  border: 1px solid #9aa6b5;
  border-radius: 8px;
  background: #f3f5f7;
}

/* line 114, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-suggestions {
  margin: 1rem 0;
  font-weight: 400;
  color: #3d4753;
}

/* line 120, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-suggestions-list {
  margin: 0.5rem 0;
  font-weight: 400;
  color: #3d4753;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 129, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-suggestions-list-item {
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  background: rgba(243, 245, 247, 0.6);
  font-size: 0.9rem;
  font-weight: 400;
  color: #3d4753;
  cursor: pointer;
}

/* line 138, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-suggestions-list-item:hover {
  background: rgba(243, 245, 247, 0.9);
}

/* line 144, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-input {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  width: 100%;
}

/* line 151, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-input-textarea {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  border: none;
  resize: none;
  border-radius: 6px;
  box-shadow: 0 1px 2px 0 rgba(35, 42, 51, 0.06), 0 1px 3px 0 rgba(35, 42, 51, 0.1);
}

/* line 163, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-input-textarea::-moz-placeholder {
  font-size: 12px;
}
.vetfort--ai-consultant__welcome-component-input-textarea::placeholder {
  font-size: 12px;
}

/* line 167, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-input-textarea:focus {
  outline: none;
  box-shadow: 0 1px 2px 0 rgba(20, 26, 33, 0.1), 0 1px 3px 0 rgba(20, 26, 33, 0.14);
}

/* line 175, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-input-button {
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  background: none;
  padding: 0.3rem 0.25rem 0.5rem 0.5rem;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 188, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-input-button svg {
  transform: rotate(40deg);
  color: #3d4753;
}

/* line 193, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-input-button:hover {
  background: rgba(243, 245, 247, 0.9);
}

/* line 200, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-input-footer .vetfort--ai-consultant__checkbox {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  border: 1px solid #9aa6b5;
  border-radius: 0.125rem;
  background-color: #f3f5f7;
  accent-color: #6f6df4;
  cursor: pointer;
}

/* line 210, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-input-footer .vetfort--ai-consultant__checkbox:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(95, 85, 224, 0.6);
}

/* line 216, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-input-footer .vetfort--ai-consultant__checkbox-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #3d4753;
}

/* line 224, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__dialog {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
  gap: 0.5rem;
  z-index: 60;
}

/* line 227, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__dialog-content {
  background: linear-gradient(80deg, #e6e2ff 0%, #fff0ec 100%);
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.1s ease;
  height: 80vh;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  gap: 1rem;
}

/* line 26, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__dialog-content:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

/* line 232, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__products-grid {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.5rem 0;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #ced5df transparent;
}

/* line 244, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__products-grid::-webkit-scrollbar {
  height: 6px;
}

/* line 248, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__products-grid::-webkit-scrollbar-track {
  background: transparent;
}

/* line 252, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__products-grid::-webkit-scrollbar-thumb {
  background: #ced5df;
  border-radius: 3px;
}

/* line 256, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__products-grid::-webkit-scrollbar-thumb:hover {
  background: #9aa6b5;
}

/* line 262, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__products-grid > * {
  flex-shrink: 0;
}

/* line 267, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__products-card {
  min-width: 12rem;
  max-width: 12rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: #b9a7ff;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(35, 42, 51, 0.06), 0 1px 3px 0 rgba(35, 42, 51, 0.1);
  transition: box-shadow 0.1s ease;
  padding: 0.5rem;
}

/* line 46, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__products-card:hover {
  box-shadow: 0 4px 6px -1px rgba(35, 42, 51, 0.1), 0 2px 4px -1px rgba(35, 42, 51, 0.1);
}

/* line 270, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__products-card-image {
  width: 100%;
  max-height: 10rem;
}

/* line 274, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__products-card-image img {
  border-radius: 0.5rem;
  -o-object-fit: fit;
     object-fit: fit;
}

/* line 280, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__products-card-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* line 286, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__products-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #3d4753;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

/* line 298, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__products-card-price {
  font-size: 0.9rem;
  font-weight: 500;
  color: #525d6b;
}

/* line 306, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__products-empty {
  display: none;
}

/* line 313, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.mob-vetfort--ai-consultant {
  width: 28rem;
}

/* line 316, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.mob-vetfort--ai-consultant__dialog {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
  gap: 0.5rem;
  z-index: 60;
  width: 100vw;
  margin-bottom: 0;
}

/* line 323, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.mob-vetfort--ai-consultant__dialog-content {
  background: linear-gradient(80deg, #e6e2ff 0%, #fff0ec 100%);
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.1s ease;
  height: 80vh;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  gap: 1rem;
  border-radius: 0;
  padding: 0.5rem 0 0.5rem 0;
}

/* line 26, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.mob-vetfort--ai-consultant__dialog-content:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

/* line 330, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.mob-vetfort--ai-consultant__dialog-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
}

/* line 340, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.mob-vetfort--ai-consultant__dialog-action-bar {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 2rem;
}

/* line 348, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.mob-vetfort--ai-consultant__products-card {
  min-width: 12rem;
  max-width: 12rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: #b9a7ff;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(35, 42, 51, 0.06), 0 1px 3px 0 rgba(35, 42, 51, 0.1);
  transition: box-shadow 0.1s ease;
  padding: 0.5rem;
}

/* line 46, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.mob-vetfort--ai-consultant__products-card:hover {
  box-shadow: 0 4px 6px -1px rgba(35, 42, 51, 0.1), 0 2px 4px -1px rgba(35, 42, 51, 0.1);
}

/* line 351, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.mob-vetfort--ai-consultant__products-card-image {
  width: 100%;
  max-height: 10rem;
}

/* line 355, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.mob-vetfort--ai-consultant__products-card-image img {
  border-radius: 0.5rem;
  -o-object-fit: fit;
     object-fit: fit;
}

/* line 361, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.mob-vetfort--ai-consultant__products-card-details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* line 367, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.mob-vetfort--ai-consultant__products-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #3d4753;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

/* line 379, ../usr/local/bundle/ruby/3.4.0/bundler/gems/spree_vetfort_extension_v5-ebdf2427481d/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.mob-vetfort--ai-consultant__products-card-price {
  font-size: 0.9rem;
  font-weight: 500;
  color: #525d6b;
}
