/* Stylesheet */

#page-header {
  background: url(/content/image/Ainsworths/flower-left.webp) top left no-repeat, url(/content/image/Ainsworths/flower-right.webp) top right no-repeat, url(/content/image/Ainsworths/flower-center.webp) top center no-repeat;
}

.letterspacing-2 {
  letter-spacing: 2px; 
}

/*h1,h2,h3,h4,h5,h6 {
  font-style: italic;
  font-weight: bold;
}*/

.flip-card-back {
  background-image: url('/content/image/Theme/flower-white.webp');
  background-position: bottom left;
  background-repeat: no-repeat;
}

.flip-card-text {
  display: -webkit-box;
  -webkit-line-clamp:6;
  line-clamp: 6;
  overflow: hidden;  
}

.featured .flip-card-front:after {
  clip-path: circle(100% at 100% 0%);
  content: 'Featured';
  background: var(--primary);
  color: #fff;
  height: 125px;
  width: 125px;
  top: 0;
  right: 0;  
  position: absolute;
  padding-top: 35px;
  text-align: right;
  padding-right: 20px;
  font-weight: bold;
  border-top-right-radius: 10px;
  z-index: 5;
}