/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/products/Products.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.pl-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #252627;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin-bottom: 24px;
}

.pl-breadcrumb a {
  color: #72767c;
}

.pl-breadcrumb-sep {
  font-weight: 400;
  color: #72767c;
  font-size: 12px;
  margin: 0;
}

.pl-breadcrumb-current {
  color: #252627;
  font-weight: 500;
}

.pl-content {
  width: 1516px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

.pl-main {
  width: 1188px;
  flex: none;
  margin-left: 43px;
  min-width: 0;
}

.pl-count {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.pl-count span {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #252627;
}

.pl-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.pl-cell {
  width: 279px;
  height: 477px;
  box-sizing: border-box;
  border: 1px solid #b7b7b7;
  padding: 0 12px 32px;
  margin: 6px 11px;
}

.products-empty {
  width: 100%;
  text-align: center;
  padding: 60px 20px;
  color: #72767c;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/components/Pagination/Pagination.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding: 2px 5px;
  margin: 80px 0 20px;
  font-size: 14px;
}

.pagination-total {
  color: #606266;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin-right: 10px;
}

.page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 4px;
  border: 1px solid #d9dee5;
  border-radius: 3px;
  background: #ffffff;
  color: #72767c;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
  white-space: nowrap;
}

.page-pager {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-number {
  min-width: 35.5px;
  margin: 0 4px;
}

.page-prev {
  width: 32px;
  min-width: 32px;
  padding: 0 12px 0 9px;
  font-weight: 700;
}

.page-next {
  width: 32px;
  min-width: 32px;
  padding: 0 9px 0 12px;
  font-weight: 700;
}

.page-btn:hover:not(:disabled):not(.active) {
  color: #05c6cf;
}

.page-btn.active {
  color: #05c6cf;
  border: 1px solid #dddddd;
  cursor: default;
}

.page-btn:disabled {
  color: #c0c4cc;
  cursor: not-allowed;
}

.page-ellipsis {
  color: #303133;
  font-size: 14px;
  padding: 0 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.page-size-select {
  height: 28px;
  padding: 0 6px;
  margin-left: 10px;
  border: 1px solid #d9dee5;
  border-radius: 3px;
  background: #ffffff;
  color: #606266;
  font-size: 14px;
  line-height: 28px;
  cursor: pointer;
}

.page-size-select:focus {
  outline: none;
}

.page-jump {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #606266;
  font-size: 14px;
  line-height: 28px;
  margin-left: 10px;
  white-space: nowrap;
}

.page-jump-input {
  width: 50px;
  height: 28px;
  padding: 0 6px;
  border: 1px solid #d9dee5;
  border-radius: 3px;
  font-size: 14px;
  color: #303133;
  text-align: center;
}

.page-jump-input:focus {
  outline: none;
}

.page-jump-input::-webkit-outer-spin-button,
.page-jump-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.page-jump-input[type='number'] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/components/ProductCard/ProductCard.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.product-card-p {
  display: block;
  width: 253px;
  height: 443px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.product-card-image {
  width: 253px;
  height: 279px;
  overflow: hidden;
  position: relative;
}

.product-card-image img {
  width: 253px;
  height: 279px;
  object-fit: contain;
  transition: transform 0.6s;
}

.product-card-p:hover .product-card-image img {
  transform: scale(1.1);
}

.product-card-icons {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-card-icons i {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #eeeeee;
  transform: translateX(78px);
  transition: transform 1s;
}

.product-card-p:hover .product-card-icons i {
  transform: translateX(0);
}

.product-card-info {
  margin-top: 30px;
}

.product-card-name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #252627;
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card-model {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #72767c;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card-actions {
  display: flex;
  justify-content: center;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #252627;
  cursor: pointer;
  transition: background 0.1s, color 0.1s;
}

.contact-btn svg {
  margin-left: 12px;
}

.contact-btn:hover {
  background: #05c6cf;
  border-color: #05c6cf;
  color: #ffffff;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/components/products/CategoryTree.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.ct-tree {
  width: 285px;
  flex: none;
}

.ct-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ct-item {
  border-bottom: 1px solid #c5c5c5;
}

.ct-title-row {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
}

.ct-title-link {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  flex: 1 1;
  min-width: 0;
}

.ct-toggle {
  flex: none;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.ct-sublist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ct-subrow {
  height: 56px;
  padding-left: 40px;
  display: flex;
  align-items: center;
}

.ct-sublink {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ct-more {
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #05c6cf;
  line-height: 16px;
  cursor: pointer;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/components/products/FilterBar.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
.fb-row {
  display: flex;
  flex-direction: row;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c5c5c5;
}

.fb-item {
  width: 214px;
  margin-right: 30px;
  position: relative;
}

.fb-item:last-child {
  margin-right: 0;
}

.fb-title {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.fb-box {
  width: 214px;
  height: 50px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background: #ffffff;
  padding: 0 30px 0 15px;
  font-size: 14px;
  font-weight: 400;
  color: #606266;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
}

.fb-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fb-value-selected {
  color: #303133;
}

.fb-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #c0c4cc;
  transition: transform 0.3s;
}

.fb-box-open .fb-arrow {
  transform: rotate(180deg);
}

.fb-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 214px;
  max-height: 274px;
  overflow-y: auto;
  margin: 5px 0 0;
  padding: 6px 0;
  list-style: none;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 50;
}

.fb-option {
  font-size: 14px;
  color: #606266;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fb-option:hover {
  background: #f5f7fa;
}

.fb-option-active {
  color: #05c6cf;
}

.fb-option-empty {
  cursor: default;
  color: #c0c4cc;
}

.fb-option-empty:hover {
  background: transparent;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/components/products/ListHero.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.pl-banner {
  width: 1920px;
  height: 378px;
  overflow: hidden;
}

.pl-banner img {
  width: 100%;
  height: 378px;
  object-fit: cover;
  display: block;
}

.pl-features {
  height: 108px;
}

.pl-features-inner {
  width: 1580px;
  height: 108px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.pl-feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.pl-feature-divider {
  position: absolute;
  left: -34px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background: #c5c5c5;
}

.pl-feature-icon {
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.pl-feature-text {
  display: flex;
  flex-direction: column;
}

.pl-feature-text strong {
  font-size: 14px;
  font-weight: 700;
  color: #252627;
  line-height: 20px;
}

.pl-feature-text span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.pl-title {
  height: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 400;
  color: #252627;
  text-align: center;
}

