
.btn-p{
    background-color: blue;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    border-radius: 5px;
    border: none;

    margin-top: 8px;
    margin-left: 8px;
    margin-left: 8px;
    margin-right: 8px;

    padding: 5px 5px 5px 5px;
    text-decoration: none;
    text-transform: uppercase;

}

.btn-p:hover{
    background-color: rgb(229, 255, 0);
    color: #131212;
    font-weight: bold;
    font-size: 1.8rem;
    border-radius: 8px;
    border: none;

}

.btn-u{
    margin-left: 8px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 8px 8px 8px 8px;
    background-color: rgb(89, 98, 228);
    border-radius: 8px;
    border: none;
    color: #fff;
}

.btn-u:hover{
    margin-left: 8px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 8px 8px 8px 8px;
    background-color: rgb(1, 10, 37);
    border-radius: 8px;
    border: none;
    color: #fff;
}

.cartbtn{
    
    text-align: right;
    padding-right: 20px;
    margin-right: 80px;
    background-color: rgb(229, 240, 77);

    display: table-cell;
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
    margin-left: 100px;
}
#showcount{
   padding: 5px 5px 5px 5px;
    background-color: coral;
    border-radius: 8px;
}

/*
<button class="button-29" role="button">Button 29</button>
*/
/* CSS */
.button-29 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.button-29:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}

/*
<button class="button-33" role="button">Button 33</button>
*/
/* CSS */
.button-33 {
  background-color: #c2fbd7;
  border-radius: 100px;
  box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
  color: green;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-33:hover {
  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}


/*
<button class="button-34" role="button">Button 34</button>
(/
/* CSS */
.button-34 {
  background: #5E5DF0;
  border-radius: 999px;
  box-shadow: #5E5DF0 0 10px 20px -10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
}



.btn-ps{
    background-color: blue;
    color: #fff;

    font-size: 0.9rem;
    border-radius: 5px;
    border: none;

    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;

    padding: 5px 5px 5px 5px;
    text-decoration: none;
    text-transform: uppercase;

}

.btn-ps:hover{
    background-color: rgb(229, 255, 0);
    color: #131212;
    font-weight: bold;
    font-size: 0.9rem;
    border-radius: 8px;
    border: none;

}

.btn-read{
  background-color: #b30a0a;
  padding: 8px;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;

}