/*
 * Enter any custom CSS here.
 * This file will not be overwritten by theme updates.
*/


.product-description-box {
  background: #000;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 0 20px rgba(0,0,0,0.45);
}


#page-toggle-btn {
  margin-top: 2rem;
}