    @import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: 'Josefin Sans', sans-serif;
}

body{
   background-color: #f3f5f9;
}

.wrapper{
  display: flex;
  position: relative;
}

.wrapper .sidebar{
  width: 200px;
  height: 100%;
  background: #4b4276;
  padding: 30px 0px;
  position: fixed;
}

.wrapper .sidebar h2{
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.wrapper .sidebar ul li{
  padding: 15px;
  border-bottom: 1px solid #bdb8d7;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  border-top: 1px solid rgba(255,255,255,0.05);
}    

.wrapper .sidebar ul li a{
  color: #bdb8d7;
  display: block;
}

.wrapper .sidebar ul li a .fas{
  width: 25px;
}

.wrapper .sidebar ul li:hover{
  background-color: #594f8d;
}
    
.wrapper .sidebar ul li:hover a{
  color: #fff;
}
 
.wrapper .sidebar .social_media{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.wrapper .sidebar .social_media a{
  display: block;
  width: 40px;
  background: #594f8d;
  height: 40px;
  line-height: 45px;
  text-align: center;
  margin: 0 5px;
  color: #bdb8d7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.wrapper .main_content{
  width: 100%;
  margin-left: 200px;
}

.wrapper .main_content .header{
  padding: 20px;
  background: #fff;
  color: #717171;
  border-bottom: 1px solid #e0e4e8;
}

.wrapper .main_content .info{
  margin: 20px;
  color: #717171;
  line-height: 25px;
}

.wrapper .main_content .info div{
  margin-bottom: 20px;
}
.button[data-v-486487d3] {
    height: auto;
    border-radius: 40px;
    padding: 15px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    border: 0;
}
.opponent__button_orange[data-v-486487d3] {
    background: #ab45ff;
}
.opponent__button[data-v-486487d3] {
    margin-bottom: 30px;
    color: #fff;
}
.button[data-v-486487d3] {
    height: auto;
    border-radius: 40px;
    padding: 15px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    border: 0;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
user agent stylesheet
button {
    appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}
.opponent[data-v-486487d3] {
    max-height: 300px;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #f7f7ff;
    border-radius: 20px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}
.opponent[data-v-486487d3] {
    max-height: 300px;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #f7f7ff;
    border-radius: 20px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}
body {
    font-family: Rubik,sans-serif;
    font-weight: 400;
    color: #333;
}
body {
    font-family: Rubik,sans-serif;
    font-weight: 400;
    color: #333;
}
Style Attribute {
    --user-main-color: hsl(212, 100%, 56%);
    --user-help-color: hsl(212, 100%, 48%);
}
:root {
    --user-main-color: $hsl-color-blue-56;
    --user-help-color: $hsl-color-blue-48;
}
:root {
    --user-main-color: $hsl-color-blue-56;
    --user-help-color: $hsl-color-blue-48;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
.product-item{

  display: inline-table;

  width: 33%;
  
  max-width:100%;
  height:auto;
  padding: 0 1em;
}
img {
  border-radius: 5%;
}
@media only screen and (max-width: 500px){
	img{
		width: 120px;
		height: auto;
		object-fit: fill;
		position: relative;
		left: -70px;
		text-align: left;
	}
	.wrapper .sidebar{
		width: 143px;
		height: 100%;
	}
	.wrapper .main_content .header{
		padding: 20px;
		width: 120px;
		height: 60px;
		border-bottom: 2px solid #e0e4e8;
		position: relative;
		left: -75px;
	}
	figcaption{
		position: static;
		margin-left: -60px;
	}
	p {
		position: relative;
		left: -60px;
		text-align: center;
		text-justify: inter-word;
	}
	.about{
		font-size: 15px;
		margin: -50px;
		margin-left: -65px;
		width: 110px;
    text-align: center;
	}
  .copyright{
    word-break:break-all;
  }
	
}