/*!**********************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./pods/product-page/product-page.styles.css ***!
  \**********************************************************************************************/
.product__img{
  height: 100%;
  max-width: inherit;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0) scale(1.8);
  z-index: -1;
}
/*!**************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!./global-css/styles.css ***!
  \**************************************************************************/
*, *::before, *::after{
  box-sizing: border-box;
}
body{
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
  color:rgba(0, 0, 0, 0.75);
}
#root{
  margin: 0 auto;
}
.f-rows{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
img{
  max-width: 100%;
  height: auto;
}

.global-scrollbar::-webkit-scrollbar {
    width: 8px;
}

.global-scrollbar::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: rgba(68, 196, 175, .3);
    border: 1px solid rgba(68, 196, 175, .1);
}

.global-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(68, 196, 175, 1);
}
