/* ========================================================================
   Component: Online shop
 ========================================================================== */

.spw-product {
  padding: 16px;
  border-radius: 8px;
}

.spw-product__img {
  border-radius: 8px;
  background-color: #eee;
}

.spw-product-description {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spw-product__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #343D63;
  margin-bottom: 0.75rem;
}

.spw-product__price {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #0084F4;
  margin: 0;
}

.spw-paginator {
  margin-top: 2rem;
}

.spw-paginator a {
  cursor: pointer;
  outline: none;
}

.spw-active-pager a {
  padding-left: 5px;
  padding-right: 5px;
  background-color: #0084F4;
  color: white !important;
}
