/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 29 2025 | 15:11:30 */
@charset "UTF-8";
.amazon-products {
  font-size: 0.8em;
  padding: 20px 10px;
  background-color: #f3f4f6;
  border-radius: 20px;
  position: relative;
  margin: 0 0 100px;
}
.amazon-products .amazon-product-price {
  margin: 0 auto;
  font-size: 1.3em !important;
  font-weight: 600 !important;
  color: var(--wd-primary-color);
}
.amazon-products .amazon-product-price:before {
  content: "Prix: ";
  display: inline-block;
  padding-right: 5px;
  font-weight: 400;
}
.amazon-products:after {
  content: "#publicité #Amazon";
  display: inline-block;
  font-weight: 400;
  position: absolute;
  bottom: -20px;
  right: 25px;
  background-color: var(--wd-primary-color);
  color: white;
  padding: 3px 15px;
  border-radius: 10px;
}
