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

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

/* DM Sans */
@import url("../fonts/dm-sans/stylesheet.css");
/* font-family: 'DM Sans'; */

/* Meow Script */
@import url("../fonts/meow-script/stylesheet.css");
/* font-family: 'Meow Script'; */

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

/* Common Css Start ***
*********************/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --skinColor: #06aaf4 !important;
    --skinColor1: #37bffd !important;
    --whiteColor: #fff;
    --blackColor: #141414;
    --secondaryColor: #4a4a4a;
}
body {
    padding: 0;
    margin: 0;
    color: var(--grayColor);
    /* font-family: 'Manrope'; */
    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: 0.3s;
    -o-transition: 0.3s;
    transition: 0.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-16px {
    margin-bottom: 16px !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 End ***
*************************/
.dark-corner-btn {
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    display: inline-block;
    padding: 17px 46px;
    border: 0;
    border-radius: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='243' height='58' viewBox='0 0 243 58' fill='none'%3E%3Cpath d='M243 58H0L22.5375 29L0 0H243L220.463 29L243 58Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    color: var(--whiteColor);
    text-align: center;
    /* font-family: 'Manrope'; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.dark-corner-btn:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='243' height='58' viewBox='0 0 243 58' fill='none'%3E%3Cpath d='M243 58H0L22.5375 29L0 0H243L220.463 29L243 58Z' fill='%2337BFFD'/%3E%3C/svg%3E");
    color: var(--whiteColor);
    -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}
.dark-corner-btn:active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='243' height='58' viewBox='0 0 243 58' fill='none'%3E%3Cpath d='M243 58H0L22.5375 29L0 0H243L220.463 29L243 58Z' fill='%23ff9ca3'/%3E%3C/svg%3E");
    color: var(--whiteColor) !important;
    -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.05));
}

.wc-btn-outline-dark {
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    border-radius: 0;
    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;
    padding: 13.5px 19px;
    border: 1px solid rgba(0, 0, 0, 0.7);
    color: var(--blackColor);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}
.wc-btn-outline-dark:hover {
    border-color: var(--skinColor);
    background: var(--skinColor);
    color: var(--whiteColor);
}
.wc-btn-outline-dark:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -100%;
    width: 50px;
    height: 100%;
    background: url(../images/btn-shape2.png) no-repeat scroll center center /
        cover;
    background-size: 100% 100%;
    z-index: -1;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wc-btn-outline-dark:hover:before {
    bottom: 0;
}
.wc-btn-outline-dark:after {
    content: "";
    position: absolute;
    left: -50px;
    bottom: 0;
    width: 50px;
    height: 100%;
    background: url(../images/btn-shape1.png) no-repeat scroll center center /
        cover;
    background-size: 100% 100%;
    z-index: -1;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wc-btn-outline-dark:hover:after {
    left: 0;
}
.wc-btn-outline-dark svg {
    display: block;
}
.wc-btn-outline-dark path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.wc-btn-outline-dark:hover path {
    fill: var(--whiteColor);
}

.wc-sm-btn-outline-dark {
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    border-radius: 0;
    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;
    padding: 7px 15px;
    border: 1px solid rgba(0, 0, 0, 0.7);
    color: var(--blackColor);
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}
.wc-sm-btn-outline-dark:hover {
    border-color: var(--skinColor);
    background: var(--skinColor);
    color: var(--whiteColor);
}
.wc-sm-btn-outline-dark:hover {
    border-color: var(--skinColor) !important;
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}
.wc-sm-btn-outline-dark:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -100%;
    width: 50px;
    height: 100%;
    background: url(../images/btn-shape2.png) no-repeat scroll center center /
        cover;
    background-size: 100% 100%;
    z-index: -1;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wc-sm-btn-outline-dark:hover:before {
    bottom: 0;
}
.wc-sm-btn-outline-dark:after {
    content: "";
    position: absolute;
    left: -50px;
    bottom: 0;
    width: 50px;
    height: 100%;
    background: url(../images/btn-shape1.png) no-repeat scroll center center /
        cover;
    background-size: 100% 100%;
    z-index: -1;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wc-sm-btn-outline-dark:hover:after {
    left: 0;
}
.wc-sm-btn-outline-dark svg {
    display: block;
}
.wc-sm-btn-outline-dark path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.wc-sm-btn-outline-dark:hover path {
    fill: var(--whiteColor);
}

.wc-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: 6px;
    color: var(--whiteColor);
    text-align: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 11px 24px;
    border-radius: 0px;
    border: 0;
    background: var(--blackColor);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.wc-btn-dark:hover {
    background: var(--skinColor);
    color: var(--whiteColor);
}
.wc-btn-dark:active {
    background: var(--skinColor) !important;
    color: var(--whiteColor) !important;
}
.wc-btn-dark:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -100%;
    width: 50px;
    height: 100%;
    background: url(../images/btn-shape2.png) no-repeat scroll center center /
        cover;
    background-size: 100% 100%;
    z-index: -1;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wc-btn-dark:hover:before {
    bottom: 0;
}
.wc-btn-dark:after {
    content: "";
    position: absolute;
    left: -50px;
    bottom: 0;
    width: 50px;
    height: 100%;
    background: url(../images/btn-shape1.png) no-repeat scroll center center /
        cover;
    background-size: 0% 100%;
    z-index: -1;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wc-btn-dark:hover:after {
    left: 0;
}

.min-w-177px {
    min-width: 177px;
}
.min-w-169px {
    min-width: 169px;
}

.section-mb {
    margin-bottom: 30px;
}
/* Other Common Css End ***
*************************/

/* Home Page Css Start ***
************************/
.hero-section {
    padding-top: 86px;
    margin-top: -86px;
    /* background: url("../images/hero-bg.png") no-repeat scroll center center /
        cover; */
    /* background: linear-gradient(
        to right,
        #ffffff 0%,
        #ffffff 50%,
        #a5cf31c2 80%,
        #37befd7c 98%,
        #ffffff 100%
    ); */
    background: linear-gradient(
        to right,
        #fff 0%,
        #f2fbf6 50%,
        #9fe3c2 80%,
        #7ed95799 100%
    );
    overflow: hidden; /* Added to prevent hero images/buttons from overflowing */
}
.hero-content-area {
    padding-top: 130px;
    /* padding-bottom: 27px; */
    position: relative;
}

.hero-position-image1 {
    position: absolute;
    right: 100%;
    left: auto;
    margin-right: -400px;
    bottom: 0px;
    width: 450px;
    max-height: 1200px;
    height: auto;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s;
}
.hero-position-image1 .img {
    height: auto;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.hero-position-image2 {
    position: absolute;
    left: 100%;
    right: auto;
    margin-left: -400px;
    bottom: 0px;
    max-height: 1200px;
    max-height: 1200px;
    width: 450px;
    height: auto;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s;
}
.hero-position-image2 .img {
    height: auto;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.swiper-slide-active .hero-position-image1,
.swiper-slide-active .hero-position-image2 {
    opacity: 1;
    visibility: visible;
    z-index: 5 !important;
}

.hero-title-badge {
    border-radius: 85.813px;
    background: rgb(154, 220, 250);
    padding: 9px 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--secondaryColor);
    text-align: center;
    /* font-family: 'Manrope'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 auto 34px auto;
}
.hero-title {
    color: var(--blackColor);
    text-align: center;
    font-family: "Antonio";
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 122.222%; /* 110px */
    letter-spacing: -2.7px;
    margin-bottom: 25px;
}
.hero-subtitle {
    color: #706f6f;
    text-align: center;
    /* font-family: 'Manrope'; */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155.556%; /* 28px */
    max-width: 379px;
    margin: 0 auto 31px auto;
}

.hero-slider,
.hero-slider .swiper-wrapper,
.hero-slider .swiper-slide {
    overflow: hidden !important;
}
.hero-slider .swiper-wrapper {
    margin-bottom: 183px;
}
.hero-slider .swiper-pagination {
    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: 20px;
    position: absolute;
    padding: 8px;
    bottom: -40px;
}
.hero-slider .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #939393;
    opacity: 1;
    margin: 0 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    outline: 1px solid transparent;
    outline-offset: 7px;
}
.hero-slider .swiper-pagination-bullet-active {
    margin: 0 8px !important;
    outline-color: var(--blackColor);
    background: var(--blackColor);
}

.hero-slide-content {
    margin: 0 auto;
    max-width: 524px;
    position: relative;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}
.swiper-slide-active .hero-slide-content {
    opacity: 1;
    z-index: 10 !important;
}

.swiper-slide-active .hero-title-badge {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: mcfadeInUp2;
    animation-name: mcfadeInUp2;
}

.swiper-slide-active .hero-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: mcfadeInUp;
    animation-name: mcfadeInUp;
}

.swiper-slide-active .hero-subtitle {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: mcfadeInUp2;
    animation-name: mcfadeInUp2;
}

.swiper-slide-active .hero-corner-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: mcfadeInUp2;
    animation-name: mcfadeInUp2;
}

@-webkit-keyframes mcfadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes mcfadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@media all and (max-width: 767px) {
    @-webkit-keyframes mcfadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }

        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
    @keyframes mcfadeInUp {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
        }

        to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }
}
@-webkit-keyframes mcfadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes mcfadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Section Title */
.section-sm-title {
    color: var(--blackColor);
    /* font-family: 'Manrope'; */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 155.556%; /* 28px */
    letter-spacing: 2.52px;
    text-transform: uppercase;
}
.section-title {
    color: var(--blackColor);
    font-family: "Antonio";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.68px;
}
.section-subtitle {
    color: var(--secondaryColor);
    /* font-family: 'Manrope'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}
.max-w-744px {
    max-width: 744px;
}
.max-w-612px {
    max-width: 612px;
}

/* Category */
.category-section {
    margin-top: 50px;
}
.category-section-title-area {
    margin-bottom: 60px;
}
.mb-32px {
    margin-bottom: 32px !important;
}
.category-section-subtitle {
    margin-bottom: 37px;
}

.categories-row {
    --bs-gutter-y: 42px;
    --bs-gutter-x: 42px;
}

.category-item {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 229px;
    width: 100%;
    margin: 0 auto;
    transition: 0.5s;
}
.category-iconbox {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #faf9f7;
    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;
    position: relative;
    z-index: 1;
    margin: 0 auto 18px auto;
}
.category-iconbox::after {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    /* background: var(--blackColor); */
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.category-item:hover .category-iconbox::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.category-iconbox svg {
    display: block;
    transition: 0.5s;
}
.category-iconbox path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.category-item:hover .category-iconbox path {
    stroke: var(--whiteColor);
}
.category-title {
    color: var(--blackColor);
    text-align: center;
    /* font-family: 'Manrope'; */
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 28.71px;
}
.category-arrow {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.category-arrow svg {
    display: block;
}

.category-item:hover .category-arrow svg path,
.category-item:hover .category-title {
    color: #37bffd;
    fill: #37bffd;
}

/* Trending Product */
.product-card-row {
    --bs-gutter-y: 60px;
    --bs-gutter-x: 22px;
    margin-bottom: 100px;
}

.trending-product-section {
    margin-left: 100px;
    margin-right: 100px;
}

.product-card {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.5s ease-in-out;
    border: 0.1px solid lightgrey;
}
.product-card:hover {
    transform: scale(1.05);
    background: #fafafa;
    /* border: none; */
}
.pc-banner-wrap {
    width: 100%;
    position: relative;
    aspect-ratio: 312.356 / 320.648;
    max-height: 320.648px;
    min-height: 300px;
    background: var(--whiteColor);
    overflow: hidden;
}
.product-card-banner {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-card-banner img {
    object-fit: cover;
}
.pc-discount-badge {
    padding: 4px 10px;
    display: block;
    color: #f0f0f0;
    text-align: center;
    /* font-family: 'Manrope'; */
    font-size: 9.214px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: var(--blackColor);
    position: absolute;
    left: 0;
    top: 0;
}

/* Banner icons */
.pc-banner-icons {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 13px;
    right: -80px;
    z-index: 1;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
.product-card:hover .pc-banner-icons {
    right: 13px;
}
.product-card-wishlist {
    width: 38px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #f1f1f1;
    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;
    margin-bottom: 7px;
}
.product-card-wishlist svg {
    display: block;
}
.product-card-wishlist path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-card-wishlist.active path,
.product-card-wishlist:hover 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;
    padding-top: 2px;
}

.product-card-view {
    width: 38px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #f1f1f1;
    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;
    margin-bottom: 7px;
}
.product-card-view svg {
    display: block;
}
.product-card-view path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.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-share {
    width: 38px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #f1f1f1;
    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-share svg {
    display: block;
}
.product-card-share path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-card-share:hover path {
    stroke: var(--skinColor);
}
.pc-share-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-btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 13.65px;
    min-width: 169px;
}

.product-card-body {
    padding: 14.35px 20px 12.63px 20px;
    background: var(--whiteColor);
    text-align: center;
}
.product-card-category {
    display: block;
    width: 100%;
    color: var(--blackColor);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 11.61px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-card-category:hover {
    color: var(--secondaryColor);
}
.pc-stars-ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9.21px;
    margin-bottom: 6.09px;
    justify-content: center;
}
.pc-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4.61px;
}
.pc-star {
    display: block;
}
.pc-star svg {
    display: block;
}
.pc-rating-count {
    color: rgba(0, 0, 0, 0.6);
    /* font-family: 'Manrope'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pc-rating-count .average {
    color: var(--blackColor);
}
.product-card-title {
    color: var(--blackColor) !important;
    font-family: "Antonio";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.84px;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0px;
}
.product-card-title:hover {
    color: var(--skinColor);
}
.product-card-subtitle {
    color: var(--secondaryColor);
    /* font-family: 'Manrope'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 145.889%; /* 17.507px */
    margin-bottom: 4px;
}
.product-card-price {
    color: var(--blackColor) !important;
    /* font-family: 'Manrope'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}

.btn-underline {
    color: var(--blackColor);
    /* font-family: 'Manrope'; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-underline:hover {
    color: var(--skinColor);
}

.mixitup-btn-wrap {
    margin-bottom: 20px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 52px;
    -moz-column-gap: 52px;
    column-gap: 52px;
    row-gap: 20px;
}
.product-filter-btn {
    color: #4d4d4d;
    /* font-family: 'Manrope'; */
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0;
    padding: 0;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product-filter-btn:hover {
    color: var(--blackColor);
}
.product-filter-btn.mixitup-control-active {
    color: var(--blackColor);
    font-weight: 700;
}

/* Seasonal Product */
.product-card-row2 {
    --bs-gutter-y: 60px;
    --bs-gutter-x: 22px;
}
.seasonal-section-title {
    max-width: 600px;
}
.seasonal-section-title-area {
    margin-bottom: 60px;
}

.pc-banner-wrap2 {
    width: 100%;
    position: relative;
    aspect-ratio: 312.356 / 320.648;
    max-height: 320.648px;
    min-height: 300px;
    background: var(--whiteColor);
    overflow: hidden;
}
.pc-banner-wrap2 .product-card-wishlist,
.pc-banner-wrap2 .product-card-view,
.pc-banner-wrap2 .product-card-share {
    background: var(--whiteColor);
}

/* Promotional Deal */
.promotional-deal-section {
    background-color: whitesmoke !important;
    position: relative;
}
.promotional-deal-banner {
    height: 100%;
    width: 50%;
    max-width: 950px;
    position: absolute;
    right: calc(50% + 12px);
    top: 0;
}
.promotional-deal-banner .banner {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.promotional-deal-content {
    padding-left: 28px;
    padding-top: 155px;
    padding-bottom: 155px;
    position: relative;
}
.promotional-section-subtitle {
    color: var(--blackColor);
    /* font-family: 'Manrope'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
    margin-bottom: 49px;
}

/* Timer */
.promotional-offer-timer {
    margin-bottom: 50px;
}
.promotional-offer-timer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 11px;
    -moz-column-gap: 11px;
    column-gap: 11px;
    row-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.promotional-offer-timer .time-wrap {
    width: 99px;
    height: 105px;
    border-radius: 12px;
    background: var(--whiteColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.promotional-offer-timer .time-wrap .value {
    color: var(--blackColor);
    text-align: center;
    /* font-family: 'Manrope'; */
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.promotional-offer-timer .time-wrap .which-value {
    color: var(--blackColor);
    text-align: center;
    /* font-family: 'Manrope'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.promotional-offer-timer .time-clone {
    color: var(--blackColor);
    /* font-family: 'Manrope'; */
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.pdw-category {
    color: var(--blackColor);
    font-family: "Meow Script";
    font-size: 48.125px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pdw-title {
    color: var(--blackColor);
    font-family: "Karla";
    font-size: 56.26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: -14.05px;
    margin-bottom: 2.32px;
    text-align: right;
}
.pdw-subtitle {
    color: var(--blackColor);
    font-family: "Meow Script";
    font-size: 20.469px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
.promotion-discount-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 145.407px;
    position: absolute;
    right: 6.23px;
    bottom: 33.94px;
    -webkit-transform: rotate(-17.62deg);
    -ms-transform: rotate(-17.62deg);
    transform: rotate(-17.62deg);
}

/* Style It Your Way */
.style-section-subtitle {
    color: var(--blackColor);
    text-align: center;
    /* font-family: 'Manrope'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
    margin-bottom: 37px;
}

.style-section {
    overflow-x: clip;
    margin-right: 100px;
}

.style-content {
    max-width: 494px;
    width: 100%;
    margin: 90px auto 0 auto;
}
.style-main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 30px;
}
.style-banner1 {
    margin-top: 124px;
    max-width: 356px;
    width: 100%;
    aspect-ratio: 356 / 534;
    position: relative;
    z-index: 1;
}
.style-banner1 .banner {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.style-banner1::after {
    position: absolute;
    content: "";
    left: -30px;
    top: -50px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #37bffd, #37bffd88, #ffffff59);
    -webkit-transform: rotate(-4.541deg);
    -ms-transform: rotate(-4.541deg);
    transform: rotate(-4.541deg);
    z-index: -1;
}
.style-banner2-wrap {
    max-width: 357.362px;
    width: 100%;
}
.style-banner2 {
    margin-top: 95px;
    width: 100%;
    aspect-ratio: 357.36/536.04;
    -webkit-transform: rotate(10.539deg);
    -ms-transform: rotate(10.539deg);
    transform: rotate(10.539deg);
    position: relative;
    z-index: 1;
}
.style-banner2 .banner {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.style-banner2::after {
    position: absolute;
    content: "";
    left: -25px;
    top: -40px;
    width: 100%;
    height: 100%;
    background: linear-gradient(#a5cf31, #a5cf3188, #eaebef59);
    -webkit-transform: rotate(356deg);
    -ms-transform: rotate(356deg);
    transform: rotate(356deg);
    z-index: -1;
}

/* Testimonial */
.testimonial-section {
    padding: 75px 0;
}
.testimonial-section-title-area {
    margin-bottom: 53px;
}

.testimonial-content-wrapper {
    border: 0.1px solid lightgrey;
    padding: 30px;
    background: transparent;
    margin: 10px;
    height: 350px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.testimonial-slider-active .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

/* New Testimonial */
.testimonial-wrapper {
    position: relative;
}
.ts-profile-items {
    left: 0;
    right: 0;
    max-width: 1012px;
    height: auto;
    padding: 0;
    margin: auto;
}
.ts-profile-items .slick-dots {
    display: none;
}
.ts-profile-image {
    position: relative;
}
.ts-profile-items .slick-slide.slick-current.slick-active.slick-center {
    margin: 0 3px;
}
.ts-profile-items .slick-slide.ts-profile-image {
    margin: 0 0px;
    width: 216px;
    height: 216px;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    opacity: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ts-profile-items .slick-slide.ts-profile-image img {
    width: 138px;
    height: 138px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover;
}
.ts-profile-items
    .slick-slide.slick-current.slick-active.slick-center.ts-profile-image
    img {
    width: 100%;
    height: 100%;
}

/* Testimonial Content */
.ts-content-items {
    position: relative;
    margin: 46px auto 0 auto;
    margin-bottom: 0px !important;
    max-width: 943px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: calc(54px + 66px);
}
.ts-content-items::after {
    position: absolute;
    content: "";
    width: 92px;
    aspect-ratio: 1/1;
    left: -52px;
    top: 10px;
    background: url(../images/quote-shape1.png) no-repeat scroll center center /
        cover;
}
.ts-content-items::before {
    position: absolute;
    content: "";
    width: 135px;
    aspect-ratio: 1/1;
    right: -84px;
    top: 40%;
    background: url(../images/quote-shape2.png) no-repeat scroll center center /
        cover;
}
.ts-content-items .slick-list {
    max-width: 595px;
    margin: 0 auto;
}
.ts-category {
    margin-bottom: 22px;
    color: var(--blackColor);
    text-align: center;
    /* font-family: 'Manrope'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ts-user-name {
    color: var(--blackColor);
    text-align: center;
    font-family: "Manrope";
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 36px;
}
.ts-user-rating {
    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: 12px;
    margin-bottom: 25.8px;
}
.ts-rating-star svg {
    display: block;
}
.ts-user-comment {
    color: var(--blackColor);
    text-align: center;
    /* font-family: 'Manrope'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 166.667%; /* 40px */
    max-width: 595px;
    margin: auto;
}
.ts-content-items .slick-dots {
    display: none;
}

.ts-content-items .slick-next {
    right: calc(50% - 72px);
}
.ts-content-items .slick-prev {
    left: calc(50% - 72px);
}
.ts-content-items .slick-prev,
.ts-content-items .slick-next {
    top: unset;
    bottom: 0;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: var(--whiteColor);
    border: 1px solid var(--blackColor);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ts-content-items .slick-prev:hover,
.ts-content-items .slick-next:hover {
    background: var(--blackColor);
    border-color: var(--blackColor);
}
.ts-content-items .slick-prev:before,
.ts-content-items .slick-next::before {
    font-family: uicons-regular-rounded !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--blackColor);
    opacity: 1;
}
.ts-content-items .slick-prev:hover:before,
.ts-content-items .slick-next:hover::before {
    color: var(--whiteColor);
}
.ts-content-items .slick-prev:before {
    content: "\f167";
}
.ts-content-items .slick-next::before {
    content: "\f169";
}

/* Blog */
.blog-section-title-area {
    margin-bottom: 52px;
}
.blog-card-row {
    --bs-gutter-y: 30px;
    --bs-gutter-x: 14px;
}

.blog-card {
    width: 100%;
    height: 100%;
    border: 0.1px solid lightgrey;
    overflow: hidden;
}
.blog-card-banner {
    display: block;
    width: 100%;
    aspect-ratio: 428 / 349;
    max-height: 349px;
    min-height: 300px;
    margin-bottom: 23px;
    overflow: hidden;
}
.blog-card-banner .banner {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.blog-card:hover .blog-card-banner .banner {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-card-category {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--blackColor);
    /* font-family: 'Manrope'; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}
.blog-card-category:hover {
    color: var(--secondaryColor);
}
.blog-card-title {
    display: block;
    color: var(--blackColor);
    font-family: "Antonio";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.96px;
    margin-bottom: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.blog-card-title:hover {
    color: var(--skinColor);
}
.blog-card-subtitle {
    color: var(--secondaryColor);
    /* font-family: 'Manrope'; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin-bottom: 16px;
}

/* Why Choose */
.why-choose-section {
    padding: 85px 0;
    background: url(../images/choose-bg.png) !important;
    object-fit: fill !important;
    border: none;
}
.promotional-deal-section {
    background: whitesmoke !important;
    border: none;
}
.testimonial-section {
    background: whitesmoke !important;
    /* border: 1px solid var(--blackColor); */
}
.trending-product-section {
    background: var(--whiteColor) !important;
}
.white-title {
    color: var(--whiteColor) !important;
}
.primary-title {
    color: var(--skinColor1) !important;
}
.secondary-title {
    color: #9b9b9b !important;
}
.section-subtitle2 {
    color: var(--blackColor);
    text-align: center;
    /* font-family: 'Manrope'; */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
}
.wcu-section-title-area {
    margin-bottom: 88px;
}
.wcu-section-subtitle {
    margin-bottom: 16px;
}
.max-w-494px {
    max-width: 494px;
}

.why-choose-item {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.why-choose-icon {
    min-height: 60px;
    width: fit-content;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.why-choose-title {
    color: var(--blackColor);
    text-align: left;
    font-family: "Antonio";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.02px;
    margin-bottom: 5px;
}
.why-choose-subtitle {
    color: #5d5d5d;
    text-align: left;
    /* font-family: 'Manrope'; */
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* Home Page 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;
}
.product-card-wishlist.active svg path {
    fill: #ef4a4a;
}
.category-iconbox img {
    height: 80px;
}
.slick-loading .slick-list {
    background: none !important;
}

/* New Category Column Styles */
.new-col {
    padding: 20px;
    transition: all 0.3s ease;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.new-col:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-color: var(--skinColor);
}
.new-col a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}
.new-col img {
    margin-bottom: 0;
    margin-right: 20px;
    display: block;
    width: 70px; /* Adjusted width for better fit */
    height: auto;
}
.new-col h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--blackColor);
    margin: 0;
    transition: color 0.3s ease;
    line-height: 1.3;
    font-family: "Manrope", sans-serif;
}
.new-col:hover h3 {
    color: var(--skinColor);
}

.hero-corner-btn.product-card-btn {
    position: static !important;
    transform: none !important;
    left: auto !important;
    bottom: auto !important;
    margin-top: 20px;
    display: inline-flex;
    padding: 17px 46px !important;
    font-size: 18px !important;
    border-radius: 4px;
    background: var(--blackColor);
    color: var(--whiteColor);
    border: 1px solid var(--blackColor);
}
.hero-corner-btn.product-card-btn::before,
.hero-corner-btn.product-card-btn::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: none !important;
}

.wc-btn-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    background: var(--blackColor);
    color: var(--whiteColor);
    border: 1px solid var(--blackColor);
    border-radius: 0;
    font-weight: 600;
    font-family: "Antonio", sans-serif;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.wc-btn-dark:hover {
    background: var(--skinColor);
    border-color: var(--skinColor);
    color: var(--whiteColor);
}
/* Contact Page */
.contact-card {
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 28px;
    transition: 0.2s ease;
    background: var(--whiteColor);
}
.contact-card:hover {
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
    border-color: var(--skinColor1);
}
.contact-card .icon-box {
    width: 64px;
    height: 64px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    background: rgba(245, 245, 245, 0.384);
}
.contact-card .icon-box svg path {
    stroke: var(--skinColor1);
}
.contact-card .contact-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--blackColor);
    letter-spacing: -0.5px;
}
.contact-card .contact-text {
    font-size: 15px;
    color: var(--secondaryColor);
    margin-bottom: 12px;
    /* font-family: 'Manrope'; */
}
.contact-card .contact-link {
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
    color: var(--blackColor);
    /* border-bottom: 1px solid var(--blackColor); */
    /* font-family: 'Manrope'; */
}
.contact-card .contact-link:hover {
    color: var(--skinColor);
    border-color: var(--skinColor);
}
.contact-form .form-control {
    padding: 14px 20px;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    color: var(--blackColor);
    /* font-family: 'Manrope'; */
}
.contact-form .form-control:focus {
    border-color: var(--blackColor);
    background: var(--whiteColor);
}
.contact-form .form-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--blackColor);
    margin-bottom: 8px;
    /* font-family: 'Manrope'; */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.fsh-breadcrumb .breadcrumb-item a {
    color: var(--secondaryColor);
}
.fsh-breadcrumb .breadcrumb-item.active {
    color: var(--blackColor);
    font-weight: 500;
}
.iFrame iframe {
    border-radius: 0;
    transition: 0.3s;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1620px;
    }
}

/* Hero Slider Pagination */
.hero-slider .swiper-pagination {
    left: 50% !important;
    transform: translateX(-50%);
    width: auto !important;
    z-index: 9999 !important;
    pointer-events: auto !important;
}
.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--blackColor);
    opacity: 0.2;
    margin: 0 6px !important;
    transition: all 0.3s ease !important;
    border: none !important;
    border-radius: 0 !important;
    display: inline-block !important;
    cursor: pointer !important;
}
.hero-slider .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: var(--blackColor) !important;
    width: 30px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
}

/* WOW Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.wow-fade-up {
    animation-name: fadeInUp;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

.delay-100 {
    animation-delay: 0.1s;
}
.delay-200 {
    animation-delay: 0.2s;
}
.delay-300 {
    animation-delay: 0.3s;
}
.delay-400 {
    animation-delay: 0.4s;
}
.delay-500 {
    animation-delay: 0.5s;
}

.smallDeviceShow,
.commonDivHidden {
    display: none;
}
@media (max-width: 991px) {
    .smallDeviceShow,
    .commonDivHidden {
        display: block;
    }
}

/* Fix for offcanvas z-index */
.offcanvas {
    z-index: 99999 !important;
}

/* Cart Overlay Styles */
.al-title-18px {
    font-size: 18px;
    font-weight: 700;
    color: var(--blackColor);
    line-height: 1.4;
}
.al-title-20px {
    font-size: 20px;
    font-weight: 700;
    color: var(--blackColor);
    line-height: 1.4;
}
.al-title-16px {
    font-size: 16px;
    font-weight: 600;
    color: var(--blackColor);
    line-height: 1.4;
}
.al-subtitle-16px {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondaryColor);
}
.al-subtitle-14px {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondaryColor);
}
.product-list-sm-group {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-list-view-sm {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.product-list-banner-sm {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}
.product-list-banner-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.quantity-input-wrap {
    display: inline-flex;
    align-items: center;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 4px;
}
.quantity-btn {
    background: none;
    border: none;
    padding: 0 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quantity-of-product {
    width: 40px;
    text-align: center;
    border: none;
    font-weight: 600;
    -moz-appearance: textfield;
}
.quantity-of-product::-webkit-outer-spin-button,
.quantity-of-product::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.fsh-btn-dark {
    background-color: var(--blackColor);
    color: var(--whiteColor);
    padding: 12px 24px;
    border: 1px solid var(--blackColor);
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
    width: 100%;
    text-align: center;
}
.fsh-btn-dark:hover {
    background-color: transparent;
    color: var(--blackColor);
}
.fsh-btn-outline-dark {
    background-color: transparent;
    color: var(--blackColor);
    padding: 12px 24px;
    border: 1px solid var(--blackColor);
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
    width: 100%;
    text-align: center;
}
.fsh-btn-outline-dark:hover {
    background-color: var(--blackColor);
    color: var(--whiteColor);
}
.fsh-text-gray {
    color: #888;
}
.fsh-text-dark {
    color: var(--blackColor);
}
.offcanvas-footer {
    padding: 20px;
    border-top: 1px solid #eee;
}
.cart-products-main {
    padding: 0 20px;
}
.product-remove2-btn {
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

/* Mobile Menu Styles */
.menuoffcanvas {
    width: 300px;
    background-color: var(--whiteColor);
    border-right: none;
}
.menuoffcanvas-header {
    justify-content: flex-end;
    padding: 20px;
}
.menuoffcanvas-body {
    padding: 20px;
    padding-top: 0;
}
.mobile-menu-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-menuitem-a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
    color: var(--blackColor);
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    transition: 0.3s;
}
.mobile-menuitem-a:hover {
    color: var(--skinColor);
}
.mobile-menuitem-a svg {
    width: 20px;
    height: 20px;
}
.mobile-menuitem-a .arrow {
    transition: 0.3s;
}
/* Submenu styles */
.mobile-menuitem-have-sub .mobile-dropdown-menu {
    display: none;
    padding-left: 20px;
    margin-top: 10px;
}
.mobile-menuitem-have-sub.active > .mobile-dropdown-menu {
    display: block;
}
.mobile-menuitem-have-sub.active > .mobile-menuitem-a .arrow {
    transform: rotate(180deg);
}
/* Search form in mobile menu */
.search-form-control {
    border: 1px solid #eee;
    padding: 12px 15px;
    border-radius: 4px;
    width: 100%;
    padding-right: 45px;
}
/* Nested Mobile Menu Styles */
.mobile-dropitem-have-sub .mobile-subdrop-menu {
    display: none;
    padding-left: 20px;
    margin-top: 10px;
}
.mobile-dropitem-have-sub.active > .mobile-subdrop-menu {
    display: block;
}
.mobile-dropitem-have-sub.active > .mobile-menuitem-a .arrow {
    transform: rotate(180deg);
}
.search-submit-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    background: var(--blackColor);
    color: #fff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}
.search-submit-btn:hover {
    background: var(--skinColor);
}

/* Premium Mobile Menu Enhancements */
.menuoffcanvas-header {
    background-color: var(--whiteColor);
    color: #fff;
    padding: 20px;
}
.menuoffcanvas-header .btn-close {
    opacity: 1;
}

/* Custom Margin Utility */
.custom-margin-100 {
    margin-left: 100px;
    margin-right: 100px;
}

/* Password Toggle Icon Positioning */
.input-password-wrap {
    position: relative;
    width: 100%;
}
.password-icons {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 20;
    line-height: 0;
    display: block; /* Ensure it's not hidden */
}
.password-icons svg {
    width: 20px;
    height: 20px;
    fill: var(--blackColor);
}
/* Missing Theme Classes for Auth */
.fsh-form-control {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px 15px;
    height: 48px;
    font-size: 14px;
    transition: all 0.3s ease;
}
.fsh-form-control:focus {
    border-color: var(--blackColor);
    box-shadow: none;
}
.fsh-btn-dark {
    background-color: var(--blackColor) !important;
    color: #fff !important;
    border: 1px solid var(--blackColor);
    padding: 12px;
    height: 48px;
    border-radius: 4px;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fsh-btn-dark:hover {
    background: transparent;
    color: var(--blackColor);
}
.fsh-btn-outline-secondary {
    background: transparent;
    color: #555;
    border: 1px solid #ddd;
    padding: 12px;
    height: 48px;
    border-radius: 4px;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fsh-btn-outline-secondary:hover {
    border-color: var(--blackColor);
    color: var(--blackColor);
}
.fsh-form-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
}
.mobile-menuitem-a {
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.3s ease;
}
.mobile-menuitem-a:hover,
.mobile-menuitem-have-sub.active > .mobile-menuitem-a {
    color: var(--blackColor);
    padding-left: 5px; /* Subtle movement */
    background: transparent;
}
.mobile-menuitem-a svg {
    margin-right: 8px; /* Proper icon spacing */
}
.mobile-dropdown-menu li a {
    font-size: 15px;
    padding: 10px 0;
    color: #555;
    border-bottom: 1px dashed #eee;
}
.mobile-dropdown-menu li a:hover {
    color: var(--blackColor);
    padding-left: 5px;
}

/* Mobile Bottom Menu Styles */
@media all and (max-width: 991px) {
    .commonDivHidden {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: var(--whiteColor);
        z-index: 9999;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
        padding: 8px 0;
        border-top: 1px solid #eee;
    }
    .smallDeviceShow {
        display: flex !important;
        align-items: center;
        justify-content: space-around;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .smallDeviceShow li {
        width: 25%;
        text-align: center;
    }
    .smallDeviceShow li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        font-size: 14px; /* Increased from 12px for better readability */
        font-weight: 500;
        color: var(--blackColor);
        transition: 0.3s;
    }
    .smallDeviceShow li a:hover {
        color: var(--skinColor);
    }
    .smallDeviceShow li a i {
        font-size: 22px; /* Increased icon size */
        line-height: 1;
        margin-bottom: 2px;
    }
    /* Add padding to body so content isn't hidden behind fixed footer */
    body {
        padding-bottom: 70px;
    }
}

/* Scroll Progress Circle Styles */
.scroll-progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
    background-color: var(--whiteColor);
}
.scroll-progress-wrap.active-scroll-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.scroll-progress-wrap::after {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5M5 12l7-7 7 7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}
.scroll-progress-wrap:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2377b249' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5M5 12l7-7 7 7'/%3E%3C/svg%3E");
}
.scroll-progress-wrap svg path {
    fill: none;
}
.scroll-progress-wrap svg.scroll-progress-circle path {
    stroke: var(--blackColor);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}
/* Adjust for small screens */

/* Product Details Page Styles */

/* Breadcrumb */
.fsh-breadcrumb .breadcrumb-item a {
    color: var(--blackColor);
    font-weight: 500;
    text-decoration: none;
}
.fsh-breadcrumb .breadcrumb-item.active {
    color: var(--skinColor);
}

/* Product Media Layout */
.tf-product-media-wrap {
    display: flex;
    gap: 20px;
}
.thumbs-slider-wrap {
    display: flex;
    gap: 15px;
}
.tf-product-media-thumbs {
    width: 80px;
    height: 500px;
    flex-shrink: 0;
}
.tf-product-media-thumbs .swiper-slide {
    height: auto !important;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}
.tf-product-media-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tf-product-media-thumbs .swiper-slide-thumb-active {
    border-color: var(--blackColor);
}
.tf-product-media-main {
    flex-grow: 1;
    height: 500px;
    overflow: hidden;
    border-radius: 8px;
    background: #f9f9f9;
}
.tf-product-media-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Typography & Badges */
.al-title-30px {
    font-size: 30px;
    font-weight: 600;
    color: var(--blackColor);
    line-height: 1.3;
}
.al-title-24px {
    font-size: 24px;
    font-weight: 600;
    color: var(--blackColor);
}
.sky-blue-badge-md {
    background: #e6f7ff;
    color: #0099cc;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

/* Attributes / Form Elements */
.size-checkbox2-btn {
    padding: 8px 16px;
    border: 1px solid #eee;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    color: var(--blackColor);
    display: block;
}
.size-checkbox2-input {
    display: none;
}
.size-checkbox2-input:checked + .size-checkbox2-btn {
    border-color: var(--blackColor);
    background: var(--blackColor);
    color: #fff;
}

.color-checkbox3-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent; /* default border */
    position: relative;
    background-color: var(--checkbox-color);
    box-shadow: 0 0 0 1px #ddd inset; /* border ring */
}
.color-checkbox3-input {
    display: none;
}
.color-checkbox3-input:checked + .color-checkbox3-btn::after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid var(--blackColor);
    border-radius: 50%;
}

/* Buttons & Icons */
.circle-iconbox-42px {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 50%;
    transition: 0.3s;
    color: var(--blackColor);
}
.circle-iconbox-42px:hover {
    background: var(--skinColor);
    border-color: var(--skinColor);
    color: #fff;
}
.circle-iconbox-42px svg path {
    transition: 0.3s;
}
.circle-iconbox-42px:hover svg path {
    fill: #fff;
}
.active .circle-iconbox-42px {
    background: var(--skinColor);
    border-color: var(--skinColor);
    color: #fff;
}

.circle-iconbox-48px {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Tabs */
.fsh-tab-pills {
    display: flex;
    gap: 30px; /* Increased gap */
    border-bottom: 2px solid #f0f0f0; /* Thicker, lighter border */
    margin-bottom: 40px;
    padding-bottom: 0;
    justify-content: center; /* Center tabs */
}
.fsh-tab-link {
    background: none !important; /* Override bootstrap */
    border: none !important;
    border-radius: 0 !important; /* Remove bootstrap radius */
    padding: 15px 5px !important;
    font-size: 18px;
    font-weight: 600;
    color: #888 !important; /* Lighter default color */
    position: relative;
    cursor: pointer;
    margin-bottom: -2px; /* Pull overlap border */
}

/* Override Bootstrap .nav-pills .nav-link.active */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.fsh-tab-link.active {
    color: var(--blackColor) !important;
    background-color: transparent !important;
}

.fsh-tab-link.active::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 3px; /* Thicker active indicator */
    background: var(--blackColor);
}

/* Additional Info Table Redesign */
#pills-info2 {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
}

#pills-info2 .mt-20px.mb-20px {
    margin: 0 !important; /* Remove excessive wrapper spacing */
}

.product-additional-info {
    display: grid;
    grid-template-columns: 200px 1fr; /* Fixed label width, flexible content */
    padding: 15px 25px;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
    background-color: #fff;
    transition: background-color 0.2s;
}

.product-additional-info:hover {
    background-color: #fcfcfc;
}

/* Remove last border */
#pills-info2 > div:last-child .product-additional-info {
    border-bottom: none;
}

.product-additional-title {
    font-size: 15px !important;
    color: #666 !important;
    font-weight: 500 !important;
    margin: 0;
}

.product-additional-info h4 {
    font-size: 15px !important;
    color: var(--blackColor) !important;
    font-weight: 600 !important;
    margin: 0;
}

@media (max-width: 575px) {
    .product-additional-info {
        grid-template-columns: 1fr;
        gap: 5px;
    }
}

/* Ratings */
.ratings-stars-main-wrap {
    gap: 30px;
}
.fsh-border-bottom {
    border-bottom: 1px solid #eee;
}
.rating-progress-main-wrap {
    flex-grow: 1;
    max-width: 400px;
}
.single-rating-progress-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.single-rating-progress-wrap .rating {
    min-width: 50px;
    font-size: 14px;
    margin: 0;
}
.single-rating-progress-wrap .count {
    min-width: 30px;
    font-size: 14px;
    margin: 0;
    text-align: right;
}
.progressbar-width {
    flex-grow: 1;
    height: 6px;
    background: #eee;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}
.animate-progress::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #ffc107; /* Star yellow */
    width: calc(var(--skill) * 1%);
}

/* Related Products Swiper Overflow Fix */
.products-slider {
    overflow: hidden !important;
    padding: 10px 4px; /* Slight vertical padding for shadow, horizontal padding minimal */
    margin: 0; /* strict no negative margin */
}
/* Ensure pagination doesn't cause overflow if present outside */
.products-slider .swiper-wrapper {
    z-index: 1;
}
.products-slider .swiper-slide {
    height: auto !important;
    overflow: visible ;
    z-index: 1;
}
/* Ensure hovered card stays on top */
.products-slider .swiper-slide:hover,
.product-card:hover {
    z-index: 99 !important;
    position: relative;
    overflow: visible;
}

/* Fix for PC Icons clipping */
.pc-banner-icons {
    z-index: 100 !important;
}

/* Related Products Slider Nav */
.products-slider-prev-btn,
.products-slider-next-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}
.products-slider-prev-btn:hover,
.products-slider-next-btn:hover {
    background: var(--blackColor);
    border-color: var(--blackColor);
}
.products-slider-prev-btn:hover svg path,
.products-slider-next-btn:hover svg path {
    stroke: #fff;
}

@media (max-width: 767px) {
    .tf-product-media-wrap {
        flex-direction: column-reverse;
    }
    .thumbs-slider-wrap {
        flex-direction: row;
        overflow-x: auto;
    }
    .tf-product-media-thumbs {
        width: 100%;
        height: auto;
        display: flex;
        gap: 10px;
    }
    .tf-product-media-thumbs .swiper-slide {
        width: 60px !important;
        height: 60px !important;
        margin-bottom: 0;
    }
    .ratings-stars-main-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* Button Styles */
.fsh-btn-dark {
    background: var(--blackColor);
    color: #fff;
    border: 1px solid var(--blackColor);
    padding: 10px 30px;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 4px;
    display: inline-block;
}
.fsh-btn-dark:hover {
    background: transparent;
    color: var(--blackColor);
}

.fsh-btn-outline-dark {
    background: transparent;
    color: var(--blackColor);
    border: 1px solid var(--blackColor);
    padding: 10px 30px;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
}
.fsh-btn-outline-dark:hover {
    background: var(--blackColor);
    color: #fff;
}

.fsh-btn-warning {
    background: #ffc107; /* Standard warning color, or use skinColor */
    color: #000;
    border: 1px solid #ffc107;
    padding: 12px 30px;
    font-weight: 600;
    transition: 0.3s;
    border-radius: 4px;
    display: inline-block;
}
.fsh-btn-warning:hover {
    background: #e0a800;
    border-color: #e0a800;
}

/* Missing Typography for Tabs */
.al-title-18px {
    font-size: 18px;
    font-weight: 600;
    color: var(--blackColor);
    line-height: 1.4;
}
.al-title-16px {
    font-size: 16px;
    font-weight: 600;
    color: var(--blackColor);
    line-height: 1.4;
}
.al-subtitle-16px {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 1.6;
}

/* Text Utilities */
.fsh-text-gray {
    color: #888 !important;
}
.fsh-text-dark {
    color: var(--blackColor) !important;
}

/* All Products Page Styles */

/* Typography */
.al-title-42px {
    font-size: 42px;
    font-weight: 700;
    color: var(--blackColor);
    line-height: 1.2;
}
.al-title-20px {
    font-size: 20px;
    font-weight: 600;
    color: var(--blackColor);
}
.al-title-14px {
    font-size: 14px;
    font-weight: 600;
    color: var(--blackColor);
}
.al-subtitle-14px {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
}

/* Utilities */
.fsh-border-bottom {
    border-bottom: 1px solid #eee;
}
.mb-common {
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.mb-25px {
    margin-bottom: 25px;
}

/* Filter Header */
.filter-tab-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.recap .btn {
    padding: 0;
    border: none;
    background: transparent;
}

/* Filter Nav Pills (Grid/List View) */
.filter-nav-pills {
    background: #f5f5f5;
    padding: 5px;
    border-radius: 5px;
    display: inline-flex;
    gap: 5px;
}
.filter-nav-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: transparent;
    border: none;
    padding: 0;
}
.filter-nav-link.active {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* Filter Nav Pills Fix (Stronger Overrides) */
.filter-nav-pills .nav-link {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.filter-nav-pills .nav-link.active,
.filter-nav-pills .show > .nav-link {
    background-color: #fff !important; /* Force white background */
    color: var(--blackColor) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.filter-nav-pills .nav-link svg circle,
.filter-nav-pills .nav-link svg rect {
    fill: #818195;
    transition: 0.3s;
}
.filter-nav-pills .nav-link.active svg circle,
.filter-nav-pills .nav-link.active svg rect {
    fill: var(--blackColor); /* Force black icon on active */
}
.filter-nav-link svg circle,
.filter-nav-link svg rect {
    fill: #818195;
}
.filter-nav-link.active svg circle,
.filter-nav-link.active svg rect {
    fill: var(--blackColor);
}

/* Filter Sidebar Elements */
.category-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    font-size: 15px;
    padding: 5px 0;
    transition: 0.3s;
}
.category-nav-link:hover,
.category-nav-link.active {
    color: var(--blackColor);
    font-weight: 500;
}

/* Color Checkbox (Sidebar specific) */
.color-checkbox2-btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--checkbox-color);
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
}
.color-checkbox2-input {
    display: none;
}
.color-checkbox2-input:checked + .color-checkbox2-btn,
.color-checkbox2-input:checked ~ .color-checkbox2-btn {
    /* Fix for different label/input nesting */
    border-color: var(--blackColor);
    transform: scale(1.1);
}
/* Fix for specific markup in sidebar where input is after label */
.color-checkbox2-input:checked + label,
.position-relative input:checked + label {
    border-color: var(--blackColor);
    box-shadow: 0 0 0 2px #fff inset;
}
.position-relative:has(.color-checkbox2-input:checked) .color-checkbox2-btn {
    border-color: var(--blackColor);
    box-shadow: 0 0 0 2px #fff inset;
}

/* Rating Checkbox */
.mcheck-label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    color: #666;
    font-size: 14px;
}
.mcheck-input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}
.mcheck-input:checked {
    background-color: var(--blackColor);
    border-color: var(--blackColor);
}

/* Nice Select Override for Sort By */
.fsh-nice-select {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 30px;
    min-width: 180px;
    color: #555;
    font-size: 14px;
}

/* Product Grid Layout Variants */
.product-card.layout_md .pc-banner-wrap2,
.product-card.layout_lg .pc-banner-wrap2 {
    height: auto;
    min-height: 300px; /* Ensure larger layouts have appropriate height */
}
.product-card.layout_lg .pc-banner-wrap2 {
    height: 400px;
}
.product-card.layout_md .product-card-title,
.product-card.layout_md .product-card-price {
    font-size: 20px;
}
.product-card.layout_lg .product-card-title,
.product-card.layout_lg .product-card-price {
    font-size: 22px;
}

/* Pagination Styling */
.page-item .page-link {
    color: var(--blackColor);
    border: none;
    background: transparent;
    font-weight: 500;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin: 0 2px;
    text-decoration: none;
}
.page-item.active .page-link {
    background-color: var(--blackColor);
    color: #fff;
    border-color: var(--blackColor);
}
.page-item.disabled .page-link {
    color: #ccc;
    cursor: not-allowed;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    background: #f5f5f5;
    border-radius: 50%;
}
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    background: var(--blackColor);
    color: #fff;
}

/* Breadcrumb Styling Override */
.breadcrumb-item a {
    color: #666;
    text-decoration: none;
}
.breadcrumb-item.active {
    color: var(--blackColor);
    font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #ccc;
}

/* Offcanvas Filter Fix (Mobile) */
.filter-offcanvas {
    width: 300px !important;
}
.filter-offcanvas .offcanvas-header {
    border-bottom: 1px solid #f0f0f0;
}
.filter-offcanvas .offcanvas-body {
    padding: 20px;
}

/* Breadcrumb Styles */
.breadcrumb-area {
    padding: 20px 0;
}
.fsh-breadcrumb {
    background-color: transparent !important;
    padding: 0;
    margin-bottom: 0;
    justify-content: center; /* Center align breadcrumb items */
}
.breadcrumb-item {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}
.breadcrumb-item a {
    color: #888;
    text-decoration: none;
    transition: color 0.3s;
}
.breadcrumb-item a:hover {
    color: var(--blackColor);
}
.breadcrumb-item.active {
    color: var(--blackColor);
    font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #ccc;
    padding: 0 8px;
}

/* Pagination Styling (Refined) */
.fsh-pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 40px 0 20px;
    gap: 8px;
}
.fsh-pagination .fsh-page-link {
    color: var(--blackColor);
    border: 1px solid #eee;
    background: #fff;
    font-weight: 600;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* Circular aesthetics */
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}
.fsh-pagination .page-item.active .fsh-page-link,
.fsh-pagination .fsh-page-link.active {
    background-color: var(--blackColor);
    color: #fff;
    border-color: var(--blackColor);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Make active pop */
}
.fsh-pagination .fsh-page-link:hover {
    background-color: #f9f9f9;
    border-color: #ccc;
}
.fsh-pagination .page-item.active .fsh-page-link:hover {
    background-color: var(--blackColor);
    border-color: var(--blackColor);
}
.fsh-pagination .disabled .fsh-page-link {
    color: #e3e3e3;
    cursor: not-allowed;
    background: #fdfdfd;
}
.fsh-pagination .fsh-page-link svg path {
    stroke: currentColor;
}

/* Filter Rating Select Styles */
.filter-rating-select {
    margin-bottom: 25px;
}
.mcheck-label {
    display: flex;
    align-items: center;
    gap: 2px; /* Tight spacing for stars */
    cursor: pointer;
    font-size: 14px;
    color: #555;
    transition: 0.3s;
}
.mcheck-label:hover {
    color: var(--blackColor);
}
.mcheck-input {
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    accent-color: var(
        --blackColor
    ); /* Modern browser support for checkbox color */
    margin-top: 0;
    margin-right: 10px; /* Space between input and stars */
}
.mcheck-label img {
    height: 14px;
    width: auto;
}
.mcheck-label span {
    margin-left: 5px; /* Space between stars and text */
    font-weight: 500;
}

/* Price Range Slider Styles */
#slider-range {
    height: 6px;
    background: #e5e5e5;
    border: none;
    border-radius: 3px;
    margin-top: 10px;
    position: relative;
}
#slider-range .ui-slider-range {
    background: var(--blackColor);
    border-radius: 3px;
    position: absolute;
    height: 100%;
}
#slider-range .ui-slider-handle {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 3px solid var(--blackColor);
    border-radius: 50%;
    cursor: pointer;
    top: -6px;
    outline: none;
    position: absolute;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#slider-range .ui-slider-handle:hover {
    transform: scale(1.1);
}

/* Product Media & Zoom Styles */
.tf-product-media-wrap {
    position: relative;
    display: flex;
    gap: 20px;
}
.thumbs-slider-wrap {
    display: flex;
    gap: 15px;
    width: 100%;
}
.tf-product-media-thumbs {
    flex: 0 0 80px;
    height: 500px;
    order: -1;
}
.tf-product-media-thumbs .swiper-slide {
    height: auto !important;
    margin-bottom: 15px;
    cursor: pointer;
    border: 1px solid transparent;
}
.tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--blackColor);
}
.tf-product-media-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.tf-product-media-main {
    flex: 1;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
}
/* Ensure parent containers are full width */
.tf-product-media-main .item {
    width: 100%;
    display: block;
}

.tf-product-media-main img {
    width: 100%;
    height: 450px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
    cursor: default;
}

/* Fix for WOW.js FOUC/Double Load feel */
.wow {
    visibility: hidden;
}


