    /* product card */  
   .uzazi-product-card {
    float: left;
    overflow: hidden;
    aspect-ratio: 1/1;
  }
  
  .uzazi-product-card>div{
    height: 100%;
  }
  .uzazi-product-card>div .uzazi-product-card-image{
    display: block;
    aspect-ratio: 1/1;
    object-fit: cover;
    max-height: 100%;
    overflow: hidden;
  }
  
  
  .uzazi-product-card .product-checkout{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  

  
  .uzazi-product-card .product-price {
    max-width: 90% !important;
    flex-grow: 1;
    overflow: hidden;
    font-size: unset;
  }

  .product-regular-price-content {
    line-height:normal;
   /* padding-top: 5px; */
  }
  .product-regular-price-content *{
   font-size: 1.5rem;
   line-height: normal;
   color: #F492BB;
  }
  
  
  .uzazi-product-card .product-price .woocommerce-Price-amount.amount,  
  .uzazi-product-card .product-price .woocommerce-Price-currencySymbol ,
  .uzazi-product-card .product-price bdi
  {
    font-weight: bold;
    font-size: 2rem !important;
  }

  .uzazi-product-card .product-price span {
    font-size: unset !important;
  }

  .uzazi-product-card .uzazi-product-title{
        overflow: hidden;
        text-overflow: ellipsis;
        /* text-wrap: nowrap;   */
        font-size: 1.4rem;
        /* padding-top: 5px; */
  }
  .uzazi-product-card .uzazi-product-title a{
    line-height: normal;    
    font-weight: normal;
    font-size: 1.5rem;
    max-width: 100%;
    line-height: normal;
  }
  .uzazi-product-card  .add-to-cart-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2A084A;

    aspect-ratio: 1/1;
    border-radius: 50%;
  }
  
  .uzazi-product-card  .add-to-cart-img{
    aspect-ratio: 1/1;
    object-fit: contain;
    color:#F492BB;
  }
  
  
  
  .half-border {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 2px solid #F492BB8F;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
  }
  
  
  .top-border-gap {
    position: absolute;
    top: -2px;
    width: 60%; /* Width of the gap */
    height: 2px; /* Height matching the border size */
    background-color: white; /* Match the background color to hide the border */
    z-index: 1; /* Ensure it's on top of the border */
  }
  
  .products.oceanwp-row, .row.row-cols-1.row-cols-sm-2.row-cols-md-3.row-cols-lg-5 {
    container-type:  inline-size;
  }
  
  .owp-floating-bar .amount, .owp-floating-bar .quantity .qty {
      color: #fff !important;
  }


  /* Hover effects */
  .uzazi-product-card-container:hover .image-box{
    height: unset;
    width: 100% !important;
  }


  .uzazi-product-card-container:hover  .uzazi-product-title a{
    color: #F492BB;
  }
  
  .uzazi-product-card-container:hover .amount{
    color: #F492BB !important;
  }
  

  .store-card{
    border-radius: 12px;
    border: 0.34rem solid rgba(244, 146, 187, 1);

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
  .store-card .store-card-container{
    aspect-ratio: 1/1;
  }


  @media only screen and  (max-width: 1200px){ 
    .uzazi-product-card .product-price .woocommerce-Price-amount.amount,  
    .uzazi-product-card .product-price .woocommerce-Price-currencySymbol ,
    .uzazi-product-card .product-price bdi
    {
      font-size: 1.5rem !important;
    }
  
  }

  
  @media screen and (min-width:1000px) and (max-width:1100px) {
    .row-cols-mdlg-4>*{
      flex: 0 0 auto;
      width: 25%;
    }
  }
  
  
  @media only screen and (max-width: 900px) {
  
    .uzazi-product-card .product-price .woocommerce-Price-amount.amount,  
    .uzazi-product-card .product-price .woocommerce-Price-currencySymbol ,
    .uzazi-product-card .product-price bdi
    {
      font-size: 1.5rem !important;
    }
  }
  
  
  
  @media only screen and (max-width: 440px) {

  }

  @media only screen and (max-width: 330px) {

  }