.icb-app-home {
  display: none;
}

.icb-app-home,
.icb-app-home * {
  box-sizing: border-box;
}

.icb-app-home a {
  text-decoration: none;
}

.icb-app-shell {
  width: min(100%, 780px);
  margin: 0 auto;
  padding: 14px 14px 34px;
  background: #fff8ef;
  color: #111111;
  font-family: inherit;
}

.icb-app-header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 44px 44px 44px;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.icb-app-logo,
.icb-app-icon,
.icb-menu-dropdown summary {
  display: grid;
  place-items: center;
  min-height: 44px;
  border: 1px solid #eadfd1;
  border-radius: 8px;
  background: #ffffff;
  color: #111111;
}

.icb-app-logo {
  min-height: 48px;
}

.icb-app-logo img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 8px;
}

.icb-app-icon svg,
.icb-menu-dropdown svg,
.icb-quick-item svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icb-menu-dropdown {
  position: relative;
  margin: 0;
}

.icb-menu-dropdown summary {
  list-style: none;
  cursor: pointer;
}

.icb-menu-dropdown summary::-webkit-details-marker {
  display: none;
}

.icb-menu-dropdown nav {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 10;
  min-width: 235px;
  max-height: 72vh;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #eadfd1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.14);
}

.icb-standard-menu,
.icb-standard-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.icb-standard-menu a {
  display: block;
  padding: 13px 14px;
  border-bottom: 1px solid #f1e8de;
  color: #111111;
  font-size: 13px;
  font-weight: 900;
}

.icb-standard-menu li:last-child > a {
  border-bottom: 0;
}

.icb-standard-menu .sub-menu {
  background: #fff8ef;
}

.icb-standard-menu .sub-menu a {
  padding-left: 25px;
  color: #555555;
  font-size: 12px;
}

.icb-app-search {
  margin: 0;
}

.icb-app-search input[type='search'] {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #eadfd1;
  border-radius: 8px;
  background: #ffffff;
  color: #111111;
  font-size: 15px;
  box-shadow: none;
}

.icb-store-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  padding: 14px;
  border: 1px solid #eadfd1;
  border-radius: 8px;
  background: #ffffff;
}

.icb-store-copy strong,
.icb-store-copy span {
  display: block;
}

.icb-store-copy strong {
  font-size: 17px;
  font-weight: 900;
}

.icb-store-copy span {
  margin-top: 3px;
  color: #111111;
  font-size: 14px;
  font-weight: 900;
}

.icb-store-copy small {
  display: block;
  margin-top: 3px;
  color: #777777;
  font-size: 13px;
  font-weight: 800;
}

.icb-store-actions {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
  flex-wrap: wrap;
}

.icb-store-actions a,
.icb-store-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid #eadfd1;
  background: #ffffff;
  color: #111111;
  font-family: inherit;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
}

.icb-store-actions a.is-active,
.icb-store-actions button.is-active {
  border-color: rgba(11, 122, 75, 0.22);
  background: #e8f5ee;
  color: #0b7a4b;
}

.icb-app-home.is-loading-store .icb-product-grid {
  opacity: 0.45;
  pointer-events: none;
}

.icb-slider {
  margin-bottom: 22px;
}

.icb-slider-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.icb-slider-track::-webkit-scrollbar {
  display: none;
}

.icb-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: 265px;
  overflow: hidden;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 14px 34px rgba(17, 17, 17, 0.14);
  scroll-snap-align: start;
}

.icb-slide-shade {
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 265px;
  padding: 20px;
  background: rgba(17, 17, 17, 0.45);
  text-align: center;
}

.icb-slide h2 {
  max-width: 540px;
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.14;
  font-weight: 900;
  letter-spacing: 0;
}

.icb-slide p {
  max-width: 520px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.icb-slide a,
.icb-promo-band a,
.icb-product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 16px;
  padding: 0 16px;
  border-radius: 8px;
  background: #f77f2f;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.icb-slider-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
}

.icb-slider-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #eadfd1;
  transition: width 0.2s ease, background-color 0.2s ease;
}

.icb-slider-dots span.is-active {
  width: 22px;
  background: #0b7a4b;
}

.icb-app-section {
  margin: 22px 0;
}

.icb-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.icb-section-head h2 {
  margin: 0;
  color: #111111;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0;
}

.icb-section-head span {
  color: #777777;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.icb-quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.icb-quick-item {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 100px;
  padding: 12px 8px;
  border: 1px solid #eadfd1;
  border-radius: 8px;
  background: #ffffff;
  color: #111111;
  text-align: center;
}

.icb-quick-item span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #e8f5ee;
  color: #111111;
}

.icb-quick-item svg path:nth-child(2),
.icb-quick-item svg path:nth-child(3) {
  stroke: #f77f2f;
}

.icb-quick-item b {
  color: #111111;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.icb-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 14px;
  padding: 2px 2px 4px;
}

.icb-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #eadfd1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
}

.icb-store-empty {
  grid-column: 1 / -1;
  padding: 18px;
  border: 1px dashed #eadfd1;
  border-radius: 8px;
  background: #ffffff;
  color: #777777;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.icb-product-image {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f4f4f4;
}

.icb-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icb-product-image span {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  padding: 5px 8px;
  border-radius: 999px;
  background: #0b7a4b;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.icb-product-body {
  display: grid;
  gap: 7px;
  padding: 10px;
}

.icb-product-name {
  min-height: 36px;
  color: #111111;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.icb-product-price {
  color: #0b7a4b;
  font-size: 13px;
  font-weight: 900;
}

.icb-product-price del {
  color: #777777;
  font-size: 11px;
}

.icb-product-button {
  min-height: 36px;
  margin-top: 0;
  padding: 0 10px;
  font-size: 12px;
}

.icb-promo-band {
  margin: 22px 0;
  padding: 20px;
  border-radius: 8px;
  background: #0b3f2c;
  color: #ffffff;
}

.icb-promo-band span {
  color: #f77f2f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.icb-promo-band h2 {
  margin: 8px 0 8px;
  color: #ffffff;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 0;
}

.icb-promo-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  line-height: 1.55;
}

.icb-story-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid #eadfd1;
  border-radius: 8px;
  background: #ffffff;
}

.icb-story-card img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 8px;
}

.icb-story-card h2 {
  margin: 0;
  color: #111111;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

.icb-story-card p {
  margin: 5px 0 0;
  color: #777777;
  font-size: 13px;
  line-height: 1.45;
}

.icb-web-signature {
  display: grid;
  justify-items: center;
  gap: 4px;
  padding: 20px 10px 6px;
  color: #777777;
  text-align: center;
}

.icb-web-signature span {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.icb-web-signature strong {
  color: #f77f2f;
  font-size: 13px;
  font-weight: 900;
}

.icb-product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 14px;
}

.icb-product-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(11, 122, 75, 0.2);
  border-radius: 999px;
  background: #e8f5ee;
  color: #0b7a4b;
  font-size: 12px;
  font-weight: 900;
}

.icb-buying-helper,
.icb-product-story,
.icb-product-info-panel {
  border: 1px solid #eadfd1;
  border-radius: 8px;
  background: #fff8ef;
  color: #111111;
}

.icb-buying-helper {
  margin: 14px 0;
  padding: 13px;
}

.icb-buying-helper strong {
  display: block;
  font-size: 14px;
  font-weight: 900;
}

.icb-buying-helper p {
  margin: 5px 0 0;
  color: #777777;
  font-size: 13px;
  line-height: 1.45;
}

.icb-product-story {
  clear: both;
  margin: 26px 0;
  padding: 22px;
}

.icb-product-story span {
  color: #f77f2f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.icb-product-story h2 {
  margin: 8px 0;
  color: #111111;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}

.icb-product-story p,
.icb-product-info-panel p {
  margin: 0;
  color: #777777;
  line-height: 1.6;
}

.icb-product-info-panel {
  padding: 18px;
}

.icb-product-info-panel h2 {
  margin: 0 0 8px;
  color: #111111;
  font-size: 20px;
  font-weight: 900;
}

@media (max-width: 1024px) {
  body.icb-mobile-home-active .main-header,
  body.icb-mobile-home-active .js-main-header {
    display: none !important;
  }

  body.icb-mobile-home-active .icb-app-home {
    display: block;
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    background: #fff8ef;
  }

  body.icb-mobile-home-active .icb-app-home + .elementor-782 {
    display: none !important;
  }

  body.icb-mobile-home-active .ms-page-content,
  body.icb-mobile-home-active .site-content,
  body.icb-mobile-home-active .content-area,
  body.icb-mobile-home-active main {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  body.icb-mobile-home-active {
    background: #fff8ef !important;
  }

  .icb-app-shell {
    min-height: 100vh;
    padding-top: max(12px, env(safe-area-inset-top));
    padding-bottom: max(34px, env(safe-area-inset-bottom));
  }

  .icb-slide {
    min-height: clamp(250px, 42vw, 330px);
  }

  .icb-slide-shade {
    min-height: clamp(250px, 42vw, 330px);
  }

  .icb-quick-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .icb-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 16px;
  }
}

@media (max-width: 760px) {
  .icb-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .icb-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }
}

@media (max-width: 430px) {
  .icb-app-shell {
    padding-inline: 12px;
  }

  .icb-app-header {
    grid-template-columns: 40px minmax(0, 1fr) 36px 36px 36px;
    gap: 8px;
  }

  .icb-app-logo,
  .icb-app-logo img {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .icb-app-icon,
  .icb-menu-dropdown summary {
    min-height: 36px;
  }

  .icb-app-icon svg,
  .icb-menu-dropdown svg {
    width: 22px;
    height: 22px;
  }

  .icb-app-search input[type='search'] {
    min-height: 42px;
    font-size: 14px;
  }

  .icb-store-card {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .icb-store-copy strong {
    font-size: 15px;
  }

  .icb-store-actions {
    justify-content: flex-start;
  }

  .icb-slide,
  .icb-slide-shade {
    min-height: 248px;
  }

  .icb-slide h2 {
    font-size: 24px;
  }

  .icb-slide p {
    font-size: 13px;
  }

  .icb-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .icb-quick-item {
    min-height: 94px;
    padding-inline: 6px;
  }

  .icb-quick-item b,
  .icb-product-button {
    font-size: 11px;
  }

  .icb-product-grid {
    gap: 16px 11px;
  }
}
