:root {
    --primary-blue-color: #1D266B;
    --white-color: #FFFFFF;
    --black-color: #000000;
    --red-color: #CF3131;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


p {
    margin-bottom: 0rem;
}

ul {
    padding-left: 0rem;
}

h2 {
    margin-bottom: 0rem;
}


.svtm-product-slick-section {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}



.svtm-product-title {
    text-align: center;
    font-weight: 700;
    line-height: 1.6;
    color: var(--primary-blue-color);
    font-family: 'Roboto', sans-serif;
    margin-bottom: 42px;
}


.svtm-product-title>p:nth-of-type(1) {

    font-size: 20px;
    text-transform: uppercase;

}

.svtm-product-title>p:nth-of-type(2) {
    font-size: 30px;


}



.svtm-product-slick-section-wrapper{
    margin: 24px 0;
}




.svtm-product-red {
    position: absolute;
    width: 100%;
    /* height: 58px; */
    height: auto;
    top: 0;
    left: 0;

}


.svtm-product-red img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.svtm-product-image {
    position: absolute;
    /* top: 11%; */
    top: 13%;
    left: 0;
    width: 100%;
    height: 246px;
}

.svtm-product-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-fit: contain;
}


.svtm-product-blue {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 28%;
    /* height: 85px; */
}

.svtm-product-blue img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}








