body {
  font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

main {
  display: flex;
  flex-direction: column;
  place-items: center;
}

figure {
  padding: 0;
  margin: 0;
}

/* Home Page */
.title {
  text-decoration: none;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
  padding: 3.75rem 0 2rem;
  margin: 0;
}

.product-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  background-color: #f5f5f7;
  border-radius: 0.5rem;
  cursor: pointer;
  overflow: hidden;
  padding: 2.5rem 2.5rem 2rem;
}

.grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0.5em;
  grid-template-areas:
    "box-1 box-2 box-2"
    "box-3 box-4 box-5";
  padding: 0 13.75rem 0;
}


#lower-tile {
  height: 500px;
}

.lower-img {
  padding: 0 !important;
}

#lower-section-description {
  position: relative;
  bottom: 40px;
}

.price-lower-section {
  margin-top: 35px !important;
}

#options-2 {
  margin-top: -40px; 
}

.product-card img {
  height: 300px;
  padding: 65px 0px 70px;
}

.product-name {
  font-weight: bold;
  padding: 0px 15px 14px;
  text-decoration: none;
}

.product-name:hover {
  text-decoration: underline;
  color: #06c;
}

.price {
  margin: 6px 0px 0px;
}

#case2 {
  padding: 0px;
  height: auto;
  width: 100%;
  transform: scale(1.2);
}

.options {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: -20px;
}

.colored-dots {
  display: flex;
  gap: 8px;
}

.colored-dots img {
  width: 12px;
  height: 12px;
  display: inline-block;
  gap: 6px;
}

.plus {
  font-size: 12px;
  font-weight: 400;
  margin-top: -5px;
  text-decoration: none;
  color: inherit;
}

#description-1 > p {
  position: relative;
  top: 12px;
}

#description-2 > p {
  position: relative;
  bottom: 25px;
}

#price-2 {
  margin-top: 32px;
}

.link-container {
  text-align: center;
}
.shop-cases-link {
  position: relative;
  bottom: 15px;
  font-size: 17px;
  font-weight: 400;
  color: #06c;
  text-decoration: none;
  transition: text-decoration 0.5s ease;
}

.shop-cases-link:hover {
  text-decoration: underline;
}

.shop-cases-link:after {
  display: inline-block;
  margin-left: 5px;
  content: " >";
  font-family: SF Pro Icons;
  font-weight: bold;
  line-height: 1.2;
}


.product-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  grid-template-areas: "box-1 box-2";
  justify-items: center;
  margin: 0 auto;
  padding: 0 15rem 0;
}

.left, .right {
  display: flex;
  flex-direction: column;
  justify-items: center;
}



.iphone-case {
  margin-top: 2.5rem;
  height: 550px;
}

.available-colors {
  display: flex;
  flex-direction: row;
  gap: 17px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.available-colors img {
  height: 30px;
  outline: none;
}

.purchase-detail {
  border-top: 0.5px solid #808080c6;
  padding-top: 20px;
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  color: #000000b0;
  margin-bottom: 20px;
}

.purchase-detail-1st {
  border-top: 0.5px solid #808080c6;
  padding-top: 20px;
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  color: #000000b0;
  margin-bottom: 20px;
  margin-top: 30px;
}

.detail-name {
  font-size: 32px;
  font-weight: 550;
  line-height: 1.125;
  letter-spacing: 0.004em;
}

.delivery-container {
  display: inline-flex;
  gap: 10px;
}

.pickup-container {
  display: flex;
  flex-wrap: column;
  gap: 10px;
}

.delivery-icon {
  margin-top: 6px;
}

.pickup-icon {
  margin-top: 4px;
}

.delivery-date {
  color: #06c;
  text-decoration: none;
  transition: 0.5s text-decoration ease;
}

.delivery-date:hover {
  text-decoration: underline;
}

.delivery-stock,
.delivery-shipping,
.delivery-date {
  margin: 4px 0 4px;
}

.delivery-label {
  font-weight: bold;
  margin-bottom: 4px;
}

.pickup-label {
  margin: 16px 0 4px;
  font-weight: bold;
}

.pickup-availability {
  margin: 4px 0 4px;
  color: #06c;
  text-decoration: none;
  transition: 0.5s text-decoration ease;
}

.pickup-availability:hover {
  text-decoration: underline;
}

.pickup {
  margin-top: 7px;
}

.selected-color {
  border: 2px solid #06c;
  border-radius: 50%;
  padding: 2px;
  height: 25px !important;
}

.apple-pay-button {
  display: flex;
  flex-wrap: row;
  justify-content: center;
  background-color: black;
  color: white;
  border: none;
  border-radius: 10px;
  margin-top: 30px;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
}

.apple-logo {
  margin-top: 10px;
}

.clickable {
  text-decoration: none;
  color: black;
}

.promo {
  color: #06c;
  text-decoration: none;
  transition: 0.5s text-decoration ease;
}

.promo:hover {
  text-decoration: underline;
}

.color-variation {
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
}

.color-variation-5th {
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 17px;
}

.check-out {
  margin-right: 5px;
}

.pay {
  margin-left: 3px;
}

.add-to-bag-button {
  background-color: #06c;
  width: 100%;
  border-radius: 10px;
  border: none;
  color: white;
  padding: 14px 15px;
  margin-top: 15px;
  font-size: 14px;
  cursor: pointer;
}

.promo-container,
.availability-container,
.delivery-dates-container {
  display: flex;
  flex-wrap: row;
  gap: 5px;
}

.plus-icon-promo {
  margin-bottom: 5px;
  padding: 0;
}

.plus-icon-availability,
.plus-icon-delivery {
  margin-top: 3px;
}

.image-selector {
  display: flex;
  flex-wrap: row;
  justify-content: center;
  gap: 15px;
}

.angle-image {
  height: 50px !important;
  width: auto;
  margin: 0 !important;
}

#selected-image {
  border-bottom: 1.7px solid #000000a4;
  padding-bottom: 9px;
}

.pricing-container p {
  margin: 7px 0 7px;
  font-size: 17px;
}

.promo-container {
  margin: 7px 0 7px;
}

.selector-container {
  position: relative;
  width: 91%;
  border: 1px solid gray;
  border-radius: 12px;
  padding: 10px 16px;
  cursor: pointer;
  transition: 0.5s border ease-in-out !important;
  margin-top: 45px;
  overflow: visible;
}

select {
  display: block;
  width: 100%;
  border: none;
  appearance: none;
  font-size: 1rem;
}

select:focus {
  outline: none;
}


.selector-container:focus-within {
  border: 2px solid #0071e3;
}

.selector-container:after {
  content: "";
  position: absolute;
  right: 16px;
  width: 12px;
  height: 7px;
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999999' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  pointer-events: none;
}

.label {
  margin-top: 0px;
  margin-bottom: 3px !important;
  font-size: 13px;
  color: #6e6e73;
}

