/* =========================
   CART ICON: убрать серый фон + увеличить PNG
   ========================= */

/* позиция/размер кнопки */
.t-store__carticon,
.t706__carticon{
  position: fixed !important;
  right: 20px !important;
  bottom: 20px !important;
  top: auto !important;
  left: auto !important;

  width: 74px !important;
  height: 74px !important;

  border-radius: 999px !important;

  background: transparent !important;
  box-shadow: none !important;

  z-index: 999999 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  overflow: visible !important;
}

/* УБИРАЕМ серый круг: он чаще всего на wrapper/кнопке внутри */
.t-store__carticon *,
.t706__carticon *{
  box-shadow: none !important;
}

.t-store__carticon,
.t706__carticon,
.t-store__carticon a,
.t706__carticon a,
.t-store__carticon .t-store__carticon-wrapper,
.t706__carticon .t-store__carticon-wrapper,
.t-store__carticon .t-store__carticon-inner,
.t706__carticon .t-store__carticon-inner{
  background: transparent !important;
  box-shadow: none !important;
}

html {
  scroll-behavior: smooth;
}












