@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
  
:root {
	--light-blue: #e4ecf6;
  --blue: #AEBC35;
  --darkblue: #089BD7;
  --orange: #E72E36;
  --yellow: #F0B000;
  --blue-button: #089BD7;
  --blue-border: #55a9d8;
  --green: #2598dd;
  --green-cta: #2ab955;
  --white: #fff;
  --black: #000;
  --grey: #999;
  --medgrey: #ccc;
  --lightgrey: #f5f5f5;
  --border-grey: #e6e6e6;
  --red: #e40421;
  --red-hover: #ed1c2f;
  --border-Radius: 15%;
  
  --font-def: 'Open Sans';
  --font-sec: 'Open Sans';
  
  --js-cart-counter: "0";
}
  
 /* Default styles */
html,
body {
	color:  #000000;
  font-family: "Open Sans"; 
  font-size: 17px !important;
  scroll-behavior: smooth;
}

h1,h2,h3,h4,h5,h6 { 
  color: #141932;
  font-weight: 700;
  font-family: "Open Sans";
}

#formNewsletter .btn.btn--primary.col-content {
  font-family: inherit;
}

/* Header */
header #header-main > .container a.main-header__logo img {
  width: 140px;
  max-height: 63px;
  object-fit: contain;
  object-position: left;
}

/* Product card */
.js-product .text-component .product__price--old, div.prod-card .prod-card-content .product-footer .price-container span.sale-price,
.js-product .text-component .product__price, .price-container .normal-price {
  font-family: inherit;
}

#header-usp-bar {
	display:none ! important;
}