@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Manrope:wght@500;600;700&display=swap');
.shop-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  gap: 30px;
  align-items: center;
}

@media (min-width: 1370px) {
  .shop-container {
    height: 71vh;
  }
}

.shop-container-cat {
  background: url(/app/modules/module_page_shop/assets/img/back.png) no-repeat center center/cover;
  padding: 15px;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  width: 650px;
  height: 250px;
  justify-content: center;
  transition: .2s linear;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline: 2px solid transparent;
  color: var(--span);
}

.cat-store {
  background: url(/app/modules/module_page_shop/assets/img/back-priv.png) no-repeat center center / cover;
}

.cat-cw {
  background: url(/app/modules/module_page_shop/assets/img/back-cw.png) no-repeat center center / cover;
}

.cat-models {
  background: url(/app/modules/module_page_shop/assets/img/back-models.png) no-repeat center center / cover;
}

.store-cat {
  color: var(--money);
}

.models-cat {
  color: var(--red);
}

.cw-cat {
  color: var(--purple);
}

.store-cat::before {
  background-image: linear-gradient(45deg, var(--money), transparent);
}

.cw-cat::before {
  background-image: linear-gradient(45deg, var(--purple), transparent);
}

.models-cat::before {
  background-image: linear-gradient(45deg, var(--red), transparent);
}

.store-cat::before,
.cw-cat::before,
.models-cat::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
}


.shop-container-cat:hover {
  filter: brightness(115%);
  outline: 2px solid;
  /* overflow: visible; */
}



.shop-container-cat.cw-cat:hover img {
  scale: 1.2;
  rotate: 20deg;
}

.text-cat--shop {
  display: flex;
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 40px;
  color: currentColor;
  line-height: 2.5rem;
  transition: .2s ease;
}

.desc-cat-shop {
  display: flex;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.texts-csrd-block {
  max-width: 350px;
}

/* .info--img {
  position: absolute;
  right: -8rem;
  top: 0rem;
  -webkit-user-drag: none;
  z-index: 3;
  transition: 0.2s ease;
  pointer-events: none;
  width: 500px;
} */

.cw-cat img {
  rotate: 27deg;
  top: 2rem;
  right: -11.5rem;
}

/* .info--img {
  position: absolute;
  right: 0;
  top: -1rem;
  -webkit-user-drag: none;
  z-index: 3;
  transition: 0.2s ease;
  pointer-events: none;
  width: 700px;
  transition: .2s ease;
} */

.info--img {
  position: absolute;
  right: 0;
  -webkit-user-drag: none;
  z-index: 3;
  transition: 0.2s ease;
  pointer-events: none;
  width: 100%;
  height: auto;
  transition: .2s ease;
}

.arrow-btns--block {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 2rem;
  top: -1.3rem;
  scale: 0.5;
  transition: 0.2s ease;
}

.arrow-btns--block svg {
  position: absolute;
  width: 15px;
  height: auto;
  fill: currentColor;
  transition: 0.2s ease;
  left: 0;
  opacity: 0;
}



.shop-container-cat:hover .arrow-btns--block svg {
  opacity: 1;
}

.shop-container-cat:hover .arrow-btns--block {
  top: 4.5rem;
  scale: 1;
}

.shop-container-cat:hover .text-cat--shop {
  margin-left: 3rem;
}

@media (max-width: 660px) {
  .info--img {
    right: -13rem;
    top: -2rem;
    scale: 0.8;
  }

  .cw-cat img {
    top: 1rem;
  }
}

@media (max-width: 600px) {
  .info--img {
    display: none;
  }
}

@media (max-width: 396px) {

  .text-cat--shop {
    font-size: 1.5rem;
  }

  .desc-cat-shop {
    font-size: 1rem;
  }

  .arrow-btns--block {
    display: none;
  }
}

.shop-container-cat::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}









/* === Технические работы без смены общего стиля === */
.disabled-cat {
  cursor: default !important;
}

.disabled-cat .texts-csrd-block {
  opacity: 0;
  pointer-events: none;
}

.disabled-cat.shop-container-cat:hover,
.disabled-cat.shop-container-cat {
  outline: 2px solid rgba(255,255,255,.08) !important;
  filter: none !important;
}

.disabled-cat.shop-container-cat:hover img,
.disabled-cat.shop-container-cat.cw-cat:hover img {
  scale: 1 !important;
  rotate: 0deg !important;
  filter: none !important;
}

.disabled-cat.shop-container-cat:hover .arrow-btns--block {
  top: -1.3rem !important;
  scale: 0.5 !important;
}

.disabled-cat.shop-container-cat:hover .arrow-btns--block svg {
  opacity: 0 !important;
}

.tech-works-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  backdrop-filter: blur(2px);
}

.tech-works-content {
  max-width: 360px;
}

.tech-works-content svg {
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  color: var(--purple);
  fill: var(--purple);
}

.models-cat .tech-works-content svg {
  color: var(--red);
  fill: var(--red);
}

.cw-cat .tech-works-content svg {
  color: var(--red);
  fill: var(--red);
}

.tech-works-content span {
  display: block;
  font-family: 'Manrope';
  font-size: 24px;
  margin-bottom: 10px;
  color: #fff;
}

.tech-works-content p {
  margin: 0;
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255,255,255,.88);
}
