@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@500&display=swap");
.accessories_head {
  background-image: url(../Images/accessories/accessories_bg_compressed.jpg);
  background-position: center;
  background-size: cover;
}

.accessories_head .black {
  background: rgba(0, 0, 0, 0.61);
}

.products {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
}

.access_section {
  padding: 2rem;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  outline: 3px solid red;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 50%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  gap: 9rem 2rem;
  justify-items: space-around;
}

.access_section .access_products {
  background: #fff5c7;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 2px 8px #ffd477, 0px 0px 15px 15px black;
          box-shadow: 0px 0px 2px 8px #ffd477, 0px 0px 15px 15px black;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 3px solid black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 250px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.access_section .access_products h1 {
  text-align: center;
  font-family: 'Markazi Text', serif;
  letter-spacing: 2px;
}

.access_section .access_products .frame {
  width: 100%;
  height: 50%;
}

.access_section .access_products .frame img {
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 4px 10px 1px black;
          box-shadow: 0px 4px 10px 1px black;
}

.access_section .access_products button {
  font-family: Catamaran;
  background: radial-gradient(#fff4dad7 10%, #ffb300);
  color: black;
  font-weight: 500;
  border-radius: 3px;
  letter-spacing: 2px;
  padding: .5rem 1rem;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.access_section .access_products div {
  width: 100%;
}
/*# sourceMappingURL=accessories.css.map */