.oakln-customer-reviews {
  width: 100%;
  color: var(--oakln-reviews-text, #2f2f3a);
  background: var(--oakln-reviews-bg, #f7efef);
  font-family: inherit;
  font-style: inherit;
}

.oakln-customer-reviews *,
.oakln-customer-reviews *::before,
.oakln-customer-reviews *::after {
  box-sizing: border-box;
}

.oakln-customer-reviews[data-pc-show="false"] {
  display: none;
}

.oakln-customer-reviews__inner {
  width: min(100%, var(--oakln-reviews-max-width, 1340px));
  margin: 0 auto;
  padding-inline: 20px;
}

.oakln-customer-reviews__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 26px;
}

.oakln-customer-reviews__title {
  margin: 0;
  color: var(--oakln-reviews-text, #2f2f3a);
  font-size: var(--oakln-reviews-title-size, 24px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.oakln-customer-reviews__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  color: var(--oakln-reviews-text, #2f2f3a);
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.oakln-customer-reviews__arrow svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.oakln-customer-reviews__arrow:hover {
  background: rgba(47, 47, 58, 0.07);
}

.oakln-customer-reviews__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.oakln-customer-reviews__viewport::-webkit-scrollbar {
  display: none;
}

.oakln-customer-reviews__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: var(--oakln-reviews-card-gap, 20px);
}

.oakln-customer-review-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  min-height: 0;
  padding: 16px 18px 18px;
  color: var(--oakln-reviews-text, #2f2f3a);
  background: var(--oakln-reviews-card-bg, #fff);
  border-radius: 0;
  scroll-snap-align: start;
}

.oakln-customer-review-card__top {
  position: relative;
  display: grid;
  grid-template-columns: var(--oakln-reviews-image-size, 160px) minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: var(--oakln-reviews-image-size, 160px);
}

.oakln-customer-review-card__media {
  position: relative;
  width: var(--oakln-reviews-image-size, 160px);
  height: var(--oakln-reviews-image-size, 160px);
  overflow: hidden;
  background: #ececec;
}

.oakln-customer-review-card__media-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.oakln-customer-review-card__image,
.oakln-customer-review-card__media .image-wrapper,
.oakln-customer-review-card__media picture,
.oakln-customer-review-card__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.oakln-customer-review-card__media img,
.oakln-customer-review-card__image {
  object-fit: cover;
  object-position: center;
}

.oakln-customer-review-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px;
  color: var(--oakln-reviews-muted, #7c7374);
  background: linear-gradient(135deg, #eee 0%, #dcdcdc 100%);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.oakln-customer-review-card__summary {
  min-width: 0;
  padding-right: 0;
}

.oakln-customer-review-card__product-title {
  display: -webkit-box;
  overflow: hidden;
  color: var(--oakln-reviews-text, #2f2f3a);
  font-size: var(--oakln-reviews-product-size, 17px);
  font-weight: 700;
  line-height: 1.55;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

a.oakln-customer-review-card__product-title:hover {
  color: var(--oakln-reviews-text, #2f2f3a);
  text-decoration: none;
}

.oakln-customer-review-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.oakln-customer-review-card__date {
  flex: 0 0 auto;
  color: var(--oakln-reviews-muted, #7c7374);
  font-size: 12px;
  line-height: 1;
}

.oakln-customer-review-card__date--bottom {
  line-height: 1.4;
}

.oakln-customer-review-card__stars {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  color: rgba(255, 166, 61, 0.28);
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.oakln-customer-review-card__stars-base,
.oakln-customer-review-card__stars-fill {
  display: block;
  letter-spacing: 0;
}

.oakln-customer-review-card__stars-fill {
  position: absolute;
  inset: 0 auto 0 0;
  overflow: hidden;
  color: var(--oakln-reviews-accent, #ffa63d);
}

.oakln-customer-review-card__cart {
  position: absolute;
  z-index: 2;
  right: 8px;
  bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 7px;
  color: var(--oakln-reviews-text, #2f2f3a);
  background: rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(4, 30, 58, 0.08);
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.oakln-customer-review-card__cart svg {
  display: block;
  width: 18px;
  height: 18px;
}

a.oakln-customer-review-card__cart:hover {
  color: var(--oakln-reviews-text, #2f2f3a);
  background: rgba(255, 255, 255, 0.78);
  transform: translateY(-1px);
}

.oakln-customer-review-card__body {
  margin-top: 20px;
  color: var(--oakln-reviews-text, #2f2f3a);
  font-size: var(--oakln-reviews-body-size, 16px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0;
}

.oakln-customer-review-card__review-title {
  margin-top: 18px;
  color: var(--oakln-reviews-review-title, #e979a3);
  font-size: calc(var(--oakln-reviews-body-size, 16px) + 1px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.oakln-customer-review-card__review-title + .oakln-customer-review-card__body {
  margin-top: 8px;
}

.oakln-customer-review-card__author {
  margin-top: 18px;
  padding-top: 0;
  color: var(--oakln-reviews-text, #2f2f3a);
  font-size: 13px;
  line-height: 1.4;
  text-align: right;
}

.oakln-customer-review-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 0;
}

.oakln-customer-review-card__author--footer {
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 1199px) {
  .oakln-customer-reviews__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 959px) {
  .oakln-customer-reviews[data-mb-show="false"] {
    display: none;
  }

  .oakln-customer-reviews[data-mb-show="true"] {
    display: block;
  }

  .oakln-customer-reviews__inner {
    padding-inline: 14px;
  }

  .oakln-customer-reviews__header {
    gap: 12px;
    margin-bottom: 18px;
  }

  .oakln-customer-reviews__title {
    font-size: var(--oakln-reviews-mobile-title-size, 20px);
  }

  .oakln-customer-reviews__track {
    display: inline-flex;
    align-items: stretch;
    gap: 14px;
    width: auto;
    max-width: none;
    padding-bottom: 2px;
  }

  .oakln-customer-review-card {
    width: min(var(--oakln-reviews-mobile-card-width, 86vw), calc((100vw - 42px) * 0.6667), 420px);
    flex: 0 0 min(var(--oakln-reviews-mobile-card-width, 86vw), calc((100vw - 42px) * 0.6667), 420px);
    height: auto;
    align-self: stretch;
    min-height: 0;
    padding: 14px;
  }

  .oakln-customer-review-card:last-child {
    scroll-snap-align: end;
  }

  .oakln-customer-review-card__top {
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 92px;
  }

  .oakln-customer-review-card__media {
    width: 92px;
    height: 92px;
  }

  .oakln-customer-review-card__summary {
    padding-right: 0;
  }

  .oakln-customer-review-card__product-title {
    font-size: 14px;
    line-height: 1.45;
    -webkit-line-clamp: 4;
  }

  .oakln-customer-review-card__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
  }

  .oakln-customer-review-card__stars {
    font-size: 15px;
  }

  .oakln-customer-review-card__cart,
  .oakln-customer-review-card__cart svg {
    width: 30px;
    height: 30px;
  }

  .oakln-customer-review-card__cart {
    right: 6px;
    bottom: 6px;
    padding: 6px;
  }

  .oakln-customer-review-card__cart svg {
    width: 16px;
    height: 16px;
  }

  .oakln-customer-review-card__body {
    margin-top: 16px;
    font-size: var(--oakln-reviews-mobile-body-size, 14px);
    line-height: 1.55;
  }

  .oakln-customer-review-card__review-title {
    margin-top: 14px;
    font-size: var(--oakln-reviews-mobile-body-size, 14px);
  }

  .oakln-customer-review-card__review-title + .oakln-customer-review-card__body {
    margin-top: 6px;
  }

  .oakln-customer-review-card__author {
    margin-top: auto;
    padding-top: 0;
    font-size: 12px;
  }

  .oakln-customer-review-card__footer {
    margin-top: auto;
    padding-top: 0;
  }

  .oakln-customer-review-card__author--footer {
    padding-top: 0;
  }
}

@media (max-width: 420px) {
  .oakln-customer-review-card {
    width: min(var(--oakln-reviews-mobile-card-width, 86vw), calc((100vw - 42px) * 0.6667), 360px);
    flex-basis: min(var(--oakln-reviews-mobile-card-width, 86vw), calc((100vw - 42px) * 0.6667), 360px);
  }

  .oakln-customer-review-card__top {
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 92px;
  }

  .oakln-customer-review-card__media {
    width: 92px;
    height: 92px;
  }

  .oakln-customer-review-card__product-title {
    font-size: 13px;
  }
}

@media (min-width: 960px) {
  .oakln-customer-reviews[data-pc-show="true"] {
    display: block;
  }
}
