.imc-layout-spotlight {
  background: var(--imc-store-page-bg, #ffffff);
  color: #1f2933;
  padding-bottom: 64px;
}

.imc-layout-spotlight .imc-storefront-shell--spotlight {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 42px 24px 64px;
}

.imc-layout-spotlight .imc-storefront-content {
  padding: 0;
}

.imc-layout-spotlight .imc-storefront-spotlight-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.imc-layout-spotlight .imc-storefront-spotlight-brand {
  display: inline-flex;
  align-items: center;
  max-width: 180px;
  min-height: 58px;
  color: #1f2933;
  text-decoration: none;
}

.imc-layout-spotlight .imc-storefront-spotlight-brand img {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 68px;
  object-fit: contain;
}

.imc-layout-spotlight .imc-storefront-spotlight-brand span {
  display: inline-block;
  max-width: 180px;
  color: transparent;
  -webkit-text-stroke: 1px #1f2933;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 0.88;
  text-transform: uppercase;
}

.imc-layout-spotlight .imc-storefront-spotlight-actions,
.imc-layout-spotlight .imc-storefront-topbar-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.imc-layout-spotlight .imc-storefront-spotlight-actions {
  margin-top: 8px;
}

.imc-layout-spotlight .imc-storefront-cart-menu {
  position: relative;
}

.imc-layout-spotlight .imc-storefront-action-link,
.imc-layout-spotlight .imc-storefront-spotlight-search-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #5b636d;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
  transition: color 160ms ease;
}

.imc-layout-spotlight .imc-storefront-action-link:hover,
.imc-layout-spotlight .imc-storefront-action-link:focus-visible,
.imc-layout-spotlight .imc-storefront-spotlight-search-toggle:hover,
.imc-layout-spotlight .imc-storefront-spotlight-search-toggle:focus-visible {
  color: #111827;
}

.imc-layout-spotlight .imc-storefront-cart-count {
  top: -6px;
  right: -7px;
}

.imc-layout-spotlight .imc-storefront-mini-cart {
  right: 0;
  top: calc(100% + 10px);
}

.imc-layout-spotlight .imc-storefront-spotlight-intro {
  display: grid;
  gap: 8px;
  max-width: 620px;
  margin: -16px 0 34px;
}

.imc-layout-spotlight .imc-storefront-spotlight-header-text,
.imc-layout-spotlight .imc-storefront-spotlight-about {
  margin: 0;
  color: #66717c;
  font-size: 13px;
  line-height: 1.6;
}

.imc-layout-spotlight .imc-storefront-spotlight-intro .imc-storefront-contact,
.imc-layout-spotlight .imc-storefront-spotlight-intro .imc-storefront-links {
  justify-content: flex-start;
}

.imc-layout-spotlight .imc-storefront-spotlight-intro .imc-storefront-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: #5b636d;
  font-size: 12px;
}

.imc-layout-spotlight .imc-storefront-spotlight-controls {
  display: none;
  gap: 12px;
  margin: -8px 0 32px;
  padding: 16px 0 18px;
  border-top: 1px solid #eef0f2;
  border-bottom: 1px solid #eef0f2;
}

.imc-layout-spotlight .imc-storefront-spotlight-controls.is-open {
  display: grid;
}

.imc-layout-spotlight .imc-storefront-pill-row {
  justify-content: flex-start;
  gap: 8px;
}

.imc-layout-spotlight .imc-storefront-pill {
  border-color: #e5e7eb;
  background: #ffffff;
  color: #5b636d;
  font-size: 11px;
  letter-spacing: 0.02em;
}

.imc-layout-spotlight .imc-storefront-pill.is-active {
  border-color: #1f2933;
  background: #1f2933;
  color: #ffffff;
}

.imc-layout-spotlight .imc-storefront-toolbar.is-spotlight {
  justify-content: flex-start;
}

.imc-layout-spotlight .imc-storefront-toolbar-form {
  justify-content: flex-start;
  gap: 8px;
}

.imc-layout-spotlight .imc-storefront-input,
.imc-layout-spotlight .imc-storefront-select {
  min-height: 34px;
  border-color: #e5e7eb;
  border-radius: 999px;
  color: #4b5563;
  font-size: 12px;
}

.imc-layout-spotlight .imc-storefront-input {
  width: 220px;
}

.imc-layout-spotlight .imc-storefront-input.narrow {
  width: 82px;
  max-width: 82px;
}

.imc-layout-spotlight .imc-storefront-button {
  min-height: 34px;
  border-radius: 999px;
  background: #111827;
  border-color: #111827;
  color: #ffffff;
  font-size: 12px;
}

.imc-layout-spotlight .imc-storefront-filter-clear.is-inline {
  color: #4b5563;
  font-size: 12px;
}

.imc-layout-spotlight .imc-storefront-campaign-strip {
  margin: 0 0 32px;
}

.imc-layout-spotlight .imc-storefront-grid.is-spotlight {
  grid-template-columns: repeat(var(--imc-store-grid-columns, 4), minmax(0, 1fr));
  gap: 34px 18px;
  padding: 0;
}

.imc-layout-spotlight .imc-storefront-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  text-align: left;
}

.imc-layout-spotlight .imc-storefront-thumb {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
  margin: 0;
  border-radius: 13px;
  overflow: hidden;
  background: #f3efee;
}

.imc-layout-spotlight .imc-storefront-product-image {
  object-fit: cover;
}

.imc-layout-spotlight .imc-storefront-card-body {
  align-items: flex-start;
  padding-top: 14px;
  text-align: left;
}

.imc-layout-spotlight .imc-storefront-card-body h3 {
  min-height: 0;
  margin: 0 0 8px;
  color: #66717c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.imc-layout-spotlight .imc-storefront-card-body h3 a {
  color: inherit;
}

.imc-layout-spotlight .imc-storefront-price {
  color: #1f2933;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.imc-layout-spotlight .imc-storefront-swatches,
.imc-layout-spotlight .imc-storefront-custom-options {
  align-self: stretch;
  justify-content: flex-start;
  margin: 2px 0 8px;
}

.imc-layout-spotlight .imc-storefront-pagination {
  margin-top: 42px;
}

.imc-layout-spotlight .imc-storefront-empty {
  background: transparent;
}

@media (max-width: 1200px) {
  .imc-layout-spotlight .imc-storefront-grid.is-spotlight {
    grid-template-columns: repeat(var(--imc-store-grid-columns-md, 3), minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .imc-layout-spotlight .imc-storefront-shell--spotlight {
    padding: 28px 18px 48px;
  }

  .imc-layout-spotlight .imc-storefront-spotlight-topbar {
    align-items: center;
    margin-bottom: 28px;
  }

  .imc-layout-spotlight .imc-storefront-spotlight-brand,
  .imc-layout-spotlight .imc-storefront-spotlight-brand img,
  .imc-layout-spotlight .imc-storefront-spotlight-brand span {
    max-width: 142px;
  }

  .imc-layout-spotlight .imc-storefront-spotlight-brand span {
    font-size: 24px;
  }

  .imc-layout-spotlight .imc-storefront-spotlight-actions,
  .imc-layout-spotlight .imc-storefront-topbar-actions {
    gap: 10px;
  }

  .imc-layout-spotlight .imc-storefront-action-link,
  .imc-layout-spotlight .imc-storefront-spotlight-search-toggle {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }

  .imc-layout-spotlight .imc-storefront-spotlight-controls {
    margin-bottom: 26px;
  }

  .imc-layout-spotlight .imc-storefront-grid.is-spotlight {
    grid-template-columns: repeat(var(--imc-store-grid-columns-mobile, 2), minmax(0, 1fr));
    gap: 28px 14px;
  }

  .imc-layout-spotlight .imc-storefront-card-body {
    padding-top: 10px;
  }

  .imc-layout-spotlight .imc-storefront-card-body h3 {
    font-size: 12px;
  }

  .imc-layout-spotlight .imc-storefront-price {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .imc-layout-spotlight .imc-storefront-spotlight-topbar {
    gap: 14px;
  }

  .imc-layout-spotlight .imc-storefront-input {
    width: 180px;
  }
}
