.bottleWrap .cap {
  position: relative;
  z-index: 2;
  top: auto;
  left: auto;
  width: 54px;
  height: 42px;
  margin: 22px auto -2px;
  border-radius: 7px 7px 2px 2px;
}

.bottleWrap .bottle {
  width: 130px;
  height: 330px;
  margin: 0 auto 10px;
  overflow: hidden;
  border-radius: 46px 46px 34px 34px;
}

.bottleWrap .liquid {
  width: 100%;
  max-height: 100%;
  border-radius: 0;
}

.bottleWrap .ticks {
  inset: 12px 12px 12px 58px;
  color: #111;
  border-right: 0;
  z-index: 2;
}

.bottleWrap .ticks i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #111;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .8);
}

@media (max-width: 360px) {
  .bottleWrap .bottle { width: 112px; }
  .bottleWrap .ticks { left: 48px; }
}
