#product-full-container {
  background: url(/images/leaf.png?dc381892a0f06945c64248c56e44548e);
  background-position: top right;
  background-repeat: no-repeat;
}

#product-action-container {
  background: #91c788;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5px 0 0 5px;
}

#product-content-container {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 0 5px 5px 0px;
}

#product-image-container img {
  border-radius: 5px;
}
