/* Category v2 preview styling. Loaded only by category-v2.blade.php. */

.category_v2_hero {
  background-color: #080808;
  background-position: center right;
  background-size: cover;
  color: #ffffff;
  min-height: 360px;
  padding: 0;
  position: relative;
}

.category_v2_hero::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.36) 48%, rgba(0, 0, 0, 0.08) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.category_v2_hero .container {
  position: relative;
  z-index: 1;
}

.category_v2_hero__inner {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
  min-height: 360px;
  padding: 42px 0;
}

.category_v2_hero__content {
  max-width: 820px;
}

.category_v2__breadcrumb {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  flex-wrap: wrap;
  font-family: roboto;
  font-size: 14px;
  gap: 9px;
  margin-bottom: 18px;
}

.category_v2__breadcrumb a {
  color: #f5b400;
}

.category_v2_hero h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.02;
  margin: 0;
  max-width: 760px;
}

.category_v2_hero__text {
  color: rgba(255, 255, 255, 0.86);
  font-family: roboto;
  font-size: 16px;
  line-height: 1.55;
  margin-top: 22px;
  max-width: 680px;
}

.category_v2_hero__text ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.category_v2_hero__text li {
  align-items: flex-start;
  color: #ffffff;
  display: flex;
  gap: 10px;
  line-height: 1.35;
}

.category_v2_hero__text li::before {
  background: #f5b400;
  border-radius: 3px;
  color: #111111;
  content: "\f00c";
  flex: 0 0 16px;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
  font-size: 11px;
  font-weight: 900;
  height: 16px;
  line-height: 16px;
  margin-top: 2px;
  text-align: center;
}

.category_v2_hero__text p:last-child {
  margin-bottom: 0;
}

.category_v2_hero__cta {
  background: linear-gradient(135deg, rgba(22, 22, 22, 0.98), rgba(38, 38, 38, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
  padding: 32px 28px;
}

.category_v2_hero__cta h2 {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.category_v2_hero__cta p {
  color: rgba(255, 255, 255, 0.82);
  font-family: roboto;
  font-size: 15px;
  line-height: 1.55;
  margin: 20px 0 0;
}

.category_v2_hero__cta .card__btn {
  margin-top: 24px;
}

.category_v2_hero__cta .card__btn a {
  background: #f5b400;
  color: #111111;
}

.category_v2_products {
  background: #ffffff;
  padding: 34px 0 58px;
}

.category_v2_products__toolbar {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.category_v2_products__toolbar p {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.category_v2_sort {
  align-items: center;
  display: flex;
  gap: 12px;
}

.category_v2_sort label {
  color: #111111;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}

.category_v2_sort select,
.category_v2_filter_group select {
  appearance: auto;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  color: #111111;
  font-family: roboto;
  font-size: 15px;
  height: 38px;
  padding: 0 12px;
}

.category_v2_layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
}

.category_v2_filter_box {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 22px;
}

.category_v2_filter_box h2 {
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
}

.category_v2_filter_group + .category_v2_filter_group {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  margin-top: 18px;
  padding-top: 18px;
}

.category_v2_filter_group h3,
.category_v2_filter_group label {
  color: #111111;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 10px;
}

.category_v2_filter_group select {
  width: 100%;
}

.category_v2_categories {
  display: grid;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.category_v2_categories a {
  color: #333333;
  display: block;
  font-family: roboto;
  font-size: 14px;
  line-height: 1.25;
}

.category_v2_categories .active a,
.category_v2_categories a:hover {
  color: #f5b400;
}

.category_v2_filter_actions {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.category_v2_filter_actions button,
.category_v2_filter_actions a {
  align-items: center;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: 1;
  min-height: 42px;
  padding: 0 18px;
  text-align: center;
}

.category_v2_filter_actions button {
  background: #111111;
  color: #ffffff;
}

.category_v2_filter_actions a {
  background: transparent;
  color: #111111;
  text-decoration: underline;
}

.category_v2_grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category_v2_product_card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.category_v2_product_card a {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.category_v2_product_card__media {
  background: #111111;
  height: 230px;
  position: relative;
}

.category_v2_product_card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.category_v2_product_card__badge {
  background: #f5b400;
  border-radius: 2px;
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  left: 24px;
  line-height: 1;
  padding: 9px 12px;
  position: absolute;
  top: 20px;
  z-index: 2;
}

.category_v2_product_card__title {
  background: #050505;
  min-height: 74px;
  padding: 18px 22px;
  text-align: center;
}

.category_v2_product_card__title h2 {
  color: #f5b400;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.category_v2_product_card__specs {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 28px 28px 24px;
}

.category_v2_product_card__specs div {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(90px, auto);
}

.category_v2_product_card__specs dt,
.category_v2_product_card__specs dd {
  color: #333333;
  font-family: roboto;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}

.category_v2_product_card__specs dt {
  align-items: center;
  display: flex;
  gap: 12px;
  font-weight: 600;
}

.category_v2_product_card__specs dt i {
  color: #111111;
  flex: 0 0 16px;
  text-align: center;
}

.category_v2_product_card__specs dd {
  font-weight: 700;
  text-align: right;
}

.category_v2_product_card__footer {
  align-items: center;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: auto;
  padding: 22px 28px;
}

.category_v2_product_card__price {
  align-items: baseline;
  display: flex;
  gap: 14px;
}

.category_v2_product_card__price span {
  color: #333333;
  font-size: 15px;
  font-weight: 600;
}

.category_v2_product_card__price strong {
  color: #111111;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.category_v2_product_card__button {
  align-items: center;
  background: #050505;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  min-height: 44px;
  min-width: 130px;
  padding: 0 18px;
}

.category_v2_product_card__button i {
  color: #ffffff;
  font-size: 12px;
}

.category_v2_no_results {
  background: #f5f5f5;
  border-radius: 8px;
  grid-column: 1 / -1;
  padding: 34px;
}

.category_v2_no_results h2 {
  color: #111111;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}

.category_v2_no_results p {
  color: #333333;
  font-family: roboto;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 1399px) {
  .category_v2_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .category_v2_hero__inner,
  .category_v2_layout {
    grid-template-columns: 1fr;
  }

  .category_v2_filters {
    order: 2;
  }

  .category_v2_grid {
    order: 1;
  }
}

@media (max-width: 767px) {
  .category_v2_hero {
    min-height: auto;
  }

  .category_v2_hero h1 {
    font-size: 34px;
  }

  .category_v2_hero__inner {
    min-height: auto;
    padding: 38px 0 32px;
  }

  .category_v2_products__toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .category_v2_sort {
    align-items: flex-start;
    flex-direction: column;
  }

  .category_v2_grid {
    grid-template-columns: 1fr;
  }

  .category_v2_product_card__media {
    height: 210px;
  }

  .category_v2_product_card__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .category_v2_product_card__button {
    width: 100%;
  }
}
