/* Bellstore product trust overlay */

.bs-product-trust {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 4px 0 18px;
  padding: 0;
  box-sizing: border-box;
  grid-column: 1 / -1;
}

.bs-product-trust__grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 6px;
}

.bs-product-trust__list {
  list-style: none;
  margin: 0;
  padding: 6px 10px 4px;
}

.bs-product-trust__row,
.bs-product-trust__row--link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 4px;
  color: inherit;
  text-decoration: none;
}

.bs-product-trust__row--link:active {
  opacity: 0.72;
}

.bs-product-trust__icon,
.bs-product-trust__help-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef3ff;
  color: #4d7cff;
}

.bs-product-trust__icon svg,
.bs-product-trust__help-icon svg {
  width: 21px;
  height: 21px;
}

.bs-product-trust__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 2px;
}

.bs-product-trust__copy strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #1d1d1f;
}

.bs-product-trust__copy small {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: #86868b;
}

.bs-product-trust__help {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 2px 4px 0;
  padding: 18px 16px;
  border-radius: 20px;
  background: #e23b4a;
  color: #fff;
}

.bs-product-trust__help-icon {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.85);
}

.bs-product-trust__help-body {
  min-width: 0;
  flex: 1;
}

.bs-product-trust__help-body strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.bs-product-trust__help-body p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.94);
}

.bs-product-trust__phone {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.bs-product-trust__phone:active {
  opacity: 0.8;
}

html:not(.is-desktop-layout) .page-product--with-buy-bar .bs-product-trust,
html:not(.is-desktop-layout) :has(.product-buy-bar) .bs-product-trust {
  margin-bottom: 8px;
  padding-bottom: 84px;
}

html.is-desktop-layout .bs-product-trust {
  max-width: none;
  width: 100%;
  margin: 8px 0 28px;
  padding: 0;
}

html.is-desktop-layout .bs-product-trust__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 40px;
  align-items: stretch;
  padding: 0;
}

html.is-desktop-layout .bs-product-trust__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  margin: 0;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 22px;
  border: 0.5px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 36px rgba(15, 23, 42, 0.06);
}

html.is-desktop-layout .bs-product-trust__row,
html.is-desktop-layout .bs-product-trust__row--link {
  padding: 12px 6px;
  gap: 12px;
}

html.is-desktop-layout .bs-product-trust__help {
  margin: 0;
  min-height: 100%;
  padding: 32px 28px;
  border-radius: 22px;
  align-items: center;
  box-sizing: border-box;
}

html.is-desktop-layout .bs-product-trust__help-body strong {
  font-size: 22px;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

html.is-desktop-layout .bs-product-trust__help-body p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 18px;
}

html.is-desktop-layout .bs-product-trust__phone {
  font-size: 20px;
}

html.is-desktop-layout .bs-product-trust__icon,
html.is-desktop-layout .bs-product-trust__help-icon {
  width: 44px;
  height: 44px;
}

@media (min-width: 720px) {
  .bs-product-trust__copy strong {
    font-size: 15.5px;
  }
}
