.imc-layout-modern {
  background: #ffffff;
  color: #101418;
  padding: 0;
}

.imc-layout-modern .imc-storefront-content {
  max-width: 1180px;
  padding: 0 96px 78px;
  background: var(--imc-store-page-bg, #ffffff);
}

.imc-layout-modern .imc-storefront-modern-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  width: 100%;
  min-height: 88px;
  padding: 0 96px;
  background: var(--imc-store-topbar-bg, #ffffff);
}

.imc-layout-modern .imc-storefront-modern-nav {
  min-width: 0;
}

.imc-layout-modern .imc-storefront-modern-nav .imc-storefront-links {
  gap: 12px;
  justify-content: flex-start;
}

.imc-layout-modern .imc-storefront-modern-nav .imc-storefront-link {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1f2a33;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.imc-layout-modern .imc-storefront-modern-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  color: #0d1116;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  overflow-wrap: anywhere;
}

.imc-layout-modern .imc-storefront-modern-brand-logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.imc-layout-modern .imc-storefront-topbar-actions {
  justify-content: flex-end;
  gap: 16px;
}

.imc-layout-modern .imc-storefront-topbar-actions .imc-storefront-action-link {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #0f1720;
  font-size: 19px;
}

.imc-layout-modern .imc-storefront-modern-hero {
  display: grid;
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 112px);
  min-height: 430px;
  padding: 28px 0 58px;
}

.imc-layout-modern .imc-storefront-modern-copy {
  display: grid;
  justify-items: start;
  gap: 22px;
}

.imc-layout-modern .imc-storefront-profile-title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin: 0;
  color: var(--imc-store-title-color, #111827);
  font-size: 34px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.imc-layout-modern .imc-storefront-profile-title a {
  color: inherit;
  text-decoration: none;
  min-width: 0;
  overflow-wrap: anywhere;
}

.imc-layout-modern .imc-storefront-profile-header,
.imc-layout-modern .imc-storefront-profile-about {
  max-width: 290px;
  margin: 0;
  color: var(--imc-store-subtitle-color, #4d5964);
  font-size: 13px;
  line-height: 1.8;
}

.imc-layout-modern .imc-storefront-contact {
  display: grid;
  gap: 6px;
  color: var(--imc-store-subtitle-color, #4d5964);
  font-size: 11px;
  line-height: 1.5;
}

.imc-layout-modern .imc-storefront-contact-item {
  justify-content: flex-start;
}

.imc-layout-modern .imc-storefront-modern-media {
  min-width: 0;
}

.imc-layout-modern .imc-storefront-modern-featured-product {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--imc-storefront-banner-height);
  text-decoration: none;
}

.imc-layout-modern .imc-storefront-modern-featured-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.imc-layout-modern .imc-storefront-banner-card.is-modern {
  background: transparent;
}

.imc-layout-modern .imc-storefront-banner-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.imc-layout-modern .imc-storefront-banner-fallback {
  background: #f5f6f7;
}

.imc-layout-modern .imc-storefront-products.is-modern {
  border-top: 1px solid #edf0f2;
  padding-top: 34px;
}

.imc-layout-modern .imc-storefront-modern-filter-strip {
  display: grid;
  justify-items: center;
  gap: 16px;
  margin-bottom: 44px;
}

.imc-layout-modern .imc-storefront-modern-category-selects {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.imc-layout-modern .imc-storefront-pill-row.is-modern-category-row {
  justify-content: center;
  gap: 0;
}

.imc-layout-modern .imc-storefront-pill {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #12181f;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 10px;
  font-weight: 800;
}

.imc-layout-modern .imc-storefront-pill::before {
  content: "x";
  margin-right: 8px;
  color: #5f6b76;
  font-size: 9px;
  text-transform: lowercase;
}

.imc-layout-modern .imc-storefront-pill:hover,
.imc-layout-modern .imc-storefront-pill.is-active {
  color: var(--imc-store-price-color, #285f7c);
}

.imc-layout-modern .imc-storefront-modern-more-select {
  min-width: 150px;
  min-height: 34px;
  max-width: 210px;
  padding: 0 28px 0 12px;
  border: 1px solid #d7dde3;
  border-radius: 0;
  background: #ffffff;
  color: #12181f;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
}

.imc-layout-modern .imc-storefront-modern-more-select:hover,
.imc-layout-modern .imc-storefront-modern-more-select:focus,
.imc-layout-modern .imc-storefront-modern-more-select.is-active {
  border-color: var(--imc-store-price-color, #285f7c);
  color: var(--imc-store-price-color, #285f7c);
}

.imc-layout-modern .imc-storefront-modern-more-select:focus {
  outline: 1px solid var(--imc-store-price-color, #285f7c);
  outline-offset: 4px;
}

.imc-layout-modern .imc-storefront-modern-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.imc-layout-modern .imc-storefront-toolbar-form {
  justify-content: center;
  gap: 8px;
}

.imc-layout-modern .imc-storefront-input,
.imc-layout-modern .imc-storefront-select {
  min-height: 32px;
  border-radius: 0;
  border-color: #d7dde3;
  background: #ffffff;
  color: #24313c;
  font-size: 11px;
}

.imc-layout-modern .imc-storefront-input {
  width: 150px;
}

.imc-layout-modern .imc-storefront-input.narrow {
  width: 78px;
  max-width: 78px;
}

.imc-layout-modern .imc-storefront-select {
  min-width: 150px;
}

.imc-layout-modern .imc-storefront-button {
  min-height: 32px;
  border-radius: 0;
  border-color: var(--imc-store-button-bg, #285f7c);
  background: var(--imc-store-button-bg, #285f7c);
  color: var(--imc-store-button-text, #ffffff);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 10px;
}

.imc-layout-modern .imc-storefront-button:hover {
  border-color: var(--imc-store-button-hover-bg, #15384c);
  background: var(--imc-store-button-hover-bg, #15384c);
}

.imc-layout-modern .imc-storefront-filter-clear {
  color: #5c6670;
  font-size: 11px;
}

.imc-layout-modern .imc-storefront-grid.is-modern {
  grid-template-columns: repeat(var(--imc-store-grid-columns, 3), minmax(0, 1fr));
  gap: 30px 24px;
  max-width: 100%;
  margin: 0 auto;
}

.imc-layout-modern .imc-storefront-card {
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  text-align: left;
}

.imc-layout-modern .imc-storefront-thumb {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  aspect-ratio: 0.77;
  margin: 0;
  padding: 0;
  background: var(--imc-store-card-bg, #f0f0f0);
  overflow: hidden;
}

.imc-layout-modern .imc-storefront-product-image {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
}

.imc-layout-modern .imc-storefront-thumb-overlay {
  left: 14px;
  bottom: 14px;
}

.imc-layout-modern .imc-storefront-card-body {
  display: grid;
  gap: 4px;
  align-items: start;
  padding: 16px 38px 0;
  text-align: left;
}

.imc-layout-modern .imc-storefront-card-body h3 {
  min-height: 0;
  margin: 0;
  color: var(--imc-store-product-title-color, #171d23);
  font-size: var(--imc-store-product-title-size, 12px);
  line-height: 1.35;
  font-weight: var(--imc-store-product-title-weight, 500);
}

.imc-layout-modern .imc-storefront-card-body h3 a {
  color: inherit;
  text-decoration: none;
}

.imc-layout-modern .imc-storefront-card-body h3 a:hover {
  color: var(--imc-store-price-color, #285f7c);
}

.imc-layout-modern .imc-storefront-price {
  color: var(--imc-store-price-color, #171d23);
  font-size: var(--imc-store-price-size, 12px);
  line-height: 1.35;
  font-weight: 700;
  white-space: nowrap;
}

.imc-layout-modern .imc-storefront-swatches,
.imc-layout-modern .imc-storefront-custom-options {
  grid-column: 1 / -1;
  justify-content: flex-start;
  margin-top: 2px;
}

.imc-layout-modern .imc-storefront-empty {
  max-width: 880px;
  margin: 0 auto;
  border: 1px solid #edf0f2;
  border-radius: 0;
  background: #ffffff;
}

.imc-layout-modern .imc-storefront-campaign-strip {
  max-width: 880px;
  margin: 0 auto 28px;
}

.imc-layout-modern .imc-storefront-pagination {
  margin-top: 34px;
}

.imc-layout-modern .imc-storefront-modern-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 48px;
  padding: 34px 0 0;
  border-top: 1px solid #edf0f2;
}

.imc-layout-modern .imc-storefront-modern-footer-contact,
.imc-layout-modern .imc-storefront-modern-footer-links {
  min-width: 0;
}

.imc-layout-modern .imc-storefront-modern-footer .imc-storefront-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: #5d6872;
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
}

.imc-layout-modern .imc-storefront-modern-footer .imc-storefront-contact-item {
  justify-content: flex-start;
}

.imc-layout-modern .imc-storefront-modern-footer .imc-storefront-links {
  justify-content: flex-end;
  gap: 12px;
}

.imc-layout-modern .imc-storefront-modern-footer .imc-storefront-link {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #33566c;
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .imc-layout-modern {
    padding: 0;
  }

  .imc-layout-modern .imc-storefront-content {
    max-width: calc(100% - 48px);
    padding: 0 48px 58px;
  }

  .imc-layout-modern .imc-storefront-modern-topbar {
    padding: 0 48px;
  }

  .imc-layout-modern .imc-storefront-grid.is-modern {
    grid-template-columns: repeat(var(--imc-store-grid-columns-md, 2), minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .imc-layout-modern {
    padding: 0;
  }

  .imc-layout-modern .imc-storefront-content {
    max-width: none;
    padding: 0 18px 42px;
  }

  .imc-layout-modern .imc-storefront-modern-topbar {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    padding: 18px 0;
  }

  .imc-layout-modern .imc-storefront-modern-nav .imc-storefront-links,
  .imc-layout-modern .imc-storefront-topbar-actions {
    justify-content: center;
  }

  .imc-layout-modern .imc-storefront-modern-brand {
    font-size: 14px;
  }

  .imc-layout-modern .imc-storefront-profile-title {
    font-size: 28px;
  }

  .imc-layout-modern .imc-storefront-modern-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 28px;
    padding: 22px 0 36px;
  }

  .imc-layout-modern .imc-storefront-profile-header,
  .imc-layout-modern .imc-storefront-profile-about {
    max-width: none;
  }

  .imc-layout-modern .imc-storefront-modern-copy {
    justify-items: center;
    text-align: center;
  }

  .imc-layout-modern .imc-storefront-profile-title {
    justify-content: center;
  }

  .imc-layout-modern .imc-storefront-contact {
    justify-items: center;
  }

  .imc-layout-modern .imc-storefront-toolbar-form {
    width: 100%;
    justify-content: flex-start;
  }

  .imc-layout-modern .imc-storefront-input,
  .imc-layout-modern .imc-storefront-select {
    width: auto;
    min-width: 140px;
  }

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

  .imc-layout-modern .imc-storefront-card-body {
    padding: 12px 6px 0;
  }

  .imc-layout-modern .imc-storefront-modern-footer {
    justify-content: center;
    text-align: center;
  }

  .imc-layout-modern .imc-storefront-modern-footer .imc-storefront-contact,
  .imc-layout-modern .imc-storefront-modern-footer .imc-storefront-links {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .imc-layout-modern .imc-storefront-grid.is-modern {
    grid-template-columns: repeat(var(--imc-store-grid-columns-mobile, 2), minmax(0, 1fr));
  }
}
