: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;
}






/* product section css */


/* 
.product-container {
   
    max-width: 227px;
    height: 100%;
    background: #F8F8FF;
    margin-bottom: 20px;
}


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

.blue-wrapper {
    background-image: url('../images/svg/blue\ wave.svg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    height: auto;
    width: 100%;

}


.product-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

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



.wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.product-details>p:nth-of-type(1) {
    font-size: 16px;
}

.product-details>p:nth-of-type(2) {
    font-size: 14px;
}

.product-details {
    max-width: 90%;
    margin: auto;
    padding-top: 25px;
    text-align: center;
    color: white;
}

@media(max-width:992px) {

    .wrapper {
        flex-wrap: wrap;
    }

} */


/* end of the product section css */

.svtmp-wrapper{
    text-align: center;
    margin-top: 32px;
    margin-bottom: 36px;
}

.svtm-product-paints-container-wrapper{
    margin-bottom: 36px !important;
}

.svtm-product-container-wrapper {
    /* position: relative; */
    max-width: 227px;
    height: 352px;
    background: linear-gradient(180deg, #CF3131 18.23%, #1D266B 76.56%);
    border-radius: 5px;
    
}

.svtm-wave-image {
    /* position: absolute;
    top: 10%; */
    width: 100%;
    height: 266px;
    background-image: url('../images/svg/wave.svg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: contain;
}



.product-image {
    width: 100%;
    height: 90%;
}

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

.svtm-product-info {
    /* position: absolute;
    bottom: 0%; */
    align-items: center;
    text-align: center;
}

.svtm-product-info p {
    color: var(--white-color);
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    text-align: center;

}

.svtm-product-name {
    font-size: 16px;
    font-weight: 700;
}

.svtm-product-details {
    font-size: 14px;
    font-weight: 400;
}

.svtm-product-container {
    margin-bottom: 12px;
}

.svtm-product-paints-container-wrapper {
    max-width: 1200px;
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    justify-content: space-between;
}

.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;


}

.explore-btn{
    /* display: block;
    width: max-content; */
    padding: 7px 22px;
    background: var(--primary-blue-color);
    color: var(--white-color);
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    border: 2px solid var(--primary-blue-color);
    border-radius: 2px;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
}



@media(max-width:992px) {
    .svtm-product-paints-container-wrapper {
        flex-wrap: wrap;
    }
}



