.main-gradient {
  background: linear-gradient(90deg, #a258ff 0%, #f9f8ff 81.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.secondary-gradient {
  background: linear-gradient(90deg, #a281f8 0%, #4b42ff 108.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.danger-gradient {
  background: linear-gradient(
    90deg,
    #a281f8 0%,
    #ec0b0b 0.01%,
    #4b42ff 108.89%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.primary {
  color: #a789fc;
}
.secondary {
  color: #4b42ff;
}
.lg {
  font-family: Montserrat;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px; /* 112.5% */
}
.main-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;

  margin-bottom: 100px;
  margin-top: 110px;
}
.main-block .right,
.main-block .left {
  flex: 1;
  height: 100%;
  width: 100%;
}
.main-block .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* gap: 20px; */
}
.main-block .right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-block .right img {
  box-shadow: 5px 4px 78px 0px rgba(167, 137, 252, 0.5);
  border-radius: 16px;
}
.main-block .description {
  color: #f6f5fc;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
}
.main-block .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.main-block .buttons .primary {
  display: flex;
  padding: 20px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--white, #fff);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 8px;
  border-bottom: 3px solid #5321e5;
  background: linear-gradient(270deg, #a98ff2 0%, #6d42ec 100%);
  box-shadow: 5px 4px 9px 0px rgba(167, 137, 252, 0.15);
}
.main-block .buttons .secondary {
  display: flex;

  padding: 20px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  background-color: transparent;
  border-radius: 8px;
  border: 2px solid #6d42ec;
  color: #fff;
}

/* ABOUT */
.about {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.about .left {
  flex: 0.5;
}
.about .left img {
  box-shadow: 29px 30px 58px -22px rgba(167, 137, 252, 0.5);
  border-radius: 10px;
}
.about .right {
  flex: 1;
  padding: 0px 50px;
}
.about .right .text {
  width: 80%;
}
.about .description {
  color: #f6f5fc;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.about ul li {
  color: #f6f5fc;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}

/* CASES */

.cases {
}
.cases .title {
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* SLIDER */
.swiper-slide {
  width: auto !important;
}
.swiper-slide img,
.swiper-slide video {
  height: 300px;
  width: 300px;
  border-radius: 5px;
  object-fit: cover;
}
.swiper-pagination-bullet-active {
  background-color: #4b42ff !important;
  box-shadow: 0px -1px 10px 0px rgba(142, 115, 249, 0.4);
}
.swiper-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 0px) !important;
  padding: 0 25px;
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 0px) !important;
  padding: 0 25px;
}
.swiper-button-prev,
.swiper-button-next {
  height: 96% !important;
  color: rgba(255, 255, 255, 0.3) !important;
  top: var(--swiper-navigation-top-offset, 0%) !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: rgba(255, 255, 255, 0.7) !important;
  background-color: rgba(0, 0, 0, 0.3);
}

/* SHOP */
.subcategory {
  margin-bottom: 70px;
}
.shop {
}
.shop .title {
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.shop .default {
}
.shop .individual {
}
.shop .category {
}
.shop .subcategory .category-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
  margin-bottom: 25px;
}
.shop .subcategory .category-header .divider {
  height: 37px;
  background-color: #a258ff;
  width: 2px;
}
.shop .subcategory .category-header .category-badge {
  color: #e2d9fd;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid rgba(169, 143, 242, 0.3);
  background: rgba(158, 126, 248, 0.4);
}
.product-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.product-list .product-item {
  display: flex;
  flex-direction: row;

  border-radius: 5px;
  overflow: hidden;
}
.product-list .product-image {
  flex: 0.3;
}
.product-list .product-image img {
  height: 100%;
  object-fit: cover;
}
.product-list .product-title {
  color: #000;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.product-list .product-description {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  width: 60%;
}
.product-list .price-label {
  color: #1e1e1e;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-list .product-price {
  color: #4b42ff;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  margin-bottom: 15px;
}
.product-list .product-info {
  background-color: #d9d9d9;
  padding: 30px 65px;
  border-left: 4px solid #575367;

  flex: 0.7;
}
.product-buttons {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.product-buttons a {
  cursor: pointer;
}
.cart-buttons {
  display: flex;
  flex-direction: column;
}
.add_to_cart_button {
  padding: 12px 20px;
  text-decoration: none;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;

  border-radius: 5px;
  border-bottom: 2px solid #5321e5;
  background: linear-gradient(270deg, #5247fe 0%, #6d42ec 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.added_to_cart {
  text-decoration: none;
  color: #5321e5 !important;
}
.contrs-button {
  color: #614e9c;
  padding: 12px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;

  border-radius: 5px;
  border: 2px solid #6d42ec;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.contrs-button:hover {
  color: rgb(80, 60, 146);
}

/* CHECKOUT and terms in payment*/
.woocommerce table.cart td.actions .coupon {
  display: none;
}
.payment-title {
  color: #000;
  font-weight: 500;
}
.woocommerce-terms-and-conditions-wrapper,
.woocommerce-terms-and-conditions-wrapper a {
  color: #000;
}
.woocommerce-terms-and-conditions-wrapper a:hover {
  color: #7249a4;
}
/* табличка покупок */
.woocommerce table.shop_table {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
/*  */

/* ACCOUNT */
.woocommerce-MyAccount-navigation {
  margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation-link.is-active {
  color: var(--primary-color);
  background-color: #9a7bf9;
  border: none;
}
.woocommerce-MyAccount-navigation-link {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--base-200, #9a7bf9);
  color: #1d1d1f;
  font-weight: 600;
  word-wrap: break-word;
  white-space: pre;
}
.woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
  padding: 16px;
  width: 100%;
}

.woocommerce a.remove {
  color: red !important;
  color: #f49494 !important;
}
.woocommerce div.product p.price {
  color: #c69ff4;
  font-size: 2em;
  font-weight: 600;
}
.woocommerce ul.products li.product .price {
  color: #c69ff4;
}
.woocommerce div.product form.cart {
  display: flex;
}

/*  */

/* ПРОТИВОПОКАЗАНИЯ */
.warns {
  background-color: #fff;
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 30px 50px;

  border-radius: 5px;
  overflow: hidden;
}
.warn-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.warn-header .title {
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* MEDIA */
@media screen and (max-width: 1055px) {
  .main-block {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .main-block .right {
    justify-content: start;
  }
  .about {
    flex-direction: column;
  }
  .product-list .product-description {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .product-list .product-info {
    padding: 30px 25px;
  }
  .product-list .product-description {
    max-height: 550px;
    overflow-y: scroll;
  }
  .product-list .product-title {
    font-size: 30px;
  }
  .product-buttons {
    gap: 6px;
  }
  .warns .title {
    font-size: 35px;
  }
  .warns {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 620px) {
  .product-list .product-title {
    font-size: 30px;
  }
  .product-buttons {
    flex-direction: column;
    align-items: initial;
  }
}
@media screen and (max-width: 550px) {
  .shop .title {
    font-size: 40px;
  }
  .product-list .product-title {
    font-size: 20px;
  }
  .product-list .product-description {
    font-size: 14px;
  }
  .product-list .product-price {
    font-size: 24px;
  }
  .contrs-button {
    font-size: 12px;
    padding: 15px 10px;
  }
  .add_to_cart_button {
    padding: 12px 10px;
    font-size: 12px;
  }
  .warns {
    font-size: 16px;
  }
  .warns .title {
    font-size: 25px;
  }
  .main-block {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .main-block .title {
    font-size: 50px;
    line-height: 50px;
  }
  .main-block .right {
    justify-content: start;
  }
  .main-block .description {
    font-size: 18px;
  }
  .main-block .buttons button {
    font-size: 14px !important;
    padding: 16px 20px !important;
  }
  .about .right {
    padding: 0px 10px;
  }
  .shop .subcategory .category-header {
    flex-direction: column;
    align-items: start;
  }
  .shop .subcategory .category-header .divider {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .main-block .title {
    font-size: 30px;
    line-height: 45px;
  }
}
@media screen and (max-width: 380px) {
  .main-block .buttons {
    gap: 10px;
  }
  .main-block .buttons button {
    white-space: pre;
  }
}
/*  */
