@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.form {
  --inputsize: 42px;
  --labelbefore: var(--text);
  --labelafter: var(--text);
  --borderbefore: var(--text);
  --borderafter: var(--black);
  --labelfontbefore: 16px;
  --labelfontafter: 12px;
  --font: 500;
  --color: var(--black);
  --borderwidth: 1px;
  --labelbackground: none;
  --font: normal;
  --textareaheight: 86px;
  --paddingleftright: 0px;
}
.form .form-group {
  position: relative;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  --selectheight: var(--inputsize);
  line-height: 0;
}
.form .form-group.hasCalender {
  background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M17.5 2H14.5V0.5C14.5 0.367392 14.4473 0.240215 14.3536 0.146447C14.2598 0.0526785 14.1326 0 14 0C13.8674 0 13.7402 0.0526785 13.6464 0.146447C13.5527 0.240215 13.5 0.367392 13.5 0.5V2H6.5V0.5C6.5 0.367392 6.44732 0.240215 6.35355 0.146447C6.25979 0.0526785 6.13261 0 6 0C5.86739 0 5.74021 0.0526785 5.64645 0.146447C5.55268 0.240215 5.5 0.367392 5.5 0.5V2H2.5C1.8372 2.00079 1.20178 2.26444 0.73311 2.73311C0.264441 3.20178 0.000793929 3.8372 0 4.5V17.5C0.000793929 18.1628 0.264441 18.7982 0.73311 19.2669C1.20178 19.7356 1.8372 19.9992 2.5 20H17.5C18.163 20 18.7989 19.7366 19.2678 19.2678C19.7366 18.7989 20 18.163 20 17.5V4.5C20 3.83696 19.7366 3.20107 19.2678 2.73223C18.7989 2.26339 18.163 2 17.5 2ZM19 17.5C19 17.8978 18.842 18.2794 18.5607 18.5607C18.2794 18.842 17.8978 19 17.5 19H2.5C2.10218 19 1.72064 18.842 1.43934 18.5607C1.15804 18.2794 1 17.8978 1 17.5V9H19V17.5ZM19 8H1V4.5C1 3.672 1.67 3 2.5 3H5.5V4.5C5.5 4.63261 5.55268 4.75979 5.64645 4.85355C5.74021 4.94732 5.86739 5 6 5C6.13261 5 6.25979 4.94732 6.35355 4.85355C6.44732 4.75979 6.5 4.63261 6.5 4.5V3H13.5V4.5C13.5 4.63261 13.5527 4.75979 13.6464 4.85355C13.7402 4.94732 13.8674 5 14 5C14.1326 5 14.2598 4.94732 14.3536 4.85355C14.4473 4.75979 14.5 4.63261 14.5 4.5V3H17.5C17.8978 3 18.2794 3.15804 18.5607 3.43934C18.842 3.72064 19 4.10218 19 4.5V8Z" fill="%23666666" fill-opacity="0.7"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.form .form-group.hasCalender.hasCalender-white {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'><path fill='%23ffffff' d='M19 4h-2V3a1 1 0 0 0-2 0v1H9V3a1 1 0 0 0-2 0v1H5a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3m1 15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-7h16Zm0-9H4V7a1 1 0 0 1 1-1h2v1a1 1 0 0 0 2 0V6h6v1a1 1 0 0 0 2 0V6h2a1 1 0 0 1 1 1Z'/></svg>");
}
.form .form-group.active::after {
  width: 100%;
}
.form .form-group::before, .form .form-group::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--borderwidth);
  transition: 0.5s ease;
}
.form .form-group::before {
  background: var(--borderbefore);
}
.form .form-group::after {
  width: 0;
  background: var(--borderafter);
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: calc(var(--inputsize) / 2 - var(--labelfontbefore) / 2);
  left: var(--paddingleftright);
  color: var(--labelbefore);
  line-height: 1;
  font-size: var(--labelfontbefore);
  background: var(--labelbackground);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input[type=file] {
  position: relative;
  --filename: "Choose File";
  --filenameinitial: var(--filename);
  --color: var(--black);
  --background: #e5e5e5;
  --image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 1024 1024'%3E%3Cpath fill='%237E84A3' d='M779.3 196.6c-94.2-94.2-247.6-94.2-341.7 0l-261 260.8c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0 0 12.7 0l261-260.8c32.4-32.4 75.5-50.2 121.3-50.2s88.9 17.8 121.2 50.2c32.4 32.4 50.2 75.5 50.2 121.2c0 45.8-17.8 88.8-50.2 121.2l-266 265.9l-43.1 43.1c-40.3 40.3-105.8 40.3-146.1 0c-19.5-19.5-30.2-45.4-30.2-73s10.7-53.5 30.2-73l263.9-263.8c6.7-6.6 15.5-10.3 24.9-10.3h.1c9.4 0 18.1 3.7 24.7 10.3c6.7 6.7 10.3 15.5 10.3 24.9c0 9.3-3.7 18.1-10.3 24.7L372.4 653c-1.7 1.7-2.6 4-2.6 6.4s.9 4.7 2.6 6.4l36.9 36.9a9 9 0 0 0 12.7 0l215.6-215.6c19.9-19.9 30.8-46.3 30.8-74.4s-11-54.6-30.8-74.4c-41.1-41.1-107.9-41-149 0L463 364L224.8 602.1A172.22 172.22 0 0 0 174 724.8c0 46.3 18.1 89.8 50.8 122.5c33.9 33.8 78.3 50.7 122.7 50.7s88.8-16.9 122.6-50.7l309.2-309C824.8 492.7 850 432 850 367.5c.1-64.6-25.1-125.3-70.7-170.9'/%3E%3C/svg%3E");
  background: var(--background);
}
.form .form-group input[type=file]::before, .form .form-group input[type=file]::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.form .form-group input[type=file]::before {
  content: var(--filenameinitial);
  z-index: 2;
  font-family: inherit;
  font-size: inherit;
  line-height: calc(var(--inputsize) - var(--borderwidth));
  padding-left: 10px;
  color: var(--color);
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form .form-group input[type=file]::after {
  content: "";
  right: 0;
  background: var(--background) var(--image);
  background-repeat: no-repeat;
  z-index: 1;
  background-position: calc(100% - 10px) 50%;
  background-size: auto calc(var(--inputsize) - 35%);
}
.form .form-group input.form-control, .form .form-group textarea.form-control {
  height: calc(var(--inputsize) - var(--borderwidth));
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
  padding: 0 var(--paddingleftright);
}
.form .form-group input.form-control:focus, .form .form-group textarea.form-control:focus {
  outline: none;
}
.form .form-group input.form-control.valid, .form .form-group textarea.form-control.valid {
  outline: none;
}
.form .form-group input.form-control.valid ~ label, .form .form-group textarea.form-control.valid ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}
.form .form-group input.form-control:not(.no-focus):focus, .form .form-group textarea.form-control:not(.no-focus):focus {
  outline: none;
}
.form .form-group input.form-control:not(.no-focus):focus ~ label, .form .form-group textarea.form-control:not(.no-focus):focus ~ label {
  font-size: var(--labelfontafter);
  color: var(--labelafter);
  top: calc(var(--labelfontafter) / -2);
}
.form .form-group input.form-control[readonly], .form .form-group textarea.form-control[readonly] {
  caret-color: transparent;
}
.form .form-group textarea.form-control {
  height: var(--textareaheight);
  border: none;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
  line-height: 1.2;
  cursor: initial;
  padding: 0 var(--paddingleftright);
  padding-right: 15px;
}
.form .form-group textarea.form-control::-webkit-scrollbar {
  width: 2px;
  background: none;
  height: 2px;
}
.form .form-group textarea.form-control::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group textarea.form-control::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border-radius: 15px;
}
.form .form-group textarea.form-control:focus, .form .form-group textarea.form-control.valid {
  outline: none;
  margin-top: 13px;
  height: calc(var(--textareaheight) - 13px);
}
.form .form-group select.form-control:focus {
  outline: none;
}
.form .form-group select.form-control ~ label {
  position: absolute;
  top: calc(var(--labelfontafter) / -2);
  left: var(--paddingleftright);
  color: var(--labelafter);
  translate: 0 0;
  font-size: var(--labelfontafter);
  opacity: 0;
  transition: 0.6s ease;
}
.form .form-group select.form-control.valid {
  color: var(--color);
}
.form .form-group select.form-control.valid ~ label {
  opacity: 1;
}
.form .form-group .error {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
  color: red;
  line-height: normal;
  font-size: 12px;
}
.form .submit-grp:not(.text-left) {
  text-align: center;
  margin-top: 23px;
}

.custom-select {
  max-width: 100%;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding: 0 var(--paddingleftright);
  --arrow: 15px;
  --arrowspace: 8px;
  --iconpath: url(../../icon/location-primary.svg);
}
.custom-select.has-icon {
  --iconsize: 12px;
  --iconurl: var(--iconpath);
  --iconspace: 8px;
}
.custom-select.has-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.custom-select.has-icon::after {
  left: var(--paddingleftright, 0px);
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon .current {
  padding-left: calc(var(--iconsize) + var(--iconspace));
  padding-right: calc(var(--arrow) + var(--iconsize) + var(--arrowspace) + var(--iconspace));
}
.custom-select::before {
  content: "";
  position: absolute;
  top: 0;
  right: var(--paddingleftright, 0);
  bottom: 0;
  width: var(--arrow);
  background-image: url(../../icon/arrow-down-gray.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.custom-select.valid .current {
  color: var(--color);
}
.custom-select .current {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: var(--inputsize);
  color: var(--labelbefore);
  font-size: var(--labelfontbefore);
  font-weight: var(--font);
  padding-right: calc(var(--arrow) + var(--arrowspace));
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform-origin: 50% 0;
  z-index: 7;
  max-height: 180px;
  overflow-y: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  pointer-events: none;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
  height: 4px;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  display: block;
  line-height: 1.2;
  padding: 8px 16px;
  white-space: break-spaces;
  font-size: 14px;
}
.custom-select .list li.selected {
  background: var(--black);
  color: var(--white);
}
.custom-select .list li.selected:hover {
  background: var(--black);
  color: var(--white);
}
.custom-select .list li:hover {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.daterangepicker {
  font-family: "DIN" !important;
}
.daterangepicker select {
  display: block;
  border-radius: 5px;
  color: var(--text);
  cursor: pointer !important;
  background: #fff6f6;
  border-color: #ccc;
}
.daterangepicker select:focus {
  outline: none;
}
.daterangepicker thead {
  position: relative;
}
.daterangepicker tr:has(.yearselect, .monthselect) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
}
.daterangepicker tr:has(.yearselect, .monthselect) th:has(.yearselect, .monthselect) {
  display: flex;
  flex: 1;
}
.daterangepicker tr:has(.yearselect, .monthselect) th .yearselect, .daterangepicker tr:has(.yearselect, .monthselect) th .monthselect {
  flex: 1;
}
.daterangepicker tr ~ tr th {
  padding-top: 35px;
}
.daterangepicker option.disabled, .daterangepicker td.disabled {
  text-decoration: none !important;
}
.daterangepicker td.active {
  background-color: var(--black) !important;
}
.daterangepicker .drp-buttons .btn {
  --height: 30px;
  padding: 0 15px !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border-radius: 50%;
  background: var(--black);
  border-color: var(--black);
  height: 17px;
  width: 17px;
  border: none !important;
  top: 50%;
  translate: 0 -50%;
}
.ui-state-default:focus, .ui-widget-content .ui-state-default:focus, .ui-widget-header .ui-state-default:focus, .ui-button:focus, html .ui-button.ui-state-disabled:hover:focus, html .ui-button.ui-state-disabled:active:focus {
  outline: none;
}

.ui-slider-horizontal {
  height: 2px;
  border: none !important;
}

.ui-widget-content {
  background: #CECECE;
  border: none !important;
}

.ui-widget-header {
  background: var(--black);
}

.checkbox-full {
  position: relative;
  --size: 20px;
  display: flex;
  line-height: normal;
  align-items: center;
}
.checkbox-full:has(input:checked) .check-span {
  background: var(--black);
}
.checkbox-full:has(input:checked) .check-span::before {
  opacity: 1;
}
.checkbox-full input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 2;
}
.checkbox-full .check-span {
  flex: 0 1 auto;
  display: block;
  --size: 20px;
  height: var(--size);
  width: var(--size);
  position: relative;
  padding: 0;
  border-radius: 5px;
  background: #D9D9D9;
  pointer-events: none;
}
.checkbox-full .check-span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: url(../../icon/tick-white.svg) no-repeat;
  background-position: 50% 50%;
  background-size: 10px auto;
  opacity: 0;
}
.checkbox-full p {
  padding-left: 14px;
}

.radio-full {
  position: relative;
  --size: 20px;
  display: flex;
  line-height: normal;
  align-items: center;
}
.radio-full:has(input:checked) .check-span {
  background: var(--black);
  outline-offset: -4px;
  outline: 2px solid var(--white);
  background: var(--black);
}
.radio-full input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 2;
}
.radio-full .check-span {
  flex: 0 1 auto;
  display: block;
  --size: 17px;
  display: inline-block;
  height: var(--size);
  width: var(--size);
  border: 1px solid var(--black);
  border-radius: 50%;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: transparent;
}
.radio-full p {
  padding-left: 14px;
  font-weight: 500;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerpadding: 16px;
  --headerheight: 70px;
  --headerfixed: 60px;
  --homecatstrip: 80px;
  --homecatstripfixed: 70px;
  --mobilesearchbar: 45px;
  --footerstrip: 42px;
  --filterstrip: 42px;
  --gradient-a: linear-gradient(90deg, #232323 0%, #373636 100%);
  --text: #666666;
  --green: green;
  --white: #FFFFFF;
  --black: #000000;
  --gray: #F6F4F2;
  --container: 1280px;
  --containerfluid: 2rem;
}
@media only screen and (max-width: 1152px) {
  :root {
    --containerfluid: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --containerfluid: 15px;
    --headerheight: 75px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --headerheight: 78px;
  }
}
@media only screen and (max-width: 675px) {
  :root {
    --headerheight: 55px;
    --headerfixed: 55px;
    --headerpadding: 12px;
  }
}
@media only screen and (max-width: 520px) {
  :root {
    --containerfluid: 10px;
  }
}

body::-webkit-scrollbar {
  width: 10px;
  background: var(--black);
}
body::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
body.overflow-hidden {
  overflow: hidden;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
@media only screen and (min-width: 991px) {
  body.overflow-hidden header, body.overflow-hidden .header-category-strip {
    width: calc(100% - 10px);
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "DIN";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

b {
  font-weight: 500;
}

small {
  font-size: 14px;
  line-height: 22px;
  display: block;
}

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

.fw-semibold {
  font-weight: 600;
}

.c-text {
  color: var(--text);
}

.c-red {
  color: red;
}

select {
  display: none;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease;
}
a[href].logo {
  display: block;
  line-height: 0;
}

svg path {
  transition: 0.5s ease;
}

.position-relative {
  position: relative;
}

.c-primary {
  color: var(--black);
}

.green-color {
  color: #13bb75 !important;
}

.lh-normal {
  line-height: normal;
}

.cursor-pointer {
  cursor: pointer !important;
}

.container {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1300px) {
  .container {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 345px) {
  .container {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 320px) {
  .container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .container.container2 .heading {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .container.container2 .heading {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .container.container2 .heading {
    padding-right: 10px;
  }
}

.container-fluid {
  padding: 0 var(--containerfluid);
  display: block;
  margin: 0 auto;
}

.social-icons {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-size: 64px;
  line-height: 1.05;
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 54px;
  line-height: 1.2;
}

h3 {
  font-size: 48px;
  line-height: 1.2;
}

.heading:has(h2 ~ h6) h3, .heading:has(h2 ~ h6) h2, .heading:has(h3 ~ h6) h3, .heading:has(h3 ~ h6) h2, .heading:has(h2 ~ h5) h3, .heading:has(h2 ~ h5) h2, .heading:has(h3 ~ h5) h3, .heading:has(h3 ~ h5) h2, .heading:has(h2 ~ p) h3, .heading:has(h2 ~ p) h2, .heading:has(h3 ~ p) h3, .heading:has(h3 ~ p) h2 {
  margin-bottom: 8px;
}
.heading h3, .heading h2 {
  font-size: 48px;
  line-height: 1.25;
  color: var(--black);
  font-family: "DIN";
}
@media only screen and (max-width: 991px) {
  .heading h3, .heading h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 675px) {
  .heading h3, .heading h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 345px) {
  .heading h3, .heading h2 {
    font-size: 26px;
  }
}
.heading h3 span, .heading h2 span {
  color: var(--black);
}
.heading h6 {
  font-size: 18px;
  line-height: 1.34;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .heading h6 {
    font-size: 14px;
  }
}
.heading h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.29;
}
@media only screen and (max-width: 675px) {
  .heading h5 {
    font-size: 16px;
  }
}
.heading:not(.c-white) h6, .heading:not(.c-white) p {
  color: var(--text);
}
.heading.lh-1 h3, .heading.lh-1 h2 {
  line-height: 1;
}
.heading.has-space h2, .heading.has-space h3 {
  letter-spacing: 0.4em;
}
@media only screen and (max-width: 991px) {
  .heading.has-space h2, .heading.has-space h3 {
    letter-spacing: 0.2em;
  }
}
.heading.h-medium h2, .heading.h-medium h3 {
  font-size: 36px;
}
@media only screen and (max-width: 1152px) {
  .heading.h-medium h2, .heading.h-medium h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .heading.h-medium h2, .heading.h-medium h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 675px) {
  .heading.h-medium h2, .heading.h-medium h3 {
    font-size: 24px;
  }
}
.heading.h-small h2, .heading.h-small h3 {
  font-size: 20px;
  line-height: 25.8px;
}
.heading.f-medium h2, .heading.f-medium h3 {
  font-weight: 500;
}
.heading.c-white > *:not(.btn) {
  color: var(--white);
}

h4 {
  font-size: 36px;
  line-height: 1.28;
}

h5 {
  font-size: 24px;
  line-height: 1.167;
}
@media only screen and (max-width: 1152px) {
  h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 675px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 20px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.justify-between {
  justify-content: space-between;
}

.inline-flex {
  --gap: 12px;
  display: inline-flex;
  align-items: center;
  gap: 0 var(--gap);
}

img {
  max-width: 100%;
}

button, select {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.item-md {
  position: relative;
  display: block;
  position: relative;
}
.item-md::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.item-md::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.item-md::before, .item-md::after {
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figure, .item-md .figure {
  display: block;
  overflow: hidden;
  line-height: 0;
  height: 100%;
}
.item-md figure img, .item-md figure video, .item-md figure iframe, .item-md .figure img, .item-md .figure video, .item-md .figure iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.item-md.center-item figcaption {
  bottom: auto;
  top: 50%;
  translate: 0 -50%;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(100%);
  transition: 0s ease 0.5s, opacity 0.5s ease;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media only screen and (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  transition: opacity 1s ease;
  opacity: 1;
  transform: translateY(0%);
}

.btn {
  --height: 37px;
  --padding: 24px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: var(--height);
  line-height: var(--height);
  padding: 0 var(--padding);
  overflow: hidden;
  color: var(--black);
  background: var(--white);
  border: 1px solid var(--white);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.5s ease;
  caret-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 30px;
  font-weight: 500;
  z-index: 1;
}
.btn:not(.disabled-btn, .btn-no-hover):hover {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}
.btn.btn-black-border {
  background: none;
  border-color: var(--black);
  color: var(--black);
}
.btn.btn-black-border:not(.disabled-btn, .btn-no-hover):hover {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}
.btn.btn-black-border:not(.disabled-btn, .btn-no-hover):hover path {
  fill: var(--white);
}
.btn.btn-gray-border {
  background: none;
  border-color: #BFBFBF;
  color: var(--black);
}
.btn.btn-gray-border:not(.disabled-btn, .btn-no-hover):hover {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}
.btn.btn-gray-border:not(.disabled-btn, .btn-no-hover):hover path {
  fill: var(--white);
}
.btn.btn-black {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}
.btn.btn-black:not(.disabled-btn, .btn-no-hover):hover {
  background: none;
  color: var(--black);
}
.btn.btn-black:not(.disabled-btn, .btn-no-hover):hover path {
  fill: var(--black);
}
.btn.btn-white-border-hover:hover {
  background: none;
  border-color: var(--white);
  color: var(--white);
}
.btn.btn-shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.btn.btn-wide {
  --padding: 40px;
}
.btn.btn-large {
  --height: 45px;
}
.btn.btn-small {
  --height: 31px;
  font-size: 14px;
}
.btn.w-100 {
  width: 100%;
}
.btn.box {
  --padding: 0px;
  width: var(--height);
}
.btn.btn-btn {
  border-radius: 5px;
}

@media only screen and (max-width: 675px) {
  body:is(.ios) .btn {
    padding-top: 10px;
  }
}
body:is(.ios) s {
  font-family: "Poppins";
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  background: var(--white);
  background-position: 0% 80%;
  background-size: 75%;
  max-width: 435px;
  width: 100%;
}
.model .close {
  cursor: pointer;
}
.model .close:not(.btn, .close-video, .not-ab) {
  position: absolute;
  top: 0;
  right: 0;
  top: 25px;
  right: 25px;
  line-height: 0;
}
@media only screen and (max-width: 520px) {
  .model .close:not(.btn, .close-video, .not-ab) {
    top: 20px;
    right: 20px;
  }
}
.model .close:not(.btn, .close-video, .not-ab) path {
  stroke: var(--black);
}

.form-grid {
  --item: 1;
  --gaplr: 30px;
  --gaptb: 32px;
  display: grid;
  grid-template-columns: repeat(var(--item), calc((100% - var(--gaplr) * (var(--item) - 1)) / var(--item)));
  gap: var(--gaptb) var(--gaplr);
}
.form-grid .full {
  grid-column: span var(--item);
}

.btn-div-btm > *:not(:last-child) {
  margin-right: 14px;
}
@media only screen and (max-width: 675px) {
  .btn-div-btm > *:not(:last-child) {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 675px) {
  .btn-div-btm .btn {
    --padding: 12px;
    font-size: 14px;
  }
}

.swiper-slide {
  height: auto;
}

.swiper-nav {
  line-height: 0;
}
.swiper-nav:has(.swiper-button-lock) {
  display: none !important;
}
.swiper-nav.hide-btn-no-loop .swiper-prev.swiper-button-disabled, .swiper-nav.hide-btn-no-loop .swiper-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.swiper-nav.swiper-group {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 11px;
}
.swiper-nav.center-full {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper-nav.center-full .swiper-prev, .swiper-nav.center-full .swiper-next {
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.swiper-nav.icon-width-auto .swiper-next svg, .swiper-nav.icon-width-auto .swiper-prev svg {
  width: auto;
  height: auto;
}

.swiper-prev svg, .swiper-prev img {
  transform: scaleX(-1);
}

.swiper-prev, .swiper-next {
  --size: 45px;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
  border: 1px solid var(--black);
  transition: 0.5s ease;
}
.swiper-prev.swiper-btn-medium, .swiper-next.swiper-btn-medium {
  --size: 35px;
}
.swiper-prev:not(.no-background) path, .swiper-next:not(.no-background) path {
  fill: var(--white);
}
.swiper-prev:hover:not(.swiper-button-disabled, .no-background), .swiper-next:hover:not(.swiper-button-disabled, .no-background) {
  background: var(--white);
  border-color: var(--white);
}
.swiper-prev:hover:not(.swiper-button-disabled, .no-background) path, .swiper-next:hover:not(.swiper-button-disabled, .no-background) path {
  fill: var(--black);
}
.swiper-prev.no-background, .swiper-next.no-background {
  height: auto;
  width: auto;
  display: initial;
  background: none;
  border: none;
  line-height: 0;
}
.swiper-prev.no-background:hover, .swiper-next.no-background:hover {
  background: none;
}
.swiper-prev.has-shadow, .swiper-next.has-shadow {
  box-shadow: 0px 0px 4.8px 0px rgba(0, 0, 0, 0.2509803922);
}
.swiper-prev.white, .swiper-next.white {
  background: var(--white);
  border-color: var(--white);
}
.swiper-prev.white path, .swiper-next.white path {
  fill: var(--black);
}
.swiper-prev.white:hover:not(.swiper-button-disabled), .swiper-next.white:hover:not(.swiper-button-disabled) {
  background: var(--black);
  border-color: var(--black);
}
.swiper-prev.white:hover:not(.swiper-button-disabled) path, .swiper-next.white:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.primary-border, .swiper-next.primary-border {
  border-color: var(--black);
  background: none;
}
.swiper-prev.primary-border path, .swiper-next.primary-border path {
  fill: var(--black);
}
.swiper-prev.primary-border:hover:not(.swiper-button-disabled), .swiper-next.primary-border:hover:not(.swiper-button-disabled) {
  background: var(--black);
}
.swiper-prev.primary-border:hover:not(.swiper-button-disabled) path, .swiper-next.primary-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.white-border, .swiper-next.white-border {
  border-color: var(--white);
  background: none;
}
.swiper-prev.white-border path, .swiper-next.white-border path {
  fill: var(--white);
}
.swiper-prev.white-border:hover:not(.swiper-button-disabled), .swiper-next.white-border:hover:not(.swiper-button-disabled) {
  background: var(--white);
}
.swiper-prev.white-border:hover:not(.swiper-button-disabled) path, .swiper-next.white-border:hover:not(.swiper-button-disabled) path {
  fill: var(--black);
}
.swiper-prev.gray-border, .swiper-next.gray-border {
  border-color: #828282;
  background: none;
}
.swiper-prev.gray-border path, .swiper-next.gray-border path {
  fill: #828282;
}
.swiper-prev.gray-border:hover:not(.swiper-button-disabled), .swiper-next.gray-border:hover:not(.swiper-button-disabled) {
  background: var(--black);
}
.swiper-prev.gray-border:hover:not(.swiper-button-disabled) path, .swiper-next.gray-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.black-border, .swiper-next.black-border {
  border-color: var(--black);
  background: none;
}
.swiper-prev.black-border path, .swiper-next.black-border path {
  fill: var(--black);
}
.swiper-prev.black-border:hover:not(.swiper-button-disabled), .swiper-next.black-border:hover:not(.swiper-button-disabled) {
  background: var(--black);
  border-color: var(--black);
}
.swiper-prev.black-border:hover:not(.swiper-button-disabled) path, .swiper-next.black-border:hover:not(.swiper-button-disabled) path {
  fill: var(--white);
}
.swiper-prev.swiper-btn-large, .swiper-next.swiper-btn-large {
  --size: 59px;
}
@media only screen and (max-width: 991px) {
  .swiper-prev.swiper-btn-large, .swiper-next.swiper-btn-large {
    --size: 48px;
  }
}
.swiper-prev.swiper-button-disabled, .swiper-next.swiper-button-disabled {
  cursor: no-drop;
  opacity: 0.4;
}
.swiper-prev.swiper-button-lock, .swiper-next.swiper-button-lock {
  display: none !important;
}

.play-btn {
  --btnsize: 51px;
  --border: 1px;
  --bordercolor: var(--white);
  --playbtncolor: var(--white);
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: none;
}
@media only screen and (max-width: 1024px) {
  .play-btn {
    --btnsize: 50px;
  }
}
@media only screen and (max-width: 675px) {
  .play-btn {
    --btnsize: 45px;
    --border: 1px;
  }
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
}

.website-content > :first-child {
  margin-top: 0 !important;
}
.website-content > :last-child {
  margin-bottom: 0 !important;
}
.website-content h1 {
  font-size: 48px;
  margin-bottom: 45px;
  text-align: center;
  font-family: "DIN";
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .website-content h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 520px) {
  .website-content h1 {
    font-size: 30px;
    font-weight: bold;
  }
}
.website-content h2 {
  font-size: 34px;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .website-content h2 {
    font-size: 22px;
  }
}
.website-content h3 {
  font-size: 28px;
  line-height: 1.21;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .website-content h3 {
    font-size: 20px;
  }
}
.website-content h4 {
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .website-content h4 {
    font-size: 18px;
  }
}
.website-content h5 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}
@media only screen and (max-width: 675px) {
  .website-content h5 {
    font-size: 18px;
  }
}
.website-content h6 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}
.website-content h2, .website-content h3, .website-content h4 {
  margin: 40px 0 18px;
}
.website-content h5, .website-content h6 {
  margin: 22px 0 18px;
}
.website-content p, .website-content li {
  color: var(--text);
  text-align: justify;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-spacing: -0.07em;
}
.website-content p b, .website-content li b {
  font-weight: 600;
  color: var(--black);
}
.website-content a {
  color: var(--black);
}
.website-content a:hover {
  text-decoration: underline;
}
.website-content p, .website-content ul {
  margin-bottom: 30px;
}
.website-content ul {
  padding-left: 18px;
}
@media only screen and (max-width: 675px) {
  .website-content ul {
    padding-left: 10px;
  }
}
.website-content ul li {
  position: relative;
  padding-left: 28px;
}
@media only screen and (max-width: 675px) {
  .website-content ul li {
    padding-left: 20px;
  }
}
.website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.website-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--black);
}
.website-content.website-content-medium h2, .website-content.website-content-medium h3, .website-content.website-content-medium h4 {
  margin: 20px 0 18px;
  font-size: 20px;
  font-weight: 500;
}
.website-content.website-content-medium h5, .website-content.website-content-medium h6 {
  font-size: 18px;
  font-weight: 500;
}
.website-content.website-content-medium p, .website-content.website-content-medium ul {
  margin-bottom: 20px;
}

.kmr-animate {
  transition: 1.2s ease;
}

[data-video], [data-model] {
  cursor: pointer;
}

.mt-hdr {
  margin-top: calc(var(--headerheight) + var(--homecatstrip));
}
@media only screen and (max-width: 991px) {
  .mt-hdr {
    margin-top: calc(var(--headerheight) + var(--homecatstrip) + var(--mobilesearchbar));
  }
}

.banner {
  position: relative;
}
.banner:not(.banner-banner) {
  position: relative;
}
.banner:not(.banner-banner)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.banner:not(.banner-banner)::before {
  background: rgba(0, 0, 0, 0.35);
}
.banner.center-banner .banner-wrapper {
  bottom: 50%;
  translate: 0 50%;
}
.banner .bg {
  line-height: 0;
}
@media only screen and (max-width: 1152px) {
  .banner .bg {
    height: 690px;
  }
}
@media only screen and (max-width: 675px) {
  .banner .bg {
    height: 520px;
  }
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .banner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  z-index: 3;
}
.banner .content.content-white > *:not(.btn) {
  color: var(--white);
}
.banner .content.ttl-m h1 {
  font-size: 36px;
}
.banner .content.f-semibold h1 {
  font-weight: 600;
}
.banner .content h1 {
  font-size: 48px;
  line-height: 1.146;
  font-family: "DIN";
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .banner .content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .content h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 520px) {
  .banner .content h1 {
    font-size: 32px;
  }
}
.banner .content h6 {
  font-size: 18px;
  line-height: 1.34;
  color: var(--text);
  margin-top: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .banner .content h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 520px) {
  .banner .content h6 {
    font-size: 14px;
  }
}
.banner .content h5 {
  font-size: 20px;
  line-height: 1.5;
  color: var(--text);
  margin-bottom: 10px;
}

.swiper-pagination-bullets {
  --swiper-pagination-bullet-size: 13px;
  --swiper-pagination-color: var(--primary);
}

.btn-div-wrap > *:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 675px) {
  .btn-div-wrap > *:not(:last-child) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 675px) {
  .btn-div-wrap .btn {
    --padding: 10px;
  }
}

.btn.disabled-btn {
  opacity: 0.4;
  cursor: no-drop;
}

.common-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 25px;
}
@media only screen and (max-width: 991px) {
  .common-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 20px;
  }
}
@media only screen and (max-width: 675px) {
  .common-grid-wrap {
    grid-template-columns: 100%;
    grid-gap: 20px 0;
  }
}

.play-pause-btn {
  --btncolor: var(--white);
  --btnsize: 30px;
  background: transparent;
  width: 0;
  height: var(--btnsize);
  border-color: transparent transparent transparent var(--btncolor);
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: calc(var(--btnsize) * 0.5) 0 calc(var(--btnsize) * 0.5) calc(var(--btnsize) * 0.81);
}
.play-pause-btn.paused {
  border-style: double;
  border-width: 0px 0 0px calc(var(--btnsize) * 0.81);
}

.common-tab-nav {
  --space: 33px;
}
.common-tab-nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.29;
  position: relative;
  padding: 10px 0;
  color: var(--text);
  transition: 0.5s ease;
}
.common-tab-nav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--black);
}
.common-tab-nav li:not(:last-child) {
  margin-right: var(--space);
}
.common-tab-nav li::before {
  height: 1px;
  top: auto;
  width: 0;
  transition: 0.6s ease;
}
.common-tab-nav li input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.common-tab-nav li.active, .common-tab-nav li:has(input:checked) {
  color: var(--black);
}
.common-tab-nav li.active::before, .common-tab-nav li:has(input:checked)::before {
  width: 100%;
}

.swiper-pagination-fraction {
  font-family: "DIN";
  font-size: 20px;
  line-height: 1.263;
  letter-spacing: 0.4em;
  padding-left: 10px;
  padding-right: 5px;
}
@media only screen and (max-width: 991px) {
  .swiper-pagination-fraction {
    letter-spacing: 0.1em;
  }
}
.swiper-pagination-fraction span {
  text-align: center;
}

@media only screen and (max-width: 675px) {
  .slider-section .container {
    padding-right: 0;
  }
}
.slider-section .upper-sec {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 675px) {
  .slider-section .upper-sec {
    margin-bottom: 2rem;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .slider-section .upper-sec {
    padding-right: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .slider-section .upper-sec {
    padding-right: 10px;
  }
}
.slider-section .upper-sec .slider-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 675px) {
  .slider-section .upper-sec .slider-nav {
    display: none;
  }
}

.brand-col {
  display: block;
}
.brand-col::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%), linear-gradient(360deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.85) 100%);
}
.brand-col:is(a):hover figure img {
  transform: scale(1.05);
}
.brand-col:is(a):hover figcaption .btn {
  background: none;
  color: var(--white);
}
.brand-col figcaption {
  padding: 0 28px 35px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1152px) {
  .brand-col figcaption {
    padding: 0 20px 25px;
  }
}
@media only screen and (max-width: 520px) {
  .brand-col figcaption {
    padding: 0 15px 18px;
    gap: 12px;
  }
}
@media only screen and (max-width: 345px) {
  .brand-col figcaption {
    padding: 0 13px 15px;
  }
}
.brand-col figcaption .inf {
  flex: 1;
}
.brand-col figcaption h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.29;
  color: var(--white);
}
@media only screen and (max-width: 1152px) {
  .brand-col figcaption h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 345px) {
  .brand-col figcaption h5 {
    font-size: 15px;
  }
}
.brand-col figcaption .btn {
  --padding: 16px;
}
@media only screen and (max-width: 1152px) {
  .brand-col figcaption .btn {
    font-size: 14px;
    --height: 32px;
  }
}
.brand-col .brand-img {
  position: absolute;
  top: 25px;
  right: 28px;
  z-index: 2;
  line-height: 0;
}
.brand-col .brand-img img {
  height: 60px;
  width: 198px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
@media only screen and (max-width: 1152px) {
  .brand-col .brand-img img {
    height: 35px;
    width: 145px;
  }
}

.product-col {
  position: relative;
}
.product-col:has(.figure:is(a):hover, .figcaption .ttl-pr:is(a):hover) .figure img {
  transform: scale(1.06);
}
.product-col:has(.figure:is(a):hover, .figcaption .ttl-pr:is(a):hover) .figcaption .ttl-pr {
  color: var(--black);
}
.product-col .figure {
  line-height: 0;
  display: block;
  overflow: hidden;
}
.product-col .figure img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
  transform-origin: top;
}
.product-col .figcaption {
  padding-top: 16px;
}
.product-col .figcaption .ttl-pr {
  display: block;
  color: var(--text);
  font-size: 16px;
  line-height: 1.29;
  font-weight: 500;
  margin-bottom: 10px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 520px) {
  .product-col .figcaption .ttl-pr {
    font-size: 13px;
  }
}
.product-col .figcaption .rtng-wrp {
  margin-bottom: 10px;
}
.product-col .figcaption .rtng-wrp .rtng {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  background: var(--black);
  color: var(--white);
  margin-right: auto;
  padding: 5px 7px;
  border-radius: 5px;
}
@media only screen and (max-width: 520px) {
  .product-col .figcaption .rtng-wrp .rtng {
    font-size: 12px;
  }
}
.product-col .figcaption .rtng-wrp .rtng img {
  width: 10px;
  margin-left: 5px;
}
.product-col .figcaption .rtng-wrp .rt-cnt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 520px) {
  .product-col .figcaption .rtng-wrp .rt-cnt {
    font-size: 14px;
  }
}
.product-col .figcaption .prc-sec .prc {
  font-weight: 700;
}
@media only screen and (max-width: 520px) {
  .product-col .figcaption .prc-sec .prc {
    font-size: 13px;
  }
}
.product-col .figcaption .prc-sec s, .product-col .figcaption .prc-sec .dcnt {
  font-size: 14px;
}
@media only screen and (max-width: 520px) {
  .product-col .figcaption .prc-sec s, .product-col .figcaption .prc-sec .dcnt {
    font-size: 12px;
  }
}
.product-col .figcaption .prc-sec s {
  color: var(--text);
  margin: 0 5px;
}
.product-col .figcaption .prc-sec .dcnt {
  color: var(--green);
  font-weight: 500;
}
.product-col .whishlst-ico {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 0;
  transition: 0.5s ease;
}
.product-col .whishlst-ico:hover {
  transform: scale(1.1);
}

.product-cat-col::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
.product-cat-col:is(a):hover figure img {
  transform: scale(1.05);
}
.product-cat-col:is(a):hover figcaption .btn {
  background: none;
  color: var(--white);
}
.product-cat-col figcaption {
  padding: 0 55px 50px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.product-cat-col figcaption .inf {
  flex: 1;
  color: var(--white);
}
.product-cat-col figcaption .inf h6 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.29;
}
.product-cat-col figcaption .inf p {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.29;
}

.kmr-select-wrap {
  position: relative;
  display: inline-block;
  --labelheight: 45px;
  --liheight: 34px;
  --boxsize: calc(var(--liheight) - 14px);
  --arrowsize: 16px;
  --space: 11px;
}
.kmr-select-wrap .label {
  height: var(--labelheight);
  line-height: var(--labelheight);
  background-image: url(../../icon/arrow-down-gray.svg);
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 100%;
  background-size: var(--arrowsize) auto;
  padding-right: calc(var(--arrowsize) + var(--space));
  cursor: pointer;
  caret-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.kmr-select-wrap.active {
  --btn: 10px;
}
.kmr-select-wrap.active.price_select .kmr-select-menu .upper-sec .reset-btn {
  display: block;
}
.kmr-select-wrap.active::before {
  content: "";
  position: absolute;
  right: calc(var(--btn) * -1 / 2);
  top: calc(var(--btn) * -1 / 2);
  background: #2fb12f;
  height: var(--btn);
  width: var(--btn);
  border-radius: 50%;
}
.kmr-select-wrap.slt-rgt .kmr-select-menu {
  right: 0;
  left: auto;
}
.kmr-select-wrap.color-select .kmr-select-menu li .in-bx {
  border-color: #ccc;
  border-radius: 50%;
}
.kmr-select-wrap.price_select .kmr-select-menu {
  padding: 20px;
  width: 325px;
}
.kmr-select-wrap.price_select .kmr-select-menu .upper-sec {
  display: flex;
}
.kmr-select-wrap.price_select .kmr-select-menu .upper-sec .reset-btn {
  font-size: 14px;
  font-weight: 500;
  display: none;
}
.kmr-select-wrap.price_select .kmr-select-menu .upper-sec .reset-btn svg {
  width: 15px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.kmr-select-wrap.price_select .kmr-select-menu h6 {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}
.kmr-select-wrap.price_select .product-range-slider-wrap {
  margin: 30px 0 40px;
}
.kmr-select-wrap.price_select .price-range-input-wrap {
  display: flex;
  gap: 18px;
  align-items: center;
  color: var(--text);
}
.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input {
  flex: 1;
  border: 1px solid #E0E0E0;
  background: var(--white);
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 30px;
  color: var(--text);
  gap: 10px;
}
.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input input {
  border: none;
  width: 100%;
  color: var(--text);
}
.kmr-select-wrap.price_select .price-range-input-wrap .price-range-input input:focus {
  outline: none;
}
.kmr-select-wrap .kmr-select-menu {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  background: var(--white);
  width: 200px;
  padding: 20px 0;
  display: none;
  max-height: 244px;
  overflow-y: auto;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar {
  width: 6px;
  background: none;
  height: 6px;
}
.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar-track {
  box-shadow: none;
}
.kmr-select-wrap .kmr-select-menu::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 10px;
}
.kmr-select-wrap .kmr-select-menu:has(input[type=radio]) li .in-bx {
  border-radius: 50%;
}
.kmr-select-wrap .kmr-select-menu:has(input[type=radio]) li .in-bx::before {
  display: none;
}
.kmr-select-wrap .kmr-select-menu:has(input[type=radio]):has(input:checked) li .in-bx {
  outline: 5px solid var(--white);
  outline-offset: -10px;
}
.kmr-select-wrap .kmr-select-menu li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  height: var(--liheight);
  padding: 0 14px;
}
.kmr-select-wrap .kmr-select-menu li:has(input:checked) .in-bx {
  background: var(--black);
  transition: 0.4s ease;
}
.kmr-select-wrap .kmr-select-menu li:has(input:checked) .in-bx::before {
  opacity: 1;
}
.kmr-select-wrap .kmr-select-menu li .in-bx {
  height: var(--boxsize);
  width: var(--boxsize);
  border: 1px solid var(--black);
  border-radius: 3px;
  transition: 0s ease;
  position: relative;
}
.kmr-select-wrap .kmr-select-menu li .in-bx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: url(../../icon/tick-white.svg);
}
.kmr-select-wrap .kmr-select-menu li .in-bx::before {
  background-repeat: no-repeat;
  background-size: 48%;
  background-position: center center;
  opacity: 0;
}
.kmr-select-wrap .kmr-select-menu li span {
  display: block;
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}
.kmr-select-wrap .kmr-select-menu li input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}

@media only screen and (max-width: 991px) {
  .breadcrumps {
    display: none;
  }
}
.breadcrumps li {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumps li a {
  color: var(--text);
  font-size: 14px;
}
@media only screen and (max-width: 520px) {
  .breadcrumps li a {
    font-size: 12px;
    text-overflow: ellipsis;
  }
}
.breadcrumps li a.active {
  color: var(--black);
}
.breadcrumps li:not(:last-child) {
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 520px) {
  .breadcrumps li:not(:last-child) {
    padding-right: 8px;
  }
}
.breadcrumps li:not(:last-child)::before {
  content: ">";
  position: absolute;
  left: 100%;
  top: 50%;
  translate: 0 -50%;
  font-size: 12px;
  font-family: monospace;
  color: var(--text);
}
.breadcrumps li:not(:first-child) {
  padding-left: 20px;
}
@media only screen and (max-width: 520px) {
  .breadcrumps li:not(:first-child) {
    padding-left: 8px;
  }
}

[data-scrollTo] {
  cursor: pointer;
}

.frqm {
  margin-top: 20px;
}

.product-not-found {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.product-not-found.not-found2 {
  position: unset;
}
.product-not-found .nt-fnd-wrp {
  text-align: center;
}
.product-not-found .nt-fnd-wrp .ico {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  filter: hue-rotate(43deg);
}
.product-not-found .nt-fnd-wrp p {
  font-size: 24px;
  margin: 10px 0 3rem;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  transition: 0.5s ease;
  height: var(--headerheight);
  background: var(--white);
}
header .header-wrapper {
  display: flex;
  height: 100%;
  padding: 0 var(--containerfluid);
  gap: 2rem;
}
@media only screen and (max-width: 991px) {
  header .header-wrapper {
    gap: 12px;
  }
}
header .header-wrapper .colA, header .header-wrapper .colB {
  height: 100%;
}
header .header-wrapper .colA {
  flex: 1;
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .colA {
    gap: 20px;
  }
}
@media only screen and (max-width: 520px) {
  header .header-wrapper .colA {
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
  }
}
header .header-wrapper .colA a.logo {
  padding: var(--headerpadding) 0;
  height: 100%;
}
@media only screen and (max-width: 520px) {
  header .header-wrapper .colA a.logo {
    flex: 0 1 auto;
  }
}
header .header-wrapper .colA a.logo img {
  height: 100%;
}
header .header-wrapper .colA > ul {
  flex: 1;
  text-align: right;
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colA > ul {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--black);
    display: flex;
  }
}
header .header-wrapper .colA > ul > li {
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: var(--black);
  font-weight: 500;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colA > ul > li {
    display: block;
    color: var(--white);
    height: var(--footerstrip);
    flex: 1;
    line-height: var(--footerstrip);
    text-align: center;
  }
}
header .header-wrapper .colA > ul > li:not(:last-child) {
  margin-right: 22px;
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .colA > ul > li:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colA > ul > li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
}
header .header-wrapper .colA > ul > li:not(:last-child) > a, header .header-wrapper .colA > ul > li:not(:last-child) span, header .header-wrapper .colA > ul > li:not(:last-child) button {
  border-right: 1px solid rgba(102, 102, 102, 0.4);
  padding-right: 23px;
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .colA > ul > li:not(:last-child) > a, header .header-wrapper .colA > ul > li:not(:last-child) span, header .header-wrapper .colA > ul > li:not(:last-child) button {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colA > ul > li:not(:last-child) > a, header .header-wrapper .colA > ul > li:not(:last-child) span, header .header-wrapper .colA > ul > li:not(:last-child) button {
    padding-right: 0;
    border: none;
  }
}
header .header-wrapper .colA > ul > li:not(:has(> a)) {
  cursor: pointer;
}
header .header-wrapper .colA > ul > li > a, header .header-wrapper .colA > ul > li > span, header .header-wrapper .colA > ul > li > button {
  color: inherit;
  font-weight: inherit;
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .colA > ul > li > a, header .header-wrapper .colA > ul > li > span, header .header-wrapper .colA > ul > li > button {
    font-size: 14px;
  }
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colA > ul > li > a, header .header-wrapper .colA > ul > li > span, header .header-wrapper .colA > ul > li > button {
    line-height: 1;
  }
}
@media only screen and (min-width: 991px) {
  header .header-wrapper .colA > ul > li:hover > span, header .header-wrapper .colA > ul > li:hover > a, header .header-wrapper .colA > ul > li:hover > button {
    color: rgba(0, 0, 0, 0.3);
  }
}
header .header-wrapper .colB {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colB {
    gap: 20px;
  }
}
header .header-wrapper .colB .search-wrap {
  position: relative;
  transition: 0.6s ease;
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .colB .search-wrap {
    position: absolute;
    top: calc(100% + var(--homecatstrip));
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 991px) {
  header .header-wrapper .colB .search-wrap:is(.search-wrap-active) .search-input-wrap {
    width: 370px;
    border-color: #E9E9E9;
    border-radius: 5px;
    background: var(--white);
  }
}
header .header-wrapper .colB .search-wrap:has(.search-dropdown-menu.is-open) .search-input-wrap {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
header .header-wrapper .colB .search-wrap .search-input-wrap {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  background: #E9E9E9;
  width: 236px;
  transition: 0.6s ease;
  border-radius: 30px;
  border: 2px solid transparent;
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .colB .search-wrap .search-input-wrap {
    width: 100%;
    border-radius: 0px;
  }
}
@media only screen and (max-width: 991px) {
  header .header-wrapper .colB .search-wrap .search-input-wrap {
    height: var(--mobilesearchbar);
  }
}
header .header-wrapper .colB .search-wrap .search-input-wrap .search-input {
  flex: 1;
  width: 100%;
  border: none;
  background: none;
  padding-right: 10px;
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colB .search-wrap .search-input-wrap .search-input {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
  }
}
header .header-wrapper .colB .search-wrap .search-input-wrap .search-input:focus {
  outline: none;
}
header .header-wrapper .colB .search-wrap .search-input-wrap .search-input::-moz-placeholder {
  font-weight: 500;
  color: var(--text);
}
header .header-wrapper .colB .search-wrap .search-input-wrap .search-input::placeholder {
  font-weight: 500;
  color: var(--text);
}
header .header-wrapper .colB .search-wrap .search-input-wrap .search-btn {
  flex: 0 1 auto;
  height: 15px;
  width: 15px;
  line-height: 0;
}
header .header-wrapper .colB .search-wrap .search-input-wrap .search-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .header-wrapper .colB .search-wrap .search-dropdown-menu {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  background: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 1px 20px 24px;
  display: none;
  border: 2px solid #E9E9E9;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
header .header-wrapper .colB .search-wrap .search-dropdown-menu .thzjk-wrap {
  padding: 15px 10px;
}
header .header-wrapper .colB .search-wrap .search-dropdown-menu .thzjk-wrap .thzjk .thzjk-col {
  display: flex;
  padding: 10px;
  border-radius: 10px;
}
header .header-wrapper .colB .search-wrap .search-dropdown-menu .thzjk-wrap .thzjk .thzjk-col:hover {
  background: #f5f5f5;
}
header .header-wrapper .colB .search-wrap .search-dropdown-menu .thzjk-wrap .thzjk .thzjk-col img {
  width: 50px;
}
header .header-wrapper .colB .search-wrap .search-dropdown-menu .thzjk-wrap .thzjk .thzjk-col .inf {
  flex: 1;
  padding-left: 15px;
}
header .header-wrapper .colB .search-wrap .search-dropdown-menu .thzjk-wrap .thzjk .thzjk-col .inf p {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  color: var(--black);
}
header .header-wrapper .colB .search-wrap .search-dropdown-menu .thzjk-wrap .thzjk .thzjk-col .inf p s {
  margin-right: 5px;
  color: var(--text);
}
header .header-wrapper .colB .search-wrap .search-dropdown-menu .thzjk-wrap .thzjk .thzjk-col .inf .prc-prdt {
  margin-top: 4px;
  color: var(--text);
}
header .header-wrapper .colB .ham-btn {
  width: 40px;
  height: 16px;
  --color: var(--black);
  --border: 2px;
  border-top: var(--border) solid var(--color);
  border-bottom: var(--border) solid var(--color);
  transition: 0.5s ease;
  position: relative;
}
header .header-wrapper .colB .ham-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--color);
}
@media only screen and (min-width: 991px) {
  header .header-wrapper .colB .ham-btn {
    display: none;
  }
}
@media only screen and (max-width: 520px) {
  header .header-wrapper .colB .ham-btn {
    width: 30px;
  }
}
header .header-wrapper .colB .ham-btn::before {
  transition: 0.5s ease;
  bottom: auto;
  top: 50%;
  translate: 0 -50%;
  height: var(--border);
}
header .header-wrapper .colB ul {
  flex: 1;
  line-height: 1;
}
header .header-wrapper .colB ul li {
  display: inline-block;
  vertical-align: middle;
}
header .header-wrapper .colB ul li:not(:last-child) {
  margin-right: 32px;
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colB ul li:not(:last-child) {
    margin-right: 16px;
  }
}
header .header-wrapper .colB ul li a {
  display: block;
}
header .header-wrapper .colB ul li .has-noti {
  position: relative;
}
header .header-wrapper .colB ul li .noti {
  --noti: 18px;
  position: absolute;
  top: -5px;
  right: -10px;
  height: var(--noti);
  width: var(--noti);
  border-radius: 50%;
  background: var(--black);
  text-align: center;
  font-size: 10px;
  line-height: var(--noti);
  color: var(--white);
}
@media only screen and (max-width: 675px) {
  header .header-wrapper .colB ul li .noti {
    font-family: "Poppins";
  }
}
header .header-wrapper .colB .my-acnt {
  position: relative;
  --triangle: 10px;
}
header .header-wrapper .colB .my-acnt:hover .my-acnt-dropdown {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
header .header-wrapper .colB .my-acnt .my-acnt-dropdown {
  position: absolute;
  top: calc(100% + var(--triangle));
  left: 50%;
  translate: -50% 0;
  transform: perspective(2000px) translate3d(0px, -25px, 50px) rotateX(-90deg) scale3d(0.86, 0.75, 1) translateY(50px);
  transform-origin: top;
  transition: 0.4s ease;
  opacity: 0;
  width: 165px;
}
header .header-wrapper .colB .my-acnt .my-acnt-dropdown .arrow {
  display: block;
  position: absolute;
  height: var(--triangle);
  bottom: calc(100% - var(--triangle) / 2);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}
header .header-wrapper .colB .my-acnt .my-acnt-dropdown .arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  bottom: calc(var(--triangle) / -2);
  width: var(--triangle);
  height: var(--triangle);
  background: #f3f3f3;
  transform: rotate(45deg);
  border: 1px solid #e1e1e1;
}
header .header-wrapper .colB .my-acnt .my-acnt-dropdown ul {
  background: var(--white);
  padding: 15px 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
}
header .header-wrapper .colB .my-acnt .my-acnt-dropdown ul li {
  display: block;
}
header .header-wrapper .colB .my-acnt .my-acnt-dropdown ul li:not(:last-child) {
  margin-bottom: 2px;
  margin-right: 0;
}
header .header-wrapper .colB .my-acnt .my-acnt-dropdown ul li a {
  color: var(--black);
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 3px 15px;
  border-radius: 3px;
  font-weight: 500;
}
header .header-wrapper .colB .my-acnt .my-acnt-dropdown ul li a:hover {
  color: var(--black);
  background: #f5f5f5;
}

@media only screen and (max-width: 675px) {
  body:is(.ios) header .header-wrapper .colA > ul > li {
    padding-top: 5px;
  }
}

.header-category-strip {
  background: var(--gradient-a);
  position: fixed;
  top: var(--headerheight);
  z-index: 4;
  left: 0;
  right: 0;
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .header-category-strip {
    top: 0;
    left: auto;
    width: 100%;
    max-width: 500px;
    height: 100%;
    z-index: 7;
    background: var(--white);
    --varpadlr: 30px;
    transform: translateX(100%);
    transition: 0.5s ease;
  }
  .header-category-strip::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: url(../../images/vector/vector-2.svg) no-repeat;
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip::after {
    background-position: 100% 100%;
    background-size: 30%;
    opacity: 0.3;
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip.is-open {
    transform: translateX(0%);
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .close {
    left: var(--varpadlr);
    right: auto !important;
  }
}
.header-category-strip.active {
  top: var(--headerfixed);
}
@media only screen and (max-width: 991px) {
  .header-category-strip.active {
    top: 0;
  }
}
@media only screen and (min-width: 991px) {
  .header-category-strip.active .head-category-wrap > ul > li {
    height: var(--homecatstripfixed);
  }
}
.header-category-strip .head-category-wrap {
  position: relative;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  --icon: 35px;
  --iconspace: 20px;
  --catliheight: 45px;
  --subcatliheight: 38px;
  width: 100%;
}
@media only screen and (max-width: 1366px) {
  .header-category-strip .head-category-wrap {
    max-width: 90%;
    --icon: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap {
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 70px 0 0;
  }
}
.header-category-strip .head-category-wrap > ul {
  display: flex;
  gap: 70px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul {
    display: block;
  }
}
@media only screen and (min-width: 991px) {
  .header-category-strip .head-category-wrap > ul:has(> li:hover) > li > a {
    opacity: 0.5;
  }
}
.header-category-strip .head-category-wrap > ul > li {
  height: var(--homecatstrip);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0s ease;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li {
    flex-wrap: wrap;
    justify-content: flex-start;
    height: auto;
    border-bottom: 1px solid #e9e9e9;
    border-left: none;
    border-right: none;
    align-items: initial;
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li:first-child {
    border-top: 1px solid #e9e9e9;
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li.active {
    background: #f5f5f5;
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li.active .item {
    background: var(--black);
    transition: 0s;
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li.active .item .ico {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(236deg) brightness(103%) contrast(101%);
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li.active .item p {
    color: var(--white);
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li.active .cat-btn {
    background: var(--black);
    color: var(--white);
    transition: 0s;
  }
}
.header-category-strip .head-category-wrap > ul > li:hover > a {
  opacity: 1 !important;
}
@media only screen and (min-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li:hover > .drop-downmenu {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
  }
}
@media only screen and (min-width: 1152px) {
  .header-category-strip .head-category-wrap > ul > li:nth-child(n+6) .drop-downmenu {
    left: auto;
    right: -20px;
  }
}
@media only screen and (min-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li:nth-child(n+5) .drop-downmenu {
    left: auto;
    right: -20px;
  }
}
@media only screen and (min-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu {
    position: absolute;
    top: 100%;
    left: -20px;
    background: var(--white);
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s ease;
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu {
    display: none;
    flex: 0 1 100%;
    order: 3;
  }
}
@media only screen and (min-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap {
    width: 600px;
    --maxheight: 185px;
    --leftwidth: 50%;
    display: flex;
    flex-wrap: wrap;
  }
}
.header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md, .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colB-md {
  --paddingtb: 12px;
}
.header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md h6, .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colB-md h6 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14px;
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md h6, .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colB-md h6 {
    display: none;
  }
}
.header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colB-md {
  flex: 0 1 40%;
  line-height: 0;
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colB-md {
    display: none;
  }
}
.header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colB-md img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md {
  position: relative;
  flex: 1;
  padding: var(--paddingtb) 0;
}
@media only screen and (min-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md {
    background: var(--white);
  }
}
.header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > h6 {
  width: var(--leftwidth);
  padding: 0 20px;
}
@media only screen and (min-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul {
    width: var(--leftwidth);
    height: 100%;
    max-height: var(--maxheight);
    overflow-y: auto;
  }
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul::-webkit-scrollbar {
    width: 5px;
    background: none;
    height: 5px;
  }
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul::-webkit-scrollbar-track {
    box-shadow: none;
  }
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul {
    padding: 10px 0;
  }
}
.header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul:has(> li:not(:first-child):hover) > li:first-child > a {
  background: none;
  color: var(--text);
}
.header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul:has(> li:not(:first-child):hover) > li:first-child .col-md-menu {
  display: none;
}
.header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul > li > a {
  display: block;
}
@media only screen and (min-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul > li > a {
    padding: 6px 20px;
  }
}
@media only screen and (min-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul > li:first-child:has(.col-md-menu) > a {
    background: #e9e9e9;
    color: var(--black);
  }
}
@media only screen and (min-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul > li:first-child:has(.col-md-menu) .col-md-menu {
    display: block;
  }
}
@media only screen and (min-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul > li:hover > a {
    background: #e9e9e9;
    color: var(--black);
  }
}
@media only screen and (min-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul > li:hover .col-md-menu {
    display: block;
  }
}
@media only screen and (min-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul > li .col-md-menu {
    position: absolute;
    top: 0;
    left: var(--leftwidth);
    display: none;
    width: calc(100% - var(--leftwidth));
    height: 100%;
    padding: var(--paddingtb) 20px;
    border-left: 1px solid rgba(239, 239, 239, 0.8);
    padding-right: 0;
  }
}
@media only screen and (min-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul > li .col-md-menu ul {
    padding-right: var(--paddingtb);
    max-height: var(--maxheight);
    overflow-y: auto;
  }
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul > li .col-md-menu ul::-webkit-scrollbar {
    width: 5px;
    background: none;
    height: 5px;
  }
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul > li .col-md-menu ul::-webkit-scrollbar-track {
    box-shadow: none;
  }
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul > li .col-md-menu ul::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 0;
  }
}
@media only screen and (min-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md > ul > li .col-md-menu ul li a:hover {
    color: var(--black);
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md .subcat-ul .subcat-li {
    display: flex;
    flex-wrap: wrap;
  }
}
.header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md .subcat-ul .subcat-li:not(:last-child) {
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md .subcat-ul .subcat-li.active .subcat-li-anchr, .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md .subcat-ul .subcat-li.active .subcat-btn {
    color: var(--black);
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md .subcat-ul .subcat-li.active .subcat-btn svg {
    transform: rotate(-90deg);
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md .subcat-ul .subcat-li .subcat-li-anchr {
    flex: 1;
    height: var(--subcatliheight);
    line-height: var(--subcatliheight);
    color: var(--text);
    transition: 0.5s ease;
    font-family: "Poppins";
    padding-left: var(--varpadlr);
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md .subcat-ul .subcat-li .subcat-btn {
    height: var(--subcatliheight);
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: var(--varpadlr);
  }
}
.header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md .subcat-ul .subcat-li .subcat-btn svg {
  transition: 0.5s ease;
}
.header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md .subcat-ul .subcat-li .subcat-btn svg path {
  fill: currentColor;
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md .subcat-ul .subcat-li .col-md-menu {
    display: none;
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md .subcat-ul .subcat-li .col-md-menu .subsubcat-ul {
    padding: 10px var(--varpadlr);
    border: 1px solid #ededed;
    background: var(--white);
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md .subcat-ul .subcat-li .col-md-menu .subsubcat-ul li {
    line-height: 1;
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap .colA-md .subcat-ul .subcat-li .col-md-menu .subsubcat-ul li a {
    font-size: 14px;
    display: block;
    line-height: 18px;
    padding: 4px 0;
    color: var(--black);
    font-family: "Poppins";
  }
}
@media only screen and (min-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li > .drop-downmenu .col-md-wrap ul li a {
    font-size: 14px;
    line-height: 18px;
    color: var(--text);
  }
}
.header-category-strip .head-category-wrap > ul > li .item {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li .item {
    flex: 1;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: var(--varpadlr);
    transition: 0s;
  }
}
.header-category-strip .head-category-wrap > ul > li .item:hover {
  opacity: 1 !important;
}
.header-category-strip .head-category-wrap > ul > li .item .ico {
  width: var(--icon);
  height: var(--icon);
  line-height: 0;
}
@media only screen and (min-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li .item .ico {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li .item .ico {
    filter: brightness(0) saturate(100%);
  }
}
.header-category-strip .head-category-wrap > ul > li .item .ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-category-strip .head-category-wrap > ul > li .item p {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
}
@media only screen and (max-width: 1366px) {
  .header-category-strip .head-category-wrap > ul > li .item p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li .item p {
    color: var(--black);
    flex: 1;
    font-size: 16px;
    line-height: normal;
    height: var(--catliheight);
    line-height: var(--catliheight);
    font-family: "Poppins";
  }
}
@media only screen and (max-width: 991px) {
  .header-category-strip .head-category-wrap > ul > li .cat-btn {
    height: var(--catliheight);
    line-height: 1;
    width: var(--catliheight);
    color: var(--black);
    font-size: 30px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: "Poppins";
    font-weight: 300;
    padding-right: var(--varpadlr);
  }
}

body:not(:has(.header-category-strip)) header.header-fixed {
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}

header.header-fixed, header.header-fit {
  height: var(--headerfixed);
  transition: 0.5s ease;
  --headerpadding: 10px;
}
@media only screen and (max-width: 675px) {
  header.header-fixed, header.header-fit {
    --headerpadding: 12px;
  }
}
header.header-shadow {
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}

footer {
  background: url(../../images/vector/footer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: 0 100%;
  padding: 47px 0 115px;
  background-attachment: fixed;
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: url(../../images/vector/vector-1.png);
}
@media only screen and (max-width: 991px) {
  footer {
    padding: 40px 0 25px;
  }
}
@media only screen and (max-width: 675px) {
  footer {
    margin-bottom: var(--footerstrip);
  }
}
footer::before {
  background-repeat: no-repeat;
  background-position: 92% 75%;
  mix-blend-mode: plus-lighter;
}
footer .footer-wrapper {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-wrapper .colA {
  flex: 0 1 18%;
}
@media only screen and (max-width: 991px) {
  footer .footer-wrapper .colA {
    flex: 0 1 100%;
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  footer .footer-wrapper .colA .logo {
    width: 30%;
  }
}
footer .footer-wrapper .colA .logo img {
  width: 100%;
}
footer .footer-wrapper .colA .social-icons {
  margin-top: 82px;
}
@media only screen and (max-width: 991px) {
  footer .footer-wrapper .colA .social-icons {
    margin-top: 0;
    flex: 1;
    text-align: right;
  }
}
footer .footer-wrapper .colA .social-icons a {
  display: inline-block;
  vertical-align: middle;
}
footer .footer-wrapper .colA .social-icons a:not(:last-child) {
  margin-right: 22px;
}
@media only screen and (max-width: 675px) {
  footer .footer-wrapper .colA .social-icons a:not(:last-child) {
    margin-right: 10px;
  }
}
footer .footer-wrapper .colB {
  flex: 1;
  display: flex;
  padding-left: 100px;
  padding-right: 90px;
  gap: 6rem;
}
@media only screen and (max-width: 991px) {
  footer .footer-wrapper .colB {
    padding-left: 0;
    gap: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-wrapper .colB {
    gap: 2rem;
  }
}
@media only screen and (max-width: 675px) {
  footer .footer-wrapper .colB {
    gap: 2rem;
    padding-right: 0;
    flex: 0 1 100%;
  }
}
footer .footer-wrapper .colB .col-md h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.29;
  color: var(--white);
  margin-bottom: 20px;
}
footer .footer-wrapper .colB .col-md ul li:not(:last-child) {
  margin-bottom: 4px;
}
footer .footer-wrapper .colB .col-md ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  padding: 3.5px 0;
  color: var(--white);
  display: inline-block;
  position: relative;
}
footer .footer-wrapper .colB .col-md ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--white);
}
footer .footer-wrapper .colB .col-md ul li a::before {
  top: auto;
  height: 1px;
  width: 0;
  transition: 0.5s ease;
}
footer .footer-wrapper .colB .col-md ul li a:hover::before {
  width: 50%;
}
footer .footer-wrapper .colC {
  flex: 0 1 26%;
}
@media only screen and (max-width: 675px) {
  footer .footer-wrapper .colC {
    flex: 0 1 100%;
    margin-top: 2rem;
  }
}
footer .footer-wrapper .colC h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--white);
  margin-bottom: 12px;
}
footer .footer-wrapper .colC .form {
  --color: var(--white);
  --labelbefore: var(--white);
  --labelafter: rgb(256 256 256 / .7);
  --labelfontbefore: 12px;
  --labelfontafter: 11px;
  margin-bottom: 58px;
}
footer .footer-wrapper .colC .form .form-group {
  display: flex;
}
footer .footer-wrapper .colC .form .form-group input {
  flex: 1;
  padding-right: 20px;
}
footer .footer-wrapper .colC .form .form-group .sbmt-btn {
  color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 15.48px;
}
footer .footer-wrapper .colC .wtsp-col:not(:last-child) {
  margin-bottom: 1.2rem;
}
footer .footer-wrapper .colC .wtsp-col p {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.06px;
  color: var(--white);
  margin-bottom: 14px;
}
footer .footer-wrapper .colC .wtsp-col a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 25.8px;
  letter-spacing: 0.1em;
  color: var(--white);
}
@media only screen and (max-width: 675px) {
  footer .footer-wrapper .colC .wtsp-col a {
    font-size: 16px;
  }
}
footer .footer-wrapper .colC .wtsp-col a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer .cprt {
  color: #9C9A9A;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 98px;
}
@media only screen and (max-width: 991px) {
  footer .cprt {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 675px) {
  footer .cprt {
    font-size: 12px;
  }
}
footer .cprt img {
  width: 57px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 675px) {
  footer .cprt span {
    display: block;
  }
}

.ham-pop {
  right: 0;
  max-width: 500px;
  transform: translateX(100%);
  transition: 0.5s ease;
  background: url(../../images/vector/vector-4.svg) no-repeat, linear-gradient(180deg, #FFFFFF 0%, #FFEAEA 100%);
  background-size: 60% auto, 100% 100%;
  background-position: 80% 100%, 0 0;
}
.ham-pop.is-open {
  transform: translateX(0%);
}
.ham-pop .close path {
  stroke: var(--text);
  stroke-width: 2;
}
.ham-pop .model-body {
  padding: 22px 40px 30px;
  height: 100%;
  overflow-y: auto;
}
.ham-pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: var(--white);
  height: 3px;
}
.ham-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.ham-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 8px;
}
@media only screen and (max-width: 675px) {
  .ham-pop .model-body {
    padding: 22px 25px 20px;
  }
}
@media only screen and (max-width: 520px) {
  .ham-pop .model-body {
    padding: 22px 15px 20px;
  }
}
.ham-pop .model-body .ico {
  max-width: 75px;
  width: 100%;
  margin-bottom: 22px;
  line-height: 0;
}
.ham-pop .model-body .ico img, .ham-pop .model-body .ico svg {
  width: 100%;
  height: auto;
}
.ham-pop .model-body .nav-list > li:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1366px) {
  .ham-pop .model-body .nav-list > li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.ham-pop .model-body .nav-list > li > a {
  font-size: 28px;
  font-family: "DIN";
  color: var(--black);
  display: inline-block;
}
@media only screen and (max-width: 1366px) {
  .ham-pop .model-body .nav-list > li > a {
    font-size: 25px;
  }
}
.ham-pop .model-body .nav-list > li > a:hover {
  color: var(--black);
}
.ham-pop .model-body .bottom-list {
  border-top: 1px solid #ccc;
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ham-pop .model-body .bottom-list .cal-btn-ham {
  color: var(--text);
  font-weight: 600;
}
@media only screen and (max-width: 520px) {
  .ham-pop .model-body .bottom-list .cal-btn-ham {
    font-weight: 500;
  }
}
.ham-pop .model-body .bottom-list .cal-btn-ham:hover {
  color: var(--black);
}
.ham-pop .model-body .bottom-list .social-icons a {
  display: inline-block;
  vertical-align: middle;
}
.ham-pop .model-body .bottom-list .social-icons a:not(:last-child) {
  margin-right: 15px;
}
@media only screen and (max-width: 520px) {
  .ham-pop .model-body .bottom-list .social-icons a:not(:last-child) {
    margin-right: 10px;
  }
}
.ham-pop .model-body .bottom-list .social-icons a path {
  transition: 0.5s ease;
}
.ham-pop .model-body .bottom-list .social-icons a:hover path {
  fill: var(--black);
}

.model.custom-order-pop, .model.bulk-order-pop {
  right: 0;
  transform: translateX(100%);
  transition: 0.5s ease;
  background: var(--white);
}
.model.custom-order-pop.is-open, .model.bulk-order-pop.is-open {
  transform: translateX(0%);
}
.model.custom-order-pop .model-body, .model.bulk-order-pop .model-body {
  padding: 60px 35px 30px;
  height: 100%;
  overflow-y: auto;
}
.model.custom-order-pop .model-body::-webkit-scrollbar, .model.bulk-order-pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: var(--white);
  height: 3px;
}
.model.custom-order-pop .model-body::-webkit-scrollbar-track, .model.bulk-order-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.model.custom-order-pop .model-body::-webkit-scrollbar-thumb, .model.bulk-order-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 8px;
}
@media only screen and (max-width: 675px) {
  .model.custom-order-pop .model-body, .model.bulk-order-pop .model-body {
    padding: 50px 20px 30px;
  }
}
.model.custom-order-pop .model-body .title, .model.bulk-order-pop .model-body .title {
  text-align: center;
  margin-bottom: 2rem;
}
.model.custom-order-pop .model-body .title h4, .model.bulk-order-pop .model-body .title h4 {
  font-size: 32px;
  color: var(--black);
  font-weight: 500;
}
.model.custom-order-pop .model-body .title p, .model.bulk-order-pop .model-body .title p {
  color: var(--text);
  margin-top: 10px;
  line-height: 20px;
  max-width: 415px;
  margin-left: auto;
  margin-right: auto;
}
.model.bulk-order-pop {
  max-width: 540px;
}
.model.bulk-order-pop .model-body .form {
  --gaptb: 15px;
  --item: 2;
}
.model.custom-order-pop .model-body .form {
  --gaptb: 15px;
}
.model.custom-order-pop .model-body .form .gender_select label {
  display: block;
  color: var(--black);
  font-weight: 500;
}
.model.custom-order-pop .model-body .form .gender_select .gender-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 12px;
  align-items: center;
}
.model.custom-order-pop .model-body .form .gender_select .gender-grid .radio-full {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
}
.model.custom-order-pop .model-body .form .gender_select .gender-grid .radio-full input {
  cursor: pointer;
}
.model.custom-order-pop .model-body .form .gender_select .gender-grid .radio-full p {
  font-size: 14px;
  font-weight: 400;
}
.model.team-pop {
  right: 0;
  transform: translateX(100%);
  transition: 0.5s ease;
}
.model.team-pop.is-open {
  transform: translateX(0%);
}
.model.team-pop .model-body {
  padding: 70px 45px 30px;
  height: 100%;
  overflow-y: auto;
}
.model.team-pop .model-body::-webkit-scrollbar {
  width: 2px;
  background: none;
  height: 2px;
}
.model.team-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.model.team-pop .model-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
@media only screen and (max-width: 675px) {
  .model.team-pop .model-body {
    padding: 52px 25px 30px;
  }
}
.model.team-pop .model-body .upper-sec {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.model.team-pop .model-body .upper-sec h6 {
  font-weight: 500;
  margin-bottom: 3px;
}
.model.team-pop .model-body .upper-sec p {
  font-size: 15px;
  color: var(--text);
}
.model.add-address-pop {
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  background: none;
  pointer-events: none;
  display: flex;
  align-items: center;
  transform: translateY(100%);
  transition: 0.5s ease;
  overflow: hidden;
}
.model.add-address-pop.is-open {
  transform: translateY(0%);
}
.model.add-address-pop .dialog-wrapper {
  width: 100%;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: all;
  position: relative;
}
.model.add-address-pop .close {
  right: 18px;
  top: 28px;
}
.model.add-address-pop .model-body {
  padding: 36px 38px 60px;
  background: var(--white);
  border-radius: 15px;
}
@media only screen and (max-width: 1366px) {
  .model.add-address-pop .model-body {
    max-height: 530px;
    overflow-y: auto;
  }
  .model.add-address-pop .model-body::-webkit-scrollbar {
    width: 6px;
    background: none;
    height: 6px;
  }
  .model.add-address-pop .model-body::-webkit-scrollbar-track {
    box-shadow: none;
  }
  .model.add-address-pop .model-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
}
.model.add-address-pop .model-body .pilce {
  display: flex;
  gap: 1rem;
  margin-bottom: 50px;
}
.model.add-address-pop .model-body .pilce h4 {
  flex: 1;
  font-size: 20px;
  line-height: 25.64px;
  text-transform: uppercase;
  font-weight: 500;
}
.model.add-address-pop .model-body .pilce .close svg {
  width: 18px;
}
.model.add-address-pop .model-body .form {
  --item: 2;
  --borderbefore: var(--text);
  --gaptb: 16px;
  --gaplr: 16px;
  --labelfontbefore: 14px;
  --labelfontafter: 12px;
}
.model.add-address-pop .model-body .form .label-tzooz {
  color: var(--black);
  font-weight: 500;
}
.model.add-address-pop .model-body .form .chckbx-tkfrb {
  margin-top: 12px;
}
.model.add-address-pop .model-body .form .chckbx-tkfrb p {
  font-size: var(--labelfontbefore);
}
.model.add-address-pop .model-body .form .btn-grp {
  margin-top: 20px;
}

.login-pop {
  max-width: 510px;
  background: var(--white);
  right: 0;
  transform: translateX(100%);
  transition: 0.7s ease;
  background: var(--white);
}
.login-pop.is-open {
  transform: translateX(0%);
}
.login-pop .close {
  top: 25px;
  right: 25px;
}
@media only screen and (max-width: 675px) {
  .login-pop .close {
    top: 20px;
    right: 20px;
  }
}
.login-pop .close path {
  stroke: var(--black);
}
.login-pop .model-body {
  padding: 75px 70px 50px;
  height: 100%;
  overflow-y: auto;
}
.login-pop .model-body::-webkit-scrollbar {
  width: 6px;
  background: none;
  height: 6px;
}
.login-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.login-pop .model-body::-webkit-scrollbar-thumb {
  background-color: var(--black);
  border-radius: 25px;
}
@media only screen and (max-width: 675px) {
  .login-pop .model-body {
    padding: 40px 25px 50px;
  }
}
.login-pop .model-body .title {
  margin-bottom: 50px;
}
.login-pop .model-body .title .ico {
  width: 70px;
  line-height: 0;
  margin: 0 auto 30px;
}
.login-pop .model-body .title .ico img {
  width: 100%;
}
.login-pop .model-body .title h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.29;
  text-align: center;
}
.login-pop .model-body .form-group-login {
  border-bottom: 1px solid var(--text);
  display: flex;
  gap: 10px;
  position: relative;
  align-items: center;
  margin-bottom: 18px;
}
.login-pop .model-body .form-group-login.frgt-pswrd {
  border: none;
  padding-top: 10px;
}
.login-pop .model-body .form-group-login.frgt-pswrd p, .login-pop .model-body .form-group-login.frgt-pswrd a {
  color: var(--black);
  font-weight: 500;
}
.login-pop .model-body .form-group-login.frgt-pswrd a:hover {
  text-decoration: underline;
}
.login-pop .model-body .form-group-login .wefeewf {
  position: absolute;
  left: 0;
  right: 0;
  color: red;
  font-weight: bold;
  font-size: 14px;
  line-height: 2;
  top: 100%;
}
.login-pop .model-body .form-group-login input {
  border: none;
  width: 100%;
  height: 42px;
  color: var(--black);
  background: none;
}
.login-pop .model-body .form-group-login input:focus {
  outline: none;
}
.login-pop .model-body .form-group-login .dial-code {
  flex: 0;
  min-width: 20px;
  caret-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-pop .model-body .form-group-login .dial-code svg {
  width: 100%;
  height: auto;
}
.login-pop .model-body .form-group-login .mobile-input {
  flex: 1;
}
.login-pop .model-body .form-group-login input::-moz-placeholder {
  color: var(--text);
  font-weight: 500;
}
.login-pop .model-body .form-group-login input::placeholder {
  color: var(--text);
  font-weight: 500;
}
.login-pop .model-body .sbmt-btn-div {
  margin: 55px 0 30px;
}
.login-pop .model-body .split-sec {
  overflow: hidden;
  margin: 50px 0;
}
.login-pop .model-body .split-sec p {
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: var(--text);
  font-weight: 500;
}
.login-pop .model-body .split-sec p::before, .login-pop .model-body .split-sec p::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 200px;
  height: 1px;
  background: #ECECEC;
}
.login-pop .model-body .split-sec p::before {
  left: calc(100% + 12px);
}
.login-pop .model-body .split-sec p::after {
  right: calc(100% + 12px);
}
.login-pop .model-body .btm-social-wrp {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.login-pop .model-body .btm-social-wrp > * {
  flex: 1;
}
.login-pop .model-body .btm-social-wrp svg {
  width: auto;
}
.login-pop .model-body .btm-social-wrp .btn {
  font-size: 14px;
}
.login-pop .model-body .register {
  text-align: center;
  color: var(--text);
  font-weight: 500;
  margin-top: 30px;
}
.login-pop .model-body .register .reg-btn {
  color: var(--black);
  font-weight: bold;
}
.login-pop .model-body .otp-verify .otp-verify-wrap {
  padding-top: 4rem;
}
.login-pop .model-body .otp-verify .back-to-login button {
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
  color: var(--black);
  font-weight: 500;
}
.login-pop .model-body .otp-verify .back-to-login button:hover {
  color: var(--black);
}
.login-pop .model-body .otp-verify .back-to-login button img {
  width: 13px;
  transform: rotate(90deg);
}
.login-pop .model-body .otp-verify .enter-nm-erww {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.login-pop .model-body .otp-verify .txtVr {
  font-size: 20px;
  color: var(--text);
  text-align: center;
}
.login-pop .model-body .otp-verify .txtVr span {
  display: block;
  font-size: 16px;
  margin-top: 5px;
  color: var(--black);
  font-weight: 500;
}
.login-pop .model-body .otp-verify .cojm-wrap {
  position: relative;
}
.login-pop .model-body .otp-verify .cojm-wrap .otp-error-ozrj {
  color: red;
  position: absolute;
  font-size: 14px;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
}
.login-pop .model-body .otp-verify .otpInput {
  padding: 50px 0 60px;
  max-width: 230px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0 21px;
}
.login-pop .model-body .otp-verify .otpInput input {
  flex: 1;
  height: 40px;
  width: 100%;
  border: none;
  font-weight: 500;
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
}
.login-pop .model-body .otp-verify .otpInput input:focus {
  outline: none;
}

.model-full {
  left: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  background: none;
  pointer-events: none;
  display: flex;
  align-items: center;
  transform: translateY(100%);
}
.model-full.is-open {
  transform: translateY(0%);
}
.model-full .dialog-wrapper {
  max-width: 1000px;
  width: 100%;
  background: var(--white);
  margin: 0 auto;
  pointer-events: all;
  border-radius: 10px;
  overflow: hidden;
}
.model-full .dialog-wrapper .title {
  padding: 8px 20px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
}
.model-full .dialog-wrapper .title:has(.close) {
  position: relative;
}
.model-full .dialog-wrapper .title .close {
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  line-height: 0;
  z-index: 2;
}
.model-full .dialog-wrapper .title .close svg {
  width: 20px;
  height: auto;
}
.model-full .dialog-wrapper .title .close path {
  stroke: var(--black);
}
.model-full .dialog-wrapper .content {
  padding: 12px 20px;
}
.model-full.cancel-order-pop .dialog-wrapper {
  max-width: 540px;
  position: relative;
}
.model-full.cancel-order-pop .dialog-wrapper .close {
  right: 30px;
  top: 30px;
}
.model-full.cancel-order-pop .dialog-wrapper .close svg {
  width: 18px;
}
.model-full.cancel-order-pop .dialog-wrapper .model-body {
  padding: 35px 30px 55px;
}
.model-full.cancel-order-pop .dialog-wrapper .model-body .ksxif {
  margin-bottom: 50px;
}
.model-full.cancel-order-pop .dialog-wrapper .model-body .ksxif h4 {
  color: var(--black);
  font-size: 20px;
  line-height: 24px;
}
.model-full.cancel-order-pop .dialog-wrapper .model-body .form {
  --gaptb: 18px;
}
.model-full.review-pop .dialog-wrapper {
  max-width: 500px;
}
.model-full.review-pop .dialog-wrapper .review-form {
  --item: 2;
  --labelbefore: var(--black);
  --labelafter: var(--text);
  --borderbefore: var(--black);
  padding: 20px 30px;
  --gaptb: 16px;
}
.model-full.review-pop .dialog-wrapper .review-form .efwra {
  display: flex;
  align-items: center;
  gap: 16px;
}
.model-full.review-pop .dialog-wrapper .review-form .efwra .sljok {
  color: var(--black);
  font-weight: 500;
}
.model-full.review-pop .dialog-wrapper .review-form .efwra .review_stars {
  caret-color: transparent;
  line-height: 0;
}
.model-full.review-pop .dialog-wrapper .review-form .efwra .review_stars li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.model-full.review-pop .dialog-wrapper .review-form .efwra .review_stars li:not(.active) path {
  stroke: var(--black);
  fill: none;
  stroke-width: 1px;
}
.model-full.review-pop .dialog-wrapper .review-form .efwra .review_stars li.active path {
  stroke: var(--black);
  fill: var(--black);
}
.model-full.review-pop .dialog-wrapper .review-form .efwra .review_stars li svg {
  width: 20px;
  height: 20px;
}
.model-full.review-pop .dialog-wrapper .review-form .efwra .review_stars li svg path {
  transition: none;
}
.model-full.review-pop .dialog-wrapper .review-form textarea {
  --inputpadtop: 12px;
  --inputheight: 120px;
  font-size: 14px;
  line-height: 1.2;
}

.video-pop {
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 9;
  max-width: 100%;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.video-pop.is-open {
  transform: translateY(0%);
}
.video-pop .close-video {
  position: absolute;
  bottom: calc(100% + 20px);
  top: auto;
  right: -40px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 675px) {
  .video-pop .close-video {
    right: 0;
  }
}
.video-pop .close-video:hover {
  background: var(--black);
}
.video-pop .close-video svg {
  height: 35%;
  width: 35%;
}
.video-pop .close-video path {
  stroke-width: 2;
  stroke: var(--white);
}
.video-pop .model-body {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 50%;
}
@media only screen and (max-width: 675px) {
  .video-pop .model-body {
    max-width: 95%;
  }
}
.video-pop .model-body iframe {
  width: 100%;
  aspect-ratio: 1.9;
  border: 2px solid var(--white);
}

.footer-strip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: var(--black);
  display: none;
}
@media only screen and (max-width: 675px) {
  .footer-strip {
    display: block;
  }
}
.footer-strip ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-strip ul li {
  flex: 1;
}
.footer-strip ul li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-strip ul li a {
  display: block;
  text-align: center;
  color: var(--white);
  height: var(--footerstrip);
  line-height: var(--footerstrip);
  font-weight: bold;
  text-transform: uppercase;
}

.message-pop {
  position: fixed;
  top: 40px;
  left: 50%;
  translate: -50% 0;
  z-index: 7;
  background: #ff3d3d;
  color: var(--white);
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  animation: showpop 0.7s ease forwards;
}
@keyframes showpop {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.message-pop.bottom {
  bottom: 40px;
  top: auto;
}
.message-pop.top-right {
  right: 50px;
  left: auto;
  top: 40px;
  translate: 0 0;
}
.message-pop.top-left {
  left: 50px;
  top: 40px;
  translate: 0 0;
}
.message-pop.bottom-left {
  top: auto;
  bottom: 40px;
  left: 50px;
  translate: 0 0;
}
.message-pop.bottom-right {
  top: auto;
  bottom: 40px;
  left: auto;
  right: 50px;
  translate: 0 0;
}

body:has(.header-fixed, .header-fit) .mobile-category-ul {
  top: var(--headerfixed);
}

.mobile-category-ul {
  width: 100%;
  white-space: nowrap;
  background: var(--gradient-a);
  position: fixed;
  top: var(--headerheight);
  z-index: 4;
  width: 100%;
  overflow-x: auto;
  text-align: center;
  padding: 0 var(--containerfluid);
  transition: 0.5s ease;
  height: var(--homecatstrip);
}
@media only screen and (min-width: 991px) {
  .mobile-category-ul {
    display: none;
  }
}
.mobile-category-ul li {
  display: inline-flex;
  height: var(--homecatstripfixed);
  align-items: center;
}
.mobile-category-ul li:not(:last-child) {
  margin-right: 1.5rem;
}
.mobile-category-ul li a {
  color: var(--white);
}
.mobile-category-ul li a .ico {
  line-height: 0;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.mobile-category-ul li a .ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-category-ul li a p {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}/*# sourceMappingURL=header.css.map */