.archive-breadcrumb-wrap {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(232, 234, 237, 1);
  padding: 10px 0;
  color: rgba(138, 155, 176, 1);
  font-size: 13px;
}
.archive-breadcrumb-wrap a {
  color: rgba(138, 155, 176, 1);
}
.archive-header {
  text-align: center;
  padding: 100px 0;
}
.archive-header .title {
  font-size: 48px;
  margin: 0;
  line-height: 1;
  color: rgba(28, 54, 95, 1);
}
.archive-header .desc {
  color: rgba(90, 106, 125, 1);
  font-weight: 400;
  width: 100%;
  max-width: 700px;
  margin: auto;
}
nav.shop-top-categories {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(232, 234, 237, 1);
  padding: 30px 0;
  width: 100%;
  margin-bottom: 30px;
}
.shop-top-category-link {
    font-size: 12px;
    color: rgba(12, 27, 46, 0.61);
    font-weight: 600;
    text-align: center;
    max-width: 157px;
    line-height: 155%;
}
.shop-top-category-link.is-active {
  color: rgba(193, 39, 45, 1);
}
span.shop-top-cat-thumb {
  display: block;
  text-align: center;
}
.main-shop-container {
	display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
}
aside.shop-sidebar {
  position: sticky;
  width: 220px;
  padding-right: 20px;
}
.main-shop-container main.shop-main {
  width: calc(100% - 220px);
}
header.shop-toolbar {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
header.shop-toolbar .left {
  display: flex;
  align-items: center;
  gap: 20px;
}
header.shop-toolbar .results-count {
  font-size: 14px;
  color: #5a6a7d;
}
select#sort-by {
  background-color: #f2f4f7;
  border: 1px solid #e8eaed;
  height: 41px;
  width: 136px;
  font-size: 13px;
  appearance: none;
  padding: 0 10px;
  border-radius: 8px;
  outline: none;
}
header.shop-toolbar .sort-by {
  display: flex;
  align-items: center;
  gap: 10px;
}
.view-toggle {
  display: flex;
  border: 1px solid #e8eaed;
  background-color: #f2f4f7;
  border-radius: 8px;
  overflow: hidden;
}
form#shop-search-form {
  position: relative;
}
form#shop-search-form input#shop-search-input {
  height: 41px;
  background-color: #f2f4f7;
  width: 260px;
  font-size: 13px;
  border-radius: 8px;
  outline: none;
  border: 1px solid #e8eaed;
  color: #757575;
  padding: 0 0 0 40px;
}
form#shop-search-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  left: 10px;
}
.view-toggle button {
  height: 38px;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 0;
  width: 40px;
  justify-content: center;
  border-radius: 0;
  cursor: pointer;
  color: #8a9bb0;
  transition: all 0.3s ease-in;
}
.view-toggle button.is-active {
  background-color: #0c1b2e;
  color: #fff;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.product-card {
  border: 1px solid rgba(232, 234, 237, 1);
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.product-card .pc-body {
  padding: 20px;
  text-align: center;
}
.product-card .pc-image-wrap {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.product-card .pc-logos {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  top: 0;
  left: 0;
}
.product-card .pc-logos .pc-brands {
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 75px;
}
.product-card .pc-logos .pc-brands p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
}
.product-card .pc-title {
  color: rgba(12, 27, 46, 1);
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.product-card .pc-body .pc-excerpt {
  font-size: 12px;
  color: rgba(90, 106, 125, 1);
  line-height: 145%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 15px;
}
.product-card .pc-body .pc-grit {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-bottom: 15px;
}
.product-card .pc-body .pc-grit p {
  margin: 0;
  background-color: rgba(193, 39, 45, 1);
  padding: 5px 2px;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
}
.product-card .pc-image-wrap img {
    width: auto;
    max-height: 140px;
}
.product-card .pc-body .pc-details-link {
  color: rgba(193, 39, 45, 1);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  font-family: 'DN Sans', sans-serif;
  letter-spacing: 0;
}
.product-card .pc-body .pc-footer {
  border-top: 1px solid rgba(232, 234, 237, 1);
}
.filter-title {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
aside.shop-sidebar .inner {
  display: grid;
  gap: 20px;
}
.filter-item label {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  color: rgba(90, 106, 125, 1);
  font-family: 'DM Sans', sans-serif;
  padding: 2px 0;
}
[type='checkbox'],
[type='radio'] {
  height: 18px;
  width: 18px;
  border: 2px solid rgba(209, 213, 219, 1);
  border-radius: 4px;
  appearance: none;
  position: relative;
}
[type='checkbox']::before,
[type='radio']::before {
  position: absolute;
  content: '';
  height: 12px;
  width: 12px;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(193, 39, 45, 1);
  opacity: 0;
  transition: all 0.3s ease-in;
}
[type='checkbox']:checked::before,
[type='radio']:checked::before {
  opacity: 1;
}
.filter-content.grit-range {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-content.grit-range label {
  position: relative;
  padding: 8px 12px;
  line-height: 1;
  font-size: 12px;
}
.filter-content.grit-range label input.variation-filter {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.filter-content.grit-range label input.variation-filter:checked {
  border-color: rgba(193, 39, 45, 1);
}
.filter-content.grit-range label input.variation-filter::before {
  display: none;
}
.ajax-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 50px 0;
}
.ajax-pagination .page-numbers {
  height: 38px;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(193, 39, 45, 0.7);
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
}
.ajax-pagination .page-numbers.current {
  background-color: rgba(193, 39, 45, 1);
}
.products-grid.view-list {
  grid-template-columns: repeat(1, minmax(220px, 1fr));
}
.products-grid.view-list .product-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.products-grid.view-list .product-card .pc-image-wrap {
  width: 230px;
  padding: 40px 0;
}
.products-grid.view-list .product-card .pc-body {
  flex: 1;
}
.products-grid.view-list .product-card .pc-logos {
  width: 230px;
}
/* .shop-top-categories {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 24px;
  border: 1px solid rgba(12, 27, 46, 0.12);
  border-radius: 8px;
  overflow: hidden;
}

.shop-top-category-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(12, 27, 46, 0.08);
  background: #fff;
  color: rgba(12, 27, 46, 0.8);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.shop-top-category-link:last-child {
  border-bottom: 0;
}

img.shop-top-cat-thumb {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  border: 1px solid rgba(12, 27, 46, 0.08);
  background: rgba(12, 27, 46, 0.04);
}

span.shop-top-cat-thumb--placeholder {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  flex-shrink: 0;
  background: rgba(12, 27, 46, 0.06);
  border: 1px solid rgba(12, 27, 46, 0.08);
}

span.shop-top-cat-thumb--all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  flex-shrink: 0;
  background: rgba(193, 39, 45, 0.06);
  border: 1px solid rgba(193, 39, 45, 0.15);
  color: rgba(193, 39, 45, 1);
}

span.shop-top-cat-thumb--all svg {
  width: 20px;
  height: 20px;
}

.shop-top-category-link:hover {
  background: rgba(193, 39, 45, 0.05);
  color: rgba(193, 39, 45, 1);
}

.shop-top-category-link.is-active {
  background: rgba(193, 39, 45, 0.08);
  color: rgba(193, 39, 45, 1);
  font-weight: 600;
  border-left: 3px solid rgba(193, 39, 45, 1);
  padding-left: 9px;
} */

/* .shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.sort-by {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.shop-search-form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.shop-search-form input[type='search'] {
  min-width: 260px;
  padding: 12px 16px;
  border: 1px solid rgba(12, 27, 46, 0.16);
  border-radius: 999px;
  background: #fff;
}

.shop-search-form button,
.sort-by select,
.filter-bar {
  min-height: 46px;
  border-radius: 999px;
}

.shop-search-form button {
  padding: 12px 20px;
  border: 0;
  background: rgba(193, 39, 45, 1);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.sort-by select {
  padding: 0 18px;
  border: 1px solid rgba(12, 27, 46, 0.16);
  background: #fff;
} */

/* .out-of-stock-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid rgba(12, 27, 46, 0.2);
  border-radius: 999px;
  background: transparent;
  color: rgba(12, 27, 46, 0.45);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
} */

/* =============================================
   Product Card
   ============================================= */

/* .product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(12, 27, 46, 0.1);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(12, 27, 46, 0.06);
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.product-card:hover {
  box-shadow: 0 6px 20px rgba(12, 27, 46, 0.12);
  transform: translateY(-2px);
} */

/* Logos row */
/* .pc-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px 10px;
}

.pc-store-logo {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: rgba(12, 27, 46, 1);
  line-height: 1;
}

.pc-logo-icon {
  font-size: 9px;
  vertical-align: super;
  font-weight: 400;
}

.pc-brand-logo {
  max-height: 32px;
  width: auto;
  object-fit: contain;
}

.pc-brand-name {
  font-size: 12px;
  font-weight: 700;
  color: rgba(12, 27, 46, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
} */

/* Image */
/* .pc-image-wrap {
  display: block;
  padding: 8px 20px 16px;
  text-align: center;
}

.pc-image-wrap img {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
} */

/* Body */
/* .pc-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 16px 0;
}

.pc-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.pc-title a {
  color: rgba(12, 27, 46, 1);
  text-decoration: none;
}

.pc-title a:hover {
  color: rgba(193, 39, 45, 1);
}

.pc-excerpt {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(12, 27, 46, 0.65);
}

.pc-excerpt p {
  margin: 0;
} */

/* Attribute pills */
/* .pc-pills-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.pc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.pc-pill {
  display: inline-block;
  padding: 4px 9px;
  border-radius: 4px;
  border: 1.5px solid rgba(193, 39, 45, 0.35);
  background: transparent;
  color: rgba(193, 39, 45, 1);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.4;
  cursor: pointer;
  transition:
    background 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
}

.pc-pill:hover {
  background: rgba(193, 39, 45, 0.08);
}

.pc-pill.is-active {
  background: rgba(193, 39, 45, 1);
  border-color: rgba(193, 39, 45, 1);
  color: #fff;
} */

/* View toggle buttons */
/* .view-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(12, 27, 46, 0.16);
  border-radius: 8px;
  padding: 3px;
}

.view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(12, 27, 46, 0.45);
  cursor: pointer;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.view-btn:hover {
  color: rgba(12, 27, 46, 0.8);
}

.view-btn.is-active {
  background: rgba(12, 27, 46, 1);
  color: #fff;
} */

/* =============================================
   List view layout
   ============================================= */

/* Shortcode column overrides */
/* .sc-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.sc-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.sc-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.sc-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.sc-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 1024px) {
  .sc-cols-5,
  .sc-cols-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .products-grid,
  .sc-cols-2,
  .sc-cols-3,
  .sc-cols-4,
  .sc-cols-5,
  .sc-cols-6 {
    grid-template-columns: repeat(2, 1fr);
  }
} */

/* .products-grid.view-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.products-grid.view-list .product-card {
  flex-direction: row;
  align-items: stretch;
}

.products-grid.view-list .pc-logos {
  display: none;
}

.products-grid.view-list .pc-image-wrap {
  flex: 0 0 180px;
  padding: 16px;
  border-right: 1px solid rgba(12, 27, 46, 0.08);
}

.products-grid.view-list .pc-image-wrap img {
  max-height: 140px;
  width: 100%;
}

.products-grid.view-list .pc-body {
  flex: 1;
  padding: 16px;
}

.products-grid.view-list .pc-title {
  font-size: 16px;
}

.products-grid.view-list .pc-pills-wrap {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}

.products-grid.view-list .pc-pills {
  flex-wrap: wrap;
} */

/* Footer */
/* .pc-footer {
  border-top: 1px solid rgba(12, 27, 46, 0.08);
  padding: 12px 0;
  margin-top: auto;
}

.pc-details-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: rgba(193, 39, 45, 1);
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.pc-details-link:hover {
  opacity: 0.75;
} */

@media (max-width: 1280px) {
  .archive-header {
    padding: 70px 0;
  }
  nav.shop-top-categories {
    padding: 24px 0;
  }
  .shop-top-category-link {
    font-size: 13px;
  }
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  nav.shop-top-categories {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 40px;
  }
  .archive-header .title {
    font-size: 40px;
  }
  .archive-header .desc {
    font-size: 14px;
  }
  .archive-header {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  header.shop-toolbar {
    flex-wrap: wrap;
    border-top: 1px solid rgba(232, 234, 237, 1);
    padding-top: 20px;
  }
  header.shop-toolbar .results-count {
    font-size: 11px;
    line-height: 1.2;
  }
  form#shop-search-form input#shop-search-input {
    width: 165px;
  }
  header.shop-toolbar .left {
    width: 100%;
    justify-content: space-between;
  }
  header.shop-toolbar .sort-by {
    width: 100%;
    justify-content: space-between;
  }
  aside.shop-sidebar {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #fff;
    box-shadow: 0px 1px 15px -5px rgba(0, 0, 0, 0.2);
    padding: 45px 20px 20px;
    overflow: auto;
    transition: all 0.3s ease-in;
    transform: translateX(-300px);
    opacity: 0;
    visibility: hidden;
  }
  aside.shop-sidebar .filter-section:first-child {
    display: block !important;
  }
  aside.shop-sidebar .close-on-mobile {
    position: fixed;
    left: 249px;
    padding: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 0px;
    cursor: pointer;
  }
  aside.shop-sidebar .close-on-mobile svg {
    width: 30px;
    height: auto;
  }
  aside.shop-sidebar.active {
    opacity: 1;
    transform: translateX(0px);
    visibility: visible;
  }
  nav.shop-top-categories {
    display: none;
  }
  .archive-header .title {
    font-size: 32px;
  }
  .archive-header .desc {
    font-size: 13px;
    line-height: 1.5;
  }
  .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .main-shop-container main.shop-main {
    width: 100%;
  }
  .view-toggle {
    display: none;
  }
  header.shop-toolbar .filter-bar {
    display: flex !important;
    cursor: pointer;
    font-size: 13px;
    align-items: center;
    background-color: #f2f4f7;
    border: 1px solid #e8eaed;
    height: 41px;
    padding: 4px 10px;
    border-radius: 8px;
  }
}
