:root {
  --vtaz-catalog-blue: #1557d5;
  --vtaz-catalog-blue-dark: #0b347f;
  --vtaz-catalog-navy: #071b3b;
  --vtaz-catalog-ink: #10203a;
  --vtaz-catalog-muted: #65738a;
  --vtaz-catalog-line: #e2e9f3;
  --vtaz-catalog-soft: #f3f6fb;
  --vtaz-catalog-white: #fff;
  --vtaz-catalog-red: #ef3340;
}

body.archive.woocommerce-page {
  background: var(--vtaz-catalog-soft);
  color: var(--vtaz-catalog-ink);
  overflow-x: hidden;
}

body.archive.woocommerce-page .shop-content {
  padding-bottom: 76px;
}

body.archive.woocommerce-page .shop-content > .container {
  max-width: 1280px;
  padding-left: 28px;
  padding-right: 28px;
}

body.archive.woocommerce-page .shop-page-header {
  margin: 0;
  padding: 24px 0 16px;
}

body.archive.woocommerce-page .woocommerce-breadcrumb {
  color: var(--vtaz-catalog-muted);
  font-size: 13px;
  line-height: 1.5;
}

body.archive.woocommerce-page .woocommerce-breadcrumb a {
  color: var(--vtaz-catalog-blue);
  font-weight: 700;
}

body.archive.woocommerce-page .woocommerce-products-header {
  margin: 0 0 18px;
}

.vtaz-catalog-hero {
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 191, 24, .32) 0 5px, transparent 6px),
    radial-gradient(circle at 82% 42%, rgba(255, 255, 255, .13) 0 74px, transparent 75px),
    linear-gradient(118deg, var(--vtaz-catalog-blue-dark), var(--vtaz-catalog-blue));
  border-radius: 22px;
  color: var(--vtaz-catalog-white);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  overflow: hidden;
  padding: 38px 42px;
  position: relative;
}

.vtaz-catalog-hero::after {
  background-image: radial-gradient(rgba(255, 255, 255, .25) 1px, transparent 1px);
  background-size: 18px 18px;
  content: "";
  height: 150px;
  opacity: .4;
  pointer-events: none;
  position: absolute;
  right: -18px;
  top: -28px;
  width: 210px;
}

.vtaz-catalog-hero__content {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.vtaz-catalog-hero__eyebrow {
  color: #ffcf4f;
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.vtaz-catalog-hero h1 {
  color: var(--vtaz-catalog-white);
  font-size: clamp(30px, 3.1vw, 44px);
  letter-spacing: -.035em;
  line-height: 1.08;
  margin: 0 0 13px;
}

.vtaz-catalog-hero__content > p {
  color: rgba(255, 255, 255, .82);
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  max-width: 670px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.vtaz-catalog-hero__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 22px;
}

.vtaz-catalog-hero__meta span {
  align-items: baseline;
  color: rgba(255, 255, 255, .75);
  display: flex;
  font-size: 12px;
  gap: 5px;
}

.vtaz-catalog-hero__meta strong {
  color: var(--vtaz-catalog-white);
  font-size: 18px;
}

.vtaz-catalog-hero__children {
  align-content: center;
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
  position: relative;
  z-index: 1;
}

.vtaz-catalog-hero__children a {
  align-items: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 11px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  color: var(--vtaz-catalog-white);
  min-height: 46px;
  padding: 9px 12px;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.vtaz-catalog-hero__children a:hover {
  background: rgba(255, 255, 255, .18);
  border-color: rgba(255, 255, 255, .32);
  color: var(--vtaz-catalog-white);
  transform: translateY(-1px);
}

.vtaz-catalog-hero__children span {
  display: -webkit-box;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.vtaz-catalog-hero__children small {
  background: rgba(255, 255, 255, .14);
  border-radius: 999px;
  flex: 0 0 auto;
  font-size: 10px;
  min-width: 27px;
  padding: 3px 6px;
  text-align: center;
}

body.archive.woocommerce-page .before-shop-loop {
  background: var(--vtaz-catalog-white);
  border: 1px solid var(--vtaz-catalog-line);
  border-radius: 14px;
  margin-bottom: 18px;
  padding: 13px 16px;
}

body.archive.woocommerce-page .before-shop-loop > .row {
  align-items: center;
  flex-direction: row !important;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
}

body.archive.woocommerce-page .before-shop-loop .content-column {
  flex: 0 0 auto;
  max-width: none;
  order: 2 !important;
  padding: 0;
  width: auto;
}

body.archive.woocommerce-page .before-shop-loop .sidebar-column {
  display: flex !important;
  flex: 1 1 auto;
  max-width: none;
  order: 1 !important;
  padding: 0;
  width: auto;
}

body.archive.woocommerce-page .woocommerce-result-count {
  color: var(--vtaz-catalog-muted);
  font-size: 13px;
  margin: 0;
}

body.archive.woocommerce-page .filter-wrapper,
body.archive.woocommerce-page .sorting-product {
  align-items: center;
  display: flex;
  margin: 0;
}

body.archive.woocommerce-page .woocommerce-ordering {
  margin: 0;
}

body.archive.woocommerce-page .woocommerce-ordering select {
  background-color: #f7f9fc;
  border: 1px solid var(--vtaz-catalog-line);
  border-radius: 9px;
  color: var(--vtaz-catalog-ink);
  font-size: 13px;
  font-weight: 700;
  min-height: 42px;
  padding-left: 13px;
  padding-right: 38px;
}

body.archive.woocommerce-page .filter-button {
  display: none !important;
}

body.archive.woocommerce-page .content-wrapper.sidebar-left > .content-primary,
body.archive.woocommerce-page .content-wrapper.sidebar-right > .content-primary {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

body.archive.woocommerce-page .content-wrapper.sidebar-left,
body.archive.woocommerce-page .content-wrapper.sidebar-right {
  margin: 0;
}

body.archive.woocommerce-page .site-sidebar,
body.archive.woocommerce-page .content-wrapper > .content-secondary,
body.archive.woocommerce-page .content-wrapper > .sidebar-column {
  display: none !important;
}

body.archive.woocommerce-page .products {
  display: grid !important;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.archive.woocommerce-page .products .product {
  flex: none !important;
  display: flex;
  margin: 0 !important;
  max-width: 100% !important;
  min-width: 0;
  padding: 0 !important;
  width: 100% !important;
}

body.archive.woocommerce-page .products .product-wrapper {
  background: var(--vtaz-catalog-white);
  border: 1px solid var(--vtaz-catalog-line);
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(15, 34, 68, .04);
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.archive.woocommerce-page .products .product-wrapper:hover {
  border-color: #c7d7ef;
  box-shadow: 0 16px 36px rgba(15, 34, 68, .1);
  transform: translateY(-3px);
}

body.archive.woocommerce-page .products .product-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}

body.archive.woocommerce-page .products .thumbnail-wrapper {
  aspect-ratio: 1 / 1;
  background: #f7f9fc;
  flex: 0 0 auto;
  overflow: hidden;
  padding: 16px;
  position: relative;
}

body.archive.woocommerce-page .products .thumbnail-wrapper > a {
  display: block;
  height: 100%;
  width: 100%;
}

body.archive.woocommerce-page .products .thumbnail-wrapper img {
  height: 100%;
  mix-blend-mode: multiply;
  object-fit: contain;
  transition: transform .3s ease;
  width: 100%;
}

body.archive.woocommerce-page .products .product-wrapper:hover .thumbnail-wrapper img {
  transform: scale(1.035);
}

body.archive.woocommerce-page .products .badge,
body.archive.woocommerce-page .products .onsale {
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  left: 10px;
  line-height: 1;
  padding: 7px 9px;
  top: 10px;
}

body.archive.woocommerce-page .products .product-content > .content-wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 16px;
}

body.archive.woocommerce-page .products .product-title {
  display: -webkit-box;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.45;
  margin: 0 0 14px;
  min-height: 61px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.archive.woocommerce-page .products .product-title a {
  color: var(--vtaz-catalog-ink);
}

body.archive.woocommerce-page .products .product-title a:hover {
  color: var(--vtaz-catalog-blue);
}

body.archive.woocommerce-page .products .product-price-cart {
  align-items: end;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: auto;
  min-height: 44px;
}

body.archive.woocommerce-page .products .price {
  color: var(--vtaz-catalog-red);
  display: flex;
  flex-direction: column;
  font-size: 17px;
  line-height: 1.25;
  min-width: 0;
}

body.archive.woocommerce-page .products .price del {
  color: #9aa6b8;
  font-size: 11px;
  font-weight: 400;
  order: -1;
}

body.archive.woocommerce-page .products .price ins {
  text-decoration: none;
}

body.archive.woocommerce-page .products .product-price-cart .button {
  align-items: center;
  background: #eef4ff;
  border: 1px solid #dbe7fb;
  border-radius: 9px;
  color: var(--vtaz-catalog-blue);
  display: flex;
  font-size: 0;
  height: 40px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

body.archive.woocommerce-page .products .product-price-cart .button i {
  font-size: 19px;
}

body.archive.woocommerce-page .products .product-price-cart .button:hover {
  background: var(--vtaz-catalog-blue);
  border-color: var(--vtaz-catalog-blue);
  color: var(--vtaz-catalog-white);
}

body.archive.woocommerce-page .products .product-meta,
body.archive.woocommerce-page .products .product-footer,
body.archive.woocommerce-page .products .product-content-fade {
  display: none !important;
}

body.archive.woocommerce-page .woocommerce-pagination {
  margin-top: 34px;
}

body.archive.woocommerce-page .woocommerce-pagination ul.page-numbers {
  align-items: center;
  display: flex;
  gap: 7px;
  justify-content: center;
}

body.archive.woocommerce-page .woocommerce-pagination .page-numbers li > * {
  align-items: center;
  background: var(--vtaz-catalog-white);
  border: 1px solid var(--vtaz-catalog-line);
  border-radius: 8px;
  color: var(--vtaz-catalog-ink);
  display: flex;
  height: 40px;
  justify-content: center;
  min-width: 40px;
}

body.archive.woocommerce-page .woocommerce-pagination .page-numbers .current,
body.archive.woocommerce-page .woocommerce-pagination .page-numbers a:hover {
  background: var(--vtaz-catalog-blue);
  border-color: var(--vtaz-catalog-blue);
  color: var(--vtaz-catalog-white);
}

@media (min-width: 992px) {
  body.archive.woocommerce-page #masthead {
    background: var(--vtaz-catalog-white);
    box-shadow: 0 8px 30px rgba(15, 34, 68, .06);
  }

  body.archive.woocommerce-page #masthead .header-top {
    background: var(--vtaz-catalog-navy);
    border: 0;
  }

  body.archive.woocommerce-page #masthead .header-top .header-wrapper {
    min-height: 36px;
  }

  body.archive.woocommerce-page #masthead .header-top a {
    color: rgba(255, 255, 255, .78);
    font-size: 11px;
  }

  body.archive.woocommerce-page #masthead .header-main {
    height: auto;
  }

  body.archive.woocommerce-page #masthead .header-main .header-wrapper {
    min-height: 78px;
  }

  body.archive.woocommerce-page #masthead .header-main .column.left {
    align-items: center;
    display: grid;
    gap: 36px;
    grid-template-columns: auto minmax(0, 1fr);
    width: 100%;
  }

  body.archive.woocommerce-page #masthead .site-brand {
    margin: 0;
    white-space: nowrap;
  }

  body.archive.woocommerce-page #masthead .site-brand .brand-text {
    color: var(--vtaz-catalog-blue);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -.04em;
  }

  body.archive.woocommerce-page #masthead .site-menu.primary {
    box-shadow: none;
    min-width: 0;
    width: 100%;
  }

  body.archive.woocommerce-page #masthead .site-menu.primary > .menu {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    justify-content: flex-end;
    overflow: hidden;
  }

  body.archive.woocommerce-page #masthead .site-menu.primary > .menu > li {
    flex: 0 0 auto;
    margin: 0;
  }

  body.archive.woocommerce-page #masthead .site-menu.primary > .menu > li:first-child {
    display: none;
  }

  body.archive.woocommerce-page #masthead .site-menu.primary > .menu > li > a {
    color: var(--vtaz-catalog-ink);
    font-size: 13px;
    font-weight: 700;
    padding: 27px 0;
    white-space: nowrap;
  }

  body.archive.woocommerce-page #masthead .site-menu.primary > .menu > .current-menu-item > a,
  body.archive.woocommerce-page #masthead .site-menu.primary > .menu > li > a:hover {
    color: var(--vtaz-catalog-blue);
  }

  body.archive.woocommerce-page #masthead .header-search-column {
    background: var(--vtaz-catalog-white);
    border-bottom: 1px solid var(--vtaz-catalog-line);
    border-top: 1px solid var(--vtaz-catalog-line);
  }

  body.archive.woocommerce-page #masthead .header-search-column .header-wrapper {
    min-height: 58px;
  }

  body.archive.woocommerce-page #masthead .site-departments {
    width: auto;
  }

  body.archive.woocommerce-page #masthead .site-departments .all-categories {
    background: var(--vtaz-catalog-blue);
    border-radius: 9px;
    color: var(--vtaz-catalog-white);
    min-height: 42px;
    padding: 7px 18px;
  }

  body.archive.woocommerce-page #masthead .site-departments .button-title {
    font-size: 13px;
    font-weight: 700;
  }

  body.archive.woocommerce-page #masthead .site-departments .button-detail > span {
    display: none;
  }
}

@media (max-width: 991px) {
  body.archive.woocommerce-page .shop-content > .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .vtaz-catalog-hero {
    grid-template-columns: 1fr;
  }

  body.archive.woocommerce-page .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.archive.woocommerce-page .shop-content {
    padding-bottom: 56px;
  }

  body.archive.woocommerce-page .shop-content > .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  body.archive.woocommerce-page .shop-page-header {
    padding: 18px 0 12px;
  }

  .vtaz-catalog-hero {
    border-radius: 16px;
    gap: 22px;
    padding: 28px 22px 24px;
  }

  .vtaz-catalog-hero h1 {
    font-size: clamp(27px, 8vw, 34px);
  }

  .vtaz-catalog-hero__content > p {
    font-size: 13px;
    -webkit-line-clamp: 4;
  }

  .vtaz-catalog-hero__children {
    display: flex;
    margin-left: -2px;
    margin-right: -2px;
    overflow-x: auto;
    padding: 2px 2px 7px;
    scrollbar-width: none;
  }

  .vtaz-catalog-hero__children::-webkit-scrollbar {
    display: none;
  }

  .vtaz-catalog-hero__children a {
    flex: 0 0 150px;
  }

  body.archive.woocommerce-page .before-shop-loop {
    padding: 11px 12px;
  }

  body.archive.woocommerce-page .before-shop-loop > .row {
    align-items: stretch;
    flex-direction: column !important;
    gap: 9px;
  }

  body.archive.woocommerce-page .before-shop-loop .content-column,
  body.archive.woocommerce-page .before-shop-loop .sidebar-column {
    width: 100%;
  }

  body.archive.woocommerce-page .before-shop-loop .sidebar-column {
    justify-content: center;
  }

  body.archive.woocommerce-page .filter-wrapper,
  body.archive.woocommerce-page .sorting-product,
  body.archive.woocommerce-page .woocommerce-ordering,
  body.archive.woocommerce-page .woocommerce-ordering select {
    width: 100%;
  }

  body.archive.woocommerce-page .products {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.archive.woocommerce-page .products .thumbnail-wrapper {
    padding: 10px;
  }

  body.archive.woocommerce-page .products .product-content > .content-wrapper {
    padding: 12px;
  }

  body.archive.woocommerce-page .products .product-title {
    font-size: 12px;
    line-height: 1.42;
    min-height: 51px;
  }

  body.archive.woocommerce-page .products .price {
    font-size: 14px;
  }

  body.archive.woocommerce-page .products .product-price-cart .button {
    height: 34px;
    width: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.archive.woocommerce-page *,
  body.archive.woocommerce-page *::before,
  body.archive.woocommerce-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
