.wrapper .product-view-inf-section{
	background: #fff;	
}

.container.product-view-inf-section__container {
	background: #fff;	
	box-shadow: 0 0 20px #0000000d;
	color: #332947;
}
.product-view-inf-section__tabs .product-view-inf-section__tab-item.active {
  background: linear-gradient(110.05deg,#6f5aff 11.5%,#b33bff 52.2%,#ec36b6 94.52%);
  pointer-events: none;
  color: #fff;
}

.product-view-inf-section__tabs .product-view-inf-section__tab-item {
  background: #f1f5f9;
}

@media only screen and (min-width: 1280px) {
  .product-view-inf-section__tabs .product-view-inf-section__tab-item:not(.active):hover {
    background: #e1e5e9;
  }
}

.shadow_block {
  background: #fff;
  color: #332947;
  padding: 20px;
  margin-top: 20px;
  border-radius: 8px;
}