.site-brands__item-link {
  pointer-events: none;
}
.card-page .form-additional .buy-one-click {
  color: var(--gr_btn_2_text_h) !important;
  border: none !important;
  box-shadow: none !important;
  background: var(--gr_accent) !important;
}
.fixed-social-block {
  position: fixed;
  z-index: 500;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #fff;
  padding: 10px;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  font-size: 0;
  line-height: 0;
}
@media (max-width: 768px) {
  .fixed-social-block {
    top: 35%;
  }
}
.fixed-social-block a {
  display: block;
}
.fixed-social-block a + a {
  margin-top: 5px;
}
.fixed-social-block img {
  width: auto;
  height: auto;
  max-width: 40px;
}
[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
@media (max-width: 639px) {
  .sand .site-folders__items {
    display: flex;
    flex-wrap: wrap;
  }
  .sand .site-folders__items .site-folders__info {
    width: 100%;
  }
  .sand .site-folders__items .site-folders__item {
    width: calc(50% - 7px);
    margin: 0;
  }
  .sand .site-folders__items .site-folders__item .site-folders__item-count {
    display: none;
  }
  .sand .site-folders__items .site-folders__item .site-folders__item-name {
    margin-top: auto;
  }
  .sand .site-folders__items .site-folders__item .site-folders__item-link {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 110px;
  }
}
.fixed-social-block {
  display: none;
}
