
.looseleafform input[type=text], .looseleafform input[type=email], .looseleafform input[type=date], .looseleafform input[type=number], .looseleafform textarea, .looseleafform select{
  padding:10px;
  margin:10px 0;
  border: 1px solid #000;
  border-radius: 10px;
  width: 300px;
  font-family:inherit;
  font-size: inherit;
  line-height: 1;
  color: black;
  -webkit-appearance: none;
  font-weight: 400;
}

.sold_out{
  opacity: 0.4;
  transition: opacity 0.2s;
}
.sold_out:hover{
  opacity: 1;
}

.looseleafform input[type=date]{
  padding:13px;
}

.looseleafform select{
    padding:15px;
}

.looseleafform input[type="radio"] {
    height: 1em;
    width: 1em;
    margin-right: 0.5rem;
}

.custom-radio {
    /* hiding browser el */
    appearance: none;
    /* Safari support */
    -webkit-appearance: none;
    border: 0.2rem solid #fff;
    background-color: white;
    border-radius: 50%;
    opacity: 0.5;
}

/* keyboard navigation focus appearance */
.custom-radio:focus-visible {
    outline-offset: 0;
}

.custom-radio {
    box-shadow: 0 0 0 1px #7B7164;
}

.custom-radio:hover {
    border-width: 0;
    background-color: #7B7164;
}

.custom-radio:checked {
    box-shadow: 0 0 0 1px #7B7164;
    background-color: #7B7164;
    border-width: 0.2rem;
    opacity: 1;
}

.looseleafform fieldset{
  border: none;
  margin: 0;
  padding: 0;
}

ul{
  margin: 0;
}

p{
  margin-top: 0;
}

.snipcart-items-count{
  color: #7B7164;
}

.snipcart-textarea{
  resize: vertical;
  height: 120px;
}

.snipcart-form__label, .snipcart-label span, .snipcart-form__field span{
  white-space: unset;
  line-height: normal;
}

.looseleafform textarea{
  resize:vertical;
  height: 300px;
  width: 100%;
}

.looseleafform input[type=submit], .looseleafform button {
    /* remove default behavior */
  appearance:none;
  -webkit-appearance:none;

  /* usual styles */
  font-family:inherit;
  font-size: inherit;
  margin:10px 0;
  padding:10px;
  border:none;
  color: black;
  background-color:#7B7164;
  border-radius:10px;
  width:200px;
  transition: background-color 0.25s;
  -webkit-appearance: none;
  font-weight: 400;
}

.looseleafform input[type=submit]:hover, .looseleafform button:hover{
  background-color: springgreen;
  cursor: pointer;
}

*:focus {
    outline: none;
}

* {box-sizing:border-box;}

body{
  margin: 0;
  font-family: Darker Grotesque;
  font-size: 22px;
  line-height: 26px;
  
}


p, li{
  margin-bottom: 1em;
}

::selection {
  background: springgreen; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: springgreen; /* Gecko Browsers */
}


a, a:visited{
  color: black;
  text-decoration: unset;
  transition: color 0.2s;
}
a:hover{
  color: #7B7164;
  cursor: pointer;
}
p a, p a:visited{
  color: #7B7164;
  transition: color 0.2s;
}
p a:hover{
  color: black;
}

a.active{
  color: #7B7164;
  transition: color 0.2s;
}
a.active:hover{
  color: black;
}

.page_container{
  margin: 90px 20px 20px 20px;
}
.about, .inquiry{
  display: flex;
  flex-direction: row;
}
.biography, .inquiry_photos_container{
  width: 500px;
  padding-right: 1em;
}
.cv, .inquiry_form{
  width: 500px;
  padding-right: 1em;
}
.container{
    user-select: none;
  display: flex;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}
.name{
  position: absolute;
  top: calc(50% - 300px);
  left: calc(50% - 300px);
  z-index: 1;
}
.flower{
  position: absolute;
  top: calc(50% - 150px);
  left: calc(50% - 150px);
  z-index: -1;
}

.navigation{
  position: fixed;
  padding: 20px;
  top: 0;
  user-select: none;
  z-index: 99;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.snipcart-modal__container { z-index: 999 }

.nav_flower{
  position: relative;
  top: 2px;
  left: 3px;
}

.honeypot {
    position: absolute;
    left: -9999px;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  width: 600px;
}
form label {
  display: block;
}
.radiobuttons label {
  display: inline-block;
}
form p {
  margin: 0;
}

.full-width {
  grid-column: 1 / 3;
}

.rotate {
  animation: rotation 15s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.comma-list {
  display: inline;
  list-style: none;
  padding: 0px;
}
.comma-list li {
  display: inline-block;
  margin-bottom: 0;
}
.comma-list li a::before {
  content: "⬤ ";
  font-size: 0.5em;
  position: relative;
  bottom: 0.2em;
  transition: color 0.2s;
}

.comma-list li a:hover::before {
  color: #7B7164;
}

.comma-list li a.active::before {
  color: #7B7164;
  transition: color 0.2s;
}

.comma-list li a.active:hover::before {
  color: black;
}

.cv ul{
  list-style: none;
  padding: 0px;
}

.artworks{
  list-style: none;
  padding: 0px;
  width: 1000px;
}

.artworks li figure{
  margin: 0;
}

.artworks li figure img{
  width: 100%;
  border-radius: 10px;
}

.about_photos{
  list-style: none;
  padding: 0px;
  width: 100%;
}

.about_photos li figure{
  margin: 0;
}

.about_photos li figure img{
  width: 100%;
  border-radius: 10px;
}

.product_thumbnail{
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  background-size: cover;
  border-radius: 10px;
  background-position: center;
}

.product_container{
  max-width: 1000px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 1em;
  row-gap: 1em;
}

.products{
  list-style: none;
  padding: 0px;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1em;
  row-gap: 1em;
}

.products li figure{
  margin: 0;
}

.products li figure img{
  width: 100%;
  border-radius: 10px;
}

@media only screen and (max-width: 1160px) {
  .inquiry_form form{
    display: block;
    width: 320px;
  }

@media only screen and (max-width: 1040px) {
  .artworks{
    width: 100%;
  }

}

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

body{
  font-size: 17px;
  line-height: 19px;
  
}

.about{
  flex-direction: column;
}

.inquiry{
  flex-direction: column-reverse;
}

.inquiry_photos_container{
  width: 320px;
}

.cv, .biography, .inquiry_form{
  margin-right: 0;
  width: 100%;
}

.products{
  grid-template-columns: 1fr;
}



.product_container{
  grid-template-columns: minmax(0, 1fr);
}

.artworks{
  width: 100%;
}

.name{
  width: calc(100% - 2em);
  left: 1em;
}
.flower{
  width: 60%;
  left: 20%;
}

form {
  display: block;
  width: 100%;
}

}


