/********************
  CHECKOUT: maggie did dis lol
********************/

:root {
    --gs-pink: #c44264;
    --gs-blue: #34396f;
    --gs-cream: #F5E7DE;
}

.layout {
  max-width: 100%;
  max-width:1920px;
  display: flex;
flex-direction:row;
  gap: 8px;
  padding:1em;
  overflow:hidden;
  justify-content:center;
  margin:auto;
  
}

.sidebar {
}
.sidebar.blurb {
  margin:revert;
  width: 250px;
}
.body { 
 width:100%;
}

.categories {
  background:var(--gs-pink);
  color:var(--gs-cream);
  font-size:2em;
  padding:.5em;
  width: 100%;
  text-transform: uppercase;
  font-family:"freckle face", sans-serif;
}

.content ul.dropdown {

  font-size:1em;
  list-style:none;
  padding: 1em;
}

.content ul.dropdown li {
  width: fit-content;
  list-style:none;
  line-height:2em;
background: silver;
  border: none;
  border-radius: 0;
  box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #fff,inset -2px -2px grey,inset 2px 2px #dfdfdf;
  box-sizing: border-box;
  padding: 0 12px;
  text-shadow: 0 0 #222;
  margin-bottom: 15px;
  color:black !important;
}

.content ul.dropdown li a {
    color:black !important;
}

.content ul.dropdown li:active, .content ul.dropdown li:hover {
  box-shadow: inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey;
  outline: 0px solid white;
}

.content ul.dropdown li:active {
  box-shadow: inset -1px -1px #fff,inset 1px 1px #0a0a0a,inset -2px -2px #dfdfdf,inset 2px 2px grey;
  outline: 1px dotted #000;
  outline-offset: -4px;
}

.content ul.dropdown li .right {
font-weight:bolder;
padding-left: 10px;
  color: var(--gs-pink);
}

.blurb {
  background: silver;
  max-width:80ch;
  margin:auto;
  margin-bottom:2em;
  box-shadow: inset -1px -1px #0a0a0a,inset 1px 1px #dfdfdf,inset -2px -2px grey,inset 2px 2px #fff;
    filter: drop-shadow(2px 2px 2px black);
    padding: 2px;
    height: fit-content;
    width: 95%;
}


.blurb .yapping {
  padding:1em;
    color: black;
}

.yapping a {
  color: var(--gs-blue);
  text-decoration: underline dashed;
}

.yapping a:hover {
  color: var(--gs-pink);
  text-decoration: underline wavy;
}

.title-bar {
  font-family:"freckle face", sans-serif;
  color: var(--gs-cream);
  margin: 0px;
  padding: 0px;
  align-items: center;
  background: var(--gs-blue);
  display: flex;
  justify-content: space-between;
  padding: 1px;
  margin-bottom: 5px;
  margin-right: 2px;
  border: 2px solid var(--gs-blue);
  font-size:1.25em;
  padding-left:5px;
}

body #content #cart #apps #notes {
  background-color: #ffffff75 !important;
  box-shadow: 2px 2px 5px black !important;
}

body #content #cart #apps #launcher .wrapper > div {
  display: inline-block;
  width: auto !important;
  max-width: 100% !important;
}

.gc-icon-prev::before, .gc-icon-next::before {
  background: black;}
  
.content li {
  list-style: disc;
}

figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

/********************
.slick-list {
}

.slick-slide img {
  width: 100%;
  max-height: fit-content;
object-fit: contain;
  max-width: 50vw;
  max-height: 55vh;
}
********************/

input {
  color: black;
  color: var(--gs-blue);
  font-family: atkinson hyperlegible next, sans-serif;
}

.pagination {
  margin: auto;
}

.pagination .page a, .pagination .current {
  padding: 10px;

  aspect-ratio: 1/1;
  font-weight: bold;
  border-radius: 12px;
  height: 50px;
  color: var(--gs-pink);
  opacity:80%;
}

.pagination .page a:hover {
  background: var(--gs-blue);
}

.pagination .current {
  font-weight: bold;
  background: var(--gs-pink);
  border:none;
  color: white;
}

@media screen and (min-width: 40em) {
  .medium-8 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media screen and (max-width: 800px) {
.layout {
flex-direction:column;
}
.sidebar.blurb {
  margin:revert;
  width: 100%;
  margin-bottom:2em;
}
.body { 
  max-width:100%;
}

.content ul.dropdown {
  font-size: 1em;
  list-style: none;
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.content ul.dropdown li{
max-width: fit-content;
margin-bottom: 5px;
}
}

@media screen and (max-width: 600px) {
.small-up-1 > .column, .small-up-1 > .columns {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 50%;
  max-width: 50%;
}
}