/**
  * Min-width (mobile first) breakpoint mixins
  */
/**
  * Deprecated: Use min-width mixins instead
  */
section:not(#header) {
  margin-top: 0;
}
section:not(#header) .content {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #eee;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
}

.buy-learn-to-draw {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 1000px;
  margin: 30px auto;
  padding: 120px 30px;
  overflow: hidden;
  /* .add-to-cart-button {
    position: relative;
  } */
}
@media (max-width: 1199.98px) {
  .buy-learn-to-draw {
    padding: 60px 30px;
  }
}
.buy-learn-to-draw .thumbnails {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.buy-learn-to-draw .thumbnails img {
  width: 48%;
  margin-bottom: 30px;
  border-radius: 10px;
}
.buy-learn-to-draw .thumbnails-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(0deg, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 100%);
}
.buy-learn-to-draw .buy-now-info {
  position: relative;
  padding: 1em 2em;
  margin-bottom: 20px;
  border-radius: 100px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
}
@media (max-width: 1199.98px) {
  .buy-learn-to-draw .buy-now-info {
    font-size: 16px;
  }
}
.buy-learn-to-draw .edd_download_purchase_form a {
  padding: 0.5em 1em;
  margin-bottom: 10px;
  background: #FA5457 !important;
  border: none !important;
  color: #fff;
  text-align: center;
  transition: background-color 0.2s;
}
.buy-learn-to-draw .edd_download_purchase_form a:hover {
  background: #c54043 !important;
}

/*# sourceMappingURL=page-learn-to-draw.css.map */
