@charset "UTF-8";
/** THEME COLOURS */
:root {
  --theme-color-main: #bd4932;
  --theme-color-second: #545454;
  --color-text: #545454;
  --black-color: #121619;
  --grey-color: #747474;
  --grey-main-color: #545454;
  --white-color: #ffffff;
  --green-color: #45cb85;
  --outline-color: #f0f0f0;
  --primary-color: #bd4932;
  --primary-color-hover: #cc2936;
  --border-color: #ededed;
  --bg: #d9d9d9;
  --stroke-color: #dbdbdb;
  --price-color: #121619;
  --price-old: #545454;
  --price-new: #bd4932;
  --color-link: #bd4932;
  --color-link-hovered: #cc2936; }

/** MEDIA BREAKPOINTS */
html {
  font-size: 14px;
  background: var(--white-color);
  scroll-behavior: smooth; }
  @media (min-width: 992px) {
    html, html * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    html::-webkit-scrollbar,
    html *::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
    html::-webkit-scrollbar-button,
    html *::-webkit-scrollbar-button {
      display: none; }
    html::-webkit-scrollbar-track,
    html *::-webkit-scrollbar-track {
      background: #eeeeee; }
    html::-webkit-scrollbar-track-piece,
    html *::-webkit-scrollbar-track-piece {
      background: #eeeeee; }
    html::-webkit-scrollbar-thumb,
    html *::-webkit-scrollbar-thumb {
      background: var(--primary-color);
      border-radius: 99px; }
    html::-webkit-scrollbar-corner,
    html *::-webkit-scrollbar-corner {
      background: #eeeeee; } }

body {
  background: var(--white-color);
  color: var(--color-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Inter", sans-serif; }
  body * {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px; }

body.filter-mobile-active {
  overflow: hidden; }
  body.filter-mobile-active .category-page-aside {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1; }
  body.filter-mobile-active #page-footer,
  body.filter-mobile-active #page-header {
    z-index: 20; }

picture {
  display: block; }

img {
  max-width: 100%;
  height: auto; }

figure.media {
  display: block; }

svg.hidden {
  display: block;
  width: 0 !important;
  height: 0 !important; }

.icon,
svg.ic {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important; }

a,
[js-href] {
  color: var(--color-link);
  text-decoration: none;
  cursor: pointer; }
  a, a:hover, a:active, a:focus,
  [js-href],
  [js-href]:hover,
  [js-href]:active,
  [js-href]:focus {
    outline: none; }
  @media (any-hover: hover) {
    a:hover,
    [js-href]:hover {
      color: var(--color-link-hovered);
      text-decoration: underline; } }
  a:focus,
  [js-href]:focus {
    color: var(--color-link-hovered);
    text-decoration: underline; }

.clearfix {
  clear: both; }

.clear-after:after {
  content: "";
  display: block;
  clear: both; }

body {
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  body #page-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

#page-header {
  position: relative;
  z-index: 35; }

#page-content {
  position: relative;
  z-index: 25;
  padding-top: 137px;
  padding-bottom: 89px; }
  @media (max-width: 991.98px) {
    #page-content {
      padding-top: 102px;
      padding-bottom: 56px; } }
  @media (max-width: 767.98px) {
    #page-content {
      padding-top: 56px; } }
  #page-content:after {
    content: "";
    clear: both; }

#page-footer {
  position: relative;
  z-index: 30; }

section.section-block {
  position: relative;
  z-index: 3; }

.section:not(:last-child) {
  margin-bottom: 84px; }
  @media (max-width: 991.98px) {
    .section:not(:last-child) {
      margin-bottom: 48px; } }

a.phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 3px; }

.date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #c3d7d9;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5; }

[js-copy-text] {
  position: relative;
  cursor: pointer; }

.fnx-tooltip {
  --br: 4px;
  --bg: white;
  display: none;
  position: absolute;
  z-index: 99;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: var(--br);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 4px 15px;
  margin-bottom: 10px;
  font-size: 12px;
  pointer-events: none; }
  .fnx-tooltip:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: var(--bg);
    border-radius: var(--br); }
  .fnx-tooltip:after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: -6px;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    background: var(--bg);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }

.status-mark {
  position: relative;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991.98px) {
    .status-mark {
      padding-left: 16px; } }
  .status-mark:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #000000; }
    @media (max-width: 991.98px) {
      .status-mark:before {
        width: 8px;
        height: 8px; } }
  .status-mark-green:before {
    background: #45cb85; }
  .status-mark-green-dark:before {
    background: #02351c; }
  .status-mark-yellow:before {
    background: #deab3b; }
  .status-mark-orange:before {
    background: #ff7a00; }
  .status-mark-gray:before {
    background: #d3d3d3; }
  .status-mark-red:before {
    background: #b80c09; }
  .status-mark-blue:before {
    background: #1b52c7; }

.icon-arrow {
  --size-ic: 32px;
  --color-ic: #000000;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: var(--size-ic);
  height: var(--size-ic);
  color: var(--color-ic);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .icon-arrow {
      --size-ic: 24px; } }
  .icon-arrow .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 12px;
    height: 12px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  line-height: 8px;
  text-underline: none; }
  .swiper-pagination.swiper-pagination-bullets-dynamic {
    --swiper-pagination-bottom: 0; }
    .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      -webkit-transform: scale(1) !important;
          -ms-transform: scale(1) !important;
              transform: scale(1) !important;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s ease-in-out !important;
      transition: all 0.3s ease-in-out !important; }
      .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
        opacity: 1 !important;
        visibility: visible;
        background: var(--stroke-color); }
      .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--primary-color); }
      .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev-prev, .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active-prev {
        opacity: 0 !important; }
  .swiper-pagination .swiper-pagination-bullet {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 8px;
    height: 8px;
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
    opacity: 1 !important;
    background: var(--stroke-color); }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: var(--primary-color); }

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 14px;
  margin-top: -20px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid var(--primary-color);
  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;
  background: transparent;
  font-weight: 700;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .swiper-button-next:hover, .swiper-button-next:focus,
  .swiper-button-prev:hover,
  .swiper-button-prev:focus {
    background: var(--primary-color); }
    .swiper-button-next:hover::after, .swiper-button-next:focus::after,
    .swiper-button-prev:hover::after,
    .swiper-button-prev:focus::after {
      color: var(--white-color); }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: var(--primary-color);
    font-weight: 700;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }

.swiper-pagination-fraction {
  --swiper-pagination-fraction-color: var(--white);
  min-width: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px; }
  .swiper-pagination-fraction .swiper-pagination-current {
    color: var(--white);
    font-size: 32px;
    font-weight: 400;
    line-height: 32px; }

.swiper-nav {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 24px; }
  .swiper-nav:has(.swiper-button-lock) {
    display: none; }
  .swiper-nav .swiper-button-next,
  .swiper-nav .swiper-button-prev {
    position: relative;
    margin-top: 0 !important;
    left: auto !important;
    right: auto !important; }
  @media (min-width: 992px) {
    .swiper-nav .swiper-pagination {
      display: none; } }

.swiper:has(.swiper-pagination-lock) {
  padding-bottom: 0 !important; }

.swiper.swiper-watch-progress {
  overflow: visible !important; }
  .swiper.swiper-watch-progress .swiper-slide {
    opacity: 1;
    height: auto !important; }
    .swiper.swiper-watch-progress .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }

.empty-text {
  padding: 24px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black-color);
  border-bottom: 1px solid var(--outline-color); }
  @media (min-width: 992px) {
    .empty-text {
      border-left: 1px solid var(--outline-color); } }
  @media (max-width: 991.98px) {
    .empty-text {
      font-size: 24px; } }
  @media (max-width: 767.98px) {
    .empty-text {
      padding: 16px;
      font-size: 20px; } }

.page-regular .page-regular-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 432px;
  grid-template-columns: 1fr 432px;
  gap: 8px; }
  @media (max-width: 1199.98px) {
    .page-regular .page-regular-grid {
      -ms-grid-columns: 1fr 390px;
      grid-template-columns: 1fr 390px; } }
  @media (max-width: 991.98px) {
    .page-regular .page-regular-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px; } }

@media (max-width: 991.98px) {
  .page-regular .page-regular-col:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .page-regular .page-regular-col:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.regular-nav {
  position: relative; }
  @media (min-width: 992px) {
    .regular-nav {
      position: sticky;
      top: 156px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; } }
  .regular-nav .regular-nav-btn {
    outline: none;
    border: none;
    width: 100%;
    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;
    gap: 16px;
    padding: 8px 16px;
    min-height: 48px;
    background: #fafafa;
    color: var(--color-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25; }
    .regular-nav .regular-nav-btn .icon {
      height: 12px;
      width: 12px;
      color: var(--primary-color);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .regular-nav .regular-nav-btn.active .icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    @media (min-width: 992px) {
      .regular-nav .regular-nav-btn {
        display: none; } }
  .regular-nav ul, .regular-nav li {
    list-style: none;
    margin: 0;
    padding: 0; }
  @media (max-width: 991.98px) {
    .regular-nav .regular-nav-list {
      position: absolute;
      z-index: 10;
      top: 100%;
      left: 0;
      width: 100%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      background: var(--white-color);
      padding: 8px;
      border-top: 1px solid var(--outline-color);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px);
      opacity: 0;
      pointer-events: none;
      -webkit-box-shadow: 0 8px 8px 4px rgba(0, 0, 0, 0.05);
              box-shadow: 0 8px 8px 4px rgba(0, 0, 0, 0.05); }
      .regular-nav .regular-nav-list.active {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
        pointer-events: initial; } }
  .regular-nav .regular-nav-item:not(:last-child) {
    margin-bottom: 4px; }
  .regular-nav .regular-nav-link {
    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;
    gap: 16px;
    padding: 8px 16px;
    min-height: 48px;
    color: var(--color-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    background: #fafafa;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .regular-nav .regular-nav-link .icon {
      width: 6px;
      height: 8px;
      color: var(--primary-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .regular-nav .regular-nav-link:hover, .regular-nav .regular-nav-link:focus {
        background: var(--primary-color);
        color: var(--white-color); }
        .regular-nav .regular-nav-link:hover .icon, .regular-nav .regular-nav-link:focus .icon {
          color: var(--white-color); } }
    .regular-nav .regular-nav-link.active, .regular-nav .regular-nav-link:focus {
      background: var(--primary-color);
      color: var(--white-color); }
      .regular-nav .regular-nav-link.active .icon, .regular-nav .regular-nav-link:focus .icon {
        color: var(--white-color); }

@-webkit-keyframes arrowMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  20% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  40% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  60% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); }
  80% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes arrowMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  20% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  40% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  60% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); }
  80% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

html {
  scroll-padding-top: 20px; }

#page-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--white-color); }
  @media (max-width: 767.98px) {
    #page-header {
      border-bottom: 1px solid var(--outline-color); } }
  #page-header.checkout-header > .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;
    gap: 16px;
    padding-top: 18px;
    padding-bottom: 18px; }
    @media (min-width: 768px) {
      #page-header.checkout-header > .container {
        border-bottom: 1px solid var(--outline-color); } }
    @media (max-width: 991.98px) {
      #page-header.checkout-header > .container {
        padding-top: 12px;
        padding-bottom: 12px; } }
  #page-header.checkout-header .logo-wrap {
    margin: 0 auto 0 0; }
  @media (max-width: 991.98px) {
    #page-header.checkout-header .cellphones-dropdown-wrap {
      display: block; } }
  @media (max-width: 1199.98px) {
    #page-header.checkout-header .cellphones-dropdown-wrap .cellphone-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  #page-header.sticky-header {
    -webkit-box-shadow: 0 0 6px 12px rgba(0, 0, 0, 0.02);
            box-shadow: 0 0 6px 12px rgba(0, 0, 0, 0.02); }
  #page-header .header-top {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 78px;
    z-index: 10;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 154px 1fr;
    grid-template-columns: 1fr 154px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    background: var(--white-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: transform; }
    @media (max-width: 991.98px) {
      #page-header .header-top {
        -ms-grid-columns: 1fr 124px 1fr;
        grid-template-columns: 1fr 124px 1fr;
        min-height: 56px;
        padding-top: 10px;
        padding-bottom: 10px; } }
    @media (max-width: 767.98px) {
      #page-header .header-top .hamburger, #page-header .header-top .header-row {
        display: none; } }
    #page-header .header-top .socials-wrap .social-link .text {
      display: none; }
  #page-header .header-col {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px; }
  #page-header .header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px; }
  @media (min-width: 768px) {
    #page-header .header-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 24px;
      padding-top: 20px;
      padding-bottom: 20px;
      border-top: 1px solid var(--outline-color);
      border-bottom: 1px solid var(--outline-color);
      background: var(--white-color); } }
  @media (max-width: 991.98px) {
    #page-header .header-bottom {
      padding-top: 12px;
      padding-bottom: 12px; } }
  @media (max-width: 767.98px) {
    #page-header .header-bottom {
      display: none; } }
  #page-header .logo-wrap {
    position: relative;
    z-index: 102;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 154px;
    margin: 0 auto; }
    @media (max-width: 991.98px) {
      #page-header .logo-wrap {
        max-width: 124px; } }
  #page-header .head-qty {
    position: absolute;
    z-index: 2;
    top: -8px;
    right: -8px;
    height: 20px;
    min-width: 20px;
    padding: 2px 3px;
    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: 999px;
    border: none;
    background: var(--primary-color);
    color: var(--white-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-align: center; }
    @media (max-width: 991.98px) {
      #page-header .head-qty {
        top: 8px;
        right: 22px;
        height: 16px;
        min-width: 16px;
        font-size: 10px; } }
    #page-header .head-qty:empty {
      display: none; }
  #page-header .header-btn {
    position: relative;
    z-index: 1;
    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;
    cursor: pointer;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 4px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid var(--white-color);
    background: var(--white-color);
    color: var(--color-text); }
    #page-header .header-btn .ic, #page-header .header-btn .icon {
      width: 20px;
      height: 20px; }
    #page-header .header-btn:focus {
      color: var(--primary-color); }
    @media (pointer: fine) {
      #page-header .header-btn:hover {
        color: var(--primary-color); } }
    @media (max-width: 767.98px) {
      #page-header .header-btn {
        min-width: 72px;
        width: 72px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 8px 0;
        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;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 0;
        border: none;
        color: var(--color-text); }
        #page-header .header-btn .ic,
        #page-header .header-btn .icon {
          width: 32px;
          height: 32px;
          padding: 6px; }
        #page-header .header-btn::after {
          content: attr(data-value);
          display: block;
          color: var(--color-text);
          text-align: center;
          font-size: 12px;
          font-weight: 400;
          line-height: 16px; }
        #page-header .header-btn:focus, #page-header .header-btn.active {
          background: transparent;
          color: var(--primary-color); }
          #page-header .header-btn:focus::after, #page-header .header-btn.active::after {
            color: var(--primary-color); } }
  #page-header .header-actions {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 12px; }
    #page-header .header-actions .header-search-btn {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      @media (max-width: 767.98px) {
        #page-header .header-actions .header-search-btn {
          width: 32px;
          height: 32px;
          padding: 2px;
          min-width: 32px; }
          #page-header .header-actions .header-search-btn .icon {
            padding: 0;
            width: 20px;
            height: 20px; } }
    #page-header .header-actions .btn-profile {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    #page-header .header-actions .btn-favorites {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    #page-header .header-actions .btn-cart {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
    @media (min-width: 1200px) {
      #page-header .header-actions {
        margin-right: -6px; } }
    @media (max-width: 767.98px) {
      #page-header .header-actions .btn-favorites, #page-header .header-actions .btn-cart, #page-header .header-actions .btn-profile {
        display: none; } }
  #page-header .catalog-btn {
    min-height: 18px;
    padding: 0;
    background: transparent;
    border: none;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    #page-header .catalog-btn:hover, #page-header .catalog-btn:focus {
      color: var(--primary-color); }
    #page-header .catalog-btn.active .icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    #page-header .catalog-btn .icon {
      width: 10px;
      height: 10px;
      color: var(--primary-color);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  #page-header .header-search-btn.btn-search-active .icon {
    color: var(--primary-color); }
  @media (any-hover: hover) {
    #page-header .header-search-btn:hover {
      color: var(--primary-color); } }
  #page-header .header-search-btn:focus {
    color: var(--primary-color); }
  @media (max-width: 991.98px) {
    #page-header .header-languages.desktop,
    #page-header .header-pages.desktop,
    #page-header .header-catalog.desktop {
      display: none; } }
  @media (min-width: 992px) {
    #page-header .header-languages.mobile,
    #page-header .header-pages.mobile,
    #page-header .header-catalog.mobile {
      display: none; } }
  #page-header .header-catalog {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  #page-header .header-nav-categories {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    #page-header .header-nav-categories .catalog-drop {
      position: static;
      opacity: 1;
      pointer-events: initial;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      max-width: 100%;
      overflow-x: auto;
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */ }
      #page-header .header-nav-categories .catalog-drop::-webkit-scrollbar {
        display: none; }
      #page-header .header-nav-categories .catalog-drop .catalog-drop-top {
        display: none; }
      #page-header .header-nav-categories .catalog-drop ul, #page-header .header-nav-categories .catalog-drop li {
        padding: 0;
        margin: 0;
        list-style: none; }
      #page-header .header-nav-categories .catalog-drop .nav-catalog-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 16px; }
      #page-header .header-nav-categories .catalog-drop .catalog-drop-item {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        #page-header .header-nav-categories .catalog-drop .catalog-drop-item:not(:last-child) {
          margin-bottom: 0; }
        #page-header .header-nav-categories .catalog-drop .catalog-drop-item .sub-list {
          display: none; }
        #page-header .header-nav-categories .catalog-drop .catalog-drop-item .icon-arrow {
          display: none; }
      #page-header .header-nav-categories .catalog-drop .catalog-drop-link {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 0 0 40px;
        gap: 40px;
        color: var(--color-text);
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        text-transform: uppercase;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease; }
        @media (max-width: 991.98px) {
          #page-header .header-nav-categories .catalog-drop .catalog-drop-link {
            gap: 16px;
            padding: 0 0 0 16px;
            font-size: 14px;
            line-height: 1.2; } }
        #page-header .header-nav-categories .catalog-drop .catalog-drop-link:hover, #page-header .header-nav-categories .catalog-drop .catalog-drop-link:focus {
          color: var(--primary-color); }
        #page-header .header-nav-categories .catalog-drop .catalog-drop-link .icon {
          display: none; }
        #page-header .header-nav-categories .catalog-drop .catalog-drop-link::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          display: block;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 1px;
          height: 100%;
          background: var(--outline-color); }

[lang='ru'] #page-header .header-nav-categories .catalog-drop .catalog-drop-link {
  padding: 0 0 0 20px; }

body.menu-opened {
  overflow: hidden;
  margin-right: var(--scrollbar-width); }
  body.menu-opened #page-header {
    padding-right: var(--scrollbar-width); }
    body.menu-opened #page-header::before {
      content: "";
      position: absolute;
      z-index: 100;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.3);
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    body.menu-opened #page-header .header-menu {
      pointer-events: initial;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      visibility: visible; }

.header-menu {
  position: fixed;
  z-index: 10000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 360px;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--white-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  pointer-events: none;
  visibility: hidden;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05); }
  @media (max-width: 767.98px) {
    .header-menu {
      max-width: 100%; } }
  .header-menu .header-menu-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 66px;
    padding: 16px;
    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;
    gap: 16px;
    background: var(--white-color);
    border-bottom: 1px solid var(--outline-color); }
  .header-menu .header-menu-wrap {
    padding-top: 66px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden; }
  .header-menu .header-contacts {
    margin-top: auto; }
  .header-menu .close-menu {
    position: relative;
    width: 32px;
    height: 32px;
    margin-right: -8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    outline: none;
    background: var(--white-color);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    @media (any-hover: hover) {
      .header-menu .close-menu:hover, .header-menu .close-menu:focus {
        background: var(--primary-color); }
        .header-menu .close-menu:hover:after, .header-menu .close-menu:hover::before, .header-menu .close-menu:focus:after, .header-menu .close-menu:focus::before {
          background: var(--white-color); } }
    .header-menu .close-menu:after, .header-menu .close-menu::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 16px;
      height: 1px;
      background: var(--grey-color);
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .header-menu .close-menu::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .header-menu .close-menu:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }

.hamburger {
  position: relative;
  z-index: 102;
  width: 32px;
  height: 32px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  border: none;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (any-hover: hover) {
    .hamburger:hover .hamburger-line {
      background-color: var(--primary-color); } }
  .hamburger:focus .hamburger-line {
    background-color: var(--primary-color); }
  .menu-opened .hamburger .hamburger-line, .hamburger.trigger-active .hamburger-line {
    background: var(--primary-color);
    height: 2px; }
    .menu-opened .hamburger .hamburger-line:nth-child(3n + 1), .hamburger.trigger-active .hamburger-line:nth-child(3n + 1) {
      -webkit-transform: translateY(7px) rotate(-45deg);
          -ms-transform: translateY(7px) rotate(-45deg);
              transform: translateY(7px) rotate(-45deg); }
      @media (max-width: 767.98px) {
        .menu-opened .hamburger .hamburger-line:nth-child(3n + 1), .hamburger.trigger-active .hamburger-line:nth-child(3n + 1) {
          -webkit-transform: translateY(4px) rotate(-45deg);
              -ms-transform: translateY(4px) rotate(-45deg);
                  transform: translateY(4px) rotate(-45deg); } }
    .menu-opened .hamburger .hamburger-line:nth-child(3n + 2), .hamburger.trigger-active .hamburger-line:nth-child(3n + 2) {
      opacity: 0;
      left: 100%; }
    .menu-opened .hamburger .hamburger-line:nth-child(3n + 3), .hamburger.trigger-active .hamburger-line:nth-child(3n + 3) {
      -webkit-transform: translateY(-7px) rotate(45deg);
          -ms-transform: translateY(-7px) rotate(45deg);
              transform: translateY(-7px) rotate(45deg); }
      @media (max-width: 767.98px) {
        .menu-opened .hamburger .hamburger-line:nth-child(3n + 3), .hamburger.trigger-active .hamburger-line:nth-child(3n + 3) {
          -webkit-transform: translateY(-4px) rotate(45deg);
              -ms-transform: translateY(-4px) rotate(45deg);
                  transform: translateY(-4px) rotate(45deg); } }
  .hamburger .hamburger-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 16px;
    height: 16px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .hamburger .hamburger-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--black-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .hamburger .hamburger-line:nth-child(3n + 1) {
      top: 2px; }
    .hamburger .hamburger-line:nth-child(3n + 2) {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .hamburger .hamburger-line:nth-child(3n + 3) {
      bottom: 2px; }
  @media (min-width: 1200px) {
    .hamburger {
      margin-left: -6px; } }
  @media (max-width: 767.98px) {
    .hamburger {
      min-width: 72px;
      width: 72px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      min-height: 64px;
      padding: 8px 0;
      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;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 0;
      color: var(--color-text); }
      .hamburger .hamburger-wrap {
        position: static;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        margin: 9px;
        width: 14px;
        height: 14px; }
      .hamburger::after {
        content: attr(data-value);
        display: block;
        color: var(--color-text);
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px; }
      .hamburger:hover, .hamburger:focus, .hamburger.active {
        color: var(--primary-color); }
        .hamburger:hover::after, .hamburger:focus::after, .hamburger.active::after {
          color: var(--primary-color); } }

.socials-wrap nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }

.socials-wrap .social-link {
  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;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    .socials-wrap .social-link:hover {
      color: var(--primary-color); }
      .socials-wrap .social-link:hover svg path {
        fill: var(--primary-color); } }
  .socials-wrap .social-link:focus {
    color: var(--primary-color); }
  .socials-wrap .social-link svg path {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  .socials-wrap .social-link svg,
  .socials-wrap .social-link img {
    width: 20px;
    height: 20px;
    -o-object-fit: scale-down;
       object-fit: scale-down; }

body.catalog-opened {
  overflow: hidden;
  margin-right: var(--scrollbar-width); }
  body.catalog-opened #page-header {
    padding-right: var(--scrollbar-width); }
  body.catalog-opened::before {
    content: "";
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  body.catalog-opened .header-catalog-wrapper {
    opacity: 1;
    pointer-events: initial;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    @media (max-width: 991.98px) {
      body.catalog-opened .header-catalog-wrapper {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }

.header-catalog-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999999;
  width: 100%;
  background: var(--white);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 992px) {
    .header-catalog-wrapper {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px); } }
  @media (max-width: 991.98px) {
    .header-catalog-wrapper {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      width: 100%;
      height: 100dvh;
      top: 0;
      left: 0; }
      .header-catalog-wrapper .container {
        padding: 0; } }
  @media (min-width: 992px) {
    .header-catalog-wrapper .catalog-drop {
      padding: 24px 0;
      border-top: 1px solid var(--outline-color); } }
  .header-catalog-wrapper .catalog-drop ul, .header-catalog-wrapper .catalog-drop li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .header-catalog-wrapper .catalog-drop .header-menu-close {
    top: 18px; }
  .header-catalog-wrapper .catalog-drop .catalog-drop-top {
    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;
    gap: 8px;
    padding: 15px 16px;
    min-height: 60px;
    background: white;
    border-bottom: 1px solid var(--outline-color); }
    @media (min-width: 992px) {
      .header-catalog-wrapper .catalog-drop .catalog-drop-top {
        display: none; } }
  .header-catalog-wrapper .catalog-drop .catalog-drop-title {
    color: var(--color-text);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase; }
  @media (min-width: 992px) {
    .header-catalog-wrapper .catalog-drop .nav-catalog-list-wrap {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
      gap: 16px 10px; } }
  @media (max-width: 991.98px) {
    .header-catalog-wrapper .catalog-drop .nav-catalog-list-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 16px 8px;
      max-height: calc(100dvh - 60px);
      overflow-y: auto; }
      .header-catalog-wrapper .catalog-drop .nav-catalog-list-wrap .nav-catalog-list:nth-child(4n + 1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .header-catalog-wrapper .catalog-drop .nav-catalog-list-wrap .nav-catalog-list:nth-child(4n + 2) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .header-catalog-wrapper .catalog-drop .nav-catalog-list-wrap .nav-catalog-list:nth-child(4n + 3) {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      .header-catalog-wrapper .catalog-drop .nav-catalog-list-wrap .nav-catalog-list:nth-child(4n + 4) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .header-catalog-wrapper .catalog-drop .nav-catalog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 992px) {
      .header-catalog-wrapper .catalog-drop .nav-catalog-list {
        row-gap: 16px; } }
  .header-catalog-wrapper .catalog-drop .catalog-drop-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
    .header-catalog-wrapper .catalog-drop .catalog-drop-item.accordion-open .catalog-drop-link > .icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    .header-catalog-wrapper .catalog-drop .catalog-drop-item.accordion-open .icon-arrow {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    @media (max-width: 991.98px) {
      .header-catalog-wrapper .catalog-drop .catalog-drop-item {
        position: relative;
        border-bottom: 1px solid var(--outline-color); } }
  .header-catalog-wrapper .catalog-drop .sub-item.sub-in.accordion-open > a > .icon {
    -webkit-transform: rotate(-180deg) !important;
        -ms-transform: rotate(-180deg) !important;
            transform: rotate(-180deg) !important; }
  .header-catalog-wrapper .catalog-drop .catalog-drop-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 2px;
    color: var(--color-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .header-catalog-wrapper .catalog-drop .catalog-drop-link .icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 20px;
      height: 20px;
      padding: 4px;
      color: var(--primary-color);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
    .header-catalog-wrapper .catalog-drop .catalog-drop-link:hover, .header-catalog-wrapper .catalog-drop .catalog-drop-link:focus {
      text-decoration: none;
      color: var(--primary-color); }
    .header-catalog-wrapper .catalog-drop .catalog-drop-link.sale {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-transform: uppercase;
      font-weight: 500;
      color: var(--primary-color);
      text-align: left; }
      .header-catalog-wrapper .catalog-drop .catalog-drop-link.sale::before {
        content: "";
        display: block;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 20px;
        height: 20px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M17.6098 8.178C17.3058 7.864 17.1658 7.436 17.2278 7.002L17.2838 6.606C17.4518 5.42 16.6598 4.328 15.4798 4.122L15.0858 4.052C14.6558 3.976 14.2898 3.712 14.0858 3.326L13.8978 2.974C13.3358 1.916 12.0538 1.498 10.9778 2.026L10.6178 2.2C10.2258 2.392 9.77378 2.392 9.38178 2.2L9.02378 2.024C7.94778 1.498 6.66578 1.914 6.10378 2.972L5.91578 3.324C5.70978 3.71 5.34578 3.976 4.91578 4.05L4.52178 4.12C3.34178 4.326 2.54978 5.418 2.71778 6.604L2.77378 7C2.83578 7.434 2.69578 7.862 2.39178 8.176L2.11378 8.462C1.27978 9.322 1.27978 10.672 2.11378 11.532L2.39178 11.82C2.69578 12.134 2.83578 12.562 2.77378 12.996L2.71778 13.392C2.54978 14.578 3.34178 15.67 4.52178 15.876L4.91578 15.946C5.34578 16.022 5.71178 16.286 5.91578 16.672L6.10378 17.024C6.50178 17.772 7.25778 18.2 8.04978 18.2C8.37578 18.2 8.70978 18.126 9.02378 17.972L9.38178 17.8C9.77378 17.608 10.2258 17.608 10.6178 17.8L10.9758 17.976C12.0518 18.502 13.3338 18.086 13.8958 17.028L14.0838 16.676C14.2898 16.29 14.6538 16.024 15.0838 15.95L15.4778 15.88C16.6578 15.674 17.4498 14.582 17.2818 13.396L17.2258 13C17.1638 12.566 17.3038 12.138 17.6078 11.824L17.8858 11.538C18.7198 10.678 18.7198 9.328 17.8858 8.468L17.6098 8.178ZM17.3118 10.98L17.0338 11.266C16.5578 11.758 16.3378 12.432 16.4338 13.11L16.4898 13.506C16.5978 14.262 16.0918 14.958 15.3398 15.09L14.9458 15.16C14.2698 15.278 13.6978 15.694 13.3778 16.3L13.1898 16.652C12.8318 17.326 12.0138 17.594 11.3278 17.258L10.9698 17.082C10.3538 16.78 9.64578 16.78 9.02978 17.082L8.67178 17.258C7.98578 17.594 7.16778 17.328 6.80978 16.652L6.62178 16.3C6.29978 15.694 5.72778 15.278 5.05378 15.16L4.65978 15.09C3.90778 14.958 3.40178 14.262 3.50978 13.506L3.56578 13.11C3.66178 12.43 3.44378 11.758 2.96578 11.266L2.68778 10.978C2.15578 10.428 2.15578 9.57 2.68778 9.02L2.96578 8.734C3.44178 8.242 3.66178 7.568 3.56578 6.89L3.50978 6.494C3.40178 5.738 3.90778 5.042 4.65978 4.91L5.05378 4.84C5.72978 4.722 6.30178 4.306 6.62178 3.7L6.80978 3.348C7.06378 2.87 7.54578 2.598 8.04978 2.598C8.25778 2.598 8.46978 2.644 8.67178 2.742L9.02978 2.918C9.64578 3.22 10.3538 3.22 10.9698 2.918L11.3278 2.742C12.0138 2.406 12.8318 2.672 13.1898 3.348L13.3778 3.7C13.6998 4.306 14.2718 4.722 14.9458 4.84L15.3398 4.91C16.0918 5.042 16.5978 5.738 16.4898 6.494L16.4338 6.89C16.3378 7.57 16.5558 8.242 17.0338 8.734L17.3118 9.022C17.8438 9.57 17.8438 10.43 17.3118 10.98Z" fill="%23BD4932"/><path d="M13.1802 6.818C13.0242 6.662 12.7702 6.662 12.6142 6.818L6.81622 12.616C6.66022 12.772 6.66022 13.026 6.81622 13.182C6.89422 13.26 6.99622 13.3 7.09822 13.3C7.20022 13.3 7.30222 13.26 7.38022 13.182L13.1782 7.384C13.3362 7.228 13.3362 6.974 13.1802 6.818Z" fill="%23BD4932"/><path d="M8.37188 8.942C8.80788 8.942 9.24188 8.776 9.57388 8.444C10.2359 7.782 10.2359 6.702 9.57388 6.04C8.91188 5.378 7.83188 5.378 7.16988 6.04C6.84788 6.36 6.67188 6.788 6.67188 7.242C6.67188 7.696 6.84788 8.124 7.16988 8.444C7.50188 8.776 7.93588 8.942 8.37188 8.942ZM7.73588 6.606C7.91188 6.43 8.14188 6.342 8.37188 6.342C8.60188 6.342 8.83188 6.43 9.00788 6.606C9.35788 6.956 9.35788 7.528 9.00788 7.878C8.65588 8.228 8.08587 8.228 7.73588 7.878C7.56587 7.708 7.47188 7.482 7.47188 7.242C7.47188 7.002 7.56587 6.776 7.73588 6.606Z" fill="%23BD4932"/><path d="M10.4223 11.556C9.76028 12.218 9.76028 13.298 10.4223 13.96C10.7543 14.292 11.1883 14.458 11.6243 14.458C12.0603 14.458 12.4943 14.292 12.8263 13.96C13.1483 13.638 13.3243 13.212 13.3243 12.758C13.3243 12.304 13.1483 11.876 12.8263 11.556C12.1643 10.892 11.0863 10.892 10.4223 11.556ZM12.2603 13.394C11.9103 13.744 11.3383 13.744 10.9883 13.394C10.6383 13.044 10.6383 12.472 10.9883 12.122C11.1643 11.946 11.3943 11.858 11.6243 11.858C11.8543 11.858 12.0843 11.946 12.2603 12.122C12.4303 12.292 12.5243 12.518 12.5243 12.758C12.5243 12.998 12.4303 13.224 12.2603 13.394Z" fill="%23BD4932"/></svg>') center no-repeat; }
    @media (max-width: 991.98px) {
      .header-catalog-wrapper .catalog-drop .catalog-drop-link {
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-top: 16px;
        padding-bottom: 16px; } }
  .header-catalog-wrapper .catalog-drop .icon-arrow {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px;
    height: 20px;
    padding: 4px;
    color: var(--primary-color);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    cursor: pointer; }
    @media (max-width: 991.98px) {
      .header-catalog-wrapper .catalog-drop .icon-arrow {
        position: absolute;
        top: 16px;
        right: 0; } }
  .header-catalog-wrapper .catalog-drop .sub-list {
    width: 100%;
    padding-top: 16px;
    padding-left: 20px;
    display: none; }
    @media (max-width: 991.98px) {
      .header-catalog-wrapper .catalog-drop .sub-list {
        padding-top: 0;
        border-top: 1px solid var(--outline-color); } }
    @media (min-width: 992px) {
      .header-catalog-wrapper .catalog-drop .sub-list li:not(:last-child) {
        margin-bottom: 16px; } }
    @media (max-width: 991.98px) {
      .header-catalog-wrapper .catalog-drop .sub-list li:not(:last-child) a {
        border-bottom: 1px solid var(--outline-color); } }
    .header-catalog-wrapper .catalog-drop .sub-list li a {
      color: var(--grey-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
      @media (max-width: 991.98px) {
        .header-catalog-wrapper .catalog-drop .sub-list li a {
          color: var(--color-text);
          font-size: 16px; } }

.messengers .messengers-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: var(--color-text);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  white-space: nowrap; }
  @media (max-width: 991.98px) {
    .messengers .messengers-item {
      gap: 8px;
      font-size: 16px;
      line-height: 1.25; } }
  .messengers .messengers-item:hover, .messengers .messengers-item:focus {
    color: var(--primary-color); }
  .messengers .messengers-item .messengers-item-img {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .messengers .messengers-item .messengers-item-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 16px;
  border-top: 1px solid var(--outline-color); }
  .header-contacts .header-heading {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase; }
    .header-contacts .header-heading:not(:last-child) {
      margin-bottom: 16px; }
  .header-contacts .contacts-info {
    gap: 8px; }
    .header-contacts .contacts-info a {
      font-size: 16px;
      line-height: 1.25; }
  .header-contacts .socials-wrap {
    margin: 24px -16px;
    border-top: 1px solid var(--outline-color);
    border-bottom: 1px solid var(--outline-color); }
    .header-contacts .socials-wrap nav {
      gap: 0; }
    .header-contacts .socials-wrap .social-link {
      width: 50%;
      padding: 24px; }
      .header-contacts .socials-wrap .social-link:not(:last-child) {
        border-right: 1px solid var(--outline-color); }
      .header-contacts .socials-wrap .social-link svg path {
        fill: var(--primary-color); }
  .header-contacts .messengers .messengers-item {
    gap: 8px;
    font-size: 16px;
    line-height: 1.25; }
  .header-contacts .work-time .info-title {
    color: var(--primary-color);
    font-weight: 400; }
  .header-contacts .work-time .info-content {
    font-size: 14px;
    line-height: 20px; }

#mobile-nav {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background: var(--white-color);
  -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (min-width: 768px) {
    #mobile-nav {
      display: none; } }
  #mobile-nav .hamburger {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  #mobile-nav .js-catalog-trigger {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  #mobile-nav .btn-profile {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  #mobile-nav .btn-favorites {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  #mobile-nav .btn-cart {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }

.header-pages-nav {
  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;
  padding: 18px 16px 24px; }
  .header-pages-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding: 0;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .header-pages-nav .nav-link:hover, .header-pages-nav .nav-link:focus {
      color: var(--primary-color); }
      .header-pages-nav .nav-link:hover::before, .header-pages-nav .nav-link:focus::before {
        -webkit-animation: arrowMove 1s forwards ease;
                animation: arrowMove 1s forwards ease; }
    .header-pages-nav .nav-link::before {
      content: "";
      display: block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 6px;
      height: 10px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M1 1L5 5L1 9" stroke="%23BD4932" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }

#page-header .cellphones-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px; }
  #page-header .cellphones-list .phone {
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    color: var(--theme-color-second); }

#page-header .cellphones-dropdown-wrap {
  position: relative;
  z-index: 99; }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-inner {
        position: relative;
        gap: 0; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px;
    height: 20px;
    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;
    cursor: pointer;
    color: var(--color-text); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon .icon {
      width: 20px;
      height: 20px; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon.active {
      color: var(--primary-color); }
    @media (min-width: 1200px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
        pointer-events: none; } }
    @media (max-width: 767.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-icon {
        width: 32px;
        height: 32px; } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:hover::before, #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:focus::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 10px;
      background: transparent; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:hover .cellphones-dropdown, #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:focus .cellphones-dropdown {
      opacity: 1;
      pointer-events: initial;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:hover .cellphone-main-icon, #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content:focus .cellphone-main-icon {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown-content {
        position: relative;
        z-index: 1; } }
  #page-header .cellphones-dropdown-wrap .cellphone-main {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    #page-header .cellphones-dropdown-wrap .cellphone-main .ic {
      height: 8px;
      width: 8px;
      cursor: pointer;
      margin-left: 8px;
      color: var(--primary-color);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #page-header .cellphones-dropdown-wrap .cellphone-main .ic.active {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphone-main {
        display: none; } }
  #page-header .cellphones-dropdown-wrap .phone {
    white-space: nowrap;
    text-decoration: none;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      #page-header .cellphones-dropdown-wrap .phone:hover, #page-header .cellphones-dropdown-wrap .phone:focus {
        color: var(--primary-color); } }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 99;
    top: 100%;
    right: 0;
    min-width: 100%;
    gap: 2px;
    padding: 4px;
    margin-top: 8px;
    border-radius: 6px;
    background: var(--white);
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 1199.98px) {
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown {
        left: -32px;
        right: auto;
        margin-top: 16px; } }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.show {
      opacity: 1;
      pointer-events: initial;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.opened {
      opacity: 1; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone {
      width: 100%;
      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;
      min-height: 32px;
      padding: 6px 8px;
      color: var(--color-text);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      border-radius: 6px;
      background: white;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (any-hover: hover) {
        #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone:hover {
          color: var(--primary-color); } }
      #page-header .cellphones-dropdown-wrap .cellphones-dropdown .phone:focus {
        color: var(--primary-color); }

#page-header .nav-languages-dropdown-wrap {
  position: relative;
  z-index: 10; }
  #page-header .nav-languages-dropdown-wrap .current-language {
    position: relative;
    z-index: 5; }
  #page-header .nav-languages-dropdown-wrap .nav-languages {
    display: none;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    padding: 42px 2px 2px;
    gap: 2px;
    background: var(--white-color);
    border: 2px solid var(--theme-color-main);
    border-radius: 50px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    #page-header .nav-languages-dropdown-wrap .nav-languages.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      visibility: visible; }
    #page-header .nav-languages-dropdown-wrap .nav-languages.opened {
      opacity: 1; }
  #page-header .nav-languages-dropdown-wrap .nav-languages-link {
    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;
    text-align: center;
    text-decoration: none;
    color: var(--color-text);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 32px;
    height: 32px;
    background: var(--white-color);
    border-radius: 100%; }
    #page-header .nav-languages-dropdown-wrap .nav-languages-link:focus {
      background: var(--theme-color-main);
      color: var(--white-color); }
    @media (pointer: fine) {
      #page-header .nav-languages-dropdown-wrap .nav-languages-link:hover {
        background: var(--theme-color-main);
        color: var(--white-color); } }

#page-header .nav-languages-inline-wrap .nav-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#page-header .nav-languages-inline-wrap .nav-languages-item {
  min-height: 34px;
  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;
  padding: 6px 24px;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  border: 1px solid var(--border-color);
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  @media (any-hover: hover) {
    #page-header .nav-languages-inline-wrap .nav-languages-item:hover {
      border-color: var(--primary-color); } }
  #page-header .nav-languages-inline-wrap .nav-languages-item:focus {
    border-color: var(--primary-color); }

#page-header .nav-languages-inline-wrap .nav-languages-active {
  color: var(--white-color);
  background: var(--primary-color);
  border-color: var(--primary-color);
  cursor: default;
  pointer-events: none; }

@media (max-width: 767.98px) {
  body:has(.page-product) #page-footer {
    padding-bottom: 109px; } }

@media (max-width: 767.98px) {
  #page-footer {
    padding-bottom: 64px; } }

@media (max-width: 767.98px) {
  #page-footer.footer-checkout {
    padding-bottom: 0; } }

#page-footer.footer-checkout > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 8px;
  padding-top: 26px;
  padding-bottom: 18px;
  border-top: 1px solid var(--outline-color); }
  @media (max-width: 991.98px) {
    #page-footer.footer-checkout > .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 16px;
      padding-bottom: 16px;
      row-gap: 12px; } }

#page-footer.footer-checkout .logo-wrap img {
  max-width: 93px; }

@media (max-width: 991.98px) {
  #page-footer.footer-checkout .logo-wrap {
    padding: 0;
    border: none; } }

@media (max-width: 767.98px) {
  #page-footer.footer-checkout .logo-wrap {
    width: 100%; } }

#page-footer.footer-checkout .fenix-copyright {
  gap: 12px; }
  @media (min-width: 768px) {
    #page-footer.footer-checkout .fenix-copyright {
      margin-left: auto; } }

#page-footer .footer-top {
  padding-top: 56px;
  padding-bottom: 56px;
  background: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--outline-color); }
  @media (max-width: 991.98px) {
    #page-footer .footer-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 0;
      padding-bottom: 0;
      margin: 0 -16px;
      gap: 0; } }

#page-footer .logo-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 991.98px) {
    #page-footer .logo-wrap {
      width: 100%;
      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;
      padding: 24px 16px;
      border-bottom: 1px solid var(--outline-color); } }
  #page-footer .logo-wrap img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 322px; }
    @media (max-width: 1199.98px) {
      #page-footer .logo-wrap img {
        width: 186px; } }

@media (max-width: 991.98px) {
  #page-footer .footer-nav-wrap {
    padding: 24px 16px;
    border-bottom: 1px solid var(--outline-color); } }

#page-footer .footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  background: var(--white-color);
  color: var(--grey-color); }
  @media (min-width: 992px) {
    #page-footer .footer-bottom {
      border-top: 1px solid var(--outline-color); } }
  @media (max-width: 991.98px) {
    #page-footer .footer-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px;
      padding-top: 16px;
      padding-bottom: 16px; } }

@media (max-width: 991.98px) {
  #page-footer .copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

#page-footer .payments-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }
  @media (max-width: 991.98px) {
    #page-footer .payments-list {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  #page-footer .payments-list img {
    height: 24px; }
    #page-footer .payments-list img:first-child {
      height: 18px; }

#page-footer .fenix-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media (max-width: 991.98px) {
    #page-footer .fenix-copyright {
      gap: 12px;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  #page-footer .fenix-copyright a {
    color: var(--grey-color);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      #page-footer .fenix-copyright a:hover, #page-footer .fenix-copyright a:focus {
        color: var(--primary-color); } }
  #page-footer .fenix-copyright svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; }
    #page-footer .fenix-copyright svg path {
      fill: var(--grey-color); }
  #page-footer .fenix-copyright:focus {
    text-shadow: 0 0 0; }
    #page-footer .fenix-copyright:focus svg {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
  @media (pointer: fine) {
    #page-footer .fenix-copyright:hover {
      text-shadow: 0 0 0; }
      #page-footer .fenix-copyright:hover svg {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); } }

.footer-nav-title {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase; }
  .footer-nav-title:not(:last-child) {
    margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .footer-nav-title {
      font-weight: 400; } }

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px; }
  @media (max-width: 991.98px) {
    .footer-nav {
      row-gap: 14px; } }
  .footer-nav .nav-link {
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    color: var(--color-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .footer-nav .nav-link:hover, .footer-nav .nav-link:focus {
      color: var(--primary-color); }
      .footer-nav .nav-link:hover::before, .footer-nav .nav-link:focus::before {
        -webkit-animation: arrowMove 1s forwards ease;
                animation: arrowMove 1s forwards ease; }
    .footer-nav .nav-link::before {
      content: "";
      display: block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 6px;
      height: 10px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M1 1L5 5L1 9" stroke="%23BD4932" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }

@media (min-width: 992px) {
  .footer-contacts {
    min-width: 42%; } }

@media (max-width: 991.98px) {
  .footer-contacts {
    padding: 24px 16px;
    border-bottom: 1px solid var(--outline-color); } }

.footer-contacts .footer-contacts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px; }
  @media (max-width: 991.98px) {
    .footer-contacts .footer-contacts-row {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (max-width: 767.98px) {
    .footer-contacts .footer-contacts-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px; } }

.footer-contacts .footer-contacts-col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px; }
  @media (max-width: 991.98px) {
    .footer-contacts .footer-contacts-col:last-child {
      row-gap: 24px; } }

@media (max-width: 767.98px) {
  .footer-contacts .socials-wrap {
    margin: 0 -16px;
    border-top: 1px solid var(--outline-color);
    border-bottom: 1px solid var(--outline-color); } }

.footer-contacts .socials-wrap nav {
  gap: 20px; }
  @media (max-width: 767.98px) {
    .footer-contacts .socials-wrap nav {
      gap: 0; } }

@media (max-width: 767.98px) {
  .footer-contacts .socials-wrap .social-link {
    width: 50%;
    padding: 24px; }
    .footer-contacts .socials-wrap .social-link:not(:last-child) {
      border-right: 1px solid var(--outline-color); } }

.footer-contacts .socials-wrap .social-link svg path {
  fill: var(--primary-color); }

.contacts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px; }
  @media (max-width: 991.98px) {
    .contacts-info {
      gap: 8px; } }
  .contacts-info.phones:not(:last-child) {
    margin-bottom: 16px; }
  .contacts-info .info-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: var(--primary-color); }
    .contacts-info .info-icon .ic {
      width: 100%;
      height: 100%; }
  .contacts-info .info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px; }
  .contacts-info a {
    white-space: nowrap;
    color: var(--text-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .contacts-info a {
        font-size: 16px;
        line-height: 1.25; } }
    .contacts-info a:hover, .contacts-info a:focus {
      color: var(--primary-color); }

.work-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .work-time .info-title {
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase; }
    .work-time .info-title:not(:last-child) {
      margin-bottom: 6px; }
  .work-time .info-content {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; }
    @media (max-width: 991.98px) {
      .work-time .info-content {
        font-size: 14px;
        line-height: 22px; } }

.form-style-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--white-color);
  padding: 40px;
  border: 1px solid var(--primary-color); }
  @media (max-width: 1199.98px) {
    .form-style-box {
      padding: 20px; } }

.form-style input:-webkit-autofill,
.form-style input:-webkit-autofill:hover,
.form-style input:-webkit-autofill:focus,
.form-style textarea:-webkit-autofill,
.form-style textarea:-webkit-autofill:hover,
.form-style textarea:-webkit-autofill:focus,
.form-style select:-webkit-autofill,
.form-style select:-webkit-autofill:hover,
.form-style select:-webkit-autofill:focus {
  color: var(--color-text) !important;
  -webkit-text-fill-color: var(--color-text);
  -webkit-box-shadow: 0 0 0 1000px var(--white-color) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

.form-style .form-title {
  text-align: center;
  color: var(--color-text);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .form-style .form-title {
      margin-bottom: 8px; } }

.form-style .form-note {
  color: var(--grey-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .form-style .form-note {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px; } }

.form-style .form-alert {
  margin-bottom: 10px; }

.form-style .form-group {
  position: relative;
  margin-bottom: 0; }
  .form-style .form-group:has(input:focus) .form-label {
    opacity: 1;
    visibility: hidden;
    pointer-events: none; }

.form-style .form-columns {
  gap: 20px; }
  .form-style .form-columns:not(:last-child) {
    margin-bottom: 20px; }
  .form-style .form-columns .form-group:not(:last-child) {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .form-style .form-columns {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 991.98px) {
    .form-style .form-columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .form-style .form-columns:not(:last-child) {
        margin-bottom: 16px; } }

.form-style .form-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px; }
  @media (min-width: 992px) {
    .form-style .form-grid .form-group {
      width: 100%; }
      .form-style .form-grid .form-group:nth-child(1), .form-style .form-grid .form-group:nth-child(2), .form-style .form-grid .form-group:nth-child(3), .form-style .form-grid .form-group:nth-child(4) {
        width: calc(50% - 12px); } }
  @media (max-width: 991.98px) {
    .form-style .form-grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.form-style .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px; }
  @media (min-width: 992px) {
    .form-style .form-wrap .form-group {
      width: 100%; }
      .form-style .form-wrap .form-group:nth-child(1), .form-style .form-wrap .form-group:nth-child(2) {
        width: calc(50% - 12px); } }
  @media (max-width: 991.98px) {
    .form-style .form-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.form-style .form-group:not(:last-child),
.form-style .form-row-group:not(:last-child) {
  margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .form-style .form-group:not(:last-child),
    .form-style .form-row-group:not(:last-child) {
      margin-bottom: 20px; } }

.form-style .form-label {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.form-style .required {
  color: red;
  font-weight: normal; }

.form-style .form-control:not(.jq-selectbox) {
  min-height: 38px;
  padding: 0 0 16px;
  background: var(--white-color);
  border: none;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-text);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media (max-width: 991.98px) {
    .form-style .form-control:not(.jq-selectbox) {
      font-size: 14px; } }
  .form-style .form-control:not(.jq-selectbox):focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom-color: #bd4932; }
  .form-style .form-control:not(.jq-selectbox).form-control-error {
    border-bottom-color: red; }

.form-style textarea.form-control {
  height: 90px;
  resize: none;
  padding-bottom: 16px !important; }

.form-style .form-error {
  display: block;
  margin: 0;
  padding-top: 4px;
  color: red;
  font-size: 10px;
  line-height: 1.1; }

.form-style .btn-submit {
  margin: 32px auto 0;
  min-height: 48px;
  padding: 8px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--theme-color-main); }
  .form-style .btn-submit:focus {
    color: var(--primary-color);
    background: var(--white-color);
    border-color: var(--primary-color); }
  @media (pointer: fine) {
    .form-style .btn-submit:hover {
      color: var(--primary-color);
      background: var(--white-color);
      border-color: var(--primary-color); } }
  @media (max-width: 575.98px) {
    .form-style .btn-submit {
      width: 100%;
      margin: 20px auto 0; } }

.form-style a {
  color: var(--theme-color-second);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .form-style a:focus, .form-style a.current, .form-style a.active {
    color: var(--theme-color-main); }
  @media (pointer: fine) {
    .form-style a:hover {
      color: var(--theme-color-main); } }

.form-style .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.form-style .iti--separate-dial-code .iti__selected-flag,
.form-style .iti__country.iti__highlight {
  background-color: transparent !important; }

.form-style .iti {
  position: relative;
  z-index: 1;
  width: 100%; }
  .form-style .iti .iti__selected-flag {
    position: absolute;
    top: -38px;
    left: 0;
    padding: 0 6px 0 24px;
    height: 38px; }
  .form-style .iti .iti__flag {
    scale: 1.333;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: unset; }
  .form-style .iti .iti__arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff; }
  .form-style .iti .iti__arrow--up {
    border-top: none;
    border-bottom: 6px solid #ffffff; }
  .form-style .iti.iti--allow-dropdown .iti__flag-container,
  .form-style .iti.iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: 0;
    top: 100%; }
  .form-style .iti .iti__flag-box {
    margin-right: 15px; }
  .form-style .iti .iti__selected-dial-code {
    font-size: 16px;
    margin-left: 14px; }
  .form-style .iti .iti--separate-dial-code .iti__selected-dial-code, .form-style .iti .iti__arrow {
    margin-left: 11px; }
  .form-style .iti .form-control.input-tel {
    padding-left: 130px !important; }
  .form-style .iti .iti__country-list {
    width: 100%;
    z-index: -1;
    background-color: #171717;
    border: 2px solid rgba(17, 202, 190, 0.23);
    border-radius: 0 0 0 19px;
    padding: 14px;
    padding-top: 19px;
    margin-top: -19px;
    white-space: normal; }

.form-style .jq-selectbox.form-control {
  height: 48px; }
  @media (max-width: 991.98px) {
    .form-style .jq-selectbox.form-control {
      width: 100%; } }
  .form-style .jq-selectbox.form-control.opened .jq-selectbox__trigger {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .form-style .jq-selectbox.form-control .jq-selectbox__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    height: 48px;
    min-height: 48px;
    width: 100%;
    padding: 4px 40px 4px 15px;
    background: var(--white-color);
    border: 1px solid var(--stroke-color);
    color: var(--color-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .form-style .jq-selectbox.form-control .jq-selectbox__select:hover {
        border-color: var(--primary-color); } }
    .form-style .jq-selectbox.form-control .jq-selectbox__select:focus {
      border-color: var(--primary-color); }
    .form-style .jq-selectbox.form-control .jq-selectbox__select .jq-selectbox__select-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      color: var(--black-blue);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
  .form-style .jq-selectbox.form-control .jq-selectbox__trigger {
    width: 40px;
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .form-style .jq-selectbox.form-control .jq-selectbox__trigger-arrow {
    margin-top: 0;
    height: 8px;
    width: 8px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M9 1L5 5L1 1" stroke="%23BD4932" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; }
  .form-style .jq-selectbox.form-control .jq-selectbox__dropdown {
    left: 50% !important;
    min-width: 200px;
    border-radius: 0;
    border: 1px solid var(--stroke-color);
    background: var(--white-color);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 991.98px) {
      .form-style .jq-selectbox.form-control .jq-selectbox__dropdown {
        right: 0 !important;
        left: auto !important;
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%); } }
    .form-style .jq-selectbox.form-control .jq-selectbox__dropdown ul, .form-style .jq-selectbox.form-control .jq-selectbox__dropdown li {
      list-style: none; }
    .form-style .jq-selectbox.form-control .jq-selectbox__dropdown li {
      padding: 8px 12px;
      color: var(--color-text);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .form-style .jq-selectbox.form-control .jq-selectbox__dropdown li:focus, .form-style .jq-selectbox.form-control .jq-selectbox__dropdown li.sel {
        background: var(--primary-color);
        color: var(--white-color); }
      @media (any-hover: hover) {
        .form-style .jq-selectbox.form-control .jq-selectbox__dropdown li:not(.sel):hover {
          background: var(--primary-color);
          color: var(--white-color); } }
      .form-style .jq-selectbox.form-control .jq-selectbox__dropdown li:not(.sel):focus {
        background: var(--primary-color);
        color: var(--white-color); }

.form-style .btn + .custom-checkbox {
  margin-top: 20px; }

.form-style .custom-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0;
  cursor: pointer;
  /*input[type="checkbox"]:focus ~ .checkbox {
            box-shadow: 0 0 0 0.25rem fade(var(--white-color), 40%);
        }*/ }
  .form-style .custom-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .form-style .custom-checkbox .checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background: transparent;
    border: 1px solid var(--stroke-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .form-style .custom-checkbox .checkbox:hover {
        border-color: var(--primary-color); } }
    .form-style .custom-checkbox .checkbox:focus {
      border-color: var(--primary-color); }
  .form-style .custom-checkbox .text {
    color: var(--black-blue);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .form-style .custom-checkbox .text a {
      color: var(--primary-color);
      text-decoration: underline; }
      @media (any-hover: hover) {
        .form-style .custom-checkbox .text a:hover {
          text-decoration: none; } }
  .form-style .custom-checkbox .form-error {
    position: absolute;
    top: 100%;
    left: 0; }
  .form-style .custom-checkbox input[type="checkbox"]:checked ~ .checkbox {
    background-repeat: no-repeat;
    background-position: center;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="10" viewBox="0 0 14 10" fill="none"><path d="M2 4.5L5.75 8.25L12 2" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }

.form-style .form-group.confirm-group {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  padding-left: 20px; }
  .form-style .form-group.confirm-group a {
    text-decoration: underline; }
  @media (max-width: 991.98px) {
    .form-style .form-group.confirm-group {
      padding-left: 0;
      font-size: 12px;
      line-height: 150%; } }

.iti-mobile .iti--container {
  z-index: 199992;
  inset: 21px; }
  .iti-mobile .iti--container .iti__country-list {
    width: 100%;
    z-index: -1;
    background-color: #171717;
    border: 2px solid rgba(17, 202, 190, 0.23);
    border-radius: 16px;
    padding: 14px;
    white-space: normal; }

.form-style-popup {
  width: 100%; }
  .form-style-popup .form-title {
    color: var(--black-color);
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase; }
    .form-style-popup .form-title:not(:last-child) {
      margin-bottom: 12px; }
  .form-style-popup .form-note {
    color: var(--grey-color);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    .form-style-popup .form-note:not(:last-child) {
      margin-bottom: 20px; }

body.fancybox-active {
  overflow: hidden;
  margin-right: var(--scrollbar-width); }
  body.fancybox-active #page-header {
    padding-right: var(--scrollbar-width); }

.fancybox-bg {
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }

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

.fancybox-inner {
  z-index: 0; }

.fancybox-container.form-popup .fancybox-content {
  border-radius: 0;
  width: 100%;
  max-width: 400px;
  padding: 40px; }
  @media (max-width: 991.98px) {
    .fancybox-container.form-popup .fancybox-content {
      padding: 28px; } }

.fancybox-container.form-popup .fancybox-close-small {
  top: 10px;
  right: 10px;
  border-radius: 50%; }
  .fancybox-container.form-popup .fancybox-close-small::before, .fancybox-container.form-popup .fancybox-close-small::after {
    width: 16px; }
    @media (max-width: 991.98px) {
      .fancybox-container.form-popup .fancybox-close-small::before, .fancybox-container.form-popup .fancybox-close-small::after {
        background: var(--white-color); } }
  @media (max-width: 991.98px) {
    .fancybox-container.form-popup .fancybox-close-small {
      top: 6px;
      right: 6px;
      background: var(--primary-color); } }

.fancybox-container.form-popup .btn {
  width: 100%;
  min-height: 48px;
  font-size: 16px; }

.fancybox-container.form-popup .form-style-box {
  padding: 20px; }
  @media (max-width: 991.98px) {
    .fancybox-container.form-popup .form-style-box {
      padding: 16px; } }
  .fancybox-container.form-popup .form-style-box .btn-submit {
    margin: 0 auto; }

.fancybox-container.form-popup .form-group:has(input:focus) .form-label {
  visibility: visible;
  pointer-events: initial; }

.fancybox-container.form-popup .form-group:not(:last-child) {
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .fancybox-container.form-popup .form-group:not(:last-child) {
      margin-bottom: 16px; } }

.fancybox-container.form-popup .form-group .form-label {
  position: static; }

.fancybox-container.form-popup .form-control {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--white);
  color: var(--black-color);
  border: 1px solid var(--stroke-color);
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .fancybox-container.form-popup .form-control.form-control-error {
    border-color: red; }
  .fancybox-container.form-popup .form-control::-webkit-input-placeholder {
    color: #bdbdbd; }
  .fancybox-container.form-popup .form-control::-moz-placeholder {
    color: #bdbdbd; }
  .fancybox-container.form-popup .form-control:-ms-input-placeholder {
    color: #bdbdbd; }
  .fancybox-container.form-popup .form-control::-ms-input-placeholder {
    color: #bdbdbd; }
  .fancybox-container.form-popup .form-control::placeholder {
    color: #bdbdbd; }
  @media (any-hover: hover) {
    .fancybox-container.form-popup .form-control:hover {
      border-color: var(--primary-color); } }

.fancybox-container.form-popup .password-view-toggle {
  bottom: 14px; }

.fancybox-container.form-popup .form-error {
  display: block;
  margin: 0;
  padding: 2px 0;
  color: red;
  font-size: 10px; }

.fancybox-container.form-popup .form-label {
  font-weight: 600; }

.fancybox-container.form-popup .additional-chose {
  gap: 20px;
  color: var(--grey-color);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  @media (max-width: 991.98px) {
    .fancybox-container.form-popup .additional-chose {
      gap: 16px;
      font-size: 12px;
      line-height: 16px; } }
  .fancybox-container.form-popup .additional-chose a {
    color: var(--primary-color);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .fancybox-container.form-popup .additional-chose a:hover {
        text-decoration: underline; } }

.auth-form-container {
  max-width: 400px;
  margin: 100px auto; }

.form-style .additional-chose {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem; }

.form-style .login-by-social {
  margin-top: 12px; }
  .form-style .login-by-social .title {
    position: relative;
    text-align: center;
    font-size: 1rem; }
    .form-style .login-by-social .title span {
      position: relative;
      z-index: 2;
      color: #696969;
      background: white;
      padding: 0 10px; }
    .form-style .login-by-social .title:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      background: #696969;
      height: 1px;
      width: 100%; }
  .form-style .login-by-social .sign-in-socials-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 10px;
    margin-top: 13px; }
    .form-style .login-by-social .sign-in-socials-wrap .btn-sign-in-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      padding: 7px 15px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px;
      text-decoration: none;
      border-radius: 100px;
      border: 1px solid #696969;
      background: var(--white-color); }
      .form-style .login-by-social .sign-in-socials-wrap .btn-sign-in-social .text {
        text-align: center;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2;
        color: var(--color-text); }

.password-view-wrap {
  position: relative; }
  .password-view-wrap .form-control {
    padding-right: 50px; }
  .password-view-wrap .password-view-toggle {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 10px;
    color: #696969;
    cursor: pointer; }
    .password-view-wrap .password-view-toggle svg.ic {
      width: 20px;
      height: 20px; }
  .password-view-wrap .form-control[type=text] ~ .password-view-toggle {
    color: var(--primary-color); }

body.search-opened {
  overflow: hidden;
  margin-right: var(--scrollbar-width); }
  body.search-opened #page-header {
    padding-right: var(--scrollbar-width); }
  body.search-opened .search-form {
    position: relative;
    z-index: 999999999999; }
  body.search-opened .header-search {
    opacity: 1;
    visibility: visible;
    padding-right: var(--scrollbar-width); }
    @media (min-width: 992px) {
      body.search-opened .header-search {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
    @media (max-width: 991.98px) {
      body.search-opened .header-search {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }

body.search-modal-opened {
  overflow: hidden;
  margin-right: var(--scrollbar-width); }

.header-search {
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
  @media (min-width: 992px) {
    .header-search {
      -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
              transform: translateY(-20px); }
      .header-search::before {
        content: "";
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px); } }
  @media (max-width: 991.98px) {
    .header-search {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      background: var(--white); } }
  .header-search .header-search-box {
    position: relative;
    z-index: 100000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1312px;
    width: 100%;
    margin: 0 auto;
    gap: 4px;
    padding: 20px 16px;
    background: var(--white-color); }
    @media (max-width: 991.98px) {
      .header-search .header-search-box {
        padding: 0 16px; } }
  .header-search .header-search-btn {
    position: relative;
    width: 40px;
    height: 40px;
    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;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 100px;
    border: 1px solid;
    outline: none;
    background: #f8f8f8; }
    @media (min-width: 576px) {
      .header-search .header-search-btn {
        display: none; } }
    .header-search .header-search-btn .icon {
      position: absolute;
      z-index: 5;
      top: 50%;
      left: 50%;
      width: 16px;
      height: 16px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: black; }
    .header-search .header-search-btn.btn-search-active {
      background: var(--primary-color); }
      .header-search .header-search-btn.btn-search-active .icon {
        color: var(--white-color); }
  .header-search .search-modal-header {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 16px;
    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;
    gap: 16px;
    min-height: 60px;
    background: var(--white-color);
    border-bottom: 1px solid var(--outline-color); }
    .header-search .search-modal-header .title {
      color: var(--color-text);
      font-size: 20px;
      font-weight: 300;
      line-height: 1.4;
      text-transform: uppercase; }
  @media (min-width: 992px) {
    .header-search .search-modal-header {
      display: none; } }

#search-modal {
  visibility: visible;
  opacity: 1;
  position: absolute;
  z-index: 10000;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background: var(--white-color);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  #search-modal .search-results {
    max-height: calc(100dvh - 210px);
    overflow: auto;
    padding-right: 6px; }
    @media (min-width: 992px) {
      #search-modal .search-results, #search-modal .search-results * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      #search-modal .search-results::-webkit-scrollbar,
      #search-modal .search-results *::-webkit-scrollbar {
        width: 4px;
        height: 4px; }
      #search-modal .search-results::-webkit-scrollbar-button,
      #search-modal .search-results *::-webkit-scrollbar-button {
        display: none; }
      #search-modal .search-results::-webkit-scrollbar-track,
      #search-modal .search-results *::-webkit-scrollbar-track {
        background: #eeeeee; }
      #search-modal .search-results::-webkit-scrollbar-track-piece,
      #search-modal .search-results *::-webkit-scrollbar-track-piece {
        background: #eeeeee; }
      #search-modal .search-results::-webkit-scrollbar-thumb,
      #search-modal .search-results *::-webkit-scrollbar-thumb {
        background: var(--primary-color);
        border-radius: 99px; }
      #search-modal .search-results::-webkit-scrollbar-corner,
      #search-modal .search-results *::-webkit-scrollbar-corner {
        background: #eeeeee; } }
    @media (max-width: 991.98px) {
      #search-modal .search-results {
        padding-right: 0;
        max-height: calc(100dvh - 148px);
        padding-bottom: 16px; } }
  #search-modal.loading .search-results {
    opacity: 0.5;
    pointer-events: none; }
  #search-modal .result-empty {
    padding-bottom: 32px; }
    @media (max-width: 991.98px) {
      #search-modal .result-empty {
        padding-bottom: 24px; } }
    #search-modal .result-empty .result-message {
      position: relative; }
      @media (min-width: 992px) {
        #search-modal .result-empty .result-message::before {
          content: "";
          position: absolute;
          top: 0;
          left: 100%;
          width: 6px;
          height: 100%;
          background: var(--outline-color); } }
  #search-modal .result-title {
    color: var(--grey-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media (max-width: 991.98px) {
      #search-modal .result-title {
        font-weight: 400;
        line-height: 16px; } }
  #search-modal .result-message {
    background: var(--outline-color);
    text-align: center;
    padding: 24px;
    font-size: 16px;
    line-height: 24px; }
    #search-modal .result-message > .icon {
      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;
      font-size: 40px;
      line-height: 1;
      margin: 0 auto 12px; }
    #search-modal .result-message .term-target {
      font-weight: bold; }
    #search-modal .result-message .description {
      max-width: 500px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
  #search-modal .result-products,
  #search-modal .result-categories,
  #search-modal .result-empty,
  #search-modal .result-start-search {
    display: none; }
  @media (min-width: 992px) {
    #search-modal .result-products, #search-modal .result-categories {
      padding-bottom: 32px; } }
  #search-modal .search-results-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px; }
    @media (max-width: 991.98px) {
      #search-modal .search-results-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  #search-modal .result-products {
    width: 100%; }
  #search-modal .result-categories {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (min-width: 992px) {
      #search-modal .result-categories {
        width: 350px; } }
    @media (max-width: 991.98px) {
      #search-modal .result-categories {
        width: 100%; } }
  #search-modal .result-products .result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 992px) {
      #search-modal .result-products .result-list:not(:last-child) {
        margin-bottom: 16px; } }
  #search-modal .result-btn {
    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; }
    @media (max-width: 767.98px) {
      #search-modal .result-btn .btn {
        width: 100%; } }
  #search-modal .product-search-card {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 72px 1fr minmax(242px, auto) 40px;
    grid-template-columns: 72px 1fr minmax(242px, auto) 40px;
    grid-column-gap: 12px;
    grid-row-gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    color: var(--black-color);
    padding: 16px 0;
    border-bottom: 1px solid #f3f3f3; }
    #search-modal .product-search-card:first-child {
      border-top: 1px solid #f3f3f3; }
    #search-modal .product-search-card img {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3;
      width: 72px;
      height: 72px;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
    #search-modal .product-search-card .title {
      font-size: 16px;
      font-weight: 500;
      line-height: 18px;
      color: var(--black-color);
      margin-top: auto;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        #search-modal .product-search-card .title:hover {
          color: var(--primary-color); } }
      @media (max-width: 991.98px) {
        #search-modal .product-search-card .title {
          font-size: 14px;
          font-weight: 400;
          line-height: 20px; } }
    #search-modal .product-search-card .sku {
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      margin-bottom: auto;
      color: var(--grey-color); }
    #search-modal .product-search-card .price-wrap {
      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;
      font-size: 16px;
      font-weight: 500;
      line-height: 18px; }
      #search-modal .product-search-card .price-wrap .old-price {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px; }
      @media (max-width: 991.98px) {
        #search-modal .product-search-card .price-wrap {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          gap: 8px;
          font-weight: 600;
          line-height: 20px; }
          #search-modal .product-search-card .price-wrap .price {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; }
          #search-modal .product-search-card .price-wrap .old-price {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            margin-bottom: 0;
            -ms-flex-item-align: end;
                align-self: flex-end; } }
    @media (min-width: 992px) {
      #search-modal .product-search-card .title,
      #search-modal .product-search-card .sku {
        -ms-grid-column: 2;
        grid-column: 2; }
      #search-modal .product-search-card .price-wrap {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3; }
      #search-modal .product-search-card::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 32px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 8px;
        height: 14px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="14" viewBox="0 0 8 14" fill="none"><path d="M1 1L7 7L1 13" stroke="%23BD4932" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; } }
    @media (max-width: 991.98px) {
      #search-modal .product-search-card {
        border-bottom: none;
        -ms-grid-columns: 72px 1fr;
        grid-template-columns: 72px 1fr; }
        #search-modal .product-search-card:not(:last-child) {
          border-bottom: 1px solid #f3f3f3; }
        #search-modal .product-search-card img {
          -ms-grid-row-align: self-start;
              align-self: self-start;
          -ms-grid-row-span: 3;
          grid-row: span 3; } }
  #search-modal .result-categories .result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
  #search-modal .category-search-card {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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;
    min-height: 32px;
    background: var(--white-color);
    border: 1px solid var(--border-color);
    color: var(--black-color);
    text-decoration: none;
    padding: 3px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (pointer: fine) {
      #search-modal .category-search-card:hover {
        background: var(--primary-color);
        border-color: var(--primary-color);
        color: var(--white-color); } }
    #search-modal .category-search-card:focus {
      background: var(--primary-color);
      border-color: var(--primary-color);
      color: var(--white-color); }
  #search-modal .search-form {
    margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    #search-modal {
      height: 100%;
      padding-top: 148px;
      padding-bottom: 32px;
      top: 0; } }

.search-form {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .search-form {
      padding-top: 80px; } }
  .search-form .search-input-wrap {
    position: relative;
    width: 100%; }
  .search-form input {
    height: 40px;
    width: 100%;
    padding-left: 16px;
    padding-right: 50px;
    outline: none;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    background: var(--white-color);
    color: var(--color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
    .search-form input:focus {
      border-color: var(--primary-color); }
    @media (max-width: 991.98px) {
      .search-form input {
        height: 48px; } }
  .search-form .btn-search {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0;
    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;
    height: 100%;
    border: none;
    outline: none;
    background: none; }
    @media (max-width: 991.98px) {
      .search-form .btn-search {
        height: 46px; } }
    .search-form .btn-search .ic {
      color: var(--theme-color-main);
      font-size: 24px; }
  .search-form input:focus ~ .btn-search .ic {
    color: var(--theme-color-main); }
  .search-form .close-modal {
    position: relative;
    z-index: 100;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    height: 40px;
    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;
    background: var(--white-color);
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 1439.98px) {
      .search-form .close-modal {
        position: fixed;
        top: 20px;
        right: 16px; } }
    .search-form .close-modal::before, .search-form .close-modal::after {
      content: "";
      position: absolute;
      z-index: 5;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 2px;
      background-color: var(--grey-color); }
    .search-form .close-modal::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
    .search-form .close-modal::after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    @media (any-hover: hover) {
      .search-form .close-modal:hover, .search-form .close-modal:focus {
        background: var(--primary-color); }
        .search-form .close-modal:hover::before, .search-form .close-modal:hover::after, .search-form .close-modal:focus::before, .search-form .close-modal:focus::after {
          background-color: var(--white-color); } }
    @media (max-width: 991.98px) {
      .search-form .close-modal {
        display: none; } }

:root {
  --breadcrumbs-height: 62px; }
  @media (max-width: 991.98px) {
    :root {
      --breadcrumbs-height: 40px; } }

#page-breadcrumbs {
  --gap: 8px;
  position: relative;
  overflow: hidden;
  z-index: 5;
  min-height: var(--breadcrumbs-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 26px;
  padding-bottom: 20px; }
  @media (max-width: 991.98px) {
    #page-breadcrumbs {
      --gap: 5px;
      padding-top: 16px;
      padding-bottom: 8px; } }
  #page-breadcrumbs .breadcrumbs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--gap); }
  #page-breadcrumbs .breadcrumb-scroll-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow-x: auto;
    overflow-y: hidden;
    direction: rtl;
    position: relative;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    #page-breadcrumbs .breadcrumb-scroll-wrap::-webkit-scrollbar {
      display: none; }
    #page-breadcrumbs .breadcrumb-scroll-wrap.grabbing {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
  #page-breadcrumbs .breadcrumb-inner {
    position: absolute;
    top: 0;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--gap);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    direction: ltr; }
  #page-breadcrumbs .breadcrumbs-nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: var(--gap);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    @media (max-width: 991.98px) {
      #page-breadcrumbs .breadcrumbs-nav-item {
        font-size: 12px;
        line-height: 16px; } }
    #page-breadcrumbs .breadcrumbs-nav-item:not(:last-child):after {
      display: inline-block;
      content: "/";
      content: "";
      width: 10px;
      height: 10px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M1 1L5 5L1 9" stroke="%23BD4932" stroke-linecap="round" stroke-linejoin="round"/></svg>');
      background-repeat: no-repeat;
      background-position: center; }
  #page-breadcrumbs a.breadcrumbs-nav-item {
    text-decoration: none; }
    #page-breadcrumbs a.breadcrumbs-nav-item span {
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
    #page-breadcrumbs a.breadcrumbs-nav-item:focus span {
      color: var(--primary-color); }
    @media (pointer: fine) {
      #page-breadcrumbs a.breadcrumbs-nav-item:hover span {
        color: var(--primary-color); } }
  #page-breadcrumbs .breadcrumbs-nav-item-main {
    text-transform: uppercase; }
  #page-breadcrumbs .breadcrumbs-nav-item-last {
    cursor: default;
    color: var(--grey-color); }

@media (max-width: 991.98px) {
  :root {
    --breadcrumbs-height: 30px; } }

.btn,
.btn:focus,
.btn:hover,
button {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none; }

button[disabled] {
  pointer-events: none !important;
  opacity: 0.3 !important; }

a[disabled] {
  pointer-events: none !important;
  opacity: 0.4 !important; }

a:target,
a:active,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  -webkit-filter: none;
          filter: none;
  cursor: pointer; }

a.link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--main-color);
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    a.link:hover {
      color: var(--main-hover);
      text-decoration: none; } }
  a.link:active {
    color: var(--main-click);
    text-decoration: none; }
  a.link:focus {
    color: var(--main-hover);
    text-decoration: none; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background-color: transparent;
  border: 1px solid;
  border-radius: 0;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn .btn-text {
    vertical-align: middle; }

.btn {
  min-height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase; }

.btn-default {
  background: var(--primary-color);
  color: var(--white-color);
  border: none; }
  .btn-default:active {
    background: var(--primary-color-hover); }
  .btn-default:hover, .btn-default:focus {
    background: var(--primary-color-hover);
    color: var(--white-color); }

.btn-default-border {
  background: var(--white-color);
  color: var(--black-color);
  border: 1px solid var(--border-color); }
  .btn-default-border .icon {
    width: 10px;
    height: 12px;
    color: var(--primary-color);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .btn-default-border:hover, .btn-default-border:focus {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color); }
    .btn-default-border:hover .icon, .btn-default-border:focus .icon {
      color: var(--white-color); }

.btn-gray {
  background: #a6a6a6;
  color: #000000;
  border: 2px solid #a6a6a6; }
  @media (pointer: fine) {
    .btn-gray:hover {
      border-color: #000000; } }
  .btn-gray:focus {
    border-color: #000000; }

.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: transparent;
  border: 0 none;
  outline: none !important;
  padding: 0;
  cursor: pointer; }
  .btn-link:hover, .btn-link:focus {
    color: var(--primary-color);
    text-decoration: none; }
  @media (any-hover: hover) {
    .btn-link:hover {
      color: var(--primary-color-hover);
      text-decoration: none; } }

.btn-link {
  color: var(--theme-color-main); }

@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  25% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  75% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

@keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  25% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px); }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  75% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px); } }

.loader-wrap {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.loader {
  width: 100px;
  height: 60px;
  position: relative;
  margin: 20px auto;
  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; }
  .loader span {
    display: block;
    width: 8px;
    height: 40px;
    background-color: var(--color-text); }
    .loader span:not(:last-child) {
      margin-right: 5px; }
    .loader span:nth-child(1) {
      -webkit-animation: loader-grow 1s ease-in-out infinite;
              animation: loader-grow 1s ease-in-out infinite; }
    .loader span:nth-child(2) {
      -webkit-animation: loader-grow 1s ease-in-out 0.15s infinite;
              animation: loader-grow 1s ease-in-out 0.15s infinite; }
    .loader span:nth-child(3) {
      -webkit-animation: loader-grow 1s ease-in-out 0.30s infinite;
              animation: loader-grow 1s ease-in-out 0.30s infinite; }
    .loader span:nth-child(4) {
      -webkit-animation: loader-grow 1s ease-in-out 0.45s infinite;
              animation: loader-grow 1s ease-in-out 0.45s infinite; }

@-webkit-keyframes loader-grow {
  0%, 100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    transform: scaleY(1.8); } }

@keyframes loader-grow {
  0%, 100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    transform: scaleY(1.8); } }

.map-iframe-wrap iframe {
  width: 100%;
  height: 500px; }

#messageDialog {
  padding: 40px;
  width: 100%;
  max-width: 400px; }
  @media (max-width: 991.98px) {
    #messageDialog {
      padding: 28px; } }
  #messageDialog .popup-content {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #messageDialog .popup-title {
    color: var(--black-color);
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase; }
    #messageDialog .popup-title:not(:last-child) {
      margin-bottom: 8px; }
  #messageDialog .popup-message {
    color: var(--secondary-color);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
  #messageDialog .modal-buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px; }
    #messageDialog .modal-buttons .btn {
      width: 100%;
      margin: 0; }

.pagination-wrap {
  margin: 30px 0; }
  .pagination-wrap .load-more {
    padding: 20px;
    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; }
    .pagination-wrap .load-more [disabled] {
      -webkit-animation: load_mode_spinner 2s linear infinite;
              animation: load_mode_spinner 2s linear infinite; }
  @media (max-width: 1199.98px) {
    .pagination-wrap {
      margin: 25px 0; } }
  @media (max-width: 991.98px) {
    .pagination-wrap {
      margin: 20px 0; } }
  @media (max-width: 767.98px) {
    .pagination-wrap {
      margin: 20px 0; }
      .pagination-wrap .load-more {
        padding-bottom: 15px; } }

.pagination {
  position: relative;
  margin: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px; }
  .pagination:not(:first-child) {
    margin-top: 24px; }
    @media (max-width: 991.98px) {
      .pagination:not(:first-child) {
        margin-top: 20px; } }
  .pagination:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .pagination:not(:last-child) {
        margin-bottom: 20px; } }
  .pagination ul, .pagination li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .pagination ul {
    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;
    gap: 4px; }
  .pagination li a {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: var(--black-color);
    background: var(--white-color);
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .pagination li a .ic {
      width: 12px;
      height: 12px;
      color: var(--primary-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .pagination li a:hover {
        text-decoration: none;
        background: var(--primary-color);
        color: var(--white-color); }
        .pagination li a:hover .ic {
          color: var(--white-color); } }
    .pagination li a:focus {
      text-decoration: none;
      background: var(--primary-color);
      color: var(--white-color); }
      .pagination li a:focus .ic {
        color: var(--white-color); }
  .pagination li.page-gap span {
    display: inline-block;
    cursor: default;
    -webkit-transform: translateY(24px);
        -ms-transform: translateY(24px);
            transform: translateY(24px);
    letter-spacing: 0.2rem;
    padding: 0 0 0 2px; }
  .pagination li.disabled a {
    pointer-events: none;
    cursor: default;
    opacity: 0.8; }
  .pagination li.current-link a,
  .pagination li.active a {
    background: var(--primary-color);
    color: var(--white-color); }

@-webkit-keyframes load_mode_spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes load_mode_spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media (min-width: 992px) {
  body, * {
    scrollbar-color: var(--theme-color-main) var(--white-color);
    scrollbar-width: thin; } }

@media (min-width: 992px) {
  .thin-scrollbar, .thin-scrollbar * {
    scrollbar-color: auto;
    scrollbar-width: auto; }
  .thin-scrollbar::-webkit-scrollbar,
  .thin-scrollbar *::-webkit-scrollbar {
    width: 4px;
    height: 4px; }
  .thin-scrollbar::-webkit-scrollbar-button,
  .thin-scrollbar *::-webkit-scrollbar-button {
    display: none; }
  .thin-scrollbar::-webkit-scrollbar-track,
  .thin-scrollbar *::-webkit-scrollbar-track {
    background: #eeeeee; }
  .thin-scrollbar::-webkit-scrollbar-track-piece,
  .thin-scrollbar *::-webkit-scrollbar-track-piece {
    background: #eeeeee; }
  .thin-scrollbar::-webkit-scrollbar-thumb,
  .thin-scrollbar *::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 99px; }
  .thin-scrollbar::-webkit-scrollbar-corner,
  .thin-scrollbar *::-webkit-scrollbar-corner {
    background: #eeeeee; } }

@-moz-document url-prefix() {
  @media (min-width: 992px) {
    body,
    *,
    .thin-scrollbar,
    .thin-scrollbar * {
      scrollbar-color: black #f2f2f2 !important;
      scrollbar-width: thin !important; } } }

.section-title,
.page-title {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Inter", sans-serif; }
  @media (max-width: 991.98px) {
    .section-title,
    .page-title {
      font-size: 36px; } }
  @media (max-width: 767.98px) {
    .section-title,
    .page-title {
      font-size: 30px; } }
  @media (max-width: 575.98px) {
    .section-title br,
    .page-title br {
      content: "A";
      position: relative;
      display: inline-block;
      width: 0.3em; } }
  .section-title:not(:last-child),
  .page-title:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .section-title:not(:last-child),
      .page-title:not(:last-child) {
        margin-bottom: 20px; } }

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

.text-scroll {
  max-height: 182px;
  overflow-y: auto;
  overflow-x: unset;
  padding-right: 12px; }
  @media (min-width: 992px) {
    .text-scroll, .text-scroll * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .text-scroll::-webkit-scrollbar,
    .text-scroll *::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
    .text-scroll::-webkit-scrollbar-button,
    .text-scroll *::-webkit-scrollbar-button {
      display: none; }
    .text-scroll::-webkit-scrollbar-track,
    .text-scroll *::-webkit-scrollbar-track {
      background: #eeeeee; }
    .text-scroll::-webkit-scrollbar-track-piece,
    .text-scroll *::-webkit-scrollbar-track-piece {
      background: #eeeeee; }
    .text-scroll::-webkit-scrollbar-thumb,
    .text-scroll *::-webkit-scrollbar-thumb {
      background: var(--primary-color);
      border-radius: 99px; }
    .text-scroll::-webkit-scrollbar-corner,
    .text-scroll *::-webkit-scrollbar-corner {
      background: #eeeeee; } }

.text-formatted {
  --br: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Inter", sans-serif; }
  .text-formatted:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 991.98px) {
    .text-formatted {
      font-size: 12px; } }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) {
    margin-top: 1.6em;
    margin-bottom: 0.3em;
    font-weight: 500;
    line-height: 1.2; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):first-child {
      margin-top: 0; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):last-child {
      margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:first-child) {
        margin-top: 2em; }
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:last-child) {
        margin-bottom: 24px; } }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + :not(h1):not(.h1):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(.text-title):not(.text-sub-title) {
      margin-top: 10px; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-title, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-sub-title {
      margin-top: 10px; }
  .text-formatted h1, .text-formatted .h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase; }
  .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 28px; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 24px; } }
  .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
    font-size: 18px;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 17px; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 16px; } }
  .text-formatted h4, .text-formatted .h4 {
    font-size: 16px;
    line-height: 1.2; }
  .text-formatted a,
  .text-formatted [js-href] {
    position: relative;
    line-height: normal;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    text-decoration: underline; }
    @media (pointer: fine) {
      .text-formatted a:hover,
      .text-formatted [js-href]:hover {
        text-shadow: 0 0 0;
        text-decoration: none; } }
  .text-formatted ul, .text-formatted ol, .text-formatted p, .text-formatted blockquote {
    margin-bottom: 16px; }
  .text-formatted p {
    position: relative; }
    .text-formatted p:empty {
      display: none; }
  .text-formatted hr {
    border: none;
    border-bottom: 2px solid;
    opacity: 1;
    margin: 1.5em 0; }
  .text-formatted blockquote {
    display: block;
    clear: both;
    border-left: 5px solid;
    padding: 5px 0 5px 1em;
    font-size: 1.5em;
    margin: 1.5em 0; }
    .text-formatted blockquote > *:last-child {
      margin-bottom: 0; }
  .text-formatted img {
    max-width: 100%;
    height: auto !important;
    margin: 3.1em auto 2.9em;
    border-radius: var(--br);
    vertical-align: unset; }
    .text-formatted img.image-style-align-left, .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
      margin: 0 1.5rem 0 0; }
    .text-formatted img.image-style-align-right, .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
      margin: 0 0 0 1.5rem; }
    .text-formatted img:not([style*="float"]):not(.image-style-align-left):not(.image-style-align-right) {
      display: block; }
    .text-formatted img.image-style-align-center {
      display: block;
      margin: 0 auto; }
    .text-formatted img.image-style-align-left {
      float: left; }
    .text-formatted img.image-style-align-right {
      float: right; }
    .text-formatted img.image_resized {
      max-width: 100%;
      height: auto; }
    @media (max-width: 575.98px) {
      .text-formatted img {
        margin: 1.9em auto 3em; }
        .text-formatted img.image-style-align-left, .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
          margin: 0 1.5rem 0 0; }
        .text-formatted img.image-style-align-right, .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
          margin: 0 0 0 1.5rem; } }
  .text-formatted figure.image {
    position: relative;
    max-width: 100%;
    margin: 10px 0 24px; }
    .text-formatted figure.image img {
      display: block;
      margin: auto; }
    .text-formatted figure.image figcaption {
      font-size: 1rem;
      color: #555555;
      text-align: center;
      margin-top: 10px;
      font-style: italic;
      padding: 0 10px; }
  .text-formatted ul:not(.list),
  .text-formatted ol:not(.list) {
    padding-left: 0; }
    .text-formatted ul:not(.list) li,
    .text-formatted ol:not(.list) li {
      margin-bottom: 0.4em; }
    .text-formatted ul:not(.list) ul, .text-formatted ul:not(.list) ol,
    .text-formatted ol:not(.list) ul,
    .text-formatted ol:not(.list) ol {
      margin-top: 0.6em;
      margin-left: 1.3em; }
  .text-formatted ol:not(.list) {
    list-style-position: inside;
    list-style-type: none;
    counter-reset: step-counter; }
    .text-formatted ol:not(.list) > li {
      position: relative;
      list-style-type: none;
      counter-increment: step-counter; }
      .text-formatted ol:not(.list) > li:before {
        content: counters(step-counter, ".", decimal-leading-zero) ".";
        display: inline-block;
        min-width: 0.75em;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        font-size: 1em;
        margin-right: 0.4em;
        font-weight: bold; }
    .text-formatted ol:not(.list) ol li:before {
      content: counters(step-counter, ".") "."; }
  .text-formatted ul:not(.list) > li {
    position: relative;
    list-style-type: none;
    padding-left: 1.5em; }
    .text-formatted ul:not(.list) > li:before {
      position: absolute;
      left: 2px;
      top: 8px;
      content: "";
      display: inline-block;
      min-width: 6px;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      margin-right: 0.4em;
      width: 6px;
      height: 10px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M1 1L5 5L1 9" stroke="%23BD4932" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
  .text-formatted ul:not(.list)[style*="list-style-type:square"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: square"] > li:before {
    content: "■"; }
  .text-formatted ul:not(.list)[style*="list-style-type:disc"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: disc"] > li:before {
    content: "●"; }
  .text-formatted ul:not(.list)[style*="list-style-type:circle"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: circle"] > li:before {
    content: "○"; }
  .text-formatted .table-wrap {
    max-width: 100%;
    overflow: auto;
    margin: 1.2em 0; }
    .text-formatted .table-wrap table {
      margin: 0; }
  .text-formatted table {
    min-width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 1.2em 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--color-text); }
    @media (max-width: 991.98px) {
      .text-formatted table {
        font-weight: 400; } }
    .text-formatted table th,
    .text-formatted table td {
      padding: 10px 15px;
      text-align: left;
      border: none; }
      @media (max-width: 991.98px) {
        .text-formatted table th,
        .text-formatted table td {
          padding: 10px 0; } }
    .text-formatted table thead td,
    .text-formatted table th {
      text-align: center; }
    .text-formatted table tbody td {
      border-bottom: 1px solid var(--outline-color); }
      .text-formatted table tbody td:first-child {
        width: 50%;
        color: var(--grey-color); }
      @media (max-width: 991.98px) {
        .text-formatted table tbody td:last-child {
          padding-left: 16px; } }
  .text-formatted > *:last-child {
    margin-bottom: 0; }

.text-formatted {
  color: var(--color-text); }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, .text-title, .text-sub-title) {
    color: var(--color-text); }
  .text-formatted a,
  .text-formatted [js-href] {
    --color-link-text: #24084e;
    --color-link-hovered-text: #6337a6; }
  .text-formatted hr {
    border-bottom-color: var(--outline-color); }
  .text-formatted ol > li:before {
    color: var(--outline-color); }
  .text-formatted ul > li:before {
    color: var(--outline-color); }
  .text-formatted blockquote {
    border-left-color: var(--outline-color); }
  .text-formatted table thead td,
  .text-formatted table th {
    border-color: var(--outline-color); }

.section-comparison-scrollbar {
  position: sticky;
  z-index: 10;
  left: 0;
  top: 0;
  padding: 0;
  margin-bottom: 30px;
  background: #f3f7ff; }
  .section-comparison-scrollbar .compare-scroll {
    width: 100%;
    overflow: hidden;
    height: 1px; }
  .section-comparison-scrollbar .compare-scroll-wrap {
    overflow: auto; }
    .section-comparison-scrollbar .compare-scroll-wrap::-webkit-scrollbar {
      background: #91b1f4;
      width: 3px;
      top: 0;
      position: absolute; }
    .section-comparison-scrollbar .compare-scroll-wrap::-webkit-scrollbar-track {
      background: #ffffff;
      width: 3px;
      top: 0;
      position: absolute; }
    .section-comparison-scrollbar .compare-scroll-wrap::-webkit-scrollbar-thumb {
      background: #91b1f4;
      width: 3px;
      top: 0;
      position: absolute; }

.compare-bottom-scroll-hide {
  position: relative;
  width: 100%; }
  .compare-bottom-scroll-hide:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    background: #f3f7ff;
    height: 30px;
    left: 0;
    width: 100%;
    bottom: 100%; }

.section-comparison {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--bootstrap-container);
  padding: var(--bootstrap-padding);
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px; }
  .section-comparison.touch:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .section-comparison .compare-product-head {
    margin-bottom: 40px; }
  .section-comparison .compare-warning {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
    padding: 16px 16px 20px 18px;
    border-radius: 5px; }
    .section-comparison .compare-warning p {
      margin: 0 0 16px;
      font-size: 15px;
      line-height: 18px;
      color: #333333; }
  .section-comparison .product-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    background: #ffffff;
    padding: 16px 16px 20px 18px;
    border-radius: 5px; }
    .section-comparison .product-main .product-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 16px 0 0;
      max-width: 104px; }
      .section-comparison .product-main .product-image img {
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
    .section-comparison .product-main .product-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: calc(100% - 120px); }
      .section-comparison .product-main .product-info .product-title {
        font-size: 15px;
        line-height: 18px;
        font-weight: 700;
        color: #333333;
        max-width: 300px;
        margin: 0 0 10px;
        padding-right: 30px; }
      .section-comparison .product-main .product-info .rating {
        margin: 0 0 13px; }
      .section-comparison .product-main .product-info .price {
        font-size: 25px;
        line-height: 29px;
        font-weight: 700; }
      .section-comparison .product-main .product-info .product-footer {
        margin-top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    .section-comparison .product-main .js-close {
      position: absolute;
      right: 17px;
      top: 17px; }
  .section-comparison .compare-attribute-row {
    padding-bottom: 7px;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.2);
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    margin-top: 32px;
    margin-bottom: 32px; }
    .section-comparison .compare-attribute-row span {
      display: inline-block;
      position: sticky;
      left: 0; }
  .section-comparison .compare-product {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #999999;
    margin-bottom: 16px; }
  .section-comparison .compare-value {
    font-size: 14px;
    line-height: 17px;
    color: #333333; }

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

.comparison-heading .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .comparison-heading .buttons-wrap .btn-show-differences {
    margin-left: 30px; }

.comparison-heading .add-model {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    .comparison-heading .add-model:hover, .comparison-heading .add-model:focus {
      text-decoration: none; }
      .comparison-heading .add-model:hover .text, .comparison-heading .add-model:focus .text {
        color: var(--theme-color-second); }
      .comparison-heading .add-model:hover .add-model-icon, .comparison-heading .add-model:focus .add-model-icon {
        color: var(--theme-color-second); } }
  .comparison-heading .add-model .text {
    font-size: 14px;
    line-height: 17px;
    margin: 0 16px 0 0;
    color: #333333;
    opacity: 0.5;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .comparison-heading .add-model .add-model-icon {
    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: 34px;
    height: 34px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 2px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .comparison-heading .add-model .add-model-icon .icon {
      width: 100%;
      height: 100%; }

.comparison-heading .btn-show-differences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .comparison-heading .btn-show-differences .text {
    font-size: 14px;
    line-height: 17px;
    margin: 0 16px 0 0;
    color: #333333;
    opacity: 0.5;
    min-width: 130px;
    text-align: right; }
  .comparison-heading .btn-show-differences .icons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 2px;
    border-radius: 30px;
    height: 34px;
    padding: 0 2px;
    border: 1px solid; }
  .comparison-heading .btn-show-differences .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30px;
    height: 30px;
    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;
    position: relative;
    background: var(--theme-color-second);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .comparison-heading .btn-show-differences:not(.active) .text._differences {
    display: none; }
  .comparison-heading .btn-show-differences:not(.active) .icon._differences {
    background: white;
    border-color: var(--white-color); }
  .comparison-heading .btn-show-differences:not(.active) .icon._all {
    border-color: var(--theme-color-second);
    background: var(--theme-color-second); }
  .comparison-heading .btn-show-differences.active .text._all {
    display: none; }
  .comparison-heading .btn-show-differences.active .icon._all {
    background: white;
    border-color: var(--white-color); }
  .comparison-heading .btn-show-differences.active .icon._differences {
    border-color: var(--theme-color-second);
    background: var(--theme-color-second); }

.comparison-nav {
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .comparison-nav .nav-toggle {
    padding: 10px 15px;
    text-transform: none;
    border: 1px solid rgba(51, 51, 51, 0.2);
    min-height: 45px;
    font-size: 22px;
    line-height: 1.3; }
    .comparison-nav .nav-toggle .count {
      margin-left: 10px;
      color: #1561ff; }
    .comparison-nav .nav-toggle.sub-in:after {
      content: "";
      width: 30px;
      height: 30px;
      background: url("../img/blue-arr-down.svg") no-repeat center;
      background-size: 20px;
      margin-left: 10px; }
  .comparison-nav .nav-menu {
    display: none;
    background: white;
    border: 1px solid rgba(51, 51, 51, 0.2);
    margin-top: -1px; }
    .comparison-nav .nav-menu .nav-item {
      display: block;
      padding: 10px 0;
      margin: 0 15px;
      font-size: 16px; }
      .comparison-nav .nav-menu .nav-item:not(:last-child) {
        border-bottom: 1px dashed rgba(51, 51, 51, 0.2); }
      @media (pointer: fine) {
        .comparison-nav .nav-menu .nav-item:hover {
          color: var(--color-link-hovered); } }
  .comparison-nav.active .nav-toggle.sub-in:after {
    background: url("../img/close-ico.svg") no-repeat center;
    background-size: 18px; }
  .comparison-nav.active .nav-menu {
    display: block; }
  @media (max-width: 767px) {
    .comparison-nav .nav-toggle {
      font-size: 16px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.section-comparison .viewport-padding {
  min-width: calc((100% - 1170px) / 2); }

.section-comparison .compare-attribute-row span {
  left: calc((100% - 1170px) / 2);
  max-width: 1170px; }

.section-comparison .compare-row > * {
  width: 570px; }
  .section-comparison .compare-row > *:not(:first-child) {
    margin-left: 30px; }

@media (max-width: 1229px) {
  .section-comparison .viewport-padding {
    min-width: calc((100% - 930px) / 2); }
  .section-comparison .compare-attribute-row span {
    left: calc((100% - 930px) / 2);
    max-width: 930px; }
  .section-comparison .compare-row > * {
    width: 450px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 30px; } }

@media (max-width: 991px) {
  .section-comparison .viewport-padding {
    min-width: calc((100% - 690px) / 2); }
  .section-comparison .compare-attribute-row span {
    left: calc((100% - 690px) / 2);
    max-width: 690px; }
  .section-comparison .compare-row > * {
    width: 335px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 20px; } }

@media (max-width: 767px) {
  .section-comparison .viewport-padding {
    min-width: calc((100% - 510px) / 2); }
  .section-comparison .compare-attribute-row span {
    left: calc((100% - 510px) / 2);
    max-width: 510px; }
  .section-comparison .compare-row > * {
    width: 250px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 10px; } }

@media (max-width: 575px) {
  .section-comparison .viewport-padding {
    min-width: 15px; }
  .section-comparison .compare-attribute-row span {
    left: 15px;
    max-width: calc(100vw - 30px); }
  .section-comparison .compare-row > * {
    width: 250px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 10px; } }

@media (max-width: 991px) {
  .section-comparison .product-main {
    -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; }
    .section-comparison .product-main .product-image {
      height: 103px;
      margin: 0 0 24px; }
    .section-comparison .product-main .product-info {
      width: 100%; }
      .section-comparison .product-main .product-info .product-title {
        padding-right: 0; }
  .section-comparison .compare-attribute-row {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px; }
  .comparison-heading .comparison-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .comparison-heading .buttons-wrap {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section-comparison-scrollbar {
    display: none; } }

@media (max-width: 767px) {
  .section-comparison .product-main {
    padding: 39px 6px 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .section-comparison .product-main .product-info .product-title {
      font-size: 12px;
      line-height: 15px;
      margin: 0 0 17px;
      min-height: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .section-comparison .product-main .product-info .rating {
      margin: 0 0 9px; }
    .section-comparison .product-main .product-info .price {
      font-size: 16px;
      line-height: 20px;
      margin: 0 0 8px; }
    .section-comparison .product-main .product-info .product-footer {
      -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; }
      .section-comparison .product-main .product-info .product-footer .btn-default btn-small {
        width: 100%; }
    .section-comparison .product-main .js-close {
      right: 9px;
      top: 9px; }
      .section-comparison .product-main .js-close img {
        max-width: 14px; }
  .section-comparison .compare-warning {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 6px 10px; }
    .section-comparison .compare-warning .btn-default btn-small {
      width: 100%; }
    .section-comparison .compare-warning p {
      text-align: center;
      margin: 0 0 121px; }
  .section-comparison .compare-attribute-row {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 10px; }
  .section-comparison .compare-product {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px; }
  .comparison-heading .buttons-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .comparison-heading .buttons-wrap .add-model {
      margin: 0 0 15px; }
    .comparison-heading .buttons-wrap .btn-show-differences {
      margin: 0; } }

.page-brands-list {
  position: relative; }
  .page-brands-list .brands-list .brand-group:not(:last-child) {
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .page-brands-list .brands-list .brand-group:not(:last-child) {
        margin-bottom: 32px; } }
  .page-brands-list .brands-list .brand-group-letter {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--outline-color); }

.section-top-brands {
  margin: 40px 0; }
  .section-top-brands .btn-more {
    margin-top: 20px; }

.brands-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
  border: 1px solid var(--outline-color); }
  @media (max-width: 992px) {
    .brands-search {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 32px; } }
  .brands-search .fast-search-brands {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 24px; }
    @media (min-width: 992px) {
      .brands-search .fast-search-brands {
        border-right: 1px solid var(--outline-color); } }
    @media (max-width: 991.98px) {
      .brands-search .fast-search-brands {
        border-bottom: 1px solid var(--outline-color);
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        padding: 16px; } }
  .brands-search .brands-alphabet-filter-widget {
    padding: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    @media (max-width: 991.98px) {
      .brands-search .brands-alphabet-filter-widget {
        padding: 16px; } }
  .brands-search .form-style .form-control:not(.jq-selectbox) {
    border: 1px solid var(--stroke-color);
    padding: 12px 16px;
    min-height: 40px; }
  .brands-search .fast-search-title,
  .brands-search .brand-alphabet-filter-title {
    margin-bottom: 12px;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .brands-search .fast-search-title,
      .brands-search .brand-alphabet-filter-title {
        font-size: 16px;
        line-height: 1.25; } }
  .brands-search .form-group {
    position: relative; }
    .brands-search .form-group::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 12px;
      width: 24px;
      height: 24px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M21.8102 20.9119L16.6466 15.8308C17.9988 14.3616 18.8296 12.4187 18.8296 10.2807C18.829 5.7071 15.0618 2 10.4145 2C5.76713 2 2 5.7071 2 10.2807C2 14.8543 5.76713 18.5614 10.4145 18.5614C12.4225 18.5614 14.2641 17.8668 15.7107 16.7122L20.8944 21.8134C21.147 22.0622 21.5571 22.0622 21.8097 21.8134C22.0628 21.5646 22.0628 21.1607 21.8102 20.9119ZM10.4145 17.2873C6.48232 17.2873 3.29469 14.1504 3.29469 10.2807C3.29469 6.41101 6.48232 3.27403 10.4145 3.27403C14.3467 3.27403 17.5343 6.41101 17.5343 10.2807C17.5343 14.1504 14.3467 17.2873 10.4145 17.2873Z" fill="%23545454"/></svg>') center no-repeat; }
  .brands-search .brands-search-input {
    height: 48px;
    padding-right: 40px !important; }
  .brands-search .popular-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
    .brands-search .popular-brands .popular-title {
      color: gray;
      font-size: 12px;
      line-height: 16px; }
    .brands-search .popular-brands .popular-item {
      color: var(--theme-color-main);
      font-size: 12px;
      line-height: 16px;
      text-decoration-line: underline;
      cursor: pointer; }
  .brands-search .numbers,
  .brands-search .cyrillic,
  .brands-search .latin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 6px; }
    .brands-search .numbers:last-child,
    .brands-search .cyrillic:last-child,
    .brands-search .latin:last-child {
      margin-bottom: 0; }
    .brands-search .numbers .number-item,
    .brands-search .numbers .alphabet-item,
    .brands-search .cyrillic .number-item,
    .brands-search .cyrillic .alphabet-item,
    .brands-search .latin .number-item,
    .brands-search .latin .alphabet-item {
      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;
      height: 48px;
      border: 1px solid #e8e8e8;
      background-color: var(--white-color);
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: var(--black-color);
      -webkit-transition: .3s ease;
      transition: .3s ease;
      cursor: pointer; }
      .brands-search .numbers .number-item:hover,
      .brands-search .numbers .alphabet-item:hover,
      .brands-search .cyrillic .number-item:hover,
      .brands-search .cyrillic .alphabet-item:hover,
      .brands-search .latin .number-item:hover,
      .brands-search .latin .alphabet-item:hover {
        border-color: var(--theme-color-main); }
      .brands-search .numbers .number-item.active,
      .brands-search .numbers .alphabet-item.active,
      .brands-search .cyrillic .number-item.active,
      .brands-search .cyrillic .alphabet-item.active,
      .brands-search .latin .number-item.active,
      .brands-search .latin .alphabet-item.active {
        background-color: var(--theme-color-main);
        border-color: var(--theme-color-main);
        color: var(--white-color); }

.brands-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 68px; }
  @media (max-width: 1200px) {
    .brands-grid {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 30px; } }
  @media (max-width: 992px) {
    .brands-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 20px; } }
  @media (max-width: 768px) {
    .brands-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

.brand-card {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  text-decoration: none;
  background-color: var(--white-color);
  border: 1px solid var(--outline-color);
  padding: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  aspect-ratio: 322 / 214; }
  @media (any-hover: hover) {
    .brand-card:hover {
      border-color: var(--theme-color-main); } }
  .brand-card .brand-image {
    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;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  .brand-card .brand-title {
    position: relative;
    z-index: 2;
    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: 100%;
    max-width: 220px;
    text-decoration: none;
    color: var(--black-color);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
  @media (any-hover: hover) {
    .brand-card:hover {
      border-color: var(--theme-color-main);
      text-decoration: none; } }
  .brand-card:focus {
    text-decoration: none;
    border-color: var(--theme-color-main); }

.favorites-top {
  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;
  gap: 16px; }
  @media (max-width: 991.98px) {
    .favorites-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .favorites-top:not(:last-child) {
    margin-bottom: 20px; }
  .favorites-top .catalog-sorting-wrap {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
    @media (max-width: 991.98px) {
      .favorites-top .catalog-sorting-wrap {
        width: calc(100% + 32px);
        margin: 0 -16px;
        border-top: 1px solid var(--outline-color); } }
  .favorites-top .page-title {
    margin-right: auto; }
    .favorites-top .page-title:not(:last-child) {
      margin-bottom: 0; }

.account-favorites .favorites-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 8px; }
  @media (max-width: 991.98px) {
    .account-favorites .favorites-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .account-favorites .favorites-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.98px) {
    .account-favorites .favorites-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 20px; }
      .account-favorites .favorites-grid .product-block {
        border-bottom: 1px solid #f7f7f7; } }

.favorites-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 8px; }
  @media (max-width: 991.98px) {
    .favorites-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .favorites-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.98px) {
    .favorites-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 20px; }
      .favorites-grid .product-block {
        border-bottom: 1px solid #f7f7f7; } }

.favorites-empty {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black-color); }
  @media (max-width: 991.98px) {
    .favorites-empty {
      font-size: 24px; } }
  @media (max-width: 767.98px) {
    .favorites-empty {
      font-size: 20px; } }

section.main-slider-section {
  padding-top: 0;
  padding-bottom: 0; }

.main-slider-section .main-slider:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden; }

.main-slider-section .main-slider:not(.swiper-initialized) .swiper-slide {
  min-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.main-slider-section .main-slider:not(.swiper-initialized) .main-slider-nav {
  display: none; }

.main-slider-section .main-slider .swiper-slide {
  background: var(--grey-color); }

.main-slider-section .main-slider-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important; }

.main-slider-section .main-slider-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .main-slider-section .main-slider-link:hover, .main-slider-section .main-slider-link:focus {
    text-decoration: none; }

.main-slider-section .main-slider-img picture,
.main-slider-section .main-slider-img img {
  width: 100%; }

.main-slider-section .main-slider-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
  color: var(--white-color); }
  @media (min-width: 992px) {
    .main-slider-section .main-slider-content {
      max-width: 50%; } }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-content {
      padding: 32px 24px; } }

.main-slider-section .main-slider-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFF;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -0.02em;
  text-transform: uppercase; }
  .main-slider-section .main-slider-title:not(:last-child) {
    margin-bottom: 16px; }
  .main-slider-section .main-slider-title span {
    font-size: 16px;
    line-height: 1.5; }
  @media (max-width: 991.98px) {
    .main-slider-section .main-slider-title {
      font-size: 40px;
      line-height: 1.2; }
      .main-slider-section .main-slider-title:not(:last-child) {
        margin-bottom: 8px; } }

.main-slider-section .main-slider-description {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5; }

.main-slider-section .swiper-nav {
  position: absolute;
  z-index: 999;
  bottom: 48px;
  left: 48px; }
  @media (max-width: 991.98px) {
    .main-slider-section .swiper-nav {
      display: none; } }
  .main-slider-section .swiper-nav::before {
    background: var(--white-color); }
  .main-slider-section .swiper-nav .swiper-button-next,
  .main-slider-section .swiper-nav .swiper-button-prev {
    border-color: var(--white-color); }
    .main-slider-section .swiper-nav .swiper-button-next::after,
    .main-slider-section .swiper-nav .swiper-button-prev::after {
      color: var(--white-color); }
    .main-slider-section .swiper-nav .swiper-button-next:hover, .main-slider-section .swiper-nav .swiper-button-next:focus,
    .main-slider-section .swiper-nav .swiper-button-prev:hover,
    .main-slider-section .swiper-nav .swiper-button-prev:focus {
      border-color: var(--primary-color); }
      .main-slider-section .swiper-nav .swiper-button-next:hover::after, .main-slider-section .swiper-nav .swiper-button-next:focus::after,
      .main-slider-section .swiper-nav .swiper-button-prev:hover::after,
      .main-slider-section .swiper-nav .swiper-button-prev:focus::after {
        color: var(--white-color); }

.main-slider-section .swiper-pagination.swiper-pagination-bullets-dynamic {
  --swiper-pagination-bottom: 24px;
  left: 24px !important;
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 992px) {
    .main-slider-section .swiper-pagination.swiper-pagination-bullets-dynamic {
      display: none; } }
  .main-slider-section .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.2); }
    .main-slider-section .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: var(--white-color); }

.section-error {
  padding-top: 20px; }
  .section-error .section-error-wrap {
    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;
    padding: 80px 24px;
    background: var(--outline-color); }
    @media (max-width: 991.98px) {
      .section-error .section-error-wrap {
        padding: 40px 16px; } }
  .section-error .section-error-row {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991.98px) {
      .section-error .section-error-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        row-gap: 16px; } }
  .section-error .section-error-img {
    display: none; }
  .section-error .section-error-content {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .section-error .section-error-title {
    color: var(--primary-color);
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1; }
    .section-error .section-error-title:not(:last-child) {
      margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .section-error .section-error-title {
        font-size: 40px; } }
  .section-error .section-error-text {
    max-width: 480px;
    color: var(--color-text);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .section-error .section-error-text {
        font-size: 16px; } }
    .section-error .section-error-text:not(:last-child) {
      margin-bottom: 24px; }
      @media (max-width: 991.98px) {
        .section-error .section-error-text:not(:last-child) {
          margin-bottom: 16px; } }

.top-categories-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 575.98px) {
    .top-categories-btn .btn {
      width: 100%; } }

.top-categories-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  -ms-grid-rows: (322px)[2];
  grid-template-rows: repeat(2, 322px);
  gap: 8px; }
  .top-categories-grid:not(:last-child) {
    margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .top-categories-grid {
      -ms-grid-rows: (220px)[2];
      grid-template-rows: repeat(2, 220px); } }
  @media (max-width: 767.98px) {
    .top-categories-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      -ms-grid-rows: (176px)[4];
      grid-template-rows: repeat(4, 176px);
      gap: 4px;
      margin: 0 -16px; }
      .top-categories-grid:not(:last-child) {
        margin-bottom: 16px; } }

.top-categories-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .top-categories-item {
      font-size: 14px;
      font-weight: 500;
      line-height: 20px; } }
  @media (any-hover: hover) {
    .top-categories-item {
      color: var(--white-color); }
      .top-categories-item:hover {
        -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.05);
                box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.05); }
        .top-categories-item:hover .top-categories-item-img img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1); }
        .top-categories-item:hover .icon-arrow {
          background: var(--primary-color);
          color: var(--white-color); } }
  .top-categories-item:focus {
    color: var(--white-color);
    -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.05); }
    .top-categories-item:focus .top-categories-item-img img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  @media (min-width: 768px) {
    .top-categories-item:nth-child(5n + 1) {
      -ms-grid-column-span: 6;
      grid-column: span 6 / span 6; } }
  @media (max-width: 767.98px) {
    .top-categories-item:nth-child(5n + 1) {
      -ms-grid-column-span: 2;
      grid-column: span 2 / span 2; } }
  @media (min-width: 768px) {
    .top-categories-item:nth-child(5n + 2) {
      -ms-grid-column-span: 3;
      grid-column: span 3 / span 3;
      -ms-grid-column: 7;
          grid-column-start: 7; } }
  @media (max-width: 767.98px) {
    .top-categories-item:nth-child(5n + 2) {
      -ms-grid-row: 2;
          grid-row-start: 2; } }
  @media (min-width: 768px) {
    .top-categories-item:nth-child(5n + 3) {
      -ms-grid-column-span: 3;
      grid-column: span 3 / span 3;
      -ms-grid-row-span: 2;
      grid-row: span 2 / span 2;
      -ms-grid-column: 10;
          grid-column-start: 10; } }
  @media (max-width: 767.98px) {
    .top-categories-item:nth-child(5n + 3) {
      -ms-grid-row-span: 2;
      grid-row: span 2 / span 2;
      -ms-grid-row: 2;
          grid-row-start: 2; } }
  @media (min-width: 768px) {
    .top-categories-item:nth-child(5n + 4) {
      -ms-grid-column-span: 3;
      grid-column: span 3 / span 3;
      -ms-grid-row: 2;
          grid-row-start: 2; } }
  @media (min-width: 768px) {
    .top-categories-item:nth-child(5n + 5) {
      -ms-grid-column-span: 6;
      grid-column: span 6 / span 6;
      -ms-grid-column: 4;
          grid-column-start: 4;
      -ms-grid-row: 2;
          grid-row-start: 2; } }
  @media (max-width: 767.98px) {
    .top-categories-item:nth-child(5n + 5) {
      -ms-grid-column-span: 2;
      grid-column: span 2 / span 2;
      -ms-grid-row: 4;
          grid-row-start: 4; } }
  .top-categories-item::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%); }
  .top-categories-item .top-categories-item-img {
    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: 100%;
    height: 100%; }
    .top-categories-item .top-categories-item-img picture,
    .top-categories-item .top-categories-item-img img {
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -o-object-fit: cover;
         object-fit: cover; }
  .top-categories-item .top-categories-item-title {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .top-categories-item .top-categories-item-title {
        padding: 16px;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .top-categories-item .icon-arrow {
    --color-ic: #ffffff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: var(--white-color);
    color: var(--primary-color); }
    @media (max-width: 991.98px) {
      .top-categories-item .icon-arrow {
        width: 32px;
        height: 32px; } }
    .top-categories-item .icon-arrow .icon {
      width: 12px;
      height: 12px; }

@media (max-width: 991.98px) {
  .special-offers-slider {
    padding-bottom: 28px !important; } }

.special-offers-slider:not(.swiper-initialized) {
  overflow: hidden; }
  .special-offers-slider:not(.swiper-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 8px; }
  .special-offers-slider:not(.swiper-initialized) .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(50% - 4px); }
    @media (max-width: 767.98px) {
      .special-offers-slider:not(.swiper-initialized) .swiper-slide {
        width: 100%; } }
  .special-offers-slider:not(.swiper-initialized) .swiper-nav,
  .special-offers-slider:not(.swiper-initialized) .swiper-pagination {
    display: none; }

@media (min-width: 992px) {
  .special-offers-slider .swiper-pagination {
    display: none; } }

@media (max-width: 991.98px) {
  .special-offers-slider .swiper-nav {
    display: none; } }

.special-offers-item {
  position: relative;
  overflow: hidden; }
  @media (any-hover: hover) {
    .special-offers-item:hover .special-offers-item-img img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .special-offers-item:hover .special-offers-item-icon {
      background: var(--primary-color);
      color: var(--white-color); } }
  .special-offers-item:focus .special-offers-item-img img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .special-offers-item:focus .special-offers-item-icon {
    background: var(--primary-color);
    color: var(--white-color); }
  .special-offers-item::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%); }
  .special-offers-item .special-offers-item-img {
    overflow: hidden;
    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; }
    .special-offers-item .special-offers-item-img img {
      width: 100%;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .special-offers-item .special-offers-item-content {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    padding: 20px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    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;
    gap: 8px; }
    @media (max-width: 991.98px) {
      .special-offers-item .special-offers-item-content {
        padding: 16px; } }
  .special-offers-item .special-offers-item-title {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .special-offers-item .special-offers-item-title {
        font-size: 14px;
        line-height: 20px; } }
  .special-offers-item .special-offers-item-icon {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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: 50%;
    background: var(--white-color);
    color: var(--primary-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .special-offers-item .special-offers-item-icon {
        width: 32px;
        height: 32px; } }
    .special-offers-item .special-offers-item-icon .icon {
      width: 12px;
      height: 12px; }

@media (min-width: 992px) {
  .instagram-section .instagram-section-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding-bottom: 24px; } }

@media (max-width: 767.98px) {
  .instagram-section .instagram-section-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4px;
    padding-bottom: 20px; } }

.instagram-section .instagram-section-item:nth-child(even) {
  -webkit-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px); }

@media (max-width: 767.98px) {
  .instagram-section .instagram-section-item {
    width: calc(50% - 2px); }
    .instagram-section .instagram-section-item:nth-child(even) {
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px); } }

.instagram-section .instagram-section-link {
  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;
  overflow: hidden;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    .instagram-section .instagram-section-link:hover img, .instagram-section .instagram-section-link:focus img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); } }
  .instagram-section .instagram-section-link picture,
  .instagram-section .instagram-section-link img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }

.about-us-title {
  color: var(--color-text);
  font-size: 32px;
  font-weight: 300;
  line-height: 1.25;
  text-transform: uppercase; }
  .about-us-title:not(:last-child) {
    margin-bottom: 24px; }
  @media (max-width: 991.98px) {
    .about-us-title {
      font-size: 20px;
      line-height: 1.4; }
      .about-us-title:not(:last-child) {
        margin-bottom: 20px; } }

.about-us-img:not(:last-child) {
  margin-bottom: 40px; }

.about-us-img img {
  width: 100%; }

@media (max-width: 991.98px) {
  .about-us-img {
    margin: 0 -16px; }
    .about-us-img:not(:last-child) {
      margin-bottom: 28px; } }

@media (min-width: 992px) {
  .about-us {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px; }
    .about-us .page-description {
      position: sticky;
      top: 156px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; } }

@media (max-width: 991.98px) {
  .about-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 28px; } }

.about-us:not(:last-child) {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .about-us:not(:last-child) {
      margin-bottom: 28px; } }

.about-us .about-us-heading {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase; }
  .about-us .about-us-heading:not(:last-child) {
    margin-bottom: 12px; }
  @media (max-width: 991.98px) {
    .about-us .about-us-heading {
      line-height: 1.4; }
      .about-us .about-us-heading:not(:last-child) {
        margin-bottom: 16px; } }

.about-us .text-formatted {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

@media (min-width: 992px) {
  .about-us form {
    margin-top: 40px;
    position: sticky;
    top: 156px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; } }

@media (max-width: 991.98px) {
  .about-us-utp {
    margin: 0 -16px; } }

.about-us-utp .about-us-utp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
  padding: 24px;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  background: #fafafa; }
  .about-us-utp .about-us-utp-item:not(:last-child) {
    margin-bottom: 4px; }
  @media (max-width: 991.98px) {
    .about-us-utp .about-us-utp-item {
      padding: 20px 16px; } }
  .about-us-utp .about-us-utp-item .title {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px; }
    @media (max-width: 991.98px) {
      .about-us-utp .about-us-utp-item .title {
        font-size: 20px;
        line-height: 1.4; } }

.about-us-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .about-us-list:not(:first-child) {
    margin-top: 16px; }
  .about-us-list:not(:last-child) {
    margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .about-us-list:not(:first-child) {
      margin-top: 20px; }
    .about-us-list:not(:last-child) {
      margin-bottom: 20px; } }
  .about-us-list.about-us-contact .about-us-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4px;
    padding: 24px 0;
    color: var(--color-text);
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .about-us-list.about-us-contact .about-us-item {
        font-size: 20px;
        line-height: 1.4; } }
    .about-us-list.about-us-contact .about-us-item a {
      color: var(--color-text);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .about-us-list.about-us-contact .about-us-item a:hover, .about-us-list.about-us-contact .about-us-item a:focus {
        color: var(--primary-color); }
    @media (max-width: 991.98px) {
      .about-us-list.about-us-contact .about-us-item {
        padding: 16px 0; } }
  .about-us-list .about-us-item {
    padding: 24px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
    color: var(--grey-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    border-bottom: 1px solid var(--outline-color); }
    .about-us-list .about-us-item:first-child {
      border-top: 1px solid var(--outline-color); }
    @media (max-width: 991.98px) {
      .about-us-list .about-us-item {
        padding: 16px 6px 16px 16px; } }
    .about-us-list .about-us-item .title {
      position: relative;
      color: var(--color-text);
      font-size: 20px;
      font-weight: 300;
      line-height: 1.4; }
      .about-us-list .about-us-item .title::before {
        content: "";
        position: absolute;
        top: 8px;
        left: -16px;
        width: 6px;
        height: 10px;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M1 1L5 5L1 9" stroke="%23BD4932" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }

.about-us-grid {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  @media (min-width: 992px) {
    .about-us-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 24px 8px; }
      .about-us-grid:not(:last-child) {
        margin-bottom: 40px; } }
  @media (max-width: 991.98px) {
    .about-us-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 20px; }
      .about-us-grid:not(:last-child) {
        margin-bottom: 28px; } }
  @media (max-width: 991.98px) {
    .about-us-grid .about-us-top {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (max-width: 991.98px) {
    .about-us-grid .about-us-left {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
  @media (min-width: 992px) {
    .about-us-grid .about-us-right {
      -ms-grid-row-span: 2;
      grid-row: span 2 / span 2;
      -ms-grid-column: 2;
          grid-column-start: 2;
      -ms-grid-row: 1;
          grid-row-start: 1; } }
  @media (max-width: 991.98px) {
    .about-us-grid .about-us-right {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin: 0 -16px; } }
  .about-us-grid .about-us-logo {
    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;
    padding: 48px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 366px;
    background: #fafafa; }
    .about-us-grid .about-us-logo img {
      max-width: 100%;
      max-height: 174px; }
    @media (min-width: 992px) {
      .about-us-grid .about-us-logo {
        position: sticky;
        top: 156px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; } }
    @media (max-width: 991.98px) {
      .about-us-grid .about-us-logo {
        padding: 32px;
        min-height: 200px; }
        .about-us-grid .about-us-logo img {
          max-height: 92px; } }

.page-delivery .page-description:not(:last-child) {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .page-delivery .page-description:not(:last-child) {
      margin-bottom: 28px; } }

.page-delivery-section:not(:last-child) {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .page-delivery-section:not(:last-child) {
      margin-bottom: 28px; } }

.page-delivery-section .page-delivery-title {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase; }
  .page-delivery-section .page-delivery-title:not(:last-child) {
    margin-bottom: 16px; }

.page-delivery-section .page-delivery-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px; }
  @media (max-width: 991.98px) {
    .page-delivery-section .page-delivery-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px; } }

.page-delivery-section .page-delivery-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  @media (max-width: 991.98px) {
    .page-delivery-section .page-delivery-content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  .page-delivery-section .page-delivery-content p {
    margin-bottom: 0; }
    .page-delivery-section .page-delivery-content p:not(:last-child) {
      margin-bottom: 16px; }
      @media (max-width: 991.98px) {
        .page-delivery-section .page-delivery-content p:not(:last-child) {
          margin-bottom: 24px; } }

.page-delivery-section .page-delivery-list {
  width: 432px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 8px; }
  @media (max-width: 991.98px) {
    .page-delivery-section .page-delivery-list {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media (max-width: 575.98px) {
    .page-delivery-section .page-delivery-list {
      width: 100%; } }

.page-delivery-section .page-delivery-item {
  padding: 24px;
  min-height: 156px;
  max-width: 212px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  color: var(--color-text);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  background: #fafafa; }
  @media (max-width: 991.98px) {
    .page-delivery-section .page-delivery-item {
      min-height: 116px;
      padding: 16px;
      font-size: 14px;
      line-height: 20px; } }
  .page-delivery-section .page-delivery-item .img {
    margin-bottom: auto; }
    .page-delivery-section .page-delivery-item .img img {
      width: auto;
      height: 40px; }
      @media (max-width: 991.98px) {
        .page-delivery-section .page-delivery-item .img img {
          height: 32px; } }

.certificates-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 8px; }
  .certificates-grid:not(:last-child) {
    margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .certificates-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); }
      .certificates-grid:not(:last-child) {
        margin-bottom: 28px; } }

.certificates-title {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase; }
  .certificates-title:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--outline-color); }
  @media (max-width: 991.98px) {
    .certificates-title {
      line-height: 1.4; }
      .certificates-title:not(:last-child) {
        margin-bottom: 16px; } }

.certificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .certificate .certificate-img {
    width: 100%;
    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; }
    .certificate .certificate-img:not(:last-child) {
      margin-bottom: 16px; }
      @media (max-width: 991.98px) {
        .certificate .certificate-img:not(:last-child) {
          margin-bottom: 8px; } }
  .certificate .certificate-title {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis; }
    .certificate .certificate-title:not(:last-child) {
      margin-bottom: 12px; }
    @media (max-width: 991.98px) {
      .certificate .certificate-title {
        font-size: 14px;
        overflow: hidden;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        line-clamp: 4;
        text-overflow: ellipsis; }
        .certificate .certificate-title:not(:last-child) {
          margin-bottom: 8px; } }
  .certificate .certificate-btn {
    margin-top: auto; }

.btn-download {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .btn-download {
      line-height: 20px;
      gap: 4px; } }
  .btn-download .icon {
    padding: 2px;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: var(--primary-color); }
    @media (max-width: 991.98px) {
      .btn-download .icon {
        width: 16px;
        height: 16px; } }
  @media (any-hover: hover) {
    .btn-download:hover, .btn-download:focus {
      color: var(--primary-color); }
      .btn-download:hover .icon, .btn-download:focus .icon {
        -webkit-animation: floatIcon 0.5s ease-in-out infinite;
                animation: floatIcon 0.5s ease-in-out infinite; } }

@-webkit-keyframes floatIcon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes floatIcon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.price-wrap {
  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: 2px;
  color: var(--theme-color-main);
  font-size: 20px;
  font-weight: 600;
  line-height: 1; }
  .price-wrap span {
    font-size: 14px; }
  .price-wrap .old-price {
    display: inline-block;
    color: var(--price-old);
    font-size: 0.7em;
    font-weight: 400;
    text-decoration: line-through;
    margin-bottom: 0.1em; }
  .price-wrap .price {
    color: var(--price-color);
    font-weight: bold; }
  .price-wrap .old-price ~ .price {
    color: var(--price-new); }
  .price-wrap .old-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  .price-wrap .old-price-wrap ~ .price {
    color: var(--price-new); }
  .price-wrap .discount-percents {
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--price-new);
    color: var(--white-color);
    font-size: 12px;
    line-height: 1; }

.qty-picker {
  --size: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991.98px) {
    .qty-picker {
      --size: 40px; } }
  .qty-picker .minus,
  .qty-picker .plus {
    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: var(--size);
    height: var(--size);
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: transparent;
    color: var(--color-text);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .qty-picker .minus svg,
    .qty-picker .plus svg {
      width: 20px;
      height: 20px; }
    @media (any-hover: hover) {
      .qty-picker .minus:hover,
      .qty-picker .plus:hover {
        background: var(--primary-color);
        color: var(--white-color); } }
    .qty-picker .minus:focus,
    .qty-picker .plus:focus {
      background: var(--primary-color);
      color: var(--white-color); }
  .qty-picker input {
    height: var(--size);
    width: 64px;
    padding: 1px 4px;
    text-align: center;
    outline: none !important;
    background: var(--white-color) !important;
    border: 1px solid #F0E0DC;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25; }
    @media (any-hover: hover) {
      .qty-picker input:hover {
        border-color: var(--primary-color); } }
    .qty-picker input:focus {
      border-color: var(--primary-color); }
    @media (max-width: 991.98px) {
      .qty-picker input {
        width: 48px; } }
  .qty-picker input::-webkit-outer-spin-button,
  .qty-picker input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .qty-picker input[type=number] {
    -moz-appearance: textfield; }

.product-block {
  --bg: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%; }
  @media (min-width: 992px) {
    .product-block::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 172px;
      height: 270px;
      border-radius: 1000px;
      background: #c6a15b;
      -webkit-filter: blur(70px);
              filter: blur(70px);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  @media (any-hover: hover) {
    .product-block:hover {
      z-index: 1000; }
      .product-block:hover::before {
        opacity: 1; } }
  .product-block:focus::before {
    opacity: 1; }
  .product-block.out_of_stock .product-img-wrap img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .product-block.out_of_stock .price-wrap .old-price ~ .price {
    color: var(--grey-color); }
  .product-block.out_of_stock .btn-buy {
    color: var(--grey-color); }
  .product-block .product-block-wrap {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 16px 20px;
    background: var(--white-color); }
    @media (max-width: 991.98px) {
      .product-block .product-block-wrap {
        padding: 12px 16px; } }
  .product-block .product-img-wrap {
    display: block;
    margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .product-block .product-img-wrap {
        margin-bottom: 12px; } }
    .product-block .product-img-wrap img, .product-block .product-img-wrap picture {
      display: block; }
  .product-block .product-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none; }
    @media (max-width: 991.98px) {
      .product-block .product-title {
        font-size: 14px; } }
    .product-block .product-title:not(:last-child) {
      margin-bottom: 8px; }
    .product-block .product-title span {
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      text-overflow: ellipsis; }
    @media (pointer: fine) {
      .product-block .product-title:hover {
        color: var(--primary-color); } }
    .product-block .product-title:focus {
      color: var(--primary-color); }
  .product-block .product-bottom {
    margin-top: auto;
    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;
    gap: 12px; }
  .product-block .product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px; }
  .product-block .price-wrap {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px; }
    .product-block .price-wrap .old-price {
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      margin-bottom: 0; }
      .product-block .price-wrap .old-price span {
        font-size: inherit; }
      @media (max-width: 991.98px) {
        .product-block .price-wrap .old-price {
          font-size: 12px;
          line-height: 16px; } }
  .product-block .btn-buy {
    width: 40px;
    height: 40px;
    padding: 4px;
    outline: none;
    border: none;
    border-radius: 50%;
    color: var(--primary-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .product-block .btn-buy:hover {
        background: var(--primary-color);
        color: var(--white-color); } }
    .product-block .btn-buy:focus {
      background: var(--primary-color);
      color: var(--white-color); }
    .product-block .btn-buy .icon {
      width: 24px;
      height: 24px; }

.product-mark {
  --margin: 16px;
  --size: 64px;
  position: absolute;
  z-index: 15;
  top: var(--margin);
  left: var(--margin);
  width: var(--size);
  height: var(--size); }
  @media (max-width: 991.98px) {
    .product-mark {
      --size: 40px; } }
  .product-mark picture,
  .product-mark img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.product-block.out_of_stock .product-img-wrap img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }

.section-product {
  padding-bottom: 0;
  padding-top: 0; }
  .section-product:not(:last-child) {
    margin-bottom: 88px; }
    @media (max-width: 991.98px) {
      .section-product:not(:last-child) {
        margin-bottom: 56px; } }
  .section-product .section-title {
    text-align: left; }
    @media (min-width: 992px) {
      .section-product .section-title {
        min-height: 2.4em; } }
  .section-product.out_of_stock .thumb-img img,
  .section-product.out_of_stock .gallery-slide img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .section-product.out_of_stock .product-action-btn {
    display: none; }
  .section-product.out_of_stock .btn-out-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 575.98px) {
      .section-product.out_of_stock .btn-out-stock {
        width: 100%; } }

.product-page-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px; }
  @media (max-width: 1199.98px) {
    .product-page-grid {
      gap: 20px; } }
  @media (max-width: 991.98px) {
    .product-page-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 24px; } }
  .product-page-grid .left-side {
    background: var(--white); }
    @media (min-width: 992px) {
      .product-page-grid .left-side {
        position: sticky;
        z-index: 1;
        top: 156px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; } }
    @media (max-width: 991.98px) {
      .product-page-grid .left-side {
        max-width: 628px;
        width: 100%;
        margin: 0 auto; } }
  .product-page-grid .left-side,
  .product-page-grid .right-side {
    width: calc(50% - 16px); }
    @media (max-width: 1199.98px) {
      .product-page-grid .left-side,
      .product-page-grid .right-side {
        width: calc(50% - 10px); } }
    @media (max-width: 991.98px) {
      .product-page-grid .left-side,
      .product-page-grid .right-side {
        width: 100%; } }
  .product-page-grid .product-title {
    text-transform: none; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-title {
        font-size: 24px;
        line-height: 1.1; } }
    .product-page-grid .product-title:not(:last-child) {
      margin-bottom: 12px; }
  .product-page-grid .product-row:not(:last-child) {
    margin-bottom: 20px; }
  .product-page-grid .product-row.product-row-border:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--outline-color); }
  .product-page-grid .product-row.product-variants:not(:has(.product-variants-wrap)) {
    display: none; }
  .product-page-grid .in-stock-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 6px 10px; }
  .product-page-grid .in-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px; }
  .product-page-grid .sku {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px; }
    .product-page-grid .sku b {
      color: var(--black-color);
      font-weight: 500; }
  .product-page-grid .product-information {
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    background: #fff7f5; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-information {
        gap: 16px;
        padding: 24px 16px;
        margin: 0 -16px; } }
    .product-page-grid .product-information .qty-picker {
      margin-left: auto; }
  .product-page-grid .product-information-head {
    color: var(--color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-information-head {
        font-size: 12px;
        line-height: 16px; } }
  .product-page-grid .product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-actions {
        gap: 20px 16px; } }
    .product-page-grid .product-actions:has(.qty-picker) {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .product-page-grid .product-actions .btn-default {
      min-height: 48px;
      font-size: 16px;
      padding: 8px 20px; }
      @media (max-width: 575.98px) {
        .product-page-grid .product-actions .btn-default {
          width: 100%;
          font-size: 14px; } }
      .product-page-grid .product-actions .btn-default .icon {
        width: 24px;
        height: 24px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .product-page-grid .product-actions .action-toggle {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 48px;
      height: 48px;
      border: 1px solid #f0e0dc;
      background: var(--white-color);
      color: var(--primary-color);
      border-radius: 0; }
      .product-page-grid .product-actions .action-toggle .ic {
        width: 24px;
        height: 24px; }
      .product-page-grid .product-actions .action-toggle:hover, .product-page-grid .product-actions .action-toggle:focus {
        background: var(--primary-color);
        border-color: var(--primary-color);
        color: var(--white-color); }
  .product-page-grid .product-customer-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    @media (max-width: 767.98px) {
      .product-page-grid .product-customer-actions {
        width: 100%; } }
  .product-page-grid .price-wrap {
    font-size: 32px;
    font-weight: 600;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .product-page-grid .price-wrap {
        font-size: 24px; } }
    .product-page-grid .price-wrap .price span {
      font-size: 20px; }
      @media (max-width: 991.98px) {
        .product-page-grid .price-wrap .price span {
          font-size: 16px; } }
    .product-page-grid .price-wrap .old-price {
      font-size: 12px;
      font-weight: 400;
      line-height: 16px; }
      .product-page-grid .price-wrap .old-price span {
        font-size: 12px; }
  .product-page-grid .product-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px; }
    @media (max-width: 991.98px) {
      .product-page-grid .product-order {
        gap: 18px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .product-page-grid .product-group {
    position: relative;
    z-index: 99; }

.product-gallery-sticker {
  position: relative;
  z-index: 1; }
  .product-gallery-sticker .product-stickers {
    z-index: 10; }

.product-gallery {
  position: relative;
  background: var(--white-color);
  border: 1px solid var(--outline-color); }
  @media (min-width: 992px) {
    .product-gallery:not(:last-child) {
      margin-bottom: 8px; } }
  .product-gallery .product-mark {
    --margin: 24px;
    --size: 80px; }
    @media (max-width: 991.98px) {
      .product-gallery .product-mark {
        --margin: 16px;
        --size: 56px; } }
  .product-gallery .product-stickers {
    --margin: 24px;
    z-index: 10; }
    @media (max-width: 991.98px) {
      .product-gallery .product-stickers {
        --margin: 16px; } }
  .product-gallery .product-gallery-slides {
    position: relative;
    z-index: 5;
    padding: 24px 88px;
    min-height: 489px;
    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; }
    @media (max-width: 991.98px) {
      .product-gallery .product-gallery-slides {
        padding: 16px 16px 80px;
        min-height: 328px; } }
    .product-gallery .product-gallery-slides:not(.swiper-initialized) {
      min-height: 489px; }
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden; }
      .product-gallery .product-gallery-slides:not(.swiper-initialized) .swiper-slide {
        width: 100%; }
    .product-gallery .product-gallery-slides [role=button] {
      position: absolute;
      z-index: 10; }
  .product-gallery .gallery-slide {
    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; }
    .product-gallery .gallery-slide picture,
    .product-gallery .gallery-slide img {
      max-width: 400px;
      width: 100%; }
  .product-gallery .product-gallery-thumbs {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    max-width: 80px;
    max-height: 320px;
    overflow: hidden;
    background: var(--white-color); }
    @media (max-width: 991.98px) {
      .product-gallery .product-gallery-thumbs {
        max-width: 100%;
        width: 100%;
        height: 80px; } }
    .product-gallery .product-gallery-thumbs.gallery-thumbs-none {
      display: none; }
    .product-gallery .product-gallery-thumbs:not(.swiper-initialized) {
      display: none; }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-wrapper {
        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;
        overflow: hidden; }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .swiper-slide {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 80px;
        height: 80px; }
      .product-gallery .product-gallery-thumbs:not(.swiper-initialized) .thumb-img {
        width: 80px;
        height: 80px; }
  .product-gallery .gallery-thumb-slide {
    max-width: 80px;
    height: 80px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 1px var(--outline-color);
            box-shadow: 0 0 0 1px var(--outline-color); }
    .product-gallery .gallery-thumb-slide.swiper-slide-thumb-active {
      z-index: 10;
      -webkit-box-shadow: 0 0 0 1px var(--primary-color);
              box-shadow: 0 0 0 1px var(--primary-color); }
  .product-gallery .thumb-img {
    width: 100%;
    height: 80px;
    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; }
    .product-gallery .thumb-img picture,
    .product-gallery .thumb-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .product-gallery .product-gallery-slides.swiper:not(.swiper-initialized) .gallery-slide ~ .gallery-slide {
    display: none; }
  .product-gallery .product-gallery-thumbs.swiper:not(.swiper-initialized) .gallery-thumb-slide ~ .gallery-thumb-slide {
    display: none; }

@media (min-width: 768px) {
  .product-benefits {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 8px; } }

@media (max-width: 767.98px) {
  .product-benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px; } }

.product-benefits .product-benefits-item {
  padding: 16px 24px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 8px; }
  @media (max-width: 1199.98px) {
    .product-benefits .product-benefits-item {
      padding: 12px; } }
  @media (max-width: 767.98px) {
    .product-benefits .product-benefits-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 16px;
      padding: 0; } }

.product-benefits .product-benefits-icon {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 991.98px) {
    .product-benefits .product-benefits-icon {
      width: 28px;
      height: 28px; } }
  .product-benefits .product-benefits-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down; }

.product-benefits .product-benefits-text {
  color: var(--color-text);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px; }
  @media (max-width: 991.98px) {
    .product-benefits .product-benefits-text {
      line-height: 20px; } }
  @media (max-width: 767.98px) {
    .product-benefits .product-benefits-text {
      text-align: left; } }

#content,
#top,
#description-product,
#characteristics-product,
#all-product {
  scroll-margin-top: 180px; }

body.product-sticky #page-footer {
  z-index: 24; }

body.product-sticky .product-sticky-card {
  opacity: 1;
  visibility: visible;
  pointer-events: initial; }

@media (max-width: 991.98px) {
  body.product-sticky .product-sticky-card {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); } }

.product-sticky-card {
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 104px;
  gap: 22px;
  border: 1px solid var(--outline-color);
  background: var(--white-color);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .product-sticky-card {
      position: fixed;
      z-index: 10000;
      left: 0;
      bottom: 64px;
      width: 100%;
      min-height: 52px;
      padding: 8px 16px;
      gap: 12px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%);
      border: none;
      -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.04);
              box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.04);
      border-bottom: 1px solid var(--outline-color); } }
  .product-sticky-card .product-sticky-card-img {
    width: 58px;
    height: 58px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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; }
    @media (max-width: 991.98px) {
      .product-sticky-card .product-sticky-card-img {
        display: none; } }
  .product-sticky-card .product-sticky-card-title {
    color: var(--color-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px; }
    @media (max-width: 991.98px) {
      .product-sticky-card .product-sticky-card-title {
        display: none; } }
  .product-sticky-card .price-wrap {
    font-size: 16px;
    font-weight: 600;
    line-height: 1; }
    @media (min-width: 992px) {
      .product-sticky-card .price-wrap {
        margin: 0 auto; } }
    @media (max-width: 991.98px) {
      .product-sticky-card .price-wrap {
        margin-right: auto;
        font-size: 20px; } }
    .product-sticky-card .price-wrap .price span {
      font-size: 12px; }
    .product-sticky-card .price-wrap .old-price {
      font-size: 12px;
      font-weight: 400;
      line-height: 1;
      margin-bottom: 0; }
  .product-sticky-card .product-sticky-card-btn {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 991.98px) {
      .product-sticky-card .product-sticky-card-btn {
        min-height: 36px; } }
    .product-sticky-card .product-sticky-card-btn .icon {
      width: 20px;
      height: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.product-heading {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .product-heading {
      font-weight: 500; } }
  .product-heading:not(:last-child) {
    margin-bottom: 8px; }

.section-details-row.accordion-open .product-trigger .icon {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.section-details-row .table-wrap {
  margin: 0; }

.product-trigger {
  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;
  gap: 16px;
  color: var(--color-text);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase; }
  .product-trigger .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 8px;
    height: 8px;
    color: var(--primary-color);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.product-trigger-content {
  padding-top: 12px; }

.product-payment-wrap:not(:last-child) {
  margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .product-payment-wrap:not(:last-child) {
      margin-bottom: 24px; } }

.product-payment-wrap .product-payment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }
  @media (max-width: 991.98px) {
    .product-payment-wrap .product-payment-list {
      gap: 4px; } }

.product-payment-wrap .payment-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 4px 12px;
  min-height: 32px;
  border: 1px solid var(--outline-color);
  color: var(--color-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  @media (max-width: 991.98px) {
    .product-payment-wrap .payment-item {
      gap: 4px;
      padding: 4px 10px; } }

.product-payment-wrap .payment-item-image {
  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: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 991.98px) {
    .product-payment-wrap .payment-item-image {
      width: 16px;
      height: 16px; } }
  .product-payment-wrap .payment-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down; }

.product-delivery-wrap:not(:last-child) {
  margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .product-delivery-wrap:not(:last-child) {
      margin-bottom: 24px; } }

.product-delivery-wrap .product-delivery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }
  @media (max-width: 991.98px) {
    .product-delivery-wrap .product-delivery-list {
      gap: 4px; } }

.product-delivery-wrap .delivery-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 4px 12px;
  min-height: 32px;
  border: 1px solid var(--outline-color);
  color: var(--color-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  @media (max-width: 991.98px) {
    .product-delivery-wrap .delivery-item {
      gap: 4px;
      padding: 4px 10px; } }

.product-delivery-wrap .delivery-item-image {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 991.98px) {
    .product-delivery-wrap .delivery-item-image {
      width: 16px;
      height: 16px; } }
  .product-delivery-wrap .delivery-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down; }

.product-documentation .product-documentation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -8px -8px 0; }

.product-documentation .product-documentation-item {
  width: 50%;
  min-height: 100%;
  padding: 0 8px 8px 0; }
  @media (max-width: 767.98px) {
    .product-documentation .product-documentation-item {
      width: 100%; } }

.download-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(128, 128, 128, 0.3); }
  .download-file .download-file-icon {
    width: 32px;
    height: 32px;
    color: var(--theme-color-main); }
  .download-file .download-file-name {
    color: #424546;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
  .download-file .download-file-size {
    color: #777777;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px; }
  .download-file .download-file-link {
    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;
    margin-left: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 16px;
    height: 16px;
    color: var(--theme-color-main);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    @media (any-hover: hover) {
      .download-file .download-file-link:hover, .download-file .download-file-link:focus {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        color: red; } }

.action-toggle {
  width: 40px;
  height: 40px;
  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;
  color: var(--color-text);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .action-toggle .ic,
  .action-toggle .icon {
    width: 24px;
    height: 24px; }
  .action-toggle.choosed {
    background: var(--white-color);
    color: var(--primary-color); }
  @media (any-hover: hover) {
    .action-toggle:hover {
      background: var(--primary-color);
      color: var(--white-color); } }
  .action-toggle:focus {
    background: var(--primary-color);
    color: var(--white-color); }

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px; }
  .rating .rating-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .rating .rating-stars .star-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 24px;
      height: 24px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="19" viewBox="0 0 20 19" fill="none"><path d="M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z" fill="%23FF9153"/></svg>') center no-repeat; }
      .rating .rating-stars .star-icon.disabled {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path d="M8.63643 0.927052C8.93578 0.00574112 10.2392 0.00573993 10.5385 0.927051L12.0571 5.60081C12.191 6.01284 12.575 6.2918 13.0082 6.2918H17.9225C18.8912 6.2918 19.294 7.53141 18.5103 8.10081L14.5345 10.9894C14.184 11.244 14.0374 11.6954 14.1713 12.1074L15.6898 16.7812C15.9892 17.7025 14.9347 18.4686 14.151 17.8992L10.1753 15.0106C9.82478 14.756 9.35018 14.756 8.9997 15.0106L5.02396 17.8992C4.24025 18.4686 3.18576 17.7025 3.48512 16.7812L5.00371 12.1074C5.13759 11.6954 4.99093 11.244 4.64044 10.9894L0.664704 8.10081C-0.11901 7.53141 0.283765 6.2918 1.25249 6.2918H6.16677C6.6 6.2918 6.98395 6.01284 7.11783 5.60081L8.63643 0.927052Z" fill="%23C7C7C7"/></svg>') center no-repeat; }

.reviews .reviews-list:not(:last-child) {
  margin-bottom: 24px; }

.review {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--outline); }
  .review:first-child {
    border-top: 1px solid var(--outline); }
  .review.answer {
    padding-left: 50px; }
  .review .review-heading {
    padding: 4px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px; }
    .review .review-heading:not(:last-child) {
      margin-bottom: 8px; }
  .review .reviews-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 1; }
  .review .reviews-data {
    margin-left: auto; }
  .review .answer-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 10px; }

.product-fast-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .product-fast-order .form-control {
    border-right: none;
    border-radius: 4px 0 0 4px; }
  .product-fast-order .btn-submit {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    white-space: nowrap;
    border-radius: 0 4px 4px 0; }
  .product-fast-order .form-error {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    margin: 0;
    padding: 2px 0;
    color: red;
    font-size: 12px; }

.share-friends {
  margin: 20px 0; }
  .share-friends .block-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .share-friends .socials-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px; }

.products-sets-wrap {
  margin: 30px 0; }
  .products-sets-wrap .sets-carousel:not(.swiper-initialized) .swiper-slide ~ .swiper-slide {
    display: none; }
  .products-sets-wrap .sets-carousel {
    margin-left: -10px;
    margin-right: -10px; }
    .products-sets-wrap .sets-carousel .swiper-slide {
      padding: 10px; }
  .products-sets-wrap .set-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 320px auto 320px auto 320px;
    grid-template-columns: 320px auto 320px auto 320px;
    gap: 20px; }
    .products-sets-wrap .set-card .plus-icon,
    .products-sets-wrap .set-card .equal-icon {
      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; }
      .products-sets-wrap .set-card .plus-icon svg,
      .products-sets-wrap .set-card .equal-icon svg {
        width: 50px;
        height: 50px; }
    .products-sets-wrap .set-card .summary-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 10px;
      border-radius: 10px;
      -webkit-box-shadow: 0 2px 3px #bebebe;
              box-shadow: 0 2px 3px #bebebe; }
      .products-sets-wrap .set-card .summary-block .summary-title {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px; }
      .products-sets-wrap .set-card .summary-block .set-actions {
        margin-top: auto; }
        .products-sets-wrap .set-card .summary-block .set-actions .btn {
          width: 100%; }

.products-carousel-section {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .products-carousel-section:not(:last-child) {
    margin-bottom: 84px; }
    @media (max-width: 991.98px) {
      .products-carousel-section:not(:last-child) {
        margin-bottom: 48px; } }

.products-carousel-section {
  overflow: unset; }

.products-carousel-wrap {
  overflow: hidden; }

.products-carousel {
  position: relative;
  z-index: 1;
  overflow: visible; }
  .products-carousel:has(.swiper-pagination-lock) {
    padding-bottom: 0 !important; }
    .products-carousel:has(.swiper-pagination-lock) .swiper-pagination,
    .products-carousel:has(.swiper-pagination-lock) .swiper-nav {
      display: none; }
  @media (max-width: 991.98px) {
    .products-carousel:not(:has(.products-carousel-nav .btn-default-border)) {
      padding-bottom: 24px; }
      .products-carousel:not(:has(.products-carousel-nav .btn-default-border)) .products-carousel-nav {
        position: static; }
      .products-carousel:not(:has(.products-carousel-nav .btn-default-border)) .swiper-pagination {
        bottom: 0 !important; } }
  .products-carousel .swiper-slide {
    opacity: 1;
    height: auto !important; }
    .products-carousel .swiper-slide:has(.product-block:focus), .products-carousel .swiper-slide:has(.product-block:hover) {
      z-index: 10; }
    .products-carousel .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .products-carousel .products-carousel-list {
    position: relative;
    z-index: 1; }
  @media (max-width: 991.98px) {
    .products-carousel .product-block {
      border-right: 1px solid #f7f7f7; } }

.products-carousel-nav {
  position: relative;
  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;
  gap: 16px;
  padding-top: 32px; }
  @media (max-width: 991.98px) {
    .products-carousel-nav {
      padding-top: 0; } }
  @media (max-width: 991.98px) {
    .products-carousel-nav:has(.btn-default-border) {
      padding-top: 48px; } }
  .products-carousel-nav .swiper-nav {
    margin-top: 0; }
    @media (max-width: 991.98px) {
      .products-carousel-nav .swiper-nav {
        display: none; } }
  .products-carousel-nav .swiper-pagination {
    --swiper-pagination-bottom: 60px !important; }
    @media (min-width: 992px) {
      .products-carousel-nav .swiper-pagination {
        display: none; } }
  .products-carousel-nav .btn {
    margin-left: auto; }
    @media (max-width: 575.98px) {
      .products-carousel-nav .btn {
        width: 100%; } }

.products-carousel-tabs-section {
  position: relative;
  z-index: 1;
  padding: 32px 0; }

.products-carousel-tabs .products-carousel-tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px; }
  .products-carousel-tabs .products-carousel-tabs-nav:not(:last-child) {
    margin-bottom: 24px; }
  .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item {
    padding: 7px 15px;
    border: 1px solid var(--theme-color-main);
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .products-carousel-tabs .products-carousel-tabs-nav .products-carousel-nav-item.active {
      background: var(--theme-color-main);
      color: var(--white-color); }
  .products-carousel-tabs .products-carousel-tabs-nav .nav-item-title {
    font-weight: bold;
    text-transform: uppercase; }

.products-carousel-tabs .products-carousel-tabs-content {
  position: relative;
  z-index: 1; }

.products-carousel-tabs .products-carousel-tab-content {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .products-carousel-tabs .products-carousel-tab-content:not(.active) {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none; }

.product-stickers {
  --margin: 8px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px; }
  @media (max-width: 991.98px) {
    .product-stickers {
      --margin: 16px; } }
  .product-stickers.stickers-top-left {
    top: var(--margin);
    left: var(--margin); }
  .product-stickers.stickers-top-right {
    top: var(--margin);
    right: var(--margin);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .product-stickers.stickers-bottom-left {
    bottom: var(--margin);
    left: var(--margin); }
  .product-stickers.stickers-bottom-right {
    bottom: var(--margin);
    right: var(--margin);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .product-stickers .label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 24px;
    padding: 2px 12px;
    text-align: center;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px; }
    .product-stickers .label.label-is_new {
      background: #45CB85; }
    .product-stickers .label.label-is_top {
      background: #EDAE49; }
    .product-stickers .label.label-is_sale {
      background: #BD4932; }
    .product-stickers .label.label-is_recommended {
      background: yellowgreen; }
    .product-stickers .label.label-is_exclusive {
      background: mediumpurple; }
    .product-stickers .label.label-is_used_equipment {
      background: darkslategray; }

.product-variants-wrap .variant-checker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }
  @media (max-width: 991.98px) {
    .product-variants-wrap .variant-checker {
      -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;
      row-gap: 8px; } }
  .product-variants-wrap .variant-checker:not(:last-child) {
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .product-variants-wrap .variant-checker:not(:last-child) {
        margin-bottom: 16px; } }
  .product-variants-wrap .variant-checker .block-title {
    min-width: 105px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .product-variants-wrap .variant-checker .block-title {
        padding-top: 6px; } }
    @media (max-width: 991.98px) {
      .product-variants-wrap .variant-checker .block-title {
        font-weight: 500; } }

.product-variants-wrap .variant-checker-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px; }
  .product-variants-wrap .variant-checker-buttons .button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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;
    background: var(--white-color);
    border: 1px solid var(--outline-color);
    padding: 2px 10px;
    min-height: 32px;
    min-width: 34px;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .product-variants-wrap .variant-checker-buttons .button.selected {
      border-color: var(--color-text);
      background: var(--color-text);
      color: var(--white-color); }

.product-variants-wrap .variant-checker-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 5px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px; }
  .product-variants-wrap .variant-checker-images .button-image {
    border: 1px solid #000000;
    background: white;
    border-radius: 3px;
    padding: 4px; }
    .product-variants-wrap .variant-checker-images .button-image.selected {
      padding: 3px;
      border-width: 2px;
      border-color: var(--theme-color-second); }

.cart-item .variant-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 4px; }
  .cart-item .variant-attributes .variant-attribute {
    line-height: 1; }
  .cart-item .variant-attributes .value {
    font-weight: bold; }

.category-page-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .category-page-grid:not(:last-child) {
    margin-bottom: 88px; }
  @media (min-width: 992px) {
    .category-page-grid {
      border-top: 1px solid var(--outline-color); } }
  @media (max-width: 991.98px) {
    .category-page-grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 -16px; }
      .category-page-grid:not(:last-child) {
        margin-bottom: 56px; } }
  @media (max-width: 991.98px) {
    .category-page-grid:has(.aside-bottom) .category-page-aside-wrap {
      padding-bottom: 84px; } }
  .category-page-grid .category-page-content {
    width: calc(100% - 320px); }
    @media (max-width: 1199.98px) {
      .category-page-grid .category-page-content {
        width: calc(100% - 280px); } }
    @media (max-width: 991.98px) {
      .category-page-grid .category-page-content {
        width: 100%; } }
    .category-page-grid .category-page-content:has(.pagination) {
      position: relative;
      padding-bottom: 24px; }
      @media (max-width: 991.98px) {
        .category-page-grid .category-page-content:has(.pagination) {
          padding-bottom: 20px; } }
      .category-page-grid .category-page-content:has(.pagination)::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: calc(100% + 320px);
        height: 1px;
        background: var(--outline-color); }
        @media (max-width: 1199.98px) {
          .category-page-grid .category-page-content:has(.pagination)::before {
            width: calc(100% + 280px); } }
        @media (max-width: 991.98px) {
          .category-page-grid .category-page-content:has(.pagination)::before {
            right: auto;
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            width: calc(100% - 32px); } }
  .category-page-grid .catalog-top {
    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;
    gap: 16px;
    padding: 12px 0 12px 16px;
    border-bottom: 1px solid var(--outline-color); }
    @media (min-width: 992px) {
      .category-page-grid .catalog-top {
        border-left: 1px solid var(--outline-color); } }
    @media (max-width: 991.98px) {
      .category-page-grid .catalog-top {
        gap: 0;
        padding: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        border-bottom: none;
        border-top: 1px solid var(--outline-color); }
        .category-page-grid .catalog-top .btn-filter-mobile {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        .category-page-grid .catalog-top .catalog-sorting-wrap {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
        .category-page-grid .catalog-top .catalog-filter-selected {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3;
          width: 100%; } }
  .category-page-grid .aside-elem {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--outline-color); }
    .category-page-grid .aside-elem.accordion-collapsed .arrow-wrap {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
    .category-page-grid .aside-elem:not(:last-child) {
      margin-bottom: 20px; }

@media (min-width: 992px) {
  .aside-bottom {
    display: none; } }

@media (max-width: 991.98px) {
  .aside-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
    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;
    gap: 12px;
    background: var(--white-color);
    -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.04);
            box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.04); } }

.aside-bottom .btn {
  width: 100%;
  min-height: 48px; }

.category-page-seo {
  padding: 8px;
  width: 100%;
  max-width: calc(100% - 320px);
  margin-left: auto; }
  @media (max-width: 1199.98px) {
    .category-page-seo {
      max-width: calc(100% - 280px); } }
  @media (max-width: 991.98px) {
    .category-page-seo {
      max-width: 100%;
      max-height: 427px;
      overflow-y: auto;
      padding: 0 10px 0 0; } }
  @media (max-width: 991.98px) and (min-width: 992px) {
    .category-page-seo, .category-page-seo * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .category-page-seo::-webkit-scrollbar,
    .category-page-seo *::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
    .category-page-seo::-webkit-scrollbar-button,
    .category-page-seo *::-webkit-scrollbar-button {
      display: none; }
    .category-page-seo::-webkit-scrollbar-track,
    .category-page-seo *::-webkit-scrollbar-track {
      background: #eeeeee; }
    .category-page-seo::-webkit-scrollbar-track-piece,
    .category-page-seo *::-webkit-scrollbar-track-piece {
      background: #eeeeee; }
    .category-page-seo::-webkit-scrollbar-thumb,
    .category-page-seo *::-webkit-scrollbar-thumb {
      background: var(--primary-color);
      border-radius: 99px; }
    .category-page-seo::-webkit-scrollbar-corner,
    .category-page-seo *::-webkit-scrollbar-corner {
      background: #eeeeee; } }

@media (min-width: 992px) {
  .category-page-aside {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-right: 18px;
    padding-top: 20px;
    width: 320px;
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media (max-width: 1199.98px) {
  .category-page-aside {
    width: 280px; } }

@media (max-width: 991.98px) {
  .category-page-aside {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100dvh;
    background: var(--white);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; } }

.category-page-aside .category-aside-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 60px;
  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;
  gap: 8px;
  padding: 16px;
  background: var(--white-color);
  border-bottom: 1px solid var(--outline-color); }
  @media (min-width: 992px) {
    .category-page-aside .category-aside-top {
      display: none; } }
  .category-page-aside .category-aside-top .category-aside-top-title {
    color: var(--color-text);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase; }
  .category-page-aside .category-aside-top .category-aside-top-close {
    width: 24px;
    height: 24px;
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%; }
    .category-page-aside .category-aside-top .category-aside-top-close .icon {
      width: 16px;
      height: 16px;
      color: var(--grey-color); }

.category-page-aside .slider-nav {
  padding-top: 10px; }
  .category-page-aside .slider-nav .amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    .category-page-aside .slider-nav .amount:not(:last-child) {
      margin-bottom: 29px; }
  .category-page-aside .slider-nav .amount-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    min-width: 88px;
    color: grey;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
    .category-page-aside .slider-nav .amount-item input {
      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: 100%;
      height: 100%;
      min-height: 40px;
      max-width: 88px;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
      color: var(--theme-color-main);
      border-radius: 4px;
      border: 1px solid #e3e3e3;
      background: var(--white);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (any-hover: hover) {
        .category-page-aside .slider-nav .amount-item input:hover, .category-page-aside .slider-nav .amount-item input:focus {
          border-color: var(--theme-color-main); } }
      .category-page-aside .slider-nav .amount-item input:focus-visible, .category-page-aside .slider-nav .amount-item input:focus {
        border-color: var(--theme-color-main);
        outline: none; }
  .category-page-aside .slider-nav .ui-slider {
    height: 6px; }
    .category-page-aside .slider-nav .ui-slider:not(:last-child) {
      margin-bottom: 25px; }
  .category-page-aside .slider-nav .ui-widget-content {
    background: #f1f1f1;
    height: 6px;
    border-radius: 100px;
    border: none;
    margin: 0 32px; }
    .category-page-aside .slider-nav .ui-widget-content:after {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      border-radius: 100px;
      top: -2px;
      bottom: 2px;
      left: -32px;
      right: -32px;
      background: #f1f1f1; }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-range {
    height: 6px;
    top: -2px;
    background: transparent; }
    .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-range::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 105%;
      height: 100%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #ffac07; }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle {
    top: 1px;
    width: 32px;
    height: 0;
    display: block;
    border: none;
    outline: none;
    margin-left: -16px; }
    .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle::before {
      content: "";
      position: absolute;
      top: 50%;
      z-index: 1;
      width: 32px;
      height: 32px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: black;
      cursor: pointer;
      border-radius: 100px; }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle:nth-of-type(1):before {
    right: 50%; }
  .category-page-aside .slider-nav .ui-slider-horizontal .ui-slider-handle:nth-of-type(2):before {
    left: 50%; }
  .category-page-aside .slider-nav .btn-apply {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 4px; }

.catalog-product-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 8px;
  padding: 8px 0 0 8px; }
  @media (min-width: 992px) {
    .catalog-product-grid {
      border-left: 1px solid var(--outline-color); } }
  @media (max-width: 991.98px) {
    .catalog-product-grid {
      padding: 20px 16px 0; } }
  @media (max-width: 767.98px) {
    .catalog-product-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.98px) {
    .catalog-product-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 20px; }
      .catalog-product-grid .product-block:not(:last-child) {
        border-bottom: 1px solid #f7f7f7; } }

@media (max-width: 991.98px) {
  .category-page-aside-wrap {
    padding: 80px 16px 20px;
    overflow-y: auto;
    max-height: 100dvh; } }

.aside-elem-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  cursor: pointer; }
  .aside-elem-title.catalog-aside-nav-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1; }
  .aside-elem-title .arrow-wrap {
    margin-left: auto;
    width: 20px;
    height: 20px;
    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;
    color: var(--primary-color);
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .aside-elem-title .arrow-wrap.active {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
    .aside-elem-title .arrow-wrap .ic,
    .aside-elem-title .arrow-wrap .icon {
      width: 10px;
      height: 10px; }

.btn-filter-mobile {
  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: 50%;
  min-height: 52px;
  gap: 6px;
  padding: 12px;
  border-radius: 0;
  background: var(--white-color);
  border: none;
  border-bottom: 1px solid var(--outline-color);
  border-right: 1px solid var(--outline-color);
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none; }
  .btn-filter-mobile .icon {
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  @media (min-width: 992px) {
    .btn-filter-mobile {
      display: none; } }

ul.catalog-aside-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 16px; }

.catalog-aside-nav {
  padding-top: 16px; }
  .catalog-aside-nav ul, .catalog-aside-nav li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .catalog-aside-nav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .catalog-aside-nav .nav-item:not(:last-child) {
      margin-bottom: 12px; }
  .catalog-aside-nav .nav-link {
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .catalog-aside-nav .nav-link.active {
      color: var(--primary-color);
      text-decoration: underline; }
    @media (any-hover: hover) {
      .catalog-aside-nav .nav-link:hover {
        color: var(--primary-color); } }
    .catalog-aside-nav .nav-link:focus {
      color: var(--primary-color); }

.subcategory-slider-wrap {
  overflow: hidden;
  padding: 16px; }
  @media (min-width: 992px) {
    .subcategory-slider-wrap {
      border-left: 1px solid var(--outline-color); } }
  @media (max-width: 991.98px) {
    .subcategory-slider-wrap {
      padding: 0 16px 16px; } }
  .subcategory-slider-wrap .subcategory-slider {
    position: relative; }
    .subcategory-slider-wrap .subcategory-slider .swiper-nav {
      margin-top: 12px; }
      @media (max-width: 991.98px) {
        .subcategory-slider-wrap .subcategory-slider .swiper-nav {
          display: none; } }
    @media (max-width: 991.98px) {
      .subcategory-slider-wrap .subcategory-slider {
        padding-bottom: 30px; } }
    .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) {
      width: 100%; }
      .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
        gap: 8px;
        max-height: 192px;
        overflow: hidden; }
        @media (max-width: 1199.98px) {
          .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
            -ms-grid-columns: (1fr)[5];
            grid-template-columns: repeat(5, 1fr);
            gap: 16px; } }
        @media (max-width: 991.98px) {
          .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
            -ms-grid-columns: (1fr)[4];
            grid-template-columns: repeat(4, 1fr); } }
        @media (max-width: 767.98px) {
          .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
            -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr); } }
        @media (max-width: 575.98px) {
          .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-wrapper {
            -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr); } }
      .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-nav,
      .subcategory-slider-wrap .subcategory-slider:not(.swiper-initialized) .swiper-pagination {
        display: none; }
    .subcategory-slider-wrap .subcategory-slider .subcategory-link {
      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;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      row-gap: 4px;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        .subcategory-slider-wrap .subcategory-slider .subcategory-link:hover .subcategory-title {
          color: var(--primary-color); } }
      .subcategory-slider-wrap .subcategory-slider .subcategory-link:focus .subcategory-title {
        color: var(--primary-color); }
    .subcategory-slider-wrap .subcategory-slider .subcategory-image {
      width: 100%;
      height: 100%;
      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; }
      .subcategory-slider-wrap .subcategory-slider .subcategory-image img, .subcategory-slider-wrap .subcategory-slider .subcategory-image picture {
        display: block; }
    .subcategory-slider-wrap .subcategory-slider .subcategory-title {
      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;
      color: var(--color-text);
      text-align: center;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    @media (min-width: 768px) {
      .subcategory-slider-wrap .subcategory-slider .swiper-pagination {
        display: none; } }

.section-categories-navigation {
  margin-bottom: 50px; }

.categories-navigation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px 8px; }
  @media (max-width: 991.98px) {
    .categories-navigation {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 767.98px) {
    .categories-navigation {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 8px; } }
  .categories-navigation .category-card {
    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; }
    .categories-navigation .category-card .category-head {
      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;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      row-gap: 12px;
      color: var(--black-color);
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        .categories-navigation .category-card .category-head:hover {
          color: var(--primary-color); } }
      .categories-navigation .category-card .category-head:focus {
        color: var(--primary-color); }
      @media (max-width: 991.98px) {
        .categories-navigation .category-card .category-head {
          row-gap: 8px;
          font-size: 14px;
          line-height: 20px; } }
    .categories-navigation .category-card .category-img {
      display: block;
      position: relative; }
      .categories-navigation .category-card .category-img img, .categories-navigation .category-card .category-img picture {
        display: block; }
    .categories-navigation .category-card .category-sub-navigation {
      display: none; }

.catalog-filter .aside-elem:not(:last-child) {
  margin-bottom: 20px; }

.catalog-filter .filter-search-wrap {
  position: relative;
  margin-top: 12px; }
  .catalog-filter .filter-search-wrap input {
    height: 40px;
    padding: 8px 32px 8px 16px;
    border: 1px solid var(--stroke-color);
    width: 100%;
    color: var(--black-color);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .catalog-filter .filter-search-wrap input::-webkit-input-placeholder {
      color: var(--grey-color); }
    .catalog-filter .filter-search-wrap input::-moz-placeholder {
      color: var(--grey-color); }
    .catalog-filter .filter-search-wrap input:-ms-input-placeholder {
      color: var(--grey-color); }
    .catalog-filter .filter-search-wrap input::-ms-input-placeholder {
      color: var(--grey-color); }
    .catalog-filter .filter-search-wrap input::placeholder {
      color: var(--grey-color); }
    @media (any-hover: hover) {
      .catalog-filter .filter-search-wrap input:hover {
        border-color: var(--primary-color); } }
    .catalog-filter .filter-search-wrap input:focus {
      border-color: var(--primary-color);
      outline: none; }
  .catalog-filter .filter-search-wrap .icon {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 20px;
    height: 20px;
    padding: 2px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: var(--primary-color); }

.catalog-filter .aside-elem-list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px; }

.catalog-filter .aside-elem-list {
  overflow: auto;
  max-height: 168px;
  padding-right: 4px; }
  @media (min-width: 992px) {
    .catalog-filter .aside-elem-list, .catalog-filter .aside-elem-list * {
      scrollbar-color: auto;
      scrollbar-width: auto; }
    .catalog-filter .aside-elem-list::-webkit-scrollbar,
    .catalog-filter .aside-elem-list *::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
    .catalog-filter .aside-elem-list::-webkit-scrollbar-button,
    .catalog-filter .aside-elem-list *::-webkit-scrollbar-button {
      display: none; }
    .catalog-filter .aside-elem-list::-webkit-scrollbar-track,
    .catalog-filter .aside-elem-list *::-webkit-scrollbar-track {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0)), color-stop(25%, #e3e3e3), color-stop(75%, #e3e3e3), color-stop(75%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, #e3e3e3 25%, #e3e3e3 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%); }
    .catalog-filter .aside-elem-list::-webkit-scrollbar-track-piece,
    .catalog-filter .aside-elem-list *::-webkit-scrollbar-track-piece {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0)), color-stop(25%, #e3e3e3), color-stop(75%, #e3e3e3), color-stop(75%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, #e3e3e3 25%, #e3e3e3 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%); }
    .catalog-filter .aside-elem-list::-webkit-scrollbar-thumb,
    .catalog-filter .aside-elem-list *::-webkit-scrollbar-thumb {
      background: var(--primary-color);
      border-radius: 99px; }
    .catalog-filter .aside-elem-list::-webkit-scrollbar-corner,
    .catalog-filter .aside-elem-list *::-webkit-scrollbar-corner {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0)), color-stop(25%, #e3e3e3), color-stop(75%, #e3e3e3), color-stop(75%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, #e3e3e3 25%, #e3e3e3 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%); } }

.catalog-filter .aside-elem-list.colors-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 5px;
  overflow: unset;
  max-height: unset;
  padding-right: 0; }

.catalog-filter .color-value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer; }
  .catalog-filter .color-value.checked {
    border-color: green; }
  .catalog-filter .color-value:focus, .catalog-filter .color-value:hover {
    -webkit-box-shadow: 0 0 6px 0 #000000;
            box-shadow: 0 0 6px 0 #000000; }

.catalog-filter .attribute-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  cursor: pointer;
  text-decoration: none;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .catalog-filter .attribute-checkbox .checkmark {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border: 1px solid var(--stroke-color);
    background-color: var(--white-color);
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease; }
  .catalog-filter .attribute-checkbox.active .checkmark {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="10" viewBox="0 0 14 10" fill="none"><path d="M2 4.5L5.75 8.25L12 2" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-color: var(--primary-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    border-color: var(--primary-color); }
  .catalog-filter .attribute-checkbox .items {
    color: var(--grey-color); }
  @media (pointer: fine) {
    .catalog-filter .attribute-checkbox:hover {
      color: var(--primary-color); }
      .catalog-filter .attribute-checkbox:hover .checkmark {
        border-color: var(--primary-color); } }

.catalog-filter .toggle-elem-list {
  margin-top: 10px;
  font-weight: bolder;
  color: var(--color-link);
  text-decoration: underline;
  cursor: pointer; }
  .catalog-filter .toggle-elem-list .open {
    display: block; }
  .catalog-filter .toggle-elem-list .hide {
    display: none; }
  .catalog-filter .toggle-elem-list.active .open {
    display: none; }
  .catalog-filter .toggle-elem-list.active .hide {
    display: block; }

.catalog-filter-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px; }
  @media (max-width: 991.98px) {
    .catalog-filter-selected {
      -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;
      row-gap: 4px;
      padding: 20px 16px;
      font-size: 14px;
      line-height: 20px;
      border-bottom: 1px solid var(--outline-color); } }
  .catalog-filter-selected .filter-selected-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media (min-width: 992px) {
      .catalog-filter-selected .filter-selected-title {
        min-height: 30px; } }
    @media (max-width: 991.98px) {
      .catalog-filter-selected .filter-selected-title {
        width: 100%; } }
  .catalog-filter-selected .filter-selected-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
    @media (max-width: 991.98px) {
      .catalog-filter-selected .filter-selected-wrap {
        -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;
        row-gap: 12px;
        width: calc(100% + 32px);
        margin: 0 -16px; } }
  .catalog-filter-selected .filter-selected-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px; }
    @media (max-width: 991.98px) {
      .catalog-filter-selected .filter-selected-items {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: auto;
        gap: 8px;
        max-width: 100%;
        padding: 0 16px;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */ }
        .catalog-filter-selected .filter-selected-items::-webkit-scrollbar {
          display: none; } }
  .catalog-filter-selected .filter-selected-title {
    color: var(--color-text); }
  .catalog-filter-selected .filter-selected {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    min-height: 30px;
    padding: 4px 16px;
    color: var(--color-text);
    border: 1px solid var(--outline-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .catalog-filter-selected .filter-selected {
        padding: 4px 12px;
        min-height: 36px; } }
    .catalog-filter-selected .filter-selected b {
      font-weight: 400;
      color: var(--black-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .catalog-filter-selected .filter-selected .icon-wrap {
      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: 12px;
      height: 12px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 3px;
      color: var(--grey-color); }
      .catalog-filter-selected .filter-selected .icon-wrap .ic {
        width: 100%;
        height: 100%; }
    @media (any-hover: hover) {
      .catalog-filter-selected .filter-selected:hover, .catalog-filter-selected .filter-selected:focus {
        background: var(--primary-color);
        border-color: var(--primary-color);
        color: var(--white-color); }
        .catalog-filter-selected .filter-selected:hover b, .catalog-filter-selected .filter-selected:focus b {
          color: var(--white-color); } }
  .catalog-filter-selected .filter-selected-clear {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: var(--primary-color);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .catalog-filter-selected .filter-selected-clear:hover {
        color: var(--primary-color-hover); } }
    .catalog-filter-selected .filter-selected-clear:focus {
      color: var(--primary-color-hover); }
    @media (max-width: 991.98px) {
      .catalog-filter-selected .filter-selected-clear {
        padding: 0 16px; }
        .catalog-filter-selected .filter-selected-clear::before {
          content: "";
          display: block;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 12px;
          height: 12px;
          background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.8555 0.852577C12.0507 0.657315 12.0507 0.340732 11.8555 0.14547C11.6602 -0.0497921 11.3436 -0.0497921 11.1484 0.14547L6.00094 5.29291L0.853555 0.145525C0.658292 -0.0497379 0.34171 -0.0497374 0.146448 0.145525C-0.0488143 0.340787 -0.0488148 0.657369 0.146448 0.852632L5.29383 6.00002L0.146447 11.1474C-0.0488157 11.3427 -0.0488152 11.6592 0.146447 11.8545C0.341709 12.0498 0.658291 12.0498 0.853554 11.8545L6.00094 6.70712L11.1484 11.8546C11.3436 12.0498 11.6602 12.0498 11.8555 11.8546C12.0507 11.6593 12.0507 11.3427 11.8555 11.1475L6.70805 6.00002L11.8555 0.852577Z" fill="%23BD4932"/></svg>') center no-repeat; } }

.catalog-sorting-wrap {
  position: relative;
  z-index: 100;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  gap: 8px;
  margin-left: auto; }
  @media (max-width: 991.98px) {
    .catalog-sorting-wrap {
      width: 50%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-bottom: 1px solid var(--outline-color); } }
  .catalog-sorting-wrap .sorting-title {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px; }
    @media (max-width: 991.98px) {
      .catalog-sorting-wrap .sorting-title {
        display: none; } }
  @media (max-width: 991.98px) {
    .catalog-sorting-wrap .jq-selectbox {
      width: 100%; } }
  .catalog-sorting-wrap .jq-selectbox.opened .jq-selectbox__trigger {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .catalog-sorting-wrap .jq-selectbox .sorting-select {
    border: none; }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    min-height: 22px;
    width: 100%;
    padding: 0 16px 0 0;
    background: var(--white);
    border: none;
    color: var(--black-color);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4; }
    @media (max-width: 991.98px) {
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select {
        padding: 4px 16px;
        min-height: 51px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      color: var(--black-blue);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (any-hover: hover) {
        .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text:hover {
          color: var(--primary-color); } }
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text:focus {
        color: var(--primary-color); }
      @media (max-width: 991.98px) {
        .catalog-sorting-wrap .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          font-size: 14px;
          gap: 4px; } }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__trigger {
    width: 8px;
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__trigger-arrow {
    margin-top: 0;
    height: 8px;
    width: 8px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M9 1L5 5L1 1" stroke="%23BD4932" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; }
  .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown {
    left: 50% !important;
    min-width: 200px;
    border-radius: 0;
    border: 1px solid var(--stroke-color);
    background: var(--white-color);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 991.98px) {
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown {
        right: 0 !important;
        left: auto !important;
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%); } }
    .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown ul, .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li {
      list-style: none; }
    .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li {
      padding: 8px 12px;
      color: var(--color-text);
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li:focus, .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li.sel {
        background: var(--primary-color);
        color: var(--white-color); }
      @media (any-hover: hover) {
        .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li:not(.sel):hover {
          background: var(--primary-color);
          color: var(--white-color); } }
      .catalog-sorting-wrap .jq-selectbox .jq-selectbox__dropdown li:not(.sel):focus {
        background: var(--primary-color);
        color: var(--white-color); }

.catalog-sorting-wrap.catalog-sorting-inline .sorting-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }

.catalog-sorting-wrap.catalog-sorting-inline .sorting-btn {
  cursor: pointer; }
  .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn.active {
    font-weight: bold;
    text-decoration: underline; }

.per-page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px; }
  .per-page-wrap:not(:last-child) {
    margin-bottom: 16px; }
  .per-page-wrap .per-page-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
  .per-page-wrap .per-page-item.active {
    font-weight: 700; }

.article-content:not(:last-child) {
  margin-bottom: 88px; }
  @media (max-width: 991.98px) {
    .article-content:not(:last-child) {
      margin-bottom: 56px; } }

.article-content .nav-buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--outline-color);
  display: none; }
  @media (max-width: 991.98px) {
    .article-content .nav-buttons {
      padding-top: 28px; } }
  .article-content .nav-buttons:has(.nav-link-item) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .article-content .nav-buttons .nav-link-item {
    padding: 0;
    border: none;
    min-height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    text-align: left;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .article-content .nav-buttons .nav-link-item {
        font-weight: 400;
        line-height: 1.5; } }
    .article-content .nav-buttons .nav-link-item .icon-arrow {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #fff2ef;
      color: var(--primary-color);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .article-content .nav-buttons .nav-link-item .icon-arrow .ic {
        width: 12px;
        height: 12px; }
    @media (any-hover: hover) {
      .article-content .nav-buttons .nav-link-item:hover {
        color: var(--primary-color); }
        .article-content .nav-buttons .nav-link-item:hover .icon-arrow {
          background: var(--primary-color);
          color: var(--white-color); } }
    .article-content .nav-buttons .nav-link-item:focus {
      color: var(--primary-color); }
      .article-content .nav-buttons .nav-link-item:focus .icon-arrow {
        background: var(--primary-color);
        color: var(--white-color); }
  .article-content .nav-buttons .nav-link-item-next {
    margin-left: auto;
    text-align: right; }

.page-post-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.page-post-img {
  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; }
  @media (max-width: 991.98px) {
    .page-post-img {
      margin: 0 -16px; } }
  .page-post-img:not(:last-child) {
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .page-post-img:not(:last-child) {
        margin-bottom: 28px; } }
  .page-post-img picture,
  .page-post-img img {
    width: 100%; }

.article-text-wrap {
  width: 100%;
  max-width: 872px;
  margin-left: auto;
  margin-right: auto; }
  .article-text-wrap:not(:last-child) {
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .article-text-wrap:not(:last-child) {
        margin-bottom: 28px; } }

.article-section-youtube .preview {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 10px;
  overflow: hidden; }
  .article-section-youtube .preview .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 116px;
    height: 80px; }

.article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }
  .article-header:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .article-header:not(:last-child) {
        margin-bottom: 20px; } }
  .article-header .article-rubrics-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
  .article-header .article-rubric-badge {
    background: var(--primary-color);
    color: var(--white-color); }
  .article-header .date {
    color: var(--color-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px; }

.article-aside-nav {
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px #cfcfcf;
          box-shadow: 2px 2px 10px #cfcfcf;
  background: white;
  margin-bottom: 30px; }
  .article-aside-nav .title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px; }
  .article-aside-nav nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px; }

.articles-latest {
  overflow: hidden; }

.articles-latest-text-slider,
.articles-latest-video-slider {
  position: relative;
  overflow: visible !important; }
  .articles-latest-text-slider:has(.swiper-pagination-lock),
  .articles-latest-video-slider:has(.swiper-pagination-lock) {
    padding-bottom: 0 !important; }
  .articles-latest-text-slider .swiper-slide,
  .articles-latest-video-slider .swiper-slide {
    opacity: 1;
    height: auto !important; }
    .articles-latest-text-slider .swiper-slide:not(.swiper-slide-visible),
    .articles-latest-video-slider .swiper-slide:not(.swiper-slide-visible) {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .articles-latest-text-slider:not(.swiper-initialized),
  .articles-latest-video-slider:not(.swiper-initialized) {
    overflow: hidden; }
    .articles-latest-text-slider:not(.swiper-initialized) .swiper-wrapper,
    .articles-latest-video-slider:not(.swiper-initialized) .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin-right: -16px; }
    .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
    .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
      width: 25%;
      padding-right: 16px; }
      @media (max-width: 991.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: 33.333%; } }
      @media (max-width: 767.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: 50%; } }
      @media (max-width: 575.98px) {
        .articles-latest-text-slider:not(.swiper-initialized) .swiper-slide,
        .articles-latest-video-slider:not(.swiper-initialized) .swiper-slide {
          width: 100%; } }
  .articles-latest-text-slider .swiper-slide,
  .articles-latest-video-slider .swiper-slide {
    height: auto !important; }

.rubrics-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  max-width: calc(100% + 16px);
  overflow-x: auto;
  margin-right: -16px;
  padding-right: 16px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .rubrics-nav::-webkit-scrollbar {
    display: none; }
  .rubrics-nav:not(:last-child) {
    margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .rubrics-nav {
      gap: 0; }
      .rubrics-nav:not(:last-child) {
        margin-bottom: 16px; } }
  .rubrics-nav .rubric {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 8px 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .rubrics-nav .rubric:hover {
        background: var(--primary-color);
        color: var(--white-color); } }
    .rubrics-nav .rubric:focus, .rubrics-nav .rubric.active {
      background: var(--primary-color);
      color: var(--white-color); }

.articles-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 8px; }
  @media (max-width: 991.98px) {
    .articles-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.98px) {
    .articles-grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.article-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--stroke-color); }
  .article-card::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%); }
  .article-card .article-card-img {
    display: block; }
    .article-card .article-card-img img {
      width: 100%; }
  .article-card .article-card-content {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .article-card .article-card-footer {
    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;
    gap: 8px;
    padding: 8px 24px 16px 16px; }
    @media (max-width: 991.98px) {
      .article-card .article-card-footer {
        padding: 12px; } }
  .article-card .article-title {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis; }
    .article-card .article-title:not(:last-child) {
      margin-bottom: 4px; }
    @media (any-hover: hover) {
      .article-card .article-title:hover {
        color: var(--primary-color); } }
    .article-card .article-title:focus {
      color: var(--primary-color); }
    @media (max-width: 991.98px) {
      .article-card .article-title {
        font-size: 14px; } }
  .article-card .article-date {
    color: #c3d7d9;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; }
    @media (max-width: 991.98px) {
      .article-card .article-date {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px; } }
  .article-card .article-card-icon {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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: 50%;
    background: var(--white-color);
    color: var(--primary-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991.98px) {
      .article-card .article-card-icon {
        width: 32px;
        height: 32px; } }
    @media (any-hover: hover) {
      .article-card .article-card-icon:hover {
        background: var(--primary-color);
        color: var(--white-color); } }
    .article-card .article-card-icon:focus {
      background: var(--primary-color);
      color: var(--white-color); }
    .article-card .article-card-icon .icon {
      width: 12px;
      height: 12px; }

.article-rubric-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 16px;
  min-height: 24px;
  background: var(--white-color);
  color: var(--black-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .article-rubric-badge {
      padding: 2px 10px;
      font-size: 12px;
      line-height: 16px; } }
  @media (any-hover: hover) {
    .article-rubric-badge:hover {
      background: var(--primary-color);
      color: var(--white-color); } }
  .article-rubric-badge:focus {
    background: var(--primary-color);
    color: var(--white-color); }

.article-card.article-card-video .article-img {
  position: relative; }
  .article-card.article-card-video .article-img:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 58px;
    height: 40px;
    background: url('data:image/svg+xml,<svg class="play-btn" width="116" height="81" viewBox="0 0 116 81" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M46.2857 57.8571L76.3136 40.5L46.2857 23.1429V57.8571ZM113.169 12.555C113.921 15.2743 114.441 18.9193 114.789 23.5479C115.194 28.1764 115.367 32.1686 115.367 35.64L115.714 40.5C115.714 53.1707 114.789 62.4857 113.169 68.445C111.722 73.6521 108.366 77.0079 103.159 78.4543C100.44 79.2064 95.4643 79.7271 87.8271 80.0743C80.3057 80.4793 73.4207 80.6529 67.0564 80.6529L57.8571 81C33.615 81 18.5143 80.0743 12.555 78.4543C7.34786 77.0079 3.99214 73.6521 2.54571 68.445C1.79357 65.7257 1.27286 62.0807 0.925715 57.4521C0.520715 52.8236 0.347143 48.8314 0.347143 45.36L0 40.5C0 27.8293 0.925715 18.5143 2.54571 12.555C3.99214 7.34786 7.34786 3.99214 12.555 2.54571C15.2743 1.79357 20.25 1.27286 27.8871 0.925713C35.4086 0.520713 42.2936 0.347143 48.6579 0.347143L57.8571 0C82.0993 0 97.2 0.925715 103.159 2.54571C108.366 3.99214 111.722 7.34786 113.169 12.555Z" fill="red"></path></svg>') no-repeat center;
    background-size: contain; }

.page-contacts .section-title {
  text-align: left; }

.page-contacts .page-contacts-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 8px; }
  .page-contacts .page-contacts-row:not(:last-child) {
    margin-bottom: 88px; }
  @media (max-width: 991.98px) {
    .page-contacts .page-contacts-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px; }
      .page-contacts .page-contacts-row:not(:last-child) {
        margin-bottom: 56px; } }

.page-contacts .page-contacts-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 991.98px) {
    .page-contacts .page-contacts-col {
      width: 100%; } }

.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .contacts-block:not(:last-child) {
    margin-bottom: 24px; }
  .contacts-block .contacts-heading {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase; }
    .contacts-block .contacts-heading:not(:last-child) {
      padding-bottom: 16px;
      margin-bottom: 20px;
      border-bottom: 1px solid var(--outline-color); }
      @media (max-width: 991.98px) {
        .contacts-block .contacts-heading:not(:last-child) {
          margin-bottom: 16px; } }
  .contacts-block .contacts-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px; }
    .contacts-block .contacts-info:not(:last-child) {
      margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .contacts-block .contacts-info {
        row-gap: 16px; } }
  .contacts-block .phones-list {
    width: 100%; }
    @media (min-width: 992px) {
      .contacts-block .phones-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; } }
    @media (max-width: 991.98px) {
      .contacts-block .phones-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 16px; } }
  .contacts-block .messengers-item {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px; }
    @media (max-width: 991.98px) {
      .contacts-block .messengers-item {
        line-height: 1.4; } }
  .contacts-block .phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: var(--color-text);
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .contacts-block .phone::before {
      content: "";
      display: block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 24px;
      height: 24px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M6.03956 15.2947C8.01221 17.6527 10.3868 19.5093 13.0972 20.823C14.1291 21.3121 15.5091 21.8923 17.0466 21.9917C17.1419 21.9959 17.2331 22 17.3284 22C18.3603 22 19.1892 21.6436 19.8647 20.9101C19.8688 20.9059 19.8771 20.8976 19.8812 20.8893C20.1216 20.5993 20.3951 20.3382 20.6811 20.0605C20.8759 19.874 21.0748 19.6792 21.2654 19.4803C22.1481 18.5603 22.1481 17.3916 21.2571 16.5006L18.7665 14.0099C18.3437 13.5707 17.8381 13.3386 17.3077 13.3386C16.7772 13.3386 16.2675 13.5707 15.8323 14.0058L14.3487 15.4894C14.212 15.4107 14.0711 15.3402 13.9384 15.2739C13.7727 15.191 13.6193 15.1123 13.4826 15.0253C12.1316 14.1674 10.9049 13.0485 9.73206 11.6104C9.13943 10.8603 8.74159 10.2304 8.46393 9.58807C8.85348 9.23581 9.21817 8.86697 9.57043 8.50642C9.69476 8.37795 9.82323 8.24948 9.9517 8.12101C10.3993 7.67344 10.6396 7.15541 10.6396 6.62909C10.6396 6.10278 10.4034 5.58475 9.9517 5.13717L8.71672 3.9022C8.57167 3.75715 8.43492 3.61625 8.29401 3.4712C8.02049 3.18939 7.73454 2.8993 7.45274 2.63821C7.02588 2.21964 6.52443 2 5.99397 2C5.46765 2 4.96206 2.21964 4.51863 2.64235L2.96869 4.19229C2.40508 4.75591 2.08597 5.4397 2.01967 6.23125C1.94093 7.22172 2.12327 8.27435 2.59571 9.54662C3.32095 11.5151 4.41502 13.3427 6.03956 15.2947ZM3.03085 6.31828C3.08059 5.76709 3.29194 5.30709 3.68979 4.90924L5.23143 3.36759C5.4718 3.13552 5.73703 3.01533 5.99397 3.01533C6.24677 3.01533 6.50371 3.13552 6.73993 3.37588C7.01759 3.63282 7.27868 3.9022 7.56049 4.18815C7.70139 4.3332 7.84644 4.47824 7.99148 4.62743L9.22646 5.86241C9.4834 6.11935 9.61602 6.38044 9.61602 6.63738C9.61602 6.89432 9.4834 7.15541 9.22646 7.41235C9.09799 7.54082 8.96952 7.67344 8.84105 7.80191C8.45564 8.19146 8.09509 8.5603 7.69725 8.91256C7.68896 8.92085 7.68481 8.92499 7.67652 8.93328C7.33255 9.27725 7.38643 9.60464 7.46931 9.85329C7.47346 9.86573 7.4776 9.87402 7.48175 9.88645C7.80085 10.6531 8.24428 11.3825 8.93637 12.2528C10.1796 13.7862 11.4892 14.9755 12.9314 15.8914C13.1096 16.0075 13.3002 16.0986 13.4784 16.1898C13.6442 16.2727 13.7975 16.3514 13.9343 16.4385C13.9509 16.4467 13.9633 16.455 13.9799 16.4633C14.1166 16.5338 14.2493 16.5669 14.3819 16.5669C14.7134 16.5669 14.9289 16.3556 14.9994 16.2851L16.5493 14.7352C16.7897 14.4948 17.0507 14.3663 17.3077 14.3663C17.6226 14.3663 17.8796 14.5611 18.0412 14.7352L20.5402 17.23C21.0375 17.7273 21.0333 18.2661 20.5277 18.7924C20.3537 18.9789 20.1713 19.1571 19.9766 19.3436C19.6865 19.6254 19.3839 19.9155 19.1104 20.2429C18.6338 20.7567 18.0661 20.9971 17.3326 20.9971C17.2621 20.9971 17.1875 20.993 17.1171 20.9888C15.7577 20.9018 14.4938 20.3713 13.5447 19.9196C10.967 18.6722 8.70429 16.9026 6.82696 14.6564C5.28117 12.7957 4.24097 11.0634 3.55303 9.2068C3.12617 8.06714 2.96455 7.15126 3.03085 6.31828Z" fill="%23BD4932"/></svg>') center no-repeat; }
    @media (max-width: 991.98px) {
      .contacts-block .phone {
        line-height: 1.4; } }
    .contacts-block .phone:hover, .contacts-block .phone:focus {
      text-decoration: none;
      color: var(--primary-color); }
  .contacts-block .info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px 12px;
    color: var(--color-text);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; }
  .contacts-block .address-info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    color: var(--color-text);
    font-size: 20px;
    font-weight: 300;
    line-height: 24px; }
    .contacts-block .address-info .icon {
      -ms-flex-item-align: start;
          align-self: flex-start;
      width: 20px;
      height: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      color: var(--primary-color); }
    @media (max-width: 991.98px) {
      .contacts-block .address-info {
        gap: 12px;
        font-size: 16px;
        font-weight: 400; } }

.messengers .messengers-title:not(:last-child) {
  margin-bottom: 16px; }

.messengers .messengers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px; }

.messengers .messengers-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }
  @media (max-width: 991.98px) {
    .messengers .messengers-item {
      gap: 8px; } }
  .messengers .messengers-item .messengers-item-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.checkout-grid-one-step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 6fr;
  grid-template-columns: 4fr 6fr;
  gap: 30px;
  padding-bottom: 30px; }
  .checkout-grid-one-step .right-side {
    margin-top: 58px; }

#page-content.page-checkout {
  padding-top: 78px; }
  @media (max-width: 991.98px) {
    #page-content.page-checkout {
      padding-top: 58px; } }

.page-checkout .tab-pane {
  padding: 20px 0; }

.page-checkout .form-section {
  margin-bottom: 30px; }
  .page-checkout .form-section .form-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px; }
    .page-checkout .form-section .form-section-title .number {
      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: 32px;
      height: 32px;
      border-radius: 999px;
      background: var(--theme-color-second);
      color: var(--white-color);
      font-size: 16px;
      font-weight: bold; }

.page-checkout .form-group:has(input:focus) .form-label {
  visibility: visible;
  pointer-events: initial; }

.page-checkout .form-group:not(:last-child) {
  margin-bottom: 16px; }

.page-checkout .form-group .form-label {
  position: static; }

.page-checkout .ui-autocomplete.ui-widget {
  overflow: hidden;
  border: 1px solid var(--stroke-color);
  background: var(--white-color);
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05); }
  .page-checkout .ui-autocomplete.ui-widget ul, .page-checkout .ui-autocomplete.ui-widget li {
    list-style: none; }
  .page-checkout .ui-autocomplete.ui-widget li {
    padding: 8px 12px;
    color: var(--color-text);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (any-hover: hover) {
      .page-checkout .ui-autocomplete.ui-widget li:hover {
        background: var(--primary-color);
        color: var(--white-color); } }
    .page-checkout .ui-autocomplete.ui-widget li.ua-state-focus, .page-checkout .ui-autocomplete.ui-widget li:focus {
      background: var(--primary-color);
      color: var(--white-color); }

.page-checkout .products-table:not(:last-child) {
  margin-bottom: 16px; }

.order-products-table .products-table-title {
  color: var(--color-text);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase; }
  .order-products-table .products-table-title:not(:last-child) {
    margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .order-products-table .products-table-title {
      font-size: 20px;
      font-weight: 300;
      line-height: 1.4; }
      .order-products-table .products-table-title:not(:last-child) {
        margin-bottom: 16px; } }

.order-products-table .products-table-head:not(:last-child) {
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .order-products-table .products-table-head:not(:last-child) {
      margin-bottom: 16px; } }

.delivery-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 20px 0; }
  .delivery-type-list .delivery-type-content {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid grey; }
    .delivery-type-list .delivery-type-content .form-group:last-child {
      margin-bottom: 0; }
  .delivery-type-list .custom-radio {
    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) {
      .delivery-type-list .custom-radio {
        gap: 12px; } }
    .delivery-type-list .custom-radio .radio-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }

.delivery-field-examples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 8px;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  .delivery-field-examples .examples-label {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .delivery-field-examples .examples-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px; }
    .delivery-field-examples .examples-list a {
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 991.98px) {
        .delivery-field-examples .examples-list a {
          font-size: 14px;
          line-height: 20px; } }
      @media (pointer: fine) {
        .delivery-field-examples .examples-list a:hover {
          color: var(--primary-color);
          text-decoration: underline; } }
      .delivery-field-examples .examples-list a:focus {
        color: var(--primary-color);
        text-decoration: underline; }

.order-card {
  padding: 24px;
  background: var(--white-color); }
  @media (max-width: 991.98px) {
    .order-card {
      padding: 24px 16px; } }
  .order-card:not(:last-child) {
    border-bottom: 1px solid var(--outline-color); }

[js-order-tooltip] {
  position: relative; }

.payment-type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px; }
  .payment-type-list .custom-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px; }

.payment-picker .payment-details {
  border: 1px solid darkorange;
  border-radius: 10px;
  padding: 10px;
  background: #ffc1070f; }
  .payment-picker .payment-details > :last-child {
    margin-bottom: 0; }

.custom-radio {
  cursor: pointer;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--outline-color);
  background: var(--white-color);
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease; }
  @media (max-width: 991.98px) {
    .custom-radio {
      padding: 16px; } }
  @media (any-hover: hover) {
    .custom-radio:hover {
      border-color: var(--primary-color); } }
  .custom-radio:focus {
    border-color: var(--primary-color); }
  .custom-radio input[type="radio"] {
    display: none; }
  .custom-radio .radio-wrap {
    width: 100%;
    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;
    gap: 16px; }
  .custom-radio .radio-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px; }
  .custom-radio .radio-image {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px;
    height: 20px; }
    .custom-radio .radio-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .custom-radio .radio-title {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 991.98px) {
      .custom-radio .radio-title {
        font-size: 14px;
        line-height: 20px; } }
  .custom-radio .radio-description {
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; }
  .custom-radio .checkmark {
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: var(--white-color);
    border: 1px solid var(--primary-color);
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    border-radius: 50%; }
    .custom-radio .checkmark:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 12px;
      background: var(--white-color);
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
  .custom-radio:has(input[type="radio"]:checked) {
    border-color: var(--primary-color); }
  .custom-radio input[type="radio"]:checked ~ .checkmark:after {
    background: var(--primary-color); }

.order-card-totals {
  border: 1px solid var(--primary-color);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  @media (min-width: 992px) {
    .order-card-totals {
      position: sticky;
      top: 78px; } }
  @media (max-width: 991.98px) {
    .order-card-totals {
      padding: 20px; } }
  .order-card-totals .right-side-title {
    color: var(--color-text);
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase; }
    .order-card-totals .right-side-title:not(:last-child) {
      margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .order-card-totals .right-side-title {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.4; }
        .order-card-totals .right-side-title:not(:last-child) {
          margin-bottom: 12px; } }
  .order-card-totals .form-style .btn {
    min-height: 48px;
    font-size: 16px; }
  .order-card-totals .form-style .custom-checkbox-agreement {
    margin-top: 16px; }

.order-totals-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .order-totals-block {
      margin-bottom: 12px; } }
  .order-totals-block .total-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;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--black-color); }
    @media (min-width: 992px) {
      .order-totals-block .total-item:not(:last-child) {
        border-bottom: 1px solid var(--stroke-color); } }
    @media (max-width: 991.98px) {
      .order-totals-block .total-item {
        padding: 12px 0;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-bottom: 1px solid var(--stroke-color); } }
    .order-totals-block .total-item:first-child {
      border-top: 1px solid var(--stroke-color); }
    .order-totals-block .total-item .total-item-title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      color: var(--color-text); }
    .order-totals-block .total-item.total-item-in-total .total-item-title {
      color: var(--grey-color);
      font-size: 20px;
      font-weight: 400;
      line-height: 1.2; }
      @media (max-width: 991.98px) {
        .order-totals-block .total-item.total-item-in-total .total-item-title {
          font-size: 16px;
          line-height: 1.25; } }
    .order-totals-block .total-item.total-item-in-total .price-wrap {
      font-size: 20px;
      font-weight: 500;
      line-height: 1.2; }
    .order-totals-block .total-item .price-wrap {
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
      .order-totals-block .total-item .price-wrap .old-price {
        font-size: 12px;
        line-height: 1; }
    .order-totals-block .total-item .price-text {
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      color: var(--black-color); }
      @media (max-width: 991.98px) {
        .order-totals-block .total-item .price-text {
          text-align: right; } }

.form-style .js-group-delivery {
  display: none; }

.form-style:has(.btn-address-click input[type="radio"]:checked) .js-group-delivery {
  display: block; }

.checkout-grid-by-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991.98px) {
    .checkout-grid-by-steps {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 24px;
      margin: 0 -16px; } }
  .checkout-grid-by-steps .left-side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 992px) {
      .checkout-grid-by-steps .left-side {
        border: 1px solid var(--outline-color); } }
    @media (max-width: 991.98px) {
      .checkout-grid-by-steps .left-side {
        border-top: 1px solid var(--outline-color); } }
  .checkout-grid-by-steps .right-side {
    width: 440px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 1199.98px) {
      .checkout-grid-by-steps .right-side {
        width: 380px; } }
    @media (max-width: 991.98px) {
      .checkout-grid-by-steps .right-side {
        width: 100%;
        padding: 0 16px; } }

.step-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px; }
  @media (max-width: 991.98px) {
    .step-card-head {
      margin-bottom: 12px; } }
  .step-card-head .step-card-title {
    margin-right: auto;
    color: var(--color-text);
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .step-card-head .step-card-title {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.4; } }

.step-card {
  position: relative; }
  .step-card .step-title {
    padding-right: 80px;
    margin-right: auto;
    color: var(--color-text);
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase; }
    .step-card .step-title:not(:last-child) {
      margin-bottom: 16px; }
    @media (max-width: 991.98px) {
      .step-card .step-title {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.4; } }

.form-required-fields-note {
  color: var(--grey-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
  @media (max-width: 991.98px) {
    .form-required-fields-note {
      font-size: 14px;
      line-height: 20px; } }

.form-fio-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px; }
  @media (max-width: 991.98px) {
    .form-fio-grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .form-fio-grid:not(:last-child) {
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .form-fio-grid:not(:last-child) {
        margin-bottom: 16px; } }
  .form-fio-grid .form-group {
    width: 100%; }
    @media (min-width: 992px) {
      .form-fio-grid .form-group:nth-child(5n + 1), .form-fio-grid .form-group:nth-child(5n + 2), .form-fio-grid .form-group:nth-child(5n + 3), .form-fio-grid .form-group:nth-child(5n + 4) {
        width: calc(50% - 8px); } }
    .form-fio-grid .form-group:has(input:focus) .form-label {
      visibility: visible;
      pointer-events: initial; }
    .form-fio-grid .form-group:not(:last-child) {
      margin-bottom: 0; }
    .form-fio-grid .form-group .form-label {
      position: static; }
    .form-fio-grid .form-group .form-control:not(.jq-selectbox).form-control-error {
      border-color: red; }
    .form-fio-grid .form-group .form-control {
      padding: 12px 16px;
      height: 48px;
      border: 1px solid var(--stroke-color);
      background: var(--white-color); }
      @media (any-hover: hover) {
        .form-fio-grid .form-group .form-control:hover {
          border-color: var(--primary-color); } }
      .form-fio-grid .form-group .form-control:focus {
        border-color: var(--primary-color); }

.delivery-type-content-list:not(:last-child) {
  margin-bottom: 16px; }

.delivery-type-content-list .nova_poshta_warehouse .nova_poshta_warehouse {
  width: 100%; }
  @media (min-width: 992px) {
    .delivery-type-content-list .nova_poshta_warehouse .nova_poshta_warehouse {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      gap: 16px; } }
  @media (max-width: 991.98px) {
    .delivery-type-content-list .nova_poshta_warehouse .nova_poshta_warehouse {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px; } }
  .delivery-type-content-list .nova_poshta_warehouse .nova_poshta_warehouse .form-group:not(:last-child) {
    margin-bottom: 0; }

.group-delivery .form-group:has(input:focus) .form-label {
  visibility: visible;
  pointer-events: initial; }

.group-delivery .form-group:not(:last-child) {
  margin-bottom: 16px; }

.group-delivery .form-group .form-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: static;
  margin-bottom: 8px;
  font-weight: 500; }

.group-delivery .form-group textarea.form-control {
  padding: 12px 16px;
  border: 1px solid var(--stroke-color);
  background: var(--white-color); }

.group-delivery .form-group input.form-control {
  padding: 12px 16px;
  height: 48px;
  border: 1px solid var(--stroke-color);
  background: var(--white-color); }
  @media (any-hover: hover) {
    .group-delivery .form-group input.form-control:hover {
      border-color: var(--primary-color); } }
  .group-delivery .form-group input.form-control:focus {
    border-color: var(--primary-color); }

.order-comment-field:not(:last-child) {
  margin-bottom: 22px; }
  @media (max-width: 991.98px) {
    .order-comment-field:not(:last-child) {
      margin-bottom: 16px; } }

.order-comment-field .field-wrap:has(input:focus) .form-label {
  visibility: visible;
  pointer-events: initial; }

.order-comment-field .field-wrap .form-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: static;
  margin-bottom: 8px;
  font-weight: 500; }

.order-comment-field .field-wrap textarea {
  padding: 12px 16px !important;
  border: 1px solid var(--stroke-color) !important;
  background: var(--white-color) !important; }
  .order-comment-field .field-wrap textarea:hover, .order-comment-field .field-wrap textarea:focus {
    border-color: var(--primary-color) !important; }

.step-completed-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px; }
  .step-completed-info .info-column {
    width: 100%; }
  .step-completed-info .info-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-top: 16px;
    color: var(--grey-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 991.98px) {
      .step-completed-info .info-details {
        font-size: 14px;
        line-height: 20px; } }
    .step-completed-info .info-details .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }

.cart-products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px; }
  @media (max-width: 991.98px) {
    .cart-products-list {
      gap: 8px; } }
  .cart-products-list .cart-product,
  .cart-products-list .cart-product-set {
    position: relative; }
    .cart-products-list .cart-product .cart-product-qty,
    .cart-products-list .cart-product-set .cart-product-qty {
      position: absolute;
      z-index: 2;
      top: -8px;
      right: -8px;
      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;
      height: 24px;
      min-width: 24px;
      padding: 2px 3px;
      border-radius: 999px;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.2;
      text-align: center;
      color: var(--white-color);
      background: var(--primary-color); }
      @media (max-width: 991.98px) {
        .cart-products-list .cart-product .cart-product-qty,
        .cart-products-list .cart-product-set .cart-product-qty {
          top: -3px;
          right: -3px;
          width: 16px;
          height: 16px;
          min-width: 16px;
          font-size: 12px; } }
      .cart-products-list .cart-product .cart-product-qty:empty,
      .cart-products-list .cart-product-set .cart-product-qty:empty {
        display: none; }
  .cart-products-list .cart-product-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cart-products-list .cart-product-set .plus-icon {
      z-index: 2;
      position: relative;
      margin: 0 -10px; }
      .cart-products-list .cart-product-set .plus-icon svg {
        width: 30px;
        height: 30px;
        color: var(--theme-color-second); }
  .cart-products-list .cart-product-img {
    border: 1px solid var(--outline-color);
    display: block;
    width: 96px;
    height: 96px;
    padding: 5px;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease; }
    @media (max-width: 991.98px) {
      .cart-products-list .cart-product-img {
        width: 80px;
        height: 80px; } }
    @media (any-hover: hover) {
      .cart-products-list .cart-product-img:hover {
        border-color: var(--primary-color); } }
    .cart-products-list .cart-product-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down;
      -o-object-position: center;
         object-position: center; }

.btn-next-step {
  margin-top: 20px;
  padding: 8px 20px;
  min-height: 48px;
  font-size: 16px; }
  @media (max-width: 991.98px) {
    .btn-next-step {
      margin-top: 16px;
      min-height: 40px;
      font-size: 14px; } }
  @media (max-width: 575.98px) {
    .btn-next-step {
      width: 100%; } }

.btn-edit-step {
  position: absolute;
  top: 24px;
  right: 40px;
  min-height: auto;
  border: none;
  padding: 0;
  gap: 12px;
  color: var(--black-color);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .btn-edit-step .ic,
  .btn-edit-step .icon {
    color: var(--primary-color);
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  @media (any-hover: hover) {
    .btn-edit-step:hover {
      color: var(--primary-color); }
      .btn-edit-step:hover .ic {
        -webkit-animation: penMove 1s forwards;
                animation: penMove 1s forwards; } }
  .btn-edit-step:focus {
    color: var(--primary-color); }
  @media (max-width: 991.98px) {
    .btn-edit-step {
      right: 16px;
      gap: 4px;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      min-height: 28px; }
      .btn-edit-step .ic,
      .btn-edit-step .icon {
        width: 12px;
        height: 12px; } }

.order-comment {
  margin-bottom: 10px; }
  .order-comment .btn-show-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    .order-comment .btn-show-comment svg.ic {
      font-size: 18px;
      margin-left: 2px; }
  .order-comment .order-comment-field {
    display: none;
    gap: 30px; }
    .order-comment .order-comment-field .field-wrap {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
  .order-comment.open {
    margin-bottom: 20px; }
    .order-comment.open .btn-show-comment {
      display: none; }
    .order-comment.open .order-comment-field {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

@-webkit-keyframes penMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  25% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  50% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  75% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes penMove {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  25% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  50% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  75% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

#page-content.page-checkout-success {
  padding-top: 94px; }
  @media (max-width: 991.98px) {
    #page-content.page-checkout-success {
      padding-top: 72px; } }

@media (min-width: 992px) {
  .checkout-success-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5fr 7fr;
    grid-template-columns: 5fr 7fr; } }

@media (max-width: 991.98px) {
  .checkout-success-grid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    padding-top: 24px; }
    .checkout-success-grid::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: calc(100% + 32px);
      height: 1px;
      background: var(--outline-color);
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .checkout-success-grid .left-side {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .checkout-success-grid .right-side {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.checkout-success-grid .order-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px; }
  @media (min-width: 992px) {
    .checkout-success-grid .order-info-wrap {
      border: 1px solid var(--outline-color);
      padding: 24px; } }
  @media (max-width: 991.98px) {
    .checkout-success-grid .order-info-wrap {
      position: relative;
      gap: 16px;
      padding-bottom: 16px; }
      .checkout-success-grid .order-info-wrap::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: calc(100% + 32px);
        height: 1px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        background: var(--outline-color); } }
  .checkout-success-grid .order-info-wrap:not(:last-child) {
    margin-bottom: 24px; }

.checkout-success-grid .order-products-table {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  @media (max-width: 991.98px) {
    .checkout-success-grid .order-products-table {
      padding: 0 0 24px; } }
  @media (min-width: 992px) {
    .checkout-success-grid .order-products-table {
      border: 1px solid var(--outline-color);
      border-left: none; } }
  @media (max-width: 991.98px) {
    .checkout-success-grid .order-products-table {
      position: relative; }
      .checkout-success-grid .order-products-table::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: calc(100% + 32px);
        height: 1px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        background: var(--outline-color); } }

.checkout-success-grid .order-totals-block .total-item-in-total {
  padding: 16px 72px 0 0;
  border-top: none;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 991.98px) {
    .checkout-success-grid .order-totals-block .total-item-in-total {
      padding: 16px 0 0 0; } }
  .checkout-success-grid .order-totals-block .total-item-in-total .total-item-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

@media (max-width: 991.98px) {
  .checkout-success-grid .order-totals-block .price-wrap {
    font-size: 16px;
    font-weight: 600; } }

.checkout-success-grid .btn-action-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .checkout-success-grid .btn-action-wrap .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px 20px;
    min-height: 48px;
    font-size: 16px; }
    @media (max-width: 575.98px) {
      .checkout-success-grid .btn-action-wrap .btn {
        width: 100%; } }

.ajax-payment-details {
  position: relative; }
  .ajax-payment-details .payment-buttons {
    margin-top: 16px; }

.order-info-card {
  padding: 0; }
  .order-info-card:not(:last-child) {
    border-bottom: none; }
  .order-info-card .info-flex-row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
    .order-info-card .info-flex-row picture, .order-info-card .info-flex-row img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
  .order-info-card .order-number {
    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;
    gap: 12px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .order-info-card .order-number svg.ic {
      width: 16px;
      height: 16px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    @media (pointer: fine) {
      .order-info-card .order-number:hover {
        color: var(--primary-color-hover); } }

.order-info-heading {
  color: var(--color-text);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase; }
  .order-info-heading:not(:last-child) {
    margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .order-info-heading {
      font-size: 20px;
      font-weight: 300;
      line-height: 1.4; }
      .order-info-heading:not(:last-child) {
        margin-bottom: 16px; } }

.order-info-title {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase; }
  .order-info-title:not(:last-child) {
    margin-bottom: 8px; }
  .order-info-title.title-first {
    color: var(--color-text);
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase; }
    .order-info-title.title-first:not(:last-child) {
      margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .order-info-title.title-first {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.4; }
        .order-info-title.title-first:not(:last-child) {
          margin-bottom: 16px; } }

table.order-info-table {
  width: 100%;
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border-spacing: 0 4px;
  border-collapse: separate; }
  table.order-info-table th {
    width: 50%;
    font-weight: 400; }
  table.order-info-table th, table.order-info-table td {
    padding: 10px 16px;
    background: #fafafa; }
    @media (max-width: 991.98px) {
      table.order-info-table th, table.order-info-table td {
        padding: 10px 8px 10px 16px; } }
  @media (max-width: 991.98px) {
    table.order-info-table td {
      padding-left: 0; } }

body.cart-opened {
  overflow: hidden;
  margin-right: var(--scrollbar-width); }
  body.cart-opened .cart-modal-inner {
    pointer-events: initial; }
    body.cart-opened .cart-modal-inner .overlay {
      opacity: 1;
      visibility: visible; }
  body.cart-opened #cartModal {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    pointer-events: initial;
    visibility: visible;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.cart-modal-inner {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none; }
  .cart-modal-inner .overlay {
    position: fixed;
    z-index: 1;
    inset: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    cursor: pointer; }
    .cart-modal-inner .overlay::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      -webkit-backdrop-filter: blur(5px);
              backdrop-filter: blur(5px); }

#cartModal {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
  visibility: hidden;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 826px;
  margin-left: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: var(--white-color);
  -webkit-transition: 0.5s cubic-bezier(0.21, -0.38, 0.65, 0.09);
  transition: 0.5s cubic-bezier(0.21, -0.38, 0.65, 0.09);
  overflow: auto; }

/*
.cart-modal-inner {
    display: none;

    .overlay {
        display: none;
    }
}
.fancybox-container.form-popup .fancybox-content#cartModal {
    max-width: 900px; // <<--- cart width
}
*/
#cartModal {
  --px: 32px;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    #cartModal {
      --px: 16px; } }
  #cartModal .cart-top {
    padding: 24px var(--px) 0; }
    @media (max-width: 991.98px) {
      #cartModal .cart-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 16px;
        min-height: 60px;
        background: var(--white-color);
        border-bottom: 1px solid var(--outline-color); } }
  #cartModal .cart-title {
    color: var(--color-text);
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      #cartModal .cart-title {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.4; } }
  #cartModal .cart-items-heading {
    margin-top: 15px; }
  #cartModal .cart-body {
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 100%; }
  #cartModal .cart-items {
    padding: 0 calc(var(--px) - 5px) 30px var(--px);
    margin-right: 5px;
    overflow-y: auto; }
    @media (min-width: 992px) {
      #cartModal .cart-items, #cartModal .cart-items * {
        scrollbar-color: auto;
        scrollbar-width: auto; }
      #cartModal .cart-items::-webkit-scrollbar,
      #cartModal .cart-items *::-webkit-scrollbar {
        width: 4px;
        height: 4px; }
      #cartModal .cart-items::-webkit-scrollbar-button,
      #cartModal .cart-items *::-webkit-scrollbar-button {
        display: none; }
      #cartModal .cart-items::-webkit-scrollbar-track,
      #cartModal .cart-items *::-webkit-scrollbar-track {
        background: #eeeeee; }
      #cartModal .cart-items::-webkit-scrollbar-track-piece,
      #cartModal .cart-items *::-webkit-scrollbar-track-piece {
        background: #eeeeee; }
      #cartModal .cart-items::-webkit-scrollbar-thumb,
      #cartModal .cart-items *::-webkit-scrollbar-thumb {
        background: var(--primary-color);
        border-radius: 99px; }
      #cartModal .cart-items::-webkit-scrollbar-corner,
      #cartModal .cart-items *::-webkit-scrollbar-corner {
        background: #eeeeee; } }
  #cartModal .cart-bottom {
    margin-top: auto;
    position: relative; }
    #cartModal .cart-bottom .wrap {
      position: relative;
      z-index: 20; }
  #cartModal .message-limit {
    font-weight: bold;
    color: var(--white-color);
    background: orange;
    margin-bottom: 20px; }
  #cartModal .bottom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 24px;
    padding: 16px var(--px);
    background: #fafafa; }
    @media (max-width: 767.98px) {
      #cartModal .bottom-row {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 12px;
        gap: 12px; } }
  #cartModal .total-block {
    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;
    gap: 4px; }
    #cartModal .total-block .total-title {
      font-size: 24px;
      font-weight: 400;
      line-height: 1;
      -ms-flex-item-align: end;
          align-self: flex-end; }
      @media (max-width: 991.98px) {
        #cartModal .total-block .total-title {
          font-size: 16px;
          line-height: 1.25;
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; } }
    #cartModal .total-block .price-wrap {
      line-height: 1;
      font-size: 24px;
      font-weight: 600; }
      #cartModal .total-block .price-wrap .price span {
        font-size: 16px; }
      #cartModal .total-block .price-wrap .old-price {
        font-size: 14px;
        font-weight: 400;
        line-height: 1; }
      @media (max-width: 767.98px) {
        #cartModal .total-block .price-wrap {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-column-gap: 8px;
             -moz-column-gap: 8px;
                  column-gap: 8px; }
          #cartModal .total-block .price-wrap .price {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; }
          #cartModal .total-block .price-wrap .old-price {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            font-size: 12px;
            margin-bottom: 0; } }
  #cartModal .btn-default {
    padding: 8px 20px;
    min-height: 48px;
    font-size: 16px; }
    @media (max-width: 767.98px) {
      #cartModal .btn-default {
        width: 100%; } }
  #cartModal .btn-continue {
    margin-right: auto; }
    @media (max-width: 767.98px) {
      #cartModal .btn-continue {
        display: none; } }
  #cartModal .modal-close {
    top: 0;
    right: 0;
    width: 48px;
    height: 48px; }

.modal-close {
  position: absolute;
  z-index: 99999;
  top: 20px;
  right: 12px;
  width: 24px;
  height: 24px;
  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;
  background: var(--white-color);
  border: none;
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .modal-close::before, .modal-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background-color: var(--grey-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .modal-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .modal-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  .modal-close .ic,
  .modal-close .icon {
    display: none; }
  @media (any-hover: hover) {
    .modal-close:hover, .modal-close:focus {
      background: var(--primary-color); }
      .modal-close:hover::before, .modal-close:hover::after, .modal-close:focus::before, .modal-close:focus::after {
        background-color: var(--white-color); } }
  @media (max-width: 991.98px) {
    .modal-close {
      top: 18px; } }

.cart-empty {
  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: 100%; }
  @media (min-width: 992px) {
    .cart-empty {
      padding: 24px 32px; } }
  @media (max-width: 991.98px) {
    .cart-empty {
      padding-bottom: 40px; } }
  @media (min-width: 992px) {
    .cart-empty .cart-top {
      padding: 0 !important; } }
  .cart-empty .empty-content {
    max-width: 360px;
    text-align: center;
    margin: auto;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 16px; }
    @media (max-width: 991.98px) {
      .cart-empty .empty-content {
        max-width: 392px;
        padding: 16px; } }
  .cart-empty .empty-title {
    color: var(--black-color);
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px; }
  .cart-empty .empty-description {
    color: var(--secondary-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; }
  @media (max-width: 991.98px) {
    .cart-empty .btn-continue {
      margin: 0 auto; } }

.btn-continue {
  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;
  gap: 8px;
  border: none;
  border-radius: 0;
  padding: 0;
  color: var(--grey-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
  min-height: unset;
  background-color: transparent;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  margin-right: auto; }
  .btn-continue .ic,
  .btn-continue .icon {
    width: 8px;
    height: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: var(--primary-color); }
  @media (any-hover: hover) {
    .btn-continue:hover {
      color: var(--primary-color); }
      .btn-continue:hover .icon {
        -webkit-animation: moveArrow 0.8s forwards;
                animation: moveArrow 0.8s forwards; } }
  .btn-continue:focus {
    color: var(--primary-color); }
    .btn-continue:focus .icon {
      -webkit-animation: moveArrow 0.8s forwards;
              animation: moveArrow 0.8s forwards; }

.gift-slider {
  padding: 12px 32px;
  background: #fff7f5; }
  @media (max-width: 991.98px) {
    .gift-slider {
      padding: 12px 16px; } }
  .gift-slider:not(.swiper-initialized) {
    overflow: hidden; }
    @media (min-width: 992px) {
      .gift-slider:not(.swiper-initialized) .gift-slider-top:not(:last-child) {
        margin-bottom: 16px; } }
    .gift-slider:not(.swiper-initialized) .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    .gift-slider:not(.swiper-initialized) .swiper-slide {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 40%; }
      @media (max-width: 767.98px) {
        .gift-slider:not(.swiper-initialized) .swiper-slide {
          width: 80%; } }
    .gift-slider:not(.swiper-initialized) .swiper-nav {
      display: none; }
  .gift-slider .gift-slider-top {
    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;
    gap: 16px; }
    .gift-slider .gift-slider-top:not(:last-child) {
      margin-bottom: 8px; }
  .gift-slider .gift-slider-title {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .gift-slider .gift-slider-title {
        font-size: 12px;
        line-height: 16px; } }
  @media (max-width: 991.98px) {
    .gift-slider .swiper-nav {
      display: none; } }

.gift-card {
  padding: 0 24px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }
  @media (min-width: 992px) {
    .gift-card {
      border-left: 1px solid var(--primary-color); } }
  @media (max-width: 991.98px) {
    .gift-card {
      padding: 0 10px 0 0;
      gap: 6px;
      border-right: 1px solid var(--primary-color); } }
  .gift-card .gift-card-img {
    width: 56px;
    height: 56px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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; }
    @media (max-width: 991.98px) {
      .gift-card .gift-card-img {
        width: 52px;
        height: 52px; } }
    .gift-card .gift-card-img picture,
    .gift-card .gift-card-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .gift-card .gift-card-title {
    color: var(--black-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis; }
    .gift-card .gift-card-title:not(:last-child) {
      margin-bottom: 8px; }
      @media (max-width: 991.98px) {
        .gift-card .gift-card-title:not(:last-child) {
          margin-bottom: 4px; } }
  .gift-card .price-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: var(--primary-color); }
    .gift-card .price-wrap .price {
      color: var(--primary-color); }
    .gift-card .price-wrap .old-price {
      font-size: 12px;
      font-weight: 600;
      line-height: 16px; }
  .gift-card .gift-card-btn {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    width: 28px;
    height: 28px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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 var(--primary-color);
    border-radius: 50%;
    background: transparent;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    @media (max-width: 991.98px) {
      .gift-card .gift-card-btn {
        width: 24px;
        height: 24px; } }
    .gift-card .gift-card-btn::after, .gift-card .gift-card-btn::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 16px;
      height: 1px;
      background: var(--primary-color);
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 991.98px) {
        .gift-card .gift-card-btn::after, .gift-card .gift-card-btn::before {
          width: 14px; } }
    .gift-card .gift-card-btn::after {
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          -ms-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg); }
    .gift-card .gift-card-btn.active {
      background: var(--primary-color) url('data:image/svg+xml,<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 5L5 9L13 1" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center center no-repeat; }
      .gift-card .gift-card-btn.active::after, .gift-card .gift-card-btn.active::before {
        opacity: 1;
        visibility: hidden; }
    .gift-card .gift-card-btn.disabled {
      opacity: 0.3;
      pointer-events: none; }

.gift-bar-wrap {
  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;
  gap: 16px;
  width: 100%;
  background: var(--color-text);
  color: var(--white-color);
  padding: 28px 44px 28px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: none; }
  @media (max-width: 991.98px) {
    .gift-bar-wrap {
      font-size: 12px;
      line-height: 16px;
      padding: 12px 27px 12px 16px; } }
  @media (max-width: 767.98px) {
    .gift-bar-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 10px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; } }
  .gift-bar-wrap:has(.milestone.gift.done) .gift-bar-text .text-default {
    display: none; }
  .gift-bar-wrap:has(.milestone.gift.done) .gift-bar-text .text-gift {
    display: block; }
  .gift-bar-wrap .gift-bar-text {
    max-width: 220px; }
    .gift-bar-wrap .gift-bar-text .text-gift {
      display: none; }
  .gift-bar-wrap .gift-bar {
    position: relative;
    height: 12px;
    background: #626262;
    border-radius: 12px;
    margin: 14px 0;
    width: 100%; }
    @media (max-width: 991.98px) {
      .gift-bar-wrap .gift-bar {
        margin: 26px 0;
        height: 8px; } }
  .gift-bar-wrap .gift-bar-fill {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 0;
    background: var(--primary-color);
    border-radius: 12px;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease; }
    .gift-bar-wrap .gift-bar-fill::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: var(--primary-color);
      border: 3px solid var(--white-color); }
      @media (max-width: 991.98px) {
        .gift-bar-wrap .gift-bar-fill::before {
          width: 20px;
          height: 20px;
          border: 2px solid var(--white-color); } }

.milestone {
  position: absolute;
  z-index: 10;
  top: 50%;
  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;
  text-align: center;
  color: var(--white-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 991.98px) {
    .milestone {
      font-size: 10px;
      line-height: 1.2; } }
  .milestone.delivery {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .milestone.gift {
    right: 0; }
  .milestone::before {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    background: var(--primary-color) url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="6" viewBox="0 0 8 6" fill="none"><path d="M1 3L3 5L7 1" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; }
    @media (max-width: 991.98px) {
      .milestone::before {
        width: 10px;
        height: 10px; } }
  .milestone.done::before {
    opacity: 1;
    visibility: visible; }
  .milestone .milestone-icon {
    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: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--white-color);
    color: var(--primary-color); }
    .milestone .milestone-icon .icon {
      width: 24px;
      height: 24px; }
    @media (max-width: 991.98px) {
      .milestone .milestone-icon {
        width: 32px;
        height: 32px; }
        .milestone .milestone-icon .icon {
          width: 20px;
          height: 20px; } }
  .milestone .milestone-label,
  .milestone .milestone-head {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap; }
  .milestone .milestone-label {
    bottom: calc(100% + 2px); }
  .milestone .milestone-head {
    top: calc(100% + 2px); }

.cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }

.cart-items-heading,
.cart-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 96px 1fr 144px 122px 32px;
  grid-template-columns: 96px 1fr 144px 122px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px; }
  @media (max-width: 991.98px) {
    .cart-items-heading,
    .cart-item {
      -ms-grid-columns: 72px 1fr 172px 1fr;
      grid-template-columns: 72px 1fr 172px 1fr; } }
  @media (max-width: 575.98px) {
    .cart-items-heading,
    .cart-item {
      -ms-grid-columns: 72px 1fr 1fr;
      grid-template-columns: 72px 1fr 1fr; } }

.cart-item-set {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 172px 120px 32px;
  grid-template-columns: 1fr 172px 120px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px; }
  .cart-item-set .cart-item-set-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6; }
  .cart-item-set .set-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 90px 1fr;
    grid-template-columns: 90px 1fr;
    gap: 15px; }

.products-table.products-table-no-edit .cart-items-heading,
.products-table.products-table-no-edit .cart-item {
  -ms-grid-columns: 96px 1fr 142px 150px;
  grid-template-columns: 96px 1fr 142px 150px;
  gap: 12px; }
  @media (max-width: 991.98px) {
    .products-table.products-table-no-edit .cart-items-heading,
    .products-table.products-table-no-edit .cart-item {
      -ms-grid-columns: 72px 1fr 172px 1fr;
      grid-template-columns: 72px 1fr 172px 1fr; } }
  @media (max-width: 575.98px) {
    .products-table.products-table-no-edit .cart-items-heading,
    .products-table.products-table-no-edit .cart-item {
      -ms-grid-columns: 72px 1fr 1fr;
      grid-template-columns: 72px 1fr 1fr; } }

.products-table.products-table-no-edit .cart-items-heading .cart-heading-qty {
  text-align: center; }

.products-table.products-table-no-edit .cart-item-set {
  -ms-grid-columns: 1fr 120px 120px 120px;
  grid-template-columns: 1fr 120px 120px 120px; }
  .products-table.products-table-no-edit .cart-item-set .cart-item-set-title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5; }

.cart-items-heading {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding-bottom: 12px;
  color: var(--color-text);
  border-bottom: 1px solid var(--outline-color); }
  .cart-items-heading .cart-heading-qty {
    padding-left: 8px; }
  @media (max-width: 991.98px) {
    .cart-items-heading {
      display: none; } }

.cart-items-heading .cart-heading-qty,
.cart-item .cart-item-qty {
  padding-right: 12px; }

.cart-item {
  position: relative;
  padding: 12px 0; }
  @media (min-width: 992px) {
    .cart-item {
      border-bottom: 1px solid var(--outline-color); } }
  @media (max-width: 991.98px) {
    .cart-item {
      padding: 16px 0;
      min-height: auto; }
      .cart-item:first-child {
        border-top: 1px solid var(--outline-color); }
      .cart-item::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: calc(100% + 32px);
        height: 1px;
        background: var(--outline-color);
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .cart-item:has(.cart-item-gift) .cart-item-qty {
    opacity: 0.3;
    pointer-events: none; }
  .cart-item .cart-item-img {
    position: relative;
    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; }
    @media (max-width: 991.98px) {
      .cart-item .cart-item-img {
        border: 1px solid var(--outline-color);
        -ms-flex-item-align: start;
            align-self: flex-start; } }
    .cart-item .cart-item-img picture,
    .cart-item .cart-item-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: scale-down;
         object-fit: scale-down; }
  .cart-item .cart-item-gift {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    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: 50%;
    border: 1px solid var(--outline-color);
    background: var(--white-color); }
    .cart-item .cart-item-gift .icon {
      width: 20px;
      height: 20px;
      color: var(--primary-color); }
    @media (max-width: 991.98px) {
      .cart-item .cart-item-gift {
        width: 28px;
        height: 28px; }
        .cart-item .cart-item-gift .icon {
          width: 14px;
          height: 14px; } }
  .cart-item .cart-item-info {
    padding-right: 20px; }
    @media (max-width: 991.98px) {
      .cart-item .cart-item-info {
        -ms-grid-column-span: 3;
        grid-column: span 3;
        padding-right: 0; } }
    @media (max-width: 575.98px) {
      .cart-item .cart-item-info {
        -ms-grid-column-span: 2;
        grid-column: span 2; } }
  .cart-item .product-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: var(--black-color); }
    @media (max-width: 991.98px) {
      .cart-item .product-title {
        padding-right: 28px; } }
    .cart-item .product-title .text {
      overflow: hidden;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      text-overflow: ellipsis; }
    @media (any-hover: hover) {
      .cart-item .product-title:hover {
        color: var(--primary-color);
        text-decoration: none; } }
    .cart-item .product-title:focus {
      color: var(--primary-color);
      text-decoration: none; }
  .cart-item .product-sku {
    color: #777777;
    line-height: 1;
    font-size: 13px;
    margin-top: 3px; }
  .cart-item .variant-attributes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
    margin-top: 8px; }
    @media (max-width: 991.98px) {
      .cart-item .variant-attributes {
        margin-top: 4px; } }
    .cart-item .variant-attributes .variant-attribute {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 4px 8px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #f9f9f9;
      color: var(--color-text);
      font-size: 12px;
      font-weight: 400;
      line-height: 16px; }
      @media (max-width: 991.98px) {
        .cart-item .variant-attributes .variant-attribute {
          padding: 2px 6px; } }
      .cart-item .variant-attributes .variant-attribute .value {
        font-weight: 400;
        max-width: 105px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        @media (max-width: 1300px) {
          .cart-item .variant-attributes .variant-attribute .value {
            max-width: 70px; } }
        @media (max-width: 1199.98px) {
          .cart-item .variant-attributes .variant-attribute .value {
            max-width: 203px; } }
  @media (max-width: 991.98px) {
    .cart-item .cart-item-qty {
      -ms-grid-column-span: 2;
      grid-column: span 2; } }
  .cart-item .cart-item-qty .qty-picker {
    --size: 40px; }
  .cart-item .cart-item-qty .qty-text {
    height: 48px;
    min-width: 48px;
    padding: 2px 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    background: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px; }
  .cart-item .cart-item-qty:has(.qty-text) {
    text-align: center; }
    @media (max-width: 991.98px) {
      .cart-item .cart-item-qty:has(.qty-text) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left; } }
  .cart-item .price-wrap {
    font-size: 14px;
    font-weight: 600;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .cart-item .price-wrap {
        font-size: 16px; } }
    .cart-item .price-wrap .old-price {
      font-size: 12px;
      line-height: 1; }
      .cart-item .price-wrap .old-price span {
        font-size: 12px; }
  @media (max-width: 991.98px) {
    .cart-item .cart-item-price-total {
      -ms-grid-column-span: 2;
      grid-column: span 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media (max-width: 575.98px) {
    .cart-item .cart-item-price-total {
      -ms-grid-column-span: 1;
      grid-column: span 1; } }
  .cart-item .qty-picker input {
    height: 40px;
    width: 48px; }

.cart-item-set {
  margin: 20px 0; }
  .cart-item-set + .cart-item-set {
    margin-top: 0; }
  .cart-item-set:not(:last-child) {
    border-bottom: 1px solid #cfcfcf; }
  .cart-item-set .cart-item-set-title {
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 10px;
    text-align: center;
    background: var(--theme-color-second);
    color: var(--white-color);
    border-radius: 4px; }
  .cart-item-set .plus-icon {
    z-index: 2;
    position: relative;
    margin: -8px 0 -8px 28px; }
    .cart-item-set .plus-icon svg {
      width: 30px;
      height: 30px;
      color: var(--theme-color-second); }

.cart-item.invalid,
.cart-item-set.invalid {
  background: rgba(255, 0, 0, 0.11); }

.cart-item-remove,
.cart-item-set-remove {
  width: 32px;
  height: 32px;
  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;
  color: var(--grey-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer; }
  @media (max-width: 991.98px) {
    .cart-item-remove,
    .cart-item-set-remove {
      position: absolute;
      right: 0;
      top: 20px;
      width: 28px;
      height: 28px; } }
  .cart-item-remove .remove,
  .cart-item-set-remove .remove {
    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; }
  .cart-item-remove svg,
  .cart-item-set-remove svg {
    font-size: 20px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (max-width: 991.98px) {
      .cart-item-remove svg,
      .cart-item-set-remove svg {
        font-size: 16px; } }
  .cart-item-remove .remove:focus svg.ic,
  .cart-item-set-remove .remove:focus svg.ic {
    color: red; }
  @media (pointer: fine) {
    .cart-item-remove .remove:hover svg.ic,
    .cart-item-set-remove .remove:hover svg.ic {
      color: red; } }

#cart-fast-order {
  position: absolute;
  z-index: 10;
  bottom: 100%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  #cart-fast-order.fast-order-open {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    #cart-fast-order.fast-order-open .fast-order-form-title .icon-arrow {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
  #cart-fast-order .fast-order-form-top {
    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;
    margin-top: -32px; }
  #cart-fast-order .fast-order-form-title {
    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;
    gap: 8px;
    width: 100%;
    min-height: 32px;
    max-width: 264px;
    padding: 8px 24px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 12px 12px 0 0;
    background: #f7ecfc;
    cursor: pointer; }
    #cart-fast-order .fast-order-form-title .icon-arrow {
      width: 16px;
      height: 16px;
      background: var(--theme-color-second);
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
      #cart-fast-order .fast-order-form-title .icon-arrow .icon {
        width: 8px;
        height: 8px; }
  #cart-fast-order .fast-order-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    background: #f7ecfc;
    padding: 20px var(--px); }
    @media (max-width: 991.98px) {
      #cart-fast-order .fast-order-form-wrap {
        padding: 16px;
        gap: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  #cart-fast-order .fast-order-form-notice {
    max-width: 178px;
    color: var(--theme-color-main);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px; }
    @media (max-width: 991.98px) {
      #cart-fast-order .fast-order-form-notice {
        max-width: 100%; } }
  #cart-fast-order .form-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 1; }
    @media (max-width: 991.98px) {
      #cart-fast-order .form-wrap {
        width: 100%; } }
    #cart-fast-order .form-wrap .form-control {
      height: 40px;
      border-radius: 8px;
      background: var(--white);
      color: var(--theme-color-main);
      border-color: var(--white);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #cart-fast-order .form-wrap .form-control.form-control-error {
        border-color: red; }
      #cart-fast-order .form-wrap .form-control::-webkit-input-placeholder {
        color: grey; }
      #cart-fast-order .form-wrap .form-control::-moz-placeholder {
        color: grey; }
      #cart-fast-order .form-wrap .form-control:-ms-input-placeholder {
        color: grey; }
      #cart-fast-order .form-wrap .form-control::-ms-input-placeholder {
        color: grey; }
      #cart-fast-order .form-wrap .form-control::placeholder {
        color: grey; }
      @media (any-hover: hover) {
        #cart-fast-order .form-wrap .form-control:hover {
          border-color: var(--theme-color-second); } }
      #cart-fast-order .form-wrap .form-control:focus {
        border-color: var(--theme-color-second); }
    #cart-fast-order .form-wrap .form-error {
      display: block;
      margin: 0;
      padding: 2px 0;
      color: red;
      font-size: 12px; }
      @media (min-width: 992px) {
        #cart-fast-order .form-wrap .form-error {
          position: absolute;
          z-index: 1;
          top: 100%;
          left: 0;
          right: 0; } }
  #cart-fast-order .btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-height: 40px; }
    @media (max-width: 575.98px) {
      #cart-fast-order .btn {
        margin-top: 4px;
        width: 100%; } }

.order-promocode .order-promocode-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px; }

.order-promocode .fields-group {
  position: relative; }
  .order-promocode .fields-group input {
    padding-right: 146px; }
  .order-promocode .fields-group .btn {
    position: absolute;
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    min-height: 32px;
    border-radius: 0.25em;
    padding: 2px 10px;
    border-width: 1px; }

.order-promocode .promocode-wrap {
  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;
  gap: 15px; }
  .order-promocode .promocode-wrap .sale-text {
    color: var(--price-new); }
  .order-promocode .promocode-wrap .promocode-code {
    display: inline-block;
    color: var(--white-color);
    background: var(--theme-color-second);
    padding: 2px 10px;
    border-radius: 0.25em;
    text-align: center;
    margin-bottom: 4px; }
  .order-promocode .promocode-wrap .discount-value {
    font-size: 1.2em; }

.order-promocode .order-promocode-error {
  color: red; }

.order-promocode .order-promocode-message {
  color: green; }

.account-profile .form-style .form-group:has(input:focus) .form-label {
  visibility: visible;
  pointer-events: initial; }

.account-profile .form-style .form-group:not(:last-child) {
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .account-profile .form-style .form-group:not(:last-child) {
      margin-bottom: 16px; } }

.account-profile .form-style .form-group .form-label {
  position: static; }

.account-profile .form-style .form-columns .form-group:not(:last-child) {
  margin-bottom: 0; }

.account-profile .form-style .form-control {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--white);
  color: var(--black-color);
  border: 1px solid var(--stroke-color);
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .account-profile .form-style .form-control.form-control-error {
    border-color: red; }
  .account-profile .form-style .form-control::-webkit-input-placeholder {
    color: #bdbdbd; }
  .account-profile .form-style .form-control::-moz-placeholder {
    color: #bdbdbd; }
  .account-profile .form-style .form-control:-ms-input-placeholder {
    color: #bdbdbd; }
  .account-profile .form-style .form-control::-ms-input-placeholder {
    color: #bdbdbd; }
  .account-profile .form-style .form-control::placeholder {
    color: #bdbdbd; }
  @media (any-hover: hover) {
    .account-profile .form-style .form-control:hover {
      border-color: var(--primary-color); } }

.account-profile .form-style .form-label {
  font-weight: 600; }

.account-profile .password-view-toggle {
  bottom: 16px; }

.account-order-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1200px) {
    .account-order-grid {
      border: 1px solid var(--outline-color); }
      .account-order-grid .left-side,
      .account-order-grid .right-side {
        width: 50%; }
      .account-order-grid .left-side {
        padding: 24px;
        border-right: 1px solid var(--outline-color); } }
  @media (max-width: 1199.98px) {
    .account-order-grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0 -16px;
      border-top: 1px solid var(--outline-color);
      border-bottom: 1px solid var(--outline-color); }
      .account-order-grid .left-side {
        padding: 24px 16px;
        border-bottom: 1px solid var(--outline-color); } }
  .account-order-grid .order-card:not(:last-child) {
    margin-bottom: 20px; }
  @media (min-width: 992px) {
    .account-order-grid .products-table.products-table-no-edit .cart-items-heading,
    .account-order-grid .products-table.products-table-no-edit .cart-item {
      -ms-grid-columns: 80px 1fr 66px 80px;
      grid-template-columns: 80px 1fr 66px 80px; } }
  @media (max-width: 991.98px) {
    .account-order-grid .products-table.products-table-no-edit .cart-items-heading .cart-item-qty .qty-text,
    .account-order-grid .products-table.products-table-no-edit .cart-item .cart-item-qty .qty-text {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  .account-order-grid .order-totals-block .total-item.total-item-in-total {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 991.98px) {
      .account-order-grid .order-totals-block .total-item.total-item-in-total {
        border-bottom: none;
        padding: 12px 0 0; } }
    .account-order-grid .order-totals-block .total-item.total-item-in-total .total-item-title {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.account-order-btn {
  min-height: 48px;
  font-size: 16px;
  padding: 8px 20px; }
  @media (min-width: 992px) {
    .account-order-btn {
      position: absolute;
      top: 0;
      right: 16px; } }
  @media (max-width: 991.98px) {
    .account-order-btn {
      margin-bottom: 12px; } }
  @media (max-width: 767.98px) {
    .account-order-btn {
      width: 100%; } }

@media (min-width: 992px) {
  .account-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 322px 1fr;
    grid-template-columns: 322px 1fr;
    gap: 16px; } }

@media (max-width: 991.98px) {
  .account-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px; } }

.account-grid .account-aside {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--white-color);
  border: 1px solid var(--outline-color); }
  @media (min-width: 992px) {
    .account-grid .account-aside {
      position: sticky;
      top: 144px; } }

.user-info-wrap {
  padding: 20px;
  background: #fafafa; }
  .user-info-wrap:not(:last-child) {
    border-bottom: 1px solid var(--outline-color); }
  .user-info-wrap .user-greeting {
    color: var(--grey-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px; }
  .user-info-wrap .user-full-name {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    text-transform: uppercase; }

.account-nav-inner {
  position: relative; }
  .account-nav-inner.nav-tabs-active .account-nav-btn {
    border-radius: 0; }
    .account-nav-inner.nav-tabs-active .account-nav-btn::after {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .account-nav-inner.nav-tabs-active .account-nav-wrap {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    pointer-events: initial; }
  .account-nav-inner .account-nav-btn {
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    border: none;
    background: var(--white-color);
    color: var(--grey-main-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .account-nav-inner .account-nav-btn .ic {
      width: 20px;
      height: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      color: var(--primary-color); }
    .account-nav-inner .account-nav-btn::after {
      content: "";
      margin-left: auto;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: block;
      width: 14px;
      height: 8px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8" fill="none"><path d="M13 1L7 7L1 0.999999" stroke="%23BD4932" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    @media (min-width: 992px) {
      .account-nav-inner .account-nav-btn {
        display: none; } }

@media (max-width: 991.98px) {
  .account-nav-wrap {
    position: absolute;
    z-index: 10000;
    top: 100%;
    left: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    padding-bottom: 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    pointer-events: none;
    background: var(--white-color);
    border: 1px solid var(--outline-color);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1); } }

.account-nav-wrap .btn-account-logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px;
  color: var(--grey-main-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  text-decoration: none; }
  @media (pointer: fine) {
    .account-nav-wrap .btn-account-logout:hover {
      color: var(--theme-color-main); } }
  .account-nav-wrap .btn-account-logout .ic {
    display: block;
    width: 20px;
    height: 20px;
    color: var(--primary-color);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }

.account-nav-wrap .account-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .account-nav-wrap .account-nav .link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 20px;
    color: var(--grey-main-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    text-decoration: none;
    border-bottom: 1px solid var(--outline-color); }
    @media (pointer: fine) {
      .account-nav-wrap .account-nav .link-item:hover {
        color: var(--theme-color-main); } }
    .account-nav-wrap .account-nav .link-item .ic {
      display: block;
      width: 20px;
      height: 20px;
      color: var(--primary-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .account-nav-wrap .account-nav .link-item.active {
      color: var(--white-color);
      background-color: var(--primary-color); }
      .account-nav-wrap .account-nav .link-item.active .ic {
        color: var(--white-color); }
      .account-nav-wrap .account-nav .link-item.active .badge {
        background: var(--white-color);
        color: var(--primary-color); }
    .account-nav-wrap .account-nav .link-item .badge {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      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;
      padding: 0 2px;
      height: 20px;
      min-width: 20px;
      border-radius: 100px;
      background: var(--primary-color);
      color: var(--white-color);
      text-align: center;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px; }

.account-profile-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px; }

.discounts-block {
  position: relative;
  padding: 64px 20px;
  border: 1px solid var(--outline-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  min-height: 384px; }
  @media (max-width: 991.98px) {
    .discounts-block {
      padding: 24px 20px 107px;
      min-height: 328px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 40px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .discounts-block .discounts-block__bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    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;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .discounts-block .discounts-block__bg img {
      width: 100%;
      height: auto; }
  .discounts-block .discounts-block__title {
    color: var(--black-color);
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-transform: uppercase; }
    .discounts-block .discounts-block__title:not(:last-child) {
      margin-bottom: 8px; }
    @media (max-width: 991.98px) {
      .discounts-block .discounts-block__title {
        font-size: 24px;
        line-height: 32px;
        text-align: center; } }
  .discounts-block .discounts-block__text {
    color: var(--grey-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25; }
    @media (max-width: 991.98px) {
      .discounts-block .discounts-block__text {
        font-size: 14px;
        line-height: 20px;
        text-align: center; } }
  .discounts-block .discounts-block__value {
    color: var(--primary-color);
    font-size: 84px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .discounts-block .discounts-block__value {
        font-size: 64px;
        text-align: center; } }
    .discounts-block .discounts-block__value.zero {
      color: #b8b8b8; }

.discount-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  background: var(--grey-main-color);
  color: var(--white-color);
  padding: 27px 30px 27px 32px; }
  @media (max-width: 1199.98px) {
    .discount-progress {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 32px; } }
  @media (max-width: 991.98px) {
    .discount-progress {
      row-gap: 24px;
      padding: 12px 22px 26px 14px; }
      .discount-progress:not(:last-child) {
        margin-bottom: 24px; } }
  .discount-progress .discount-info {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px; }
    @media (min-width: 992px) {
      .discount-progress .discount-info {
        width: 250px;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
    @media (max-width: 1199.98px) {
      .discount-progress .discount-info {
        text-align: center; } }
    @media (max-width: 991.98px) {
      .discount-progress .discount-info {
        font-size: 12px;
        line-height: 16px; } }
  .discount-progress .progress-wrapper {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1200px) {
      .discount-progress .progress-wrapper {
        width: calc(100% - 259px); } }
    @media (max-width: 1199.98px) {
      .discount-progress .progress-wrapper {
        width: 100%;
        height: 32px; } }
    .discount-progress .progress-wrapper::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 12px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #626262;
      border-radius: 12px; }
      @media (max-width: 991.98px) {
        .discount-progress .progress-wrapper::before {
          height: 8px; } }
  .discount-progress .progress-bar {
    position: relative;
    height: 24px;
    width: 100%;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    background: transparent; }
    @media (max-width: 991.98px) {
      .discount-progress .progress-bar {
        height: 18px; } }
    .discount-progress .progress-bar::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 12px;
      border-radius: 12px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: var(--primary-color); }
      @media (max-width: 991.98px) {
        .discount-progress .progress-bar::after {
          height: 8px; } }
    .discount-progress .progress-bar::before {
      content: "";
      position: absolute;
      z-index: 10;
      top: 50%;
      right: 0;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: var(--primary-color);
      border: 3px solid var(--white-color); }
      @media (max-width: 991.98px) {
        .discount-progress .progress-bar::before {
          width: 18px;
          height: 18px; } }
  .discount-progress .progress-mark {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 2px;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px; }
    .discount-progress .progress-mark:last-child {
      -webkit-transform: translate(-100%, -50%);
          -ms-transform: translate(-100%, -50%);
              transform: translate(-100%, -50%); }
    @media (max-width: 991.98px) {
      .discount-progress .progress-mark {
        font-size: 10px;
        line-height: 1.2; } }
    .discount-progress .progress-mark.active .mark-icon::before {
      opacity: 1;
      visibility: visible; }
  .discount-progress .mark-price, .discount-progress .mark-sale {
    position: absolute;
    left: 50%;
    padding: 2px 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .discount-progress .mark-price {
    bottom: 100%; }
  .discount-progress .mark-sale {
    top: 100%; }
  .discount-progress .mark-icon {
    position: relative;
    width: 40px;
    height: 40px;
    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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%;
    background: var(--white-color);
    color: var(--primary-color); }
    @media (max-width: 991.98px) {
      .discount-progress .mark-icon {
        width: 32px;
        height: 32px; } }
    .discount-progress .mark-icon .icon {
      width: 24px;
      height: 24px; }
      @media (max-width: 991.98px) {
        .discount-progress .mark-icon .icon {
          width: 20px;
          height: 20px; } }
    .discount-progress .mark-icon::before {
      content: "";
      position: absolute;
      z-index: 5;
      bottom: 0;
      right: 0;
      width: 12px;
      height: 12px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><circle cx="6" cy="6" r="6" fill="%23BD4932"/><path d="M3 6L5 8L9 4" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat;
      opacity: 0;
      visibility: hidden; }
  .discount-progress .current-sum {
    text-align: center;
    font-weight: bold; }

.account-order .section-title {
  margin-bottom: 20px; }

.account-order .container {
  position: relative; }

@media (max-width: 991.98px) {
  .account-order .account-content {
    position: relative; } }

.account-order .order-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1200px) {
    .account-order .order-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 992px) {
    .account-order .order-header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .account-order .order-header .order-header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.account-order .order-return-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (pointer: fine) {
    .account-order .order-return-back:hover {
      color: var(--theme-color-second); } }
  .account-order .order-return-back .arrow-wrap {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-color: var(--theme-color-second);
    border-radius: 100%;
    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; }
    .account-order .order-return-back .arrow-wrap .ic {
      width: 6px;
      color: var(--white-color); }
  .account-order .order-return-back.top {
    margin-bottom: 12px; }
  .account-order .order-return-back.bottom {
    margin-bottom: 20px; }
    @media (max-width: 576px) {
      .account-order .order-return-back.bottom {
        margin: 48px 0 0; } }

.account-order .personal-cashback {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  color: var(--white-color);
  background-color: #9B8BCF;
  padding: 12px 84px 12px 16px; }
  @media (max-width: 1200px) {
    .account-order .personal-cashback {
      margin-left: auto; } }
  @media (max-width: 768px) {
    .account-order .personal-cashback {
      display: none; } }
  .account-order .personal-cashback .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .account-order .personal-cashback .content .text {
      font-size: 12px;
      font-weight: 400;
      line-height: 16px; }
    .account-order .personal-cashback .content .price {
      font-size: 20px;
      font-weight: 700;
      line-height: 24px; }
    .account-order .personal-cashback .content .link {
      color: var(--white-color);
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      text-decoration-line: underline;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (pointer: fine) {
        .account-order .personal-cashback .content .link:hover {
          color: #f2c4ff; } }
  .account-order .personal-cashback .avatar {
    position: absolute;
    max-width: 62px;
    right: 8%;
    top: -9%; }

.account-order .open-order .order-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 26px;
  margin-bottom: 32px; }
  @media (max-width: 1200px) {
    .account-order .open-order .order-info {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }
  .account-order .open-order .order-info .order-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px; }
    @media (max-width: 1200px) {
      .account-order .open-order .order-info .order-info-wrap:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }

.account-order .open-order .info-block-wrap:has(.comment) {
  height: 100%; }

.account-order .open-order .order-info-title {
  color: var(--theme-color-second);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 8px; }
  @media (max-width: 576px) {
    .account-order .open-order .order-info-title {
      font-size: 14px;
      line-height: 20px; } }

.account-order .open-order .info-line {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 33px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #FAFAFA;
  margin-bottom: 4px; }
  @media (max-width: 576px) {
    .account-order .open-order .info-line {
      gap: 12px; } }
  .account-order .open-order .info-line .title {
    display: inline-block;
    color: #696969; }
  .account-order .open-order .info-line .value {
    display: inline-block;
    color: var(--color-text); }
    .account-order .open-order .info-line .value .status_bullet {
      display: block;
      width: 10px;
      min-width: 10px;
      height: 10px;
      background-color: #FF9900;
      border-radius: 50%;
      margin-right: 10px; }
    .account-order .open-order .info-line .value.status_paid {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.account-order .open-order .comment {
  border-radius: 8px;
  background: #FAFAFA;
  padding: 10px 16px;
  height: calc(100% - 32px); }

.account-order .open-order .copy-number {
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  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;
  background-color: var(--theme-color-second);
  border-radius: 0px 8px 8px 0px;
  cursor: pointer;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  @media (pointer: fine) {
    .account-order .open-order .copy-number:hover {
      background-color: var(--theme-color-second); } }
  .account-order .open-order .copy-number .ic {
    fill: var(--white-color);
    width: 20px;
    height: 20px; }

.account-order .open-order .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
  gap: 17px; }
  @media (max-width: 576px) {
    .account-order .open-order .buttons-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 48px; } }
  @media (max-width: 576px) {
    .account-order .open-order .buttons-wrap .btn-default {
      width: 100%; } }
  .account-order .open-order .buttons-wrap .btn-default .btn-text {
    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;
    gap: 10px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 18px 8px 12px; }
    @media (max-width: 576px) {
      .account-order .open-order .buttons-wrap .btn-default .btn-text {
        padding: 8px 16px;
        font-size: 14px;
        line-height: 24px;
        gap: 8px; } }
    .account-order .open-order .buttons-wrap .btn-default .btn-text .ic {
      width: 20px;
      height: 18px; }
      @media (max-width: 576px) {
        .account-order .open-order .buttons-wrap .btn-default .btn-text .ic {
          width: 24px;
          height: 24px; } }
  .account-order .open-order .buttons-wrap .btn-cancel {
    color: #696969;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 56px;
    border: 1px solid gray;
    padding: 8px 16px;
    background-color: transparent;
    outline: none;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    @media (pointer: fine) {
      .account-order .open-order .buttons-wrap .btn-cancel:hover {
        background-color: var(--theme-color-second);
        color: var(--white-color);
        border: 1px solid var(--theme-color-second); } }
    @media (max-width: 576px) {
      .account-order .open-order .buttons-wrap .btn-cancel {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        padding: 7px 16px; } }

.account-order .open-order .order-list-wrap .cart-title {
  color: var(--color-text);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 17px; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-title {
      font-size: 20px;
      line-height: 24px;
      padding-bottom: 16px;
      padding-bottom: 16px;
      border-bottom: 1px solid gray; } }

.account-order .open-order .order-list-wrap .cart-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid gray; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-headers {
      display: none; } }
  .account-order .open-order .order-list-wrap .cart-headers .header-title {
    color: var(--theme-color-second);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .account-order .open-order .order-list-wrap .cart-headers .header-title {
        font-size: 14px;
        line-height: 18px; } }
    .account-order .open-order .order-list-wrap .cart-headers .header-title.name {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 49%;
              flex: 0 0 49%; }
      @media (max-width: 1200px) {
        .account-order .open-order .order-list-wrap .cart-headers .header-title.name {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 55%;
                  flex: 0 0 55%; } }
    .account-order .open-order .order-list-wrap .cart-headers .header-title.count {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 27%;
              flex: 0 0 27%;
      margin-left: 60px; }
      @media (max-width: 1200px) {
        .account-order .open-order .order-list-wrap .cart-headers .header-title.count {
          margin-left: 0;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 25%;
                  flex: 0 0 25%; } }
      @media (max-width: 768px) {
        .account-order .open-order .order-list-wrap .cart-headers .header-title.count {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 28%;
                  flex: 0 0 28%; } }

.account-order .open-order .order-list-wrap .cart-item .plus,
.account-order .open-order .order-list-wrap .cart-item .minus,
.account-order .open-order .order-list-wrap .cart-item .remove {
  display: none; }

.account-order .open-order .order-list-wrap .cart-item input {
  height: 40px;
  width: 50px;
  border-radius: 12px;
  background-color: #FAFAFA;
  border: none; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-item input {
      margin: 0;
      background-color: transparent; } }

@media (max-width: 992px) {
  .account-order .open-order .order-list-wrap .cart-item .product-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (max-width: 576px) {
  .account-order .open-order .order-list-wrap .cart-item .product-wrap {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.account-order .open-order .order-list-wrap .cart-item .product-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-item .product-info {
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-column: 1;
          grid-column-start: 1;
      -ms-grid-column-span: 3;
      grid-column-end: 4; }
      .account-order .open-order .order-list-wrap .cart-item .product-info .product-name a {
        font-size: 16px;
        line-height: 18px;
        height: 38px; } }

.account-order .open-order .order-list-wrap .cart-item ._qty {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
  margin-left: 60px; }
  @media (max-width: 1200px) {
    .account-order .open-order .order-list-wrap .cart-item ._qty {
      margin-left: 0; } }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .cart-item ._qty {
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-column: 1;
          grid-column-start: 1;
      -ms-grid-column-span: 1;
      grid-column-end: 2;
      margin-right: 30px; } }

@media (max-width: 576px) {
  .account-order .open-order .order-list-wrap .cart-item ._price-total {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3; } }

.account-order .open-order .order-list-wrap .bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .bottom-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.account-order .open-order .order-list-wrap .total-block {
  border-radius: 16px;
  background-color: #F9F7FF;
  padding: 16px 24px 16px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 576px) {
    .account-order .open-order .order-list-wrap .total-block {
      padding: 0;
      background-color: transparent;
      width: 100%; } }
  .account-order .open-order .order-list-wrap .total-block .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 576px) {
      .account-order .open-order .order-list-wrap .total-block .total {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        padding: 8px 16px;
        border-radius: 12px;
        background-color: #F9F7FF;
        width: 100%;
        margin-bottom: 8px; } }
  .account-order .open-order .order-list-wrap .total-block .title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-right: 8px; }
    @media (max-width: 576px) {
      .account-order .open-order .order-list-wrap .total-block .title {
        font-size: 20px;
        line-height: 24px;
        margin-right: 4px; } }
  .account-order .open-order .order-list-wrap .total-block .price-old,
  .account-order .open-order .order-list-wrap .total-block .old-price {
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through; }
  .account-order .open-order .order-list-wrap .total-block .price,
  .account-order .open-order .order-list-wrap .total-block .price-discount {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px; }
    @media (max-width: 576px) {
      .account-order .open-order .order-list-wrap .total-block .price,
      .account-order .open-order .order-list-wrap .total-block .price-discount {
        font-size: 20px;
        line-height: 24px; } }
  .account-order .open-order .order-list-wrap .total-block .price {
    color: var(--color-text); }
  .account-order .open-order .order-list-wrap .total-block .price-discount {
    color: red; }
  .account-order .open-order .order-list-wrap .total-block .cashback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
    .account-order .open-order .order-list-wrap .total-block .cashback img {
      display: block;
      margin-right: 4px; }

.account-orders .section-title {
  margin-bottom: 13px; }

.account-orders .order-nav {
  margin: 0 0 16px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  white-space: nowrap;
  overflow-x: scroll;
  list-style: none; }
  .account-orders .order-nav::-webkit-scrollbar {
    display: none; }
  .account-orders .order-nav .order-nav-item {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .account-orders .order-nav .order-nav-item:nth-child(4n + 2) a::before,
    .account-orders .order-nav .order-nav-item:nth-child(4n + 3) a::before,
    .account-orders .order-nav .order-nav-item:nth-child(4n + 4) a::before {
      content: "";
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
    .account-orders .order-nav .order-nav-item:nth-child(4n + 2) a::before {
      background: #45cb85; }
    .account-orders .order-nav .order-nav-item:nth-child(4n + 3) a::before {
      background: #c6a15b; }
    .account-orders .order-nav .order-nav-item:nth-child(4n + 4) a::before {
      background: #cb4545; }
    .account-orders .order-nav .order-nav-item.active a {
      color: var(--white-color);
      background-color: var(--primary-color); }
      .account-orders .order-nav .order-nav-item.active a::before {
        background: var(--white-color); }
    .account-orders .order-nav .order-nav-item a {
      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;
      gap: 8px;
      min-height: 40px;
      color: var(--black-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      text-transform: uppercase;
      padding: 6px 20px;
      background-color: var(--white-color);
      border: 1px solid var(--outline-color);
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      @media (pointer: fine) {
        .account-orders .order-nav .order-nav-item a:hover {
          color: var(--white-color);
          background-color: var(--primary-color); }
          .account-orders .order-nav .order-nav-item a:hover::before {
            background: var(--white-color); } }

.account-orders .order-headers {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 24px;
  padding: 16px 24px;
  border: 1px solid var(--stroke-color);
  background: #fafafa; }
  .account-orders .order-headers .order-title {
    color: var(--grey-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .account-orders .order-headers {
      display: none; } }

.account-orders .order-item {
  width: 100%;
  padding: 16px 24px;
  border: 1px solid var(--stroke-color); }
  @media (min-width: 768px) {
    .account-orders .order-item {
      display: -ms-grid;
      display: grid;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-grid-columns: 1fr 1fr 1fr 1fr 24px;
      grid-template-columns: 1fr 1fr 1fr 1fr 24px;
      border-top: none; } }
  @media (max-width: 767.98px) {
    .account-orders .order-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 16px;
      padding: 16px; }
      .account-orders .order-item:not(:last-child) {
        margin-bottom: 16px; } }
  .account-orders .order-item .order-item-value {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25; }
    @media (min-width: 768px) {
      .account-orders .order-item .order-item-value:not(:last-child) {
        padding-right: 12px; } }
    @media (max-width: 767.98px) {
      .account-orders .order-item .order-item-value {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .account-orders .order-item .order-item-value::before {
          padding-right: 10px;
          width: 54%;
          content: attr(data-label);
          color: var(--grey-color);
          font-size: 12px;
          font-weight: 500;
          line-height: 16px;
          text-transform: uppercase; } }
  .account-orders .order-item .order-number {
    color: var(--black-color);
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
    @media (pointer: fine) {
      .account-orders .order-item .order-number:hover {
        color: var(--primary-color); } }
  .account-orders .order-item .status-mark::before {
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 8px; }
  .account-orders .order-item .order-price .price {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; }
  .account-orders .order-item .arrow-wrap {
    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;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: var(--black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .account-orders .order-item .arrow-wrap {
        margin-left: auto;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin-right: -10px; } }
    @media (max-width: 991.98px) {
      .account-orders .order-item .arrow-wrap {
        padding-top: 16px;
        width: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 6px;
        border-top: 1px solid var(--stroke-color); } }
    @media (any-hover: hover) {
      .account-orders .order-item .arrow-wrap:hover {
        background: var(--primary-color);
        color: var(--white-color); }
        .account-orders .order-item .arrow-wrap:hover .ic {
          color: var(--white-color); } }
    @media (min-width: 768px) {
      .account-orders .order-item .arrow-wrap .text {
        display: none; } }
    .account-orders .order-item .arrow-wrap .ic {
      width: 9px;
      height: 12px;
      color: var(--primary-color);
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }

.empty-block {
  padding: 62px 20px;
  border: 1px solid var(--outline-color);
  background: var(--white-color);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 991.98px) {
    .empty-block {
      padding: 40px 18px; } }
  .empty-block .empty-block__content {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .empty-block .empty-block__content > * {
      margin-bottom: 20px; }
      .empty-block .empty-block__content > *:last-child {
        margin-bottom: 0; }
  .empty-block .empty-block__icon {
    width: 56px;
    height: 56px;
    color: var(--primary-color); }
    @media (max-width: 991.98px) {
      .empty-block .empty-block__icon {
        width: 48px;
        height: 48px; } }
    .empty-block .empty-block__icon .icon {
      width: 100%;
      height: 100%; }
  .empty-block .empty-block__title {
    margin-bottom: 4px;
    color: #000000;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .empty-block .empty-block__title {
        font-size: 20px;
        line-height: 1.4; } }
  .empty-block .empty-block__text {
    color: var(--grey-color);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25; }
  .empty-block .btn {
    padding: 8px 20px;
    min-height: 48px; }

.profile-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px; }
  .profile-grid .profile-socials-bind {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .profile-grid .profile-socials-bind .title {
      position: relative;
      text-align: center;
      font-size: 1rem; }
      .profile-grid .profile-socials-bind .title span {
        position: relative;
        z-index: 2;
        color: #696969;
        background: var(--white-color);
        padding: 0 10px; }
      .profile-grid .profile-socials-bind .title:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        background: var(--grey-color);
        height: 1px;
        width: 100%; }
    .profile-grid .profile-socials-bind .profile-socials-bind-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-column-gap: 16px;
         -moz-column-gap: 16px;
              column-gap: 16px;
      row-gap: 10px;
      margin-top: 13px; }
      .profile-grid .profile-socials-bind .profile-socials-bind-list .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 1fr;
                flex: 1 0 1fr;
        width: 100%;
        padding: 7px 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px;
        text-decoration: none;
        border-radius: 100px;
        border: 1px solid;
        background: var(--white-color); }
        .profile-grid .profile-socials-bind .profile-socials-bind-list .social .text {
          text-align: center;
          font-size: 1rem;
          font-weight: 400;
          line-height: 1.2;
          color: var(--color-text); }

.profile-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px 28px;
  color: var(--black-color);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
  border: 1px solid var(--outline-color);
  background: #fafafa; }
  @media (max-width: 991.98px) {
    .profile-title {
      padding: 20px; } }
  .profile-title .icon {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: var(--primary-color); }

.profile-info-group {
  padding: 28px;
  background: var(--white-color);
  border: 1px solid var(--outline-color);
  border-top: none; }
  .profile-info-group .btn {
    min-height: 48px;
    font-size: 16px;
    padding: 8px 20px; }

.address:not(:last-child) {
  margin-bottom: 20px; }

.address .info-text {
  color: var(--grey-main-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5; }
  .address .info-text:not(:last-child) {
    margin-bottom: 20px; }

.js-account-delivery.active {
  display: none; }

.address-body {
  display: none; }
  .address-body.active {
    display: block; }
  .address-body .form-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500; }
    .address-body .form-label:not(:last-child) {
      margin-bottom: 8px; }
  .address-body .delivery-field-examples {
    display: none; }
  .address-body .form-title {
    text-align: left;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase; }
    .address-body .form-title:not(:last-child) {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid var(--outline-color); }
  @media (min-width: 992px) {
    .address-body .delivery-type-content-list .nova_poshta_warehouse .nova_poshta_warehouse {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 20px; } }
  .address-body .styler {
    width: 100%; }
    .address-body .styler.form-control {
      border: none;
      padding: 0;
      margin: 0; }
    .address-body .styler .jq-selectbox__dropdown {
      width: 100% !important; }
  .address-body .form-style textarea.form-control {
    height: 97px;
    border: 1px solid var(--stroke-color); }

.user-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .user-address .address-item {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--outline-color); }
    .user-address .address-item:not(:last-child) {
      margin-bottom: 20px; }
    .user-address .address-item .custom-radio {
      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;
      -ms-flex-item-align: start;
          align-self: flex-start;
      padding: 0;
      border: none;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .user-address .address-item .custom-radio:has(input[type="radio"]:checked) .checkmark {
        border-color: var(--primary-color);
        background: var(--primary-color); }
        .user-address .address-item .custom-radio:has(input[type="radio"]:checked) .checkmark::after {
          background: var(--white-color); }
      .user-address .address-item .custom-radio .checkmark {
        border-color: var(--stroke-color); }
    .user-address .address-item .title {
      color: var(--black-color);
      font-size: 16px;
      font-weight: 500;
      line-height: 1.25; }
      .user-address .address-item .title:not(:last-child) {
        margin-bottom: 6px; }
    .user-address .address-item .address-title-wrap {
      padding-top: 2px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .user-address .address-item .address {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      gap: 8px;
      color: var(--grey-color);
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-decoration: none; }
      .user-address .address-item .address .item {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        gap: 8px; }
        .user-address .address-item .address .item:not(:last-child)::after {
          content: "/"; }
      .user-address .address-item .address u {
        text-decoration: none; }
      .user-address .address-item .address .name {
        display: none; }
    .user-address .address-item .actions {
      margin-left: auto;
      margin-right: -6px; }
    .user-address .address-item .btn-action {
      padding: 3px !important;
      min-height: 32px;
      min-width: 32px;
      color: #bdbdbd;
      border: none;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .user-address .address-item .btn-action .ic {
        width: 20px;
        height: 20px; }
      @media (pointer: fine) {
        .user-address .address-item .btn-action:hover {
          color: var(--theme-color-main); } }

.main-category {
  font-size: 1.5rem; }

.sub-category {
  font-size: 1rem; }

.sub-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.5rem; }

.sub-list .col-md-4 {
  padding: 0.5rem; }

.seo-pages-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.5rem; }

.seo-pages-list .col-md-6,
.seo-pages-list .col-xl-4 {
  padding: 0.5rem; }

.person-info-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  gap: 30px; }
  .person-info-wrap .person-social-list {
    margin-top: 20px; }
