.product-div {

            padding: 10px 65px;
        }
        .product2-div {
            width: 330px;

            padding: 5px 60px;
            display: inline-block;
        }

        .alignRow {
            align-items: center;
        }
        .border {
            border: 2px solid black;
        }

        .slider-div {
            width: 25%;
            height: 150px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
        }

        .slick-arrow {
            -webkit-text-fill-color: grey;
        }

        .card-product-link {
            position: absolute;
            top: 0;
            left:0;
            margin: 10px -15px -10px 15px;
            width: calc(100% - 30px);
            height: calc(100% - 20px);
        }
        
        .category-search-link {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }