body.archive.tax-product_cat {
  margin-top: 80px;
}

body.archive.tax-product_cat.notif-bar {
  margin-top: calc(80px + var(--notif-h));
}

/* ---- Header ---- */
body.archive.tax-product_cat #header {
  border-bottom: none;
  background-color: var(--color-dark-primary-80);
}

body.archive.tax-product_cat.notif-bar.vp-cat-banner #header {
  background-color: var(--color-dark-primary-50);
}

body.archive.tax-product_cat #header:hover,
body.archive.tax-product_cat.notif-bar.vp-cat-banner #header:hover {
  background-color: var(--color-dark-primary-80);
}

body.archive.tax-product_cat #header::after {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 4px;
  width: 100%;
  background-color: var(--color-primary);
  transition: width 0.8s ease, background-color 0.75s ease;
  z-index: -1;
}

body.archive.tax-product_cat #header::after {
  width: 0;
  background-color: var(--color-primary-80);
}

body.archive.tax-product_cat #header.sticky-header::after {
  width: 100%;
  background-color: var(--color-primary);
  transition: width 0.8s ease, background-color 0.5s ease-out;
}

body.archive.tax-product_cat #header::before {
  content: none;
}

body.archive.tax-product_cat #header.sticky-header::before {
  content: "";
}

body.archive.tax-product_cat #header .container::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

body.archive.tax-product_cat #header:hover .container::after {
  backdrop-filter: blur(var(--tn));
  -webkit-backdrop-filter: blur(var(--tn));
}

body.archive.tax-product_cat #header .container::before {
  content: none;
}

body.archive.tax-product_cat #header.sticky-header .container::before {
  content: "";
}

/* logo */
body.archive.tax-product_cat .header-logo {
  background: var(--color-primary-50);
  background: transparent;
  transition: 0.2s ease;
}

body.archive.tax-product_cat .sticky-header .header-logo {
  background-color: var(--color-primary);
}

/* menu */
body.archive.tax-product_cat .header-nav-menu {
  background-color: transparent;
}
body.archive.tax-product_cat .sticky-header .header-nav-menu {
  background-color: var(--color-dark-primary);
}
body.archive.tax-product_cat .header-main-menu-items {
  background-color: transparent;
}
body.archive.tax-product_cat .sticky-header .header-main-menu-items {
  background-color: var(--color-dark-primary);
}

/*header icons*/
body.archive.tax-product_cat .header-icons-items {
  background: transparent
}
body.archive.tax-product_cat .sticky-header .header-icons-items {
  background-color: var(--color-dark-primary);
}

/*--mega menu--*/
body.archive.tax-product_cat .mega-menu {
  border-top: none;
}
body.archive.tax-product_cat .sticky-header .mega-menu {
  border-top: 4px solid var(--color-primary);
}

@media (max-width: 767px) {

  body.archive.tax-product_cat .header-search {
    background: transparent;
  }

  body.archive.tax-product_cat .sticky-header .header-search {
    background: var(--color-dark-primary);
  }

}

/* Archive  */
.vp-cat-banner-desk,
.vp-cat-banner-mobile {
  display: block;
  background: transparent repeat center center;
  background-size: 120%;
  background-attachment: scroll;
  overflow: hidden;
  max-height: 550px;
  position: relative;
  line-height: 0;
  margin-top: -84px;
  pointer-events: none;
  user-select: none;
}

img.vp-cat-back {
  display: block;
  width: 100%;
  margin: auto;
  max-height: 550px;
  object-fit: cover;
  animation: archive-overlay-desk 7s linear infinite;
}

img.vp-cat-overlay,
img.vp-cat-main {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 50%;
  translate: 50% 50%;
  line-height: 0;
  width: auto;
  margin: auto;
  perspective: 1920px;
}

img.vp-cat-overlay {
  transform: scale(120%);
  animation: archive-overlay-desk 7s linear infinite;
}

img.vp-cat-main {
  transform: scale(60%);
  animation: archive-main-desk 7s linear infinite;
}

@keyframes archive-back-desk {
  0% {
    background-size: 120%;
  }

  90% {
    background-size: 100%;
  }

  100% {
    background-size: 120%;
  }
}

@keyframes archive-main-desk {
  0% {
    transform: scale(80%) rotate(5deg);
  }

  90% {
    transform: scale(100%) rotate(0deg);
  }

  100% {
    transform: scale(80%) rotate(5deg);
  }
}

@keyframes archive-overlay-desk {
  0% {
    transform: scale(120%);
  }

  90% {
    transform: scale(100%);
  }

  100% {
    transform: scale(120%);
  }
}

.archive-sec {
  display: block;
  width: 100%;
  background: var(--color-gray-secondary-50);
}

.archive-sec .container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
}

.archive-inner-container {
  display: block;
  overflow: hidden;
  width: 80%;
}

.archive-title-section {
  display: block;
  width: 100%;
  padding: var(--xs) 0 var(--tn);
}

.archive-title-section .container {
  padding: 0 var(--xs);
}

.archive-title-section h1 {
  margin: 0;
  padding-inline: var(--tn);
  font-size: var(--t-sm);
  border-right: var(--tn) solid var(--color-primary);
  font-variation-settings: "wght" var(--w-bld), "dots" 4;
  font-weight: var(--w-bld);
}

.archive-before-shop-loop {
  padding: var(--tn) var(--xs);
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.archive-before-shop-loop .container {
  display: flex;
  justify-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 var(--xs);
  background: var(--color-gray-third-50);
  padding: var(--tn);
  border-radius: var(--tn);
  overflow: hidden;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce.archive .woocommerce-result-count,
.woocommerce.archive .woocommerce-ordering {
  display: flex;
  width: fit-content;
  margin: 0;
  color: var(--color-dark-royal);
  font-size: var(--t-sm);
  justify-content: center;
  align-items: center;
  gap: var(--tn);
  box-sizing: border-box;
}

.woocommerce.archive .woocommerce-result-count {
  display: none;
}

.woocommerce.archive .woocommerce-ordering button {
  padding: var(--tn) var(--xs);
  border-radius: var(--tn);
  background: var(--color-gray-secondary);
  color: var(--color-dark-royal);
}

.woocommerce.archive .woocommerce-ordering button[selected="selected"] {
  background: var(--color-primary);
}

.archive-product-section {
  display: block;
  width: 100%;
  padding: var(--tn) 0;
}

.archive ul.products.container {
  padding: var(--tn) var(--xs);
  margin: auto;
  gap: calc(var(--tn)/2);
  justify-content: space-between;
}

.woocommerce.archive ul.products li.product {
  border: none;
  padding: 0 !important;
  background: white;
  position: relative;
  z-index: 0;
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
  width: calc(calc(100%/6) - calc((var(--tn)/2)*5));
}

.woocommerce.archive ul.products li.product a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--xs);
  border: none;
  padding: var(--tn);
  border-radius: var(--tn);
  width: 100%;
  height: 100%;
}

.woocommerce.archive ul.products li.product .inner-image {
  width: 100%;
  position: relative;
}

.woocommerce.archive ul.products li.product .loop-rating {
  padding: calc(var(--tn)/4) calc(var(--tn)/2) 0;
  background: white;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: var(--tn) 0 0 0;
}

.woocommerce.archive ul.products li.product :is(.loop-rating, .loop-off-badge)::before,
.woocommerce.archive ul.products li.product :is(.loop-rating, .loop-off-badge)::after {
  content: "";
  position: absolute;
  width: calc(var(--md) / 4);
  height: calc(var(--md) / 4);
}

.woocommerce.archive ul.products li.product .loop-rating:before,
.woocommerce.archive ul.products li.product .loop-rating:after {
  background: radial-gradient(var(--tn) at 0 0, transparent 98%, white) 0 0 /100% 100% no-repeat;
}

.woocommerce.archive ul.products li.product .loop-rating:before {
  bottom: 0;
  left: calc(var(--md)/-4);
}

.woocommerce.archive ul.products li.product .loop-rating:after {
  right: 0;
  top: calc(var(--md)/-4);
}

.woocommerce.archive ul.products li.product :is(.icon-rate, .loop-off-badge) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}


.woocommerce.archive ul.products li.product .loop-off-badge {
  font-variation-settings: "wght" var(--w-bld), "dots" 4;
  background: var(--color-primary);
  color: var(--color-dark-primary);
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  height: var(--md);
  text-align: center;
  justify-content: center;
  border-radius: var(--tn) 0 var(--tn) 0;
  align-items: center;
  gap: 0;
  padding-top: 2px;
  padding-inline: var(--tn);
}

.woocommerce.archive ul.products li.product .loop-off-badge:before,
.woocommerce.archive ul.products li.product .loop-off-badge:after {
  background: radial-gradient(var(--tn) at 100% 100%, transparent 98%, var(--color-primary)) 0 0 /100% 100% no-repeat;
}

.woocommerce.archive ul.products li.product .loop-off-badge:before {
  bottom: calc(var(--md)/-4);
  left: 0;
}

.woocommerce.archive ul.products li.product .loop-off-badge:after {
  top: 0;
  right: calc(var(--md)/-4);
}

.woocommerce.archive ul.products li.product .icon-rate {
  padding-left: var(--tn);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--color-gray-muted);
  font-size: var(--t-sm);
  font-style: normal;
}

.woocommerce.archive ul.products li.product .icon-rate::before {
  font-size: 150%;
  padding-left: calc(var(--tn)/2);
}

.woocommerce.archive ul.products li.product a img {
  border-radius: var(--tn);
  background: var(--color-gray-secondary);
  margin: 0;
}

.woocommerce.archive ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  font-size: var(--t-xs);
  line-height: var(--t-md);
  color: var(--color-dark-primary);
  font-weight: var(--w-bld);
  font-variation-settings: "wght" var(--w-bld), "dots" 4;
  height: calc(var(--t-md)*3);
}

.woocommerce.archive ul.products li.product .price {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  color: var(--color-dark-royal);
  font-size: var(--t-sm);
}

.woocommerce.archive ul.products li.product .price del {
  font-size: var(--t-tn);
  text-align: center;
}

.woocommerce ul.products li.product .price ins,
.woocommerce.archive ul.products li.product .price>*:not(del) bdi {
  font-size: var(--t-sm);
  color: var(--color-dark-royal);
  text-decoration: none;
  line-height: var(--t-md);
  font-variation-settings: "wght" var(--w-bld), "dots" 4;
  font-weight: bold;
}

.woocommerce .product-add-to-cart ins {
  color: var(--color-dark-royal);
  line-height: var(--t-md);
  text-decoration: none;
  font-variation-settings: "wght" var(--w-bld), "dots" 4;
  font-weight: bold;
}

@media (max-width: 767px) {
  .archive-title-section h1 {
    font-size: var(--t-md);
  }

  .archive ul.products {
    width: 100%;
  }

  .woocommerce.archive ul.products li.product {
    width: 100%;
    margin: 0 !important;
    border: none;
  }

  .woocommerce.archive ul.products li.product a {
    display: grid;
    justify-content: start;
    align-items: center;
    gap: 0 var(--xs);
    grid-template: auto / 125px calc(100% - calc(125px + var(--xs)));
    grid-template-areas: "ar-img ar-tit" "ar-img ar-prc";
    border: none;
  }

  .woocommerce.archive ul.products li.product a img {
    max-width: 125px;
    grid-area: ar-img;
    border-radius: var(--xs);
  }

  .woocommerce.archive ul.products li.product .loop-off-badge {
    font-size: var(--t-xs);
  }

  .woocommerce.archive ul.products li.product .woocommerce-loop-product__title {
    grid-area: ar-tit;
  }

  .woocommerce.archive ul.products li.product .price {
    grid-area: ar-prc;
  }

  .vp-cat-banner-mobile {
    animation: archive-back-mobile 7s linear infinite;
    max-height: 300px;
  }

  img.vp-cat-back {
    animation: archive-overlay-mobile 7s linear infinite;
    max-height: 300px;
  }

  img.vp-cat-main {
    animation: archive-main-mobile 7s linear infinite;
    transform: scale(80%);
    max-height: 300px;
  }

  img.vp-cat-overlay {
    animation: archive-overlay-mobile 7s linear infinite;
    width: 100%;
    height: fit-content;
  }

  .archive-inner-container {
    width: 100%;
  }

  .woocommerce.archive .woocommerce-result-count,
  .woocommerce.archive .woocommerce-ordering {
    justify-content: flex-start;
    overflow-y: auto;
  }

  .woocommerce.archive .woocommerce-ordering button {
    min-width: 45%;
  }

  @keyframes archive-main-mobile {
    0% {
      transform: scale(80%) rotate(10deg);
    }

    90% {
      transform: scale(100%) rotate(0deg);
    }

    100% {
      transform: scale(80%) rotate(10deg);
    }
  }

  @keyframes archive-overlay-mobile {
    0% {
      transform: scale(120%);
    }

    90% {
      transform: scale(100%);
    }

    100% {
      transform: scale(120%);
    }
  }
}











