/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/* BBUK shop archive: match product category listing width */
@media (min-width: 1025px) {
  body.post-type-archive-product.woocommerce-shop .shop-loop-head,
  body.post-type-archive-product.woocommerce-shop .wd-products-element {
    width: 80vw !important;
    max-width: 80vw !important;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
@media (max-width: 1024px) {
  body.post-type-archive-product.woocommerce-shop .shop-loop-head,
  body.post-type-archive-product.woocommerce-shop .wd-products-element {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
  }
}

/* BBUK mobile sticky header: keep the top menu visible while scrolling down */
@media (max-width: 1024px) {
  .whb-scroll-stick.whb-scroll-down .whb-main-header,
  .whb-scroll-stick.whb-scroll-up .whb-main-header,
  .whb-scroll-slide.whb-hide-on-scroll.whb-sticked .whb-main-header,
  .whb-scroll-slide.whb-hide-on-scroll.whb-scroll-up .whb-main-header,
  .whb-clone.whb-hide-on-scroll {
    transform: none !important;
  }
}

/* BBUK cookie consent: hide the re-consent floating icon after Accept/Reject while keeping the first consent banner available. */
.cookieadmin_re_consent {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

