.premium-slider .slide-text-1 {
  color: #fff;
  font-family: "SnellBT";
  margin-left: 15px;
}
.premium-slider .slide-text-2 {
  color: #f3c793;
  font-family: "AlegreyaSans";
}
.premium-slider .slide-text-3 {
  color: #f3c793;
  font-family: "AlegreyaSans";
}

.product-section {
  padding: 75px 0 120px;
  position: relative;
  overflow-x: hidden;
}
.product-section.premium-pen {
  padding: 75px 0;
}
.product-section .heading {
  text-align: center;
  margin-bottom: 20px;
}
.product-section .heading h1, .product-section .heading h2 {
  font-family: "Buttershine Serif";
  font-size: 40px;
}
.product-section .heading p {
  font-size: 20px;
  font-family: "the unseen";
}
.product-section .product-grid {
  position: relative;
  min-height: 300px;
  padding: 25px;
  margin-bottom: 25px;
  background-image: linear-gradient(#6b7b7c, #ffffff);
  position: relative;
  z-index: 1;
  /*&:before {
      content: "";
      background: url("../images/bg/premium-pen-bg.png");
      width: 100%;
      height: 100%;
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.4;
  }*/
}
.product-section .product-grid .heading p {
  font-family: "the unseen";
}
.product-section .product-grid .pen-img {
  position: relative;
}
.product-section .product-grid .pen-img img {
  width: 100%;
  height: auto;
}
.product-section .product-grid a {
  color: #fbf3f3;
  text-decoration: none;
}
.product-section .product-grid .product-text h3 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
}
.product-section .product-grid .product-text h3 span {
  font-size: 18px;
  line-height: 18px;
}
.product-section .product-grid .product-text h3 a {
  color: #fbf3f3;
  text-decoration: none;
}
.product-section .product-grid .product-text p {
  font-size: 14px;
  margin-bottom: 0;
  color: #fbf3f3;
  font-family: "Poppins";
  text-align: justify;
}

/*# sourceMappingURL=premium-pens.css.map */
