.shop-the-look-drawer {
  max-width: 480px;
}

.shop-the-look-drawer__close-button {
  color: #005128;
  font-family: P22 Underground;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.shop-the-look-drawer__products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
