/*
Theme Name:         Karel Clean
Theme URI:          https://karelclean.nl
Description:        Custom WP Theme Karel Clean
Version:            1.1.2
Author:             Dtch. Digitals
Author URI:         https://dtchdigitals.com
Text Domain:        karelclean

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/
.extra_cat_description{
    margin-top: 30px;
}
a.extra_cat_description_more {
    margin-bottom: 30px;
    display: block;
    opacity: 0;
}
#extra_cat_description{
    position: relative;
    bottom:150px;
}

.sales-label {display:none !important;}

.woocommerce ul.products li.product .product-inner .product-label {
    background: #F7A708 !important;
}

/* Desktop sticky header (also in main.css — kept here because dist/ is not deployed via git) */
@media (min-width: 992px) {
  .navbar-wrap {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 2000 !important;
    width: 100% !important;
    background: #fff;
  }

  .admin-bar .navbar-wrap {
    top: 32px !important;
  }

  .navbar-wrap-spacer {
    display: block;
    width: 100%;
    pointer-events: none;
  }
}

.sticky-element-placeholder {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}