
:root {
    /* color */
    --primary_color: #333333;
    --secondary_color: #FFFFFF;
    --color_one: #CCCCCC;
    --color_two: #3371F2;
    /* Font */
    --primary_font-family: 'Raleway', sans-serif;
    --secondary_font-family: 'Roboto', sans-serif;
}

/* Style */

.d2c_product_grid_wrapper {
    padding: 100px 0px;
}
.d2c_product_grid_wrapper .d2c_heading {
    font-family: var(--primary_font-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    color: var(--primary_color);
    margin-bottom: 20px;
}
.d2c_product_grid_wrapper .d2c_img_wrapper {
    width: 100%;
    height: 400px;
    position: relative;
}
.d2c_product_grid_wrapper .d2c_img_wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.d2c_product_grid_wrapper .d2c_img_wrapper .d2c_card_wrapper {
    width: 100%;
    padding: 0px 30px 40px;
    position: absolute;
    inset: 0;
    background: linear-gradient(352.38deg, #000000 5.55%, rgba(0, 0, 0, 0) 59.71%);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.d2c_product_grid_wrapper .d2c_img_wrapper .d2c_card_wrapper .d2c_date {
    font-family: var(--secondary_font-family);
    font-weight: 400;
    font-size: 14px;
    color: var(--secondary_color);
}
.d2c_product_grid_wrapper .d2c_img_wrapper .d2c_card_wrapper .d2c_title {
    font-family: var(--primary_font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: var(--secondary_color);
}
.d2c_product_grid_wrapper .d2c_img_wrapper .d2c_card_wrapper .d2c_content {
    font-family: var(--secondary_font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--secondary_color);
}
.d2c_product_grid_wrapper .d2c_img_wrapper .d2c_card_wrapper .d2c_btn {
    font-family: var(--secondary_font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--secondary_color);
    text-decoration: none;
}
.d2c_product_grid_wrapper .d2c_img_wrapper .d2c_card_wrapper .d2c_icon_wrapper i {
    font-size: 18px;
    color: var(--secondary_color);
    padding-left: 20px;
}
/* Slider */
.d2c_product_grid_wrapper .slick-slide {
    padding: 50px 20px;
}
.d2c_product_grid_wrapper .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 10px;
    background: var(--color_one);
    transition: .4s all ease;
    display: inline-block;
}
.d2c_product_grid_wrapper .slick-dots li.slick-active  {
    background: var(--color_two);
}
.d2c_product_grid_wrapper .slick-dots li button:before {
    content: '';
}
.d2c_product_grid_wrapper .slick-dots li.slick-active .d2c_content {
    background: var(--primary_color);
    transition: .4s all ease;
}
.slick-slide.slick-active.slick-center {
    transform: scale(1.1);
    transition: all ease 0.4s;
}
.slick-slide.slick-active {
    transition: all ease 0.4s;
}



/* 
    KIT Name: 10+ Product Grid - Bootstrap Bundle
    Product URL: https://www.designtocodes.com/product/10-product-grid-section-html-web-ui-kits-html-components
    Product Description: The Product Grid kit is made of all the basic elements you need to create a stunning website, from the start.
    Author: designtocodes.com
    Author URL: https://www.designtocodes.com/
*/