/* Shop archive spacing lock */
.woocommerce-shop,
.post-type-archive-product,
.tax-product_cat,
.tax-product_tag {
  --shop-page-x: clamp(12px, 2.4vw, 34px);
  --shop-frame-x: clamp(16px, 2.9vw, 42px);
  --shop-frame-y: clamp(18px, 2.5vw, 34px);
  --shop-section-gap: clamp(18px, 2.2vw, 30px);
  --shop-grid-gap: clamp(12px, 1.25vw, 18px);
  --shop-sidebar-w: clamp(210px, 18vw, 250px);
  --shop-shell-bg: var(--c-bg);
  background: var(--shop-shell-bg) !important;
}

.woocommerce-shop .site-header,
.post-type-archive-product .site-header,
.tax-product_cat .site-header,
.tax-product_tag .site-header {
  background: var(--shop-shell-bg) !important;
  border-bottom-color: rgba(242, 202, 80, 0.08) !important;
  box-shadow: none !important;
}

.woocommerce-shop #page,
.woocommerce-shop .site,
.woocommerce-shop #content,
.woocommerce-shop .site-content,
.post-type-archive-product #page,
.post-type-archive-product .site,
.post-type-archive-product #content,
.post-type-archive-product .site-content,
.tax-product_cat #page,
.tax-product_cat .site,
.tax-product_cat #content,
.tax-product_cat .site-content,
.tax-product_tag #page,
.tax-product_tag .site,
.tax-product_tag #content,
.tax-product_tag .site-content {
  background: var(--shop-shell-bg) !important;
}

.woocommerce-shop .site-main,
.woocommerce-shop #main-content,
.woocommerce-shop .dark-page,
.woocommerce-shop .dark-shop-page,
.post-type-archive-product .site-main,
.post-type-archive-product #main-content,
.post-type-archive-product .dark-page,
.post-type-archive-product .dark-shop-page,
.tax-product_cat .site-main,
.tax-product_cat #main-content,
.tax-product_cat .dark-page,
.tax-product_cat .dark-shop-page,
.tax-product_tag .site-main,
.tax-product_tag #main-content,
.tax-product_tag .dark-page,
.tax-product_tag .dark-shop-page {
  background: var(--shop-shell-bg) !important;
  background-image: none !important;
}

.woocommerce-shop .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main {
  padding-top: calc(
    var(--site-main-offset) + clamp(12px, 1.8vw, 26px)
  ) !important;
  padding-bottom: clamp(48px, 5.6vw, 82px) !important;
}

.woocommerce-shop .site-content .ast-container,
.post-type-archive-product .site-content .ast-container,
.tax-product_cat .site-content .ast-container,
.tax-product_tag .site-content .ast-container {
  width: min(100%, 1480px) !important;
  max-width: 100% !important;
  padding: 0 var(--shop-page-x) !important;
  margin-inline: auto !important;
}

.woocommerce-shop .dark-shop-container,
.post-type-archive-product .dark-shop-container,
.tax-product_cat .dark-shop-container,
.tax-product_tag .dark-shop-container {
  width: min(100%, 1480px) !important;
  max-width: 100% !important;
  padding: 0 var(--shop-page-x) !important;
  margin-inline: auto !important;
}

.woocommerce-shop .dark-shop-frame,
.post-type-archive-product .dark-shop-frame,
.tax-product_cat .dark-shop-frame,
.tax-product_tag .dark-shop-frame {
  /* padding: var(--shop-frame-y) var(--shop-frame-x) !important; */
  /* border-radius: 14px !important; */
  background: var(--c-bg) !important;
  /* box-shadow: inset 0 1px 0 rgba(242, 202, 80, 0.06) !important; */
}

.woocommerce-shop .dark-shop-frame .dark-breadcrumb,
.post-type-archive-product .dark-shop-frame .dark-breadcrumb,
.tax-product_cat .dark-shop-frame .dark-breadcrumb,
.tax-product_tag .dark-shop-frame .dark-breadcrumb {
  margin-bottom: clamp(12px, 1.4vw, 20px) !important;
}

.woocommerce-shop .shop-header-bar,
.post-type-archive-product .shop-header-bar,
.tax-product_cat .shop-header-bar,
.tax-product_tag .shop-header-bar {
  gap: clamp(14px, 1.8vw, 24px) !important;
  margin-bottom: var(--shop-section-gap) !important;
}

.woocommerce-shop .shop-content-grid,
.post-type-archive-product .shop-content-grid,
.tax-product_cat .shop-content-grid,
.tax-product_tag .shop-content-grid {
  grid-template-columns: var(--shop-sidebar-w) minmax(0, 1fr) !important;
  gap: var(--shop-section-gap) !important;
}

.woocommerce-shop .sidebar-panel,
.post-type-archive-product .sidebar-panel,
.tax-product_cat .sidebar-panel,
.tax-product_tag .sidebar-panel {
  padding: clamp(18px, 1.8vw, 26px) clamp(14px, 1.45vw, 20px) !important;
  margin-bottom: var(--shop-section-gap) !important;
}

.woocommerce-shop .sidebar-title,
.post-type-archive-product .sidebar-title,
.tax-product_cat .sidebar-title,
.tax-product_tag .sidebar-title {
  margin-bottom: clamp(16px, 1.7vw, 22px) !important;
  padding-bottom: clamp(14px, 1.4vw, 20px) !important;
}

.woocommerce-shop .filter-group,
.post-type-archive-product .filter-group,
.tax-product_cat .filter-group,
.tax-product_tag .filter-group {
  padding: clamp(16px, 1.55vw, 22px) 0 !important;
  margin: 0 !important;
}

.woocommerce-shop .filter-group:first-of-type,
.post-type-archive-product .filter-group:first-of-type,
.tax-product_cat .filter-group:first-of-type,
.tax-product_tag .filter-group:first-of-type {
  padding-top: 0 !important;
}

.woocommerce-shop .filter-group:last-of-type,
.post-type-archive-product .filter-group:last-of-type,
.tax-product_cat .filter-group:last-of-type,
.tax-product_tag .filter-group:last-of-type {
  padding-bottom: 0 !important;
}

.woocommerce-shop .widget-filter-label,
.post-type-archive-product .widget-filter-label,
.tax-product_cat .widget-filter-label,
.tax-product_tag .widget-filter-label {
  margin-bottom: clamp(12px, 1.25vw, 18px) !important;
}

.woocommerce-shop .dark-filter-cats,
.post-type-archive-product .dark-filter-cats,
.tax-product_cat .dark-filter-cats,
.tax-product_tag .dark-filter-cats {
  gap: 8px !important;
}

.woocommerce-shop .dark-shop-main ul.products,
.post-type-archive-product .dark-shop-main ul.products,
.tax-product_cat .dark-shop-main ul.products,
.tax-product_tag .dark-shop-main ul.products {
  gap: var(--shop-grid-gap) !important;
  margin: 0 !important;
}

.woocommerce-shop .dark-pagination,
.post-type-archive-product .dark-pagination,
.tax-product_cat .dark-pagination,
.tax-product_tag .dark-pagination {
  margin-top: clamp(28px, 3vw, 44px) !important;
}

.woocommerce-shop .shop-featured-row,
.post-type-archive-product .shop-featured-row,
.tax-product_cat .shop-featured-row,
.tax-product_tag .shop-featured-row {
  margin-top: clamp(28px, 3vw, 44px) !important;
}

@media (max-width: 1199.98px) {
  .woocommerce-shop,
  .post-type-archive-product,
  .tax-product_cat,
  .tax-product_tag {
    --shop-sidebar-w: 210px;
    --shop-section-gap: 18px;
  }
}

@media (max-width: 991.98px) {
  .woocommerce-shop,
  .post-type-archive-product,
  .tax-product_cat,
  .tax-product_tag {
    --shop-frame-x: 18px;
    --shop-frame-y: 18px;
    --shop-section-gap: 22px;
    --shop-grid-gap: 12px;
  }

  .woocommerce-shop .shop-content-grid,
  .post-type-archive-product .shop-content-grid,
  .tax-product_cat .shop-content-grid,
  .tax-product_tag .shop-content-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767.98px) {
  .woocommerce-shop,
  .post-type-archive-product,
  .tax-product_cat,
  .tax-product_tag {
    --shop-page-x: 12px;
    --shop-frame-x: 14px;
    --shop-frame-y: 16px;
    --shop-section-gap: 18px;
    --shop-grid-gap: 10px;
  }

  .woocommerce-shop .site-main,
  .post-type-archive-product .site-main,
  .tax-product_cat .site-main,
  .tax-product_tag .site-main {
    padding-top: calc(var(--site-main-offset) + 14px) !important;
    padding-bottom: 52px !important;
  }

  .woocommerce-shop .dark-shop-frame,
  .post-type-archive-product .dark-shop-frame,
  .tax-product_cat .dark-shop-frame,
  .tax-product_tag .dark-shop-frame {
    border-radius: 10px !important;
  }

  .woocommerce-shop .shop-header-bar__right,
  .post-type-archive-product .shop-header-bar__right,
  .tax-product_cat .shop-header-bar__right,
  .tax-product_tag .shop-header-bar__right {
    gap: 8px !important;
  }

  .woocommerce-shop .sidebar-panel,
  .post-type-archive-product .sidebar-panel,
  .tax-product_cat .sidebar-panel,
  .tax-product_tag .sidebar-panel {
    padding: 16px 14px !important;
  }
}

@media (max-width: 575.98px) {
  .woocommerce-shop,
  .post-type-archive-product,
  .tax-product_cat,
  .tax-product_tag {
    --shop-page-x: 10px;
    --shop-frame-x: 12px;
    --shop-frame-y: 14px;
    --shop-section-gap: 16px;
  }

  .woocommerce-shop .site-main,
  .post-type-archive-product .site-main,
  .tax-product_cat .site-main,
  .tax-product_tag .site-main {
    padding-top: calc(var(--site-main-offset) + 10px) !important;
  }

  .woocommerce-shop .dark-shop-frame,
  .post-type-archive-product .dark-shop-frame,
  .tax-product_cat .dark-shop-frame,
  .tax-product_tag .dark-shop-frame {
    padding: 12px 0px !important;
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.44),
      inset 0 1px 0 rgba(242, 202, 80, 0.08) !important;
  }
}
