229.99

195.49

169.99

179.99

152.99

164.99

140.24

164.99

140.24

164.99

140.24

159.99

135.99

149.99

127.49

149.99

127.49

149.99

127.49

149.99

127.49

119.99

119.99

139.99

118.99

134.99

114.74

129.99

110.49

129.99

110.49

129.99

110.49

74.99

63.74

119.99

101.99

119.99

101.99

109.99

93.49

109.99

93.49

109.99

93.49

109.99

93.49

59.99

50.99

59.99

50.99

49.99

42.49

37.99

32.29

39.99

33.99

ANTYGRAVITYME
ANTYGRAVITYME
ANTYGRAVITYME
ANTYGRAVITYME
ANTYGRAVITYME
ANTYGRAVITYME
[script]// First we get the viewport height and we multiple it by 1% to get a value for a vh unitlet vh = window.innerHeight * 0.01;// Then we set the value in the --vh custom property to the root of the documentdocument.documentElement.style.setProperty('--vh', `${vh}px`);window.addEventListener('resize', () => { // We execute the same script as before let vh = window.innerHeight * 0.01; document.documentElement.style.setProperty('--vh', `${vh}px`);});[/script]