.section {
  max-width: 84vw;
  margin:auto;
  font-size: 1.4rem;
}
.section.product {
  background-color: #000;
  margin: 0 auto 3rem auto;
  border: rgba(255,255,255,1  ) 2px solid;
}
.section.product ul {
  font-size: 13pt;
  margin-left: 1vw;
  font-weight: 500;
}
.section.product li {
  margin-bottom: 12px;
}
.section.product .price {
  margin-bottom: 17px;
  margin-top: 8px;
}
.section.blurb {
  padding-top: 10px;
  max-width: 75vw;
}
.section.blurb p {
  font-weight: 300;
  font-size: 1.3rem;  
}


body {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  font-size: 15pt;
  font-weight: 700;
  background-color: black;
  color:white;
}
h1.title {
color:white;
font-family: 'Barlow Condensed', BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
font-size: 24pt;
text-transform: uppercase;
}
.header, button, input, textarea {
  font-family: 'Barlow Condensed', BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 24pt;
}
.section.product .columns .column {
  flex: 0 0 auto;
}
.section.product .columns .column.one {
  width: 28%;
}
.section.product .columns .column.two {
  width: 38%;
}
.section.product .columns .column.three {
  width: 34%;
}


.section.header {
  color:white;
  text-transform: uppercase;
  max-width: 100vw;
  padding-top:3.5vh;
  white-space: nowrap;
}

.button.is-shiny {
  background-image: linear-gradient(to right, #ff9900, #ff4500);
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.button.is-shiny:hover {
  background-image: linear-gradient(to right, #ff4500, #ff9900);
}

.section.slip {
  margin-top: 10vh;
  min-height: 50vh;
  max-width:100vw !important;
  background-color: #a75ea3 !important;
  color: black;
  font-size: 2rem;
  font-weight: 900;
  white-space: nowrap;
}
.section.slip .columns {
  margin:auto;
  width: 100%;
  max-width: 50vw;
}

.buybutton {
  appearance: none;
  background-color: #a75ea3;
  border: 1px solid rgba(27, 31, 35, .6);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  display: inline-block;
  font-family: 'Barlow Condensed', BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 100%;
}

.buybutton:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.buybutton:hover {
  background-color: #a14b98; /* Slight modification for hover color */
  color: white;
  border-color: rgba(255,255,255,.2);
}

.buybutton:focus {
  box-shadow: rgba(167, 94, 163, .4) 0 0 0 3px; /* Modified focus shadow color */
  outline: none;
}

.buybutton:disabled {
  background-color: #d3a2cd; /* Modified disabled color */
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}

.buybutton:active {
  background-color: #8e4695; /* Modified active color */
  box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}




@media screen and (max-width: 940px) {
  .section.header .column {
  text-align: center !important;
}
.section.header .column, .section.slip .column {
  text-align: center !important;
}
.section.slip .columns {
  max-width:none !important;
}
}


@media screen and (max-width: 1100px) {

.product .columns {
  flex-direction: column;
}
.section.product .columns .column {
  width:100% !important;
}
}

@media screen and (max-width: 768px) {

  .section, .section.slip .columns. .section.blurb {
    max-width: 100vw !important;
  }
  .section.header .column, .section.slip .column {
    text-align: center !important;
  }

  .section.blurb {
    max-width: 95vw;
  }
  .section.product {
    max-width: 95vw;
  }

}