/** Shopify CDN: Minification failed

Line 20:6 Expected identifier but found whitespace
Line 20:7 Unexpected "1.3rem"
Line 53:12 Expected identifier but found whitespace
Line 53:13 Unexpected "min("
Line 67:13 Expected identifier but found whitespace
Line 67:14 Unexpected "clamp("
Line 76:20 Expected ":"
Line 81:13 Expected identifier but found whitespace
Line 81:14 Unexpected "clamp("
Line 89:15 Expected identifier but found whitespace
... and 3 more hidden warnings

**/
:root {
  --ikmini-grid-shell: minmax(0, 1fr);
}

  gap: 1.3rem;
  font-family: var(--font-body--family);
  color: var(--color-foreground);
  background:
    radial-gradient(
  margin-inline: 0 0.7rem 0 0.15rem;
      rgb(var(--color-sage-rgb) / 0.12),
      transparent 34%
    ),
    radial-gradient(
      circle at top right,
    padding-inline: 1rem 1.15rem;
    gap: 0.72rem;
    ),
    var(--color-background);
}

body,
button,
input,
    line-height: 1;
    display: inline-flex;
    align-items: center;
    align-self: center;
    transform: translateY(0.02em);
textarea {
  font-variant-numeric: proportional-nums;
}

h1,
h2,
h3,
.h1,
  max-width: min(100%, 20rem);
  margin-inline: auto;
.h2,
.h3,
.hero__content-wrapper .text-block:is(.h1, .h2, .h3, .h4),
.sticky-add-to-cart__title,
.main-collection-grid__title,
.theme-drawer__title {
  font-family: var(--font-heading--family);
  width: 100%;
  letter-spacing: -0.02em;
}

a,
  min-height: clamp(16rem, 30vw, 20rem);
  max-width: 20rem;
  margin-inline: auto;
input,
summary,
select,
textarea {
  transition:
  box-shadow: 0 14px 28px -26px rgb(74 64 56 / 16%);
    background-color var(--animation-speed-medium) var(--ease-out-quad),
    color var(--animation-speed-medium) var(--ease-out-quad),
    border-color var(--animation-speed-medium) var(--ease-out-quad),
    box-shadow var(--animation-speed-medium) var(--ease-out-quad);
}
  min-height: clamp(16rem, 30vw, 20rem);
:where(a, button, input, summary, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid var(--ikmini-focus-outline-color);
  outline-offset: 3px;
  box-shadow: var(--ikmini-focus-ring);
}

.button,
  inset-inline: 0.75rem;
  inset-block-end: 0.75rem;
.email-signup__button,
.add-to-cart-button,
.sticky-add-to-cart__button,
  font-size: 0.92rem;
.quantity-selector,
.theme-drawer__close-button,
.header-actions__action,
.facets__summary,
.facets__status,
.facets__bubble,
.pagination-controls__button,
.search__button,
  min-height: 2.35rem;
  padding: 0.62rem 0.88rem;
  border-radius: var(--ikmini-pill-radius);
}

.button,
.button-custom,
.add-to-cart-button,
.sticky-add-to-cart__button,
.email-signup__button,
.hero .button {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgb(var(--color-coral-rgb));
  box-shadow: var(--ikmini-shadow-coral);
  font-weight: 600;
}

.button:hover,
.button-custom:hover,
  margin-inline: 0 0.7rem 0 0.15rem;
.sticky-add-to-cart__button:hover,
.email-signup__button:hover,
.hero .button:hover {
  background: #ce7256;
  border-color: #ce7256;
}

.button:active,
.button-custom:active,
.add-to-cart-button:active,
.sticky-add-to-cart__button:active,
.email-signup__button:active,
.hero .button:active {
  transform: scale(0.98);
}

.button-secondary,
.header-actions__action,
.facets__summary,
.facets__status,
.theme-drawer__close-button,
.cart-items__remove {
  background: rgb(255 255 255 / 0.82);
  border: 1px solid var(--ikmini-soft-border);
  color: var(--color-foreground);
}

.header,
.header__row,
.header__underlay,
.theme-drawer__dialog,
.cart-drawer__summary,
.facets--horizontal .facets__panel-content,
.facets-mobile-wrapper .facets__panel-content {
  background-color: var(--color-background);
}

.header {
  border-bottom: 1px solid rgb(var(--color-foreground-rgb) / 0.08);
}

.header__row {
  padding-block: 0.55rem;
}

.header-actions__action {
  min-width: 2.75rem;
  min-height: 2.75rem;
}

.header__column--right,
.header__column--right header-actions {
  align-items: center;
}

.header__column--right header-actions {
  margin-inline-start: 0 !important;
  flex-wrap: nowrap;
  gap: 1.05rem;
}

.header__column--right .search-action {
  margin-inline: 0 0.5rem 0 0 !important;
}

.header__column--right .search-action .header-actions__action,
.header__column--right .account-button,
.header__column--right .action__cart {
  padding-inline: 0.15rem;
}

.header__column--right .search-action .header-actions__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.header__column--right .search-action .header-actions__action .svg-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header__column--right .account-button {
  margin-inline-start: 0.15rem;
}

.header-menu .menu-list__link {
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.header-menu .menu-list__link-title {
  padding-inline: calc(var(--gap-xl) / 1.7);
}

@media screen and (min-width: 990px) {
  .header__column--right .search-action .header-actions__action {
    min-width: auto;
    padding-inline: 1rem 1.05rem;
    gap: 0.62rem;
  }

  .header__column--right .search-action .header-actions__action::before {
    content: "Search";
    font-size: 0.96rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
    transform: translateY(0.04em);
  }
}

.header__underlay-closed {
  background: linear-gradient(
    #f5ede2 0 var(--top-row-height),
    #f5ede2 var(--top-row-height) var(--header-height)
  );
}

.header__underlay-open {
  background: linear-gradient(
    #f5ede2 0 var(--top-row-height),
    #f5ede2 var(--top-row-height) var(--header-height),
    var(--color-submenu) var(--header-height) 100%
  );
}

.header[data-sticky-state="active"] {
  backdrop-filter: saturate(1.2) blur(18px);
}

.header[data-sticky-state="active"] .header__underlay-closed {
  background: rgb(255 255 255 / 0.74);
  box-shadow: 0 14px 30px -26px rgb(74 64 56 / 22%);
}

.header[data-sticky-state="active"] .header__underlay-open {
  background: linear-gradient(
    rgb(255 255 255 / 0.82) 0 var(--top-row-height),
    rgb(255 255 255 / 0.82) var(--top-row-height) var(--header-height),
    var(--color-submenu) var(--header-height) 100%
  );
  box-shadow: 0 18px 34px -28px rgb(74 64 56 / 22%);
}

.header-actions__cart-icon .cart-bubble__background,
.theme-drawer__badge,
.cart-bubble__background {
  fill: rgb(var(--color-honey-rgb));
}

.header-actions__cart-icon .cart-bubble__text,
.theme-drawer__badge,
.cart-bubble__text {
  color: var(--color-foreground);
  font-weight: 700;
}

.hero__container {
  border: 0;
  border-radius: calc(var(--ikmini-card-radius) + 0.5rem);
  background:
    radial-gradient(
      circle at top left,
      rgb(var(--color-sage-rgb) / 0.18),
      transparent 36%
    ),
    linear-gradient(135deg, #fbf6ec 0%, #f7f0e3 56%, #f3ebdc 100%);
  box-shadow: var(--ikmini-shadow-sage);
  overflow: clip;
}

.hero__media-grid::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, rgb(74 64 56 / 0.12));
  pointer-events: none;
}

.hero__content-wrapper {
  align-content: end;
  gap: 1rem;
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.hero__content-wrapper .text-block:first-child {
  max-width: 13ch;
  font-family: var(--font-heading--family);
  font-size: clamp(2.4rem, 6vw, 4.75rem);
  line-height: 1.04;
  color: var(--color-foreground);
}

.hero__content-wrapper .button {
  width: fit-content;
  padding-inline: 1.6rem;
}

.ikmini-category-row {
  padding-block: var(--padding-block-start) var(--padding-block-end);
}

.ikmini-category-row__inner {
  display: grid;
  gap: 1.5rem;
}

.ikmini-category-row__header {
  display: grid;
  gap: 0.35rem;
}

.ikmini-category-row__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: rgb(var(--color-foreground-rgb) / 0.68);
}

.ikmini-category-row__title {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.ikmini-category-row__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ikmini-category-row__item {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  text-decoration: none;
  color: var(--color-foreground);
  padding: 1rem;
}

.ikmini-category-row__item:hover {
  transform: translateY(-2px);
}

.ikmini-category-row__icon-shell {
  width: clamp(5rem, 11vw, 7rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  box-shadow: var(--ikmini-shadow-card);
}

.ikmini-category-row__item--sky .ikmini-category-row__icon-shell {
  background: var(--color-sky-soft);
}

.ikmini-category-row__item--sage .ikmini-category-row__icon-shell {
  background: var(--color-sage-soft);
}

.ikmini-category-row__item--coral .ikmini-category-row__icon-shell {
  background: var(--color-coral-soft);
}

.ikmini-category-row__item--honey .ikmini-category-row__icon-shell {
  background: var(--color-honey-soft);
}

.ikmini-category-row__icon {
  width: 62%;
  height: 62%;
}

.ikmini-category-row__label {
  font-weight: 600;
  text-align: center;
}

.product-grid,
.footer-content {
  gap: 1.5rem;
}

.product-card__content,
.collection-card,
.cart-summary,
.main-collection-grid__empty,
.product-details > .group-block,
.footer-content > *,
.theme-drawer__header,
.cart-items__table-row,
.cart-summary__inner {
  border-radius: var(--ikmini-card-radius);
}

.product-card__content {
  position: relative;
  background: #fff;
  border: 1px solid rgb(var(--color-foreground-rgb) / 0.06);
  box-shadow: var(--ikmini-shadow-card);
  padding: 0.75rem 0.75rem 1rem;
  gap: 0.55rem;
}

.product-card__wishlist {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.92);
  color: rgb(var(--color-coral-rgb));
  box-shadow: 0 8px 22px -14px rgb(74 64 56 / 35%);
  opacity: 0;
  transform: translateY(0.35rem);
  transition:
    opacity var(--animation-speed-medium) var(--ease-out-quad),
    transform var(--animation-speed-medium) var(--ease-out-quad);
}

.product-card__wishlist svg {
  width: 1.1rem;
  height: 1.1rem;
}

@media (any-pointer: fine) {
  .product-card:hover .product-card__wishlist {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-card .card-gallery,
.product-card .product-media,
.product-card .product-media-container,
.product-card .product-card__image,
.collection-card__image,
.cart-items__media-container,
.sticky-add-to-cart__image,
.product-information__media img,
.product-information__media video {
  border-radius: var(--ikmini-image-radius);
}

.product-card .text-block,
.product-card product-price {
  padding-inline: 12px !important;
}

.product-card .rte,
.product-card .rte p,
.product-card .text-block {
  margin: 0;
}

.product-card .text-block.rte,
.product-card .text-block.rte p {
  font-family: var(--font-heading--family);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card product-price,
.product-card .price {
  font-size: 0.97rem;
  font-weight: 700;
}

.product-badges__badge {
  border-radius: var(--ikmini-pill-radius);
  border: 1px dashed rgb(var(--color-foreground-rgb) / 0.1);
  padding: 0.32rem 0.72rem;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-badges__badge.color-custom-badge-sale {
  background: var(--color-coral-soft);
  color: #8d503b;
}

.product-badges__badge.color-custom-badge-sold-out {
  background: var(--color-sage-soft);
  color: #56704a;
}

.facets__summary,
.facets__status,
.variant-option__button-label,
.quantity-selector,
.price-facet__inputs-wrapper input,
.email-signup__input,
.search-modal input,
.cart-note textarea {
  background: rgb(255 255 255 / 0.75);
  border-color: var(--ikmini-soft-border);
}

.facets__summary,
.facets__status {
  padding: 0.7rem 1rem;
  min-height: 2.75rem;
}

.facets__panel-content,
.facets-mobile-wrapper .facets__panel-content {
  border-radius: calc(var(--ikmini-card-radius) - 0.25rem);
  border: 1px solid rgb(var(--color-foreground-rgb) / 0.07);
}

.variant-option {
  gap: 0.65rem;
}

.variant-option legend,
.variant-option__swatch-value,
.quantity-label {
  font-weight: 600;
}

.variant-option__button-label {
  overflow: hidden;
  min-height: 3rem;
  border-width: 1px;
}

.variant-option__button-label:has(input:checked) {
  background: rgb(var(--color-sage-rgb) / 0.16);
  color: #496042;
}

.variant-option--swatches .variant-option__button-label {
  width: 2.8rem;
  height: 2.8rem;
  padding: 0.2rem;
}

.product-information {
  padding-block: 1rem 3rem;
}

.product-details {
  align-self: start;
}

.product-details > .group-block {
  background: rgb(255 255 255 / 0.68);
  border: 1px solid rgb(var(--color-foreground-rgb) / 0.06);
  box-shadow: var(--ikmini-shadow-sky);
  padding: clamp(1.25rem, 2vw, 2rem);
  backdrop-filter: blur(14px);
}

.buy-buttons-block,
.product-form-buttons,
.product-form-buttons--stacked {
  gap: 0.85rem;
}

.quantity-selector {
  min-width: 8rem;
  padding-inline: 0.4rem;
}

.sticky-add-to-cart__bar {
  background: rgb(255 255 255 / 0.92);
  border-radius: calc(var(--ikmini-card-radius) + 0.25rem);
  box-shadow: var(--ikmini-shadow-sky);
}

.theme-drawer__dialog,
.cart-drawer__summary {
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.95), rgb(251 246 236 / 0.98)),
    var(--color-background);
}

.theme-drawer__dialog {
  border-left: 1px solid rgb(var(--color-foreground-rgb) / 0.08);
  box-shadow: -18px 0 44px -30px rgb(74 64 56 / 22%);
}

.cart-drawer__items .cart-items__table-row {
  background: rgb(255 255 255 / 0.78);
  border: 1px solid rgb(var(--color-foreground-rgb) / 0.06);
  padding: 1rem;
}

.cart-items__remove {
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0;
}

.cart-summary__inner,
.cart-drawer__summary {
  border: 1px solid rgb(var(--color-foreground-rgb) / 0.06);
  box-shadow: var(--ikmini-shadow-coral);
}

.footer-content > * {
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
  overflow: visible;
}

.footer-content .menu__heading__default {
  font-family: var(--font-heading--family);
  letter-spacing: -0.02em;
  text-transform: none;
  font-size: 1.05rem;
  color: var(--color-foreground);
}

.footer-content .menu a {
  transition:
    color var(--animation-speed-medium) var(--ease-out-quad),
    opacity var(--animation-speed-medium) var(--ease-out-quad);
}

@media (any-pointer: fine) {
  .footer-content .menu a:hover {
    color: rgb(var(--color-coral-rgb));
    padding-inline-start: 0;
    opacity: 0.82;
  }
}

.email-signup__input-group--integrated {
  border-radius: var(--ikmini-pill-radius);
  padding-inline: 0.35rem;
  background: rgb(255 255 255 / 0.72);
}

.email-signup__input {
  border-radius: var(--ikmini-pill-radius);
  min-height: 3.35rem;
}

.footer-utilities {
  border-top: 0;
}

.footer-content {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: clamp(2.2rem, 4vw, 3.2rem) 0 clamp(1.4rem, 2vw, 1.8rem);
}

.footer-content .menu__heading__default,
.footer-content .text-block:first-child {
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-content .menu .menu__item a,
.footer-content .rte,
.footer-content .rte p,
.footer-content .text-block {
  color: var(--color-foreground);
}

.footer-content .menu .menu__item a {
  opacity: 0.82;
}

.footer-content .menu .menu__item a:hover {
  opacity: 1;
}

.utilities {
  background: #fff;
  border: 0;
  border-top: 1px solid rgb(var(--color-foreground-rgb) / 0.08);
  border-radius: 0;
  padding: 1.1rem 0 0;
  color: var(--color-foreground);
}

.utilities a,
.utilities button,
.footer-utilities__group-copyright {
  color: var(--color-foreground);
}

@media screen and (min-width: 750px) {
  .ikmini-category-row__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .header__columns {
    align-items: center;
  }

  .header__column--right header-actions {
    gap: 1rem;
  }
}

@media screen and (min-width: 990px) {
  .ikmini-category-row__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media screen and (max-width: 749px) {
  .search-modal .predictive-search-form__header {
    padding-inline: 1rem;
  }

  .hero__container {
    border-radius: 0 0 calc(var(--ikmini-card-radius) + 0.5rem)
      calc(var(--ikmini-card-radius) + 0.5rem);
  }

  .product-details > .group-block {
    padding: 1.15rem;
  }

  .theme-drawer__dialog {
    width: 100%;
  }

  .header__column--right header-actions {
    gap: 0.55rem;
  }

  .footer-content {
    padding: 1.35rem;
  }

  .utilities {
    padding: 0.9rem 1rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-card__wishlist,
  .ikmini-category-row__item,
  .button,
  .button-secondary,
  .button-custom,
  .add-to-cart-button,
  .sticky-add-to-cart__button {
    transition: none;
  }
}

/* Homepage polish: Hero + collection previews + section headings */
[id*="hero_jVaWmY"] .hero-split__content {
  max-width: min(100%, 38rem);
  margin-inline: auto;
  padding-inline: clamp(0rem, 1.8vw, 1.35rem);
  gap: 1.3rem;
}

[id*="hero_jVaWmY"] .hero-split__content .text-block:first-child {
  font-size: clamp(3.1rem, 6vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

[id*="hero_jVaWmY"] .hero-split__content .text-block.rte {
  max-width: 33rem;
  font-size: clamp(1.08rem, 1.6vw, 1.22rem);
  line-height: 1.72;
}

[id*="shop_girls_preview"] .section-resource-list,
[id*="shop_boys_preview"] .section-resource-list {
  gap: clamp(0.9rem, 2vw, 1.4rem);
}

[id*="shop_girls_preview"] .section-resource-list__header,
[id*="shop_boys_preview"] .section-resource-list__header {
  width: min(100%, 30rem);
  margin-inline: auto;
  text-align: center;
}

[id*="shop_girls_preview"]
  .section-resource-list__header
  .text-block:first-child,
[id*="shop_boys_preview"]
  .section-resource-list__header
  .text-block:first-child {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  letter-spacing: -0.03em;
}

[id*="shop_girls_preview"] .resource-list,
[id*="shop_boys_preview"] .resource-list,
[id*="shop_girls_preview"] .resource-list__carousel,
[id*="shop_boys_preview"] .resource-list__carousel {
  width: min(100%, 21rem);
  max-width: 21rem;
  margin-inline: auto;
}

[id*="shop_girls_preview"] .resource-list__slide,
[id*="shop_boys_preview"] .resource-list__slide {
  width: min(100%, 18.75rem) !important;
  flex: 0 0 min(100%, 18.75rem) !important;
  margin-inline: auto;
  --grid-template-rows: 17rem auto !important;
  --grid-template-rows-desktop: 17rem auto !important;
}

[id*="shop_girls_preview"] .resource-list__item,
[id*="shop_boys_preview"] .resource-list__item,
[id*="shop_girls_preview"] .product-card,
[id*="shop_boys_preview"] .product-card {
  height: 100%;
  width: 100%;
}

[id*="shop_girls_preview"] .product-card__content,
[id*="shop_boys_preview"] .product-card__content {
  width: 100%;
  min-height: auto;
  max-width: 18.75rem;
  margin-inline: auto;
  padding: 0;
  gap: 0;
  border: 1px solid rgb(var(--color-foreground-rgb) / 0.08);
  border-radius: calc(var(--ikmini-card-radius) + 0.15rem);
  overflow: hidden;
  box-shadow: 0 14px 28px -24px rgb(74 64 56 / 16%);
}

[id*="shop_girls_preview"] .product-card .card-gallery,
[id*="shop_boys_preview"] .product-card .card-gallery {
  flex: none;
  min-height: 17rem;
  height: 17rem;
  border-radius: 0;
  overflow: clip;
}

[id*="shop_girls_preview"] .resource-list__carousel slideshow-slides,
[id*="shop_boys_preview"] .resource-list__carousel slideshow-slides {
  justify-content: center;
}

[id*="shop_girls_preview"] .product-card .card-gallery slideshow-slide,
[id*="shop_boys_preview"] .product-card .card-gallery slideshow-slide,
[id*="shop_girls_preview"] .product-card .product-media-container,
[id*="shop_boys_preview"] .product-card .product-media-container {
  height: 100%;
}

[id*="shop_girls_preview"] .product-card .product-media,
[id*="shop_boys_preview"] .product-card .product-media,
[id*="shop_girls_preview"] .product-card .product-media-container,
[id*="shop_boys_preview"] .product-card .product-media-container,
[id*="shop_girls_preview"] .product-card .product-card__image,
[id*="shop_boys_preview"] .product-card .product-card__image,
[id*="shop_girls_preview"] .product-card img,
[id*="shop_boys_preview"] .product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[id*="shop_girls_preview"] .product-card .text-block.rte,
[id*="shop_boys_preview"] .product-card .text-block.rte {
  position: absolute;
  inset-inline: 0.75rem;
  inset-block-end: 0.75rem;
  z-index: 1;
  width: auto;
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  pointer-events: none;
}

[id*="shop_girls_preview"] .product-card .text-block.rte p,
[id*="shop_boys_preview"] .product-card .text-block.rte p {
  display: inline-flex;
  align-items: center;
  min-height: 2.3rem;
  padding: 0.62rem 0.9rem;
  margin: 0;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.94);
  color: rgb(var(--color-foreground-rgb));
  box-shadow: 0 16px 28px -22px rgb(74 64 56 / 28%);
}

[id*="shop_girls_preview"] .product-card product-price,
[id*="shop_boys_preview"] .product-card product-price {
  display: none;
}

[id*="shop_girls_preview"] .resource-list__carousel slideshow-arrows,
[id*="shop_boys_preview"] .resource-list__carousel slideshow-arrows {
  opacity: 0;
  transition: opacity var(--animation-speed-medium) var(--ease-out-quad);
}

[id*="shop_girls_preview"] .resource-list__carousel .slideshow-control,
[id*="shop_boys_preview"] .resource-list__carousel .slideshow-control {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.94);
  border: 1px solid rgb(var(--color-foreground-rgb) / 0.1);
  box-shadow: 0 18px 30px -22px rgb(74 64 56 / 22%);
}

[id*="shop_girls_preview"] .resource-list__carousel .slideshow-control svg,
[id*="shop_boys_preview"] .resource-list__carousel .slideshow-control svg {
  width: 1rem;
  height: 1rem;
}

[id*="shop_girls_preview"] .resource-list__carousel .quick-add__button,
[id*="shop_boys_preview"] .resource-list__carousel .quick-add__button {
  display: none;
}

[id*="why_ikmini_heading"] .section-content-wrapper,
[id*="reviews_heading"] .section-content-wrapper,
[id*="instagram_heading"] .section-content-wrapper {
  position: relative;
  width: min(100%, 64rem);
  margin-inline: auto;
  text-align: center;
  gap: 1rem;
  padding: clamp(2.2rem, 5vw, 3.6rem) 0 clamp(0.9rem, 2vw, 1.2rem);
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

[id*="why_ikmini_heading"] .section-content-wrapper::before,
[id*="reviews_heading"] .section-content-wrapper::before,
[id*="instagram_heading"] .section-content-wrapper::before {
  content: "";
  display: block;
  width: min(100%, 8rem);
  height: 1px;
  margin: 0 auto 0.4rem;
  background: rgb(var(--color-foreground-rgb) / 0.18);
}

[id*="why_ikmini_heading"] .text-block:first-child,
[id*="reviews_heading"] .text-block:first-child,
[id*="instagram_heading"] .text-block:first-child {
  font-size: clamp(2rem, 3.2vw, 3rem);
  letter-spacing: -0.03em;
  color: var(--color-foreground);
}

[id*="why_ikmini_heading"] .text-block.rte,
[id*="reviews_heading"] .text-block.rte,
[id*="instagram_heading"] .text-block.rte {
  width: min(100%, 40rem);
  margin-inline: auto;
  color: var(--color-foreground);
  line-height: 1.7;
  font-size: 1.02rem;
}

[id*="why_ikmini_columns"] .section-content-wrapper,
[id*="reviews_columns"] .section-content-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
}

[id*="why_ikmini_columns"] .section-content-wrapper > .group-block,
[id*="reviews_columns"] .section-content-wrapper > .group-block {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.9rem;
  border-radius: var(--ikmini-card-radius);
  background: #fff;
  border: 1px solid rgb(var(--color-foreground-rgb) / 0.08);
  box-shadow: 0 18px 36px -30px rgb(74 64 56 / 20%);
  padding: clamp(1.4rem, 2.5vw, 2rem);
  overflow: clip;
}

[id*="why_ikmini_columns"] .section-content-wrapper > .group-block {
  gap: 1rem;
  align-content: center;
  text-align: center;
  min-height: 100%;
  padding-top: clamp(1.8rem, 3vw, 2.35rem);
}

[id*="why_ikmini_columns"] .section-content-wrapper > .group-block::before,
[id*="reviews_columns"] .section-content-wrapper > .group-block::before {
  content: "";
  position: absolute;
  top: 1.35rem;
  left: 50%;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  transform: translateX(-50%);
  border: 1px solid rgb(var(--color-foreground-rgb) / 0.08);
  background-color: rgb(251 246 236);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.65rem;
  box-shadow: 0 12px 22px -18px rgb(74 64 56 / 18%);
  opacity: 1;
}

[id*="why_ikmini_columns"] .section-content-wrapper > .group-block::before {
  top: 1.35rem;
}

[id*="why_ikmini_columns"] .section-content-wrapper > .group-block::after {
  content: none;
}

[id*="why_ikmini_columns"]
  .section-content-wrapper
  > .group-block:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A4038' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 6.2c1.7-2.2 4.8-2.3 6.3-.4 1.9 2.4.6 6.2-2.2 8.3-1.4 1.1-2.8 1.8-4.1 2.4-1.3-.6-2.7-1.3-4.1-2.4-2.8-2.1-4.1-5.9-2.2-8.3 1.5-1.9 4.6-1.8 6.3.4Z'/%3E%3Cpath d='M12 8.5v7.3'/%3E%3Cpath d='M9.3 10.9c.7.5 1.7.8 2.7.8s2-.3 2.7-.8'/%3E%3C/svg%3E");
}

[id*="why_ikmini_columns"]
  .section-content-wrapper
  > .group-block:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A4038' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8.5 15.5c-.9 0-1.7-.3-2.4-.8C4.8 13.8 4 12.2 4 10.4 4 7.7 6 5.5 8.7 5.5c1.2 0 2.3.4 3.2 1.2.8-.8 1.9-1.2 3.1-1.2 2.8 0 5 2.2 5 4.9 0 1.8-.8 3.4-2.1 4.3-.7.5-1.5.8-2.4.8H8.5Z'/%3E%3Cpath d='M10 11.1c.5.4 1.3.6 2 .6s1.5-.2 2-.6'/%3E%3C/svg%3E");
}

[id*="why_ikmini_columns"]
  .section-content-wrapper
  > .group-block:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A4038' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.5 7 5.8v4.4c0 3.6 2 6.5 5 8.3 3-1.8 5-4.7 5-8.3V5.8L12 3.5Z'/%3E%3Cpath d='m9.6 11.8 1.4 1.4 3.4-3.4'/%3E%3Cpath d='M12 5.7v12.5' opacity='.35'/%3E%3C/svg%3E");
}

[id*="why_ikmini_columns"]
  .section-content-wrapper
  > .group-block:nth-child(4)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A4038' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 15.5c1.6-2.3 3.7-4.2 6-5.8 2.2 1.4 4.2 3.3 6 5.8'/%3E%3Cpath d='M4.8 18.2h14.4'/%3E%3Cpath d='M8.7 18.2v-1.7'/%3E%3Cpath d='M15.3 18.2v-1.7'/%3E%3Cpath d='M12 8.5v2.1'/%3E%3C/svg%3E");
}

[id*="why_ikmini_columns"]
  .section-content-wrapper
  > .group-block
  .text-block:first-child {
  font-family: var(--font-heading--family);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  padding-top: 4.7rem;
  color: var(--color-foreground);
}

[id*="why_ikmini_columns"]
  .section-content-wrapper
  > .group-block
  .text-block.rte,
[id*="reviews_columns"]
  .section-content-wrapper
  > .group-block
  .text-block.rte {
  color: var(--color-foreground);
  line-height: 1.62;
}

[id*="why_ikmini_columns"]
  .section-content-wrapper
  > .group-block
  .text-block.rte {
  max-width: 28ch;
  margin-inline: auto;
  font-size: 1.02rem;
}

[id*="reviews_columns"] .section-content-wrapper > .group-block {
  background: #fff;
  min-height: 100%;
  padding-top: 1.8rem;
}

[id*="reviews_columns"] .section-content-wrapper > .group-block::after {
  content: '"';
  position: absolute;
  top: 1rem;
  right: 1.1rem;
  font-family: var(--font-heading--family);
  font-size: 4rem;
  line-height: 1;
  color: rgb(var(--color-foreground-rgb) / 0.1);
  pointer-events: none;
}

[id*="reviews_columns"] .section-content-wrapper > .group-block::before {
  content: none;
}

[id*="reviews_columns"]
  .section-content-wrapper
  > .group-block
  .text-block:first-child {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #c7833b;
}

[id*="reviews_columns"]
  .section-content-wrapper
  > .group-block
  .text-block.rte
  p
  strong {
  display: inline-block;
  margin-top: 0.85rem;
  font-family: var(--font-subheading--family);
  font-weight: 700;
  color: var(--color-foreground);
}

@media (any-pointer: fine) {
  [id*="why_ikmini_columns"] .section-content-wrapper > .group-block:hover,
  [id*="reviews_columns"] .section-content-wrapper > .group-block:hover,
  [id*="shop_girls_preview"] .product-card__content:hover,
  [id*="shop_boys_preview"] .product-card__content:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 40px -30px rgb(74 64 56 / 22%);
  }

  [id*="shop_girls_preview"] .resource-list__carousel:hover slideshow-arrows,
  [id*="shop_boys_preview"] .resource-list__carousel:hover slideshow-arrows {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes ikmini-rise-in {
    from {
      opacity: 0;
      transform: translateY(16px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  [id*="why_ikmini_columns"] .section-content-wrapper > .group-block,
  [id*="reviews_columns"] .section-content-wrapper > .group-block {
    animation: ikmini-rise-in 0.5s var(--ease-out-quad) both;
  }

  [id*="why_ikmini_columns"]
    .section-content-wrapper
    > .group-block:nth-child(2),
  [id*="reviews_columns"] .section-content-wrapper > .group-block:nth-child(2) {
    animation-delay: 80ms;
  }

  [id*="why_ikmini_columns"]
    .section-content-wrapper
    > .group-block:nth-child(3),
  [id*="reviews_columns"] .section-content-wrapper > .group-block:nth-child(3) {
    animation-delay: 140ms;
  }

  [id*="why_ikmini_columns"]
    .section-content-wrapper
    > .group-block:nth-child(4) {
    animation-delay: 200ms;
  }
}

@media screen and (min-width: 750px) {
  [id*="why_ikmini_columns"] .section-content-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [id*="reviews_columns"] .section-content-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 749px) {
  [id*="why_ikmini_heading"] .section-content-wrapper,
  [id*="reviews_heading"] .section-content-wrapper {
    padding: 1.8rem 0 0.9rem;
  }
}

/* Homepage polish: Instagram feed + Newsletter */
[id*="instagram_heading"] .section-content-wrapper {
  isolation: isolate;
}

.header__column--right .search-action {
  margin-inline: 0 0.5rem 0 0.1rem !important;
}

@media screen and (min-width: 990px) {
  .header__column--right header-actions {
    gap: 0.95rem;
  }

  .header__column--right .search-action .header-actions__action {
    min-width: auto;
    padding-inline: 0.95rem 1.05rem;
    gap: 0.55rem;
    display: inline-flex;
    align-items: center;
  }

  .header__column--right .search-action .search-action__label {
    display: inline-flex !important;
    align-items: center;
    line-height: 1;
    transform: translateY(0.02em);
  }

  .header__column--right .search-action .search-action__icon,
  .header__column--right .search-action .svg-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header__column--right .account-button {
    margin-inline-start: 0.55rem !important;
  }

  .header__column--right .action__cart {
    margin-inline-start: 0.15rem;
  }
}

[id*="newsletter_signup"] .section-content-wrapper::before {
  content: "";
  display: block;
  width: min(100%, 8rem);
  height: 1px;
  margin: 0 auto 0.4rem;
  background: rgb(var(--color-foreground-rgb) / 0.18);
}

[id*="instagram_grid"] .section-content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.8vw, 1.25rem);
}

[id*="instagram_grid"] .section-content-wrapper > .image-block {
  position: relative;
  border-radius: calc(var(--ikmini-card-radius) - 0.4rem);
  overflow: clip;
  background: #fff;
  border: 1px solid rgb(var(--color-foreground-rgb) / 0.08);
  box-shadow: 0 18px 36px -30px rgb(74 64 56 / 20%);
}

[id*="instagram_grid"] .section-content-wrapper > .image-block::after {
  content: none;
}

[id*="instagram_grid"] .section-content-wrapper > .image-block::before {
  content: none;
}

@media (any-pointer: fine) {
  [id*="instagram_grid"] .section-content-wrapper > .image-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 40px -30px rgb(74 64 56 / 22%);
  }
}

@media screen and (min-width: 750px) {
  [id*="instagram_grid"] .section-content-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

[id*="newsletter_signup"] .section-content-wrapper {
  position: relative;
  width: min(100%, 54rem);
  margin-inline: auto;
  text-align: center;
  gap: 1rem;
  padding: clamp(2.3rem, 5vw, 3.4rem) clamp(1rem, 3vw, 1.5rem) 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

[id*="newsletter_signup"] .text-block:first-child {
  font-size: clamp(2rem, 3.1vw, 3rem);
  letter-spacing: -0.03em;
  color: var(--color-foreground);
}

[id*="newsletter_signup"] .text-block.rte {
  width: min(100%, 38rem);
  margin-inline: auto;
  color: var(--color-foreground);
  line-height: 1.7;
  font-size: 1.02rem;
}

[id*="newsletter_signup"] .email-signup {
  width: min(100%, 34rem);
  margin-inline: auto;
}

[id*="newsletter_signup"] .email-signup__input-group--integrated {
  box-shadow: 0 18px 36px -30px rgb(74 64 56 / 18%);
  background: #fff;
  border: 1px solid rgb(var(--color-foreground-rgb) / 0.08);
}

/* Motion accessibility toggle: gate the entrance/hover polish added above */
.section[data-motion-disabled] .section-content-wrapper > .group-block,
.section[data-motion-disabled] .image-block {
  animation: none !important;
}

.section[data-motion-disabled] .group-block:hover,
.section[data-motion-disabled] .image-block:hover {
  transform: none !important;
  box-shadow: var(--ikmini-shadow-card) !important;
}

.section[data-motion-disabled] [id*="instagram_grid"] .image-block:hover::after,
.section[data-motion-disabled]
  [id*="instagram_grid"]
  .image-block:hover::before {
  opacity: 0;
  transform: none;
}
