$teal: #16BEBB;
$red: #C62026;

* {
  box-sizing: border-box;
}

.footer-block h2 {
  color: black;
}

.jessie-usa-image {
    width: 100%;
  }

.jessie-intro-section {
  display: grid;
  grid-template-columns: 40% 60%;
}

.col-left {
position: relative;
}

.col-left img {
	height: 100%;
  object-fit: contain;
  position: absolute;
  z-index: 0;
  
}

.col-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 150px;
  z-index: 0;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 75px 0px 250px 0px;
}

.col-right .wrap {
  width: 80%;
 
}
.result-title {
  padding-top: 20px;
}

.title-divider {
  width: 50px;
  height: 5px;
  margin-bottom: 30px;
  background-color: $teal;
}

.filament-button {
  width: 150px;
  background: #C62026;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 15px 0px;
  transition: 0.2s cubic-bezier(0.79, 0.33, 0.14, 0.53);
  cursor: pointer;
  margin-top: 30px;
    border: 3px solid $red;
  color: #fff;
}
.filament-button  p {
    color: white !important;
    margin: 0px;
    font-size: 18px;
  }


.filament-button:hover >  p {
      color: #C62026;
}

.button:hover {
  text-decoration: none;
}

.button:focus {
  .filament-button {
  filter: drop-shadow(0px 3px 10px rgba($red,0.25));
    -webkit-filter: drop-shadow(0px 3px 10px rgba($red,0.25));

}
}

#jessie-specs {
  position: relative;
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
background: url('https://cdn.shopify.com/s/files/1/0887/0138/files/3d-printing-pen-filaments-of-various-colors-YRCJXZU.jpg?v=1613678861');
  background-size: cover;
  margin-top: -150px;
  background-repeat: no-repeat;

}

.jessie-content-section-clip-wrap {
    filter: drop-shadow(0px 3px 10px rgba(0,0,0,0.25));
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,0.25));
  position: relative;
  z-index: 2;
}

.jessie-content-section-clip {
  display: grid;
  grid-template-columns: 60% 40%;
}

.section-1-col-left {
	background: linear-gradient(90deg, rgba(255,255,255,0.95) 50%, rgba(255,255,255,0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    padding: 200px 0px;

}

#made-in-usa {
  background: url('https://cdn.shopify.com/s/files/1/0887/0138/files/flag-optimized_copy.jpg?v=1613680614');
  margin-top: -150px;

  display: grid;
  grid-template-columns: 40% 60%;
 
}
.section-2-col-right {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 50%);
padding: 200px 0px 200px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.section-2-col-right-content {
  width: 70%;
}

.section-2-col-left {
  position: relative;
  display: flex;
  align-items: center;
   z-index: 0;
}
.section-2-col-left >  img {
    position: absolute;
    z-index: 0;
  	max-width: 100%;
}

#superior-material {
  position: relative;
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
background: url('https://cdn.shopify.com/s/files/1/0887/0138/files/3d-filament-row.jpg?v=1614014188');
  background-size: cover;
  margin-top: -150px;
  background-repeat: no-repeat;
z-index: 1;
}

.material-content-wrapper {
  width: 70%;
}
#pure-colors {
background: white;
  margin-top: -150px;

  display: grid;
  grid-template-columns: 40% 60%;
  padding-bottom: 40px;
  position: relative;
  z-index: 0;
}

.collection-body {
  background: url('https://cdn.shopify.com/s/files/1/0887/0138/files/jessie-pattern.png?v=1613682044');
background-size: contain;
  padding: 40px 100px;
}

.material-icon {
  width: 30px;
  margin-bottom: 20px;
  height: 100%;
}

.section-4-col-right {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 200px 40px 200px 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.section-3-col-left-content {
  width: 80%;
}

.collection-body {
  padding-top: 100px;
}

.jessie-container h2 {
  font-size: 45px;
}

.filament-button-group {
  display: flex;
}

.filament-button-group > a:first-child {
    margin-right: 20px;
  }


@media screen and (max-width: 1150px) {
  .filament-button-group {
    flex-direction: column;
    align-items: center;
  }
    .filament-button-group > a:first-child {
    margin-right: 0px;
  }
}

.specs-list > p {
    display: flex;
    align-items: center;
}
   .specs-list > img {
      width: 40px;
      margin-right: 5px;
    }
  
.specs-list >  span {
    font-weight: 600;
    margin-right: 5px;
  }

.specs-icon {
   width: 60px;
}


.material-icon-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
 
}

.jessie-button-container {
  width: 70%;
  display: flex;
  justify-content: center;
}

.jessie-paragraph {
  width: 70%;
}

@media screen and (max-width: 950px) {
  #jessie-specs {
  clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
  }
  #superior-material {
     clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
    margin-top: 0px;
  }
  #pure-colors {
    margin-top: 0px;
  }
  .section-4-col-right {
    padding: 100px 40px;
  }
  .section-3-col-left-content {
    width: 100%;
    padding-left: 40px;
  }
  .section-2-col-right-content {
    width: 100%;
    padding-right: 40px;
  }
  .jessie-paragraph {
    width: 100%;
  }
  .section-2-col-left {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-2-col-left > img {
      position: relative;
      width: 100%;
      object-fit: contain;
      width: 100%;
    
  }
  #made-in-usa {
    margin-top: 0px;
    
  }
  .section-2-col-right {
    padding: 100px 0px;
  }
  .jessie-content-section-clip {
    grid-template-columns: 85% 15%;
  }
  .section-1-col-left {
    padding: 100px 0px;
  }
  .collection-body {
    padding: 0px;
  }
  .jessie-intro-section > .col-left {
      overflow: hidden;
    
  }
 .main-content {
    padding-top: 40px;
    margin-top: 0px;
  }
  
  }

@media screen and (max-width: 550px) {
    .jessie-content-section-clip {
    grid-template-columns: 100%;
  }
  
  .material-content-wrapper {
    width: 100%;
  }
  .section-3-col-left-content {
    padding: 20px;
  }
  .jessie-button-container {
    width: 100%;
  }
  .jessie-usa-image {
    display: none;
  }
  #made-in-usa {
    grid-template-columns: 100%;
  }
  .section-2-col-right-content {
    padding: 20px;
  }
  .section-1-col-left-content {
    padding: 20px;
  }
  .jessie-intro-section {
    grid-template-columns: 20% 80%;
  
  }
  #pure-colors {
    grid-template-columns: 100%;
  }
  .section-4-col-right {
 padding: 20px;
  }
  .filament-button {
    width: 150px;
  }
  .filament-button p {
    font-size: 18px;
  }
 
  .jessie-site-button {
    font-size: 18px !important;
  }
    h1 {
      font-size: 50px;
    }
  h2 {
    font-size: 36px;
  }
.wrapper {
  padding: 0px;
}
  .index-section {
    margin: 20px !important;
  }
  .jessie-button-bar {
    padding: 40px 20px 0px 20px;
  }
}

.printed-solid-logo-nav {
  width: 100px;
  margin-top: -5px;
}

.specs-list span {
  font-weight: 600;
}

.jessie-petg-section{
  padding: 100px 0px;
}