
    .new_cards{
        padding: 50px 0;
        cursor: pointer;
    }
    .new_card_box{
        border: 1px solid rgba(0,0,0,0.2);
        border-radius: 10px;
        padding: 20px 0;
        position: relative;
        transition: 0.5s;
        margin: 20px auto;
    }
    .card_image_new{
        position: relative;
        height: 200px;
    }
    .card_image_new img{
        height: 90%;
        width: 100%;
        margin: 5% 0;
        object-fit: contain;
    }
    .image2{
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .new_card_box:hover .image2{
        z-index: 9999;
        animation: 0.3s fadein linear;
    }
    .new_card_box:hover{
        border: 1px solid #FF7A01;
        transform: scale(1.01,1.01);
        box-shadow: 0 0 20px rgba(255, 122, 1,0.5);
    }
    @keyframes fadein{
        0%{
            opacity:0;
            transform:scale(0.9,0.9);
        }
        100%{
            opacity:1;
            transform:scale(1,1);
        }
    }
    @keyframes zoomin{
        0%{
            opacity:0;
            transform:scale(0.5,0.5);
        }
        100%{
            opacity:1;
            transform:scale(1,1);
        }
    }
    .disc_minus{
        position: absolute;
        left: 10px;
        top: 10px;
        background-color: #FF7A01;
        color: #fff;
        font-size: 12px;
        padding: 5px 8px;
        transform: skew(-15deg);
        border-radius: 5px;
    }
    .new_card_name{
        font-size: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-family: 'Poppins',sans-serif;
        padding: 10px 0;
    }
    .new_card_name a{
        text-decoration: none;
        color: rgba(0,0,0,0.9);
    }
    .card_cat{
        font-size: 12px;
        color: #008148;
        font-family: 'Poppins',sans-serif;
        text-transform: uppercase;
        font-weight: bold;
    }
    .new_card_box .famnt{
        color: #b61411;
        font-family: 'Poppins', sans-serif;
    }
    .new_card_box .price{
        float: left;
        padding-left: 15px;
    }
    .floated_icons{
        list-style-type: none;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 9999999;
    }
    .floated_icons li{
        height: 35px;
        width: 35px;
        margin-bottom: 10px;
        border-radius: 50%;
        background-color: #E9E9E9;
        display: none;
        cursor: pointer;
    }
    .floated_icons li i{
        line-height: 35px;
        padding-left: 10px;
        color: rgba(0,0,0,0.9);
    }
    .star_price{
        position: relative;
        height: 50px;
    }
    .add_cart{
        position: absolute;
        top: 8px;
        left: 0;
        z-index: -1;
        opacity: 0;
        cursor: pointer;
    }
    .new_card_box:hover .floated_icons li{
        display: block;
        animation: 0.4s zoomin linear; 
    }
    
    .new_card_box:hover .add_cart{
        animation: 0.3s fadedown linear;
        animation-fill-mode: forwards;
    }
    .new_card_box:hover .star_price_div{
        visibility: hidden;
    }
    @keyframes fadedown{
        0%{
            opacity:0;
            transform:scale(0.8,0.8);
        }
        100%{
            opacity:1;
            transform:scale(1,1);
            z-index:99999;
        }
    }
    .add_cart{
        border: 0;
        background-color: #FF7A01;
        border-radius: 10px;
        color: #fff;
        padding: 10px 0;
        width: 100%;
    }
    .longCard .card_image_new{
        width: 200px;
        height: 200px;
    }
    .longCard .rightCard{
        width: calc(100% - 200px);
        float: left;
    }
    .longCard .mainCon{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .new_card_box .longDesc{
        display: none;
    }
    .longCard .longDesc{
        width: 100%;
        display: block;
        overflow: hidden;
        font-size: 12px;
        color: rgba(0,0,0,0.6);
    }
    .longCard .star_price_div{
        width: 100%;
        overflow: hidden;
    }
    .longCard .longDesc ul{
        list-style: none;
    }
    .longCard .longDesc ul li{
        display: flex;
        align-items: center;
        padding: 5px 0;
    }
    .longCard .new_card_name{
        white-space: normal;
    }
    .longCard .star_price{
        height: auto;
    }
    .longCard .add_to_cart{
        display: none!important;
    }
    .longCard .star_price_div{
        padding: 10px 0;
    }
    .longCard:hover .star_price_div{
        visibility: visible!important;
    }
/*
     FILE ARCHIVED ON 16:27:48 Mar 10, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:01:22 Feb 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.608
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.008
  esindex: 0.011
  cdx.remote: 54.552
  LoadShardBlock: 100.394 (3)
  PetaboxLoader3.datanode: 160.381 (4)
  load_resource: 62.101
*/