* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

nav {
  min-height: 60px;
  background-color: #131921;
  color: aliceblue;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
  padding: 6px 0;
}

nav .a,
nav .b {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  margin: 0;
}

nav .a {
  margin-bottom: 2px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo:hover {
  border: 2px solid white;
  border-radius: 4px;
}

div {
  font-size: large;
  font-weight: bold;
}


.shov {
  width: 55%;
  display: inline-flex;
  align-items: center;
}

.searchform {
  display: flex;
  align-items: center;
  width: 100%;
}

.searchbox {
  height: 40px;
  width: 100%;
  background-color: aliceblue;
  margin-left: 50px;
  color: black;
  border: none;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  font-size: 16px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px;
}

.searchbox::placeholder {
  color: rgb(107, 102, 102);
}

.searchbox:focus {
  outline: 3px solid #e77600;
  outline-offset: -3px;
}

.yellow {
  height: 40px;
  width: 45px;
  background-color: #febd69;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  color: #131921;
}

.yellow:hover {
  background-color: #f3a847;
}

.magnifying-glass {
  width: 20px;
  height: 20px;
}

.hov:hover {
  border: 1px solid white;
  border-radius: 4px;
}

ul {
  background-color: #232f3e;
  height: 30px;
}

ul li {
  display: inline;
}

ul li a {
  text-decoration: none;
  color: aliceblue;
  margin: 20px;
  font-size: 18px;
  font-weight: 100;
}

.a {
  margin: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}

.b {
  margin-left: 20px;
}

.main {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: beige;
}

b {
  font-size: 40px;
}

c {
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
}

e {
  font-size: 15px;
  font-family: cursive;
}

.gridcontainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, minmax(375px, auto)) 200px 200px;
  gap: 10px;
  padding: 10px;
  background-color: beige;
}

.gridi {
  background-color: whitesmoke;
}

.gridilong {
  grid-column: span 4;
  background-color: whitesmoke;
}

.i {
  margin: 10px;
  height: 140px;
  width: 160px;
  margin-bottom: 0;
}

f {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 23px;
  margin: 10px;
  display: block;
}

a {
  color: #007185;
  text-decoration: none;
}

a:hover {
  color: #c45500;
  text-decoration: underline;
}

ul li a:hover {
  padding: 5px;
  border: 1px solid white;
  border-radius: 4px;
  color: aliceblue;
  text-decoration: none;
}

.h {
  font-size: 10px;
  display: flex;
}

.j {
  margin: 10px;
  height: 160px;
  width: 222px;
}

.gridcontainer2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 50px 350px 100px;
}

.gridi2 {
  background-color: #232f3e;
  height: 350px;
  padding: 40px;
  display: flex;
  justify-content: center;
  color: aliceblue;
}

.gridilong2 {
  grid-column: span 4;
  background-color: #37475a;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.gridilong2:hover {
  background-color: #485769;
}

.gridilong2 a {
  color: aliceblue;
}

.gridilong3 {
  grid-column: span 4;
  background-color: #131921;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.ul2 li a {
  margin: 10px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #cccccc;
}

.ul2 li a:hover {
  padding: 0;
  border: none;
  color: aliceblue;
  text-decoration: underline;
}

f1 {
  font-size: 16px;
  margin-left: 10px;
  display: block;
}

pre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: aliceblue;
  white-space: pre-wrap;
  text-align: center;
}

pre a {
  color: aliceblue;
  text-decoration: underline;
}

pre a:hover {
  color: #febd69;
}

.add-cart-btn {
  display: inline-block;
  margin: 0 10px 10px;
  padding: 8px 14px;
  background-color: #ffd814;
  border: 1px solid #fcd200;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  color: #0f1111;
}

.add-cart-btn:hover {
  background-color: #f7ca00;
}

.add-cart-btn:disabled {
  background-color: #c7f0c2;
  border-color: #a3d9a0;
  cursor: default;
}

#cart-count {
  background-color: #f08804;
  color: white;
  border-radius: 50%;
  padding: 1px 7px;
  font-size: 12px;
  margin-left: 4px;
}