/*---------------------------------------------"
// Template Name: PowerUp
// Description: PowerUp Html Template
// Version: 1.0.0

===============================================
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("css2.css");

@font-face {
    font-family: "NEARING";
    font-style: normal;
    font-weight: 400;
    /* src: url(../font/nearing-thin.ttf) format("woff2"); */
}

@font-face {
    font-family: "NEARING";
    font-style: normal;
    font-weight: 500;
    /* src: url(../font/nearing-regular.ttf) format("woff2"); */
}

@font-face {
    font-family: "NEARING";
    font-style: normal;
    font-weight: 600;
    /* src: url(../font/nearing-medium.ttf) format("woff2"); */
}

@font-face {
    font-family: "NEARING";
    font-style: normal;
    font-weight: 700;
    /* src: url(../font/nearing-bold.ttf) format("woff2"); */
}

@font-face {
    font-family: "NEARING";
    font-style: normal;
    font-weight: 800;
    /* src: url(../font/nearing-black.ttf) format("woff2"); */
}

@font-face {
    font-family: "NEARING";
    font-style: normal;
    font-weight: 900;
    /* src: url(../font/nearing-extrabold.ttf) format("woff2"); */
}

/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Gradients */
/* Border-Radius */
/* Gap */
/*-------------------------
    Responsive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul.list-style,
ol.list-style {
    padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
    color: #9EEF0B;
}

.unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.row {
    margin-right: calc(-0.33333 * var(--bs-gutter-x));
    margin-left: calc(-0.33333 * var(--bs-gutter-x));
}

.row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.33333);
    padding-left: calc(var(--bs-gutter-x) * 0.33333);
}

/*-------------------------
  Typography
-------------------------*/
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #45474F;
    background-color: #FAFAFA;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: clamp(15px, 0.833vw, 40px);
    font-weight: 400;
    line-height: 140%;
    height: 100%;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

.container-fluid {
    /*width: 90vw;*/
    margin: 0 auto;
}

@media (max-width: 575px) {
    .container-fluid {
        width: 97vw;
    }
}

a {
    display: inline-block;
    text-decoration: none;
    color: unset;
    transition: all 0.5s ease-in-out;
}

a:hover {
    color: #9EEF0B;
    transition: all 0.5s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
    margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-bottom: 0;
}

h1,
.h1 {
    font-family: "NEARING";
    text-transform: uppercase;
    font-size: clamp(73px, 5vw, 220px);
    /* 96px */
    font-weight: 700;
    line-height: 120%;
    /* 114px */
    letter-spacing: -2.85px;
}

@media (max-width: 1199px) {
    h1,
    .h1 {
        font-size: clamp(65px, 5.088vw, 72px);
        /* 61px */
    }
}

@media (max-width: 820px) {
    h1,
    .h1 {
        font-size: clamp(44px, 5.854vw, 58px);
        /* 48px */
    }
}

h2,
.h2 {
    font-family: "NEARING";
    font-weight: 500;
    font-size: clamp(36px, 2.083vw, 160px);
    /*40*/
    line-height: 120%;
}

@media (max-width: 820px) {
    h2,
    .h2 {
        font-size: clamp(24px, 3.293vw, 34px);
        /*27*/
    }
}

@media (max-width: 490px) {
    h2,
    .h2 {
        font-size: clamp(22px, 4.694vw, 27px);
        /*21*/
    }
}

h3,
.h3 {
    font-family: "NEARING";
    font-weight: 700;
    font-size: clamp(29px, 1.719vw, 130px);
    /*33*/
    line-height: 125%;
    letter-spacing: -0.47px;
}

@media (max-width: 820px) {
    h3,
    .h3 {
        font-size: clamp(23px, 2.927vw, 48px);
        /*24*/
    }
}

@media (max-width: 490px) {
    h3,
    .h3 {
        font-size: clamp(21px, 4.49vw, 38px);
        /*22*/
    }
}

h4,
.h4 {
    font-family: "NEARING";
    font-size: clamp(24px, 1.458vw, 105px);
    /* 28px */
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

@media (max-width: 1024px) {
    h4,
    .h4 {
        font-size: clamp(21px, 2.246vw, 36px);
    }
}

@media (max-width: 768px) {
    h4,
    .h4 {
        font-size: clamp(20px, 2.474vw, 32px);
    }
}

@media (max-width: 490px) {
    h4,
    .h4 {
        font-size: clamp(19px, 3.878vw, 28px);
    }
}

h5,
.h5 {
    font-family: "NEARING";
    font-size: clamp(19px, 1.198vw, 90px);
    /* 23px */
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.021875vw;
}

@media (max-width: 1024px) {
    h5,
    .h5 {
        font-size: clamp(18px, 1.953vw, 24px);
    }
}

@media (max-width: 768px) {
    h5,
    .h5 {
        font-size: clamp(18px, 2.344vw, 21px);
    }
}

@media (max-width: 490px) {
    h5,
    .h5 {
        font-size: 21px;
    }
}

h6,
.h6 {
    font-family: "NEARING";
    font-size: clamp(17px, 0.99vw, 72px);
    /*19*/
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.32px;
}

@media (min-width: 1921px) {
    h6,
    .h6 {
        line-height: 150%;
    }
}

@media (max-width: 820px) {
    h6,
    .h6 {
        font-size: clamp(16px, 2.195vw, 22px);
        /*18*/
    }
}

@media (max-width: 490px) {
    h6,
    .h6 {
        font-size: clamp(17px, 3.673vw, 21px);
        /*16*/
    }
}

p,
.text-16 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(15px, 0.833vw, 42px);
    font-weight: 400;
    line-height: 150%;
}

.text-16.medium {
    font-weight: 500;
}

.text-16.semibold {
    font-weight: 600;
}

.lead {
    font-size: clamp(17px, 0.99vw, 48px);
    font-weight: 400;
    line-height: 150%;
}

.eyebrow {
    color: #0C0C0D;
    font-size: 12px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    line-height: 120%;
}

.subtitle {
    font-size: clamp(14px, 0.729vw, 36px);
    /* 14px */
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.caption {
    font-size: clamp(12px, 0.677vw, 32px);
    /* 13px */
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 1499px) {
    .caption {
        font-size: 13px;
    }
}

span {
    display: inline-block;
}

b,
strong {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.hr-line {
    height: 1px;
    width: 100%;
    background: #0C0C0D;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
    color: #9EEF0B;
}

.color-sec {
    color: #DD3842;
}

.color-ter {
    color: #004439;
}

.color-quant {
    color: #FF7A00;
}

.dark-black {
    color: #0C0C0D;
}

.black {
    color: #0C0C0D;
}

.medium-black {
    color: #1E1F20;
}

.light-black {
    color: #141516;
}

.white {
    color: #FAFAFA !important;
}

.dark-gray {
    color: #45474F;
}

.light-gray {
    color: #92949F;
}

.lightest-gray {
    color: #EAEAEC;
}

.black-hover {
    color: #0C0C0D;
    transition: all 0.5s ease-in-out;
}

.black-hover:hover {
    color: #9EEF0B;
    transition: all 0.5s ease-in-out;
}

.bg-primary {
    background: #9EEF0B;
}

.bg-sec {
    background: #DD3842;
}

.bg-ter {
    background: #004439;
}

.bg-quant {
    background: #FF7A00;
}

.bg-dark-black {
    background: #0C0C0D;
}

.bg-black {
    background: #0C0C0D;
}

.bg-medium-black {
    background: #1E1F20;
}

.bg-light-black {
    background: #141516;
}

.bg-white {
    background: #FAFAFA !important;
}

.bg-dark-gray {
    background: #45474F;
}

.bg-light-gray {
    background: #92949F;
}

.bg-lightest-gray {
    background: #EAEAEC;
}

.box-shadow-1 {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.font-primary {
    font-family: "NEARING";
}

.font-sec {
    font-family: "Plus Jakarta Sans", sans-serif;
}

.br-5 {
    border-radius: clamp(5px, 0.26vw, 12px);
}

.br-10 {
    border-radius: clamp(6px, 0.521vw, 20px);
}

.br-15 {
    border-radius: clamp(8px, 0.781vw, 30px);
}

.br-20 {
    border-radius: clamp(10px, 1.042vw, 32px);
}

.br-25 {
    border-radius: clamp(12px, 1.302vw, 40px);
}

.br-30 {
    border-radius: clamp(15px, 1.563vw, 50px);
}

.br-50per {
    border-radius: 50%;
}

.hover-link {
    transition: all 0.5s ease-in-out;
}

.hover-link:hover {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

.svg-20 {
    width: clamp(18px, 1.042vw, 48px);
    height: clamp(18px, 1.042vw, 48px);
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.my-80 {
    margin-top: clamp(48px, 4.167vw, 160px);
    margin-bottom: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .my-80 {
        margin: 40px 0;
    }
}

.mt-80 {
    margin-top: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .mt-80 {
        margin-top: 40px;
    }
}

.mb-80 {
    margin-bottom: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .mb-80 {
        margin-bottom: 40px;
    }
}

.mb-64 {
    margin-bottom: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
    .mb-64 {
        margin-bottom: 26px;
    }
}

.mt-64 {
    margin-top: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
    .mt-64 {
        margin-top: 26px;
    }
}

.mt-48 {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .mt-48 {
        margin-top: 20px;
    }
}

.mb-48 {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .mb-48 {
        margin-bottom: 20px;
    }
}

.mb-40 {
    margin-bottom: clamp(24px, 2.083vw, 80px);
}

@media (max-width: 575px) {
    .mb-40 {
        margin-bottom: 20px;
    }
}

.mt-40 {
    margin-top: clamp(24px, 2.083vw, 80px);
}

@media (max-width: 575px) {
    .mt-40 {
        margin-top: 20px;
    }
}

.my-40 {
    margin: clamp(24px, 2.083vw, 80px) 0;
}

@media (max-width: 575px) {
    .my-40 {
        margin: 20px 0;
    }
}

.mt-32 {
    margin-top: clamp(24px, 1.667vw, 64px) !important;
}

@media (max-width: 991px) {
    .mt-32 {
        margin-top: 2.422vw;
    }
}

@media (max-width: 580px) {
    .mt-32 {
        margin-top: 4.082vw;
    }
}

.mb-32 {
    margin-bottom: clamp(24px, 1.667vw, 64px) !important;
}

@media (max-width: 991px) {
    .mb-32 {
        margin-bottom: 2.422vw;
    }
}

@media (max-width: 580px) {
    .mb-32 {
        margin-bottom: 4.082vw;
    }
}

.mt-24 {
    margin-top: clamp(21px, 1.25vw, 48px);
}

@media (max-width: 991px) {
    .mt-24 {
        margin-top: 2.117vw;
    }
}

@media (max-width: 767px) {
    .mt-24 {
        margin-top: 1.613vw;
    }
}

.mb-24 {
    margin-bottom: clamp(21px, 1.25vw, 48px);
}

@media (max-width: 991px) {
    .mb-24 {
        margin-bottom: 2.117vw;
    }
}

@media (max-width: 767px) {
    .mb-24 {
        margin-bottom: 1.613vw;
    }
}

@media (max-width: 490px) {
    .mb-24 {
        margin-bottom: 16px;
    }
}

.mb-20 {
    margin-bottom: clamp(16px, 1.042vw, 48px);
}

.mt-16 {
    margin-top: clamp(14px, 0.833vw, 32px);
}

@media (max-width: 991px) {
    .mt-16 {
        margin-top: 1.512vw;
    }
}

@media (max-width: 767px) {
    .mt-16 {
        margin-top: 2.449vw;
    }
}

.mb-16 {
    margin-bottom: clamp(14px, 0.833vw, 32px);
}

@media (max-width: 991px) {
    .mb-16 {
        margin-bottom: 1.512vw;
    }
}

@media (max-width: 767px) {
    .mb-16 {
        margin-bottom: 2.449vw;
    }
}

.mb-12 {
    margin-bottom: 0.625vw;
}

@media (max-width: 1199px) {
    .mb-12 {
        margin-bottom: 0.917vw;
    }
}

@media (max-width: 991px) {
    .mb-12 {
        margin-bottom: 1.009vw;
    }
}

@media (max-width: 767px) {
    .mb-12 {
        margin-bottom: 1.043vw;
    }
}

.mb-8 {
    margin-bottom: 0.417vw;
}

@media (max-width: 490px) {
    .mb-8 {
        margin-bottom: 0.816vw;
    }
}

.mb-4p {
    margin-bottom: 4px;
}

.py-160 {
    padding: clamp(96px, 8.32vw, 320px) 0;
}

@media (max-width: 575px) {
    .py-160 {
        padding: 80px 0;
    }
}

.pt-160 {
    padding-top: clamp(96px, 8.32vw, 320px);
}

@media (max-width: 575px) {
    .pt-160 {
        padding-top: 80px;
    }
}

.pb-160 {
    padding-bottom: clamp(96px, 8.32vw, 320px);
}

@media (max-width: 575px) {
    .pb-160 {
        padding-bottom: 80px;
    }
}

.p-96 {
    padding: clamp(58px, 5vw, 192px);
}

.py-80 {
    padding-top: clamp(48px, 4.167vw, 160px);
    padding-bottom: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .py-80 {
        padding: 40px 0;
    }
}

.pt-80 {
    padding-top: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .pt-80 {
        padding-top: 40px;
    }
}

.pb-80 {
    padding-bottom: clamp(48px, 4.167vw, 160px);
}

@media (max-width: 575px) {
    .pb-80 {
        padding-bottom: 40px;
    }
}

.py-64 {
    padding-top: clamp(32px, 3.33vw, 128px);
    padding-bottom: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
    .py-64 {
        padding: 26px 0;
    }
}

.pt-64 {
    padding-top: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
    .pt-64 {
        padding-top: 26px;
    }
}

.pb-64 {
    padding-bottom: clamp(32px, 3.33vw, 128px);
}

@media (max-width: 767px) {
    .pb-64 {
        padding-bottom: 26px;
    }
}

.py-48 {
    padding: clamp(28px, 2.5vw, 80px) 0;
}

@media (max-width: 575px) {
    .py-48 {
        padding: 24px 0;
    }
}

.pt-48 {
    padding-top: clamp(28px, 2.5vw, 80px);
}

@media (max-width: 575px) {
    .pt-48 {
        padding-top: 24px;
    }
}

.pb-48 {
    padding-bottom: clamp(28px, 2.5vw, 80px);
}

@media (max-width: 575px) {
    .pb-48 {
        padding-bottom: 24px;
    }
}

.py-40 {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 575px) {
    .py-40 {
        padding: 32px 0;
    }
}

.pt-40 {
    padding-top: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 575px) {
    .pt-40 {
        padding-top: 32px;
    }
}

.pb-40 {
    padding-bottom: 20px;
}

@media (max-width: 575px) {
    .pb-40 {
        padding-bottom: 32px;
    }
}

.ps-32 {
    padding-left: clamp(18px, 1.667vw, 64px);
    padding-right: clamp(18px, 1.667vw, 64px);
}

.p-32 {
    padding: clamp(18px, 1.667vw, 64px);
}

.pt-32 {
    padding-top: clamp(18px, 1.667vw, 64px);
}

.py-32 {
    padding: clamp(18px, 1.667vw, 64px) 0;
}

.py-24 {
    padding: clamp(16px, 1.25vw, 48px) 0;
}

.p-24 {
    padding: clamp(16px, 1.25vw, 48px) !important;
}

.pt-24 {
    padding-top: clamp(16px, 1.25vw, 48px);
}

.pl-24 {
    padding-left: clamp(16px, 1.25vw, 48px);
}

.pb-24 {
    padding-bottom: clamp(16px, 1.25vw, 48px);
}

.pl-16 {
    padding-left: clamp(10px, 0.938vw, 36px);
}

.p-8-12 {
    padding: clamp(4px, 0.417vw, 16px) clamp(5px, 0.521vw, 20px);
}

.p-8 {
    padding: clamp(6px, 0.417vw, 16px);
}

.gap-4 {
    gap: clamp(2px, 0.208vw, 8px);
}

.gap-8 {
    gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
    gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
    gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
    gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
    gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
    gap: clamp(14px, 0.938vw, 36px);
}

.gap-20 {
    gap: clamp(16px, 1.042vw, 40px);
}

.gap-24 {
    gap: clamp(18px, 1.25vw, 48px);
}

.gap-32 {
    gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
    gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
    gap: clamp(10px, 2.5vw, 28px);
}

.gap-64 {
    gap: clamp(48px, 3.333vw, 128px);
}

/*-------------------------
Elements
-------------------------*/
.back-to-top {
    position: fixed;
    bottom: 0px;
    right: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(40px, 2.5vw, 96px);
    height: clamp(40px, 2.5vw, 96px);
    font-size: clamp(16px, 1.25vw, 64px);
    border-radius: 50%;
    background: #0C0C0D;
    color: #FAFAFA;
    text-align: center;
    opacity: 0;
    text-decoration: none;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform: translateY(20%);
}

.back-to-top:hover {
    background: #9EEF0B;
    color: #0C0C0D;
}

.back-to-top.show {
    opacity: 1;
    transform: translateY(-100%);
}

@media (max-width: 490px) {
    .back-to-top {
        right: -20px;
        bottom: -20px;
    }
}

.cus-btn {
    font-weight: 600;
    display: inline-block;
    padding: clamp(10px, 0.63vw, 48px) clamp(24px, 1.667vw, 64px);
    border-radius: 48px;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    font-size: clamp(14px, 0.833vw, 42px);
    cursor: pointer;
    color: #FAFAFA;
    z-index: 1;
    background: #0C0C0D;
}

.cus-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.cus-btn:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #9EEF0B;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.cus-btn:hover {
    color: #0C0C0D;
}

.cus-btn:hover:before {
    top: -35%;
    background-color: #9EEF0B;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.cus-btn:hover:after {
    top: -45%;
    background-color: #9EEF0B;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.cus-btn-2 {
    font-weight: 600;
    display: inline-block;
    padding: clamp(10px, 0.63vw, 48px) clamp(24px, 1.667vw, 64px);
    border: 1px solid #9EEF0B;
    border-radius: 48px;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    font-size: clamp(14px, 0.833vw, 42px);
    cursor: pointer;
    color: #0C0C0D;
    background: #9EEF0B;
    z-index: 1;
}

.cus-btn-2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.85s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.cus-btn-2:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.85s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.cus-btn-2:hover {
    border: 1px solid #9EEF0B;
    color: #0C0C0D;
}

.cus-btn-2:hover:before {
    top: -35%;
    background-color: #9EEF0B;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.cus-btn-2:hover:after {
    top: -45%;
    background-color: #FAFAFA;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.cus-btn-3 {
    font-weight: 600;
    display: inline-block;
    padding: clamp(8px, 0.729vw, 48px) clamp(16px, 1.25vw, 64px);
    border-radius: 4px;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    font-size: clamp(14px, 0.833vw, 42px);
    cursor: pointer;
    color: #0C0C0D;
    background: #FAFAFA;
    z-index: 1;
}

.cus-btn-3:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.cus-btn-3:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #9EEF0B;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.cus-btn-3:hover {
    color: #ffffff;
}

.cus-btn-3:hover:before {
    top: -35%;
    background-color: #9EEF0B;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.cus-btn-3:hover:after {
    top: -45%;
    background-color: #9EEF0B;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.cus-btn-arrow {
    width: fit-content;
    background: #9EEF0B;
    color: #0C0C0D;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.5s ease-in-out;
    padding: 5px;
    border-radius: 50px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    height: 50px;
}

@media (min-width: 1921px) {
    .cus-btn-arrow {
        padding: 5px;
    }
}

.cus-btn-arrow.light {
    background: #FAFAFA;
}

.cus-btn-arrow .icon {
    width: clamp(32px, 2.5vw, 72px);
    height: clamp(32px, 2.5vw, 72px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    background: #0C0C0D;
    border-radius: 48px;
}

.cus-btn-arrow .icon i {
    transition: all 0.5s ease-in-out;
    font-size: clamp(16px, 1.25vw, 48px);
    color: #FAFAFA;
}

.cus-btn-arrow:hover {
    background: #9EEF0B;
    color: #0C0C0D;
    transition: all 0.5s ease-in-out;
}

.cus-btn-arrow:hover i {
    color: #9EEF0B;
}

.sm-btn {
    width: clamp(40px, 2.5vw, 96px);
    height: clamp(40px, 2.5vw, 96px);
    color: #0C0C0D;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
}

.sm-btn i {
    font-size: 20px;
}

.sm-btn.light {
    transition: all 0.5s ease-in-out;
    background: #FAFAFA;
}

.sm-btn.light svg {
    width: clamp(18px, 1.042vw, 48px);
    height: clamp(18px, 1.042vw, 48px);
}

.sm-btn.light svg path {
    transition: all 0.5s ease-in-out;
}

.sm-btn.light svg path.fill-black {
    fill: #0C0C0D;
}

.sm-btn.light svg path.stroke-black {
    stroke: #0C0C0D;
}

.sm-btn.light:hover {
    background: #9EEF0B;
}

.sm-btn:hover {
    background: #9EEF0B;
}

.slider-arrows {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quantity {
    display: inline-flex;
    align-items: flex-start;
    border-radius: clamp(15px, 1.563vw, 50px);
    padding: clamp(4px, 0.208vw, 24px) clamp(6px, 0.417vw, 48px);
    border: 1px solid #0C0C0D;
}

.quantity .input-area {
    display: flex;
}

.quantity .input-area input {
    display: grid;
    align-content: center;
    border: none;
    border-radius: 0px;
    text-align: center;
    font-weight: 500;
    background-color: transparent;
    color: #0C0C0D;
    width: clamp(32px, 2.083vw, 80px);
    height: clamp(32px, 2.083vw, 80px);
    padding: 0;
    font-size: clamp(17px, 1.094vw, 40px);
}

.quantity .input-area input:focus-visible {
    outline: none;
}

.quantity .input-area input.decrement {
    font-size: clamp(36px, 1.979vw, 72px);
    font-weight: 200;
    border-radius: 0;
    border: 0;
    margin-top: -5px;
}

.quantity .input-area input.increment {
    font-size: clamp(26px, 1.458vw, 68px);
    font-weight: 200;
    border-radius: 0;
    border: 0;
    margin-top: -4px;
}

.quantity .input-area input.number {
    padding: 0;
    background: transparent;
    font-size: clamp(16px, 0.938vw, 40px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.pagination {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    display: flex;
}

.pagination #border-pagination {
    display: flex;
    gap: 8px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.pagination #border-pagination li {
    display: inline;
}

.pagination #border-pagination li span {
    color: #45474F;
    transition: all 0.5s ease-in-out;
}

.pagination #border-pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #0C0C0D;
    background-color: #EAEAEC;
    width: clamp(32px, 2.5vw, 96px);
    height: clamp(32px, 2.5vw, 96px);
    font-family: "Plus Jakarta Sans", sans-serif;
    border-radius: 50%;
    float: left;
    transition: all 0.5s ease-in-out;
    font-size: clamp(14px, 0.833vw, 40px);
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.62px;
}

.pagination #border-pagination li a svg {
    width: clamp(16px, 1.042vw, 48px);
    height: clamp(16px, 1.042vw, 48px);
}

.pagination #border-pagination li a svg path {
    fill: #0C0C0D;
    transition: all 0.5s ease-in-out;
}

.pagination #border-pagination li a.active {
    background-color: #9EEF0B;
    color: #FAFAFA;
    border: 1px solid #9EEF0B;
}

.pagination #border-pagination li a.active svg path {
    fill: #0C0C0D;
    transition: all 0.5s ease-in-out;
}

.pagination #border-pagination li a:hover {
    background-color: #9EEF0B;
    color: #0C0C0D;
}

.pagination #border-pagination li a:hover svg path {
    fill: #0C0C0D;
    transition: all 0.5s ease-in-out;
}

.pagination #border-pagination li:hover span {
    color: #FAFAFA;
    transition: all 0.5s ease-in-out;
}

/*-------------------------
  Form Styling
-------------------------*/
textarea.form-control {
    min-height: 118px;
    max-height: 150px;
    padding-left: 16px;
}

@media (max-width: 578px) {
    textarea.form-control {
        min-height: 80px;
        max-height: 80px;
    }
}

.form-control {
    padding: clamp(12px, 0.833vw, 40px);
    padding-left: clamp(38px, 2.65vw, 92px);
    border-radius: clamp(42px, 2.5vw, 120px);
    border: 1px solid #45474F;
    background: transparent;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(15px, 0.833vw, 40px);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.32px;
    position: relative;
    color: #0C0C0D;
    box-shadow: none;
    outline: 0;
}

.form-control:focus {
    box-shadow: none !important;
    outline: 0 !important;
    color: #0C0C0D !important;
    background: transparent !important;
}

.form-control::placeholder {
    color: #45474F;
    opacity: 1;
}

input[type=file] {
    display: none;
}

label.error {
    color: #ff0000;
}

.input-group {
    display: flex;
    align-items: center;
    padding: clamp(12px, 0.833vw, 32px);
    border: 1px solid rgba(250, 250, 250, 0.2);
    border-radius: 5px;
    background: #141516;
    gap: clamp(12px, 0.833vw, 32px);
}

.input-group input {
    width: 10.625vw;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    color: #FAFAFA;
    border: 0;
    font-family: "NEARING";
    font-size: clamp(17px, 0.938vw, 22px);
    font-weight: 400;
    line-height: 140%;
}

@media (max-width: 1199px) {
    .input-group input {
        font-size: clamp(17px, 1.251vw, 18px);
    }
}

@media (max-width: 820px) {
    .input-group input {
        font-size: clamp(16px, 1.514vw, 16px);
    }
}

@media (max-width: 768px) {
    .input-group input {
        font-size: clamp(16px, 1.825vw, 15px);
    }
}

@media (max-width: 490px) {
    .input-group input {
        font-size: clamp(15px, 2.261vw, 14px);
    }
}

.input-group button {
    padding: 0;
    margin: 0;
    outline: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.cus-checkBox input {
    display: none;
}

.cus-checkBox label {
    position: relative;
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.625vw, 24px);
    cursor: pointer;
}

.cus-checkBox label::before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: #92949F;
    font-size: clamp(16px, 1.042vw, 48px);
    font-weight: 300;
}

.cus-checkBox input[type=checkbox]:checked + label {
    color: #0C0C0D;
    font-weight: 400;
}

.cus-checkBox input[type=checkbox]:checked + label::before {
    content: "";
    color: #0C0C0D;
    font-weight: 600;
}

.input-block {
    position: relative;
}

.input-block svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(60%, -50%);
    width: clamp(18px, 1.042vw, 40px);
    height: clamp(18px, 1.042vw, 40px);
}

.wrapper-dropdown {
    position: relative;
    display: inline-block;
    width: fit-content;
    width: 100%;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 1699px) {
    .wrapper-dropdown {
        width: max-content;
    }
}

.wrapper-dropdown .selected-display {
    font-weight: 400;
    color: #ffffff;
}

.wrapper-dropdown .selected-display img {
    width: clamp(16px, 0.833vw, 48px);
}

.wrapper-dropdown::before {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown .topbar-dropdown {
    width: max-content;
    background: #3e3d3d;
    transition: 0.3s;
    position: absolute;
    top: 167%;
    right: 0;
    left: -17px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    border-radius: 5px;
    box-shadow: inherit;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}

@media (max-width: 490px) {
    .wrapper-dropdown .topbar-dropdown {
        top: 130%;
        left: -16px;
    }
}

.wrapper-dropdown .topbar-dropdown.footer-dropdown {
    bottom: 167% !important;
    top: unset !important;
}

.wrapper-dropdown .topbar-dropdown li {
    padding: 0 15px;
    line-height: clamp(32px, 2.292vw, 84px);
    border-radius: 0;
    overflow: hidden;
}

.wrapper-dropdown .topbar-dropdown li:last-child {
    border-bottom: none;
}

.wrapper-dropdown .topbar-dropdown li:hover {
    background-color: #EAEAEC;
    color: #0C0C0D;
}

.wrapper-dropdown .topbar-dropdown li.item img {
    width: clamp(16px, 0.833vw, 48px);
}

.wrapper-dropdown.active .topbar-dropdown {
    opacity: 1;
    visibility: visible;
    border-radius: 5px;
}

.wrapper-dropdown .scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.wrapper-dropdown .arrow {
    float: right;
    rotate: 180deg;
    width: clamp(22px, 1.25vw, 72px);
    height: clamp(22px, 1.25vw, 72px);
}

.wrapper-dropdown svg {
    transition: all 0.3s;
}

.wrapper-dropdown .rotated {
    transform: rotate(-180deg);
}

.shop-dropdown {
    padding: clamp(6px, 0.417vw, 12px) clamp(8px, 0.625vw, 24px);
    background: #EAEAEC;
    border-radius: clamp(5px, 0.26vw, 12px);
}

.modal.show {
    display: grid !important;
    align-items: center;
    height: 100vh;
}

.modal .modal-dialog {
    max-width: 70%;
}

@media (max-width: 575px) {
    .modal .modal-dialog {
        width: auto;
    }
}

@media (max-width: 490px) {
    .modal .modal-dialog {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .modal .modal-dialog.compare-dialog {
        overflow: hidden;
        max-width: 100% !important;
    }
}

.modal .modal-dialog .modal-content {
    background: transparent;
    border: 0;
}

.modal .modal-dialog .modal-content .modal-body .detail-wrapper .quick-image-box {
    border-radius: clamp(6px, 0.521vw, 20px);
    background-color: #FAFAFA;
    text-align: center;
    height: 100%;
}

@media (max-width: 490px) {
    .modal .modal-dialog .modal-content .modal-body .detail-wrapper .quick-image-box {
        width: 100%;
        padding: 32px;
    }
}

.modal .modal-dialog .modal-content .modal-body .detail-wrapper .quick-image-box img {
    width: 75%;
}

.modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container {
    position: relative;
    border-radius: clamp(6px, 0.521vw, 20px);
    height: 100%;
    padding: clamp(20px, 1.667vw, 40px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 490px) {
    .modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container {
        margin-top: 8px;
    }
}

.modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .instock-label {
    position: relative;
    display: inline-block;
    padding-left: clamp(20px, 1.25vw, 40px);
    color: #9EEF0B;
}

.modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .instock-label::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 2px;
    width: 12px;
    height: 12px;
    border: 2px solid #FAFAFA;
    outline: 1px solid #9EEF0B;
    background: #9EEF0B;
    border-radius: 50%;
}

@media (max-width: 576px) {
    .modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .quick-view-text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .label-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(12px, 0.833vw, 32px);
}

.modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .label-wrapper .item-label {
    padding: 4px 8px;
    border: 1px solid #0C0C0D;
    color: #0C0C0D;
}

@media (max-width: 490px) {
    .modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .quantity {
        padding: 6px 8px;
    }
}

.modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .close-content {
    position: absolute;
    right: 40px;
    top: 40px;
}

@media (max-width: 576px) {
    .modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .close-content {
        top: 16px;
        right: 16px;
    }
}

.zui-wrapper {
    margin: 0 auto;
    width: 80%;
    position: relative;
    background-color: #FAFAFA;
    padding: clamp(16px, 1.25vw, 48px);
    /* Phone */
}

@media (max-width: 768px) {
    .zui-wrapper {
        width: 100%;
    }
}

.zui-wrapper .zui-table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
}

.zui-wrapper .zui-table thead th {
    text-align: center !important;
    padding: 15px 20px;
    text-align: left;
    vertical-align: middle;
    min-width: 14.063vw;
    font-weight: 400;
    color: #0C0C0D;
}

.zui-wrapper .zui-table tbody td {
    text-align: center !important;
    color: #0C0C0D;
    padding: 15px 20px;
    white-space: normal;
    vertical-align: top;
}

.zui-wrapper .zui-table .zui-sticky-col {
    left: 0;
    position: sticky;
    top: auto;
    font-weight: 700;
    min-width: 10.417vw;
    background-color: #FAFAFA;
}

.zui-wrapper tr:nth-child(even) {
    background: #F3F3F3;
}

.zui-wrapper .zui-scroller {
    overflow-x: scroll;
    overflow-y: visible;
    padding-bottom: 5px;
    width: 100%;
}

.zui-wrapper .zui-scroller::-webkit-scrollbar {
    width: 4px;
}

.zui-wrapper .zui-scroller::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.zui-wrapper .zui-scroller::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #6d6d6d;
}

.zui-wrapper .zui-sticky-col.zui-stripe-row {
    background-color: #F3F3F3;
}

.zui-wrapper .product-link {
    color: #0C0C0D;
    font-family: "NEARING";
    text-decoration: none;
    font-weight: 600;
}

.zui-wrapper th:not(:first-child),
.zui-wrapper td:not(:first-child) {
    border-left: 1px solid lightgrey;
}

.zui-wrapper .far {
    padding-right: 8px;
}

.zui-wrapper .svg-inline--fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    font-size: 23px;
    padding-right: 5px;
}

.zui-wrapper .fa-check-circle {
    color: #028845;
}

.zui-wrapper .fa-plus-circle {
    color: #2275D3;
}

.zui-wrapper .fa-times-circle {
    color: gray;
}

.zui-wrapper .scroll-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: #fdb813;
}

.zui-wrapper #prev-button,
.zui-wrapper #next-button {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    top: 50%;
}

.zui-wrapper #prev-button {
    left: 230px;
    display: none;
}

.zui-wrapper #next-button {
    right: -25px;
}

.zui-wrapper .fa-chevron-left,
.zui-wrapper .fa-chevron-right {
    font-size: 22px;
    padding-right: 0;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .zui-wrapper .zui-table .zui-sticky-col {
        min-width: 125px;
    }

    .zui-wrapper .zui-table thead th {
        min-width: 190px;
    }

    .zui-wrapper .zui-table tbody td {
        font-size: 15px;
    }

    .zui-wrapper .product-img {
        width: 100px;
        height: auto;
    }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
    .zui-wrapper .zui-table .zui-sticky-col {
        min-width: 175px;
    }

    .zui-wrapper .zui-table thead th {
        min-width: 270px;
    }
}

@media screen and (max-width: 1280px) {
    .zui-wrapper .instruction {
        display: block;
    }
}

.video-link {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    color: white;
    background-color: #f03;
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.5);
}

.player {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, black 100%);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, black 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, black 100%);
    background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, black 100%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.player__video {
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 65%;
    height: 77%;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .player__video {
        height: 30%;
    }
}

@media (max-width: 490px) {
    .player__video {
        max-width: 78%;
    }
}

.js--show-video {
    opacity: 1;
}

.video-filler {
    display: block;
    width: 100%;
}

.video-close {
    position: absolute;
    z-index: 0;
    top: 0;
    right: -30px;
    padding: 5px 10px;
    border: none;
    outline: none;
    border-radius: 0 50% 50% 0;
    cursor: pointer;
    font-size: 24px;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}

.video-iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
}

.video-iframe video {
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    text-align: center;
    background-color: #FAFAFA;
    z-index: 9999999;
    display: grid;
    align-content: center;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    /* common */
}

#preloader .loading {
    font-size: 84px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 490px) {
    #preloader .loading {
        letter-spacing: -8px;
    }
}

#preloader .loading span {
    display: inline-block;
    margin: 0 -0.05em;
    font-size: clamp(64px, 5vw, 180px);
}

#preloader .loading07 span {
    position: relative;
    color: rgba(146, 148, 159, 0.2);
}

#preloader .loading07 span::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-text);
    color: #0C0C0D;
    opacity: 0;
    transform: scale(1.5);
    animation: loading07 3s infinite;
}

#preloader .loading07 span:nth-child(2)::after {
    animation-delay: 0.1s;
}

#preloader .loading07 span:nth-child(3)::after {
    animation-delay: 0.2s;
}

#preloader .loading07 span:nth-child(4)::after {
    animation-delay: 0.3s;
}

#preloader .loading07 span:nth-child(5)::after {
    animation-delay: 0.4s;
}

#preloader .loading07 span:nth-child(6)::after {
    animation-delay: 0.5s;
}

#preloader .loading07 span:nth-child(7)::after {
    animation-delay: 0.6s;
}

#preloader .loading07 span:nth-child(8)::after {
    animation-delay: 0.7s;
}

#preloader .loading07 span:nth-child(9)::after {
    animation-delay: 0.8s;
}

#preloader .loading07 span:nth-child(10)::after {
    animation-delay: 0.9s;
}

@keyframes loading07 {
    0%, 75%, 100% {
        transform: scale(1.5);
        opacity: 0;
    }
    25%, 50% {
        transform: scale(1);
        opacity: 1;
    }
}

/*-------------------------
  layouts
-------------------------*/
header {
    position: relative;
}

header .main-menu .main-menu__nav {
    margin-left: auto;
    margin-right: auto;
}

header .main-menu .main-menu__nav .main-menu__list,
header .main-menu .main-menu__nav .main-menu__list ul,
header .main-menu .main-menu__nav .stricky-header .main-menu__list,
header .main-menu .main-menu__nav .stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: flex;
}

@media screen and (min-width: 1200px) {
    header .main-menu .main-menu__nav .main-menu__list,
    header .main-menu .main-menu__nav .main-menu__list ul,
    header .main-menu .main-menu__nav .stricky-header .main-menu__list,
    header .main-menu .main-menu__nav .stricky-header .main-menu__list ul {
        display: flex;
    }
}

@media (max-width: 1024px) {
    header .main-menu .main-menu__nav .main-menu__list,
    header .main-menu .main-menu__nav .main-menu__list ul,
    header .main-menu .main-menu__nav .stricky-header .main-menu__list,
    header .main-menu .main-menu__nav .stricky-header .main-menu__list ul {
        display: none;
    }
}

header .main-menu .main-menu__nav .main-menu__list > li,
header .main-menu .main-menu__nav .stricky-header .main-menu__list > li {
    padding: clamp(18px, 1.042vw, 48px) clamp(12px, 0.833vw, 64px);
    position: relative;
}

header .main-menu .main-menu__nav .main-menu__list > li > a,
header .main-menu .main-menu__nav .stricky-header .main-menu__list > li > a {
    font-size: clamp(17px, 0.99vw, 48px);
    font-family: "NEARING";
    text-transform: capitalize;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.32px;
    color: #FAFAFA;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: all all 0.5s ease-in-out;
}

header .main-menu .main-menu__nav .main-menu__list > li > a.active,
header .main-menu .main-menu__nav .stricky-header .main-menu__list > li > a.active {
    color: #9EEF0B;
}

header .main-menu .main-menu__nav .main-menu__list > li > a:hover,
header .main-menu .main-menu__nav .stricky-header .main-menu__list > li > a:hover {
    color: #9EEF0B;
}

header .main-menu .main-menu__nav .main-menu__list > li.current, header .main-menu .main-menu__nav .main-menu__list > li:hover,
header .main-menu .main-menu__nav .stricky-header .main-menu__list > li.current,
header .main-menu .main-menu__nav .stricky-header .main-menu__list > li:hover {
    color: #9EEF0B;
}

header .main-menu .main-menu__nav .main-menu__list li ul,
header .main-menu .main-menu__nav .stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: clamp(200px, 11.458vw, 450px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    backface-visibility: hidden;
    transition: opacity all 0.5s ease-in-out, visibility all 0.5s ease-in-out, transform 700ms ease;
    z-index: 99;
    background-color: #FAFAFA;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}

header .main-menu .main-menu__nav .main-menu__list li ul li,
header .main-menu .main-menu__nav .stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

header .main-menu .main-menu__nav .main-menu__list li ul li > a,
header .main-menu .main-menu__nav .stricky-header .main-menu__list li ul li > a {
    font-size: clamp(14px, 0.854vw, 40px);
    line-height: 120%;
    color: #0C0C0D;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    display: flex;
    padding: clamp(7px, 0.625vw, 22px) 20px;
    transition: 400ms;
    border-radius: 0;
}

header .main-menu .main-menu__nav .main-menu__list li ul li.current > a, header .main-menu .main-menu__nav .main-menu__list li ul li:hover > a,
header .main-menu .main-menu__nav .stricky-header .main-menu__list li ul li.current > a,
header .main-menu .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a {
    background-color: #9EEF0B;
}

header .main-menu .main-menu__nav .main-menu__list li ul li.dropdown:after,
header .main-menu .main-menu__nav .stricky-header .main-menu__list li ul li.dropdown:after {
    position: absolute;
    right: 15px;
    top: 7px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: "Font Awesome 6 Pro";
    content: "";
    color: #FAFAFA;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    transform: scale(0);
}

header .main-menu .main-menu__nav .main-menu__list li ul li.dropdown:hover::after,
header .main-menu .main-menu__nav .stricky-header .main-menu__list li ul li.dropdown:hover::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    color: #FAFAFA;
}

header .main-menu .main-menu__nav .main-menu__list li ul li > ul,
header .main-menu .main-menu__nav .stricky-header .main-menu__list li ul li > ul {
    top: 0;
    left: calc(100% + 0px);
}

header .main-menu .main-menu__nav .main-menu__list li ul li > ul.right-align,
header .main-menu .main-menu__nav .stricky-header .main-menu__list li ul li > ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

header .main-menu .main-menu__nav .main-menu__list li ul li > ul ul,
header .main-menu .main-menu__nav .stricky-header .main-menu__list li ul li > ul ul {
    display: flex;
}

header .main-menu .main-menu__nav .main-menu__list li:hover > ul,
header .main-menu .main-menu__nav .stricky-header .main-menu__list li:hover > ul {
    opacity: 1;
    visibility: visible;
    gap: 0;
    transform: scaleY(1) translateZ(0px);
    transition: all 0.5s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    header .main-menu .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, header .main-menu .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul,
    header .main-menu .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li > ul,
    header .main-menu .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li > ul {
        left: auto;
        right: calc(100% + 20px);
    }
}

header .main-menu .header-top {
    padding: 5px 0;
}

header .main-menu .header-top .header-end {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: clamp(12px, 1.25vw, 32px);
}

header .main-menu .header-top .header-end .top-bar-links {
    color: #0C0C0D;
    transition: all 0.5s ease-in-out;
}

header .main-menu .header-top .header-end .top-bar-links p {
    transition: all 0.5s ease-in-out;
    color: #FAFAFA;
}

header .main-menu .header-top .header-end .top-bar-links p:hover {
    transition: all 0.5s ease-in-out;
    color: #004439;
}

header .main-menu .header-top .header-end .top-bar-links:hover {
    transition: all 0.5s ease-in-out;
    color: #004439;
}

header .main-menu .header-logo img {
    width: clamp(80px, 6.771vw, 390px);
}

@media (max-width: 1199px) {
    header .main-menu .header-logo img {
        width: 65%;
    }
}

@media (max-width: 490px) {
    header .main-menu .header-logo img {
        width: 85%;
    }
}

header .main-menu .header-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(8px, 0.625vw, 32px) 0;
}

header .main-menu .header-center .input-search {
    display: none;
    position: absolute;
    left: 36px;
    bottom: -8px;
    width: 260px;
    padding: 12px;
    background: transparent;
}

header .main-menu .header-center .input-search:focus {
    background: #9EEF0B;
}

header .main-menu .header-center .search-block {
    position: relative;
    display: inline-block;
}

header .main-menu .header-center i {
    color: #141516;
    font-size: clamp(20px, 1.25vw, 32px);
}

header .main-menu .header-bottom-area {
    padding: 0;
}

header .main-menu .header-bottom-area .navigation {
    width: 100%;
    position: relative;
}

@media (max-width: 1199px) {
    header .main-menu .header-bottom-area .navigation {
        padding: 8px 0;
    }
}

header .main-menu .header-bottom-area .navigation .menu-button-right {
    display: flex;
    align-items: center;
    gap: clamp(24px, 3.333vw, 72px);
}

header .main-menu .header-bottom-area .navigation .main-menu__right {
    display: flex;
    align-items: center;
    gap: 32px;
}

@media (max-width: 575px) {
    header .main-menu .header-bottom-area .navigation .main-menu__right {
        gap: 24px;
    }
}

header .main-menu .header-bottom-area .navigation .main-menu__right .main-menu__login,
header .main-menu .header-bottom-area .navigation .main-menu__right .main-menu__search {
    position: relative;
    font-size: 24px;
    color: #0C0C0D;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
}

header .main-menu .header-bottom-area .navigation .main-menu__right .main-menu__login:hover,
header .main-menu .header-bottom-area .navigation .main-menu__right .main-menu__search:hover {
    color: #9EEF0B;
}

header .main-menu .header-bottom-area .nav-container .social-icons {
    display: flex;
    align-items: center;
    gap: clamp(4px, 0.417vw, 16px);
}

@media (max-width: 1024px) {
    header .main-menu .header-bottom-area .nav-container .social-icons {
        gap: clamp(16px, 1.042vw, 40px) !important;
    }
}

header .main-menu .header-bottom-area .nav-container .social-icons a svg {
    width: clamp(15px, 0.833vw, 24px);
    height: clamp(15px, 0.833vw, 24px);
}

header .main-menu .header-bottom-area .nav-container .social-icons a svg path {
    transition: all 0.5s ease-in-out;
}

header .main-menu .header-bottom-area .nav-container .social-icons a:hover svg path {
    fill: #9EEF0B;
    transition: all 0.5s ease-in-out;
}

header .header-buttons {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: clamp(12px, 1.25vw, 48px);
}

header .header-buttons .input-search {
    display: none;
    position: absolute;
    right: clamp(32px, 1.875vw, 72px);
    bottom: -8px;
    width: clamp(220px, 13.542vw, 450px);
    padding: 12px;
    background: transparent;
    border: 1px solid #FAFAFA;
    color: #FAFAFA !important;
    border-radius: clamp(5px, 0.26vw, 12px);
}

header .header-buttons .input-search::placeholder {
    color: #92949F;
}

header .header-buttons .input-search:focus {
    background: #9EEF0B;
}

header .header-buttons .search-block {
    position: relative;
    display: inline-block;
}

header .header-buttons i {
    color: #FAFAFA;
    font-size: clamp(20px, 1.25vw, 48px);
}

header .header-buttons a {
    color: #FAFAFA;
    transition: all 0.5s ease-in-out;
}

header .header-buttons a:hover {
    color: #9EEF0B;
    transition: all 0.5s ease-in-out;
}

.stricky-header {
    position: fixed;
    z-index: 9919889;
    top: 0;
    left: 0;
    background-color: #0C0C0D;
    width: 100%;
    box-shadow: 0px 0px 20px -2px #1e1f206c;
    transform: translateY(-70px);
    transition: transform 500ms ease;
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none;
    }
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
}

.mobile-nav__toggler {
    font-size: 16px;
    font-weight: 400;
    color: #9EEF0B;
    cursor: pointer;
    transition: 500ms;
    display: none;
}

@media (max-width: 1199px) {
    .mobile-nav__toggler {
        display: flex;
        align-items: center;
        gap: clamp(5px, 0.521vw, 20px);
    }
}

.mobile-nav__toggler:hover {
    color: #9EEF0B;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    visibility: hidden;
    position: fixed;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__wrapper .mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0C0C0D;
    opacity: 0.3;
}

.mobile-nav__wrapper .mobile-nav__content {
    width: 300px;
    background-color: #9EEF0B;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

@media (max-width: 490px) {
    .mobile-nav__wrapper .mobile-nav__content {
        width: clamp(250px, 55.102vw, 450px);
    }
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
    display: block;
    padding: 0;
}

.mobile-nav__wrapper .mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex;
}

.mobile-nav__wrapper .mobile-nav__content .logo-box img {
    width: clamp(120px, 15.625vw, 320px);
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid #141516;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li > a {
    padding-left: 1em;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li:not(:last-child) {
    border-bottom: 1px solid #141516;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li {
    padding: 4px 0;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid #141516;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #1E1F20;
    font-size: 18px;
    font-family: "NEARING";
    text-transform: capitalize;
    font-weight: 500;
    height: 36px;
    letter-spacing: 0.35px;
    align-items: center;
    transition: 500ms;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
    color: #9EEF0B;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: #9EEF0B;
    border: none;
    outline: none;
    color: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: #FAFAFA;
    color: #0C0C0D;
}

.mobile-nav__wrapper .mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: #1E1F20;
    cursor: pointer;
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: #1E1F20;
    transition: 500ms;
}

.mobile-nav__social a + a {
    margin-left: 20px;
}

.mobile-nav__social a:hover {
    color: #9EEF0B;
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: #FAFAFA;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li + li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #1E1F20;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: #9EEF0B;
}

.mobile-nav__contact li i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #9EEF0B;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    color: #FAFAFA;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
    display: none;
}

.vr-line {
    height: 20px;
    width: 2px;
    background: #FAFAFA;
}

.vr-line.vr-line-2 {
    height: 20px;
    width: 1px;
    background: #92949F;
    opacity: 0.7;
}

.hero-banner {
    width: 100vw;
    height: auto;
    background: url(../image/home-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-banner .hero-wrapper {
    position: relative;
}

.hero-banner .hero-wrapper .slider-arrows {
    position: absolute;
    bottom: 48px;
    right: 0;
    z-index: 99805;
}

.hero-banner .hero-wrapper .title {
    font-family: "NEARING";
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -2.88px;
    text-transform: capitalize;
}

@media (max-width: 576px) {
    .hero-banner .hero-wrapper .title {
        letter-spacing: -1.5px;
    }
}

@media (max-width: 992px) {
    .hero-banner .hero-wrapper .cus-btn-arrow {
        margin-left: auto;
        margin-right: auto;
    }
}

.hero-banner .hero-wrapper .hero-image {
    width: 100vw;
}

@media (max-width: 992px) {
    .hero-banner .hero-wrapper .hero-image {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 576px) {
    .hero-banner .hero-wrapper .hero-image {
        width: auto;
    }
}

@media (min-width: 1921px) {
    .brand-section .brand-block {
        padding: 16px 0;
    }
}

@media (min-width: 1921px) {
    .brand-section .brand-block img {
        transform: scale(1.2);
    }
}

@media (min-width: 3839px) {
    .brand-section .brand-block img {
        transform: scale(2);
    }
}

.categories-section .category-block {
    width: 100%;
    height: 100%;
}

.categories-section .category-block .image-box {
    overflow: hidden;
    background: #EAEAEC;
    border-radius: 50%;
    padding: 10px;
}

.categories-section .category-block .image-box img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.5s ease-in-out;
    width: 100%;
    border-radius: 50%;
}

.categories-section .category-block .text-box {
    text-align: center;
}

.categories-section .category-block .text-box .title-text {
    color: #0C0C0D;
    transition: all 0.5s ease-in-out;
}

.categories-section .category-block:hover .image-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.categories-section .category-block:hover .text-box .title-text {
    color: #DD3842;
}

.offer-section .offer-block .content-box h3, .offer-section .offer-block .content-box h4, .offer-section .offer-block .content-box h5 {
    color: #0C0C0D;
    transition: all 0.5s ease-in-out;
}

.offer-section .offer-block .image-box {
    padding: clamp(6px, 0.417vw, 16px);
}

.offer-section .offer-block:hover .content-box h3, .offer-section .offer-block:hover .content-box h4, .offer-section .offer-block:hover .content-box h5 {
    color: #9EEF0B;
    transition: all 0.5s ease-in-out;
}

.product-block {
    padding: 10px;
    background: #EAEAEC;
    border-radius: 10px;
}

.product-block .image-box {
    position: relative;
    background: #FAFAFA;
    overflow: hidden;
    border-radius: 8px;
}

.product-block .image-box img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    aspect-ratio: 1/1;
}

.product-block .image-box .sale-label {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #DD3842;
    color: #FAFAFA;
    padding: 6px 12px;
    border-radius: 24px;
    font-family: "NEARING";
}

.product-block .image-box .shopping-btns {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(4px, 0.417vw, 16px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.product-block .image-box .shopping-btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EAEAEC;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
    width: clamp(36px, 2.5vw, 96px);
    height: clamp(36px, 2.5vw, 96px);
}

.product-block .image-box .shopping-btns a i {
    color: #0C0C0D;
    font-weight: 300;
    font-size: clamp(16px, 1.042vw, 40px);
}

.product-block .image-box .shopping-btns a svg {
    width: clamp(17px, 1.042vw, 40px);
    height: clamp(17px, 1.042vw, 40px);
}

.product-block .image-box .shopping-btns a:hover {
    background: #9EEF0B;
}

.product-block .content-box .product-title {
    color: #0C0C0D;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-block .content-box .label-wrapper {
    display: flex;
    align-items: center;
    gap: clamp(12px, 0.833vw, 32px);
}

.product-block .content-box .label-wrapper .item-label {
    padding: 4px 8px;
    border: 1px solid #0C0C0D;
    color: #0C0C0D;
}

.product-block:hover .image-box .shopping-btns {
    opacity: 1;
    pointer-events: auto;
}

.product-block:hover .content-box .product-title {
    color: #DD3842;
}

.deal-block {
    padding: clamp(16px, 1.25vw, 48px);
    background: url(../image/card-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 12px;
}

.deal-block .tag {
    flex-shrink: 0;
    width: fit-content;
    padding: 6px 12px;
    background-color: #9EEF0B;
    border-radius: 24px;
    color: #0C0C0D;
    font-family: "NEARING";
    font-size: clamp(15px, 0.833vw, 22px);
    font-weight: 500;
    line-height: 120%;
}

.deal-block .text-btn {
    flex-shrink: 0;
    color: #FAFAFA;
    transition: all 0.5s ease-in-out;
}

.deal-block .text-btn:hover {
    color: #9EEF0B;
    text-decoration: underline;
}

@media (max-width: 576px) {
    .deal-block {
        padding-bottom: 16px;
    }
}

.deal-block.v2 {
    border: 1px solid #0C0C0D;
}

.deal-block h4 {
    flex-shrink: 0;
}

.deal-block .image-box {
    flex-shrink: 0;
    border-radius: 10px;
    background: #EAEAEC;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

@media (max-width: 576px) {
    .deal-block .image-box {
        margin: auto;
    }
}

.deal-block:hover .image-box {
    background: #9EEF0B;
}

.feature-products {
    position: relative;
}

.feature-products .tabs {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(4px, 0.417vw, 16px);
    border: 0;
}

@media (max-width: 576px) {
    .feature-products .tabs {
        gap: clamp(10px, 0.729vw, 28px);
    }
}

.feature-products .tabs .tab-link {
    cursor: pointer;
    color: #0C0C0D;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(14px, 0.833vw, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border: 1px solid #0C0C0D;
    border-radius: 32px;
    padding: 12px 16px;
    position: relative;
    transition: all 0.5s ease-in-out;
    text-transform: capitalize;
}

@media (max-width: 576px) {
    .feature-products .tabs .tab-link {
        padding: 8px 10px;
    }
}

.feature-products .tabs .tab-link:focus-visible {
    outline: 0;
}

.feature-products .tabs .tab-link.active, .feature-products .tabs .tab-link:hover {
    border: 1px solid #9EEF0B;
    background: #9EEF0B;
}

.feature-products .content-wrapper .tab-content {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.feature-products .content-wrapper .tab-content.active {
    display: block;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

.feature-products .slider-container {
    position: relative;
}

.feature-products .slider-container .slider-arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature-products .slider-container .slider-arrows .arrow-btn {
    position: absolute;
    z-index: 999;
}

.feature-products .slider-container .slider-arrows .arrow-btn.btn-prev {
    top: 32%;
    left: -16px;
}

.feature-products .slider-container .slider-arrows .arrow-btn.btn-next {
    top: 32%;
    right: -16px;
}

.feature-products .slider-container .product-slider {
    margin: 0 -8px;
    padding-bottom: 16px;
}

.feature-products .slider-container .product-slider .product-block {
    margin: 0 8px;
}

.feature-products .progress {
    display: block;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background-color: #EAEAEC;
    background-image: linear-gradient(to right, #0C0C0D, #0C0C0D);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
}

.about-section .about-image-container {
    position: relative;
}

.about-section .about-image-container .notice-circle {
    position: absolute;
    top: 16px;
    right: 16px;
    width: clamp(120px, 8.333vw, 460px);
    height: clamp(120px, 8.333vw, 460px);
    background: #9EEF0B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.video-wrapper .video-container {
    position: relative;
}

.video-wrapper .video-container .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(64px, 6.25vw, 340px);
    height: clamp(64px, 6.25vw, 340px);
    border-radius: 50%;
    background: rgba(12, 12, 13, 0.3);
    transition: all 0.5s ease-in-out;
}

.video-wrapper .video-container .play-btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: clamp(28px, 2.5vw, 120px);
    height: clamp(28px, 2.5vw, 120px);
}

.video-wrapper .video-container .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.06);
}

.sale-banner .sale-block {
    background: url(../image/comming-soon-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
}

.sale-banner .sale-block ul.countdown li {
    width: clamp(72px, 4.167vw, 160px);
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #0C0C0D;
    background: #FAFAFA;
    border-radius: 8px;
}

.sale-banner .sale-block ul.countdown li p {
    text-transform: uppercase;
}

.tag {
    flex-shrink: 0;
    width: fit-content;
    padding: clamp(6px, 0.313vw, 18px) clamp(10px, 0.625vw, 24px);
    background-color: #9EEF0B;
    border-radius: 24px;
    color: #0C0C0D;
    font-family: "NEARING";
    font-size: clamp(15px, 0.833vw, 32px);
    font-weight: 500;
    line-height: 120%;
}

.testimonial-section .slider-container {
    position: relative;
}

.testimonial-section .slider-container .slider-arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-section .slider-container .slider-arrows .arrow-btn {
    position: absolute;
    z-index: 999;
}

.testimonial-section .slider-container .slider-arrows .arrow-btn.btn-prev {
    top: 40%;
    left: -16px;
}

.testimonial-section .slider-container .slider-arrows .arrow-btn.btn-next {
    top: 40%;
    right: -16px;
}

.testimonial-section .slider-container .testimonials-slider {
    margin: 0 -12px;
    padding-bottom: 16px;
}

.testimonial-section .slider-container .testimonials-slider .testimonials-block {
    margin: 0 12px;
    border-radius: 12px;
    overflow: hidden;
}

.testimonial-section .slider-container .testimonials-slider .testimonials-block .user-image {
    width: clamp(48px, 5vw, 180px);
    height: clamp(48px, 5vw, 180px);
    border-radius: 96px;
}

.testimonial-section .slider-container .progress {
    display: block;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background-color: #EAEAEC;
    background-image: linear-gradient(to right, #0C0C0D, #0C0C0D);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
}

.blog-section .blog-card {
    padding: 10px;
    border-radius: 10px;
}

.blog-section .blog-card .card-image {
    border-radius: 12px;
    overflow: hidden;
}

.blog-section .blog-card .card-image img {
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    width: 100%;
}

.blog-section .blog-card .create-by {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-section .blog-card .create-by .dot {
    width: 4px;
    height: 4px;
    background: #45474F;
}

.blog-section .blog-card .h4,
.blog-section .blog-card .h6 {
    color: #0C0C0D;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-section .blog-card .card-btn {
    transition: all 0.5s ease-in-out;
    font-weight: 600;
}

.blog-section .blog-card .card-btn:hover {
    color: #DD3842;
    text-decoration: underline;
}

.blog-section .blog-card:hover .card-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.blog-section .blog-card:hover .h4,
.blog-section .blog-card:hover .h6 {
    color: #DD3842;
    transition: all 0.5s ease-in-out;
}

.blog-section .progress {
    display: block;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background-color: #EAEAEC;
    background-image: linear-gradient(to right, #9EEF0B, #9EEF0B);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
}

.blog-searchbar {
    position: relative;
    display: flex;
}

.blog-searchbar svg {
    position: absolute;
    top: clamp(15px, 1.042vw, 30px);
    left: 12px;
}

.blog-searchbar input {
    border-radius: 0;
    background: transparent;
    border: 1px solid #0C0C0D;
}

.blog-searchbar button {
    transition: all 0.5s ease-in-out;
    padding: clamp(12px, 0.833vw, 24px) clamp(18px, 1.667vw, 48px);
    background: #0C0C0D;
    color: #FAFAFA;
    border: 0;
}

.blog-searchbar button:hover {
    transition: all 0.5s ease-in-out;
    background: #DD3842;
}

.benefit-section .benefit-block {
    background: #EAEAEC;
    border-radius: 16px;
}

.benefit-section .benefit-block .benefit-icon {
    width: fit-content;
    border-radius: 50%;
    background: #0C0C0D;
    width: clamp(56px, 3.33vw, 166px);
    height: clamp(56px, 3.33vw, 166px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-section .benefit-block .benefit-icon img {
    width: clamp(32px, 2.083vw, 72px);
    height: clamp(32px, 2.083vw, 72px);
}

.benefit-section .benefit-block p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.benefit-section-2 .benefit-block {
    padding: clamp(16px, 1.25vw, 40px);
}

.benefit-section-2 .benefit-block .icon-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer {
    background: url("../image/footer-bg.png") no-repeat;
    background-position: center;
    background-size: cover;
}

footer .footer-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 1024px) {
    footer .footer-wrapper {
        row-gap: clamp(42px, 4.688vw, 72px);
        flex-wrap: wrap;
    }
}

footer .footer-wrapper .store-desc img {
    width: clamp(120px, 7.917vw, 450px);
}

footer .footer-wrapper .footer-link-block ul li {
    transition: all 0.5s ease-in-out;
}

footer .footer-wrapper .footer-link-block ul li:hover {
    transform: translateX(12px);
}

footer .footer-wrapper .footer-link-block.spacing-block {
    padding-left: clamp(24px, 2.5vw, 96px);
}

@media (max-width: 576px) {
    footer .footer-wrapper .footer-link-block.spacing-block {
        padding: 0;
    }
}

footer .footer-wrapper .footer-link-block .contact-list li {
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.625vw, 24px);
}

footer .footer-wrapper .footer-link-block .contact-list li .icon-box {
    background: #FAFAFA;
    transition: all 0.5s ease-in-out;
    width: clamp(32px, 2.083vw, 96px);
    height: clamp(32px, 2.083vw, 96px);
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

footer .footer-wrapper .footer-link-block .contact-list li .icon-box svg {
    width: clamp(16px, 1.042vw, 64px);
    height: clamp(16px, 1.042vw, 64px);
}

footer .footer-wrapper .footer-link-block .contact-list li .icon-box svg path {
    transition: all 0.5s ease-in-out;
    fill: #0C0C0D;
}

footer .footer-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: clamp(18px, 1.25vw, 48px) !important;
}

footer .footer-bottom-bar .payment-cards .card-block img {
    width: clamp(42px, 2.5vw, 200px);
}

.newsletter-form {
    position: relative;
    border: 1px solid #FAFAFA;
    border-radius: clamp(15px, 1.563vw, 50px);
}

.newsletter-form .svg-icon {
    position: absolute;
    top: clamp(12px, 0.933vw, 40px);
    left: clamp(12px, 0.625vw, 40px);
    width: clamp(20px, 1.094vw, 48px);
    height: clamp(20px, 1.094vw, 48px);
}

.newsletter-form input {
    border: 0;
    padding-top: clamp(12px, 0.911vw, 48px);
    padding-bottom: clamp(12px, 0.911vw, 48px);
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #FAFAFA !important;
}

.newsletter-form input.search-input {
    padding: clamp(12px, 0.833vw, 40px);
    border: 1px solid #45474F;
}

.newsletter-form input.newsletter-input {
    color: #FAFAFA !important;
}

@media (min-width: 1921px) {
    .newsletter-form input {
        padding: 23px 16px;
        padding-left: 54px;
        border-radius: 2.813vw;
    }
}

@media (min-width: 3840px) {
    .newsletter-form input {
        padding: 34px 16px;
        padding-left: 88px;
        border-radius: 2.813vw;
    }
}

.newsletter-form input::placeholder {
    color: #92949F;
}

.newsletter-form button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(0%, -50%);
    background: #FAFAFA;
    border: 0;
    width: clamp(32px, 2.5vw, 96px);
    height: clamp(32px, 2.5vw, 96px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.newsletter-form button svg {
    width: clamp(17px, 1.042vw, 48px);
    height: clamp(17px, 1.042vw, 48px);
    transition: all 0.5s ease-in-out;
}

.newsletter-form button.search-btn {
    background: #0C0C0D;
}

.newsletter-form button.search-btn svg {
    width: clamp(20px, 1.094vw, 48px);
    height: clamp(20px, 1.094vw, 48px);
    transition: all 0.5s ease-in-out;
}

.newsletter-form button.search-btn svg path {
    transition: all 0.5s ease-in-out;
}

.newsletter-form button.search-btn:hover svg {
    transform: rotate(0);
}

.newsletter-form button.search-btn:hover svg path {
    fill: #0C0C0D;
}

.newsletter-form button:hover {
    transition: all 0.5s ease-in-out;
    background: #9EEF0B;
}

.newsletter-form button:hover svg {
    transform: rotate(45deg);
}

.newsletter-form button:hover svg path {
    fill: #FAFAFA;
    transition: all 0.5s ease-in-out;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-link li a {
    background: #FAFAFA;
    transition: all 0.5s ease-in-out;
    width: clamp(32px, 2.083vw, 96px);
    height: clamp(32px, 2.083vw, 96px);
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social-link li a.blog-icons {
    background: #EAEAEC;
    border-radius: 50%;
}

.social-link li a.blog-icons:hover {
    background-color: #9EEF0B;
}

.social-link li a svg {
    width: clamp(16px, 1.042vw, 64px);
    height: clamp(16px, 1.042vw, 64px);
}

.social-link li a svg path {
    transition: all 0.5s ease-in-out;
    fill: #0C0C0D;
}

.social-link li:hover a {
    background-color: #9EEF0B;
}

.social-link .borderless {
    border: 0 !important;
    width: auto;
    height: auto;
}

.social-link .borderless svg {
    width: clamp(16px, 1.042vw, 32px);
}

.social-link .borderless svg path {
    transition: all 0.5s ease-in-out;
    fill: #0C0C0D;
}

.social-link .borderless:hover {
    background-color: transparent;
}

.social-link .borderless:hover svg path {
    fill: #9EEF0B;
    transition: all 0.5s ease-in-out;
}

.show-sidebar-cart {
    overflow: hidden !important;
    height: 100% !important;
}

.show-sidebar-cart #sidebar-cart {
    right: 0;
    visibility: visible;
}

#sidebar-cart,
#sidebar-wishlist {
    background: #FAFAFA;
    position: fixed;
    display: block;
    width: clamp(420px, 29.167vw, 850px);
    height: 100vh;
    z-index: 980488;
    top: 0;
    right: -101%;
    transition: right 0.5s ease-in-out;
}

@media (max-width: 1499px) {
    #sidebar-cart,
    #sidebar-wishlist {
        width: 444px;
    }
}

@media (max-width: 1024px) {
    #sidebar-cart,
    #sidebar-wishlist {
        width: 410px;
    }
}

@media (max-width: 575px) {
    #sidebar-cart,
    #sidebar-wishlist {
        width: 350px;
    }
}

#sidebar-cart .close-button,
#sidebar-wishlist .close-button {
    height: 16px;
    width: 16px;
    text-decoration: none;
    display: flex;
}

#sidebar-cart .close-button .close-icon,
#sidebar-wishlist .close-button .close-icon {
    width: 16px;
    height: 16px;
    background-color: #141516;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
    transition: all 0.5s linear;
}

#sidebar-cart .close-button:active span.close-icon, #sidebar-cart .close-button:hover span.close-icon,
#sidebar-wishlist .close-button:active span.close-icon,
#sidebar-wishlist .close-button:hover span.close-icon {
    background: #9EEF0B;
}

#sidebar-cart .title-cart-block,
#sidebar-wishlist .title-cart-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
}

#sidebar-cart .product-list,
#sidebar-wishlist .product-list {
    margin: 0;
    list-style: none;
    height: calc(100vh - 15.104vw);
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    position: relative;
    z-index: 0;
}

@media (max-width: 1399px) {
    #sidebar-cart .product-list,
    #sidebar-wishlist .product-list {
        height: calc(100vh - 244px);
    }
}

#sidebar-cart .product-list .product-item,
#sidebar-wishlist .product-list .product-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sidebar-cart .product-list .product-item .item-image,
#sidebar-wishlist .product-list .product-item .item-image {
    display: grid;
    align-items: center;
    justify-content: center;
    width: clamp(64px, 4.167vw, 120px);
    height: clamp(64px, 4.167vw, 120px);
    background: #EAEAEC;
    border-radius: 5px;
    padding: 4px;
}

#sidebar-cart .product-list .product-item .product-text .prod-title,
#sidebar-wishlist .product-list .product-item .product-text .prod-title {
    display: flex;
}

#sidebar-cart .product-list .product-item .product-text .prod-title .cancel,
#sidebar-wishlist .product-list .product-item .product-text .prod-title .cancel {
    padding-left: 11.146vw;
}

#sidebar-cart .product-list .product-item .prod-desc,
#sidebar-wishlist .product-list .product-item .prod-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 490px) {
    #sidebar-cart .product-list .product-item .prod-desc .quantity,
    #sidebar-wishlist .product-list .product-item .prod-desc .quantity {
        padding: 6px 8px;
    }
}

#sidebar-cart .product-list .product-item .text-end,
#sidebar-wishlist .product-list .product-item .text-end {
    display: flex;
    flex-direction: column;
    gap: clamp(5px, 0.521vw, 20px);
}

#sidebar-cart .price-total,
#sidebar-wishlist .price-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sidebar-cart .action-buttons,
#sidebar-wishlist .action-buttons {
    display: flex;
    align-items: center;
    gap: clamp(24px, 1.667vw, 64px);
    width: 100%;
}

#sidebar-cart .action-buttons a,
#sidebar-wishlist .action-buttons a {
    text-align: center;
    width: 45%;
}

#sidebar-cart-curtain,
#sidebar-wishlist-curtain {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 4999;
    display: none;
    transition: opacity 0.2s ease-in-out;
}

.title-banner {
    background: url(../image/home-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: clamp(48px, 3.958vw, 180px);
}

@media (max-width: 576px) {
    .title-banner h2 {
        font-size: 34px;
    }
}

.blog-detail-wrapper .qoutes {
    background: #EAEAEC;
    padding: clamp(16px, 1.25vw, 32px);
    border-radius: clamp(8px, 0.781vw, 30px);
    border-left: 2px solid #0C0C0D;
}

.blog-detail-wrapper .blog-post-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .blog-detail-wrapper .blog-post-row {
        flex-direction: column;
        flex-wrap: wrap;
        row-gap: 16px;
    }
}

.blog-detail-wrapper .blog-post-row .blog-post-block {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media (max-width: 575px) {
    .blog-detail-wrapper .blog-post-row .blog-post-block {
        gap: 8px;
    }
}

.blog-detail-wrapper .blog-post-row .blog-post-block .arrow-block {
    display: grid;
    align-items: center;
    justify-content: center;
    width: clamp(36px, 2.5vw, 64px);
    height: clamp(36px, 2.5vw, 64px);
    border-radius: clamp(5px, 0.26vw, 12px);
    background: #EAEAEC;
    transition: all 0.5s ease-in-out;
    border: 1px solid #92949F;
}

.blog-detail-wrapper .blog-post-row .blog-post-block .arrow-block svg path {
    stroke: #141516;
    transition: all 0.5s ease-in-out;
}

.blog-detail-wrapper .blog-post-row .blog-post-block .post-text {
    color: #0C0C0D;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 1499px) {
    .blog-detail-wrapper .blog-post-row .blog-post-block br {
        display: none;
    }
}

.blog-detail-wrapper .blog-post-row .blog-post-block .arrow-text {
    color: #0C0C0D;
    transition: all 0.5s ease-in-out;
}

.blog-detail-wrapper .blog-post-row .blog-post-block .post-image {
    width: clamp(48px, 4.167vw, 140px);
    height: clamp(48px, 4.167vw, 140px);
}

.blog-detail-wrapper .blog-post-row .blog-post-block:hover .arrow-block {
    background: #9EEF0B;
}

.blog-detail-wrapper .blog-post-row .blog-post-block:hover .arrow-block svg path {
    transition: all 0.5s ease-in-out;
    stroke: #FAFAFA;
}

.blog-detail-wrapper .blog-post-row .blog-post-block:hover .post-text {
    color: #9EEF0B;
    transition: all 0.5s ease-in-out;
}

.blog-detail-wrapper .blog-post-row .blog-post-block:hover .arrow-text {
    color: #9EEF0B;
    transition: all 0.5s ease-in-out;
}

.blog-detail-wrapper .writer-image {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

@media (max-width: 576px) {
    .blog-detail-wrapper .writer-image {
        justify-content: center;
    }
}

.blog-detail-wrapper .writer-image img {
    width: clamp(120px, 16.667vw, 550px);
    height: clamp(120px, 16.667vw, 550px);
}

.blog-detail-wrapper .review-area .review-block {
    display: flex;
    align-items: flex-start;
    gap: clamp(12px, 0.833vw, 32px);
}

@media (max-width: 490px) {
    .blog-detail-wrapper .review-area .review-block {
        gap: 8px;
    }
}

.blog-detail-wrapper .review-area .review-block.block-2 {
    padding-left: clamp(32px, 4.3vw, 120px);
}

.blog-detail-wrapper .review-area .review-block .image-box {
    display: flex;
    flex-shrink: 0;
}

.blog-detail-wrapper .review-area .review-block .image-box img {
    border-radius: 50%;
    width: clamp(40px, 3.33vw, 140px);
    height: clamp(40px, 3.33vw, 140px);
}

.blog-detail-wrapper .review-area .review-block .text-box .reply-btn {
    color: #0C0C0D;
    transition: all 0.5s ease-in-out;
}

.blog-detail-wrapper .review-area .review-block .text-box .reply-btn:hover {
    color: #9EEF0B;
}

.blog-form .form-control, .contact-form .form-control {
    border-radius: clamp(6px, 0.521vw, 20px);
}

.blog-form button, .contact-form button {
    border: 0;
}

.sidebar.toggle-sidebar {
    padding: clamp(14px, 1.25vw, 48px);
    position: fixed;
    top: 0;
    left: -800px;
    width: clamp(300px, 20.833vw, 650px);
    height: 100vh;
    background-color: #EAEAEC;
    z-index: 1000;
    overflow-y: scroll;
}

.sidebar.toggle-sidebar::-webkit-scrollbar {
    width: 10px;
}

.sidebar.toggle-sidebar::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.sidebar.toggle-sidebar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

.sidebar.toggle-sidebar.active {
    left: 0;
}

.sidebar .category-block .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.sidebar .category-block .recent-blogs .image-box {
    border-radius: clamp(5px, 0.26vw, 12px);
    width: clamp(72px, 6.354vw, 280px);
    height: clamp(60px, 4.167vw, 220px);
}

.sidebar .category-block .recent-blogs .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar .category-block .recent-blogs .text {
    color: #0C0C0D;
    transition: all 0.5s ease-in-out;
    line-height: 110%;
}

.sidebar .category-block .recent-blogs:hover .text {
    color: #DD3842;
    transition: all 0.5s ease-in-out;
}

.sidebar .category-block i {
    font-size: clamp(16px, 1.042vw, 48px);
    font-weight: 400;
}

.shop-sidebar.toggle-sidebar {
    padding: clamp(20px, 1.667vw, 48px);
    position: fixed;
    top: 0;
    left: -800px;
    width: clamp(300px, 20.833vw, 650px);
    height: 100vh;
    background-color: #FAFAFA;
    z-index: 1000;
    overflow-y: scroll;
}

.shop-sidebar.toggle-sidebar::-webkit-scrollbar {
    width: 10px;
}

.shop-sidebar.toggle-sidebar::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.shop-sidebar.toggle-sidebar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

.shop-sidebar.toggle-sidebar.active {
    left: 0;
}

.shop-sidebar .category-block .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.shop-sidebar .category-block .wrapper .price-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.shop-sidebar .category-block .wrapper .price-input .field {
    width: 48%;
}

.shop-sidebar .category-block .wrapper .price-input .field .sidebar-price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #92949F;
    -moz-appearance: textfield;
    padding: clamp(8px, 0.625vw, 20px);
    width: 100%;
    border-radius: clamp(5px, 0.26vw, 12px);
}

.shop-sidebar .category-block .wrapper .price-input .field .sidebar-price-block .price-sign {
    width: 50%;
}

.shop-sidebar .category-block .wrapper .price-input .field .sidebar-price-block input {
    text-align: end;
    width: 50%;
    outline: none;
    border: 0;
    background: transparent;
}

.shop-sidebar .category-block .wrapper .slider {
    height: 8px;
    position: relative;
    background: #92949F;
}

.shop-sidebar .category-block .wrapper .slider .progress-range {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    background: #9EEF0B;
}

.shop-sidebar .category-block .wrapper .range-input {
    position: relative;
}

.shop-sidebar .category-block .wrapper .range-input input {
    position: absolute;
    width: 100%;
    height: 3px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 50%;
}

.shop-sidebar .category-block .wrapper input[type=number]::-webkit-outer-spin-button,
.shop-sidebar .category-block .wrapper input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.shop-sidebar .category-block .wrapper input[type=range]::-webkit-slider-thumb {
    height: clamp(22px, 1.25vw, 48px);
    width: clamp(22px, 1.25vw, 48px);
    background: #FAFAFA;
    pointer-events: auto;
    -webkit-appearance: none;
    cursor: pointer;
    border: 2px solid #9EEF0B;
    border-radius: 4px;
}

.shop-sidebar .category-block .wrapper input[type=range]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    background: #9EEF0B;
    pointer-events: auto;
    cursor: pointer;
    -moz-appearance: none;
    border-radius: 4px;
}

.shop-sidebar .category-block .label-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(8px, 0.625vw, 24px);
}

.shop-sidebar .category-block .label-wrapper .item-label {
    padding: 4px 8px;
    border: 1px solid #0C0C0D;
    color: #0C0C0D;
    transition: all 0.5s ease-in-out;
}

.shop-sidebar .category-block .label-wrapper .item-label:hover {
    background: #0C0C0D;
    color: #FAFAFA;
    transition: all 0.5s ease-in-out;
}

.shop-sidebar .category-block .star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    font-size: 26px;
}

.shop-sidebar .category-block .star-rating input {
    display: none;
}

.shop-sidebar .category-block .star-rating label {
    color: #ccc;
    cursor: pointer;
}

.shop-sidebar .category-block .star-rating :checked ~ label {
    color: #9EEF0B;
}

.shop-sidebar .category-block .star-rating label:hover,
.shop-sidebar .category-block .star-rating label:hover ~ label {
    color: #9EEF0B;
}

.shop-sidebar .category-block .recent-blogs .image-box {
    border-radius: clamp(5px, 0.26vw, 12px);
    width: clamp(72px, 6.354vw, 280px);
    height: clamp(60px, 4.167vw, 220px);
}

.shop-sidebar .category-block .recent-blogs .text {
    color: #0C0C0D;
    transition: all 0.5s ease-in-out;
    line-height: 110%;
}

.shop-sidebar .category-block .recent-blogs svg {
    width: clamp(14px, 0.729vw, 48px);
    height: clamp(14px, 0.729vw, 48px);
}

.shop-sidebar .category-block .recent-blogs:hover .text {
    color: #9EEF0B;
    transition: all 0.5s ease-in-out;
}

.shop-sidebar .far.fa-plus {
    font-size: 24px;
    font-weight: 300;
}

.shop-sidebar .featured-product-sec {
    position: relative;
}

.shop-sidebar .featured-product-sec .text-block {
    position: absolute;
    top: 0;
    left: 0;
    padding: clamp(24px, 2.5vw, 64px) clamp(12px, 0.833vw, 24px);
    text-align: center;
    width: 100%;
}

.shop-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
    cursor: url(../image/close.png), auto;
}

.shop-sidebar-overlay.active {
    display: block;
    opacity: 1;
}

.shop-filter {
    padding: clamp(10px, 0.581vw, 24px) clamp(16px, 1.25vw, 40px);
    border-radius: clamp(40px, 2.5vw, 96px);
    background: #9EEF0B;
    color: #0C0C0D;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.625vw, 24px);
}

.shop-filter svg {
    width: clamp(16px, 1.042vw, 48px);
    height: clamp(16px, 1.042vw, 48px);
}

.shop-filter svg path {
    transition: all 0.5s ease-in-out;
}

.shop-filter:hover {
    color: #FAFAFA;
    background: #0C0C0D;
}

.shop-filter:hover svg path {
    stroke: #FAFAFA;
}

.select-size {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.select-size .button-label {
    display: grid;
    align-items: center;
    justify-content: center;
    width: clamp(68px, 4.01vw, 196px);
    height: clamp(40px, 2.5vw, 146px);
    border-radius: 48px;
    cursor: pointer;
    color: #141516;
    border: 1px solid #45474F;
    font-family: "Plus Jakarta Sans", sans-serif;
    background: transparent;
    transition: 0.3s;
    user-select: none;
    text-align: center;
    font-weight: 500;
}

.select-size .button-label:active {
    transform: translateY(2px);
    background: #9EEF0B;
}

.select-size .button-label:hover {
    border: 1px solid #9EEF0B;
    background: #9EEF0B;
    color: #0C0C0D;
}

.select-size .radio-label:checked + .button-label {
    border: 1px solid #9EEF0B;
    background: #9EEF0B;
    color: #0C0C0D;
}

.select-size .hidden {
    display: none;
}

.blog-tags-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(8px, 0.625vw, 24px);
}

.blog-tags-wrapper .blog-tags {
    padding: clamp(8px, 0.625vw, 40px) clamp(12px, 0.833vw, 48px);
    border-radius: 48px;
    border: 1px solid #0C0C0D;
    transition: all 0.5s ease-in-out;
    background: transparent;
    color: #0C0C0D;
    font-weight: 500;
}

.blog-tags-wrapper .blog-tags:hover {
    background: #9EEF0B;
}

.shop-detail-page .detail-wrapper .product-image-container {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

@media (max-width: 1024px) {
    .shop-detail-page .detail-wrapper .product-image-container {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .shop-detail-page .detail-wrapper .product-image-container {
        flex-direction: column-reverse;
    }
}

.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav {
    pointer-events: auto;
}

.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav.asnav-2 {
    width: 100%;
}

.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav.asnav-2 .slick-track {
    flex-direction: row;
    width: auto !important;
}

.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .slick-track {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: clamp(18px, 1.25vw, 48px) !important;
    width: max-content !important;
}

@media (max-width: 575px) {
    .shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .slick-track {
        flex-direction: row;
        transform: none !important;
    }
}

.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image {
    cursor: pointer;
    background: #EAEAEC;
    border-radius: clamp(6px, 0.521vw, 20px);
    border: 1px solid #EAEAEC;
    overflow: hidden;
}

.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image img {
    width: clamp(64px, 7.083vw, 350px);
}

.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image.slick-current {
    border: 1px solid #0C0C0D;
}

.shop-detail-page .detail-wrapper .product-image-container .product-detail-slider {
    pointer-events: none;
    width: 80%;
    border-radius: clamp(10px, 1.042vw, 32px);
    background: #EAEAEC;
}

@media (max-width: 1099px) {
    .shop-detail-page .detail-wrapper .product-image-container .product-detail-slider {
        width: 60% !important;
    }
}

@media (max-width: 575px) {
    .shop-detail-page .detail-wrapper .product-image-container .product-detail-slider {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    .shop-detail-page .detail-wrapper .product-image-container .product-detail-slider .detail-image {
        height: auto !important;
    }
}

.shop-detail-page .detail-wrapper .product-image-container .product-detail-slider .detail-image img {
    margin: auto;
    width: clamp(350px, 28.208vw, 1250px);
}

@media (min-width: 1921px) {
    .shop-detail-page .detail-wrapper .product-image-container .product-detail-slider .detail-image img {
        width: 80%;
        height: 100%;
    }
}

.product-text-container {
    padding: clamp(12px, 1.25vw, 40px);
}

.product-text-container.product-text-page {
    padding: 0 clamp(12px, 1.25vw, 40px);
}

.product-text-container .label {
    padding: 4px 12px;
    border-radius: 2px;
    background-color: #0C0C0D;
    color: #FAFAFA;
}

.product-text-container .side-icons {
    display: flex;
    align-items: center;
    gap: clamp(4px, 0.417vw, 16px);
}

.product-text-container .side-icons a {
    width: clamp(28px, 1.667vw, 64px);
    height: clamp(28px, 1.667vw, 64px);
    display: grid;
    align-items: center;
    justify-content: center;
    border: 1px solid #92949F;
    border-radius: clamp(5px, 0.26vw, 12px);
    transition: all 0.5s ease-in-out;
    background: #FAFAFA;
    color: #141516;
}

@media (max-width: 490px) {
    .product-text-container .side-icons a {
        width: clamp(30px, 6.531vw, 48px);
        height: clamp(30px, 6.531vw, 48px);
    }
}

.product-text-container .side-icons a svg {
    width: clamp(14px, 0.833vw, 48px);
    height: clamp(14px, 0.833vw, 48px);
}

.product-text-container .side-icons a svg path {
    transition: all 0.5s ease-in-out;
}

.product-text-container .side-icons a.btn {
    font-size: clamp(14px, 0.833vw, 40px);
}

.product-text-container .side-icons a i {
    transition: all 0.5s ease-in-out;
}

.product-text-container .side-icons a:hover {
    background: #9EEF0B;
}

.product-text-container .side-icons a:hover svg path {
    fill: #FAFAFA;
}

.product-text-container .side-icons a:hover i {
    color: #FAFAFA;
}

.product-text-container .quantity .quantity-wrap {
    gap: clamp(8px, 0.625vw, 24px);
}

.product-description .description-wrapper nav .nav {
    display: flex;
    gap: clamp(8px, 0.625vw, 24px);
    position: relative;
}

@media (max-width: 490px) {
    .product-description .description-wrapper nav .nav {
        justify-content: center;
        row-gap: 8px;
    }
}

.product-description .description-wrapper nav .nav.nav-tabs {
    border-bottom: 0;
}

.product-description .description-wrapper nav .nav-link {
    position: relative;
    border: 0;
    padding: 0;
}

.product-description .description-wrapper nav .nav-link span {
    text-transform: capitalize;
    font-size: clamp(16px, 0.833vw, 48px);
    color: #0C0C0D;
    font-weight: 500;
    line-height: 150%;
    border-radius: 48px;
    padding: clamp(8px, 0.625vw, 40px) clamp(12px, 0.833vw, 48px);
    border: 1px solid #45474F;
    transition: all 0.5s ease-in-out;
}

.product-description .description-wrapper nav .nav-link:focus-visible {
    outline: 0;
}

.product-description .description-wrapper nav .nav-link:hover span, .product-description .description-wrapper nav .nav-link.active span {
    background: #9EEF0B;
    color: #0C0C0D;
    border: 1px solid #9EEF0B;
}

.product-description .description-wrapper .star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 4px;
}

.product-description .description-wrapper .star-rating input {
    display: none;
}

.product-description .description-wrapper .star-rating label {
    color: #92949F;
    cursor: pointer;
    font-size: clamp(18px, 1.25vw, 64px);
}

.product-description .description-wrapper .star-rating :checked ~ label {
    color: #FF7A00;
}

.product-description .description-wrapper .star-rating label:hover,
.product-description .description-wrapper .star-rating label:hover ~ label {
    color: #FF7A00;
}

.product-description .description-wrapper .input-block .form-control {
    border-radius: clamp(6px, 0.521vw, 20px);
    border: 1px solid #45474F;
}

.product-description .description-wrapper .comments-sec .comment-box {
    display: flex;
    align-items: flex-start;
    gap: clamp(12px, 0.833vw, 32px);
    padding: clamp(12px, 1.25vw, 40px);
}

.product-description .description-wrapper .comments-sec .comment-box img {
    border-radius: 50%;
    width: clamp(42px, 3.33vw, 160px);
    height: clamp(42px, 3.33vw, 160px);
}

.product-description .description-wrapper .cus-btn {
    border: 0;
}

.instock-label {
    position: relative;
    display: inline-block;
    padding-left: clamp(17px, 1.05vw, 40px);
}

.instock-label::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 2px;
    width: clamp(10px, 0.625vw, 32px);
    height: clamp(10px, 0.625vw, 32px);
    border: 2px solid #FAFAFA;
    outline: 1px solid #004439;
    background: #004439;
    border-radius: 50%;
}

.contact-section .schedule-container .time-block {
    border: 1px solid #45474F;
    border-radius: 48px;
    padding: 4px;
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.625vw, 24px);
}

.contact-section .schedule-container .time-block .time-icon {
    width: clamp(40px, 2.5vw, 96px);
    height: clamp(40px, 2.5vw, 96px);
    border-radius: 50%;
    background: #EAEAEC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-section .form-container {
    padding: clamp(12px, 1.25vw, 40px);
    border: 1px solid #0C0C0D;
}

.contact-section .map iframe {
    width: 100%;
    height: clamp(280px, 31.25vw, 1250px);
    border-radius: clamp(6px, 0.521vw, 20px);
}

.error-section {
    padding: clamp(64px, 6.5vw, 350px) 0 clamp(48px, 4.167vw, 160px);
    text-align: center;
}

.error-section .error-text h1 {
    color: #0C0C0D;
    font-size: clamp(120px, 15.625vw, 650px);
    font-weight: 600;
    line-height: 80%;
}

/*# sourceMappingURL=app.css.map */

.tab-content{
    padding: 10px;
    border: 1px solid #e2dfdf;
    border-radius: 5px;
    background: #ffffff;
}
