:root{
    --bg-primary-purple: #ecb3ac;
    --text-primary-purple: #ecb3ac;
    --text-secondary-yellow: #deb683;
    --text-gray: #505050;
    --bg-gray: #f6f6f6;
}

html, body {
    overflow-x: hidden;
}
body{
    list-style: none;
}

*{
    font-family: "sweet-sans-pro", sans-serif;
}
a{
    text-decoration: none;
}


.nav-link.active{
    color: var(--text-primary-purple)!important;
}
.nav-link:hover{
    color: var(--text-primary-purple)!important;
}


.footer-img{
    width: 40%;
    object-fit: contain;
    max-width: 150px;
}

.bg-primary-purple{background-color: var(--bg-primary-purple)!important;}
.primary-purple-text{color: var(--text-primary-purple)!important;}
.secondary-yellow-text{color: var(--text-secondary-yellow)!important;}
.bg-gray{ background-color: var(--bg-gray)!important; }
.text-primary-gray{ color: var(--text-gray)!important; }

.img-1-6{
    aspect-ratio: 1.6;
    object-fit: cover;
    object-position: center
}

.main-bg{
    height: 60vh;
    width: 100%;
    object-position: center;
    object-fit: cover;
}
.card-img{
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 2;
}

.line-limiter{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow:hidden;

}

.blogs-container{
    padding: 50px 0;
}
.card-col{
    margin: 20px 0;
}
.footer-horizontal-seperator{
    padding-top: 20px;
    border-top: 0.1px solid white;
    opacity: 0.5;
}


.tbse-0{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.center-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-filter-menu:hover{
    cursor: pointer;
}


.fs-10{ font-size: 10px; }
.fs-12{ font-size: 12px; }
.fs-14{ font-size: 14px; }
.fs-16{ font-size: 16px; }
.fs-18{ font-size: 18px; }
.fs-20{ font-size: 20px; }
.fs-22{ font-size: 22px; }
.fs-24{ font-size: 24px; }
.fs-26{ font-size: 26px; }
.fs-28{ font-size: 28px; }
.fs-30{ font-size: 30px; }
.fs-40{ font-size: 40px; }
.fs-50{ font-size: 50px; }


.h-px-50{ height: 50px; }
.h-px-75{ height: 75px; }
.h-px-100{ height: 100px; }
.h-px-150{ height: 150px; }
.h-px-200{ height: 200px; }
.h-px-250{ height: 250px; }
.h-px-300{ height: 300px; }
.h-px-400{ height: 4000px; }


.icon-15{ width: 15px; height: 15px;}
.icon-20{ width: 20px; height: 15px; }
.icon-25{ width: 25px; height: 15px; }
.icon-30{ width: 30px; height: 15px; }

.line-height-1-5{ line-height: 1.5}
.line-height-1-7{ line-height: 1.7}


.pe-10{ padding-right: 10px}

.mb-6{ margin-bottom: 7.5rem!important; }

@media screen and (min-width: 992px) {
    .pe-md-150{ padding-right: 150px!important;}
}



.font-weight-300{ font-weight: 300!important;}
.font-weight-400{ font-weight: 400!important;}
.font-weight-500{ font-weight: 500!important;}
.font-weight-600{ font-weight: 600!important;}
.font-weight-700{ font-weight: 700!important;}
.font-weight-800{ font-weight: 800!important;}
.font-weight-900{ font-weight: 900!important;}
