/* input(242,4): run-time error CSS1035: Expected colon, found '.' */
.row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.card-wrap {
  padding: 12px 16px;
  list-style: none;
}

.product-card {
  min-height: 458px;
}

.product-grid-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.product-grid-items {
  margin-bottom: 16px;
}
.sort-by-container {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.24px;
  gap: 8px;
}

.product-count {
  color: var(--primary-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
}
.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: var(--gold-light-color);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  justify-content: space-between;
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.card-image {
  width: 124px;
  height: 124px;
  margin: 0 auto;
}
.product-card img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.card-labels {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 8px;
  flex-wrap: wrap;
}

.card-label {
  background: #c7c6c4;
  width: fit-content;
  border-radius: 4px;
  padding: 4px 8px;
  text-align: center;
  word-break: break-word;
  max-width: 100%;
}

.card-labels span {
  color: #0a0b09;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}

.card-title {
  color: #0a0b09;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-wrap:hover .card-title {
  text-decoration: underline;
  cursor: pointer;
}

.card-usps {
  color: #0a0b09;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.card-wrap .btn-wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.card__cta-wrapper {
  width: 100%;
  margin: 8px 0;
}

.card-wrap .card__cta-link {
  display: flex;
  align-items: center;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  padding-right: 0 !important;
  justify-content: center;
}

.button::before {
  left: 20px;
}

.card-wrap .card__cta-link p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.24px;
}

.card-wrap .button__text {
  display: flex;
  justify-content: center;
}

.card-wrap .button-outline .left-spacer {
  margin-right: 8px;
  margin-top: -2px;
}

.grid-listing__paging {
  display: flex;
  justify-content: end;
  margin-top: 8px;
}

.icon-arrow-left {
  width: 16px;
  height: 16px;
  background-image: url("/images/icons/arrow-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.page-item {
  margin-left: 10px;
}
.page-item .page-link {
  border-radius: 4px !important;
  width: 36px;
  height: 36px;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-weight: 400;
  color: var(--primary-color);
  letter-spacing: 0.24px;
  box-shadow: none;
  line-height: 12px;
  padding: 12px;
  width: fit-content;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  padding: 10px 8px !important;
}

.page-item.active .page-link {
  border: 1px solid #edece6;
  background: #edece6;
  font-weight: 700;
  color: var(--primary-color);
}
.page-item .page-link:hover,
.page-item .page-link:focus {
  border: 1px solid #edece6;
  background: #edece6;
  font-weight: 700;
  color: var(--primary-color);
}

.page-arrow-left {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10.06 12L11 11.06L7.94667 8L11 4.94L10.06 4L6.06 8L10.06 12Z' fill='%230a0b09'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.page-arrow-right {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6.94 4L6 4.94L9.05333 8L6 11.06L6.94 12L10.94 8L6.94 4Z' fill='%230a0b09'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.product-grid-items {
  margin-top: 40px;
}

.cross-sell-carousel .grid-item {
  a.added-to-list:hover {
    text-decoration: none;
    color: var(--primary-color);
  }
}

.cross-sell-carousel .carousel-arrow.prev {
  left: 10px;
  top: 35%;
}

.cross-sell-carousel .carousel-arrow.next {
  right: 10px;
  top: 35%;
}

@media (min-width: 768px) {
  .btn-wrap {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }

  .card__cta-link p {
    font-size: 12px;
    font-weight: 700;
  }

  .product-grid-header {
    justify-content: flex-end;
  }

  .card-wrap {
    padding: 12px;
  }

  .most-searched-products-list .card-wrap {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .product-grid-items {
    margin-top: 24px;
  }
  .card-no-padding {
    padding: 0;
  }
}

.contextual-content {
  min-height: 458px;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  flex-shrink: 0;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.contextual-content__header {
  width: 100%;
  padding: 8px 19px 8px 0px;
  position: relative;
}

.contextual-content__header-title {
  color: var(--secondary-color);
  font-family: var(--font-family-heading);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
}

.contextual-content__header-icon {
  width: 49px;
  height: 49px;
  position: absolute;
  top: 9px;
  right: 19px;
}

.contextual-content_subtitle {
  height: 23px;
  align-self: stretch;
  color: var(--secondary-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.contextual-content_description {
  display: flex;
  flex-grow: 1.5;
  flex-direction: column;
  align-items: flex-start;
  color: var(--primary-color);
  gap: 24px;
  margin-bottom: 0;
  font-weight: 500;
  align-self: stretch;
  line-height: 150%;
}

.contextual-content p,
.contextual-content ol,
.contextual-content ul,
.contextual-content dl {
  margin-bottom: 0;
}

.contextual-content_description p,
.contextual-content_description ol,
.contextual-content_description ul,
.contextual-content_description dl {
  margin-bottom: 0.5rem;
}

.contextual-content_cta-container {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.contextual-content_cta-container .card__cta-link {
  padding: 24px 12px;
}

.contextual-content_cta-container .card__cta-link p {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.32px;
}

.contextual-content_cta-container .right-spacer {
  margin-left: 52px;
}

@media (max-width: 768px) {
  .contextual-content {
    width: 100%;
  }

  .contextual-content__header-icon {
    right: 0;
  }

  .contextual-content_cta-container {
    justify-content: start;
    padding-bottom: 0;
    flex-grow: 1.5;
  }

  .contextual-content_description {
    flex-grow: 1;
  }
}

