.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}
.w-dyn-bind-empty {
  display: none !important;
}
:root {
  --dim-grey: #c5c5c5;
  --black: #d4d4d4;
  --default-blue: #0063ff;
  --black-2: black;
  --white-smoke: #f8f9fa;
  --light-white: #f1f1f1;
  --dark-grey: #4b4b4b;
  --dim-grey-2: #5c5c5c1c;
}
.w-layout-grid {
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

a {
  text-decoration: none;
}
._18px {
  font-size: 18px;
}
.main-category-list-wrapper {
  width: 100%;
  height: 100%;
}
.main-category-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
}
.main-category-list-item {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.main-category-list-item:nth-child(2n) {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-category-list-item:first-child {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}
.categories-block-holder {
  z-index: 1;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.categories-block-holder.third-block-holder {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 200px;
  display: flex;
}
.categories-block-holder.fourth-block-holder,
.categories-block-holder.second-block-holder {
  justify-content: space-between;
}
.main-category-link {
  background-color: rgb(0 0 0 / 40%);
  /* background-image: url(/img/banner/watches-cover.jpg); */
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 400px;
  padding-bottom: 1em;
  padding-left: 3em;
  padding-right: 2em;
  transition: box-shadow 0.4s, color 0.35s;
  position: relative;
  overflow: hidden;
}
.main-category-link:hover {
  color: #000;
  box-shadow: 0 2px 16px 4px #00000029;
}
.main-category-link.second-item-link {
  color: var(--light-white);
  background-image: linear-gradient(#00000080, #00000080),
    url(/img/brand/schon_other.png);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
  padding-bottom: 0;
  overflow: hidden;
}
.main-category-link.third-item-link {
  background-image: linear-gradient(#00000080, #00000080),
    url(/img/brand/schon_rolex.png);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
.main-category-link.fourth-category-link {
  background-image: linear-gradient(#00000080, #00000080),
    url(/img/brand/schon_ap.png);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-style: normal;
  display: flex;
}
.main-category-link.fifth-category-link {
  background-image: linear-gradient(#00000080, #00000080),
    url(/img/brand/schon_rm.png);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-style: normal;
  display: flex;
}
.main-category-link.first-catergory-link {
 background-image: linear-gradient(#00000080, #00000080),
    url(/img/brand/schon_pp.png);
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}
.main-current-category {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 200;
  display: block;
}
.category-vertikal-block-holder {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.category-vertikal-block-holder.second-item-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.category-title {
  color: #fff;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.category-title.second-category-title {
  width: 100%;
  font-family: Montserrat, sans-serif;

}
.category-title.third-category-title {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;

  font-weight: 700;
  line-height: 1.4;
}
.category-title.fourth-category-title {
  width: 80%;

}
.block-content {
  background-color: #fff;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.main-category-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.category-image-1 {
  object-fit: cover;
  object-position: 0 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}
.category-content-holder {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}
.category-image-holder {
  z-index: 10;
  object-fit: cover;
  width: 90%;
  height: 100%;
  position: relative;
}
.second-category-block-title-holder {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}
.category-vertikal-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.category-vertikal-block.third-category-block {
  text-align: center;
  margin-top: 3em;
  padding-left: 1em;
  padding-right: 1em;
}
.category-vertikal-block.fourth-category-block {
  margin-top: 3em;
  margin-bottom: 0;
}
.category-image-block {
  width: 100%;
  height: 100%;
}
.category-image-3 {
  width: 130%;
  max-width: 130%;
  position: relative;
  left: 5%;
}
.category-image-2 {
  object-fit: cover;
  object-position: 50% 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.fourth-category-image-holder {
  width: 150%;
}
.category-image-4 {
  width: 100%;
}
._404 {
  font-size: 100px;
  font-weight: 500;
}
.category-block-content {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 3em;
  display: flex;
}
.category-title-block-holder {
  width: 100%;
}
.items-block-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: flex;
}
.block-holder {
  align-items: center;
  width: 100%;
  height: 550px;
  display: flex;
}
.content-block-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 4em;
  display: flex;
}
.vertikal-block-holder {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.categories-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}
.categories-item {
  margin-bottom: 0;
  display: flex;
}
.category-link {
  opacity: 0.7;
  margin-right: 20px;
}
.category-link.w--current {
  opacity: 1;
  border-bottom: 3px solid #000;
}
.category-wrapper-holder {
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 32px;
  align-items: center;
  width: 100%;
  height: 550px;
  display: none;
  position: relative;
  overflow: hidden;
}
.content-image-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120%;
  height: 100%;
  display: flex;
}
.category-image-content {
  object-fit: contain;
  width: 100%;
  max-width: 80%;
  height: 80%;
}
.all-categories-image-1 {
  object-fit: contain;
  object-position: 0 50%;
  width: 480px;
  height: 100%;
  position: absolute;
  inset: 0 auto auto -10%;
}
.all-categories-image-2 {
  object-fit: contain;
  object-position: 100% 50%;
  width: 420px;
  height: 100%;
  position: absolute;
  inset: 0 -8% 0 auto;
}
.image {
  max-width: 10%;
  display: none;
}
.image-2 {
  max-width: 60%;
}
.div-block {
  justify-content: space-around;
  align-items: center;
  display: flex;
}
.image-3 {
  max-width: 20px;
  margin-left: 10px;
}
.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.image-4 {
  max-width: 20%;
}
.image-5 {
  max-width: 30%;
  display: block;
}
.div-block-3 {
  align-items: flex-start;
  margin-top: 10px;
  display: block;
}
.grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 200px;
}
.image-6 {
  max-width: 50%;
}
.image-7 {
  max-width: 50%;
  padding-top: 5px;
}
.image-8 {
  max-width: 110%;
}
.div-block-4 {
  background-color: red;
  flex: 0 auto;
  position: static;
  inset: 0 0 0 auto;
}
.div-block-5 {
  z-index: 100;
  clear: none;
  background-color: var(--light-white);
  border: 0.5px solid #0000003d;
  border-radius: 1px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 340px 0 110px 140px;
}
.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 0.5fr 0.5fr;
}
.div-block-6 {
  object-fit: fill;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 370px;
  margin-bottom: 20px;
  display: flex;
}
.image-9 {
  object-fit: contain;
}
.image-10 {
  object-fit: cover;
}
.div-block-7 {
  margin-top: 40px;
}
.div-block-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
.image-11 {
  object-fit: cover;
}
.body,
.body-2 {
  background-color: #fff;
}
.div-block-9 {
  position: relative;
}
.image-15 {
  object-fit: cover;
  object-position: 53% 50%;
  height: 100%;
}
.image-16 {
  object-fit: contain;
  height: 100%;
}
.div-block-11 {
  background-color: #ececec;
}
.image-18 {
  max-width: 70%;
}
.image-21 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.div-block-15,
.div-block-16,
.div-block-17 {
  margin-top: 20px;
}
.image-25 {
  max-width: 2%;
}
.div-block-18 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.div-block-19 {
  width: 0;
  min-width: 20rem;
}
.div {
  border-bottom: 1px solid #0009;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  line-height: 1.2;
  display: flex;
}
.div-block-22 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
.div-block-23 {
  justify-content: center;
  align-items: flex-start;
  display: block;
}
.image-26 {
  display: none;
}
.div-block-24 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.image-27 {
  flex: 0 auto;
  max-width: 2%;
  margin-right: 10px;
}
.body-3 {
  background-color: #fff;
}
.div-block-25 {
  z-index: -1;
  opacity: 0;
  background-color: #000;
  position: absolute;
  inset: 0;
}
.div-block-26 {
  position: relative;
}
.div-block-27 {
  z-index: auto;
  background-color: var(--black-2);
  position: absolute;
  inset: 0;
}
.div-block-28 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}
.div-block-29 {
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}
.image-28 {
  height: 0.8rem;
  margin-left: 1rem;
}
.link-block {
  background-color: var(--black-2);
  color: var(--light-white);
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
}
.image-30 {
  display: block;
}
.body-4 {
  flex-direction: column;
  display: flex;
}
.link-block-2 {
  max-width: 10%;
  position: relative;
  inset: auto 0 10% auto;
}
.content-2 {
  z-index: 1;
  text-align: center;
  position: relative;
}
.body-5,
.body-6,
.body-7 {
  background-color: #fff;
  flex-direction: column;
  display: flex;
}
.div-block-30 {
  display: flex;
}
.body-8 {
  flex-direction: column;
  display: flex;
}
.body-10,
.body-9 {
  background-color: #fff;
  flex-direction: column;
  display: flex;
}
.div-block-31 {
  margin-top: 150px;
  padding-left: 40px;
}
.div-block-32 {
  margin-top: 100px;
}
.body-11 {
  background-color: #fff;
}
.link-2 {
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
.link-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.image-32 {
  max-width: 40%;
}
.div-block-33 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-6 {
  grid-template-columns: 1fr 1fr 1fr;
}
.link-4,
.link-5 {
  font-family: Montserrat, sans-serif;
}
.image-33 {
  object-fit: fill;
  position: static;
  overflow: auto;
}
.link-block-4 {
  text-align: center;
  overflow: visible;
}
@media screen and (min-width: 1280px) {
  .all-categories-image-1 {
    left: -3%;
  }
  .all-categories-image-2 {
    height: 100%;
  }
  .image-3 {
    max-width: 20px;
  }
  .image-17 {
    object-fit: contain;
    background-color: #ececec;
  }
  .div-block-11 {
    background-color: #eee;
  }
  .div-block-15 {
    margin-top: 20px;
  }
  .div {
    border-bottom: 1px solid #00000063;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .div-block-23 {
    margin-left: 8%;
    margin-right: 8%;
  }
  .image-27 {
    max-width: 2%;
  }
  .image-29 {
    border: 2px solid var(--black);
    border-radius: 19px;
    width: 100%;
    padding: 0.25rem;
  }
  .body-10 {
    background-color: #fff;
  }
  .div-block-31 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    display: flex;
  }
  .body-12 {
    border: 1px solid #000;
  }
}
@media screen and (min-width: 1440px) {
  .categories-block-holder.third-block-holder {
    height: 150px;
  }
  .main-category-link {
    height: 250px;
  }
  .all-categories-image-2 {
    right: -6%;
  }
  .image-21 {
    object-fit: contain;
    width: auto;
    height: 100%;
  }
  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .image-30 {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .div-block-23 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .categories-block-holder.third-block-holder {
    flex-direction: row;
    align-items: center;
  }
  .main-category-link {
    height: 350px;
  }
  .main-category-link.second-item-link {
    height: 150px;
  }
  .main-category-link.fourth-category-link {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .main-category-link.fifth-category-link {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
  .category-title {
    font-size: 22px;
  }
  .category-title.fourth-category-title {
    width: 100%;
  }
  .main-category-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .category-image-1 {
    top: -140px;
  }
  .category-content-holder {
    height: 100%;
  }
  .category-image-holder {
    top: 50px;
  }
  .second-category-block-title-holder {
    justify-content: center;
    align-items: flex-end;
  }
  .category-vertikal-block.fourth-category-block {
    padding-left: 1em;
    padding-right: 1em;
  }
  .category-image-3 {
    min-height: 300px;
  }
  .category-image-2 {
    top: 100px;
  }
  .fourth-category-image-holder {
    flex-direction: column;
    display: flex;
  }
  .category-image-4 {
    width: 100%;
    height: 100%;
    min-height: 300px;
  }
  .content-block-holder {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
  }
  .all-categories-image-1 {
    object-fit: cover;
    object-position: 100% 50%;
    width: 310px;
  }
  .all-categories-image-2 {
    width: 280px;
    height: 50%;
    inset: 0 0 auto auto;
  }
  .image-18 {
    max-width: 100%;
  }
  .image-21 {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
  }
  .div-block-29 {
    width: 100%;
  }
  .content-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .categories-block-holder.third-block-holder {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .main-category-link.second-item-link {
    height: 300px;
    padding-left: 1em;
    padding-right: 1em;
  }
  .category-vertikal-block-holder {
    align-items: flex-end;
  }
  .category-vertikal-block-holder.second-item-block {
    height: 100%;
  }
  .main-category-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .category-image-1 {
    height: 550px;
    top: -300px;
  }
  .category-content-holder {
    width: 60%;
  }
  .second-category-block-title-holder {
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
  }
  .category-vertikal-block.fourth-category-block,
  .category-vertikal-block.third-category-block {
    padding: 1em 2em;
  }
  .category-image-3 {
    min-height: 400px;
  }
  .category-image-2 {
    object-fit: cover;
    height: 700px;
    top: 250px;
  }
  .category-image-4 {
    min-height: 385px;
  }
  .block-holder {
    flex-direction: column;
    height: auto;
    padding-bottom: 2em;
  }
  .content-block-holder {
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 1em;
  }
  .vertikal-block-holder {
    width: 100%;
  }
  .category-wrapper-holder {
    flex-direction: column;
    height: 600px;
  }
  .content-image-holder {
    width: 100%;
    height: 200px;
  }
  .all-categories-image-1 {
    width: 210px;
  }
  .image-13 {
    display: none;
  }
  .image-14 {
    object-fit: fill;
  }
  .image-18 {
    max-width: 75%;
  }
  .image-21 {
    object-fit: contain;
  }
  .image-22 {
    max-width: 77%;
  }
  .div-block-15 {
    margin-top: 20px;
    padding-right: 0;
  }
  .image-24 {
    max-width: 45%;
  }
  .image-28 {
    margin-left: 1rem;
    padding-left: 0;
  }
  .link {
    font-size: 14px;
  }
  .content-2 {
    position: absolute;
    inset: 0 auto;
  }
}
@media screen and (max-width: 479px) {
  ._18px {
    margin-bottom: 20px;
  }
  .main-category-list-item {
    height: auto;
  }
  .main-category-list-item.first-list-item {
    height: 100%;
  }
  .categories-block-holder.fourth-block-holder {
    justify-content: flex-end;
  }
  .categories-block-holder.second-block-holder {
    justify-content: space-around;
  }
  .main-category-link {
    height: 250px;
  }
  .main-category-link.second-item-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0.5em;
    display: flex;
  }
  .main-category-link.fourth-category-link {
    z-index: 0;
  }
  .main-category-link.fifth-category-link {
    z-index: 0;
  }
  .main-category-link.first-catergory-link {
    padding-bottom: 2em;
  }
  .main-current-category {
    font-size: 14px;
  }
  .category-vertikal-block-holder.second-item-block {
    margin-bottom: 0;
  }
  .category-title {
    text-align: center;
    width: 100%;
    font-size: 24px;
  }
  /* .category-title.fourth-category-title {
    font-size: 36px;
  } */
  .main-category-grid {
    grid-template-columns: 1fr 1fr;
  }
  .category-image-1 {
    height: 300px;
    top: -150px;
  }
  .category-content-holder {
    text-align: right;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
  .category-image-holder {
    width: 90%;
  }
  .second-category-block-title-holder {
    justify-content: center;
    align-items: center;
  }
  .category-vertikal-block.third-category-block {
    margin-top: 0;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .category-vertikal-block.fourth-category-block {
    margin-top: 0;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .category-image-3 {
    object-fit: contain;
  }
  .category-image-2 {
    object-fit: cover;
    height: 350px;
    top: 100px;
  }
  .category-image-4 {
    object-fit: contain;
  }
  .category-block-content {
    margin-top: 0;
  }
  .category-title-block-holder {
    padding-left: 1em;
    padding-right: 1em;
  }
  .block-holder {
    padding-bottom: 0;
  }
  .content-block-holder {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 1em 0.5em;
  }
  .categories-list {
    flex-direction: column;
  }
  .category-link {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .category-wrapper-holder {
    height: 550px;
    display: none;
  }
  .category-image-content {
    object-fit: contain;
  }
  .all-categories-image-1 {
    width: 50%;
    height: 200px;
    inset: -5% auto auto 0;
    transform: rotate(80deg);
  }
  .all-categories-image-2 {
    height: 200px;
  }
  .image-3 {
    max-width: 4%;
  }
  .image-13 {
    display: none;
  }
  .div-block-12 {
    display: block;
  }
  .image-18 {
    object-fit: cover;
    max-width: 100%;
  }
  .image-19 {
    display: none;
  }
  .image-20 {
    display: none;
  }
  .div-block-13 {
    justify-content: flex-start;
    display: flex;
  }
  .image-21 {
    color: #fff;
    object-fit: contain;
    display: block;
  }
  .div-block-14 {
    margin-left: auto;
    margin-right: auto;
  }
  .image-22 {
    max-width: 100%;
  }
  .image-23 {
    display: none;
  }
  .div-block-15 {
    margin-top: 20px;
  }
  .image-24 {
    max-width: 80%;
  }
  .div-block-16 {
    margin-top: 20px;
  }
  .div-block-24 {
    flex-direction: column;
    align-items: flex-start;
  }
  .image-27 {
    max-width: 5%;
  }
  .image-31 {
    position: relative;
    top: 80px;
    bottom: 0;
  }
  .link-block-2 {
    max-width: 18%;
  }
  .content-2 {
    position: absolute;
    inset: 0 auto;
  }
  .link-block-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .grid-6 {
    grid-template-columns: 1fr 1fr;
  }
}
#cat-1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#cat-1-item {
  grid-area: span 4 / span 1 / span 4 / span 1;
}
#cat-2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}
#cat-2-item {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#cat-3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}
#cat-3-item {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#cat-4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}
#cat-4-item {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#cat-5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#cat-5-item {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
@media screen and (max-width: 991px) {
  #cat-1 {
    grid-area: 1/1/2/3;
  }
  #cat-5 {
    grid-area: 2/1/3/3;
  }
}
@media screen and (max-width: 767px) {
  #cat-1 {
    grid-area: 1/1/3/2;
  }
  #cat-2 {
    grid-area: 3/2/1/2;
  }
  #cat-3 {
    grid-area: 3/1/4/2;
  }
  #cat-4 {
    grid-area: 3/2/4/3;
  }
  #cat-5 {
    grid-row: 4/5;
  }
}
@media screen and (max-width: 479px) {
  #cat-1 {
    grid-area: 1/1/3/3;
  }
  #cat-2 {
    grid-area: 3/1/4/3;
  }
  #cat-3 {
    grid-area: 4/1/5/3;
  }
  #cat-4 {
    grid-area: 5/1/6/3;
  }
  #cat-5 {
    grid-area: 6/1/7/3;
  }
}

.category-title.fifth-category-title {
  font-size: 24px;
  text-align: center;
}

.fifth-category-image-holder {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.category-image-5 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-category-list-item {
  --scale: 1;
  transform: translate3d(0, 0, 0) scale3d(var(--scale), var(--scale), 1)
    rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transition: transform 0.3s ease;
}

.main-category-list-item:hover {
  --scale: 1.01;
}
