.footer-payments__item a svg path {
  fill: #504476;
}
.contacts-popup .contacts-address__title + .contacts-address__address p {
  margin-top: 2px;
  margin-bottom: 0;
}
.site-slider__item-text {
  background: rgba(80, 68, 118, 0.7);
}
.gg {
  display: block;
}
.contacts-popup .contacts-social__title {
  color: #fff;
}
.stock-block__item-img img {
  object-fit: contain;
}
body .g-button {
  background: #A78BFF;
  border: 1px solid #A78BFF;
  transition: 0.3s;
}
body .g-button:hover {
  background: #B49CFF;
  border: 1px solid #B49CFF;
}
.g-button.g-button--invert {
  border: 1px solid #A78BFF;
  color: #A78BFF;
}
.g-button.g-button--invert:hover {
  color: #fff;
  background: #B49CFF;
  border: 1px solid #B49CFF;
}
[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
.card-page__top:has(.shop2-product-set-wrap) .shop2-product {
  border-radius: var(--gr_wrap_radius) var(--gr_wrap_radius) 0 0;
}
.shop2-product-set-wrap {
  padding: 20px;
  background: var(--gr_bg);
  border-radius: 0 0 var(--gr_wrap_radius) var(--gr_wrap_radius);
}
.shop2-product-set-wrap .shop2-set-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 6px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.shop2-product-set-wrap .shop2-set-item__left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.shop2-product-set-wrap .shop2-set-item__image {
  font-size: 0;
  line-height: normal;
  width: 57px;
  height: 57px;
  min-width: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.shop2-product-set-wrap .shop2-set-item__name {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  margin-right: auto;
}
@media (max-width: 640px) {
  .shop2-product-set-wrap .shop2-set-item__name {
    font-size: 14px;
  }
}
.shop2-product-set-wrap .shop2-set-item__right {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex: auto;
  flex-wrap: wrap;
}
.shop2-product-set-wrap .shop2-set-item__price-delete {
  display: flex;
  align-items: center;
  gap: 40px;
}
.shop2-product-set-wrap .shop2-set-item__price {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .shop2-product-set-wrap .shop2-set-item__price {
    font-size: 14px;
  }
}
.shop2-product-set-wrap .shop2-set-item__price strong {
  font-weight: normal;
}
.shop2-product-set-wrap .shop2-set-item__delete {
  width: 15px;
  height: 15px;
  min-width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.shop2-product-set-wrap .shop2-set-item__delete:hover path {
  fill: red;
}
.shop2-product-set-wrap .shop2-set-item__delete svg path {
  transition: all 0.3s ease;
}
.shop2-product-set-wrap .shop2-set-item:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.shop2-product .product-desc {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
}
.set-items-wrapper {
  padding: 0 20px 20px;
}
