/* STOCKDIVAR_STOREFRONT_MINI_V818 */

body[data-storefront-mini-v818="true"] .sd-storefront-v817 {
  min-height: 70vh;
  --store-accent: #a71928;
  --store-text: var(--text, #172033);
  --store-muted: var(--muted, #667085);
  --store-line: var(--line, #e5e7eb);
  --store-surface: var(--surface, #fff);
  --store-soft: var(--surface-2, #f6f7f9);
  color: var(--store-text);
  background:
    radial-gradient(circle at 85% 18%, color-mix(in srgb, var(--store-accent) 7%, transparent), transparent 30%),
    var(--bg, #f7f8fa);
}

.sd-storefront-hero-v817 {
  position: relative;
  padding-bottom: 25px;
  background: var(--store-surface);
  box-shadow: 0 8px 30px rgb(15 23 42 / 6%);
}

.sd-store-cover-v817 {
  position: relative;
  height: clamp(230px, 34vw, 430px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: rgb(255 255 255 / 58%);
  background:
    radial-gradient(circle at 18% 20%, rgb(255 255 255 / 20%), transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(255 255 255 / 12%), transparent 30%),
    linear-gradient(125deg, var(--store-accent), #101521 82%);
  font-size: clamp(20px, 4vw, 48px);
  font-weight: 950;
}

.sd-store-cover-v817::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgb(7 11 19 / 54%));
  pointer-events: none;
}

.sd-store-cover-v817 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sd-store-hero-content-v817 {
  position: relative;
  z-index: 2;
}

.sd-store-breadcrumb-v817 {
  position: absolute;
  inset-inline-start: 0;
  bottom: calc(100% + 16px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: rgb(255 255 255 / 82%);
  font-size: 12px;
}

.sd-store-breadcrumb-v817 a {
  color: #fff;
  text-decoration: none;
}

.sd-store-identity-v817 {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: end;
  gap: 22px;
  margin-top: -72px;
}

.sd-store-logo-v817 {
  position: relative;
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 7px solid var(--store-surface);
  border-radius: 38px;
  color: #fff;
  background: var(--store-accent);
  box-shadow: 0 16px 38px rgb(15 23 42 / 24%);
  font-size: 55px;
  font-weight: 950;
}

.sd-store-logo-v817 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sd-store-title-v817 {
  min-width: 0;
  padding-top: 82px;
}

.sd-store-title-v817 > div {
  min-height: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.sd-store-verified-v817,
.sd-store-preview-badge-v817 {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.sd-store-verified-v817 {
  color: #047857;
  background: #ecfdf5;
}

.sd-store-preview-badge-v817 {
  color: #92400e;
  background: #fffbeb;
}

.sd-store-title-v817 h1 {
  margin: 4px 0 2px;
  overflow-wrap: anywhere;
  font-size: clamp(27px, 4vw, 43px);
  letter-spacing: -.03em;
}

.sd-store-title-v817 p {
  margin: 0;
  color: var(--store-muted);
  font-size: 15px;
  line-height: 1.8;
}

.sd-store-hero-actions-v817 {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 12px;
}

.sd-store-action-v817,
.sd-store-action-primary-v817 {
  min-height: 45px;
  padding: 0 17px;
  border-radius: 13px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.sd-store-action-v817 {
  border: 1px solid var(--store-line);
  color: var(--store-text);
  background: var(--store-surface);
}

.sd-store-action-primary-v817 {
  border: 1px solid var(--store-accent);
  color: #fff;
  background: var(--store-accent);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--store-accent) 25%, transparent);
}

.sd-store-facts-v817 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.sd-store-facts-v817 > div {
  min-width: 0;
  padding: 13px 15px;
  border: 1px solid var(--store-line);
  border-radius: 15px;
  background: var(--store-soft);
}

.sd-store-facts-v817 span,
.sd-store-facts-v817 strong {
  display: block;
}

.sd-store-facts-v817 span {
  color: var(--store-muted);
  font-size: 11px;
}

.sd-store-facts-v817 strong {
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}

.sd-store-status-note-v817 {
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid #f4d393;
  border-radius: 13px;
  color: #854d0e;
  background: #fffbeb;
  line-height: 1.8;
}

.sd-storefront-body-v817 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 340px);
  align-items: start;
  gap: 20px;
  padding-block: 24px 55px;
}

.sd-storefront-primary-v817,
.sd-storefront-side-v817 {
  min-width: 0;
  display: grid;
  gap: 16px;
}

.sd-store-panel-v817 {
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid var(--store-line);
  border-radius: 23px;
  background: var(--store-surface);
  box-shadow: 0 12px 34px rgb(15 23 42 / 6%);
}

.sd-store-panel-v817 > header > span,
.sd-store-panel-v817 > span,
.sd-store-products-head-v817 > div > span {
  color: var(--store-accent);
  font-size: 12px;
  font-weight: 900;
}

.sd-store-panel-v817 h2 {
  margin: 4px 0 8px;
  font-size: 22px;
}

.sd-store-links-v817 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.sd-store-links-v817 a {
  min-width: 0;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid color-mix(in srgb, var(--store-accent) 24%, var(--store-line));
  border-radius: 14px;
  color: var(--store-accent);
  background: color-mix(in srgb, var(--store-accent) 6%, var(--store-surface));
  text-decoration: none;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.sd-store-links-v817 a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px color-mix(in srgb, var(--store-accent) 12%, transparent);
}

.sd-store-products-head-v817 {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.sd-store-products-head-v817 h2 {
  margin-bottom: 4px;
  font-size: clamp(22px, 3vw, 30px);
}

.sd-store-products-head-v817 p {
  max-width: 630px;
  margin: 0;
  color: var(--store-muted);
  line-height: 1.8;
}

.sd-store-products-head-v817 label {
  flex: 0 0 min(300px, 38%);
}

.sd-store-products-head-v817 input {
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid var(--store-line);
  border-radius: 13px;
  outline: 0;
  color: var(--store-text);
  background: var(--store-soft);
  font: inherit;
}

.sd-store-products-head-v817 input:focus {
  border-color: var(--store-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--store-accent) 10%, transparent);
}

.sd-store-products-grid-v817 {
  margin-top: 0;
}

.sd-store-listing-shell-v817 {
  min-width: 0;
}

.sd-store-listing-shell-v817 > .api-listing-card {
  height: 100%;
}

.sd-store-empty-v817 {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--store-muted);
  text-align: center;
}

.sd-store-empty-v817 > span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--store-accent);
  background: color-mix(in srgb, var(--store-accent) 8%, transparent);
  font-size: 26px;
}

.sd-store-empty-v817 p {
  margin: 0;
}

.sd-store-about-v817 p,
.sd-store-trust-v817 p,
#storeAddressText {
  margin: 0;
  color: var(--store-muted);
  line-height: 2;
  white-space: pre-line;
}

.sd-store-contact-rows-v817 {
  display: grid;
  gap: 9px;
  margin-top: 13px;
}

.sd-store-contact-rows-v817 > a,
.sd-store-contact-rows-v817 > div {
  padding: 12px 13px;
  border-radius: 13px;
  color: inherit;
  background: var(--store-soft);
  text-decoration: none;
}

.sd-store-contact-rows-v817 small,
.sd-store-contact-rows-v817 strong {
  display: block;
}

.sd-store-contact-rows-v817 small {
  color: var(--store-muted);
}

.sd-store-contact-rows-v817 strong {
  margin-top: 3px;
}

.sd-store-map-button-v817 {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  border-radius: 13px;
  color: #fff;
  background: var(--store-accent);
  text-decoration: none;
  font-weight: 900;
}

.sd-store-trust-v817 {
  border-style: dashed;
}

.sd-store-create-v817 {
  display: grid;
  gap: 4px;
  padding: 18px;
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 10% 15%, rgb(255 255 255 / 17%), transparent 30%),
    linear-gradient(135deg, var(--store-accent), #151a25);
  box-shadow: 0 14px 34px color-mix(in srgb, var(--store-accent) 18%, transparent);
  text-decoration: none;
}

.sd-store-create-v817 span {
  color: rgb(255 255 255 / 75%);
  font-size: 12px;
}

body.dark-mode .sd-store-verified-v817 {
  background: rgb(16 185 129 / 12%);
}

body.dark-mode .sd-store-preview-badge-v817,
body.dark-mode .sd-store-status-note-v817 {
  color: #f4cf87;
  background: rgb(245 158 11 / 10%);
  border-color: rgb(245 158 11 / 28%);
}

@media (max-width: 980px) {
  .sd-store-identity-v817 {
    grid-template-columns: 125px minmax(0, 1fr);
  }

  .sd-store-logo-v817 {
    width: 125px;
    height: 125px;
    border-radius: 32px;
  }

  .sd-store-title-v817 {
    padding-top: 70px;
  }

  .sd-store-hero-actions-v817 {
    grid-column: 1 / -1;
    justify-content: flex-end;
    padding-bottom: 0;
  }

  .sd-storefront-body-v817 {
    grid-template-columns: minmax(0, 1fr);
  }

  .sd-storefront-side-v817 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sd-store-create-v817 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .sd-store-cover-v817 {
    height: 245px;
  }

  .sd-store-identity-v817 {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 13px;
    margin-top: -48px;
  }

  .sd-store-logo-v817 {
    width: 92px;
    height: 92px;
    border-width: 5px;
    border-radius: 25px;
    font-size: 36px;
  }

  .sd-store-title-v817 {
    padding-top: 51px;
  }

  .sd-store-title-v817 h1 {
    font-size: 27px;
  }

  .sd-store-title-v817 p {
    font-size: 13px;
  }

  .sd-store-hero-actions-v817 {
    justify-content: stretch;
  }

  .sd-store-hero-actions-v817 button {
    flex: 1;
  }

  .sd-store-facts-v817 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sd-store-products-head-v817 {
    align-items: stretch;
    flex-direction: column;
  }

  .sd-store-products-head-v817 label {
    flex-basis: auto;
    width: 100%;
  }

  .sd-store-links-v817 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sd-storefront-side-v817 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .sd-store-identity-v817 {
    align-items: start;
  }

  .sd-store-title-v817 > div {
    min-height: 0;
    margin-bottom: 4px;
  }

  .sd-store-verified-v817,
  .sd-store-preview-badge-v817 {
    padding: 4px 6px;
    font-size: 9px;
  }

  .sd-store-facts-v817 {
    grid-template-columns: 1fr 1fr;
  }

  .sd-store-facts-v817 > div {
    padding: 11px;
  }

  .sd-store-links-v817 {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sd-store-links-v817 a {
    transition: none;
  }
}
