         .call-us-box{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #000;      /* gold color */
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.call-us-box i{
    font-size: 18px;
}

.call_btn{justify-content: start;
  display: flex;}
         .quantity-input[type="number"] {
         -moz-appearance: textfield;
         }
         .product-quantity-control button {
         width: 32px;
         height: 32px;
         font-size: 20px;
         font-weight: bold;
         border: none;
         background-color: #000;
         color: #FFD700;
         cursor: pointer;
         border-radius: 4px;
         transition: background-color 0.2s ease;
         }
         .product-quantity-control {
         display: flex;
         align-items: center;
         }
         .icon-brand-armstrong{height:40px;}
         .PP_tags{justify-content: space-between;}
         .product-price {
         font-weight: 600;
         margin-right: 8px;
         }
       .stock-tag {
    background: #FB4444;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bold;
    padding: 8px 25px 5px 25px;
    border-radius: 4px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
         .product-card { background: white; border-radius: 16px; display: flex;  flex-wrap: wrap; height: calc(100% - 24px); margin-bottom: 24px; overflow: hidden; position: relative; text-decoration: none; } 
         .product-card__media { position: relative; max-width: 100%; aspect-ratio: 1 / 1; margin: 12px 12px 10px; height: 300px;} 
         .product-card__media .product-card__image { width: 100%; height: auto; object-fit: cover; display: block; max-width: 100%; } 
         .product-card__info { flex: 1; margin: 0 12px; padding: 20px 12px 0; border-top: 1px solid #e9e9e9; } 
         .product-card__info h2{font-weight: 900; text-transform: uppercase;margin-bottom: 10px;line-height: 1.5;font-size: 15px;color: #212322} 
         .product-card__footer { padding: 10px 24px 24px;z-index: 1;width: 100%; } 
         .cart-box { text-align: center; } 
         .add-to-cart { display: block; width: 100%; padding: 12px; border: none; border-radius: 6px; color: #111; font-size: 14px; font-weight: 900; text-transform: uppercase; cursor: pointer; background-color: #FFD700; } 
         .add-to-cart:hover { background: #000;color:#fff; } 
         .icon-brand-armstrong img{width: 100px;} 
         .quantity-control { display: flex; align-items: center; } 
         .quantity-control input {
         width: 100% !important;
         }
         .quantity-control button { width: 32px; height: 32px; font-size: 20px; font-weight: bold; border: none; background-color: #1976d2; color: white; cursor: pointer; border-radius: 4px; transition: background-color 0.2s ease;display: flex;
         justify-content: center;
         align-items: center; } 
         .quantity-control button:hover { background-color: #125aa3; } 
         .quantity-input { width: 100%; text-align: center; font-size: 16px; padding: 5px; border: 1px solid #ccc; border-radius: 4px; } 
         .brand_heading_2{ font-family: "Anton", sans-serif; font-size: 50px; text-transform: uppercase;} 
         a{text-decoration: none;}
         .p_name{height: 60px;}