/*
Theme Name: HaardhoutStunt Theme
Template: astra
Version: 1.0
*/

.ast-on-card-button.ast-onsale-card {
    visibility: hidden;
}

.ast-on-card-button.ast-onsale-card::after {
    content: "ACTIE!";
    visibility: visible;
    position: absolute;
		border-radius: 15px;
    top: 0;
    left: 0;
    width: 100%; 
    text-align: center;
    color: #ffffff; 
    background-color: #ff5722;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

#ast-mobile-header .ast-woo-header-cart-info-wrap{
	display: none;
}

.ast-main-header-wrap > .main-header-bar {
  transition: background-color 0.3s ease;
}
.scrolled .ast-main-header-wrap > .main-header-bar{ 
     background-color: rgba(255, 255, 255, 1)!important;
}


#content{ padding-top: 133px; }
body.ast-theme-transparent-header #content{ padding-top: 36px; }

.ast-woo-shop-archive .ast-woocommerce-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ast-theme-transparent-header #masthead,
#masthead{
	position: fixed;
	left: 0;
	right: 0;
}

.top-bar-usp-2{ margin: 0 64px; }
.top-bar-usp.last { margin-right: 0; }
@media (max-width: 720px) {
	.top-bar-usp-3{ display: none; }
}
@media (max-width: 570px) {
	.top-bar-usp-2{ display: none; }
}

.btn-contact-floating {
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  box-shadow: 4px 4px 6px rgba(0,0,0,0.2);
  border: none!important;
  z-index: 9999;
  display: inline-block;
}

.btn-contact-floating:focus,
.btn-contact-floating:focus-visible{
	outline: none!important;
	outline-style: none!important;
}

.btn-contact-floating img {
  width: 64px;
  height: 64px;
  transition: transform 0.2s;
}

.btn-contact-floating img:hover {
  transform: scale(1.1);
}

.webwinkelkeur-rich-snippet{ display: none; }