.archive {
  color: #fff;
}
.archive .header .container {
  padding: 0 15px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.archive .site-main {
  padding: 0;
}
.archive .main {
  padding-top: 65px;
}
.archive .woocommerce-breadcrumb,
.archive .woocommerce-notices-wrapper,
.archive .woocommerce-result-count {
  display: none;
}
.archive .woocommerce-products-header {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.archive .woocommerce-products-header h1 {
  margin: 0 0 34px;
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
}
.archive .woocommerce-ordering {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.archive .woocommerce-ordering .orderby {
  width: 232px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(203, 203, 203, 0.3);
  background: transparent;
  color: #cbcbcb;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 567px) {
  .archive .woocommerce-ordering .orderby {
    width: 100%;
  }
}
.archive .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 30px;
  padding: 34px 15px 70px;
}
.archive .container .content-area {
  margin: 0;
  padding: 0;
  width: 1024px;
}
@media (max-width: 1240px) {
  .archive .container .content-area {
    width: 100%;
  }
}
.archive .container .site-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.archive .woocommerce-ordering .label {
  display: none;
}
.archive .woocommerce-ordering .nice-select {
  width: 232px;
  border-radius: 12px;
  border: 1px solid rgba(203, 203, 203, 0.3);
  background: #1e1e1e;
}
@media (max-width: 575px) {
  .archive .woocommerce-ordering .nice-select {
    width: 100%;
  }
}
.archive .woocommerce-ordering .nice-select .current {
  color: #ffffff;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.archive .woocommerce-ordering .nice-select .list {
  width: 100%;
  background: #1e1e1e;
}
.archive .woocommerce-ordering .nice-select .list .option {
  color: #ffffff;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.archive .woocommerce-ordering .nice-select .list .option::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(129, 52, 254, 0.5) 0%,
    rgba(18, 16, 18, 0) 50%
  );
  transition: width 0.3s;
}
.archive .woocommerce-ordering .nice-select .list .option.focus {
  background-color: transparent;
}
.archive .woocommerce-ordering .nice-select .list .option:hover {
  background-color: transparent;
}
.archive .woocommerce-ordering .nice-select .list .option:hover::before {
  width: 100%;
}
.archive .woocommerce-ordering .nice-select::after {
  height: 10px;
  width: 10px;
  top: 40%;
  right: 18px;
}
.archive .woocommerce-ordering .reset_variations {
  display: none;
}
.archive .products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 10px;
}
@media (max-width: 567px) {
  .archive .products {
    gap: 15px;
  }
}
.archive .products .product {
  position: relative;
  border-radius: 16px;
  width: calc(33.33% - 11.3333333333px);
  border: 1.2px solid #3b393b;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.archive .products .product.product-category {
  width: calc(25% - (30px / 4));
  padding: 30px;
}
@media (max-width: 991px) {
  .archive .products .product {
    width: calc(33.33% - 8.5px);
  }
  .archive .products .product.product-category {
    width: calc(33.33% - 10px);
  }
}
@media (max-width: 567px) {
  .archive .products .product,
  .archive .products .product.product-category {
    width: calc(50% - (15px / 2));
    padding: 15px 10px;
  }
}
.archive .products .product:hover {
  /* border-color: #221EF1; */
}
.archive .products .product.swiper-slide {
  height: unset;
}
.archive .products .product .woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 16px;
  position: relative;
}
.archive .products .product .woocommerce-LoopProduct-link img {
  display: block;
  height: 191px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.archive .products .product.product-category img {
  display: block;
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}
.woocommerce-loop-category__title .count {
  display: none;
}
@media (max-width: 567px) {
  .archive .products .product.product-category {
    padding: 12px;
  }
  .archive .products .product .woocommerce-LoopProduct-link img,
  .archive .products .product.product-category img {
    width: 100%;
    height: auto;
  }
}
.archive .products .product .woocommerce-LoopProduct-link h2,
.archive .products .product.product-category h2 {
  margin: 17px 0 3px;
  font-size: 20px;
  font-family: "SF PRO display", sans-serif;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}
@media (max-width: 567px) {
  .archive .products .product .woocommerce-LoopProduct-link h2,
  .archive .products .product.product-category h2 {
    margin: 4px 0 0;
    font-size: 14px;
  }
}
.archive .products .product .onsale {
  width: 88px;
  height: 41px;
  padding: 11px 10px;
  transform: rotate(-6deg);
  position: absolute;
  left: 15px;
  top: -45px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  border-radius: 9px;
  background: linear-gradient(24deg, #221ef1 13.41%, #6c00f6 81.73%);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1),
    1px 1px 10px -1px rgba(255, 255, 255, 0.54) inset;
  color: var(--Main-White, #fff);
  leading-trim: both;
  text-edge: cap;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 112.5%;
}
@media (max-width: 567px) {
  .archive .products .product .onsale {
    width: 67px;
    height: 32px;
    padding: 8px;
    top: -25px;
  }
}
.archive .products .product .price {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 14px;
  margin-top: auto;
  padding-top: 10px;
  /* color: #cbcbcb; */
  font-family: "Kuunari", sans-serif;
  /* font-size: 18px; */
  /* font-weight: 500; */
  line-height: normal;
  /* flex-direction: column; */
}

@media (max-width: 567px) {
  .single-product .related .products .product .price {
    /* font-size: 13px; */
    /* margin-bottom: 0; */
    flex-direction: column;
  }
}
@media (max-width: 567px) {
  .archive .products .product .price {
    font-size: 13px;
  }
}
.archive .products .product .price del {
  color: #ff3932;
  font-size: 20px;
  font-weight: 500;
}
.archive .products .product .price bdi {
  color: #deff31;
  font-family: "Kuunari", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.archive .products .product .price del bdi {
  color: #ff3932;
  font-size: 20px;
  font-weight: 500;
}
.archive .products .product .price ins {
  text-decoration: none;
}
.archive .products .product .price ins bdi {
  color: #deff31;
  font-family: "Kuunari", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}
/* @media (max-width: 567px) {
  .archive .products .product .price ins {
    font-size: 15px;
  }
  .archive .products .product .price del {
    font-size: 12px;
  }
} */
.archive .products .product .button {
  overflow: hidden;
  display: block;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #aecc10;
  background: rgba(222, 255, 49, 0.45);
  backdrop-filter: blur(6px);
  color: #fff;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  transition: all 0.3s ease-in-out;
}
.archive .products .product .button.custom-status-button {
  border: 1px solid #ccc;
}
.archive .products .product .button:hover {
  border-color: #deff31;
  background: rgba(222, 255, 49, 0.8);
}
@media (max-width: 567px) {
  .archive .products .product .button {
    /* padding: 8px; */
    font-size: 14px;
  }
}
.archive .products .product .added_to_cart {
  display: none;
}
.archive .products .product .cart-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 16px;
  background: #121012;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
@media (max-width: 567px) {
  .archive .products .product .cart-popup {
    padding: 10px;
  }
}
.archive .products .product .cart-popup-content {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "SF PRO display", sans-serif;
}
.archive .products .product .cart-popup-content p {
  margin: 10px 0;
  font-size: 16px;
}
@media (max-width: 567px) {
  .archive .products .product .cart-popup-content p {
    font-size: 14px;
  }
}
.archive .products .product .cart-popup .button {
  display: block;
  margin: 10px 0;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}
.archive .products .product .cart-popup .view-cart {
  background: #121012;
  color: white;
}
.archive .products .product .close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.archive .term-description {
  width: 845px;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 100%;
  margin: 110px auto 105px;
  text-align: center;
  order: 1;
}

.archive .term-description h2 {
  margin: 0 0 38px;
  font-family: "Kuunari", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.archive .term-description h3 {
  margin: 38px 0 14px;
  font-family: "SF PRO display", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}

.archive .swiper-wrapper {
  padding: 30px 0 15px;
}
@media (max-width: 768px) {
  .archive .term-description {
    margin: 40px auto;
  }
  .archive .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    column-gap: 0 !important;
  }
}
.archive .swiper-pagination-progressbar {
  bottom: 0;
  top: unset;
}
.archive .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: linear-gradient(90deg, #5c1dc5, #9832df);
}
.archive .woocommerce-pagination {
  width: 100%;
  margin-top: 40px;
}
.archive .woocommerce-pagination .custom-pagination {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.archive .woocommerce-pagination .custom-pagination .prev span {
  width: 120px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Kuunari", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 7px;
  border: 0.895px solid #3b393b;
  border-radius: 8px;
  mask-image: linear-gradient(135deg, black 0%, black 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(
    135deg,
    black 0%,
    black 85%,
    transparent 100%
  );
}
.archive .woocommerce-pagination .custom-pagination .prev span path {
  stroke: #cbcbcb;
}
.archive .woocommerce-pagination .custom-pagination .prev a {
  width: 120px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Kuunari", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 7px;
  background: linear-gradient(#121012, #121012) padding-box,
    linear-gradient(90deg, #5c1dc5, #9832df) border-box;
  border: 1px solid transparent;
  border-radius: 8px;
}
@media (max-width: 620px) {
  .archive .woocommerce-pagination .custom-pagination .prev {
    display: none;
  }
}
.archive .woocommerce-pagination .custom-pagination .next span {
  width: 120px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Kuunari", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 7px;
  border: 0.895px solid #3b393b;
  border-radius: 8px;
  mask-image: linear-gradient(135deg, black 0%, black 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(
    135deg,
    black 0%,
    black 85%,
    transparent 100%
  );
}
.archive .woocommerce-pagination .custom-pagination .next span path {
  stroke: #cbcbcb;
}
.archive .woocommerce-pagination .custom-pagination .next a {
  width: 120px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Kuunari", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 7px;
  border-image-slice: 1;
  background: linear-gradient(#121012, #121012) padding-box,
    linear-gradient(90deg, #5c1dc5, #9832df) border-box;
  border: 1px solid transparent;
  border-radius: 8px;
}
@media (max-width: 620px) {
  .archive .woocommerce-pagination .custom-pagination .next {
    display: none;
  }
}
.archive .woocommerce-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 567px) {
  .archive .woocommerce-pagination .page-numbers {
    font-size: 14px;
    line-height: 16px;
  }
}
.archive .woocommerce-pagination .page-numbers li a,
.archive .woocommerce-pagination .page-numbers li span {
  display: block;
  height: 36px;
  width: 36px;
  padding: 6px 13px;
  text-align: center;
  border-radius: 8px;
}
@media (max-width: 567px) {
  .archive .woocommerce-pagination .page-numbers li a,
  .archive .woocommerce-pagination .page-numbers li span {
    width: 30px;
    height: 30px;
    padding: 6px;
  }
}
.archive .woocommerce-pagination .page-numbers li a.current,
.archive .woocommerce-pagination .page-numbers li span.current {
  border-image-slice: 1;
  background: linear-gradient(#121012, #121012) padding-box,
    linear-gradient(90deg, #5c1dc5, #9832df) border-box;
  border: 1px solid transparent;
  border-radius: 8px;
}
.archive .woocommerce-pagination .page-numbers li:has(.next) {
  display: none;
}
.archive .woocommerce-pagination .page-numbers li:has(.prev) {
  display: none;
}
.archive .related .container {
  padding: 0 25px;
  flex-wrap: wrap;
}
.archive .related h2 {
  width: 100%;
  margin-bottom: 0;
  font-family: "Kuunari", sans-serif;
  font-size: 45px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
}
.archive .related .products {
  column-gap: 14px;
}
.archive .related .products .product {
  width: calc(25% - 10.5px);
}
@media (max-width: 991px) {
  .archive .related h2 {
    margin-bottom: 0;
  }
  .archive .related .products .product {
    width: calc(50% - 8.5px);
  }
}
@media (max-width: 567px) {
  .archive .related .products .product {
    width: 100%;
  }
}
.archive .sidebar {
  width: 216px;
  border: 0.895px solid #3b393b;
  border-radius: 16px;
  position: relative;
}
@media (max-width: 1240px) {
  .archive .sidebar {
    display: none;
  }
}
.archive .sidebar-title {
  font-family: "Kuunari", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  padding: 20px;
}
.archive .sidebar .categories-menu {
  font-family: "SF PRO display", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #cbcbcb;
}
@media (max-width: 1240px) {
  .archive .sidebar .categories-menu {
    width: 100%;
    max-height: 0;
    overflow-y: hidden;
  }
}
.archive .sidebar .categories-menu__item {
  position: relative;
}
.archive .sidebar .categories-menu__item:not(:last-child) {
  border-bottom: 1px solid #3b393b;
}
.archive .sidebar .categories-menu__item > a,
.archive .sidebar .categories-menu__item > div.category-title {
  display: block;
  padding: 10px 20px;
  position: relative;
}
.archive .sidebar .categories-menu__item > a::before,
.archive .sidebar .categories-menu__item > div.category-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(
    to right,
    rgba(129, 52, 254, 0.5) 0%,
    rgba(18, 16, 18, 0) 50%
  );
  transition: opacity 0.3s;
}
.archive .sidebar .categories-menu__item > a:hover::before,
.archive .sidebar .categories-menu__item > div.category-title:hover::before,
.archive .sidebar .categories-menu__item:hover > a::before,
.archive .sidebar .categories-menu__item:hover > div.category-title::before,
.archive .sidebar .categories-menu__submenu:hover ~ a::before,
.archive .sidebar .categories-menu__submenu:hover ~ div.category-title::before {
  opacity: 1;
}
.archive
  .sidebar
  .categories-menu__item.has-submenu:last-child
  .category-title::before {
  border-radius: 0 0 16px 16px;
}
.archive .sidebar .categories-menu__item.has-submenu:last-child::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #3b393b;
  position: absolute;
  right: -5px;
  bottom: -1px;
}
.archive .sidebar .categories-menu__item.has-submenu:last-child:hover::before {
  width: 20px;
}
.archive .sidebar .categories-menu__item.has-submenu a,
.archive .sidebar .categories-menu__item > div.category-title {
  display: block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.archive .sidebar .categories-menu__item.has-submenu a span,
.archive .sidebar .categories-menu__item > div.category-title span {
  display: block;
  width: calc(100% - 16px);
  cursor: pointer;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive .sidebar .categories-menu__item.has-submenu a svg,
.archive .sidebar .categories-menu__item > div.category-title svg {
  width: 10px;
  z-index: 10;
  transform: rotate(-90deg);
}
.archive .sidebar .categories-menu__item.has-submenu a:hover,
.archive .sidebar .categories-menu__item > div.category-title:hover {
  color: #fff;
}
.archive .sidebar .categories-menu__item.has-submenu .submenu {
  color: #696969;
  background-color: #121012;
}
.archive .sidebar .categories-menu__item.has-submenu:hover .submenu {
  max-width: 216px;
  border: 1px solid #3b393b;
  border-left: none;
}
.archive .sidebar .categories-menu__item.has-submenu:hover .submenu li {
  transition: color 0.3s;
}
.archive .sidebar .categories-menu__item.has-submenu:hover .submenu li:hover {
  color: #fff;
}
.archive .sidebar .categories-menu__submenu {
  width: 216px;
  max-width: 0;
  overflow-x: hidden;
  transition: all 0.3s;
  background-color: #121012;
  border-radius: 0 16px 16px 0;
  position: absolute;
  left: calc(100% + 1px);
  z-index: 1000;
}
/* .archive .sidebar .categories-menu__submenu::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #3B393B;
  position: absolute;
  bottom: 0;
  left: -9px;
} */
.archive .sidebar .categories-menu__submenu.position-top {
  top: -1px;
  bottom: auto;
}
.archive .sidebar .categories-menu__submenu.position-bottom {
  top: auto;
  bottom: -1px;
}
.archive .sidebar .categories-menu__submenu .submenu-item {
  padding: 10px 20px;
  margin: 0;
}
.archive .sidebar .categories-menu__submenu .submenu-item:not(:last-child) {
  border-bottom: 1px solid #3b393b;
}
.archive .sidebar .categories-menu__submenu .submenu-item a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive .sidebar .categories-menu.active {
  max-height: 150vh;
  transition: max-height 0.5s ease-in;
}
.archive .sidebar-wrapper {
  margin: 34px 0px;
  max-width: 100%;
  width: 100%;
  gap: 30px;
}
@media (max-width: 1240px) {
  .archive .sidebar-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    position: relative;
  }
}
@media (max-width: 575px) {
  .archive .sidebar-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.archive .sidebar-wrapper .hero__left-box {
  max-width: 100%;
  width: 100%;
  max-height: 1770px;
  border: 0.895px solid #3b393b;
  border-radius: 16px;
  position: relative;
}
@media (min-width: 1240px) {
  .archive .sidebar-wrapper .hero__left-box {
    display: none;
  }
}
@media (max-width: 575px) {
  .archive .sidebar-wrapper .hero__left-box {
    position: static;
    border-color: rgba(129, 52, 254, 0.5);
  }
}
.archive .sidebar-wrapper .hero__left-box h3 {
  font-family: "Kuunari", sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  padding: 11px 20px;
}
@media (max-width: 575px) {
  .archive .sidebar-wrapper .hero__left-box h3::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.3s;
    position: absolute;
    right: 20px;
    top: 12px;
  }
}
.archive .sidebar-wrapper .hero__left-box h3.active::after {
  top: 18px;
  transform: rotate(-135deg);
}
.archive .sidebar-wrapper .hero__left-box::-webkit-scrollbar-thumb {
  background: #121012;
  border-radius: 0;
}
.archive .sidebar-wrapper .categories-menu {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  max-height: 0;
  overflow-y: hidden;
}
.archive .sidebar-wrapper .categories-menu__item:not(:last-child),
.archive .sidebar-wrapper .submenu__item:not(:last-child) {
  border-bottom: 1px solid #3b393b;
}
.archive .sidebar-wrapper .categories-menu__item > a,
.archive .sidebar-wrapper .categories-menu__item > div.category-title,
.archive .sidebar-wrapper .submenu-item {
  display: block;
  padding: 10px 5px 10px 20px;
  position: relative;
}
.archive .sidebar-wrapper .categories-menu__item > a::before,
.archive .sidebar-wrapper .categories-menu__item > div.category-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(129, 52, 254, 0.5) 0%,
    rgba(18, 16, 18, 0) 50%
  );
  transition: width 0.3s;
}
.archive .sidebar-wrapper .categories-menu__item > a:hover::before,
.archive
  .sidebar-wrapper
  .categories-menu__item
  > div.category-title:hover::before,
.archive .sidebar-wrapper .categories-menu__item:hover > a::before,
.archive
  .sidebar-wrapper
  .categories-menu__item:hover
  > div.category-title::before,
.archive .sidebar-wrapper .categories-menu__submenu:hover ~ a::before,
.archive
  .sidebar-wrapper
  .categories-menu__submenu:hover
  ~ div.category-title::before {
  opacity: 1;
}
.archive .sidebar-wrapper .categories-menu__item.has-submenu a,
.archive .sidebar-wrapper .categories-menu__item > div.category-title {
  display: block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.archive .sidebar-wrapper .categories-menu__item.has-submenu a span,
.archive .sidebar-wrapper .categories-menu__item > div.category-title span {
  display: block;
  width: calc(100% - 16px);
  cursor: pointer;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive .sidebar-wrapper .categories-menu__item.has-submenu a svg,
.archive .sidebar-wrapper .categories-menu__item > div.category-title svg {
  width: 40px;
  padding-left: 15px;
  padding-right: 15px;
  transform: rotate(-90deg);
  z-index: 10;
}
@media (max-width: 567px) {
  .archive .sidebar-wrapper .categories-menu__item.has-submenu a svg,
  .archive .sidebar-wrapper .categories-menu__item > div.category-title svg {
    display: none;
  }
  .archive .sidebar-wrapper .categories-menu__item.has-submenu a span,
  .archive .sidebar-wrapper .categories-menu__item > div.category-title span {
    display: block;
    max-width: calc(100% - 40px);
    width: max-content;
  }
}
.archive .sidebar-wrapper .categories-menu__item.has-submenu a:hover,
.archive .sidebar-wrapper .categories-menu__item > div.category-title:hover {
  color: #fff;
}
.archive .sidebar-wrapper .categories-menu__item.has-submenu .submenu {
  color: #696969;
}
/* .archive .sidebar-wrapper .categories-menu__item.has-submenu:hover .submenu,
.archive .sidebar-wrapper .categories-menu__item.has-submenu.active .submenu {
  max-height: 500px;
}
@media (max-width: 991px) {
  .archive .sidebar-wrapper .categories-menu__item.has-submenu:hover .submenu, 
  .archive .sidebar-wrapper .categories-menu__item.has-submenu.active .submenu {
    max-height: 700px;
  }
} */

.hero .categories-menu__item.has-submenu.inactive .submenu,
.archive .sidebar-wrapper .categories-menu__item.has-submenu.inactive .submenu {
  padding: 0 20px !important;
  max-height: 0 !important;
}
.archive .sidebar-wrapper .categories-menu__item.has-submenu:hover .submenu li,
.archive
  .sidebar-wrapper
  .categories-menu__item.has-submenu.active
  .submenu
  li {
  transition: color 0.3s;
}
/* .archive .sidebar-wrapper .categories-menu__item.has-submenu:hover .submenu li:not(:last-child),
.archive .sidebar-wrapper .categories-menu__item.has-submenu.active .submenu li:not(:last-child) {
  margin-bottom: 10px;
} */
.archive
  .sidebar-wrapper
  .categories-menu__item.has-submenu:hover
  .submenu
  li:hover,
.archive
  .sidebar-wrapper
  .categories-menu__item.has-submenu.active
  .submenu
  li:hover {
  color: #fff;
}
.archive .sidebar-wrapper .categories-menu__submenu {
  width: 216px;
  max-width: 0;
  overflow-x: hidden;
  transition: all 0.3s;
  position: absolute;
  left: calc(100% + 1px);
  z-index: 1000;
  background-color: #121012;
}
@media (max-width: 991px) {
  .archive .sidebar-wrapper .categories-menu__submenu {
    transition: all 0.3s;
    position: relative;
    max-width: 100% !important;
    width: 100%;
    max-height: 0;
    border: none !important;
    left: 0;
    top: 0;
  }
}
.archive .sidebar-wrapper .categories-menu.active {
  max-height: 150vh;
  transition: max-height 0.5s ease-in;
}
.archive .sidebar-wrapper .nice-select .list {
  z-index: 999;
}
.archive-hot-products {
  width: 100%;
}
.archive .gt_b16 .container {
  display: block;
  padding: 70px 25px 70px;
}
.archive .gt_b16__inner {
  position: relative;
  overflow: hidden;
  min-height: unset;
  text-align: center;
  border-radius: 16px;
  border: 1.2px solid #3b393b;
  background: #1e1e1e;
}
@media (min-width: 768px) {
  .archive .gt_b16__inner {
    padding: 0;
    min-height: 367px;
    text-align: left;
    display: flex;
    justify-content: start;
    gap: 90px;
    padding: 0 20px 0 50px;
  }
}
@media (max-width: 991px) {
  .archive .gt_b16__inner {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .archive .gt_b16__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 20px 20px 20px;
  }
}
.archive .gt_b16__inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url("../img/cta-1-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.archive .gt_b16__decor {
  display: block;
  position: absolute;
  filter: blur(70px);
}
.archive .gt_b16__decor_1 {
  width: 398px;
  height: 398px;
  transform: rotate(-4.202deg);
  border-radius: 398px;
  bottom: -67px;
  left: -27px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(129, 52, 254, 0.5) 18.17%,
    rgba(18, 16, 18, 0) 100%
  );
}
@media (min-width: 768px) {
  .archive .gt_b16__decor_1 {
    width: 754px;
    height: 764px;
    transform: rotate(48deg);
    border-radius: 764px;
    background: radial-gradient(
      50% 50% at 50% 50%,
      rgba(39, 103, 252, 0.5) 14.17%,
      rgba(18, 16, 18, 0) 100%
    );
    left: -10%;
    top: -2%;
    bottom: unset;
  }
}
.archive .gt_b16__decor_2 {
  width: 384px;
  height: 384px;
  transform: rotate(-4.202deg);
  border-radius: 384px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(39, 103, 252, 0.5) 14.17%,
    rgba(18, 16, 18, 0) 100%
  );
  bottom: -109px;
  right: -96px;
}
@media (min-width: 768px) {
  .archive .gt_b16__decor_2 {
    width: 781px;
    height: 791px;
    transform: rotate(48deg);
    border-radius: 791px;
    left: -19%;
    top: -19%;
    right: unset;
    bottom: unset;
    background: radial-gradient(
      50% 50% at 50% 50%,
      rgba(129, 52, 254, 0.5) 18.17%,
      rgba(18, 16, 18, 0) 100%
    );
  }
}
.archive .gt_b16__decor_3 {
  width: 384px;
  height: 384px;
  transform: rotate(-4.202deg);
  border-radius: 384px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(216, 3, 255, 0.5) 14.17%,
    rgba(18, 16, 18, 0) 100%
  );
  right: 13px;
  bottom: -110px;
}
@media (min-width: 768px) {
  .archive .gt_b16__decor_3 {
    width: 711px;
    height: 711px;
    transform: rotate(-4.202deg);
    border-radius: 711px;
    background: radial-gradient(
      50% 50% at 50% 50%,
      rgba(129, 52, 254, 0.5) 18.17%,
      rgba(18, 16, 18, 0) 100%
    );
    top: -161px;
    right: -191px;
    bottom: unset;
  }
}
.archive .gt_b16__decor_4 {
  display: none;
  width: 687px;
  height: 687px;
  transform: rotate(-4.202deg);
  border-radius: 687px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(39, 103, 252, 0.5) 14.17%,
    rgba(18, 16, 18, 0) 100%
  );
  top: -60px;
  right: -267px;
}
@media (min-width: 768px) {
  .archive .gt_b16__decor_4 {
    display: block;
  }
}
.archive .gt_b16__decor_5 {
  display: none;
  width: 687px;
  height: 687px;
  transform: rotate(-4.202deg);
  border-radius: 687px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(216, 3, 255, 0.5) 14.17%,
    rgba(18, 16, 18, 0) 100%
  );
  top: -60px;
  right: -70px;
}
@media (min-width: 768px) {
  .archive .gt_b16__decor_5 {
    display: block;
  }
}
.archive .gt_b16__content {
  max-width: 645px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.archive .gt_b16 .section-title {
  color: #ffffff;
  font-family: "Kuunari", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 120% */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .archive .gt_b16 .section-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .archive .gt_b16 .contact-form {
    width: 100%;
  }
}
.archive .gt_b16 .contact-form-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  max-width: 550px;
  width: 100%;
}
@media (max-width: 991px) {
  .archive .gt_b16 .contact-form-container {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .archive .gt_b16 .contact-form-container {
    flex-direction: column;
    row-gap: 30px;
    max-width: 100%;
  }
}
.archive .gt_b16 .form-group.full-width {
  width: 100%;
}
.archive .gt_b16 .form-group.full-widtha.submit-group {
  position: relative;
}
@media (max-width: 991px) {
  .archive .gt_b16 .form-group.full-widtha.submit-group {
    width: 100%;
  }
}
.archive .gt_b16 .form-group.full-widtha.submit-group svg.arrow-btn {
  position: absolute;
  top: 50%;
  right: calc(35% - 23px);
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .archive .gt_b16 .form-group.full-widtha.submit-group {
    width: 100%;
  }
  .archive .gt_b16 .form-group.full-widtha.submit-group svg.arrow-btn {
    right: calc(44% - 23px);
  }
}
.archive .gt_b16 .contact-form-container input[type="email"] {
  width: 100%;
  padding: 14px;
  border: none;
  font-size: 16px;
  box-sizing: border-box;
  outline: none;
  border-radius: 12px;
  background: #454242;
  color: #9c9c9c;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.archive .gt_b16 .contact-form-container input[type="submit"] {
  width: 170px;
  font-family: "SF PRO display", sans-serif;
  color: #151515;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding: 12px;
  padding-left: calc(35% - 23px);
  text-align: start;
  border-radius: 12px;
  cursor: pointer;
  background: linear-gradient(90deg, #f0f0f0 0%, #c2c2c2 100%);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.1), 1px 1px 10px -1px #fff inset;
  outline: none;
  border: none;
}
@media (max-width: 991px) {
  .archive .gt_b16 .contact-form-container input[type="submit"] {
    width: 100%;
    padding-left: calc(42% - 23px);
  }
}
@media (max-width: 480px) {
  .archive .gt_b16 .contact-form-container input[type="submit"] {
    width: 100%;
    padding-left: calc(38% - 23px);
  }
}
.archive .gt_b16 .wpcf7-form {
  width: 550px;
  max-width: 100%;
  position: relative;
}
.archive .gt_b16 .wpcf7-form.sent .wpcf7-email::placeholder {
  color: #454242;
}
.archive .gt_b16 .wpcf7-form.sent .wpcf7-response-output {
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  font-family: "SF PRO display", sans-serif;
  position: absolute;
  left: 0;
  top: 56px;
  width: 101%;
  border: none;
  border-radius: 12px;
  border: 1px solid #98e705;
  background: linear-gradient(
    90deg,
    rgba(152, 231, 5, 0.2) 0%,
    rgb(69, 66, 66) 34.48%
  );
  padding: 12px 14px 12px 48px;
  text-align: left;
}
@media (max-width: 991px) {
  .archive .gt_b16 .wpcf7-form.sent .wpcf7-response-output {
    position: relative;
    margin-top: 30px;
    width: 100%;
    top: 0;
  }
}
.archive .gt_b16 .wpcf7-form.sent .wpcf7-response-output::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url("/wp-content/themes/thegoat/assets/img/check.svg")
    center/contain no-repeat;
  position: absolute;
  left: 16px;
  top: 14px;
}
.archive .gt_b16 .wpcf7-form.invalid .wpcf7-email::placeholder {
  color: #454242;
}
.archive .gt_b16 .wpcf7-form.invalid .wpcf7-response-output {
  margin: 0;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 56px;
  width: 101%;
  border: none;
  border-radius: 12px;
  border: 1px solid #ffb900;
  background: linear-gradient(
    90deg,
    rgba(255, 185, 0, 0.85) 0%,
    rgb(69, 66, 66) 54.48%
  );
  padding: 12px 14px 12px 48px;
  text-align: left;
}
@media (max-width: 991px) {
  .archive .gt_b16 .wpcf7-form.invalid .wpcf7-response-output {
    position: relative;
    margin-top: 30px;
    width: 100%;
    top: 0;
  }
}
.archive .gt_b16 .wpcf7-form.invalid .wpcf7-response-output::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url("/wp-content/themes/thegoat/assets/img/check-yellow.svg")
    center/contain no-repeat;
  position: absolute;
  left: 16px;
  top: 14px;
}
.archive .gt_b16 .wpcf7-form.invalid .wpcf7-not-valid-tip {
  display: inline-block;
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0px;
}
.archive .gt_b16 .wpcf7-spinner {
  display: none;
}
.archive .gt_b16 .wpcf7-not-valid-tip {
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: -45px;
  left: 0px;
}
.archive .gt_b16 .contact-form-container input::placeholder {
  color: #9c9c9c;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 768px) {
  .archive .gt_b16 .contact-form-container input::placeholder {
    font-size: 16px;
  }
}
.archive .gt_b16 .wpcf7-response-output {
  width: 0;
  transition: width 0.3s;
}
.archive .gt_b16 .section-img {
  position: relative;
  width: 100%;
}
.archive .gt_b16 .section-img img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
}

/* subscription banner */
.register-email .background {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 16px;
  border: 1.2px solid #7f2481;
  background: linear-gradient(
      180deg,
      rgba(127, 36, 129, 0.12) 0.06%,
      rgba(219, 0, 255, 0.12) 99.68%
    ),
    #121012;
  overflow: hidden;
}
.register-email .background .subscription-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
}
.register-email__inner {
  max-width: 612px;
  padding: 28px 0 33px 83px;
  position: relative;
  z-index: 1;
}
.register-email__inner .title {
  font-size: 70px;
  line-height: 75px;
}
.register-email__inner .title span {
  color: #deff31;
}
@media (max-width: 575px) {
  .register-email__inner {
    padding: 45px 17px;
    text-align: center;
  }
  .register-email__inner .title {
    font-size: 40px;
    line-height: 38px;
    text-align: center;
  }
  .register-email .background .subscription-bg {
    width: 100%;
    height: auto;
    top: -5px;
  }
  .register-email .contact-form {
    width: 100%;
  }
}
.register-email .wpcf7-form {
  position: relative;
}
.register-email .wpcf7-form.sent .wpcf7-email::placeholder {
  color: #454242;
}
.register-email .wpcf7-form.sent .wpcf7-response-output {
  margin: 0;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 56px;
  width: 101%;
  border: none;
  border-radius: 12px;
  border: 1px solid #98e705;
  background: linear-gradient(
    90deg,
    rgba(152, 231, 5, 0.2) 0%,
    rgb(69, 66, 66) 34.48%
  );
  padding: 12px 14px 12px 48px;
  text-align: left;
}
@media (max-width: 991px) {
  .register-email .wpcf7-form.sent .wpcf7-response-output {
    position: relative;
    margin-top: 30px;
    width: 100%;
    top: 0;
  }
}
.register-email .wpcf7-form.sent .wpcf7-response-output::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url("/wp-content/themes/thegoat/assets/img/check.svg")
    center/contain no-repeat;
  position: absolute;
  left: 16px;
  top: 14px;
}
.register-email .wpcf7-form.invalid .wpcf7-email::placeholder {
  color: #454242;
}
.register-email .wpcf7-form.invalid .wpcf7-response-output {
  margin: 0;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 56px;
  width: 100%;
  overflow: hidden;
  border: none;
  border-radius: 12px;
  border: 1px solid #ffb900;
  padding: 12px 14px 12px 48px;
  background: linear-gradient(
    90deg,
    rgba(255, 185, 0, 0.85) 0%,
    rgb(69, 66, 66) 54.48%
  );
  text-align: left;
}
@media (max-width: 991px) {
  .register-email .wpcf7-form.invalid .wpcf7-response-output {
    position: relative;
    margin-top: 30px;
    width: 100%;
    top: 0;
  }
}
.register-email .wpcf7-form.invalid .wpcf7-response-output::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: url("/wp-content/themes/thegoat/assets/img/check-yellow.svg")
    center/contain no-repeat;
  position: absolute;
  left: 16px;
  top: 14px;
}
.register-email .wpcf7-form.invalid .wpcf7-not-valid-tip {
  display: inline-block;
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0px;
}
.register-email .contact-form-container {
  max-width: 645px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.register-email .contact-form-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .register-email .contact-form-container {
    flex-direction: column;
    margin-top: 20px;
    row-gap: 15px;
  }
}
.register-email .form-group.full-width {
  max-width: calc(100% - 22px);
  width: 360px;
}
.register-email .form-group.full-widtha.submit-group {
  position: relative;
}
.register-email .form-group.full-widtha.submit-group svg.arrow-btn {
  position: absolute;
  top: 50%;
  right: calc(35% - 30px);
  transform: translateY(-50%);
  pointer-events: none;
}
.register-email .form-group.full-widtha.submit-group svg.arrow-btn path {
  stroke: #ffffff;
}
@media (max-width: 768px) {
  .register-email .form-group.full-widtha.submit-group {
    max-width: calc(100% - 22px);
    width: 100%;
  }
  .register-email .form-group.full-widtha.submit-group svg.arrow-btn {
    right: 100px;
  }
}
.register-email .contact-form-container input[type="email"] {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  box-sizing: border-box;
  outline: none;
  border-radius: 12px;
  border: 1px solid #3b393b;
  background: #121012;
  color: #9c9c9c;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.register-email .contact-form .contact-form-container input[type="submit"] {
  width: 170px;
  font-family: "SF PRO display", sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding: 13px;
  text-align: center;
  padding-right: 38px;
  border-radius: 12px;
  border: 1px solid #aecc10;
  background: rgba(222, 255, 49, 0.45);
  backdrop-filter: blur(6px);
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.register-email
  .contact-form
  .contact-form-container
  input[type="submit"]:hover {
  background: rgba(222, 255, 49, 0.8);
}
@media (max-width: 768px) {
  .register-email .contact-form .contact-form-container input[type="submit"] {
    width: calc(100% - 22px);
    padding-left: calc(42% - 23px);
  }
}
@media (max-width: 480px) {
  .register-email .contact-form .contact-form-container input[type="submit"] {
    width: 100%;
    padding-left: calc(38% - 130px);
  }
}
.register-email .wpcf7-spinner {
  display: none;
}
.register-email .wpcf7-not-valid-tip {
  display: inline-block;
  position: absolute;
  width: 100%;
  bottom: -45px;
  left: 0px;
}
.register-email .contact-form-container input::placeholder {
  color: #9c9c9c;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
@media (max-width: 768px) {
  .register-email .contact-form-container input::placeholder {
    font-size: 16px;
  }
}

.archive .footer {
  padding: 0px;
}
.archive .footer .container {
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 34px;
}
.woocommerce-no-products-found .button {
  width: 320px;
  height: 50px;
  max-width: 100%;
  margin: 20px auto 0;
  padding: 9px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  border-radius: 12px;
  border: 1px solid #aecc10;
  background: rgba(222, 255, 49, 0.45);
  backdrop-filter: blur(6px);
  color: #fff;
  font-family: "SF PRO display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 112.5%;
  transition: all 0.3s ease;
}
.woocommerce-no-products-found .button svg path {
  stroke: #fff;
}
.woocommerce-no-products-found .button:hover {
  background: rgba(222, 255, 49, 0.8);
}
.woocommerce-no-products-found .woocommerce-info {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}
.woocommerce-no-products-found {
  height: 70vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

/* Desktop styles */
@media (min-width: 992px) {
  .archive .sidebar .categories-menu__item.has-submenu:hover .submenu {
    max-width: 216px;
    border: 1px solid #3b393b;
    border-left: none;
  }

  .archive .sidebar .categories-menu__item.has-submenu:hover .submenu li {
    transition: color 0.3s;
  }

  .archive .sidebar .categories-menu__item.has-submenu:hover .submenu li:hover {
    color: #fff;
  }

  .archive .sidebar-wrapper .categories-menu__item.has-submenu:hover .submenu {
    max-height: 500px;
  }

  .archive
    .sidebar-wrapper
    .categories-menu__item.has-submenu:hover
    .submenu
    li {
    transition: color 0.3s;
  }

  /* .archive .sidebar-wrapper .categories-menu__item.has-submenu:hover .submenu li:not(:last-child) {
        margin-bottom: 10px;
    } */

  .archive
    .sidebar-wrapper
    .categories-menu__item.has-submenu:hover
    .submenu
    li:hover {
    color: #fff;
  }
}

/* Mobile styles */
@media (max-width: 991px) {
  .archive .sidebar .categories-menu__item.has-submenu.active .submenu {
    max-width: 216px;
    border: 1px solid #3b393b;
    border-left: none;
  }

  .archive .sidebar .categories-menu__item.has-submenu.active .submenu li {
    transition: color 0.3s;
  }

  .archive
    .sidebar
    .categories-menu__item.has-submenu.active
    .submenu
    li:hover {
    color: #fff;
  }

  .archive .sidebar-wrapper .categories-menu__item.has-submenu.active .submenu {
    max-height: 700px;
  }

  .archive
    .sidebar-wrapper
    .categories-menu__item.has-submenu.active
    .category-title::before {
    width: 100%;
  }

  .archive
    .sidebar-wrapper
    .categories-menu__item.has-submenu.active
    .submenu
    li {
    transition: color 0.3s;
    border-bottom: 1px solid #3b393b;
  }

  /* .archive .sidebar-wrapper .categories-menu__item.has-submenu.active .submenu li:not(:last-child) {
        margin-bottom: 10px;
    } */

  .archive
    .sidebar-wrapper
    .categories-menu__item.has-submenu.active
    .submenu
    li:hover {
    color: #fff;
  }
}

/* Common styles */
.archive .sidebar .categories-menu__item.has-submenu.inactive .submenu,
.archive .sidebar-wrapper .categories-menu__item.has-submenu.inactive .submenu {
  padding: 0 20px !important;
  max-height: 0 !important;
  max-width: 0 !important;
}

.archive .sidebar .categories-menu__submenu,
.archive .sidebar-wrapper .categories-menu__submenu {
  width: 216px;
  max-width: 0;
  overflow-x: hidden;
  transition: all 0.3s;
  background-color: #121012;
  border-radius: 0 16px 16px 0;
  position: absolute;
  left: calc(100% + 1px);
  z-index: 1000;
}

@media (max-width: 991px) {
  .archive .sidebar .categories-menu__submenu,
  .archive .sidebar-wrapper .categories-menu__submenu {
    transition: all 0.3s;
    position: relative;
    max-width: 100% !important;
    width: 100%;
    max-height: 0;
    border: none !important;
    left: 0;
    top: 0;
  }
}
