.gt-rebuild-product-card {
  background: transparent;
  border: 1px solid #e6edf5;
  border-radius: 22px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 548px;
  min-height: 548px;
  padding: 20px;
  position: relative;
  transition: border-color .18s ease, box-shadow .18s ease;
  overflow: hidden;
}

.gt-rebuild-product-card:hover {
  background: #fff;
  border-color: rgba(255, 90, 0, .42);
  box-shadow: none;
}

.gt-rebuild-product-card__image {
  align-items: center;
  border-radius: 18px;
  box-sizing: border-box;
  display: flex;
  height: 230px;
  justify-content: center;
  margin-bottom: 12px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.gt-rebuild-product-card__photo {
  bottom: auto;
  display: block;
  height: calc(100% - 1.5px);
  left: 0;
  max-width: 100%;
  object-fit: contain;
  opacity: 0;
  padding: 7px;
  position: absolute;
  right: 0;
  top: .75px;
  transition: opacity .16s ease;
  width: 100%;
  box-sizing: border-box;
}

.gt-rebuild-product-card__photo.is-active {
  opacity: 1;
}

.gt-rebuild-product-card__pagination {
  align-items: center;
  bottom: 10px;
  display: flex;
  gap: 8px;
  height: 8px;
  justify-content: center;
  left: 50%;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: 76px;
  z-index: 2;
}

.gt-rebuild-product-card__bullet {
  background: #e6edf5;
  border-radius: 999px;
  display: block;
  height: 3px;
  width: 30px;
}

.gt-rebuild-product-card__bullet.is-active {
  background: #ff5a00;
}

.gt-rebuild-product-card__wishlist {
  align-items: center;
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: 999px;
  color: #0f172a;
  cursor: pointer;
  display: flex;
  font-size: 14.868px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 18px;
  box-shadow: 0 5px 14px rgba(15, 23, 42, .07);
  top: 18px;
  transition: transform .12s ease, border-color .18s ease, color .18s ease;
  width: 38px;
  z-index: 4;
}

.gt-rebuild-product-card__wishlist svg {
  fill: transparent;
  height: 18px;
  position: relative;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 18px;
}

.gt-rebuild-product-card__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #0f172a;
  display: -webkit-box;
  font-size: 17px;
  font-weight: 650;
  line-height: 22px;
  margin: 0 0 10px;
  min-height: 66px;
  overflow: hidden;
  text-decoration: none;
}

.gt-rebuild-product-card__price {
  color: #0f172a;
  display: flex;
  font-size: 27px;
  font-weight: 900;
  line-height: 34px;
  margin: 0 0 10px;
  min-height: 46px;
}

.gt-rebuild-product-card__stock {
  align-items: center;
  align-self: flex-start;
  background: #ecfdf3;
  border: 1px solid #b7efcc;
  border-radius: 999px;
  box-sizing: border-box;
  color: #048848;
  display: inline-flex;
  font-size: 13px;
  font-weight: 750;
  gap: 8px;
  line-height: 1;
  margin: 0 0 12px;
  min-height: 38px;
  padding: 0 16px;
}

.gt-rebuild-product-card__stock span {
  background: #16a45b;
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
}

.gt-rebuild-product-card__meta {
  display: none;
}

.gt-rebuild-product-card__actions {
  display: grid;
  gap: 10px;
  grid-template-columns: 112px 1fr;
  height: 52px;
  margin-top: auto;
}

.gt-rebuild-product-card__buy {
  align-items: center;
  background: #ff5a00;
  border: 1px solid #ff5a00;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(255, 90, 0, .18);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  height: 52px;
  justify-content: center;
  padding: 0 12px;
  transition: transform .12s ease, background .18s ease, box-shadow .18s ease;
  width: 112px;
}

.gt-rebuild-product-card__more {
  align-items: center;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  color: #0f172a;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  height: 52px;
  justify-content: center;
  padding: 0 12px;
  text-decoration: none;
  transition: transform .12s ease, border-color .18s ease, color .18s ease;
}

.gt-rebuild-product-card__buy:hover { background: #ff741f; box-shadow: 0 14px 28px rgba(255, 90, 0, .22); transform: translateY(-1px); }
.gt-rebuild-product-card__more:hover,
.gt-rebuild-product-card__wishlist:hover { border-color: rgba(255, 106, 0, .45); color: #0f172a; transform: translateY(-1px); }
.gt-rebuild-product-card__buy:hover,.gt-rebuild-product-card__buy:focus,.gt-rebuild-product-card__buy:active,.gt-rebuild-product-card__more:hover,.gt-rebuild-product-card__more:focus,.gt-rebuild-product-card__more:active,.gt-rebuild-product-card__wishlist:hover,.gt-rebuild-product-card__wishlist:focus,.gt-rebuild-product-card__wishlist:active { text-decoration: none; }
.gt-rebuild-product-card__buy:active,
.gt-rebuild-product-card__more:active,
.gt-rebuild-product-card__wishlist:active { transform: scale(.97); }

.gt-rebuild-product-card--recommended {
  height: 398px;
  min-height: 398px;
  padding: 16px;
  border-radius: 18px;
  border-color: #dbe5ef;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
}

.gt-rebuild-product-card--recommended:hover {
  border-color: rgba(255, 90, 0, .34);
  box-shadow: 0 22px 50px rgba(15, 23, 42, .09);
}

.gt-rebuild-product-card--recommended .gt-rebuild-product-card__image {
  height: 168px;
  flex-basis: 168px;
  max-height: 168px;
  margin: 0 0 16px;
  border-radius: 14px;
  border: 1px solid #e8eef6;
  background: radial-gradient(circle at 50% 40%, #fff 0%, #fff 42%, #f5f8fc 100%);
  box-shadow: inset 0 -18px 36px rgba(15, 23, 42, .035);
}

.gt-rebuild-product-card--recommended .gt-rebuild-product-card__photo {
  padding: 12px;
}

.gt-rebuild-product-card--recommended .gt-rebuild-product-card__wishlist {
  top: 24px;
  right: 24px;
  width: 34px;
  height: 34px;
}

.gt-rebuild-product-card--recommended .gt-rebuild-product-card__title {
  min-height: 58px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 850;
  line-height: 18px;
}

.gt-rebuild-product-card--recommended .gt-rebuild-product-card__price {
  min-height: 30px;
  margin-bottom: 9px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 850;
}

.gt-rebuild-product-card--recommended .gt-rebuild-product-card__stock {
  min-height: 26px;
  margin-bottom: 12px;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 800;
}

.gt-rebuild-product-card--recommended .gt-rebuild-product-card__actions {
  grid-template-columns: 112px minmax(0, 1fr);
  height: 42px;
  gap: 8px;
}

.gt-rebuild-product-card--recommended .gt-rebuild-product-card__buy,
.gt-rebuild-product-card--recommended .gt-rebuild-product-card__more {
  height: 42px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 850;
}

.gt-rebuild-product-card--recommended .gt-rebuild-product-card__buy {
  width: auto;
  box-shadow: 0 12px 22px rgba(255, 90, 0, .2);
}

.gt-rebuild-product-card--recommended .gt-rebuild-product-card__more {
  width: auto;
  overflow: visible;
  font-size: 13px;
  background: #fff;
  border-color: #d5e0ec;
}

.gt-rebuild-product-card--recommended .gt-rebuild-product-card__more::before {
  content: none;
}

@media (min-width: 768px) {
  .gt-rebuild-product-card__image {
    flex: 0 0 228px;
    height: 228px;
    margin-bottom: 14px;
    margin-left: 1px;
    margin-right: 1px;
    max-height: 228px;
  }

  .gt-rebuild-product-card__wishlist {
    right: 29px;
    top: 29px;
  }

  .gt-rebuild-product-card__actions {
    grid-template-columns: 112px 106.5px;
  }

  .gt-rebuild-product-card__more {
    width: 106.5px;
  }

  .gt-rebuild-product-card--recommended .gt-rebuild-product-card__image {
    flex: 0 0 168px;
    height: 168px;
    max-height: 168px;
    margin: 0 0 16px;
  }

  .gt-rebuild-product-card--recommended .gt-rebuild-product-card__wishlist {
    top: 24px;
    right: 24px;
  }

  .gt-rebuild-product-card--recommended .gt-rebuild-product-card__actions {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .gt-rebuild-product-card--recommended .gt-rebuild-product-card__more {
    width: auto;
  }
}

@media (max-width: 767px) {
  .gt-rebuild-product-card {
    height: auto;
    min-height: 0;
    padding: 18px;
  }

  .gt-rebuild-product-card__image {
    height: 230px;
  }

  .gt-rebuild-product-card__title {
    min-height: 0;
  }
}

.gt-rebuild-category--hybrid-products {
  background: #f3f6fa;
}

.gt-rebuild-category--hybrid-products .gt-rebuild-category__products {
  box-sizing: border-box;
  margin: 46px auto 0;
  max-width: 1210px;
  padding: 0 0 48px;
}

.gt-rebuild-category--hybrid-products .gt-rebuild-category__products {
  margin-top: 42px;
  max-width: 1210px;
  padding-bottom: 48px;
}

.gt-rebuild-category--hybrid-products .gt-rebuild-category__products .gt-rebuild-category__section-head {
  margin-bottom: 24px;
}

.gt-rebuild-category--hybrid-products .gt-rebuild-category__section-head span {
  color: #ff5a00;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 14px;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.gt-rebuild-category--hybrid-products .gt-rebuild-category__section-head h2 {
  color: #061733;
  font-size: 32px;
  font-weight: 850;
  letter-spacing: -.03em;
  line-height: 40px;
  margin: 0;
}

.gt-rebuild-category--hybrid-products .gt-hybrid-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1210px;
  padding: 0;
  width: 100%;
}

.gt-rebuild-category--hybrid-products .gt-hybrid-product-grid--featured {
  column-gap: 18px;
  margin-bottom: 32px;
  row-gap: 28px;
}

.gt-rebuild-category--hybrid-products .gt-hybrid-product-grid--compact {
  column-gap: 18px;
  row-gap: 18px;
}

.gt-rebuild-category--hybrid-products .gt-product-card {
  background: #fff;
  border: 1px solid #dfe7f1;
  border-radius: 18px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 14px 34px rgba(15, 23, 42, .07);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.gt-rebuild-category--hybrid-products .gt-product-card:hover {
  background: #fff;
  border-color: #cfd9e8;
  box-shadow: 0 4px 10px rgba(15, 23, 42, .06), 0 20px 44px rgba(15, 23, 42, .10);
  transform: translateY(-2px);
}

.gt-rebuild-category--hybrid-products .gt-product-card--featured {
  display: flex;
  flex-direction: column;
  height: 486px;
  min-height: 486px;
  padding: 0;
}

.gt-rebuild-category--hybrid-products .gt-product-card--featured .gt-rebuild-product-card__image {
  background: radial-gradient(circle at 50% 38%, #fff 0%, #f8fafc 48%, #eef3f8 100%);
  border-bottom: 1px solid #e8eef5;
  border-radius: 0;
  box-sizing: border-box;
  flex: 0 0 244px;
  height: 244px;
  margin: 0 0 14px;
  max-height: 244px;
  padding: 18px 18px 10px;
  position: relative;
}

.gt-rebuild-category--hybrid-products .gt-product-card--featured .gt-rebuild-product-card__photo {
  box-sizing: border-box;
  filter: drop-shadow(0 14px 18px rgba(15, 23, 42, .10));
  height: 208px;
  left: 12px;
  object-fit: contain;
  object-position: center;
  padding: 0;
  right: 12px;
  top: 8px;
  width: calc(100% - 24px);
}

.gt-rebuild-category--hybrid-products .gt-product-card--featured .gt-rebuild-product-card__wishlist {
  right: 12px;
  top: 12px;
  z-index: 5;
}

.gt-rebuild-category--hybrid-products .gt-product-card--featured .gt-rebuild-product-card__meta,
.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__meta {
  display: block;
}

.gt-rebuild-category--hybrid-products .gt-product-card--featured .gt-rebuild-product-card__category,
.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__category {
  color: #7b8797;
  display: block;
  font-weight: 850;
  letter-spacing: .045em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.gt-rebuild-category--hybrid-products .gt-rebuild-product-card__category svg {
  display: none;
}

.gt-rebuild-category--hybrid-products .gt-product-card--featured .gt-rebuild-product-card__meta {
  height: 16px;
  margin: 0 18px 8px;
}

.gt-rebuild-category--hybrid-products .gt-product-card--featured .gt-rebuild-product-card__category {
  font-size: 10px;
  line-height: 14px;
}

.gt-rebuild-category--hybrid-products .gt-product-card--featured .gt-rebuild-product-card__title {
  color: #061733;
  font-size: 15px;
  font-weight: 850;
  line-height: 19px;
  margin: 0 18px 10px;
  max-height: 57px;
  min-height: 57px;
}

.gt-rebuild-category--hybrid-products .gt-product-card--featured .gt-rebuild-product-card__price {
  color: #061733;
  font-size: 26px;
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 32px;
  margin: 0 18px 12px;
  min-height: 32px;
}

.gt-rebuild-category--hybrid-products .gt-product-card--featured .gt-rebuild-product-card__stock {
  background: #eafff3;
  border-color: #a8efc7;
  color: #079052;
  font-size: 12px;
  font-weight: 800;
  gap: 7px;
  height: 28px;
  line-height: 26px;
  margin: 0 18px 12px;
  min-height: 28px;
  padding: 0 12px;
}

.gt-rebuild-category--hybrid-products .gt-product-card--featured .gt-rebuild-product-card__actions {
  display: grid;
  gap: 9px;
  grid-template-columns: 1fr 92px;
  height: 42px;
  margin: auto 18px 18px;
}

.gt-rebuild-category--hybrid-products .gt-product-card--featured .gt-rebuild-product-card__buy,
.gt-rebuild-category--hybrid-products .gt-product-card--featured .gt-rebuild-product-card__more {
  border-radius: 10px;
  font-size: 13px;
  font-weight: 850;
  height: 42px;
  padding: 0 10px;
  width: auto;
}

.gt-rebuild-category--hybrid-products .gt-product-card--featured .gt-rebuild-product-card__buy {
  background: #ff5a00;
  border-color: #ff5a00;
  color: #fff;
}

.gt-rebuild-category--hybrid-products .gt-product-card--featured .gt-rebuild-product-card__more {
  background: #fff;
  border-color: #cbd6e4;
  color: #061733;
}

.gt-rebuild-category--hybrid-products .gt-product-card--compact {
  column-gap: 12px;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  grid-template-rows: 18px 52px 32px 32px 32px;
  height: 198px;
  min-height: 198px;
  padding: 14px;
}

.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__image {
  align-self: start;
  background: radial-gradient(circle at 50% 38%, #fff 0%, #f8fafc 52%, #eef3f8 100%);
  border: 1px solid #e8eef5;
  border-radius: 14px;
  box-sizing: border-box;
  grid-column: 1;
  grid-row: 1 / span 5;
  height: 132px;
  margin: 22px 0 0;
  max-height: 132px;
  padding: 8px;
  width: 108px;
}

.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__photo {
  filter: drop-shadow(0 8px 12px rgba(15, 23, 42, .10));
  height: calc(100% - 16px);
  left: 8px;
  object-fit: contain;
  object-position: center;
  padding: 0;
  right: 8px;
  top: 8px;
  width: calc(100% - 16px);
}

.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__wishlist {
  border-color: #e2eaf3;
  box-shadow: 0 6px 14px rgba(15, 23, 42, .08);
  height: 30px;
  right: 12px;
  top: 12px;
  width: 30px;
  z-index: 5;
}

.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__wishlist svg {
  height: 14px;
  width: 14px;
}

.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__meta,
.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__title,
.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__price,
.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__stock,
.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__actions {
  grid-column: 2;
  min-width: 0;
}

.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__meta {
  margin: 4px 36px 6px 0;
}

.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__category {
  font-size: 9px;
  line-height: 12px;
  max-width: 115px;
}

.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__title {
  color: #061733;
  font-size: 12px;
  font-weight: 850;
  line-height: 15px;
  margin: 0 0 7px;
  max-height: 45px;
  min-height: 45px;
}

.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__price {
  color: #061733;
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -.03em;
  line-height: 24px;
  margin: 0 0 8px;
  min-height: 24px;
}

.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__stock {
  background: #eafff3;
  border-color: #a8efc7;
  color: #079052;
  font-size: 10px;
  font-weight: 800;
  gap: 6px;
  height: 24px;
  line-height: 22px;
  margin: 0 0 8px;
  min-height: 24px;
  padding: 0 9px;
}

.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__stock span {
  height: 7px;
  width: 7px;
}

.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__actions {
  align-self: end;
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr 72px;
  height: 32px;
  margin: 0;
}

.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__buy,
.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__more {
  border-radius: 8px;
  font-size: 11px;
  font-weight: 850;
  height: 32px;
  padding: 0 7px;
  width: auto;
}

.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__buy {
  background: #ff5a00;
  border-color: #ff5a00;
  color: #fff;
}

.gt-rebuild-category--hybrid-products .gt-product-card--compact .gt-rebuild-product-card__more {
  background: #fff;
  border-color: #cbd6e4;
  color: #061733;
}

.gt-rebuild-category--hybrid-products .gt-rebuild-product-card__more {
  justify-content: center;
}

.gt-rebuild-category--hybrid-products .gt-hybrid-product-divider {
  color: #061733;
  font-size: 18px;
  font-weight: 850;
  line-height: 24px;
  margin: 6px 0 18px;
}

@media (max-width: 1199px) {
  .gt-rebuild-category--hybrid-products .gt-hybrid-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gt-rebuild-category--hybrid-products .gt-hybrid-product-grid {
    grid-template-columns: 1fr;
  }

  .gt-rebuild-category--hybrid-products .gt-product-card--featured,
  .gt-rebuild-category--hybrid-products .gt-product-card--compact {
    height: auto;
    min-height: 0;
  }
}
