/* line 55, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--storefront-payment-methods {
  display: flex;
  gap: .5rem;
  align-items: center;
}

/* line 60, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--storefront-payment-methods-img {
  width: 40px;
  height: auto;
}

/* line 67, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant {
  width: 28rem;
  pointer-events: none;
}

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

/* line 75, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 28rem;
  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 88, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 95, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 99, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-avatar {
  width: 5rem;
  height: 5rem;
}

/* line 104, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 110, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 120, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 128, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 134, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 143, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 152, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 158, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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%;
  position: relative;
}

/* line 166, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-input-character-counter {
  position: absolute;
  top: -1.25rem;
  right: 0.25rem;
  font-size: 0.75rem;
  color: #6b7685;
  transition: color 0.2s ease;
}

/* line 174, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-input-character-counter.text-orange-500 {
  color: #ff7a1a;
}

/* line 179, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-input-textarea {
  width: 100%;
  font-size: 16px;
  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 191, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 199, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 212, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__welcome-component-input-button svg {
  transform: rotate(40deg);
  color: #3d4753;
}

/* line 217, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 224, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 234, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 240, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 248, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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;
  pointer-events: auto;
}

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

/* line 259, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 264, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 276, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__products-grid::-webkit-scrollbar {
  height: 6px;
}

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

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

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

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

/* line 299, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 302, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__products-card-image {
  width: 100%;
  max-height: 10rem;
}

/* line 306, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 312, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 318, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 330, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 338, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__products-empty {
  display: none;
}

/* line 342, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.vetfort--ai-consultant__open-button-btn {
  pointer-events: auto;
}

/* line 350, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.mob-vetfort--ai-consultant__hero {
  max-width: 100vw;
}

/* line 353, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.mob-vetfort--ai-consultant__hero-welcome-component {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
  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 367, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 374, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 381, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 391, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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;
  align-items: center;
  height: 2rem;
  position: relative;
}

/* line 400, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.mob-vetfort--ai-consultant__dialog-drag-handle {
  width: 2.5rem;
  height: 0.25rem;
  background: #ced5df;
  border-radius: 0.125rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.5rem;
}

/* line 412, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 415, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/app/assets/stylesheets/spree/storefront/spree_vetfort_extension_v5.scss */
.mob-vetfort--ai-consultant__products-card-image {
  width: 100%;
  max-height: 10rem;
}

/* line 419, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 425, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 431, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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 443, ../usr/local/bundle/ruby/4.0.0/bundler/gems/spree_vetfort_extension_v5-206cc548cb5b/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;
}
