@import url('https://fonts.googleapis.com/css2?family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
.v1-featured-products .card-img-top
{
    height:250px !important;
    object-fit: contain;
}
.v1-featured-products .card-img-div
{
    height:250px !important;
}
.v1-featured-products a{
    height:250px !important;
}
.v1-featured-products h6{
    font-family: "Exo 2", serif !important;
}
.v2-featured-products .product-thumbs .card {
    --bs-card-bg: #000;
    font-family: "Inria Sans", serif;
}
.v2-featured-products .product-img-div{
    height:270px !important;
}
.v2-featured-products  .card-img-top {
    transition: all .3s ease-out;
    height:270px !important;
    object-fit: contain;
    
}

.v2-featured-products .product-thumbs .card:hover .card-img-top {
    transform: scale(1.4) translate(0%, 30%);
}

.v2-featured-products .product-thumbs .card:hover .v2-heading-description h1 {
    opacity: 1;
}

.v2-featured-products .v2-featured-product-text-heading {
    position: relative;
}

.v2-featured-products .v2-featured-product-text-heading-div .v2-featured-product-text-heading h1 {
    color: #ffffff;
    font-size: 17px;
    transition: .3s ease-in-out all;
    margin: 0 !important;
    padding-right: 10px;
   
}

.v2-featured-products .v2-heading-description {
    color: white;
    position: absolute;
    top: 50px;
    width: 100%;
    padding-right: 10px;
}

.v2-featured-products .v2-heading-description .v2-heading-description-h1 {
    font-size: 10px !important;
    transition: .5s all ease-in-out;
    opacity: 0;
}

.v2-featured-products .v2-featured-product-text-heading-div {
    display: flex;
    justify-content: space-between;

}

.v2-featured-products .overflow-hidden {
    overflow: hidden;
}

.v2-featured-products .v2-price-div {
    background-color: white;
    width: 40px;
    height: 40px;
    background-position-x: right;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 7px rgb(155, 155, 155);
    position: relative;
}

.v2-featured-products .v2-price-div h1 {
    text-shadow: 0px 0px 8px rgb(153, 0, 0);
    font-size: 17px;
    font-weight: 700;
    margin: 0 !important;
    color: rgb(210, 8, 8);
    /* -webkit-text-stroke: .3px black; */
    /* mix-blend-mode: difference; */
}


.v3-featured-products .card {
    width: 300px;
    border-radius: 24px;
    border: none;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
    position: relative;
    padding: 0;
    transition: .3s all ease;
}

.v3-featured-products .card:hover .v3-price-badge {
    top: 10px;
    right: 10px;
}
.v3-featured-products .owl-carousel .owl-stage-outer{
    height:450px !important;
}

.v3-featured-products .card:hover .v3-price-badge-text::before {
    border-radius: 20px;
    font-family: 'Lato', sans-serif;
}

.v3-featured-products .card:hover .v3-product-img {

    transform: scale(1.2) translateY(15px);

}



.v3-featured-products .v3-price-badge {
    position: absolute;
    top: 0px;

    transition: .3s all ease;
    right: 0px;
    /* background: linear-gradient(to right, #7742E6, #B442E6); */
}


.v3-featured-products .v3-price-badge .v3-price-badge-text {
    font-family: 'Lato', sans-serif;
    color: white;
    position: relative;
    padding: 9px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
    transition: .3s all ease;

}

.v3-featured-products .v3-price-badge .v3-price-badge-text::before {
    position: absolute;
    background: linear-gradient(to right, #7742E6, #B442E6);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: "";
    z-index: -10;
    border-radius: 20px 0px 0px 20px;
    transform: rotate(-45deg);
}

.v3-featured-products .v3-stars {
    text-align: center;
    margin-bottom: 10px;
}
.starRating svg
{
    margin-right: 3px !important;
}
.v3-featured-products .v3-stars svg {
    margin-right: 3px;
}
.v4-stars-div
{
    text-align: center !important;
}

.v3-featured-products .v3-stars svg .v3-star-disabled {
    fill: #C5B292;
}


.v3-featured-products .v3-product-img-div {
    height: 280px;
    width: 100%;
    overflow: hidden;
}

.v3-featured-products .v3-product-img {
    width: 100%;
    height: 280px !important;
    object-fit: contain;
    transition: .3s all ease;
    object-position: center;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.v3-featured-products .card-body {
    padding: 15px 0px;
    background: white;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.v3-featured-products .v3-product-title {
    color: #0A2640;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-family: "Exo 2", serif !important;
    padding-left:5px;
    padding-right:5px;
}

.v3-featured-products .v3-order-btn {
    color: rgb(255, 255, 255);
    border: none;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    font-family: 'Lato', sans-serif;
    position: relative;
    display: block;
    z-index: 20;
    cursor: pointer;
}

.v3-featured-products .v3-order-btn:hover::before {

    background: linear-gradient(to left, #7742E6, #B442E6);
}

.v3-featured-products .v3-order-btn::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #7742E6, #B442E6);
    top: 0;
    left: 0;
    content: "";
    z-index: -10;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25);
}

.v3-featured-products .v3-decorative-lines {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 60px;
}

.v3-featured-products .v3-line {
    position: absolute;
    height: 6px;
    /* background: #B442E6; */
    transform: rotate(28deg);
    border-radius: 3px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.v3-featured-products .v3-line:nth-child(1) {
    width: 60px;
    bottom: 0;
    right: 0;
    background: #B624AD;
    /* opacity: 0.8; */
}

.v3-featured-products .v3-line:nth-child(2) {
    width: 40px;
    bottom: 12px;
    right: -5px;
    /* opacity: 0.6; */
    background: #D4D4D4;
}

.v3-featured-products .v3-line:nth-child(3) {
    width: 48px;
    background: #C609AD;
    bottom: 37px;
    right: -10px;
    /* opacity: 0.4; */
}

.v4-featured-products .card {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease;
    --bs-card-border-radius: 20px 20px 0px 0px;
}


.v4-featured-products .card:hover .v4-current-price::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.v4-featured-products .card:hover .v4-product-image {
    padding: 8px 10px;
}

.v4-featured-products .card:hover .v4-product-image img {
    border-radius: 14px;
}

.v4-featured-products .card:hover .v4-product-name {
    letter-spacing: 1px;
}

.v4-featured-products .v4-product-card {
    max-width: 300px;
    padding: 20px;
    margin: 20px auto;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.v4-featured-products .v4-product-image {
    transition: all 0.5s ease;
    border-radius: 8px;
    padding:0px;
    height: 280px !important;
}

.v4-featured-products .v4-product-image img {
    transition: all 0.5s ease;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: top left;
}

.v4-featured-products .v4-product-name {
    font-size: 16px;
    margin-bottom: 4px;
    text-align: center;
    font-weight: 500;
    font-family: "Exo 2", serif;
    transition: all 0.5s ease;
    padding-left:5px;
    padding-right:5px;
}

.v4-featured-products .v4-product-name span:first-child {
    color: var(--purple);
    font-weight: bold;
}

.v4-featured-products .v4-product-description {
    color: #666;
    font-size: 12px;
    text-align: center;
    width: 80%;
    font-family: "Inria Sans", serif;
    margin: 0 auto;
}

.v4-featured-products .v4-price-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.v4-featured-products .v4-original-price {
    color: red;
    text-decoration: line-through;
    font-size: 12px;
    font-family: "Inria Sans", serif;
    font-weight: bold;
}

.v4-featured-products .v4-current-price {
    color: black;
    font-size: 23px;
    font-weight: bold;
    position: relative;
    font-family: "Inria Sans", serif;
    letter-spacing: -1px;
    z-index: 10;
}

.v4-featured-products .v4-current-price::after {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    background: url(../images/featured-products/v4-price-bg-star-red.svg) center center/cover;
    border-radius: 50%;

    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
    z-index: -1;
}

.v4-featured-products .v4-stars {
    color: #ffd700;
    font-size: 20px;
    text-align: center;
}

.v4-featured-products .v4-stars svg path {
    fill: #da9e3f;
}

.v4-featured-products .v4-stars svg .v4-star-disabled {
    fill: #c5b292;
}

.v4-featured-products .v4-btn-get-now {
    width: 100%;
    background: var(--purple);
    color: white;
    border: none;
    padding: 9px;
    font-weight: bold;
    transition: background-color 0.3s;
    font-size: 14px;
    font-family: "Inria Sans", serif;
}

.v4-featured-products .v4-btn-get-now:hover {
    background: var(--purple);
    opacity: 0.9;
}

:root {
    --transition: .4s all ease;
}

.v5-featured-products .card {
    padding: 12px 20px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    --bs-card-border-radius: 0;
}

.v5-featured-products .card:hover .v5-price {
    padding: 5px 30px 5px 15px;
    background: black;
    color: white;
}

.v5-featured-products .card:hover .v5-expand-icon {
    top: 10px;
    left: 10px;
}

.v5-featured-products .card:hover .v5-expand-icon::before {
    top: -100%;
    left: -100%;
}

.v5-featured-products .card:hover .v5-expand-icon-bottom {
    bottom: 10px;
    right: 10px;
}

.v5-featured-products .card:hover .v5-expand-icon-bottom::before {
    bottom: 50%;
    right: 50%;
}

.v5-featured-products .v5-product-card {
    max-width: 350px;
    padding: 15px;
    margin: 20px auto;
    background: white;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
}

.v5-featured-products .v5-category {
    color: #666;
    font-family: "Exo 2", serif;
    font-size: 12px;
    margin-top: 10px !important;
}

.v5-featured-products .v5-product-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 30px !important;
    font-family: "Exo 2", serif;
    z-index: 99;
    position: relative;
}

.v5-featured-products .v5-price {
    position: absolute;
    top: 5px;
    transition: var(--transition);
    right: -2px;
    background: white;
    padding: 5px 15px;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    font-size: 18px;
    border: 1px solid black;
    font-family: "Exo 2", serif;
}

.v5-featured-products .v5-product-image {
    position: relative;
}

.v5-featured-products .v5-product-image img {
    width: 100%;
}
.v5-stars-div
{
    text-align: center !important;
}

.v5-featured-products .v5-expand-icon {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 15px;
    height: 15px;
    transition: var(--transition);
}

.v5-featured-products .v5-expand-icon-bottom {
    position: absolute;
    transition: var(--transition);
    bottom: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    transform: rotate(180deg);
}

.v5-featured-products .v5-stars {
    color: #ffd700;
    font-size: 20px;
    text-align: center;
}

.v5-featured-products .v5-stars svg path {
    fill: #da9e3f;
}

.v5-featured-products .v5-stars svg .v5-star-disabled {
    fill: #c5b292;
}

.v5-featured-products .v5-order-button {
    width: 100%;
    background: linear-gradient(90deg, #ff0000, #bc3bbc);
    color: white;
    border: none;
    padding: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 8px;
    font-family: "Exo 2", serif;
}

.v5-featured-products .v5-expand-icon,
.v5-featured-products .v5-expand-icon-bottom {
    border: 2px solid #0066ff;
}

.v5-featured-products .v5-expand-icon::before,
.v5-featured-products .v5-expand-icon-bottom::before {
    content: '';
    position: absolute;
    border: 2px solid red;
    transition: var(--transition);
}

.v5-featured-products .v5-expand-icon::before,
.v5-featured-products .v5-expand-icon-bottom::before {
    width: 100%;
    height: 100%;
    border-radius: 50%;

}

.v5-featured-products .v5-expand-icon::before {
    width: 20px;
    height: 20px;
    bottom: -100%;
    right: -100%;

}

.v5-featured-products .v5-expand-icon-bottom::before {
    top: 50%;
    left: 50%;

}


.featured-products-main-box-style{
    background-color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0509803922);
    border-radius: 5px;
    font-family: "Inria Sans", serif;
}

.featured-products-main-box-style .top-feature-heading h4{
    color: #1455ac;

}

.featured-products-main-box-style .top-feature-heading .view-all{
    color: #1455ac;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
 }







 .featured-products-main-box-style .product-slider-container {
    position: relative;
    overflow: hidden;
}

.featured-products-main-box-style .product-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
}

.featured-products-main-box-style .product-card {
    min-width: 233px;
    flex-shrink: 0;

    border-radius: 8px;
    /* padding: 15px; */
    position: relative;
    overflow: hidden;
}

.featured-products-main-box-style .product-image-container {
    position: relative;
    overflow: hidden;
}

.featured-products-main-box-style .product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    border: 1px solid #e1f1f3;

border-radius: 10px;

}


.featured-products-main-box-style .view-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: rgba(64, 83, 124, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.featured-products-main-box-style .view-icon {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d6efd;
}
.featured-products-main-box-style .discount-box-style-set-d{
    background-color: #1455ac;
    color: white;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    font-weight: bold;
    z-index: 11;
 }
.featured-products-main-box-style .product-card:hover .view-overlay {
    opacity: 1;
}

.featured-products-main-box-style .product-card:hover .product-image {
    transform: scale(1.05);
}

.featured-products-main-box-style .product-price {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

.featured-products-main-box-style .discounted-price-style-set-d{
    color: #9b9b9b;
    font-size: 13px;
}


.featured-products-main-box-style .slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #1455ac;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    padding-right: 15px !important;
}

.featured-products-main-box-style .slider-nav:hover {
    background: #1455ac;
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}

.featured-products-main-box-style .slider-prev {
    left: 15px;
}

.featured-products-main-box-style .slider-next {
    right: 15px;
}

.featured-products-main-box-style .slider-nav.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.featured-products-main-box-style .heading-style-ecl{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
 }