/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type=file] {
  max-width: 100%;
}

.wrapper {
  min-height: 100vh;
  min-width: 100%;
  background-color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.25rem;
}

.hero-img {
  margin-right: 3.25rem;
  border-radius: 0.5rem;
  overflow: hidden;
  min-height: 100%;
}
.hero-img__item {
  max-height: 40.375rem;
}

.description-box {
  max-width: 58%;
}

.breadcrumb {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}

.breadcrumb--active {
  color: #d2d5da;
}

.title {
  max-width: 55%;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.description {
  margin-bottom: 2.5rem;
}

.hightlights-list-title {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.hightlights-list {
  line-height: 2rem;
  margin-bottom: 2.5rem;
  padding-left: 0.75rem;
}
.hightlights-list__item {
  list-style-type: disc;
  list-style-position: inside;
}
.hightlights-list__item::marker {
  font-size: 0.6875rem;
}

.product-details {
  max-width: 57%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  justify-items: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.5rem;
  margin-bottom: 2.5rem;
  background-color: #f3f4f6;
  border-radius: 0.5rem;
}

.product-options {
  font-size: 1rem;
  font-weight: 600;
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -ms-grid-columns: 1fr 5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 0.375rem 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-row-gap: 0.375rem;
  grid-column-gap: 5rem;
  min-width: 100%;
}

.product-options > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.product-options > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.product-options > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.product-options > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.product-options__item {
  display: block;
}
.product-options__lable {
  color: #394150;
  font-weight: 300;
}

.price {
  font-size: 2rem;
  font-weight: 600;
}

.button-box__cart-btn {
  background-color: #652cd1;
  color: #f9fafb;
  margin-right: 1.5rem;
}
.button-box__wish-btn {
  border: 0.0625rem solid #d2d5da;
}

.btn {
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.5rem 2rem;
}

.heart-icon {
  margin-right: 0.375rem;
}

@media (max-width: 1021px) {
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
  .hero-img {
    margin: auto;
    margin-bottom: 1.75rem;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .description-box {
    max-width: 100%;
  }
  .breadcrumb {
    margin-bottom: 1.5rem;
  }
  .title {
    max-width: 95%;
  }
  .description {
    margin-bottom: 1.375rem;
  }
  .hightlights-list {
    margin-bottom: 1.125rem;
  }
  .product-details {
    margin-bottom: 1.5rem;
    max-width: 100%;
    justify-items: start;
  }
  .product-options {
    -ms-grid-columns: 38% 1rem 38%;
    grid-template-columns: repeat(2, 38%);
    grid-column-gap: 1rem;
  }
  .price {
    font-size: 1rem;
  }
  .button-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .btn {
    border-radius: 0.3125rem;
  }
}
@media (min-width: 1022px) and (max-width: 1279px) {
  .description-box {
    max-width: 46%;
  }
  .title {
    max-width: 85%;
  }
  .product-details {
    margin-bottom: 1.5rem;
    max-width: 90%;
    justify-items: end;
  }
}