/* line 7, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.products-grid-section {
  display: flex;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 10px 0 24px 0;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  /* line 7, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
  .products-grid-section {
    padding-top: 0;
    padding-bottom: 60px !important;
  }
}

/* line 23, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.products-grid-section #products {
  flex: 1 1 100%;
  width: 100%;
  min-width: 0;
}

/* line 29, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.products-grid-section .products-grid {
  display: grid;
  width: 100%;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  align-items: start;
  justify-items: stretch;
}

@media (max-width: 390px) {
  /* line 29, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
  .products-grid-section .products-grid {
    grid-template-columns: 1fr;
  }
}

/* line 43, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.products-grid-section .product-list-item {
  display: flex;
  width: 100%;
  min-height: auto;
  /* Allow shrinking based on content */
  height: auto;
  /* Remove fixed height, let it shrink to content */
  padding: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  /* Align to top instead of center */
  gap: 16px;
  overflow: visible;
  /* Allow content to be fully visible */
  box-sizing: border-box;
  border: 1px solid #F1F4F9;
  transition: border-color 0.2s ease;
}

/* line 57, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.products-grid-section .product-list-item:hover {
  border-color: #4C4A47;
}

@media (max-width: 767px) {
  /* line 43, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
  .products-grid-section .product-list-item {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 390px) {
  /* line 43, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
  .products-grid-section .product-list-item {
    min-width: 0;
    /* allow item to shrink below 360px with grid */
  }
}

/* line 72, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.products-grid-section .product-list-item .card {
  border: none !important;
}

@media (max-width: 390px) {
  /* line 72, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
  .products-grid-section .product-list-item .card {
    min-width: 0;
    /* allow card to shrink with grid column */
  }
}

/* Entire card is the link; keep text and cursor consistent */
/* line 81, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.products-grid-section .product-list-item.product-card-link {
  color: inherit;
  cursor: pointer;
}

/* line 85, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.products-grid-section .product-list-item.product-card-link:hover {
  color: inherit;
}

/* Product body container */
/* line 91, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.products-grid-section .product-list-item .product-body {
  display: flex !important;
  gap: 16px;
  align-items: flex-start;
  /* Align to top instead of center */
  justify-content: flex-start;
  /* Align from left */
  text-align: left !important;
  /* Override text-center */
  height: auto;
  /* Allow height to adjust to content */
  width: 100%;
  /* Take full width of card */
}

/* Image container (left side) */
/* line 102, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.products-grid-section .product-list-item .product-item-image {
  display: flex;
  width: 100px;
  height: 100px;
  padding: 14.679px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11.009px;
  flex-shrink: 0;
  background: #FFF;
  box-sizing: border-box;
}

/* Product image */
/* line 117, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.products-grid-section .product-list-item .product-item-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* Data container (right side) */
/* line 125, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.products-grid-section .product-list-item .product-item-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  min-width: 0;
  /* Allow shrinking */
  overflow: hidden;
  /* Prevent content overflow */
}

/* Product title */
/* line 135, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.products-grid-section .product-list-item .product-item-title h5 {
  color: #101113;
  font-family: var(--Display-Large-Font, "Exo 2");
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--Label-Large-Line-Height, 20px);
  /* 125% */
  letter-spacing: var(--Label-Large-Tracking, 0.1px);
  margin: 0 0 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  max-width: 100%;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 135, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
  .products-grid-section .product-list-item .product-item-title h5 {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 40px;
  }
}

/* Availability info */
/* line 164, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.products-grid-section .product-list-item .availability-info {
  width: 100%;
  word-wrap: break-word;
  margin-bottom: 8px;
  /* Hide the option type name (label) */
  /* Diameter/option type values styling */
}

/* line 170, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.products-grid-section .product-list-item .availability-info .option-type-name {
  display: none;
}

/* line 175, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.products-grid-section .product-list-item .availability-info .option-type-values {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #5787C9;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.25px;
}

/* line 187, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.products-grid-section .product-list-item .availability-info .option-type-values .option-type-arrow {
  flex-shrink: 0;
  color: inherit;
  vertical-align: middle;
}

/* Product properties */
/* line 196, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.products-grid-section .product-list-item .product-property {
  color: #101113;
  font-family: "Exo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.25px;
  width: 100%;
  word-wrap: break-word;
}

/* line 212, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
[data-hook="products_search_results_heading"] {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 218, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.site-update-frame[data-hook="products_search_results_heading_no_results_found"] {
  display: flex;
  padding: 24px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* line 233, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.site-update-title {
  color: #19335D;
  font-family: "Exo 2";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 125% */
  margin: 0;
  text-align: center;
}

/* line 245, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.site-update-illustration {
  width: 321px;
  height: 322px;
  aspect-ratio: 321/322;
  object-fit: contain;
  display: block;
}

/* line 254, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.site-update-message {
  color: #5787C9;
  font-family: "Exo 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 128.571% */
  margin: 0;
  text-align: center;
}

/* line 266, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.site-update-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* line 274, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.site-update-cta-text {
  color: #101113;
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.15px;
  margin: 0;
  text-align: center;
}

/* line 286, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.site-update-cta-text a {
  color: #5787C9;
  font-family: "Exo 2";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.15px;
  text-decoration: none;
}

/* line 295, vendor/assets/stylesheets/spree/frontend/layouts/_products.scss */
.site-update-cta-text a:hover {
  text-decoration: underline;
}
