/*
Theme Name: Fenice Brand Child
Theme URI: https://www.FeniceBrand.com
Template: fenice
Author: ErfanMHDi
Author URI: https://www.ErfanMHDi.com
Description: Exclusive Template for Fenice Brand Project, Designed and Developed by ErfanMHDi.
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1762429439
Updated: 2025-11-06 11:43:59

*/
.onsale {
  background: #ff0000;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  padding: 10px 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

