/*Flip image start -----*/
.product-card-shop img {perspective: 1000px;transition: transform 0.6s ease;}
.home-products .product-card-shop:hover img {transform: rotateY(180deg);}
/*Flip image end -----*/

/*Stylish title start -----*/
section .section-title{font-size:3em;line-height:normal;flex-direction: row;}
section .section-title span{display:inline;height:14px;background:transparent;border-top:6px double var(--secondary);border-bottom:6px double var(--secondary);top:9px;}
@media(max-width: 480px){section .section-title {font-size: 2em;} section .section-title span{top:3px;}}
/*Stylish title end -----*/

.product-card-sale-badge{
  background: linear-gradient(
    90deg,
    #ff006e 0%,
    #ff2d55 12%,
    #ff5a3d 25%,
    #ff8c42 38%,
    #ffd166 50%,
    #00c6ff 62%,
    #3b82f6 74%,
    #8b5cf6 88%,
    #e84393 100%
) !important;
}
