/*---------------------------------------------"
// Template Name: Powerex
// Description: Powerex 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-MavenProwght400..900_swap.css");
@import url("css2-Interitalopszwght014..32100..900114..32100..900_swap.css");
/*-------------------------
    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: #EF6440;
}

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

.container-fluid {
  padding-right: calc(var(--bs-gutter-x)* .75);
  padding-left: calc(var(--bs-gutter-x)* .75);
}
@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 5vw;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
}

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

body {
  font-family: "Inter", sans-serif;
  color: #808080;
  background-color: #FFFFFF;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(14px, 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;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: #EF6440;
  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: "Maven Pro", sans-serif;
  font-weight: 500;
  font-size: clamp(61px, 6.198vw, 190px);
  /*119*/
  line-height: 120%;
  letter-spacing: -4.2px;
}
@media (max-width: 820px) {
  h1,
.h1 {
    font-size: clamp(54px, 8.78vw, 96px);
    /*72*/
  }
}
@media (max-width: 490px) {
  h1,
.h1 {
    font-size: clamp(39px, 9.796vw, 80px);
    letter-spacing: -1.44px;
    /*28*/
  }
}
h1.bold,
.h1.bold {
  letter-spacing: -1.44px;
  font-weight: 700;
}

h2,
.h2 {
  font-size: clamp(40px, 2.552vw, 140px);
  /* 49px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 66px */
}
@media (max-width: 1199px) {
  h2,
.h2 {
    font-size: clamp(36px, 3.503vw, 52px);
    /* 42px */
  }
}
@media (max-width: 1024px) {
  h2,
.h2 {
    font-size: clamp(32px, 3.418vw, 52px);
    /* 35px */
  }
}
@media (max-width: 820px) {
  h2,
.h2 {
    font-size: clamp(28px, 3.902vw, 48px);
    /* 32px */
  }
}

h3,
.h3 {
  font-size: clamp(36px, 2.031vw, 108px);
  /* 39px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h3,
.h3 {
    font-size: clamp(30px, 2.836vw, 48px);
    /* 34px */
  }
}
@media (max-width: 1024px) {
  h3,
.h3 {
    font-size: clamp(30px, 3.125vw, 46px);
    /* 32px */
  }
}
@media (max-width: 820px) {
  h3,
.h3 {
    font-size: clamp(25px, 3.415vw, 38px);
    /* 28px */
  }
}

h4,
.h4 {
  font-size: clamp(27px, 1.615vw, 92px);
  /* 31px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 42px */
}
@media (max-width: 1199px) {
  h4,
.h4 {
    font-size: clamp(23px, 2.168vw, 40px);
    /* 26px */
  }
}
@media (max-width: 1024px) {
  h4,
.h4 {
    font-size: clamp(26px, 2.734vw, 42px);
    /* 28px */
  }
}
@media (max-width: 820px) {
  h4,
.h4 {
    font-size: clamp(22px, 2.683vw, 30px);
    /* 22px */
  }
}

h5,
.h5 {
  font-size: clamp(22px, 1.302vw, 84px);
  /* 25px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
}
@media (max-width: 1199px) {
  h5,
.h5 {
    font-size: clamp(19px, 1.751vw, 32px);
    /* 21px */
  }
}
@media (max-width: 1024px) {
  h5,
.h5 {
    font-size: clamp(22px, 2.344vw, 30px);
    /* 24px */
  }
}
@media (max-width: 820px) {
  h5,
.h5 {
    font-size: clamp(19px, 2.317vw, 22px);
    /* 19px */
  }
}

h6,
.h6 {
  font-size: clamp(18px, 1.042vw, 61px);
  /* 20px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 27.6px */
}
@media (max-width: 1199px) {
  h6,
.h6 {
    font-size: clamp(16px, 1.501vw, 24px);
    /* 18px */
  }
}
@media (max-width: 1024px) {
  h6,
.h6 {
    font-size: clamp(18px, 1.855vw, 26px);
    /* 19px */
  }
}
@media (max-width: 820px) {
  h6,
.h6 {
    font-size: clamp(17px, 1.951vw, 20px);
    /* 16px */
  }
}

.text-16,
p {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.833vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21.6px */
}

.eyebrow {
  text-transform: uppercase;
  font-size: clamp(14px, 0.833vw, 36px);
  /* 16px */
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 120%;
}

.subtitle {
  font-size: clamp(14px, 0.729vw, 32px);
  /* 14px */
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.caption {
  font-size: clamp(12px, 0.677vw, 26px);
  /* 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: "Inter", sans-serif;
}

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

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

.color-sec {
  color: #FECD00;
}

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

.black {
  color: #0F0F0F;
}

.light-black {
  color: #1F1F1F;
}

.white {
  color: #FFFFFF !important;
}

.dark-gray {
  color: #808080;
}

.light-gray {
  color: #D9D9D9;
}

.lightest-gray {
  color: #F5F5F5;
}

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

.bg-primary {
  background: #EF6440 !important;
}

.bg-sec {
  background: #FECD00;
}

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

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

.bg-light-black {
  background: #1F1F1F;
}

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

.bg-dark-gray {
  background: #808080;
}

.bg-light-gray {
  background: #D9D9D9;
}

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

.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;
}

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

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

.font-primary {
  font-family: "Inter", sans-serif;
}

.font-sec {
  font-family: "Maven Pro", sans-serif;
}

.br-4 {
  border-radius: clamp(2px, 0.208vw, 28px);
}

.br-6 {
  border-radius: clamp(3px, 0.313vw, 32px);
}

.br-8 {
  border-radius: clamp(4px, 0.417vw, 36px);
}

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

.br-12 {
  border-radius: clamp(8px, 0.625vw, 48px) !important;
}

.br-14 {
  border-radius: clamp(10px, 0.729vw, 54px);
}

.br-16 {
  border-radius: clamp(12px, 0.833vw, 64px);
}

.br-18 {
  border-radius: clamp(14px, 0.938vw, 78px);
}

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

.br-24 {
  border-radius: clamp(18px, 1.25vw, 96px);
}

.br-32 {
  border-radius: clamp(24px, 1.667vw, 108px);
}

.br-48 {
  border-radius: clamp(28px, 2.5vw, 120px);
}

.br-56 {
  border-radius: clamp(24px, 2.917vw, 140px);
}

.br-64 {
  border-radius: clamp(40px, 3.333vw, 160px);
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-48 {
  gap: clamp(40px, 2.5vw, 140px);
}

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

.cursor-pointer {
  cursor: pointer;
}

/*----------------------------------------*/
/*  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: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 20px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@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: clamp(28px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-40 {
    padding: 32px 0;
  }
}

.pt-40 {
  padding-top: clamp(28px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 32px;
  }
}

.pb-40 {
  padding-bottom: clamp(28px, 2.083vw, 80px);
}
@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);
}

.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: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(114px, 6.25vw, 340px);
  height: clamp(114px, 6.25vw, 340px);
  font-size: 100px;
  padding: 11px 0;
  border-radius: 10px;
  background: #EF6440;
  color: #FFFFFF;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top:hover {
  background: #EF6440;
  color: #FFFFFF;
}
.back-to-top.show {
  opacity: 1;
}
@media (max-width: 490px) {
  .back-to-top {
    right: -20px;
    bottom: -20px;
  }
}

.cus-btn {
  padding: clamp(8px, 0.755vw, 32px) clamp(20px, 1.25vw, 64px);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.5s;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.833vw, 32px);
  font-weight: 500;
  line-height: 120%;
  border-radius: clamp(2px, 0.208vw, 28px);
  color: #EF6440;
  background: transparent;
  display: inline-block;
  border: 1px solid #EF6440;
}
.cus-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #EF6440;
  height: clamp(120px, 7.813vw, 500px);
  width: clamp(250px, 15.625vw, 850px);
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.cus-btn:hover {
  color: #fff;
}
.cus-btn:hover::before {
  top: -30px;
  left: -30px;
}

.cus-btn-2 {
  padding: clamp(10px, 0.964vw, 32px) clamp(20px, 1.667vw, 64px);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.5s;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-size: clamp(12px, 0.833vw, 32px);
  font-weight: 500;
  line-height: 120%;
  border-radius: clamp(2px, 0.208vw, 28px);
  color: #FFFFFF;
  background: #0F0F0F;
  width: max-content;
}
.cus-btn-2::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #EF6440;
  height: clamp(120px, 7.813vw, 500px);
  width: clamp(250px, 15.625vw, 850px);
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.cus-btn-2:hover {
  color: #fff;
}
.cus-btn-2:hover::before {
  top: -30px;
  left: -30px;
}
.cus-btn-2.sec {
  padding: clamp(8px, 0.755vw, 32px) clamp(20px, 1.25vw, 64px);
  background: #EF6440;
}
.cus-btn-2.sec::before {
  content: "";
  background: #1F1F1F;
}

.slider-arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}
.slider-arrows .arrow-btn {
  background: #FFFFFF;
  width: clamp(26px, 1.667vw, 96px);
  height: clamp(26px, 1.667vw, 96px);
  display: grid;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  padding: 0;
  border-radius: clamp(2px, 0.208vw, 28px);
}
.slider-arrows .arrow-btn svg {
  width: clamp(18px, 1.042vw, 48px);
  height: clamp(18px, 1.042vw, 48px);
}
.slider-arrows .arrow-btn svg path {
  transition: all 0.5s ease-in-out;
}
.slider-arrows .arrow-btn:hover {
  transition: all 0.5s ease-in-out;
  background: #EF6440;
}
.slider-arrows .arrow-btn:hover svg path {
  stroke: #FFFFFF;
  transition: all 0.5s ease-in-out;
}

.quantity {
  display: inline-flex;
  align-items: flex-start;
  border-radius: clamp(2px, 0.208vw, 28px);
  padding: clamp(6px, 0.417vw, 48px);
  background: #F5F5F5;
}
@media (max-width: 490px) {
  .quantity {
    padding: 10px 16px;
  }
}
.quantity .input-area {
  display: flex;
  gap: clamp(2px, 0.208vw, 28px);
}
.quantity .input-area input {
  display: grid;
  align-content: center;
  border: none;
  border-radius: 0px;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  background-color: transparent;
  color: #0F0F0F;
  padding: 0 clamp(6px, 0.417vw, 48px);
  width: clamp(30px, 1.667vw, 64px);
}
@media (max-width: 992px) {
  .quantity .input-area input {
    font-size: 20x;
  }
}
@media (max-width: 767px) {
  .quantity .input-area input {
    font-size: 18x;
  }
}
@media (max-width: 575px) {
  .quantity .input-area input {
    font-size: 17px;
  }
}
.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: -5px;
}
.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: #808080;
  transition: all 0.5s ease-in-out;
}
.pagination #border-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #0F0F0F;
  background-color: #FFFFFF;
  width: clamp(36px, 2.5vw, 96px);
  height: clamp(36px, 2.5vw, 96px);
  border-radius: clamp(3px, 0.313vw, 32px);
  float: left;
  transition: all 0.5s ease-in-out;
  font-size: clamp(14px, 0.833vw, 22px);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.62px;
  background: #F5F5F5;
}
.pagination #border-pagination li a svg path {
  stroke: #0F0F0F;
  transition: all 0.5s ease-in-out;
}
.pagination #border-pagination li a:hover, .pagination #border-pagination li a.active {
  background-color: #EF6440;
  color: #FFFFFF;
}
.pagination #border-pagination li a:hover svg path, .pagination #border-pagination li a.active svg path {
  stroke: #FFFFFF;
  transition: all 0.5s ease-in-out;
}

/*-------------------------
  Form Styling
-------------------------*/
textarea.form-control {
  min-height: 118px;
  max-height: 150px;
  padding-left: clamp(12px, 0.833vw, 40px);
}
@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.083vw, 96px);
  border-radius: clamp(4px, 0.417vw, 36px);
  border: 1px solid #D9D9D9;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 0.833vw, 40px);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  position: relative;
  color: #0F0F0F;
  box-shadow: none;
  outline: 0;
}
.form-control:focus {
  box-shadow: none !important;
  outline: 0 !important;
  color: #0F0F0F !important;
  background: transparent !important;
}
.form-control::placeholder {
  color: #808080;
  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: #1F1F1F;
  gap: clamp(12px, 0.833vw, 32px);
}
.input-group input {
  width: 10.625vw;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  color: #FFFFFF;
  border: 0;
  font-family: "Inter", sans-serif;
  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;
}

.check-block input {
  display: none;
}
.check-block label {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
  color: #808080;
  font-weight: 500;
  cursor: pointer;
}
.check-block label::before {
  content: "ïƒˆ";
  font-family: "Font Awesome 6 Pro";
  color: #D9D9D9;
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 300;
}
.check-block input[type=checkbox]:checked + label {
  color: #EF6440;
  font-weight: 500;
}
.check-block input[type=checkbox]:checked + label::before {
  content: "ï…Š";
  color: #EF6440;
  font-weight: 600;
}

.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: #D9D9D9;
  font-size: clamp(16px, 1.042vw, 40px);
  font-weight: 300;
}
.cus-checkBox input[type=checkbox]:checked + label {
  color: #EF6440;
  font-weight: 400;
}
.cus-checkBox input[type=checkbox]:checked + label::before {
  content: "ï…Š";
  color: #EF6440;
  font-weight: 600;
}

.input-block {
  position: relative;
}
.input-block svg {
  position: absolute;
  top: clamp(15px, 0.938vw, 40px);
  left: clamp(12px, 0.625vw, 32px);
  width: clamp(18px, 1.042vw, 48px);
  height: clamp(18px, 1.042vw, 48px);
}

.material-checkbox {
  display: flex;
  align-items: start;
  color: #FFFCFA;
  cursor: pointer;
}
.material-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.material-checkbox input[type=checkbox]:checked ~ .checkmark {
  background-color: #470053;
  border-color: #781d88bb;
}
.material-checkbox input[type=checkbox]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.material-checkbox input[type=checkbox]:focus ~ .checkmark {
  box-shadow: 0 0 0 2px #aa47bc86;
}
.material-checkbox:hover input[type=checkbox] ~ .checkmark {
  border-color: #AB47BC;
}
.material-checkbox input[type=checkbox]:disabled ~ .checkmark {
  opacity: 0.5;
  cursor: not-allowed;
}
.material-checkbox input[type=checkbox]:disabled ~ .checkmark:hover {
  border-color: #4d4d4d;
}

.checkmark {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border: 2px solid #92949F;
  border-radius: 4px;
  transition: all 0.3s;
}

.heading .eyebrow {
  text-transform: uppercase;
  font-weight: 500;
  color: #EF6440;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 50px);
}
.heading .eyebrow::before {
  content: url("../images/heading-star.png");
}

.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;
}
@media (min-width: 1921px) {
  .wrapper-dropdown .selected-display img {
    width: 50px;
  }
}
.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: #FFFFFF;
  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(28px, 2.344vw, 96px);
  border-radius: 0;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .wrapper-dropdown .topbar-dropdown li img {
    width: 50px;
  }
}
.wrapper-dropdown .topbar-dropdown li:last-child {
  border-bottom: none;
}
.wrapper-dropdown .topbar-dropdown li:hover {
  background-color: #F5F5F5;
  color: #0F0F0F;
}
.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;
}
.wrapper-dropdown svg {
  transition: all 0.3s;
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.wrapper-dropdown .rotated {
  transform: rotate(-180deg);
}

.shop-dropdown {
  border-radius: clamp(2px, 0.208vw, 28px);
  background: #F5F5F5;
  padding: clamp(6px, 0.417vw, 12px) clamp(8px, 0.625vw, 24px);
}
.shop-dropdown .selected-display {
  color: #0F0F0F;
}

.modal.show {
  display: grid !important;
  align-items: center;
  height: 100vh;
}
.modal .modal-dialog {
  max-width: 70%;
}
@media (max-width: 1199px) {
  .modal .modal-dialog {
    width: 90%;
    max-width: 90%;
  }
}
@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 {
  background-color: #FFFFFF;
  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 {
  border-radius: clamp(5px, 0.521vw, 40px);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 100%;
  padding: clamp(20px, 1.667vw, 40px);
}
@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: #EF6440;
}
.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 #FFFFFF;
  outline: 1px solid #EF6440;
  background: #EF6440;
  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, 72px);
}
.modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .label-wrapper .item-label {
  padding: 4px 8px;
  border: 1px solid #0F0F0F;
  color: #0F0F0F;
}
@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: #FFFFFF;
  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: #0F0F0F;
}
.zui-wrapper .zui-table tbody td {
  text-align: center !important;
  color: #0F0F0F;
  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: #FFFFFF;
}
.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: #EF6440;
  text-decoration: none;
}
.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;
  }
}

.size-guide-chart {
  padding: clamp(16px, 2.5vw, 96px);
  background: #FFFFFF;
  width: 984px;
  height: 580px;
}
.size-guide-chart table {
  width: 100%;
}
.size-guide-chart table tr, .size-guide-chart table td {
  border: 1px solid #808080;
  text-align: center;
  color: #0F0F0F;
}
.size-guide-chart table thead tr td {
  padding: 12px 4px;
}
.size-guide-chart table thead tr td:nth-child(1) {
  width: 40%;
}
.size-guide-chart table thead tr td:nth-child(2) {
  width: 12%;
}
.size-guide-chart table thead tr td:nth-child(3) {
  width: 12%;
}
.size-guide-chart table thead tr td:nth-child(4) {
  width: 12%;
}
.size-guide-chart table thead tr td:nth-child(5) {
  width: 12%;
}
.size-guide-chart table thead tr td:nth-child(6) {
  width: 12%;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: #FFFFFF;
  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(217, 217, 217, 0.2);
}
#preloader .loading07 span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  color: #0F0F0F;
  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 .header-section .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(8px, 0.625vw, 24px) 0;
}
header .header-section .header-top .phone-icon svg {
  width: clamp(18px, 1.042vw, 48px);
  height: clamp(18px, 1.042vw, 48px);
}
header .header-section .header-top .slider-container {
  width: clamp(390px, 33.125vw, 900px);
}
@media (max-width: 576px) {
  header .header-section .header-top .slider-container {
    width: 410px;
    margin: auto;
  }
}
@media (max-width: 399px) {
  header .header-section .header-top .slider-container {
    width: 370px;
    margin: auto;
  }
}
header .header-section .header-top .slider-container .header-slider {
  padding: 0 clamp(24px, 1.667vw, 48px);
  pointer-events: none;
}
header .header-section .header-top .slider-container .header-slider .text-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
header .header-section .header-top .slider-container .slider-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -30px;
}
@media (max-width: 576px) {
  header .header-section .header-top .slider-container .slider-arrows {
    margin-top: -27px;
  }
}
header .header-section .header-top .slider-container .slider-arrows .arrow-btn {
  background: transparent;
  border: 0;
}
header .header-section .header-top .header-end {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.25vw, 32px);
}
header .header-section .header-top .header-end .top-bar-links {
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
header .header-section .header-top .header-end .top-bar-links p {
  transition: all 0.5s ease-in-out;
  color: #FFFFFF;
}
header .header-section .header-top .header-end .top-bar-links p:hover {
  transition: all 0.5s ease-in-out;
  color: #EF6440;
}
header .header-section .header-top .header-end .top-bar-links:hover {
  transition: all 0.5s ease-in-out;
  color: #EF6440;
}
header .header-section .header-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(8px, 0.625vw, 32px) 0;
}
@media (min-width: 1921px) {
  header .header-section .header-center .header-logo img {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  header .header-section .header-center .header-logo img {
    width: 80%;
  }
}
@media (max-width: 490px) {
  header .header-section .header-center .header-logo img {
    width: 65%;
  }
}
header .header-section .header-center .menu-button-right {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.333vw, 72px);
}
header .header-section .header-center .menu-button-right .main-menu__nav {
  margin-left: auto;
  margin-right: auto;
}
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list,
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list ul,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
header .header-section .header-center .menu-button-right .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 .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list,
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list ul,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
    display: flex;
  }
}
@media (max-width: 992px) {
  header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list,
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list ul,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
    display: none;
  }
}
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list > li,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li {
  padding: 12px clamp(10px, 0.833vw, 48px);
  position: relative;
}
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list > li > a,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a {
  font-size: clamp(15px, 0.833vw, 32px);
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  color: #0F0F0F;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  transition: all all 0.5s ease-in-out;
}
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list > li > a.active,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a.active {
  color: #EF6440;
}
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list > li > a:hover,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a:hover {
  color: #EF6440;
}
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list > li.current, header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list > li:hover,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li.current,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li:hover {
  color: #EF6440;
}
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  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: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  border-radius: clamp(4px, 0.417vw, 36px);
}
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul li,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul li > a,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > a {
  font-size: clamp(14px, 0.833vw, 28px);
  line-height: 150%;
  color: #0F0F0F;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: flex;
  padding: clamp(7px, 0.417vw, 24px) 20px;
  transition: 400ms;
  border-radius: clamp(4px, 0.417vw, 36px);
}
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul li.current > a, header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul li:hover > a,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.current > a,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a {
  background-color: #EF6440;
  color: #FFFFFF;
}
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul li.dropdown:after,
header .header-section .header-center .menu-button-right .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: 400;
  font-family: "Font Awesome 6 Pro";
  content: "ï„…";
  color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul li.dropdown:hover::after,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.dropdown:hover::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  color: #FFFFFF;
}
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul li > ul,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 0px);
}
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul li > ul.right-align,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li ul li > ul ul,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul ul {
  display: flex;
}
header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li:hover > ul,
header .header-section .header-center .menu-button-right .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 .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, header .header-section .header-center .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li > ul,
header .header-section .header-center .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
header .header-section .header-center .main-menu__right {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 575px) {
  header .header-section .header-center .main-menu__right {
    gap: 24px;
  }
}
header .header-section .header-center .main-menu__right .main-menu__login,
header .header-section .header-center .main-menu__right .main-menu__search {
  position: relative;
  font-size: 24px;
  color: #0F0F0F;
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}
header .header-section .header-center .main-menu__right .main-menu__login:hover,
header .header-section .header-center .main-menu__right .main-menu__search:hover {
  color: #EF6440;
}
header .header-buttons {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 72px);
}
header .header-buttons .search-block {
  position: relative;
  display: inline-block;
}
header .header-buttons .search-block .input-search {
  display: none;
  position: absolute;
  right: clamp(60px, 3.33vw, 250px);
  bottom: 2px;
  width: clamp(220px, 13.542vw, 520px);
  padding: 12px;
  border-radius: clamp(4px, 0.417vw, 36px);
  background: transparent;
  border: 1px solid #D9D9D9;
}
header .header-buttons .search-block .input-search:focus {
  background: #EF6440;
}
header .header-buttons a {
  color: #0F0F0F;
  transition: all 0.5s ease-in-out;
}
header .header-buttons a:hover {
  color: #EF6440;
  transition: all 0.5s ease-in-out;
}
header .header-buttons .header-button-box {
  padding: clamp(8px, 0.729vw, 24px) clamp(8px, 0.833vw, 32px);
  border-radius: clamp(3px, 0.313vw, 32px);
  background: #F5F5F5;
  transition: all 0.5s ease-in-out;
}
header .header-buttons .header-button-box i {
  color: #1F1F1F;
  font-size: clamp(16px, 1.042vw, 40px);
}
header .header-buttons .header-button-box:hover {
  background: #FECD00;
}

.mobile-nav__toggler {
  font-size: 16px;
  font-weight: 400;
  color: #EF6440;
  cursor: pointer;
  transition: 500ms;
  display: none;
}
@media (max-width: 1199px) {
  .mobile-nav__toggler {
    display: flex;
    align-items: center;
    gap: clamp(5px, 0.521vw, 42px);
  }
}
.mobile-nav__toggler:hover {
  color: #EF6440;
}

/*--------------------------------------------------------------
# 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: #0F0F0F;
  opacity: 0.3;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background-color: #EF6440;
  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 #1F1F1F;
}
.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 #1F1F1F;
}
.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 #1F1F1F;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #0F0F0F;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  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: #EF6440;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #EF6440;
  border: none;
  outline: none;
  color: #FFFFFF;
  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: #FFFFFF;
  color: #0F0F0F;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #0F0F0F;
  cursor: pointer;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: #0F0F0F;
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: #EF6440;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #FFFFFF;
  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: #0F0F0F;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #EF6440;
}
.mobile-nav__contact li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #EF6440;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #FFFFFF;
}

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

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

@media (max-width: 992px) {
  .hero-banner .hero-content {
    padding-top: clamp(24px, 6.452vw, 180px);
  }
}
.hero-banner .hero-content h1 {
  line-height: 99%;
}
@media (max-width: 1199px) {
  .hero-banner .hero-content h6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.hero-banner .hero-content .banner-element {
  width: clamp(30%, 16.823vw, 750px);
}
@media (max-width: 576px) {
  .hero-banner .hero-content .banner-element {
    width: 40%;
  }
}
.hero-banner .hero-content .brands-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  gap: clamp(18px, 1.25vw, 106px) !important;
}
@media (max-width: 576px) {
  .hero-banner .hero-content .brands-wrapper {
    display: none;
  }
}
@media (min-width: 1921px) {
  .hero-banner .hero-content .brands-wrapper img {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .hero-banner .hero-banner-image {
    padding-top: clamp(24px, 6.452vw, 180px);
    width: 65%;
    margin: auto;
  }
}
@media (max-width: 576px) {
  .hero-banner .hero-banner-image {
    width: 85%;
  }
}
.hero-banner .hero-banner-image img {
  width: 100%;
}

.benefit-section .benefit-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .benefit-section .benefit-container {
    row-gap: clamp(24px, 1.667vw, 116px);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .benefit-section .benefit-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.benefit-section .benefit-container .benefit-block {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 72px);
  padding: 0 clamp(16px, 1.667vw, 64px);
}
.benefit-section .benefit-container .benefit-block img {
  width: clamp(32px, 3.33vw, 120px);
  height: clamp(32px, 3.33vw, 120px);
}

.categories-section .category-block {
  width: 100%;
}
.categories-section .category-block .image-box {
  overflow: hidden;
  background: #F5F5F5;
  padding: clamp(10px, 0.833vw, 40px);
  border-radius: clamp(4px, 0.417vw, 36px);
}
.categories-section .category-block .image-box img {
  width: 100%;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.categories-section .category-block .text-box .title-text {
  color: #0F0F0F;
  transition: all 0.5s ease-in-out;
}
.categories-section .category-block:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.categories-section .category-block:hover .text-box .title-text {
  color: #EF6440;
  transition: all 0.5s ease-in-out;
}

.feature-products {
  position: relative;
}
.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: 35%;
  left: 0;
  transform: translate(50%, 0%);
}
.feature-products .slider-container .slider-arrows .arrow-btn.btn-next {
  top: 35%;
  right: 0;
  transform: translate(-50%, 0%);
}
.feature-products .slider-container .product-slider, .feature-products .slider-container .product-slider-2 {
  margin: 0 -8px;
  padding-bottom: 16px;
}
.feature-products .slider-container .product-slider .product-block, .feature-products .slider-container .product-slider-2 .product-block {
  margin: 0 8px;
}

.product-image {
  position: relative;
  height: 100%;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: clamp(4px, 0.417vw, 36px);
}
.product-image .content-box {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: clamp(24px, 6.25vw, 220px);
  justify-content: center;
}
.product-image .content-box.sidebar-image {
  left: 50%;
  top: 50%;
  bottom: unset;
  transform: translate(-50%, -50%);
}
.product-image .content-box .circle-block {
  width: clamp(80px, 6.25vw, 240px);
  height: clamp(80px, 6.25vw, 240px);
  border-radius: 50%;
  background: #FFFFFF;
  display: grid;
  align-items: center;
  justify-content: center;
}

.product-block .image-box {
  position: relative;
  overflow: hidden;
}
.product-block .image-box img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: clamp(4px, 0.417vw, 36px) clamp(4px, 0.417vw, 36px) 0 0;
}
.product-block .image-box .sale-label {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #0F0F0F;
  color: #FFFFFF;
  padding: clamp(3px, 0.156vw, 8px) clamp(7px, 0.365vw, 16px);
  border-radius: clamp(2px, 0.208vw, 28px);
}
.product-block .image-box .shopping-btns {
  position: absolute;
  bottom: -200px;
  left: 16px;
  transition: all 0.5s ease-in-out;
  width: 92%;
}
@media (min-width: 1921px) {
  .product-block .image-box .shopping-btns {
    width: 94%;
  }
}
@media (min-width: 3839px) {
  .product-block .image-box .shopping-btns {
    width: 96%;
  }
}
.product-block .image-box .shopping-btns .cart-button {
  text-align: center;
  transition: all 0.5s ease-in-out;
  width: 100% !important;
  background: #0F0F0F;
  color: #FFFFFF;
  padding: clamp(12px, 0.964vw, 32px) clamp(20px, 1.667vw, 64px);
  border-radius: clamp(2px, 0.208vw, 28px);
}
.product-block .image-box .shopping-btns .cart-button:hover {
  background: #EF6440;
}
.product-block .image-box .side-icons ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 16px;
  z-index: 5;
  right: -100px;
  gap: 8px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.product-block .image-box .side-icons ul li {
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  transform: translateX(30px);
}
.product-block .image-box .side-icons ul li a {
  width: clamp(28px, 1.667vw, 64px);
  height: clamp(28px, 1.667vw, 64px);
  display: grid;
  align-items: center;
  justify-content: center;
  border: 1px solid #808080;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  background: transparent;
  color: #0F0F0F;
}
@media (max-width: 490px) {
  .product-block .image-box .side-icons ul li a {
    width: clamp(30px, 6.531vw, 48px);
    height: clamp(30px, 6.531vw, 48px);
  }
}
.product-block .image-box .side-icons ul li a svg {
  width: clamp(14px, 0.833vw, 48px);
  height: clamp(14px, 0.833vw, 48px);
}
.product-block .image-box .side-icons ul li a svg path {
  transition: all 0.5s ease-in-out;
}
.product-block .image-box .side-icons ul li a.btn {
  font-size: clamp(14px, 0.833vw, 40px);
}
.product-block .image-box .side-icons ul li:hover a {
  border: 1px solid #EF6440;
  color: #FFFFFF;
  background: #EF6440;
}
.product-block .image-box .side-icons ul li:hover a svg path {
  fill: #FFFFFF;
}
.product-block .content-box .product-title {
  color: #0F0F0F;
  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:hover .image-box .shopping-btns {
  bottom: 16px;
}
.product-block:hover .image-box .side-icons ul {
  right: 0;
  padding: 0 16px;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
}
.product-block:hover .image-box .side-icons ul li {
  transform: none;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
.product-block:hover .image-box .side-icons ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.product-block:hover .image-box .side-icons ul li:nth-child(2) {
  transition-delay: 0.3s;
}
.product-block:hover .image-box .side-icons ul li:nth-child(3) {
  transition-delay: 0.6s;
}
.product-block:hover .content-box .product-title {
  color: #EF6440;
}

.deal-block {
  padding: clamp(16px, 1.25vw, 48px) clamp(16px, 1.25vw, 48px) 0 clamp(16px, 1.25vw, 48px);
}
@media (max-width: 576px) {
  .deal-block {
    padding-bottom: 16px;
  }
}
.deal-block.v2 {
  border: 1px solid #0F0F0F;
}
.deal-block h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.collection-section .collection-block {
  width: 100%;
}
.collection-section .collection-block .image-box {
  width: 100%;
  overflow: hidden;
  background: #F5F5F5;
  border-radius: clamp(12px, 0.833vw, 64px);
}
.collection-section .collection-block .image-box img {
  width: 100%;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  border-radius: clamp(12px, 0.833vw, 64px);
}
.collection-section .collection-block .text-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collection-section .collection-block .text-box h5 {
  color: #0F0F0F;
  transition: all 0.5s ease-in-out;
}
.collection-section .collection-block .text-box svg {
  width: clamp(30px, 1.667vw, 72px);
  height: clamp(30px, 1.667vw, 72px);
  transition: all 0.5s ease-in-out;
}
.collection-section .collection-block:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.collection-section .collection-block:hover .text-box h5 {
  color: #EF6440;
}
.collection-section .collection-block:hover .text-box svg {
  transform: rotate(-45deg);
}

.team-section .team-block {
  width: 100%;
}
.team-section .team-block .image-box {
  width: 100%;
  overflow: hidden;
  background: #F5F5F5;
  border-radius: clamp(12px, 0.833vw, 64px);
}
.team-section .team-block .image-box img {
  width: 100%;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  border-radius: clamp(12px, 0.833vw, 64px);
}
.team-section .team-block .text-box h5 {
  color: #0F0F0F;
  transition: all 0.5s ease-in-out;
}
.team-section .team-block:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.team-section .team-block:hover .text-box h5 {
  color: #EF6440;
}

.testimonial-section .testimonials-slider {
  margin: 0 -12px;
  padding-bottom: 16px;
}
.testimonial-section .testimonials-slider .slick-dots {
  position: unset;
  display: flex;
  justify-content: center;
  margin-top: clamp(24px, 1.667vw, 48px);
}
.testimonial-section .testimonials-slider .slick-dots li {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #EF6440;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 490px) {
  .testimonial-section .testimonials-slider .slick-dots li {
    width: 14px;
    height: 14px;
  }
}
.testimonial-section .testimonials-slider .slick-dots li.slick-active {
  background-color: #EF6440;
}
.testimonial-section .testimonials-slider .slick-dots li button {
  padding: 0;
  color: #FFFFFF;
  font-size: 0;
}
.testimonial-section .testimonials-slider .slick-dots li button:before {
  color: transparent;
}
.testimonial-section .testimonials-slider .testimonials-block {
  margin: 0 12px;
  border-radius: clamp(8px, 0.625vw, 48px) !important;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 576px) {
  .testimonial-section .testimonials-slider .testimonials-block {
    padding: 12px;
  }
}
.testimonial-section .testimonials-slider .testimonials-block img {
  width: 100%;
  border-radius: clamp(4px, 0.417vw, 36px);
}
.testimonial-section .testimonials-slider .testimonials-block:hover {
  background: #F5F5F5;
}

.blog-section .slider-container {
  position: relative;
}
.blog-section .slider-container .slider-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-section .slider-container .slider-arrows .arrow-btn {
  position: absolute;
  z-index: 999;
}
.blog-section .slider-container .slider-arrows .arrow-btn.btn-prev {
  top: 30%;
  left: 0;
  transform: translate(50%, -100%);
}
.blog-section .slider-container .slider-arrows .arrow-btn.btn-next {
  top: 30%;
  right: 0;
  transform: translate(-50%, -100%);
}
.blog-section .slider-container .blog-slider {
  margin: 0 -8px;
}
.blog-section .blog-card {
  margin: 0 8px;
}
.blog-section .blog-card.blog-list {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 106px) !important;
  width: 100%;
  margin-bottom: clamp(16px, 1.25vw, 64px);
}
@media (max-width: 576px) {
  .blog-section .blog-card.blog-list {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}
.blog-section .blog-card.blog-list .image-box {
  width: 40%;
}
@media (max-width: 1199px) {
  .blog-section .blog-card.blog-list .image-box {
    width: 46%;
  }
}
@media (max-width: 576px) {
  .blog-section .blog-card.blog-list .image-box {
    width: 100%;
  }
}
.blog-section .blog-card.blog-list .text-box {
  width: 60%;
}
@media (max-width: 1199px) {
  .blog-section .blog-card.blog-list .text-box {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .blog-section .blog-card.blog-list .text-box {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .blog-section .blog-card.blog-list .text-box h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 576px) {
  .blog-section .blog-card.blog-list .text-box h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.blog-section .blog-card .image-box {
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: clamp(4px, 0.417vw, 36px);
}
.blog-section .blog-card .image-box img {
  width: 100%;
  border-radius: clamp(4px, 0.417vw, 36px);
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.blog-section .blog-card .text-box h4,
.blog-section .blog-card .text-box h6 {
  color: #0F0F0F;
  transition: all 0.5s ease-in-out;
}
.blog-section .blog-card:hover .image-box 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 .text-box h4,
.blog-section .blog-card:hover .text-box h6 {
  color: #EF6440;
  transition: all 0.5s ease-in-out;
}

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.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, 50px);
}
footer .footer-wrapper .footer-link-block .contact-list li .icon-box {
  background: #FFFFFF;
  transition: all 0.5s ease-in-out;
  width: clamp(32px, 2.083vw, 96px);
  height: clamp(32px, 2.083vw, 96px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: clamp(4px, 0.417vw, 36px);
}
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: #0F0F0F;
}
footer .footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(8px, 0.625vw, 50px);
}
footer .footer-bottom-bar .payment-cards .card-block img {
  width: clamp(42px, 2.5vw, 200px);
}

.newsletter-form {
  position: relative;
  border: 1px solid #808080;
  border-radius: clamp(4px, 0.417vw, 36px);
}
.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);
  color: #0F0F0F !important;
}
.newsletter-form input::placeholder {
  color: #808080;
}
.newsletter-form button {
  position: absolute;
  right: clamp(5px, 0.26vw, 24px);
  top: clamp(5px, 0.26vw, 24px);
  border: 0;
}
@media (max-width: 1024px) {
  .newsletter-form button {
    right: 7px;
    top: 7px;
  }
}

.social-link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.social-link li a {
  background: #FFFFFF;
  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: clamp(4px, 0.417vw, 36px);
}
.social-link li a.blog-icons {
  background: transparent;
  border: 1px solid #D9D9D9;
  border-radius: clamp(4px, 0.417vw, 36px);
}
.social-link li a.blog-icons:hover {
  background-color: #EF6440;
  border: 1px solid #EF6440;
}
.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: #0F0F0F;
}
.social-link li:hover a {
  background-color: #EF6440;
}
.social-link li:hover a svg path {
  fill: #FFFFFF;
}
.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: #0F0F0F;
}
.social-link .borderless:hover {
  background-color: transparent;
}
.social-link .borderless:hover svg path {
  fill: #EF6440;
  transition: all 0.5s ease-in-out;
}

.title-banner {
  background: url("../images/title-banner.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding: clamp(40px, 2.917vw, 180px);
}
@media (max-width: 576px) {
  .title-banner h3 {
    font-size: 34px;
  }
}

.about-section .about-block.block-2 {
  padding: 0 clamp(24px, 2.5vw, 120px);
}
@media (max-width: 992px) {
  .about-section .about-block.block-2 {
    padding: 0;
  }
}

.show-sidebar-cart {
  overflow: hidden !important;
  height: 100% !important;
}
.show-sidebar-cart #sidebar-cart {
  right: 0;
  visibility: visible;
}

#sidebar-cart,
#sidebar-wishlist {
  background: #FFFFFF;
  position: fixed;
  display: block;
  width: clamp(420px, 29.167vw, 850px);
  height: 100vh;
  z-index: 5000;
  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: #1F1F1F;
  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: #EF6440;
}
#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: 1599px) {
  #sidebar-cart .product-list,
#sidebar-wishlist .product-list {
    height: calc(100vh - 16.886vw);
  }
}
@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: #F5F5F5;
  border-radius: 5px;
  padding: 4px;
}
#sidebar-cart .product-list .product-item .prod-title {
  flex: 1;
}
#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 {
  flex: none;
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 0.521vw, 42px);
}
#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, 116px);
  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;
  z-index: 4999;
  display: none;
  transition: opacity 0.2s ease-in-out;
}

@media (min-width: 1921px) {
  .brand-container .brand-slider .brand-slide {
    padding: 24px 0;
  }
}
@media (min-width: 1921px) {
  .brand-container .brand-slider .brand-slide img {
    transform: scale(2);
  }
}

.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(3px, 0.313vw, 32px);
  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: #0F0F0F;
  transition: all 0.5s ease-in-out;
  line-height: 110%;
}
.sidebar .category-block .recent-blogs:hover .text {
  color: #EF6440;
  transition: all 0.5s ease-in-out;
}
.sidebar .featured-product-sec {
  position: relative;
  background: linear-gradient(180deg, #89589F 0%, #312039 100%);
  padding: clamp(16px, 1.667vw, 64px) clamp(10px, 0.833vw, 32px);
  border-radius: clamp(18px, 1.25vw, 96px);
  text-align: center;
}

.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: #FFFFFF;
  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 #D9D9D9;
  -moz-appearance: textfield;
  padding: clamp(8px, 0.625vw, 20px);
  width: 100%;
}
.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: #D9D9D9;
}
.shop-sidebar .category-block .wrapper .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  background: #EF6440;
}
.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: 24px;
  width: 24px;
  background: #FFFFFF;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  border: 2px solid #EF6440;
  border-radius: 50%;
}
.shop-sidebar .category-block .wrapper input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  background: #EF6440;
  pointer-events: auto;
  cursor: pointer;
  -moz-appearance: none;
  border-radius: 50%;
}
.shop-sidebar .category-block .label-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(8px, 0.625vw, 50px);
}
.shop-sidebar .category-block .label-wrapper .item-label {
  padding: 4px 8px;
  border: 1px solid #0F0F0F;
  color: #0F0F0F;
  transition: all 0.5s ease-in-out;
}
.shop-sidebar .category-block .label-wrapper .item-label:hover {
  background: #0F0F0F;
  color: #FFFFFF;
  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: #EF6440;
}
.shop-sidebar .category-block .star-rating label:hover,
.shop-sidebar .category-block .star-rating label:hover ~ label {
  color: #EF6440;
}
.shop-sidebar .category-block .recent-blogs .image-box {
  border-radius: clamp(3px, 0.313vw, 32px);
  width: clamp(72px, 6.354vw, 280px);
  height: clamp(60px, 4.167vw, 220px);
}
.shop-sidebar .category-block .recent-blogs .text {
  color: #0F0F0F;
  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: #EF6440;
  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(../images/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(2px, 0.208vw, 28px);
  background: #EF6440;
  color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.shop-filter img {
  width: clamp(16px, 1.042vw, 48px);
}
.shop-filter:hover {
  color: #FFFFFF;
  background: #FECD00;
}

.blog-tags-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(8px, 0.625vw, 50px);
}
.blog-tags-wrapper .blog-tags {
  padding: 4px 8px;
  border-radius: 2px;
  transition: all 0.5s ease-in-out;
  background: transparent;
}
.blog-tags-wrapper .blog-tags:hover {
  background: #0F0F0F;
  color: #FFFFFF;
}

.blog-detail-wrapper .qoutes {
  background: #F5F5F5;
  padding: clamp(16px, 1.25vw, 32px);
  border-radius: clamp(12px, 0.833vw, 64px);
}
.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(48px, 4.167vw, 164px);
  border-radius: clamp(2px, 0.208vw, 28px);
  background: #F5F5F5;
  transition: all 0.5s ease-in-out;
}
.blog-detail-wrapper .blog-post-row .blog-post-block .arrow-block svg path {
  stroke: #1F1F1F;
  transition: all 0.5s ease-in-out;
}
.blog-detail-wrapper .blog-post-row .blog-post-block .post-text {
  color: #0F0F0F;
  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: #0F0F0F;
  transition: all 0.5s ease-in-out;
}
.blog-detail-wrapper .blog-post-row .blog-post-block .post-image {
  width: clamp(72px, 6.354vw, 280px);
  height: clamp(48px, 4.167vw, 164px);
}
.blog-detail-wrapper .blog-post-row .blog-post-block:hover .arrow-block {
  background: #EF6440;
}
.blog-detail-wrapper .blog-post-row .blog-post-block:hover .arrow-block svg path {
  transition: all 0.5s ease-in-out;
  stroke: #FFFFFF;
}
.blog-detail-wrapper .blog-post-row .blog-post-block:hover .post-text {
  color: #EF6440;
  transition: all 0.5s ease-in-out;
}
.blog-detail-wrapper .blog-post-row .blog-post-block:hover .arrow-text {
  color: #EF6440;
  transition: all 0.5s ease-in-out;
}
.blog-detail-wrapper .review-area .review-block {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
@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: 5px;
  width: clamp(48px, 3.646vw, 96px);
}
.blog-detail-wrapper .review-area .review-block .text-box .reply-btn {
  color: #EF6440;
  transition: all 0.5s ease-in-out;
}
.blog-detail-wrapper .review-area .review-block .text-box .reply-btn:hover {
  color: #FECD00;
}
.blog-detail-wrapper form button {
  border: 0;
}

.blog-detail-wrapper .blog-tags-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 72px);
}
.blog-detail-wrapper .blog-tags-wrapper .blog-tags {
  padding: 4px 8px;
  background: #0F0F0F;
  color: #FFFFFF;
}

.shop-detail-page .detail-wrapper .product-image-container {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
@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: 8px;
  width: max-content !important;
}
@media (max-width: 575px) {
  .shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .slick-track {
    flex-direction: row;
  }
}
.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image {
  width: 122px;
  cursor: pointer;
}
@media (max-width: 399px) {
  .shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image {
    width: clamp(48px, 18.045vw, 120px) !important;
  }
}
.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image img {
  opacity: 0.6;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 2560px) {
  .shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image img {
    width: 100%;
  }
}
.shop-detail-page .detail-wrapper .product-image-container .product-slider-asnav .nav-image.slick-current img {
  opacity: 1;
}
.shop-detail-page .detail-wrapper .product-image-container .product-detail-slider {
  pointer-events: none;
  width: 100%;
  border-radius: clamp(18px, 1.25vw, 96px);
}
@media (min-width: 1921px) {
  .shop-detail-page .detail-wrapper .product-image-container .product-detail-slider {
    width: 100%;
  }
}
@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 {
  width: 80%;
}
@media (min-width: 1921px) {
  .shop-detail-page .detail-wrapper .product-image-container .product-detail-slider .detail-image img {
    width: 85%;
  }
}
@media (max-width: 1599px) {
  .shop-detail-page .detail-wrapper .product-image-container .product-detail-slider .detail-image img {
    width: 74%;
  }
}
@media (max-width: 1099px) {
  .shop-detail-page .detail-wrapper .product-image-container .product-detail-slider .detail-image img {
    width: 100%;
  }
}

.product-text-container {
  padding: clamp(12px, 1.25vw, 40px);
}
.product-text-container .label {
  padding: 4px 12px;
  border-radius: 2px;
  background-color: #0F0F0F;
  color: #FFFFFF;
}
.product-text-container .side-icons {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 36px);
}
.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 #D9D9D9;
  border-radius: clamp(2px, 0.208vw, 28px);
  transition: all 0.5s ease-in-out;
  background: #FFFFFF;
  color: #1F1F1F;
}
@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: #EF6440;
}
.product-text-container .side-icons a:hover svg path {
  fill: #FFFFFF;
}
.product-text-container .side-icons a:hover i {
  color: #FFFFFF;
}
.product-text-container .function-bar {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 106px) !important;
}
@media (max-width: 490px) {
  .product-text-container .function-bar {
    flex-wrap: wrap;
  }
}
.product-text-container .function-bar .side-icons ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-text-container .function-bar .side-icons ul li a {
  width: clamp(36px, 2.5vw, 96px);
  height: clamp(36px, 2.5vw, 96px);
  display: grid;
  align-items: center;
  justify-content: center;
  border: 1px solid #1F1F1F;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  padding: 4px;
}
@media (max-width: 490px) {
  .product-text-container .function-bar .side-icons ul li a {
    width: clamp(36px, 8.163vw, 80px);
    height: clamp(36px, 8.163vw, 80px);
  }
}
@media (max-width: 490px) {
  .product-text-container .function-bar .side-icons ul li a svg {
    width: 16px;
    height: 16px;
  }
}
.product-text-container .function-bar .side-icons ul li a svg path {
  transition: all 0.5s ease-in-out;
}
.product-text-container .function-bar .side-icons ul li:hover a {
  border: 1px solid #EF6440;
  background-color: #EF6440;
  transition: all 0.5s ease-in-out;
}
.product-text-container .function-bar .side-icons ul li:hover a svg path {
  fill: #FFFFFF;
  transition: all 0.5s ease-in-out;
}
.product-text-container .quantity {
  padding: clamp(8px, 0.833vw, 48px) clamp(8px, 0.625vw, 48px);
}
.product-text-container .quantity .quantity-wrap {
  gap: clamp(8px, 0.625vw, 50px);
}
.product-text-container .wish-compare-btn {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 72px);
}
.product-text-container .wish-compare-btn .wish-btn {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 36px);
  color: #0F0F0F;
  transition: all 0.5s ease-in-out;
}
.product-text-container .wish-compare-btn .wish-btn:hover {
  color: #EF6440;
}

.faq-block {
  padding: 17.75px 0;
  background: #FFFFFF;
}
.faq-block:first-child {
  padding-top: 0;
}
@media (max-width: 576px) {
  .faq-block:first-child {
    padding-top: clamp(24px, 1.667vw, 48px);
  }
}
.faq-block .accordion-button {
  margin: 0;
  position: relative;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.833vw, 40px);
  color: #0F0F0F;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
  padding-right: 32px;
}
@media (max-width: 490px) {
  .faq-block .accordion-button {
    padding-right: 40px;
  }
}
.faq-block .accordion-button.collapsed {
  border-radius: 0px;
  padding: 0;
  background: none;
  margin: 0;
}
@media (max-width: 490px) {
  .faq-block .accordion-button.collapsed {
    padding-right: 40px;
  }
}
.faq-block .accordion-button.collapsed::after {
  background-image: none !important;
  color: #1F1F1F;
  content: "";
  font-family: "Font Awesome 6 Pro";
}
.faq-block .accordion-button:not(.collapsed) {
  color: #0F0F0F;
  background: transparent;
  border: none;
  box-shadow: none;
}
.faq-block .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.faq-block .accordion-button::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  background-image: none !important;
  position: absolute;
  right: 0;
  font-weight: 300;
  font-size: clamp(23px, 1.25vw, 48px);
  cursor: pointer;
}
.faq-block .accordion-collapse p {
  margin-top: clamp(12px, 1.25vw, 40px);
}

.review-section .review-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(24px, 1.667vw, 116px);
  width: 100%;
}
@media (max-width: 490px) {
  .review-section .review-wrapper {
    flex-wrap: wrap;
  }
}
.review-section .review-wrapper .rating-box {
  width: 17%;
  padding: clamp(32px, 2.5vw, 60px) clamp(12px, 0.833vw, 24px);
  display: grid;
  align-items: center;
  border: 1px solid #0F0F0F;
}
@media (max-width: 1599px) {
  .review-section .review-wrapper .rating-box {
    width: 30%;
    padding: clamp(36px, 3.002vw, 52px) 16px;
  }
}
@media (max-width: 1024px) {
  .review-section .review-wrapper .rating-box {
    padding: 48px 16px;
  }
}
@media (max-width: 490px) {
  .review-section .review-wrapper .rating-box {
    width: 100%;
    padding: 16px;
  }
}
.review-section .review-wrapper .rating-box .review-btn {
  padding: clamp(12px, 0.833vw, 24px) clamp(18px, 1.667vw, 48px);
  background: #EF6440;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
}
.review-section .review-wrapper .skills-bar-container {
  position: relative;
  list-style: none;
  padding: 0;
  width: 80%;
}
@media (max-width: 490px) {
  .review-section .review-wrapper .skills-bar-container {
    width: 100%;
  }
}
.review-section .review-wrapper .skills-bar-container li {
  position: relative;
  width: 100%;
}
.review-section .review-wrapper .skills-bar-container li .progressbar-title {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 72px);
  color: #808080;
  font-weight: 600;
}
.review-section .review-wrapper .skills-bar-container li .progressbar-title .number {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 36px);
}
.review-section .review-wrapper .skills-bar-container li .bar-container {
  background: #F5F5F5;
  position: relative;
  width: 100%;
  height: clamp(8px, 0.833vw, 30px);
  display: block;
}
.review-section .review-wrapper .skills-bar-container li .bar-container .progressbar {
  position: absolute;
  width: 0%;
  height: 100%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.review-section .review-wrapper .skills-bar-container li .bar-container #progress-css {
  -webkit-animation-name: progress-css;
  animation-name: progress-css;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.review-section .review-wrapper .skills-bar-container li .bar-container #progress-javascript {
  -webkit-animation-name: progress-javascript;
  animation-name: progress-javascript;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.review-section .review-wrapper .skills-bar-container li .bar-container #progress-angular {
  -webkit-animation-name: progress-angular;
  animation-name: progress-angular;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.review-section .review-wrapper .skills-bar-container li .bar-container #progress-php {
  -webkit-animation-name: progress-php;
  animation-name: progress-php;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.review-section .review-wrapper .skills-bar-container li .bar-container #progress-mysql {
  -webkit-animation-name: progress-mysql;
  animation-name: progress-mysql;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.review-section .review-wrapper .progressbar {
  background-color: #EF6440;
}
@-webkit-keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@-webkit-keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@-webkit-keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 65%;
  }
}
@-webkit-keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes progress-mysql {
  0% {
    width: 0%;
  }
  100% {
    width: 35%;
  }
}
@-moz-keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@-moz-keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@-moz-keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 65%;
  }
}
@-moz-keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes progress-mysql {
  0% {
    width: 0%;
  }
  100% {
    width: 35%;
  }
}
@keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 65%;
  }
}
@keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
@keyframes progress-mysql {
  0% {
    width: 0%;
  }
  100% {
    width: 35%;
  }
}
.review-section .review-area .review-block {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 0.833vw, 72px);
}
.review-section .review-area .review-block.block-2 {
  padding-left: clamp(32px, 4.3vw, 120px);
}
.review-section .review-area .review-block .image-box {
  display: flex;
  flex-shrink: 0;
}
.review-section .review-area .review-block .image-box img {
  border-radius: 50%;
  width: clamp(48px, 3.33vw, 96px);
  height: clamp(48px, 3.33vw, 96px);
}
.review-section .review-area .review-block .text-box .reply-btn {
  color: #EF6440;
  transition: all 0.5s ease-in-out;
}
.review-section .review-area .review-block .text-box .reply-btn:hover {
  transition: all 0.5s ease-in-out;
  color: #FECD00;
}
.review-section .input-block {
  position: relative;
}
.review-section .input-block svg {
  position: absolute;
  top: clamp(12px, 0.938vw, 24px);
  left: 12px;
}
.review-section .star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 4px;
}
.review-section .star-rating input {
  display: none;
}
.review-section .star-rating label {
  color: #D9D9D9;
  cursor: pointer;
  font-size: clamp(20px, 1.25vw, 32px);
}
.review-section .star-rating :checked ~ label {
  color: #FD961E;
}
.review-section .star-rating label:hover,
.review-section .star-rating label:hover ~ label {
  color: #FD961E;
}

.product-color {
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-color ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-color input[type=radio] {
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
  -webkit-appearance: none;
  border-radius: 50%;
}
.product-color input[type=radio].radio-3 {
  background-color: #808080;
}
.product-color input[type=radio].radio-4 {
  background-color: #0F0F0F;
}
.product-color input[type=radio].radio-5 {
  background-color: #3DA5D5;
}
.product-color input[type=radio].radio-6 {
  background-color: #EF6440;
}
.product-color input[type=radio].radio-7 {
  background-color: #FECD00;
}
.product-color input[type=radio]:checked {
  border: 3px solid #FFFFFF;
  outline: 1px solid #0F0F0F;
  cursor: pointer;
  border-radius: 50%;
}
.product-color input[type=radio]:hover {
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border: 3px solid #FFFFFF;
  outline: 1px solid #0F0F0F;
}

.select-size {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: outside none none;
}
.select-size li {
  margin: 0;
  padding: 0;
  list-style: outside none none;
} 
.select-size li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 1.875vw, 96px);
  height: clamp(32px, 1.875vw, 96px);
}
.select-size li a.btn-danger {
  color: #EF6440;
}

.select-size .button-label {
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 1.875vw, 96px);
  height: clamp(32px, 1.875vw, 96px);
  border-radius: 50%;
  cursor: pointer;
  color: #1F1F1F;
  border: 1px solid #808080;
  font-family: "Maven Pro", sans-serif;
  background: transparent;
  transition: 0.3s;
  user-select: none;
  text-align: center;
}
.select-size .button-label:active {
  transform: translateY(2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}
.select-size .button-label:hover {
  background: #1F1F1F;
  color: #FFFFFF;
}
.select-size .radio-label:checked + .button-label {
  background: #1F1F1F;
  color: #FFFFFF;
}
.select-size .hidden {
  display: none;
}

.contact-section .opening-hours .days-block {
  padding: clamp(12px, 1.25vw, 40px);
  border-radius: clamp(4px, 0.417vw, 36px);
  background: #F5F5F5;
}
.contact-section .opening-hours .days-block.contact-box {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 50px);
}
.contact-section .opening-hours .days-block.contact-box .icon-box {
  padding: clamp(10px, 0.833vw, 40px);
  border-radius: clamp(4px, 0.417vw, 36px);
  background: #FFFFFF;
}
.contact-section .opening-hours .days-block.contact-box .icon-box img {
  width: clamp(20px, 1.667vw, 48px);
  height: clamp(20px, 1.667vw, 48px);
}
.contact-section .form-container {
  height: 100%;
}
.contact-section .form-container button {
  border: 0;
}
.contact-section .map iframe {
  width: 100%;
  height: clamp(220px, 31.25vw, 850px);
}

/* ===========================================
产品详情页图片导航 - 上下切换箭头样式
=========================================== */
.product-slider-asnav {
    position: relative;
    height: 488px;
}

.product-slider-asnav .nav-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.product-slider-asnav .nav-arrow:hover {
    background: #EF6440;
    border-color: #EF6440;
    color: #fff;
    transform: translateX(-50%) scale(1.1);
}

.product-slider-asnav .nav-arrow-up {
    top: 10px;
}

.product-slider-asnav .nav-arrow-down {
    bottom: 10px;
}

.product-slider-asnav .nav-arrow i {
    font-size: 14px;
    color: #333;
    transition: color 0.3s ease;
}

.product-slider-asnav .nav-arrow:hover i {
    color: #fff;
}

.product-slider-asnav .nav-image {
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-slider-asnav .nav-image img {
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.product-slider-asnav .slick-current .nav-image img {
    border-color: #EF6440;
    box-shadow: 0 4px 12px rgba(239, 100, 64, 0.3);
}

.product-slider-asnav .nav-image:hover img {
    transform: scale(1.05);
    border-color: #EF6440;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .product-slider-asnav {
        height: auto;
    }
    
    .product-slider-asnav .nav-arrow {
        display: none;
    }
    
    .product-slider-asnav .nav-image {
        padding: 3px;
    }
}

@media (max-width: 576px) {
    .product-slider-asnav .nav-image {
        padding: 2px;
    }
    
    .product-slider-asnav .nav-image img {
        border-radius: 6px;
    }
}

/* 产品选项卡样式 */
.product-tabs-section {
  background: #fff;
  padding: 40px 0;
}

.product-tabs-section .product-tabs-nav {
  border-bottom: 2px solid #f5f5f5;
  position: relative;
}

.product-tabs-section .product-nav-tabs {
  border: none;
  gap: 0;
}

.product-tabs-section .product-nav-tabs .nav-item {
  margin-bottom: -2px;
}

.product-tabs-section .product-nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  padding: 20px 32px;
  font-weight: 500;
  font-size: 16px;
  color: #666;
  background: transparent;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.product-tabs-section .product-nav-tabs .nav-link:hover {
  color: #EF6440;
  background: rgba(239, 100, 64, 0.05);
}

.product-tabs-section .product-nav-tabs .nav-link.active {
  color: #EF6440;
  background: transparent;
  border-bottom: 3px solid #EF6440;
  font-weight: 600;
}

.product-tabs-section .product-nav-tabs .nav-link i {
  font-size: 18px;
  transition: all 0.3s ease;
}

.product-tabs-section .review-count-badge {
  background: #EF6440;
  color: white;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 12px;
  margin-left: 8px;
  font-weight: 500;
}

/* 内容区域样式 */
.product-tabs-section .product-tab-content {
  min-height: 400px;
}

.product-tabs-section .content-header {
  text-align: center;
}

.product-tabs-section .content-header h4 {
  color: #333;
  display: inline-flex;
  align-items: center;
}

.product-tabs-section .content-header .text-primary {
  color: #EF6440 !important;
}

.product-tabs-section .divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #EF6440, #ff8a65);
  margin: 0 auto;
  border-radius: 2px;
}

.product-tabs-section .content-box {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
}

/* 商品详情样式 */
.product-tabs-section .product-description {
  line-height: 1.8;
  color: #555;
}

.product-tabs-section .product-description img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 16px 0;
}

/* 参数表格样式 */
.product-tabs-section .specifications-table {
  background: #fff;
}

.product-tabs-section .spec-row {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #f5f5f5;
  align-items: center;
}

.product-tabs-section .spec-row:last-child {
  border-bottom: none;
}

.product-tabs-section .spec-label {
  flex: 0 0 200px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
}

.product-tabs-section .spec-label i {
  color: #EF6440;
}

.product-tabs-section .spec-value {
  flex: 1;
  color: #666;
  padding-left: 24px;
}

/* 空状态样式 */
.product-tabs-section .empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #999;
}

.product-tabs-section .empty-state i {
  font-size: 48px;
  color: #ddd;
}

/* 评论区域样式 */
.product-tabs-section .rating-score-large {
  font-size: 48px;
  font-weight: 700;
  color: #EF6440;
  line-height: 1;
}

.product-tabs-section .rating-stars-large i {
  font-size: 24px;
  color: #FFD700;
  margin-right: 4px;
}

.product-tabs-section .rating-stars-small i {
  font-size: 14px;
  color: #FFD700;
  margin-right: 2px;
}

.product-tabs-section .review-count-text {
  color: #666;
  margin: 0;
  font-size: 14px;
}

.product-tabs-section .review-item {
  transition: all 0.3s ease;
}

.product-tabs-section .review-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.product-tabs-section .review-item .user-avatar img {
  object-fit: cover;
  border: 2px solid #f0f0f0;
}

.product-tabs-section .review-item .user-name {
  font-weight: 600;
  color: #333;
}

.product-tabs-section .review-item .review-date {
  font-size: 13px;
}

.product-tabs-section .review-item .review-content {
  margin-left: 64px;
  padding-top: 8px;
  color: #555;
  line-height: 1.6;
}

.product-tabs-section .load-more-wrapper {
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
  border: 2px dashed #ddd;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .product-nav-tabs {
      flex-direction: column;
      align-items: stretch;
  }
  
  .product-nav-tabs .nav-link {
      padding: 16px 20px;
      text-align: center;
      justify-content: center;
  }
  
  .product-tabs-section .content-box {
      padding: 20px;
  }
  
  .product-tabs-section .spec-row {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
  }
  
  .product-tabs-section .spec-label {
      flex: none;
  }
  
  .product-tabs-section .spec-value {
      padding-left: 0;
  }
  
  .product-tabs-section .review-content {
      margin-left: 0;
      margin-top: 16px;
  }
  
  .product-tabs-section .rating-score-large {
      font-size: 36px;
  }
}

@media (max-width: 576px) {
  .product-tabs-section {
      padding: 24px 0;
  }
  
  .product-nav-tabs .nav-link {
      padding: 12px 16px;
      font-size: 14px;
  }
  
  .product-tabs-section .review-count-badge {
      font-size: 11px;
      padding: 1px 6px;
  }
}


.reviews_wrapper h2 {
  margin-bottom: 0.5rem;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .reviews_wrapper h2 {
      font-size: 15px;
  }
}

.reviews_wrapper .product_ratting {
  margin-bottom: 20px;
}
.reviews_wrapper .product_ratting ul {
  margin: 0;
  padding: 0;
}
.reviews_wrapper .product_ratting ul li {
  line-height: 20px;
}
.reviews_wrapper .product_ratting ul li::marker {
  content: none;
}
.reviews_wrapper .product_ratting ul li a {
  color: #ff9806;
}

.reviews_wrapper .product_ratting ul li a i.active {
  color: red;
}

.reviews_wrapper .product_ratting ul li a {
  color: #6a7964;
}

.reviews_wrapper .product_ratting h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

.comment_title {
  margin-bottom: 20px;
}

.product_review_form input {
  border: 1px solid #ddd;
  background: none;
  width: 100%;
  height: 40px;
  padding: 10px;
}

.product_review_form textarea {
  border: 1px solid #ddd;
  background: none;
  height: 120px;
  resize: none;
  width: 100%;
  margin-bottom: 14px;
  padding: 10px;
}

.product_review_form p {
  margin-bottom: 7px;
}

.star_rating {
  float: right;
}

.star_rating ul li {
  display: block;
}

.star_rating ul li a {
  color: #6a7964;
}

.star_rating ul.star1 li:nth-child(1) a {
  color: red;
}

.star_rating ul.star2 li:nth-child(-n + 2) a {
  color: red;
}

.star_rating ul.star3 li:nth-child(-n + 3) a {
  color: red;
}

.star_rating ul.star4 li:nth-child(-n + 4) a {
  color: red;
}

.star_rating ul.star5 li:nth-child(-n + 5) a {
  color: red;
}

.reviews_comment_box {
  display: flex;
  margin-bottom: 22px;
}

.reviews_comment_box .comment_thmb img {
  max-width: 47px !important;
  max-width: 89px;
}

.reviews_comment_box .comment_text {
  width: 100%;
  border: 1px solid #ededed;
  position: relative;
  margin-left: 21px;
  padding: 12px;
  border-radius: 3px;
}

.reviews_comment_box .comment_text::before {
  background: #fff;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  content: '';
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.reviews_meta p {
  font-size: 15px;
  margin-bottom: 15px;
}

.reviews_meta p strong {
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
}


.comment_page {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.comment_page ul.pagination li a {
  padding: 2px 4px;
  margin: 0 4px;
  font-size: 17px;
  font-weight: 400;
}

.product_review_form .a_button {
  border: none;
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 15px 3px;
  display: inline-block;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 5px;
  font-size: 13px;
}

.product_review_form .a_button:hover {
  background: #6a7964;
  color: #ffffff;
}
