.product_wrapper{
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.product_wrapper .pw-desc .pd-title{
  font-family: "Antonio", 'Myriad Pro', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--bs-primary);
}
.page-section.product-category-section{
  padding: 0;
}
.page-section.product-category-section > .container{
  padding-block: 3rem;
}
.page-section.product-category-section + .page-section.product-category-section > .container{
  border-top: 4px dashed white;
}
.product-category-card{
  text-align: center;
  position: relative;
  /* border-radius: 1rem; */
  /* transform: perspective(1000px) rotateY(-28deg) rotateX(12deg); */
}
.product-category-card::before{
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background-color: #fff;
  border-radius: 1rem;
  /* transform: perspective(1000px) rotateY(-28deg) rotateX(12deg); */
}
.product-category-card.bc-reverse{
  /* transform: perspective(1000px) rotateY(28deg) rotateX(-12deg); */
}
.product-category-card .product-category-content{
  padding: .5rem 2rem 2rem;
  color: var(--bs-primary);
  font-weight: normal;
  /* transform: perspective(1000px) rotateY(28deg) rotateX(12deg); */
}
.product-category-card .product-category-content .pc-title{
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.product-category-card.bc-reverse .product-category-content{
  /* transform: perspective(1000px) rotateY(-28deg) rotateX(-12deg); */
}
.product_wrapper .pw-thumbnail{
  padding: 0.5rem;
}