.js-store-prod-name {
  word-break: break-all;
}

.js-product-controls-wrapper{
    display:none;
}

#t-header{
    display: flex;
    position: relative;
    z-index: 5000;
    width: 100%; /* Заменили 100vw на 100% */
    height: 140px;
}

#rec799294610{
    padding-bottom: 0px;
    display: flex;
    position: fixed;
    width: 100%; /* Заменили 100vw на 100% */
    z-index: 5000;
    left: 0;
    right: 0;
}

#rec825327005{
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    position: fixed;
    z-index: 5000;
    width: 100%; /* Заменили 100vw на 100% */
    margin-top: 70px;
    left: 0;
    right: 0;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}
