@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
	--primary: cornflowerblue;
}

a {
	color: #2053a1;
}

* {
	padding: 0;
	font-family: "Rubik", sans-serif;
}

body {
	padding-bottom: 70px;
}

button {
	cursor: pointer;
}

h1 {
	margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

h2 {
	margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

img {
	max-width: 100%;
}

li {
	margin-left: 2em;
}

.column {
	display: flex;
	flex-direction: column;
}

.row {
	display: flex;
	flex-direction: row;
}

body {
	margin: 0;
}

.product-row {
	text-decoration: none;
	color: black;
}

.product-row:not(:last-of-type) {
	border-bottom: 1px solid black;
}

li:not(:last-child) {
    margin-bottom: 3px;
}


button svg {
	display: block;
}

.dot {
	position: absolute;
	right: -5px;
	top: -3px;
	background-color: var(--primary);
	width: 20px;
	height: 19px;
	padding-top: 1px;
	text-align: center;
	font-size: 14px;
	border-radius: 10px;
}
#select {
	background-color: lightgray;
	border-radius: 10px;
	height: 25px;
	width: 50px;
	top: 0;
	position: absolute;
	z-index: -1;
}
.nav-button {
	background: none;
	border: none;
	align-items: center;
	gap: 2px;
	position: relative;
	justify-content: center;
	font-size: 16px;
}