/* Keep shop content consistently below the fixed header. */
.woocommerce-shop .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main {
  padding-top: 80px !important;
}

.woocommerce-shop #primary,
.post-type-archive-product #primary,
.tax-product_cat #primary,
.tax-product_tag #primary,
.woocommerce-cart #primary,
.woocommerce-shop #main,
.post-type-archive-product #main,
.tax-product_cat #main,
.tax-product_tag #main,
.woocommerce-cart #main {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !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 {
  padding-top: clamp(14px, 1.6vw, 22px) !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-top: clamp(18px, 2vw, 28px) !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 {
  display: none;
}

.woocommerce-shop .shop-header-bar,
.post-type-archive-product .shop-header-bar,
.tax-product_cat .shop-header-bar,
.tax-product_tag .shop-header-bar {
  margin-bottom: clamp(18px, 2vw, 28px);
}

.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: clamp(14px, 1.4vw, 20px) !important;
}

.woocommerce-shop .dark-product-card__image-wrap,
.post-type-archive-product .dark-product-card__image-wrap,
.tax-product_cat .dark-product-card__image-wrap,
.tax-product_tag .dark-product-card__image-wrap {
  margin: 0 !important;
  width: 100% !important;
}

.woocommerce-shop .dark-product-card,
.woocommerce ul.products li.product .dark-product-card,
.post-type-archive-product .dark-product-card,
.tax-product_cat .dark-product-card,
.tax-product_tag .dark-product-card {
  padding: 0 !important;
}

.woocommerce-shop .dark-product-card__image,
.woocommerce-shop .dark-product-card__hover-image,
.post-type-archive-product .dark-product-card__image,
.post-type-archive-product .dark-product-card__hover-image,
.tax-product_cat .dark-product-card__image,
.tax-product_cat .dark-product-card__hover-image,
.tax-product_tag .dark-product-card__image,
.tax-product_tag .dark-product-card__hover-image {
  transform: scale(1.24) !important;
}

.woocommerce-shop .dark-product-card:hover .dark-product-card__image,
.post-type-archive-product .dark-product-card:hover .dark-product-card__image,
.tax-product_cat .dark-product-card:hover .dark-product-card__image,
.tax-product_tag .dark-product-card:hover .dark-product-card__image,
.woocommerce-shop .dark-product-card.has-category-hover-image:hover .dark-product-card__hover-image,
.post-type-archive-product .dark-product-card.has-category-hover-image:hover .dark-product-card__hover-image,
.tax-product_cat .dark-product-card.has-category-hover-image:hover .dark-product-card__hover-image,
.tax-product_tag .dark-product-card.has-category-hover-image:hover .dark-product-card__hover-image {
  transform: scale(1.28) !important;
}

.woocommerce-shop .dark-product-card__body,
.post-type-archive-product .dark-product-card__body,
.tax-product_cat .dark-product-card__body,
.tax-product_tag .dark-product-card__body {
  padding: 8px 8px 10px !important;
}
