/* Fonts */
/* Lato */
@import url("../fonts/lato/stylesheet.css");
 /* font-family: 'Lato'; */ 

/* Satoshi */
@import url("../fonts/satoshi/stylesheet.css");
/* font-family: 'Satoshi'; */

/* Montserrat */
@import url("../fonts/montserrat/stylesheet.css");
/* font-family: 'Montserrat'; */



/* Common Css Start ***
*********************/
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
:root {
    --skinColor: #FF7062;
    --whiteColor: #FFF;
    --blackColor: #000;
    --secondaryColor: #828282;
}
body{
    padding: 0;
    margin: 0;
    color: var(--secondaryColor);
    /* font-family: 'Lato'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: #fff;
}
ul,ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5,h6,p,label{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    display: inline-block;
    color: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: none;
}
.btn:focus,
button:focus,
.form-control:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn,
button{
    outline:none;
}
img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/* For Flat UI Icons */
i[class^="fi-rr-"]:before,
i[class=" fi-rr-"]:before,
span[class^="fi-rr-"]:before,
span[class="fi-rr-"]:before {
    line-height: unset;
}


/* Column Row Gap */
.g-20px{
    --bs-gutter-y: 20px;
    --bs-gutter-x: 20px;
}
.gx-20px{
    --bs-gutter-x: 20px;
}
.gy-20px{
    --bs-gutter-y: 20px;
}

/* Flex Gap */
.gap-2px{
    gap: 2px !important;
}
.gap-6px{
    gap: 6px !important;
}
.gap-10px{
    gap: 10px !important;
}
.gap-12px{
    gap: 12px !important;
}
.gap-14px{
    gap: 14px !important;
}
.gap-18px{
    gap: 18px !important;
}
.gap-20px{
    gap: 20px !important;
}
.gap-22px{
    gap: 22px !important;
}
.gap-26px{
    gap: 26px !important;
}
.gap-28px{
    gap: 28px !important;
}
.gap-30px{
    gap: 30px !important;
}

/* Flex Column Gap */
.column-gap-2px{
    -webkit-column-gap: 2px !important;
       -moz-column-gap: 2px !important;
            column-gap: 2px !important;
}
.column-gap-6px{
    -webkit-column-gap: 6px !important;
       -moz-column-gap: 6px !important;
            column-gap: 6px !important;
}
.column-gap-10px{
    -webkit-column-gap: 10px !important;
       -moz-column-gap: 10px !important;
            column-gap: 10px !important;
}
.column-gap-12px{
    -webkit-column-gap: 12px !important;
       -moz-column-gap: 12px !important;
            column-gap: 12px !important;
}
.column-gap-14px{
    -webkit-column-gap: 14px !important;
       -moz-column-gap: 14px !important;
            column-gap: 14px !important;
}
.column-gap-18px{
    -webkit-column-gap: 18px !important;
       -moz-column-gap: 18px !important;
            column-gap: 18px !important;
}
.column-gap-20px{
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
}
.column-gap-22px{
    -webkit-column-gap: 22px !important;
       -moz-column-gap: 22px !important;
            column-gap: 22px !important;
}
.column-gap-26px{
    -webkit-column-gap: 26px !important;
       -moz-column-gap: 26px !important;
            column-gap: 26px !important;
}
.column-gap-28px{
    -webkit-column-gap: 28px !important;
       -moz-column-gap: 28px !important;
            column-gap: 28px !important;
}
.column-gap-30px{
    -webkit-column-gap: 30px !important;
       -moz-column-gap: 30px !important;
            column-gap: 30px !important;
}


/* Margin Bottom */
.mb-2px{
    margin-bottom: 2px !important;
}
.mb-6px{
    margin-bottom: 6px !important;
}
.mb-10px{
    margin-bottom: 10px !important;
}
.mb-12px{
    margin-bottom: 12px !important;
}
.mb-14px{
    margin-bottom: 14px !important;
}
.mb-18px{
    margin-bottom: 18px !important;
}
.mb-20px{
    margin-bottom: 20px !important;
}
.mb-22px{
    margin-bottom: 22px !important;
}
.mb-26px{
    margin-bottom: 26px !important;
}
.mb-28px{
    margin-bottom: 28px !important;
}
.mb-30px{
    margin-bottom: 30px !important;
}
.mb-40px{
    margin-bottom: 40px !important;
}
.mb-50px{
    margin-bottom: 50px !important;
}
.mb-100px{
    margin-bottom: 100px !important;
}

/* Margin Top */
.mt-2px{
    margin-top: 2px !important;
}
.mt-6px{
    margin-top: 6px !important;
}
.mt-10px{
    margin-top: 10px !important;
}
.mt-12px{
    margin-top: 12px !important;
}
.mt-14px{
    margin-top: 14px !important;
}
.mt-18px{
    margin-top: 18px !important;
}
.mt-20px{
    margin-top: 20px !important;
}
.mt-22px{
    margin-top: 22px !important;
}
.mt-26px{
    margin-top: 26px !important;
}
.mt-28px{
    margin-top: 28px !important;
}
.mt-30px{
    margin-top: 30px !important;
}
  
/* Padding */
.p-2px{
    padding: 2px !important;
}
.p-6px{
    padding: 6px !important;
}
.p-10px{
    padding: 10px !important;
}
.p-12px{
    padding: 12px !important;
}
.p-14px{
    padding: 14px !important;
}
.p-18px{
    padding: 18px !important;
}
.p-20px{
    padding: 20px !important;
}
.p-22px{
    padding: 22px !important;
}
.p-26px{
    padding: 26px !important;
}
.p-28px{
    padding: 28px !important;
}
.p-30px{
    padding: 30px !important;
}

/* Padding Bottom */
.pb-2px{
    padding-bottom: 2px !important;
}
.pb-6px{
    padding-bottom: 6px !important;
}
.pb-8px{
    padding-bottom: 8px !important;
}
.pb-10px{
    padding-bottom: 10px !important;
}
.pb-12px{
    padding-bottom: 12px !important;
}
.pb-14px{
    padding-bottom: 14px !important;
}
.pb-18px{
    margin-bottom: 18px !important;
}
.pb-20px{
    padding-bottom: 20px !important;
}
.pb-22px{
    padding-bottom: 22px !important;
}
.pb-26px{
    padding-bottom: 26px !important;
}
.pb-28px{
    padding-bottom: 28px !important;
}
.pb-30px{
    padding-bottom: 30px !important;
}

/* Padding Left-Right */
.px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
}
.px-6px{
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.px-10px{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.px-12px{
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.px-14px{
    padding-left: 14px !important;
    padding-right: 14px !important;
}
.px-18px{
    padding-left: 18px !important;
    padding-right: 18px !important;
}
.px-20px{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.px-22px{
    padding-left: 22px !important;
    padding-right: 22px !important;
}
.px-26px{
    padding-left: 26px !important;
    padding-right: 26px !important;
}
.px-28px{
    padding-left: 28px !important;
    padding-right: 28px !important;
}
.px-30px{
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* Padding Top-Bottom */
.py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.py-6px{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.py-10px{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.py-12px{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.py-14px{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.py-18px{
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}
.py-20px{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.py-22px{
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}
.py-26px{
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}
.py-28px{
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}
.py-30px{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
/* Common Css End ***
*******************/


/* Other Common Css Start ***
***************************/
/* Button */
.mi-btn-outline-dark{
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    color: var(--blackColor);
    text-align: center;
    /* font-family: 'Lato'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 14px 32px;
    border-radius: 12px;
    border: 0.938px solid var(--blackColor);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.mi-btn-outline-dark:hover{
    background: var(--skinColor);
    border-color: var(--skinColor);
    color: var(--whiteColor);
}
.mi-btn-outline-dark:active{
    background: var(--skinColor) !important;
    border-color: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}
.mi-btn-outline-dark::before {
    content: "";
    position: absolute;
    background: var(--skinColor);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
    opacity: 0;
    left: 0px;
    bottom: 0px;
    height: 0%;
    width: 100%;
}
.mi-btn-outline-dark:hover::before {
    height: 100%;
    bottom: auto;
    opacity: 1;
}
.mi-btn-outline-dark svg{
    display: block;
}
.mi-btn-outline-dark path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.mi-btn-outline-dark:hover path{
    fill: var(--whiteColor);
}
.mi-btn-outline-dark:active path{
    fill: var(--whiteColor);
}


.mib2-btn-outline-dark{
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    color: var(--blackColor);
    text-align: center;
    /* font-family: 'Lato'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 17px 32px;
    border-radius: 12px;
    border: 0.938px solid var(--blackColor);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.mib2-btn-outline-dark:hover{
    background: var(--skinColor);
    border-color: var(--skinColor);
    color: var(--whiteColor);
}
.mib2-btn-outline-dark:active{
    background: var(--skinColor) !important;
    border-color: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}
.mib2-btn-outline-dark::before {
    content: "";
    position: absolute;
    background: var(--skinColor);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
    opacity: 0;
    left: 0px;
    bottom: 0px;
    height: 0%;
    width: 100%;
}
.mib2-btn-outline-dark:hover::before {
    height: 100%;
    bottom: auto;
    opacity: 1;
}
.mib2-btn-outline-dark svg{
    display: block;
}
.mib2-btn-outline-dark path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.mib2-btn-outline-dark:hover path{
    fill: var(--whiteColor);
}
.mib2-btn-outline-dark:active path{
    fill: var(--whiteColor);
}


.mib2-btn-dark{
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    color: var(--whiteColor);
    text-align: center;
    /* font-family: 'Lato'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 18px 40px;
    border-radius: 12px;
    border: 0;
    background: var(--blackColor);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.mib2-btn-dark:hover{
    background: var(--skinColor);
    color: var(--whiteColor);
}
.mib2-btn-dark:active{
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}
.mib2-btn-dark::before {
    content: "";
    position: absolute;
    background: var(--skinColor);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
    opacity: 0;
    left: 0px;
    bottom: 0px;
    height: 0%;
    width: 100%;
}
.mib2-btn-dark:hover::before {
    height: 100%;
    bottom: auto;
    opacity: 1;
}
.mib2-btn-dark svg{
    display: block;
}


.mi-btn-dark{
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    color: var(--whiteColor);
    text-align: center;
    /* font-family: 'Lato'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 27px;
    border-radius: 12px;
    border: 0;
    background: var(--blackColor);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.mi-btn-dark:hover{
    background: var(--skinColor);
    color: var(--whiteColor);
}
.mi-btn-dark:active{
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}
.mi-btn-dark::before {
    content: "";
    position: absolute;
    background: var(--skinColor);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
    opacity: 0;
    left: 0px;
    bottom: 0px;
    height: 0%;
    width: 100%;
}
.mi-btn-dark:hover::before {
    height: 100%;
    bottom: auto;
    opacity: 1;
}
.mi-btn-dark svg{
    display: block;
}

.section-mb{
    margin-bottom: 130px;
}

/* Other Common Css End ***
*************************/



/* Home Css Start ***
*******************/
.mi-hero-section{
    padding-top: 90px;
    padding-bottom: 30px;
    background: url(../images/hero-bg2.webp) no-repeat scroll center top / cover;
}
.hero-content-area{
    position: relative;
    z-index: 2;
}
.hero-title{
    color: var(--blackColor);
    /* font-family: 'Lato'; */
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 126.471%; /* 86px */
    letter-spacing: -2.04px;
    text-transform: capitalize;
    margin-bottom: 16px;
    margin-right: -65px;
}
.hero-subtitle{
    color: rgba(0, 0, 0, 0.80);
    /* font-family: 'Lato'; */
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 154.545%; /* 34px */
    max-width: 418px;
    margin-bottom: 32px;
}

.hero-slider-area{
    margin-left: -30px;
}
.hero-banner-slide{
    width: 100%;
    aspect-ratio: 825 / 601;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.hero-banner-slide .banner{
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.hero-slider-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    margin-left: -27px;
    position: relative;
    z-index: 3;
    margin-top: -44.73px;
    display:none;
}
.hero-slider-prev,
.hero-slider-next{
    width: 44.732px;
    height: 44.732px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.732px;
            flex: 0 0 44.732px;
    border-radius: 50%;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid var(--blackColor);
}
.hero-slider-prev:hover,
.hero-slider-next:hover{
    background: var(--blackColor);
    border-color: var(--blackColor);
}
.hero-slider-prev svg,
.hero-slider-next svg{
    display: block;
}
.hero-slider-prev path,
.hero-slider-next path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.hero-slider-prev:hover path,
.hero-slider-next:hover path{
    fill: var(--whiteColor);
}

/* Explore by Instrument */
.explore-instrument-section{
    background: #FAFAFA;
    padding: 56px 0;
    margin-bottom: 162px;
}
.category-section-title{
    margin-bottom: 50px;
    color: var(--blackColor);
    text-align: center;
    /* font-family: 'Lato'; */
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.32px;
}

.category-slide{
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateY(69px);
        -ms-transform: translateY(69px);
            transform: translateY(69px);
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    text-align: center;
}
.category-btn{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.category-slide:hover .category-btn{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.category-slide:hover{
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}

.category-icon{
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 26px auto;
    width: 70px;
    height: 70px;
}
.category-icon svg{
    display: block;
}
.category-icon path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.category-slide:hover .category-icon path{
    stroke: var(--skinColor);
}
.category-slide:hover .category-icon.fill path{
    stroke: inherit;
    fill: var(--skinColor);
}
.category-title{
    color: rgba(0, 0, 0, 0.60);
    text-align: center;
    /* font-family: 'Lato'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 26px;
}
.category-slide:hover .category-title{
    color: var(--blackColor);
    /* font-weight: 700; */
}
.category-slider .swiper-slide{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.category-slide{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.category-slider{
    padding-right: 60px;
    padding-left: 60px;
    position: relative;
}
.category-slider::after{
    position: absolute;
    content: "";
    left: -1px;
    top: 0;
    width: 60px;
    height: calc(100% + 1px);
    background-color: #FAFAFA;
    z-index: 1;
}
.category-slider::before{
    position: absolute;
    content: "";
    right: -1px;
    top: 0;
    width: 60px;
    height: calc(100% + 1px);
    background-color: #FAFAFA;
    z-index: 2;
}


.category-slider-nav .swiper-button-prev,
.category-slider-nav .swiper-button-next{
    margin-top: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: unset;
    height: unset;
}
.category-slider-nav .swiper-button-prev path,
.category-slider-nav .swiper-button-next path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.category-slider-nav .swiper-button-prev:hover path,
.category-slider-nav .swiper-button-next:hover path{
    fill: var(--skinColor);
}
.category-slider-nav .swiper-button-prev::after,
.category-slider-nav .swiper-button-next::after{
    display: none;
}
.category-slider-nav .swiper-button-prev svg,
.category-slider-nav .swiper-button-next svg{
    width: auto;
    height: auto;
}
.category-slider-nav .swiper-button-prev, 
.category-slider-nav .swiper-rtl .swiper-button-next {
    left: 0;
}
.category-slider-nav .swiper-button-next, 
.category-slider-nav .swiper-rtl .swiper-button-prev {
    right: 0;
}

/* Limited Time Deal */
.ltd-section-title-area{
    margin-bottom: 45px;
}
.section-title{
    color: var(--blackColor);
    /* font-family: 'Lato'; */
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 132%; /* 66px */
    letter-spacing: -1.5px;
}
.section-subtitle{
    color: var(--secondaryColor);
    /* font-family: 'Lato'; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155.556%; /* 28px */
}
.max-w-582px{
    max-width: 786px;
}
.max-w-851px{
    max-width: 851px;
}
.max-w-496px{
    max-width: 496px;
}
.max-w-549px{
    max-width: 549px;
}
.max-w-765px{
    max-width: 765px;
}
.max-w-834px{
    max-width: 834px;
}
.limited-deal-card{
    width: 100%;
    height: 100%;
}
.ld-card-banner {
	width: 100%;
	aspect-ratio: 400 / 452;
	/* max-height: 452px;
	min-height: 380px; */
	border-radius: 18px 18px 0 0; 
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.ld-card-banner .banner{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
.limited-deal-card:hover .ld-card-banner .banner{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.ld-product-rating{
    display: block flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 69.954px;
    background: rgba(255, 255, 255, 0.50);
    padding: 3px 14px;
    color: var(--blackColor);
    font-family: 'Satoshi';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 17px;
}
.ld-product-rating svg{
    display: block;
}

/* Timer */
.ldc-offer-timer{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 22px;
}
.ldc-offer-timer .offer-timer:not(:has(p)){
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: var(--whiteColor);
    border-radius: 12px;
    padding: 7px 21px;
    margin: 0 auto;
    color: var(--blackColor);
    text-align: center;
    /* font-family: 'Lato'; */
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 135.529%; /* 29.816px */
}
.ldc-offer-timer .offer-timer p{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: var(--whiteColor);
    border-radius: 12px;
    padding: 7px 21px;
    margin: 0 auto;
    color: var(--blackColor);
    text-align: center;
    /* font-family: 'Lato'; */
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 135.529%; /* 29.816px */
}
/* Timer */

.ld-card-title{
    color: var(--blackColor);
    /* font-family: 'Lato'; */
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 36px */
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ld-card-title:hover{
    color: var(--skinColor);
}

.ld-card-wishlist{
    width: 38px;
    height: 38px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px;
    border-radius: 50%;
    background: #EFEFEF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.ld-card-wishlist svg{
    display: block;
}
.ld-card-wishlist path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ld-card-wishlist.active path,
.ld-card-wishlist:hover path{
    fill: #FF3333;
}
.ld-card-wishlist-inner{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.ld-original-price{
    color: #929292;
    /* font-family: 'Lato'; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 14px;
}
.original-price-amount{
    font-size: 22px;
    text-decoration: line-through;
}

.ld-current-price{
    color: var(--skinColor);
    /* font-family: 'Lato'; */
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 128.571%; /* 36px */
}

.limited-deal-row{
    --bs-gutter-y: 30px;
    --bs-gutter-x: 29px;
    position: relative;
}
.limited-deal-card-wrap{
    position: relative;
}
.limited-deal-card-wrap::after{
    position: absolute;
    content: "";
    width: 164px;
    aspect-ratio: 164 / 163;
    top: -46px;
    left: -80px;
    background: url(../images/get-now-shape.png) no-repeat scroll center center / cover;
}
.limited-deal-card-wrap::before{
    position: absolute;
    content: "";
    width: 164px;
    aspect-ratio: 164 / 163;
    top: -46px;
    right: -95px;
    background: url(../images/get-now-shape.png) no-repeat scroll center center / cover;
    z-index: 1;
}


/* New Arrivals Products */
.nap-section-title-area{
    margin-bottom: 60px;
}
.nap-section-subtitle{
    margin-bottom: 40px;
}

.product-grid-row{
    --bs-gutter-y: 37px;
    --bs-gutter-x: 20px;
}

.product-card{
    width: 100%;
    height: 100%;
    border-radius: 22px;
    overflow: hidden;
    /* filter: drop-shadow(0px 4px 22px rgba(0, 0, 0, 0.06)); */
    background-color: var(--whiteColor);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-card:hover{
    -webkit-filter: drop-shadow(0px 4px 22px rgba(0, 0, 0, 0.18));
            filter: drop-shadow(0px 4px 22px rgba(0, 0, 0, 0.18));
}

.pc-banner-wrap {
	width: 100%;
	position: relative;
	border-radius: 22px 22px 0 0;
	background: #F8F8F8;
	aspect-ratio: 465.756 / 477.997;
	max-height: 477.997px;
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 17px;
}
.pc-banner-icons{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 16px;
    right: 19px;
    z-index: 1;
}
.product-card-wishlist{
    width: 51.386px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: var(--whiteColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.product-card-wishlist svg{
    display: block;
}
.product-card-wishlist path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-card-wishlist.active svg path,
.product-card-wishlist:hover svg path{
    fill: #FF3333;
}
.pc-wishlist-inner{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.product-card-view{
    width: 51.386px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: var(--whiteColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.product-card-view svg{
    display: block;
}
.product-card-view path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-card-view:hover path{
    stroke: var(--skinColor);
}
.pc-view-inner{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.product-card-save{
    width: 51.386px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: var(--whiteColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.product-card-save svg{
    display: block;
}
.product-card-save path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-card-save:hover path{
    stroke: var(--skinColor);
}
.pc-save-inner{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* Slider */
.pc-banner-slider {
    height: 100%;
    padding-bottom: 10px;
}
.pc-banner-slider .swiper-slide{
    height: auto;
}
.pc-banner-slide{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* padding: 20px; */
}
.pc-banner-slide .banner{
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.pc-banner-slider .swiper-pagination{
    bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 14px;
}
.pc-banner-slider .swiper-pagination-bullet{
    opacity: 1;
    margin: 0 !important;
    width: 7.058px;
    height: 7.058px;
    background-color: #919191;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: 1px solid transparent;
    outline-offset: 5px;
}
.pc-banner-slider .swiper-pagination-bullet-active{
    background-color: var(--blackColor);
    outline-color: rgba(0, 0, 0, 0.7);
}

.product-card-body{
    padding: 10px 28px 20px 28px;
}
.pc-title-price{
    margin-bottom: 14px;
}
.product-card-title{
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 290px;
    color: var(--blackColor);
    /* font-family: 'Lato'; */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 135.714%; /* 33.071px */
    letter-spacing: -0.244px;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-card-title:hover{
    color: var(--skinColor);
}
.product-card-price{
    color: var(--blackColor);
    /* font-family: 'Lato'; */
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.product-card-subtitle{
    color: rgba(25, 25, 25, 0.90);
    /* font-family: 'Lato'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 158.333%; /* 19px */
    margin-bottom: 20px;
}

.product-card-btn{
    border-radius: 7.804px;
    border: 1px solid var(--blackColor);
    padding: 16.5px;
    color: var(--blackColor);
    text-align: center;
    /* font-family: 'Lato'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
}
.product-card-btn:hover{
    background: var(--blackColor);
    border-color: var(--blackColor);
    color: var(--whiteColor);
}
.product-card:hover .product-card-btn{
    background: var(--blackColor);
    border-color: var(--blackColor);
    color: var(--whiteColor);
}


/* Bundles lg */
.bundles-section-title-area{
    margin-bottom: 66px;
}
.bundles-product-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    row-gap: 14px;
}
.bp-large-card{
    display: block;
    width: calc(45% - 7px);
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    z-index: 1;
}
.bp-large-card::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: inherit;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.90)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.00) 42%, rgba(0, 0, 0, 0.90) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 42%, rgba(0, 0, 0, 0.90) 100%);
}
.bpl-card-banner{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.bp-large-card:hover .bpl-card-banner{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.bpl-card-body{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 22px 25px;
    z-index: 1;
}
.bpl-card-title{
    color: var(--whiteColor);
    /* font-family: 'Lato'; */
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 118.292%; /* 61.512px */
    letter-spacing: -1.56px;
    max-width: 275px;
    margin-bottom: 10px;
}
.bpl-card-subtitle{
    color: var(--whiteColor);
    /* font-family: 'Lato'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 163.636%; /* 22.909px */
    max-width: 318px;
    margin-bottom: 26px;
}
.bpl-card-btn{
    display: block flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.69px;
    color: var(--whiteColor);
    /* font-family: 'Lato'; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.bpl-card-btn svg{
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.bpl-card-btn:hover svg{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.bp-small-card-wrap{
    width: calc(55% - 7px);
}
.bps-card-btn:hover,
.bpl-card-btn:hover {
    color: #ff7062 ;
}
.bps-card-btn:hover  svg path,
.bpl-card-btn:hover  svg path{
    fill: #ff7062 ;
}
/* Bundles sm */
.bp-small-card{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    z-index: 1;
    min-height: 270px;
}
.bp-small-card::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: inherit;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.90)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.00) 42%, rgba(0, 0, 0, 0.90) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 42%, rgba(0, 0, 0, 0.90) 100%);
}
.bps-card-banner{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    min-height: 270px;
}
.bp-small-card:hover .bps-card-banner{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.bps-card-body{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 20px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 20px;
}
.bps-card-title{
    color: var(--whiteColor);
    /* font-family: 'Lato'; */
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 125.147%; /* 52.562px */
    letter-spacing: -1.26px;
    max-width: 325px;
    width: 100%;
}
.bps-card-subtitle{
    color: var(--whiteColor);
    /* font-family: 'Lato'; */
    font-size: 11.963px;
    font-style: normal;
    font-weight: 400;
    line-height: 163.636%; /* 19.576px */
    margin-bottom: 9.84px;
}
.bps-card-btn{
    display: block flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.72px;
    color: var(--whiteColor);
    /* font-family: 'Lato'; */
    font-size: 15.381px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.bps-card-btn svg{
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.bps-card-btn:hover svg{
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
}

.bps-subtitle-btn{
    max-width: 260px;
    width: 100%;
}

/* Testimonial */
.testimonial-section{
    background: -o-linear-gradient(167deg, #D8ECEA 3.98%, #FFF 64.48%, #FDFFD4 96.02%);
    background: linear-gradient(283deg, #D8ECEA 3.98%, #FFF 64.48%, #FDFFD4 96.02%);
    padding: 48px 0;
}
.ts-section-title-area{
    margin-bottom: 20px;
}
.ts-section-subtitle{
    margin-bottom: 32px;
}
.testimonial-slider-main{
    max-width: 1920px;
    margin: 0 auto;
}


.testimonial-slider{
    padding: 60px 0 0 0;
}
.testimonial-slider .swiper-wrapper{
    margin-bottom: 60px;
}

.testimonial-slide{
    background-color: var(--whiteColor);
    border-radius: 22px;
    padding: 35px 29px 22px 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.swiper-slide-active .testimonial-slide,
.swiper-slide-next .testimonial-slide{
    -webkit-filter: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.18));
            filter: drop-shadow(0px 4px 34px rgba(0, 0, 0, 0.18));
}
.ts-rating-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.ts-rating-stars{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.54px;
}
.ts-star{
    display: block;
}
.ts-star svg{
    display: block;
}
.ts-rating-count{
    color: rgba(0, 0, 0, 0.60);
    /* font-family: 'Lato'; */
    font-size: 16.462px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ts-rating-count .avarage{
    color: var(--blackColor);
}

.testimonial-comment{
    color: #383838;
    /* font-family: 'Lato'; */
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 153.607%; /* 39.938px */
    margin-bottom: 48px;
}
.ts-user-name{
    color: var(--blackColor);
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: var(--blackColor);
    font-family: 'Montserrat';
    font-size: 22.188px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 24.406px */
    margin-bottom: 10px;
}
.ts-user-role{
    color: var(--blackColor);
    font-family: 'Montserrat';
    font-size: 15.531px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.ts-slide-left{
    max-width: 515px;
}

.ts-quote-img{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 192px;
            flex: 0 0 192px;
    width: 192px;
    aspect-ratio: 192 / 193;
}
.ts-quote-img .quote{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.testimonial-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
}
.testimonial-nav .swiper-button-prev,
.testimonial-nav .swiper-button-next{
    position: unset;
    margin-top: 0;
    width: 44.732px;
    height: 44.732px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.732px;
            flex: 0 0 44.732px;
    border-radius: 50%;
    border: 1px solid var(--blackColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.testimonial-nav .swiper-button-prev::after,
.testimonial-nav .swiper-button-next::after{
    display: none;
}
.testimonial-nav .swiper-button-prev svg,
.testimonial-nav .swiper-button-next svg{
    height: auto;
    width: auto;
}
.testimonial-nav .swiper-button-prev:hover,
.testimonial-nav .swiper-button-next:hover{
    border-color: var(--whiteColor);
    background-color: var(--whiteColor);
}


/* Blog */
.blog-section-title-area{
    margin-bottom: 80px;
}
.blog-section-subtitle{
    margin-bottom: 32px;
}
.blog-post-wrap:not(:last-child){
    margin-bottom: 68px;
}
.blog-post-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    row-gap: 30px;
}
.blog-post-banner{
    width: 50%;
    border-radius: 18px;
    overflow: hidden;
    min-height: 300px;
    display: block;
}
.blog-post-banner .banner{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.blog-post-banner:hover .banner{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.blog-post-body{
    width: calc(50% - 34px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.blog-post-date{
    color: #929292;
    /* font-family: 'Lato'; */
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.blog-post-title{
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--blackColor);
    /* font-family: 'Lato'; */
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 154.507%; /* 61.803px */
    margin-bottom: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.blog-post-title:hover{
    color: var(--skinColor);
}
.blog-post-subtitle{
    color: var(--secondaryColor);
    /* font-family: 'Lato'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%; /* 33px */
    margin-bottom: 20px;
}
.blog-read-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10.62px;
    color: var(--blackColor);
    /* font-family: 'Lato'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.blog-read-btn:hover{
    color: var(--skinColor);
}
.blog-read-btn svg{
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.blog-read-btn:hover svg{
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
}
.blog-read-btn path{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.blog-read-btn:hover path{
    fill: var(--skinColor);
}


/* Brand */
.brand-section{
    padding: 56px 0;
}
.brand-section-title{
    color: #0A1519;
    text-align: center;
    /* font-family: 'Lato'; */
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 64px;
}

.brand-slider .swiper-slide{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
}
.brand-slider .swiper-wrapper{
  -webkit-transition-timing-function : linear;
       -o-transition-timing-function : linear;
          transition-timing-function : linear;
}
.brand-slide-img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 70px;
}
.brand-slide-img .brand{
    max-width: 100%;
}
/* Home Css End ***
*****************/



/* Scroll Top Css Start ***
*************************/
.scroll-progress-wrap {
    position: fixed;
    bottom: 40px;
    right: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 999px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: var(--whiteColor);
    border: 1.2px solid rgba(134, 134, 134, 0.12);
}
.scroll-progress-wrap:hover{
    -webkit-animation: waveBtn 2s 1;
            animation: waveBtn 2s 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
@-webkit-keyframes waveBtn {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--skinColor);
                box-shadow: 0 0 0 0 var(--skinColor)
    }
    50% {
        -webkit-box-shadow: 0 0 0 20px transparent;
                box-shadow: 0 0 0 20px transparent
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
                box-shadow: 0 0 0 0 transparent
    }
}
@keyframes waveBtn {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--skinColor);
                box-shadow: 0 0 0 0 var(--skinColor)
    }
    50% {
        -webkit-box-shadow: 0 0 0 20px transparent;
                box-shadow: 0 0 0 20px transparent
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
                box-shadow: 0 0 0 0 transparent
    }
}
.scroll-progress-wrap::after {
    position: absolute;
    content: "\f136";
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    color: var(--blackColor);
    height: 40px;
    width: 40px;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.scroll-progress-wrap.active-scroll-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.scroll-progress-wrap svg path {
    fill: none;
}
.scroll-progress-wrap svg.scroll-progress-circle path {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    stroke: var(--blackColor);
    stroke-width: 1.2;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
         -o-transition-duration: 150ms;
            transition-duration: 150ms;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
}
/* Scroll Top Css End ***
***********************/

.btn-close-white {
	filter: inherit;
}

.ld-card-wishlist.active svg path{
    fill: #EF4A4A;
}