body {
  margin: 0;
  font-family: "Geist", sans-serif;
  background: #fcfcfc;
}
a { 
    font-family: "Geist Mono", serif;
}
h1, h2, h3, h5 {
    color: #d60000;
    font-weight: 100;
}
h1 {
    font-size: 10rem;
    margin-bottom: -0.8rem;
}
.singleArticle {
  margin: 2.1rem 0 0 0;
}
.singleArticle h1, .singleArticle h1:hover, a.singleArticle, a.singleArticle:hover {
  font-family: "Geist", sans-serif;
  text-decoration: none;
  color: #eee;
  margin: -3.35rem 0 -0.4rem 0;
  line-height: 1;
  
}
.singleTitle {
  font-size: 4rem;
  margin: -3.15rem 0 -0.4rem 0;
}
.listTitle {
  margin-top:-5rem;
}
.dot circle {
  fill: #ffe600; 
}
.layout {
  display: flex;
  min-height: 100vh;
}

.sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
  max-width: 250px;
  padding: 2rem 2rem 2rem 0;
  background: #fcfcfc;
  box-sizing: border-box;
  height: 100vh;
}
.menu {
  display: flex;

}
.menu ul li.sidebarIcons {
  justify-self: center;
}
.content {
  width: 75%;
  padding: 2rem;
  box-sizing: border-box;
}

.avatar img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: block;
  margin-bottom: 1rem;
}
.ident {
  display: block;
  aspect-ratio: 1/1;
  background-color: #d60000;
  margin-bottom: 1rem;
  align-content: center;
  text-align: center;
}
.ident img {
  width: 67%;
  height: auto;
  margin-top: 5%;
}
.name {
  margin: 0 0 2rem 0;
  color: #141414;
  border-bottom: 0.4rem #fcfcfc solid;
  font-weight: 600;
  font-size: 2rem;
  display: none;

}
.mobile-toggle {
  display: block;
}
#menu-toggle { 
    display: none;
}
.menu ul {
  list-style: none;
  padding: 0;
}

.menu li {
  margin-bottom: 1rem;
}
a, a:active, a:visited { 
    color:#1d1c1c;
}
a:hover {
    color: #d60000;
    text-decoration: underline;
}
.menu a {
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 0.25rem;
    transition: text-decoration-color 0.1s ease;
  font-weight: bold;
}
.menu a:hover {
    color: #1c1c1c;
    text-decoration-color: #d60000;
}
.footerText {
  color: lightgray;
  margin-top: auto;
}
/* Portraits Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 2rem;
  padding: 1.2rem 0 2rem 0;
}

.gallery-tile {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery-tile img {
  width: 159px;
  height: auto;
  border-radius: 0.0rem;
  object-fit: cover;
}
.gallery-tile svg { 
  width: 1rem;
  height: auto;
}
.icon-available {
  fill:#d60000;
  fill-opacity:1;
  animation-composition: add;
}
.gallery-tile:hover .icon-available {
  animation: spinStar 1.4s ease 1,
  scaleStar 1.4s ease-out forwards,
  colourStar 1.4s ease-in both;
}
/* product-card */
.product-card {
  display: flex;
  flex-direction: row;
  flex-wrap:nowrap;
}
.product-name {
  color: #d60000;
  font-style:normal;
  font-size: 2rem;
  font-weight: 200;
}
.prod-gallery {
  display: flex;
  flex-direction: column;
  min-width: 40%;
  max-width: 250px;
  max-height: 80vh;
  position: relative;
}
.product-image {
  height: auto;
  margin: 2rem 2rem 2rem 0;
  border: 0.0rem solid #141414;
}
.prod-info {
  display: flex;
  flex-direction: column;
  min-width: 50%;
}
.product-buy, a.product-buy:active, a.product-buy:visited, button.product-buy {
  display: inline-block;
  background-color: #d60000;
  font-family: "Geist Mono", serif;
  font-style: italic;
  font-size: 1rem;
  text-decoration: underline;
  color: #fcfcfc;
  text-align: center;
  border-radius: 7px;
  padding: 0.7rem;
  width: 8rem;
  border: none !important;
  cursor: pointer;
  appearance: none;
  line-height: inherit;
}
.product-sold, a.product-sold:active, a.product-sold:visited, button.product-sold {
  display: block;
  background-color: #141414;
  font-family: "Geist Mono", serif;
  font-style: italic;
  color: #fcfcfc;
  text-align: center;
  border-radius: 7px;
  border: none !important;
  padding: 0.7rem;
  max-width: 7rem;
  border: none;
  cursor: pointer;
  appearance: none;
  line-height: inherit;
}
a.product-buy:hover, button.product-buy:hover {
  text-decoration: dashed;
  color: #222;
}
a.product-buy:hover::after, button.product-buy:hover::after { 
  content: "You want it";
  color: #fcfcfc;
  display: inline-block;
}
.checkout:hover::after {
  content: "You'll love it" !important;
  font-size: 0.7rem;
}
a.product-sold:hover, button.product-sold:hover {
  text-decoration: dashed;
}
a.product-sold:hover::after, button.product-sold:hover::after { 
  content: ";( I know";
  font-weight: 600;
  font-style: normal;
  color: #fcfcfc;
  display: block;
}
.product-longdescription {
  font-size: 0.8rem;
  overflow-wrap:break-word;
}
.prod-main {
  position: relative;
  max-width: 100%;
  /*min-height: 250px;*/
  aspect-ratio: 3/4;
  margin: 2rem 2rem 2rem 0;
}
.prod-main img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
 
}
.prod-thumbs {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  background-color: #eee;
  margin-right: 2rem;
}
.prod-thumb-wrapper {
  position: relative;
  display: inline-block;
}
.prod-thumb-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.prod-thumb-wrapper:hover::after {
  opacity: 0.3;
}
.prod-thumb {
  cursor: pointer;
}
.full-wrap {
  position: relative;
  inset: 0;
  opacity: 1;
  display: none;
  transition: opacity 0.4s ease;
}
.full-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fcfcfc;
  z-index: -1;
}
.full-wrap:target { 
  opacity: 1;
  display: block;
  height: 100%;
  z-index: 0;
}
.full-image {
  max-width: 100%;
  height: auto;
  display: block;
  z-index: 2;
}
/* === Cart === */
.cart-container {
  margin: 1.2rem 0 0 0;
}
.cart-table th {
  font-family: "Geist Mono", serif;
}
.cart-table tbody tr td {
  padding: 0.5rem 0;
}
.cart-summary h2 {
  font-weight: 400;
}
.cart-remove {
  background: none; 
  border: none; 
  color: #d60000; 
  cursor: pointer; 
  text-decoration: underline;
}
.cart-remove:hover::after {
  content: ";(";
  margin-left: 8px;
  color: #141414;
  font-weight: 600;
  position: fixed;
  text-decoration: none;
}
.cart-remove:active::after {
  content: "Noooooooooo";
  margin-left: 8px;
  color: #141414;
  font-weight: 600;
  position: fixed;
  text-decoration: none;
}
.shipping-selector {
  margin-bottom: 0.5rem;
}
.shipping-selector select {
  display: inline-block;
  background-color: #141414;
  font-family: "Geist Mono", serif;
  font-style: italic;
  color: #fcfcfc;
  text-align: center;
  border-radius: 7px;
  border: none !important;
  padding: 0.9rem;
  border: none;
  cursor: pointer;
  appearance: none;
  line-height: inherit;
}
.show {
  display: block;
}
.hide {
  display: none !important;
}
@keyframes spinStar {
  from { 
    transform: rotate(0deg);
  }
  to {
    transform: rotate(270deg);
  }
}
@keyframes scaleStar { 
  0% {
    transform: scale(1); 
  }
  30% {
    transform: scale(1.3); 
  }
  100% {
    transform: scale(1); 
  }
}
@keyframes colourStar {
  0% {
    fill: #d60000;
  }
  30% {
    fill: #ffe600;
  }
  100% {
    fill: #d60000;
  }
}
a.gallery-tile {
  text-decoration: none;
}
.gallery-tile h2 {
  margin-top: 0.75rem;
  /*font-size: 1.2rem; */
  font-weight: 300;
  text-align: center;
}
.gallery-tile h2:hover {
  text-decoration: underline;
}
.gallery-tile h3 {
  color: #141414;
  font-weight: 400;
  margin-top: -1rem;
  text-decoration: none !important;
}
.gallery-tile:hover h3 {
  text-decoration: none !important;
}
@media (max-width: 600px) {
  .product-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

}
}
@media (max-width: 768px) {

  .layout {
    flex-direction: column;
  }

  .sidebar {
    max-width: 100%;
    flex-direction: row;
    height: 4.2rem;
    align-items:start;
    justify-content: space-between;
    gap: 2rem;
    padding: 0rem 0rem 0 0rem;
  }
  .ident {
    aspect-ratio: 5/1;
    text-align: left;
    background: none;
    min-width: 50%;
  }
  .ident img {
  width:76%;
  height: auto;
  max-height: 5rem;
  margin: 0px;
  }
  .name {
    display: none;
  }
  .avatar {
    display: none;
  }
  .dot {
    align-self: center;
    width: 1.5rem;
  }
  /* Show hamburger */
  .mobile-toggle {
    display: block;
    margin: 4px 0rem 0 0;
    align-self: center;
  }

  /* Hide checkbox */
  #menu-toggle {
    display: none;
  }

  /* Hamburger icon */
  .hamburger {
    display: inline-block;
    margin: 0rem 2rem 0 0;
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    width: 28px;
    height: 3px;
    background: #000;
    margin: 5px 0;
    transition: 0.3s ease;
  }

  /* Hide menu by default */
  .menu {
    display: none;
    flex-direction: column; /* stacked links */
    width: 33%;
    margin: 0rem 0 0 -0.5rem;
    padding: 0.5rem;
    background-color: #fcfcfc !important;
    z-index: 500 !important;
    position: absolute;
    right: 0px;
    border: #141414 solid 0.3rem;
  }

  /* Show menu when toggled */
  #menu-toggle:checked ~ .menu {
    display: flex;
  }

  .content {
    width: 100%;
    display: block;
    padding-top: 0;
  }
  .content article {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
  }
  .listTitle { 
    margin-top: 0rem;
    font-size: 2.3rem;
  }
  .singleArticle h1, .singleArticle h1:hover, a.singleArticle, a.singleArticle:hover  {
    font-size: 2.3rem;
    font-weight: 200;
    color: #ddd;
    margin: 0rem;
  }
  /* product-card */
.product-card {
  display: flex;
  flex-direction: row;
  width: 100%;

}
.prod-info h2, .prod-info p {
  margin: 0.3rem;
}
.product-name {
  color: #d60000;
  font-style:normal;
  font-size: 2rem;
  font-weight: 200;
}
.prod-gallery {
  display: flex;
  flex-direction: column;
  align-items:normal;
  min-width: 48%;
  width: 100%;
  max-height: 90vh;
  position: relative;
  padding-right:1rem;
  gap:1rem;
}
/*.product-image {
  height: auto;
  margin: 2rem 2rem 2rem 0;
  border: 0.0rem solid #141414;
}*/
.product-button {
  margin: 1rem 0;
}
.prod-info {
  display: flex;
  flex-direction: column;
  min-width: 48%;
}
.prod-main {
  /* xposition: relative; */
  display: flex;
  justify-content: start;
  min-height: 250px;
  margin: 0;
}
.prod-main img {
  /* xposition: absolute; */
  max-height: 100%;
  /* object-fit: contain; */
  /* object-position: top; */
  align-self:flex-start;
 
}
.prod-thumbs {
  width: 100%;
}
}