.products-card-continer{
    min-width: 200px;
    max-width: 220px;
    min-height: 200px;
    text-align: center;
    padding: 5px;
    box-shadow: rgba(111, 111, 111, 0.2) 0px 2px 8px 0px;
    box-sizing: border-box;
    background-color: white;
}

.products-card-continer:hover{
     border: 1px solid rgb(170, 169, 169);  
}

.pro-cards-img{
    width: 100%;
    height: 200px;
    border: 1px solid rgb(255, 255, 255);
}

.pro-cards-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ----------  Product Card Stat rating  -------------- */

.pro-card-ratings{
    font-size: 12px;
    text-align: left;
}

.pro-card-data{
    font-size: 12px;
    margin: 10px auto;
}

/* ---------- product card title css style ---------- */

.pro-card-title{
    font-weight: bold;
}

.pro-card-title a{
    text-decoration: none;
    color: black;
}

.pro-card-title a:hover{
    text-decoration: underline;
}
/* --------  Card product Modules selector dropdown css    ----------- */

.card-pro-modules-dropdown{
    margin: 10px;
}

.card-pro-modules-dropdown select{
    width: 90%;
    cursor: pointer;
    padding: 0px 5px;
}

.card-pro-modules-dropdown select:focus
{
    border: 1px solid green;
    outline: none;
}

/* ---------------  Card Product actions css style -------------- */

.products-card-section{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 10px;
    width: 100%;
}

.card-pro-actions{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    gap: 10px
}

.catd-pro-qty input{
    width: 70px;
    padding-left: 10px;
    
}

.catd-pro-qty input:focus{
    border: 2px solid green;
    outline: none;
}

.card-pro-add-to-card-btn button{
    width: 80px;
    height: 20px;
    background-color: white;
    border: 0px;
    background-color: orange;
    cursor: pointer;
    color: white;
    border-radius: 20px;
    padding: 0px 1px;
    font-size: 0.7rem;
}

.card-pro-add-to-card-btn button:hover{
    background-color: red;
}

.pro-card-brand-cats{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.pro-card-brand-cats a{
    text-decoration: none;
    color: black;
}

.pro-card-brand-cats a:hover{
    text-decoration: underline;
}

.read-more{
    display: block;
}

.view-cart-btn-link button{
    width: 100px;
    height: 20px;
    background-color: white;
    border: 0px;
    background-color: green;
    cursor: pointer;
    color: white;
}

.shop-load-more-products-tab{
    /*border: 1px solid black;*/
    margin: 10px auto;
}

@media only screen and (max-width: 600px) 
{
    .products-card-section{
        display: grid;
        grid-template-columns: auto auto;
        width: 100%;
        margin: 0px auto;
    }
    
    .products-card-continer{
        min-width: 150px;
        max-width: 180px;
    }
    
    .pro-cards-img img{
        width: 100%;
        height: 150px;
    }
    
    .pro-card-brand-cats{
        font-size: 10px;
    }
    
    .pro-card-title{
        font-size: 12px;
    }
    
}
/*
     FILE ARCHIVED ON 03:07:39 Apr 20, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:58:10 Sep 25, 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.554
  exclusion.robots: 0.066
  exclusion.robots.policy: 0.054
  esindex: 0.009
  cdx.remote: 17.901
  LoadShardBlock: 80.334 (3)
  PetaboxLoader3.datanode: 136.233 (5)
  PetaboxLoader3.resolve: 54.742 (2)
  load_resource: 127.401
  loaddict: 57.787
*/