* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Roboto", sans-serif;
  color: #333;
  line-height: 1.6;
  background: #fff; }
  body.filter-open {
    overflow: hidden; }

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease; }
  a:hover {
    text-decoration: none;
    color: #D80000; }

img {
  max-width: 100%;
  height: auto; }

.collection-header {
  position: relative;
  padding-bottom: 40px; }
  .collection-header__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 0px 20px;
    max-width: 1600px;
    margin: 0 auto; }
  .collection-header__title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 55px;
    letter-spacing: -1.2px;
    color: #0a0a0a;
    margin: 0;
    text-transform: uppercase; }
  .collection-header__banner {
    position: relative;
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    border-radius: 2px;
    overflow: hidden; }
    .collection-header__banner::before {
      content: '';
      display: block;
      padding-top: 31.25%; }
  .collection-header__banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }

.collection-filter {
  background: #fff;
  padding: 10px 0;
  margin-bottom: 20px;
  margin-top: 20px; }
  .collection-filter__wrapper {
    max-width: 1600px;
    margin: 0 auto; }

.description-productdetail {
  padding-top: 40px; }

.filter-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0px;
  gap: 20px; }
  .filter-toolbar__left {
    display: flex;
    align-items: center;
    gap: 12px; }
  .filter-toolbar__right {
    display: flex;
    align-items: center;
    gap: 32px; }

.filter-toggle-btn {
  display: flex;
  align-items: center;
  background: #0a0a0a;
  border: none;
  border-radius: 2px;
  min-height: 48px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease; }
  .filter-toggle-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D80000;
    padding: 10px;
    height: 100%;
    position: relative; }
    .filter-toggle-btn__icon svg {
      width: 24px;
      height: 24px;
      color: #fff; }
    .filter-toggle-btn__icon::after {
      content: '';
      position: absolute;
      right: -8px;
      top: 0;
      bottom: 0;
      width: 8px;
      background: #D80000;
      clip-path: polygon(0 0, 0 100%, 100% 50%); }
  .filter-toggle-btn__text {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #fff;
    padding: 16px 24px;
    text-transform: uppercase;
    white-space: nowrap; }
  .filter-toggle-btn:hover {
    opacity: 0.9; }

.filter-dropdown {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative; }
  .filter-dropdown__label {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #1e293b;
    white-space: nowrap; }
  .filter-dropdown__select {
    position: relative; }
  .filter-dropdown__btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #0a0a0a;
    border-radius: 2px;
    padding: 10px 16px;
    min-height: 50px;
    cursor: pointer;
    transition: all 0.3s ease; }
    .filter-dropdown__btn:hover {
      border-color: #D80000; }
  .filter-dropdown__value {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #0a0a0a;
    text-transform: uppercase;
    white-space: nowrap; }
  .filter-dropdown__arrow {
    width: 24px;
    height: 24px;
    color: #0a0a0a;
    transition: transform 0.3s ease; }
  .filter-dropdown.is-open .filter-dropdown__arrow {
    transform: rotate(180deg); }

.filter-panel {
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  max-height: 2000px;
  opacity: 1; }
  .filter-panel.is-collapsed {
    max-height: 0;
    opacity: 0; }
  .filter-panel__overlay {
    display: none; }
  .filter-panel__header {
    display: none; }
  .filter-panel__footer {
    display: none; }
  .filter-panel__divider {
    height: 1px;
    background: #e5e5e5;
    margin: 20px 0; }
  .filter-panel__content {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 40px;
    padding: 0 0px; }
    .filter-panel__content--3cols {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 32px 15px; }
  .filter-panel__column {
    display: flex;
    flex-direction: column;
    gap: 24px; }

.filter-group {
  flex: 1 0 0;
  min-width: 0;
  background: #ffffff !important;
  flex-wrap: wrap; }
  .filter-group__title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #0a0a0a;
    margin: 0 0 5px 0;
    width: 100%; }
  .filter-group__options {
    display: flex;
    flex-wrap: wrap;
    gap: 6px; }

.filter-tagx {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f5f5f5;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease; }
  .filter-tagx__text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #737373;
    white-space: nowrap; }
  .filter-tagx:hover {
    background: #e8e8e8; }
  .filter-tagx.is-active {
    background: #0a0a0a; }
    .filter-tagx.is-active .filter-tag__text {
      color: #fff; }

.filter-colorx {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f5f5f5;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease; }
  .filter-colorx__swatch {
    width: 20px;
    height: 20px;
    border-radius: 1px;
    flex-shrink: 0; }
  .filter-colorx__name {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.1px;
    color: #737373;
    white-space: nowrap; }
  .filter-colorx:hover {
    background: #e8e8e8; }
  .filter-colorx.is-active {
    background: #0a0a0a; }
    .filter-colorx.is-active .filter-color__name {
      color: #fff; }
    .filter-colorx.is-active .filter-color__swatch {
      box-shadow: 0 0 0 2px #fff; }

.check-box-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .check-box-list input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  .check-box-list .filter-item {
    display: inline-flex; }
    .check-box-list .filter-item.active .filter-tag {
      background: #0a0a0a; }
      .check-box-list .filter-item.active .filter-tag .filter-tag__text {
        color: #fff; }
    .check-box-list .filter-item.active .filter-color-btn {
      outline: 2px solid #0a0a0a;
      outline-offset: 2px; }
  .check-box-list .filter-item--color .filter-color-btn {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease; }
    .check-box-list .filter-item--color .filter-color-btn:hover {
      transform: scale(1.1); }

.filter-dropdown__native {
  width: 100%;
  height: 44px;
  padding: 8px 40px 8px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23262626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;
  background-size: 20px;
  font-family: "GMV Din Pro", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.1px;
  color: #0a0a0a;
  text-transform: uppercase;
  appearance: none;
  cursor: pointer; }
  .filter-dropdown__native:focus {
    outline: none;
    border-color: #0a0a0a; }
  .filter-dropdown__native option {
    font-weight: 500;
    text-transform: none; }

.content_sortPagiBar.pagi {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  text-align: center; }
  .content_sortPagiBar.pagi #pagination {
    display: flex;
    justify-content: center;
    width: 100%; }
  .content_sortPagiBar.pagi.pagiFilter {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-top: 40px; }
    .content_sortPagiBar.pagi.pagiFilter > div {
      width: 100%;
      display: flex;
      justify-content: center; }

.btn-load-more {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 16px 32px;
  background: #0a0a0a;
  border: none;
  border-radius: 2px;
  font-family: "GMV Din Pro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease; }
  .btn-load-more:hover {
    background: #242424; }
  .btn-load-more__loading {
    display: none; }
  .btn-load-more.is-loading {
    pointer-events: none;
    opacity: 0.7; }
    .btn-load-more.is-loading .btn-load-more__text {
      display: none; }
    .btn-load-more.is-loading .btn-load-more__loading {
      display: inline; }

.product-list.is-loading {
  opacity: 0.5;
  pointer-events: none;
  position: relative; }
  .product-list.is-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid #f5f5f5;
    border-top-color: #0a0a0a;
    border-radius: 50%;
    animation: spin 0.8s linear infinite; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

#pd_collection.active .content_sortPagiBar.pagi:not(.pagiFilter) {
  display: none; }

.collection-content {
  padding: 0 0px 60px;
  max-width: 1600px;
  margin: 0 auto; }
  .collection-content__wrapper {
    width: 100%; }

.collection-products__header {
  margin-bottom: 20px; }

.collection-products__count {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #737373;
  margin: 0; }
  .collection-products__count strong {
    color: #0a0a0a;
    font-weight: 600; }

.collection-products__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 40px; }

.collection-pagination {
  display: flex;
  justify-content: center;
  padding: 20px 0; }

.pagination-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0; }

.pagination-item.is-active .pagination-link {
  background: #0a0a0a;
  color: #fff;
  border-color: #0a0a0a; }

.pagination-item.disabled .pagination-link {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none; }

.pagination-item--dots .pagination-link {
  border: none;
  background: transparent; }
  .pagination-item--dots .pagination-link:hover {
    background: transparent; }

.pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  font-family: "GMV Din Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0a0a0a;
  text-decoration: none;
  transition: all 0.3s ease; }
  .pagination-link:hover {
    background: #f5f5f5;
    border-color: #0a0a0a;
    text-decoration: none;
    color: #0a0a0a; }
  .pagination-link svg {
    width: 20px;
    height: 20px; }

@media (max-width: 1199px) {
  .collection-header__inner {
    padding: 0px 0px 20px; }
  .collection-header__title {
    font-size: 36px;
    line-height: 44px; }
  .collection-header__banner {
    width: calc(100%); }
  .collection-filter {
    padding: 50px 0; }
  .filter-toolbar {
    padding: 0 30px;
    flex-wrap: wrap;
    gap: 16px; }
    .filter-toolbar__right {
      gap: 24px; }
  .filter-panel__content {
    padding: 0 30px; }
    .filter-panel__content--3cols {
      grid-template-columns: repeat(3, 1fr);
      gap: 24px 32px; }
  .filter-group {
    min-width: 0; }
  .collection-products__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px; }
  .product-card__name {
    font-size: 18px;
    line-height: 24px; }
  .product-card__price {
    font-size: 18px;
    line-height: 24px; }
  .product-card__price-old {
    font-size: 14px; } }

@media (max-width: 991px) {
  .collection-header__inner {
    padding: 0px 0px 20px;
    gap: 20px; }
  .collection-header__title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.8px; }
  .collection-header__banner {
    width: calc(100%); }
    .collection-header__banner::before {
      padding-top: 40%; }
  .collection-filter {
    padding: 40px 0; }
  .filter-toolbar {
    padding: 0 24px;
    flex-direction: column;
    align-items: stretch; }
    .filter-toolbar__left {
      justify-content: flex-start; }
    .filter-toolbar__right {
      flex-wrap: wrap;
      gap: 16px; }
  .filter-dropdown {
    flex: 1;
    min-width: 200px; }
    .filter-dropdown__label {
      font-size: 14px; }
    .filter-dropdown__value {
      font-size: 14px; }
  .filter-panel__content {
    padding: 0 24px;
    gap: 24px 32px; }
    .filter-panel__content--3cols {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 24px; }
  .filter-panel__column {
    gap: 20px; }
  .filter-group {
    min-width: 0; }
    .filter-group__title {
      font-size: 18px;
      line-height: 24px; }
  .collection-products__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px; }
  .product-card__image img {
    height: 200px; }
  .product-card__info {
    padding: 10px;
    gap: 10px; }
  .product-card__details {
    gap: 12px; }
  .product-card__brand {
    font-size: 12px;
    line-height: 24px; }
  .product-card__name {
    font-size: 16px;
    line-height: 22px; }
  .product-card__price {
    font-size: 16px;
    line-height: 22px; }
  .product-card__price-old {
    font-size: 13px; }
  .product-card__variant {
    width: 32px;
    height: 32px; }
  .product-card__cart-btn {
    width: 36px;
    height: 36px; }
    .product-card__cart-btn::after {
      width: 5px; }
    .product-card__cart-btn i {
      font-size: 14px; }
  .pagination-link {
    min-width: 36px;
    height: 36px;
    font-size: 14px; } }

@media (max-width: 767px) {
  .collection-header {
    padding-bottom: 0px; }
    .collection-header__inner {
      padding: 0px 0px 20px;
      gap: 16px; }
    .collection-header__breadcrumb {
      padding: 20px 0px 0px 0px; }
      .collection-header__breadcrumb .breadcrumb-link,
      .collection-header__breadcrumb .breadcrumb-current {
        font-size: 14px;
        line-height: 20px; }
      .collection-header__breadcrumb .breadcrumb-separator {
        width: 16px;
        height: 16px; }
        .collection-header__breadcrumb .breadcrumb-separator svg {
          width: 16px;
          height: 16px; }
    .collection-header__title {
      font-size: 28px;
      line-height: 36px;
      letter-spacing: -0.6px; }
    .collection-header__banner {
      width: calc(100%); }
      .collection-header__banner::before {
        padding-top: 50%; }
  .collection-filter {
    padding: 16px 0; }
  .filter-toolbar {
    padding: 0 0;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center; }
    .filter-toolbar__left {
      flex: 0 0 auto; }
    .filter-toolbar__right {
      flex: 1;
      gap: 0; }
  .filter-dropdown:first-child {
    display: none; }
  .filter-toggle-btn {
    width: auto;
    justify-content: center;
    min-height: 40px; }
    .filter-toggle-btn__text {
      font-size: 13px;
      padding: 10px 14px; }
    .filter-toggle-btn__icon {
      padding: 8px; }
      .filter-toggle-btn__icon svg {
        width: 18px;
        height: 18px; }
      .filter-toggle-btn__icon::after {
        right: -6px;
        width: 6px; }
  .filter-dropdown {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 0; }
    .filter-dropdown__label {
      display: none; }
    .filter-dropdown__select {
      width: 100%; }
    .filter-dropdown__btn {
      width: 100%;
      justify-content: space-between;
      min-height: 40px;
      padding: 8px 12px; }
    .filter-dropdown__value {
      font-size: 12px; }
    .filter-dropdown__arrow {
      width: 20px;
      height: 20px; }
  .filter-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    z-index: 9999999999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    max-height: none;
    opacity: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column; }
    .filter-panel.is-open {
      transform: translateX(0); }
    .filter-panel.is-collapsed {
      max-height: none;
      opacity: 1; }
    .filter-panel__overlay {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease; }
      .filter-panel__overlay.is-visible {
        opacity: 1;
        visibility: visible; }
    .filter-panel__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px;
      border-bottom: 1px solid #e5e5e5;
      flex-shrink: 0; }
    .filter-panel__title {
      font-family: "GMV Din Pro", sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #0a0a0a;
      margin: 0;
      text-transform: uppercase; }
    .filter-panel__close {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background: none;
      border: none;
      cursor: pointer;
      color: #0a0a0a;
      transition: color 0.3s ease; }
      .filter-panel__close:hover {
        color: #D80000; }
      .filter-panel__close svg {
        width: 24px;
        height: 24px; }
    .filter-panel__divider {
      display: none; }
    .filter-panel__content {
      flex: 1;
      overflow-y: auto;
      padding: 16px;
      gap: 20px; }
      .filter-panel__content--3cols {
        grid-template-columns: 1fr;
        gap: 16px; }
    .filter-panel__column {
      gap: 16px; }
    .filter-panel__footer {
      display: flex;
      gap: 12px;
      padding: 16px;
      border-top: 1px solid #e5e5e5;
      flex-shrink: 0;
      background: #fff; }
    .filter-panel__reset {
      flex: 1;
      padding: 12px 16px;
      background: #fff;
      border: 1px solid #0a0a0a;
      border-radius: 2px;
      font-family: "GMV Din Pro", sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #0a0a0a;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 0.3s ease; }
      .filter-panel__reset:hover {
        background: #f5f5f5; }
    .filter-panel__apply {
      flex: 1;
      padding: 12px 16px;
      background: #0a0a0a;
      border: 1px solid #0a0a0a;
      border-radius: 2px;
      font-family: "GMV Din Pro", sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 0.3s ease; }
      .filter-panel__apply:hover {
        background: #242424; }
  .filter-group {
    min-width: 100%;
    width: 100%; }
    .filter-group__title {
      font-size: 16px;
      line-height: 22px; }
    .filter-group__options {
      gap: 8px; }
  .filter-tag {
    padding: 6px 8px; }
    .filter-tag__text {
      font-size: 13px;
      line-height: 18px; }
  .filter-color {
    padding: 4px 8px 4px 4px; }
    .filter-color__swatch {
      width: 18px;
      height: 18px; }
    .filter-color__name {
      font-size: 12px; }
  .collection-products__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px; }
  .collection-products__header {
    display: none; }
  .product-card__image {
    padding-bottom: 8px;
    position: relative; }
    .product-card__image img {
      height: auto;
      aspect-ratio: 1/1;
      object-fit: contain; }
  .product-card__badges {
    top: 6px;
    left: 6px;
    gap: 3px; }
  .product-card__badge {
    padding: 3px 5px;
    min-height: 18px;
    font-size: 10px;
    line-height: 10px; }
  .product-card__quickview {
    position: absolute;
    bottom: 12px;
    right: 8px;
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2; }
    .product-card__quickview svg, .product-card__quickview i {
      width: 16px;
      height: 16px;
      font-size: 14px;
      color: #0a0a0a; }
  .product-card__info {
    padding: 8px;
    flex-direction: column;
    align-items: stretch;
    gap: 6px; }
  .product-card__details {
    gap: 6px;
    flex-direction: column; }
  .product-card__meta {
    display: flex;
    flex-direction: column;
    gap: 0; }
  .product-card__brand {
    font-size: 11px;
    line-height: 16px;
    color: #737373;
    margin-bottom: 2px; }
  .product-card__name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 4px; }
  .product-card__prices {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 6px;
    flex-wrap: wrap; }
  .product-card__price {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700; }
  .product-card__price-old {
    font-size: 11px;
    line-height: 16px; }
  .product-card__variants {
    gap: 4px;
    margin-top: 4px; }
  .product-card__variant {
    width: 32px;
    height: 32px;
    border-radius: 2px;
    background: #f5f5f5; }
  .product-card__cart-btn {
    display: none; }
  .pagination-list {
    gap: 4px; }
  .pagination-link {
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    font-size: 13px; }
    .pagination-link svg {
      width: 16px;
      height: 16px; } }

@media (max-width: 575px) {
  .collection-header__inner {
    padding: 0px 0px 20px;
    gap: 12px; }
  .collection-header__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.4px; }
  .collection-header__banner::before {
    padding-top: 56.25%; }
  .collection-filter {
    padding: 24px 0; }
  .filter-toolbar__right {
    gap: 12px; }
  .filter-toggle-btn__text {
    font-size: 13px;
    padding: 10px 12px; }
  .filter-dropdown__label {
    font-size: 13px; }
  .filter-dropdown__value {
    font-size: 13px; }
  .filter-dropdown__btn {
    padding: 8px 12px;
    min-height: 40px; }
  .filter-dropdown__arrow {
    width: 20px;
    height: 20px; }
  .filter-panel__content {
    gap: 16px; }
  .filter-group__title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 6px; }
  .filter-group__options {
    gap: 6px; }
  .filter-tag {
    padding: 5px 7px; }
    .filter-tag__text {
      font-size: 12px;
      line-height: 16px; }
  .filter-color {
    padding: 3px 6px 3px 3px;
    gap: 6px; }
    .filter-color__swatch {
      width: 16px;
      height: 16px; }
    .filter-color__name {
      font-size: 11px; }
  .collection-products__grid {
    gap: 10px; }
  .product-card__image img {
    height: 140px; }
  .product-card__info {
    padding: 6px;
    gap: 6px; }
  .product-card__brand {
    font-size: 10px;
    line-height: 16px; }
  .product-card__name {
    font-size: 13px;
    line-height: 18px; }
  .product-card__price {
    font-size: 13px;
    line-height: 18px; }
  .product-card__price-old {
    font-size: 11px; }
  .product-card__variant {
    width: 24px;
    height: 24px; }
  .product-card__cart-btn {
    height: 32px; }
    .product-card__cart-btn i {
      font-size: 12px; }
  .pagination-link {
    min-width: 28px;
    height: 28px;
    font-size: 12px; } }

.collection-categories {
  padding: 0 0px 0px;
  max-width: 1600px;
  margin: 0 auto;
  position: sticky;
  top: 56px;
  background: #ffffff;
  width: 100%;
  z-index: 9; }
  .collection-categories__wrapper {
    width: 100%; }
  .collection-categories__list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .collection-categories__list::-webkit-scrollbar {
      display: none; }
  .collection-categories__item {
    flex: 0 0 auto;
    width: calc((100% - 60px) / 7);
    min-width: 160px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    scroll-snap-align: start;
    transition: transform 0.3s ease; }
    .collection-categories__item:hover {
      text-decoration: none;
      color: inherit; }
      .collection-categories__item:hover .collection-categories__image img {
        transform: scale(1.05); }
      .collection-categories__item:hover .collection-categories__arrow {
        opacity: 1;
        transform: translateX(0); }
  .collection-categories__image {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 2px;
    background: #f1f5f9; }
    .collection-categories__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: transform 0.3s ease; }
  .collection-categories__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%); }
  .collection-categories__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 8px; }
  .collection-categories__logo {
    flex: 1;
    min-width: 56px;
    max-width: auto;
    overflow: hidden; }
    .collection-categories__logo img {
      width: 100%;
      height: auto;
      max-height: 20px;
      object-fit: contain; }
  .collection-categories__title {
    font-family: "GMV Din Pro", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #0a0a0a;
    text-transform: uppercase; }
  .collection-categories__arrow {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(-8px);
    transition: all 0.3s ease; }
    .collection-categories__arrow svg {
      width: 14px;
      height: 14px;
      color: #D80000; }

@media (max-width: 1199px) {
  .collection-categories {
    padding: 0 30px 20px; }
    .collection-categories__item {
      width: calc((100% - 50px) / 6);
      min-width: 160px; }
    .collection-categories__image {
      height: 200px; } }

@media (max-width: 991px) {
  .collection-categories {
    padding: 0 24px 16px; }
    .collection-categories__item {
      width: calc((100% - 40px) / 5);
      min-width: 150px; }
    .collection-categories__image {
      height: 180px; }
    .collection-categories__info {
      padding: 10px 6px 10px 0;
      gap: 12px; }
    .collection-categories__logo {
      max-width: 80px; }
      .collection-categories__logo img {
        max-height: 16px; }
    .collection-categories__title {
      font-size: 12px;
      line-height: 16px; } }

@media (max-width: 767px) {
  .collection-categories {
    padding: 0 16px 12px; }
    .collection-categories__list {
      gap: 8px; }
    .collection-categories__item {
      width: calc((100% - 16px) / 3);
      min-width: 130px; }
    .collection-categories__image {
      height: 160px; }
    .collection-categories__info {
      padding: 8px 4px 8px 0;
      gap: 8px; }
    .collection-categories__logo {
      max-width: 70px; }
      .collection-categories__logo img {
        max-height: 14px; }
    .collection-categories__title {
      font-size: 11px;
      line-height: 14px; }
    .collection-categories__arrow {
      width: 20px;
      height: 20px; }
      .collection-categories__arrow svg {
        width: 12px;
        height: 12px; } }

@media (max-width: 575px) {
  .collection-categories__item {
    width: calc((100% - 8px) / 2.5);
    min-width: 110px; }
  .collection-categories__image {
    height: 140px; }
  .collection-categories__logo {
    max-width: 60px; }
    .collection-categories__logo img {
      max-height: 12px; }
  .collection-categories__title {
    font-size: 10px;
    line-height: 12px; } }

.filter-active-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center; }

.filter-active-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px 8px;
  background: transparent;
  border: 1px solid #0a0a0a;
  border-radius: 2px;
  min-height: 32px;
  cursor: pointer;
  transition: all 0.2s ease; }
  .filter-active-tag__text {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.1px;
    color: #0a0a0a;
    text-transform: uppercase; }
  .filter-active-tag__remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: #0a0a0a; }
    .filter-active-tag__remove svg {
      width: 100%;
      height: 100%; }
  .filter-active-tag:hover {
    background: #f5f5f5; }

.filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px; }

.filter-tag-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  background: #f5f5f5;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease; }
  .filter-tag-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  .filter-tag-item__text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    color: #737373;
    white-space: nowrap; }
  .filter-tag-item:hover {
    background: #e8e8e8; }
  .filter-tag-item.is-active, .filter-tag-item:has(input:checked) {
    background: #0a0a0a; }
    .filter-tag-item.is-active .filter-tag-item__text, .filter-tag-item:has(input:checked) .filter-tag-item__text {
      color: #fff; }

.filter-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.filter-color-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px 5px 5px;
  background: #f5f5f5;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease; }
  .filter-color-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  .filter-color-item__swatch {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    flex-shrink: 0; }
  .filter-color-item__text {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.1px;
    color: #737373;
    white-space: nowrap; }
  .filter-color-item:hover {
    background: #e8e8e8; }
  .filter-color-item.is-active, .filter-color-item:has(input:checked) {
    background: #0a0a0a; }
    .filter-color-item.is-active .filter-color-item__text, .filter-color-item:has(input:checked) .filter-color-item__text {
      color: #fff; }
    .filter-color-item.is-active .filter-color-item__swatch, .filter-color-item:has(input:checked) .filter-color-item__swatch {
      box-shadow: 0 0 0 2px #fff; }

.collection-header__banner::before {
  content: initial; }

.collection-header__banner-image {
  height: auto;
  object-fit: initial;
  position: initial; }

@media (max-width: 767px) {
  .filter-active-tags {
    display: none; }
  .filter-tag-item {
    padding: 6px 8px; }
    .filter-tag-item__text {
      font-size: 13px;
      line-height: 18px; }
  .filter-color-item {
    padding: 4px 8px 4px 4px; }
    .filter-color-item__swatch {
      width: 18px;
      height: 18px; }
    .filter-color-item__text {
      font-size: 12px; } }
