/* можно подправлять значения — это бэкап к инлайнам из скрипта */
:root{
  --acc-gap: 6px;
  --acc-hr-gap: 8px;
}

#t-store__prod-popup .t-store__tabs,
.t-store__prod .t-store__tabs{
  margin-top: var(--acc-gap) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

#t-store__prod-popup .t-store__tabs .t-container,
.t-store__prod .t-store__tabs .t-container,
#t-store__prod-popup .t-store__tabs .t-container_100,
.t-store__prod .t-store__tabs .t-container_100{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.t-store__tabs,
.t-store__tabs .t-store__tabs__header,
.t-store__tabs .t-store__tab,
.t-store__tabs .t-store__tab-title{
  text-align: left !important;
  justify-content: flex-start !important;
}

.t-store__tabs .t-store__tab-title,
.t-store__tabs .t-store__tab-title .t-name,
.t-store__tabs .t-store__tab-title-inner{
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.t-store__tabs .t-store__hr{
  margin-top: var(--acc-hr-gap) !important;
  margin-bottom: var(--acc-hr-gap) !important;
}

.js-store-prod-text > *:last-child,
.t-store__prod__text > *:last-child,
.t-store__prod-popup__description > *:last-child{
  margin-bottom: 6px !important;
}
