* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 0 auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent #fff transparent #fff;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: var(--68);
  transform: translate(-50%, -50%);
}

ins {
  text-decoration: unset;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

.cb-cursor:before {
  background: var(--accent-color);
}

input:autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

input:-webkit-autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

main {
  display: block;
  padding-top: 5rem !important;
}

h1 {
  font-size: 2em;
  margin: 0 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

.hidden {
  display: none;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  text-decoration: initial;
  display: inline-block;
  color: var(--theme-color2);
}

a:hover {
  color: var(--theme-color);
}

body {
  font-family: 'Roboto Condensed', sans-serif !important;
  color: #283132;
  line-height: 1.4;
}

html {
  background-color: #fff;
}

@media (min-width: 767.98px) {
  ::-webkit-scrollbar {
    width: 0.5rem;
  }

  ::-webkit-scrollbar-track {
    background-color: #ddd;
  }

  ::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 10px;
  }
}

:root {
  --title: 'Oswald';
  --init-font-size: 1.1111111111111112vw;
  --theme-color: #000;
  --theme-color2: #eb6535;
  --accent-color: #7c877f;
  --black: #231f20;
  --white-color: #fff;
  --section: 5.625rem;
  --divider-color: #eaf0ec;
  --1: 0.0625rem;
  --2: 0.125rem;
  --3: 0.1875rem;
  --4: 0.25rem;
  --5: 0.3125rem;
  --6: 0.375rem;
  --7: 0.4375rem;
  --8: 0.5rem;
  --9: 0.5625rem;
  --10: 0.625rem;
  --11: 0.6875rem;
  --12: 0.75rem;
  --13: 0.8125rem;
  --14: 0.875rem;
  --15: 0.9375rem;
  --16: 1rem;
  --17: 1.0625rem;
  --18: 1.125rem;
  --19: 1.1875rem;
  --20: 1.25rem;
  --21: 1.3125rem;
  --22: 1.375rem;
  --23: 1.4375rem;
  --24: 1.5rem;
  --25: 1.5625rem;
  --26: 1.625rem;
  --27: 1.6875rem;
  --28: 1.75rem;
  --29: 1.8125rem;
  --30: 1.875rem;
  --31: 1.9375rem;
  --32: 2rem;
  --33: 2.0625rem;
  --34: 2.125rem;
  --35: 2.1875rem;
  --36: 2.25rem;
  --37: 2.3125rem;
  --38: 2.375rem;
  --39: 2.4375rem;
  --40: 2.5rem;
  --41: 2.5625rem;
  --42: 2.625rem;
  --43: 2.6875rem;
  --44: 2.75rem;
  --45: 2.8125rem;
  --46: 2.875rem;
  --47: 2.9375rem;
  --48: 3rem;
  --49: 3.0625rem;
  --50: 3.125rem;
  --51: 3.1875rem;
  --52: 3.25rem;
  --53: 3.3125rem;
  --54: 3.375rem;
  --55: 3.4375rem;
  --56: 3.5rem;
  --57: 3.5625rem;
  --58: 3.625rem;
  --59: 3.6875rem;
  --60: 3.75rem;
  --61: 3.8125rem;
  --62: 3.875rem;
  --63: 3.9375rem;
  --64: 4rem;
  --65: 4.0625rem;
  --66: 4.125rem;
  --67: 4.1875rem;
  --68: 4.25rem;
  --69: 4.3125rem;
  --70: 4.375rem;
  --71: 4.4375rem;
  --72: 4.5rem;
  --73: 4.5625rem;
  --74: 4.625rem;
  --75: 4.6875rem;
  --76: 4.75rem;
  --77: 4.8125rem;
  --78: 4.875rem;
  --79: 4.9375rem;
  --80: 5rem;
  --81: 5.0625rem;
  --82: 5.125rem;
  --83: 5.1875rem;
  --84: 5.25rem;
  --85: 5.3125rem;
  --86: 5.375rem;
  --87: 5.4375rem;
  --88: 5.5rem;
  --89: 5.5625rem;
  --90: 5.625rem;
  --91: 5.6875rem;
  --92: 5.75rem;
  --93: 5.8125rem;
  --94: 5.875rem;
  --95: 5.9375rem;
  --96: 6rem;
  --97: 6.0625rem;
  --98: 6.125rem;
  --99: 6.1875rem;
  --100: 6.25rem;
}

html {
  font-size: var(--init-font-size);
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

.video-fit {
  margin-bottom: 1.3em;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.3rem;
  font-weight: 300;
}

table,
td,
th {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

td,
th {
  font-size: 1rem;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}

td,
th {
  padding: 8px;
}

th {
  border-width: 0 1px 1px 0;
}

td {
  border-width: 0 1px 1px 0;
}

td,
th {
  padding: var(--8);
}

td:first-child,
th:first-child {
  padding-left: var(--8);
}

td:last-child,
th:last-child {
  padding-right: var(--8);
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

body .container,
body .container-width,
body .full-width .ubermenu-nav {
  max-width: calc(100% - var(--section) * 2);
}

body .row {
  max-width: calc(100% - var(--section) * 2 + 30px);
}

.fill {
  height: 100%;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
}

.fix-sidebar {
  position: sticky;
  top: 12px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: top 0.3s ease;
  z-index: 99;
}

.admin-bar .fix-sidebar {
  top: 44px;
}

.fix-sidebar.moveDown {
  top: calc(6.75rem + 12px);
}

.admin-bar .fix-sidebar.moveDown {
  top: calc(6.75rem + 44px);
}

section {
  position: relative;
  padding-left: var(--section);
  padding-right: var(--section);
}

.section-bg img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-content {
  position: relative;
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.entry-content ul,
.entry-content ol {
  margin-left: 1.3rem;
  margin-bottom: 1rem;
}

.section-content {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1600px) {
  :root {
    --section: 0;
    --init-font-size: 16px;
  }

  .section-wrapper {
    max-width: 87.5rem;
    margin: 0 auto;
    width: 100%;
  }

  body .container,
  body .container-width,
  body .full-width .ubermenu-nav,
  section .section-content {
    max-width: 87.5rem;
  }

  body .row {
    max-width: calc(87.5rem + 30px);
  }
}

@media (max-width: 849.98px) {
}

@media (max-width: 767.98px) {
  html,
  body {
    overflow-x: hidden;
  }
  :root {
    --init-font-size: 4.2667vw;
    --section: 1rem;
  }

  html {
    margin-top: 0 !important;
  }

  section {
    overflow: hidden;
  }

  .fancybox-container .fancybox-slide--image {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.has-format,
.image-cover,
.video-fit {
  background-position: 50% 50%;
  background-size: cover;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.video-fit {
  padding-top: 56.5%;
}

.has-equal-box-heights .box-image img,
.has-format img,
.image-cover img,
.video-fit iframe,
.video-fit video,
img.back-image {
  bottom: 0;
  font-family: 'object-fit:cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.product-small.box .image-cover img {
  -o-object-fit: contain;
  object-fit: contain;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

@keyframes play0 {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.title-main {
  margin-bottom: var(--35);
  position: relative;
}

.title-main .small-title {
  /* font-size: var(--14); */
  color: var(--theme-color);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: var(--5);
}

.title-main h1,
.title-main h2 {
  font-size: var(--54);
  color: var(--theme-color2);
  font-family: var(--title);
  margin: 0;
  font-weight: 600;
  color: #000;
}

#header .header-action {
  display: flex;
  align-items: center;
  gap: var(--35);
}

.hotline-header {
  display: flex;
  align-items: center;
  gap: var(--10);
  background: var(--theme-color2);
  height: 2.25rem !important;
  padding: 0 1rem;
  border-radius: 9rem;
  color: #fff !important;
}

.hotline-header .icon {
  display: flex;
}

.hotline-header svg path {
  fill: #fff;
}

.hotline-header .hotline-header__title {
  color: #626263;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.hotline-header .hotline-header__phone {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* Button */
.btn-animetion {
  position: relative;
  width: fit-content;
  height: fit-content;
}

.btn-animetion:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6.25rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: devvn_zoom 1.5s infinite linear;
  box-shadow: 0 0 0 0 var(--theme-color2);
}

.btn-animetion:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6.25rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: devvn_zoom 1.8s infinite linear;
  box-shadow: 0 0 0 0 var(--theme-color2);
}

.btn-primary {
  z-index: 1;
  position: relative;
  padding: 0 1rem;
  outline: none;
  border: 0;
  transition: all 0.25s ease-in-out;
  height: var(--40);
  display: inline-flex;
  align-items: center;
  border-radius: var(--4);
  color: #fff;
  font-weight: 500;
  background-color: var(--theme-color2);
  border: 1px solid var(--theme-color2);
  font-family: var(--title);
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  transform-origin: center;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out;
  overflow: hidden;
}

.btn-primary:hover {
  cursor: pointer;
  color: var(--theme-color2);
}

.btn-primary:hover::before {
  transform: translate3d(-50%, -50%, 0) scale3d(15, 15, 15);
}

/* Button */
@keyframes devvn_zoom {
  70% {
    box-shadow: 0 0 0 15px transparent;
  }

  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

#header .header-nav {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  align-items: center;
}

#header .header-nav > li {
  margin: 0 var(--10);
}

#header {
  z-index: 1024;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  transition: transform 0.3s ease;
  width: 100%;
  background: #fff;
}

.admin-bar #header {
  top: 32px;
}

#header.hide-desktop-menu {
  transform: translateY(-100%);
}

#header .header-inner {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}

#header .header-main {
  background: #fff;
  height: 5rem !important;
  display: flex;
  align-items: center;
  position: relative;
}

#header #logo {
  display: flex;
  flex-shrink: 0;
  width: 7.5rem;
  margin-right: var(--30);
}

#header .flex-col.flex-left {
  display: flex;
  gap: 2rem;
}

#header .flex-left .menu {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
}

#header .flex-left .menu > .menu-item {
  margin: 0 1.375rem;
  /* position: relative; */
}

#header .flex-left .menu > .menu-item > .sub-menu {
  list-style: none;
  background-color: #fff;
  left: 0;
  background: #000;
  position: absolute;
  top: calc(100%);
  box-shadow: none;
  border: 0;
  border-top: 1px solid #002a3f;
  padding: 0;
  min-width: 100%;
  transition: all 0.5s ease;
  box-shadow: 0 3px 6px #0000001a;
  border-radius: 0 0 10px 10px;
  padding: var(--20);
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  gap: var(--50);
}

#header .flex-left .menu > .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

#header .flex-left .menu > .menu-item > .sub-menu a {
  color: #fff;
  font-size: var(--20);
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  padding: var(--6) 0;
  font-weight: 600;
}

#header .flex-left .menu > .menu-item > .sub-menu a:hover {
  color: var(--theme-color2);
}

#header .flex-left .menu > .menu-item > a {
  color: #000;
  font-size: var(--18);
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  padding: var(--24) 0;
  position: relative;
  font-family: var(--title);
  font-weight: 500;
}

#header .flex-left .menu > .menu-item > a:hover,
#header .flex-left .menu > .menu-item.current-menu-item > a {
  color: var(--theme-color2);
}

#header .flex-left .menu > .menu-item > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--theme-color2);
  transform: scale(0);
  transform-origin: 50%;
  transition: all 0.3s;
  left: 0;
}

#header .flex-left .menu > .menu-item:hover > a:after {
  transform: scale(1);
}

.has-format,
.image-cover,
.video-fit {
  background-position: 50% 50%;
  background-size: cover;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.video-fit {
  padding-top: 56.5%;
}

.has-equal-box-heights .box-image img,
.has-format img,
.image-cover img,
.video-fit iframe,
.video-fit video,
img.back-image {
  bottom: 0;
  font-family: 'object-fit:cover;';
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s ease;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: '';
  position: absolute;
  width: 200%;
  height: 0;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  transform: unset;
  border-radius: 9rem;
  background-color: #fff;
  opacity: 1;
  margin: 0 0.34375rem;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 2.5625rem;
  background-color: var(--theme-color);
}

.box-to-top {
  height: 8.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-to-top #scroll-to-top {
  border: 0;
  width: var(--47);
  height: var(--47);
  border-top: 0.1rem solid #000000;
  border-right: 0.1rem solid #000000;
  background-color: transparent;
  transform: rotate(-45deg);
  cursor: pointer;
}

.box-to-top #scroll-to-top:hover {
  border-color: var(--theme-color2);
}

#footer {
  z-index: 3;
  position: relative;
  background: #000000;
}

#footer .section-footer {
  padding: 0 var(--section);
}

#footer .section-content {
  display: flex;
  gap: var(--30);
}

#footer .img-bg {
  margin-top: -2rem;
  width: 100%;
  height: 28.125rem;
  object-fit: contain;
}

#footer .footer-main {
  width: 60%;
  flex-shrink: 0;
  padding: var(--30) 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#footer .row-bottom .copyright {
  color: #fff;
  padding: 0;
  font-size: var(--17);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#footer .col-right {
  display: grid;
  grid-template-columns: auto 25% 25%;
  grid-gap: var(--30);
}

#footer .col-left .box {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

#footer .col-left .box a:before {
  display: none !important;
}

#footer .col-left .box img {
  width: 8.125rem;
  filter: brightness(0) invert(1);
}

#footer .col-left .box p {
  margin: 0;
  font-family: var(--title);
  font-size: var(--24);
}

#footer .row-top form {
  margin: 0 0 1.37rem;
}

#footer .col-left li:first-child {
  margin-bottom: 1rem;
}

.footer-menu #menu-menu-footer {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.footer-menu #menu-menu-footer {
}

#footer .col-right svg {
  margin-top: 3px;
  width: 1rem;
  height: 1rem;
}

#footer #logo {
  width: 60%;
}

#footer .menu-title {
  font-size: var(--18);
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: var(--18);
  position: relative;
  color: #fff;
  text-transform: uppercase;
}

.footer-menu #menu-menu-footer > .menu-item > a {
  margin-bottom: 0.8rem;
}

.footer-menu #menu-menu-footer > .menu-item > a:before {
  display: none;
}

#footer .menu ul {
  list-style: none;
}

#footer .menu ul li {
  display: flex;
  margin-bottom: var(--5);
  gap: 0.5rem;
  font-size: var(--16);
}

#footer .menu a {
  align-items: center;
  position: relative;
  display: flex;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  gap: var(--5);
  margin-bottom: 0.8rem;
}

#footer .menu a:hover {
  text-decoration: underline;
}

#footer .menu a:before {
  width: var(--6);
  content: '';
  height: var(--6);
  background: #fff;
  border-radius: 50%;
  display: block !important;
}

#footer .col-left .text {
  color: #fff;
}

#footer .col-right .box-title {
  font-size: var(--18);
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}

#footer .footer-menu ul {
  list-style: none;
}

#footer .col-right .box li {
  position: relative;
  display: flex;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  gap: var(--10);
}

#footer .col-right .box li:not(:last-child) {
  margin-bottom: 0.8rem;
}

#footer .col-right .box .icon {
  width: 1rem;
  height: 1rem;
  margin-top: 1px;
}

#footer .col-right .box .icon path {
  fill: #dff2ff;
}

#footer .img-bct {
  max-width: 9rem;
  display: block;
}

#footer .img-box {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-top: 1rem;
}

.product-small.box {
  padding: var(--50) 0;
  border-top: 1px solid #dddddd;
  position: relative;
  background-color: #fff;
  display: flex;
  gap: var(--45);
}

.product-small.box .box-image {
  position: relative;
  overflow: hidden;
  width: 35%;
  flex-shrink: 0;
}

.product-small.box .add-to-cart-button {
  filter: unset;
  pointer-events: all;
  opacity: 0;
  bottom: 30px;
  width: fit-content;
  right: -50px;
  transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out,
    visibility 0.4s 0.1s ease-out, opacity 0.4s 0.15s ease-out,
    transform 0.4s 0.1s ease-out;
  z-index: 99999999;
  position: absolute;
  width: var(--40);
  height: var(--40);
}

.product-small.box .button {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.125rem 0.25rem rgba(126, 126, 126, 0.075) !important;
  filter: unset;
  background-color: var(--theme-color) !important;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
  animation: play0 1.5s ease infinite;
  border: 0;
  cursor: pointer;
}

.product-small.box .button img {
  filter: brightness(0) invert(1);
  width: var(--25);
  height: var(--25);
  object-fit: contain;
}

.product-small.box:hover .image-tools {
  opacity: 1;
  transform: translateX(-65px) !important;
}

.product-small.box .image-cover:hover img {
  transform: scale(1.08);
}

.product-small.box .image-cover {
  height: 0;
  padding-top: 66%;
}

#wrapper .swiper .product-small-col {
  padding: var(--5);
}

.product-small.box .badge-wrapper {
  position: absolute;
  left: -0.3125rem;
  z-index: 21;
}

.product-small.box .box-text {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  flex-direction: column;
  flex: 1;
}

.product-small.box .title-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.product-small.box .product-short-description p {
  font-size: 1rem;
  margin-top: var(--12);
  font-family: var(--title);
}

.product-small.box .product-short-description p:last-child {
  margin-bottom: 0;
}

.product-small.box .desc-1 {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: var(--25);
}

.product-small.box .btn-action {
  display: flex;
  justify-content: flex-end;
  margin-top: var(--30);
}

.product-small.box .title-wrapper .woocommerce-loop-product__title {
  margin: 0;
  font-family: var(--title);
  font-size: var(--40);
}

.product-small.box .title-wrapper .list-name {
  margin: 0;
  font-size: var(--18);
  color: var(--theme-color2);
  font-family: var(--title);
  position: relative;
  display: flex;
  align-items: center;
}

.product-small.box .title-wrapper .list-name:before {
  display: block;
  content: '';
  margin: 0 var(--25) 0 var(--55);
  background: #cbcbcb;
  height: var(--28);
  width: 1px;
}

.product-small.box .product-title a {
  margin: 0 0 0.3125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: left;
  color: var(--black);
  font-size: var(--15);
  font-style: normal;
  font-weight: 600;
  margin: 0;
}

.product-small.box .product-title a:hover {
  color: var(--theme-color);
}

.product-small.box .price-wrapper {
  flex: 1;
}

.product-small.box .product-title {
  margin: 0 0 1rem;
}

.product-small.box .price-wrapper .price {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.06rem 0;
}

.product-small.box .price-wrapper .count-sale {
  display: none;
}

.product-small.box .badge-inner {
  color: #fff;
  background: #fcaf17;
  padding: 0.25rem 0.375rem;
  font-size: 0.75rem;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.8125rem;
  border-bottom-right-radius: 0.8125rem;
  box-shadow: 0 0 0.3125rem 0.0625rem #fff;
  height: 1.625rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}

.product-small.box .badge-inner:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.3125rem 0.3125rem 0;
  border-color: transparent #d80000 transparent transparent;
  bottom: -0.3125rem;
  left: 0;
  filter: brightness(0.8);
}

.vertical-header {
  margin-right: 1.56rem;
  position: relative;
  width: 12.8125rem;
}

.vertical-header .vertical-header__title {
  height: var(--44);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: var(--14);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  padding-left: 0.8rem;
  background-color: #ffffff21;
}

.vertical-header .vertical-header__title svg {
  width: 0.9375rem;
  height: 0.875rem;
  flex-shrink: 0;
}

.vertical-header .vertical-menu {
  top: calc(100% + 1.875rem);
  position: absolute;
  left: 0;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;
  width: 12.8125rem;
}

.vertical-header.show .vertical-menu {
  opacity: 1;
  visibility: visible;
}

.vertical-header-close {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background-color: rgb(0 0 0 / 0.5);
  inset: 0;
  opacity: 0;
  visibility: hidden;
}

.vertical-header-close.show {
  opacity: 1;
  visibility: visible;
}

html.no-scroll {
  overflow: hidden;
}

.vertical-header .title-icon {
  display: flex;
  margin-right: 10px;
  flex-direction: column;
  margin-top: 3px;
}

.vertical-header .title-icon span {
  display: inline-block;
  height: var(--2);
  width: var(--20);
  border-radius: var(--10);
  margin-bottom: var(--4);
  transition: all 0.3s ease;
  background-color: #fff;
}

.vertical-header .title-icon span.icon-3 {
  width: var(--14);
}

.vertical-header__title:hover .title-icon .icon-3 {
  width: var(--20);
}

.vertical-menu .menu {
  border-radius: 0.625rem;
  background: #fff;
  padding: var(--8);
  -ms-overflow-style: none;
  scrollbar-width: none;
  list-style: none;
}

.vertical-menu .menu ul {
  list-style: none;
}

.vertical-menu .sub-menu-box {
  background: #fff;
  min-height: fit-content;
  padding: var(--9);
  border: 1px solid #dadada;
  border-radius: 0.625rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.vertical-menu .sub-menu-box a {
  min-height: 2.75rem;
}

.vertical-menu .menu-item {
  border: 0;
  margin-bottom: 0;
  width: 100%;
}

.vertical-menu .page_item img {
  width: 1.275rem;
  height: 1.275rem;
  flex-shrink: 0;
  margin-right: 0.88rem;
}

.vertical-menu a {
  color: #27272a;
  font-size: var(--14);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  padding: var(--8) var(--12);
  border-radius: var(--5);
  display: flex;
  align-items: center;
  min-height: 2.875rem;
  cursor: pointer;
}

.vertical-menu a img {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin-right: 0.88rem;
  object-fit: contain;
}

.vertical-menu a:hover {
  background-color: #ebebeb;
  box-shadow: 0 0 0 1px var(--theme-color);
}

.swiper-button {
  width: var(--56);
  height: var(--56);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: var(--8) solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: -1.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #fff;
  background: #ebdbcb;
  color: var(--theme-color2);
}

.swiper-button svg {
  width: 1rem;
  height: 1rem;
}

.swiper-button:hover {
  background-color: var(--theme-color2);
  color: #fff;
}

.swiper-button:hover path {
  stroke: #fff;
}

.swiper-button.swiper-next {
  left: unset;
  right: -1.75rem;
}

.swiper-button.swiper-next svg {
  transform: translateX(0.5px);
}

.rank-math-breadcrumb * {
  color: #626263;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.rank-math-breadcrumb .last,
.rank-math-breadcrumb a:last-child {
  color: var(--theme-color);
}

.rank-math-breadcrumb .separator {
  opacity: 1;
  margin: 0 var(--5);
}

.h1,
h1 {
  font-size: 1.7em;
}

.h1,
.h2,
h1,
h2 {
  line-height: 1.2;
}

.h2,
h2 {
  font-size: 1.6em;
}

.h3,
h3 {
  font-size: 1.25em;
}

.h4,
h4 {
  font-size: 1.125em;
}

.h5,
h5 {
  font-size: 1em;
}

.entry-content p img {
  width: 100%;
  height: auto;
}

.page-custom .rank-math-breadcrumb {
  grid-column: span 4;
}

.page-custom .rank-math-breadcrumb p {
  margin-bottom: 0;
}

.page-custom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--25) var(--45);
  padding: 2rem 0 var(--60);
}

.page-custom .content .section-title {
  margin-bottom: var(--25);
}

.page-custom .content .section-title h1 {
  font-size: var(--36);
  margin-bottom: 0;
}

.page-custom .content {
  grid-column: span 3;
}

.page-custom .page-custom__sidebar .fix-sidebar {
  background-color: #f3f4f6;
  border: 0;
  border-radius: 1rem;
  padding: 0;
  position: sticky;
  top: 10rem;
}

.page-custom .page-custom__sidebar-title {
  padding: 0 1rem 0 calc(1rem + 8px);
  height: var(--40);
  display: inline-flex;
  align-items: center;
  width: 100%;
  color: #6b7280;
  font-size: 1rem;
  border-bottom: 1px solid rgb(209, 213, 219);
  font-weight: 600;
  margin-bottom: 0;
}

.page-custom .page-custom__sidebar a {
  font-size: 1rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  display: block;
  font-weight: 600;
  color: #27272a;
  border-left: var(--5) solid transparent;
}

.page-custom .page-custom__sidebar a:hover {
  color: var(--theme-color);
}

.page-custom .page-custom__sidebar li {
  border: 0;
}

.page-custom .page-custom__sidebar ul {
  list-style: none;
}

.page-custom .page-custom__sidebar .current_page_item a {
  border-left: var(--5) solid var(--theme-color);
}

.page-custom .entry-title {
  text-align: left;
  margin-bottom: 0;
  color: #27272a;
  font-size: var(--28);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.page-contact .col-map {
  margin-top: var(--30);
}

.form-contact {
  -webkit-box-shadow: 0 8px 30px rgba(4, 6, 66, 0.08);
  box-shadow: 0 8px 30px rgba(4, 6, 66, 0.08);
  border-radius: 10px;
  padding: 40px;
}

.form-contact .form-item {
  display: flex;
  flex-direction: column;
}

.form-contact .form-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--20) var(--30);
  margin-bottom: 1rem;
}

.form-contact .form-content .form-item:first-child,
.form-contact .form-content .form-item:last-child {
  grid-column: span 2;
}

.form-contact .form-item label {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  font-weight: 600;
}

.form-contact .form-item input {
  height: var(--40);
  border-radius: 4px;
  font-size: 15px;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e6eaf3;
  margin-bottom: 0;
  background: rgb(2 34 121 / 5%);
  width: 100%;
}

.form-contact .form-item textarea {
  border-radius: 4px;
  font-size: 15px;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e6eaf3;
  margin-bottom: 0;
  background: rgb(2 34 121 / 5%);
  width: 100%;
  height: var(--80);
}

@media (min-width: 768px) {
  .vertical-menu .menu-level-1 .sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding-left: 3.56rem;
    left: calc(100% - 2rem);
    width: calc(73.125rem + 3.56rem);
    top: 0;
    height: 100%;
  }

  .vertical-menu .menu-level-1:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767.98px) {
  #header .header-inner {
    justify-content: space-between;
  }

  .page-custom {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .page-custom .page-custom__sidebar {
    order: 1;
  }

  .section-title h1 {
    font-size: var(--28);
  }

  .section-title {
    margin-bottom: var(--25);
  }

  .section-title h2 {
    font-size: var(--26);
    line-height: 1.3;
  }

  #header .btn-menumobi {
    width: 40px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #header .btn-menumobi .icon-nav {
    width: 22px;
    height: 16px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  #header .btn-menumobi span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--theme-color);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  #header.transparent .btn-menumobi span {
    background: #fff;
  }

  #header .btn-menumobi span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 80%;
    left: 20%;
  }

  #header .btn-menumobi span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #header .btn-menumobi.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 2px;
  }

  #header .btn-menumobi.active span:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  #header .btn-menumobi.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px;
    left: 2px;
  }

  #header .header-main:before {
    width: 60%;
  }

  #header .header-main:after {
    width: 40%;
  }

  #header .flex-right:before {
    display: none;
  }

  #main-menu.mobile-sidebar {
    width: 100%;
    height: calc(100vh - 4.375rem);
    position: fixed;
    top: 4.375rem;
    right: 0;
    z-index: 1000;
    overflow: auto;
    transition: unset;
    padding: 0;
    border-bottom: 1px solid #cbcbcb;
    background: #fff;
    display: none;
    overflow-y: auto;
  }

  #main-menu.mobile-sidebar .main-menu {
    padding: 1rem 0;
  }

  #main-menu.mobile-sidebar .header-login {
    display: flex;
    grid-gap: 1.5rem;
    justify-content: center;
  }

  .logged-in #main-menu.mobile-sidebar .header-login {
    display: none;
  }

  #main-menu.mobile-sidebar .menu > .menu-item > a {
    color: #2e2e2e;
    padding: var(--14) var(--30);
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
    border: none;
    border-bottom: 1px solid #ececec;
    display: block;
    width: 100%;
    font-family: var(--title);
  }

  #main-menu.mobile-sidebar .menu > .menu-item > ul {
    padding: var(--14) var(--30);
    list-style: none;
    border-bottom: 1px solid #ececec;
  }

  #main-menu.mobile-sidebar .menu > .menu-item > ul a {
    color: #2e2e2e;
    padding: var(--14) var(--30);
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
    border: none;
    display: block;
    width: 100%;
    font-family: var(--title);
    position: relative;
    padding-left: 0;
  }

  #main-menu.mobile-sidebar .menu > .menu-item > ul a:before {
    content: '├ ';
  }

  #main-menu.mobile-sidebar .menu > .menu-item > ul > li:last-of-type a:before {
    content: '└ ';
  }

  #header,
  #header .header-main {
    height: 4.375rem;
  }

  .admin-bar #header {
    top: 0;
  }

  #header #logo {
    padding-right: 1rem;
    margin-top: 0;
    display: flex;
  }

  #header .flex-col.flex-right {
    flex-shrink: 0;
    height: var(--70);
    display: block;
  }

  #header #logo:after {
    height: 4.375rem;
  }

  #header #logo .logo-1 img {
    width: 3.8rem;
    height: auto;
  }

  #main {
    padding-top: 4.375rem;
  }

  html #wpadminbar {
    display: none;
  }

  #footer {
    overflow-y: unset;
    padding: 0;
    border-radius: 0;
  }

  #footer .row-top {
    flex-direction: column;
    padding: 1rem;
    padding-top: var(--30);
  }

  #footer .menu:first-child {
    flex-direction: column;
  }

  #footer .section-content:before,
  #footer .section-content:after {
    display: none;
  }

  #footer .col-left {
    padding: 0;
    width: 100%;
    flex: unset;
  }

  #footer .col-left a:before {
    display: none;
  }

  #footer #logo {
    width: 9rem;
  }

  #footer .footer-main {
    border-radius: 0;
    width: 100%;
  }

  #footer .col-right {
    padding-left: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  #footer .col-right .box {
    grid-column: span 2;
  }

  #footer .row-bottom .copyright {
    border-top: 1px solid #555555;
    text-align: center;
    font-size: var(--14);
    padding-top: 1rem;
  }

  #footer .menu ul li {
    margin-bottom: var(--10);
  }

  .title-main h1,
  .title-main h2 {
    font-size: var(--30);
  }

  #footer .section-footer {
    padding: 0;
    overflow: unset;
  }

  #footer .img-bg {
    position: absolute;
    width: 14.6875rem;
    height: 10.625rem;
    right: -3px;
    display: none;
  }
  #footer:before {
    width: 14.6875rem;
    height: 10.625rem;
    display: block;
    content: '';
    background: url('/wp-content/uploads/2025/09/f_img.webp') no-repeat;
    position: absolute;
    z-index: 1;
    right: -3rem;
    top: -2rem;
    background-size: contain;
    background-position: center;
  }

  .product-small.box {
    flex-wrap: wrap;
    padding: var(--30) 0;
    gap: 0;
  }

  .product-small.box .box-image {
    width: 53%;
    order: -1;
  }

  .product-small.box .title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    flex: 1;
    padding-left: 1rem;
  }

  .product-small.box .title-wrapper .list-name:before {
    display: none;
  }

  .product-small.box .title-wrapper .woocommerce-loop-product__title {
    font-size: var(--22);
  }

  .product-small.box .title-wrapper .list-name {
    gap: var(--5);
    flex-direction: column;
    font-size: var(--14);
    align-items: flex-start;
  }

  .product-small.box .box-text {
    margin-top: 1rem;
    padding-top: 0;
    font-size: var(--14);
    width: 100%;
    flex: unset;
  }

  .product-small.box .btn-action {
    margin-top: 1.5rem;
  }
  .product-small.box .desc-1 {
    margin-top: 0.5rem;
  }
}

.popup-custom-full {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.popup-custom-full.show {
  display: flex;
}

.popup-custom-full .bg-overlay-popup {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #030229;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s;
}

.popup-custom-full .popup-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 55.75rem;
  height: auto;
  padding: 0;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: -14px 30px 20px 0 rgba(0, 0, 0, 0.05);
  max-height: 92vh;
  overflow-y: auto;
}

.popup-custom-full .close-popup {
  width: 2.5rem;
  height: 2.5rem;
}

#wrapper .processing:after {
  content: '';
  width: 4rem;
  height: 4rem;
  padding: var(--8);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--theme-color);
  -webkit-mask: conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  mask: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: svelte-1i38fp3-loader 1s infinite linear;
  position: fixed;
  border: 0;
  opacity: 1;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
  z-index: 999999999999;
}

#wrapper .processing:before {
  display: none;
}

@keyframes svelte-1i38fp3-loader {
  to {
    transform: rotate(1turn);
  }
}

@keyframes voteSuccess {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.vote-count {
  transition: all 0.3s ease;
}

.vote-count.updated {
  animation: countUpdate 0.5s ease;
}

@keyframes countUpdate {
  0% {
    transform: scale(1);
    color: inherit;
  }

  50% {
    transform: scale(1.2);
    color: #28a745;
  }

  100% {
    transform: scale(1);
    color: inherit;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}
