body {
  margin: 0;
  padding: 0;
  font-family: 'sofia_promedium';
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
  padding: 24px;
}

.ios-system .container {
  padding: 0 10px;
  background: #f7f5f6;
  /* background: url(../images/dove-bg.png) no-repeat center; */
  object-fit: cover;
  object-position: bottom;
  background-size: cover;
}
.window-system .container, .window-system{
  background: #f7f5f6;
  padding: 0;
}
.dove-logo {
  text-align: right;
  padding-top: 12px;
}

.dove-logo img {
  height: 42px;
}

.clsPriceSection h1 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 28px;
}

.clsPriceSection p {
  font-size: 17px;
  margin: 0;
}
.clsWhile{
  margin-top: 16px;
  font-size: 16px;
}
.clsProduct-img{
  text-align: center;
}
.clsProduct-img img {
  height: calc(100vh - 450px);
  object-fit: contain;
  object-position: center;
}
.clsPinktext{
  margin-top:30px;
  font-size: 16px;
  color: #D92D90;
  font-weight: normal;
}
.clsbtn{
  text-align: center;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clsbtn button{
  border: none;
  background: none;
}
.clsbtn button img {
  height: 50px;
}
.ios-button, .windows-button{
  display: none;
}
.ios-system .ios-button, .window-system .windows-button{
  display: block;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none; 
}