@media only screen and (max-width: 1400px) {
  .p-home {
    margin: 10% 0;
  }
}
@media only screen and (max-width: 1000px) {
  .p-home {
    margin: 0;
    width: 90%;
  }
}

.p-product {
  display: flex;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-product h1, .p-product h2, .p-product h3 {
  text-transform: uppercase;
  margin-top: 3.5rem;
}
.p-product h1:first-of-type, .p-product h2:first-of-type, .p-product h3:first-of-type {
  margin-top: 0;
}
.p-product h1 {
  font-size: 1.5em;
  font-weight: 300;
}
.p-product h2 {
  font-size: 1.25em;
  font-weight: 200;
}
.p-product h3 {
  font-size: 1em;
  font-weight: 400;
}
.p-product h3:first-of-type {
  margin-top: 3.5rem;
}
.p-product .l-products {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1000px) {
  .p-product .l-products {
    margin-bottom: 0;
  }
}
.p-product .c-specifications {
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-left: 10rem solid transparent;
  border-right: 10rem solid transparent;
  margin: 2.5rem 0;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1000px) {
  .p-product .c-specifications {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
  }
}
.p-product .c-btn-container {
  display: flex;
  align-items: center;
}
.p-product .c-btn-container .arrow-tag {
  margin-left: 4rem;
  position: relative;
  background-color: black;
  color: white;
  font-weight: 500;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.5rem;
  padding: 0 2rem;
  text-transform: uppercase;
}
.p-product .c-btn-container .arrow-tag::before {
  position: absolute;
  left: -4rem;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-right: 4rem solid black !important;
}
@media only screen and (max-width: 1000px) {
  .p-product .c-btn-container .arrow-tag {
    margin-left: 0;
  }
  .p-product .c-btn-container .arrow-tag::before {
    display: none;
  }
}

.l-intro {
  width: 100%;
  display: block;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 1100px) {
  .l-intro {
    margin-bottom: 5rem;
  }
}
.l-intro__row {
  display: flex;
  gap: 5rem;
}
@media only screen and (max-width: 1100px) {
  .l-intro__row {
    gap: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.l-intro__row__image {
  display: flex;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .l-intro__row__image {
    width: 100%;
  }
}
.l-intro__row__image img {
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .l-intro__row__image img {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .l-intro__row__image img {
    width: 75%;
  }
}
.l-intro__row__text {
  display: flex;
  flex-direction: column;
  flex: 2;
  font-size: 1.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .l-intro__row__text {
    font-size: 1.6rem;
  }
}
.l-intro__row__text p {
  width: 100%;
}

.l-products {
  display: flex;
  margin-top: 5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-products__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  gap: 5rem;
}
@media only screen and (max-width: 1000px) {
  .l-products__row {
    gap: 0;
    width: 100%;
    overflow: hidden;
  }
}
.l-products__row--full {
  box-sizing: border-box;
  width: 100%;
}
.l-products__row--full .c-product {
  flex: none;
  width: 50%;
}
.l-products__row:last-of-type {
  margin-bottom: 0;
}

.c-product {
  width: calc(100%/3 - 5rem);
  flex: 1;
}
@media only screen and (max-width: 1400px) {
  .c-product {
    width: calc(100%/2 - 5rem);
  }
}
@media only screen and (max-width: 1000px) {
  .c-product {
    flex: none;
    width: 100%;
    margin-bottom: 5rem;
  }
}
.c-product__mockup-container {
  color: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-product__mockup-container:visited, .c-product__mockup-container:hover, .c-product__mockup-container:active {
  color: inherit;
}
.c-product__mockup-container img {
  height: 25rem;
}
.c-product__mockup-container .price {
  top: 40%;
  left: 15%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  font-size: 2.5rem;
  border-radius: 50%;
  background: url("../images/price-background.png");
  background-position: center center;
  font-weight: 500;
}
.c-product__mockup-container .price--sale {
  background: url("../images/price-background-sale.png");
}
.c-product__mockup-container .price sup {
  font-size: 55%;
  margin-left: -10%;
}
.c-product__mockup-container .arrow-tag {
  position: absolute;
  top: 0;
  right: -3.5rem;
  background-color: white;
  color: black;
  font-weight: 500;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  padding: 0 0.5rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  .c-product__mockup-container .arrow-tag {
    right: 0;
  }
}
.c-product__mockup-container .arrow-tag--pre-order {
  background-color: black;
  color: white;
}
.c-product__mockup-container .arrow-tag--pre-order::before {
  border-right: 2rem solid black !important;
}
.c-product__mockup-container .arrow-tag::before {
  position: absolute;
  left: -2rem;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-right: 2rem solid white;
}
.c-product__text, .c-product__note {
  font-size: 1.5rem;
  text-align: center;
}
.c-product__text {
  min-height: 9rem;
}
.c-product__btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-product__btn-container .btn {
  margin: 0 1rem;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-product__btn-container .btn.btn-primary {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}
.c-product__btn-container .btn.btn-primary:hover {
  background: transparent;
  color: #fff;
}
.c-product__specifications {
  margin: 2.5rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
}
.c-product__specifications p {
  margin: 0.75rem 0;
}

.c-gallery {
  margin: 5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-gallery img {
  border: 2px solid #bbb;
  width: 31.5%;
  height: auto;
}
.c-gallery img:last-of-type {
  margin-right: 0;
}

/*# sourceMappingURL=products.css.map */
