@media (max-width: 768px) {
  nav ol {
    display: none;
  }
  .heading {
    font-size: 30dvw;
  }
  .descc{
    display: none;
  }
  #size {
    top: 10%;
  }
.number {
	font-family: "Poppins", serif;
	line-height: 1;
	font-size: 18px;
	font-weight: 900;
	-webkit-text-stroke: 0.5px #fff;
	color: #ff2828;
}
.desc {
	font-family: "Poppins", serif;
	font-size: 16px;
	line-height: 1;
	text-transform: capitalize;
	font-weight: 400;
}
.title {
	font-family: "Poppins", serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	text-transform: capitalize;
}
.btn {
	padding: 5px 20px;
	font-size: 18px;
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #1e1e1e;
	border: 1px solid #1e1e1e;
	border-radius: 20px;
	text-transform: capitalize;
	cursor: pointer;
	background-color: transparent;
	transition: background-color 0.2s ease-in-out;
} 
.text{
	position: absolute;
	left: 5dvw;
	bottom: 5dvw;
	width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.btn:hover {
	background-color: #fff;
}
#price {
  display: none;
}
#cart {
  display: none;
}
.btn i {
	font-weight: 600;
}
}