/* ----- root ----- */
:root {
  --color-black: #000;
  --color-white: #FFF;
  --color-blue: #011342;
  --color-green: #007a1f;
  --color-gray: #d2d2d2;
  --color-gray-dark: #565656;
  --color-gray-light: #9d9d9d;
  --color-button: #ffb615;
  --color-border: #d6d6d6;
  --font-primary: 'fieldwork', sans-serif;
  --font-secondary: 'fieldwork', sans-serif;
}

/* ----- Html clearfix ----- */
html {
  box-sizing: border-box;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  font-size: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  font-size: 100%;
}

/* box sizing  */
*,
*::before,
*::after {
    box-sizing: inherit;
    outline: none;
}

/* ----- Body clearfix ----- */
body {
	font-family: var(--font-primary);
  letter-spacing: -.02em;
  font-feature-settings: "liga" 1,"kern" 1;
  font-kerning: normal;
  padding: 0;
  margin: 0;
}

/* ----- Image clearfix ----- */
img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* ----- Heading clearfix ----- */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
  font-feature-settings: "liga" 1,"kern" 1;
  font-kerning: normal;
  font-weight: 600;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 7px;
}

/* ----- Paragraphy ----- */
p {
  font-family: var(--font-secondary);
  margin-top: 0;
  margin-bottom: 15px;
}

/* ----- Site Wrapper ----- */
.site-wrapper {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.gif-1, .gif-2, .gif-3, .gif-4, .gif-5, .gif-6 {
  position: relative;
}
.gif-1 img {
  width: 100%;
}
.gif-2 .gif {
  position: absolute;
  bottom: 18%;
  right: 4%;
  width: 43%;
  mix-blend-mode: darken;
}
.gif-3 .gif {
  position: absolute;
  bottom: 1%;
  border: 2px solid #11e6ca;
  right: 10%;
  width: 80%;
  border-radius: 30px;
}
.gif-4 .gif {
  position: absolute;
  bottom: 1%;
  border: 2px solid #11e6ca;
  right: 10%;
  width: 80%;
  border-radius: 30px;
  border-bottom-right-radius: 0!important;
}
.gif-5 .gif {
  position: absolute;
  width: 44.5%;
  left: 4.4%;
  bottom: 26%;
}
.gif-6 .gif {
  position: absolute;
  width: 50%;
  top: 28%;
  left: 0;
  mix-blend-mode: difference;
}

.form-item {
  width: 100%;
  margin-bottom: 8px;
}
.form-item input, .form-item button {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-primary);
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  height: 44px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 6px;
  border: 0;
}
.form-item input {
  padding-bottom: 2px;
}
.form-item button {
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background-color: #15e6cd;
  cursor: pointer;
  transition: all .3s ease;
}
.form-item button:hover {
  transform: scale(1.05);
  background-color: #11d3bc;
}

.section-newsletter {
  text-align: center;
  background-color: #353535;
  color: #fff;
  padding-top: 6%;
  padding-bottom: 6%;
}
.section-newsletter h2, .section-newsletter h3 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 7%;
}
.section-newsletter h3 {
  font-weight: 600;
  margin-bottom: 0;
}
.section-newsletter form {
  margin-bottom: 7%;
}
.section-newsletter form input {
  text-align: center;
}
.section-content {
  padding-left: 25px;
  padding-right: 25px;
}

.section-cart {
  padding-top: 6%;
  padding-bottom: 6%;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 55%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 55%, rgba(0,0,0,1) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,1) 55%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
.section-cart h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 7%;
}

.product-item {
  position: relative;
  margin-bottom: 8px;
}
.product-item input {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.product-item label {
  position: relative;
  display: block;
  width: 100%;
  border: 2px solid #15e6cd;
  background-color: #000;
  color: #15e6cd;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
}
.product-item input:checked + label {
  color: #000;
  background-color: #15e6cd;
}
.product-item .product-header {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03rem;
  padding: 12px 14px 14px;
}
.product-item .product-content {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(179,179,179,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(179,179,179,1) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(179,179,179,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#b3b3b3",GradientType=1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #000;
  padding: 10px 15px;
}
.product-item .product-content .column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-item .product-content .column.top {
  margin-bottom: 10px;
}
.product-item .product-content .column.bottom {
  justify-content: space-between;
}
.product-item .product-content .column.bottom p {
  margin-bottom: 0;
}
.product-item .product-content .column.bottom .product-label {
  font-weight: 700;
}
.product-item .product-content .column.bottom .product-label span {
  display: inline-flex;
  padding: 8px 16px 10px;
  border: 2px solid;
  border-radius: 10px;
}
.product-item .product-content .column.bottom .product-label span.select {
  color: red;
}
.product-item .product-content .column.bottom .product-label span.selected {
  display: none;
  color: #fff;
  background-color: green;
  border-color: green;
}
.product-item input:checked + label .product-content .column.bottom .product-label span.select {
  display: none;
}
.product-item input:checked + label .product-content .column.bottom .product-label span.selected {
  display: inline-flex;
}
.product-item .product-content .product-thumbnail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 50%;
  margin-right: 5px;
}
.product-item .product-content .product-thumbnail img {
  max-height: 108px;
}
.product-item .product-content .product-thumbnail.small-width {
  flex: 0 0 auto;
  width: 35%;
}
.product-item .product-content .product-detail {
  flex: 1 0 0%;
  width: auto;
}
.product-item .product-content .product-detail.center {
  text-align: center;
}
.product-item .product-content .product-detail ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.product-item .product-content .product-detail ul li {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-item .product-content .product-detail ul li + li {
  margin-top: 5px;
}
.product-item .product-content .product-detail .price {
  display: inline-flex;
  align-items: center;
  font-size: 33px;
  font-weight: 700;
}
.product-item .product-content .product-detail .price.col {
  flex-direction: column;
}
.product-item .product-content .product-detail .price.col .regular-price {
  margin-right: 0;
}
.product-item .product-content .product-detail .price .sale-price {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: red;
  z-index: 1;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.7);
}
.product-item .product-content .product-detail .price .sale-price:before {
  content: attr(data-price);
  position: absolute;
  color: #b8b8b8;
  z-index: -1;
  top: -4px;
  left: -2px;
  text-shadow: none;
}
.product-item .product-content .product-detail .price .regular-price {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 70%;
  line-height: 1;
  padding-top: 3px;
  margin-right: 10px;
}
.product-item .product-content .product-detail .price .regular-price:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: red;
  margin-top: 3px;
}

.form-content {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(199,199,199,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(199,199,199,1) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(199,199,199,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#c7c7c7",GradientType=1);
  padding-top: 15%;
  margin-top: -10%;
}
.form-content h3 {
  display: block;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 7%;
}
.form-content .form-item {
  margin-bottom: 17px;
}
.form-content input {
  height: 48px;
  border: 2px solid #000;
}
.form-content input:focus, .form-content input:active {
  box-shadow: 0 0 0 3px #c7c7c7;
  outline: #09b9a4;
  outline-offset: 2px;
  outline-style: solid;
}
.form-content button {
  height: 48px;
  font-size: 20px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
  background: rgb(4,162,143);
  background: -moz-linear-gradient(0deg, rgba(4,162,143,1) 0%, rgba(21,230,205,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(4,162,143,1) 0%, rgba(21,230,205,1) 100%);
  background: linear-gradient(0deg, rgba(4,162,143,1) 0%, rgba(21,230,205,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#04a28f",endColorstr="#15e6cd",GradientType=1);
}
.form-item-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}
.form-description {
  display: block;
  font-size: 11px;
  margin-bottom: 17px;
}
.entry-media.centered {
  text-align: center;
}
.entry-media.centered img {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 567px) {
  .form-item-label {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .form-description {
    font-size: 18px;
  }
  .form-content h3 {
    font-size: 48px;
  }
  .product-item .product-content .product-thumbnail.small-width {
    width: 40%;
  }
  .product-item .product-content .product-detail ul li {
    font-size: 28px;
  }
  .product-item .product-content .product-detail .price {
    font-size: 82px;
  }
  .product-item .product-content .product-detail .price .regular-price {
    font-size: 60%;
    margin-right: 20px;
  }
  .product-item .product-content .product-detail .price .regular-price:before {
    height: 6px;
    margin-top: 5px;
  }
  .product-item .product-content .product-thumbnail {
    flex: 1 0 0%;
    width: auto;
  }
  .product-item .product-content .product-thumbnail img {
    max-height: none;
  }
  .product-item .product-content .column.top {
    margin-bottom: 20px;
  }
  .product-item .product-content .column.bottom p {
    font-size: 30px;
  }
  .product-item .product-content .column.bottom .product-label span {
    font-size: 42px;
    border-radius: 18px;
  }
  .product-item .product-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 25px;
  }
  .product-item label {
    border-width: 4px;
    border-radius: 24px;
  }
  .product-item .product-header {
    font-size: 42px;
    padding: 24px 30px 26px;
  }
  .product-item {
    margin-bottom: 15px;
  }
  .section-cart h2 {
    font-size: 86px;
  }
  .form-item {
    margin-bottom: 15px;
  }
  .form-item input, .form-item button {
    font-size: 36px;
    height: 106px;
    border-radius: 18px;
  }
  .form-item button {
    font-size: 42px;
  }
  .section-newsletter h2 {
    font-size: 48px;
  }
  .section-newsletter h3 {
    font-size: 50px;
  }
  .section-content {
    padding-left: 6.5%;
    padding-right: 6.5%;
  }
  .gif-3 .gif, .gif-4 .gif {
    border: 4px solid #11e6ca;
    right: 10%;
    width: 80%;
    border-radius: 80px;
  }
}














