/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: text;
   -ms-user-select: text;
       user-select: text;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.draggable {
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slick-list.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
:root {
  --accent: #FFC501;
  --black: #070707;
  --font-main: "Montserrat", sans-serif;
  --font-second: "Noto Sans Armenian", sans-serif;
  --h-fs: 24px;
  --trans-base: all 0.25s ease-in-out;
  --radius-md: 8px;
  --radius-lg: 10px;
  --border-base: 1px solid rgba(0, 0, 0, 0.1);
  --gap-base: 24px;
}

@media (max-width: 1199.98px) {
  :root {
    --radius-md: 4px;
    --gap-base: 16px;
    --h-fs: 20px;
  }
}
body {
  font-family: var(--font-main);
  font-size: 16px;
  letter-spacing: -0.04em;
}
body.menu-open {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 12px;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100vw;
}

a {
  color: var(--black);
  text-decoration: none;
  text-underline-position: under;
  -webkit-transition: var(--trans-base);
  transition: var(--trans-base);
}

.container-fluid {
  padding-left: 32px;
  padding-right: 32px;
  max-width: 1920px;
}
@media (max-width: 1399.98px) {
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1199.98px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.container {
  padding-left: 16px;
  padding-right: 16px;
}

div[class^=col-] {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 991.98px) {
  div[class^=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 991.98px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.carousel, .slider-for, .slider-nav {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.carousel.slick-initialized, .slider-for.slick-initialized, .slider-nav.slick-initialized {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.hero .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 992px) {
  main .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 81.25%;
          flex: 0 0 81.25%;
  max-width: 81.25%;
  padding-right: var(--gap-base);
}
@media (max-width: 991.98px) {
  .content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .content {
    padding-right: 0;
  }
}

main {
  padding-top: clamp(40px, 5.8679706601vw + -18.1515892421px, 64px);
}
@media (max-width: 991.98px) {
  main .content {
    padding-right: 0;
  }
}
main:has(.breadcrumb) {
  padding-top: 24px;
}

.sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.75%;
          flex: 0 0 18.75%;
  max-width: 18.75%;
}

.hero-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero-sidebar .side-banner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 575.98px) {
  .hero-sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    gap: 16px;
    margin-top: 16px;
  }
}

.side-banner:not(:last-child) {
  margin-bottom: var(--gap-base);
}
@media (max-width: 575.98px) {
  .side-banner:not(:last-child) {
    margin-bottom: 0;
  }
}
.side-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.side-banner a {
  display: block;
  height: 100%;
}

.img-box img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--radius-md);
}

.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: var(--border-base);
  margin-bottom: 64px;
}
@media (max-width: 991.98px) {
  .headline {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 16px;
  }
}

.sort-bar {
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
.sort-bar .form-select {
  width: auto;
  min-width: 76px;
}
@media (max-width: 575.98px) {
  .sort-bar .form-select {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .sort-bar {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 16px;
  }
}

.sort-bar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.sort-bar-lg .form-select {
  min-width: 240px;
}
@media (max-width: 575.98px) {
  .sort-bar-lg .form-select {
    min-width: 130px;
  }
}
@media (max-width: 991.98px) {
  .sort-bar-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.pagination-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 64px 0 0 0;
}

.pagination {
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  gap: 4px;
}
.pagination a, .pagination span {
  color: var(--black);
  padding: 0;
  min-width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent !important;
  border-radius: 6px;
  padding: 2px;
}
@media (max-width: 575.98px) {
  .pagination a, .pagination span {
    min-width: 24px;
    height: 24px;
    font-size: 14px;
  }
}
.pagination a:hover, .pagination span:hover {
  border: 0;
  background: none;
}
.pagination .icon {
  width: 20px;
  height: 20px;
}
.pagination .active a {
  border: 1px solid var(--black) !important;
  background-color: transparent;
  color: var(--black);
}

.cat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  border: var(--border-base);
  border-radius: var(--radius-md);
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 767.98px) {
  .cat-item {
    padding: 16px 8px;
    font-size: 12px;
  }
}
.cat-item:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.cat-item-img {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-width: 100px;
}
.cat-item-img img {
  max-width: 100%;
}
@media (max-width: 1679.98px) {
  .cat-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    max-width: 60px;
  }
}
@media (max-width: 767.98px) {
  .cat-item-img {
    display: none;
  }
}

.sub-category {
  border-bottom: var(--border-base);
  margin-bottom: 64px;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}
.sub-category div[class^=col-] {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .sub-category div[class^=col-] {
    margin-bottom: 16px;
  }
}

.breadcrumb {
  margin-bottom: 32px;
  white-space: nowrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 6px;
}
@media (max-width: 1199.98px) {
  .breadcrumb {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb {
    font-size: 12px;
    margin-bottom: 24px;
  }
}
.breadcrumb .icon {
  width: 24px;
  height: 24px;
  vertical-align: top;
}
@media (max-width: 1199.98px) {
  .breadcrumb .icon {
    width: 20px;
    height: 20px;
  }
}
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.breadcrumb li:nth-child(2):before {
  display: none;
}

.breadcrumb-item {
  white-space: nowrap;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuOTY2OCAyLjcyMDAzTDEwLjMxMzUgNy4wNjY3QzEwLjgyNjggNy41ODAwMyAxMC44MjY4IDguNDIwMDMgMTAuMzEzNSA4LjkzMzM2TDUuOTY2OCAxMy4yOCIgc3Ryb2tlPSIjMDcwNzA3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) 0 0 no-repeat;
  background-size: 100%;
}

.not-found {
  text-align: center;
  padding-top: 36px;
  text-wrap: balance;
}
.not-found img {
  max-width: 100%;
}
.not-found strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .not-found strong {
    font-size: 16px;
  }
}
.not-found p {
  margin-bottom: 12px;
}

.block {
  border: var(--border-base);
  border-radius: var(--radius-md);
  padding: 24px;
  text-wrap: balance;
}
@media (max-width: 991.98px) {
  .block {
    padding: 0;
    border: 0;
  }
}
.block .title {
  margin-bottom: 24px;
}
.block strong {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
}
.block p:last-child {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-size: var(--h-fs);
  font-weight: 600;
  margin: 0;
  display: inline-block;
  position: relative;
}

h3, h4, h5, h6 {
  font-size: 20px;
}
@media (max-width: 575.98px) {
  h3, h4, h5, h6 {
    font-size: 16px;
  }
}

.title {
  margin-bottom: clamp(24px, 9.7799511002vw + -72.9193154034px, 64px);
}
.title .h1, .title .h2, .title .h3, .title .h4, .title .h5, .title .h6,
.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
  padding-right: 46px;
}
.title .h1:after, .title .h2:after, .title .h3:after, .title .h4:after, .title .h5:after, .title .h6:after,
.title h1:after, .title h2:after, .title h3:after, .title h4:after, .title h5:after, .title h6:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  background: var(--accent);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
}
.title .h1:before, .title .h2:before, .title .h3:before, .title .h4:before, .title .h5:before, .title .h6:before,
.title h1:before, .title h2:before, .title h3:before, .title h4:before, .title h5:before, .title h6:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--accent);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
}
@media (max-width: 991.98px) {
  .title {
    text-align: center;
  }
  .title .h1, .title .h2, .title .h3, .title .h4, .title .h5, .title .h6,
  .title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
    padding: 0 26px;
  }
  .title .h1:after, .title .h2:after, .title .h3:after, .title .h4:after, .title .h5:after, .title .h6:after,
  .title h1:after, .title h2:after, .title h3:after, .title h4:after, .title h5:after, .title h6:after {
    width: 20px;
    height: 2px;
    margin-top: 2px;
  }
  .title .h1:before, .title .h2:before, .title .h3:before, .title .h4:before, .title .h5:before, .title .h6:before,
  .title h1:before, .title h2:before, .title h3:before, .title h4:before, .title h5:before, .title h6:before {
    display: block;
  }
}

.section {
  border-top: var(--border-base);
  padding-top: 16px;
}
.section .title {
  margin-bottom: 32px;
}

.btn {
  background: var(--accent);
  color: var(--black);
  padding: 7px 24px;
  line-height: 1;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: var(--radius-md);
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .btn {
    height: 30px;
  }
}
.btn.btn-lg {
  padding: 12px 24px;
  height: 48px;
}
@media (max-width: 575.98px) {
  .btn.btn-lg {
    height: 30px;
    padding-block: 6px;
    border-radius: 8px;
  }
}
.btn.btn-full {
  width: 100%;
}
.btn:hover {
  background: var(--black);
  color: #fff;
}
@media (max-width: 991.98px) {
  .btn {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .btn {
    font-size: 12px;
  }
}

.btn-outline {
  border: 1px solid var(--black);
  border-radius: 8px;
  background: none;
  height: 38px;
  padding: 6px 24px;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .btn-outline {
    border-radius: 4px;
  }
}
@media (max-width: 575.98px) {
  .btn-outline {
    height: 30px;
  }
}

.btn-icon {
  border: 1px solid var(--black);
  border-radius: var(--radius-md);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  aspect-ratio: 1/1;
  background: none;
  padding: 0;
}
.btn-icon .icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 575.98px) {
  .btn-icon .icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575.98px) {
  .btn-icon {
    width: 30px;
  }
}

.form-group {
  position: relative;
}

@media (min-width: 992px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 5;
  }
}
.header-top {
  padding: 24px 0 24px 0;
}
.header-top .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .logo img {
  vertical-align: top;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .header-top .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    max-width: 160px;
  }
}
@media (max-width: 575.98px) {
  .header-top .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.header-top .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .header-top {
    padding: 20px 0 20px 0;
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .header-top {
    padding: 16px 0 16px 0;
    font-size: 12px;
  }
}

.header-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .header-group {
    gap: 5px;
  }
}

.btn-lang {
  padding: 0;
  border: 0;
  background: none;
  width: 44px;
  height: 44px;
  border: 1px solid #000;
  border-radius: var(--radius-md);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-lang:after {
  display: none;
}
.btn-lang .icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 991.98px) {
  .btn-lang .icon {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 991.98px) {
  .btn-lang {
    width: 30px;
    height: 30px;
  }
}

.dropdown-menu {
  border-color: #000;
  min-width: 100px;
  font-size: 12px;
  padding: 0 4px;
}
.dropdown-menu li:not(:last-child) {
  border-bottom: var(--border-base);
}

.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
  color: #000;
}

.user-name {
  white-space: nowrap;
  border: 1px solid #000;
  height: 44px;
  padding: 10px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: var(--radius-md);
}
@media (max-width: 991.98px) {
  .user-name {
    height: 30px;
    padding: 4px 12px;
  }
}
@media (max-width: 379.98px) {
  .user-name {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 140px;
    display: block;
  }
}

.dropdown-item {
  padding: 9px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.dropdown-item img {
  border: var(--border-base);
  border-radius: 2px;
}
.dropdown-item span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  max-width: 22px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 14px;
}
.dropdown-item span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

.menu-btn {
  background: var(--black);
  padding: 16px;
  border-radius: var(--radius-md);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 0;
  position: relative;
}
.menu-btn .icon-hamb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
}
.menu-btn .icon-arw {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  stroke: #fff;
}
@media (max-width: 991.98px) {
  .menu-btn {
    display: none;
  }
}

.js-nav .menu-btn {
  border-radius: var(--radius-md) var(--radius-md) 0 0;
}

.header-btm {
  padding: 24px 0;
  background: var(--accent);
  color: #fff;
}
.header-btm .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .header-btm {
    padding: 16px 0;
  }
}

.header-btm-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  max-width: 22%;
  position: relative;
}
@media (max-width: 1199.98px) {
  .header-btm-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    max-width: 23%;
  }
}
@media (max-width: 991.98px) {
  .header-btm-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.header-btm-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body:has(.hero) .header-btm-lft {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body:has(.hero) .menu-btn {
  border-radius: var(--radius-md) var(--radius-md) 0 0;
}

.header-btm-rht {
  text-align: center;
  padding-top: 18px;
  padding-left: 60px;
}
@media (max-width: 1199.98px) {
  .header-btm-rht {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .header-btm-rht {
    padding-top: 0;
  }
}

.header-login {
  position: relative;
  padding-left: 64px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991.98px) {
  .header-login {
    padding: 0 36px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 14px;
  }
}
.header-login .header-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  border-radius: var(--radius-md);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .header-login .header-unit {
    width: 28px;
    height: 28px;
    left: auto;
    right: 0;
  }
}
.header-login .header-unit .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
}
@media (max-width: 991.98px) {
  .header-login .header-unit .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    max-width: 20px;
    height: 20px;
  }
}
.header-login.header-logged {
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
.header-login.header-logged .header-unit {
  position: static;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 991.98px) {
  .header-login.header-logged {
    gap: 8px;
  }
}
.header-login .btn-lang {
  width: 48px;
  height: 48px;
}
@media (max-width: 991.98px) {
  .header-login .btn-lang {
    width: 28px;
    height: 28px;
  }
}

.header-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-main .inner {
  max-width: 712px;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  .header-main .inner {
    max-width: 540px;
  }
}
@media (max-width: 1199.98px) {
  .header-main .inner {
    max-width: 470px;
  }
}
@media (max-width: 991.98px) {
  .header-main {
    padding: 16px 0 0 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .header-main .inner {
    max-width: 100%;
  }
}

.btn-search {
  height: 44px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  max-width: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--black);
  width: 56px;
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 8px 8px 0;
}
.btn-search .icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 991.98px) {
  .btn-search .icon {
    height: 20px;
    height: 20px;
  }
}
@media (max-width: 991.98px) {
  .btn-search {
    height: 28px;
  }
}

.form .form-control {
  height: 44px;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 991.98px) {
  .form .form-control {
    height: 28px;
  }
}

.search {
  margin-bottom: 20px;
}
.search .form-group {
  position: relative;
}
@media (max-width: 991.98px) {
  .search {
    margin-bottom: 16px;
  }
}

.form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-open .search {
  position: fixed;
  top: 56px;
  z-index: 20;
  left: 16px;
  right: 16px;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-nav a {
  display: block;
  padding: 10px 32px;
  background: #fff;
  line-height: 18px;
  white-space: nowrap;
}
@media (max-width: 1399.98px) {
  .header-nav a {
    padding: 8px 16px;
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .header-nav a {
    padding: 6px 12px;
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .header-nav a {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .header-nav a {
    padding: 6px 11px;
    font-size: 10px;
  }
}
@media (max-width: 379.98px) {
  .header-nav a {
    padding: 5px 9px;
    font-size: 10px;
  }
  .header-nav a span {
    display: none;
  }
}
@media (max-width: 330px) {
  .header-nav a {
    padding: 5px 7px;
  }
}
.header-nav a:not(:last-child) {
  border-right: var(--border-base);
}
.header-nav a:first-child {
  border-radius: 8px 0 0 8px;
}
.header-nav a:last-child {
  border-radius: 0 8px 8px 0;
}

.menu-toggle {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: none;
}
.menu-toggle .icon {
  width: 100%;
  height: 100%;
}

.main-nav {
  position: absolute;
  top: 62px;
  left: 0;
  background: #fff;
  display: none;
}
@media (max-width: 991.98px) {
  .main-nav {
    position: fixed;
    inset: 0 0 0 0;
    padding-top: 108px;
    z-index: 10;
    display: none;
  }
}

.js-nav .main-nav {
  display: block;
  top: 100%;
}

@media (min-width: 992px) {
  body:has(.hero) .main-nav {
    display: block;
  }
  body:has(.hero) .menu-btn {
    pointer-events: none;
  }
}
.menu-open .main-nav {
  display: block;
}

.more-toggle {
  padding: 0;
  border: 0;
  display: block;
  padding: 8px 32px 8px 8px;
  height: 44px;
  width: 100%;
  text-align: left;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1399.98px) {
  .more-toggle {
    height: 58px;
  }
}
@media (max-width: 1199.98px) {
  .more-toggle {
    height: 45px;
  }
}
@media (max-width: 1199.98px) {
  .more-toggle {
    padding-left: 16px;
  }
}
.more-toggle .icon {
  width: 20px;
  height: 20px;
  stroke: #000;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.js-expand .more-toggle .icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.menu {
  margin: 0;
  padding: 0;
  border: 1px solid #000;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .menu {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .menu {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .menu {
    border: 0;
    height: 100%;
    overflow: auto;
  }
}
.menu li.extra {
  display: none;
}
.menu.js-expand li.extra {
  display: block;
}
.menu li.open > ul {
  display: block !important;
  z-index: 5;
  max-height: calc(100vh - 108px);
  overflow: auto;
  background: #fff;
}
.menu ul {
  margin: 0;
  padding: 0;
  position: absolute;
  border: 1px solid #000;
  width: 100%;
  left: 100%;
  top: -1px;
  display: none;
}
@media (max-width: 991.98px) {
  .menu ul {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .menu ul {
    left: 0;
    top: 108px;
    bottom: 0;
    position: fixed;
  }
}
.menu li {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media (max-width: 991.98px) {
  .menu li {
    position: static;
  }
}
.menu li:has(ul) > a {
  position: relative;
}
.menu li:has(ul) > a:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNDU4MDEgMy40MDAxTDEyLjg5MTMgOC44MzM0M0MxMy41MzMgOS40NzUxIDEzLjUzMyAxMC41MjUxIDEyLjg5MTMgMTEuMTY2OEw3LjQ1ODAxIDE2LjYwMDEiIHN0cm9rZT0iIzA3MDcwNyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .menu li:has(ul) > a:after {
    width: 20px;
    height: 20px;
  }
}
.menu li:hover > a:after {
  -webkit-filter: invert(64%) sepia(99%) saturate(551%) hue-rotate(358deg) brightness(103%) contrast(106%);
          filter: invert(64%) sepia(99%) saturate(551%) hue-rotate(358deg) brightness(103%) contrast(106%);
}
.menu li:hover > ul {
  display: block;
}
@media (max-width: 991.98px) {
  .menu li:hover > ul {
    display: none;
  }
}
.menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 34px 8px 8px;
  height: 64px;
}
@media (max-width: 1399.98px) {
  .menu li a {
    height: 58px;
    line-height: 1.2;
  }
}
@media (max-width: 1199.98px) {
  .menu li a {
    height: 45px;
  }
}
@media (max-width: 1199.98px) {
  .menu li a {
    padding-left: 16px;
  }
}

.menu-close, .menu-back {
  width: 24px;
  height: 24px;
  border: 0;
  padding: 0;
  background: none;
}
.menu-close .icon, .menu-back .icon {
  width: 100%;
  height: 100%;
}

.main-nav-btns {
  position: fixed;
  top: 16px;
  left: 16px;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
@media (max-width: 991.98px) {
  .main-nav-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu-back {
  opacity: 0;
  pointer-events: none;
}

.main-nav:has(li.open) .menu-back {
  opacity: 1;
  pointer-events: unset;
}

.hero {
  border-bottom: 6px solid var(--accent);
  padding-bottom: clamp(40px, 5.8679706601vw + -18.1515892421px, 64px);
  padding-top: 24px;
}

.hero-in {
  padding-left: calc(27.5% + 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (max-width: 991.98px) {
  .hero-in {
    padding-left: 0;
  }
}

.hero-main {
  height: 100%;
}
.hero-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.hero-slider {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: visible;
}
.hero-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.hero-slider .slick-list {
  height: 100%;
}
.hero-slider .slick-track {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-slider .slick-slide > div {
  height: 100%;
}

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  line-height: 1px;
}
.slick-dots li {
  display: block;
  line-height: 1px;
}
.slick-dots li button {
  padding: 0;
  border: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  border: 2px solid var(--black);
  background: var(--black);
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: var(--accent);
}

.grid {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1679.98px) {
  .grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1399.98px) {
  .grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .grid {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.grid.grid-logged {
  row-gap: 32px;
}
.grid.grid-logged .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.grid.grid-logged .item-in {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .grid.grid-logged .item-in {
    margin-bottom: 4px;
  }
}
@media (max-width: 767.98px) {
  .grid.grid-logged {
    row-gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .grid.grid-saved {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.grid-saved .item {
    border: var(--border-base);
    padding: 8px;
    border-radius: 4px;
  }
  .grid.grid-saved .item-cnt {
    text-align: left;
  }
  .grid.grid-saved .item-in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    border: 0;
    margin-bottom: 12px;
  }
  .grid.grid-saved .item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px;
    margin: 0;
  }
  .grid.grid-saved .item:has(.item-detail) .item-name {
    padding: 0;
    margin-bottom: 8px;
  }

  .grid.grid-saved .item:has(.item-detail) .item-name:after {
    display: none;
  }
  .grid.grid-saved .item-detail span {
    margin-bottom: 8px;
  }
}

.item-in {
  border: var(--border-base);
  border-radius: var(--radius-md);
  padding: 32px 16px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
}
.item-in:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199.98px) {
  .item-in {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .item-in {
    padding: 16px 8px 8px 8px;
  }
}
@media (max-width: 767.98px) {
  .item-in {
    font-size: 12px;
  }
}

.item-cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-name {
  text-wrap: balance;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  font-size:14px;
}
@media (max-width: 991.98px) {
  .item-name {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    font-size:12px;
  }
}

.item-img {
  max-width: clamp(120px, 17.1149144254vw + -49.608801956px, 190px);
  aspect-ratio: 1/1;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .item-img {
    margin-bottom: 16px;
  }
}
.item-img img {
  max-width: 100%;
}

.item-detail {
  font-size: 14px;
  font-weight: 500;
}
.item-detail span {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .item-detail span {
    margin-bottom: 6px;
  }
}
@media (max-width: 767.98px) {
  .item-detail {
    font-size: 12px;
  }
}

.item:has(.item-detail) .item-name {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.item:has(.item-detail) .item-name {
    padding-bottom: 0px;
}
.item:has(.item-detail) .item-name:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.slick-arw {
  width: 32px;
  height: 32px;
  border: 0;
  background: none;
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-arw .icon {
  width: 100%;
  height: 100%;
}

.slick-prev {
  left: -32px;
}

.slick-next {
  right: -32px;
}

.carousel-wrap {
  padding: 0 32px;
  margin-block: clamp(80px, 9.7799511002vw + -16.9193154034px, 120px);
}
@media (max-width: 575.98px) {
  .carousel-wrap {
    padding: 0;
  }
  .carousel-wrap .slick-arw {
    display: none !important;
  }
}

.carousel .slide span {
  -webkit-box-shadow: inset -1px 0px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset -1px 0px 0px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .carousel .slide span {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 575.98px) {
  .carousel .slide span img {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.carousel .slide span img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}

.carousel {
  margin-right: -16px;
  margin-left: -16px;
}
@media (max-width: 575.98px) {
  .carousel .slick-list {
    padding-right: 60px;
  }
}

.footer .container {
  max-width: 1144px;
}
@media (max-width: 1399.98px) {
  .footer .container {
    max-width: 960px;
  }
}
@media (max-width: 1199.98px) {
  .footer .container {
    max-width: 820px;
  }
}

.subscribe {
  background: var(--accent);
  padding: 32px 0;
}
@media (max-width: 991.98px) {
  .subscribe {
    padding: 24px 0;
  }
}
.subscribe .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(24px, 5.8679706601vw + -34.1515892421px, 48px);
}
@media (max-width: 1199.98px) {
  .subscribe .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 991.98px) {
  .subscribe .container {
    gap: 16px;
  }
}

.subscribe-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-size: 28px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .subscribe-label {
    gap: 12px;
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .subscribe-label {
    gap: 8px;
    font-size: 14px;
  }
}
.subscribe-label .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
}
@media (max-width: 1199.98px) {
  .subscribe-label .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    max-width: 28px;
    height: 28px;
  }
}

.subscribe-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.btn-form {
  padding: 10px 12px;
  background: var(--black);
  color: #fff;
  font-weight: 600;
  border: 0;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 991.98px) {
  .btn-form {
    font-size: 12px;
    padding: 5px 12px;
  }
}

.footer-in {
  padding: 64px 0;
}
@media (max-width: 1199.98px) {
  .footer-in {
    padding: 40px 0 24px 0;
  }
}

.footer-item-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .footer-item-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.footer-item ul {
  margin: 0;
  padding: 0;
}
.footer-item ul li {
  display: block;
}
.footer-item ul li:not(:last-child) {
  margin: 0 0 16px 0;
}
@media (max-width: 767.98px) {
  .footer-item {
    text-align: center;
    position: relative;
    padding: 40px 0 16px 0;
  }
  .footer-item:before {
    content: "";
    display: block;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    left: -16px;
    right: -16px;
    bottom: 0;
    position: absolute;
  }
}

.footer-mdl {
  text-align: center;
}
.footer-mdl .footer-item {
  display: inline-block;
  text-align: left;
}
@media (max-width: 767.98px) {
  .footer-mdl .footer-item {
    text-align: center;
    display: block;
  }
}

.footer-rht {
  text-align: right;
}
.footer-rht .footer-item {
  display: inline-block;
  text-align: left;
}
@media (max-width: 767.98px) {
  .footer-rht .footer-item {
    text-align: center;
    display: block;
  }
  .footer-rht .footer-item:before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .footer-rht {
    text-align: center;
  }
}

.footer-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-wrap: balance;
  text-align: left;
  margin: 0;
}
.footer-unit:not(:last-child) {
  margin: 0 0 16px 0;
}
.footer-unit .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
}
@media (max-width: 991.98px) {
  .footer-unit {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .footer-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }
  .footer-unit br {
    display: none;
  }
}

.product-price {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}

.slider-wrap {
  border: var(--border-base);
  padding: 24px;
  border-radius: var(--radius-md);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1.16;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .slider-wrap {
    aspect-ratio: unset;
    margin-bottom: 16px;
  }
}

.slider-for {
  max-width: 360px;
}
.slider-for a {
  display: block;
}
@media (max-width: 1199.98px) {
  .slider-for {
    max-width: 240px;
  }
}

.product-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .product-main {
    margin-bottom: 80px;
  }
}
.product-main h1, .product-main .h1 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 12px 0;
  text-wrap: balance;
}
@media (max-width: 991.98px) {
  .product-main h1, .product-main .h1 {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .product-main {
    display: block;
  }
}

.product-code {
  margin: 0 0 12px 0;
}
.product-code span {
  display: inline-block;
  padding: 5px 6px;
  border-radius: 8px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 1;
}
.product-code span.in-stock {
  background-color: var(--accent);
}
.product-code span.not-in-stock {
  background-color: var(--black);
  color: #fff;
}

.product-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 575px;
          flex: 0 0 575px;
  max-width: 575px;
  padding-right: 25px;
}
.product-media img {
  max-width: 100%;
}
@media (max-width: 1679.98px) {
  .product-media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    max-width: 400px;
  }
}
@media (max-width: 1199.98px) {
  .product-media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
}
@media (max-width: 991.98px) {
  .product-media {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 991.98px) {
  .slider-box {
    max-width: 300px;
    margin-inline: auto;
  }
}
@media (max-width: 575.98px) {
  .slider-box {
    max-width: 100%;
  }
}

.product-info {
  border: var(--border-base);
  padding: 24px;
  border-radius: var(--radius-md);
  -webkit-box-flex: calc(100% - 575px);
      -ms-flex: calc(100% - 575px);
          flex: calc(100% - 575px);
  max-width: calc(100% - 575px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
.product-info p {
  margin: 0;
}
@media (max-width: 1679.98px) {
  .product-info {
    -webkit-box-flex: calc(100% - 400px);
        -ms-flex: calc(100% - 400px);
            flex: calc(100% - 400px);
    max-width: calc(100% - 400px);
  }
}
@media (max-width: 1199.98px) {
  .product-info {
    max-width: 100%;
  }
}
.product-info .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991.98px) {
  .product-info {
    padding: 16px;
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .product-info {
    padding: 16px 8px;
    font-size: 12px;
  }
}

.note {
  font-size: 16px;
  padding: 6px 24px;
  border: 1px solid var(--black);
  border-radius: var(--radius-md);
  display: inline-block;
}
@media (max-width: 991.98px) {
  .note {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .note {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .note {
    font-size: 12px;
    padding: 9px 10px;
  }
}

.slider-nav {
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 1199.98px) {
  .slider-nav {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.slider-nav .slide {
  padding: 0 12px;
  outline: none;
}
@media (max-width: 1199.98px) {
  .slider-nav .slide {
    padding: 0 8px;
  }
}
.slider-nav .slide span {
  display: block;
  width: 103px;
  height: 103px;
  cursor: pointer;
}
@media (max-width: 1679.98px) {
  .slider-nav .slide span {
    width: 64px;
    height: 64px;
  }
}
.slider-nav .slide div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  aspect-ratio: 1/1;
  border: var(--border-base);
  border-radius: var(--radius-md);
  position: relative;
}
.slider-nav .slide div.video-tmb:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
}
.slider-nav .slide div.video-tmb:after {
  content: "";
  display: block;
  position: absolute;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMzMzNSAxNlYxMS4yNTM0QzUuMzMzNSA1LjM2MDAyIDkuNTA2ODMgMi45NDY2OSAxNC42MTM1IDUuODkzMzZMMTguNzMzNSA4LjI2NjY5TDIyLjg1MzUgMTAuNjRDMjcuOTYwMiAxMy41ODY3IDI3Ljk2MDIgMTguNDEzNCAyMi44NTM1IDIxLjM2TDE4LjczMzUgMjMuNzMzNEwxNC42MTM1IDI2LjEwNjdDOS41MDY4MyAyOS4wNTM0IDUuMzMzNSAyNi42NCA1LjMzMzUgMjAuNzQ2N1YxNloiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) 0 0 no-repeat;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slider-nav .slick-current.slick-active .slide div {
  border: 1px solid var(--accent);
}

.fancybox-thumbs__list a:before {
  border-color: var(--accent);
}

.product-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1399.98px) {
  .product-panel {
    width: 100%;
  }
  .product-panel .btn.btn-lg {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .product-panel {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    row-gap: 12px;
  }
}

.product-qty {
  border: 1px solid var(--black);
  border-radius: var(--radius-md);
  padding: 10px 16px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1399.98px) {
  .product-qty {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 575.98px) {
  .product-qty {
    height: 30px;
    padding: 6px;
    border-radius: 8px;
  }
}

.spinner {
  border: 1px solid var(--black);
  border-radius: var(--radius-md);
  font-size: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 104px;
          flex: 0 0 104px;
  max-width: 104px;
  position: relative;
  height: 48px;
  overflow: hidden;
}
.spinner .icon {
  width: 12px;
  height: 12px;
}
@media (max-width: 575.98px) {
  .spinner {
    font-size: 20px;
    height: 30px;
    border-radius: 8px;
  }
}

.number-input {
  width: 100%;
  border: 0;
  text-align: center;
  height: 100%;
  padding: 0 30px;
  outline: none;
}

.spinner-btn {
  padding: 0;
  border: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  top: 0;
}

.decrement {
  left: 15px;
}
@media (max-width: 575.98px) {
  .decrement {
    left: 12px;
  }
}

.increment {
  right: 15px;
}
@media (max-width: 575.98px) {
  .increment {
    right: 12px;
  }
}

.product-tabs {
  margin-bottom: 120px;
}

.nav-tabs {
  margin: 0 0 24px 0;
}
@media (max-width: 575.98px) {
  .nav-tabs {
    margin-bottom: 8px;
  }
}
.nav-tabs .nav-link {
  background: none;
  padding: 7px 16px;
  border-radius: 0;
  color: var(--black);
  border: 0;
}
.nav-tabs .nav-link span {
  display: none;
}
@media (max-width: 379.98px) {
  .nav-tabs .nav-link:has(span) {
    font-size: 0;
  }
  .nav-tabs .nav-link:has(span) span {
    display: block;
    font-size: 12px;
  }
}
.nav-tabs .nav-link.active {
  background: var(--accent);
}
@media (max-width: 575.98px) {
  .nav-tabs .nav-link {
    padding: 7px 12px;
  }
}

.info-list {
  padding: 0;
  margin: 0;
  font-weight: 500;
}
.info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 575.98px) {
  .info-list li span {
    padding: 8px;
  }
}
.info-list li span:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
  max-width: 500px;
}
@media (max-width: 1199.98px) {
  .info-list li span:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
}
@media (max-width: 991.98px) {
  .info-list li span:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.doc-list {
  padding-left: 24px;
}
@media (max-width: 575.98px) {
  .doc-list {
    padding-left: 0;
  }
}

.doc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 16px 0;
  color: rgba(7, 7, 7, 0.6);
}
@media (max-width: 575.98px) {
  .doc-item {
    gap: 8px;
    padding: 12px 0;
  }
}
.doc-item .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
}
@media (max-width: 575.98px) {
  .doc-item .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    max-width: 20px;
    height: 20px;
  }
}

.product-form {
  position: relative;
  margin-bottom: 32px;
}
.product-form .form-area {
  height: 114px;
  padding: 16px 15px;
}
@media (max-width: 575.98px) {
  .product-form .form-area {
    padding: 8px;
    font-size: 12px;
  }
}

.btn-attach {
  padding: 0;
  border: 0;
  width: 24px;
  height: 24px;
  background: none;
  position: absolute;
  left: 16px;
  bottom: 13px;
}
@media (max-width: 575.98px) {
  .btn-attach {
    left: 8px;
    bottom: 8px;
  }
}
.btn-attach .icon {
  width: 100%;
  height: 100%;
}

.btn-arrow {
  padding: 0;
  border: 0;
  width: 30px;
  height: 30px;
  background: none;
  position: absolute;
  right: 16px;
  bottom: 10px;
}
.btn-arrow .icon {
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  .btn-arrow {
    right: 8px;
    bottom: 8px;
  }
}

.post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px;
}
.post-item:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .post-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.post-item p {
  margin: 0;
}
@media (max-width: 575.98px) {
  .post-item {
    padding: 0;
  }
}

.post-item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  max-width: 60px;
  height: 60px;
}
@media (max-width: 575.98px) {
  .post-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    max-width: 40px;
    height: 40px;
  }
}
.post-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-item-cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 708px;
}
.post-item-cnt span {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .post-item-cnt span {
    margin-bottom: 6px;
  }
}

.item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.item-group .btn-icon {
  width: 38px;
  height: 38px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  max-width: 38px;
}
@media (max-width: 575.98px) {
  .item-group .btn-icon {
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    max-width: 30px;
  }
}

.txt-toggle {
  padding: 0 10px;
  border: 0;
  background: none;
}

@media (min-width: 576px) {
  .modal-dialog:not(.modal-xl) {
    max-width: 528px;
  }
}
.modal-backdrop {
  -webkit-transition: opacity 0.25s ease, backdrop-filter 0.25s ease;
  transition: opacity 0.25s ease, backdrop-filter 0.25s ease;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.modal-backdrop.show {
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 1;
}

.modal-content {
  padding: 60px 32px;
  background: #e4e3e0;
}
@media (max-width: 767.98px) {
  .modal-content {
    padding: 56px 16px 16px 16px;
  }
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}

.fancybox-active .wrapper {
  -webkit-filter: blur(6px);
          filter: blur(6px);
}

.modal-xl .modal-content {
  padding: 0;
}
.modal-xl .btn-close {
  right: 6px;
  top: 6px;
}

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1008px;
  }
}
.btn-close {
  position: absolute;
  right: 16px;
  top: 16px;
}

.modal-title {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .modal-title {
    margin-bottom: 16px;
    font-size: 16px;
  }
}

.modal-form .row {
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .modal-form .row {
    margin-bottom: 8px;
  }
}
.modal-form .form-group {
  margin-bottom: 16px;
  position: relative;
}
.modal-form .form-control {
  border: 0;
  border-bottom: 1px solid var(--black);
  padding: 22px 36px 14px 8px;
  height: 52px;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767.98px) {
  .modal-form .form-control {
    padding-top: 18px;
    height: 44px;
    font-size: 12px;
  }
}

.toggle-pwd {
  position: absolute;
  right: 8px;
  top: 20px;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 20px;
}
@media (max-width: 767.98px) {
  .toggle-pwd {
    width: 16px;
    height: 16px;
    top: 16px;
  }
}
.toggle-pwd .icon {
  width: 100%;
  height: 100%;
}

.modal-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 16px;
  font-size: 14px;
}

.form-check .form-check-input {
  width: 24px;
  height: 24px;
  margin-top: -2px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.form-check-label {
  cursor: pointer;
}

.form-check-input:checked[type=checkbox] {
  background-color: var(--black);
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  cursor: pointer;
}

.table-order {
  margin-bottom: 0;
}
.table-order th {
  white-space: nowrap;
  padding: 13px 24px;
}
@media (max-width: 1199.98px) {
  .table-order th {
    padding-inline: 12px;
  }
}
.table-order td, .table-order th {
  font-size: 14px;
}
.table-order td {
  padding: 6px 24px;
}
@media (max-width: 1199.98px) {
  .table-order td {
    padding-inline: 12px;
  }
}
@media (max-width: 991.98px) {
  .table-order {
    min-width: 860px;
  }
}
.table-order .product-code span {
  margin: 0;
}

.table-wrap {
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 991.98px) {
  .table-wrap {
    overflow: auto;
  }
}

.td-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.td-name span {
  display: block;
}

.cart-item {
  border: var(--border-base);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991.98px) {
  .cart-item:not(:last-child) {
    border-radius: 4px;
  }
}
.cart-item .input-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 112px;
          flex: 0 0 112px;
  max-width: 112px;
}
@media (max-width: 575.98px) {
  .cart-item .input-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88px;
            flex: 0 0 88px;
    max-width: 88px;
  }
}
.cart-item .spinner {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .cart-item .spinner {
    height: 38px;
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .cart-item .spinner {
    border: var(--border-base);
    font-size: 16px;
    border-radius: 4px;
    height: 30px;
  }
}
@media (max-width: 575.98px) {
  .cart-item {
    padding: 8px;
  }
  .cart-item .btn-icon {
    border: var(--border-base);
  }
}

.cart-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  position: relative;
}
.cart-item-row:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .cart-item-row:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 1399.98px) {
  .cart-item-row {
    display: block;
  }
}

.cart-item-extra {
  border: var(--border-base);
  border-radius: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  max-width: 190px;
  text-align: center;
  font-weight: 500;
  padding: 24px;
  max-width: 100%;
}
@media (max-width: 1399.98px) {
  .cart-item-extra {
    padding: 16px;
    text-align: right;
    margin-top: 16px;
  }
  .cart-item-extra:before {
    content: attr(data-th);
    margin-right: 12px;
  }
}
@media (max-width: 575.98px) {
  .cart-item-extra {
    border: 0;
    position: absolute;
    right: 8px;
    bottom: 8px;
    white-space: nowrap;
    padding: 0;
  }
}

.cart-table {
  margin-bottom: 64px;
}
@media (max-width: 767.98px) {
  .cart-table {
    margin-bottom: 32px;
  }
}
@media (max-width: 575.98px) {
  .cart-table {
    margin-bottom: 20px;
  }
}
.cart-table:has(.cart-item-extra) .cart-table-head {
  padding-right: 236px;
}
@media (max-width: 1399.98px) {
  .cart-table:has(.cart-item-extra) .cart-table-head {
    padding-right: 18px;
  }
}
@media (max-width: 575.98px) {
  .cart-table:has(.cart-item-extra) .cart-item-cnt {
    padding-bottom: 30px;
  }
}

.cart-table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 18px;
  text-align: center;
  margin-bottom: 8px;
}
.cart-table-head div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 404px;
          flex: 0 0 404px;
  max-width: 404px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .cart-table-head div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    max-width: 360px;
  }
}
.cart-table-head span {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 122px;
          flex: 0 0 122px;
  max-width: 122px;
}
@media (max-width: 1199.98px) {
  .cart-table-head span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
@media (max-width: 991.98px) {
  .cart-table-head {
    display: none;
  }
}

.cart-table-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 18px;
  font-weight: 500;
}
.cart-table-foot div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  max-width: 190px;
  text-align: center;
  margin-top: -8px;
}
@media (max-width: 575.98px) {
  .cart-table-foot div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    border: var(--border-base);
    font-size: 12px;
    border-radius: 4px;
    padding: 6px;
  }
}
@media (max-width: 575.98px) {
  .cart-table-foot {
    margin-bottom: 80px;
  }
}

.cart-item-img {
  border: var(--border-base);
  border-radius: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  max-width: 260px;
  height: 284px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -1px 0 -1px -1px;
}
.cart-item-img img {
  max-width: 160px;
  max-height: 160px;
}
@media (max-width: 1199.98px) {
  .cart-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px;
  }
}
@media (max-width: 991.98px) {
  .cart-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    max-width: 140px;
    height: auto;
    padding: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cart-item-img img {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cart-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 88px;
            flex: 0 0 88px;
    max-width: 88px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0;
    gap: 8px;
    padding: 4px 0 0 0;
  }
  .cart-item-img img {
    max-width: 100%;
    max-height: none;
  }
  .cart-item-img span {
    margin: 0;
    font-size: 10px;
  }
}

.cart-item-cnt {
  padding: 16px 16px 16px 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .cart-item-cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .cart-item-cnt {
    padding: 0 0 0 8px;
    gap: 8px;
  }
}

.cart-item-inf {
  padding: 16px 0 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-weight: 500;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991.98px) {
  .cart-item-inf {
    gap: 8px;
    margin-bottom: 8px;
    padding-top: 0;
    padding-right: 100px;
  }
}
@media (max-width: 575.98px) {
  .cart-item-inf {
    margin-bottom: 0;
    padding-right: 80px;
  }
}
.cart-item-inf .product-code {
  margin: 0;
}
@media (max-width: 991.98px) {
  .cart-item-inf .product-code span {
    position: absolute;
    right: 16px;
    top: 16px;
  }
}
@media (max-width: 575.98px) {
  .cart-item-inf .product-code span {
    right: 8px;
    top: 8px;
    font-size: 10px;
    border-radius: 4px;
  }
}

.cart-item-grp {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 404px;
          flex: 0 0 404px;
  max-width: 404px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199.98px) {
  .cart-item-grp {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    max-width: 360px;
  }
}
@media (max-width: 991.98px) {
  .cart-item-grp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
  }
}

.cart-item-price, .cart-item-summ {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 122px;
          flex: 0 0 122px;
  max-width: 122px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .cart-item-price, .cart-item-summ {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}

@media (max-width: 991.98px) {
  .cart-item-price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .cart-item-summ {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: var(--border-base);
    height: 30px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
}

.cart-form .title {
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .cart-form .title {
    margin-bottom: 16px;
  }
  .cart-form .title h2, .cart-form .title h3, .cart-form .title h4, .cart-form .title h5 {
    font-size: 16px;
  }
}

.cart-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .cart-form-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}

.cart-form-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .cart-form-btn {
    gap: 6px;
  }
  .cart-form-btn .btn {
    width: 100%;
  }
}

.cart-form-lft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  max-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .cart-form-lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    gap: 8px;
  }
}

.cart-form-rht {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cart-form-rht .form-group {
  height: 100%;
  text-align: left;
}
@media (max-width: 767.98px) {
  .cart-form-rht .form-group {
    height: 130px;
  }
}

.cart-form .form-control {
  height: 48px;
}
@media (max-width: 767.98px) {
  .cart-form .form-control {
    height: 40px;
    font-size: 12px;
  }
}
.cart-form .form-area {
  height: 100%;
  min-height: 150px;
  padding: 16px;
}
@media (max-width: 767.98px) {
  .cart-form .form-area {
    min-height: auto;
  }
}
.cart-form .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.user-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  gap: 10px;
  margin-bottom: 64px;
}
.user-tabs li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.user-tabs .nav-link {
  width: 100%;
  display: block;
  border: var(--border-base);
  border-radius: 8px;
  white-space: nowrap;
}
.user-tabs .nav-link.active {
  border-color: var(--accent);
}

.user-section {
  padding: 24px;
  border-radius: 6px;
  border: var(--border-base);
  position: relative;
  border-radius: 6px;
}
.user-section:not(:last-child) {
  margin-bottom: 24px;
}
.user-section h2, .user-section h3, .user-section h4, .user-section h5 {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .user-section {
    padding: 16px;
  }
}
.user-section .doc-list {
  padding-left: 0;
}

.tab-pane .title {
  margin-bottom: 24px;
}

.user-item {
  padding: 16px 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.user-item label {
  color: rgba(7, 7, 7, 0.6);
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 991.98px) {
  .user-item label {
    margin-bottom: 12px;
  }
}
.user-item .form-value {
  width: auto;
  min-width: 100%;
  border: 0;
  border: var(--border-base);
}
.user-item .form-value:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .user-item .form-value:not(:last-child) {
    margin-bottom: 12px;
  }
}
.user-item .form-value[readonly] {
  outline: none;
  pointer-events: none;
  border-color: transparent;
}
@media (max-width: 991.98px) {
  .user-item {
    padding: 12px 0;
  }
}

.add {
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  background: none;
}
.add .icon {
  width: 100%;
  height: 100%;
}

.btn-edit {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: none;
}
.btn-edit .icon {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .btn-edit {
    right: 16px;
    top: 16px;
    width: 20px;
    height: 20px;
  }
}

.user-section-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .user-section-btn .btn {
    width: 100%;
  }
}
/*# sourceMappingURL=all.css.map */