@import "styles.css";

.welcome-product {
  text-align: left;
  padding: 0px;
  margin: 100px;
}

.button-product {
  display: flex;
  text-align: center;
  gap: 70px;
}

a.button-special {
  position: relative;
}

a.button-special::before {
  content: "<";
  font-size: 2.5rem;
  position: absolute;
  left: -40px;
  top: -7px;
}

a.button-special::after {
  content: "/";
  position: absolute;
  font-size: 2.5rem;
  right: -40px;
  top: -7px;
}

.h1-product {
  font-size: 2rem;
  text-align: left;
  text-decoration: none;
  padding-left: 260px;
}

.product-grey-jacket img {
  display: flex;
  width: 45%;
}

.product-grey-jacket {
  display: flex;
}

.jacket-info {
  margin-left: 10px;
}

.product-text {
  margin: 10px;
  margin-left: 30px;
}

.jacket-info {
  margin-bottom: 70px;
}

.cta-cta-large-two {
  color: #fff;
  background-color: #0a3641;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  width: 150px;
  border: 1px solid white;
  margin-left: 10px;
}

.cta-cta-large-two:hover {
  text-decoration: underline;
}

.cta-cta-large-three {
  color: #fff;
  background-color: #9b9b9b;
  text-decoration: none;
  padding: 10px;
  width: 178px;
  border: 1px solid white;
  margin-left: 10px;
  cursor: pointer;
}

.cta-cta-large-three:hover {
  text-decoration: underline;
}

.fa-map-marker-alt {
  color: #fff;
}

* {
  box-sizing: border-box;
}

.button-container {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.button-special {
  color: white;
  background-color: #0a3641;
  padding: 10px;
  border: 1px solid white;
  text-decoration: none;
}

.productContainer {
  display: flex;
  justify-content: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-align: center;
}

.productButtonContainer {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 500px) {
  .welcome-product {
    margin: 0;
  }

  .product-grey-jacket {
    display: block;
  }

  .product-grey-jacket img {
    width: 90%;
    padding-left: 35px;
  }

  .jacket-info {
    display: flex;
    justify-content: center;
    margin: 20px;
    font-size: 19px;
  }

  .button-container {
    display: flex;
    justify-content: center;
  }

  .star-icons {
    display: flex;
    justify-content: center;
  }

  .button-product {
    margin: 50px;
  }

  .button-special {
    padding: 0;
  }

  .grey-button-style {
    display: flex;
    justify-content: center;
  }
}