body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: "Inter", Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

p {
  margin: 0 0 20px;
  padding: 0;
}

b {
  font-weight: 500;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #0D54E2;
}

h1, .h1 {
  margin: 0 0 24px;
  font-size: 48px;
  line-height: 64px;
  font-weight: 800;
  display: block;
}

h2, .h2 {
  margin: 0 0 16px;
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  display: block;
}

h3, .h3 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
  display: block;
}

.h3_caps {
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.container {
  margin: 0 auto;
  padding: 0;
  max-width: 1312px;
  width: 100%;
}

@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2, .h2 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 36px;
  }

  h3, .h3 {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .h3_caps {
    font-size: 24px;
    line-height: 32px;
  }
}


/* HEADER */


.navbar {
  padding: 0 64px;
  background: #ffffff;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
}

.navbarMW {
  display: none;
}

.navi {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navi > li {
  position: relative;
  padding: 24px 0;
}

.navi .searhForm {
  margin-right: 24px;
}

.searhForm form {
  display: flex;
  flex-flow: row;
}

.searhForm label span {
  display: none;
}

.is-search-input {
  border-radius: 0;
  border: 1px solid #000;
  padding-left: 8px;
  padding-right: 8px;
  color: #000;
  background: #ffffff;
  width: 200px;
  height: 40px;
}

.is-search-submit {
  background: #000;
  color: #fff;
  border-radius: 0;
  border: none;
  height: 40px;
  width: 40px;
}

.is-search-icon svg {
  fill: #fff;
}

.is-screen-reader-text {
  display: none;
}

.navi a {
  margin: 0 16px;
  text-decoration: none;
  color: #000;
}

.navi-phone a {
  margin: 0 0 0 16px;
}

.navbar .navi a:hover {
  text-decoration: underline;
}

.navbar .navi .dropdownHeader {
  cursor: default;
}

.navbar .subnavi {
  display: none;
  background: #fff;
  padding: 24px 16px 4px;
  position: absolute;
  top: 56px;
  list-style: none;
  box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
}

.navbar .subnavi li {
  margin-bottom: 16px;
}

.navbar .subnavi a {
  margin-left: 0;
}

.navbar .navi li:hover .subnavi {
  display: block
}

.navbar .navi a.sale {
  color: #E31616;
}

.logo img {
  height: 48px;
}

@media (max-width: 1280px) {
  .navbar {
    display: none;
  }

  .logo {
    z-index: 2000;
  }

  .navbarMW {
    display: block;
  }

  .navbarMW .header {
    padding: 12px 24px;
    background: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
  }

  .naviButton {
    display: block;
    width: 32px;
    height: 32px;
    z-index: 2000;
  }

  .navi > li {
    padding: 0;
  }

  .navbarMW .navi {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    padding: 104px 32px 32px;
    list-style: none;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 2px 16px rgb(0 0 0 / 8%);
  }

  .navbarMW .navi a {
    display: block;
    margin: 0 0 24px;
    color: #111;
    text-decoration: none;
  }

  .naviOverlay {
    display: none;
    position: fixed;
    z-index: 500;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .navbar .subnavi {
    display: block;
    padding: 0 0 0 20px;
    position: static;
    top: 0;
  }

  .navi .searhForm {
    margin: 0;
    margin-bottom: 24px;
  }

  .navi .searhForm label {
    width: 100%;
  }

  .is-search-input {
    border-radius: 0;
    border: 1px solid #000;
    padding-left: 8px;
    padding-right: 8px;
    color: #000;
    background: #ffffff;
    width: 100%;
    height: 40px;
  }

  .is-search-submit {
    background: #000;
    color: #fff;
    border-radius: 0;
    border: none;
    height: 40px;
    width: 40px;
  }
}


/* HERO IMAGE */

.heroImage {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding: 0 64px;
  height: 70vh;
  background: url('./img/heroimage.jpg') no-repeat;
  background-color: #EFF0F2;
  background-position: top center;
  background-size: cover;
}

.heroContent {
  width: 75%;
}

.heroText {
  margin: 0;
  width: auto;
}

.heroTitle {
  font-size: 72px;
  line-height: 72px;
  font-weight: 800;
  letter-spacing: 8px
}

.heroDescription {
  margin: 24px 0 0;
  line-height: 64px;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 8px;
}

@media (max-width: 1024px) {
  .heroImage {
    height: 60vh;
    margin: 0;
    padding: 0 24px;
  }

  .heroContent {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }

  .heroText {
    width: auto;
  }

  .heroTitle {
    margin: 0;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 4px;
  }

  .heroDescription {
    margin: 16px 0 0;
    line-height: 32px;
    font-size: 24px;
    letter-spacing: 4px;
  }
}

.promoBanner {
  padding: 40px 64px;
  background: #000;
  color: #fff;
  text-align: center;
}

.promoBanner .asButtonBlack {
  background: #E31616;
}

@media (max-width: 1024px) {
  .promoBanner {
    padding: 40px 24px;
  }
}

/* CATEGORIES */

.categories {
  margin: 160px 0 120px;
  padding: 0 64px;
  font-size: 20px;
  line-height: 32px;
}

.categories .container {
  flex-flow: column nowrap;
}

.category {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 80px;
}

.inverted {
  flex-flow: row-reverse nowrap;
}

.imageWrapper {
  flex: 0 0 50%;
}

.textWrapper {
  flex: 0 1 50%;
  padding: 0 80px;
}

.textWrapper p {
  margin: 0 0 40px;
}

.category .image {
  height: 420px;
  background-color: #000;
}

.palto .image {
  background: url('./img/cat-palto.jpg') no-repeat;
  background-size: cover;
  background-position: top;
}

.kurtki .image {
  background: url('./img/cat-kurtki.jpg') no-repeat;
  background-size: cover;
  background-position: top;
}

.category-links {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}

.asButtonBlack {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 24px 12px 32px;
  background: #000;
  border-radius: 64px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.asButtonBlack:hover {
  background: #0D54E2;
  color: #fff;
}

.asButtonBlack span {
  margin: 0 16px 0 0;
}

.asButtonBlack.large {
  padding: 16px 32px 16px 40px;
}

@media (max-width: 1024px) {
  .categories {
    margin: 120px auto 80px;
    max-width: 540px;
    padding: 0 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .category {
    display: block;
    width: 100%;
    margin: 0 0 64px;
  }

  .imageWrapper {
    flex: 1 1 auto;
  }

  .textWrapper {
    flex: 1 1 auto;
    padding: 0;
    margin: 32px 0 0;
  }

  .textWrapper p {
    margin: 0 0 32px;
  }

  .categories .image {
    height: 240px;
  }
}


/* CATALOG OF ITEMS */

.filters {
  display: flex;
  flex-flow: row nowrap;
  max-width: 1312px;
  margin: 0 auto;
  padding: 64px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 980px) {
  .filters {
    padding: 48px 24px;
  }
}

.wpc-filters-open-button-container {
  display: none;
}

.wpc-filters-section {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.wpc-filter-header {
  font-weight: 500;
  margin-right: 24px;
}

.wpc-filters-ul-list {
  display: flex;
  flex-flow: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.wpc-filters-ul-list li {
  margin: 0;
  padding: 0;
}

.wpc-filters-ul-list a {
  display: block;
  margin-right: 8px;
  padding: 4px 12px;
  background: #eee;
  border-radius: 32px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.wpc-term-selected a {
  background: #000;
  color: #fff;
}

.wpc-filters-ul-list li input {
  display: none;
}

.wpc-filters-widget-controls-container {
  display: none;
}

.wpc-filters-widget-top-container {
  display: none;
}

.wpc-widget-close-container {
  display: none;
}

.wpc-filter-chips-list {
  display: flex;
  flex-flow: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.wpc-filter-chip {
  display: none;
}

.wpc-chip-reset-all {
  display: block;
  margin-right: 8px;
  padding: 4px 16px;
  border-radius: 32px;
  color: #000;
  white-space: nowrap;
}

.wpc-chip-remove-icon {
  display: none;
}


.popularItems {
  margin: 0 0 64px;
  padding: 0 64px;
}

.popularItems .container {
  padding: 80px 0 0;
  border-top: 1px solid #D8DADE;
}

.popularItems .h3_caps {
  margin: 0 0 40px 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .popularItems {
    margin: 0 auto 80px;
    padding: 0 24px;
    max-width: 540px;
  }

  .popularItems .container {
    padding: 64px 0 0;
  }

  .popularItems .h3_caps {
    margin: 0 0 32px 0;
  }
}

.catalogCategory {
  margin: 0;
  padding: 40px 64px;
  background-color: #000;
  color: #fff;
}

.categoryHeader {
  width: calc(64% - 16px);
  margin: 0 auto;
  text-align: center;
}

.categoryHeader p {
  margin: 0;
}

.catalogItems {
  margin: 0 0 120px;
  padding: 0 64px;
}

.items {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.itemTile {
  margin: 0 32px 64px 0;
  flex: 0 0 calc(25% - 24px);
}

.itemTile:nth-child(4n) {
  margin: 0 0 64px 0;
}

.itemTile a {
  display: block;
  color: #000;
  text-decoration: none;
}

.itemTile a:hover {
  color: #0D54E2;
}

.itemId {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}

.itemName {
  margin: 0;
  font-size: 20px;
  line-height: 32px;
}

.itemTile .label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  background: #fff;
  border-radius: 40px;
  padding: 6px 12px;
  z-index: 1000;
}

.itemImage {
  top: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}

.chips-section {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 100;
  gap: 8px;
}

.chips {
  align-self: flex-start;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 8px;
}

.chips.urgent {
  background: #E31616;
}

.imagePlace {
  margin-top: 150%;
}

.imageContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.imageContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-pagenavi {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi .current {
  padding: 16px 24px;
  margin: 0 4px;
  background: #EFF0F2;
  color: #000;
  text-decoration: none;
}

.wp-pagenavi .page, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  padding: 16px 24px;
  margin: 0 4px;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.wp-pagenavi .page:hover, .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
  background: #0D54E2;
}

.categoryDesc {
  padding: 0 64px;
}

.categoryDesc .container {
  border-top: 1px solid #D8DADE;
  padding: 80px 0 160px;
}

.categoryDesc-text {
  max-width: calc(64% - 16px);
  margin: 0 auto;
}

.categoryDesc h2 {
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 1024px) {
  .catalogCategory {
    margin: 0;
    padding: 40px 24px;
  }

  .catalogCategory .container {
    max-width: 540px;
    margin: 0 auto;
  }

  .categoryHeader {
    width: auto;
  }

  .categoryHeader h1 {
    font-size: 24px;
    line-height: 32px;
  }

  .categoryHeader p {
    font-size: 14px;
    line-height: 20px;
  }

  .catalogItems {
    margin: 0 auto 80px;
    padding: 0 24px;
    max-width: 540px;
  }

  .itemTile {
    margin: 0 16px 40px 0;
    flex: 0 0 calc(50% - 8px);
  }

  .itemTile:nth-child(2n) {
    margin: 0 0 40px 0;
  }

  .chips-section {
    bottom: 4px;
    left: 4px;
    gap: 4px;
  }

  .chips {
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px;
  }

  .itemId {
    font-size: 14px;
    line-height: 20px;
  }

  .itemName {
    font-size: 16px;
    line-height: 24px;
  }

  .wp-pagenavi .page {
    display: none;
  }

  .wp-pagenavi .extend {
    display: none;
  }

  .categoryDesc {
    margin: 0 auto;
    padding: 0 24px;
    max-width: 540px;
    font-size: 14px;
    line-height: 20px;
  }

  .categoryDesc .container {
    padding: 64px 0 120px;
  }

  .categoryDesc-text {
    max-width: none;
  }

  .categoryDesc h2 {
    font-size: 20px;
    line-height: 24px;
  }
}


/* FOOTER */


.insta {
  background: #EFF0F2;
  font-size: 20px;
  line-height: 32px;
  padding: 64px 64px;
}

.insta .container {
  position: relative;
  max-width: 960px;
}

.insta-text {
  max-width: calc(50% - 16px);
}

.insta-phone {
  position: absolute;
  width: 360px;
  right: 0;
  bottom: -64px;
}

.insta p {
  margin: 0 0 40px;
}

.footer {
  background: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 0 64px;
  color: #999;
}

.footer-links {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 64px 0 40px;
}

.footer-links div {
  margin: 0 32px 0 0;
  flex: 0 1 304px;
}

.footer-links div:last-child {
  margin-right: 0;
}

.footer-links ul {
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
  padding: 0;
  list-style: none;
}

.footer-links .footer-links-title {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.footer-links-contact {
  display: flex;
  align-items: center;
  align-content: flex-start;
}

.footer-links-contact img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer .copyrights {
  padding: 40px 0;
  border-top: 1px solid #333;
}

@media (max-width: 1024px) {
  .insta {
    background: #EFF0F2;
    font-size: 16px;
    line-height: 24px;
    padding: 64px 24px 360px;
    text-align: center;
  }

  .insta .container {
    position: relative;
    max-width: 540px;
  }

  .insta-text {
    max-width: none;
  }

  .insta-phone {
    position: absolute;
    width: 240px;
    right: 50%;
    margin-right:-120px;
    bottom: -360px;
  }

  .footer {
    font-size: 14px;
    line-height: 20px;
    padding: 0 24px;
  }

  .footer-links {
    display: block;
    padding: 64px 0 40px;
  }

  .footer-links div {
    margin: 0 0 32px;
  }

  .footer-links div:last-child {
    margin: 0;
  }
}

.itemCard {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  padding: 64px 64px 160px;
  max-width: 1312px;
}

.itemPhoto {
  margin: 0;
  width: 50%;
  flex: 0 0 50%;
  position: relative;
}

.itemPhoto .chips-section {
  top: 8px;
}

.itemPhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 16px;
}

.itemDetails {
  margin: 0 0 0 64px;
}

.itemDetails-id {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}

.itemDetails-id a {
  text-decoration: none;
}

.itemDetails h1 {
  margin: 0 0 24px;
}

.itemDetails-colors {
  margin: 64px 0 0;
}

.itemDetails-colorsGallery {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 64px;
  border-bottom: 1px solid #ddd;
  margin: 8px 0 0;
}

.itemDetails-colorsGallery a {
  width: 12%;
  border: 2px solid #fff;
}

/*.itemDetails-colorsGallery img {
  width: 100%;
  height: auto;
}*/

.colors-image {
  top: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}

.colors-imagePlace {
  margin-top: 150%;
}

.colors-imageContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.colors-imageContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.itemDetails-colorsGallery .activeColor {
  border: 2px solid #000;
}


.itemDetails-params {
  margin: 64px 0;
  padding: 0;
  list-style: none;
}

.itemDetails-params li {
  margin: 0 0 8px;
  padding: 0;
}


.itemStores {
  margin: 0 0 64px 0;
  padding: 40px;
  background: #EFF0F2;
}

.itemStores .h3 {
  margin: 0 0 24px 0;
}

.itemStore {
  margin: 0 0 24px 0;
}

.itemStore span {
  display: block;
}

.itemStore .title {
  font-weight: 500;
}

.disclaimer {
  padding: 24px 0 0 0;
  border-top: 1px solid #D8DADE;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.price {
  display: block;
  font-size: 20px;
  line-height: 32px;
}

.priceOld {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  text-decoration: line-through;
}

.priceSmall {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #000 !important;
  font-weight: 500;
}

.priceSmall span {
  margin-left: 16px;
  color: #666 !important;
  text-decoration: line-through;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .itemCard {
    flex-flow: column nowrap;
    padding: 0;
    max-width: auto;
  }

  .itemPhoto {
    display: flex;
    width: 100%;
    flex-flow: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .itemPhoto .chips-section {
    top: auto;
    bottom: 8px;
    left: 8px;
  }

  .itemPhoto img, .itemPhoto img:first-child {
    min-width: 80%;
    width: 80%;
    height: auto;
    margin: 0 4px 0 0;
  }

  .itemPhoto img:last-child {
    margin: 0;
  }

  .itemDetails {
    margin: 40px 24px 120px;
  }

  .itemDetails h1 {
    margin: 0 0 20px;
  }

  .itemDetails-colors {
    margin: 40px 0 0;
  }

  .itemDetails-colorsGallery {
    padding: 0 0 40px;
    margin: 8px 0 40px;
  }

  .itemDetails-params {
    margin: 40px 0;
  }

  .itemStores {
    margin: 0 0 40px 0;
    padding: 24px;
  }

  .priceSmall {
    font-size: 14px;
    line-height: 20px;
  }

  .priceSmall span {
    margin-left: 8px;
  }
}


/* CATALOG OF ITEMS */

.pageHeader {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0 0 80px;
  padding: 80px 40px;
  background-color: #111;
  color: #fff;
}

.pageHeader .h2 {
  margin: 0;
}

.pageDesc {
  width: 50%;
}

.pageContent {
  margin: 0 0 120px;
  padding: 0 40px;
  text-align: left;
}

.pageText {
  width: 50%;
}

@media (max-width: 1024px) {
  .pageHeader {
    margin: 0 0 64px;
    padding: 64px 24px;
  }

  .pageHeader .h2 {
    margin: 0;
  }

  .pageContent {
    margin: 0 0 64px;
    padding: 0 24px;
  }

  .pageText {
    width: 100%;
  }

  .pageDesc {
    width: auto;
  }
}
